[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. 172629 1726888898.55370: 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 172629 1726888898.59436: Added group all to inventory 172629 1726888898.59441: Added group ungrouped to inventory 172629 1726888898.59445: Group all now contains ungrouped 172629 1726888898.59454: Examining possible inventory source: /tmp/storage-Fxb/inventory.yml 172629 1726888899.02179: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 172629 1726888899.03153: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 172629 1726888899.03189: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 172629 1726888899.03278: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 172629 1726888899.03898: Loaded config def from plugin (inventory/script) 172629 1726888899.03901: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 172629 1726888899.04258: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 172629 1726888899.04517: Loaded config def from plugin (inventory/yaml) 172629 1726888899.04522: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 172629 1726888899.04645: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 172629 1726888899.06458: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 172629 1726888899.06463: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 172629 1726888899.06467: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 172629 1726888899.06476: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 172629 1726888899.06483: Loading data from /tmp/storage-Fxb/inventory.yml 172629 1726888899.06975: /tmp/storage-Fxb/inventory.yml was not parsable by auto 172629 1726888899.07061: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 172629 1726888899.07116: Loading data from /tmp/storage-Fxb/inventory.yml 172629 1726888899.07699: group all already in inventory 172629 1726888899.07709: set inventory_file for managed_node1 172629 1726888899.07715: set inventory_dir for managed_node1 172629 1726888899.07716: Added host managed_node1 to inventory 172629 1726888899.07719: Added host managed_node1 to group all 172629 1726888899.07721: set ansible_host for managed_node1 172629 1726888899.07722: set ansible_ssh_extra_args for managed_node1 172629 1726888899.07728: set inventory_file for managed_node2 172629 1726888899.07731: set inventory_dir for managed_node2 172629 1726888899.07732: Added host managed_node2 to inventory 172629 1726888899.07734: Added host managed_node2 to group all 172629 1726888899.07736: set ansible_host for managed_node2 172629 1726888899.07736: set ansible_ssh_extra_args for managed_node2 172629 1726888899.07740: set inventory_file for managed_node3 172629 1726888899.07743: set inventory_dir for managed_node3 172629 1726888899.07744: Added host managed_node3 to inventory 172629 1726888899.07746: Added host managed_node3 to group all 172629 1726888899.07748: set ansible_host for managed_node3 172629 1726888899.07749: set ansible_ssh_extra_args for managed_node3 172629 1726888899.07751: Reconcile groups and hosts in inventory. 172629 1726888899.07832: Group ungrouped now contains managed_node1 172629 1726888899.07835: Group ungrouped now contains managed_node2 172629 1726888899.07900: Group ungrouped now contains managed_node3 172629 1726888899.08430: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 172629 1726888899.09206: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 172629 1726888899.09404: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 172629 1726888899.09509: Loaded config def from plugin (vars/host_group_vars) 172629 1726888899.09513: 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) 172629 1726888899.09539: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 172629 1726888899.09549: 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) 172629 1726888899.09609: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 172629 1726888899.10687: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888899.11025: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 172629 1726888899.11277: Loaded config def from plugin (connection/local) 172629 1726888899.11280: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 172629 1726888899.14430: Loaded config def from plugin (connection/paramiko_ssh) 172629 1726888899.14436: 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) 172629 1726888899.17435: 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) 172629 1726888899.17805: Loaded config def from plugin (connection/psrp) 172629 1726888899.17809: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 172629 1726888899.21108: 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) 172629 1726888899.21245: Loaded config def from plugin (connection/ssh) 172629 1726888899.21418: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 172629 1726888899.30995: 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) 172629 1726888899.31050: Loaded config def from plugin (connection/winrm) 172629 1726888899.31260: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 172629 1726888899.31360: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 172629 1726888899.31727: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 172629 1726888899.32059: Loaded config def from plugin (shell/cmd) 172629 1726888899.32061: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 172629 1726888899.32108: 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) 172629 1726888899.32454: Loaded config def from plugin (shell/powershell) 172629 1726888899.32458: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 172629 1726888899.32772: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 172629 1726888899.33540: Loaded config def from plugin (shell/sh) 172629 1726888899.33543: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 172629 1726888899.33591: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 172629 1726888899.34200: Loaded config def from plugin (become/runas) 172629 1726888899.34203: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 172629 1726888899.34908: Loaded config def from plugin (become/su) 172629 1726888899.34912: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 172629 1726888899.35951: Loaded config def from plugin (become/sudo) 172629 1726888899.35954: 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 172629 1726888899.36495: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml 172629 1726888899.42664: trying /usr/local/lib/python3.12/site-packages/ansible/modules 172629 1726888899.57563: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 172629 1726888899.58315: in VariableManager get_vars() 172629 1726888899.58347: done with get_vars() 172629 1726888899.59092: in VariableManager get_vars() 172629 1726888899.59114: done with get_vars() 172629 1726888899.59368: in VariableManager get_vars() 172629 1726888899.59388: done with get_vars() 172629 1726888899.60131: in VariableManager get_vars() 172629 1726888899.60222: done with get_vars() 172629 1726888899.60709: in VariableManager get_vars() 172629 1726888899.60728: done with get_vars() 172629 1726888899.61133: in VariableManager get_vars() 172629 1726888899.61151: done with get_vars() 172629 1726888899.61514: in VariableManager get_vars() 172629 1726888899.61531: done with get_vars() 172629 1726888899.62025: in VariableManager get_vars() 172629 1726888899.62042: done with get_vars() 172629 1726888899.62294: in VariableManager get_vars() 172629 1726888899.62312: done with get_vars() 172629 1726888899.62376: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 172629 1726888899.62634: 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 172629 1726888899.64038: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 172629 1726888899.64647: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 172629 1726888899.64651: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) 172629 1726888899.64934: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 172629 1726888899.64965: 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) 172629 1726888899.65648: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 172629 1726888899.65822: Loaded config def from plugin (callback/default) 172629 1726888899.65824: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 172629 1726888899.71329: Loaded config def from plugin (callback/junit) 172629 1726888899.71332: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 172629 1726888899.71385: 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) 172629 1726888899.71450: Loaded config def from plugin (callback/minimal) 172629 1726888899.71453: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 172629 1726888899.71897: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 172629 1726888899.71959: Loaded config def from plugin (callback/tree) 172629 1726888899.71961: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 172629 1726888899.72438: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 172629 1726888899.72441: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_swap.yml ******************************************************* 1 plays in /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml 172629 1726888899.72469: in VariableManager get_vars() 172629 1726888899.72484: done with get_vars() 172629 1726888899.72489: in VariableManager get_vars() 172629 1726888899.72497: done with get_vars() 172629 1726888899.72501: variable 'omit' from source: magic vars 172629 1726888899.72538: in VariableManager get_vars() 172629 1726888899.72554: done with get_vars() 172629 1726888899.72580: variable 'omit' from source: magic vars PLAY [Test management of swap] ************************************************* 172629 1726888899.77618: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 172629 1726888899.77922: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 172629 1726888899.77981: getting the remaining hosts for this loop 172629 1726888899.77982: done getting the remaining hosts for this loop 172629 1726888899.77985: getting the next task for host managed_node1 172629 1726888899.77989: done getting next task for host managed_node1 172629 1726888899.77991: ^ task is: TASK: Gathering Facts 172629 1726888899.77992: ^ 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 172629 1726888899.77995: getting variables 172629 1726888899.77996: in VariableManager get_vars() 172629 1726888899.78005: Calling all_inventory to load vars for managed_node1 172629 1726888899.78008: Calling groups_inventory to load vars for managed_node1 172629 1726888899.78011: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888899.78023: Calling all_plugins_play to load vars for managed_node1 172629 1726888899.78035: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888899.78038: Calling groups_plugins_play to load vars for managed_node1 172629 1726888899.78079: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888899.78132: done with get_vars() 172629 1726888899.78139: done getting variables 172629 1726888899.78540: 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_swap.yml:2 Friday 20 September 2024 23:21:39 -0400 (0:00:00.066) 0:00:00.066 ****** 172629 1726888899.78610: entering _queue_task() for managed_node1/gather_facts 172629 1726888899.78611: Creating lock for gather_facts 172629 1726888899.79496: worker is 1 (out of 1 available) 172629 1726888899.79507: exiting _queue_task() for managed_node1/gather_facts 172629 1726888899.79519: done queuing things up, now waiting for results queue to drain 172629 1726888899.79521: waiting for pending results... 172629 1726888899.79916: running TaskExecutor() for managed_node1/TASK: Gathering Facts 172629 1726888899.80147: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000001d 172629 1726888899.80151: variable 'ansible_search_path' from source: unknown 172629 1726888899.80238: calling self._execute() 172629 1726888899.80333: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888899.80496: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888899.80499: variable 'omit' from source: magic vars 172629 1726888899.80860: variable 'omit' from source: magic vars 172629 1726888899.80864: variable 'omit' from source: magic vars 172629 1726888899.80866: variable 'omit' from source: magic vars 172629 1726888899.80885: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888899.81041: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888899.81070: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888899.81091: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888899.81109: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888899.81145: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888899.81421: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888899.81424: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888899.81497: Set connection var ansible_timeout to 10 172629 1726888899.81500: Set connection var ansible_shell_type to sh 172629 1726888899.81502: Set connection var ansible_pipelining to False 172629 1726888899.81505: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888899.81507: Set connection var ansible_shell_executable to /bin/sh 172629 1726888899.81509: Set connection var ansible_connection to ssh 172629 1726888899.81511: variable 'ansible_shell_executable' from source: unknown 172629 1726888899.81514: variable 'ansible_connection' from source: unknown 172629 1726888899.81516: variable 'ansible_module_compression' from source: unknown 172629 1726888899.81518: variable 'ansible_shell_type' from source: unknown 172629 1726888899.81520: variable 'ansible_shell_executable' from source: unknown 172629 1726888899.81527: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888899.81530: variable 'ansible_pipelining' from source: unknown 172629 1726888899.81532: variable 'ansible_timeout' from source: unknown 172629 1726888899.81535: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888899.82203: 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) 172629 1726888899.82206: variable 'omit' from source: magic vars 172629 1726888899.82208: starting attempt loop 172629 1726888899.82210: running the handler 172629 1726888899.82212: variable 'ansible_facts' from source: unknown 172629 1726888899.82214: _low_level_execute_command(): starting 172629 1726888899.82216: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888899.83786: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888899.83804: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888899.83821: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888899.83849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888899.83990: 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 <<< 172629 1726888899.84104: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888899.84188: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888899.84520: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888899.86272: stdout chunk (state=3): >>>/root <<< 172629 1726888899.86440: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888899.86443: stdout chunk (state=3): >>><<< 172629 1726888899.86446: stderr chunk (state=3): >>><<< 172629 1726888899.86562: _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 172629 1726888899.86565: _low_level_execute_command(): starting 172629 1726888899.86568: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888899.864706-172672-261192111475842 `" && echo ansible-tmp-1726888899.864706-172672-261192111475842="` echo /root/.ansible/tmp/ansible-tmp-1726888899.864706-172672-261192111475842 `" ) && sleep 0' 172629 1726888899.87915: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888899.87964: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888899.87979: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888899.87998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888899.88156: 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 <<< 172629 1726888899.88391: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888899.88508: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888899.90470: stdout chunk (state=3): >>>ansible-tmp-1726888899.864706-172672-261192111475842=/root/.ansible/tmp/ansible-tmp-1726888899.864706-172672-261192111475842 <<< 172629 1726888899.90787: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888899.90790: stdout chunk (state=3): >>><<< 172629 1726888899.90792: stderr chunk (state=3): >>><<< 172629 1726888899.90795: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888899.864706-172672-261192111475842=/root/.ansible/tmp/ansible-tmp-1726888899.864706-172672-261192111475842 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888899.90799: variable 'ansible_module_compression' from source: unknown 172629 1726888899.90861: ANSIBALLZ: Using generic lock for ansible.legacy.setup 172629 1726888899.91166: ANSIBALLZ: Acquiring lock 172629 1726888899.91169: ANSIBALLZ: Lock acquired: 140240268549328 172629 1726888899.91172: ANSIBALLZ: Creating module 172629 1726888900.73693: ANSIBALLZ: Writing module into payload 172629 1726888900.74350: ANSIBALLZ: Writing module 172629 1726888900.74379: ANSIBALLZ: Renaming module 172629 1726888900.74459: ANSIBALLZ: Done creating module 172629 1726888900.74500: variable 'ansible_facts' from source: unknown 172629 1726888900.74750: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888900.74753: _low_level_execute_command(): starting 172629 1726888900.74758: _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' 172629 1726888900.76936: 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 <<< 172629 1726888900.77281: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888900.77287: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888900.77347: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888900.79331: stdout chunk (state=3): >>>PLATFORM Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 172629 1726888900.79335: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888900.79358: stderr chunk (state=3): >>><<< 172629 1726888900.79362: stdout chunk (state=3): >>><<< 172629 1726888900.79425: _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 172629 1726888900.79430 [managed_node1]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 172629 1726888900.79838: _low_level_execute_command(): starting 172629 1726888900.79841: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 172629 1726888900.80385: Sending initial data 172629 1726888900.80389: Sent initial data (1181 bytes) 172629 1726888900.81576: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888900.81591: 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 <<< 172629 1726888900.81602: 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 <<< 172629 1726888900.81970: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888900.82025: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888900.82245: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888900.85494: 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"} <<< 172629 1726888900.85937: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888900.85974: stderr chunk (state=3): >>><<< 172629 1726888900.86039: stdout chunk (state=3): >>><<< 172629 1726888900.86062: _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 172629 1726888900.86359: variable 'ansible_facts' from source: unknown 172629 1726888900.86362: variable 'ansible_facts' from source: unknown 172629 1726888900.86364: variable 'ansible_module_compression' from source: unknown 172629 1726888900.86367: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 172629 1726888900.86369: variable 'ansible_facts' from source: unknown 172629 1726888900.86738: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888899.864706-172672-261192111475842/AnsiballZ_setup.py 172629 1726888900.87133: Sending initial data 172629 1726888900.87136: Sent initial data (155 bytes) 172629 1726888900.88574: 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' <<< 172629 1726888900.88640: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888900.88658: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888900.88745: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888900.90374: 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 <<< 172629 1726888900.90586: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888900.90695: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpwpemr_y0 /root/.ansible/tmp/ansible-tmp-1726888899.864706-172672-261192111475842/AnsiballZ_setup.py <<< 172629 1726888900.90805: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888899.864706-172672-261192111475842/AnsiballZ_setup.py" debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpwpemr_y0" to remote "/root/.ansible/tmp/ansible-tmp-1726888899.864706-172672-261192111475842/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888899.864706-172672-261192111475842/AnsiballZ_setup.py" <<< 172629 1726888900.95313: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888900.95323: stdout chunk (state=3): >>><<< 172629 1726888900.95335: stderr chunk (state=3): >>><<< 172629 1726888900.95367: done transferring module to remote 172629 1726888900.95386: _low_level_execute_command(): starting 172629 1726888900.95536: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888899.864706-172672-261192111475842/ /root/.ansible/tmp/ansible-tmp-1726888899.864706-172672-261192111475842/AnsiballZ_setup.py && sleep 0' 172629 1726888900.96772: 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 <<< 172629 1726888900.96793: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888900.96815: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888900.96829: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888900.97099: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888900.99008: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888900.99018: stdout chunk (state=3): >>><<< 172629 1726888900.99029: stderr chunk (state=3): >>><<< 172629 1726888900.99075: _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 172629 1726888900.99163: _low_level_execute_command(): starting 172629 1726888900.99173: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888899.864706-172672-261192111475842/AnsiballZ_setup.py && sleep 0' 172629 1726888901.00687: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888901.00691: 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 <<< 172629 1726888901.00694: 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 <<< 172629 1726888901.00705: 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 <<< 172629 1726888901.00953: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888901.00968: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888901.01170: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888901.03294: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888901.03363: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888901.03439: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888901.03457: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888901.03757: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcdbbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcdb8bb00> # /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' <<< 172629 1726888901.03761: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcdbbea50> <<< 172629 1726888901.03763: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888901.03783: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 172629 1726888901.03899: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 172629 1726888901.04173: 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 0x7fabcdbcd130> # /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 0x7fabcdbce120> 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. <<< 172629 1726888901.04624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888901.04639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888901.04746: 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 0x7fabcd9cbf50> # /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' <<< 172629 1726888901.04767: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd9e00e0> <<< 172629 1726888901.04779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888901.05078: 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 # 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 0x7fabcda03920> # /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 0x7fabcda03fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd9e3bf0> import '_functools' # <<< 172629 1726888901.05085: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd9e1340> <<< 172629 1726888901.05174: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd9c9100> <<< 172629 1726888901.05400: 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' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcda278c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcda264e0> # /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 0x7fabcd9e21e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcda24c20> <<< 172629 1726888901.05430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888901.05447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcda54920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd9c8380> <<< 172629 1726888901.05509: 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' <<< 172629 1726888901.05947: 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 0x7fabcda54dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcda54c80> # 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 0x7fabcda55070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd9c6ea0> # /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 0x7fabcda55730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcda55430> 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 0x7fabcda56630> 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 0x7fabcda74860> 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 0x7fabcda75f40> # /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' <<< 172629 1726888901.06044: 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 0x7fabcda76de0> # 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 0x7fabcda77440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcda76330> # /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' <<< 172629 1726888901.06087: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888901.06091: 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 0x7fabcda77e90> <<< 172629 1726888901.06102: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcda775c0> <<< 172629 1726888901.06149: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcda56690> <<< 172629 1726888901.06168: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888901.06201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888901.06216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888901.06470: 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 0x7fabcd773d40> # /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 0x7fabcd7a07a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd7a0500> # 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 0x7fabcd7a07d0> # /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' <<< 172629 1726888901.06583: 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 0x7fabcd7a1100> <<< 172629 1726888901.06836: 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 0x7fabcd7a1af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd7a09b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd771ee0> # /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' <<< 172629 1726888901.06839: 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 0x7fabcd7a2ed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd7a1c10> <<< 172629 1726888901.06842: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcda56d80> <<< 172629 1726888901.07306: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd7cb200> # /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 0x7fabcd7f3590> # /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 0x7fabcd84c350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888901.07469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888901.07590: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd84eab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd84c470> <<< 172629 1726888901.07606: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd819370> <<< 172629 1726888901.07623: 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 0x7fabcd1253d0> <<< 172629 1726888901.07647: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd7f2390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd7a3dd0> <<< 172629 1726888901.07823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888901.07837: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fabcd7f2990> <<< 172629 1726888901.08242: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_4914bide/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888901.08245: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888901.08260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888901.08289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888901.08472: 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 0x7fabcd18b0b0> import '_typing' # <<< 172629 1726888901.08663: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd169fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd169130> <<< 172629 1726888901.08667: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.08671: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888901.08674: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.08676: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.08678: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.08680: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888901.08685: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.10229: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.11234: 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 0x7fabcd188f80> # /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' <<< 172629 1726888901.11251: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726888901.11273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888901.11287: 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 0x7fabcd1beb40> <<< 172629 1726888901.11332: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd1be8d0> <<< 172629 1726888901.11451: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd1be1e0> # /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 0x7fabcd1be720> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd18bd40> import 'atexit' # <<< 172629 1726888901.11469: 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 0x7fabcd1bf7d0> <<< 172629 1726888901.11494: 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 0x7fabcd1bf9b0> <<< 172629 1726888901.11512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888901.11749: 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 0x7fabcd1bfef0> 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' <<< 172629 1726888901.11753: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd025bb0> <<< 172629 1726888901.11758: 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 0x7fabcd0277d0> <<< 172629 1726888901.11800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd02c170> <<< 172629 1726888901.11824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888901.11851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888901.12080: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd02d2e0> <<< 172629 1726888901.12083: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888901.12088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888901.12090: 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' <<< 172629 1726888901.12092: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd02fd70> <<< 172629 1726888901.12095: 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 0x7fabcda76c60> <<< 172629 1726888901.12097: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd02e090> <<< 172629 1726888901.12117: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888901.12144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888901.12267: 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 <<< 172629 1726888901.12331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd033c50> import '_tokenize' # <<< 172629 1726888901.12369: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd032720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd032480> <<< 172629 1726888901.12406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888901.12422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888901.12728: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd0329f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd02e5a0> # 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 0x7fabcd077e60> # /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 0x7fabcd077ec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 172629 1726888901.12732: 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 <<< 172629 1726888901.12737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 172629 1726888901.12749: 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 0x7fabcd079af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd0798b0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888901.12758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888901.12841: 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 0x7fabcd07bfb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd07a120> <<< 172629 1726888901.12949: 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' <<< 172629 1726888901.12957: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888901.12960: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd07f740> <<< 172629 1726888901.13035: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd07c110> <<< 172629 1726888901.13098: 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' <<< 172629 1726888901.13270: 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 0x7fabcd0803b0> # 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 0x7fabcd080620> <<< 172629 1726888901.13273: 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 0x7fabcd080980> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd078200> # /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' <<< 172629 1726888901.13968: 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 0x7fabcd083fe0> # 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 0x7fabccf0d1c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd0827b0> # 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 0x7fabcd083b30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd0823f0> # 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 <<< 172629 1726888901.14161: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.14676: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.15093: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888901.15118: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888901.15129: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888901.15146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888901.15225: 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 0x7fabccf11100> <<< 172629 1726888901.15277: 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' <<< 172629 1726888901.15296: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccf11e80> <<< 172629 1726888901.15311: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd0804a0> <<< 172629 1726888901.15550: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888901.15713: 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' <<< 172629 1726888901.15732: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccf11f10> # zipimport: zlib available <<< 172629 1726888901.16278: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.16633: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.16708: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.16777: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888901.16790: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.16826: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.16862: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888901.16873: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.17076: 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 <<< 172629 1726888901.17110: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.17148: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888901.17166: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.17474: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.17717: 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' # <<< 172629 1726888901.17743: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccf13140> <<< 172629 1726888901.17761: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.17838: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.17903: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888901.17914: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888901.18178: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888901.18238: 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 <<< 172629 1726888901.18290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888901.18349: 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' <<< 172629 1726888901.18370: 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 0x7fabccf1de20> <<< 172629 1726888901.18399: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccf193d0> <<< 172629 1726888901.18422: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888901.18436: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888901.18649: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.18653: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.18657: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.18660: 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' <<< 172629 1726888901.18662: 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 <<< 172629 1726888901.18761: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888901.18764: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888901.19060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888901.19063: 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 0x7fabcd006720> <<< 172629 1726888901.19065: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd0fe3f0> <<< 172629 1726888901.19068: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccf1df10> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccf12de0> # destroy ansible.module_utils.distro <<< 172629 1726888901.19072: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888901.19074: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.19080: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888901.19161: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 172629 1726888901.19165: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888901.19196: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.19269: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.19277: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.19298: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.19339: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.19425: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.19438: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.19461: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 172629 1726888901.19534: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.19550: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.19607: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.19636: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.19722: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/typing_extensions.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 172629 1726888901.19753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888901.19811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888901.19930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888901.19934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888901.19937: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726888901.19939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888901.19943: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888901.19945: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabccbda450> <<< 172629 1726888901.20035: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccbd9880> <<< 172629 1726888901.20038: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccbd8290> <<< 172629 1726888901.20460: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccfb2030> <<< 172629 1726888901.20464: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccfb3f80> import 'ansible.module_utils.compat.typing' # <<< 172629 1726888901.20467: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.20489: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.20860: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.20864: stdout chunk (state=3): >>># 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' <<< 172629 1726888901.20867: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 172629 1726888901.20869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 172629 1726888901.20872: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccf99490> <<< 172629 1726888901.20875: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 172629 1726888901.20891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 172629 1726888901.20911: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888901.20949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888901.21008: 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 0x7fabccc3c5f0> <<< 172629 1726888901.21126: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888901.21131: 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 0x7fabccc3c920> <<< 172629 1726888901.21137: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccc1b920> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccbeb3b0> <<< 172629 1726888901.21235: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccfb10d0> <<< 172629 1726888901.21238: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccfb04a0> <<< 172629 1726888901.21346: stdout chunk (state=3): >>># /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 0x7fabccc3f500> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccc3edb0> <<< 172629 1726888901.21353: 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 0x7fabccc3ef90> <<< 172629 1726888901.21356: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccc3e210> <<< 172629 1726888901.21660: stdout chunk (state=3): >>># /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' <<< 172629 1726888901.21665: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccc3f650> <<< 172629 1726888901.21667: stdout chunk (state=3): >>># /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' <<< 172629 1726888901.21669: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888901.21672: 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 0x7fabcca3e180> <<< 172629 1726888901.21674: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccfb0c50> <<< 172629 1726888901.21676: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccfb05f0> import 'ansible.module_utils.facts.timeout' # <<< 172629 1726888901.21790: stdout chunk (state=3): >>>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 <<< 172629 1726888901.21834: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 172629 1726888901.21857: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.21875: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 172629 1726888901.21886: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.21920: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.22160: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 172629 1726888901.22163: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.22166: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.22168: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 172629 1726888901.22170: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888901.22172: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 172629 1726888901.22174: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.22350: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888901.22387: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 172629 1726888901.22401: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.22895: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.23312: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 172629 1726888901.23315: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.23466: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888901.23495: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 172629 1726888901.23706: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.23709: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 172629 1726888901.23712: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.23715: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available <<< 172629 1726888901.23753: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.23758: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 172629 1726888901.23761: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.23790: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.24162: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available <<< 172629 1726888901.24174: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.24177: 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' <<< 172629 1726888901.24180: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcca3fe60> # /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' <<< 172629 1726888901.24185: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcca3ef30> <<< 172629 1726888901.24266: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 172629 1726888901.24285: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.24341: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 172629 1726888901.24443: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.24523: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 172629 1726888901.24564: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.24837: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.24841: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 172629 1726888901.24844: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888901.24846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888901.24882: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888901.24936: 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 0x7fabcca82540> <<< 172629 1726888901.25120: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcca6b320> import 'ansible.module_utils.facts.system.python' # <<< 172629 1726888901.25187: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.25193: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.25406: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 172629 1726888901.25414: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.25417: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.25464: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.25534: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.25677: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 172629 1726888901.25699: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.25727: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.25844: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 172629 1726888901.25848: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.25854: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.25869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 172629 1726888901.25951: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888901.26013: 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 0x7fabcca96630> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcca97fe0> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 172629 1726888901.26046: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888901.26081: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 172629 1726888901.26266: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.26432: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 172629 1726888901.26477: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.26584: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.26622: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.26653: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 172629 1726888901.26900: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888901.27049: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 172629 1726888901.27059: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.27264: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.27267: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 172629 1726888901.27270: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.27301: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.27334: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.27883: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.28479: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 172629 1726888901.28482: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 172629 1726888901.28660: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.28664: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 172629 1726888901.28967: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 172629 1726888901.28979: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.29130: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 172629 1726888901.29177: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 172629 1726888901.29215: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.29254: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 172629 1726888901.29273: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.29365: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.29661: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.29665: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.29860: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 172629 1726888901.29920: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888901.29958: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 172629 1726888901.29967: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.30012: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # <<< 172629 1726888901.30019: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.30090: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.30164: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 172629 1726888901.30248: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888901.30274: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 172629 1726888901.30289: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.30366: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 172629 1726888901.30410: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.30487: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 172629 1726888901.30775: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.31028: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 172629 1726888901.31410: stdout chunk (state=3): >>># 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 <<< 172629 1726888901.31414: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 172629 1726888901.31443: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.31561: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 172629 1726888901.31565: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 172629 1726888901.31572: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.31736: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.31741: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 172629 1726888901.31744: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.31747: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.31749: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.31846: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888901.31962: 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' # <<< 172629 1726888901.32000: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.32064: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.32096: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 172629 1726888901.32663: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.32666: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 172629 1726888901.32669: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.32671: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.32673: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888901.32675: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 172629 1726888901.32687: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.32760: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.32854: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 172629 1726888901.32954: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888901.33221: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available <<< 172629 1726888901.33283: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 172629 1726888901.33348: stdout chunk (state=3): >>># 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 <<< 172629 1726888901.33370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabccac3800> <<< 172629 1726888901.33377: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccac02f0> <<< 172629 1726888901.33419: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccac0560> <<< 172629 1726888901.49705: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 172629 1726888901.49735: 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 0x7fabccb052b0> <<< 172629 1726888901.49784: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 172629 1726888901.49828: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccb06840> <<< 172629 1726888901.49888: 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' <<< 172629 1726888901.49944: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcca74fb0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcca74aa0> <<< 172629 1726888901.50211: 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 <<< 172629 1726888901.74598: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-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_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_local": {}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_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_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_fibre_channel_wwn": [], "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_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "21", "second": "41", "epoch": "1726888901", "epoch_int": "1726888901", "date": "2024-09-20", "time": "23:21:41", "iso8601_micro": "2024-09-21T03:21:41.344866Z", "iso8601": "2024-09-21T03:21:41Z", "iso8601_basic": "20240920T232141344866", "iso8601_basic_short": "20240920T232141", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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": 840, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 2691, "free": 840}, "nocache": {"free": 3274, "used": 257}, "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": 4343, "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": 255483019264, "block_size": 4096, "block_total": 65519099, "block_available": 62373784, "block_used": 3145315, "inode_total": 131070960, "inode_available": 131027025, "inode_used": 43935, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_apparmor": {"status": "disabled"}, "ansible_iscsi_iqn": "", "ansible_loadavg": {"1m": 0.26513671875, "5m": 0.740234375, "15m": 0.99365234375}, "ansible_lsb": {}, "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_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_fips": false, "ansible_pkg_mgr": "dnf", "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.13.105 34704 10.31.15.52 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.13.105 34704 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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"}}} <<< 172629 1726888901.75123: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # 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 <<< 172629 1726888901.75221: stdout chunk (state=3): >>># 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 <<< 172629 1726888901.75262: stdout chunk (state=3): >>># 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 <<< 172629 1726888901.75584: 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 <<< 172629 1726888901.75611: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726888901.75713: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888901.75717: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 172629 1726888901.75723: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select <<< 172629 1726888901.75971: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726888901.76003: stdout chunk (state=3): >>># 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 <<< 172629 1726888901.76018: stdout chunk (state=3): >>># destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 172629 1726888901.76069: 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 <<< 172629 1726888901.76119: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 <<< 172629 1726888901.76438: 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 # 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 <<< 172629 1726888901.76449: stdout chunk (state=3): >>># 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 <<< 172629 1726888901.76480: stdout chunk (state=3): >>># 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 <<< 172629 1726888901.76496: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888901.76533: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 172629 1726888901.76578: stdout chunk (state=3): >>># destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888901.76610: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888901.76777: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 172629 1726888901.76814: stdout chunk (state=3): >>># destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix <<< 172629 1726888901.77061: stdout chunk (state=3): >>># destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888901.77318: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888901.77449: stderr chunk (state=3): >>><<< 172629 1726888901.77457: stdout chunk (state=3): >>><<< 172629 1726888901.78181: _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 0x7fabcdbbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcdb8bb00> # /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 0x7fabcdbbea50> 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 0x7fabcdbcd130> # /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 0x7fabcdbce120> 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 0x7fabcd9cbf50> # /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 0x7fabcd9e00e0> # /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 0x7fabcda03920> # /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 0x7fabcda03fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd9e3bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd9e1340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd9c9100> # /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 0x7fabcda278c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcda264e0> # /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 0x7fabcd9e21e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcda24c20> # /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 0x7fabcda54920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd9c8380> # /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 0x7fabcda54dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcda54c80> # 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 0x7fabcda55070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd9c6ea0> # /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 0x7fabcda55730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcda55430> 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 0x7fabcda56630> 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 0x7fabcda74860> 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 0x7fabcda75f40> # /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 0x7fabcda76de0> # 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 0x7fabcda77440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcda76330> # /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 0x7fabcda77e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcda775c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcda56690> # /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 0x7fabcd773d40> # /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 0x7fabcd7a07a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd7a0500> # 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 0x7fabcd7a07d0> # /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 0x7fabcd7a1100> # 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 0x7fabcd7a1af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd7a09b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd771ee0> # /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 0x7fabcd7a2ed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd7a1c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcda56d80> # /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 0x7fabcd7cb200> # /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 0x7fabcd7f3590> # /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 0x7fabcd84c350> # /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 0x7fabcd84eab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd84c470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd819370> # /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 0x7fabcd1253d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd7f2390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd7a3dd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fabcd7f2990> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_4914bide/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 0x7fabcd18b0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd169fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd169130> # 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 0x7fabcd188f80> # /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 0x7fabcd1beb40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd1be8d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd1be1e0> # /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 0x7fabcd1be720> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd18bd40> 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 0x7fabcd1bf7d0> # 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 0x7fabcd1bf9b0> # /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 0x7fabcd1bfef0> 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 0x7fabcd025bb0> # 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 0x7fabcd0277d0> # /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 0x7fabcd02c170> # /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 0x7fabcd02d2e0> # /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 0x7fabcd02fd70> # 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 0x7fabcda76c60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd02e090> # /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 0x7fabcd033c50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd032720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd032480> # /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 0x7fabcd0329f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd02e5a0> # 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 0x7fabcd077e60> # /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 0x7fabcd077ec0> # /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 0x7fabcd079af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd0798b0> # /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 0x7fabcd07bfb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd07a120> # /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 0x7fabcd07f740> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd07c110> # 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 0x7fabcd0803b0> # 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 0x7fabcd080620> # 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 0x7fabcd080980> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd078200> # /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 0x7fabcd083fe0> # 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 0x7fabccf0d1c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd0827b0> # 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 0x7fabcd083b30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd0823f0> # 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 0x7fabccf11100> # /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 0x7fabccf11e80> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd0804a0> 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 0x7fabccf11f10> # 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 0x7fabccf13140> # 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 0x7fabccf1de20> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccf193d0> 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 0x7fabcd006720> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcd0fe3f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccf1df10> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccf12de0> # 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 0x7fabccbda450> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccbd9880> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccbd8290> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccfb2030> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccfb3f80> 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 0x7fabccf99490> # /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 0x7fabccc3c5f0> # 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 0x7fabccc3c920> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccc1b920> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccbeb3b0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccfb10d0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccfb04a0> # /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 0x7fabccc3f500> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccc3edb0> # 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 0x7fabccc3ef90> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccc3e210> # /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 0x7fabccc3f650> # /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 0x7fabcca3e180> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccfb0c50> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccfb05f0> 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 0x7fabcca3fe60> # /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 0x7fabcca3ef30> 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 0x7fabcca82540> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcca6b320> 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 0x7fabcca96630> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcca97fe0> 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 0x7fabccac3800> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccac02f0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabccac0560> # /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 0x7fabccb052b0> # /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 0x7fabccb06840> # /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 0x7fabcca74fb0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcca74aa0> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-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_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_local": {}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_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_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_fibre_channel_wwn": [], "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_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "21", "second": "41", "epoch": "1726888901", "epoch_int": "1726888901", "date": "2024-09-20", "time": "23:21:41", "iso8601_micro": "2024-09-21T03:21:41.344866Z", "iso8601": "2024-09-21T03:21:41Z", "iso8601_basic": "20240920T232141344866", "iso8601_basic_short": "20240920T232141", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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": 840, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 2691, "free": 840}, "nocache": {"free": 3274, "used": 257}, "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": 4343, "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": 255483019264, "block_size": 4096, "block_total": 65519099, "block_available": 62373784, "block_used": 3145315, "inode_total": 131070960, "inode_available": 131027025, "inode_used": 43935, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_apparmor": {"status": "disabled"}, "ansible_iscsi_iqn": "", "ansible_loadavg": {"1m": 0.26513671875, "5m": 0.740234375, "15m": 0.99365234375}, "ansible_lsb": {}, "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_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_fips": false, "ansible_pkg_mgr": "dnf", "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.13.105 34704 10.31.15.52 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.13.105 34704 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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. 172629 1726888901.81269: 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-1726888899.864706-172672-261192111475842/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888901.81273: _low_level_execute_command(): starting 172629 1726888901.81278: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888899.864706-172672-261192111475842/ > /dev/null 2>&1 && sleep 0' 172629 1726888901.82174: 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 <<< 172629 1726888901.82411: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888901.82418: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888901.82631: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888901.84547: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888901.84838: stderr chunk (state=3): >>><<< 172629 1726888901.84841: stdout chunk (state=3): >>><<< 172629 1726888901.84844: _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 172629 1726888901.84847: handler run complete 172629 1726888901.85669: variable 'ansible_facts' from source: unknown 172629 1726888901.85910: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888901.87662: variable 'ansible_facts' from source: unknown 172629 1726888901.87824: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888901.88469: attempt loop complete, returning result 172629 1726888901.88677: _execute() done 172629 1726888901.89160: dumping result to json 172629 1726888901.89167: done dumping result, returning 172629 1726888901.89171: done running TaskExecutor() for managed_node1/TASK: Gathering Facts [0affc8a3-6f6f-d0a8-add8-00000000001d] 172629 1726888901.89174: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000001d ok: [managed_node1] 172629 1726888901.92039: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000001d 172629 1726888901.92042: WORKER PROCESS EXITING 172629 1726888901.92105: no more pending results, returning what we have 172629 1726888901.92109: results queue empty 172629 1726888901.92110: checking for any_errors_fatal 172629 1726888901.92111: done checking for any_errors_fatal 172629 1726888901.92112: checking for max_fail_percentage 172629 1726888901.92113: done checking for max_fail_percentage 172629 1726888901.92114: checking to see if all hosts have failed and the running result is not ok 172629 1726888901.92115: done checking to see if all hosts have failed 172629 1726888901.92116: getting the remaining hosts for this loop 172629 1726888901.92117: done getting the remaining hosts for this loop 172629 1726888901.92121: getting the next task for host managed_node1 172629 1726888901.92126: done getting next task for host managed_node1 172629 1726888901.92128: ^ task is: TASK: meta (flush_handlers) 172629 1726888901.92130: ^ 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 172629 1726888901.92133: getting variables 172629 1726888901.92134: in VariableManager get_vars() 172629 1726888901.92380: Calling all_inventory to load vars for managed_node1 172629 1726888901.92383: Calling groups_inventory to load vars for managed_node1 172629 1726888901.92387: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888901.92399: Calling all_plugins_play to load vars for managed_node1 172629 1726888901.92407: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888901.92411: Calling groups_plugins_play to load vars for managed_node1 172629 1726888901.93145: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888901.94219: done with get_vars() 172629 1726888901.94435: done getting variables 172629 1726888901.94506: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 172629 1726888901.94792: in VariableManager get_vars() 172629 1726888901.94803: Calling all_inventory to load vars for managed_node1 172629 1726888901.94805: Calling groups_inventory to load vars for managed_node1 172629 1726888901.94808: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888901.94812: Calling all_plugins_play to load vars for managed_node1 172629 1726888901.94814: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888901.94817: Calling groups_plugins_play to load vars for managed_node1 172629 1726888901.95501: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888901.96280: done with get_vars() 172629 1726888901.96412: done queuing things up, now waiting for results queue to drain 172629 1726888901.96415: results queue empty 172629 1726888901.96415: checking for any_errors_fatal 172629 1726888901.96418: done checking for any_errors_fatal 172629 1726888901.96419: checking for max_fail_percentage 172629 1726888901.96420: done checking for max_fail_percentage 172629 1726888901.96421: checking to see if all hosts have failed and the running result is not ok 172629 1726888901.96427: done checking to see if all hosts have failed 172629 1726888901.96428: getting the remaining hosts for this loop 172629 1726888901.96429: done getting the remaining hosts for this loop 172629 1726888901.96432: getting the next task for host managed_node1 172629 1726888901.96438: done getting next task for host managed_node1 172629 1726888901.96440: ^ task is: TASK: Include role to ensure packages are installed 172629 1726888901.96442: ^ 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 172629 1726888901.96444: getting variables 172629 1726888901.96445: in VariableManager get_vars() 172629 1726888901.96648: Calling all_inventory to load vars for managed_node1 172629 1726888901.96650: Calling groups_inventory to load vars for managed_node1 172629 1726888901.96657: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888901.96662: Calling all_plugins_play to load vars for managed_node1 172629 1726888901.96664: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888901.96666: Calling groups_plugins_play to load vars for managed_node1 172629 1726888901.97582: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888901.98637: done with get_vars() 172629 1726888901.98649: done getting variables TASK [Include role to ensure packages are installed] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:12 Friday 20 September 2024 23:21:41 -0400 (0:00:02.203) 0:00:02.269 ****** 172629 1726888901.98933: entering _queue_task() for managed_node1/include_role 172629 1726888901.98935: Creating lock for include_role 172629 1726888902.00097: worker is 1 (out of 1 available) 172629 1726888902.00480: exiting _queue_task() for managed_node1/include_role 172629 1726888902.00554: done queuing things up, now waiting for results queue to drain 172629 1726888902.00558: waiting for pending results... 172629 1726888902.01282: running TaskExecutor() for managed_node1/TASK: Include role to ensure packages are installed 172629 1726888902.01763: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000006 172629 1726888902.01769: variable 'ansible_search_path' from source: unknown 172629 1726888902.01773: calling self._execute() 172629 1726888902.02364: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888902.02367: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888902.02370: variable 'omit' from source: magic vars 172629 1726888902.03169: _execute() done 172629 1726888902.03173: dumping result to json 172629 1726888902.03176: done dumping result, returning 172629 1726888902.03179: done running TaskExecutor() for managed_node1/TASK: Include role to ensure packages are installed [0affc8a3-6f6f-d0a8-add8-000000000006] 172629 1726888902.03181: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000006 172629 1726888902.03872: no more pending results, returning what we have 172629 1726888902.03878: in VariableManager get_vars() 172629 1726888902.03925: Calling all_inventory to load vars for managed_node1 172629 1726888902.03929: Calling groups_inventory to load vars for managed_node1 172629 1726888902.03933: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888902.03959: Calling all_plugins_play to load vars for managed_node1 172629 1726888902.03964: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888902.03970: Calling groups_plugins_play to load vars for managed_node1 172629 1726888902.05011: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000006 172629 1726888902.05015: WORKER PROCESS EXITING 172629 1726888902.05617: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888902.07519: done with get_vars() 172629 1726888902.07534: variable 'ansible_search_path' from source: unknown 172629 1726888902.12087: variable 'omit' from source: magic vars 172629 1726888902.12113: variable 'omit' from source: magic vars 172629 1726888902.12129: variable 'omit' from source: magic vars 172629 1726888902.12134: we have included files to process 172629 1726888902.12135: generating all_blocks data 172629 1726888902.12136: done generating all_blocks data 172629 1726888902.12137: processing included file: fedora.linux_system_roles.storage 172629 1726888902.12161: in VariableManager get_vars() 172629 1726888902.12373: done with get_vars() 172629 1726888902.12446: in VariableManager get_vars() 172629 1726888902.12676: done with get_vars() 172629 1726888902.12973: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 172629 1726888902.13169: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 172629 1726888902.14291: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 172629 1726888902.14970: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 172629 1726888902.15322: in VariableManager get_vars() 172629 1726888902.15344: done with get_vars() 172629 1726888902.16010: in VariableManager get_vars() 172629 1726888902.16028: done with get_vars() 172629 1726888902.16518: iterating over new_blocks loaded from include file 172629 1726888902.16521: in VariableManager get_vars() 172629 1726888902.16535: done with get_vars() 172629 1726888902.16536: filtering new block on tags 172629 1726888902.16730: done filtering new block on tags 172629 1726888902.16734: in VariableManager get_vars() 172629 1726888902.16749: done with get_vars() 172629 1726888902.16750: filtering new block on tags 172629 1726888902.16844: done filtering new block on tags 172629 1726888902.16846: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node1 172629 1726888902.16852: extending task lists for all hosts with included blocks 172629 1726888902.17736: done extending task lists 172629 1726888902.17738: done processing included files 172629 1726888902.17739: results queue empty 172629 1726888902.17740: checking for any_errors_fatal 172629 1726888902.17742: done checking for any_errors_fatal 172629 1726888902.17743: checking for max_fail_percentage 172629 1726888902.17746: done checking for max_fail_percentage 172629 1726888902.17747: checking to see if all hosts have failed and the running result is not ok 172629 1726888902.17748: done checking to see if all hosts have failed 172629 1726888902.17750: getting the remaining hosts for this loop 172629 1726888902.17754: done getting the remaining hosts for this loop 172629 1726888902.17760: getting the next task for host managed_node1 172629 1726888902.17765: done getting next task for host managed_node1 172629 1726888902.17770: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888902.17773: ^ 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 172629 1726888902.17787: getting variables 172629 1726888902.17789: in VariableManager get_vars() 172629 1726888902.17808: Calling all_inventory to load vars for managed_node1 172629 1726888902.17810: Calling groups_inventory to load vars for managed_node1 172629 1726888902.17812: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888902.17819: Calling all_plugins_play to load vars for managed_node1 172629 1726888902.17835: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888902.17840: Calling groups_plugins_play to load vars for managed_node1 172629 1726888902.18332: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888902.18715: done with get_vars() 172629 1726888902.18730: 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 23:21:42 -0400 (0:00:00.199) 0:00:02.468 ****** 172629 1726888902.18857: entering _queue_task() for managed_node1/include_tasks 172629 1726888902.18860: Creating lock for include_tasks 172629 1726888902.19404: worker is 1 (out of 1 available) 172629 1726888902.19413: exiting _queue_task() for managed_node1/include_tasks 172629 1726888902.19424: done queuing things up, now waiting for results queue to drain 172629 1726888902.19425: waiting for pending results... 172629 1726888902.19859: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888902.20077: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000005c 172629 1726888902.20284: variable 'ansible_search_path' from source: unknown 172629 1726888902.20402: variable 'ansible_search_path' from source: unknown 172629 1726888902.20408: calling self._execute() 172629 1726888902.20511: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888902.20529: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888902.20542: variable 'omit' from source: magic vars 172629 1726888902.20749: _execute() done 172629 1726888902.20841: dumping result to json 172629 1726888902.20862: done dumping result, returning 172629 1726888902.20878: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-d0a8-add8-00000000005c] 172629 1726888902.20895: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000005c 172629 1726888902.21221: no more pending results, returning what we have 172629 1726888902.21227: in VariableManager get_vars() 172629 1726888902.21466: Calling all_inventory to load vars for managed_node1 172629 1726888902.21470: Calling groups_inventory to load vars for managed_node1 172629 1726888902.21472: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888902.21484: Calling all_plugins_play to load vars for managed_node1 172629 1726888902.21487: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888902.21491: Calling groups_plugins_play to load vars for managed_node1 172629 1726888902.22060: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000005c 172629 1726888902.22075: WORKER PROCESS EXITING 172629 1726888902.22170: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888902.22774: done with get_vars() 172629 1726888902.22784: variable 'ansible_search_path' from source: unknown 172629 1726888902.22785: variable 'ansible_search_path' from source: unknown 172629 1726888902.22836: we have included files to process 172629 1726888902.22838: generating all_blocks data 172629 1726888902.22840: done generating all_blocks data 172629 1726888902.22843: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726888902.22845: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726888902.22847: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726888902.23688: done processing included file 172629 1726888902.23690: iterating over new_blocks loaded from include file 172629 1726888902.23691: in VariableManager get_vars() 172629 1726888902.23706: done with get_vars() 172629 1726888902.23707: filtering new block on tags 172629 1726888902.23724: done filtering new block on tags 172629 1726888902.23728: in VariableManager get_vars() 172629 1726888902.23749: done with get_vars() 172629 1726888902.23751: filtering new block on tags 172629 1726888902.23775: done filtering new block on tags 172629 1726888902.23778: 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 172629 1726888902.23790: extending task lists for all hosts with included blocks 172629 1726888902.23996: done extending task lists 172629 1726888902.23998: done processing included files 172629 1726888902.24004: results queue empty 172629 1726888902.24005: checking for any_errors_fatal 172629 1726888902.24008: done checking for any_errors_fatal 172629 1726888902.24009: checking for max_fail_percentage 172629 1726888902.24011: done checking for max_fail_percentage 172629 1726888902.24012: checking to see if all hosts have failed and the running result is not ok 172629 1726888902.24012: done checking to see if all hosts have failed 172629 1726888902.24013: getting the remaining hosts for this loop 172629 1726888902.24015: done getting the remaining hosts for this loop 172629 1726888902.24017: getting the next task for host managed_node1 172629 1726888902.24022: done getting next task for host managed_node1 172629 1726888902.24025: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 172629 1726888902.24028: ^ 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 172629 1726888902.24037: getting variables 172629 1726888902.24038: in VariableManager get_vars() 172629 1726888902.24049: Calling all_inventory to load vars for managed_node1 172629 1726888902.24056: Calling groups_inventory to load vars for managed_node1 172629 1726888902.24058: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888902.24064: Calling all_plugins_play to load vars for managed_node1 172629 1726888902.24066: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888902.24069: Calling groups_plugins_play to load vars for managed_node1 172629 1726888902.24302: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888902.24674: done with get_vars() 172629 1726888902.24690: 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 23:21:42 -0400 (0:00:00.060) 0:00:02.528 ****** 172629 1726888902.24904: entering _queue_task() for managed_node1/setup 172629 1726888902.25536: worker is 1 (out of 1 available) 172629 1726888902.25547: exiting _queue_task() for managed_node1/setup 172629 1726888902.25930: done queuing things up, now waiting for results queue to drain 172629 1726888902.25933: waiting for pending results... 172629 1726888902.26273: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 172629 1726888902.26637: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000009b 172629 1726888902.26923: variable 'ansible_search_path' from source: unknown 172629 1726888902.26928: variable 'ansible_search_path' from source: unknown 172629 1726888902.26930: calling self._execute() 172629 1726888902.27140: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888902.27144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888902.27146: variable 'omit' from source: magic vars 172629 1726888902.30268: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888902.37596: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888902.37662: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888902.37825: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888902.37844: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888902.37962: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888902.38181: 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) 172629 1726888902.38201: 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) 172629 1726888902.38461: 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) 172629 1726888902.38643: 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) 172629 1726888902.38662: 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) 172629 1726888902.38903: 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) 172629 1726888902.38977: 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) 172629 1726888902.39013: 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) 172629 1726888902.39228: 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) 172629 1726888902.39287: 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) 172629 1726888902.40030: variable '__storage_required_facts' from source: role '' all vars 172629 1726888902.40137: variable 'ansible_facts' from source: unknown 172629 1726888902.40440: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 172629 1726888902.40444: when evaluation is False, skipping this task 172629 1726888902.40447: _execute() done 172629 1726888902.40460: dumping result to json 172629 1726888902.40560: done dumping result, returning 172629 1726888902.40567: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-d0a8-add8-00000000009b] 172629 1726888902.40604: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000009b 172629 1726888902.40869: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000009b 172629 1726888902.40874: 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" } 172629 1726888902.41113: no more pending results, returning what we have 172629 1726888902.41117: results queue empty 172629 1726888902.41119: checking for any_errors_fatal 172629 1726888902.41120: done checking for any_errors_fatal 172629 1726888902.41121: checking for max_fail_percentage 172629 1726888902.41123: done checking for max_fail_percentage 172629 1726888902.41123: checking to see if all hosts have failed and the running result is not ok 172629 1726888902.41124: done checking to see if all hosts have failed 172629 1726888902.41125: getting the remaining hosts for this loop 172629 1726888902.41127: done getting the remaining hosts for this loop 172629 1726888902.41131: getting the next task for host managed_node1 172629 1726888902.41144: done getting next task for host managed_node1 172629 1726888902.41148: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888902.41154: ^ 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 172629 1726888902.41171: getting variables 172629 1726888902.41173: in VariableManager get_vars() 172629 1726888902.41214: Calling all_inventory to load vars for managed_node1 172629 1726888902.41217: Calling groups_inventory to load vars for managed_node1 172629 1726888902.41220: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888902.41231: Calling all_plugins_play to load vars for managed_node1 172629 1726888902.41234: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888902.41237: Calling groups_plugins_play to load vars for managed_node1 172629 1726888902.42344: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888902.43053: done with get_vars() 172629 1726888902.43269: done getting variables 172629 1726888902.43449: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [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 23:21:42 -0400 (0:00:00.185) 0:00:02.714 ****** 172629 1726888902.43492: entering _queue_task() for managed_node1/include_vars 172629 1726888902.43494: Creating lock for include_vars 172629 1726888902.45031: worker is 1 (out of 1 available) 172629 1726888902.45044: exiting _queue_task() for managed_node1/include_vars 172629 1726888902.45065: done queuing things up, now waiting for results queue to drain 172629 1726888902.45066: waiting for pending results... 172629 1726888902.45706: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888902.46005: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000009c 172629 1726888902.46076: variable 'ansible_search_path' from source: unknown 172629 1726888902.46082: variable 'ansible_search_path' from source: unknown 172629 1726888902.47274: variable 'ansible_facts' from source: unknown 172629 1726888902.47926: variable 'ansible_facts' from source: unknown 172629 1726888902.48549: variable 'ansible_facts' from source: unknown 172629 1726888902.49113: variable 'ansible_facts' from source: unknown 172629 1726888902.49387: variable 'omit' from source: magic vars 172629 1726888902.49620: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888902.49780: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888902.49798: variable 'omit' from source: magic vars 172629 1726888902.50665: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888902.51272: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888902.51848: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888902.51852: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888902.51854: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888902.52046: variable '__vars_file' from source: task vars 172629 1726888902.52347: variable 'role_path' from source: magic vars 172629 1726888902.52392: variable 'item' from source: unknown 172629 1726888902.52473: Evaluated conditional (__vars_file is file): False 172629 1726888902.52509: when evaluation is False, skipping this task 172629 1726888902.52615: variable 'item' from source: unknown 172629 1726888902.52759: 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" } 172629 1726888902.53368: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888902.53374: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888902.53377: variable 'omit' from source: magic vars 172629 1726888902.53842: variable '__vars_file' from source: task vars 172629 1726888902.53897: variable 'role_path' from source: magic vars 172629 1726888902.54061: variable 'item' from source: unknown 172629 1726888902.54064: Evaluated conditional (__vars_file is file): False 172629 1726888902.54067: when evaluation is False, skipping this task 172629 1726888902.54071: variable 'item' from source: unknown 172629 1726888902.54194: 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" } 172629 1726888902.54495: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888902.54499: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888902.54672: variable 'omit' from source: magic vars 172629 1726888902.55088: variable '__vars_file' from source: task vars 172629 1726888902.55302: variable 'role_path' from source: magic vars 172629 1726888902.55305: variable 'item' from source: unknown 172629 1726888902.55308: Evaluated conditional (__vars_file is file): True 172629 1726888902.55319: variable 'omit' from source: magic vars 172629 1726888902.55525: variable 'omit' from source: magic vars 172629 1726888902.55631: variable '__vars_file' from source: task vars 172629 1726888902.55718: variable '__vars_file' from source: task vars 172629 1726888902.55940: variable 'role_path' from source: magic vars 172629 1726888902.55948: variable 'item' from source: unknown 172629 1726888902.55997: variable 'omit' from source: magic vars 172629 1726888902.56101: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888902.56278: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888902.56282: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888902.56537: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888902.56540: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888902.56543: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888902.56546: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888902.56548: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888902.56673: Set connection var ansible_timeout to 10 172629 1726888902.56744: Set connection var ansible_shell_type to sh 172629 1726888902.56761: Set connection var ansible_pipelining to False 172629 1726888902.56772: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888902.56780: Set connection var ansible_shell_executable to /bin/sh 172629 1726888902.56786: Set connection var ansible_connection to ssh 172629 1726888902.56967: variable 'ansible_shell_executable' from source: unknown 172629 1726888902.56970: variable 'ansible_connection' from source: unknown 172629 1726888902.56972: variable 'ansible_module_compression' from source: unknown 172629 1726888902.56974: variable 'ansible_shell_type' from source: unknown 172629 1726888902.56976: variable 'ansible_shell_executable' from source: unknown 172629 1726888902.56978: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888902.56980: variable 'ansible_pipelining' from source: unknown 172629 1726888902.56982: variable 'ansible_timeout' from source: unknown 172629 1726888902.56983: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888902.57226: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888902.57248: variable 'omit' from source: magic vars 172629 1726888902.57259: starting attempt loop 172629 1726888902.57274: running the handler 172629 1726888902.57483: handler run complete 172629 1726888902.57496: attempt loop complete, returning result 172629 1726888902.57525: variable 'item' from source: unknown 172629 1726888902.57729: 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" } 172629 1726888902.58054: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888902.58059: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888902.58062: variable 'omit' from source: magic vars 172629 1726888902.58294: variable '__vars_file' from source: task vars 172629 1726888902.58446: variable 'role_path' from source: magic vars 172629 1726888902.58491: variable 'item' from source: unknown 172629 1726888902.58510: Evaluated conditional (__vars_file is file): True 172629 1726888902.58660: variable 'omit' from source: magic vars 172629 1726888902.58663: variable 'omit' from source: magic vars 172629 1726888902.58721: variable '__vars_file' from source: task vars 172629 1726888902.58860: variable '__vars_file' from source: task vars 172629 1726888902.58979: variable 'role_path' from source: magic vars 172629 1726888902.59034: variable 'item' from source: unknown 172629 1726888902.59063: variable 'omit' from source: magic vars 172629 1726888902.59165: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888902.59181: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888902.59193: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888902.59212: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888902.59250: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888902.59267: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888902.59431: Set connection var ansible_timeout to 10 172629 1726888902.59480: Set connection var ansible_shell_type to sh 172629 1726888902.59487: Set connection var ansible_pipelining to False 172629 1726888902.59662: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888902.59665: Set connection var ansible_shell_executable to /bin/sh 172629 1726888902.59668: Set connection var ansible_connection to ssh 172629 1726888902.59670: variable 'ansible_shell_executable' from source: unknown 172629 1726888902.59672: variable 'ansible_connection' from source: unknown 172629 1726888902.59673: variable 'ansible_module_compression' from source: unknown 172629 1726888902.59676: variable 'ansible_shell_type' from source: unknown 172629 1726888902.59677: variable 'ansible_shell_executable' from source: unknown 172629 1726888902.59679: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888902.59681: variable 'ansible_pipelining' from source: unknown 172629 1726888902.59683: variable 'ansible_timeout' from source: unknown 172629 1726888902.59685: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888902.59829: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888902.59889: variable 'omit' from source: magic vars 172629 1726888902.59898: starting attempt loop 172629 1726888902.59904: running the handler 172629 1726888902.60023: handler run complete 172629 1726888902.60026: attempt loop complete, returning result 172629 1726888902.60067: variable 'item' from source: unknown 172629 1726888902.60176: 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" } 172629 1726888902.60562: dumping result to json 172629 1726888902.60566: done dumping result, returning 172629 1726888902.60568: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-d0a8-add8-00000000009c] 172629 1726888902.60571: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000009c 172629 1726888902.60689: no more pending results, returning what we have 172629 1726888902.60692: results queue empty 172629 1726888902.60693: checking for any_errors_fatal 172629 1726888902.60698: done checking for any_errors_fatal 172629 1726888902.60698: checking for max_fail_percentage 172629 1726888902.60699: done checking for max_fail_percentage 172629 1726888902.60700: checking to see if all hosts have failed and the running result is not ok 172629 1726888902.60701: done checking to see if all hosts have failed 172629 1726888902.60702: getting the remaining hosts for this loop 172629 1726888902.60703: done getting the remaining hosts for this loop 172629 1726888902.60706: getting the next task for host managed_node1 172629 1726888902.60713: done getting next task for host managed_node1 172629 1726888902.60716: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 172629 1726888902.60719: ^ 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 172629 1726888902.60728: getting variables 172629 1726888902.60729: in VariableManager get_vars() 172629 1726888902.60864: Calling all_inventory to load vars for managed_node1 172629 1726888902.60867: Calling groups_inventory to load vars for managed_node1 172629 1726888902.60869: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888902.60879: Calling all_plugins_play to load vars for managed_node1 172629 1726888902.60882: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888902.60885: Calling groups_plugins_play to load vars for managed_node1 172629 1726888902.61473: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000009c 172629 1726888902.61477: WORKER PROCESS EXITING 172629 1726888902.61550: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888902.62380: done with get_vars() 172629 1726888902.62392: 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 23:21:42 -0400 (0:00:00.192) 0:00:02.907 ****** 172629 1726888902.62789: entering _queue_task() for managed_node1/stat 172629 1726888902.63285: worker is 1 (out of 1 available) 172629 1726888902.63297: exiting _queue_task() for managed_node1/stat 172629 1726888902.63308: done queuing things up, now waiting for results queue to drain 172629 1726888902.63310: waiting for pending results... 172629 1726888902.63906: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree 172629 1726888902.64132: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000009e 172629 1726888902.64143: variable 'ansible_search_path' from source: unknown 172629 1726888902.64148: variable 'ansible_search_path' from source: unknown 172629 1726888902.64217: calling self._execute() 172629 1726888902.64287: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888902.64470: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888902.64474: variable 'omit' from source: magic vars 172629 1726888902.65419: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888902.65962: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888902.66160: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888902.66244: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888902.66460: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888902.66546: 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) 172629 1726888902.66965: 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) 172629 1726888902.66969: 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) 172629 1726888902.66972: 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) 172629 1726888902.67040: Evaluated conditional (not __storage_is_ostree is defined): True 172629 1726888902.67073: variable 'omit' from source: magic vars 172629 1726888902.67179: variable 'omit' from source: magic vars 172629 1726888902.67328: variable 'omit' from source: magic vars 172629 1726888902.67363: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888902.67393: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888902.67409: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888902.67510: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888902.67513: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888902.67516: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888902.67518: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888902.67520: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888902.67732: Set connection var ansible_timeout to 10 172629 1726888902.67738: Set connection var ansible_shell_type to sh 172629 1726888902.67748: Set connection var ansible_pipelining to False 172629 1726888902.67759: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888902.67893: Set connection var ansible_shell_executable to /bin/sh 172629 1726888902.67897: Set connection var ansible_connection to ssh 172629 1726888902.67899: variable 'ansible_shell_executable' from source: unknown 172629 1726888902.67901: variable 'ansible_connection' from source: unknown 172629 1726888902.67966: variable 'ansible_module_compression' from source: unknown 172629 1726888902.67970: variable 'ansible_shell_type' from source: unknown 172629 1726888902.67972: variable 'ansible_shell_executable' from source: unknown 172629 1726888902.67975: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888902.67979: variable 'ansible_pipelining' from source: unknown 172629 1726888902.67981: variable 'ansible_timeout' from source: unknown 172629 1726888902.67996: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888902.68216: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888902.68347: variable 'omit' from source: magic vars 172629 1726888902.68350: starting attempt loop 172629 1726888902.68357: running the handler 172629 1726888902.68453: _low_level_execute_command(): starting 172629 1726888902.68459: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888902.69772: 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 <<< 172629 1726888902.69872: 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 <<< 172629 1726888902.70046: 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 <<< 172629 1726888902.70066: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888902.71817: stdout chunk (state=3): >>>/root <<< 172629 1726888902.71905: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888902.71979: stderr chunk (state=3): >>><<< 172629 1726888902.71982: stdout chunk (state=3): >>><<< 172629 1726888902.72129: _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 172629 1726888902.72197: _low_level_execute_command(): starting 172629 1726888902.72201: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888902.7212925-172769-222380560795816 `" && echo ansible-tmp-1726888902.7212925-172769-222380560795816="` echo /root/.ansible/tmp/ansible-tmp-1726888902.7212925-172769-222380560795816 `" ) && sleep 0' 172629 1726888902.73973: 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' <<< 172629 1726888902.74080: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888902.74083: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888902.74560: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888902.76225: stdout chunk (state=3): >>>ansible-tmp-1726888902.7212925-172769-222380560795816=/root/.ansible/tmp/ansible-tmp-1726888902.7212925-172769-222380560795816 <<< 172629 1726888902.76371: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888902.76381: stdout chunk (state=3): >>><<< 172629 1726888902.76391: stderr chunk (state=3): >>><<< 172629 1726888902.76414: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888902.7212925-172769-222380560795816=/root/.ansible/tmp/ansible-tmp-1726888902.7212925-172769-222380560795816 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888902.76586: variable 'ansible_module_compression' from source: unknown 172629 1726888902.76648: ANSIBALLZ: Using lock for stat 172629 1726888902.76683: ANSIBALLZ: Acquiring lock 172629 1726888902.76690: ANSIBALLZ: Lock acquired: 140240264338256 172629 1726888902.76698: ANSIBALLZ: Creating module 172629 1726888903.05682: ANSIBALLZ: Writing module into payload 172629 1726888903.05783: ANSIBALLZ: Writing module 172629 1726888903.05927: ANSIBALLZ: Renaming module 172629 1726888903.05931: ANSIBALLZ: Done creating module 172629 1726888903.05945: variable 'ansible_facts' from source: unknown 172629 1726888903.06273: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888902.7212925-172769-222380560795816/AnsiballZ_stat.py 172629 1726888903.06582: Sending initial data 172629 1726888903.06585: Sent initial data (155 bytes) 172629 1726888903.07862: 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 <<< 172629 1726888903.07912: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888903.08107: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888903.08239: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888903.09960: 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 <<< 172629 1726888903.09976: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888903.10284: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpj6301tr3 /root/.ansible/tmp/ansible-tmp-1726888902.7212925-172769-222380560795816/AnsiballZ_stat.py <<< 172629 1726888903.10289: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888902.7212925-172769-222380560795816/AnsiballZ_stat.py" debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpj6301tr3" to remote "/root/.ansible/tmp/ansible-tmp-1726888902.7212925-172769-222380560795816/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888902.7212925-172769-222380560795816/AnsiballZ_stat.py" <<< 172629 1726888903.12294: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888903.12398: stderr chunk (state=3): >>><<< 172629 1726888903.12402: stdout chunk (state=3): >>><<< 172629 1726888903.12424: done transferring module to remote 172629 1726888903.12438: _low_level_execute_command(): starting 172629 1726888903.12443: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888902.7212925-172769-222380560795816/ /root/.ansible/tmp/ansible-tmp-1726888902.7212925-172769-222380560795816/AnsiballZ_stat.py && sleep 0' 172629 1726888903.14277: 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 <<< 172629 1726888903.14286: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888903.14384: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888903.16172: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888903.16221: stderr chunk (state=3): >>><<< 172629 1726888903.16271: stdout chunk (state=3): >>><<< 172629 1726888903.16372: _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 172629 1726888903.16375: _low_level_execute_command(): starting 172629 1726888903.16377: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888902.7212925-172769-222380560795816/AnsiballZ_stat.py && sleep 0' 172629 1726888903.17579: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888903.17690: 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 <<< 172629 1726888903.17794: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888903.17921: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888903.17970: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888903.20126: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888903.20189: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888903.20210: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888903.20311: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # <<< 172629 1726888903.20337: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888903.20362: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888903.20431: 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' <<< 172629 1726888903.20446: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888903.20461: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888903.20492: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888903.20532: 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 0x7fe7a91684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a9137b30> <<< 172629 1726888903.20573: 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' <<< 172629 1726888903.20577: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a916aa50> <<< 172629 1726888903.20605: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888903.20652: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726888903.20781: stdout chunk (state=3): >>>import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 172629 1726888903.20785: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 172629 1726888903.20814: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888903.20866: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888903.20948: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888903.21002: 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 0x7fe7a8f1d130> # /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 0x7fe7a8f1e120> <<< 172629 1726888903.21036: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888903.21072: 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. <<< 172629 1726888903.21347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888903.21400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888903.21417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888903.21474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8f5aea0> <<< 172629 1726888903.21529: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888903.21532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8f701a0> <<< 172629 1726888903.21587: 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' <<< 172629 1726888903.21590: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888903.21674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888903.21731: 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 0x7fe7a8f93a40> <<< 172629 1726888903.21734: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888903.21802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8fb4110> import '_collections' # <<< 172629 1726888903.21824: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8f73ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8f71400> <<< 172629 1726888903.21975: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8f591c0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888903.21982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888903.22039: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888903.22042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888903.22171: 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' <<< 172629 1726888903.22217: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8fb7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8fb6570> # /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 0x7fe7a8f722d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8f5b0b0> # /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 0x7fe7a8fe49e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8f58440> <<< 172629 1726888903.22221: 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' <<< 172629 1726888903.22261: 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 0x7fe7a8fe4e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8fe4d40> <<< 172629 1726888903.22361: 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 0x7fe7a8fe5130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8f56f60> <<< 172629 1726888903.22444: 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 0x7fe7a8fe5820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8fe54f0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 172629 1726888903.22519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8fe6720> import 'importlib.util' # <<< 172629 1726888903.22565: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726888903.22682: 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' # /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 0x7fe7a9000920> 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 0x7fe7a9002030> # /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' <<< 172629 1726888903.22744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888903.23009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a9002ed0> # 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 0x7fe7a9003530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a9002420> <<< 172629 1726888903.23012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888903.23015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7a9003ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a9003620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8fe6750> # /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 0x7fe7a8d93d40> <<< 172629 1726888903.23045: 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' <<< 172629 1726888903.23077: 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 0x7fe7a8dbc890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8dbc5f0> <<< 172629 1726888903.23101: 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 0x7fe7a8dbc8c0> <<< 172629 1726888903.23189: 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' <<< 172629 1726888903.23483: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888903.23492: 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 0x7fe7a8dbd1f0> # 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 0x7fe7a8dbdb50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8dbcaa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8d91ee0> <<< 172629 1726888903.23495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888903.23533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888903.23550: 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 0x7fe7a8dbef30> <<< 172629 1726888903.23582: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8dbdc70> <<< 172629 1726888903.23619: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8fe6e40> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888903.23678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888903.23702: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888903.23776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8de72c0> <<< 172629 1726888903.23874: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888903.23877: 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 <<< 172629 1726888903.23931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8e0b680> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888903.23975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888903.24043: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888903.24127: 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 0x7fe7a8e6c470> <<< 172629 1726888903.24150: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888903.24168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888903.24258: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8e6ebd0> <<< 172629 1726888903.24327: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8e6c590> <<< 172629 1726888903.24379: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8e31460> <<< 172629 1726888903.24404: 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 0x7fe7a8729580> <<< 172629 1726888903.24690: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8e0a4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8dbfe90> <<< 172629 1726888903.24694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe7a8729820> # zipimport: found 30 names in '/tmp/ansible_stat_payload_bvp0vlwn/ansible_stat_payload.zip' # zipimport: zlib available <<< 172629 1726888903.24811: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.24839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888903.24859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888903.25221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a877b2f0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a875e1e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a875d340> # zipimport: zlib available <<< 172629 1726888903.25250: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726888903.25281: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888903.25396: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.26684: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.27788: 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 0x7fe7a87791c0> <<< 172629 1726888903.27867: 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' <<< 172629 1726888903.27871: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888903.27873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888903.28063: 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' <<< 172629 1726888903.28067: 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 0x7fe7a87a6c90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a87a6a20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a87a6330> # /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' <<< 172629 1726888903.28099: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a87a6e40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a877bd10> 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 0x7fe7a87a7a10> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888903.28183: 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 0x7fe7a87a7c50> # /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' # <<< 172629 1726888903.28229: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a87cc140> <<< 172629 1726888903.28248: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888903.28283: 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' <<< 172629 1726888903.28340: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8615ee0> <<< 172629 1726888903.28372: 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 0x7fe7a8617ad0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888903.28566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888903.28569: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a861c4d0> # /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 0x7fe7a861d3d0> # /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' <<< 172629 1726888903.28572: 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' <<< 172629 1726888903.28621: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a86200e0> <<< 172629 1726888903.28665: 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 0x7fe7a8620230> <<< 172629 1726888903.28826: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a861e390> <<< 172629 1726888903.28849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /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 0x7fe7a8623f50> import '_tokenize' # <<< 172629 1726888903.28915: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8622ae0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8622840> <<< 172629 1726888903.29061: 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' <<< 172629 1726888903.29175: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8622db0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a861e8a0> # 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 0x7fe7a8668170> # /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 0x7fe7a86683e0> # /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' <<< 172629 1726888903.29204: 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 0x7fe7a8669e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8669c40> <<< 172629 1726888903.29314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888903.29334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888903.29382: 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 0x7fe7a866c3b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a866a540> <<< 172629 1726888903.29678: 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 0x7fe7a866fb90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a866c560> <<< 172629 1726888903.29792: 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 0x7fe7a8670890> # 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 0x7fe7a8670da0> # 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 0x7fe7a8670b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a86685c0> <<< 172629 1726888903.29824: 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' <<< 172629 1726888903.29844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888903.29898: 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' <<< 172629 1726888903.29918: 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 0x7fe7a86fc410> <<< 172629 1726888903.30068: 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 0x7fe7a86fd790> <<< 172629 1726888903.30085: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8672ba0> <<< 172629 1726888903.30130: 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 0x7fe7a8673f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a86727e0> # zipimport: zlib available <<< 172629 1726888903.30329: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888903.30453: stdout chunk (state=3): >>># 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 <<< 172629 1726888903.30557: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.30641: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.31174: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.31724: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888903.31751: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888903.31773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888903.31818: 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 0x7fe7a85019a0> <<< 172629 1726888903.31908: 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' <<< 172629 1726888903.32002: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8502750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a86fd8e0> <<< 172629 1726888903.32010: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888903.32013: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.32282: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888903.32285: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.32339: 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' <<< 172629 1726888903.32366: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8502630> # zipimport: zlib available <<< 172629 1726888903.32931: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.33262: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.33330: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.33777: stdout chunk (state=3): >>>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' # <<< 172629 1726888903.33790: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.34005: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.34268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888903.34294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888903.34310: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888903.34379: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8503890> # zipimport: zlib available <<< 172629 1726888903.34668: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888903.34700: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.34868: stdout chunk (state=3): >>># 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 <<< 172629 1726888903.34904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888903.35288: 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 0x7fe7a850e3c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8509a30> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888903.35297: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 172629 1726888903.35304: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888903.35368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888903.35381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888903.35442: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888903.35445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888903.35668: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8602a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a87e2750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a850e120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8671af0> # 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' # <<< 172629 1726888903.35743: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888903.35752: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.35754: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.35759: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 172629 1726888903.35852: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.36140: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.36183: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888903.36234: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ <<< 172629 1726888903.36579: 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 <<< 172629 1726888903.36590: stdout chunk (state=3): >>># cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset <<< 172629 1726888903.36691: stdout chunk (state=3): >>># destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # 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 <<< 172629 1726888903.37095: 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 # destroy array # destroy datetime # destroy selinux # destroy shutil <<< 172629 1726888903.37102: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888903.37153: 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 <<< 172629 1726888903.37573: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # 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 <<< 172629 1726888903.37609: stdout chunk (state=3): >>># 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 <<< 172629 1726888903.37625: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726888903.37684: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726888903.37690: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726888903.37696: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726888903.37925: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888903.38133: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888903.38225: stderr chunk (state=3): >>><<< 172629 1726888903.38236: stdout chunk (state=3): >>><<< 172629 1726888903.38441: _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 0x7fe7a91684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a9137b30> # /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 0x7fe7a916aa50> 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 0x7fe7a8f1d130> # /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 0x7fe7a8f1e120> 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 0x7fe7a8f5aea0> # /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 0x7fe7a8f701a0> # /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 0x7fe7a8f93a40> # /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 0x7fe7a8fb4110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8f73ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8f71400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8f591c0> # /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 0x7fe7a8fb7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8fb6570> # /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 0x7fe7a8f722d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8f5b0b0> # /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 0x7fe7a8fe49e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8f58440> # /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 0x7fe7a8fe4e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8fe4d40> # 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 0x7fe7a8fe5130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8f56f60> # /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 0x7fe7a8fe5820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8fe54f0> 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 0x7fe7a8fe6720> 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 0x7fe7a9000920> 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 0x7fe7a9002030> # /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 0x7fe7a9002ed0> # 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 0x7fe7a9003530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a9002420> # /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 0x7fe7a9003ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a9003620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8fe6750> # /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 0x7fe7a8d93d40> # /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 0x7fe7a8dbc890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8dbc5f0> # 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 0x7fe7a8dbc8c0> # /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 0x7fe7a8dbd1f0> # 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 0x7fe7a8dbdb50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8dbcaa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8d91ee0> # /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 0x7fe7a8dbef30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8dbdc70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8fe6e40> # /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 0x7fe7a8de72c0> # /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 0x7fe7a8e0b680> # /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 0x7fe7a8e6c470> # /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 0x7fe7a8e6ebd0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8e6c590> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8e31460> # /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 0x7fe7a8729580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8e0a4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8dbfe90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe7a8729820> # zipimport: found 30 names in '/tmp/ansible_stat_payload_bvp0vlwn/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 0x7fe7a877b2f0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a875e1e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a875d340> # 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 0x7fe7a87791c0> # /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 0x7fe7a87a6c90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a87a6a20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a87a6330> # /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 0x7fe7a87a6e40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a877bd10> 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 0x7fe7a87a7a10> # 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 0x7fe7a87a7c50> # /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 0x7fe7a87cc140> 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 0x7fe7a8615ee0> # 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 0x7fe7a8617ad0> # /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 0x7fe7a861c4d0> # /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 0x7fe7a861d3d0> # /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 0x7fe7a86200e0> # 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 0x7fe7a8620230> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a861e390> # /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 0x7fe7a8623f50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8622ae0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8622840> # /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 0x7fe7a8622db0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a861e8a0> # 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 0x7fe7a8668170> # /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 0x7fe7a86683e0> # /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 0x7fe7a8669e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8669c40> # /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 0x7fe7a866c3b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a866a540> # /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 0x7fe7a866fb90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a866c560> # 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 0x7fe7a8670890> # 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 0x7fe7a8670da0> # 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 0x7fe7a8670b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a86685c0> # /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 0x7fe7a86fc410> # 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 0x7fe7a86fd790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8672ba0> # 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 0x7fe7a8673f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a86727e0> # 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 0x7fe7a85019a0> # /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 0x7fe7a8502750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a86fd8e0> 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 0x7fe7a8502630> # 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 0x7fe7a8503890> # 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 0x7fe7a850e3c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8509a30> 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 0x7fe7a8602a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a87e2750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a850e120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7a8671af0> # 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 172629 1726888903.39785: 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-1726888902.7212925-172769-222380560795816/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888903.39788: _low_level_execute_command(): starting 172629 1726888903.39790: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888902.7212925-172769-222380560795816/ > /dev/null 2>&1 && sleep 0' 172629 1726888903.40370: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888903.40386: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888903.40398: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888903.40415: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888903.40552: 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 <<< 172629 1726888903.40710: 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 <<< 172629 1726888903.40746: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888903.42625: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888903.42637: stdout chunk (state=3): >>><<< 172629 1726888903.42652: stderr chunk (state=3): >>><<< 172629 1726888903.42862: _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 172629 1726888903.42865: handler run complete 172629 1726888903.42868: attempt loop complete, returning result 172629 1726888903.42870: _execute() done 172629 1726888903.42872: dumping result to json 172629 1726888903.42874: done dumping result, returning 172629 1726888903.42876: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-d0a8-add8-00000000009e] 172629 1726888903.42878: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000009e 172629 1726888903.42939: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000009e 172629 1726888903.42942: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } 172629 1726888903.43030: no more pending results, returning what we have 172629 1726888903.43033: results queue empty 172629 1726888903.43035: checking for any_errors_fatal 172629 1726888903.43042: done checking for any_errors_fatal 172629 1726888903.43043: checking for max_fail_percentage 172629 1726888903.43045: done checking for max_fail_percentage 172629 1726888903.43046: checking to see if all hosts have failed and the running result is not ok 172629 1726888903.43047: done checking to see if all hosts have failed 172629 1726888903.43048: getting the remaining hosts for this loop 172629 1726888903.43049: done getting the remaining hosts for this loop 172629 1726888903.43053: getting the next task for host managed_node1 172629 1726888903.43065: done getting next task for host managed_node1 172629 1726888903.43069: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 172629 1726888903.43072: ^ 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 172629 1726888903.43084: getting variables 172629 1726888903.43086: in VariableManager get_vars() 172629 1726888903.43123: Calling all_inventory to load vars for managed_node1 172629 1726888903.43126: Calling groups_inventory to load vars for managed_node1 172629 1726888903.43128: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888903.43139: Calling all_plugins_play to load vars for managed_node1 172629 1726888903.43142: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888903.43145: Calling groups_plugins_play to load vars for managed_node1 172629 1726888903.44510: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888903.45179: done with get_vars() 172629 1726888903.45192: done getting variables 172629 1726888903.45697: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.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 23:21:43 -0400 (0:00:00.829) 0:00:03.737 ****** 172629 1726888903.45727: entering _queue_task() for managed_node1/set_fact 172629 1726888903.45729: Creating lock for set_fact 172629 1726888903.46444: worker is 1 (out of 1 available) 172629 1726888903.47059: exiting _queue_task() for managed_node1/set_fact 172629 1726888903.47070: done queuing things up, now waiting for results queue to drain 172629 1726888903.47072: waiting for pending results... 172629 1726888903.47685: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 172629 1726888903.47690: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000009f 172629 1726888903.47764: variable 'ansible_search_path' from source: unknown 172629 1726888903.47772: variable 'ansible_search_path' from source: unknown 172629 1726888903.47813: calling self._execute() 172629 1726888903.47966: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888903.48118: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888903.48132: variable 'omit' from source: magic vars 172629 1726888903.49196: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888903.49576: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888903.49769: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888903.49815: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888903.50064: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888903.50370: 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) 172629 1726888903.50404: 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) 172629 1726888903.50660: 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) 172629 1726888903.50664: 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) 172629 1726888903.50887: Evaluated conditional (not __storage_is_ostree is defined): True 172629 1726888903.51071: variable 'omit' from source: magic vars 172629 1726888903.51135: variable 'omit' from source: magic vars 172629 1726888903.51541: variable '__ostree_booted_stat' from source: set_fact 172629 1726888903.51596: variable 'omit' from source: magic vars 172629 1726888903.51786: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888903.51834: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888903.51877: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888903.51985: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888903.52038: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888903.52116: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888903.52321: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888903.52399: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888903.52440: Set connection var ansible_timeout to 10 172629 1726888903.52517: Set connection var ansible_shell_type to sh 172629 1726888903.52530: Set connection var ansible_pipelining to False 172629 1726888903.52540: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888903.52550: Set connection var ansible_shell_executable to /bin/sh 172629 1726888903.52564: Set connection var ansible_connection to ssh 172629 1726888903.52639: variable 'ansible_shell_executable' from source: unknown 172629 1726888903.52649: variable 'ansible_connection' from source: unknown 172629 1726888903.52660: variable 'ansible_module_compression' from source: unknown 172629 1726888903.52668: variable 'ansible_shell_type' from source: unknown 172629 1726888903.52674: variable 'ansible_shell_executable' from source: unknown 172629 1726888903.52680: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888903.52761: variable 'ansible_pipelining' from source: unknown 172629 1726888903.52764: variable 'ansible_timeout' from source: unknown 172629 1726888903.52766: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888903.53005: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888903.53067: variable 'omit' from source: magic vars 172629 1726888903.53079: starting attempt loop 172629 1726888903.53085: running the handler 172629 1726888903.53099: handler run complete 172629 1726888903.53270: attempt loop complete, returning result 172629 1726888903.53274: _execute() done 172629 1726888903.53276: dumping result to json 172629 1726888903.53278: done dumping result, returning 172629 1726888903.53280: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-d0a8-add8-00000000009f] 172629 1726888903.53282: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000009f 172629 1726888903.53345: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000009f 172629 1726888903.53349: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } 172629 1726888903.53435: no more pending results, returning what we have 172629 1726888903.53438: results queue empty 172629 1726888903.53440: checking for any_errors_fatal 172629 1726888903.53449: done checking for any_errors_fatal 172629 1726888903.53449: checking for max_fail_percentage 172629 1726888903.53451: done checking for max_fail_percentage 172629 1726888903.53452: checking to see if all hosts have failed and the running result is not ok 172629 1726888903.53453: done checking to see if all hosts have failed 172629 1726888903.53453: getting the remaining hosts for this loop 172629 1726888903.53456: done getting the remaining hosts for this loop 172629 1726888903.53460: getting the next task for host managed_node1 172629 1726888903.53470: done getting next task for host managed_node1 172629 1726888903.53474: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 172629 1726888903.53477: ^ 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 172629 1726888903.53489: getting variables 172629 1726888903.53491: in VariableManager get_vars() 172629 1726888903.53527: Calling all_inventory to load vars for managed_node1 172629 1726888903.53530: Calling groups_inventory to load vars for managed_node1 172629 1726888903.53533: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888903.53544: Calling all_plugins_play to load vars for managed_node1 172629 1726888903.53554: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888903.53936: Calling groups_plugins_play to load vars for managed_node1 172629 1726888903.54590: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888903.55583: done with get_vars() 172629 1726888903.55721: done getting variables 172629 1726888903.55783: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:21:43 -0400 (0:00:00.103) 0:00:03.840 ****** 172629 1726888903.56094: entering _queue_task() for managed_node1/set_fact 172629 1726888903.56745: worker is 1 (out of 1 available) 172629 1726888903.57010: exiting _queue_task() for managed_node1/set_fact 172629 1726888903.57021: done queuing things up, now waiting for results queue to drain 172629 1726888903.57023: waiting for pending results... 172629 1726888903.57462: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 172629 1726888903.57467: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000005d 172629 1726888903.57470: variable 'ansible_search_path' from source: unknown 172629 1726888903.57472: variable 'ansible_search_path' from source: unknown 172629 1726888903.57594: calling self._execute() 172629 1726888903.57861: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888903.57865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888903.57867: variable 'omit' from source: magic vars 172629 1726888903.58076: variable 'omit' from source: magic vars 172629 1726888903.58132: variable 'omit' from source: magic vars 172629 1726888903.58199: variable 'omit' from source: magic vars 172629 1726888903.58428: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888903.58461: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888903.58484: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888903.58505: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888903.58552: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888903.58756: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888903.58760: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888903.58762: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888903.58823: Set connection var ansible_timeout to 10 172629 1726888903.58979: Set connection var ansible_shell_type to sh 172629 1726888903.58993: Set connection var ansible_pipelining to False 172629 1726888903.59004: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888903.59060: Set connection var ansible_shell_executable to /bin/sh 172629 1726888903.59064: Set connection var ansible_connection to ssh 172629 1726888903.59066: variable 'ansible_shell_executable' from source: unknown 172629 1726888903.59068: variable 'ansible_connection' from source: unknown 172629 1726888903.59070: variable 'ansible_module_compression' from source: unknown 172629 1726888903.59073: variable 'ansible_shell_type' from source: unknown 172629 1726888903.59075: variable 'ansible_shell_executable' from source: unknown 172629 1726888903.59077: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888903.59079: variable 'ansible_pipelining' from source: unknown 172629 1726888903.59081: variable 'ansible_timeout' from source: unknown 172629 1726888903.59089: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888903.59441: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888903.59523: variable 'omit' from source: magic vars 172629 1726888903.59526: starting attempt loop 172629 1726888903.59529: running the handler 172629 1726888903.59666: handler run complete 172629 1726888903.59669: attempt loop complete, returning result 172629 1726888903.59671: _execute() done 172629 1726888903.59673: dumping result to json 172629 1726888903.59675: done dumping result, returning 172629 1726888903.59677: 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-d0a8-add8-00000000005d] 172629 1726888903.59679: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000005d ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 172629 1726888903.59932: no more pending results, returning what we have 172629 1726888903.59935: results queue empty 172629 1726888903.59936: checking for any_errors_fatal 172629 1726888903.59943: done checking for any_errors_fatal 172629 1726888903.59944: checking for max_fail_percentage 172629 1726888903.59945: done checking for max_fail_percentage 172629 1726888903.59946: checking to see if all hosts have failed and the running result is not ok 172629 1726888903.59947: done checking to see if all hosts have failed 172629 1726888903.59948: getting the remaining hosts for this loop 172629 1726888903.59949: done getting the remaining hosts for this loop 172629 1726888903.59959: getting the next task for host managed_node1 172629 1726888903.59966: done getting next task for host managed_node1 172629 1726888903.59970: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 172629 1726888903.59973: ^ 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 172629 1726888903.59985: getting variables 172629 1726888903.59988: in VariableManager get_vars() 172629 1726888903.60024: Calling all_inventory to load vars for managed_node1 172629 1726888903.60027: Calling groups_inventory to load vars for managed_node1 172629 1726888903.60029: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888903.60040: Calling all_plugins_play to load vars for managed_node1 172629 1726888903.60043: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888903.60046: Calling groups_plugins_play to load vars for managed_node1 172629 1726888903.60639: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000005d 172629 1726888903.60642: WORKER PROCESS EXITING 172629 1726888903.60895: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888903.61903: done with get_vars() 172629 1726888903.61915: done getting variables 172629 1726888903.62180: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:21:43 -0400 (0:00:00.061) 0:00:03.902 ****** 172629 1726888903.62211: entering _queue_task() for managed_node1/set_fact 172629 1726888903.62984: worker is 1 (out of 1 available) 172629 1726888903.62997: exiting _queue_task() for managed_node1/set_fact 172629 1726888903.63009: done queuing things up, now waiting for results queue to drain 172629 1726888903.63010: waiting for pending results... 172629 1726888903.63427: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 172629 1726888903.63630: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000005e 172629 1726888903.63857: variable 'ansible_search_path' from source: unknown 172629 1726888903.63862: variable 'ansible_search_path' from source: unknown 172629 1726888903.63864: calling self._execute() 172629 1726888903.64168: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888903.64172: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888903.64175: variable 'omit' from source: magic vars 172629 1726888903.64266: variable 'omit' from source: magic vars 172629 1726888903.64318: variable 'omit' from source: magic vars 172629 1726888903.64417: variable 'omit' from source: magic vars 172629 1726888903.64709: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888903.64713: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888903.64715: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888903.64717: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888903.64719: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888903.65063: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888903.65067: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888903.65069: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888903.65172: Set connection var ansible_timeout to 10 172629 1726888903.65175: Set connection var ansible_shell_type to sh 172629 1726888903.65177: Set connection var ansible_pipelining to False 172629 1726888903.65179: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888903.65181: Set connection var ansible_shell_executable to /bin/sh 172629 1726888903.65182: Set connection var ansible_connection to ssh 172629 1726888903.65184: variable 'ansible_shell_executable' from source: unknown 172629 1726888903.65185: variable 'ansible_connection' from source: unknown 172629 1726888903.65187: variable 'ansible_module_compression' from source: unknown 172629 1726888903.65189: variable 'ansible_shell_type' from source: unknown 172629 1726888903.65191: variable 'ansible_shell_executable' from source: unknown 172629 1726888903.65192: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888903.65194: variable 'ansible_pipelining' from source: unknown 172629 1726888903.65195: variable 'ansible_timeout' from source: unknown 172629 1726888903.65197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888903.65444: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888903.65511: variable 'omit' from source: magic vars 172629 1726888903.65522: starting attempt loop 172629 1726888903.65530: running the handler 172629 1726888903.65545: handler run complete 172629 1726888903.65561: attempt loop complete, returning result 172629 1726888903.65611: _execute() done 172629 1726888903.65619: dumping result to json 172629 1726888903.65626: done dumping result, returning 172629 1726888903.65639: 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-d0a8-add8-00000000005e] 172629 1726888903.65648: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000005e ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 172629 1726888903.65805: no more pending results, returning what we have 172629 1726888903.65809: results queue empty 172629 1726888903.65810: checking for any_errors_fatal 172629 1726888903.65815: done checking for any_errors_fatal 172629 1726888903.65815: checking for max_fail_percentage 172629 1726888903.65817: done checking for max_fail_percentage 172629 1726888903.65817: checking to see if all hosts have failed and the running result is not ok 172629 1726888903.65818: done checking to see if all hosts have failed 172629 1726888903.65819: getting the remaining hosts for this loop 172629 1726888903.65821: done getting the remaining hosts for this loop 172629 1726888903.65824: getting the next task for host managed_node1 172629 1726888903.65831: done getting next task for host managed_node1 172629 1726888903.65835: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 172629 1726888903.65838: ^ 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 172629 1726888903.65848: getting variables 172629 1726888903.65850: in VariableManager get_vars() 172629 1726888903.65886: Calling all_inventory to load vars for managed_node1 172629 1726888903.65889: Calling groups_inventory to load vars for managed_node1 172629 1726888903.65891: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888903.65902: Calling all_plugins_play to load vars for managed_node1 172629 1726888903.65905: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888903.65908: Calling groups_plugins_play to load vars for managed_node1 172629 1726888903.66525: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888903.67163: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000005e 172629 1726888903.67167: WORKER PROCESS EXITING 172629 1726888903.67192: done with get_vars() 172629 1726888903.67203: 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 23:21:43 -0400 (0:00:00.050) 0:00:03.952 ****** 172629 1726888903.67290: entering _queue_task() for managed_node1/include_tasks 172629 1726888903.68283: worker is 1 (out of 1 available) 172629 1726888903.68291: exiting _queue_task() for managed_node1/include_tasks 172629 1726888903.68301: done queuing things up, now waiting for results queue to drain 172629 1726888903.68302: waiting for pending results... 172629 1726888903.68360: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 172629 1726888903.68590: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000005f 172629 1726888903.68608: variable 'ansible_search_path' from source: unknown 172629 1726888903.68639: variable 'ansible_search_path' from source: unknown 172629 1726888903.68678: calling self._execute() 172629 1726888903.68811: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888903.69062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888903.69065: variable 'omit' from source: magic vars 172629 1726888903.69636: variable 'storage_provider' from source: role '' defaults 172629 1726888903.69737: _execute() done 172629 1726888903.69746: dumping result to json 172629 1726888903.69757: done dumping result, returning 172629 1726888903.69770: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-d0a8-add8-00000000005f] 172629 1726888903.69828: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000005f 172629 1726888903.69965: no more pending results, returning what we have 172629 1726888903.69971: in VariableManager get_vars() 172629 1726888903.70012: Calling all_inventory to load vars for managed_node1 172629 1726888903.70015: Calling groups_inventory to load vars for managed_node1 172629 1726888903.70017: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888903.70030: Calling all_plugins_play to load vars for managed_node1 172629 1726888903.70033: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888903.70037: Calling groups_plugins_play to load vars for managed_node1 172629 1726888903.70777: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888903.71277: done with get_vars() 172629 1726888903.71285: variable 'ansible_search_path' from source: unknown 172629 1726888903.71286: variable 'ansible_search_path' from source: unknown 172629 1726888903.71299: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000005f 172629 1726888903.71302: WORKER PROCESS EXITING 172629 1726888903.71324: we have included files to process 172629 1726888903.71325: generating all_blocks data 172629 1726888903.71326: done generating all_blocks data 172629 1726888903.71331: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726888903.71333: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726888903.71336: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726888903.74172: in VariableManager get_vars() 172629 1726888903.74311: done with get_vars() 172629 1726888903.76619: 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 172629 1726888903.78424: done processing included file 172629 1726888903.78426: iterating over new_blocks loaded from include file 172629 1726888903.78427: in VariableManager get_vars() 172629 1726888903.78447: done with get_vars() 172629 1726888903.78449: filtering new block on tags 172629 1726888903.78609: done filtering new block on tags 172629 1726888903.78613: in VariableManager get_vars() 172629 1726888903.78633: done with get_vars() 172629 1726888903.78635: filtering new block on tags 172629 1726888903.78669: done filtering new block on tags 172629 1726888903.78672: in VariableManager get_vars() 172629 1726888903.78784: done with get_vars() 172629 1726888903.78786: filtering new block on tags 172629 1726888903.78941: done filtering new block on tags 172629 1726888903.78944: 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 172629 1726888903.78950: extending task lists for all hosts with included blocks 172629 1726888903.80033: done extending task lists 172629 1726888903.80034: done processing included files 172629 1726888903.80035: results queue empty 172629 1726888903.80036: checking for any_errors_fatal 172629 1726888903.80039: done checking for any_errors_fatal 172629 1726888903.80040: checking for max_fail_percentage 172629 1726888903.80041: done checking for max_fail_percentage 172629 1726888903.80042: checking to see if all hosts have failed and the running result is not ok 172629 1726888903.80042: done checking to see if all hosts have failed 172629 1726888903.80043: getting the remaining hosts for this loop 172629 1726888903.80045: done getting the remaining hosts for this loop 172629 1726888903.80047: getting the next task for host managed_node1 172629 1726888903.80051: done getting next task for host managed_node1 172629 1726888903.80054: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 172629 1726888903.80174: ^ 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 172629 1726888903.80184: getting variables 172629 1726888903.80185: in VariableManager get_vars() 172629 1726888903.80198: Calling all_inventory to load vars for managed_node1 172629 1726888903.80200: Calling groups_inventory to load vars for managed_node1 172629 1726888903.80202: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888903.80212: Calling all_plugins_play to load vars for managed_node1 172629 1726888903.80215: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888903.80218: Calling groups_plugins_play to load vars for managed_node1 172629 1726888903.80683: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888903.81752: done with get_vars() 172629 1726888903.81868: done getting variables 172629 1726888903.81950: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.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 23:21:43 -0400 (0:00:00.146) 0:00:04.099 ****** 172629 1726888903.81982: entering _queue_task() for managed_node1/package 172629 1726888903.81983: Creating lock for package 172629 1726888903.82810: worker is 1 (out of 1 available) 172629 1726888903.82823: exiting _queue_task() for managed_node1/package 172629 1726888903.82835: done queuing things up, now waiting for results queue to drain 172629 1726888903.82837: waiting for pending results... 172629 1726888903.83298: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 172629 1726888903.83605: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000d4 172629 1726888903.83624: variable 'ansible_search_path' from source: unknown 172629 1726888903.83667: variable 'ansible_search_path' from source: unknown 172629 1726888903.83708: calling self._execute() 172629 1726888903.84063: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888903.84067: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888903.84070: variable 'omit' from source: magic vars 172629 1726888903.84977: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888903.85447: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888903.85574: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888903.85617: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888903.85658: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888903.85784: 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) 172629 1726888903.85947: 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) 172629 1726888903.85983: 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) 172629 1726888903.86013: 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) 172629 1726888903.86318: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): True 172629 1726888903.86365: variable 'omit' from source: magic vars 172629 1726888903.86662: variable 'omit' from source: magic vars 172629 1726888903.86665: variable 'blivet_package_list' from source: include_vars 172629 1726888903.86797: variable 'blivet_package_list' from source: include_vars 172629 1726888903.87021: variable 'ansible_architecture' from source: facts 172629 1726888903.87397: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888903.91296: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888903.91605: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888903.91609: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888903.91611: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888903.91613: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888903.91829: 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) 172629 1726888903.91861: 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) 172629 1726888903.91891: 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) 172629 1726888903.92047: 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) 172629 1726888903.92071: 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) 172629 1726888903.92379: variable '__storage_is_ostree' from source: set_fact 172629 1726888903.92382: variable 'omit' from source: magic vars 172629 1726888903.92384: variable 'omit' from source: magic vars 172629 1726888903.92386: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888903.92389: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888903.92391: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888903.92476: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888903.92495: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888903.92529: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888903.92602: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888903.92610: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888903.92815: Set connection var ansible_timeout to 10 172629 1726888903.92827: Set connection var ansible_shell_type to sh 172629 1726888903.92837: Set connection var ansible_pipelining to False 172629 1726888903.92846: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888903.92854: Set connection var ansible_shell_executable to /bin/sh 172629 1726888903.92863: Set connection var ansible_connection to ssh 172629 1726888903.92890: variable 'ansible_shell_executable' from source: unknown 172629 1726888903.92897: variable 'ansible_connection' from source: unknown 172629 1726888903.92904: variable 'ansible_module_compression' from source: unknown 172629 1726888903.92924: variable 'ansible_shell_type' from source: unknown 172629 1726888903.92931: variable 'ansible_shell_executable' from source: unknown 172629 1726888903.92938: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888903.93137: variable 'ansible_pipelining' from source: unknown 172629 1726888903.93139: variable 'ansible_timeout' from source: unknown 172629 1726888903.93142: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888903.93250: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888903.93270: variable 'omit' from source: magic vars 172629 1726888903.93280: starting attempt loop 172629 1726888903.93286: running the handler 172629 1726888903.93295: variable 'ansible_facts' from source: unknown 172629 1726888903.93301: variable 'ansible_facts' from source: unknown 172629 1726888903.93570: _low_level_execute_command(): starting 172629 1726888903.93573: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888903.94905: 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 <<< 172629 1726888903.95015: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888903.95104: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888903.96875: stdout chunk (state=3): >>>/root <<< 172629 1726888903.96927: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888903.97016: stderr chunk (state=3): >>><<< 172629 1726888903.97073: stdout chunk (state=3): >>><<< 172629 1726888903.97103: _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 172629 1726888903.97176: _low_level_execute_command(): starting 172629 1726888903.97248: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888903.9716222-172808-42403681214816 `" && echo ansible-tmp-1726888903.9716222-172808-42403681214816="` echo /root/.ansible/tmp/ansible-tmp-1726888903.9716222-172808-42403681214816 `" ) && sleep 0' 172629 1726888903.98382: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888903.98398: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888903.98563: 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 <<< 172629 1726888903.98609: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888903.98631: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888903.98774: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888904.00689: stdout chunk (state=3): >>>ansible-tmp-1726888903.9716222-172808-42403681214816=/root/.ansible/tmp/ansible-tmp-1726888903.9716222-172808-42403681214816 <<< 172629 1726888904.00861: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888904.00864: stdout chunk (state=3): >>><<< 172629 1726888904.00878: stderr chunk (state=3): >>><<< 172629 1726888904.01094: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888903.9716222-172808-42403681214816=/root/.ansible/tmp/ansible-tmp-1726888903.9716222-172808-42403681214816 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888904.01098: variable 'ansible_module_compression' from source: unknown 172629 1726888904.01284: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 172629 1726888904.01313: ANSIBALLZ: Acquiring lock 172629 1726888904.01371: ANSIBALLZ: Lock acquired: 140240268549328 172629 1726888904.01380: ANSIBALLZ: Creating module 172629 1726888904.41695: ANSIBALLZ: Writing module into payload 172629 1726888904.42263: ANSIBALLZ: Writing module 172629 1726888904.42266: ANSIBALLZ: Renaming module 172629 1726888904.42268: ANSIBALLZ: Done creating module 172629 1726888904.42289: variable 'ansible_facts' from source: unknown 172629 1726888904.42462: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888903.9716222-172808-42403681214816/AnsiballZ_dnf.py 172629 1726888904.42895: Sending initial data 172629 1726888904.42898: Sent initial data (153 bytes) 172629 1726888904.44160: 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 <<< 172629 1726888904.44299: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888904.44375: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888904.44460: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888904.46186: 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 <<< 172629 1726888904.46233: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888904.46338: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpcauo7sj9 /root/.ansible/tmp/ansible-tmp-1726888903.9716222-172808-42403681214816/AnsiballZ_dnf.py <<< 172629 1726888904.46341: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888903.9716222-172808-42403681214816/AnsiballZ_dnf.py" <<< 172629 1726888904.46376: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpcauo7sj9" to remote "/root/.ansible/tmp/ansible-tmp-1726888903.9716222-172808-42403681214816/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888903.9716222-172808-42403681214816/AnsiballZ_dnf.py" <<< 172629 1726888904.48305: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888904.48317: stdout chunk (state=3): >>><<< 172629 1726888904.48387: stderr chunk (state=3): >>><<< 172629 1726888904.48390: done transferring module to remote 172629 1726888904.48429: _low_level_execute_command(): starting 172629 1726888904.48470: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888903.9716222-172808-42403681214816/ /root/.ansible/tmp/ansible-tmp-1726888903.9716222-172808-42403681214816/AnsiballZ_dnf.py && sleep 0' 172629 1726888904.49779: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888904.49850: 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 <<< 172629 1726888904.49963: 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 <<< 172629 1726888904.50033: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888904.50173: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888904.50211: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888904.52160: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888904.52164: stdout chunk (state=3): >>><<< 172629 1726888904.52166: stderr chunk (state=3): >>><<< 172629 1726888904.52481: _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 172629 1726888904.52484: _low_level_execute_command(): starting 172629 1726888904.52487: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888903.9716222-172808-42403681214816/AnsiballZ_dnf.py && sleep 0' 172629 1726888904.53621: 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 <<< 172629 1726888904.53796: 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 <<< 172629 1726888904.53883: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888904.56061: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888904.56084: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888904.56198: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 172629 1726888904.56279: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888904.56304: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888904.56362: 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' <<< 172629 1726888904.56398: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888904.56402: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888904.56438: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888904.56471: 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 0x7f186b7bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b78bb00> <<< 172629 1726888904.56506: 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' <<< 172629 1726888904.56581: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b7bea50> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 172629 1726888904.56618: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888904.56705: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888904.56779: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888904.56817: 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' <<< 172629 1726888904.56903: 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 # 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 0x7f186b7cd130> <<< 172629 1726888904.56951: 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 <<< 172629 1726888904.56971: 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 0x7f186b7ce120> <<< 172629 1726888904.56992: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888904.57013: 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. <<< 172629 1726888904.57281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888904.57303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888904.57430: 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' <<< 172629 1726888904.57443: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888904.57475: 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 0x7f186b5b3f50> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888904.57505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888904.57533: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b5c00e0> <<< 172629 1726888904.57560: 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' <<< 172629 1726888904.57582: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888904.57713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888904.57771: 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 0x7f186b5e3920> <<< 172629 1726888904.57780: 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 0x7f186b5e3fb0> <<< 172629 1726888904.57941: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b5c3bf0> <<< 172629 1726888904.57946: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b5c1340> <<< 172629 1726888904.57948: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b5b1100> <<< 172629 1726888904.58014: 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' # <<< 172629 1726888904.58189: 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' <<< 172629 1726888904.58317: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b6078c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b6064e0> # /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 0x7f186b5c21e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b604c20> # /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 0x7f186b634920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b5b0380> # /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' <<< 172629 1726888904.58349: 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 0x7f186b634dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b634c80> # 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 0x7f186b635070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b5a6ea0> # /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 <<< 172629 1726888904.58394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888904.58468: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b635730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b635430> import 'importlib.machinery' # <<< 172629 1726888904.58472: 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' <<< 172629 1726888904.58474: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b636630> <<< 172629 1726888904.58676: 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 <<< 172629 1726888904.58683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888904.58702: 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 0x7f186b654860> 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 0x7f186b655f40> # /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 0x7f186b656de0> <<< 172629 1726888904.58741: 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 0x7f186b657440> <<< 172629 1726888904.58775: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b656330> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888904.58964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888904.59003: 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 0x7f186b657e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b6575c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b636690> # /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 0x7f186b393d40> <<< 172629 1726888904.59078: 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' <<< 172629 1726888904.59117: 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 0x7f186b3c07a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b3c0500> # 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 0x7f186b3c07d0> <<< 172629 1726888904.59169: 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' <<< 172629 1726888904.59209: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888904.59360: 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 0x7f186b3c1100> <<< 172629 1726888904.59467: 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 0x7f186b3c1af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b3c09b0> <<< 172629 1726888904.59498: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b391ee0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888904.59564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888904.59635: 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 0x7f186b3c2ed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b3c1c10> <<< 172629 1726888904.59646: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b636d80> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888904.59805: 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 0x7f186b3eb200> <<< 172629 1726888904.59846: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888904.60102: 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 <<< 172629 1726888904.60105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888904.60112: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b413590> # /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 0x7f186b46c350> <<< 172629 1726888904.60117: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888904.60146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888904.60199: 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' <<< 172629 1726888904.60311: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b46eab0> <<< 172629 1726888904.60359: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b46c470> <<< 172629 1726888904.60390: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b439370> <<< 172629 1726888904.60433: 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 0x7f186ad253a0> <<< 172629 1726888904.60583: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b412390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b3c3dd0> <<< 172629 1726888904.60604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f186b412990> <<< 172629 1726888904.60759: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_xwsm7vxb/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 172629 1726888904.60960: 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 <<< 172629 1726888904.61032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888904.61078: 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 0x7f186ad7f050> import '_typing' # <<< 172629 1726888904.61272: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ad5df40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ad5d0d0> # zipimport: zlib available <<< 172629 1726888904.61344: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888904.61347: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888904.61380: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.62883: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.63884: 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 0x7f186ad7cef0> <<< 172629 1726888904.63901: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726888904.63972: 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 <<< 172629 1726888904.63975: 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' <<< 172629 1726888904.63988: 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 0x7f186adaaab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186adaa840> <<< 172629 1726888904.64047: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186adaa150> <<< 172629 1726888904.64050: 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' <<< 172629 1726888904.64085: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186adaa600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ad7fa70> <<< 172629 1726888904.64109: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888904.64412: 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 0x7f186adab770> <<< 172629 1726888904.64416: 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 0x7f186adab9b0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888904.64471: 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 0x7f186adabec0> 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 0x7f186ac11ca0> # 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 0x7f186ac138c0> # /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 0x7f186ac182c0> <<< 172629 1726888904.64587: 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' <<< 172629 1726888904.64595: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac19460> <<< 172629 1726888904.64646: 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' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac1bf20> <<< 172629 1726888904.64787: 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 0x7f186ad5f140> <<< 172629 1726888904.64791: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac1a1e0> <<< 172629 1726888904.64793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888904.64795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888904.64797: 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' <<< 172629 1726888904.64957: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888904.64960: 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 <<< 172629 1726888904.64962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac1ff50> <<< 172629 1726888904.64964: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888904.64966: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac1ea20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac1e780> <<< 172629 1726888904.65076: 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' <<< 172629 1726888904.65080: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac1ec90> <<< 172629 1726888904.65082: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac1a6f0> <<< 172629 1726888904.65365: 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 0x7f186ac63fe0> # /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 0x7f186ac64230> # /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' <<< 172629 1726888904.65370: 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 0x7f186ac65df0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac65bb0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888904.65412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f186ac68380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac664b0> <<< 172629 1726888904.65429: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888904.65500: 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' # <<< 172629 1726888904.65841: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac6bb60> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac68530> # 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 0x7f186ac6c8c0> # 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 0x7f186ac6cce0> # 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 0x7f186ac6cda0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac64530> # /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' <<< 172629 1726888904.65866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888904.65946: 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' <<< 172629 1726888904.65949: 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 0x7f186acf83e0> <<< 172629 1726888904.66150: 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 0x7f186acf9670> <<< 172629 1726888904.66154: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac6eb70> <<< 172629 1726888904.66159: 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 0x7f186ac6ff20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac6e7b0> <<< 172629 1726888904.66161: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888904.66224: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.66249: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.66353: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.66466: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888904.66469: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.66569: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.66673: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.67154: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.67807: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f186acfd910> <<< 172629 1726888904.67965: 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 0x7f186acfe660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186acf9790> <<< 172629 1726888904.67973: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888904.67976: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.68260: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888904.68388: 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 0x7f186acfe810> # zipimport: zlib available <<< 172629 1726888904.68773: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.69210: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.69276: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.69364: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888904.69384: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.69403: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.69433: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888904.69456: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.69514: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.69610: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888904.69637: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888904.69650: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.69682: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.69731: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888904.69734: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.69959: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.70184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888904.70262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726888904.70275: stdout chunk (state=3): >>> <<< 172629 1726888904.70325: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186acff9e0> <<< 172629 1726888904.70349: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.70407: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.70487: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888904.70607: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888904.70610: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888904.70622: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.70650: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.70698: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.70748: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.70847: 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 <<< 172629 1726888904.70862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888904.70941: 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 0x7f186ab0a450> <<< 172629 1726888904.71018: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab052e0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888904.71107: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.71142: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.71171: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.71353: 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' <<< 172629 1726888904.71358: 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 <<< 172629 1726888904.71374: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888904.71422: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186adfad20> <<< 172629 1726888904.71469: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ade29f0> <<< 172629 1726888904.71543: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab0a5a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186acff2f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888904.71628: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888904.71689: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888904.71716: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888904.72386: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.72792: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.73464: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.74110: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9cb90> <<< 172629 1726888904.74174: 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 0x7f186ab9cda0> <<< 172629 1726888904.74266: 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' <<< 172629 1726888904.74311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9d4c0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9d040> # /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' <<< 172629 1726888904.74364: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9ddf0> # /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' <<< 172629 1726888904.74481: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab88260> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 172629 1726888904.74513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab89910> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 172629 1726888904.74530: 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 0x7f186a7a68a0> <<< 172629 1726888904.74586: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9f590> <<< 172629 1726888904.74599: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 172629 1726888904.74637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 172629 1726888904.74685: 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' <<< 172629 1726888904.74691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 172629 1726888904.74728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 172629 1726888904.74795: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a7b5460> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a7a7f50> <<< 172629 1726888904.74829: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a7a7380> <<< 172629 1726888904.74922: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9ea50> <<< 172629 1726888904.74925: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 172629 1726888904.74968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 172629 1726888904.74994: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 172629 1726888904.75069: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a821460> <<< 172629 1726888904.75139: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a7d9580> <<< 172629 1726888904.75616: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9eff0> # /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 0x7f186a828f80> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a823230> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a7d9070> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9e120> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9de80> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9dbb0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9ce00> # /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 0x7f186ab9dd90> # /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 0x7f186a8295b0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a829160> # /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' <<< 172629 1726888904.75683: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a829eb0> <<< 172629 1726888904.75711: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 172629 1726888904.75732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 172629 1726888904.75786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888904.75830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888904.75899: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888904.75974: 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 0x7f186a838920> <<< 172629 1726888904.76170: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a811a90> <<< 172629 1726888904.76188: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a82ad20> <<< 172629 1726888904.76214: 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' <<< 172629 1726888904.76338: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a811520> <<< 172629 1726888904.76392: 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 0x7f186a846990> # /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' <<< 172629 1726888904.76396: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a847650> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a8470e0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 172629 1726888904.76500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 172629 1726888904.76580: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a847b30> <<< 172629 1726888904.76598: stdout chunk (state=3): >>># /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' <<< 172629 1726888904.76813: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a81af30> <<< 172629 1726888904.76837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 172629 1726888904.76929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 172629 1726888904.76933: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a76c590> # zipimport: zlib available <<< 172629 1726888904.77026: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 172629 1726888904.77043: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.77158: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.77287: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 172629 1726888904.77337: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.77349: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.77398: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 172629 1726888904.77545: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.77562: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.77643: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 172629 1726888904.77732: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888904.78212: 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' <<< 172629 1726888904.78241: 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' <<< 172629 1726888904.78270: 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 0x7f186a76f380> <<< 172629 1726888904.78309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726888904.78334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726888904.78482: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a76f4a0> <<< 172629 1726888904.78551: 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' <<< 172629 1726888904.78699: 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 0x7f186a4c7650> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a4c6ea0> <<< 172629 1726888904.78719: 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 0x7f186a4c7080> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a76f9b0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a76e660> # /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 0x7f186a76f020> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 172629 1726888904.78765: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 172629 1726888904.78835: 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' <<< 172629 1726888904.78874: 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' <<< 172629 1726888904.78959: 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 0x7f186a544c80> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a544860> <<< 172629 1726888904.79047: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 172629 1726888904.79135: 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 0x7f186a570530> <<< 172629 1726888904.79148: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a544d70> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py <<< 172629 1726888904.79277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 172629 1726888904.80560: 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 0x7f186a0ab4a0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9dfd0> # /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 0x7f186a121100> <<< 172629 1726888904.80595: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a0ab9b0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py <<< 172629 1726888904.80629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726888904.80702: 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 0x7f186a1581a0> <<< 172629 1726888904.80747: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a121310> <<< 172629 1726888904.80765: 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 <<< 172629 1726888904.80805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 172629 1726888904.80935: 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 0x7f18686ac230> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a158440> <<< 172629 1726888904.81002: 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' <<< 172629 1726888904.81022: 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 0x7f18686ad4f0> <<< 172629 1726888904.81102: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686ac8f0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a5443e0> # /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' <<< 172629 1726888904.81195: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 172629 1726888904.81198: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' # 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 0x7f18686cc9e0> <<< 172629 1726888904.81409: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686afe30> # /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 0x7f18686cf020> # /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' <<< 172629 1726888904.81459: 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 0x7f18686cff20> # /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' <<< 172629 1726888904.81880: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' <<< 172629 1726888904.81932: stdout chunk (state=3): >>># extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f18686f4830> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py <<< 172629 1726888904.81947: 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 0x7f18686f5d00> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686f41a0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686ceed0> <<< 172629 1726888904.81976: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686ce870> <<< 172629 1726888904.82051: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888904.82110: 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 0x7f18686f7920> <<< 172629 1726888904.82187: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686cf440> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686ccd10> <<< 172629 1726888904.82295: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686af440> <<< 172629 1726888904.82299: 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' <<< 172629 1726888904.82388: 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 0x7f18686afb60> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686af8c0> <<< 172629 1726888904.82538: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686ad640> <<< 172629 1726888904.82542: 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 0x7f1868730fe0> # /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 <<< 172629 1726888904.82583: 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 0x7f1868733500> <<< 172629 1726888904.82612: 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' <<< 172629 1726888904.82729: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868733ce0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868732810> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 172629 1726888904.82750: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868760530> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868730fb0> # /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 <<< 172629 1726888904.82785: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 172629 1726888904.82906: 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' <<< 172629 1726888904.82917: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868761fa0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868761520> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868761340> # /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' <<< 172629 1726888904.82947: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py <<< 172629 1726888904.83034: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 172629 1726888904.83080: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186802d040> # /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' <<< 172629 1726888904.83128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888904.83281: 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' <<< 172629 1726888904.83294: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186805b080> # 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 0x7f186805b3e0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186802f320> <<< 172629 1726888904.83320: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186802d4f0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186802c530> <<< 172629 1726888904.83370: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868762780> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18687624b0> <<< 172629 1726888904.83410: 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' <<< 172629 1726888904.83495: 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 <<< 172629 1726888904.83759: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868098ec0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186805bfe0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868762cc0> <<< 172629 1726888904.83763: 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' <<< 172629 1726888904.83808: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868099640> # /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 0x7f1868099a00> # /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 0x7f1868099ac0> # /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 0x7f1868099be0> # /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 0x7f18680b47d0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186809a900> <<< 172629 1726888904.83848: 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 0x7f18680b4890> <<< 172629 1726888904.83892: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 172629 1726888904.83941: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18680b4980> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868099a30> # /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 0x7f18680b4b30> <<< 172629 1726888904.83967: 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 <<< 172629 1726888904.84003: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888904.84072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888904.84094: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888904.84169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888904.84264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726888904.84271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888904.84298: 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 0x7f1868104500> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18680db950> <<< 172629 1726888904.84350: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18680da3f0> <<< 172629 1726888904.84601: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18680b6330> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18680b5790> <<< 172629 1726888904.84604: 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 0x7f18680b66f0> # /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 0x7f18680b79e0> <<< 172629 1726888904.84769: 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 0x7f1868120cb0> # /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 0x7f1868120f20> # /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 0x7f1868121850> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868121310> # /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 0x7f18681226f0> import 'gc' # <<< 172629 1726888904.84773: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a4c77d0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a76e540> <<< 172629 1726888904.85292: 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 <<< 172629 1726888904.85376: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 172629 1726888904.85380: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888904.85498: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18681232c0> # /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 <<< 172629 1726888904.85526: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 172629 1726888904.85569: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867eefd40> <<< 172629 1726888904.85692: 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' <<< 172629 1726888904.85738: 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 0x7f1867f15dc0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f15970> <<< 172629 1726888904.85793: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888904.85819: 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 0x7f18686ceff0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f14830> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867eeffb0> <<< 172629 1726888904.85881: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867eecda0> # /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 0x7f1867eefb00> <<< 172629 1726888904.85997: 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' <<< 172629 1726888904.86031: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f2b260> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f29d90> <<< 172629 1726888904.86075: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f50a40> <<< 172629 1726888904.86219: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f50d40> # /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 0x7f1867f50fb0> <<< 172629 1726888904.86226: 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 <<< 172629 1726888904.86278: 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 0x7f1867f51250> # /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' <<< 172629 1726888904.86333: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f51940> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f51790> # /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' <<< 172629 1726888904.86508: stdout chunk (state=3): >>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f53200> # /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 0x7f1867f53350> # /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 <<< 172629 1726888904.86513: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f53560> # /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' <<< 172629 1726888904.86518: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f68500> <<< 172629 1726888904.86659: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f53d40> # /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 0x7f1867f690a0> <<< 172629 1726888904.86666: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f694f0> # /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 0x7f1867f696d0> <<< 172629 1726888904.86786: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 172629 1726888904.86845: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f699a0> # /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 0x7f1867f6a8a0> # /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 0x7f1867f6aae0> # /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 <<< 172629 1726888904.86858: 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 0x7f1867f6acc0> # /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' <<< 172629 1726888904.86933: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f6b8c0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f6b3e0> <<< 172629 1726888904.86959: 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 <<< 172629 1726888904.87204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f90770> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f6bfb0> <<< 172629 1726888904.87220: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f91400> # /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 0x7f1867f91700> # /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 0x7f1867f92660> # /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 0x7f1867f92900> # /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 0x7f1867f92ab0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18681236e0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18681234a0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868122bd0> # /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' <<< 172629 1726888904.87322: 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' <<< 172629 1726888904.87326: 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 0x7f1867f934a0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f93200> <<< 172629 1726888904.87328: 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' <<< 172629 1726888904.87341: 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 <<< 172629 1726888904.87381: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888904.87397: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 172629 1726888904.87430: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 172629 1726888904.87492: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867fb9910> <<< 172629 1726888904.87519: 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' <<< 172629 1726888904.87586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 172629 1726888904.87609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 172629 1726888904.87734: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867fbb050> <<< 172629 1726888904.87787: 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 0x7f1867fba240> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867fb9e20> # /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 0x7f1867d08830> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867cefc50> # /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' <<< 172629 1726888904.87802: 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 <<< 172629 1726888904.87847: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 172629 1726888904.87924: stdout chunk (state=3): >>>import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 172629 1726888904.87982: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d0b740> # /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 0x7f1867d0bfe0> <<< 172629 1726888904.88192: 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 <<< 172629 1726888904.88206: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d08ec0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d08b90> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f93740> # /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 0x7f1867fb8b60> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f932f0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868123170> # /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' <<< 172629 1726888904.88235: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d32180> <<< 172629 1726888904.88253: 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 <<< 172629 1726888904.88290: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 172629 1726888904.88321: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d329f0> # /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 <<< 172629 1726888904.88409: 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 0x7f1867d33a10> <<< 172629 1726888904.88413: 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 <<< 172629 1726888904.88463: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 172629 1726888904.88495: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d33f80> <<< 172629 1726888904.88527: 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' # extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888904.88678: 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 0x7f1867d5d700> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d5d0d0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d5cda0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d5ca40> <<< 172629 1726888904.88734: 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' <<< 172629 1726888904.88748: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d5ce30> <<< 172629 1726888904.88766: 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 <<< 172629 1726888904.88851: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888904.88862: 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 0x7f1867d5f440> # /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' <<< 172629 1726888904.88891: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d5f500> <<< 172629 1726888904.88954: 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' <<< 172629 1726888904.89007: 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 0x7f1867d5fc20> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d5faa0> <<< 172629 1726888904.89046: 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' <<< 172629 1726888904.89078: 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 <<< 172629 1726888904.89177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 172629 1726888904.89201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 172629 1726888904.89285: 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 <<< 172629 1726888904.89288: 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 0x7f1867d8e210> <<< 172629 1726888904.89412: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /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 0x7f1867d8f440> # /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 0x7f1867d8f6b0> # /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' <<< 172629 1726888904.89420: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888904.89424: 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 0x7f1867d8f830> <<< 172629 1726888904.89426: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d8f650> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d8ef00> <<< 172629 1726888904.89650: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d8e390> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d8d640> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d8cbc0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d8c440> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d5ef30> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d5e450> # /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 0x7f1867d8f110> # /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' <<< 172629 1726888904.89668: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d8fbf0> <<< 172629 1726888904.89671: 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 <<< 172629 1726888904.89673: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867db8500> <<< 172629 1726888904.89713: 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 0x7f1867db88c0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py <<< 172629 1726888904.89808: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867db91f0> # /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' <<< 172629 1726888904.89815: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867db9d60> <<< 172629 1726888905.02479: 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}}} <<< 172629 1726888905.03673: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic # destroy __main__ <<< 172629 1726888905.04151: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888905.04425: 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 # 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 <<< 172629 1726888905.04441: stdout chunk (state=3): >>># cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode <<< 172629 1726888905.04479: stdout chunk (state=3): >>># 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 <<< 172629 1726888905.04987: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888905.04991: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 172629 1726888905.04997: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888905.05027: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath <<< 172629 1726888905.05048: stdout chunk (state=3): >>># destroy zipimport <<< 172629 1726888905.05074: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 172629 1726888905.05185: stdout chunk (state=3): >>># 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 <<< 172629 1726888905.05232: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal <<< 172629 1726888905.05310: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist <<< 172629 1726888905.05321: 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 <<< 172629 1726888905.05444: stdout chunk (state=3): >>># cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const <<< 172629 1726888905.05448: stdout chunk (state=3): >>># destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # 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 <<< 172629 1726888905.05456: stdout chunk (state=3): >>># 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 <<< 172629 1726888905.05461: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle <<< 172629 1726888905.05504: stdout chunk (state=3): >>># cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob <<< 172629 1726888905.05845: stdout chunk (state=3): >>># cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # 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 <<< 172629 1726888905.05849: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 <<< 172629 1726888905.05854: stdout chunk (state=3): >>># cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 172629 1726888905.05875: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726888905.05878: 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 <<< 172629 1726888905.05913: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # 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 <<< 172629 1726888905.05916: stdout chunk (state=3): >>># destroy _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888905.06393: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy _hashlib <<< 172629 1726888905.06425: stdout chunk (state=3): >>># destroy platform <<< 172629 1726888905.06493: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888905.06514: 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 <<< 172629 1726888905.06534: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy _tokenize <<< 172629 1726888905.06619: stdout chunk (state=3): >>># 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 <<< 172629 1726888905.06623: stdout chunk (state=3): >>># 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 <<< 172629 1726888905.06706: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch # destroy tempfile # destroy traceback <<< 172629 1726888905.06769: stdout chunk (state=3): >>># destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # 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 <<< 172629 1726888905.06833: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 172629 1726888905.06925: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl <<< 172629 1726888905.06976: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888905.07088: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig<<< 172629 1726888905.07109: stdout chunk (state=3): >>> # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random <<< 172629 1726888905.07197: stdout chunk (state=3): >>># destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 172629 1726888905.07946: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888905.07998: stderr chunk (state=3): >>><<< 172629 1726888905.08004: stdout chunk (state=3): >>><<< 172629 1726888905.08615: _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 0x7f186b7bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b78bb00> # /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 0x7f186b7bea50> 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 0x7f186b7cd130> # /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 0x7f186b7ce120> 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 0x7f186b5b3f50> # /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 0x7f186b5c00e0> # /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 0x7f186b5e3920> # /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 0x7f186b5e3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b5c3bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b5c1340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b5b1100> # /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 0x7f186b6078c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b6064e0> # /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 0x7f186b5c21e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b604c20> # /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 0x7f186b634920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b5b0380> # /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 0x7f186b634dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b634c80> # 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 0x7f186b635070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b5a6ea0> # /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 0x7f186b635730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b635430> 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 0x7f186b636630> 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 0x7f186b654860> 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 0x7f186b655f40> # /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 0x7f186b656de0> # 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 0x7f186b657440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b656330> # /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 0x7f186b657e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b6575c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b636690> # /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 0x7f186b393d40> # /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 0x7f186b3c07a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b3c0500> # 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 0x7f186b3c07d0> # /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 0x7f186b3c1100> # 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 0x7f186b3c1af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b3c09b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b391ee0> # /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 0x7f186b3c2ed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b3c1c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b636d80> # /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 0x7f186b3eb200> # /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 0x7f186b413590> # /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 0x7f186b46c350> # /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 0x7f186b46eab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b46c470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b439370> # /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 0x7f186ad253a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b412390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186b3c3dd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f186b412990> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_xwsm7vxb/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 0x7f186ad7f050> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ad5df40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ad5d0d0> # 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 0x7f186ad7cef0> # /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 0x7f186adaaab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186adaa840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186adaa150> # /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 0x7f186adaa600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ad7fa70> 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 0x7f186adab770> # 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 0x7f186adab9b0> # /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 0x7f186adabec0> 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 0x7f186ac11ca0> # 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 0x7f186ac138c0> # /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 0x7f186ac182c0> # /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 0x7f186ac19460> # /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 0x7f186ac1bf20> # 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 0x7f186ad5f140> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac1a1e0> # /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 0x7f186ac1ff50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac1ea20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac1e780> # /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 0x7f186ac1ec90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac1a6f0> # 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 0x7f186ac63fe0> # /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 0x7f186ac64230> # /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 0x7f186ac65df0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac65bb0> # /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 0x7f186ac68380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac664b0> # /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 0x7f186ac6bb60> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac68530> # 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 0x7f186ac6c8c0> # 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 0x7f186ac6cce0> # 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 0x7f186ac6cda0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac64530> # /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 0x7f186acf83e0> # 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 0x7f186acf9670> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac6eb70> # 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 0x7f186ac6ff20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ac6e7b0> # 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 0x7f186acfd910> # /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 0x7f186acfe660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186acf9790> 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 0x7f186acfe810> # 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 0x7f186acff9e0> # 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 0x7f186ab0a450> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab052e0> 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 0x7f186adfad20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ade29f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab0a5a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186acff2f0> # 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 0x7f186ab9cb90> # /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 0x7f186ab9cda0> # /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 0x7f186ab9d4c0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9d040> # /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 0x7f186ab9ddf0> # /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 0x7f186ab88260> # /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 0x7f186ab89910> # /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 0x7f186a7a68a0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9f590> # /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 0x7f186a7b5460> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a7a7f50> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a7a7380> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9ea50> # /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 0x7f186a821460> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a7d9580> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9eff0> # /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 0x7f186a828f80> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a823230> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a7d9070> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9e120> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9de80> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9dbb0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9ce00> # /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 0x7f186ab9dd90> # /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 0x7f186a8295b0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a829160> # /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 0x7f186a829eb0> # /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 0x7f186a838920> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a811a90> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a82ad20> # /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 0x7f186a811520> # /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 0x7f186a846990> # /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 0x7f186a847650> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a8470e0> # /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 0x7f186a847b30> # /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 0x7f186a81af30> # /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 0x7f186a76c590> # 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 0x7f186a76f380> # /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 0x7f186a76f4a0> # /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 0x7f186a4c7650> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a4c6ea0> # 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 0x7f186a4c7080> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a76f9b0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a76e660> # /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 0x7f186a76f020> # /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 0x7f186a544c80> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a544860> # /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 0x7f186a570530> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a544d70> # /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 0x7f186a0ab4a0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186ab9dfd0> # /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 0x7f186a121100> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a0ab9b0> # /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 0x7f186a1581a0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a121310> # /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 0x7f18686ac230> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a158440> # /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 0x7f18686ad4f0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686ac8f0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a5443e0> # /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 0x7f18686cc9e0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686afe30> # /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 0x7f18686cf020> # /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 0x7f18686cff20> # /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 0x7f18686f4830> # /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 0x7f18686f5d00> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686f41a0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686ceed0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686ce870> # /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 0x7f18686f7920> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686cf440> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686ccd10> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686af440> # /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 0x7f18686afb60> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686af8c0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18686ad640> # /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 0x7f1868730fe0> # /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 0x7f1868733500> # /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 0x7f1868733ce0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868732810> # /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 0x7f1868760530> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868730fb0> # /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 0x7f1868761fa0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868761520> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868761340> # /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 0x7f186802d040> # /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 0x7f186805b080> # 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 0x7f186805b3e0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186802f320> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186802d4f0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186802c530> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868762780> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18687624b0> # /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 0x7f1868098ec0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186805bfe0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868762cc0> # /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 0x7f1868099640> # /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 0x7f1868099a00> # /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 0x7f1868099ac0> # /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 0x7f1868099be0> # /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 0x7f18680b47d0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186809a900> # /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 0x7f18680b4890> # /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 0x7f18680b4980> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868099a30> # /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 0x7f18680b4b30> # /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 0x7f1868104500> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18680db950> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18680da3f0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18680b6330> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18680b5790> # /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 0x7f18680b66f0> # /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 0x7f18680b79e0> # /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 0x7f1868120cb0> # /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 0x7f1868120f20> # /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 0x7f1868121850> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868121310> # /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 0x7f18681226f0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a4c77d0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f186a76e540> # /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 0x7f18681232c0> # /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 0x7f1867eefd40> # /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 0x7f1867f15dc0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f15970> # 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 0x7f18686ceff0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f14830> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867eeffb0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867eecda0> # /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 0x7f1867eefb00> # /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 0x7f1867f2b260> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f29d90> # /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 0x7f1867f50a40> # /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 0x7f1867f50d40> # /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 0x7f1867f50fb0> # /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 0x7f1867f51250> # /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 0x7f1867f51940> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f51790> # /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 0x7f1867f53200> # /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 0x7f1867f53350> # /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 0x7f1867f53560> # /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 0x7f1867f68500> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f53d40> # /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 0x7f1867f690a0> # /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 0x7f1867f694f0> # /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 0x7f1867f696d0> # /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 0x7f1867f699a0> # /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 0x7f1867f6a8a0> # /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 0x7f1867f6aae0> # /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 0x7f1867f6acc0> # /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 0x7f1867f6b8c0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f6b3e0> # /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 0x7f1867f90770> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f6bfb0> # /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 0x7f1867f91400> # /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 0x7f1867f91700> # /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 0x7f1867f92660> # /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 0x7f1867f92900> # /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 0x7f1867f92ab0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18681236e0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18681234a0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868122bd0> # /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 0x7f1867f934a0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f93200> # /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 0x7f1867fb9910> # /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 0x7f1867fbb050> # 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 0x7f1867fba240> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867fb9e20> # /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 0x7f1867d08830> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867cefc50> # /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 0x7f1867d0b740> # /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 0x7f1867d0bfe0> # /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 0x7f1867d08ec0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d08b90> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f93740> # /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 0x7f1867fb8b60> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867f932f0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1868123170> # /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 0x7f1867d32180> # /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 0x7f1867d329f0> # /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 0x7f1867d33a10> # /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 0x7f1867d33f80> # /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 0x7f1867d5d700> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d5d0d0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d5cda0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d5ca40> # /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 0x7f1867d5ce30> # /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 0x7f1867d5f440> # /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 0x7f1867d5f500> # /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 0x7f1867d5fc20> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d5faa0> # /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 0x7f1867d8e210> # /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 0x7f1867d8f440> # /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 0x7f1867d8f6b0> # /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 0x7f1867d8f830> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d8f650> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d8ef00> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d8e390> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d8d640> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d8cbc0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d8c440> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d5ef30> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1867d5e450> # /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 0x7f1867d8f110> # /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 0x7f1867d8fbf0> # /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 0x7f1867db8500> # /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 0x7f1867db88c0> # /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 0x7f1867db91f0> # /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 0x7f1867db9d60> {"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: 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 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 172629 1726888905.11915: 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-1726888903.9716222-172808-42403681214816/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888905.11919: _low_level_execute_command(): starting 172629 1726888905.11922: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888903.9716222-172808-42403681214816/ > /dev/null 2>&1 && sleep 0' 172629 1726888905.11924: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888905.11926: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888905.11928: 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 <<< 172629 1726888905.11930: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888905.11954: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888905.11959: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888905.11962: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888905.13126: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888905.13129: stdout chunk (state=3): >>><<< 172629 1726888905.13132: stderr chunk (state=3): >>><<< 172629 1726888905.13316: _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 172629 1726888905.13319: handler run complete 172629 1726888905.13322: attempt loop complete, returning result 172629 1726888905.13324: _execute() done 172629 1726888905.13326: dumping result to json 172629 1726888905.13337: done dumping result, returning 172629 1726888905.13354: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-d0a8-add8-0000000000d4] 172629 1726888905.13366: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000d4 ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 172629 1726888905.13576: no more pending results, returning what we have 172629 1726888905.13580: results queue empty 172629 1726888905.13581: checking for any_errors_fatal 172629 1726888905.13583: done checking for any_errors_fatal 172629 1726888905.13583: checking for max_fail_percentage 172629 1726888905.13585: done checking for max_fail_percentage 172629 1726888905.13586: checking to see if all hosts have failed and the running result is not ok 172629 1726888905.13587: done checking to see if all hosts have failed 172629 1726888905.13588: getting the remaining hosts for this loop 172629 1726888905.13590: done getting the remaining hosts for this loop 172629 1726888905.13594: getting the next task for host managed_node1 172629 1726888905.13600: done getting next task for host managed_node1 172629 1726888905.13604: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 172629 1726888905.13607: ^ 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 172629 1726888905.13617: getting variables 172629 1726888905.13619: in VariableManager get_vars() 172629 1726888905.13959: Calling all_inventory to load vars for managed_node1 172629 1726888905.13962: Calling groups_inventory to load vars for managed_node1 172629 1726888905.13966: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888905.13976: Calling all_plugins_play to load vars for managed_node1 172629 1726888905.13979: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888905.13983: Calling groups_plugins_play to load vars for managed_node1 172629 1726888905.14488: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000d4 172629 1726888905.14491: WORKER PROCESS EXITING 172629 1726888905.14512: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888905.15312: done with get_vars() 172629 1726888905.15325: done getting variables 172629 1726888905.15449: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [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 23:21:45 -0400 (0:00:01.335) 0:00:05.435 ****** 172629 1726888905.15570: entering _queue_task() for managed_node1/debug 172629 1726888905.15572: Creating lock for debug 172629 1726888905.16385: worker is 1 (out of 1 available) 172629 1726888905.16397: exiting _queue_task() for managed_node1/debug 172629 1726888905.16407: done queuing things up, now waiting for results queue to drain 172629 1726888905.16408: waiting for pending results... 172629 1726888905.16728: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools 172629 1726888905.17113: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000d5 172629 1726888905.17120: variable 'ansible_search_path' from source: unknown 172629 1726888905.17123: variable 'ansible_search_path' from source: unknown 172629 1726888905.17160: calling self._execute() 172629 1726888905.17229: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888905.17235: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888905.17246: variable 'omit' from source: magic vars 172629 1726888905.17636: variable 'omit' from source: magic vars 172629 1726888905.17823: variable 'omit' from source: magic vars 172629 1726888905.17880: variable 'omit' from source: magic vars 172629 1726888905.18022: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888905.18069: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888905.18097: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888905.18108: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888905.18119: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888905.18318: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888905.18322: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888905.18324: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888905.18609: Set connection var ansible_timeout to 10 172629 1726888905.18615: Set connection var ansible_shell_type to sh 172629 1726888905.18622: Set connection var ansible_pipelining to False 172629 1726888905.18627: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888905.18633: Set connection var ansible_shell_executable to /bin/sh 172629 1726888905.18639: Set connection var ansible_connection to ssh 172629 1726888905.18756: variable 'ansible_shell_executable' from source: unknown 172629 1726888905.18760: variable 'ansible_connection' from source: unknown 172629 1726888905.18762: variable 'ansible_module_compression' from source: unknown 172629 1726888905.18764: variable 'ansible_shell_type' from source: unknown 172629 1726888905.18767: variable 'ansible_shell_executable' from source: unknown 172629 1726888905.18769: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888905.18771: variable 'ansible_pipelining' from source: unknown 172629 1726888905.18773: variable 'ansible_timeout' from source: unknown 172629 1726888905.18775: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888905.19234: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888905.19238: variable 'omit' from source: magic vars 172629 1726888905.19240: starting attempt loop 172629 1726888905.19243: running the handler 172629 1726888905.19911: handler run complete 172629 1726888905.19945: attempt loop complete, returning result 172629 1726888905.19953: _execute() done 172629 1726888905.19963: dumping result to json 172629 1726888905.19986: done dumping result, returning 172629 1726888905.20028: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-d0a8-add8-0000000000d5] 172629 1726888905.20075: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000d5 ok: [managed_node1] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } 172629 1726888905.20253: no more pending results, returning what we have 172629 1726888905.20259: results queue empty 172629 1726888905.20260: checking for any_errors_fatal 172629 1726888905.20268: done checking for any_errors_fatal 172629 1726888905.20269: checking for max_fail_percentage 172629 1726888905.20271: done checking for max_fail_percentage 172629 1726888905.20273: checking to see if all hosts have failed and the running result is not ok 172629 1726888905.20274: done checking to see if all hosts have failed 172629 1726888905.20275: getting the remaining hosts for this loop 172629 1726888905.20277: done getting the remaining hosts for this loop 172629 1726888905.20282: getting the next task for host managed_node1 172629 1726888905.20288: done getting next task for host managed_node1 172629 1726888905.20291: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 172629 1726888905.20295: ^ 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 172629 1726888905.20304: getting variables 172629 1726888905.20306: in VariableManager get_vars() 172629 1726888905.20338: Calling all_inventory to load vars for managed_node1 172629 1726888905.20341: Calling groups_inventory to load vars for managed_node1 172629 1726888905.20343: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888905.20354: Calling all_plugins_play to load vars for managed_node1 172629 1726888905.20478: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888905.20484: Calling groups_plugins_play to load vars for managed_node1 172629 1726888905.20952: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000d5 172629 1726888905.20958: WORKER PROCESS EXITING 172629 1726888905.20971: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888905.21687: done with get_vars() 172629 1726888905.21699: done getting variables 172629 1726888905.21759: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:21:45 -0400 (0:00:00.063) 0:00:05.498 ****** 172629 1726888905.21871: entering _queue_task() for managed_node1/debug 172629 1726888905.22895: worker is 1 (out of 1 available) 172629 1726888905.22910: exiting _queue_task() for managed_node1/debug 172629 1726888905.22923: done queuing things up, now waiting for results queue to drain 172629 1726888905.22924: waiting for pending results... 172629 1726888905.23274: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes 172629 1726888905.23576: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000d6 172629 1726888905.23590: variable 'ansible_search_path' from source: unknown 172629 1726888905.23594: variable 'ansible_search_path' from source: unknown 172629 1726888905.23793: calling self._execute() 172629 1726888905.23911: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888905.23936: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888905.23946: variable 'omit' from source: magic vars 172629 1726888905.24180: variable 'omit' from source: magic vars 172629 1726888905.24551: variable 'omit' from source: magic vars 172629 1726888905.24554: variable 'omit' from source: magic vars 172629 1726888905.24575: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888905.24612: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888905.24872: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888905.24875: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888905.24878: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888905.24880: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888905.24888: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888905.24890: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888905.25231: Set connection var ansible_timeout to 10 172629 1726888905.25234: Set connection var ansible_shell_type to sh 172629 1726888905.25239: Set connection var ansible_pipelining to False 172629 1726888905.25245: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888905.25251: Set connection var ansible_shell_executable to /bin/sh 172629 1726888905.25253: Set connection var ansible_connection to ssh 172629 1726888905.25421: variable 'ansible_shell_executable' from source: unknown 172629 1726888905.25424: variable 'ansible_connection' from source: unknown 172629 1726888905.25427: variable 'ansible_module_compression' from source: unknown 172629 1726888905.25429: variable 'ansible_shell_type' from source: unknown 172629 1726888905.25431: variable 'ansible_shell_executable' from source: unknown 172629 1726888905.25433: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888905.25437: variable 'ansible_pipelining' from source: unknown 172629 1726888905.25439: variable 'ansible_timeout' from source: unknown 172629 1726888905.25512: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888905.25910: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888905.25921: variable 'omit' from source: magic vars 172629 1726888905.26119: starting attempt loop 172629 1726888905.26123: running the handler 172629 1726888905.26779: handler run complete 172629 1726888905.26813: attempt loop complete, returning result 172629 1726888905.26854: _execute() done 172629 1726888905.26869: dumping result to json 172629 1726888905.26990: done dumping result, returning 172629 1726888905.26993: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-d0a8-add8-0000000000d6] 172629 1726888905.26996: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000d6 ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 172629 1726888905.27242: no more pending results, returning what we have 172629 1726888905.27246: results queue empty 172629 1726888905.27247: checking for any_errors_fatal 172629 1726888905.27257: done checking for any_errors_fatal 172629 1726888905.27258: checking for max_fail_percentage 172629 1726888905.27261: done checking for max_fail_percentage 172629 1726888905.27261: checking to see if all hosts have failed and the running result is not ok 172629 1726888905.27262: done checking to see if all hosts have failed 172629 1726888905.27263: getting the remaining hosts for this loop 172629 1726888905.27265: done getting the remaining hosts for this loop 172629 1726888905.27268: getting the next task for host managed_node1 172629 1726888905.27277: done getting next task for host managed_node1 172629 1726888905.27483: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 172629 1726888905.27488: ^ 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 172629 1726888905.27503: getting variables 172629 1726888905.27506: in VariableManager get_vars() 172629 1726888905.27544: Calling all_inventory to load vars for managed_node1 172629 1726888905.27546: Calling groups_inventory to load vars for managed_node1 172629 1726888905.27549: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888905.27689: Calling all_plugins_play to load vars for managed_node1 172629 1726888905.27693: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888905.27701: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000d6 172629 1726888905.27704: WORKER PROCESS EXITING 172629 1726888905.27708: Calling groups_plugins_play to load vars for managed_node1 172629 1726888905.28497: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888905.29301: done with get_vars() 172629 1726888905.29313: 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 23:21:45 -0400 (0:00:00.077) 0:00:05.576 ****** 172629 1726888905.29622: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888905.29624: Creating lock for fedora.linux_system_roles.blivet 172629 1726888905.30395: worker is 1 (out of 1 available) 172629 1726888905.30408: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888905.30464: done queuing things up, now waiting for results queue to drain 172629 1726888905.30467: waiting for pending results... 172629 1726888905.30840: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages 172629 1726888905.30949: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000d7 172629 1726888905.31179: variable 'ansible_search_path' from source: unknown 172629 1726888905.31184: variable 'ansible_search_path' from source: unknown 172629 1726888905.31225: calling self._execute() 172629 1726888905.31502: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888905.31510: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888905.31528: variable 'omit' from source: magic vars 172629 1726888905.32804: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888905.33284: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888905.33343: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888905.33387: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888905.33431: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888905.33521: 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) 172629 1726888905.33567: 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) 172629 1726888905.33600: 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) 172629 1726888905.33630: 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) 172629 1726888905.33843: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 172629 1726888905.33860: variable 'omit' from source: magic vars 172629 1726888905.33961: variable 'omit' from source: magic vars 172629 1726888905.34162: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888905.36447: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888905.36611: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888905.36615: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888905.36617: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888905.36647: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888905.36775: 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) 172629 1726888905.36863: 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) 172629 1726888905.36937: 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) 172629 1726888905.36989: 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) 172629 1726888905.37010: 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) 172629 1726888905.37283: variable 'storage_use_partitions' from source: role '' defaults 172629 1726888905.37301: variable 'storage_disklabel_type' from source: role '' defaults 172629 1726888905.37309: variable 'storage_pool_defaults' from source: role '' defaults 172629 1726888905.37388: variable 'storage_pool_defaults' from source: role '' defaults 172629 1726888905.37470: variable 'storage_volume_defaults' from source: role '' defaults 172629 1726888905.37593: variable 'storage_volume_defaults' from source: role '' defaults 172629 1726888905.37673: variable 'omit' from source: magic vars 172629 1726888905.37715: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888905.37748: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888905.37777: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888905.37807: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888905.37824: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888905.37920: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888905.37924: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888905.37927: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888905.37992: Set connection var ansible_timeout to 10 172629 1726888905.38003: Set connection var ansible_shell_type to sh 172629 1726888905.38013: Set connection var ansible_pipelining to False 172629 1726888905.38034: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888905.38046: Set connection var ansible_shell_executable to /bin/sh 172629 1726888905.38065: Set connection var ansible_connection to ssh 172629 1726888905.38137: variable 'ansible_shell_executable' from source: unknown 172629 1726888905.38140: variable 'ansible_connection' from source: unknown 172629 1726888905.38143: variable 'ansible_module_compression' from source: unknown 172629 1726888905.38145: variable 'ansible_shell_type' from source: unknown 172629 1726888905.38151: variable 'ansible_shell_executable' from source: unknown 172629 1726888905.38158: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888905.38160: variable 'ansible_pipelining' from source: unknown 172629 1726888905.38162: variable 'ansible_timeout' from source: unknown 172629 1726888905.38164: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888905.38371: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888905.38473: variable 'omit' from source: magic vars 172629 1726888905.38477: starting attempt loop 172629 1726888905.38480: running the handler 172629 1726888905.38482: _low_level_execute_command(): starting 172629 1726888905.38485: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888905.39245: 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' <<< 172629 1726888905.39285: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888905.39306: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888905.39385: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888905.41081: stdout chunk (state=3): >>>/root <<< 172629 1726888905.41249: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888905.41271: stdout chunk (state=3): >>><<< 172629 1726888905.41290: stderr chunk (state=3): >>><<< 172629 1726888905.41344: _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 172629 1726888905.41349: _low_level_execute_command(): starting 172629 1726888905.41360: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888905.413098-172853-187589432391977 `" && echo ansible-tmp-1726888905.413098-172853-187589432391977="` echo /root/.ansible/tmp/ansible-tmp-1726888905.413098-172853-187589432391977 `" ) && sleep 0' 172629 1726888905.41920: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888905.41936: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888905.41952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888905.41977: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888905.41996: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888905.42009: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888905.42073: 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 <<< 172629 1726888905.42111: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888905.42128: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888905.42152: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888905.42227: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888905.44161: stdout chunk (state=3): >>>ansible-tmp-1726888905.413098-172853-187589432391977=/root/.ansible/tmp/ansible-tmp-1726888905.413098-172853-187589432391977 <<< 172629 1726888905.44298: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888905.44312: stderr chunk (state=3): >>><<< 172629 1726888905.44321: stdout chunk (state=3): >>><<< 172629 1726888905.44343: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888905.413098-172853-187589432391977=/root/.ansible/tmp/ansible-tmp-1726888905.413098-172853-187589432391977 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888905.44417: variable 'ansible_module_compression' from source: unknown 172629 1726888905.44499: ANSIBALLZ: Using lock for fedora.linux_system_roles.blivet 172629 1726888905.44506: ANSIBALLZ: Acquiring lock 172629 1726888905.44512: ANSIBALLZ: Lock acquired: 140240262789264 172629 1726888905.44518: ANSIBALLZ: Creating module 172629 1726888905.80331: ANSIBALLZ: Writing module into payload 172629 1726888905.81163: ANSIBALLZ: Writing module 172629 1726888905.81167: ANSIBALLZ: Renaming module 172629 1726888905.81169: ANSIBALLZ: Done creating module 172629 1726888905.81218: variable 'ansible_facts' from source: unknown 172629 1726888905.81315: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888905.413098-172853-187589432391977/AnsiballZ_blivet.py 172629 1726888905.81514: Sending initial data 172629 1726888905.81517: Sent initial data (156 bytes) 172629 1726888905.82166: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888905.82170: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888905.82172: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888905.82175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888905.82177: 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 <<< 172629 1726888905.82274: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888905.82381: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888905.82527: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888905.84475: 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 debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888905.84527: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpyam9lmlk /root/.ansible/tmp/ansible-tmp-1726888905.413098-172853-187589432391977/AnsiballZ_blivet.py <<< 172629 1726888905.84531: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888905.413098-172853-187589432391977/AnsiballZ_blivet.py" <<< 172629 1726888905.84606: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpyam9lmlk" to remote "/root/.ansible/tmp/ansible-tmp-1726888905.413098-172853-187589432391977/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888905.413098-172853-187589432391977/AnsiballZ_blivet.py" <<< 172629 1726888905.86761: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888905.86851: stderr chunk (state=3): >>><<< 172629 1726888905.86854: stdout chunk (state=3): >>><<< 172629 1726888905.86858: done transferring module to remote 172629 1726888905.86874: _low_level_execute_command(): starting 172629 1726888905.86972: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888905.413098-172853-187589432391977/ /root/.ansible/tmp/ansible-tmp-1726888905.413098-172853-187589432391977/AnsiballZ_blivet.py && sleep 0' 172629 1726888905.88072: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888905.88445: 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 <<< 172629 1726888905.88449: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888905.88451: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888905.88453: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888905.90235: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888905.90290: stderr chunk (state=3): >>><<< 172629 1726888905.90293: stdout chunk (state=3): >>><<< 172629 1726888905.90369: _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 172629 1726888905.90372: _low_level_execute_command(): starting 172629 1726888905.90376: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888905.413098-172853-187589432391977/AnsiballZ_blivet.py && sleep 0' 172629 1726888905.91743: 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 <<< 172629 1726888905.91788: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888905.91806: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888905.91836: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888905.91894: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888905.94093: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 172629 1726888905.94164: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888905.94481: stdout chunk (state=3): >>>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 0x7fdb443104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb442dfb30> <<< 172629 1726888905.94490: 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' <<< 172629 1726888905.94515: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb44312a50> <<< 172629 1726888905.94523: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888905.94546: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726888905.94549: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726888905.94569: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888905.94605: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888905.94970: 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 0x7fdb440e5130> # /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 0x7fdb440e6120> <<< 172629 1726888905.94997: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888905.95003: 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. <<< 172629 1726888905.95261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888905.95297: 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 <<< 172629 1726888905.95303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888905.95321: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888905.95369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888905.95404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888905.95411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888905.95417: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4412bf50> <<< 172629 1726888905.95478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888905.95488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888905.95869: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb441380e0> # /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 0x7fdb4415b920> # /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 0x7fdb4415bfb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4413bbc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb44139340> <<< 172629 1726888905.95892: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb44129100> <<< 172629 1726888905.95927: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888905.95931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888905.95962: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888905.95972: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888905.96006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888905.96027: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888905.96035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888905.96067: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4417f920> <<< 172629 1726888905.96089: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4417e540> <<< 172629 1726888905.96141: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726888905.96153: 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 0x7fdb4413a360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4417cd10> <<< 172629 1726888905.96477: 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 0x7fdb441ac950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb44128380> # /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 0x7fdb441ace00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb441accb0> # 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 0x7fdb441ad0a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4411eea0> # /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 0x7fdb441ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb441ad460> 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 0x7fdb441ae660> <<< 172629 1726888905.96491: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726888905.96527: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888905.96552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888905.96596: 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 0x7fdb441c8890> <<< 172629 1726888905.96681: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888905.96685: 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' <<< 172629 1726888905.96707: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb441c9fd0> # /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 0x7fdb441cae70> <<< 172629 1726888905.96905: 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 0x7fdb441cb4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb441ca3c0> # /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 0x7fdb441cbe60> <<< 172629 1726888905.96921: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb441cb590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb441ae6c0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888905.96924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888905.96953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888905.96970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888905.97007: 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 0x7fdb43f07d70> <<< 172629 1726888905.97027: 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' <<< 172629 1726888905.97054: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888905.97085: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb43f308c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43f30620> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888905.97090: 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 0x7fdb43f308f0> <<< 172629 1726888905.97368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # 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 0x7fdb43f31220> <<< 172629 1726888905.97441: 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 0x7fdb43f31be0> <<< 172629 1726888905.97446: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43f30ad0> <<< 172629 1726888905.97463: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43f05f10> <<< 172629 1726888905.97491: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888905.97508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888905.97540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888905.97548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726888905.97571: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43f32f90> <<< 172629 1726888905.97871: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43f31d30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb441aedb0> # /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 0x7fdb43f5b2c0> # /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 <<< 172629 1726888905.98070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43f83620> # /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 0x7fdb43fe0410> <<< 172629 1726888905.98127: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888905.98196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888905.98220: 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' <<< 172629 1726888905.98374: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43fe2b70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43fe0530> <<< 172629 1726888905.98380: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43fa9400> <<< 172629 1726888905.98421: 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 0x7fdb439294f0> <<< 172629 1726888905.98438: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43f82420> <<< 172629 1726888905.98444: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43f33e90> <<< 172629 1726888905.98553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888905.98580: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdb43f82780> <<< 172629 1726888905.98944: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_9jqjoi50/ansible_fedora.linux_system_roles.blivet_payload.zip' <<< 172629 1726888905.98998: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888905.99078: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888905.99118: 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' <<< 172629 1726888905.99167: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888905.99235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888905.99272: 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 0x7fdb4397b200> <<< 172629 1726888905.99327: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888905.99568: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4395e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4395d280> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888906.01169: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.02177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888906.02180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43979610> # /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 0x7fdb439aabd0> <<< 172629 1726888906.02215: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb439aa960> <<< 172629 1726888906.02248: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb439aa270> <<< 172629 1726888906.02267: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888906.02298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888906.02321: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb439aacf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb443129c0> import 'atexit' # <<< 172629 1726888906.02337: stdout chunk (state=3): >>> <<< 172629 1726888906.02360: 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 0x7fdb439ab8c0> <<< 172629 1726888906.02413: 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 0x7fdb439aba40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888906.02447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888906.02467: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888906.02529: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb439abf80> <<< 172629 1726888906.02532: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888906.02546: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888906.02568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888906.02599: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43819cd0> <<< 172629 1726888906.02634: 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 0x7fdb4381b8c0> <<< 172629 1726888906.02664: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888906.02706: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4381c260> <<< 172629 1726888906.02720: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888906.02844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888906.02868: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4381d130> # /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' <<< 172629 1726888906.02903: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4381fe30> <<< 172629 1726888906.02947: 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 0x7fdb44139130> <<< 172629 1726888906.02982: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4381e120> <<< 172629 1726888906.02998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888906.03089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888906.03111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43827c50> <<< 172629 1726888906.03133: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888906.03206: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43826720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43826480> <<< 172629 1726888906.03268: 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' <<< 172629 1726888906.03422: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb438269f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4381e630> # 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 0x7fdb4386be60> # /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 0x7fdb4386b890> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 172629 1726888906.03445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888906.03460: 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' <<< 172629 1726888906.03486: 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 0x7fdb4386dac0> <<< 172629 1726888906.03520: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4386d880> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888906.03624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888906.03733: 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 0x7fdb4386ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4386e1b0> <<< 172629 1726888906.03767: 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' # <<< 172629 1726888906.03811: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43873830> <<< 172629 1726888906.03940: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43870200> <<< 172629 1726888906.03989: 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' <<< 172629 1726888906.04093: 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 0x7fdb43874860> # 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 0x7fdb43874920> # 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 0x7fdb43874ad0> <<< 172629 1726888906.04099: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4386c170> <<< 172629 1726888906.04124: 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 <<< 172629 1726888906.04264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888906.04288: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb437002c0> <<< 172629 1726888906.04342: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888906.04367: 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 0x7fdb437017f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43876a50> <<< 172629 1726888906.04495: 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 0x7fdb43877e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43876660> <<< 172629 1726888906.04498: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.04510: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888906.04534: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.04831: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888906.04834: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.04930: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.05464: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.06065: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888906.06095: 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 0x7fdb43705a00> <<< 172629 1726888906.06187: 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' <<< 172629 1726888906.06211: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb437067e0> <<< 172629 1726888906.06223: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43701ac0> <<< 172629 1726888906.06254: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888906.06313: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888906.06316: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888906.06497: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.06626: 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 0x7fdb43706600> <<< 172629 1726888906.06647: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.07099: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.07543: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.07705: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726888906.07731: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.07767: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888906.07804: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.07847: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.07926: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888906.07948: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.08031: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888906.08045: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888906.08070: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888906.08296: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.08551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888906.08587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888906.08684: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888906.08707: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43707b30> # zipimport: zlib available <<< 172629 1726888906.08738: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.08813: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726888906.08892: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 172629 1726888906.08914: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.08940: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888906.09029: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.09032: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888906.09093: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.09239: 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' <<< 172629 1726888906.09278: 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 0x7fdb43712420> <<< 172629 1726888906.09317: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4370f410> <<< 172629 1726888906.09625: stdout chunk (state=3): >>>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' <<< 172629 1726888906.09628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888906.09676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888906.09709: 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' <<< 172629 1726888906.09769: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb439ead20> <<< 172629 1726888906.09812: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb439e29f0> <<< 172629 1726888906.09881: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43712600> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb437121b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888906.09899: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.09953: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.09960: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726888906.09973: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888906.10082: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888906.10085: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # <<< 172629 1726888906.10087: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.10089: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # <<< 172629 1726888906.10213: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 172629 1726888906.10216: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 172629 1726888906.10244: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 172629 1726888906.11734: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.13110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888906.13182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888906.13213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888906.13245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888906.13249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888906.13326: 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 0x7fdb4331cf80> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4331c3b0> <<< 172629 1726888906.13358: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb437901d0> <<< 172629 1726888906.13506: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb437a4ce0> <<< 172629 1726888906.13534: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.13619: 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 <<< 172629 1726888906.13653: stdout chunk (state=3): >>># 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' <<< 172629 1726888906.13710: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/storage_log.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' # /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' <<< 172629 1726888906.13801: stdout chunk (state=3): >>>import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4332eba0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4332e7b0> <<< 172629 1726888906.13806: 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 <<< 172629 1726888906.13823: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726888906.13895: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43351280> # /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' <<< 172629 1726888906.13982: 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' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb433524e0> <<< 172629 1726888906.14035: 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 0x7fdb43351df0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43351c40> <<< 172629 1726888906.14039: 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 <<< 172629 1726888906.14071: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' <<< 172629 1726888906.14118: 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 0x7fdb43354920> <<< 172629 1726888906.14297: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb433546b0> <<< 172629 1726888906.14309: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/safe_dbus.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # 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 <<< 172629 1726888906.14422: 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 0x7fdb433566f0> <<< 172629 1726888906.14523: 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 0x7fdb43356480> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43355d60> <<< 172629 1726888906.14568: 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' <<< 172629 1726888906.14651: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' # /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' <<< 172629 1726888906.14700: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb433594f0> <<< 172629 1726888906.14729: 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 0x7fdb43359880> <<< 172629 1726888906.14764: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43359cd0> <<< 172629 1726888906.14882: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4335a540> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43358b60> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43358620> <<< 172629 1726888906.14886: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # 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 0x7fdb4335ac90> <<< 172629 1726888906.14899: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43358140> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43357fe0> <<< 172629 1726888906.14968: 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 <<< 172629 1726888906.15051: 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' <<< 172629 1726888906.15078: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4339d370> # /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' <<< 172629 1726888906.15134: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4339e1e0> <<< 172629 1726888906.15157: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4339d8e0> <<< 172629 1726888906.15387: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4335b620> 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' <<< 172629 1726888906.15586: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb433a6cf0> import 'gi.repository.GObject' # # destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 172629 1726888906.15613: 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 <<< 172629 1726888906.15636: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 172629 1726888906.15946: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb433ac410> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43355280> # /usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/overrides/BlockDev.py <<< 172629 1726888906.15979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 172629 1726888906.16003: 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 <<< 172629 1726888906.16052: stdout chunk (state=3): >>># 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' <<< 172629 1726888906.16161: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4323a180> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb432399a0> <<< 172629 1726888906.16924: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb433a6900> <<< 172629 1726888906.16942: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 172629 1726888906.16967: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4332ecf0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4332db50> <<< 172629 1726888906.17493: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb437a5220> # /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' <<< 172629 1726888906.17515: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4324e750> <<< 172629 1726888906.17544: 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 0x7fdb43250500> <<< 172629 1726888906.17692: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lib.py # 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' <<< 172629 1726888906.17710: 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' <<< 172629 1726888906.17727: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43253cb0> <<< 172629 1726888906.17763: 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 0x7fdb43254320> <<< 172629 1726888906.17793: 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 <<< 172629 1726888906.17928: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc' # /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' <<< 172629 1726888906.17950: 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 0x7fdb432553d0> <<< 172629 1726888906.17972: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43255280> <<< 172629 1726888906.17999: 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' <<< 172629 1726888906.18040: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43255670> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43254fe0> # /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' <<< 172629 1726888906.18123: 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 0x7fdb43255b50> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb432559a0> # /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' <<< 172629 1726888906.18190: 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 <<< 172629 1726888906.18193: stdout chunk (state=3): >>># 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 0x7fdb43255eb0> <<< 172629 1726888906.18270: stdout chunk (state=3): >>>import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43255bb0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43254770> # /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' <<< 172629 1726888906.18273: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43254e00> <<< 172629 1726888906.18383: 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' <<< 172629 1726888906.18386: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/pipe.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc' import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43261e20> # /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 0x7fdb432621b0> <<< 172629 1726888906.18418: stdout chunk (state=3): >>>import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43261b80> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb432611f0> <<< 172629 1726888906.18448: 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 0x7fdb43262330> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43253980> <<< 172629 1726888906.18564: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/size.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb432623c0> <<< 172629 1726888906.18671: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43251430> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43250bc0> <<< 172629 1726888906.18700: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/device.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 172629 1726888906.18806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 172629 1726888906.18818: stdout chunk (state=3): >>># /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 0x7fdb43266420> <<< 172629 1726888906.18840: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43265280> <<< 172629 1726888906.18865: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/threads.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb432664e0> <<< 172629 1726888906.18985: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb432511c0> <<< 172629 1726888906.19120: 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 # 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 0x7fdb422ae330> # /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 <<< 172629 1726888906.19139: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 172629 1726888906.19165: 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 <<< 172629 1726888906.19168: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 172629 1726888906.19233: 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' <<< 172629 1726888906.19253: 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' import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422d8620> <<< 172629 1726888906.19322: 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 <<< 172629 1726888906.19329: 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 0x7fdb422d8dd0> <<< 172629 1726888906.19340: 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 0x7fdb422d9400> # /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 <<< 172629 1726888906.19406: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 172629 1726888906.19419: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422d96d0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422d84a0> <<< 172629 1726888906.19440: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422afbc0> <<< 172629 1726888906.19490: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422ae9c0> <<< 172629 1726888906.19550: 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' import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422ec380> <<< 172629 1726888906.19586: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422af260> <<< 172629 1726888906.19591: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422ae4e0> <<< 172629 1726888906.19656: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' # /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 0x7fdb422ec920> <<< 172629 1726888906.19688: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422ae960> <<< 172629 1726888906.19754: 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' <<< 172629 1726888906.19770: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422ecb30> # /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' <<< 172629 1726888906.19877: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422ecf80> # /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 0x7fdb422ed760> <<< 172629 1726888906.19985: 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' <<< 172629 1726888906.20283: 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 <<< 172629 1726888906.20286: stdout chunk (state=3): >>># 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 0x7fdb42315100> # /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 0x7fdb42316210> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb42315c10> # /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 0x7fdb42316600> <<< 172629 1726888906.20436: 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' import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb423171a0> # /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 0x7fdb420c5eb0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb420c4b90> # /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 0x7fdb420c72f0> # /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' <<< 172629 1726888906.20454: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb420e8650> <<< 172629 1726888906.20473: 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 <<< 172629 1726888906.20486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 172629 1726888906.20514: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb420e9490> <<< 172629 1726888906.20526: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4230a3f0> <<< 172629 1726888906.20553: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4230a060> <<< 172629 1726888906.20630: 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 # 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 0x7fdb420eb9b0> <<< 172629 1726888906.20648: 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 <<< 172629 1726888906.20663: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 172629 1726888906.20682: 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 <<< 172629 1726888906.20734: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 172629 1726888906.20874: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb42118380> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb420eb800> <<< 172629 1726888906.20999: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb420eae70> # /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 0x7fdb42134b90> # /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 0x7fdb42134cb0> <<< 172629 1726888906.21016: 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 <<< 172629 1726888906.21078: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 172629 1726888906.21081: 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 <<< 172629 1726888906.21094: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc' <<< 172629 1726888906.21106: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4214c470> <<< 172629 1726888906.21135: 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 <<< 172629 1726888906.21138: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 172629 1726888906.21190: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4214cb60> <<< 172629 1726888906.21322: 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' import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4214d520> # /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 0x7fdb4214d9a0> # /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' <<< 172629 1726888906.21394: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4214df10> # /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 0x7fdb4214e210> <<< 172629 1726888906.21413: 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 <<< 172629 1726888906.21427: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc' <<< 172629 1726888906.21513: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4214e7b0> # /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 0x7fdb4214e990> <<< 172629 1726888906.21517: 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 <<< 172629 1726888906.21526: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 172629 1726888906.21615: 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' # 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 0x7fdb4214fc20> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4214fad0> <<< 172629 1726888906.21643: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4214eb70> <<< 172629 1726888906.21662: 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' <<< 172629 1726888906.21683: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 172629 1726888906.21725: 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 <<< 172629 1726888906.21729: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 172629 1726888906.21772: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb421848f0> <<< 172629 1726888906.21793: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb42184500> <<< 172629 1726888906.21815: stdout chunk (state=3): >>>import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4214fb00> <<< 172629 1726888906.22151: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb421351f0> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/luks.py <<< 172629 1726888906.22388: stdout chunk (state=3): >>># 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 0x7fdb41fb42f0> # /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 0x7fdb41fb46e0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb42136e40> # /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' <<< 172629 1726888906.22900: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb41fb7770> # /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 0x7fdb41fb78f0> <<< 172629 1726888906.23008: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb41fb6e40> # /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' <<< 172629 1726888906.23023: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb41fcddc0> <<< 172629 1726888906.23221: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/multipath.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb41fcf200> # /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 0x7fdb41fcf9e0> # /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' <<< 172629 1726888906.23235: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb41fe02f0> <<< 172629 1726888906.23424: 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 <<< 172629 1726888906.23429: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' <<< 172629 1726888906.23482: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb41fe2090> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422ac170> # /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 0x7fdb42309d30> <<< 172629 1726888906.23487: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb433ebd40> <<< 172629 1726888906.23505: 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 <<< 172629 1726888906.23522: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 172629 1726888906.23730: 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' import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb42015250> # /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 0x7fdb42016060> <<< 172629 1726888906.23734: 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' <<< 172629 1726888906.23750: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb42016840> <<< 172629 1726888906.23889: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb420141a0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/partition.py <<< 172629 1726888906.23993: stdout chunk (state=3): >>># 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 0x7fdb42050350> <<< 172629 1726888906.24276: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4202ea80> # /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 0x7fdb42061eb0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lvm.py <<< 172629 1726888906.24354: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 172629 1726888906.24388: 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' <<< 172629 1726888906.24605: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4207b890> # /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 0x7fdb41ea7ef0> # /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 0x7fdb41e9e240> <<< 172629 1726888906.24678: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb41e9c440> <<< 172629 1726888906.24708: 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 <<< 172629 1726888906.24721: 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 0x7fdb41eec710> <<< 172629 1726888906.25154: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb42078350> # /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' <<< 172629 1726888906.25489: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb42078590> # /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 0x7fdb41f52720> # /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 0x7fdb41f53230> # /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 0x7fdb41f53d70> # /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' <<< 172629 1726888906.25493: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb41f60230> <<< 172629 1726888906.25574: 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' import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb41f61100> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/stratis.py <<< 172629 1726888906.25587: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 172629 1726888906.25800: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb41f619d0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43250650> # /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' <<< 172629 1726888906.25931: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb41f62450> # /usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicefactory.py <<< 172629 1726888906.26022: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/partitioning.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 172629 1726888906.26058: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb41db0c50> <<< 172629 1726888906.26073: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb41f7eab0> <<< 172629 1726888906.26362: stdout chunk (state=3): >>># 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 <<< 172629 1726888906.26420: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888906.26621: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 172629 1726888906.27029: stdout chunk (state=3): >>># zipimport: zlib available {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "packages_only": true, "safe_mode": true, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ <<< 172629 1726888906.27923: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888906.27927: 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__<<< 172629 1726888906.27935: stdout chunk (state=3): >>> # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins <<< 172629 1726888906.27971: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs <<< 172629 1726888906.27976: 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 <<< 172629 1726888906.27979: stdout chunk (state=3): >>># cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings <<< 172629 1726888906.28172: stdout chunk (state=3): >>># cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # 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 <<< 172629 1726888906.28249: stdout chunk (state=3): >>># cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # 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 <<< 172629 1726888906.28849: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888906.28882: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888906.29121: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime # 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 <<< 172629 1726888906.29128: 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 <<< 172629 1726888906.29182: stdout chunk (state=3): >>># 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 <<< 172629 1726888906.29187: stdout chunk (state=3): >>># 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 <<< 172629 1726888906.29189: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicelibs.stratis # destroy json <<< 172629 1726888906.29284: stdout chunk (state=3): >>># cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev <<< 172629 1726888906.29307: 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 <<< 172629 1726888906.29321: stdout chunk (state=3): >>># cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux <<< 172629 1726888906.29439: stdout chunk (state=3): >>># 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 <<< 172629 1726888906.29587: stdout chunk (state=3): >>># 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 <<< 172629 1726888906.29595: stdout chunk (state=3): >>># cleanup[3] wiping errno <<< 172629 1726888906.29598: stdout chunk (state=3): >>># cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 172629 1726888906.29648: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726888906.29764: 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 <<< 172629 1726888906.29874: 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 _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 <<< 172629 1726888906.30434: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888906.30477: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc # destroy _weakref <<< 172629 1726888906.30502: stdout chunk (state=3): >>># destroy zipimport # destroy gi._gi <<< 172629 1726888906.30563: stdout chunk (state=3): >>># destroy _struct <<< 172629 1726888906.30667: stdout chunk (state=3): >>># destroy blivet.devicelibs.disk # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid <<< 172629 1726888906.30677: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser <<< 172629 1726888906.30680: stdout chunk (state=3): >>># destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors <<< 172629 1726888906.30770: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap <<< 172629 1726888906.30781: stdout chunk (state=3): >>># destroy fnmatch # destroy _hashlib # destroy shutil <<< 172629 1726888906.30854: stdout chunk (state=3): >>># 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 <<< 172629 1726888906.30895: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 172629 1726888906.30975: 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 <<< 172629 1726888906.30979: 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 # destroy operator # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools <<< 172629 1726888906.31103: stdout chunk (state=3): >>># destroy itertools # destroy abc # destroy _thread # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888906.31260: 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 <<< 172629 1726888906.31698: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888906.31702: stderr chunk (state=3): >>><<< 172629 1726888906.31704: stdout chunk (state=3): >>><<< 172629 1726888906.32278: _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 0x7fdb443104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb442dfb30> # /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 0x7fdb44312a50> 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 0x7fdb440e5130> # /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 0x7fdb440e6120> 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 0x7fdb4412bf50> # /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 0x7fdb441380e0> # /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 0x7fdb4415b920> # /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 0x7fdb4415bfb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4413bbc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb44139340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb44129100> # /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 0x7fdb4417f920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4417e540> # /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 0x7fdb4413a360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4417cd10> # /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 0x7fdb441ac950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb44128380> # /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 0x7fdb441ace00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb441accb0> # 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 0x7fdb441ad0a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4411eea0> # /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 0x7fdb441ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb441ad460> 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 0x7fdb441ae660> 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 0x7fdb441c8890> 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 0x7fdb441c9fd0> # /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 0x7fdb441cae70> # 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 0x7fdb441cb4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb441ca3c0> # /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 0x7fdb441cbe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb441cb590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb441ae6c0> # /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 0x7fdb43f07d70> # /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 0x7fdb43f308c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43f30620> # 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 0x7fdb43f308f0> # /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 0x7fdb43f31220> # 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 0x7fdb43f31be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43f30ad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43f05f10> # /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 0x7fdb43f32f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43f31d30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb441aedb0> # /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 0x7fdb43f5b2c0> # /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 0x7fdb43f83620> # /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 0x7fdb43fe0410> # /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 0x7fdb43fe2b70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43fe0530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43fa9400> # /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 0x7fdb439294f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43f82420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43f33e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdb43f82780> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_9jqjoi50/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 0x7fdb4397b200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4395e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4395d280> # 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 0x7fdb43979610> # /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 0x7fdb439aabd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb439aa960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb439aa270> # /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 0x7fdb439aacf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb443129c0> 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 0x7fdb439ab8c0> # 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 0x7fdb439aba40> # /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 0x7fdb439abf80> 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 0x7fdb43819cd0> # 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 0x7fdb4381b8c0> # /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 0x7fdb4381c260> # /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 0x7fdb4381d130> # /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 0x7fdb4381fe30> # 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 0x7fdb44139130> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4381e120> # /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 0x7fdb43827c50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43826720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43826480> # /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 0x7fdb438269f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4381e630> # 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 0x7fdb4386be60> # /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 0x7fdb4386b890> # /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 0x7fdb4386dac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4386d880> # /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 0x7fdb4386ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4386e1b0> # /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 0x7fdb43873830> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43870200> # 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 0x7fdb43874860> # 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 0x7fdb43874920> # 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 0x7fdb43874ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4386c170> # /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 0x7fdb437002c0> # 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 0x7fdb437017f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43876a50> # 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 0x7fdb43877e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43876660> # 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 0x7fdb43705a00> # /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 0x7fdb437067e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43701ac0> 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 0x7fdb43706600> # 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 0x7fdb43707b30> # 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 0x7fdb43712420> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4370f410> 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 0x7fdb439ead20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb439e29f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43712600> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb437121b0> # 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 0x7fdb4331cf80> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4331c3b0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb437901d0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb437a4ce0> # 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 0x7fdb4332eba0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4332e7b0> # /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 0x7fdb43351280> # /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 0x7fdb433524e0> # 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 0x7fdb43351df0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43351c40> # /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 0x7fdb43354920> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb433546b0> # /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 0x7fdb433566f0> # 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 0x7fdb43356480> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43355d60> # /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 0x7fdb433594f0> # /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 0x7fdb43359880> # /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 0x7fdb43359cd0> # /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 0x7fdb4335a540> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43358b60> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43358620> # 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 0x7fdb4335ac90> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43358140> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43357fe0> # /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 0x7fdb4339d370> # /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 0x7fdb4339e1e0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4339d8e0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4335b620> 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 0x7fdb433a6cf0> 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 0x7fdb433ac410> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43355280> # /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 0x7fdb4323a180> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb432399a0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb433a6900> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4332ecf0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4332db50> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb437a5220> # /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 0x7fdb4324e750> # /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 0x7fdb43250500> # /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 0x7fdb43253cb0> # /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 0x7fdb43254320> # /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 0x7fdb432553d0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43255280> # /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 0x7fdb43255670> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43254fe0> # /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 0x7fdb43255b50> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb432559a0> # /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 0x7fdb43255eb0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43255bb0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43254770> # /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 0x7fdb43254e00> # /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 0x7fdb43261e20> # /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 0x7fdb432621b0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43261b80> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb432611f0> # /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 0x7fdb43262330> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43253980> # /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 0x7fdb432623c0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43251430> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43250bc0> # /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 0x7fdb43266420> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43265280> # /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 0x7fdb432664e0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb432511c0> # /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 0x7fdb422ae330> # /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 0x7fdb422d8620> # /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 0x7fdb422d8dd0> # /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 0x7fdb422d9400> # /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 0x7fdb422d96d0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422d84a0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422afbc0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422ae9c0> # /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 0x7fdb422ec380> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422af260> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422ae4e0> # /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 0x7fdb422ec920> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422ae960> # /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 0x7fdb422ecb30> # /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 0x7fdb422ecf80> # /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 0x7fdb422ed760> # /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 0x7fdb42315100> # /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 0x7fdb42316210> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb42315c10> # /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 0x7fdb42316600> # /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 0x7fdb423171a0> # /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 0x7fdb420c5eb0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb420c4b90> # /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 0x7fdb420c72f0> # /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 0x7fdb420e8650> # /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 0x7fdb420e9490> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4230a3f0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4230a060> # /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 0x7fdb420eb9b0> # /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 0x7fdb42118380> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb420eb800> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb420eae70> # /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 0x7fdb42134b90> # /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 0x7fdb42134cb0> # /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 0x7fdb4214c470> # /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 0x7fdb4214cb60> # /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 0x7fdb4214d520> # /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 0x7fdb4214d9a0> # /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 0x7fdb4214df10> # /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 0x7fdb4214e210> # /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 0x7fdb4214e7b0> # /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 0x7fdb4214e990> # /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 0x7fdb4214fc20> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4214fad0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4214eb70> # /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 0x7fdb421848f0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb42184500> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4214fb00> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb421351f0> # /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 0x7fdb41fb42f0> # /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 0x7fdb41fb46e0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb42136e40> # /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 0x7fdb41fb7770> # /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 0x7fdb41fb78f0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb41fb6e40> # /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 0x7fdb41fcddc0> # /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 0x7fdb41fcf200> # /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 0x7fdb41fcf9e0> # /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 0x7fdb41fe02f0> # /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 0x7fdb41fe2090> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb422ac170> # /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 0x7fdb42309d30> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb433ebd40> # /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 0x7fdb42015250> # /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 0x7fdb42016060> # /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 0x7fdb42016840> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb420141a0> # /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 0x7fdb42050350> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb4202ea80> # /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 0x7fdb42061eb0> # /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 0x7fdb4207b890> # /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 0x7fdb41ea7ef0> # /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 0x7fdb41e9e240> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb41e9c440> # /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 0x7fdb41eec710> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb42078350> # /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 0x7fdb42078590> # /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 0x7fdb41f52720> # /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 0x7fdb41f53230> # /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 0x7fdb41f53d70> # /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 0x7fdb41f60230> # /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 0x7fdb41f61100> # /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 0x7fdb41f619d0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb43250650> # /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 0x7fdb41f62450> # /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 0x7fdb41db0c50> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb41f7eab0> # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # # zipimport: zlib available {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "packages_only": true, "safe_mode": true, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime # destroy distro # destroy distro.distro # destroy argparse # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # destroy json # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy blivet.devicelibs.disk # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy _hashlib # destroy shutil # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy pprint # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy parted # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy math # destroy platform # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy operator # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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 # 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 172629 1726888906.35123: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'packages_only': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888905.413098-172853-187589432391977/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888906.35126: _low_level_execute_command(): starting 172629 1726888906.35129: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888905.413098-172853-187589432391977/ > /dev/null 2>&1 && sleep 0' 172629 1726888906.35131: 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 <<< 172629 1726888906.35134: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888906.35136: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888906.35138: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888906.35141: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888906.35143: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888906.35145: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726888906.35148: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888906.35291: 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 <<< 172629 1726888906.35561: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888906.35587: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888906.35794: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888906.37571: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888906.37598: stderr chunk (state=3): >>><<< 172629 1726888906.37601: stdout chunk (state=3): >>><<< 172629 1726888906.37620: _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 172629 1726888906.37626: handler run complete 172629 1726888906.37861: attempt loop complete, returning result 172629 1726888906.37864: _execute() done 172629 1726888906.37867: dumping result to json 172629 1726888906.37872: done dumping result, returning 172629 1726888906.37888: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-d0a8-add8-0000000000d7] 172629 1726888906.37892: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000d7 172629 1726888906.38083: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000d7 172629 1726888906.38087: WORKER PROCESS EXITING ok: [managed_node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } 172629 1726888906.38235: no more pending results, returning what we have 172629 1726888906.38239: results queue empty 172629 1726888906.38240: checking for any_errors_fatal 172629 1726888906.38245: done checking for any_errors_fatal 172629 1726888906.38245: checking for max_fail_percentage 172629 1726888906.38247: done checking for max_fail_percentage 172629 1726888906.38248: checking to see if all hosts have failed and the running result is not ok 172629 1726888906.38249: done checking to see if all hosts have failed 172629 1726888906.38249: getting the remaining hosts for this loop 172629 1726888906.38251: done getting the remaining hosts for this loop 172629 1726888906.38561: getting the next task for host managed_node1 172629 1726888906.38569: done getting next task for host managed_node1 172629 1726888906.38580: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 172629 1726888906.38585: ^ 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 172629 1726888906.38601: getting variables 172629 1726888906.38602: in VariableManager get_vars() 172629 1726888906.38639: Calling all_inventory to load vars for managed_node1 172629 1726888906.38641: Calling groups_inventory to load vars for managed_node1 172629 1726888906.38644: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888906.38801: Calling all_plugins_play to load vars for managed_node1 172629 1726888906.38806: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888906.38810: Calling groups_plugins_play to load vars for managed_node1 172629 1726888906.40067: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888906.41134: done with get_vars() 172629 1726888906.41148: 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 23:21:46 -0400 (0:00:01.118) 0:00:06.694 ****** 172629 1726888906.41425: entering _queue_task() for managed_node1/include_tasks 172629 1726888906.42272: worker is 1 (out of 1 available) 172629 1726888906.42286: exiting _queue_task() for managed_node1/include_tasks 172629 1726888906.42298: done queuing things up, now waiting for results queue to drain 172629 1726888906.42299: waiting for pending results... 172629 1726888906.43072: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 172629 1726888906.43079: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000d8 172629 1726888906.43082: variable 'ansible_search_path' from source: unknown 172629 1726888906.43084: variable 'ansible_search_path' from source: unknown 172629 1726888906.43087: calling self._execute() 172629 1726888906.43463: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888906.43467: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888906.43471: variable 'omit' from source: magic vars 172629 1726888906.44401: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888906.45016: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888906.45279: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888906.45283: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888906.45285: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888906.45479: 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) 172629 1726888906.45567: 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) 172629 1726888906.45632: 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) 172629 1726888906.45757: 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) 172629 1726888906.46061: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 172629 1726888906.46078: _execute() done 172629 1726888906.46088: dumping result to json 172629 1726888906.46095: done dumping result, returning 172629 1726888906.46105: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-d0a8-add8-0000000000d8] 172629 1726888906.46113: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000d8 172629 1726888906.46450: no more pending results, returning what we have 172629 1726888906.46460: in VariableManager get_vars() 172629 1726888906.46503: Calling all_inventory to load vars for managed_node1 172629 1726888906.46514: Calling groups_inventory to load vars for managed_node1 172629 1726888906.46517: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888906.46529: Calling all_plugins_play to load vars for managed_node1 172629 1726888906.46532: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888906.46535: Calling groups_plugins_play to load vars for managed_node1 172629 1726888906.47371: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000d8 172629 1726888906.47374: WORKER PROCESS EXITING 172629 1726888906.47405: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888906.48000: done with get_vars() 172629 1726888906.48008: variable 'ansible_search_path' from source: unknown 172629 1726888906.48009: variable 'ansible_search_path' from source: unknown 172629 1726888906.48565: variable 'storage_provider' from source: role '' defaults 172629 1726888906.48623: we have included files to process 172629 1726888906.48625: generating all_blocks data 172629 1726888906.48627: done generating all_blocks data 172629 1726888906.48631: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 172629 1726888906.48632: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 172629 1726888906.48635: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 172629 1726888906.49589: in VariableManager get_vars() 172629 1726888906.49618: done with get_vars() 172629 1726888906.49633: done processing included file 172629 1726888906.49635: iterating over new_blocks loaded from include file 172629 1726888906.49636: in VariableManager get_vars() 172629 1726888906.49762: done with get_vars() 172629 1726888906.49764: filtering new block on tags 172629 1726888906.49908: done filtering new block on tags 172629 1726888906.49911: 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 172629 1726888906.49916: extending task lists for all hosts with included blocks 172629 1726888906.50836: done extending task lists 172629 1726888906.50838: done processing included files 172629 1726888906.50838: results queue empty 172629 1726888906.50839: checking for any_errors_fatal 172629 1726888906.50845: done checking for any_errors_fatal 172629 1726888906.50846: checking for max_fail_percentage 172629 1726888906.50847: done checking for max_fail_percentage 172629 1726888906.50848: checking to see if all hosts have failed and the running result is not ok 172629 1726888906.50849: done checking to see if all hosts have failed 172629 1726888906.50849: getting the remaining hosts for this loop 172629 1726888906.50850: done getting the remaining hosts for this loop 172629 1726888906.50958: getting the next task for host managed_node1 172629 1726888906.50964: done getting next task for host managed_node1 172629 1726888906.50967: ^ task is: TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed 172629 1726888906.50970: ^ 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 172629 1726888906.51095: getting variables 172629 1726888906.51097: in VariableManager get_vars() 172629 1726888906.51110: Calling all_inventory to load vars for managed_node1 172629 1726888906.51112: Calling groups_inventory to load vars for managed_node1 172629 1726888906.51114: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888906.51120: Calling all_plugins_play to load vars for managed_node1 172629 1726888906.51122: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888906.51131: Calling groups_plugins_play to load vars for managed_node1 172629 1726888906.51674: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888906.52226: done with get_vars() 172629 1726888906.52237: done getting variables 172629 1726888906.52285: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:21:46 -0400 (0:00:00.110) 0:00:06.804 ****** 172629 1726888906.52435: entering _queue_task() for managed_node1/set_fact 172629 1726888906.53151: worker is 1 (out of 1 available) 172629 1726888906.53357: exiting _queue_task() for managed_node1/set_fact 172629 1726888906.53370: done queuing things up, now waiting for results queue to drain 172629 1726888906.53372: waiting for pending results... 172629 1726888906.53683: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed 172629 1726888906.53849: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000013d 172629 1726888906.53878: variable 'ansible_search_path' from source: unknown 172629 1726888906.53885: variable 'ansible_search_path' from source: unknown 172629 1726888906.54205: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888906.56607: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888906.56702: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888906.56741: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888906.56793: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888906.56820: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888906.56927: 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) 172629 1726888906.57095: 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) 172629 1726888906.57134: 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) 172629 1726888906.57258: 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) 172629 1726888906.57323: 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) 172629 1726888906.57633: dumping result to json 172629 1726888906.57642: done dumping result, returning 172629 1726888906.57681: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed [0affc8a3-6f6f-d0a8-add8-00000000013d] 172629 1726888906.57692: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000013d 172629 1726888906.57988: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000013d 172629 1726888906.58006: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888906.58073: no more pending results, returning what we have 172629 1726888906.58077: results queue empty 172629 1726888906.58078: checking for any_errors_fatal 172629 1726888906.58080: done checking for any_errors_fatal 172629 1726888906.58081: checking for max_fail_percentage 172629 1726888906.58082: done checking for max_fail_percentage 172629 1726888906.58083: checking to see if all hosts have failed and the running result is not ok 172629 1726888906.58085: done checking to see if all hosts have failed 172629 1726888906.58085: getting the remaining hosts for this loop 172629 1726888906.58087: done getting the remaining hosts for this loop 172629 1726888906.58091: getting the next task for host managed_node1 172629 1726888906.58098: done getting next task for host managed_node1 172629 1726888906.58444: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present 172629 1726888906.58449: ^ 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 172629 1726888906.58467: getting variables 172629 1726888906.58469: in VariableManager get_vars() 172629 1726888906.58501: Calling all_inventory to load vars for managed_node1 172629 1726888906.58504: Calling groups_inventory to load vars for managed_node1 172629 1726888906.58506: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888906.58540: Calling all_plugins_play to load vars for managed_node1 172629 1726888906.58544: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888906.58549: Calling groups_plugins_play to load vars for managed_node1 172629 1726888906.59672: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888906.60789: done with get_vars() 172629 1726888906.60802: done getting variables 172629 1726888906.60865: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:21:46 -0400 (0:00:00.084) 0:00:06.888 ****** 172629 1726888906.60900: entering _queue_task() for managed_node1/package 172629 1726888906.62011: worker is 1 (out of 1 available) 172629 1726888906.62024: exiting _queue_task() for managed_node1/package 172629 1726888906.62035: done queuing things up, now waiting for results queue to drain 172629 1726888906.62037: waiting for pending results... 172629 1726888906.62594: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present 172629 1726888906.62818: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000013f 172629 1726888906.62875: variable 'ansible_search_path' from source: unknown 172629 1726888906.62883: variable 'ansible_search_path' from source: unknown 172629 1726888906.63132: calling self._execute() 172629 1726888906.63136: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888906.63139: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888906.63246: variable 'omit' from source: magic vars 172629 1726888906.63939: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888906.68838: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888906.69601: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888906.69863: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888906.69866: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888906.69868: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888906.70006: 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) 172629 1726888906.70039: 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) 172629 1726888906.70070: 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) 172629 1726888906.70211: 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) 172629 1726888906.70230: 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) 172629 1726888906.70564: Evaluated conditional (install_copr | d(false) | bool): False 172629 1726888906.70567: when evaluation is False, skipping this task 172629 1726888906.70569: _execute() done 172629 1726888906.70571: dumping result to json 172629 1726888906.70573: done dumping result, returning 172629 1726888906.70576: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present [0affc8a3-6f6f-d0a8-add8-00000000013f] 172629 1726888906.70578: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000013f skipping: [managed_node1] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } 172629 1726888906.70782: no more pending results, returning what we have 172629 1726888906.70786: results queue empty 172629 1726888906.70787: checking for any_errors_fatal 172629 1726888906.70792: done checking for any_errors_fatal 172629 1726888906.70793: checking for max_fail_percentage 172629 1726888906.70795: done checking for max_fail_percentage 172629 1726888906.70796: checking to see if all hosts have failed and the running result is not ok 172629 1726888906.70796: done checking to see if all hosts have failed 172629 1726888906.70797: getting the remaining hosts for this loop 172629 1726888906.70799: done getting the remaining hosts for this loop 172629 1726888906.70802: getting the next task for host managed_node1 172629 1726888906.70810: done getting next task for host managed_node1 172629 1726888906.70814: ^ task is: TASK: fedora.linux_system_roles.storage : Enable COPRs 172629 1726888906.70818: ^ 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 172629 1726888906.70832: getting variables 172629 1726888906.70834: in VariableManager get_vars() 172629 1726888906.70881: Calling all_inventory to load vars for managed_node1 172629 1726888906.70884: Calling groups_inventory to load vars for managed_node1 172629 1726888906.70887: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888906.70898: Calling all_plugins_play to load vars for managed_node1 172629 1726888906.70902: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888906.70905: Calling groups_plugins_play to load vars for managed_node1 172629 1726888906.71574: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000013f 172629 1726888906.71577: WORKER PROCESS EXITING 172629 1726888906.71831: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888906.72498: done with get_vars() 172629 1726888906.72510: 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 23:21:46 -0400 (0:00:00.118) 0:00:07.007 ****** 172629 1726888906.72730: entering _queue_task() for managed_node1/include_tasks 172629 1726888906.73462: worker is 1 (out of 1 available) 172629 1726888906.73473: exiting _queue_task() for managed_node1/include_tasks 172629 1726888906.73483: done queuing things up, now waiting for results queue to drain 172629 1726888906.73484: waiting for pending results... 172629 1726888906.74072: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable COPRs 172629 1726888906.74311: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000140 172629 1726888906.74662: variable 'ansible_search_path' from source: unknown 172629 1726888906.74667: variable 'ansible_search_path' from source: unknown 172629 1726888906.75260: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888906.80497: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888906.80764: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888906.80770: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888906.80882: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888906.80914: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888906.81088: 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) 172629 1726888906.81123: 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) 172629 1726888906.81222: 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) 172629 1726888906.81318: 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) 172629 1726888906.81339: 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) 172629 1726888906.81668: dumping result to json 172629 1726888906.81676: done dumping result, returning 172629 1726888906.81686: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable COPRs [0affc8a3-6f6f-d0a8-add8-000000000140] 172629 1726888906.81695: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000140 172629 1726888906.82016: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000140 skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888906.82072: no more pending results, returning what we have 172629 1726888906.82076: results queue empty 172629 1726888906.82078: checking for any_errors_fatal 172629 1726888906.82085: done checking for any_errors_fatal 172629 1726888906.82086: checking for max_fail_percentage 172629 1726888906.82088: done checking for max_fail_percentage 172629 1726888906.82089: checking to see if all hosts have failed and the running result is not ok 172629 1726888906.82090: done checking to see if all hosts have failed 172629 1726888906.82090: getting the remaining hosts for this loop 172629 1726888906.82092: done getting the remaining hosts for this loop 172629 1726888906.82097: getting the next task for host managed_node1 172629 1726888906.82107: done getting next task for host managed_node1 172629 1726888906.82111: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 172629 1726888906.82115: ^ 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 172629 1726888906.82130: getting variables 172629 1726888906.82132: in VariableManager get_vars() 172629 1726888906.82173: Calling all_inventory to load vars for managed_node1 172629 1726888906.82176: Calling groups_inventory to load vars for managed_node1 172629 1726888906.82179: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888906.82189: Calling all_plugins_play to load vars for managed_node1 172629 1726888906.82192: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888906.82195: Calling groups_plugins_play to load vars for managed_node1 172629 1726888906.82751: WORKER PROCESS EXITING 172629 1726888906.82778: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888906.83098: done with get_vars() 172629 1726888906.83110: done getting variables 172629 1726888906.83182: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:21:46 -0400 (0:00:00.104) 0:00:07.112 ****** 172629 1726888906.83214: entering _queue_task() for managed_node1/package 172629 1726888906.83538: worker is 1 (out of 1 available) 172629 1726888906.83550: exiting _queue_task() for managed_node1/package 172629 1726888906.83666: done queuing things up, now waiting for results queue to drain 172629 1726888906.83668: waiting for pending results... 172629 1726888906.83862: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 172629 1726888906.84015: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000d9 172629 1726888906.84034: variable 'ansible_search_path' from source: unknown 172629 1726888906.84041: variable 'ansible_search_path' from source: unknown 172629 1726888906.84086: calling self._execute() 172629 1726888906.84177: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888906.84225: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888906.84229: variable 'omit' from source: magic vars 172629 1726888906.84615: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888906.84913: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888906.84966: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888906.85061: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888906.85064: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888906.85161: 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) 172629 1726888906.85190: 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) 172629 1726888906.85229: 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) 172629 1726888906.85269: 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) 172629 1726888906.85438: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 172629 1726888906.85449: variable 'omit' from source: magic vars 172629 1726888906.85521: variable 'omit' from source: magic vars 172629 1726888906.85678: variable 'package_info' from source: set_fact 172629 1726888906.85749: variable 'extra_pkgs' from source: task vars 172629 1726888906.85895: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888906.90828: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888906.91045: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888906.91056: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888906.91093: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888906.91122: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888906.91267: 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) 172629 1726888906.91413: 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) 172629 1726888906.91441: 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) 172629 1726888906.91592: 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) 172629 1726888906.91605: 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) 172629 1726888906.91862: variable '__storage_is_ostree' from source: set_fact 172629 1726888906.91865: variable 'omit' from source: magic vars 172629 1726888906.91867: variable 'omit' from source: magic vars 172629 1726888906.91970: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888906.92001: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888906.92065: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888906.92089: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888906.92150: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888906.92187: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888906.92258: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888906.92267: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888906.92574: Set connection var ansible_timeout to 10 172629 1726888906.92577: Set connection var ansible_shell_type to sh 172629 1726888906.92579: Set connection var ansible_pipelining to False 172629 1726888906.92581: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888906.92583: Set connection var ansible_shell_executable to /bin/sh 172629 1726888906.92585: Set connection var ansible_connection to ssh 172629 1726888906.92586: variable 'ansible_shell_executable' from source: unknown 172629 1726888906.92588: variable 'ansible_connection' from source: unknown 172629 1726888906.92589: variable 'ansible_module_compression' from source: unknown 172629 1726888906.92591: variable 'ansible_shell_type' from source: unknown 172629 1726888906.92592: variable 'ansible_shell_executable' from source: unknown 172629 1726888906.92594: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888906.92596: variable 'ansible_pipelining' from source: unknown 172629 1726888906.92597: variable 'ansible_timeout' from source: unknown 172629 1726888906.92599: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888906.92793: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888906.92874: variable 'omit' from source: magic vars 172629 1726888906.92884: starting attempt loop 172629 1726888906.92892: running the handler 172629 1726888906.93012: variable 'ansible_facts' from source: unknown 172629 1726888906.93015: variable 'ansible_facts' from source: unknown 172629 1726888906.93018: _low_level_execute_command(): starting 172629 1726888906.93020: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888906.94573: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888906.94676: 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 <<< 172629 1726888906.94861: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888906.94894: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888906.95037: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888906.97142: stdout chunk (state=3): >>>/root <<< 172629 1726888906.97146: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888906.97148: stdout chunk (state=3): >>><<< 172629 1726888906.97150: stderr chunk (state=3): >>><<< 172629 1726888906.97157: _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 172629 1726888906.97160: _low_level_execute_command(): starting 172629 1726888906.97163: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888906.9705012-172888-123327685986490 `" && echo ansible-tmp-1726888906.9705012-172888-123327685986490="` echo /root/.ansible/tmp/ansible-tmp-1726888906.9705012-172888-123327685986490 `" ) && sleep 0' 172629 1726888906.98454: 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 <<< 172629 1726888906.98527: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888906.98706: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888906.98751: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888907.00685: stdout chunk (state=3): >>>ansible-tmp-1726888906.9705012-172888-123327685986490=/root/.ansible/tmp/ansible-tmp-1726888906.9705012-172888-123327685986490 <<< 172629 1726888907.00785: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888907.01024: stderr chunk (state=3): >>><<< 172629 1726888907.01027: stdout chunk (state=3): >>><<< 172629 1726888907.01115: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888906.9705012-172888-123327685986490=/root/.ansible/tmp/ansible-tmp-1726888906.9705012-172888-123327685986490 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888907.01118: variable 'ansible_module_compression' from source: unknown 172629 1726888907.01289: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 172629 1726888907.01762: variable 'ansible_facts' from source: unknown 172629 1726888907.01803: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888906.9705012-172888-123327685986490/AnsiballZ_dnf.py 172629 1726888907.02118: Sending initial data 172629 1726888907.02127: Sent initial data (154 bytes) 172629 1726888907.03462: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888907.03589: 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 <<< 172629 1726888907.03710: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888907.03782: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888907.03823: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888907.05383: 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 <<< 172629 1726888907.05428: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888907.05521: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpeabexu36 /root/.ansible/tmp/ansible-tmp-1726888906.9705012-172888-123327685986490/AnsiballZ_dnf.py <<< 172629 1726888907.05524: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888906.9705012-172888-123327685986490/AnsiballZ_dnf.py" <<< 172629 1726888907.05599: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpeabexu36" to remote "/root/.ansible/tmp/ansible-tmp-1726888906.9705012-172888-123327685986490/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888906.9705012-172888-123327685986490/AnsiballZ_dnf.py" <<< 172629 1726888907.08158: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888907.08169: stdout chunk (state=3): >>><<< 172629 1726888907.08173: stderr chunk (state=3): >>><<< 172629 1726888907.08175: done transferring module to remote 172629 1726888907.08177: _low_level_execute_command(): starting 172629 1726888907.08181: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888906.9705012-172888-123327685986490/ /root/.ansible/tmp/ansible-tmp-1726888906.9705012-172888-123327685986490/AnsiballZ_dnf.py && sleep 0' 172629 1726888907.09440: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888907.09471: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888907.09498: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888907.09501: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888907.09517: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888907.09723: 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 <<< 172629 1726888907.09737: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888907.09775: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888907.10121: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888907.11927: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888907.11930: stdout chunk (state=3): >>><<< 172629 1726888907.11932: stderr chunk (state=3): >>><<< 172629 1726888907.11946: _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 172629 1726888907.11965: _low_level_execute_command(): starting 172629 1726888907.12125: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888906.9705012-172888-123327685986490/AnsiballZ_dnf.py && sleep 0' 172629 1726888907.13362: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888907.13470: 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 <<< 172629 1726888907.13584: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888907.13609: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888907.13626: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888907.13707: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888907.15837: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888907.15866: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888907.15903: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888907.15977: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888907.16015: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888907.16045: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888907.16082: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888907.16189: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # <<< 172629 1726888907.16217: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888907.16249: 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 0x7f351f9684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f937b30> <<< 172629 1726888907.16318: 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 0x7f351f96aa50> import '_signal' # <<< 172629 1726888907.16357: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888907.16405: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 172629 1726888907.16483: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888907.16616: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888907.16644: 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' <<< 172629 1726888907.16660: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f71d130> <<< 172629 1726888907.16726: 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' <<< 172629 1726888907.16744: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f71e120> <<< 172629 1726888907.16761: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888907.16785: 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. <<< 172629 1726888907.17060: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888907.17196: 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 <<< 172629 1726888907.17200: 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 # 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' <<< 172629 1726888907.17227: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f763f50> <<< 172629 1726888907.17281: 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' <<< 172629 1726888907.17284: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f7700e0> <<< 172629 1726888907.17406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888907.17416: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888907.17477: 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 0x7f351f793920> <<< 172629 1726888907.17485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888907.17498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f793fb0> import '_collections' # <<< 172629 1726888907.17571: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f773bc0> <<< 172629 1726888907.17575: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888907.17758: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f771340> <<< 172629 1726888907.17793: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f761100> # /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' <<< 172629 1726888907.17841: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f7b7920> <<< 172629 1726888907.17844: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f7b6540> <<< 172629 1726888907.17881: 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 0x7f351f7721e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f7b4d10> <<< 172629 1726888907.17943: 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 0x7f351f7e4980> <<< 172629 1726888907.17972: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f760380> <<< 172629 1726888907.18007: 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' <<< 172629 1726888907.18023: 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 0x7f351f7e4e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f7e4ce0> <<< 172629 1726888907.18066: 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 0x7f351f7e50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f756ea0> <<< 172629 1726888907.18109: 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' <<< 172629 1726888907.18286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f7e5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f7e5490> 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 0x7f351f7e6690> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888907.18334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888907.18337: 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 0x7f351f8008c0> <<< 172629 1726888907.18360: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888907.18393: 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 0x7f351f802000> <<< 172629 1726888907.18415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888907.18446: 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 <<< 172629 1726888907.18465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f802ea0> <<< 172629 1726888907.18618: 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 0x7f351f803500> <<< 172629 1726888907.18621: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f8023f0> # /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 0x7f351f803ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f8035f0> <<< 172629 1726888907.18649: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f7e66f0> <<< 172629 1726888907.18672: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888907.18691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888907.18840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888907.18843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888907.18871: 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 0x7f351f547d40> # /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 0x7f351f574890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f5745f0> # 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 0x7f351f5748c0> <<< 172629 1726888907.18885: 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' <<< 172629 1726888907.18951: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888907.19079: 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 0x7f351f5751f0> <<< 172629 1726888907.19187: 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 0x7f351f575bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f574aa0> <<< 172629 1726888907.19218: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f545ee0> <<< 172629 1726888907.19367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888907.19379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f576fc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f575d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f7e6de0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888907.19427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888907.19444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888907.19478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888907.19506: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f59f320> <<< 172629 1726888907.19558: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888907.19587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888907.19601: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888907.19619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888907.19656: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f5bf6b0> <<< 172629 1726888907.19686: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888907.19723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888907.19774: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888907.19800: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726888907.19824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f6204a0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888907.19917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888907.20003: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f622c00> <<< 172629 1726888907.20077: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f6205c0> <<< 172629 1726888907.20112: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f5e54c0> <<< 172629 1726888907.20382: 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 0x7f351ef255b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f5be4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f577ef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f351f5be5d0> <<< 172629 1726888907.20474: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_naqog8ui/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 172629 1726888907.20607: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.20631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888907.20647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888907.20680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888907.20754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888907.20785: 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 0x7f351ef7f1a0> <<< 172629 1726888907.20805: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888907.20976: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ef5e090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ef5d1f0> <<< 172629 1726888907.21002: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.21151: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888907.21159: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888907.21162: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.22466: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.23588: 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 0x7f351ef7d070> <<< 172629 1726888907.23606: 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' <<< 172629 1726888907.23648: 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' <<< 172629 1726888907.23723: 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' <<< 172629 1726888907.23726: 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 0x7f351efa6b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351efa6900> <<< 172629 1726888907.23780: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351efa6210> <<< 172629 1726888907.23853: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888907.23886: 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 0x7f351efa6660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ef7fe30> 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 0x7f351efa78c0> # 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 0x7f351efa7a40> <<< 172629 1726888907.23912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888907.23973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888907.23976: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888907.24011: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351efa7f80> <<< 172629 1726888907.24060: stdout chunk (state=3): >>>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' <<< 172629 1726888907.24095: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee11d30> <<< 172629 1726888907.24134: 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 0x7f351ee13950> <<< 172629 1726888907.24204: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee18350> <<< 172629 1726888907.24218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888907.24242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888907.24305: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee194f0> <<< 172629 1726888907.24342: 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' <<< 172629 1726888907.24404: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee1bf80> <<< 172629 1726888907.24435: 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 0x7f351ee1c0b0> <<< 172629 1726888907.24537: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee1a240> # /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' <<< 172629 1726888907.24540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888907.24590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888907.24630: 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 0x7f351ee1ff50> <<< 172629 1726888907.24633: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888907.24744: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee1ea20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee1e780> # /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' <<< 172629 1726888907.24788: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee1ecf0> <<< 172629 1726888907.24816: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee1a750> <<< 172629 1726888907.24848: 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 0x7f351ee64200> <<< 172629 1726888907.24921: 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 0x7f351ee643e0> <<< 172629 1726888907.24942: 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 <<< 172629 1726888907.25097: 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' <<< 172629 1726888907.25100: 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 0x7f351ee65e50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee65c10> <<< 172629 1726888907.25139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888907.25160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f351ee683b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee66540> <<< 172629 1726888907.25176: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888907.25214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888907.25248: 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' # <<< 172629 1726888907.25286: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee6bb90> <<< 172629 1726888907.25407: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee68560> <<< 172629 1726888907.25475: 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 0x7f351ee6c950> <<< 172629 1726888907.25542: 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 0x7f351ee6cda0> <<< 172629 1726888907.25581: 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 0x7f351ee6cd40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee645c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 172629 1726888907.25664: 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 <<< 172629 1726888907.25687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f351eef8470> <<< 172629 1726888907.25834: 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 0x7f351eef9550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee6ec00> <<< 172629 1726888907.25900: 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 0x7f351ee6ffb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee6e840> <<< 172629 1726888907.25909: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888907.25935: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888907.26005: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.26095: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.26163: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888907.26270: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.26464: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.26914: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.27451: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888907.27478: 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' # <<< 172629 1726888907.27515: 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' <<< 172629 1726888907.27650: 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 0x7f351eefd8b0> # /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' <<< 172629 1726888907.27667: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351eefed80> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351eef9490> <<< 172629 1726888907.27706: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888907.27836: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726888907.27839: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.27903: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.28068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888907.28089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351eefe7b0> # zipimport: zlib available <<< 172629 1726888907.28611: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.28983: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.29058: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.29127: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888907.29400: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.29415: stdout chunk (state=3): >>># 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 <<< 172629 1726888907.29449: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.29483: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888907.29509: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.29725: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.29957: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888907.30008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888907.30028: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888907.30112: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351eeff980> # zipimport: zlib available <<< 172629 1726888907.30169: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.30264: 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' # <<< 172629 1726888907.30290: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.30393: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.30414: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888907.30448: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.30507: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.30570: 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 <<< 172629 1726888907.30623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888907.30717: 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 0x7f351ed0a3c0> <<< 172629 1726888907.30813: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed05b20> <<< 172629 1726888907.30839: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888907.30886: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.30916: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.30972: 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' <<< 172629 1726888907.30993: 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 <<< 172629 1726888907.31008: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888907.31022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888907.31082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888907.31114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888907.31117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888907.31173: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351effab70> <<< 172629 1726888907.31253: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351efe2840> <<< 172629 1726888907.31297: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed0a120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed07650> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888907.31331: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.31365: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888907.31475: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888907.31489: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888907.32024: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.32543: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.33462: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.33886: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed9c9b0> <<< 172629 1726888907.33946: 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 0x7f351ed9cbc0> <<< 172629 1726888907.33954: 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' <<< 172629 1726888907.34040: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' <<< 172629 1726888907.34058: stdout chunk (state=3): >>>import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed9d310> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed9ce90> # /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' <<< 172629 1726888907.34081: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed9dbe0> <<< 172629 1726888907.34115: 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' <<< 172629 1726888907.34218: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 172629 1726888907.34222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # 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' <<< 172629 1726888907.34625: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed898b0> # /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 0x7f351ed89910> <<< 172629 1726888907.34629: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 172629 1726888907.34631: 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 0x7f351e9527e0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed9f3e0> # /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 0x7f351e965370> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e953f20> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e953290> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed9e870> <<< 172629 1726888907.34634: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 172629 1726888907.34674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 172629 1726888907.34677: 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 <<< 172629 1726888907.34779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9d13a0> <<< 172629 1726888907.34913: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9894c0> <<< 172629 1726888907.35008: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f7e4cb0> <<< 172629 1726888907.35026: 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' <<< 172629 1726888907.35054: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 172629 1726888907.35069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 172629 1726888907.35150: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9d8e60> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9d3140> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e988fb0> <<< 172629 1726888907.35199: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed9e240> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed9dc70> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed9d9d0> <<< 172629 1726888907.35244: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed9cc20> # /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 0x7f351ed9dca0> # /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 <<< 172629 1726888907.35266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 172629 1726888907.35361: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9d9520> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9d9130> <<< 172629 1726888907.35365: 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' <<< 172629 1726888907.35498: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9d9c70> # /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' <<< 172629 1726888907.35515: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888907.35545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888907.35606: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888907.35682: 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 0x7f351e9e88c0> <<< 172629 1726888907.36003: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9c1a30> <<< 172629 1726888907.36006: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9dac60> <<< 172629 1726888907.36035: 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' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9c14c0> # /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 0x7f351e9f65d0> # /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' <<< 172629 1726888907.36065: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9f7260> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9f6d20> <<< 172629 1726888907.36093: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 172629 1726888907.36162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 172629 1726888907.36243: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9f7770> <<< 172629 1726888907.36246: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 172629 1726888907.36282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 172629 1726888907.36500: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e98fc50> <<< 172629 1726888907.36560: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 172629 1726888907.36564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 172629 1726888907.36566: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e886060> <<< 172629 1726888907.36604: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.36709: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # # zipimport: zlib available <<< 172629 1726888907.36833: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.37073: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 172629 1726888907.37077: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.37089: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.respawn' # <<< 172629 1726888907.37096: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.37216: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.37325: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 172629 1726888907.37423: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888907.37873: 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' <<< 172629 1726888907.38253: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e8bb0e0> # /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' <<< 172629 1726888907.38260: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e8bb200> <<< 172629 1726888907.38263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 172629 1726888907.38568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # 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 0x7f351e6173e0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e616c30> # 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 0x7f351e616e10> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e8bb740> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e8ba360> # /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 0x7f351e8bad80> # /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' <<< 172629 1726888907.38599: 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 0x7f351e68ca10> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e68c5f0> <<< 172629 1726888907.38796: 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 <<< 172629 1726888907.38800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 172629 1726888907.38803: 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 0x7f351e6b8290> <<< 172629 1726888907.38806: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e68cad0> <<< 172629 1726888907.38808: 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 <<< 172629 1726888907.39259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 172629 1726888907.39770: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' <<< 172629 1726888907.39780: 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 0x7f351e12f3e0> <<< 172629 1726888907.39831: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e6b8440> <<< 172629 1726888907.39853: 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 <<< 172629 1726888907.39967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 172629 1726888907.40003: 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 0x7f351e1acf20> <<< 172629 1726888907.40176: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e12f7a0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py <<< 172629 1726888907.40203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726888907.40388: 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 0x7f351e1afec0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e1ad0a0> # /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' <<< 172629 1726888907.40503: 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 0x7f351c7f00e0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e1e82f0> <<< 172629 1726888907.40521: 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 <<< 172629 1726888907.40537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 172629 1726888907.40591: 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 0x7f351c7f1280> <<< 172629 1726888907.40617: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c7f0680> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e68c1a0> <<< 172629 1726888907.40635: 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 <<< 172629 1726888907.40682: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 172629 1726888907.40824: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py <<< 172629 1726888907.40831: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 172629 1726888907.40851: 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 0x7f351c8107a0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c7f3bf0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py <<< 172629 1726888907.40894: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 172629 1726888907.41028: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 172629 1726888907.41141: 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 0x7f351c812e10> # /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 0x7f351c813cb0> # /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' <<< 172629 1726888907.41458: 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 0x7f351c840590> <<< 172629 1726888907.41485: 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 <<< 172629 1726888907.41514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 172629 1726888907.41529: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c841a90> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c813ef0> <<< 172629 1726888907.41564: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c812d80> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c812660> <<< 172629 1726888907.41575: 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 <<< 172629 1726888907.41595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888907.41684: 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' <<< 172629 1726888907.41702: stdout chunk (state=3): >>>import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f351c8436b0> <<< 172629 1726888907.41718: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8128d0> <<< 172629 1726888907.41841: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c810ad0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c7f3200> # /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' <<< 172629 1726888907.41963: 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 0x7f351c7f3920> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c7f3680> <<< 172629 1726888907.41993: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c7f1400> <<< 172629 1726888907.42022: 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 0x7f351c878e00> <<< 172629 1726888907.42050: 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 <<< 172629 1726888907.42281: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c87b350> # /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 0x7f351c87bb00> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c87a630> # /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 0x7f351c8a4320> <<< 172629 1726888907.42300: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c878dd0> <<< 172629 1726888907.42324: 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 <<< 172629 1726888907.42339: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888907.42353: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 172629 1726888907.42398: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 172629 1726888907.42414: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8a5d90> <<< 172629 1726888907.42443: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8a5310> <<< 172629 1726888907.42508: stdout chunk (state=3): >>>import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8a5130> # /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 <<< 172629 1726888907.42519: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726888907.42540: 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 <<< 172629 1726888907.42612: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8d0e30> <<< 172629 1726888907.42628: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 172629 1726888907.42675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 172629 1726888907.42696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888907.42739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888907.42832: 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 0x7f351c1a2ea0> # 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 0x7f351c1a3200> <<< 172629 1726888907.42879: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8d3140> <<< 172629 1726888907.42910: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8d12e0> <<< 172629 1726888907.42932: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8d0320> <<< 172629 1726888907.42968: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8a6570> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8a62a0> <<< 172629 1726888907.42992: 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 <<< 172629 1726888907.43090: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 172629 1726888907.43152: 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' <<< 172629 1726888907.43171: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c1dcd70> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c1a3e90> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8a6ab0> # /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' <<< 172629 1726888907.43187: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c1dd3a0> <<< 172629 1726888907.43216: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c1dd760> <<< 172629 1726888907.43239: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c1dd820> <<< 172629 1726888907.43272: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c1dd940> <<< 172629 1726888907.43296: 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 <<< 172629 1726888907.43324: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 172629 1726888907.43416: 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' <<< 172629 1726888907.43432: 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 0x7f351c1fc530> <<< 172629 1726888907.43481: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c1de660> # /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 0x7f351c1fc620> <<< 172629 1726888907.43575: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c1fc710> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c1dd790> <<< 172629 1726888907.43593: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c1fc8c0> <<< 172629 1726888907.43616: 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 <<< 172629 1726888907.43623: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 172629 1726888907.43657: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888907.43718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888907.43741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888907.43823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888907.43852: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726888907.43870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888907.43963: 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 0x7f351c2502c0> <<< 172629 1726888907.43972: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c2276e0> <<< 172629 1726888907.44021: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c226150> <<< 172629 1726888907.44391: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c1fe090> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c1fd520> # /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 0x7f351c1ff470> # /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 0x7f351c2243e0> # /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 0x7f351c2689b0> # /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 0x7f351c268bf0> # /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 0x7f351c269550> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c268fe0> # /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 0x7f351c26a450> <<< 172629 1726888907.44431: stdout chunk (state=3): >>>import 'gc' # <<< 172629 1726888907.44897: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e617560> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e8b9b80> <<< 172629 1726888907.44937: 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 <<< 172629 1726888907.44985: 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 0x7f351c26b080> <<< 172629 1726888907.45015: 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' <<< 172629 1726888907.45044: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 172629 1726888907.45495: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py # 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 0x7f351c033b30> # /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 0x7f351c059b80> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c059730> # 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 0x7f351c26af90> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0585f0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c033e30> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c030b90> <<< 172629 1726888907.45517: 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' <<< 172629 1726888907.45533: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c033770> <<< 172629 1726888907.45550: 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 <<< 172629 1726888907.45595: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888907.45608: 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 <<< 172629 1726888907.45722: stdout chunk (state=3): >>># 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 0x7f351c06f1d0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c06dd30> # /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 0x7f351c0949e0> <<< 172629 1726888907.45753: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' <<< 172629 1726888907.45779: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c094ce0> <<< 172629 1726888907.45818: 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 0x7f351c094f50><<< 172629 1726888907.45826: stdout chunk (state=3): >>> <<< 172629 1726888907.45878: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0951f0> # /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 <<< 172629 1726888907.45931: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 172629 1726888907.46263: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c095910> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c095760> # /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 0x7f351c097200> # /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 0x7f351c0972f0> # /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 0x7f351c097500> # /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 <<< 172629 1726888907.46267: 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 0x7f351c0ac470> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c097ce0> # /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 <<< 172629 1726888907.46270: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0ad010> <<< 172629 1726888907.46272: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' <<< 172629 1726888907.46328: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0ad460> # /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' <<< 172629 1726888907.46338: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0ad640> # /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 <<< 172629 1726888907.46620: 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 0x7f351c0ad8e0> # /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 0x7f351c0ae7e0> # /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 0x7f351c0aea50> # /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 0x7f351c0aec60> # /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 0x7f351c0af830> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0af380> # /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' <<< 172629 1726888907.46646: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 172629 1726888907.46665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0d46e0> <<< 172629 1726888907.46683: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0affe0> <<< 172629 1726888907.46705: 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' <<< 172629 1726888907.46845: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0d5340> # /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 0x7f351c0d5640> # /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 0x7f351c0d65a0> # /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 0x7f351c0d6810> <<< 172629 1726888907.46934: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0d69c0> <<< 172629 1726888907.46938: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c26b4d0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c26b260> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c26a870> <<< 172629 1726888907.46941: 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' <<< 172629 1726888907.46972: 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' <<< 172629 1726888907.46990: 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 0x7f351c0d73e0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0d7110> <<< 172629 1726888907.47015: 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' <<< 172629 1726888907.47174: 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 <<< 172629 1726888907.47180: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888907.47183: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 172629 1726888907.47185: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 172629 1726888907.47494: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0fd880> # /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 0x7f351c0feff0> <<< 172629 1726888907.47497: 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 0x7f351c0fe1e0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0fdd90> <<< 172629 1726888907.47675: 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 <<< 172629 1726888907.47701: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351be4c800> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351be33bf0> <<< 172629 1726888907.47809: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' 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 0x7f351be4f680> # /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 0x7f351be4ff50> # /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 <<< 172629 1726888907.47819: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351be4ce60> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351be4cb30> <<< 172629 1726888907.47822: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0d76b0> <<< 172629 1726888907.47828: 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 <<< 172629 1726888907.47918: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 172629 1726888907.47921: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0fcad0> <<< 172629 1726888907.47924: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0d7410> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c26b230> <<< 172629 1726888907.47926: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 172629 1726888907.48056: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351be76180> # /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 0x7f351be76a20> # /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 <<< 172629 1726888907.48260: 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 0x7f351be77a10> <<< 172629 1726888907.48359: 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 0x7f351be77fb0> # /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' <<< 172629 1726888907.48369: 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 0x7f351bea1730> <<< 172629 1726888907.48389: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bea1100> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bea0dd0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bea0a70> <<< 172629 1726888907.48412: 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 <<< 172629 1726888907.48425: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 172629 1726888907.48487: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bea13a0> # /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 <<< 172629 1726888907.48785: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /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 0x7f351bea34d0> # /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 0x7f351bea3590> # /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 0x7f351bea3cb0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bea3b30> # /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' <<< 172629 1726888907.48910: 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 <<< 172629 1726888907.48913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 172629 1726888907.48918: 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 0x7f351bed22a0> <<< 172629 1726888907.49060: 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 <<< 172629 1726888907.49069: 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 0x7f351bed34a0> # /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py <<< 172629 1726888907.49229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bed36e0> # /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' <<< 172629 1726888907.49233: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f351bed3860> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bed3680> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bed2f90> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bed2420> <<< 172629 1726888907.49237: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bed16d0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bed0c50> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bed0500> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bea2ff0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bea24e0> # /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 0x7f351bed3590> <<< 172629 1726888907.49368: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 172629 1726888907.49372: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bed3d70> <<< 172629 1726888907.49469: 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 0x7f351befc680> # /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 0x7f351befca40> # /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' <<< 172629 1726888907.49473: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351befd370> <<< 172629 1726888907.49476: 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 <<< 172629 1726888907.49478: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 172629 1726888907.50060: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351befdee0> <<< 172629 1726888907.61984: 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}}} <<< 172629 1726888907.63177: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 172629 1726888907.63216: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888907.63718: 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 <<< 172629 1726888907.63731: stdout chunk (state=3): >>># cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools <<< 172629 1726888907.63773: stdout chunk (state=3): >>># cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # 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 <<< 172629 1726888907.63847: 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 <<< 172629 1726888907.63885: stdout chunk (state=3): >>># 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 <<< 172629 1726888907.64074: stdout chunk (state=3): >>># cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # 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 <<< 172629 1726888907.64530: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 <<< 172629 1726888907.64553: stdout chunk (state=3): >>># destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888907.64638: stdout chunk (state=3): >>># 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 <<< 172629 1726888907.64804: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # 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 <<< 172629 1726888907.64996: stdout chunk (state=3): >>># 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 <<< 172629 1726888907.65070: 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 <<< 172629 1726888907.65159: stdout chunk (state=3): >>># cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 172629 1726888907.65225: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # 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 <<< 172629 1726888907.65421: stdout chunk (state=3): >>># cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # 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 <<< 172629 1726888907.65509: 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 <<< 172629 1726888907.65591: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # 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 <<< 172629 1726888907.66040: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888907.66150: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888907.66272: stdout chunk (state=3): >>># destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888907.66323: stdout chunk (state=3): >>># destroy _queue # destroy array # destroy copyreg # destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # 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 <<< 172629 1726888907.66351: stdout chunk (state=3): >>># destroy rpm <<< 172629 1726888907.66384: stdout chunk (state=3): >>># destroy itertools # destroy functools <<< 172629 1726888907.66420: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 172629 1726888907.66504: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 172629 1726888907.66507: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 172629 1726888907.66536: stdout chunk (state=3): >>># destroy _ssl <<< 172629 1726888907.66609: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules <<< 172629 1726888907.66637: stdout chunk (state=3): >>># destroy _frozen_importlib <<< 172629 1726888907.66819: 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 <<< 172629 1726888907.66887: stdout chunk (state=3): >>># destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 172629 1726888907.67424: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888907.67433: stderr chunk (state=3): >>><<< 172629 1726888907.67436: stdout chunk (state=3): >>><<< 172629 1726888907.67879: _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 0x7f351f9684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f937b30> # /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 0x7f351f96aa50> 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 0x7f351f71d130> # /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 0x7f351f71e120> 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 0x7f351f763f50> # /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 0x7f351f7700e0> # /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 0x7f351f793920> # /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 0x7f351f793fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f773bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f771340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f761100> # /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 0x7f351f7b7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f7b6540> # /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 0x7f351f7721e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f7b4d10> # /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 0x7f351f7e4980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f760380> # /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 0x7f351f7e4e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f7e4ce0> # 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 0x7f351f7e50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f756ea0> # /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 0x7f351f7e5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f7e5490> 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 0x7f351f7e6690> 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 0x7f351f8008c0> 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 0x7f351f802000> # /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 0x7f351f802ea0> # 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 0x7f351f803500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f8023f0> # /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 0x7f351f803ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f8035f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f7e66f0> # /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 0x7f351f547d40> # /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 0x7f351f574890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f5745f0> # 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 0x7f351f5748c0> # /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 0x7f351f5751f0> # 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 0x7f351f575bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f574aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f545ee0> # /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 0x7f351f576fc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f575d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f7e6de0> # /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 0x7f351f59f320> # /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 0x7f351f5bf6b0> # /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 0x7f351f6204a0> # /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 0x7f351f622c00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f6205c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f5e54c0> # /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 0x7f351ef255b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f5be4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f577ef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f351f5be5d0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_naqog8ui/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 0x7f351ef7f1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ef5e090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ef5d1f0> # 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 0x7f351ef7d070> # /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 0x7f351efa6b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351efa6900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351efa6210> # /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 0x7f351efa6660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ef7fe30> 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 0x7f351efa78c0> # 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 0x7f351efa7a40> # /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 0x7f351efa7f80> 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 0x7f351ee11d30> # 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 0x7f351ee13950> # /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 0x7f351ee18350> # /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 0x7f351ee194f0> # /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 0x7f351ee1bf80> # 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 0x7f351ee1c0b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee1a240> # /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 0x7f351ee1ff50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee1ea20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee1e780> # /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 0x7f351ee1ecf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee1a750> # 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 0x7f351ee64200> # /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 0x7f351ee643e0> # /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 0x7f351ee65e50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee65c10> # /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 0x7f351ee683b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee66540> # /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 0x7f351ee6bb90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee68560> # 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 0x7f351ee6c950> # 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 0x7f351ee6cda0> # 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 0x7f351ee6cd40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee645c0> # /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 0x7f351eef8470> # 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 0x7f351eef9550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee6ec00> # 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 0x7f351ee6ffb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ee6e840> # 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 0x7f351eefd8b0> # /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 0x7f351eefed80> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351eef9490> 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 0x7f351eefe7b0> # 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 0x7f351eeff980> # 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 0x7f351ed0a3c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed05b20> 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 0x7f351effab70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351efe2840> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed0a120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed07650> # 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 0x7f351ed9c9b0> # /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 0x7f351ed9cbc0> # /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 0x7f351ed9d310> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed9ce90> # /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 0x7f351ed9dbe0> # /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 0x7f351ed898b0> # /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 0x7f351ed89910> # /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 0x7f351e9527e0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed9f3e0> # /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 0x7f351e965370> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e953f20> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e953290> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed9e870> # /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 0x7f351e9d13a0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9894c0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351f7e4cb0> # /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 0x7f351e9d8e60> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9d3140> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e988fb0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed9e240> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed9dc70> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed9d9d0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351ed9cc20> # /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 0x7f351ed9dca0> # /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 0x7f351e9d9520> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9d9130> # /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 0x7f351e9d9c70> # /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 0x7f351e9e88c0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9c1a30> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9dac60> # /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 0x7f351e9c14c0> # /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 0x7f351e9f65d0> # /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 0x7f351e9f7260> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e9f6d20> # /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 0x7f351e9f7770> # /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 0x7f351e98fc50> # /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 0x7f351e886060> # 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 0x7f351e8bb0e0> # /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 0x7f351e8bb200> # /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 0x7f351e6173e0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e616c30> # 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 0x7f351e616e10> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e8bb740> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e8ba360> # /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 0x7f351e8bad80> # /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 0x7f351e68ca10> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e68c5f0> # /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 0x7f351e6b8290> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e68cad0> # /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 0x7f351e12f3e0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e6b8440> # /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 0x7f351e1acf20> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e12f7a0> # /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 0x7f351e1afec0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e1ad0a0> # /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 0x7f351c7f00e0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e1e82f0> # /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 0x7f351c7f1280> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c7f0680> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e68c1a0> # /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 0x7f351c8107a0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c7f3bf0> # /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 0x7f351c812e10> # /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 0x7f351c813cb0> # /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 0x7f351c840590> # /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 0x7f351c841a90> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c813ef0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c812d80> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c812660> # /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 0x7f351c8436b0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8128d0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c810ad0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c7f3200> # /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 0x7f351c7f3920> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c7f3680> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c7f1400> # /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 0x7f351c878e00> # /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 0x7f351c87b350> # /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 0x7f351c87bb00> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c87a630> # /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 0x7f351c8a4320> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c878dd0> # /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 0x7f351c8a5d90> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8a5310> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8a5130> # /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 0x7f351c8d0e30> # /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 0x7f351c1a2ea0> # 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 0x7f351c1a3200> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8d3140> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8d12e0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8d0320> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8a6570> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8a62a0> # /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 0x7f351c1dcd70> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c1a3e90> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c8a6ab0> # /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 0x7f351c1dd3a0> # /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 0x7f351c1dd760> # /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 0x7f351c1dd820> # /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 0x7f351c1dd940> # /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 0x7f351c1fc530> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c1de660> # /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 0x7f351c1fc620> # /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 0x7f351c1fc710> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c1dd790> # /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 0x7f351c1fc8c0> # /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 0x7f351c2502c0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c2276e0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c226150> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c1fe090> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c1fd520> # /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 0x7f351c1ff470> # /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 0x7f351c2243e0> # /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 0x7f351c2689b0> # /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 0x7f351c268bf0> # /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 0x7f351c269550> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c268fe0> # /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 0x7f351c26a450> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e617560> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351e8b9b80> # /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 0x7f351c26b080> # /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 0x7f351c033b30> # /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 0x7f351c059b80> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c059730> # 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 0x7f351c26af90> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0585f0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c033e30> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c030b90> # /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 0x7f351c033770> # /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 0x7f351c06f1d0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c06dd30> # /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 0x7f351c0949e0> # /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 0x7f351c094ce0> # /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 0x7f351c094f50> # /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 0x7f351c0951f0> # /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 0x7f351c095910> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c095760> # /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 0x7f351c097200> # /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 0x7f351c0972f0> # /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 0x7f351c097500> # /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 0x7f351c0ac470> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c097ce0> # /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 0x7f351c0ad010> # /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 0x7f351c0ad460> # /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 0x7f351c0ad640> # /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 0x7f351c0ad8e0> # /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 0x7f351c0ae7e0> # /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 0x7f351c0aea50> # /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 0x7f351c0aec60> # /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 0x7f351c0af830> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0af380> # /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 0x7f351c0d46e0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0affe0> # /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 0x7f351c0d5340> # /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 0x7f351c0d5640> # /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 0x7f351c0d65a0> # /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 0x7f351c0d6810> # /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 0x7f351c0d69c0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c26b4d0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c26b260> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c26a870> # /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 0x7f351c0d73e0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0d7110> # /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 0x7f351c0fd880> # /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 0x7f351c0feff0> # 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 0x7f351c0fe1e0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0fdd90> # /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 0x7f351be4c800> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351be33bf0> # /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 0x7f351be4f680> # /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 0x7f351be4ff50> # /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 0x7f351be4ce60> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351be4cb30> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0d76b0> # /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 0x7f351c0fcad0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c0d7410> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351c26b230> # /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 0x7f351be76180> # /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 0x7f351be76a20> # /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 0x7f351be77a10> # /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 0x7f351be77fb0> # /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 0x7f351bea1730> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bea1100> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bea0dd0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bea0a70> # /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 0x7f351bea13a0> # /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 0x7f351bea34d0> # /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 0x7f351bea3590> # /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 0x7f351bea3cb0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bea3b30> # /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 0x7f351bed22a0> # /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 0x7f351bed34a0> # /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 0x7f351bed36e0> # /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 0x7f351bed3860> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bed3680> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bed2f90> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bed2420> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bed16d0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bed0c50> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bed0500> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bea2ff0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f351bea24e0> # /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 0x7f351bed3590> # /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 0x7f351bed3d70> # /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 0x7f351befc680> # /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 0x7f351befca40> # /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 0x7f351befd370> # /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 0x7f351befdee0> {"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: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. 172629 1726888907.70779: 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-1726888906.9705012-172888-123327685986490/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888907.70783: _low_level_execute_command(): starting 172629 1726888907.70786: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888906.9705012-172888-123327685986490/ > /dev/null 2>&1 && sleep 0' 172629 1726888907.70788: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888907.70790: 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 <<< 172629 1726888907.70793: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888907.70795: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888907.71937: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888907.71941: stdout chunk (state=3): >>><<< 172629 1726888907.71948: stderr chunk (state=3): >>><<< 172629 1726888907.71967: _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 172629 1726888907.71975: handler run complete 172629 1726888907.72020: attempt loop complete, returning result 172629 1726888907.72023: _execute() done 172629 1726888907.72025: dumping result to json 172629 1726888907.72030: done dumping result, returning 172629 1726888907.72039: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-d0a8-add8-0000000000d9] 172629 1726888907.72042: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000d9 172629 1726888907.72163: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000d9 ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 172629 1726888907.72283: no more pending results, returning what we have 172629 1726888907.72288: results queue empty 172629 1726888907.72289: checking for any_errors_fatal 172629 1726888907.72294: done checking for any_errors_fatal 172629 1726888907.72294: checking for max_fail_percentage 172629 1726888907.72297: done checking for max_fail_percentage 172629 1726888907.72297: checking to see if all hosts have failed and the running result is not ok 172629 1726888907.72298: done checking to see if all hosts have failed 172629 1726888907.72299: getting the remaining hosts for this loop 172629 1726888907.72301: done getting the remaining hosts for this loop 172629 1726888907.72305: getting the next task for host managed_node1 172629 1726888907.72311: done getting next task for host managed_node1 172629 1726888907.72315: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 172629 1726888907.72319: ^ 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 172629 1726888907.72328: getting variables 172629 1726888907.72330: in VariableManager get_vars() 172629 1726888907.72769: Calling all_inventory to load vars for managed_node1 172629 1726888907.72772: Calling groups_inventory to load vars for managed_node1 172629 1726888907.72775: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888907.72792: Calling all_plugins_play to load vars for managed_node1 172629 1726888907.72797: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888907.72801: Calling groups_plugins_play to load vars for managed_node1 172629 1726888907.73427: WORKER PROCESS EXITING 172629 1726888907.73488: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888907.75126: done with get_vars() 172629 1726888907.75136: 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 23:21:47 -0400 (0:00:00.921) 0:00:08.033 ****** 172629 1726888907.75320: entering _queue_task() for managed_node1/service_facts 172629 1726888907.75322: Creating lock for service_facts 172629 1726888907.75913: worker is 1 (out of 1 available) 172629 1726888907.75929: exiting _queue_task() for managed_node1/service_facts 172629 1726888907.75941: done queuing things up, now waiting for results queue to drain 172629 1726888907.75942: waiting for pending results... 172629 1726888907.76369: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts 172629 1726888907.76625: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000da 172629 1726888907.76683: variable 'ansible_search_path' from source: unknown 172629 1726888907.76937: variable 'ansible_search_path' from source: unknown 172629 1726888907.76941: calling self._execute() 172629 1726888907.77030: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888907.77043: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888907.77061: variable 'omit' from source: magic vars 172629 1726888907.77928: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888907.78536: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888907.78763: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888907.78767: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888907.78960: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888907.78963: 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) 172629 1726888907.79025: 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) 172629 1726888907.79132: 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) 172629 1726888907.79163: 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) 172629 1726888907.79664: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): True 172629 1726888907.79861: variable 'omit' from source: magic vars 172629 1726888907.79864: variable 'omit' from source: magic vars 172629 1726888907.79867: variable 'omit' from source: magic vars 172629 1726888907.80009: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888907.80043: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888907.80099: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888907.80150: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888907.80461: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888907.80464: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888907.80467: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888907.80469: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888907.80515: Set connection var ansible_timeout to 10 172629 1726888907.80533: Set connection var ansible_shell_type to sh 172629 1726888907.80564: Set connection var ansible_pipelining to False 172629 1726888907.80607: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888907.80760: Set connection var ansible_shell_executable to /bin/sh 172629 1726888907.80763: Set connection var ansible_connection to ssh 172629 1726888907.80766: variable 'ansible_shell_executable' from source: unknown 172629 1726888907.80768: variable 'ansible_connection' from source: unknown 172629 1726888907.80773: variable 'ansible_module_compression' from source: unknown 172629 1726888907.80779: variable 'ansible_shell_type' from source: unknown 172629 1726888907.80782: variable 'ansible_shell_executable' from source: unknown 172629 1726888907.80784: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888907.80786: variable 'ansible_pipelining' from source: unknown 172629 1726888907.80788: variable 'ansible_timeout' from source: unknown 172629 1726888907.80790: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888907.81342: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888907.81347: variable 'omit' from source: magic vars 172629 1726888907.81349: starting attempt loop 172629 1726888907.81351: running the handler 172629 1726888907.81357: _low_level_execute_command(): starting 172629 1726888907.81360: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888907.82960: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888907.83180: 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' <<< 172629 1726888907.83313: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888907.83383: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888907.85021: stdout chunk (state=3): >>>/root <<< 172629 1726888907.85148: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888907.85180: stderr chunk (state=3): >>><<< 172629 1726888907.85263: stdout chunk (state=3): >>><<< 172629 1726888907.85290: _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 172629 1726888907.85319: _low_level_execute_command(): starting 172629 1726888907.85369: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888907.8530445-172918-175084179623121 `" && echo ansible-tmp-1726888907.8530445-172918-175084179623121="` echo /root/.ansible/tmp/ansible-tmp-1726888907.8530445-172918-175084179623121 `" ) && sleep 0' 172629 1726888907.86539: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888907.86586: 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 <<< 172629 1726888907.86608: 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 <<< 172629 1726888907.86634: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888907.86731: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888907.86851: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888907.87003: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888907.88929: stdout chunk (state=3): >>>ansible-tmp-1726888907.8530445-172918-175084179623121=/root/.ansible/tmp/ansible-tmp-1726888907.8530445-172918-175084179623121 <<< 172629 1726888907.88933: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888907.89009: stderr chunk (state=3): >>><<< 172629 1726888907.89013: stdout chunk (state=3): >>><<< 172629 1726888907.89016: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888907.8530445-172918-175084179623121=/root/.ansible/tmp/ansible-tmp-1726888907.8530445-172918-175084179623121 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888907.89375: variable 'ansible_module_compression' from source: unknown 172629 1726888907.89379: ANSIBALLZ: Using lock for service_facts 172629 1726888907.89381: ANSIBALLZ: Acquiring lock 172629 1726888907.89386: ANSIBALLZ: Lock acquired: 140240262785520 172629 1726888907.89389: ANSIBALLZ: Creating module 172629 1726888908.21699: ANSIBALLZ: Writing module into payload 172629 1726888908.21840: ANSIBALLZ: Writing module 172629 1726888908.21928: ANSIBALLZ: Renaming module 172629 1726888908.21939: ANSIBALLZ: Done creating module 172629 1726888908.22119: variable 'ansible_facts' from source: unknown 172629 1726888908.22122: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888907.8530445-172918-175084179623121/AnsiballZ_service_facts.py 172629 1726888908.22465: Sending initial data 172629 1726888908.22474: Sent initial data (164 bytes) 172629 1726888908.23874: 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 <<< 172629 1726888908.23939: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888908.23975: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888908.23993: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888908.24151: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888908.25801: 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 <<< 172629 1726888908.25820: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888908.25936: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888908.25940: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888907.8530445-172918-175084179623121/AnsiballZ_service_facts.py" <<< 172629 1726888908.25942: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpglkxl1bc /root/.ansible/tmp/ansible-tmp-1726888907.8530445-172918-175084179623121/AnsiballZ_service_facts.py <<< 172629 1726888908.26032: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpglkxl1bc" to remote "/root/.ansible/tmp/ansible-tmp-1726888907.8530445-172918-175084179623121/AnsiballZ_service_facts.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888907.8530445-172918-175084179623121/AnsiballZ_service_facts.py" <<< 172629 1726888908.28008: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888908.28110: stderr chunk (state=3): >>><<< 172629 1726888908.28113: stdout chunk (state=3): >>><<< 172629 1726888908.28115: done transferring module to remote 172629 1726888908.28127: _low_level_execute_command(): starting 172629 1726888908.28341: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888907.8530445-172918-175084179623121/ /root/.ansible/tmp/ansible-tmp-1726888907.8530445-172918-175084179623121/AnsiballZ_service_facts.py && sleep 0' 172629 1726888908.29488: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888908.29809: 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 <<< 172629 1726888908.30107: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888908.30208: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888908.31981: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888908.32040: stderr chunk (state=3): >>><<< 172629 1726888908.32070: stdout chunk (state=3): >>><<< 172629 1726888908.32183: _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 172629 1726888908.32186: _low_level_execute_command(): starting 172629 1726888908.32193: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888907.8530445-172918-175084179623121/AnsiballZ_service_facts.py && sleep 0' 172629 1726888908.33581: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888908.33749: 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 <<< 172629 1726888908.33995: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888908.36172: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888908.36188: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888908.36349: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888908.36361: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # <<< 172629 1726888908.36480: stdout chunk (state=3): >>>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' # <<< 172629 1726888908.36501: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888908.36571: 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 0x7fa9f9fbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9f8bb00> <<< 172629 1726888908.36586: 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' <<< 172629 1726888908.36610: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9fbea50> <<< 172629 1726888908.36621: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888908.36744: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 172629 1726888908.36787: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888908.36891: 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' <<< 172629 1726888908.37005: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9fcd130> <<< 172629 1726888908.37081: 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 0x7fa9f9fce120> import 'site' # <<< 172629 1726888908.37284: 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. <<< 172629 1726888908.37324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888908.37327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888908.37351: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888908.37369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888908.37388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888908.37422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888908.37444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888908.37485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9dd3fb0> <<< 172629 1726888908.37618: 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 0x7fa9f9de0140> # /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' <<< 172629 1726888908.37621: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888908.37673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888908.37676: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888908.37712: 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 0x7fa9f9e039e0> <<< 172629 1726888908.37738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888908.37751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9e03fb0> <<< 172629 1726888908.37828: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9de3c80> import '_functools' # <<< 172629 1726888908.37858: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9de13a0> <<< 172629 1726888908.37945: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9dd1160> <<< 172629 1726888908.38045: 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' <<< 172629 1726888908.38178: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9e278f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9e26510> # /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 0x7fa9f9de2390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9dd2120> <<< 172629 1726888908.38205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888908.38218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9e54950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9dd03e0> <<< 172629 1726888908.38265: 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' <<< 172629 1726888908.38281: 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 0x7fa9f9e54e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9e54cb0> <<< 172629 1726888908.38318: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888908.38380: 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 0x7fa9f9e55070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9dc6f00> # /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' <<< 172629 1726888908.38396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888908.38475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888908.38626: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9e55730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9e55430> 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 0x7fa9f9e56600> 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 0x7fa9f9e70830> import 'errno' # <<< 172629 1726888908.38773: 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 0x7fa9f9e71f70> # /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 0x7fa9f9e72de0> # 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 0x7fa9f9e73440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9e72330> <<< 172629 1726888908.38804: 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' <<< 172629 1726888908.38851: 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 0x7fa9f9e73ec0> <<< 172629 1726888908.38916: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9e735f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9e56660> <<< 172629 1726888908.38934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888908.38960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888908.39018: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888908.39032: 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 0x7fa9f9bffda0> <<< 172629 1726888908.39170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 172629 1726888908.39173: 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 0x7fa9f9c28890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9c285f0> <<< 172629 1726888908.39176: 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 0x7fa9f9c288c0> # /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' <<< 172629 1726888908.39224: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888908.39395: 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 0x7fa9f9c291c0> <<< 172629 1726888908.39612: 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 0x7fa9f9c29b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9c28a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9bfdf40> # /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 0x7fa9f9c2af90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9c29cd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9e56d50> <<< 172629 1726888908.39707: 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' <<< 172629 1726888908.39711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888908.39744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888908.39860: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9c53290> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888908.39874: 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' <<< 172629 1726888908.39920: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9c7f650> <<< 172629 1726888908.40271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' 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 0x7fa9f9cd8470> # /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 0x7fa9f9cdabd0> <<< 172629 1726888908.40335: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9cd8590> <<< 172629 1726888908.40377: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9c9d460> <<< 172629 1726888908.40494: 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 0x7fa9f9ae14c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9c7e450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9c2be60> <<< 172629 1726888908.40577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa9f9c7eb10> <<< 172629 1726888908.40883: stdout chunk (state=3): >>># zipimport: found 31 names in '/tmp/ansible_service_facts_payload_95sik_e2/ansible_service_facts_payload.zip' # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888908.40886: 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' <<< 172629 1726888908.40934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888908.41170: 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 0x7fa9f9b3b0e0> import '_typing' # <<< 172629 1726888908.41519: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9b15fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9b15160> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888908.42710: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.43804: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888908.43817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9b38fb0> <<< 172629 1726888908.43872: 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' <<< 172629 1726888908.43896: 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' <<< 172629 1726888908.43922: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888908.44007: 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 0x7fa9f9b66a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9b667b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9b660f0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888908.44023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888908.44059: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9b66540> <<< 172629 1726888908.44074: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9b3bb00> import 'atexit' # <<< 172629 1726888908.44102: 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 0x7fa9f9b677d0> <<< 172629 1726888908.44222: 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 0x7fa9f9b67980> # /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' # <<< 172629 1726888908.44333: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9b67ec0> 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' <<< 172629 1726888908.44347: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9511c10> <<< 172629 1726888908.44369: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888908.44381: 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 0x7fa9f9513830> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888908.44515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9518230> # /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 0x7fa9f9519100> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888908.44554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888908.44672: 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' <<< 172629 1726888908.45074: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f951be30> # 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 0x7fa9f9dc6ea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f951a0f0> # /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 0x7fa9f951fc80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f951e780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f951e4e0> # /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 0x7fa9f951ea20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f951a600> # 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 0x7fa9f9563e60> <<< 172629 1726888908.45102: 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' <<< 172629 1726888908.45105: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9563ec0> <<< 172629 1726888908.45269: 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 0x7fa9f9565a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f95657c0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888908.45326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888908.45377: 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 0x7fa9f9567f20> <<< 172629 1726888908.45613: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f95660c0> # /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' # <<< 172629 1726888908.45644: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f956b680> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9567f50> <<< 172629 1726888908.45782: 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 0x7fa9f956c470> # 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 0x7fa9f956c4a0> # 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 0x7fa9f956c980> <<< 172629 1726888908.45785: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9564050> <<< 172629 1726888908.46066: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9f956ffe0> # 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 0x7fa9f95f9520> <<< 172629 1726888908.46069: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f956e7b0> <<< 172629 1726888908.46113: 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' <<< 172629 1726888908.46120: 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 0x7fa9f956fb30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f956e420> <<< 172629 1726888908.46127: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.46143: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888908.46162: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.46379: stdout chunk (state=3): >>># 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' # <<< 172629 1726888908.46385: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.46509: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.46628: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.47146: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.47780: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9f95fd700> <<< 172629 1726888908.47850: 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' <<< 172629 1726888908.47881: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f95fe510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f95f9940> <<< 172629 1726888908.47926: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888908.47949: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.47970: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.47985: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888908.48294: 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 0x7fa9f95fe4e0> <<< 172629 1726888908.48313: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.48821: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.49186: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.49254: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.49328: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888908.49339: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.49373: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.49411: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888908.49424: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.49507: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.49741: stdout chunk (state=3): >>>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 <<< 172629 1726888908.49914: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.50143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888908.50201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888908.50216: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888908.50329: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f95ff6b0> # zipimport: zlib available <<< 172629 1726888908.50449: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.50706: 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 <<< 172629 1726888908.50709: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.50711: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.50713: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.50835: 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' <<< 172629 1726888908.50876: 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 0x7fa9f940a030> <<< 172629 1726888908.50901: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9407ce0> <<< 172629 1726888908.51047: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888908.51068: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.51096: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.51139: 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' <<< 172629 1726888908.51198: 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 <<< 172629 1726888908.51337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9bb6930> <<< 172629 1726888908.51422: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9b9a600> <<< 172629 1726888908.51465: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f940a120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f95f9a90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888908.51479: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.51501: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.51601: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888908.51660: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888908.51876: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888908.52296: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888908.52411: 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' <<< 172629 1726888908.52428: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f94a0a70> <<< 172629 1726888908.52447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888908.52484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888908.52552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726888908.52557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 172629 1726888908.52742: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f948f770> <<< 172629 1726888908.52766: 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 0x7fa9f948faa0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f94a0c50> import 'ansible.module_utils.service' # # zipimport: zlib available <<< 172629 1726888910.03429: stdout chunk (state=3): >>> {"ansible_facts": {"services": {"audit-rules.service": {"name": "audit-rules.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "auditd.service": {"name": "auditd.service", "state": "running", "status": "enabled", "source": "systemd"}, "auth-rpcgss-module.service": {"name": "auth-rpcgss-module.service", "state": "stopped", "status": "static", "source": "systemd"}, "autofs.service": {"name": "autofs.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "blk-availability.service": {"name": "blk-availability.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "chronyd.service": {"name": "chronyd.service", "state": "running", "status": "enabled", "source": "systemd"}, "cloud-config.service": {"name": "cloud-config.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "cloud-final.service": {"name": "cloud-final.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "cloud-init-local.service": {"name": "cloud-init-local.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "cloud-init.service": {"name": "cloud-init.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "crond.service": {"name": "crond.service", "state": "running", "status": "enabled", "source": "systemd"}, "dbus-broker.service": {"name": "dbus-broker.service", "state": "running", "status": "enabled", "source": "systemd"}, "display-manager.service": {"name": "display-manager.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "dm-event.service": {"name": "dm-event.service", "state": "running", "status": "static", "source": "systemd"}, "dnf-makecache.service": {"name": "dnf-makecache.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-cmdline.service": {"name": "dracut-cmdline.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-initqueue.service": {"name": "dracut-initqueue.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-mount.service": {"name": "dracut-mount.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-mount.service": {"name": "dracut-pre-mount.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-pivot.service": {"name": "dracut-pre-pivot.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-trigger.service": {"name": "dracut-pre-trigger.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-udev.service": {"name": "dracut-pre-udev.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-shutdown-onfailure.service": {"name": "dracut-shutdown-onfailure.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-shutdown.service": {"name": "dracut-shutdown.service", "state": "stopped", "status": "static", "source": "systemd"}, "emergency.service": {"name": "emergency.service", "state": "stopped", "status": "static", "source": "systemd"}, "fcoe.service": {"name": "fcoe.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "fstrim.service": {"name": "fstrim.service", "state": "stopped", "status": "static", "source": "systemd"}, "getty@tty1.service": {"name": "getty@tty1.service", "state": "running", "status": "active", "source": "systemd"}, "gssproxy.service": {"name": "gssproxy.service", "state": "running", "status": "disabled", "source": "systemd"}, "hv_kvp_daemon.service": {"name": "hv_kvp_daemon.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "initrd-cleanup.service": {"name": "initrd-cleanup.service", "state": "stopped", "status": "static", "source": "systemd"}, "initrd-parse-etc.service": {"name": "initrd-parse-etc.service", "state": "stopped", "status": "static", "source": "systemd"}, "initrd-switch-root.service": {"name": "initrd-switch-root.service", "state": "stopped", "status": "static", "source": "systemd"}, "initrd-udevadm-cleanup-db.service": {"name": "initrd-udevadm-cleanup-db.service", "state": "stopped", "status": "static", "source": "systemd"}, "irqbalance.service": {"name": "irqbalance.service", "state": "running", "status": "enabled", "source": "systemd"}, "iscsi-shutdown.service": {"name": "iscsi-shutdown.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "iscsi.service": {"name": "iscsi.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "iscsid.service": {"name": "iscsid.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "kdump.service": {"name": "kdump.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "kmod-static-nodes.service": {"name": "kmod-static-nodes.service", "state": "stopped", "status": "static", "source": "systemd"}, "ldconfig.service": {"name": "ldconfig.service", "state": "stopped", "status": "static", "source": "systemd"}, "logrotate.service": {"name": "logrotate.service", "state": "stopped", "status": "static", "source": "systemd"}, "lvm2-activation-early.service": {"name": "lvm2-activation-early.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "lvm2-lvmpolld.service": {"name": "lvm2-lvmpolld.service", "state": "stopped", "status": "static", "source": "systemd"}, "lvm2-monitor.service": {"name": "lvm2-monitor.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "mdmonitor.service": {"name": "mdmonitor.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "modprobe@configfs.service": {"name": "modprobe@configfs.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@dm_mod.service": {"name": "modprobe@dm_mod.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@dm_multipath.service": {"name": "modprobe@dm_multipath.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@drm.service": {"name": "modprobe@drm.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@efi_pstore.service": {"name": "modprobe@efi_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__ <<< 172629 1726888910.03864: 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 <<< 172629 1726888910.03893: stdout chunk (state=3): >>># cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # 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 <<< 172629 1726888910.04122: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888910.04153: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726888910.04192: stdout chunk (state=3): >>># 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 <<< 172629 1726888910.04244: 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 <<< 172629 1726888910.04308: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726888910.04512: 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 <<< 172629 1726888910.04616: stdout chunk (state=3): >>># 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 <<< 172629 1726888910.04660: 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 <<< 172629 1726888910.04768: 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 # destroy sys.monitoring # destroy _socket <<< 172629 1726888910.04785: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888910.04840: 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 <<< 172629 1726888910.04948: 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 <<< 172629 1726888910.05472: 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 <<< 172629 1726888910.05565: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888910.05569: stdout chunk (state=3): >>><<< 172629 1726888910.05572: stderr chunk (state=3): >>><<< 172629 1726888910.05977: _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 0x7fa9f9fbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9f8bb00> # /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 0x7fa9f9fbea50> 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 0x7fa9f9fcd130> # /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 0x7fa9f9fce120> 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 0x7fa9f9dd3fb0> # /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 0x7fa9f9de0140> # /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 0x7fa9f9e039e0> # /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 0x7fa9f9e03fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9de3c80> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9de13a0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9dd1160> # /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 0x7fa9f9e278f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9e26510> # /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 0x7fa9f9de2390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9dd2120> # /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 0x7fa9f9e54950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9dd03e0> # /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 0x7fa9f9e54e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9e54cb0> # 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 0x7fa9f9e55070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9dc6f00> # /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 0x7fa9f9e55730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9e55430> 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 0x7fa9f9e56600> 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 0x7fa9f9e70830> 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 0x7fa9f9e71f70> # /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 0x7fa9f9e72de0> # 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 0x7fa9f9e73440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9e72330> # /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 0x7fa9f9e73ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9e735f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9e56660> # /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 0x7fa9f9bffda0> # /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 0x7fa9f9c28890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9c285f0> # 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 0x7fa9f9c288c0> # /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 0x7fa9f9c291c0> # 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 0x7fa9f9c29b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9c28a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9bfdf40> # /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 0x7fa9f9c2af90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9c29cd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9e56d50> # /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 0x7fa9f9c53290> # /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 0x7fa9f9c7f650> # /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 0x7fa9f9cd8470> # /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 0x7fa9f9cdabd0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9cd8590> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9c9d460> # /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 0x7fa9f9ae14c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9c7e450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9c2be60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa9f9c7eb10> # zipimport: found 31 names in '/tmp/ansible_service_facts_payload_95sik_e2/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 0x7fa9f9b3b0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9b15fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9b15160> # 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 0x7fa9f9b38fb0> # /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 0x7fa9f9b66a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9b667b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9b660f0> # /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 0x7fa9f9b66540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9b3bb00> 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 0x7fa9f9b677d0> # 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 0x7fa9f9b67980> # /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 0x7fa9f9b67ec0> 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 0x7fa9f9511c10> # 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 0x7fa9f9513830> # /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 0x7fa9f9518230> # /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 0x7fa9f9519100> # /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 0x7fa9f951be30> # 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 0x7fa9f9dc6ea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f951a0f0> # /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 0x7fa9f951fc80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f951e780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f951e4e0> # /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 0x7fa9f951ea20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f951a600> # 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 0x7fa9f9563e60> # /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 0x7fa9f9563ec0> # /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 0x7fa9f9565a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f95657c0> # /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 0x7fa9f9567f20> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f95660c0> # /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 0x7fa9f956b680> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9567f50> # 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 0x7fa9f956c470> # 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 0x7fa9f956c4a0> # 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 0x7fa9f956c980> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9564050> # /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 0x7fa9f956ffe0> # 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 0x7fa9f95f9520> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f956e7b0> # 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 0x7fa9f956fb30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f956e420> # 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 0x7fa9f95fd700> # /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 0x7fa9f95fe510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f95f9940> 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 0x7fa9f95fe4e0> # 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 0x7fa9f95ff6b0> # 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 0x7fa9f940a030> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9407ce0> 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 0x7fa9f9bb6930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f9b9a600> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f940a120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f95f9a90> # 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 0x7fa9f94a0a70> # /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 0x7fa9f948f770> # 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 0x7fa9f948faa0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9f94a0c50> 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: 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 # 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 172629 1726888910.09651: 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-1726888907.8530445-172918-175084179623121/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888910.09657: _low_level_execute_command(): starting 172629 1726888910.09660: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888907.8530445-172918-175084179623121/ > /dev/null 2>&1 && sleep 0' 172629 1726888910.11238: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888910.11242: 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 <<< 172629 1726888910.11245: 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 <<< 172629 1726888910.11247: 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 <<< 172629 1726888910.11249: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888910.11436: 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 <<< 172629 1726888910.11598: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888910.13431: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888910.13492: stderr chunk (state=3): >>><<< 172629 1726888910.13704: stdout chunk (state=3): >>><<< 172629 1726888910.14049: _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 172629 1726888910.14053: handler run complete 172629 1726888910.14345: variable 'ansible_facts' from source: unknown 172629 1726888910.14808: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888910.15934: variable 'ansible_facts' from source: unknown 172629 1726888910.16329: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888910.16799: attempt loop complete, returning result 172629 1726888910.16809: _execute() done 172629 1726888910.16816: dumping result to json 172629 1726888910.17087: done dumping result, returning 172629 1726888910.17091: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-d0a8-add8-0000000000da] 172629 1726888910.17093: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000da 172629 1726888910.19118: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000da 172629 1726888910.19122: 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 } 172629 1726888910.21870: no more pending results, returning what we have 172629 1726888910.21874: results queue empty 172629 1726888910.21874: checking for any_errors_fatal 172629 1726888910.21879: done checking for any_errors_fatal 172629 1726888910.21880: checking for max_fail_percentage 172629 1726888910.21958: done checking for max_fail_percentage 172629 1726888910.21960: checking to see if all hosts have failed and the running result is not ok 172629 1726888910.21961: done checking to see if all hosts have failed 172629 1726888910.21962: getting the remaining hosts for this loop 172629 1726888910.21963: done getting the remaining hosts for this loop 172629 1726888910.21967: getting the next task for host managed_node1 172629 1726888910.21973: done getting next task for host managed_node1 172629 1726888910.21976: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 172629 1726888910.21979: ^ 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 172629 1726888910.21992: getting variables 172629 1726888910.21994: in VariableManager get_vars() 172629 1726888910.22021: Calling all_inventory to load vars for managed_node1 172629 1726888910.22024: Calling groups_inventory to load vars for managed_node1 172629 1726888910.22026: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888910.22034: Calling all_plugins_play to load vars for managed_node1 172629 1726888910.22037: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888910.22040: Calling groups_plugins_play to load vars for managed_node1 172629 1726888910.22923: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888910.24226: done with get_vars() 172629 1726888910.24241: done getting variables 172629 1726888910.24300: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:21:50 -0400 (0:00:02.490) 0:00:10.523 ****** 172629 1726888910.24392: entering _queue_task() for managed_node1/set_fact 172629 1726888910.25159: worker is 1 (out of 1 available) 172629 1726888910.25393: exiting _queue_task() for managed_node1/set_fact 172629 1726888910.25404: done queuing things up, now waiting for results queue to drain 172629 1726888910.25405: waiting for pending results... 172629 1726888910.25775: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 172629 1726888910.26056: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000db 172629 1726888910.26079: variable 'ansible_search_path' from source: unknown 172629 1726888910.26090: variable 'ansible_search_path' from source: unknown 172629 1726888910.26304: calling self._execute() 172629 1726888910.26337: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888910.26383: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888910.26427: variable 'omit' from source: magic vars 172629 1726888910.26663: variable 'omit' from source: magic vars 172629 1726888910.26832: variable 'omit' from source: magic vars 172629 1726888910.27773: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888910.32060: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888910.32243: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888910.32308: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888910.32472: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888910.32508: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888910.32710: 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) 172629 1726888910.32745: 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) 172629 1726888910.32777: 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) 172629 1726888910.32960: 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) 172629 1726888910.32964: 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) 172629 1726888910.33024: 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) 172629 1726888910.33220: 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) 172629 1726888910.33223: 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) 172629 1726888910.33238: 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) 172629 1726888910.33263: 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) 172629 1726888910.33440: 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) 172629 1726888910.33474: 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) 172629 1726888910.33504: 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) 172629 1726888910.33590: 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) 172629 1726888910.33673: 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) 172629 1726888910.33724: 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) 172629 1726888910.33979: 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) 172629 1726888910.33983: 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) 172629 1726888910.33985: 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) 172629 1726888910.33987: 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) 172629 1726888910.34089: 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) 172629 1726888910.34304: 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) 172629 1726888910.34307: 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) 172629 1726888910.34309: 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) 172629 1726888910.34312: 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) 172629 1726888910.34903: variable 'ansible_facts' from source: unknown 172629 1726888910.35520: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888910.36030: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888910.36042: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888910.36078: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888910.36174: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888910.36228: 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) 172629 1726888910.36464: 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) 172629 1726888910.36467: 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) 172629 1726888910.36470: 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) 172629 1726888910.37624: variable 'omit' from source: magic vars 172629 1726888910.37776: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888910.37805: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888910.37827: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888910.38061: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888910.38065: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888910.38067: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888910.38069: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888910.38073: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888910.38224: Set connection var ansible_timeout to 10 172629 1726888910.38234: Set connection var ansible_shell_type to sh 172629 1726888910.38245: Set connection var ansible_pipelining to False 172629 1726888910.38254: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888910.38266: Set connection var ansible_shell_executable to /bin/sh 172629 1726888910.38274: Set connection var ansible_connection to ssh 172629 1726888910.38361: variable 'ansible_shell_executable' from source: unknown 172629 1726888910.38364: variable 'ansible_connection' from source: unknown 172629 1726888910.38367: variable 'ansible_module_compression' from source: unknown 172629 1726888910.38369: variable 'ansible_shell_type' from source: unknown 172629 1726888910.38371: variable 'ansible_shell_executable' from source: unknown 172629 1726888910.38373: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888910.38375: variable 'ansible_pipelining' from source: unknown 172629 1726888910.38377: variable 'ansible_timeout' from source: unknown 172629 1726888910.38388: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888910.38831: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888910.38835: variable 'omit' from source: magic vars 172629 1726888910.38837: starting attempt loop 172629 1726888910.38839: running the handler 172629 1726888910.38841: handler run complete 172629 1726888910.38843: attempt loop complete, returning result 172629 1726888910.38845: _execute() done 172629 1726888910.38848: dumping result to json 172629 1726888910.38850: done dumping result, returning 172629 1726888910.38852: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-d0a8-add8-0000000000db] 172629 1726888910.38854: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000db 172629 1726888910.38923: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000db 172629 1726888910.38926: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 172629 1726888910.38996: no more pending results, returning what we have 172629 1726888910.39000: results queue empty 172629 1726888910.39001: checking for any_errors_fatal 172629 1726888910.39007: done checking for any_errors_fatal 172629 1726888910.39008: checking for max_fail_percentage 172629 1726888910.39009: done checking for max_fail_percentage 172629 1726888910.39010: checking to see if all hosts have failed and the running result is not ok 172629 1726888910.39011: done checking to see if all hosts have failed 172629 1726888910.39012: getting the remaining hosts for this loop 172629 1726888910.39013: done getting the remaining hosts for this loop 172629 1726888910.39017: getting the next task for host managed_node1 172629 1726888910.39026: done getting next task for host managed_node1 172629 1726888910.39029: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 172629 1726888910.39033: ^ 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 172629 1726888910.39156: getting variables 172629 1726888910.39158: in VariableManager get_vars() 172629 1726888910.39193: Calling all_inventory to load vars for managed_node1 172629 1726888910.39196: Calling groups_inventory to load vars for managed_node1 172629 1726888910.39198: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888910.39209: Calling all_plugins_play to load vars for managed_node1 172629 1726888910.39212: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888910.39215: Calling groups_plugins_play to load vars for managed_node1 172629 1726888910.40497: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888910.41687: done with get_vars() 172629 1726888910.41701: 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 23:21:50 -0400 (0:00:00.175) 0:00:10.699 ****** 172629 1726888910.41908: entering _queue_task() for managed_node1/systemd 172629 1726888910.41910: Creating lock for systemd 172629 1726888910.42528: worker is 1 (out of 1 available) 172629 1726888910.42543: exiting _queue_task() for managed_node1/systemd 172629 1726888910.42557: done queuing things up, now waiting for results queue to drain 172629 1726888910.42559: waiting for pending results... 172629 1726888910.43132: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 172629 1726888910.43339: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000dd 172629 1726888910.43343: variable 'ansible_search_path' from source: unknown 172629 1726888910.43347: variable 'ansible_search_path' from source: unknown 172629 1726888910.43412: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888910.43722: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888910.43973: dumping result to json 172629 1726888910.43984: done dumping result, returning 172629 1726888910.43989: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-d0a8-add8-0000000000dd] 172629 1726888910.44061: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000dd 172629 1726888910.44132: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000dd 172629 1726888910.44135: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888910.44211: no more pending results, returning what we have 172629 1726888910.44214: results queue empty 172629 1726888910.44215: checking for any_errors_fatal 172629 1726888910.44221: done checking for any_errors_fatal 172629 1726888910.44221: checking for max_fail_percentage 172629 1726888910.44223: done checking for max_fail_percentage 172629 1726888910.44224: checking to see if all hosts have failed and the running result is not ok 172629 1726888910.44225: done checking to see if all hosts have failed 172629 1726888910.44225: getting the remaining hosts for this loop 172629 1726888910.44227: done getting the remaining hosts for this loop 172629 1726888910.44230: getting the next task for host managed_node1 172629 1726888910.44236: done getting next task for host managed_node1 172629 1726888910.44240: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 172629 1726888910.44244: ^ 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 172629 1726888910.44259: getting variables 172629 1726888910.44261: in VariableManager get_vars() 172629 1726888910.44297: Calling all_inventory to load vars for managed_node1 172629 1726888910.44300: Calling groups_inventory to load vars for managed_node1 172629 1726888910.44303: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888910.44316: Calling all_plugins_play to load vars for managed_node1 172629 1726888910.44319: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888910.44322: Calling groups_plugins_play to load vars for managed_node1 172629 1726888910.45443: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888910.46644: done with get_vars() 172629 1726888910.46659: 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 23:21:50 -0400 (0:00:00.049) 0:00:10.748 ****** 172629 1726888910.46850: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888910.47421: worker is 1 (out of 1 available) 172629 1726888910.47434: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888910.47445: done queuing things up, now waiting for results queue to drain 172629 1726888910.47447: waiting for pending results... 172629 1726888910.48164: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 172629 1726888910.48454: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000de 172629 1726888910.48495: variable 'ansible_search_path' from source: unknown 172629 1726888910.48504: variable 'ansible_search_path' from source: unknown 172629 1726888910.48580: calling self._execute() 172629 1726888910.48748: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888910.48961: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888910.48964: variable 'omit' from source: magic vars 172629 1726888910.49043: variable 'omit' from source: magic vars 172629 1726888910.49237: variable 'omit' from source: magic vars 172629 1726888910.49744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888910.55081: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888910.55363: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888910.55462: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888910.55466: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888910.55500: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888910.55611: 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) 172629 1726888910.55718: 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) 172629 1726888910.55759: 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) 172629 1726888910.55941: 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) 172629 1726888910.55966: 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) 172629 1726888910.56723: variable 'storage_use_partitions' from source: role '' defaults 172629 1726888910.56847: variable 'storage_disklabel_type' from source: role '' defaults 172629 1726888910.56861: variable 'storage_pool_defaults' from source: role '' defaults 172629 1726888910.56929: variable 'storage_pool_defaults' from source: role '' defaults 172629 1726888910.57360: variable 'storage_volume_defaults' from source: role '' defaults 172629 1726888910.57432: variable 'storage_volume_defaults' from source: role '' defaults 172629 1726888910.57702: variable 'storage_safe_mode' from source: play vars 172629 1726888910.58033: 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) 172629 1726888910.58037: 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) 172629 1726888910.58040: 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) 172629 1726888910.58171: 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) 172629 1726888910.58192: 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) 172629 1726888910.58460: variable 'omit' from source: magic vars 172629 1726888910.58470: variable 'omit' from source: magic vars 172629 1726888910.58473: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888910.58567: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888910.58600: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888910.58621: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888910.58636: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888910.58671: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888910.58907: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888910.58910: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888910.58968: Set connection var ansible_timeout to 10 172629 1726888910.58979: Set connection var ansible_shell_type to sh 172629 1726888910.58990: Set connection var ansible_pipelining to False 172629 1726888910.58999: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888910.59023: Set connection var ansible_shell_executable to /bin/sh 172629 1726888910.59234: Set connection var ansible_connection to ssh 172629 1726888910.59238: variable 'ansible_shell_executable' from source: unknown 172629 1726888910.59240: variable 'ansible_connection' from source: unknown 172629 1726888910.59242: variable 'ansible_module_compression' from source: unknown 172629 1726888910.59244: variable 'ansible_shell_type' from source: unknown 172629 1726888910.59246: variable 'ansible_shell_executable' from source: unknown 172629 1726888910.59248: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888910.59250: variable 'ansible_pipelining' from source: unknown 172629 1726888910.59254: variable 'ansible_timeout' from source: unknown 172629 1726888910.59262: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888910.59424: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888910.59660: variable 'omit' from source: magic vars 172629 1726888910.59664: starting attempt loop 172629 1726888910.59667: running the handler 172629 1726888910.59669: _low_level_execute_command(): starting 172629 1726888910.59671: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888910.61084: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888910.61273: 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 <<< 172629 1726888910.61411: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888910.61491: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888910.61585: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888910.61728: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888910.63515: stdout chunk (state=3): >>>/root <<< 172629 1726888910.63787: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888910.63791: stdout chunk (state=3): >>><<< 172629 1726888910.63793: stderr chunk (state=3): >>><<< 172629 1726888910.63796: _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 172629 1726888910.63798: _low_level_execute_command(): starting 172629 1726888910.63800: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888910.6375113-172986-76945363475666 `" && echo ansible-tmp-1726888910.6375113-172986-76945363475666="` echo /root/.ansible/tmp/ansible-tmp-1726888910.6375113-172986-76945363475666 `" ) && sleep 0' 172629 1726888910.66075: 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 <<< 172629 1726888910.66375: 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 <<< 172629 1726888910.66632: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888910.68519: stdout chunk (state=3): >>>ansible-tmp-1726888910.6375113-172986-76945363475666=/root/.ansible/tmp/ansible-tmp-1726888910.6375113-172986-76945363475666 <<< 172629 1726888910.68825: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888910.68828: stdout chunk (state=3): >>><<< 172629 1726888910.68831: stderr chunk (state=3): >>><<< 172629 1726888910.68871: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888910.6375113-172986-76945363475666=/root/.ansible/tmp/ansible-tmp-1726888910.6375113-172986-76945363475666 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888910.68920: variable 'ansible_module_compression' from source: unknown 172629 1726888910.69041: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 172629 1726888910.69134: variable 'ansible_facts' from source: unknown 172629 1726888910.69427: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888910.6375113-172986-76945363475666/AnsiballZ_blivet.py 172629 1726888910.69758: Sending initial data 172629 1726888910.69794: Sent initial data (156 bytes) 172629 1726888910.71066: 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 <<< 172629 1726888910.71205: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888910.71224: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888910.71503: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888910.72960: 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 <<< 172629 1726888910.73031: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888910.73102: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpm4h1ndc3 /root/.ansible/tmp/ansible-tmp-1726888910.6375113-172986-76945363475666/AnsiballZ_blivet.py <<< 172629 1726888910.73111: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888910.6375113-172986-76945363475666/AnsiballZ_blivet.py" <<< 172629 1726888910.73351: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpm4h1ndc3" to remote "/root/.ansible/tmp/ansible-tmp-1726888910.6375113-172986-76945363475666/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888910.6375113-172986-76945363475666/AnsiballZ_blivet.py" <<< 172629 1726888910.75216: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888910.75219: stdout chunk (state=3): >>><<< 172629 1726888910.75234: stderr chunk (state=3): >>><<< 172629 1726888910.75258: done transferring module to remote 172629 1726888910.75368: _low_level_execute_command(): starting 172629 1726888910.75371: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888910.6375113-172986-76945363475666/ /root/.ansible/tmp/ansible-tmp-1726888910.6375113-172986-76945363475666/AnsiballZ_blivet.py && sleep 0' 172629 1726888910.76907: 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 <<< 172629 1726888910.76975: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888910.77058: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888910.78908: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888910.78918: stdout chunk (state=3): >>><<< 172629 1726888910.78928: stderr chunk (state=3): >>><<< 172629 1726888910.79060: _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 172629 1726888910.79063: _low_level_execute_command(): starting 172629 1726888910.79067: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888910.6375113-172986-76945363475666/AnsiballZ_blivet.py && sleep 0' 172629 1726888910.80045: 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 <<< 172629 1726888910.80078: stderr 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 <<< 172629 1726888910.80209: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888910.80274: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888910.80399: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888910.80622: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888910.82688: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888910.82734: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888910.82764: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888910.82837: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888910.82841: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888910.82843: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888910.82845: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888910.82898: 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' <<< 172629 1726888910.83083: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e38184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e37e7b30> # /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 0x7f97e381aa50> <<< 172629 1726888910.83093: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888910.83274: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888910.83278: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # <<< 172629 1726888910.83280: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888910.83305: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages <<< 172629 1726888910.83402: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888910.83415: 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 0x7f97e362d130> <<< 172629 1726888910.83571: 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 0x7f97e362e120> 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. <<< 172629 1726888910.83785: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888910.83948: 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 <<< 172629 1726888910.83951: 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 <<< 172629 1726888910.83982: 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 0x7f97e3673f50> # /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' <<< 172629 1726888910.84044: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e36800e0> # /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' <<< 172629 1726888910.84062: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888910.84165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888910.84274: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888910.84343: 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 0x7f97e36a3920> # /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 0x7f97e36a3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3683bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3681340> <<< 172629 1726888910.84384: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3671100> <<< 172629 1726888910.84400: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888910.84424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888910.84447: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888910.84528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888910.84544: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e36c7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e36c6540> <<< 172629 1726888910.84577: 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 0x7f97e3682360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e36c4d10> <<< 172629 1726888910.84731: 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 0x7f97e36f4950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3670380> <<< 172629 1726888910.84734: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97e36f4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e36f4cb0> <<< 172629 1726888910.84761: 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 0x7f97e36f50a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3666ea0> <<< 172629 1726888910.84796: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726888910.84799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888910.84900: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e36f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e36f5460> import 'importlib.machinery' # <<< 172629 1726888910.84908: 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' <<< 172629 1726888910.84975: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e36f6660> import 'importlib.util' # import 'runpy' # <<< 172629 1726888910.85001: 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' <<< 172629 1726888910.85096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726888910.85099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3710890> 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 0x7f97e3711fd0> # /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' <<< 172629 1726888910.85144: 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' <<< 172629 1726888910.85148: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3712e70> <<< 172629 1726888910.85279: 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' <<< 172629 1726888910.85309: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97e37134a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e37123c0> # /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 0x7f97e3713e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3713590> <<< 172629 1726888910.85341: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e36f66c0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888910.85387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888910.85395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888910.85406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888910.85474: 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 0x7f97e3483d70> <<< 172629 1726888910.85513: 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 0x7f97e34ac7d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e34ac530> <<< 172629 1726888910.85570: 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 0x7f97e34ac800> <<< 172629 1726888910.85584: 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' <<< 172629 1726888910.85659: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888910.85754: 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 0x7f97e34ad130> <<< 172629 1726888910.85886: 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 0x7f97e34ada60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e34ac9e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3481f10> <<< 172629 1726888910.85909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888910.85925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888910.85984: 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 0x7f97e34aede0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e34adb50> <<< 172629 1726888910.86071: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e36f6db0> <<< 172629 1726888910.86113: 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' <<< 172629 1726888910.86116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888910.86151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888910.86193: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e34db140> <<< 172629 1726888910.86300: 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' <<< 172629 1726888910.86332: 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 0x7f97e3503500> <<< 172629 1726888910.86344: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888910.86451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # <<< 172629 1726888910.86544: 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 0x7f97e355c2c0> # /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 <<< 172629 1726888910.86578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888910.86806: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e355ea20> <<< 172629 1726888910.86809: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e355c3e0> <<< 172629 1726888910.86811: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3529280> <<< 172629 1726888910.86813: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726888910.86875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e33693a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3502300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e34afd10> <<< 172629 1726888910.86967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f97e3502900> <<< 172629 1726888910.87197: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_dyj25dix/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 172629 1726888910.87366: 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' <<< 172629 1726888910.87381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888910.87438: 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 0x7f97e33bb0e0> import '_typing' # <<< 172629 1726888910.87620: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e339dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e339d130> # zipimport: zlib available <<< 172629 1726888910.87715: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888910.89102: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.90225: 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 0x7f97e33b8fb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726888910.90232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888910.90261: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888910.90661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888910.90665: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97e33eaa50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e33ea7e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e33ea0f0> # /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' <<< 172629 1726888910.90669: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e33ea540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e33bbb00> import 'atexit' # <<< 172629 1726888910.90674: 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 0x7f97e33eb7a0> <<< 172629 1726888910.90680: 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 0x7f97e33eb920> <<< 172629 1726888910.90682: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888910.90684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888910.90686: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888910.90688: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e33ebe30> import 'pwd' # <<< 172629 1726888910.90711: 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' <<< 172629 1726888910.90767: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d1dbe0> <<< 172629 1726888910.90788: 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 0x7f97e2d1f800> # /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' <<< 172629 1726888910.90829: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d24200> <<< 172629 1726888910.90931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888910.90941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888910.90971: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d250d0> # /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' <<< 172629 1726888910.91022: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d27e60> <<< 172629 1726888910.91065: 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' <<< 172629 1726888910.91131: stdout chunk (state=3): >>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97e3712de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d26120> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888910.91258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726888910.91264: 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' <<< 172629 1726888910.91276: 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 0x7f97e2d2bdd0> import '_tokenize' # <<< 172629 1726888910.91308: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d2a8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d2a600> <<< 172629 1726888910.91327: 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' <<< 172629 1726888910.91488: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d2ab70> <<< 172629 1726888910.91495: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d26630> # 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 0x7f97e2d6fe90> # /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 0x7f97e2d70110> <<< 172629 1726888910.91523: 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 <<< 172629 1726888910.91594: 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' <<< 172629 1726888910.91608: 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 0x7f97e2d71cd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d71a90> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888910.91701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888910.91751: 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 0x7f97e2d741d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d723c0> <<< 172629 1726888910.91848: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888910.91851: 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' # <<< 172629 1726888910.91926: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d779b0> <<< 172629 1726888910.92011: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d74380> <<< 172629 1726888910.92070: 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 0x7f97e2d78a10> <<< 172629 1726888910.92102: 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 0x7f97e2d78d70> <<< 172629 1726888910.92144: 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 0x7f97e2d78b00> <<< 172629 1726888910.92176: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d70410> # /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' <<< 172629 1726888910.92223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888910.92272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97e2c04230> <<< 172629 1726888910.92422: 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 0x7f97e2c051f0> <<< 172629 1726888910.92668: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d7a9c0> <<< 172629 1726888910.92672: 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'<<< 172629 1726888910.92677: stdout chunk (state=3): >>> import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97e2d7bd70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d7a630> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888910.92680: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.92683: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.92860: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888910.92863: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888910.92866: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888910.92868: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.92870: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.92992: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.93509: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.94133: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888910.94139: 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' # <<< 172629 1726888910.94222: 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 0x7f97e2c09370> # /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 0x7f97e2c0a120> <<< 172629 1726888910.94229: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2c05400> <<< 172629 1726888910.94391: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726888910.94397: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.94543: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.94651: 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 0x7f97e2c0a150> # zipimport: zlib available <<< 172629 1726888910.95143: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.95536: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.95632: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.95699: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726888910.95725: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.95761: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888910.95829: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.95980: 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 <<< 172629 1726888910.95996: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.96047: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888910.96050: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.96360: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.96495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888910.96552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888910.96567: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888910.96640: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2c0b320> # zipimport: zlib available <<< 172629 1726888910.96747: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.96791: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888910.96798: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888910.96927: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888910.96984: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.97010: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.97188: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.97234: 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' # 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 0x7f97e2c15f10> <<< 172629 1726888910.97357: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2c13f20> <<< 172629 1726888910.97361: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888910.97364: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888910.97434: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888910.97467: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888910.97532: 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 <<< 172629 1726888910.97639: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888910.97677: 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' <<< 172629 1726888910.97712: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d02930> <<< 172629 1726888910.97750: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e341a600> <<< 172629 1726888910.97832: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2c160f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2c15cd0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888910.97901: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888910.97963: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888910.98006: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 172629 1726888910.98134: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 172629 1726888910.98156: stdout chunk (state=3): >>># 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 <<< 172629 1726888910.99794: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.01196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97e28a0bc0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2c8ffe0> <<< 172629 1726888911.01244: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2c8d970> <<< 172629 1726888911.01436: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2ca8410> # zipimport: zlib available <<< 172629 1726888911.01500: 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 <<< 172629 1726888911.01540: stdout chunk (state=3): >>># 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 <<< 172629 1726888911.01570: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/storage_log.py <<< 172629 1726888911.01600: stdout chunk (state=3): >>># 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 0x7f97e28b2660> <<< 172629 1726888911.01618: stdout chunk (state=3): >>>import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28b2270> <<< 172629 1726888911.01658: 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 <<< 172629 1726888911.01789: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28d4dd0> <<< 172629 1726888911.01793: 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' # /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 172629 1726888911.01811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 172629 1726888911.01824: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28d6000> <<< 172629 1726888911.01883: 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 0x7f97e28d5910> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28d5790> <<< 172629 1726888911.01920: 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' <<< 172629 1726888911.02161: 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 0x7f97e28d8560> <<< 172629 1726888911.02164: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28d82f0> <<< 172629 1726888911.02166: 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' <<< 172629 1726888911.02169: 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' <<< 172629 1726888911.02171: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 172629 1726888911.02277: 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 0x7f97e28da390> <<< 172629 1726888911.02507: 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 0x7f97e28da120> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28d99d0> # /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 0x7f97e28dd0d0> <<< 172629 1726888911.02527: 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 0x7f97e28dd460> <<< 172629 1726888911.02559: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' <<< 172629 1726888911.02580: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28dd910> <<< 172629 1726888911.02609: 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' <<< 172629 1726888911.02632: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28de180> <<< 172629 1726888911.02721: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28dc740> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28dc230> # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 172629 1726888911.02743: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28de900> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28dbd70> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28dbd40> <<< 172629 1726888911.02804: 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 <<< 172629 1726888911.02817: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 172629 1726888911.02887: 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 <<< 172629 1726888911.03083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2920fb0> <<< 172629 1726888911.03086: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 172629 1726888911.03089: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2921e50> <<< 172629 1726888911.03091: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2921520> <<< 172629 1726888911.03205: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28df260> <<< 172629 1726888911.03211: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 172629 1726888911.03318: 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 # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 172629 1726888911.03365: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e292aa50> <<< 172629 1726888911.03404: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 172629 1726888911.03433: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 172629 1726888911.03687: 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 <<< 172629 1726888911.03693: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 172629 1726888911.03741: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2930170> import 'gi.repository.Gio' # <<< 172629 1726888911.03780: stdout chunk (state=3): >>>import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28d8ec0> <<< 172629 1726888911.03797: 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 <<< 172629 1726888911.03878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 172629 1726888911.03891: 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' <<< 172629 1726888911.03947: 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' <<< 172629 1726888911.04015: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27be000> <<< 172629 1726888911.04084: stdout chunk (state=3): >>>import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27bd850> <<< 172629 1726888911.04975: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e292a630> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28b2840> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28b1610> <<< 172629 1726888911.05290: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2ca9670> <<< 172629 1726888911.05309: 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' <<< 172629 1726888911.05379: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d2750> <<< 172629 1726888911.05439: 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' <<< 172629 1726888911.05442: stdout chunk (state=3): >>>import 'blivet.devicelibs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d4500> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/__init__.py <<< 172629 1726888911.05514: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888911.05518: 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' <<< 172629 1726888911.05520: 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 <<< 172629 1726888911.05524: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 172629 1726888911.05558: 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' <<< 172629 1726888911.05585: 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' <<< 172629 1726888911.05643: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d7cb0> <<< 172629 1726888911.05656: 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 0x7f97e27d8290> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/core.py <<< 172629 1726888911.05725: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 172629 1726888911.05779: 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' # /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' <<< 172629 1726888911.05962: 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 0x7f97e27d9340> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d91f0> # /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 0x7f97e27d95e0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d8f50> # /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' <<< 172629 1726888911.05974: 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 0x7f97e27d9a90> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d98e0> <<< 172629 1726888911.05977: 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' <<< 172629 1726888911.05979: 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 <<< 172629 1726888911.06062: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 172629 1726888911.06065: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d9dc0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d9ac0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d86e0> <<< 172629 1726888911.06068: 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 <<< 172629 1726888911.06108: 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 0x7f97e27d9910> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/monitor.py <<< 172629 1726888911.06294: stdout chunk (state=3): >>># 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 0x7f97e27ddd00> # /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 0x7f97e27de090> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27dda60> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27dd0d0> # /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 0x7f97e27de210> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d7950> # /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 0x7f97e27de2a0> <<< 172629 1726888911.06430: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d54c0> <<< 172629 1726888911.06480: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d4b90> <<< 172629 1726888911.06529: 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 <<< 172629 1726888911.06542: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 172629 1726888911.06579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 172629 1726888911.06584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 172629 1726888911.06617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 172629 1726888911.06676: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27e6120> <<< 172629 1726888911.06692: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27e4f50> # /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 0x7f97e27e6420> <<< 172629 1726888911.06814: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d2a810> <<< 172629 1726888911.06817: 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 <<< 172629 1726888911.06821: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 172629 1726888911.06832: 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 <<< 172629 1726888911.06867: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888911.06892: 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 0x7f97e2967fe0> <<< 172629 1726888911.06920: 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' <<< 172629 1726888911.06971: 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 <<< 172629 1726888911.06993: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 172629 1726888911.07045: 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' <<< 172629 1726888911.07211: 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' <<< 172629 1726888911.07269: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e18542f0> # /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 0x7f97e1854ad0> # /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 0x7f97e1855100> # /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 0x7f97e1855430> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1854170> <<< 172629 1726888911.07276: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e281b890> <<< 172629 1726888911.07371: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28186b0> <<< 172629 1726888911.07376: 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 <<< 172629 1726888911.07379: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' <<< 172629 1726888911.07381: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1868110> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28192b0> <<< 172629 1726888911.07450: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28181d0> <<< 172629 1726888911.07457: 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 <<< 172629 1726888911.07521: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/dfresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc' <<< 172629 1726888911.07542: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e18686e0> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2819a60> # /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 0x7f97e2967470> <<< 172629 1726888911.07560: 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 <<< 172629 1726888911.07571: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 172629 1726888911.07604: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1868d10> <<< 172629 1726888911.07715: 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' <<< 172629 1726888911.07718: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e18694f0> <<< 172629 1726888911.07783: 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' <<< 172629 1726888911.07808: 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 <<< 172629 1726888911.07830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888911.07968: 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 0x7f97e1894ef0> <<< 172629 1726888911.07990: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/alignment.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/parted/__pycache__/decorators.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/decorators.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/decorators.cpython-312.pyc' import 'parted.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1896090> <<< 172629 1726888911.08280: stdout chunk (state=3): >>>import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1895a60> # /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 0x7f97e1896450> # /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 0x7f97e1896ff0> # /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 0x7f97e1641d00> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16409e0> # /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 0x7f97e1643170> # /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 0x7f97e16644a0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/partition.py <<< 172629 1726888911.08297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 172629 1726888911.08316: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16652b0> <<< 172629 1726888911.08358: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e188a1e0> <<< 172629 1726888911.08383: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1889e50> <<< 172629 1726888911.08394: 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 <<< 172629 1726888911.08465: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 172629 1726888911.08471: 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' <<< 172629 1726888911.08477: stdout chunk (state=3): >>>import 'blivet.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16677d0> <<< 172629 1726888911.08680: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/manager.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/changes.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1694170> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16677a0> <<< 172629 1726888911.08727: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1666c90> <<< 172629 1726888911.08759: 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' <<< 172629 1726888911.08797: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16b0980> # /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' <<< 172629 1726888911.08898: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16b0ad0> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/fs.py <<< 172629 1726888911.08902: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 172629 1726888911.08905: 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' <<< 172629 1726888911.08923: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16cc230> <<< 172629 1726888911.08991: 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 <<< 172629 1726888911.09005: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16cc8c0> <<< 172629 1726888911.09026: 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 <<< 172629 1726888911.09039: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 172629 1726888911.09116: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16cd280> <<< 172629 1726888911.09148: 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' <<< 172629 1726888911.09159: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16cd700> # /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' <<< 172629 1726888911.09281: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16cdca0> # /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 0x7f97e16cdfd0> # /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 0x7f97e16ce5a0> # /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' <<< 172629 1726888911.09308: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16ce780> <<< 172629 1726888911.09332: 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 <<< 172629 1726888911.09387: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 172629 1726888911.09390: 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' <<< 172629 1726888911.09444: stdout chunk (state=3): >>># extension module 'libmount.pylibmount' loaded from '/usr/lib64/python3.12/site-packages/libmount/pylibmount.so' <<< 172629 1726888911.09461: stdout chunk (state=3): >>># extension module 'libmount.pylibmount' executed from '/usr/lib64/python3.12/site-packages/libmount/pylibmount.so' import 'libmount.pylibmount' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97e16cf9e0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16cf860> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16ce900> <<< 172629 1726888911.09567: 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' <<< 172629 1726888911.09570: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 172629 1726888911.09576: 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 <<< 172629 1726888911.09579: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 172629 1726888911.09589: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e17046e0> <<< 172629 1726888911.09615: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e17042f0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16cf890> <<< 172629 1726888911.09971: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16b0fe0> <<< 172629 1726888911.09988: 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 # 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 0x7f97e1530170> # /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 0x7f97e1530530> <<< 172629 1726888911.10069: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16b2c30> <<< 172629 1726888911.10092: 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 <<< 172629 1726888911.10099: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 172629 1726888911.10129: 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 <<< 172629 1726888911.10199: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 172629 1726888911.10615: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1533590> <<< 172629 1726888911.10647: 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 <<< 172629 1726888911.10654: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' <<< 172629 1726888911.10672: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1533710> <<< 172629 1726888911.10767: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1532c90> <<< 172629 1726888911.10771: 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' <<< 172629 1726888911.10807: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1549be0> <<< 172629 1726888911.10862: 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 <<< 172629 1726888911.10886: stdout chunk (state=3): >>># 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 0x7f97e154b020> # /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' <<< 172629 1726888911.10942: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e154b800> <<< 172629 1726888911.11072: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/swap.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 172629 1726888911.11096: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e155c0e0> # /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 0x7f97e155deb0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2965a90> <<< 172629 1726888911.11117: 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 0x7f97e1889b50> <<< 172629 1726888911.11261: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27ea7e0> <<< 172629 1726888911.11376: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 172629 1726888911.11383: 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' import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1595040> # /usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fcoe.py <<< 172629 1726888911.11433: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1595e80> <<< 172629 1726888911.11525: 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 <<< 172629 1726888911.11529: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 172629 1726888911.11531: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1596690> <<< 172629 1726888911.11650: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1583f80> <<< 172629 1726888911.11669: 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 <<< 172629 1726888911.11867: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 172629 1726888911.11960: 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' <<< 172629 1726888911.11963: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e15bc170> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e15944a0> # /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' <<< 172629 1726888911.11966: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e15ddca0> <<< 172629 1726888911.11968: 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 <<< 172629 1726888911.12130: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 172629 1726888911.12151: 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 <<< 172629 1726888911.12171: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 172629 1726888911.12274: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e15f7830> # /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' <<< 172629 1726888911.12279: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e141fcb0> <<< 172629 1726888911.12282: 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 <<< 172629 1726888911.12284: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 172629 1726888911.12337: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/mdraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc' import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1436000> <<< 172629 1726888911.12470: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1434200> <<< 172629 1726888911.12575: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/cache.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' <<< 172629 1726888911.12583: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e146c470> <<< 172629 1726888911.12870: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e15f4140> <<< 172629 1726888911.12885: 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 <<< 172629 1726888911.12971: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 172629 1726888911.13027: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e15f4350> <<< 172629 1726888911.13045: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/file.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 172629 1726888911.13082: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e14ca540> <<< 172629 1726888911.13106: 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' <<< 172629 1726888911.13216: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e14cb050> # /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 0x7f97e14cbb90> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/nodev.py <<< 172629 1726888911.13222: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc' <<< 172629 1726888911.13291: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e14cbfe0> # /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' <<< 172629 1726888911.13412: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e14dcec0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/stratis.py <<< 172629 1726888911.13419: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 172629 1726888911.13585: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e14dd790> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d4650> # /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' <<< 172629 1726888911.13629: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e14de210> <<< 172629 1726888911.13647: 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 <<< 172629 1726888911.13692: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 172629 1726888911.13728: 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 <<< 172629 1726888911.13759: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 172629 1726888911.13788: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1328bc0> <<< 172629 1726888911.13816: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e14fa780> <<< 172629 1726888911.13867: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.13952: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 172629 1726888911.14227: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.14378: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 172629 1726888911.14598: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.14964: stdout chunk (state=3): >>> {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 172629 1726888911.14968: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888911.15643: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888911.15646: stdout chunk (state=3): >>># clear sys.path_hooks <<< 172629 1726888911.15789: 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 # 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 <<< 172629 1726888911.15809: stdout chunk (state=3): >>># cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file <<< 172629 1726888911.15844: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # 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 <<< 172629 1726888911.15848: stdout chunk (state=3): >>># cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _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 <<< 172629 1726888911.15873: stdout chunk (state=3): >>># cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # 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 <<< 172629 1726888911.15900: stdout chunk (state=3): >>># 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 <<< 172629 1726888911.15924: stdout chunk (state=3): >>># 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 <<< 172629 1726888911.15939: stdout chunk (state=3): >>># cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator <<< 172629 1726888911.16546: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888911.16778: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888911.16857: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime # 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 <<< 172629 1726888911.16869: stdout chunk (state=3): >>># cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev <<< 172629 1726888911.16873: 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 <<< 172629 1726888911.16884: stdout chunk (state=3): >>># 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 <<< 172629 1726888911.16911: stdout chunk (state=3): >>># cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject <<< 172629 1726888911.16938: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module <<< 172629 1726888911.17041: stdout chunk (state=3): >>># cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token <<< 172629 1726888911.17045: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy <<< 172629 1726888911.17047: stdout chunk (state=3): >>># cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # 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 <<< 172629 1726888911.17086: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings <<< 172629 1726888911.17120: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 172629 1726888911.17151: stdout chunk (state=3): >>># cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno <<< 172629 1726888911.17377: stdout chunk (state=3): >>># cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # 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 <<< 172629 1726888911.17970: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888911.18022: stdout chunk (state=3): >>># destroy linecache <<< 172629 1726888911.18037: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi <<< 172629 1726888911.18057: stdout chunk (state=3): >>># destroy _struct <<< 172629 1726888911.18135: stdout chunk (state=3): >>># destroy blivet.devicelibs.disk # destroy pyudev <<< 172629 1726888911.18288: stdout chunk (state=3): >>># 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 <<< 172629 1726888911.18341: stdout chunk (state=3): >>># destroy parted # destroy io # destroy _opcode <<< 172629 1726888911.18344: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 172629 1726888911.18347: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux._selinux <<< 172629 1726888911.18361: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 172629 1726888911.18445: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 172629 1726888911.18450: stdout chunk (state=3): >>># destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat <<< 172629 1726888911.18454: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726888911.18475: 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 <<< 172629 1726888911.18674: 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 # 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 <<< 172629 1726888911.18761: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re <<< 172629 1726888911.18765: stdout chunk (state=3): >>># destroy _random <<< 172629 1726888911.18767: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 172629 1726888911.19441: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888911.19444: stdout chunk (state=3): >>><<< 172629 1726888911.19457: stderr chunk (state=3): >>><<< 172629 1726888911.19979: _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 0x7f97e38184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e37e7b30> # /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 0x7f97e381aa50> 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 0x7f97e362d130> # /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 0x7f97e362e120> 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 0x7f97e3673f50> # /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 0x7f97e36800e0> # /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 0x7f97e36a3920> # /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 0x7f97e36a3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3683bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3681340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3671100> # /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 0x7f97e36c7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e36c6540> # /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 0x7f97e3682360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e36c4d10> # /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 0x7f97e36f4950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3670380> # /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 0x7f97e36f4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e36f4cb0> # 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 0x7f97e36f50a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3666ea0> # /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 0x7f97e36f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e36f5460> 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 0x7f97e36f6660> 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 0x7f97e3710890> 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 0x7f97e3711fd0> # /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 0x7f97e3712e70> # 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 0x7f97e37134a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e37123c0> # /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 0x7f97e3713e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3713590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e36f66c0> # /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 0x7f97e3483d70> # /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 0x7f97e34ac7d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e34ac530> # 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 0x7f97e34ac800> # /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 0x7f97e34ad130> # 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 0x7f97e34ada60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e34ac9e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3481f10> # /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 0x7f97e34aede0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e34adb50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e36f6db0> # /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 0x7f97e34db140> # /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 0x7f97e3503500> # /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 0x7f97e355c2c0> # /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 0x7f97e355ea20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e355c3e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3529280> # /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 0x7f97e33693a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e3502300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e34afd10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f97e3502900> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_dyj25dix/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 0x7f97e33bb0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e339dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e339d130> # 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 0x7f97e33b8fb0> # /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 0x7f97e33eaa50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e33ea7e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e33ea0f0> # /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 0x7f97e33ea540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e33bbb00> 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 0x7f97e33eb7a0> # 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 0x7f97e33eb920> # /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 0x7f97e33ebe30> 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 0x7f97e2d1dbe0> # 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 0x7f97e2d1f800> # /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 0x7f97e2d24200> # /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 0x7f97e2d250d0> # /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 0x7f97e2d27e60> # 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 0x7f97e3712de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d26120> # /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 0x7f97e2d2bdd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d2a8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d2a600> # /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 0x7f97e2d2ab70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d26630> # 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 0x7f97e2d6fe90> # /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 0x7f97e2d70110> # /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 0x7f97e2d71cd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d71a90> # /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 0x7f97e2d741d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d723c0> # /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 0x7f97e2d779b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d74380> # 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 0x7f97e2d78a10> # 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 0x7f97e2d78d70> # 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 0x7f97e2d78b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d70410> # /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 0x7f97e2c04230> # 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 0x7f97e2c051f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d7a9c0> # 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 0x7f97e2d7bd70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d7a630> # 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 0x7f97e2c09370> # /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 0x7f97e2c0a120> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2c05400> 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 0x7f97e2c0a150> # 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 0x7f97e2c0b320> # 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 0x7f97e2c15f10> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2c13f20> 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 0x7f97e2d02930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e341a600> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2c160f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2c15cd0> # 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 0x7f97e28a0bc0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2c8ffe0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2c8d970> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2ca8410> # 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 0x7f97e28b2660> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28b2270> # /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 0x7f97e28d4dd0> # /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 0x7f97e28d6000> # 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 0x7f97e28d5910> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28d5790> # /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 0x7f97e28d8560> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28d82f0> # /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 0x7f97e28da390> # 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 0x7f97e28da120> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28d99d0> # /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 0x7f97e28dd0d0> # /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 0x7f97e28dd460> # /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 0x7f97e28dd910> # /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 0x7f97e28de180> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28dc740> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28dc230> # 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 0x7f97e28de900> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28dbd70> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28dbd40> # /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 0x7f97e2920fb0> # /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 0x7f97e2921e50> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2921520> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28df260> 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 0x7f97e292aa50> 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 0x7f97e2930170> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28d8ec0> # /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 0x7f97e27be000> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27bd850> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e292a630> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28b2840> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28b1610> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2ca9670> # /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 0x7f97e27d2750> # /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 0x7f97e27d4500> # /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 0x7f97e27d7cb0> # /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 0x7f97e27d8290> # /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 0x7f97e27d9340> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d91f0> # /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 0x7f97e27d95e0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d8f50> # /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 0x7f97e27d9a90> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d98e0> # /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 0x7f97e27d9dc0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d9ac0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d86e0> # /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 0x7f97e27d9910> # /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 0x7f97e27ddd00> # /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 0x7f97e27de090> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27dda60> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27dd0d0> # /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 0x7f97e27de210> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d7950> # /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 0x7f97e27de2a0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d54c0> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d4b90> # /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 0x7f97e27e6120> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27e4f50> # /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 0x7f97e27e6420> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2d2a810> # /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 0x7f97e2967fe0> # /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 0x7f97e18542f0> # /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 0x7f97e1854ad0> # /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 0x7f97e1855100> # /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 0x7f97e1855430> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1854170> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e281b890> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28186b0> # /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 0x7f97e1868110> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28192b0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e28181d0> # /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 0x7f97e18686e0> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2819a60> # /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 0x7f97e2967470> # /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 0x7f97e1868d10> # /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 0x7f97e18694f0> # /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 0x7f97e1894ef0> # /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 0x7f97e1896090> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1895a60> # /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 0x7f97e1896450> # /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 0x7f97e1896ff0> # /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 0x7f97e1641d00> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16409e0> # /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 0x7f97e1643170> # /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 0x7f97e16644a0> # /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 0x7f97e16652b0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e188a1e0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1889e50> # /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 0x7f97e16677d0> # /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 0x7f97e1694170> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16677a0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1666c90> # /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 0x7f97e16b0980> # /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 0x7f97e16b0ad0> # /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 0x7f97e16cc230> # /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 0x7f97e16cc8c0> # /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 0x7f97e16cd280> # /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 0x7f97e16cd700> # /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 0x7f97e16cdca0> # /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 0x7f97e16cdfd0> # /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 0x7f97e16ce5a0> # /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 0x7f97e16ce780> # /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 0x7f97e16cf9e0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16cf860> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16ce900> # /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 0x7f97e17046e0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e17042f0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16cf890> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16b0fe0> # /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 0x7f97e1530170> # /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 0x7f97e1530530> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e16b2c30> # /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 0x7f97e1533590> # /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 0x7f97e1533710> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1532c90> # /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 0x7f97e1549be0> # /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 0x7f97e154b020> # /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 0x7f97e154b800> # /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 0x7f97e155c0e0> # /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 0x7f97e155deb0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e2965a90> # /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 0x7f97e1889b50> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27ea7e0> # /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 0x7f97e1595040> # /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 0x7f97e1595e80> # /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 0x7f97e1596690> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1583f80> # /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 0x7f97e15bc170> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e15944a0> # /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 0x7f97e15ddca0> # /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 0x7f97e15f7830> # /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 0x7f97e141fcb0> # /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 0x7f97e1436000> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e1434200> # /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 0x7f97e146c470> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e15f4140> # /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 0x7f97e15f4350> # /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 0x7f97e14ca540> # /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 0x7f97e14cb050> # /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 0x7f97e14cbb90> # /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 0x7f97e14cbfe0> # /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 0x7f97e14dcec0> # /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 0x7f97e14dd790> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e27d4650> # /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 0x7f97e14de210> # /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 0x7f97e1328bc0> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97e14fa780> # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # # zipimport: zlib available {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": 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. 172629 1726888911.22867: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': 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-1726888910.6375113-172986-76945363475666/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888911.22870: _low_level_execute_command(): starting 172629 1726888911.22877: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888910.6375113-172986-76945363475666/ > /dev/null 2>&1 && sleep 0' 172629 1726888911.22880: 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 <<< 172629 1726888911.22886: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888911.22888: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888911.22892: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888911.22895: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888911.23632: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888911.23636: stdout chunk (state=3): >>><<< 172629 1726888911.23638: stderr chunk (state=3): >>><<< 172629 1726888911.23641: _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 172629 1726888911.23643: handler run complete 172629 1726888911.23695: attempt loop complete, returning result 172629 1726888911.23699: _execute() done 172629 1726888911.23701: dumping result to json 172629 1726888911.23703: done dumping result, returning 172629 1726888911.23714: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-d0a8-add8-0000000000de] 172629 1726888911.23717: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000de ok: [managed_node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } 172629 1726888911.24411: no more pending results, returning what we have 172629 1726888911.24414: results queue empty 172629 1726888911.24415: checking for any_errors_fatal 172629 1726888911.24420: done checking for any_errors_fatal 172629 1726888911.24421: checking for max_fail_percentage 172629 1726888911.24423: done checking for max_fail_percentage 172629 1726888911.24423: checking to see if all hosts have failed and the running result is not ok 172629 1726888911.24424: done checking to see if all hosts have failed 172629 1726888911.24425: getting the remaining hosts for this loop 172629 1726888911.24427: done getting the remaining hosts for this loop 172629 1726888911.24430: getting the next task for host managed_node1 172629 1726888911.24436: done getting next task for host managed_node1 172629 1726888911.24440: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 172629 1726888911.24443: ^ 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 172629 1726888911.24591: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000de 172629 1726888911.24594: WORKER PROCESS EXITING 172629 1726888911.24600: getting variables 172629 1726888911.24601: in VariableManager get_vars() 172629 1726888911.24796: Calling all_inventory to load vars for managed_node1 172629 1726888911.24799: Calling groups_inventory to load vars for managed_node1 172629 1726888911.24805: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888911.24814: Calling all_plugins_play to load vars for managed_node1 172629 1726888911.24817: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888911.24820: Calling groups_plugins_play to load vars for managed_node1 172629 1726888911.27033: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888911.28412: done with get_vars() 172629 1726888911.28428: done getting variables 172629 1726888911.28720: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.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 23:21:51 -0400 (0:00:00.819) 0:00:11.567 ****** 172629 1726888911.28762: entering _queue_task() for managed_node1/command 172629 1726888911.28764: Creating lock for command 172629 1726888911.29881: worker is 1 (out of 1 available) 172629 1726888911.29893: exiting _queue_task() for managed_node1/command 172629 1726888911.29909: done queuing things up, now waiting for results queue to drain 172629 1726888911.29910: waiting for pending results... 172629 1726888911.30673: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 172629 1726888911.30929: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000df 172629 1726888911.31161: variable 'ansible_search_path' from source: unknown 172629 1726888911.31164: variable 'ansible_search_path' from source: unknown 172629 1726888911.31166: calling self._execute() 172629 1726888911.31169: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888911.31171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888911.31173: variable 'omit' from source: magic vars 172629 1726888911.31828: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888911.35868: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888911.35946: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888911.36360: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888911.36364: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888911.36367: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888911.36370: 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) 172629 1726888911.36372: 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) 172629 1726888911.36576: 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) 172629 1726888911.36619: 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) 172629 1726888911.36638: 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) 172629 1726888911.36751: Evaluated conditional (storage_udevadm_trigger | d(false)): False 172629 1726888911.37160: when evaluation is False, skipping this task 172629 1726888911.37163: _execute() done 172629 1726888911.37166: dumping result to json 172629 1726888911.37168: done dumping result, returning 172629 1726888911.37171: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-d0a8-add8-0000000000df] 172629 1726888911.37173: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000df 172629 1726888911.37245: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000df 172629 1726888911.37249: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 172629 1726888911.37300: no more pending results, returning what we have 172629 1726888911.37304: results queue empty 172629 1726888911.37305: checking for any_errors_fatal 172629 1726888911.37316: done checking for any_errors_fatal 172629 1726888911.37316: checking for max_fail_percentage 172629 1726888911.37319: done checking for max_fail_percentage 172629 1726888911.37319: checking to see if all hosts have failed and the running result is not ok 172629 1726888911.37320: done checking to see if all hosts have failed 172629 1726888911.37321: getting the remaining hosts for this loop 172629 1726888911.37323: done getting the remaining hosts for this loop 172629 1726888911.37327: getting the next task for host managed_node1 172629 1726888911.37335: done getting next task for host managed_node1 172629 1726888911.37339: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 172629 1726888911.37343: ^ 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 172629 1726888911.37361: getting variables 172629 1726888911.37363: in VariableManager get_vars() 172629 1726888911.37399: Calling all_inventory to load vars for managed_node1 172629 1726888911.37401: Calling groups_inventory to load vars for managed_node1 172629 1726888911.37404: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888911.37414: Calling all_plugins_play to load vars for managed_node1 172629 1726888911.37417: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888911.37420: Calling groups_plugins_play to load vars for managed_node1 172629 1726888911.39247: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888911.40962: done with get_vars() 172629 1726888911.41096: 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 23:21:51 -0400 (0:00:00.125) 0:00:11.692 ****** 172629 1726888911.41300: entering _queue_task() for managed_node1/stat 172629 1726888911.41913: worker is 1 (out of 1 available) 172629 1726888911.41926: exiting _queue_task() for managed_node1/stat 172629 1726888911.41938: done queuing things up, now waiting for results queue to drain 172629 1726888911.41939: waiting for pending results... 172629 1726888911.42643: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 172629 1726888911.43103: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000e0 172629 1726888911.43229: variable 'ansible_search_path' from source: unknown 172629 1726888911.43233: variable 'ansible_search_path' from source: unknown 172629 1726888911.43270: calling self._execute() 172629 1726888911.43495: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888911.43498: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888911.43654: variable 'omit' from source: magic vars 172629 1726888911.43987: variable 'omit' from source: magic vars 172629 1726888911.44053: variable 'omit' from source: magic vars 172629 1726888911.44306: variable 'omit' from source: magic vars 172629 1726888911.44349: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888911.44503: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888911.44524: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888911.44540: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888911.44554: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888911.44841: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888911.44845: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888911.44847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888911.45179: Set connection var ansible_timeout to 10 172629 1726888911.45182: Set connection var ansible_shell_type to sh 172629 1726888911.45191: Set connection var ansible_pipelining to False 172629 1726888911.45196: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888911.45202: Set connection var ansible_shell_executable to /bin/sh 172629 1726888911.45204: Set connection var ansible_connection to ssh 172629 1726888911.45227: variable 'ansible_shell_executable' from source: unknown 172629 1726888911.45229: variable 'ansible_connection' from source: unknown 172629 1726888911.45232: variable 'ansible_module_compression' from source: unknown 172629 1726888911.45235: variable 'ansible_shell_type' from source: unknown 172629 1726888911.45238: variable 'ansible_shell_executable' from source: unknown 172629 1726888911.45660: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888911.45663: variable 'ansible_pipelining' from source: unknown 172629 1726888911.45665: variable 'ansible_timeout' from source: unknown 172629 1726888911.45667: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888911.45862: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888911.45879: variable 'omit' from source: magic vars 172629 1726888911.45888: starting attempt loop 172629 1726888911.45896: running the handler 172629 1726888911.45913: _low_level_execute_command(): starting 172629 1726888911.45926: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888911.47282: 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' <<< 172629 1726888911.47397: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888911.47442: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888911.49131: stdout chunk (state=3): >>>/root <<< 172629 1726888911.49306: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888911.49318: stdout chunk (state=3): >>><<< 172629 1726888911.49331: stderr chunk (state=3): >>><<< 172629 1726888911.49359: _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 172629 1726888911.49381: _low_level_execute_command(): starting 172629 1726888911.49394: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888911.493666-173017-257550218267960 `" && echo ansible-tmp-1726888911.493666-173017-257550218267960="` echo /root/.ansible/tmp/ansible-tmp-1726888911.493666-173017-257550218267960 `" ) && sleep 0' 172629 1726888911.50468: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888911.50758: 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' <<< 172629 1726888911.50787: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888911.50801: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888911.50880: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888911.52770: stdout chunk (state=3): >>>ansible-tmp-1726888911.493666-173017-257550218267960=/root/.ansible/tmp/ansible-tmp-1726888911.493666-173017-257550218267960 <<< 172629 1726888911.52905: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888911.52913: stdout chunk (state=3): >>><<< 172629 1726888911.52922: stderr chunk (state=3): >>><<< 172629 1726888911.52939: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888911.493666-173017-257550218267960=/root/.ansible/tmp/ansible-tmp-1726888911.493666-173017-257550218267960 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888911.53013: variable 'ansible_module_compression' from source: unknown 172629 1726888911.53216: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726888911.53261: variable 'ansible_facts' from source: unknown 172629 1726888911.53354: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888911.493666-173017-257550218267960/AnsiballZ_stat.py 172629 1726888911.53881: Sending initial data 172629 1726888911.53884: Sent initial data (154 bytes) 172629 1726888911.54911: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888911.55012: 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 <<< 172629 1726888911.55295: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888911.55334: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888911.56893: 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 <<< 172629 1726888911.56935: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888911.56984: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp2x0cmga_ /root/.ansible/tmp/ansible-tmp-1726888911.493666-173017-257550218267960/AnsiballZ_stat.py <<< 172629 1726888911.56988: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888911.493666-173017-257550218267960/AnsiballZ_stat.py" <<< 172629 1726888911.57057: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp2x0cmga_" to remote "/root/.ansible/tmp/ansible-tmp-1726888911.493666-173017-257550218267960/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888911.493666-173017-257550218267960/AnsiballZ_stat.py" <<< 172629 1726888911.58447: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888911.58462: stdout chunk (state=3): >>><<< 172629 1726888911.58473: stderr chunk (state=3): >>><<< 172629 1726888911.58532: done transferring module to remote 172629 1726888911.58551: _low_level_execute_command(): starting 172629 1726888911.58735: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888911.493666-173017-257550218267960/ /root/.ansible/tmp/ansible-tmp-1726888911.493666-173017-257550218267960/AnsiballZ_stat.py && sleep 0' 172629 1726888911.59673: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888911.60064: 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' <<< 172629 1726888911.60093: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888911.60170: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888911.61962: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888911.61973: stdout chunk (state=3): >>><<< 172629 1726888911.61984: stderr chunk (state=3): >>><<< 172629 1726888911.62004: _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 172629 1726888911.62018: _low_level_execute_command(): starting 172629 1726888911.62034: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888911.493666-173017-257550218267960/AnsiballZ_stat.py && sleep 0' 172629 1726888911.63474: 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' <<< 172629 1726888911.63498: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888911.63517: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888911.63597: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888911.65779: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888911.65806: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888911.65832: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888911.65898: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888911.65936: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888911.65974: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888911.66000: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888911.66064: 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' <<< 172629 1726888911.66086: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888911.66105: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888911.66141: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888911.66212: 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 0x7f41f59bc4d0> <<< 172629 1726888911.66217: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f598bb00> <<< 172629 1726888911.66223: 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 0x7f41f59bea50> <<< 172629 1726888911.66310: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888911.66314: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888911.66316: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888911.66663: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888911.66875: 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 0x7f41f59cd130> # /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 0x7f41f59ce120> 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. <<< 172629 1726888911.66931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888911.66957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888911.66986: 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' <<< 172629 1726888911.66997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888911.67037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888911.67051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888911.67090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888911.67106: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f57caea0> <<< 172629 1726888911.67135: 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' <<< 172629 1726888911.67167: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f57e01a0> <<< 172629 1726888911.67182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888911.67229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888911.67232: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888911.67281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888911.67294: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888911.67324: 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 0x7f41f5803a40> <<< 172629 1726888911.67567: 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 0x7f41f5824110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f57e3ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f57e1400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f57c91c0> <<< 172629 1726888911.67589: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888911.67611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888911.67630: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888911.67665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888911.67687: 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' <<< 172629 1726888911.67721: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f5827950> <<< 172629 1726888911.67776: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f5826570> <<< 172629 1726888911.67780: 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 0x7f41f57e22a0> <<< 172629 1726888911.68005: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f57e1430> # /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 0x7f41f58549b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f57c8440> # /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 0x7f41f5854e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f5854d10> # 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 0x7f41f5855100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f57c6f60> # /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' <<< 172629 1726888911.68020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888911.68068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f58557c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f58554c0> import 'importlib.machinery' # <<< 172629 1726888911.68128: 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' <<< 172629 1726888911.68141: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f58566c0> import 'importlib.util' # import 'runpy' # <<< 172629 1726888911.68238: 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' <<< 172629 1726888911.68250: 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 0x7f41f58708f0> import 'errno' # <<< 172629 1726888911.68781: 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 0x7f41f5872030> <<< 172629 1726888911.68784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f5872ed0> # 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 0x7f41f5873530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f5872420> # /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 0x7f41f5873fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f58736e0> <<< 172629 1726888911.68801: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f5856720> # /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 0x7f41f55fbe00> # /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 0x7f41f5628860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f56285c0> # 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 0x7f41f5628890> # /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' <<< 172629 1726888911.68836: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888911.68968: 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 0x7f41f56291c0> <<< 172629 1726888911.69276: 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 0x7f41f5629b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f5628a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f55f9fa0> # /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 0x7f41f562af60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f5629ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f5856e10> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888911.69315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888911.69334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888911.69364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888911.69392: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f5653290> <<< 172629 1726888911.69446: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888911.69471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888911.69497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888911.69508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888911.69548: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f567b650> <<< 172629 1726888911.69568: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888911.69611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888911.69667: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888911.69703: 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 0x7f41f56d43e0> <<< 172629 1726888911.69706: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888911.69738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888911.69764: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888911.69801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888911.69980: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f56d6b40> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f56d4500> <<< 172629 1726888911.69996: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f569d3d0> <<< 172629 1726888911.70027: 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 0x7f41f4f214c0> <<< 172629 1726888911.70048: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f567a480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f562be60> <<< 172629 1726888911.70608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f41f4f21760> # zipimport: found 30 names in '/tmp/ansible_stat_payload_7mio_rik/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 <<< 172629 1726888911.70611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888911.70644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888911.70717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888911.71070: 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 0x7f41f4f77200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4f560f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4f55250> # zipimport: zlib available import 'ansible' # # zipimport: zlib available <<< 172629 1726888911.71198: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888911.72428: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.73530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888911.73587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4f750d0> # /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' <<< 172629 1726888911.73644: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41f4fa2bd0> <<< 172629 1726888911.73686: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4fa2960> <<< 172629 1726888911.73729: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4fa2270> <<< 172629 1726888911.73751: 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' <<< 172629 1726888911.73783: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4fa29c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4f77c20> <<< 172629 1726888911.73811: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888911.73824: 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 0x7f41f4fa3920> <<< 172629 1726888911.73848: 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 0x7f41f4fa3b60> <<< 172629 1726888911.73871: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888911.73913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888911.73925: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888911.73967: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4fc4050> <<< 172629 1726888911.73989: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888911.74014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888911.74025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888911.74058: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e0dd90> <<< 172629 1726888911.74086: 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 0x7f41f4e0f9b0> <<< 172629 1726888911.74164: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888911.74187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e143b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888911.74213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888911.74470: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e152b0> <<< 172629 1726888911.74488: 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' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e17f80> # 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 0x7f41f4e180b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e16240> # /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' <<< 172629 1726888911.74514: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888911.74540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888911.74577: 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 0x7f41f4e1bf80> import '_tokenize' # <<< 172629 1726888911.74643: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e1aa50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e1a7b0> <<< 172629 1726888911.74671: 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' <<< 172629 1726888911.74748: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e1ad20> <<< 172629 1726888911.74779: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e16750> <<< 172629 1726888911.74803: 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 0x7f41f4e5fbf0> <<< 172629 1726888911.74837: 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 0x7f41f4e60320> <<< 172629 1726888911.74865: 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 <<< 172629 1726888911.74891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888911.74926: 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' <<< 172629 1726888911.74951: 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 0x7f41f4e61dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e61b80> <<< 172629 1726888911.74967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888911.75050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888911.75102: 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 0x7f41f4e642c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e624b0> <<< 172629 1726888911.75443: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888911.75447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e67aa0> <<< 172629 1726888911.75464: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e64470> # 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 0x7f41f4e68800> # 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 0x7f41f4e68a70> <<< 172629 1726888911.75499: 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 0x7f41f4e68d10> <<< 172629 1726888911.75521: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e604a0> <<< 172629 1726888911.75549: 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 <<< 172629 1726888911.75574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888911.75786: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41f4ef43e0> # 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 0x7f41f4ef5760> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e6ab70> <<< 172629 1726888911.75823: 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 0x7f41f4e6bf20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e6a7b0> <<< 172629 1726888911.75859: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888911.75876: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.75954: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.76044: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.76079: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888911.76106: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888911.76223: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.76338: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.76865: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.77417: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888911.77432: stdout chunk (state=3): >>> import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888911.77458: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888911.77471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888911.77511: 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 0x7f41f4ef9910> <<< 172629 1726888911.77627: 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' <<< 172629 1726888911.77631: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4efa6f0> <<< 172629 1726888911.77633: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4ef5880> <<< 172629 1726888911.77672: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888911.77718: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726888911.77836: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.77873: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.78027: 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' <<< 172629 1726888911.78169: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4efa8a0> # zipimport: zlib available <<< 172629 1726888911.78503: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.78945: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.79016: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.79091: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888911.79142: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.79173: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # <<< 172629 1726888911.79257: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.79272: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.79344: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888911.79378: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888911.79421: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.79478: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888911.79692: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.79922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888911.80019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888911.80022: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888911.80057: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4efb950> <<< 172629 1726888911.80293: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.80296: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888911.80325: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888911.80345: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.80372: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.80417: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.80474: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.80541: 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 <<< 172629 1726888911.80576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888911.80656: 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 0x7f41f4d06330> <<< 172629 1726888911.80719: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4d01280> <<< 172629 1726888911.80741: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888911.80833: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.80860: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.80882: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.80939: 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' <<< 172629 1726888911.80959: 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 <<< 172629 1726888911.81066: 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 <<< 172629 1726888911.81083: 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' <<< 172629 1726888911.81141: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4fdaa20> <<< 172629 1726888911.81175: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4fee720> <<< 172629 1726888911.81267: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4d060c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4ef58b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888911.81287: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.81402: 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' # <<< 172629 1726888911.81409: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.81423: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888911.81559: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.81738: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888911.83270: 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": 1726888875.2683878, "mtime": 1726888869.437349, "ctime": 1726888869.437349, "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__ <<< 172629 1726888911.83485: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path <<< 172629 1726888911.83519: stdout chunk (state=3): >>># clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 <<< 172629 1726888911.83646: stdout chunk (state=3): >>># cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # 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 <<< 172629 1726888911.83690: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 172629 1726888911.83960: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888911.84045: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888911.84072: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726888911.84165: 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<<< 172629 1726888911.84248: stdout chunk (state=3): >>> # 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 <<< 172629 1726888911.84260: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888911.84378: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib <<< 172629 1726888911.84386: stdout chunk (state=3): >>># cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 172629 1726888911.84412: 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 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 <<< 172629 1726888911.84591: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888911.84623: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888911.84651: 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 <<< 172629 1726888911.84682: stdout chunk (state=3): >>># 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 <<< 172629 1726888911.84823: 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 <<< 172629 1726888911.84872: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888911.85276: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888911.85280: stdout chunk (state=3): >>><<< 172629 1726888911.85282: stderr chunk (state=3): >>><<< 172629 1726888911.85638: _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 0x7f41f59bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f598bb00> # /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 0x7f41f59bea50> 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 0x7f41f59cd130> # /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 0x7f41f59ce120> 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 0x7f41f57caea0> # /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 0x7f41f57e01a0> # /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 0x7f41f5803a40> # /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 0x7f41f5824110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f57e3ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f57e1400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f57c91c0> # /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 0x7f41f5827950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f5826570> # /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 0x7f41f57e22a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f57e1430> # /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 0x7f41f58549b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f57c8440> # /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 0x7f41f5854e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f5854d10> # 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 0x7f41f5855100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f57c6f60> # /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 0x7f41f58557c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f58554c0> 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 0x7f41f58566c0> 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 0x7f41f58708f0> 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 0x7f41f5872030> # /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 0x7f41f5872ed0> # 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 0x7f41f5873530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f5872420> # /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 0x7f41f5873fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f58736e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f5856720> # /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 0x7f41f55fbe00> # /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 0x7f41f5628860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f56285c0> # 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 0x7f41f5628890> # /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 0x7f41f56291c0> # 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 0x7f41f5629b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f5628a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f55f9fa0> # /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 0x7f41f562af60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f5629ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f5856e10> # /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 0x7f41f5653290> # /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 0x7f41f567b650> # /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 0x7f41f56d43e0> # /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 0x7f41f56d6b40> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f56d4500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f569d3d0> # /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 0x7f41f4f214c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f567a480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f562be60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f41f4f21760> # zipimport: found 30 names in '/tmp/ansible_stat_payload_7mio_rik/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 0x7f41f4f77200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4f560f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4f55250> # 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 0x7f41f4f750d0> # /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 0x7f41f4fa2bd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4fa2960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4fa2270> # /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 0x7f41f4fa29c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4f77c20> 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 0x7f41f4fa3920> # 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 0x7f41f4fa3b60> # /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 0x7f41f4fc4050> 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 0x7f41f4e0dd90> # 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 0x7f41f4e0f9b0> # /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 0x7f41f4e143b0> # /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 0x7f41f4e152b0> # /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 0x7f41f4e17f80> # 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 0x7f41f4e180b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e16240> # /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 0x7f41f4e1bf80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e1aa50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e1a7b0> # /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 0x7f41f4e1ad20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e16750> # 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 0x7f41f4e5fbf0> # /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 0x7f41f4e60320> # /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 0x7f41f4e61dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e61b80> # /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 0x7f41f4e642c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e624b0> # /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 0x7f41f4e67aa0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e64470> # 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 0x7f41f4e68800> # 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 0x7f41f4e68a70> # 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 0x7f41f4e68d10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e604a0> # /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 0x7f41f4ef43e0> # 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 0x7f41f4ef5760> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e6ab70> # 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 0x7f41f4e6bf20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4e6a7b0> # 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 0x7f41f4ef9910> # /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 0x7f41f4efa6f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4ef5880> 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 0x7f41f4efa8a0> # 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 0x7f41f4efb950> # 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 0x7f41f4d06330> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4d01280> 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 0x7f41f4fdaa20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4fee720> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4d060c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41f4ef58b0> # 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": 1726888875.2683878, "mtime": 1726888869.437349, "ctime": 1726888869.437349, "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. 172629 1726888911.86895: 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-1726888911.493666-173017-257550218267960/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888911.86898: _low_level_execute_command(): starting 172629 1726888911.86901: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888911.493666-173017-257550218267960/ > /dev/null 2>&1 && sleep 0' 172629 1726888911.88007: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888911.88011: 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 <<< 172629 1726888911.88013: 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 <<< 172629 1726888911.88016: 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 <<< 172629 1726888911.88677: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888911.88690: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888911.88769: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888911.89187: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888911.91277: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888911.91281: stdout chunk (state=3): >>><<< 172629 1726888911.91283: stderr chunk (state=3): >>><<< 172629 1726888911.91660: _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 172629 1726888911.91665: handler run complete 172629 1726888911.91667: attempt loop complete, returning result 172629 1726888911.91669: _execute() done 172629 1726888911.91671: dumping result to json 172629 1726888911.91674: done dumping result, returning 172629 1726888911.91677: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-d0a8-add8-0000000000e0] 172629 1726888911.91679: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000e0 ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726888875.2683878, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "ctime": 1726888869.437349, "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": 1726888869.437349, "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 } } 172629 1726888911.91965: no more pending results, returning what we have 172629 1726888911.91969: results queue empty 172629 1726888911.91970: checking for any_errors_fatal 172629 1726888911.91976: done checking for any_errors_fatal 172629 1726888911.91977: checking for max_fail_percentage 172629 1726888911.91979: done checking for max_fail_percentage 172629 1726888911.91980: checking to see if all hosts have failed and the running result is not ok 172629 1726888911.91981: done checking to see if all hosts have failed 172629 1726888911.91982: getting the remaining hosts for this loop 172629 1726888911.91984: done getting the remaining hosts for this loop 172629 1726888911.91987: getting the next task for host managed_node1 172629 1726888911.91994: done getting next task for host managed_node1 172629 1726888911.91997: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 172629 1726888911.92001: ^ 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 172629 1726888911.92010: getting variables 172629 1726888911.92011: in VariableManager get_vars() 172629 1726888911.92046: Calling all_inventory to load vars for managed_node1 172629 1726888911.92049: Calling groups_inventory to load vars for managed_node1 172629 1726888911.92051: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888911.92668: Calling all_plugins_play to load vars for managed_node1 172629 1726888911.92673: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888911.92678: Calling groups_plugins_play to load vars for managed_node1 172629 1726888911.93370: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000e0 172629 1726888911.93373: WORKER PROCESS EXITING 172629 1726888911.94211: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888911.96446: done with get_vars() 172629 1726888911.97036: 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 23:21:51 -0400 (0:00:00.558) 0:00:12.251 ****** 172629 1726888911.97160: entering _queue_task() for managed_node1/lineinfile 172629 1726888911.97163: Creating lock for lineinfile 172629 1726888911.97659: worker is 1 (out of 1 available) 172629 1726888911.97671: exiting _queue_task() for managed_node1/lineinfile 172629 1726888911.97683: done queuing things up, now waiting for results queue to drain 172629 1726888911.97685: waiting for pending results... 172629 1726888911.97876: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 172629 1726888911.98035: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000e1 172629 1726888911.98057: variable 'ansible_search_path' from source: unknown 172629 1726888911.98066: variable 'ansible_search_path' from source: unknown 172629 1726888911.98110: calling self._execute() 172629 1726888911.98209: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888911.98220: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888911.98239: variable 'omit' from source: magic vars 172629 1726888911.98643: variable '__storage_fstab' from source: set_fact 172629 1726888911.98689: Evaluated conditional (__storage_fstab.stat.exists): True 172629 1726888911.98860: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888911.99160: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888911.99222: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888911.99260: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888911.99306: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888911.99398: variable 'blivet_output' from source: set_fact 172629 1726888911.99412: Evaluated conditional (blivet_output is changed): False 172629 1726888911.99419: when evaluation is False, skipping this task 172629 1726888911.99425: _execute() done 172629 1726888911.99438: dumping result to json 172629 1726888911.99445: done dumping result, returning 172629 1726888911.99456: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-d0a8-add8-0000000000e1] 172629 1726888911.99467: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000e1 skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } 172629 1726888911.99665: no more pending results, returning what we have 172629 1726888911.99669: results queue empty 172629 1726888911.99670: checking for any_errors_fatal 172629 1726888911.99678: done checking for any_errors_fatal 172629 1726888911.99679: checking for max_fail_percentage 172629 1726888911.99681: done checking for max_fail_percentage 172629 1726888911.99682: checking to see if all hosts have failed and the running result is not ok 172629 1726888911.99683: done checking to see if all hosts have failed 172629 1726888911.99684: getting the remaining hosts for this loop 172629 1726888911.99687: done getting the remaining hosts for this loop 172629 1726888911.99690: getting the next task for host managed_node1 172629 1726888911.99700: done getting next task for host managed_node1 172629 1726888911.99704: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 172629 1726888911.99708: ^ 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 172629 1726888911.99840: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000e1 172629 1726888911.99843: WORKER PROCESS EXITING 172629 1726888911.99850: getting variables 172629 1726888911.99852: in VariableManager get_vars() 172629 1726888911.99967: Calling all_inventory to load vars for managed_node1 172629 1726888911.99970: Calling groups_inventory to load vars for managed_node1 172629 1726888911.99979: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888911.99990: Calling all_plugins_play to load vars for managed_node1 172629 1726888911.99993: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888911.99996: Calling groups_plugins_play to load vars for managed_node1 172629 1726888912.00674: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888912.01333: done with get_vars() 172629 1726888912.01356: 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 23:21:52 -0400 (0:00:00.043) 0:00:12.294 ****** 172629 1726888912.01471: entering _queue_task() for managed_node1/systemd 172629 1726888912.01906: worker is 1 (out of 1 available) 172629 1726888912.01917: exiting _queue_task() for managed_node1/systemd 172629 1726888912.01932: done queuing things up, now waiting for results queue to drain 172629 1726888912.01934: waiting for pending results... 172629 1726888912.02152: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 172629 1726888912.02318: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000e3 172629 1726888912.02342: variable 'ansible_search_path' from source: unknown 172629 1726888912.02349: variable 'ansible_search_path' from source: unknown 172629 1726888912.02407: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888912.02638: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888912.02763: dumping result to json 172629 1726888912.02767: done dumping result, returning 172629 1726888912.02770: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-d0a8-add8-0000000000e3] 172629 1726888912.02772: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000e3 skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888912.02986: no more pending results, returning what we have 172629 1726888912.02990: results queue empty 172629 1726888912.02991: checking for any_errors_fatal 172629 1726888912.02998: done checking for any_errors_fatal 172629 1726888912.02998: checking for max_fail_percentage 172629 1726888912.03000: done checking for max_fail_percentage 172629 1726888912.03001: checking to see if all hosts have failed and the running result is not ok 172629 1726888912.03002: done checking to see if all hosts have failed 172629 1726888912.03003: getting the remaining hosts for this loop 172629 1726888912.03005: done getting the remaining hosts for this loop 172629 1726888912.03016: getting the next task for host managed_node1 172629 1726888912.03028: done getting next task for host managed_node1 172629 1726888912.03032: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 172629 1726888912.03036: ^ 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 172629 1726888912.03050: getting variables 172629 1726888912.03052: in VariableManager get_vars() 172629 1726888912.03162: Calling all_inventory to load vars for managed_node1 172629 1726888912.03166: Calling groups_inventory to load vars for managed_node1 172629 1726888912.03169: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888912.03240: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000e3 172629 1726888912.03243: WORKER PROCESS EXITING 172629 1726888912.03258: Calling all_plugins_play to load vars for managed_node1 172629 1726888912.03262: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888912.03266: Calling groups_plugins_play to load vars for managed_node1 172629 1726888912.03949: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888912.04938: done with get_vars() 172629 1726888912.04953: done getting variables 172629 1726888912.05138: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:21:52 -0400 (0:00:00.036) 0:00:12.331 ****** 172629 1726888912.05169: entering _queue_task() for managed_node1/debug 172629 1726888912.05820: worker is 1 (out of 1 available) 172629 1726888912.05958: exiting _queue_task() for managed_node1/debug 172629 1726888912.05970: done queuing things up, now waiting for results queue to drain 172629 1726888912.05972: waiting for pending results... 172629 1726888912.06443: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show blivet_output 172629 1726888912.06759: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000e5 172629 1726888912.06764: variable 'ansible_search_path' from source: unknown 172629 1726888912.06767: variable 'ansible_search_path' from source: unknown 172629 1726888912.06826: calling self._execute() 172629 1726888912.06992: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888912.07040: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888912.07062: variable 'omit' from source: magic vars 172629 1726888912.07307: variable 'omit' from source: magic vars 172629 1726888912.07516: variable 'omit' from source: magic vars 172629 1726888912.07624: variable 'omit' from source: magic vars 172629 1726888912.07734: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888912.07738: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888912.07785: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888912.07951: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888912.07956: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888912.07967: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888912.07975: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888912.07982: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888912.08187: Set connection var ansible_timeout to 10 172629 1726888912.08271: Set connection var ansible_shell_type to sh 172629 1726888912.08274: Set connection var ansible_pipelining to False 172629 1726888912.08277: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888912.08279: Set connection var ansible_shell_executable to /bin/sh 172629 1726888912.08281: Set connection var ansible_connection to ssh 172629 1726888912.08378: variable 'ansible_shell_executable' from source: unknown 172629 1726888912.08381: variable 'ansible_connection' from source: unknown 172629 1726888912.08383: variable 'ansible_module_compression' from source: unknown 172629 1726888912.08386: variable 'ansible_shell_type' from source: unknown 172629 1726888912.08388: variable 'ansible_shell_executable' from source: unknown 172629 1726888912.08486: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888912.08489: variable 'ansible_pipelining' from source: unknown 172629 1726888912.08492: variable 'ansible_timeout' from source: unknown 172629 1726888912.08494: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888912.08830: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888912.08833: variable 'omit' from source: magic vars 172629 1726888912.08836: starting attempt loop 172629 1726888912.08838: running the handler 172629 1726888912.08893: variable 'blivet_output' from source: set_fact 172629 1726888912.09365: variable 'blivet_output' from source: set_fact 172629 1726888912.09368: handler run complete 172629 1726888912.09508: attempt loop complete, returning result 172629 1726888912.09587: _execute() done 172629 1726888912.09594: dumping result to json 172629 1726888912.09602: done dumping result, returning 172629 1726888912.09613: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-d0a8-add8-0000000000e5] 172629 1726888912.09622: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000e5 ok: [managed_node1] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } 172629 1726888912.09802: no more pending results, returning what we have 172629 1726888912.09807: results queue empty 172629 1726888912.09808: checking for any_errors_fatal 172629 1726888912.09816: done checking for any_errors_fatal 172629 1726888912.09816: checking for max_fail_percentage 172629 1726888912.09818: done checking for max_fail_percentage 172629 1726888912.09819: checking to see if all hosts have failed and the running result is not ok 172629 1726888912.09820: done checking to see if all hosts have failed 172629 1726888912.09821: getting the remaining hosts for this loop 172629 1726888912.09823: done getting the remaining hosts for this loop 172629 1726888912.09827: getting the next task for host managed_node1 172629 1726888912.09835: done getting next task for host managed_node1 172629 1726888912.09838: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 172629 1726888912.09842: ^ 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 172629 1726888912.09854: getting variables 172629 1726888912.09858: in VariableManager get_vars() 172629 1726888912.09892: Calling all_inventory to load vars for managed_node1 172629 1726888912.09895: Calling groups_inventory to load vars for managed_node1 172629 1726888912.10123: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888912.10138: Calling all_plugins_play to load vars for managed_node1 172629 1726888912.10142: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888912.10146: Calling groups_plugins_play to load vars for managed_node1 172629 1726888912.10743: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000e5 172629 1726888912.10747: WORKER PROCESS EXITING 172629 1726888912.11576: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888912.13193: done with get_vars() 172629 1726888912.13212: done getting variables 172629 1726888912.13582: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:21:52 -0400 (0:00:00.084) 0:00:12.416 ****** 172629 1726888912.13618: entering _queue_task() for managed_node1/set_fact 172629 1726888912.14684: worker is 1 (out of 1 available) 172629 1726888912.14697: exiting _queue_task() for managed_node1/set_fact 172629 1726888912.14709: done queuing things up, now waiting for results queue to drain 172629 1726888912.14711: waiting for pending results... 172629 1726888912.15129: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 172629 1726888912.15357: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000e6 172629 1726888912.15628: variable 'ansible_search_path' from source: unknown 172629 1726888912.15632: variable 'ansible_search_path' from source: unknown 172629 1726888912.15635: calling self._execute() 172629 1726888912.15696: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888912.15746: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888912.15823: variable 'omit' from source: magic vars 172629 1726888912.15962: variable 'omit' from source: magic vars 172629 1726888912.16041: variable 'omit' from source: magic vars 172629 1726888912.16295: variable 'blivet_output' from source: set_fact 172629 1726888912.16351: variable 'omit' from source: magic vars 172629 1726888912.16407: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888912.16444: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888912.16472: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888912.16510: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888912.16528: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888912.16567: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888912.16576: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888912.16586: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888912.16689: Set connection var ansible_timeout to 10 172629 1726888912.16712: Set connection var ansible_shell_type to sh 172629 1726888912.16731: Set connection var ansible_pipelining to False 172629 1726888912.16810: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888912.16823: Set connection var ansible_shell_executable to /bin/sh 172629 1726888912.16829: Set connection var ansible_connection to ssh 172629 1726888912.16831: variable 'ansible_shell_executable' from source: unknown 172629 1726888912.16833: variable 'ansible_connection' from source: unknown 172629 1726888912.16835: variable 'ansible_module_compression' from source: unknown 172629 1726888912.16838: variable 'ansible_shell_type' from source: unknown 172629 1726888912.16840: variable 'ansible_shell_executable' from source: unknown 172629 1726888912.16842: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888912.16844: variable 'ansible_pipelining' from source: unknown 172629 1726888912.16846: variable 'ansible_timeout' from source: unknown 172629 1726888912.16848: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888912.16987: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888912.17003: variable 'omit' from source: magic vars 172629 1726888912.17012: starting attempt loop 172629 1726888912.17018: running the handler 172629 1726888912.17046: handler run complete 172629 1726888912.17063: attempt loop complete, returning result 172629 1726888912.17070: _execute() done 172629 1726888912.17077: dumping result to json 172629 1726888912.17134: done dumping result, returning 172629 1726888912.17145: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-d0a8-add8-0000000000e6] 172629 1726888912.17150: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000e6 172629 1726888912.17215: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000e6 172629 1726888912.17217: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 172629 1726888912.17319: no more pending results, returning what we have 172629 1726888912.17322: results queue empty 172629 1726888912.17323: checking for any_errors_fatal 172629 1726888912.17330: done checking for any_errors_fatal 172629 1726888912.17330: checking for max_fail_percentage 172629 1726888912.17332: done checking for max_fail_percentage 172629 1726888912.17333: checking to see if all hosts have failed and the running result is not ok 172629 1726888912.17334: done checking to see if all hosts have failed 172629 1726888912.17335: getting the remaining hosts for this loop 172629 1726888912.17336: done getting the remaining hosts for this loop 172629 1726888912.17340: getting the next task for host managed_node1 172629 1726888912.17347: done getting next task for host managed_node1 172629 1726888912.17350: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 172629 1726888912.17365: ^ 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 172629 1726888912.17377: getting variables 172629 1726888912.17379: in VariableManager get_vars() 172629 1726888912.17418: Calling all_inventory to load vars for managed_node1 172629 1726888912.17422: Calling groups_inventory to load vars for managed_node1 172629 1726888912.17424: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888912.17437: Calling all_plugins_play to load vars for managed_node1 172629 1726888912.17441: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888912.17444: Calling groups_plugins_play to load vars for managed_node1 172629 1726888912.18533: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888912.19139: done with get_vars() 172629 1726888912.19153: done getting variables 172629 1726888912.19225: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:21:52 -0400 (0:00:00.056) 0:00:12.472 ****** 172629 1726888912.19261: entering _queue_task() for managed_node1/set_fact 172629 1726888912.19586: worker is 1 (out of 1 available) 172629 1726888912.19597: exiting _queue_task() for managed_node1/set_fact 172629 1726888912.19609: done queuing things up, now waiting for results queue to drain 172629 1726888912.19610: waiting for pending results... 172629 1726888912.19979: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 172629 1726888912.20060: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000e7 172629 1726888912.20091: variable 'ansible_search_path' from source: unknown 172629 1726888912.20099: variable 'ansible_search_path' from source: unknown 172629 1726888912.20135: calling self._execute() 172629 1726888912.20231: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888912.20260: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888912.20264: variable 'omit' from source: magic vars 172629 1726888912.20380: variable 'omit' from source: magic vars 172629 1726888912.20514: variable 'omit' from source: magic vars 172629 1726888912.20709: variable 'blivet_output' from source: set_fact 172629 1726888912.20780: variable 'omit' from source: magic vars 172629 1726888912.20824: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888912.20880: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888912.20906: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888912.20951: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888912.20961: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888912.21063: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888912.21066: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888912.21069: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888912.21128: Set connection var ansible_timeout to 10 172629 1726888912.21138: Set connection var ansible_shell_type to sh 172629 1726888912.21149: Set connection var ansible_pipelining to False 172629 1726888912.21173: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888912.21184: Set connection var ansible_shell_executable to /bin/sh 172629 1726888912.21191: Set connection var ansible_connection to ssh 172629 1726888912.21215: variable 'ansible_shell_executable' from source: unknown 172629 1726888912.21222: variable 'ansible_connection' from source: unknown 172629 1726888912.21228: variable 'ansible_module_compression' from source: unknown 172629 1726888912.21235: variable 'ansible_shell_type' from source: unknown 172629 1726888912.21241: variable 'ansible_shell_executable' from source: unknown 172629 1726888912.21247: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888912.21277: variable 'ansible_pipelining' from source: unknown 172629 1726888912.21280: variable 'ansible_timeout' from source: unknown 172629 1726888912.21283: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888912.21494: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888912.21497: variable 'omit' from source: magic vars 172629 1726888912.21500: starting attempt loop 172629 1726888912.21502: running the handler 172629 1726888912.21504: handler run complete 172629 1726888912.21506: attempt loop complete, returning result 172629 1726888912.21508: _execute() done 172629 1726888912.21510: dumping result to json 172629 1726888912.21511: done dumping result, returning 172629 1726888912.21560: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-d0a8-add8-0000000000e7] 172629 1726888912.21564: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000e7 172629 1726888912.21672: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000e7 172629 1726888912.21676: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 172629 1726888912.21780: no more pending results, returning what we have 172629 1726888912.21783: results queue empty 172629 1726888912.21785: checking for any_errors_fatal 172629 1726888912.21792: done checking for any_errors_fatal 172629 1726888912.21792: checking for max_fail_percentage 172629 1726888912.21794: done checking for max_fail_percentage 172629 1726888912.21795: checking to see if all hosts have failed and the running result is not ok 172629 1726888912.21796: done checking to see if all hosts have failed 172629 1726888912.21797: getting the remaining hosts for this loop 172629 1726888912.21798: done getting the remaining hosts for this loop 172629 1726888912.21802: getting the next task for host managed_node1 172629 1726888912.21811: done getting next task for host managed_node1 172629 1726888912.21814: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 172629 1726888912.21818: ^ 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 172629 1726888912.21829: getting variables 172629 1726888912.21830: in VariableManager get_vars() 172629 1726888912.21868: Calling all_inventory to load vars for managed_node1 172629 1726888912.21871: Calling groups_inventory to load vars for managed_node1 172629 1726888912.21874: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888912.21884: Calling all_plugins_play to load vars for managed_node1 172629 1726888912.21888: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888912.21891: Calling groups_plugins_play to load vars for managed_node1 172629 1726888912.22652: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888912.23289: done with get_vars() 172629 1726888912.23303: 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 23:21:52 -0400 (0:00:00.041) 0:00:12.514 ****** 172629 1726888912.23407: entering _queue_task() for managed_node1/mount 172629 1726888912.23409: Creating lock for mount 172629 1726888912.23730: worker is 1 (out of 1 available) 172629 1726888912.23741: exiting _queue_task() for managed_node1/mount 172629 1726888912.23754: done queuing things up, now waiting for results queue to drain 172629 1726888912.23858: waiting for pending results... 172629 1726888912.24131: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 172629 1726888912.24386: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000e8 172629 1726888912.24664: variable 'ansible_search_path' from source: unknown 172629 1726888912.24668: variable 'ansible_search_path' from source: unknown 172629 1726888912.25463: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888912.31494: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888912.31691: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888912.31733: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888912.31869: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888912.31907: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888912.32021: 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) 172629 1726888912.32130: 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) 172629 1726888912.32162: 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) 172629 1726888912.32244: 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) 172629 1726888912.32332: 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) 172629 1726888912.32447: 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) 172629 1726888912.32477: 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) 172629 1726888912.32504: 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) 172629 1726888912.32750: 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) 172629 1726888912.32754: 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) 172629 1726888912.32972: variable 'blivet_output' from source: set_fact 172629 1726888912.33125: dumping result to json 172629 1726888912.33134: done dumping result, returning 172629 1726888912.33145: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-d0a8-add8-0000000000e8] 172629 1726888912.33154: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000e8 172629 1726888912.33480: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000e8 172629 1726888912.33484: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888912.33558: no more pending results, returning what we have 172629 1726888912.33562: results queue empty 172629 1726888912.33563: checking for any_errors_fatal 172629 1726888912.33568: done checking for any_errors_fatal 172629 1726888912.33569: checking for max_fail_percentage 172629 1726888912.33571: done checking for max_fail_percentage 172629 1726888912.33571: checking to see if all hosts have failed and the running result is not ok 172629 1726888912.33573: done checking to see if all hosts have failed 172629 1726888912.33573: getting the remaining hosts for this loop 172629 1726888912.33575: done getting the remaining hosts for this loop 172629 1726888912.33579: getting the next task for host managed_node1 172629 1726888912.33586: done getting next task for host managed_node1 172629 1726888912.33590: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888912.33594: ^ 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 172629 1726888912.33608: getting variables 172629 1726888912.33609: in VariableManager get_vars() 172629 1726888912.33761: Calling all_inventory to load vars for managed_node1 172629 1726888912.33764: Calling groups_inventory to load vars for managed_node1 172629 1726888912.33767: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888912.33778: Calling all_plugins_play to load vars for managed_node1 172629 1726888912.33781: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888912.33784: Calling groups_plugins_play to load vars for managed_node1 172629 1726888912.35137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888912.36581: done with get_vars() 172629 1726888912.36603: 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 23:21:52 -0400 (0:00:00.133) 0:00:12.647 ****** 172629 1726888912.36800: entering _queue_task() for managed_node1/systemd 172629 1726888912.37588: worker is 1 (out of 1 available) 172629 1726888912.37600: exiting _queue_task() for managed_node1/systemd 172629 1726888912.37612: done queuing things up, now waiting for results queue to drain 172629 1726888912.37614: waiting for pending results... 172629 1726888912.38490: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888912.38968: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000ea 172629 1726888912.38972: variable 'ansible_search_path' from source: unknown 172629 1726888912.38974: variable 'ansible_search_path' from source: unknown 172629 1726888912.38977: calling self._execute() 172629 1726888912.39297: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888912.39322: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888912.39370: variable 'omit' from source: magic vars 172629 1726888912.40956: variable 'blivet_output' from source: set_fact 172629 1726888912.40978: Evaluated conditional (blivet_output['mounts']): False 172629 1726888912.40986: when evaluation is False, skipping this task 172629 1726888912.40996: _execute() done 172629 1726888912.41273: dumping result to json 172629 1726888912.41276: done dumping result, returning 172629 1726888912.41279: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-d0a8-add8-0000000000ea] 172629 1726888912.41281: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000ea 172629 1726888912.41351: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000ea 172629 1726888912.41354: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 172629 1726888912.41421: no more pending results, returning what we have 172629 1726888912.41426: results queue empty 172629 1726888912.41427: checking for any_errors_fatal 172629 1726888912.41433: done checking for any_errors_fatal 172629 1726888912.41434: checking for max_fail_percentage 172629 1726888912.41436: done checking for max_fail_percentage 172629 1726888912.41437: checking to see if all hosts have failed and the running result is not ok 172629 1726888912.41438: done checking to see if all hosts have failed 172629 1726888912.41439: getting the remaining hosts for this loop 172629 1726888912.41441: done getting the remaining hosts for this loop 172629 1726888912.41444: getting the next task for host managed_node1 172629 1726888912.41451: done getting next task for host managed_node1 172629 1726888912.41458: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 172629 1726888912.41462: ^ 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 172629 1726888912.41478: getting variables 172629 1726888912.41758: in VariableManager get_vars() 172629 1726888912.41797: Calling all_inventory to load vars for managed_node1 172629 1726888912.41800: Calling groups_inventory to load vars for managed_node1 172629 1726888912.41804: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888912.41816: Calling all_plugins_play to load vars for managed_node1 172629 1726888912.41819: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888912.41822: Calling groups_plugins_play to load vars for managed_node1 172629 1726888912.42990: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888912.44173: done with get_vars() 172629 1726888912.44191: 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 23:21:52 -0400 (0:00:00.075) 0:00:12.723 ****** 172629 1726888912.44401: entering _queue_task() for managed_node1/mount 172629 1726888912.45185: worker is 1 (out of 1 available) 172629 1726888912.45200: exiting _queue_task() for managed_node1/mount 172629 1726888912.45215: done queuing things up, now waiting for results queue to drain 172629 1726888912.45217: waiting for pending results... 172629 1726888912.45772: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 172629 1726888912.46086: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000eb 172629 1726888912.46108: variable 'ansible_search_path' from source: unknown 172629 1726888912.46116: variable 'ansible_search_path' from source: unknown 172629 1726888912.46491: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888912.48764: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888912.48903: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888912.48908: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888912.48940: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888912.48976: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888912.49071: 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) 172629 1726888912.49107: 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) 172629 1726888912.49141: 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) 172629 1726888912.49192: 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) 172629 1726888912.49228: 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) 172629 1726888912.49272: 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) 172629 1726888912.49336: 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) 172629 1726888912.49339: 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) 172629 1726888912.49380: 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) 172629 1726888912.49408: 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) 172629 1726888912.49478: 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) 172629 1726888912.49507: 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) 172629 1726888912.49533: 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) 172629 1726888912.49661: 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) 172629 1726888912.49665: 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) 172629 1726888912.49757: variable 'blivet_output' from source: set_fact 172629 1726888912.49825: dumping result to json 172629 1726888912.49833: done dumping result, returning 172629 1726888912.49843: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-d0a8-add8-0000000000eb] 172629 1726888912.49855: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000eb skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888912.50019: no more pending results, returning what we have 172629 1726888912.50022: results queue empty 172629 1726888912.50024: checking for any_errors_fatal 172629 1726888912.50028: done checking for any_errors_fatal 172629 1726888912.50029: checking for max_fail_percentage 172629 1726888912.50031: done checking for max_fail_percentage 172629 1726888912.50032: checking to see if all hosts have failed and the running result is not ok 172629 1726888912.50033: done checking to see if all hosts have failed 172629 1726888912.50034: getting the remaining hosts for this loop 172629 1726888912.50036: done getting the remaining hosts for this loop 172629 1726888912.50039: getting the next task for host managed_node1 172629 1726888912.50046: done getting next task for host managed_node1 172629 1726888912.50050: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 172629 1726888912.50057: ^ 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 172629 1726888912.50072: getting variables 172629 1726888912.50074: in VariableManager get_vars() 172629 1726888912.50226: Calling all_inventory to load vars for managed_node1 172629 1726888912.50230: Calling groups_inventory to load vars for managed_node1 172629 1726888912.50232: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888912.50243: Calling all_plugins_play to load vars for managed_node1 172629 1726888912.50247: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888912.50250: Calling groups_plugins_play to load vars for managed_node1 172629 1726888912.50994: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000eb 172629 1726888912.50998: WORKER PROCESS EXITING 172629 1726888912.51019: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888912.51649: done with get_vars() 172629 1726888912.51669: 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 23:21:52 -0400 (0:00:00.073) 0:00:12.797 ****** 172629 1726888912.51776: entering _queue_task() for managed_node1/file 172629 1726888912.52181: worker is 1 (out of 1 available) 172629 1726888912.52192: exiting _queue_task() for managed_node1/file 172629 1726888912.52203: done queuing things up, now waiting for results queue to drain 172629 1726888912.52205: waiting for pending results... 172629 1726888912.52396: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 172629 1726888912.52536: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000ed 172629 1726888912.52562: variable 'ansible_search_path' from source: unknown 172629 1726888912.52570: variable 'ansible_search_path' from source: unknown 172629 1726888912.52915: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888912.55125: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888912.55805: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888912.56260: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888912.56264: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888912.56266: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888912.56269: 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) 172629 1726888912.56662: 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) 172629 1726888912.56666: 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) 172629 1726888912.56668: 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) 172629 1726888912.56671: 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) 172629 1726888912.56673: 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) 172629 1726888912.56675: 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) 172629 1726888912.56677: 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) 172629 1726888912.57060: 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) 172629 1726888912.57064: 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) 172629 1726888912.57066: 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) 172629 1726888912.57068: 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) 172629 1726888912.57070: 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) 172629 1726888912.57072: 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) 172629 1726888912.57074: 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) 172629 1726888912.57381: variable 'blivet_output' from source: set_fact 172629 1726888912.57516: dumping result to json 172629 1726888912.57666: done dumping result, returning 172629 1726888912.57679: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-d0a8-add8-0000000000ed] 172629 1726888912.57690: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000ed skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888912.57855: no more pending results, returning what we have 172629 1726888912.57859: results queue empty 172629 1726888912.57860: checking for any_errors_fatal 172629 1726888912.57866: done checking for any_errors_fatal 172629 1726888912.57867: checking for max_fail_percentage 172629 1726888912.57869: done checking for max_fail_percentage 172629 1726888912.57870: checking to see if all hosts have failed and the running result is not ok 172629 1726888912.57871: done checking to see if all hosts have failed 172629 1726888912.57871: getting the remaining hosts for this loop 172629 1726888912.57873: done getting the remaining hosts for this loop 172629 1726888912.57876: getting the next task for host managed_node1 172629 1726888912.57883: done getting next task for host managed_node1 172629 1726888912.57887: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888912.57891: ^ 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 172629 1726888912.57902: getting variables 172629 1726888912.57904: in VariableManager get_vars() 172629 1726888912.57937: Calling all_inventory to load vars for managed_node1 172629 1726888912.57940: Calling groups_inventory to load vars for managed_node1 172629 1726888912.57942: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888912.57951: Calling all_plugins_play to load vars for managed_node1 172629 1726888912.57954: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888912.57960: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000ed 172629 1726888912.57963: WORKER PROCESS EXITING 172629 1726888912.58160: Calling groups_plugins_play to load vars for managed_node1 172629 1726888912.59599: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888912.61659: done with get_vars() 172629 1726888912.61678: 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 23:21:52 -0400 (0:00:00.101) 0:00:12.898 ****** 172629 1726888912.61894: entering _queue_task() for managed_node1/systemd 172629 1726888912.62968: worker is 1 (out of 1 available) 172629 1726888912.62982: exiting _queue_task() for managed_node1/systemd 172629 1726888912.62996: done queuing things up, now waiting for results queue to drain 172629 1726888912.62997: waiting for pending results... 172629 1726888912.63321: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888912.63621: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000ef 172629 1726888912.63963: variable 'ansible_search_path' from source: unknown 172629 1726888912.63966: variable 'ansible_search_path' from source: unknown 172629 1726888912.63969: calling self._execute() 172629 1726888912.63971: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888912.63973: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888912.63975: variable 'omit' from source: magic vars 172629 1726888912.65161: variable 'blivet_output' from source: set_fact 172629 1726888912.65360: Evaluated conditional (blivet_output['mounts']): False 172629 1726888912.65363: when evaluation is False, skipping this task 172629 1726888912.65365: _execute() done 172629 1726888912.65368: dumping result to json 172629 1726888912.65370: done dumping result, returning 172629 1726888912.65373: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-d0a8-add8-0000000000ef] 172629 1726888912.65375: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000ef 172629 1726888912.65443: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000ef 172629 1726888912.65447: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 172629 1726888912.65499: no more pending results, returning what we have 172629 1726888912.65503: results queue empty 172629 1726888912.65504: checking for any_errors_fatal 172629 1726888912.65512: done checking for any_errors_fatal 172629 1726888912.65513: checking for max_fail_percentage 172629 1726888912.65515: done checking for max_fail_percentage 172629 1726888912.65516: checking to see if all hosts have failed and the running result is not ok 172629 1726888912.65517: done checking to see if all hosts have failed 172629 1726888912.65518: getting the remaining hosts for this loop 172629 1726888912.65519: done getting the remaining hosts for this loop 172629 1726888912.65523: getting the next task for host managed_node1 172629 1726888912.65531: done getting next task for host managed_node1 172629 1726888912.65535: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 172629 1726888912.65549: ^ 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 172629 1726888912.65568: getting variables 172629 1726888912.65569: in VariableManager get_vars() 172629 1726888912.65606: Calling all_inventory to load vars for managed_node1 172629 1726888912.65609: Calling groups_inventory to load vars for managed_node1 172629 1726888912.65611: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888912.65624: Calling all_plugins_play to load vars for managed_node1 172629 1726888912.65627: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888912.65630: Calling groups_plugins_play to load vars for managed_node1 172629 1726888912.67722: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888912.69379: done with get_vars() 172629 1726888912.69395: 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 23:21:52 -0400 (0:00:00.077) 0:00:12.976 ****** 172629 1726888912.69611: entering _queue_task() for managed_node1/stat 172629 1726888912.70184: worker is 1 (out of 1 available) 172629 1726888912.70199: exiting _queue_task() for managed_node1/stat 172629 1726888912.70210: done queuing things up, now waiting for results queue to drain 172629 1726888912.70212: waiting for pending results... 172629 1726888912.70726: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 172629 1726888912.71079: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000f0 172629 1726888912.71094: variable 'ansible_search_path' from source: unknown 172629 1726888912.71215: variable 'ansible_search_path' from source: unknown 172629 1726888912.71250: calling self._execute() 172629 1726888912.71461: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888912.71465: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888912.71468: variable 'omit' from source: magic vars 172629 1726888912.71601: variable 'omit' from source: magic vars 172629 1726888912.71788: variable 'omit' from source: magic vars 172629 1726888912.71822: variable 'omit' from source: magic vars 172629 1726888912.71996: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888912.72020: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888912.72040: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888912.72059: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888912.72126: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888912.72211: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888912.72214: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888912.72217: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888912.72381: Set connection var ansible_timeout to 10 172629 1726888912.72385: Set connection var ansible_shell_type to sh 172629 1726888912.72394: Set connection var ansible_pipelining to False 172629 1726888912.72399: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888912.72762: Set connection var ansible_shell_executable to /bin/sh 172629 1726888912.72765: Set connection var ansible_connection to ssh 172629 1726888912.72768: variable 'ansible_shell_executable' from source: unknown 172629 1726888912.72771: variable 'ansible_connection' from source: unknown 172629 1726888912.72773: variable 'ansible_module_compression' from source: unknown 172629 1726888912.72775: variable 'ansible_shell_type' from source: unknown 172629 1726888912.72777: variable 'ansible_shell_executable' from source: unknown 172629 1726888912.72779: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888912.72781: variable 'ansible_pipelining' from source: unknown 172629 1726888912.72783: variable 'ansible_timeout' from source: unknown 172629 1726888912.72785: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888912.72994: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888912.73005: variable 'omit' from source: magic vars 172629 1726888912.73010: starting attempt loop 172629 1726888912.73013: running the handler 172629 1726888912.73026: _low_level_execute_command(): starting 172629 1726888912.73034: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888912.74576: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888912.74697: 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' <<< 172629 1726888912.74814: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888912.74930: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888912.76681: stdout chunk (state=3): >>>/root <<< 172629 1726888912.76729: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888912.76734: stdout chunk (state=3): >>><<< 172629 1726888912.76743: stderr chunk (state=3): >>><<< 172629 1726888912.77028: _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 172629 1726888912.77031: _low_level_execute_command(): starting 172629 1726888912.77035: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888912.768817-173062-254022994663311 `" && echo ansible-tmp-1726888912.768817-173062-254022994663311="` echo /root/.ansible/tmp/ansible-tmp-1726888912.768817-173062-254022994663311 `" ) && sleep 0' 172629 1726888912.78029: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888912.78073: 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 <<< 172629 1726888912.78292: 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' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888912.78491: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888912.78995: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888912.80736: stdout chunk (state=3): >>>ansible-tmp-1726888912.768817-173062-254022994663311=/root/.ansible/tmp/ansible-tmp-1726888912.768817-173062-254022994663311 <<< 172629 1726888912.80876: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888912.80880: stdout chunk (state=3): >>><<< 172629 1726888912.80887: stderr chunk (state=3): >>><<< 172629 1726888912.80906: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888912.768817-173062-254022994663311=/root/.ansible/tmp/ansible-tmp-1726888912.768817-173062-254022994663311 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888912.80966: variable 'ansible_module_compression' from source: unknown 172629 1726888912.81026: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726888912.81262: variable 'ansible_facts' from source: unknown 172629 1726888912.81472: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888912.768817-173062-254022994663311/AnsiballZ_stat.py 172629 1726888912.81802: Sending initial data 172629 1726888912.81806: Sent initial data (154 bytes) 172629 1726888912.83001: 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 <<< 172629 1726888912.83218: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888912.83221: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888912.83223: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888912.83282: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888912.84903: 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 <<< 172629 1726888912.84951: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888912.85170: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp2s8snp6c /root/.ansible/tmp/ansible-tmp-1726888912.768817-173062-254022994663311/AnsiballZ_stat.py <<< 172629 1726888912.85174: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888912.768817-173062-254022994663311/AnsiballZ_stat.py" <<< 172629 1726888912.85230: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp2s8snp6c" to remote "/root/.ansible/tmp/ansible-tmp-1726888912.768817-173062-254022994663311/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888912.768817-173062-254022994663311/AnsiballZ_stat.py" <<< 172629 1726888912.87329: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888912.87359: stderr chunk (state=3): >>><<< 172629 1726888912.87414: stdout chunk (state=3): >>><<< 172629 1726888912.87443: done transferring module to remote 172629 1726888912.87459: _low_level_execute_command(): starting 172629 1726888912.87462: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888912.768817-173062-254022994663311/ /root/.ansible/tmp/ansible-tmp-1726888912.768817-173062-254022994663311/AnsiballZ_stat.py && sleep 0' 172629 1726888912.88906: 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 <<< 172629 1726888912.88914: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888912.88917: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888912.88920: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726888912.88922: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888912.88925: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888912.88939: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888912.88941: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888912.89071: 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' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888912.89207: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888912.89340: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888912.91102: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888912.91157: stderr chunk (state=3): >>><<< 172629 1726888912.91161: stdout chunk (state=3): >>><<< 172629 1726888912.91198: _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 172629 1726888912.91201: _low_level_execute_command(): starting 172629 1726888912.91332: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888912.768817-173062-254022994663311/AnsiballZ_stat.py && sleep 0' 172629 1726888912.92315: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888912.92333: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888912.92441: 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 <<< 172629 1726888912.92575: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888912.92584: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888912.92694: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888912.94881: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 172629 1726888912.94885: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888912.95025: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888912.95068: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # <<< 172629 1726888912.95078: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888912.95126: 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' <<< 172629 1726888912.95153: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888912.95227: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888912.95271: 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 0x7f5668f684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668f37b30> # /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' <<< 172629 1726888912.95306: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668f6aa50> import '_signal' # <<< 172629 1726888912.95396: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 172629 1726888912.95418: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888912.95724: 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 0x7f5668d5d130> # /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 0x7f5668d5e120> import 'site' # <<< 172629 1726888912.95879: 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. <<< 172629 1726888912.96171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # 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 0x7f5668d9aea0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888912.96223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668db01a0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888912.96336: 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 # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 172629 1726888912.96399: 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 0x7f5668dd3a40> <<< 172629 1726888912.96403: 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' <<< 172629 1726888912.96405: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668df4110> <<< 172629 1726888912.96498: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668db3ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668db1400> <<< 172629 1726888912.96588: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668d991c0> <<< 172629 1726888912.96668: 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' # <<< 172629 1726888912.96765: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668df7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668df6570> <<< 172629 1726888912.96787: 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 0x7f5668db22d0> <<< 172629 1726888912.96800: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668d9b0b0> <<< 172629 1726888912.96845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888912.96863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668e249e0> <<< 172629 1726888912.96930: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668d98440> # /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' <<< 172629 1726888912.97216: 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 0x7f5668e24e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668e24d40> # 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 0x7f5668e25130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668d96f60> # /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 0x7f5668e25820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668e254f0> 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 0x7f5668e26720> 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' <<< 172629 1726888912.97233: 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 0x7f5668e40920> <<< 172629 1726888912.97245: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888912.97374: 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 0x7f5668e42030> # /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 0x7f5668e42ed0> <<< 172629 1726888912.97645: 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 0x7f5668e43530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668e42420> # /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 0x7f5668e43ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668e43620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668e26750> # /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' <<< 172629 1726888912.97868: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5668bbfd40> # /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 0x7f5668be8830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668be8590> # 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 0x7f5668be8860> # /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' <<< 172629 1726888912.98087: 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 0x7f5668be9160> # 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' <<< 172629 1726888912.98091: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5668be9b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668be8a40> <<< 172629 1726888912.98220: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668bbdee0> # /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 0x7f5668beaf30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668be9c70> <<< 172629 1726888912.98235: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668e26e40> <<< 172629 1726888912.98258: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888912.98313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888912.98326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888912.98674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668c13260> # /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 0x7f5668c3f620> # /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' <<< 172629 1726888912.98823: 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 0x7f5668c98410> # /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' <<< 172629 1726888912.98876: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668c9ab70> <<< 172629 1726888912.99170: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668c98530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668c61430> # /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 0x7f56685294f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668c3e420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668bebe30> <<< 172629 1726888912.99266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5668c3ea20> <<< 172629 1726888912.99332: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_d27w63sc/ansible_stat_payload.zip' # zipimport: zlib available <<< 172629 1726888912.99590: 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' <<< 172629 1726888912.99628: 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 0x7f566857b230> <<< 172629 1726888912.99640: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888912.99872: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f566855e120> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f566855d310> # zipimport: zlib available import 'ansible' # # zipimport: zlib available <<< 172629 1726888912.99895: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.00072: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888913.01379: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.02571: 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 0x7f5668579100> # /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 0x7f56685a6c60> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56685a69f0> <<< 172629 1726888913.02622: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56685a6300> # /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' <<< 172629 1726888913.02840: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56685a6d50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f566857bc50> 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 0x7f56685a7980> # 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 0x7f56685a7bc0> # /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' # <<< 172629 1726888913.02867: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56685cc0b0> <<< 172629 1726888913.02871: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888913.02882: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888913.02906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888913.02969: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668415e50> # 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 0x7f5668417a70> <<< 172629 1726888913.02992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888913.03275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668418470> # /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 0x7f5668419370> # /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 0x7f56684200b0> <<< 172629 1726888913.03375: 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 0x7f5668420200> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f566841a390> # /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' <<< 172629 1726888913.03387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888913.03570: 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 0x7f5668423f80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668422a80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56684227e0> # /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' <<< 172629 1726888913.03710: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668422d50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f566841a870> # 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 0x7f5668468170> <<< 172629 1726888913.03812: 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 0x7f5668468350> # /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' <<< 172629 1726888913.03832: 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 0x7f5668469df0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668469bb0> <<< 172629 1726888913.03972: stdout chunk (state=3): >>># /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' <<< 172629 1726888913.04262: 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 0x7f566846c380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f566846a4e0> # /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 0x7f566846fb60> <<< 172629 1726888913.04271: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f566846c530> <<< 172629 1726888913.04322: 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 0x7f5668470c20> <<< 172629 1726888913.04575: 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 0x7f5668470dd0> # 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 0x7f5668470cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56684684d0> # /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 0x7f56684fc3e0> <<< 172629 1726888913.04771: 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 0x7f56684fd730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668472b70> # 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 0x7f5668473f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668472780> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888913.05071: stdout chunk (state=3): >>># 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 <<< 172629 1726888913.05118: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.05570: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.05764: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.06298: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888913.06302: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888913.06349: 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' <<< 172629 1726888913.06601: 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 0x7f5668301940> # /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 0x7f5668302630> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56684fd550> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726888913.06605: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.06744: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.06968: 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 0x7f56683028a0> # zipimport: zlib available <<< 172629 1726888913.07402: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.07804: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.07877: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.07949: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888913.07965: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.07994: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.08026: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888913.08097: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.08110: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.08186: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888913.08211: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888913.08330: 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 <<< 172629 1726888913.08539: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.08971: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668303950> # zipimport: zlib available <<< 172629 1726888913.09080: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888913.09104: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.09280: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888913.09329: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.09449: 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' <<< 172629 1726888913.09521: 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 0x7f566830e360> <<< 172629 1726888913.09627: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668309af0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888913.09716: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888913.09751: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.09792: 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 <<< 172629 1726888913.09805: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888913.09817: 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 <<< 172629 1726888913.09842: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888913.09960: 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' <<< 172629 1726888913.10086: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668402ae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56685e27e0> <<< 172629 1726888913.10138: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f566830e3c0> <<< 172629 1726888913.10152: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56683031a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888913.10301: 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' # # zipimport: zlib available <<< 172629 1726888913.10305: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.10307: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 172629 1726888913.10319: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.10497: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.10637: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.11469: 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": 195035400, "dev": 51714, "nlink": 1, "atime": 1726887894.9028583, "mtime": 1726562394.502, "ctime": 1726887890.8548312, "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": "2210578496", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 172629 1726888913.11490: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888913.11935: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888913.11939: stdout chunk (state=3): >>># clear sys.path_hooks <<< 172629 1726888913.11950: 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 <<< 172629 1726888913.12023: stdout chunk (state=3): >>># cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # 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 <<< 172629 1726888913.12026: stdout chunk (state=3): >>># cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # 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 <<< 172629 1726888913.12029: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress <<< 172629 1726888913.12045: 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 <<< 172629 1726888913.12071: stdout chunk (state=3): >>># cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket <<< 172629 1726888913.12088: stdout chunk (state=3): >>># cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool <<< 172629 1726888913.12105: stdout chunk (state=3): >>># 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 <<< 172629 1726888913.12575: 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 <<< 172629 1726888913.12578: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726888913.12596: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726888913.12613: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888913.12626: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888913.12671: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726888913.12696: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 172629 1726888913.12788: 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 <<< 172629 1726888913.12796: 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 <<< 172629 1726888913.12813: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc <<< 172629 1726888913.12826: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings <<< 172629 1726888913.13103: stdout chunk (state=3): >>># 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 <<< 172629 1726888913.13243: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 172629 1726888913.13293: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 172629 1726888913.13298: stdout chunk (state=3): >>># destroy itertools <<< 172629 1726888913.13321: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726888913.13324: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726888913.13718: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888913.13727: stdout chunk (state=3): >>><<< 172629 1726888913.13738: stderr chunk (state=3): >>><<< 172629 1726888913.13921: _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 0x7f5668f684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668f37b30> # /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 0x7f5668f6aa50> 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 0x7f5668d5d130> # /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 0x7f5668d5e120> 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 0x7f5668d9aea0> # /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 0x7f5668db01a0> # /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 0x7f5668dd3a40> # /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 0x7f5668df4110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668db3ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668db1400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668d991c0> # /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 0x7f5668df7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668df6570> # /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 0x7f5668db22d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668d9b0b0> # /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 0x7f5668e249e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668d98440> # /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 0x7f5668e24e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668e24d40> # 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 0x7f5668e25130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668d96f60> # /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 0x7f5668e25820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668e254f0> 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 0x7f5668e26720> 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 0x7f5668e40920> 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 0x7f5668e42030> # /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 0x7f5668e42ed0> # 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 0x7f5668e43530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668e42420> # /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 0x7f5668e43ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668e43620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668e26750> # /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 0x7f5668bbfd40> # /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 0x7f5668be8830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668be8590> # 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 0x7f5668be8860> # /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 0x7f5668be9160> # 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 0x7f5668be9b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668be8a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668bbdee0> # /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 0x7f5668beaf30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668be9c70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668e26e40> # /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 0x7f5668c13260> # /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 0x7f5668c3f620> # /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 0x7f5668c98410> # /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 0x7f5668c9ab70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668c98530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668c61430> # /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 0x7f56685294f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668c3e420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668bebe30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5668c3ea20> # zipimport: found 30 names in '/tmp/ansible_stat_payload_d27w63sc/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 0x7f566857b230> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f566855e120> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f566855d310> # 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 0x7f5668579100> # /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 0x7f56685a6c60> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56685a69f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56685a6300> # /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 0x7f56685a6d50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f566857bc50> 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 0x7f56685a7980> # 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 0x7f56685a7bc0> # /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 0x7f56685cc0b0> 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 0x7f5668415e50> # 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 0x7f5668417a70> # /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 0x7f5668418470> # /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 0x7f5668419370> # /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 0x7f56684200b0> # 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 0x7f5668420200> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f566841a390> # /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 0x7f5668423f80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668422a80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56684227e0> # /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 0x7f5668422d50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f566841a870> # 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 0x7f5668468170> # /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 0x7f5668468350> # /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 0x7f5668469df0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668469bb0> # /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 0x7f566846c380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f566846a4e0> # /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 0x7f566846fb60> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f566846c530> # 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 0x7f5668470c20> # 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 0x7f5668470dd0> # 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 0x7f5668470cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56684684d0> # /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 0x7f56684fc3e0> # 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 0x7f56684fd730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668472b70> # 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 0x7f5668473f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668472780> # 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 0x7f5668301940> # /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 0x7f5668302630> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56684fd550> 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 0x7f56683028a0> # 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 0x7f5668303950> # 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 0x7f566830e360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5668309af0> 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 0x7f5668402ae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56685e27e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f566830e3c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56683031a0> # 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": 195035400, "dev": 51714, "nlink": 1, "atime": 1726887894.9028583, "mtime": 1726562394.502, "ctime": 1726887890.8548312, "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": "2210578496", "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. 172629 1726888913.15631: 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-1726888912.768817-173062-254022994663311/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888913.15634: _low_level_execute_command(): starting 172629 1726888913.15637: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888912.768817-173062-254022994663311/ > /dev/null 2>&1 && sleep 0' 172629 1726888913.15717: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888913.15734: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888913.15762: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888913.15801: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888913.15818: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888913.15830: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888913.15848: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888913.15879: 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 <<< 172629 1726888913.15893: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888913.15972: stderr 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 <<< 172629 1726888913.15993: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888913.16013: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888913.16028: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888913.16118: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888913.18129: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888913.18202: stderr chunk (state=3): >>><<< 172629 1726888913.18460: stdout chunk (state=3): >>><<< 172629 1726888913.18465: _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 172629 1726888913.18468: handler run complete 172629 1726888913.18470: attempt loop complete, returning result 172629 1726888913.18472: _execute() done 172629 1726888913.18474: dumping result to json 172629 1726888913.18476: done dumping result, returning 172629 1726888913.18478: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-d0a8-add8-0000000000f0] 172629 1726888913.18480: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000f0 ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726887894.9028583, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726887890.8548312, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 195035400, "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": "2210578496", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726888913.18869: no more pending results, returning what we have 172629 1726888913.18873: results queue empty 172629 1726888913.18874: checking for any_errors_fatal 172629 1726888913.18881: done checking for any_errors_fatal 172629 1726888913.18882: checking for max_fail_percentage 172629 1726888913.18883: done checking for max_fail_percentage 172629 1726888913.18884: checking to see if all hosts have failed and the running result is not ok 172629 1726888913.18885: done checking to see if all hosts have failed 172629 1726888913.18886: getting the remaining hosts for this loop 172629 1726888913.18888: done getting the remaining hosts for this loop 172629 1726888913.18891: getting the next task for host managed_node1 172629 1726888913.18898: done getting next task for host managed_node1 172629 1726888913.18902: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 172629 1726888913.18905: ^ 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 172629 1726888913.18916: getting variables 172629 1726888913.18917: in VariableManager get_vars() 172629 1726888913.19257: Calling all_inventory to load vars for managed_node1 172629 1726888913.19261: Calling groups_inventory to load vars for managed_node1 172629 1726888913.19269: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888913.19279: Calling all_plugins_play to load vars for managed_node1 172629 1726888913.19282: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888913.19286: Calling groups_plugins_play to load vars for managed_node1 172629 1726888913.20161: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000f0 172629 1726888913.20165: WORKER PROCESS EXITING 172629 1726888913.20298: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888913.21490: done with get_vars() 172629 1726888913.21505: 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 23:21:53 -0400 (0:00:00.521) 0:00:13.497 ****** 172629 1726888913.21804: entering _queue_task() for managed_node1/lineinfile 172629 1726888913.22284: worker is 1 (out of 1 available) 172629 1726888913.22297: exiting _queue_task() for managed_node1/lineinfile 172629 1726888913.22309: done queuing things up, now waiting for results queue to drain 172629 1726888913.22310: waiting for pending results... 172629 1726888913.23019: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 172629 1726888913.23331: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000f1 172629 1726888913.23343: variable 'ansible_search_path' from source: unknown 172629 1726888913.23348: variable 'ansible_search_path' from source: unknown 172629 1726888913.24284: variable 'blivet_output' from source: set_fact 172629 1726888913.24341: dumping result to json 172629 1726888913.24345: done dumping result, returning 172629 1726888913.24354: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-d0a8-add8-0000000000f1] 172629 1726888913.24359: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000f1 172629 1726888913.24473: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000f1 172629 1726888913.24476: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888913.24523: no more pending results, returning what we have 172629 1726888913.24526: results queue empty 172629 1726888913.24527: checking for any_errors_fatal 172629 1726888913.24537: done checking for any_errors_fatal 172629 1726888913.24538: checking for max_fail_percentage 172629 1726888913.24540: done checking for max_fail_percentage 172629 1726888913.24541: checking to see if all hosts have failed and the running result is not ok 172629 1726888913.24542: done checking to see if all hosts have failed 172629 1726888913.24542: getting the remaining hosts for this loop 172629 1726888913.24544: done getting the remaining hosts for this loop 172629 1726888913.24548: getting the next task for host managed_node1 172629 1726888913.24560: done getting next task for host managed_node1 172629 1726888913.24563: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 172629 1726888913.24567: ^ 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 172629 1726888913.24583: getting variables 172629 1726888913.24585: in VariableManager get_vars() 172629 1726888913.24621: Calling all_inventory to load vars for managed_node1 172629 1726888913.24624: Calling groups_inventory to load vars for managed_node1 172629 1726888913.24626: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888913.24638: Calling all_plugins_play to load vars for managed_node1 172629 1726888913.24641: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888913.24644: Calling groups_plugins_play to load vars for managed_node1 172629 1726888913.25745: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888913.26960: done with get_vars() 172629 1726888913.26974: 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 23:21:53 -0400 (0:00:00.054) 0:00:13.552 ****** 172629 1726888913.27265: entering _queue_task() for managed_node1/setup 172629 1726888913.27621: worker is 1 (out of 1 available) 172629 1726888913.27634: exiting _queue_task() for managed_node1/setup 172629 1726888913.27645: done queuing things up, now waiting for results queue to drain 172629 1726888913.27647: waiting for pending results... 172629 1726888913.28282: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Update facts 172629 1726888913.28462: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000000f3 172629 1726888913.28597: variable 'ansible_search_path' from source: unknown 172629 1726888913.28600: variable 'ansible_search_path' from source: unknown 172629 1726888913.28612: calling self._execute() 172629 1726888913.28701: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888913.29034: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888913.29038: variable 'omit' from source: magic vars 172629 1726888913.29529: variable 'ansible_check_mode' from source: magic vars 172629 1726888913.29588: Evaluated conditional (not ansible_check_mode): True 172629 1726888913.29860: variable 'omit' from source: magic vars 172629 1726888913.29864: variable 'omit' from source: magic vars 172629 1726888913.29866: variable 'omit' from source: magic vars 172629 1726888913.29869: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888913.29973: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888913.30199: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888913.30203: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888913.30205: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888913.30208: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888913.30210: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888913.30212: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888913.30398: Set connection var ansible_timeout to 10 172629 1726888913.30424: Set connection var ansible_shell_type to sh 172629 1726888913.30536: Set connection var ansible_pipelining to False 172629 1726888913.30547: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888913.30561: Set connection var ansible_shell_executable to /bin/sh 172629 1726888913.30568: Set connection var ansible_connection to ssh 172629 1726888913.30593: variable 'ansible_shell_executable' from source: unknown 172629 1726888913.30600: variable 'ansible_connection' from source: unknown 172629 1726888913.30607: variable 'ansible_module_compression' from source: unknown 172629 1726888913.30613: variable 'ansible_shell_type' from source: unknown 172629 1726888913.30620: variable 'ansible_shell_executable' from source: unknown 172629 1726888913.30629: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888913.30639: variable 'ansible_pipelining' from source: unknown 172629 1726888913.30646: variable 'ansible_timeout' from source: unknown 172629 1726888913.30660: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888913.31090: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888913.31108: variable 'omit' from source: magic vars 172629 1726888913.31286: starting attempt loop 172629 1726888913.31289: running the handler 172629 1726888913.31292: _low_level_execute_command(): starting 172629 1726888913.31294: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888913.32878: 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 <<< 172629 1726888913.32941: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888913.32944: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888913.33201: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888913.34958: stdout chunk (state=3): >>>/root <<< 172629 1726888913.34990: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888913.35118: stderr chunk (state=3): >>><<< 172629 1726888913.35121: stdout chunk (state=3): >>><<< 172629 1726888913.35140: _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 172629 1726888913.35177: _low_level_execute_command(): starting 172629 1726888913.35339: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888913.351636-173084-54264249534149 `" && echo ansible-tmp-1726888913.351636-173084-54264249534149="` echo /root/.ansible/tmp/ansible-tmp-1726888913.351636-173084-54264249534149 `" ) && sleep 0' 172629 1726888913.36330: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888913.36347: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888913.36369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888913.36385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888913.36401: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888913.36411: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888913.36423: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888913.36459: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888913.36553: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888913.36574: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888913.36590: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888913.36684: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888913.38704: stdout chunk (state=3): >>>ansible-tmp-1726888913.351636-173084-54264249534149=/root/.ansible/tmp/ansible-tmp-1726888913.351636-173084-54264249534149 <<< 172629 1726888913.39031: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888913.39034: stdout chunk (state=3): >>><<< 172629 1726888913.39043: stderr chunk (state=3): >>><<< 172629 1726888913.39062: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888913.351636-173084-54264249534149=/root/.ansible/tmp/ansible-tmp-1726888913.351636-173084-54264249534149 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888913.39115: variable 'ansible_module_compression' from source: unknown 172629 1726888913.39280: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 172629 1726888913.39337: variable 'ansible_facts' from source: unknown 172629 1726888913.40274: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888913.351636-173084-54264249534149/AnsiballZ_setup.py 172629 1726888913.40674: Sending initial data 172629 1726888913.40677: Sent initial data (154 bytes) 172629 1726888913.41629: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888913.41643: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888913.41660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888913.41773: stderr 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 <<< 172629 1726888913.41950: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888913.41953: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888913.42021: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888913.42212: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888913.43789: 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 <<< 172629 1726888913.43833: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888913.43894: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp8e5fr95t /root/.ansible/tmp/ansible-tmp-1726888913.351636-173084-54264249534149/AnsiballZ_setup.py <<< 172629 1726888913.43903: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888913.351636-173084-54264249534149/AnsiballZ_setup.py" <<< 172629 1726888913.43940: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp8e5fr95t" to remote "/root/.ansible/tmp/ansible-tmp-1726888913.351636-173084-54264249534149/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888913.351636-173084-54264249534149/AnsiballZ_setup.py" <<< 172629 1726888913.46059: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888913.46063: stdout chunk (state=3): >>><<< 172629 1726888913.46071: stderr chunk (state=3): >>><<< 172629 1726888913.46203: done transferring module to remote 172629 1726888913.46217: _low_level_execute_command(): starting 172629 1726888913.46220: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888913.351636-173084-54264249534149/ /root/.ansible/tmp/ansible-tmp-1726888913.351636-173084-54264249534149/AnsiballZ_setup.py && sleep 0' 172629 1726888913.47665: 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 <<< 172629 1726888913.47770: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888913.48059: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888913.50001: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888913.50004: stderr chunk (state=3): >>><<< 172629 1726888913.50007: stdout chunk (state=3): >>><<< 172629 1726888913.50024: _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 172629 1726888913.50027: _low_level_execute_command(): starting 172629 1726888913.50032: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888913.351636-173084-54264249534149/AnsiballZ_setup.py && sleep 0' 172629 1726888913.51271: 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 <<< 172629 1726888913.51368: 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 <<< 172629 1726888913.51438: stderr chunk (state=3): >>>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 <<< 172629 1726888913.51576: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888913.51647: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888913.53786: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888913.53817: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888913.53851: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888913.53922: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888913.53962: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888913.53990: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 172629 1726888913.54013: stdout chunk (state=3): >>># installing zipimport hook <<< 172629 1726888913.54263: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888913.54267: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888913.54269: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888913.54271: 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 0x7fd3cfe184d0> <<< 172629 1726888913.54290: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfde7b30> # /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 0x7fd3cfe1aa50> import '_signal' # import '_abc' # import 'abc' # <<< 172629 1726888913.54301: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888913.54330: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888913.54415: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888913.54440: stdout chunk (state=3): >>>import 'genericpath' # <<< 172629 1726888913.54449: stdout chunk (state=3): >>>import 'posixpath' # <<< 172629 1726888913.54477: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888913.54761: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 172629 1726888913.54766: 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' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfc2d130> <<< 172629 1726888913.54768: 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 <<< 172629 1726888913.54770: 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 0x7fd3cfc2e120> <<< 172629 1726888913.54772: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888913.54779: 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. <<< 172629 1726888913.55141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888913.55159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888913.55194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888913.55211: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888913.55232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888913.55369: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfc6aea0> # /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 0x7fd3cfc801a0> # /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' <<< 172629 1726888913.55378: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888913.55422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888913.55437: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888913.55471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726888913.55492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfca3a40> <<< 172629 1726888913.55514: 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 0x7fd3cfcc4110> <<< 172629 1726888913.55520: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888913.55659: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfc83ce0> import '_functools' # <<< 172629 1726888913.55663: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfc81400> <<< 172629 1726888913.55738: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfc691c0> <<< 172629 1726888913.55741: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888913.55744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888913.55959: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888913.55964: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfcc7950> <<< 172629 1726888913.55966: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfcc6570> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726888913.55969: 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 0x7fd3cfc822d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfc6b0b0> <<< 172629 1726888913.55971: 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 0x7fd3cfcf49e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfc68440> <<< 172629 1726888913.56129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3cfcf4e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfcf4d40> <<< 172629 1726888913.56150: 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 0x7fd3cfcf5130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfc66f60> # /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 <<< 172629 1726888913.56171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888913.56188: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfcf5820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfcf54f0> import 'importlib.machinery' # <<< 172629 1726888913.56223: 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' <<< 172629 1726888913.56242: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfcf6720> <<< 172629 1726888913.56262: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726888913.56279: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888913.56315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888913.56349: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726888913.56388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfd10920> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888913.56468: 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 0x7fd3cfd12030> # /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 0x7fd3cfd12ed0> <<< 172629 1726888913.56511: 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 0x7fd3cfd13530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfd12420> <<< 172629 1726888913.56533: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888913.56547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888913.56586: 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 0x7fd3cfd13ef0> <<< 172629 1726888913.56715: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfd13620> <<< 172629 1726888913.56719: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfcf6750> # /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' <<< 172629 1726888913.56721: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888913.56723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888913.56750: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888913.56781: 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 0x7fd3cfa1bd40> <<< 172629 1726888913.56794: 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' <<< 172629 1726888913.57042: 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 0x7fd3cfa44890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfa445f0> # 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 0x7fd3cfa448c0> # /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' <<< 172629 1726888913.57045: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888913.57072: 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 0x7fd3cfa451f0> <<< 172629 1726888913.57175: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888913.57192: 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 0x7fd3cfa45b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfa44aa0> <<< 172629 1726888913.57212: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfa19ee0> <<< 172629 1726888913.57316: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888913.57338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfa46f30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfa45c70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfcf6e40> <<< 172629 1726888913.57349: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888913.57585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888913.57588: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888913.57590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888913.57593: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfa6f2c0> <<< 172629 1726888913.57595: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888913.57662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfa93680> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888913.57693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888913.57741: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888913.57763: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726888913.57784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfaf4470> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888913.57811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888913.57910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888913.57913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888913.57960: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfaf6bd0> <<< 172629 1726888913.58126: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfaf4590> <<< 172629 1726888913.58130: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfab9460> <<< 172629 1726888913.58132: 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 0x7fd3cf8fd5b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfa924b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfa47e90> <<< 172629 1726888913.58282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888913.58327: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd3cf8fd850> <<< 172629 1726888913.58644: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_ufp_25x6/ansible_setup_payload.zip' # zipimport: zlib available <<< 172629 1726888913.58681: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.59111: 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 # 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 0x7fd3cf963320> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf946210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf945370> # zipimport: zlib available import 'ansible' # # zipimport: zlib available <<< 172629 1726888913.59119: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888913.59141: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888913.59157: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.60539: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.61639: 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 0x7fd3cf9611f0> <<< 172629 1726888913.61675: 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' <<< 172629 1726888913.61716: 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' <<< 172629 1726888913.61732: 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' <<< 172629 1726888913.61762: 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 0x7fd3cf992d20> <<< 172629 1726888913.61983: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf992ab0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf9923f0> # /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 0x7fd3cf992ea0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf963fb0> 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 0x7fd3cf993a10> # 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 0x7fd3cf993c50> <<< 172629 1726888913.61994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888913.62119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888913.62122: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888913.62129: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf9c0170> import 'pwd' # <<< 172629 1726888913.62133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888913.62149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888913.62433: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf32df10> # 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 0x7fd3cf32fb00> # /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 0x7fd3cf334500> # /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 0x7fd3cf335400> # /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' <<< 172629 1726888913.62487: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf338170> <<< 172629 1726888913.62526: 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 0x7fd3cf338290> <<< 172629 1726888913.62563: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf336420> <<< 172629 1726888913.62566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888913.62592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888913.62621: 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' <<< 172629 1726888913.62645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888913.62989: 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' <<< 172629 1726888913.63006: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf37c0e0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf33abd0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf33a930> # /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 0x7fd3cf33aea0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf336930> <<< 172629 1726888913.63186: 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 0x7fd3cf380380> <<< 172629 1726888913.63316: 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 0x7fd3cf380560> # /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 0x7fd3cf381fd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf381d90> # /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' <<< 172629 1726888913.63321: 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 0x7fd3cf384500> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf382690> <<< 172629 1726888913.63324: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888913.63327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888913.63329: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888913.63344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726888913.63358: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888913.63423: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf387ce0> <<< 172629 1726888913.63618: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf3846b0> # 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 0x7fd3cf388cb0> # 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 0x7fd3cf388ef0> <<< 172629 1726888913.63710: 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 0x7fd3cf388fe0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf380740> # /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 <<< 172629 1726888913.63751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888913.64662: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3cf214740> # 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 0x7fd3cf2157f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf38aed0> # 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 0x7fd3cf38baa0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf38aae0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888913.64669: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.64671: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888913.64673: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 172629 1726888913.64676: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.64678: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888913.64680: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.64682: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888913.65035: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.65579: 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' # <<< 172629 1726888913.65706: 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 0x7fd3cf219a60> <<< 172629 1726888913.65749: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726888913.65771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 172629 1726888913.65785: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf21a810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf215940> <<< 172629 1726888913.65833: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888913.65851: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.65868: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.65888: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888913.65915: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.66131: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.66192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888913.66245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf21ae40> # zipimport: zlib available <<< 172629 1726888913.66675: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.67112: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.67185: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.67360: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888913.67363: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.67366: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.67433: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888913.67501: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888913.67559: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.67563: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888913.67590: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.67629: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888913.67646: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.67868: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.68093: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888913.68269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888913.68273: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888913.68275: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf21bb00> <<< 172629 1726888913.68277: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.68378: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.68381: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726888913.68419: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 172629 1726888913.68511: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.68526: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888913.68559: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.68624: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.68810: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.68816: 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 <<< 172629 1726888913.68824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888913.68840: 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 0x7fd3cf2265a0> <<< 172629 1726888913.68873: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf2213d0> <<< 172629 1726888913.68904: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888913.68949: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888913.68981: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.69049: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.69075: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.69354: 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' <<< 172629 1726888913.69359: 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 <<< 172629 1726888913.69362: 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 <<< 172629 1726888913.69364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888913.69366: 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' <<< 172629 1726888913.69368: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf302e10> <<< 172629 1726888913.69374: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf3feae0> <<< 172629 1726888913.69450: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf226780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf21b4a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888913.69494: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.69515: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.69523: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888913.69582: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888913.69621: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.69627: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888913.69681: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.69742: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.69764: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.69786: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.69826: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.69870: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.69907: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.70114: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888913.70117: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.70120: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.70151: 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 <<< 172629 1726888913.70222: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 172629 1726888913.70232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888913.70290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888913.70546: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726888913.70549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888913.70552: 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 0x7fd3cee8aba0> <<< 172629 1726888913.70554: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cee89fd0> <<< 172629 1726888913.70558: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cee889b0> <<< 172629 1726888913.70861: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf2b6d80> <<< 172629 1726888913.70865: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf2b4d40> import 'ansible.module_utils.compat.typing' # <<< 172629 1726888913.70867: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.70969: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.71137: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.71179: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.71236: 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' <<< 172629 1726888913.71252: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 172629 1726888913.71275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 172629 1726888913.71290: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 172629 1726888913.71305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 172629 1726888913.71322: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf2a1a90> <<< 172629 1726888913.71347: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 172629 1726888913.71374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 172629 1726888913.71391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888913.71431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888913.71461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726888913.71479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ceed8d70> <<< 172629 1726888913.71519: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888913.71582: 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 0x7fd3ceed90a0> <<< 172629 1726888913.71589: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ceecc860> <<< 172629 1726888913.71671: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cee9fb60> <<< 172629 1726888913.71691: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf2b5e50> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf2b5190> # /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' <<< 172629 1726888913.71707: 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' <<< 172629 1726888913.71736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 172629 1726888913.71742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 172629 1726888913.71951: 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 0x7fd3ceedbb90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ceedb470> <<< 172629 1726888913.71956: 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' <<< 172629 1726888913.71979: stdout chunk (state=3): >>>import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3ceedb620> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ceeda8d0> # /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 0x7fd3ceedbc50> # /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 0x7fd3ced02810> <<< 172629 1726888913.72004: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ced00800> <<< 172629 1726888913.72030: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf2b50a0> <<< 172629 1726888913.72046: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # <<< 172629 1726888913.72068: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.72093: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 172629 1726888913.72103: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.72165: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.72222: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 172629 1726888913.72360: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.72363: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.72365: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 172629 1726888913.72414: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.72442: stdout chunk (state=3): >>># 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 <<< 172629 1726888913.72605: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.72609: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 172629 1726888913.72616: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.72618: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.72734: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 172629 1726888913.72741: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.72759: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.72775: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.72931: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.72934: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 172629 1726888913.72936: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 172629 1726888913.73466: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.73908: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 172629 1726888913.73930: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888913.73950: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.73993: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 172629 1726888913.74003: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.74377: stdout chunk (state=3): >>># 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 <<< 172629 1726888913.74574: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ced03020> # /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' <<< 172629 1726888913.74682: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ced03cb0> import 'ansible.module_utils.facts.system.local' # <<< 172629 1726888913.74695: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.74762: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.74826: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 172629 1726888913.74840: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.75080: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 172629 1726888913.75091: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.75166: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 172629 1726888913.75176: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.75576: stdout chunk (state=3): >>># 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 0x7fd3ced3afc0> <<< 172629 1726888913.75608: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ced27c20> import 'ansible.module_utils.facts.system.python' # <<< 172629 1726888913.75621: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.75677: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.75735: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 172629 1726888913.75748: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.76086: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888913.76184: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 172629 1726888913.76196: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.76244: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.76280: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 172629 1726888913.76379: 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' <<< 172629 1726888913.76577: 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 0x7fd3ced52d50> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ced52960> 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 <<< 172629 1726888913.76723: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.77053: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888913.77294: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888913.77371: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.77681: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888913.77771: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 172629 1726888913.77785: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.77808: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.77846: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.78678: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.79083: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888913.79162: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 172629 1726888913.79165: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.79246: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.79661: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 172629 1726888913.79665: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.79667: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.79671: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 172629 1726888913.79760: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888913.79763: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 172629 1726888913.80075: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888913.80190: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.80389: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 172629 1726888913.80409: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 172629 1726888913.80448: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.80486: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 172629 1726888913.80497: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.80575: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 172629 1726888913.80626: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.80694: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 172629 1726888913.80706: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.80728: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.80861: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 172629 1726888913.80868: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.80871: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.80880: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 172629 1726888913.80891: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.80988: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.81007: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726888913.81256: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.81281: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.81577: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 172629 1726888913.81581: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.81610: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.81670: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 172629 1726888913.81685: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.81715: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.81749: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 172629 1726888913.81875: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888913.81895: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 172629 1726888913.81963: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.82014: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.82073: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 172629 1726888913.82085: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.82123: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 172629 1726888913.82126: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.82313: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.82317: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 172629 1726888913.82319: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888913.82321: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.82323: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.82350: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.82422: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.82668: 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' # <<< 172629 1726888913.82685: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 172629 1726888913.82883: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.83008: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 172629 1726888913.83020: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.83064: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.83109: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 172629 1726888913.83123: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.83169: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.83539: stdout chunk (state=3): >>>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' # <<< 172629 1726888913.83542: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.83544: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.83579: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 172629 1726888913.83656: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888913.84871: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 172629 1726888913.84876: stdout chunk (state=3): >>># 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 0x7fd3ced7fe30> <<< 172629 1726888913.84879: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ced7e420> <<< 172629 1726888913.84881: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ced7f6b0> <<< 172629 1726888914.04093: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cedc2b10> # /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 0x7fd3cedd0ec0> # /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 0x7fd3cedd2240> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cedd1d90> <<< 172629 1726888914.04249: 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 <<< 172629 1726888914.24809: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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_fibre_channel_wwn": [], "ansible_loadavg": {"1m": 0.44091796875, "5m": 0.75390625, "15m": 0.99462890625}, "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_local": {}, "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_lsb": {}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_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_is_chroot": false, "ansible_iscsi_iqn": "", "ansible_fips": false, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "21", "second": "53", "epoch": "1726888913", "epoch_int": "1726888913", "date": "2024-09-20", "time": "23:21:53", "iso8601_micro": "2024-09-21T03:21:53.851291Z", "iso8601": "2024-09-21T03:21:53Z", "iso8601_basic": "20240920T232153851291", "iso8601_basic_short": "20240920T232153", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.13.105 34704 10.31.15.52 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.13.105 34704 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_pkg_mgr": "dnf", "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": 827, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 2704, "free": 827}, "nocache": {"free": 3261, "used": 270}, "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": 4356, "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": 255483019264, "block_size": 4096, "block_total": 65519099, "block_available": 62373784, "block_used": 3145315, "inode_total": 131070960, "inode_available": 131027025, "inode_used": 43935, "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"}}} <<< 172629 1726888914.25295: 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__ <<< 172629 1726888914.25348: stdout chunk (state=3): >>># clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # 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 <<< 172629 1726888914.25384: stdout chunk (state=3): >>># 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__ <<< 172629 1726888914.25437: stdout chunk (state=3): >>># destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # 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 <<< 172629 1726888914.25577: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # 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 <<< 172629 1726888914.25689: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing 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 <<< 172629 1726888914.26190: 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 # 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 <<< 172629 1726888914.26241: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888914.26259: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 172629 1726888914.26313: stdout chunk (state=3): >>># 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 <<< 172629 1726888914.26340: stdout chunk (state=3): >>># destroy pickle # destroy _compat_pickle # destroy _pickle <<< 172629 1726888914.26366: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors <<< 172629 1726888914.26392: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 172629 1726888914.26512: stdout chunk (state=3): >>># destroy datetime # destroy subprocess # destroy base64 <<< 172629 1726888914.26515: stdout chunk (state=3): >>># destroy _ssl <<< 172629 1726888914.26518: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd <<< 172629 1726888914.26711: stdout chunk (state=3): >>># 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 <<< 172629 1726888914.26838: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # 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 <<< 172629 1726888914.26964: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888914.27045: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888914.27083: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 172629 1726888914.27617: stdout chunk (state=3): >>># destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # 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 <<< 172629 1726888914.27926: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888914.27929: stdout chunk (state=3): >>><<< 172629 1726888914.27931: stderr chunk (state=3): >>><<< 172629 1726888914.28281: _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 0x7fd3cfe184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfde7b30> # /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 0x7fd3cfe1aa50> 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 0x7fd3cfc2d130> # /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 0x7fd3cfc2e120> 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 0x7fd3cfc6aea0> # /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 0x7fd3cfc801a0> # /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 0x7fd3cfca3a40> # /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 0x7fd3cfcc4110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfc83ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfc81400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfc691c0> # /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 0x7fd3cfcc7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfcc6570> # /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 0x7fd3cfc822d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfc6b0b0> # /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 0x7fd3cfcf49e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfc68440> # /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 0x7fd3cfcf4e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfcf4d40> # 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 0x7fd3cfcf5130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfc66f60> # /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 0x7fd3cfcf5820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfcf54f0> 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 0x7fd3cfcf6720> 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 0x7fd3cfd10920> 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 0x7fd3cfd12030> # /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 0x7fd3cfd12ed0> # 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 0x7fd3cfd13530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfd12420> # /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 0x7fd3cfd13ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfd13620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfcf6750> # /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 0x7fd3cfa1bd40> # /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 0x7fd3cfa44890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfa445f0> # 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 0x7fd3cfa448c0> # /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 0x7fd3cfa451f0> # 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 0x7fd3cfa45b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfa44aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfa19ee0> # /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 0x7fd3cfa46f30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfa45c70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfcf6e40> # /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 0x7fd3cfa6f2c0> # /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 0x7fd3cfa93680> # /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 0x7fd3cfaf4470> # /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 0x7fd3cfaf6bd0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfaf4590> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfab9460> # /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 0x7fd3cf8fd5b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfa924b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cfa47e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd3cf8fd850> # zipimport: found 103 names in '/tmp/ansible_setup_payload_ufp_25x6/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 0x7fd3cf963320> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf946210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf945370> # 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 0x7fd3cf9611f0> # /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 0x7fd3cf992d20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf992ab0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf9923f0> # /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 0x7fd3cf992ea0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf963fb0> 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 0x7fd3cf993a10> # 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 0x7fd3cf993c50> # /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 0x7fd3cf9c0170> 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 0x7fd3cf32df10> # 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 0x7fd3cf32fb00> # /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 0x7fd3cf334500> # /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 0x7fd3cf335400> # /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 0x7fd3cf338170> # 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 0x7fd3cf338290> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf336420> # /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 0x7fd3cf37c0e0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf33abd0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf33a930> # /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 0x7fd3cf33aea0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf336930> # 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 0x7fd3cf380380> # /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 0x7fd3cf380560> # /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 0x7fd3cf381fd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf381d90> # /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 0x7fd3cf384500> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf382690> # /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 0x7fd3cf387ce0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf3846b0> # 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 0x7fd3cf388cb0> # 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 0x7fd3cf388ef0> # 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 0x7fd3cf388fe0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf380740> # /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 0x7fd3cf214740> # 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 0x7fd3cf2157f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf38aed0> # 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 0x7fd3cf38baa0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf38aae0> # 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 0x7fd3cf219a60> # /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 0x7fd3cf21a810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf215940> 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 0x7fd3cf21ae40> # 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 0x7fd3cf21bb00> # 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 0x7fd3cf2265a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf2213d0> 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 0x7fd3cf302e10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf3feae0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf226780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf21b4a0> # 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 0x7fd3cee8aba0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cee89fd0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cee889b0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf2b6d80> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf2b4d40> 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 0x7fd3cf2a1a90> # /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 0x7fd3ceed8d70> # 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 0x7fd3ceed90a0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ceecc860> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cee9fb60> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf2b5e50> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf2b5190> # /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 0x7fd3ceedbb90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ceedb470> # 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 0x7fd3ceedb620> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ceeda8d0> # /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 0x7fd3ceedbc50> # /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 0x7fd3ced02810> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ced00800> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cf2b50a0> 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 0x7fd3ced03020> # /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 0x7fd3ced03cb0> 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 0x7fd3ced3afc0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ced27c20> 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 0x7fd3ced52d50> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ced52960> 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 0x7fd3ced7fe30> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ced7e420> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3ced7f6b0> # /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 0x7fd3cedc2b10> # /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 0x7fd3cedd0ec0> # /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 0x7fd3cedd2240> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3cedd1d90> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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_fibre_channel_wwn": [], "ansible_loadavg": {"1m": 0.44091796875, "5m": 0.75390625, "15m": 0.99462890625}, "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_local": {}, "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_lsb": {}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_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_is_chroot": false, "ansible_iscsi_iqn": "", "ansible_fips": false, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "21", "second": "53", "epoch": "1726888913", "epoch_int": "1726888913", "date": "2024-09-20", "time": "23:21:53", "iso8601_micro": "2024-09-21T03:21:53.851291Z", "iso8601": "2024-09-21T03:21:53Z", "iso8601_basic": "20240920T232153851291", "iso8601_basic_short": "20240920T232153", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.13.105 34704 10.31.15.52 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.13.105 34704 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_pkg_mgr": "dnf", "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": 827, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 2704, "free": 827}, "nocache": {"free": 3261, "used": 270}, "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": 4356, "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": 255483019264, "block_size": 4096, "block_total": 65519099, "block_available": 62373784, "block_used": 3145315, "inode_total": 131070960, "inode_available": 131027025, "inode_used": 43935, "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. 172629 1726888914.30024: 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-1726888913.351636-173084-54264249534149/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888914.30028: _low_level_execute_command(): starting 172629 1726888914.30031: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888913.351636-173084-54264249534149/ > /dev/null 2>&1 && sleep 0' 172629 1726888914.31357: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888914.31361: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888914.31374: 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 <<< 172629 1726888914.31487: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888914.31503: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888914.31683: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888914.31804: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888914.33694: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888914.33703: stdout chunk (state=3): >>><<< 172629 1726888914.33713: stderr chunk (state=3): >>><<< 172629 1726888914.33762: _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 172629 1726888914.33852: handler run complete 172629 1726888914.34291: variable 'ansible_facts' from source: unknown 172629 1726888914.34815: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888914.35718: variable 'ansible_facts' from source: unknown 172629 1726888914.35901: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888914.36320: attempt loop complete, returning result 172629 1726888914.36330: _execute() done 172629 1726888914.36338: dumping result to json 172629 1726888914.36473: done dumping result, returning 172629 1726888914.36497: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-d0a8-add8-0000000000f3] 172629 1726888914.36560: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000f3 ok: [managed_node1] 172629 1726888914.38440: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000000f3 172629 1726888914.38443: WORKER PROCESS EXITING 172629 1726888914.38659: no more pending results, returning what we have 172629 1726888914.38662: results queue empty 172629 1726888914.38663: checking for any_errors_fatal 172629 1726888914.38670: done checking for any_errors_fatal 172629 1726888914.38671: checking for max_fail_percentage 172629 1726888914.38673: done checking for max_fail_percentage 172629 1726888914.38674: checking to see if all hosts have failed and the running result is not ok 172629 1726888914.38675: done checking to see if all hosts have failed 172629 1726888914.38676: getting the remaining hosts for this loop 172629 1726888914.38677: done getting the remaining hosts for this loop 172629 1726888914.38680: getting the next task for host managed_node1 172629 1726888914.38702: done getting next task for host managed_node1 172629 1726888914.38704: ^ task is: TASK: meta (role_complete) 172629 1726888914.38707: ^ 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 172629 1726888914.38717: getting variables 172629 1726888914.38719: in VariableManager get_vars() 172629 1726888914.38744: Calling all_inventory to load vars for managed_node1 172629 1726888914.38746: Calling groups_inventory to load vars for managed_node1 172629 1726888914.38748: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888914.38758: Calling all_plugins_play to load vars for managed_node1 172629 1726888914.38761: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888914.38765: Calling groups_plugins_play to load vars for managed_node1 172629 1726888914.40223: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888914.42537: done with get_vars() 172629 1726888914.42553: done getting variables 172629 1726888914.42962: done queuing things up, now waiting for results queue to drain 172629 1726888914.42964: results queue empty 172629 1726888914.42965: checking for any_errors_fatal 172629 1726888914.42969: done checking for any_errors_fatal 172629 1726888914.42970: checking for max_fail_percentage 172629 1726888914.42971: done checking for max_fail_percentage 172629 1726888914.42972: checking to see if all hosts have failed and the running result is not ok 172629 1726888914.42972: done checking to see if all hosts have failed 172629 1726888914.42973: getting the remaining hosts for this loop 172629 1726888914.42974: done getting the remaining hosts for this loop 172629 1726888914.42976: getting the next task for host managed_node1 172629 1726888914.42980: done getting next task for host managed_node1 172629 1726888914.42987: ^ task is: TASK: Mark tasks to be skipped 172629 1726888914.42989: ^ 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 172629 1726888914.42991: getting variables 172629 1726888914.42992: in VariableManager get_vars() 172629 1726888914.43001: Calling all_inventory to load vars for managed_node1 172629 1726888914.43004: Calling groups_inventory to load vars for managed_node1 172629 1726888914.43006: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888914.43011: Calling all_plugins_play to load vars for managed_node1 172629 1726888914.43013: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888914.43016: Calling groups_plugins_play to load vars for managed_node1 172629 1726888914.44196: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888914.46082: done with get_vars() 172629 1726888914.46095: done getting variables 172629 1726888914.46136: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:16 Friday 20 September 2024 23:21:54 -0400 (0:00:01.191) 0:00:14.743 ****** 172629 1726888914.46369: entering _queue_task() for managed_node1/set_fact 172629 1726888914.47309: worker is 1 (out of 1 available) 172629 1726888914.47322: exiting _queue_task() for managed_node1/set_fact 172629 1726888914.47333: done queuing things up, now waiting for results queue to drain 172629 1726888914.47335: waiting for pending results... 172629 1726888914.48075: running TaskExecutor() for managed_node1/TASK: Mark tasks to be skipped 172629 1726888914.48079: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000007 172629 1726888914.48082: variable 'ansible_search_path' from source: unknown 172629 1726888914.48085: calling self._execute() 172629 1726888914.48461: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888914.48465: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888914.48468: variable 'omit' from source: magic vars 172629 1726888914.48470: variable 'omit' from source: magic vars 172629 1726888914.48472: variable 'omit' from source: magic vars 172629 1726888914.49156: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888914.55064: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888914.55069: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888914.55072: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888914.55562: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888914.55567: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888914.56092: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 172629 1726888914.56413: Loaded config def from plugin (lookup/env) 172629 1726888914.56667: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 172629 1726888914.56727: variable 'omit' from source: magic vars 172629 1726888914.56865: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888914.56895: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888914.56921: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888914.57361: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888914.57365: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888914.57367: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888914.57369: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888914.57371: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888914.57374: Set connection var ansible_timeout to 10 172629 1726888914.57376: Set connection var ansible_shell_type to sh 172629 1726888914.57378: Set connection var ansible_pipelining to False 172629 1726888914.57380: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888914.57382: Set connection var ansible_shell_executable to /bin/sh 172629 1726888914.57384: Set connection var ansible_connection to ssh 172629 1726888914.58060: variable 'ansible_shell_executable' from source: unknown 172629 1726888914.58062: variable 'ansible_connection' from source: unknown 172629 1726888914.58065: variable 'ansible_module_compression' from source: unknown 172629 1726888914.58067: variable 'ansible_shell_type' from source: unknown 172629 1726888914.58069: variable 'ansible_shell_executable' from source: unknown 172629 1726888914.58070: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888914.58072: variable 'ansible_pipelining' from source: unknown 172629 1726888914.58074: variable 'ansible_timeout' from source: unknown 172629 1726888914.58075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888914.58078: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888914.58080: variable 'omit' from source: magic vars 172629 1726888914.58082: starting attempt loop 172629 1726888914.58083: running the handler 172629 1726888914.58085: handler run complete 172629 1726888914.58087: attempt loop complete, returning result 172629 1726888914.58089: _execute() done 172629 1726888914.58091: dumping result to json 172629 1726888914.58093: done dumping result, returning 172629 1726888914.58095: done running TaskExecutor() for managed_node1/TASK: Mark tasks to be skipped [0affc8a3-6f6f-d0a8-add8-000000000007] 172629 1726888914.58097: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000007 172629 1726888914.58725: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000007 172629 1726888914.58728: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } 172629 1726888914.58820: no more pending results, returning what we have 172629 1726888914.58823: results queue empty 172629 1726888914.58824: checking for any_errors_fatal 172629 1726888914.58826: done checking for any_errors_fatal 172629 1726888914.58827: checking for max_fail_percentage 172629 1726888914.58829: done checking for max_fail_percentage 172629 1726888914.58830: checking to see if all hosts have failed and the running result is not ok 172629 1726888914.58831: done checking to see if all hosts have failed 172629 1726888914.58831: getting the remaining hosts for this loop 172629 1726888914.58833: done getting the remaining hosts for this loop 172629 1726888914.58837: getting the next task for host managed_node1 172629 1726888914.58842: done getting next task for host managed_node1 172629 1726888914.58846: ^ task is: TASK: Get unused disks for swap 172629 1726888914.58848: ^ 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 172629 1726888914.58852: getting variables 172629 1726888914.58853: in VariableManager get_vars() 172629 1726888914.58991: Calling all_inventory to load vars for managed_node1 172629 1726888914.58995: Calling groups_inventory to load vars for managed_node1 172629 1726888914.58998: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888914.59008: Calling all_plugins_play to load vars for managed_node1 172629 1726888914.59011: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888914.59015: Calling groups_plugins_play to load vars for managed_node1 172629 1726888914.61694: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888914.63419: done with get_vars() 172629 1726888914.63433: done getting variables TASK [Get unused disks for swap] *********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:24 Friday 20 September 2024 23:21:54 -0400 (0:00:00.175) 0:00:14.919 ****** 172629 1726888914.63906: entering _queue_task() for managed_node1/include_tasks 172629 1726888914.64592: worker is 1 (out of 1 available) 172629 1726888914.64605: exiting _queue_task() for managed_node1/include_tasks 172629 1726888914.64617: done queuing things up, now waiting for results queue to drain 172629 1726888914.64618: waiting for pending results... 172629 1726888914.65119: running TaskExecutor() for managed_node1/TASK: Get unused disks for swap 172629 1726888914.65216: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000008 172629 1726888914.65476: variable 'ansible_search_path' from source: unknown 172629 1726888914.65660: calling self._execute() 172629 1726888914.65664: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888914.65667: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888914.65670: variable 'omit' from source: magic vars 172629 1726888914.65739: _execute() done 172629 1726888914.65965: dumping result to json 172629 1726888914.65972: done dumping result, returning 172629 1726888914.65984: done running TaskExecutor() for managed_node1/TASK: Get unused disks for swap [0affc8a3-6f6f-d0a8-add8-000000000008] 172629 1726888914.65993: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000008 172629 1726888914.66130: no more pending results, returning what we have 172629 1726888914.66135: in VariableManager get_vars() 172629 1726888914.66173: Calling all_inventory to load vars for managed_node1 172629 1726888914.66176: Calling groups_inventory to load vars for managed_node1 172629 1726888914.66179: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888914.66196: Calling all_plugins_play to load vars for managed_node1 172629 1726888914.66199: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888914.66201: Calling groups_plugins_play to load vars for managed_node1 172629 1726888914.67099: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000008 172629 1726888914.67103: WORKER PROCESS EXITING 172629 1726888914.67521: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888914.68784: done with get_vars() 172629 1726888914.68796: variable 'ansible_search_path' from source: unknown 172629 1726888914.68928: we have included files to process 172629 1726888914.68929: generating all_blocks data 172629 1726888914.68931: done generating all_blocks data 172629 1726888914.68937: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml 172629 1726888914.68939: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml 172629 1726888914.68941: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml 172629 1726888914.70629: done processing included file 172629 1726888914.70631: iterating over new_blocks loaded from include file 172629 1726888914.70632: in VariableManager get_vars() 172629 1726888914.70645: done with get_vars() 172629 1726888914.70646: filtering new block on tags 172629 1726888914.70780: done filtering new block on tags 172629 1726888914.70783: 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 172629 1726888914.70793: extending task lists for all hosts with included blocks 172629 1726888914.72220: done extending task lists 172629 1726888914.72221: done processing included files 172629 1726888914.72222: results queue empty 172629 1726888914.72223: checking for any_errors_fatal 172629 1726888914.72226: done checking for any_errors_fatal 172629 1726888914.72227: checking for max_fail_percentage 172629 1726888914.72227: done checking for max_fail_percentage 172629 1726888914.72228: checking to see if all hosts have failed and the running result is not ok 172629 1726888914.72229: done checking to see if all hosts have failed 172629 1726888914.72230: getting the remaining hosts for this loop 172629 1726888914.72231: done getting the remaining hosts for this loop 172629 1726888914.72233: getting the next task for host managed_node1 172629 1726888914.72236: done getting next task for host managed_node1 172629 1726888914.72238: ^ task is: TASK: Ensure test packages 172629 1726888914.72240: ^ 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 172629 1726888914.72242: getting variables 172629 1726888914.72243: in VariableManager get_vars() 172629 1726888914.72251: Calling all_inventory to load vars for managed_node1 172629 1726888914.72253: Calling groups_inventory to load vars for managed_node1 172629 1726888914.72257: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888914.72262: Calling all_plugins_play to load vars for managed_node1 172629 1726888914.72264: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888914.72267: Calling groups_plugins_play to load vars for managed_node1 172629 1726888914.73319: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888914.74559: done with get_vars() 172629 1726888914.74574: done getting variables 172629 1726888914.74701: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:21:54 -0400 (0:00:00.108) 0:00:15.027 ****** 172629 1726888914.74729: entering _queue_task() for managed_node1/package 172629 1726888914.75588: worker is 1 (out of 1 available) 172629 1726888914.75608: exiting _queue_task() for managed_node1/package 172629 1726888914.75619: done queuing things up, now waiting for results queue to drain 172629 1726888914.75620: waiting for pending results... 172629 1726888914.76333: running TaskExecutor() for managed_node1/TASK: Ensure test packages 172629 1726888914.76432: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000001c6 172629 1726888914.76451: variable 'ansible_search_path' from source: unknown 172629 1726888914.76888: calling self._execute() 172629 1726888914.76974: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888914.76979: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888914.76991: variable 'omit' from source: magic vars 172629 1726888914.77502: variable 'omit' from source: magic vars 172629 1726888914.77543: variable 'omit' from source: magic vars 172629 1726888914.77573: variable 'test_packages' from source: task vars 172629 1726888914.78167: variable 'test_packages' from source: task vars 172629 1726888914.78836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888914.79941: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888914.80192: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888914.80228: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888914.80495: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888914.80639: variable 'ansible_facts' from source: unknown 172629 1726888914.81815: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888914.86471: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888914.86536: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888914.86604: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888914.86659: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888914.86729: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888914.86793: 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) 172629 1726888914.86824: 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) 172629 1726888914.86864: 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) 172629 1726888914.87097: 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) 172629 1726888914.87149: 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) 172629 1726888914.87211: variable '__storage_is_ostree' from source: set_fact 172629 1726888914.87215: variable 'omit' from source: magic vars 172629 1726888914.87242: variable 'omit' from source: magic vars 172629 1726888914.87478: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888914.87504: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888914.87522: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888914.87579: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888914.87582: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888914.87585: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888914.87588: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888914.87589: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888914.87891: Set connection var ansible_timeout to 10 172629 1726888914.87895: Set connection var ansible_shell_type to sh 172629 1726888914.87902: Set connection var ansible_pipelining to False 172629 1726888914.87908: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888914.87913: Set connection var ansible_shell_executable to /bin/sh 172629 1726888914.87916: Set connection var ansible_connection to ssh 172629 1726888914.87938: variable 'ansible_shell_executable' from source: unknown 172629 1726888914.87948: variable 'ansible_connection' from source: unknown 172629 1726888914.87953: variable 'ansible_module_compression' from source: unknown 172629 1726888914.87957: variable 'ansible_shell_type' from source: unknown 172629 1726888914.87960: variable 'ansible_shell_executable' from source: unknown 172629 1726888914.87962: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888914.87964: variable 'ansible_pipelining' from source: unknown 172629 1726888914.87968: variable 'ansible_timeout' from source: unknown 172629 1726888914.87970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888914.88277: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888914.88281: variable 'omit' from source: magic vars 172629 1726888914.88283: starting attempt loop 172629 1726888914.88286: running the handler 172629 1726888914.88337: variable 'ansible_facts' from source: unknown 172629 1726888914.88340: variable 'ansible_facts' from source: unknown 172629 1726888914.88343: _low_level_execute_command(): starting 172629 1726888914.88350: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888914.89654: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888914.89865: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888914.89868: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888914.89870: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888914.89873: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888914.89875: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888914.89878: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888914.89880: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888914.89882: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888914.89884: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726888914.89886: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888914.89974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888914.89985: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888914.89988: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888914.90105: 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' <<< 172629 1726888914.90109: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888914.90112: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888914.90138: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888914.91859: stdout chunk (state=3): >>>/root <<< 172629 1726888914.91968: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888914.91997: stderr chunk (state=3): >>><<< 172629 1726888914.92003: stdout chunk (state=3): >>><<< 172629 1726888914.92066: _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 172629 1726888914.92070: _low_level_execute_command(): starting 172629 1726888914.92073: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888914.9202437-173118-174344207634804 `" && echo ansible-tmp-1726888914.9202437-173118-174344207634804="` echo /root/.ansible/tmp/ansible-tmp-1726888914.9202437-173118-174344207634804 `" ) && sleep 0' 172629 1726888914.93397: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888914.93406: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888914.93679: 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 <<< 172629 1726888914.93808: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888914.93974: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888914.94080: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888914.94163: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888914.96461: stdout chunk (state=3): >>>ansible-tmp-1726888914.9202437-173118-174344207634804=/root/.ansible/tmp/ansible-tmp-1726888914.9202437-173118-174344207634804 <<< 172629 1726888914.96465: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888914.96467: stdout chunk (state=3): >>><<< 172629 1726888914.96469: stderr chunk (state=3): >>><<< 172629 1726888914.96476: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888914.9202437-173118-174344207634804=/root/.ansible/tmp/ansible-tmp-1726888914.9202437-173118-174344207634804 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888914.96498: variable 'ansible_module_compression' from source: unknown 172629 1726888914.96559: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 172629 1726888914.96597: variable 'ansible_facts' from source: unknown 172629 1726888914.96913: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888914.9202437-173118-174344207634804/AnsiballZ_dnf.py 172629 1726888914.97464: Sending initial data 172629 1726888914.97467: Sent initial data (154 bytes) 172629 1726888914.97673: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888914.97684: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888914.97691: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888914.97705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888914.97716: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888914.97723: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888914.97732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888914.97746: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888914.97754: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888914.97840: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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' <<< 172629 1726888914.97848: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888914.97863: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888914.97931: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888914.99541: 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 <<< 172629 1726888914.99572: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888914.99614: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpnp_bg1hr /root/.ansible/tmp/ansible-tmp-1726888914.9202437-173118-174344207634804/AnsiballZ_dnf.py <<< 172629 1726888914.99618: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888914.9202437-173118-174344207634804/AnsiballZ_dnf.py" <<< 172629 1726888914.99885: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpnp_bg1hr" to remote "/root/.ansible/tmp/ansible-tmp-1726888914.9202437-173118-174344207634804/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888914.9202437-173118-174344207634804/AnsiballZ_dnf.py" <<< 172629 1726888915.01521: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888915.01524: stdout chunk (state=3): >>><<< 172629 1726888915.01531: stderr chunk (state=3): >>><<< 172629 1726888915.01556: done transferring module to remote 172629 1726888915.01573: _low_level_execute_command(): starting 172629 1726888915.01587: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888914.9202437-173118-174344207634804/ /root/.ansible/tmp/ansible-tmp-1726888914.9202437-173118-174344207634804/AnsiballZ_dnf.py && sleep 0' 172629 1726888915.02779: 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 <<< 172629 1726888915.02901: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888915.02968: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888915.03060: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888915.03063: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888915.04908: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888915.05177: stderr chunk (state=3): >>><<< 172629 1726888915.05180: stdout chunk (state=3): >>><<< 172629 1726888915.05183: _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 172629 1726888915.05186: _low_level_execute_command(): starting 172629 1726888915.05188: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888914.9202437-173118-174344207634804/AnsiballZ_dnf.py && sleep 0' 172629 1726888915.07092: 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 <<< 172629 1726888915.07151: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888915.07215: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888915.07307: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888915.07711: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888915.09686: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888915.09808: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888915.09866: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # <<< 172629 1726888915.09924: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888915.09981: 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' <<< 172629 1726888915.10001: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888915.10285: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888915.10289: 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 0x7fc1720184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171fe7b30> # /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 0x7fc17201aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 172629 1726888915.10331: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888915.10354: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888915.10382: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888915.10421: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888915.10443: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726888915.10449: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888915.10478: 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' <<< 172629 1726888915.10506: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171de9130> <<< 172629 1726888915.10562: 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 <<< 172629 1726888915.10580: 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 0x7fc171dea120> <<< 172629 1726888915.10609: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888915.10639: 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. <<< 172629 1726888915.10903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888915.10918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888915.10973: 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 <<< 172629 1726888915.11016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888915.11032: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888915.11059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888915.11076: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171e2ff50> <<< 172629 1726888915.11268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888915.11296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171e3c0e0> # /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 0x7fc171e5f980> <<< 172629 1726888915.11323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888915.11341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171e5ff50> <<< 172629 1726888915.11356: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888915.11485: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171e3fc20> <<< 172629 1726888915.11488: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888915.11491: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171e3d340> <<< 172629 1726888915.11533: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171e2d100> <<< 172629 1726888915.11558: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888915.11573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888915.11593: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888915.11613: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888915.11637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888915.11706: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171e838f0> <<< 172629 1726888915.11718: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171e82510> <<< 172629 1726888915.12029: 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 0x7fc171e3e210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171e80d40> <<< 172629 1726888915.12034: 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 0x7fc171eb0950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171e2c380> # /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 0x7fc171eb0e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171eb0cb0> # 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 0x7fc171eb10a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171e22ea0> # /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 <<< 172629 1726888915.12038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888915.12041: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171eb1760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171eb1460> import 'importlib.machinery' # <<< 172629 1726888915.12330: 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 0x7fc171eb2660> 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 0x7fc171ecc860> 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 0x7fc171ecdfa0> # /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' <<< 172629 1726888915.12333: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888915.12335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171ecee40> <<< 172629 1726888915.12359: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888915.12377: 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 0x7fc171ecf4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171ece390> <<< 172629 1726888915.12394: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888915.12414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888915.12565: 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 0x7fc171ecff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171ecf650> <<< 172629 1726888915.12569: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171eb2690> <<< 172629 1726888915.12576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888915.12579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888915.12671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888915.12675: 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 0x7fc171bffda0> <<< 172629 1726888915.12932: 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 0x7fc171c28800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171c28560> # 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 0x7fc171c28830> # /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' <<< 172629 1726888915.13008: 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 0x7fc171c29160> <<< 172629 1726888915.13083: 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 0x7fc171c29a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171c28a10> <<< 172629 1726888915.13116: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171bfdf40> <<< 172629 1726888915.13143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888915.13323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888915.13326: 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' <<< 172629 1726888915.13329: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171c2ae40> <<< 172629 1726888915.13569: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171c28fe0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171eb2d80> # /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 0x7fc171c57140> # /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' <<< 172629 1726888915.13573: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171c7f4d0> <<< 172629 1726888915.13579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888915.13761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888915.13764: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888915.13766: 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 0x7fc171cd82c0> <<< 172629 1726888915.13768: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888915.13881: 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 0x7fc171cdaa20> <<< 172629 1726888915.13957: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171cd83e0> <<< 172629 1726888915.13991: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171ca52b0> <<< 172629 1726888915.14038: 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 0x7fc171ae13d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171c7e2d0> <<< 172629 1726888915.14056: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171c2bd10> <<< 172629 1726888915.14500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc171ae1670> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_qynq22rs/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888915.14533: 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' <<< 172629 1726888915.14577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888915.14656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888915.14702: 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 0x7fc171b3b140> import '_typing' # <<< 172629 1726888915.15094: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171b1a030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171b19190> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888915.16578: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.17473: 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 0x7fc171b39010> <<< 172629 1726888915.17502: 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' <<< 172629 1726888915.17534: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888915.17554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888915.17572: 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' <<< 172629 1726888915.17978: 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 0x7fc171b62a80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171b62810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171b62120> # /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 0x7fc171b62570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171b3bb60> 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 0x7fc171b63860> # 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 0x7fc171b63a40> # /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 0x7fc171b63f80> 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' <<< 172629 1726888915.18008: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171511d30> <<< 172629 1726888915.18223: 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 0x7fc171513950> # /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' <<< 172629 1726888915.18227: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171518350> <<< 172629 1726888915.18230: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888915.18374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1715194f0> # /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 0x7fc17151bf50> # 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 0x7fc171ecdee0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17151a210> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888915.18585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17151fdd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17151e8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17151e600> <<< 172629 1726888915.18626: 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' <<< 172629 1726888915.18689: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17151eb70> <<< 172629 1726888915.18743: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17151a720> <<< 172629 1726888915.18752: 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 0x7fc171563ec0> <<< 172629 1726888915.19089: 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 0x7fc1715641a0> # /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 0x7fc171565c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171565a00> # /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 0x7fc1715681a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171566330> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888915.19197: 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' # <<< 172629 1726888915.19201: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17156b950> <<< 172629 1726888915.19588: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171568350> # 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 0x7fc17156c710> # 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 0x7fc17156c9b0> # 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 0x7fc17156cc80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1715642c0> # /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 0x7fc1715f83e0> <<< 172629 1726888915.19785: 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 0x7fc1715f93a0> <<< 172629 1726888915.19789: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17156ebd0> <<< 172629 1726888915.19882: 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 0x7fc17156ff20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17156e7e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888915.20081: stdout chunk (state=3): >>># 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 <<< 172629 1726888915.20194: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.20391: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.20848: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.21402: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888915.21410: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888915.21584: 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 0x7fc1715fd5e0> # /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' <<< 172629 1726888915.21665: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1715fe570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171c299d0> <<< 172629 1726888915.21892: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888915.21896: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.21898: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.21901: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888915.21903: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.22176: 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 0x7fc1715fe240> # zipimport: zlib available <<< 172629 1726888915.22523: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.22961: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.23030: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.23477: stdout chunk (state=3): >>>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 <<< 172629 1726888915.23686: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.23915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888915.23980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888915.23989: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888915.24280: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1715ff650> # 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 <<< 172629 1726888915.24323: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888915.24334: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.24376: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.24750: stdout chunk (state=3): >>># 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 0x7fc17140a0c0> <<< 172629 1726888915.24815: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171404fb0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888915.24858: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.24873: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.24910: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.24990: 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 <<< 172629 1726888915.24994: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888915.25001: 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 <<< 172629 1726888915.25004: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888915.25007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888915.25098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888915.25101: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888915.25103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888915.25169: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171bb6990> <<< 172629 1726888915.25371: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171b9e660> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17140a180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1715fc590> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888915.25375: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.25377: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.25381: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726888915.25383: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888915.25429: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888915.25577: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888915.26195: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.26554: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.27243: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.27906: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 172629 1726888915.27927: 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 0x7fc17149c440> <<< 172629 1726888915.27966: 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 0x7fc17149c6b0> <<< 172629 1726888915.27970: 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' <<< 172629 1726888915.28047: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 172629 1726888915.28054: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' <<< 172629 1726888915.28075: stdout chunk (state=3): >>>import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17149cdd0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17149c950> # /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' <<< 172629 1726888915.28105: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17149d700> <<< 172629 1726888915.28283: 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 0x7fc171484980> # /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 0x7fc171485550> <<< 172629 1726888915.28323: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171022600> <<< 172629 1726888915.28401: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17149ef00> <<< 172629 1726888915.28405: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 172629 1726888915.28437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 172629 1726888915.28461: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 172629 1726888915.28484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 172629 1726888915.28488: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 172629 1726888915.28588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 172629 1726888915.28592: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171025160> <<< 172629 1726888915.28681: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171023ce0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171023050> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17149e3c0> # /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' <<< 172629 1726888915.28708: 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 <<< 172629 1726888915.28764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 172629 1726888915.28783: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 172629 1726888915.28865: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171091100> <<< 172629 1726888915.29142: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171049220> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17149e840> # /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 <<< 172629 1726888915.29145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 172629 1726888915.29184: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171098bc0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171092ed0> <<< 172629 1726888915.29200: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171048d70> <<< 172629 1726888915.29248: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17149dd90> <<< 172629 1726888915.29279: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17149d7c0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17149d490> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17149c710> # /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 0x7fc17149d7f0> <<< 172629 1726888915.29301: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 172629 1726888915.29365: 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' <<< 172629 1726888915.29494: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1710991f0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171098da0> # /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' <<< 172629 1726888915.29692: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171099910> # /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' <<< 172629 1726888915.29781: 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 0x7fc17107fec0> <<< 172629 1726888915.30090: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17107d5b0> <<< 172629 1726888915.30094: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17109a7b0> <<< 172629 1726888915.30096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 172629 1726888915.30101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17107d070> <<< 172629 1726888915.30104: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 172629 1726888915.30151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1710b6270> # /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 0x7fc1710b6f00> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1710b69c0> <<< 172629 1726888915.30183: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 172629 1726888915.30228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 172629 1726888915.30334: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1710b7410> <<< 172629 1726888915.30412: stdout chunk (state=3): >>># /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' <<< 172629 1726888915.30711: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17108b980> # /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 0x7fc170f43f20> # zipimport: zlib available <<< 172629 1726888915.30815: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # # zipimport: zlib available <<< 172629 1726888915.30960: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.31049: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 172629 1726888915.31064: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.31175: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.31179: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 172629 1726888915.31182: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.31327: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.31408: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 172629 1726888915.31522: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888915.32175: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170f7ed80> # /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' <<< 172629 1726888915.32223: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170f7eea0> <<< 172629 1726888915.32241: 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' <<< 172629 1726888915.32264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 172629 1726888915.32276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 172629 1726888915.32308: 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 0x7fc170cd3080> <<< 172629 1726888915.32326: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170cd28d0> <<< 172629 1726888915.32377: 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 0x7fc170cd2ab0> <<< 172629 1726888915.32384: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170f7f3b0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170f7e2d0> <<< 172629 1726888915.32454: 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 0x7fc170f7ea80> <<< 172629 1726888915.32459: 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 <<< 172629 1726888915.32713: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' # /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 0x7fc170d4c680> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170d4c290> <<< 172629 1726888915.32731: 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 <<< 172629 1726888915.32861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 172629 1726888915.32864: 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 0x7fc170d4ff50> <<< 172629 1726888915.32899: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170d4c7d0> <<< 172629 1726888915.32902: 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 <<< 172629 1726888915.32980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 172629 1726888915.33913: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' <<< 172629 1726888915.33975: 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 0x7fc1708aaf90> <<< 172629 1726888915.33989: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170d4ffb0> <<< 172629 1726888915.34012: 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 <<< 172629 1726888915.34202: stdout chunk (state=3): >>># 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 0x7fc170928c80> <<< 172629 1726888915.34349: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1708ab500> <<< 172629 1726888915.34359: 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 <<< 172629 1726888915.34449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726888915.34476: 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 0x7fc17092bce0> <<< 172629 1726888915.34502: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170928e90> <<< 172629 1726888915.34526: 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 <<< 172629 1726888915.34574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 172629 1726888915.34669: 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 0x7fc170967e60> <<< 172629 1726888915.34727: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17092bfb0> # /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' <<< 172629 1726888915.34791: 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 0x7fc16eead130> <<< 172629 1726888915.34982: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eeac530> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170cefdd0> # /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' <<< 172629 1726888915.34985: 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 0x7fc16eec8620> <<< 172629 1726888915.35009: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eeafa70> <<< 172629 1726888915.35096: 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 <<< 172629 1726888915.35104: 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' <<< 172629 1726888915.35390: 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 0x7fc16eecacf0> # /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 0x7fc16eecbbf0> # /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' <<< 172629 1726888915.35639: 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 0x7fc16eef8500> <<< 172629 1726888915.35693: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eef9a60> <<< 172629 1726888915.35707: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eecbe30> <<< 172629 1726888915.35727: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eecaba0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eeca540> <<< 172629 1726888915.35774: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888915.35878: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' <<< 172629 1726888915.35886: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc16eefb6b0> <<< 172629 1726888915.35904: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eecb110> <<< 172629 1726888915.35959: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eec89b0> <<< 172629 1726888915.36191: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eeaf080> # /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 0x7fc16eeaf6e0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eeaf440> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eead2b0> <<< 172629 1726888915.36219: 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 0x7fc16ef34bc0> <<< 172629 1726888915.36230: 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 <<< 172629 1726888915.36274: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py <<< 172629 1726888915.36303: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 172629 1726888915.36333: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 172629 1726888915.36372: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef370b0> <<< 172629 1726888915.36434: 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' <<< 172629 1726888915.36464: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef37860> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef363f0> <<< 172629 1726888915.36550: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef5c0b0> <<< 172629 1726888915.36557: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef34b90> <<< 172629 1726888915.36560: 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' <<< 172629 1726888915.36564: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 172629 1726888915.36567: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 172629 1726888915.36576: 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 <<< 172629 1726888915.36698: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef5db20> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef5d0a0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef5cec0> # /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 <<< 172629 1726888915.36875: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef88b60> # /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 <<< 172629 1726888915.36913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888915.36933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726888915.36954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 172629 1726888915.36977: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e852ba0> <<< 172629 1726888915.36990: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888915.37014: 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 0x7fc16e852f00> <<< 172629 1726888915.37060: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef8ae10> <<< 172629 1726888915.37124: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef88fe0> <<< 172629 1726888915.37130: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef5ff20> <<< 172629 1726888915.37138: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef5e2a0> <<< 172629 1726888915.37159: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef5e000> <<< 172629 1726888915.37496: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /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 0x7fc16e88c9e0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e853b30> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef5e7e0> # /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 0x7fc16e88d0a0> # /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 0x7fc16e88d460> # /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 0x7fc16e88d520> # /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 0x7fc16e88d640> # /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 <<< 172629 1726888915.37500: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 172629 1726888915.37530: 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' <<< 172629 1726888915.37621: 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 0x7fc16e8ac230> <<< 172629 1726888915.37653: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e88e360> # /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py <<< 172629 1726888915.37730: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e8ac3e0> # /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 0x7fc16e8ac4d0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e88d490> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py <<< 172629 1726888915.37753: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e8ac680> <<< 172629 1726888915.37838: 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 <<< 172629 1726888915.37873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888915.38108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # 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 0x7fc16e8d7fe0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e8d74d0> <<< 172629 1726888915.38131: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e8d5f40> <<< 172629 1726888915.38274: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e8ade80> <<< 172629 1726888915.38310: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e8ad2e0> # /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 0x7fc16eeaf620> <<< 172629 1726888915.38351: 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' <<< 172629 1726888915.38599: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e8af410> # /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 0x7fc16e918950> # /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 0x7fc16e918bc0> # /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 0x7fc16e919520> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e918fb0> # /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 0x7fc16e91a420> import 'gc' # <<< 172629 1726888915.38602: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170cd31d0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170f7dd00> <<< 172629 1726888915.39092: 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 <<< 172629 1726888915.39154: 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 0x7fc16e91b050> <<< 172629 1726888915.39183: 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' <<< 172629 1726888915.39262: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 172629 1726888915.39277: 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 <<< 172629 1726888915.39399: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e68bad0> # /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' <<< 172629 1726888915.39418: 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 <<< 172629 1726888915.39442: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' # /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py <<< 172629 1726888915.39631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888915.39639: 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 0x7fc16e6b1b20> <<< 172629 1726888915.39644: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e6b16d0> <<< 172629 1726888915.39665: 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 0x7fc16eecacc0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e6b0590> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e68bdd0> <<< 172629 1726888915.39716: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e688b30> <<< 172629 1726888915.39733: 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' <<< 172629 1726888915.39760: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e68b8c0> # /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 <<< 172629 1726888915.39950: 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 0x7fc16e6c71a0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e6c5cd0> <<< 172629 1726888915.39954: 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 <<< 172629 1726888915.40054: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e6ec9b0> # /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 0x7fc16e6eccb0> # /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' <<< 172629 1726888915.40062: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e6ecf20> <<< 172629 1726888915.40131: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e6ed1c0> # /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 <<< 172629 1726888915.40236: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e6ed8e0> <<< 172629 1726888915.40240: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e6ed730> <<< 172629 1726888915.40242: 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' <<< 172629 1726888915.40520: stdout chunk (state=3): >>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e6ef1d0> # /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 0x7fc16e6ef320> # /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 0x7fc16e6ef500> # /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 0x7fc16e7044a0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e6efce0> # /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 0x7fc16e705040> <<< 172629 1726888915.40523: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e705490> <<< 172629 1726888915.40526: 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 <<< 172629 1726888915.40530: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' <<< 172629 1726888915.40532: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e705640> <<< 172629 1726888915.40629: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e7058e0> # /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' <<< 172629 1726888915.40664: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e7067e0> <<< 172629 1726888915.40682: 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 0x7fc16e706a50> # /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 <<< 172629 1726888915.40792: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 172629 1726888915.40796: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e706c60> # /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 0x7fc16e707830> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e707380> <<< 172629 1726888915.40822: 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 <<< 172629 1726888915.40859: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 172629 1726888915.40917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e72c6e0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e707fe0> # /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' <<< 172629 1726888915.41024: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e72d340> # /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 0x7fc16e72d610> # /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 <<< 172629 1726888915.41029: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 172629 1726888915.41102: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e72e540> # /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 0x7fc16e72e7e0> <<< 172629 1726888915.41107: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e72e990> <<< 172629 1726888915.41141: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e91b470> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e91b200> <<< 172629 1726888915.41322: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e91a960> # /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 0x7fc16e72f380> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e72f0e0> # /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 <<< 172629 1726888915.41338: 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 <<< 172629 1726888915.41364: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 172629 1726888915.41415: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e7557f0> <<< 172629 1726888915.41440: 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' <<< 172629 1726888915.41538: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 172629 1726888915.41542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 172629 1726888915.41976: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e756f60> # 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 0x7fc16e756150> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e755d00> # /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 0x7fc16e500800> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e755820> # /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 0x7fc16e5036b0> # /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 0x7fc16e503fb0> # /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 <<< 172629 1726888915.42005: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e500e90> <<< 172629 1726888915.42008: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e500b60> <<< 172629 1726888915.42109: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e72f650> # /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 0x7fc16e755340> <<< 172629 1726888915.42113: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e72f3b0> <<< 172629 1726888915.42125: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e91b1d0> <<< 172629 1726888915.42387: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e52a240> # /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 0x7fc16e52ab10> # /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 0x7fc16e52bb30> # /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 0x7fc16e5541d0> # /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 <<< 172629 1726888915.42391: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 172629 1726888915.42442: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py <<< 172629 1726888915.42445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888915.42447: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 172629 1726888915.42449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 172629 1726888915.42648: stdout chunk (state=3): >>># 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 0x7fc16e555850> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e555220> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e554ec0> <<< 172629 1726888915.42654: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e554b90> <<< 172629 1726888915.42674: 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 <<< 172629 1726888915.42691: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 172629 1726888915.42863: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e5554c0> # /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 0x7fc16e5575c0> # /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 0x7fc16e557680> <<< 172629 1726888915.42888: 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 <<< 172629 1726888915.42891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 172629 1726888915.43164: 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 0x7fc16e557da0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e557c20> # /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' <<< 172629 1726888915.43170: 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 <<< 172629 1726888915.43173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 172629 1726888915.43192: 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 # 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 0x7fc16e5862d0> <<< 172629 1726888915.43217: 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 <<< 172629 1726888915.43228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 172629 1726888915.43304: 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' <<< 172629 1726888915.43337: 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 0x7fc16e5874d0> # /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 0x7fc16e587740> <<< 172629 1726888915.43340: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py <<< 172629 1726888915.43348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 172629 1726888915.43366: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888915.43471: stdout chunk (state=3): >>># extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888915.43475: stdout chunk (state=3): >>>import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc16e587890> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e5875f0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e586f90> <<< 172629 1726888915.43477: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e586420> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e585700> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e584c80> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e584530> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e5570e0> <<< 172629 1726888915.43520: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e556600> # /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' <<< 172629 1726888915.43533: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e587200> <<< 172629 1726888915.43550: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 172629 1726888915.43618: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 172629 1726888915.43736: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e587d70> # /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 0x7fc16e5b0680> # /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 0x7fc16e5b0a40> # /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 0x7fc16e5b1340> # /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 <<< 172629 1726888915.43768: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 172629 1726888915.43793: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e5b1e80> <<< 172629 1726888915.56402: 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}}} <<< 172629 1726888915.57474: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 172629 1726888915.57489: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888915.57979: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888915.58006: 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 <<< 172629 1726888915.58167: 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 <<< 172629 1726888915.58180: stdout chunk (state=3): >>># cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib <<< 172629 1726888915.58220: stdout chunk (state=3): >>># cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # 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 <<< 172629 1726888915.58243: stdout chunk (state=3): >>># cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # 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 <<< 172629 1726888915.58287: 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 # 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 <<< 172629 1726888915.58321: 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 <<< 172629 1726888915.58328: stdout chunk (state=3): >>># destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade <<< 172629 1726888915.58858: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma <<< 172629 1726888915.59073: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 172629 1726888915.59115: stdout chunk (state=3): >>># 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 <<< 172629 1726888915.59122: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 172629 1726888915.59188: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand <<< 172629 1726888915.59231: stdout chunk (state=3): >>># destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # 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 <<< 172629 1726888915.59276: stdout chunk (state=3): >>># destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection <<< 172629 1726888915.59302: stdout chunk (state=3): >>># cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token <<< 172629 1726888915.59341: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey <<< 172629 1726888915.59358: stdout chunk (state=3): >>># cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata <<< 172629 1726888915.59437: stdout chunk (state=3): >>># cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar <<< 172629 1726888915.59606: 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 # 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 <<< 172629 1726888915.59721: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # 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 <<< 172629 1726888915.59989: stdout chunk (state=3): >>># cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # 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 <<< 172629 1726888915.60092: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc <<< 172629 1726888915.60095: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # 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 <<< 172629 1726888915.60413: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888915.60417: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 172629 1726888915.60443: stdout chunk (state=3): >>># destroy platform <<< 172629 1726888915.60471: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888915.60492: stdout chunk (state=3): >>># destroy _compat_pickle # destroy libdnf._error <<< 172629 1726888915.60544: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy _queue <<< 172629 1726888915.60677: stdout chunk (state=3): >>># 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 <<< 172629 1726888915.60740: 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 <<< 172629 1726888915.60979: 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 # destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl <<< 172629 1726888915.61032: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888915.61150: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 172629 1726888915.61177: stdout chunk (state=3): >>># destroy re # destroy _random <<< 172629 1726888915.61198: stdout chunk (state=3): >>># destroy _sre <<< 172629 1726888915.61213: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 172629 1726888915.61974: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888915.61977: stdout chunk (state=3): >>><<< 172629 1726888915.61985: stderr chunk (state=3): >>><<< 172629 1726888915.62491: _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 0x7fc1720184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171fe7b30> # /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 0x7fc17201aa50> 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 0x7fc171de9130> # /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 0x7fc171dea120> 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 0x7fc171e2ff50> # /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 0x7fc171e3c0e0> # /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 0x7fc171e5f980> # /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 0x7fc171e5ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171e3fc20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171e3d340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171e2d100> # /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 0x7fc171e838f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171e82510> # /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 0x7fc171e3e210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171e80d40> # /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 0x7fc171eb0950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171e2c380> # /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 0x7fc171eb0e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171eb0cb0> # 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 0x7fc171eb10a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171e22ea0> # /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 0x7fc171eb1760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171eb1460> 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 0x7fc171eb2660> 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 0x7fc171ecc860> 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 0x7fc171ecdfa0> # /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 0x7fc171ecee40> # 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 0x7fc171ecf4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171ece390> # /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 0x7fc171ecff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171ecf650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171eb2690> # /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 0x7fc171bffda0> # /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 0x7fc171c28800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171c28560> # 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 0x7fc171c28830> # /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 0x7fc171c29160> # 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 0x7fc171c29a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171c28a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171bfdf40> # /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 0x7fc171c2ae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171c28fe0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171eb2d80> # /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 0x7fc171c57140> # /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 0x7fc171c7f4d0> # /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 0x7fc171cd82c0> # /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 0x7fc171cdaa20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171cd83e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171ca52b0> # /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 0x7fc171ae13d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171c7e2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171c2bd10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc171ae1670> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_qynq22rs/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 0x7fc171b3b140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171b1a030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171b19190> # 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 0x7fc171b39010> # /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 0x7fc171b62a80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171b62810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171b62120> # /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 0x7fc171b62570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171b3bb60> 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 0x7fc171b63860> # 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 0x7fc171b63a40> # /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 0x7fc171b63f80> 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 0x7fc171511d30> # 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 0x7fc171513950> # /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 0x7fc171518350> # /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 0x7fc1715194f0> # /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 0x7fc17151bf50> # 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 0x7fc171ecdee0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17151a210> # /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 0x7fc17151fdd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17151e8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17151e600> # /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 0x7fc17151eb70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17151a720> # 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 0x7fc171563ec0> # /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 0x7fc1715641a0> # /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 0x7fc171565c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171565a00> # /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 0x7fc1715681a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171566330> # /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 0x7fc17156b950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171568350> # 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 0x7fc17156c710> # 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 0x7fc17156c9b0> # 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 0x7fc17156cc80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1715642c0> # /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 0x7fc1715f83e0> # 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 0x7fc1715f93a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17156ebd0> # 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 0x7fc17156ff20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17156e7e0> # 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 0x7fc1715fd5e0> # /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 0x7fc1715fe570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171c299d0> 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 0x7fc1715fe240> # 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 0x7fc1715ff650> # 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 0x7fc17140a0c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171404fb0> 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 0x7fc171bb6990> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171b9e660> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17140a180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1715fc590> # 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 0x7fc17149c440> # /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 0x7fc17149c6b0> # /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 0x7fc17149cdd0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17149c950> # /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 0x7fc17149d700> # /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 0x7fc171484980> # /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 0x7fc171485550> # /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 0x7fc171022600> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17149ef00> # /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 0x7fc171025160> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171023ce0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171023050> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17149e3c0> # /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 0x7fc171091100> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171049220> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17149e840> # /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 0x7fc171098bc0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171092ed0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171048d70> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17149dd90> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17149d7c0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17149d490> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17149c710> # /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 0x7fc17149d7f0> # /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 0x7fc1710991f0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc171098da0> # /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 0x7fc171099910> # /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 0x7fc17107fec0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17107d5b0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17109a7b0> # /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 0x7fc17107d070> # /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 0x7fc1710b6270> # /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 0x7fc1710b6f00> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1710b69c0> # /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 0x7fc1710b7410> # /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 0x7fc17108b980> # /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 0x7fc170f43f20> # 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 0x7fc170f7ed80> # /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 0x7fc170f7eea0> # /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 0x7fc170cd3080> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170cd28d0> # 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 0x7fc170cd2ab0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170f7f3b0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170f7e2d0> # /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 0x7fc170f7ea80> # /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 0x7fc170d4c680> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170d4c290> # /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 0x7fc170d4ff50> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170d4c7d0> # /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 0x7fc1708aaf90> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170d4ffb0> # /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 0x7fc170928c80> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1708ab500> # /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 0x7fc17092bce0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170928e90> # /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 0x7fc170967e60> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17092bfb0> # /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 0x7fc16eead130> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eeac530> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170cefdd0> # /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 0x7fc16eec8620> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eeafa70> # /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 0x7fc16eecacf0> # /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 0x7fc16eecbbf0> # /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 0x7fc16eef8500> # /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 0x7fc16eef9a60> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eecbe30> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eecaba0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eeca540> # /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 0x7fc16eefb6b0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eecb110> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eec89b0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eeaf080> # /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 0x7fc16eeaf6e0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eeaf440> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16eead2b0> # /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 0x7fc16ef34bc0> # /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 0x7fc16ef370b0> # /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 0x7fc16ef37860> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef363f0> # /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 0x7fc16ef5c0b0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef34b90> # /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 0x7fc16ef5db20> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef5d0a0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef5cec0> # /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 0x7fc16ef88b60> # /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 0x7fc16e852ba0> # 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 0x7fc16e852f00> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef8ae10> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef88fe0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef5ff20> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef5e2a0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef5e000> # /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 0x7fc16e88c9e0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e853b30> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16ef5e7e0> # /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 0x7fc16e88d0a0> # /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 0x7fc16e88d460> # /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 0x7fc16e88d520> # /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 0x7fc16e88d640> # /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 0x7fc16e8ac230> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e88e360> # /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 0x7fc16e8ac3e0> # /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 0x7fc16e8ac4d0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e88d490> # /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 0x7fc16e8ac680> # /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 0x7fc16e8d7fe0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e8d74d0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e8d5f40> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e8ade80> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e8ad2e0> # /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 0x7fc16eeaf620> # /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 0x7fc16e8af410> # /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 0x7fc16e918950> # /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 0x7fc16e918bc0> # /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 0x7fc16e919520> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e918fb0> # /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 0x7fc16e91a420> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170cd31d0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc170f7dd00> # /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 0x7fc16e91b050> # /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 0x7fc16e68bad0> # /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 0x7fc16e6b1b20> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e6b16d0> # 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 0x7fc16eecacc0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e6b0590> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e68bdd0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e688b30> # /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 0x7fc16e68b8c0> # /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 0x7fc16e6c71a0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e6c5cd0> # /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 0x7fc16e6ec9b0> # /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 0x7fc16e6eccb0> # /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 0x7fc16e6ecf20> # /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 0x7fc16e6ed1c0> # /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 0x7fc16e6ed8e0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e6ed730> # /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 0x7fc16e6ef1d0> # /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 0x7fc16e6ef320> # /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 0x7fc16e6ef500> # /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 0x7fc16e7044a0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e6efce0> # /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 0x7fc16e705040> # /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 0x7fc16e705490> # /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 0x7fc16e705640> # /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 0x7fc16e7058e0> # /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 0x7fc16e7067e0> # /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 0x7fc16e706a50> # /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 0x7fc16e706c60> # /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 0x7fc16e707830> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e707380> # /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 0x7fc16e72c6e0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e707fe0> # /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 0x7fc16e72d340> # /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 0x7fc16e72d610> # /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 0x7fc16e72e540> # /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 0x7fc16e72e7e0> # /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 0x7fc16e72e990> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e91b470> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e91b200> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e91a960> # /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 0x7fc16e72f380> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e72f0e0> # /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 0x7fc16e7557f0> # /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 0x7fc16e756f60> # 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 0x7fc16e756150> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e755d00> # /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 0x7fc16e500800> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e755820> # /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 0x7fc16e5036b0> # /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 0x7fc16e503fb0> # /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 0x7fc16e500e90> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e500b60> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e72f650> # /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 0x7fc16e755340> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e72f3b0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e91b1d0> # /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 0x7fc16e52a240> # /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 0x7fc16e52ab10> # /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 0x7fc16e52bb30> # /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 0x7fc16e5541d0> # /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 0x7fc16e555850> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e555220> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e554ec0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e554b90> # /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 0x7fc16e5554c0> # /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 0x7fc16e5575c0> # /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 0x7fc16e557680> # /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 0x7fc16e557da0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e557c20> # /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 0x7fc16e5862d0> # /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 0x7fc16e5874d0> # /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 0x7fc16e587740> # /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 0x7fc16e587890> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e5875f0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e586f90> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e586420> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e585700> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e584c80> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e584530> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e5570e0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc16e556600> # /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 0x7fc16e587200> # /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 0x7fc16e587d70> # /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 0x7fc16e5b0680> # /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 0x7fc16e5b0a40> # /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 0x7fc16e5b1340> # /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 0x7fc16e5b1e80> {"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. 172629 1726888915.64900: 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-1726888914.9202437-173118-174344207634804/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888915.65125: _low_level_execute_command(): starting 172629 1726888915.65128: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888914.9202437-173118-174344207634804/ > /dev/null 2>&1 && sleep 0' 172629 1726888915.65131: 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 <<< 172629 1726888915.65133: 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 <<< 172629 1726888915.65136: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888915.66260: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888915.66264: stdout chunk (state=3): >>><<< 172629 1726888915.66268: stderr chunk (state=3): >>><<< 172629 1726888915.66271: _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 172629 1726888915.66273: handler run complete 172629 1726888915.66306: attempt loop complete, returning result 172629 1726888915.66327: _execute() done 172629 1726888915.66330: dumping result to json 172629 1726888915.66332: done dumping result, returning 172629 1726888915.66334: done running TaskExecutor() for managed_node1/TASK: Ensure test packages [0affc8a3-6f6f-d0a8-add8-0000000001c6] 172629 1726888915.66336: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000001c6 172629 1726888915.66572: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000001c6 172629 1726888915.66574: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 172629 1726888915.66648: no more pending results, returning what we have 172629 1726888915.66651: results queue empty 172629 1726888915.66652: checking for any_errors_fatal 172629 1726888915.66654: done checking for any_errors_fatal 172629 1726888915.66654: checking for max_fail_percentage 172629 1726888915.66659: done checking for max_fail_percentage 172629 1726888915.66659: checking to see if all hosts have failed and the running result is not ok 172629 1726888915.66660: done checking to see if all hosts have failed 172629 1726888915.66661: getting the remaining hosts for this loop 172629 1726888915.66663: done getting the remaining hosts for this loop 172629 1726888915.66666: getting the next task for host managed_node1 172629 1726888915.66671: done getting next task for host managed_node1 172629 1726888915.66673: ^ task is: TASK: Find unused disks in the system 172629 1726888915.66676: ^ 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 172629 1726888915.66679: getting variables 172629 1726888915.66681: in VariableManager get_vars() 172629 1726888915.66715: Calling all_inventory to load vars for managed_node1 172629 1726888915.66717: Calling groups_inventory to load vars for managed_node1 172629 1726888915.66720: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888915.66729: Calling all_plugins_play to load vars for managed_node1 172629 1726888915.66731: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888915.66733: Calling groups_plugins_play to load vars for managed_node1 172629 1726888915.68278: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888915.69595: done with get_vars() 172629 1726888915.69609: 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 23:21:55 -0400 (0:00:00.951) 0:00:15.978 ****** 172629 1726888915.69895: entering _queue_task() for managed_node1/fedora.linux_system_roles.find_unused_disk 172629 1726888915.69896: Creating lock for fedora.linux_system_roles.find_unused_disk 172629 1726888915.70606: worker is 1 (out of 1 available) 172629 1726888915.70618: exiting _queue_task() for managed_node1/fedora.linux_system_roles.find_unused_disk 172629 1726888915.70630: done queuing things up, now waiting for results queue to drain 172629 1726888915.70632: waiting for pending results... 172629 1726888915.71371: running TaskExecutor() for managed_node1/TASK: Find unused disks in the system 172629 1726888915.71376: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000001c7 172629 1726888915.71379: variable 'ansible_search_path' from source: unknown 172629 1726888915.71403: calling self._execute() 172629 1726888915.71547: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888915.71623: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888915.71637: variable 'omit' from source: magic vars 172629 1726888915.71861: variable 'omit' from source: magic vars 172629 1726888915.72156: variable 'omit' from source: magic vars 172629 1726888915.72446: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888915.76332: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888915.76440: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888915.76490: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888915.76530: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888915.76564: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888915.76651: 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) 172629 1726888915.76687: 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) 172629 1726888915.76730: 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) 172629 1726888915.76792: 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) 172629 1726888915.76819: 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) 172629 1726888915.76932: variable 'min_size' from source: include params 172629 1726888915.76945: variable 'volume_size' from source: play vars 172629 1726888915.77022: variable 'volume_size' from source: play vars 172629 1726888915.77047: variable 'omit' from source: magic vars 172629 1726888915.77183: variable 'max_size' from source: include params 172629 1726888915.77378: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888915.77585: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888915.77627: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888915.77664: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888915.77709: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888915.77910: variable 'ansible_facts' from source: unknown 172629 1726888915.78371: variable 'omit' from source: magic vars 172629 1726888915.78501: variable 'max_return' from source: include params 172629 1726888915.78510: variable 'omit' from source: magic vars 172629 1726888915.78623: variable 'omit' from source: magic vars 172629 1726888915.78735: variable 'omit' from source: magic vars 172629 1726888915.78759: variable 'omit' from source: magic vars 172629 1726888915.78799: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888915.78827: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888915.78891: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888915.78895: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888915.78897: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888915.78922: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888915.78931: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888915.78939: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888915.79047: Set connection var ansible_timeout to 10 172629 1726888915.79062: Set connection var ansible_shell_type to sh 172629 1726888915.79114: Set connection var ansible_pipelining to False 172629 1726888915.79117: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888915.79120: Set connection var ansible_shell_executable to /bin/sh 172629 1726888915.79122: Set connection var ansible_connection to ssh 172629 1726888915.79139: variable 'ansible_shell_executable' from source: unknown 172629 1726888915.79159: variable 'ansible_connection' from source: unknown 172629 1726888915.79218: variable 'ansible_module_compression' from source: unknown 172629 1726888915.79221: variable 'ansible_shell_type' from source: unknown 172629 1726888915.79223: variable 'ansible_shell_executable' from source: unknown 172629 1726888915.79225: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888915.79227: variable 'ansible_pipelining' from source: unknown 172629 1726888915.79229: variable 'ansible_timeout' from source: unknown 172629 1726888915.79231: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888915.79338: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888915.79364: variable 'omit' from source: magic vars 172629 1726888915.79373: starting attempt loop 172629 1726888915.79380: running the handler 172629 1726888915.79436: _low_level_execute_command(): starting 172629 1726888915.79439: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888915.80170: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888915.80184: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888915.80318: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888915.80323: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888915.80352: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888915.80439: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888915.82026: stdout chunk (state=3): >>>/root <<< 172629 1726888915.82241: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888915.82244: stdout chunk (state=3): >>><<< 172629 1726888915.82247: stderr chunk (state=3): >>><<< 172629 1726888915.82267: _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 172629 1726888915.82383: _low_level_execute_command(): starting 172629 1726888915.82427: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888915.8228655-173146-130327650206275 `" && echo ansible-tmp-1726888915.8228655-173146-130327650206275="` echo /root/.ansible/tmp/ansible-tmp-1726888915.8228655-173146-130327650206275 `" ) && sleep 0' 172629 1726888915.83312: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888915.83774: 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 debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888915.85605: stdout chunk (state=3): >>>ansible-tmp-1726888915.8228655-173146-130327650206275=/root/.ansible/tmp/ansible-tmp-1726888915.8228655-173146-130327650206275 <<< 172629 1726888915.85707: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888915.85742: stderr chunk (state=3): >>><<< 172629 1726888915.85760: stdout chunk (state=3): >>><<< 172629 1726888915.85875: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888915.8228655-173146-130327650206275=/root/.ansible/tmp/ansible-tmp-1726888915.8228655-173146-130327650206275 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888915.85930: variable 'ansible_module_compression' from source: unknown 172629 1726888915.86058: ANSIBALLZ: Using lock for fedora.linux_system_roles.find_unused_disk 172629 1726888915.86066: ANSIBALLZ: Acquiring lock 172629 1726888915.86077: ANSIBALLZ: Lock acquired: 140240259492864 172629 1726888915.86084: ANSIBALLZ: Creating module 172629 1726888916.06476: ANSIBALLZ: Writing module into payload 172629 1726888916.06597: ANSIBALLZ: Writing module 172629 1726888916.06625: ANSIBALLZ: Renaming module 172629 1726888916.06636: ANSIBALLZ: Done creating module 172629 1726888916.06672: variable 'ansible_facts' from source: unknown 172629 1726888916.06769: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888915.8228655-173146-130327650206275/AnsiballZ_find_unused_disk.py 172629 1726888916.06987: Sending initial data 172629 1726888916.06991: Sent initial data (167 bytes) 172629 1726888916.07758: 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 <<< 172629 1726888916.07822: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888916.07857: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888916.07869: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888916.08191: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888916.09817: 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 <<< 172629 1726888916.09862: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888916.09971: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp3g1vya5a /root/.ansible/tmp/ansible-tmp-1726888915.8228655-173146-130327650206275/AnsiballZ_find_unused_disk.py <<< 172629 1726888916.09975: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888915.8228655-173146-130327650206275/AnsiballZ_find_unused_disk.py" <<< 172629 1726888916.10001: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp3g1vya5a" to remote "/root/.ansible/tmp/ansible-tmp-1726888915.8228655-173146-130327650206275/AnsiballZ_find_unused_disk.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888915.8228655-173146-130327650206275/AnsiballZ_find_unused_disk.py" <<< 172629 1726888916.11436: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888916.11440: stdout chunk (state=3): >>><<< 172629 1726888916.11442: stderr chunk (state=3): >>><<< 172629 1726888916.11450: done transferring module to remote 172629 1726888916.11470: _low_level_execute_command(): starting 172629 1726888916.11480: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888915.8228655-173146-130327650206275/ /root/.ansible/tmp/ansible-tmp-1726888915.8228655-173146-130327650206275/AnsiballZ_find_unused_disk.py && sleep 0' 172629 1726888916.12862: 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 <<< 172629 1726888916.12875: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888916.12970: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888916.14727: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888916.14812: stderr chunk (state=3): >>><<< 172629 1726888916.14815: stdout chunk (state=3): >>><<< 172629 1726888916.14987: _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 172629 1726888916.14990: _low_level_execute_command(): starting 172629 1726888916.14993: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888915.8228655-173146-130327650206275/AnsiballZ_find_unused_disk.py && sleep 0' 172629 1726888916.15970: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888916.16088: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888916.16092: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888916.16094: 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 <<< 172629 1726888916.16106: 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 <<< 172629 1726888916.16153: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888916.16206: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888916.16271: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888916.16342: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888916.18487: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888916.18569: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888916.18711: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # <<< 172629 1726888916.18714: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888916.18726: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888916.18799: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888916.18822: 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' # <<< 172629 1726888916.18836: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888916.18847: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888916.18878: 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 0x7f1e1f9684d0> <<< 172629 1726888916.18918: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f937b30> # /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' <<< 172629 1726888916.19131: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f96aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 172629 1726888916.19146: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 172629 1726888916.19175: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888916.19247: 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' <<< 172629 1726888916.19283: 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 <<< 172629 1726888916.19286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888916.19294: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f71d130> <<< 172629 1726888916.19353: 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 <<< 172629 1726888916.19392: 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 0x7f1e1f71e120> import 'site' # <<< 172629 1726888916.19434: 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. <<< 172629 1726888916.19711: 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' <<< 172629 1726888916.19714: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888916.19725: 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 <<< 172629 1726888916.19793: 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 <<< 172629 1726888916.19907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888916.19910: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f75bf50> <<< 172629 1726888916.19914: 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 0x7f1e1f7700e0> <<< 172629 1726888916.19916: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888916.19957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888916.19960: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888916.20182: 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 0x7f1e1f793920> # /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 0x7f1e1f793fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f773bc0> import '_functools' # <<< 172629 1726888916.20185: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f771340> <<< 172629 1726888916.20405: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f759100> # /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 <<< 172629 1726888916.20409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888916.20411: 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' <<< 172629 1726888916.20443: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f7b7920> <<< 172629 1726888916.20544: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f7b6540> # /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 0x7f1e1f772360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f7b4d10> <<< 172629 1726888916.20563: 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 0x7f1e1f7e4980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f758380> <<< 172629 1726888916.20594: 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' <<< 172629 1726888916.20689: 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 0x7f1e1f7e4e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f7e4ce0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888916.20692: 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 0x7f1e1f7e50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f756ea0> <<< 172629 1726888916.20930: 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 0x7f1e1f7e5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f7e5490> 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 0x7f1e1f7e6690> 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' <<< 172629 1726888916.21044: 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 0x7f1e1f8008c0> <<< 172629 1726888916.21082: 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 0x7f1e1f802000> # /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' <<< 172629 1726888916.21086: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f802ea0> <<< 172629 1726888916.21391: 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 0x7f1e1f803500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f8023f0> # /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 0x7f1e1f803ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f8035f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f7e66f0> # /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 0x7f1e1f57fd40> <<< 172629 1726888916.21478: 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 0x7f1e1f5a8860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f5a85c0> # 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 0x7f1e1f5a8890> <<< 172629 1726888916.21515: 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' <<< 172629 1726888916.21727: stdout chunk (state=3): >>># 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 0x7f1e1f5a91c0> <<< 172629 1726888916.21816: 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 0x7f1e1f5a9b80> <<< 172629 1726888916.21833: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f5a8a70> <<< 172629 1726888916.21979: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f57dee0> # /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 0x7f1e1f5aaf90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f5a9cd0> <<< 172629 1726888916.21985: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f7e6de0> <<< 172629 1726888916.22005: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888916.22069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888916.22084: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888916.22186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f5d3290> <<< 172629 1726888916.22206: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888916.22209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888916.22234: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888916.22248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888916.22293: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f5fb620> <<< 172629 1726888916.22312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888916.22479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f6583e0> # /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' <<< 172629 1726888916.22509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888916.22546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888916.22634: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f65ab40> <<< 172629 1726888916.22724: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f658500> <<< 172629 1726888916.22744: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f61d400> <<< 172629 1726888916.22768: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726888916.22784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ef294f0> <<< 172629 1726888916.22796: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f5fa420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f5abe60> <<< 172629 1726888916.22905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888916.22939: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1e1f5faa20> <<< 172629 1726888916.23162: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.find_unused_disk_payload_7l16t356/ansible_fedora.linux_system_roles.find_unused_disk_payload.zip' <<< 172629 1726888916.23165: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.23217: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.23243: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888916.23262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888916.23304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888916.23375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888916.23400: 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' <<< 172629 1726888916.23415: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ef7b230> import '_typing' # <<< 172629 1726888916.23596: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ef5e120> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ef5d280> <<< 172629 1726888916.23608: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.23634: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888916.23685: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888916.23693: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888916.23708: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.25350: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.26389: 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 0x7f1e1ef79100> # /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 0x7f1e1efaaba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1efaa930> <<< 172629 1726888916.26394: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1efaa240> <<< 172629 1726888916.26423: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888916.26426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888916.26468: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1efaac90> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ef7bc50> <<< 172629 1726888916.26481: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888916.26585: 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 0x7f1e1efab890> # 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 0x7f1e1efab9b0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888916.26603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888916.26614: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888916.26979: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1efabec0> 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 0x7f1e1ee15c40> # 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 0x7f1e1ee17860> # /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 0x7f1e1ee181d0> # /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 0x7f1e1ee19340> # /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' <<< 172629 1726888916.27136: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee1be30> # 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 0x7f1e1f771130> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee1a120> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888916.27142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888916.27163: 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' <<< 172629 1726888916.27284: 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 0x7f1e1ee23d70> import '_tokenize' # <<< 172629 1726888916.27343: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee22840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee225a0> <<< 172629 1726888916.27365: 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' <<< 172629 1726888916.27464: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee22b10> <<< 172629 1726888916.27476: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee1a630> <<< 172629 1726888916.27503: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888916.27508: 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 0x7f1e1ee67f50> <<< 172629 1726888916.27587: 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 0x7f1e1ee67fb0> # /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' <<< 172629 1726888916.27591: 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' <<< 172629 1726888916.27679: 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 0x7f1e1ee69b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee69910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888916.27902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e1ee6bfb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee6a1b0> # /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 <<< 172629 1726888916.27909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726888916.27982: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee6f680> <<< 172629 1726888916.28386: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee6c140> # 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 0x7f1e1ee707a0> # 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 0x7f1e1ee70440> # 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 0x7f1e1ee708f0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee68230> # /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 0x7f1e1ee73f20> <<< 172629 1726888916.28471: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888916.28501: 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 0x7f1e1eefd160> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee726c0> <<< 172629 1726888916.28526: 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' <<< 172629 1726888916.28679: 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 0x7f1e1ee73a40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee72270> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888916.28764: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.28792: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888916.28809: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888916.28904: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.28946: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.29280: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.29592: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.30311: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e1ed01310> <<< 172629 1726888916.30314: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726888916.30316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 172629 1726888916.30386: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ed02180> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1eefd010> <<< 172629 1726888916.30390: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888916.30411: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.30415: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.30483: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888916.30616: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.30750: 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' <<< 172629 1726888916.30758: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ed01f40> <<< 172629 1726888916.30772: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.31276: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.31668: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.31735: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.31868: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726888916.31992: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888916.32049: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888916.32157: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888916.32173: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888916.32272: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.32707: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726888916.32782: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ed032f0> <<< 172629 1726888916.32785: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.33027: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888916.33082: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888916.33142: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.33156: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.33307: stdout chunk (state=3): >>># 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 <<< 172629 1726888916.33310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888916.33432: 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 0x7f1e1ed0dee0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ed0bbf0> <<< 172629 1726888916.33575: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888916.33582: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888916.33594: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.33625: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.33738: 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 <<< 172629 1726888916.33897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1efe65d0> <<< 172629 1726888916.33920: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1efe22a0> <<< 172629 1726888916.34073: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee714f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ed02d20> # 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' # <<< 172629 1726888916.34127: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888916.34149: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.34179: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 172629 1726888916.34376: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 172629 1726888916.34582: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.34617: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.34621: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 172629 1726888916.34671: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 172629 1726888916.34772: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.34865: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 172629 1726888916.34957: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888916.38388: stdout chunk (state=3): >>> {"changed": false, "disks": ["sda"], "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": {"min_size": "5g", "max_size": "0", "max_return": 1, "match_sector_size": false, "with_interface": null}}} <<< 172629 1726888916.38483: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888916.38866: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888916.38870: 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__ <<< 172629 1726888916.38881: stdout chunk (state=3): >>># clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys <<< 172629 1726888916.38896: stdout chunk (state=3): >>># cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs<<< 172629 1726888916.38989: stdout chunk (state=3): >>> # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # 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 <<< 172629 1726888916.39047: stdout chunk (state=3): >>># cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # 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 <<< 172629 1726888916.39151: 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 <<< 172629 1726888916.39372: stdout chunk (state=3): >>># cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # 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 <<< 172629 1726888916.39443: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888916.39480: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726888916.39642: stdout chunk (state=3): >>># 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 <<< 172629 1726888916.39649: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 172629 1726888916.39665: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726888916.39687: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726888916.39704: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726888916.39727: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888916.39759: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888916.39852: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 172629 1726888916.39899: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 172629 1726888916.39903: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 172629 1726888916.39905: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726888916.40109: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888916.40199: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 172629 1726888916.40209: stdout chunk (state=3): >>># destroy tokenize <<< 172629 1726888916.40233: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888916.40238: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726888916.40292: 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 <<< 172629 1726888916.40426: 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 <<< 172629 1726888916.40431: stdout chunk (state=3): >>># destroy _random <<< 172629 1726888916.40437: stdout chunk (state=3): >>># destroy _weakref <<< 172629 1726888916.40521: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888916.40843: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888916.40847: stdout chunk (state=3): >>><<< 172629 1726888916.40850: stderr chunk (state=3): >>><<< 172629 1726888916.41258: _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 0x7f1e1f9684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f937b30> # /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 0x7f1e1f96aa50> 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 0x7f1e1f71d130> # /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 0x7f1e1f71e120> 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 0x7f1e1f75bf50> # /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 0x7f1e1f7700e0> # /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 0x7f1e1f793920> # /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 0x7f1e1f793fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f773bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f771340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f759100> # /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 0x7f1e1f7b7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f7b6540> # /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 0x7f1e1f772360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f7b4d10> # /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 0x7f1e1f7e4980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f758380> # /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 0x7f1e1f7e4e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f7e4ce0> # 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 0x7f1e1f7e50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f756ea0> # /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 0x7f1e1f7e5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f7e5490> 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 0x7f1e1f7e6690> 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 0x7f1e1f8008c0> 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 0x7f1e1f802000> # /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 0x7f1e1f802ea0> # 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 0x7f1e1f803500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f8023f0> # /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 0x7f1e1f803ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f8035f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f7e66f0> # /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 0x7f1e1f57fd40> # /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 0x7f1e1f5a8860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f5a85c0> # 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 0x7f1e1f5a8890> # /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 0x7f1e1f5a91c0> # 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 0x7f1e1f5a9b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f5a8a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f57dee0> # /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 0x7f1e1f5aaf90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f5a9cd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f7e6de0> # /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 0x7f1e1f5d3290> # /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 0x7f1e1f5fb620> # /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 0x7f1e1f6583e0> # /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 0x7f1e1f65ab40> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f658500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f61d400> # /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 0x7f1e1ef294f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f5fa420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1f5abe60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1e1f5faa20> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.find_unused_disk_payload_7l16t356/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 0x7f1e1ef7b230> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ef5e120> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ef5d280> # 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 0x7f1e1ef79100> # /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 0x7f1e1efaaba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1efaa930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1efaa240> # /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 0x7f1e1efaac90> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ef7bc50> 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 0x7f1e1efab890> # 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 0x7f1e1efab9b0> # /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 0x7f1e1efabec0> 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 0x7f1e1ee15c40> # 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 0x7f1e1ee17860> # /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 0x7f1e1ee181d0> # /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 0x7f1e1ee19340> # /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 0x7f1e1ee1be30> # 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 0x7f1e1f771130> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee1a120> # /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 0x7f1e1ee23d70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee22840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee225a0> # /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 0x7f1e1ee22b10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee1a630> # 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 0x7f1e1ee67f50> # /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 0x7f1e1ee67fb0> # /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 0x7f1e1ee69b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee69910> # /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 0x7f1e1ee6bfb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee6a1b0> # /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 0x7f1e1ee6f680> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee6c140> # 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 0x7f1e1ee707a0> # 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 0x7f1e1ee70440> # 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 0x7f1e1ee708f0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee68230> # /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 0x7f1e1ee73f20> # 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 0x7f1e1eefd160> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee726c0> # 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 0x7f1e1ee73a40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee72270> # 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 0x7f1e1ed01310> # /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 0x7f1e1ed02180> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1eefd010> 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 0x7f1e1ed01f40> # 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 0x7f1e1ed032f0> # 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 0x7f1e1ed0dee0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ed0bbf0> 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 0x7f1e1efe65d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1efe22a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ee714f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e1ed02d20> # 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"], "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": {"min_size": "5g", "max_size": "0", "max_return": 1, "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 172629 1726888916.42373: done with _execute_module (fedora.linux_system_roles.find_unused_disk, {'min_size': '5g', 'max_size': '0', 'max_return': '1', '_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-1726888915.8228655-173146-130327650206275/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888916.42377: _low_level_execute_command(): starting 172629 1726888916.42379: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888915.8228655-173146-130327650206275/ > /dev/null 2>&1 && sleep 0' 172629 1726888916.42560: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888916.42563: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888916.42566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888916.42752: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888916.42807: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888916.42811: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888916.42937: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888916.44775: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888916.44800: stderr chunk (state=3): >>><<< 172629 1726888916.44810: stdout chunk (state=3): >>><<< 172629 1726888916.44860: _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 172629 1726888916.44864: handler run complete 172629 1726888916.44866: attempt loop complete, returning result 172629 1726888916.44868: _execute() done 172629 1726888916.44870: dumping result to json 172629 1726888916.44872: done dumping result, returning 172629 1726888916.44874: done running TaskExecutor() for managed_node1/TASK: Find unused disks in the system [0affc8a3-6f6f-d0a8-add8-0000000001c7] 172629 1726888916.44876: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000001c7 172629 1726888916.45056: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000001c7 172629 1726888916.45059: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "disks": [ "sda" ], "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" ] } 172629 1726888916.45166: no more pending results, returning what we have 172629 1726888916.45234: results queue empty 172629 1726888916.45237: checking for any_errors_fatal 172629 1726888916.45244: done checking for any_errors_fatal 172629 1726888916.45245: checking for max_fail_percentage 172629 1726888916.45246: done checking for max_fail_percentage 172629 1726888916.45247: checking to see if all hosts have failed and the running result is not ok 172629 1726888916.45248: done checking to see if all hosts have failed 172629 1726888916.45248: getting the remaining hosts for this loop 172629 1726888916.45250: done getting the remaining hosts for this loop 172629 1726888916.45254: getting the next task for host managed_node1 172629 1726888916.45261: done getting next task for host managed_node1 172629 1726888916.45263: ^ task is: TASK: Debug why there are no unused disks 172629 1726888916.45266: ^ 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 172629 1726888916.45269: getting variables 172629 1726888916.45270: in VariableManager get_vars() 172629 1726888916.45301: Calling all_inventory to load vars for managed_node1 172629 1726888916.45303: Calling groups_inventory to load vars for managed_node1 172629 1726888916.45310: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888916.45319: Calling all_plugins_play to load vars for managed_node1 172629 1726888916.45321: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888916.45324: Calling groups_plugins_play to load vars for managed_node1 172629 1726888916.45923: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888916.46803: done with get_vars() 172629 1726888916.46817: done getting variables 172629 1726888916.46911: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [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 23:21:56 -0400 (0:00:00.770) 0:00:16.749 ****** 172629 1726888916.46938: entering _queue_task() for managed_node1/shell 172629 1726888916.46940: Creating lock for shell 172629 1726888916.47645: worker is 1 (out of 1 available) 172629 1726888916.47665: exiting _queue_task() for managed_node1/shell 172629 1726888916.47678: done queuing things up, now waiting for results queue to drain 172629 1726888916.47679: waiting for pending results... 172629 1726888916.48159: running TaskExecutor() for managed_node1/TASK: Debug why there are no unused disks 172629 1726888916.48175: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000001c8 172629 1726888916.48195: variable 'ansible_search_path' from source: unknown 172629 1726888916.48231: calling self._execute() 172629 1726888916.48324: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888916.48335: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888916.48348: variable 'omit' from source: magic vars 172629 1726888916.48795: variable 'unused_disks_return' from source: set_fact 172629 1726888916.48798: Evaluated conditional ('Unable to find unused disk' in unused_disks_return.disks): False 172629 1726888916.48801: when evaluation is False, skipping this task 172629 1726888916.48803: _execute() done 172629 1726888916.48805: dumping result to json 172629 1726888916.48807: done dumping result, returning 172629 1726888916.48810: done running TaskExecutor() for managed_node1/TASK: Debug why there are no unused disks [0affc8a3-6f6f-d0a8-add8-0000000001c8] 172629 1726888916.48816: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000001c8 172629 1726888916.49082: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000001c8 172629 1726888916.49086: 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" } 172629 1726888916.49127: no more pending results, returning what we have 172629 1726888916.49131: results queue empty 172629 1726888916.49132: checking for any_errors_fatal 172629 1726888916.49138: done checking for any_errors_fatal 172629 1726888916.49138: checking for max_fail_percentage 172629 1726888916.49140: done checking for max_fail_percentage 172629 1726888916.49141: checking to see if all hosts have failed and the running result is not ok 172629 1726888916.49142: done checking to see if all hosts have failed 172629 1726888916.49143: getting the remaining hosts for this loop 172629 1726888916.49144: done getting the remaining hosts for this loop 172629 1726888916.49148: getting the next task for host managed_node1 172629 1726888916.49157: done getting next task for host managed_node1 172629 1726888916.49160: ^ task is: TASK: Set unused_disks if necessary 172629 1726888916.49163: ^ 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 172629 1726888916.49168: getting variables 172629 1726888916.49169: in VariableManager get_vars() 172629 1726888916.49199: Calling all_inventory to load vars for managed_node1 172629 1726888916.49201: Calling groups_inventory to load vars for managed_node1 172629 1726888916.49205: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888916.49217: Calling all_plugins_play to load vars for managed_node1 172629 1726888916.49220: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888916.49223: Calling groups_plugins_play to load vars for managed_node1 172629 1726888916.49794: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888916.51235: done with get_vars() 172629 1726888916.51248: done getting variables 172629 1726888916.51307: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:21:56 -0400 (0:00:00.043) 0:00:16.793 ****** 172629 1726888916.51333: entering _queue_task() for managed_node1/set_fact 172629 1726888916.51581: worker is 1 (out of 1 available) 172629 1726888916.51592: exiting _queue_task() for managed_node1/set_fact 172629 1726888916.51603: done queuing things up, now waiting for results queue to drain 172629 1726888916.51604: waiting for pending results... 172629 1726888916.51863: running TaskExecutor() for managed_node1/TASK: Set unused_disks if necessary 172629 1726888916.51984: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000001c9 172629 1726888916.52004: variable 'ansible_search_path' from source: unknown 172629 1726888916.52043: calling self._execute() 172629 1726888916.52183: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888916.52199: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888916.52222: variable 'omit' from source: magic vars 172629 1726888916.52713: variable 'unused_disks_return' from source: set_fact 172629 1726888916.52743: Evaluated conditional ('Unable to find unused disk' not in unused_disks_return.disks): True 172629 1726888916.52961: variable 'omit' from source: magic vars 172629 1726888916.52964: variable 'omit' from source: magic vars 172629 1726888916.52967: variable 'unused_disks_return' from source: set_fact 172629 1726888916.52970: variable 'omit' from source: magic vars 172629 1726888916.52996: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888916.53034: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888916.53064: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888916.53091: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888916.53106: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888916.53138: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888916.53147: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888916.53161: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888916.53270: Set connection var ansible_timeout to 10 172629 1726888916.53281: Set connection var ansible_shell_type to sh 172629 1726888916.53292: Set connection var ansible_pipelining to False 172629 1726888916.53306: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888916.53315: Set connection var ansible_shell_executable to /bin/sh 172629 1726888916.53322: Set connection var ansible_connection to ssh 172629 1726888916.53347: variable 'ansible_shell_executable' from source: unknown 172629 1726888916.53360: variable 'ansible_connection' from source: unknown 172629 1726888916.53369: variable 'ansible_module_compression' from source: unknown 172629 1726888916.53376: variable 'ansible_shell_type' from source: unknown 172629 1726888916.53383: variable 'ansible_shell_executable' from source: unknown 172629 1726888916.53390: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888916.53397: variable 'ansible_pipelining' from source: unknown 172629 1726888916.53407: variable 'ansible_timeout' from source: unknown 172629 1726888916.53417: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888916.53563: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888916.53595: variable 'omit' from source: magic vars 172629 1726888916.53605: starting attempt loop 172629 1726888916.53610: running the handler 172629 1726888916.53629: handler run complete 172629 1726888916.53644: attempt loop complete, returning result 172629 1726888916.53650: _execute() done 172629 1726888916.53662: dumping result to json 172629 1726888916.53670: done dumping result, returning 172629 1726888916.53679: done running TaskExecutor() for managed_node1/TASK: Set unused_disks if necessary [0affc8a3-6f6f-d0a8-add8-0000000001c9] 172629 1726888916.53689: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000001c9 172629 1726888916.53821: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000001c9 172629 1726888916.53824: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } 172629 1726888916.53911: no more pending results, returning what we have 172629 1726888916.53914: results queue empty 172629 1726888916.53915: checking for any_errors_fatal 172629 1726888916.53922: done checking for any_errors_fatal 172629 1726888916.53923: checking for max_fail_percentage 172629 1726888916.53925: done checking for max_fail_percentage 172629 1726888916.53926: checking to see if all hosts have failed and the running result is not ok 172629 1726888916.53927: done checking to see if all hosts have failed 172629 1726888916.53927: getting the remaining hosts for this loop 172629 1726888916.53929: done getting the remaining hosts for this loop 172629 1726888916.53933: getting the next task for host managed_node1 172629 1726888916.53940: done getting next task for host managed_node1 172629 1726888916.53942: ^ task is: TASK: Exit playbook when there's not enough unused disks in the system 172629 1726888916.53945: ^ 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 172629 1726888916.53950: getting variables 172629 1726888916.53951: in VariableManager get_vars() 172629 1726888916.53986: Calling all_inventory to load vars for managed_node1 172629 1726888916.53990: Calling groups_inventory to load vars for managed_node1 172629 1726888916.53993: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888916.54004: Calling all_plugins_play to load vars for managed_node1 172629 1726888916.54007: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888916.54011: Calling groups_plugins_play to load vars for managed_node1 172629 1726888916.55178: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888916.56409: done with get_vars() 172629 1726888916.56422: done getting variables 172629 1726888916.56703: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [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 23:21:56 -0400 (0:00:00.053) 0:00:16.847 ****** 172629 1726888916.56728: entering _queue_task() for managed_node1/fail 172629 1726888916.56730: Creating lock for fail 172629 1726888916.57335: worker is 1 (out of 1 available) 172629 1726888916.57347: exiting _queue_task() for managed_node1/fail 172629 1726888916.57361: done queuing things up, now waiting for results queue to drain 172629 1726888916.57363: waiting for pending results... 172629 1726888916.57829: running TaskExecutor() for managed_node1/TASK: Exit playbook when there's not enough unused disks in the system 172629 1726888916.57926: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000001ca 172629 1726888916.57930: variable 'ansible_search_path' from source: unknown 172629 1726888916.57935: calling self._execute() 172629 1726888916.58022: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888916.58038: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888916.58054: variable 'omit' from source: magic vars 172629 1726888916.58469: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888916.61783: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888916.61846: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888916.61894: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888916.61960: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888916.61967: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888916.62048: 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) 172629 1726888916.62087: 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) 172629 1726888916.62121: 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) 172629 1726888916.62216: 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) 172629 1726888916.62219: 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) 172629 1726888916.62243: 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) 172629 1726888916.62276: 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) 172629 1726888916.62303: 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) 172629 1726888916.62354: 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) 172629 1726888916.62376: 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) 172629 1726888916.62528: variable 'unused_disks' from source: set_fact 172629 1726888916.62650: variable 'disks_needed' from source: include params 172629 1726888916.62658: Evaluated conditional (unused_disks | d([]) | length < disks_needed | d(1)): False 172629 1726888916.62661: when evaluation is False, skipping this task 172629 1726888916.62663: _execute() done 172629 1726888916.62666: dumping result to json 172629 1726888916.62668: done dumping result, returning 172629 1726888916.62671: done running TaskExecutor() for managed_node1/TASK: Exit playbook when there's not enough unused disks in the system [0affc8a3-6f6f-d0a8-add8-0000000001ca] 172629 1726888916.62673: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000001ca 172629 1726888916.62741: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000001ca 172629 1726888916.62744: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } 172629 1726888916.62803: no more pending results, returning what we have 172629 1726888916.62806: results queue empty 172629 1726888916.62808: checking for any_errors_fatal 172629 1726888916.62814: done checking for any_errors_fatal 172629 1726888916.62815: checking for max_fail_percentage 172629 1726888916.62816: done checking for max_fail_percentage 172629 1726888916.62817: checking to see if all hosts have failed and the running result is not ok 172629 1726888916.62818: done checking to see if all hosts have failed 172629 1726888916.62819: getting the remaining hosts for this loop 172629 1726888916.62821: done getting the remaining hosts for this loop 172629 1726888916.62825: getting the next task for host managed_node1 172629 1726888916.62832: done getting next task for host managed_node1 172629 1726888916.62834: ^ task is: TASK: Print unused disks 172629 1726888916.62837: ^ 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 172629 1726888916.62841: getting variables 172629 1726888916.62843: in VariableManager get_vars() 172629 1726888916.62879: Calling all_inventory to load vars for managed_node1 172629 1726888916.62882: Calling groups_inventory to load vars for managed_node1 172629 1726888916.62885: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888916.62896: Calling all_plugins_play to load vars for managed_node1 172629 1726888916.62900: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888916.62903: Calling groups_plugins_play to load vars for managed_node1 172629 1726888916.63727: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888916.64360: done with get_vars() 172629 1726888916.64373: done getting variables 172629 1726888916.64429: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:21:56 -0400 (0:00:00.077) 0:00:16.924 ****** 172629 1726888916.64460: entering _queue_task() for managed_node1/debug 172629 1726888916.64905: worker is 1 (out of 1 available) 172629 1726888916.64917: exiting _queue_task() for managed_node1/debug 172629 1726888916.64934: done queuing things up, now waiting for results queue to drain 172629 1726888916.64935: waiting for pending results... 172629 1726888916.65500: running TaskExecutor() for managed_node1/TASK: Print unused disks 172629 1726888916.65695: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000001cb 172629 1726888916.65716: variable 'ansible_search_path' from source: unknown 172629 1726888916.65758: calling self._execute() 172629 1726888916.65925: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888916.65978: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888916.66013: variable 'omit' from source: magic vars 172629 1726888916.66387: variable 'omit' from source: magic vars 172629 1726888916.66415: variable 'omit' from source: magic vars 172629 1726888916.66451: variable 'omit' from source: magic vars 172629 1726888916.66670: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888916.66879: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888916.66882: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888916.66885: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888916.66888: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888916.66890: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888916.66892: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888916.66900: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888916.67463: Set connection var ansible_timeout to 10 172629 1726888916.67560: Set connection var ansible_shell_type to sh 172629 1726888916.67632: Set connection var ansible_pipelining to False 172629 1726888916.67675: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888916.67702: Set connection var ansible_shell_executable to /bin/sh 172629 1726888916.67770: Set connection var ansible_connection to ssh 172629 1726888916.67773: variable 'ansible_shell_executable' from source: unknown 172629 1726888916.67775: variable 'ansible_connection' from source: unknown 172629 1726888916.67777: variable 'ansible_module_compression' from source: unknown 172629 1726888916.67778: variable 'ansible_shell_type' from source: unknown 172629 1726888916.67780: variable 'ansible_shell_executable' from source: unknown 172629 1726888916.67782: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888916.67821: variable 'ansible_pipelining' from source: unknown 172629 1726888916.67827: variable 'ansible_timeout' from source: unknown 172629 1726888916.67833: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888916.68006: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888916.68090: variable 'omit' from source: magic vars 172629 1726888916.68093: starting attempt loop 172629 1726888916.68095: running the handler 172629 1726888916.68227: variable 'unused_disks' from source: set_fact 172629 1726888916.68625: variable 'unused_disks' from source: set_fact 172629 1726888916.68822: handler run complete 172629 1726888916.68841: attempt loop complete, returning result 172629 1726888916.68849: _execute() done 172629 1726888916.68882: dumping result to json 172629 1726888916.68947: done dumping result, returning 172629 1726888916.68951: done running TaskExecutor() for managed_node1/TASK: Print unused disks [0affc8a3-6f6f-d0a8-add8-0000000001cb] 172629 1726888916.68957: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000001cb 172629 1726888916.69036: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000001cb 172629 1726888916.69039: WORKER PROCESS EXITING ok: [managed_node1] => { "unused_disks": [ "sda" ] } 172629 1726888916.69091: no more pending results, returning what we have 172629 1726888916.69094: results queue empty 172629 1726888916.69096: checking for any_errors_fatal 172629 1726888916.69101: done checking for any_errors_fatal 172629 1726888916.69102: checking for max_fail_percentage 172629 1726888916.69104: done checking for max_fail_percentage 172629 1726888916.69104: checking to see if all hosts have failed and the running result is not ok 172629 1726888916.69105: done checking to see if all hosts have failed 172629 1726888916.69106: getting the remaining hosts for this loop 172629 1726888916.69108: done getting the remaining hosts for this loop 172629 1726888916.69112: getting the next task for host managed_node1 172629 1726888916.69120: done getting next task for host managed_node1 172629 1726888916.69123: ^ task is: TASK: Save disk used for swap 172629 1726888916.69125: ^ 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 172629 1726888916.69133: getting variables 172629 1726888916.69134: in VariableManager get_vars() 172629 1726888916.69172: Calling all_inventory to load vars for managed_node1 172629 1726888916.69175: Calling groups_inventory to load vars for managed_node1 172629 1726888916.69178: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888916.69189: Calling all_plugins_play to load vars for managed_node1 172629 1726888916.69192: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888916.69195: Calling groups_plugins_play to load vars for managed_node1 172629 1726888916.70201: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888916.70810: done with get_vars() 172629 1726888916.70831: done getting variables 172629 1726888916.70888: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Save disk used for swap] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:32 Friday 20 September 2024 23:21:56 -0400 (0:00:00.064) 0:00:16.989 ****** 172629 1726888916.70914: entering _queue_task() for managed_node1/set_fact 172629 1726888916.71196: worker is 1 (out of 1 available) 172629 1726888916.71210: exiting _queue_task() for managed_node1/set_fact 172629 1726888916.71223: done queuing things up, now waiting for results queue to drain 172629 1726888916.71224: waiting for pending results... 172629 1726888916.71571: running TaskExecutor() for managed_node1/TASK: Save disk used for swap 172629 1726888916.71575: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000009 172629 1726888916.71578: variable 'ansible_search_path' from source: unknown 172629 1726888916.71581: calling self._execute() 172629 1726888916.71640: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888916.71651: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888916.71667: variable 'omit' from source: magic vars 172629 1726888916.71774: variable 'omit' from source: magic vars 172629 1726888916.71806: variable 'omit' from source: magic vars 172629 1726888916.72160: variable 'unused_disks' from source: set_fact 172629 1726888916.72163: variable 'omit' from source: magic vars 172629 1726888916.72165: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888916.72167: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888916.72169: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888916.72188: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888916.72201: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888916.72230: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888916.72237: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888916.72242: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888916.72330: Set connection var ansible_timeout to 10 172629 1726888916.72338: Set connection var ansible_shell_type to sh 172629 1726888916.72346: Set connection var ansible_pipelining to False 172629 1726888916.72354: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888916.72366: Set connection var ansible_shell_executable to /bin/sh 172629 1726888916.72375: Set connection var ansible_connection to ssh 172629 1726888916.72401: variable 'ansible_shell_executable' from source: unknown 172629 1726888916.72409: variable 'ansible_connection' from source: unknown 172629 1726888916.72417: variable 'ansible_module_compression' from source: unknown 172629 1726888916.72423: variable 'ansible_shell_type' from source: unknown 172629 1726888916.72430: variable 'ansible_shell_executable' from source: unknown 172629 1726888916.72436: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888916.72443: variable 'ansible_pipelining' from source: unknown 172629 1726888916.72450: variable 'ansible_timeout' from source: unknown 172629 1726888916.72462: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888916.72604: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888916.72620: variable 'omit' from source: magic vars 172629 1726888916.72631: starting attempt loop 172629 1726888916.72640: running the handler 172629 1726888916.72660: handler run complete 172629 1726888916.72678: attempt loop complete, returning result 172629 1726888916.72686: _execute() done 172629 1726888916.72698: dumping result to json 172629 1726888916.72761: done dumping result, returning 172629 1726888916.72766: done running TaskExecutor() for managed_node1/TASK: Save disk used for swap [0affc8a3-6f6f-d0a8-add8-000000000009] 172629 1726888916.72768: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000009 172629 1726888916.73063: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000009 172629 1726888916.73067: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__swap_disk": "sda" }, "changed": false } 172629 1726888916.73109: no more pending results, returning what we have 172629 1726888916.73111: results queue empty 172629 1726888916.73112: checking for any_errors_fatal 172629 1726888916.73119: done checking for any_errors_fatal 172629 1726888916.73120: checking for max_fail_percentage 172629 1726888916.73121: done checking for max_fail_percentage 172629 1726888916.73122: checking to see if all hosts have failed and the running result is not ok 172629 1726888916.73123: done checking to see if all hosts have failed 172629 1726888916.73124: getting the remaining hosts for this loop 172629 1726888916.73125: done getting the remaining hosts for this loop 172629 1726888916.73128: getting the next task for host managed_node1 172629 1726888916.73133: done getting next task for host managed_node1 172629 1726888916.73136: ^ task is: TASK: Create a disk device with swap 172629 1726888916.73138: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888916.73142: getting variables 172629 1726888916.73143: in VariableManager get_vars() 172629 1726888916.73173: Calling all_inventory to load vars for managed_node1 172629 1726888916.73176: Calling groups_inventory to load vars for managed_node1 172629 1726888916.73179: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888916.73188: Calling all_plugins_play to load vars for managed_node1 172629 1726888916.73191: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888916.73195: Calling groups_plugins_play to load vars for managed_node1 172629 1726888916.73830: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888916.74364: done with get_vars() 172629 1726888916.74376: done getting variables TASK [Create a disk device with swap] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:36 Friday 20 September 2024 23:21:56 -0400 (0:00:00.035) 0:00:17.024 ****** 172629 1726888916.74467: entering _queue_task() for managed_node1/include_role 172629 1726888916.74710: worker is 1 (out of 1 available) 172629 1726888916.74722: exiting _queue_task() for managed_node1/include_role 172629 1726888916.74734: done queuing things up, now waiting for results queue to drain 172629 1726888916.74735: waiting for pending results... 172629 1726888916.75020: running TaskExecutor() for managed_node1/TASK: Create a disk device with swap 172629 1726888916.75128: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000000a 172629 1726888916.75146: variable 'ansible_search_path' from source: unknown 172629 1726888916.75187: calling self._execute() 172629 1726888916.75421: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888916.75434: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888916.75448: variable 'omit' from source: magic vars 172629 1726888916.75581: _execute() done 172629 1726888916.75590: dumping result to json 172629 1726888916.75597: done dumping result, returning 172629 1726888916.75622: done running TaskExecutor() for managed_node1/TASK: Create a disk device with swap [0affc8a3-6f6f-d0a8-add8-00000000000a] 172629 1726888916.75632: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000000a 172629 1726888916.75814: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000000a 172629 1726888916.75942: WORKER PROCESS EXITING 172629 1726888916.75971: no more pending results, returning what we have 172629 1726888916.75975: in VariableManager get_vars() 172629 1726888916.76006: Calling all_inventory to load vars for managed_node1 172629 1726888916.76009: Calling groups_inventory to load vars for managed_node1 172629 1726888916.76011: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888916.76021: Calling all_plugins_play to load vars for managed_node1 172629 1726888916.76023: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888916.76026: Calling groups_plugins_play to load vars for managed_node1 172629 1726888916.76507: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888916.77083: done with get_vars() 172629 1726888916.77094: variable 'ansible_search_path' from source: unknown 172629 1726888916.77846: variable 'omit' from source: magic vars 172629 1726888916.77871: variable 'omit' from source: magic vars 172629 1726888916.77885: variable 'omit' from source: magic vars 172629 1726888916.77888: we have included files to process 172629 1726888916.77889: generating all_blocks data 172629 1726888916.77891: done generating all_blocks data 172629 1726888916.77894: processing included file: fedora.linux_system_roles.storage 172629 1726888916.77919: in VariableManager get_vars() 172629 1726888916.77933: done with get_vars() 172629 1726888916.77959: in VariableManager get_vars() 172629 1726888916.77973: done with get_vars() 172629 1726888916.78009: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 172629 1726888916.78036: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 172629 1726888916.78179: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 172629 1726888916.78251: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 172629 1726888916.78344: in VariableManager get_vars() 172629 1726888916.78364: done with get_vars() 172629 1726888916.78567: in VariableManager get_vars() 172629 1726888916.78584: done with get_vars() 172629 1726888916.78696: iterating over new_blocks loaded from include file 172629 1726888916.78698: in VariableManager get_vars() 172629 1726888916.78709: done with get_vars() 172629 1726888916.78711: filtering new block on tags 172629 1726888916.78730: done filtering new block on tags 172629 1726888916.78733: in VariableManager get_vars() 172629 1726888916.78746: done with get_vars() 172629 1726888916.78747: filtering new block on tags 172629 1726888916.78764: done filtering new block on tags 172629 1726888916.78766: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node1 172629 1726888916.78772: extending task lists for all hosts with included blocks 172629 1726888916.79868: done extending task lists 172629 1726888916.79870: done processing included files 172629 1726888916.79871: results queue empty 172629 1726888916.79871: checking for any_errors_fatal 172629 1726888916.79873: done checking for any_errors_fatal 172629 1726888916.79874: checking for max_fail_percentage 172629 1726888916.79875: done checking for max_fail_percentage 172629 1726888916.79876: checking to see if all hosts have failed and the running result is not ok 172629 1726888916.79878: done checking to see if all hosts have failed 172629 1726888916.79879: getting the remaining hosts for this loop 172629 1726888916.79880: done getting the remaining hosts for this loop 172629 1726888916.79883: getting the next task for host managed_node1 172629 1726888916.79888: done getting next task for host managed_node1 172629 1726888916.79891: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888916.79893: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888916.79902: getting variables 172629 1726888916.79903: in VariableManager get_vars() 172629 1726888916.79914: Calling all_inventory to load vars for managed_node1 172629 1726888916.79916: Calling groups_inventory to load vars for managed_node1 172629 1726888916.79918: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888916.79922: Calling all_plugins_play to load vars for managed_node1 172629 1726888916.79925: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888916.79927: Calling groups_plugins_play to load vars for managed_node1 172629 1726888916.80324: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888916.80864: done with get_vars() 172629 1726888916.80878: 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 23:21:56 -0400 (0:00:00.064) 0:00:17.089 ****** 172629 1726888916.80950: entering _queue_task() for managed_node1/include_tasks 172629 1726888916.81250: worker is 1 (out of 1 available) 172629 1726888916.81263: exiting _queue_task() for managed_node1/include_tasks 172629 1726888916.81275: done queuing things up, now waiting for results queue to drain 172629 1726888916.81277: waiting for pending results... 172629 1726888916.81677: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888916.81687: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000028d 172629 1726888916.81707: variable 'ansible_search_path' from source: unknown 172629 1726888916.81716: variable 'ansible_search_path' from source: unknown 172629 1726888916.81763: calling self._execute() 172629 1726888916.81861: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888916.81875: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888916.81894: variable 'omit' from source: magic vars 172629 1726888916.82003: _execute() done 172629 1726888916.82011: dumping result to json 172629 1726888916.82017: done dumping result, returning 172629 1726888916.82027: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-d0a8-add8-00000000028d] 172629 1726888916.82036: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000028d 172629 1726888916.82362: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000028d 172629 1726888916.82366: WORKER PROCESS EXITING 172629 1726888916.82398: no more pending results, returning what we have 172629 1726888916.82402: in VariableManager get_vars() 172629 1726888916.82432: Calling all_inventory to load vars for managed_node1 172629 1726888916.82434: Calling groups_inventory to load vars for managed_node1 172629 1726888916.82437: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888916.82445: Calling all_plugins_play to load vars for managed_node1 172629 1726888916.82447: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888916.82450: Calling groups_plugins_play to load vars for managed_node1 172629 1726888916.82967: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888916.83525: done with get_vars() 172629 1726888916.83536: variable 'ansible_search_path' from source: unknown 172629 1726888916.83537: variable 'ansible_search_path' from source: unknown 172629 1726888916.83574: we have included files to process 172629 1726888916.83575: generating all_blocks data 172629 1726888916.83577: done generating all_blocks data 172629 1726888916.83580: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726888916.83581: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726888916.83584: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726888916.84031: done processing included file 172629 1726888916.84033: iterating over new_blocks loaded from include file 172629 1726888916.84034: in VariableManager get_vars() 172629 1726888916.84051: done with get_vars() 172629 1726888916.84053: filtering new block on tags 172629 1726888916.84187: done filtering new block on tags 172629 1726888916.84190: in VariableManager get_vars() 172629 1726888916.84208: done with get_vars() 172629 1726888916.84210: filtering new block on tags 172629 1726888916.84227: done filtering new block on tags 172629 1726888916.84229: 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 172629 1726888916.84233: extending task lists for all hosts with included blocks 172629 1726888916.84614: done extending task lists 172629 1726888916.84615: done processing included files 172629 1726888916.84616: results queue empty 172629 1726888916.84616: checking for any_errors_fatal 172629 1726888916.84620: done checking for any_errors_fatal 172629 1726888916.84621: checking for max_fail_percentage 172629 1726888916.84622: done checking for max_fail_percentage 172629 1726888916.84622: checking to see if all hosts have failed and the running result is not ok 172629 1726888916.84623: done checking to see if all hosts have failed 172629 1726888916.84624: getting the remaining hosts for this loop 172629 1726888916.84625: done getting the remaining hosts for this loop 172629 1726888916.84627: getting the next task for host managed_node1 172629 1726888916.84631: done getting next task for host managed_node1 172629 1726888916.84634: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 172629 1726888916.84636: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888916.84645: getting variables 172629 1726888916.84646: in VariableManager get_vars() 172629 1726888916.84761: Calling all_inventory to load vars for managed_node1 172629 1726888916.84763: Calling groups_inventory to load vars for managed_node1 172629 1726888916.84765: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888916.84770: Calling all_plugins_play to load vars for managed_node1 172629 1726888916.84772: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888916.84775: Calling groups_plugins_play to load vars for managed_node1 172629 1726888916.85427: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888916.85992: done with get_vars() 172629 1726888916.86004: 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 23:21:56 -0400 (0:00:00.051) 0:00:17.140 ****** 172629 1726888916.86074: entering _queue_task() for managed_node1/setup 172629 1726888916.86320: worker is 1 (out of 1 available) 172629 1726888916.86332: exiting _queue_task() for managed_node1/setup 172629 1726888916.86344: done queuing things up, now waiting for results queue to drain 172629 1726888916.86346: waiting for pending results... 172629 1726888916.86536: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 172629 1726888916.86623: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000301 172629 1726888916.86634: variable 'ansible_search_path' from source: unknown 172629 1726888916.86638: variable 'ansible_search_path' from source: unknown 172629 1726888916.86674: calling self._execute() 172629 1726888916.86737: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888916.86740: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888916.86749: variable 'omit' from source: magic vars 172629 1726888916.87049: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888916.89462: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888916.89550: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888916.89600: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888916.89638: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888916.89760: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888916.89764: 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) 172629 1726888916.89794: 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) 172629 1726888916.89823: 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) 172629 1726888916.89871: 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) 172629 1726888916.89889: 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) 172629 1726888916.89948: 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) 172629 1726888916.89985: 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) 172629 1726888916.90018: 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) 172629 1726888916.90069: 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) 172629 1726888916.90089: 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) 172629 1726888916.90261: variable '__storage_required_facts' from source: role '' all vars 172629 1726888916.90275: variable 'ansible_facts' from source: unknown 172629 1726888916.90564: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 172629 1726888916.90572: when evaluation is False, skipping this task 172629 1726888916.90580: _execute() done 172629 1726888916.90761: dumping result to json 172629 1726888916.90765: done dumping result, returning 172629 1726888916.90767: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-d0a8-add8-000000000301] 172629 1726888916.90769: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000301 172629 1726888916.90841: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000301 172629 1726888916.90845: 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" } 172629 1726888916.90889: no more pending results, returning what we have 172629 1726888916.90898: results queue empty 172629 1726888916.90899: checking for any_errors_fatal 172629 1726888916.90900: done checking for any_errors_fatal 172629 1726888916.90901: checking for max_fail_percentage 172629 1726888916.90903: done checking for max_fail_percentage 172629 1726888916.90903: checking to see if all hosts have failed and the running result is not ok 172629 1726888916.90904: done checking to see if all hosts have failed 172629 1726888916.90905: getting the remaining hosts for this loop 172629 1726888916.90907: done getting the remaining hosts for this loop 172629 1726888916.90910: getting the next task for host managed_node1 172629 1726888916.90916: done getting next task for host managed_node1 172629 1726888916.90920: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888916.90923: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888916.90937: getting variables 172629 1726888916.90938: in VariableManager get_vars() 172629 1726888916.90971: Calling all_inventory to load vars for managed_node1 172629 1726888916.90974: Calling groups_inventory to load vars for managed_node1 172629 1726888916.90976: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888916.90984: Calling all_plugins_play to load vars for managed_node1 172629 1726888916.90986: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888916.90989: Calling groups_plugins_play to load vars for managed_node1 172629 1726888916.91862: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888916.92832: done with get_vars() 172629 1726888916.92848: done getting variables 172629 1726888916.93108: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:21:56 -0400 (0:00:00.070) 0:00:17.211 ****** 172629 1726888916.93146: entering _queue_task() for managed_node1/include_vars 172629 1726888916.93841: worker is 1 (out of 1 available) 172629 1726888916.93860: exiting _queue_task() for managed_node1/include_vars 172629 1726888916.93873: done queuing things up, now waiting for results queue to drain 172629 1726888916.93874: waiting for pending results... 172629 1726888916.94364: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888916.94718: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000302 172629 1726888916.94722: variable 'ansible_search_path' from source: unknown 172629 1726888916.94725: variable 'ansible_search_path' from source: unknown 172629 1726888916.95289: variable 'ansible_facts' from source: unknown 172629 1726888916.96204: variable 'ansible_facts' from source: unknown 172629 1726888916.96878: variable 'ansible_facts' from source: unknown 172629 1726888916.97561: variable 'ansible_facts' from source: unknown 172629 1726888916.97850: variable 'omit' from source: magic vars 172629 1726888916.98169: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888916.98184: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888916.98200: variable 'omit' from source: magic vars 172629 1726888916.98621: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888916.99077: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888916.99303: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888916.99560: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888916.99563: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888916.99566: variable '__vars_file' from source: task vars 172629 1726888916.99568: variable 'role_path' from source: magic vars 172629 1726888916.99570: variable 'item' from source: unknown 172629 1726888916.99572: Evaluated conditional (__vars_file is file): False 172629 1726888916.99574: when evaluation is False, skipping this task 172629 1726888916.99782: variable 'item' from source: unknown 172629 1726888916.99849: 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" } 172629 1726888917.00316: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.00330: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.00343: variable 'omit' from source: magic vars 172629 1726888917.00860: variable '__vars_file' from source: task vars 172629 1726888917.00863: variable 'role_path' from source: magic vars 172629 1726888917.00865: variable 'item' from source: unknown 172629 1726888917.00868: Evaluated conditional (__vars_file is file): False 172629 1726888917.00870: when evaluation is False, skipping this task 172629 1726888917.00873: variable 'item' from source: unknown 172629 1726888917.01086: 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" } 172629 1726888917.01224: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.01560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.01563: variable 'omit' from source: magic vars 172629 1726888917.01760: variable '__vars_file' from source: task vars 172629 1726888917.01763: variable 'role_path' from source: magic vars 172629 1726888917.01766: variable 'item' from source: unknown 172629 1726888917.01768: Evaluated conditional (__vars_file is file): True 172629 1726888917.01769: variable 'omit' from source: magic vars 172629 1726888917.01988: variable 'omit' from source: magic vars 172629 1726888917.02045: variable '__vars_file' from source: task vars 172629 1726888917.02111: variable '__vars_file' from source: task vars 172629 1726888917.02338: variable 'role_path' from source: magic vars 172629 1726888917.02348: variable 'item' from source: unknown 172629 1726888917.02373: variable 'omit' from source: magic vars 172629 1726888917.02407: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888917.02489: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888917.02513: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888917.02860: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888917.02863: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888917.02866: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888917.02868: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.02870: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.02936: Set connection var ansible_timeout to 10 172629 1726888917.02948: Set connection var ansible_shell_type to sh 172629 1726888917.02962: Set connection var ansible_pipelining to False 172629 1726888917.02973: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888917.02981: Set connection var ansible_shell_executable to /bin/sh 172629 1726888917.02987: Set connection var ansible_connection to ssh 172629 1726888917.03007: variable 'ansible_shell_executable' from source: unknown 172629 1726888917.03014: variable 'ansible_connection' from source: unknown 172629 1726888917.03021: variable 'ansible_module_compression' from source: unknown 172629 1726888917.03028: variable 'ansible_shell_type' from source: unknown 172629 1726888917.03034: variable 'ansible_shell_executable' from source: unknown 172629 1726888917.03040: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.03359: variable 'ansible_pipelining' from source: unknown 172629 1726888917.03363: variable 'ansible_timeout' from source: unknown 172629 1726888917.03365: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.03560: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888917.03564: variable 'omit' from source: magic vars 172629 1726888917.03566: starting attempt loop 172629 1726888917.03568: running the handler 172629 1726888917.03571: handler run complete 172629 1726888917.03573: attempt loop complete, returning result 172629 1726888917.03576: variable 'item' from source: unknown 172629 1726888917.03784: 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" } 172629 1726888917.03961: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.03975: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.04261: variable 'omit' from source: magic vars 172629 1726888917.04332: variable '__vars_file' from source: task vars 172629 1726888917.04408: variable 'role_path' from source: magic vars 172629 1726888917.04760: variable 'item' from source: unknown 172629 1726888917.04763: Evaluated conditional (__vars_file is file): True 172629 1726888917.04765: variable 'omit' from source: magic vars 172629 1726888917.04768: variable 'omit' from source: magic vars 172629 1726888917.04771: variable '__vars_file' from source: task vars 172629 1726888917.04814: variable '__vars_file' from source: task vars 172629 1726888917.04892: variable 'role_path' from source: magic vars 172629 1726888917.05160: variable 'item' from source: unknown 172629 1726888917.05163: variable 'omit' from source: magic vars 172629 1726888917.05165: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888917.05167: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888917.05169: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888917.05171: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888917.05173: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.05175: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.05220: Set connection var ansible_timeout to 10 172629 1726888917.05573: Set connection var ansible_shell_type to sh 172629 1726888917.05576: Set connection var ansible_pipelining to False 172629 1726888917.05578: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888917.05580: Set connection var ansible_shell_executable to /bin/sh 172629 1726888917.05582: Set connection var ansible_connection to ssh 172629 1726888917.05584: variable 'ansible_shell_executable' from source: unknown 172629 1726888917.05586: variable 'ansible_connection' from source: unknown 172629 1726888917.05587: variable 'ansible_module_compression' from source: unknown 172629 1726888917.05589: variable 'ansible_shell_type' from source: unknown 172629 1726888917.05591: variable 'ansible_shell_executable' from source: unknown 172629 1726888917.05593: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.05595: variable 'ansible_pipelining' from source: unknown 172629 1726888917.05596: variable 'ansible_timeout' from source: unknown 172629 1726888917.05598: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.05646: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888917.05665: variable 'omit' from source: magic vars 172629 1726888917.05675: starting attempt loop 172629 1726888917.05682: running the handler 172629 1726888917.05736: handler run complete 172629 1726888917.05750: attempt loop complete, returning result 172629 1726888917.05775: variable 'item' from source: unknown 172629 1726888917.05841: 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" } 172629 1726888917.06357: dumping result to json 172629 1726888917.06361: done dumping result, returning 172629 1726888917.06364: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-d0a8-add8-000000000302] 172629 1726888917.06366: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000302 172629 1726888917.06485: no more pending results, returning what we have 172629 1726888917.06488: results queue empty 172629 1726888917.06490: checking for any_errors_fatal 172629 1726888917.06496: done checking for any_errors_fatal 172629 1726888917.06497: checking for max_fail_percentage 172629 1726888917.06499: done checking for max_fail_percentage 172629 1726888917.06499: checking to see if all hosts have failed and the running result is not ok 172629 1726888917.06500: done checking to see if all hosts have failed 172629 1726888917.06501: getting the remaining hosts for this loop 172629 1726888917.06503: done getting the remaining hosts for this loop 172629 1726888917.06507: getting the next task for host managed_node1 172629 1726888917.06515: done getting next task for host managed_node1 172629 1726888917.06519: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 172629 1726888917.06523: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888917.06535: getting variables 172629 1726888917.06536: in VariableManager get_vars() 172629 1726888917.06574: Calling all_inventory to load vars for managed_node1 172629 1726888917.06577: Calling groups_inventory to load vars for managed_node1 172629 1726888917.06579: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888917.06589: Calling all_plugins_play to load vars for managed_node1 172629 1726888917.06592: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888917.06595: Calling groups_plugins_play to load vars for managed_node1 172629 1726888917.07171: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000302 172629 1726888917.07174: WORKER PROCESS EXITING 172629 1726888917.07824: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888917.08424: done with get_vars() 172629 1726888917.08440: 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 23:21:57 -0400 (0:00:00.153) 0:00:17.365 ****** 172629 1726888917.08535: entering _queue_task() for managed_node1/stat 172629 1726888917.08985: worker is 1 (out of 1 available) 172629 1726888917.08994: exiting _queue_task() for managed_node1/stat 172629 1726888917.09003: done queuing things up, now waiting for results queue to drain 172629 1726888917.09004: waiting for pending results... 172629 1726888917.09242: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree 172629 1726888917.09278: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000304 172629 1726888917.09300: variable 'ansible_search_path' from source: unknown 172629 1726888917.09308: variable 'ansible_search_path' from source: unknown 172629 1726888917.09359: calling self._execute() 172629 1726888917.09462: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.09484: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.09499: variable 'omit' from source: magic vars 172629 1726888917.10117: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888917.10437: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888917.10491: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888917.10526: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888917.10577: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888917.10672: 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) 172629 1726888917.10702: 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) 172629 1726888917.10752: 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) 172629 1726888917.10770: 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) 172629 1726888917.10898: variable '__storage_is_ostree' from source: set_fact 172629 1726888917.10912: Evaluated conditional (not __storage_is_ostree is defined): False 172629 1726888917.10971: when evaluation is False, skipping this task 172629 1726888917.10974: _execute() done 172629 1726888917.10977: dumping result to json 172629 1726888917.10979: done dumping result, returning 172629 1726888917.10982: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-d0a8-add8-000000000304] 172629 1726888917.10984: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000304 skipping: [managed_node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 172629 1726888917.11192: no more pending results, returning what we have 172629 1726888917.11197: results queue empty 172629 1726888917.11198: checking for any_errors_fatal 172629 1726888917.11212: done checking for any_errors_fatal 172629 1726888917.11214: checking for max_fail_percentage 172629 1726888917.11216: done checking for max_fail_percentage 172629 1726888917.11217: checking to see if all hosts have failed and the running result is not ok 172629 1726888917.11217: done checking to see if all hosts have failed 172629 1726888917.11218: getting the remaining hosts for this loop 172629 1726888917.11220: done getting the remaining hosts for this loop 172629 1726888917.11224: getting the next task for host managed_node1 172629 1726888917.11231: done getting next task for host managed_node1 172629 1726888917.11235: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 172629 1726888917.11240: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888917.11259: getting variables 172629 1726888917.11261: in VariableManager get_vars() 172629 1726888917.11418: Calling all_inventory to load vars for managed_node1 172629 1726888917.11421: Calling groups_inventory to load vars for managed_node1 172629 1726888917.11423: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888917.11430: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000304 172629 1726888917.11433: WORKER PROCESS EXITING 172629 1726888917.11451: Calling all_plugins_play to load vars for managed_node1 172629 1726888917.11454: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888917.11460: Calling groups_plugins_play to load vars for managed_node1 172629 1726888917.12054: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888917.12860: done with get_vars() 172629 1726888917.12873: done getting variables 172629 1726888917.12923: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:21:57 -0400 (0:00:00.044) 0:00:17.409 ****** 172629 1726888917.12952: entering _queue_task() for managed_node1/set_fact 172629 1726888917.13378: worker is 1 (out of 1 available) 172629 1726888917.13388: exiting _queue_task() for managed_node1/set_fact 172629 1726888917.13399: done queuing things up, now waiting for results queue to drain 172629 1726888917.13400: waiting for pending results... 172629 1726888917.13498: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 172629 1726888917.13640: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000305 172629 1726888917.13661: variable 'ansible_search_path' from source: unknown 172629 1726888917.13733: variable 'ansible_search_path' from source: unknown 172629 1726888917.13737: calling self._execute() 172629 1726888917.13794: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.13805: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.13819: variable 'omit' from source: magic vars 172629 1726888917.14183: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888917.14470: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888917.14520: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888917.14567: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888917.14612: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888917.14753: 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) 172629 1726888917.14759: 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) 172629 1726888917.14767: 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) 172629 1726888917.14797: 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) 172629 1726888917.14921: variable '__storage_is_ostree' from source: set_fact 172629 1726888917.14946: Evaluated conditional (not __storage_is_ostree is defined): False 172629 1726888917.14953: when evaluation is False, skipping this task 172629 1726888917.14962: _execute() done 172629 1726888917.14968: dumping result to json 172629 1726888917.14980: done dumping result, returning 172629 1726888917.15031: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-d0a8-add8-000000000305] 172629 1726888917.15034: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000305 172629 1726888917.15102: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000305 172629 1726888917.15104: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 172629 1726888917.15267: no more pending results, returning what we have 172629 1726888917.15271: results queue empty 172629 1726888917.15273: checking for any_errors_fatal 172629 1726888917.15286: done checking for any_errors_fatal 172629 1726888917.15287: checking for max_fail_percentage 172629 1726888917.15289: done checking for max_fail_percentage 172629 1726888917.15290: checking to see if all hosts have failed and the running result is not ok 172629 1726888917.15291: done checking to see if all hosts have failed 172629 1726888917.15292: getting the remaining hosts for this loop 172629 1726888917.15294: done getting the remaining hosts for this loop 172629 1726888917.15297: getting the next task for host managed_node1 172629 1726888917.15305: done getting next task for host managed_node1 172629 1726888917.15308: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 172629 1726888917.15311: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888917.15326: getting variables 172629 1726888917.15328: in VariableManager get_vars() 172629 1726888917.15466: Calling all_inventory to load vars for managed_node1 172629 1726888917.15469: Calling groups_inventory to load vars for managed_node1 172629 1726888917.15472: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888917.15480: Calling all_plugins_play to load vars for managed_node1 172629 1726888917.15483: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888917.15486: Calling groups_plugins_play to load vars for managed_node1 172629 1726888917.16168: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888917.17371: done with get_vars() 172629 1726888917.17384: done getting variables 172629 1726888917.17441: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:21:57 -0400 (0:00:00.045) 0:00:17.454 ****** 172629 1726888917.17472: entering _queue_task() for managed_node1/set_fact 172629 1726888917.17725: worker is 1 (out of 1 available) 172629 1726888917.17742: exiting _queue_task() for managed_node1/set_fact 172629 1726888917.17756: done queuing things up, now waiting for results queue to drain 172629 1726888917.17759: waiting for pending results... 172629 1726888917.18073: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 172629 1726888917.18160: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000028e 172629 1726888917.18169: variable 'ansible_search_path' from source: unknown 172629 1726888917.18172: variable 'ansible_search_path' from source: unknown 172629 1726888917.18175: calling self._execute() 172629 1726888917.18279: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.18285: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.18290: variable 'omit' from source: magic vars 172629 1726888917.18495: variable 'omit' from source: magic vars 172629 1726888917.18498: variable 'omit' from source: magic vars 172629 1726888917.18501: variable 'omit' from source: magic vars 172629 1726888917.18552: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888917.18600: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888917.18632: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888917.18654: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888917.18674: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888917.18714: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888917.18727: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.18759: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.18852: Set connection var ansible_timeout to 10 172629 1726888917.18866: Set connection var ansible_shell_type to sh 172629 1726888917.18878: Set connection var ansible_pipelining to False 172629 1726888917.18887: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888917.18926: Set connection var ansible_shell_executable to /bin/sh 172629 1726888917.18930: Set connection var ansible_connection to ssh 172629 1726888917.18932: variable 'ansible_shell_executable' from source: unknown 172629 1726888917.18956: variable 'ansible_connection' from source: unknown 172629 1726888917.19003: variable 'ansible_module_compression' from source: unknown 172629 1726888917.19006: variable 'ansible_shell_type' from source: unknown 172629 1726888917.19008: variable 'ansible_shell_executable' from source: unknown 172629 1726888917.19011: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.19012: variable 'ansible_pipelining' from source: unknown 172629 1726888917.19014: variable 'ansible_timeout' from source: unknown 172629 1726888917.19016: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.19251: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888917.19562: variable 'omit' from source: magic vars 172629 1726888917.19567: starting attempt loop 172629 1726888917.19570: running the handler 172629 1726888917.19572: handler run complete 172629 1726888917.19574: attempt loop complete, returning result 172629 1726888917.19576: _execute() done 172629 1726888917.19579: dumping result to json 172629 1726888917.19581: done dumping result, returning 172629 1726888917.19583: 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-d0a8-add8-00000000028e] 172629 1726888917.19585: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000028e 172629 1726888917.19645: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000028e 172629 1726888917.19649: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 172629 1726888917.19712: no more pending results, returning what we have 172629 1726888917.19715: results queue empty 172629 1726888917.19716: checking for any_errors_fatal 172629 1726888917.19722: done checking for any_errors_fatal 172629 1726888917.19723: checking for max_fail_percentage 172629 1726888917.19725: done checking for max_fail_percentage 172629 1726888917.19726: checking to see if all hosts have failed and the running result is not ok 172629 1726888917.19727: done checking to see if all hosts have failed 172629 1726888917.19727: getting the remaining hosts for this loop 172629 1726888917.19729: done getting the remaining hosts for this loop 172629 1726888917.19732: getting the next task for host managed_node1 172629 1726888917.19737: done getting next task for host managed_node1 172629 1726888917.19741: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 172629 1726888917.19744: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888917.19760: getting variables 172629 1726888917.19762: in VariableManager get_vars() 172629 1726888917.19790: Calling all_inventory to load vars for managed_node1 172629 1726888917.19794: Calling groups_inventory to load vars for managed_node1 172629 1726888917.19796: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888917.19804: Calling all_plugins_play to load vars for managed_node1 172629 1726888917.19807: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888917.19810: Calling groups_plugins_play to load vars for managed_node1 172629 1726888917.20726: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888917.21349: done with get_vars() 172629 1726888917.21373: done getting variables 172629 1726888917.21443: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:21:57 -0400 (0:00:00.040) 0:00:17.494 ****** 172629 1726888917.21482: entering _queue_task() for managed_node1/set_fact 172629 1726888917.21746: worker is 1 (out of 1 available) 172629 1726888917.21851: exiting _queue_task() for managed_node1/set_fact 172629 1726888917.21868: done queuing things up, now waiting for results queue to drain 172629 1726888917.21870: waiting for pending results... 172629 1726888917.22114: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 172629 1726888917.22251: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000028f 172629 1726888917.22290: variable 'ansible_search_path' from source: unknown 172629 1726888917.22297: variable 'ansible_search_path' from source: unknown 172629 1726888917.22359: calling self._execute() 172629 1726888917.22527: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.22531: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.22562: variable 'omit' from source: magic vars 172629 1726888917.22739: variable 'omit' from source: magic vars 172629 1726888917.22820: variable 'omit' from source: magic vars 172629 1726888917.22865: variable 'omit' from source: magic vars 172629 1726888917.23032: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888917.23036: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888917.23040: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888917.23068: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888917.23086: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888917.23146: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888917.23161: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.23170: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.23415: Set connection var ansible_timeout to 10 172629 1726888917.23772: Set connection var ansible_shell_type to sh 172629 1726888917.23776: Set connection var ansible_pipelining to False 172629 1726888917.23778: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888917.23780: Set connection var ansible_shell_executable to /bin/sh 172629 1726888917.23782: Set connection var ansible_connection to ssh 172629 1726888917.23784: variable 'ansible_shell_executable' from source: unknown 172629 1726888917.23786: variable 'ansible_connection' from source: unknown 172629 1726888917.23788: variable 'ansible_module_compression' from source: unknown 172629 1726888917.23790: variable 'ansible_shell_type' from source: unknown 172629 1726888917.23792: variable 'ansible_shell_executable' from source: unknown 172629 1726888917.23794: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.23795: variable 'ansible_pipelining' from source: unknown 172629 1726888917.23797: variable 'ansible_timeout' from source: unknown 172629 1726888917.23799: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.23908: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888917.23989: variable 'omit' from source: magic vars 172629 1726888917.23992: starting attempt loop 172629 1726888917.23994: running the handler 172629 1726888917.23996: handler run complete 172629 1726888917.23998: attempt loop complete, returning result 172629 1726888917.24000: _execute() done 172629 1726888917.24002: dumping result to json 172629 1726888917.24004: done dumping result, returning 172629 1726888917.24007: 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-d0a8-add8-00000000028f] 172629 1726888917.24009: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000028f ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 172629 1726888917.24250: no more pending results, returning what we have 172629 1726888917.24259: results queue empty 172629 1726888917.24260: checking for any_errors_fatal 172629 1726888917.24267: done checking for any_errors_fatal 172629 1726888917.24268: checking for max_fail_percentage 172629 1726888917.24270: done checking for max_fail_percentage 172629 1726888917.24271: checking to see if all hosts have failed and the running result is not ok 172629 1726888917.24272: done checking to see if all hosts have failed 172629 1726888917.24273: getting the remaining hosts for this loop 172629 1726888917.24275: done getting the remaining hosts for this loop 172629 1726888917.24278: getting the next task for host managed_node1 172629 1726888917.24285: done getting next task for host managed_node1 172629 1726888917.24289: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 172629 1726888917.24293: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888917.24304: getting variables 172629 1726888917.24306: in VariableManager get_vars() 172629 1726888917.24344: Calling all_inventory to load vars for managed_node1 172629 1726888917.24347: Calling groups_inventory to load vars for managed_node1 172629 1726888917.24349: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888917.24400: Calling all_plugins_play to load vars for managed_node1 172629 1726888917.24404: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888917.24409: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000028f 172629 1726888917.24412: WORKER PROCESS EXITING 172629 1726888917.24416: Calling groups_plugins_play to load vars for managed_node1 172629 1726888917.25049: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888917.26285: done with get_vars() 172629 1726888917.26300: 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 23:21:57 -0400 (0:00:00.049) 0:00:17.543 ****** 172629 1726888917.26392: entering _queue_task() for managed_node1/include_tasks 172629 1726888917.26672: worker is 1 (out of 1 available) 172629 1726888917.26687: exiting _queue_task() for managed_node1/include_tasks 172629 1726888917.26701: done queuing things up, now waiting for results queue to drain 172629 1726888917.26702: waiting for pending results... 172629 1726888917.26915: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 172629 1726888917.27037: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000290 172629 1726888917.27054: variable 'ansible_search_path' from source: unknown 172629 1726888917.27081: variable 'ansible_search_path' from source: unknown 172629 1726888917.27111: calling self._execute() 172629 1726888917.27200: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.27260: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.27264: variable 'omit' from source: magic vars 172629 1726888917.27518: variable 'storage_provider' from source: role '' defaults 172629 1726888917.27535: _execute() done 172629 1726888917.27544: dumping result to json 172629 1726888917.27551: done dumping result, returning 172629 1726888917.27565: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-d0a8-add8-000000000290] 172629 1726888917.27574: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000290 172629 1726888917.27921: no more pending results, returning what we have 172629 1726888917.27926: in VariableManager get_vars() 172629 1726888917.27960: Calling all_inventory to load vars for managed_node1 172629 1726888917.27963: Calling groups_inventory to load vars for managed_node1 172629 1726888917.27965: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888917.27973: Calling all_plugins_play to load vars for managed_node1 172629 1726888917.27976: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888917.27979: Calling groups_plugins_play to load vars for managed_node1 172629 1726888917.28493: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000290 172629 1726888917.28497: WORKER PROCESS EXITING 172629 1726888917.28511: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888917.29093: done with get_vars() 172629 1726888917.29105: variable 'ansible_search_path' from source: unknown 172629 1726888917.29106: variable 'ansible_search_path' from source: unknown 172629 1726888917.29141: we have included files to process 172629 1726888917.29143: generating all_blocks data 172629 1726888917.29144: done generating all_blocks data 172629 1726888917.29149: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726888917.29151: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726888917.29154: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726888917.30020: in VariableManager get_vars() 172629 1726888917.30046: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888917.31815: done processing included file 172629 1726888917.31817: iterating over new_blocks loaded from include file 172629 1726888917.31818: in VariableManager get_vars() 172629 1726888917.31837: done with get_vars() 172629 1726888917.31839: filtering new block on tags 172629 1726888917.31880: done filtering new block on tags 172629 1726888917.31883: in VariableManager get_vars() 172629 1726888917.31903: done with get_vars() 172629 1726888917.31905: filtering new block on tags 172629 1726888917.31936: done filtering new block on tags 172629 1726888917.31938: in VariableManager get_vars() 172629 1726888917.31958: done with get_vars() 172629 1726888917.31960: filtering new block on tags 172629 1726888917.32002: done filtering new block on tags 172629 1726888917.32004: 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 172629 1726888917.32009: extending task lists for all hosts with included blocks 172629 1726888917.32487: done extending task lists 172629 1726888917.32488: done processing included files 172629 1726888917.32489: results queue empty 172629 1726888917.32490: checking for any_errors_fatal 172629 1726888917.32493: done checking for any_errors_fatal 172629 1726888917.32493: checking for max_fail_percentage 172629 1726888917.32494: done checking for max_fail_percentage 172629 1726888917.32495: checking to see if all hosts have failed and the running result is not ok 172629 1726888917.32496: done checking to see if all hosts have failed 172629 1726888917.32497: getting the remaining hosts for this loop 172629 1726888917.32498: done getting the remaining hosts for this loop 172629 1726888917.32500: getting the next task for host managed_node1 172629 1726888917.32504: done getting next task for host managed_node1 172629 1726888917.32511: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 172629 1726888917.32514: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888917.32524: getting variables 172629 1726888917.32525: in VariableManager get_vars() 172629 1726888917.32557: Calling all_inventory to load vars for managed_node1 172629 1726888917.32560: Calling groups_inventory to load vars for managed_node1 172629 1726888917.32562: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888917.32567: Calling all_plugins_play to load vars for managed_node1 172629 1726888917.32570: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888917.32572: Calling groups_plugins_play to load vars for managed_node1 172629 1726888917.33013: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888917.33810: done with get_vars() 172629 1726888917.33822: done getting variables 172629 1726888917.33864: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:21:57 -0400 (0:00:00.075) 0:00:17.618 ****** 172629 1726888917.33894: entering _queue_task() for managed_node1/package 172629 1726888917.34223: worker is 1 (out of 1 available) 172629 1726888917.34350: exiting _queue_task() for managed_node1/package 172629 1726888917.34364: done queuing things up, now waiting for results queue to drain 172629 1726888917.34366: waiting for pending results... 172629 1726888917.34578: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 172629 1726888917.34704: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000033a 172629 1726888917.34723: variable 'ansible_search_path' from source: unknown 172629 1726888917.34779: variable 'ansible_search_path' from source: unknown 172629 1726888917.34783: calling self._execute() 172629 1726888917.34865: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.34879: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.34898: variable 'omit' from source: magic vars 172629 1726888917.35304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888917.35584: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888917.35629: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888917.35762: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888917.35766: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888917.35802: 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) 172629 1726888917.35834: 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) 172629 1726888917.35874: 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) 172629 1726888917.35907: 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) 172629 1726888917.36083: variable 'storage_skip_checks' from source: set_fact 172629 1726888917.36118: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 172629 1726888917.36126: when evaluation is False, skipping this task 172629 1726888917.36133: _execute() done 172629 1726888917.36140: dumping result to json 172629 1726888917.36149: done dumping result, returning 172629 1726888917.36189: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-d0a8-add8-00000000033a] 172629 1726888917.36195: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000033a 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" } 172629 1726888917.36412: no more pending results, returning what we have 172629 1726888917.36417: results queue empty 172629 1726888917.36418: checking for any_errors_fatal 172629 1726888917.36419: done checking for any_errors_fatal 172629 1726888917.36420: checking for max_fail_percentage 172629 1726888917.36422: done checking for max_fail_percentage 172629 1726888917.36423: checking to see if all hosts have failed and the running result is not ok 172629 1726888917.36424: done checking to see if all hosts have failed 172629 1726888917.36425: getting the remaining hosts for this loop 172629 1726888917.36427: done getting the remaining hosts for this loop 172629 1726888917.36431: getting the next task for host managed_node1 172629 1726888917.36440: done getting next task for host managed_node1 172629 1726888917.36444: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 172629 1726888917.36448: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888917.36468: getting variables 172629 1726888917.36470: in VariableManager get_vars() 172629 1726888917.36624: Calling all_inventory to load vars for managed_node1 172629 1726888917.36628: Calling groups_inventory to load vars for managed_node1 172629 1726888917.36630: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888917.36738: Calling all_plugins_play to load vars for managed_node1 172629 1726888917.36741: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888917.36745: Calling groups_plugins_play to load vars for managed_node1 172629 1726888917.41044: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000033a 172629 1726888917.41048: WORKER PROCESS EXITING 172629 1726888917.41343: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888917.42400: done with get_vars() 172629 1726888917.42420: done getting variables 172629 1726888917.42469: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:21:57 -0400 (0:00:00.086) 0:00:17.704 ****** 172629 1726888917.42500: entering _queue_task() for managed_node1/debug 172629 1726888917.43081: worker is 1 (out of 1 available) 172629 1726888917.43092: exiting _queue_task() for managed_node1/debug 172629 1726888917.43104: done queuing things up, now waiting for results queue to drain 172629 1726888917.43105: waiting for pending results... 172629 1726888917.43299: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools 172629 1726888917.43461: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000033b 172629 1726888917.43481: variable 'ansible_search_path' from source: unknown 172629 1726888917.43488: variable 'ansible_search_path' from source: unknown 172629 1726888917.43530: calling self._execute() 172629 1726888917.43633: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.43651: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.43671: variable 'omit' from source: magic vars 172629 1726888917.43787: variable 'omit' from source: magic vars 172629 1726888917.43873: variable 'omit' from source: magic vars 172629 1726888917.43917: variable 'omit' from source: magic vars 172629 1726888917.43974: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888917.44016: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888917.44042: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888917.44091: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888917.44097: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888917.44131: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888917.44169: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.44172: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.44262: Set connection var ansible_timeout to 10 172629 1726888917.44279: Set connection var ansible_shell_type to sh 172629 1726888917.44307: Set connection var ansible_pipelining to False 172629 1726888917.44310: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888917.44312: Set connection var ansible_shell_executable to /bin/sh 172629 1726888917.44319: Set connection var ansible_connection to ssh 172629 1726888917.44386: variable 'ansible_shell_executable' from source: unknown 172629 1726888917.44390: variable 'ansible_connection' from source: unknown 172629 1726888917.44392: variable 'ansible_module_compression' from source: unknown 172629 1726888917.44394: variable 'ansible_shell_type' from source: unknown 172629 1726888917.44396: variable 'ansible_shell_executable' from source: unknown 172629 1726888917.44398: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.44401: variable 'ansible_pipelining' from source: unknown 172629 1726888917.44402: variable 'ansible_timeout' from source: unknown 172629 1726888917.44404: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.44538: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888917.44554: variable 'omit' from source: magic vars 172629 1726888917.44567: starting attempt loop 172629 1726888917.44604: running the handler 172629 1726888917.44847: handler run complete 172629 1726888917.44883: attempt loop complete, returning result 172629 1726888917.44930: _execute() done 172629 1726888917.44934: dumping result to json 172629 1726888917.44936: done dumping result, returning 172629 1726888917.44938: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-d0a8-add8-00000000033b] 172629 1726888917.44940: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000033b ok: [managed_node1] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } 172629 1726888917.45183: no more pending results, returning what we have 172629 1726888917.45187: results queue empty 172629 1726888917.45188: checking for any_errors_fatal 172629 1726888917.45199: done checking for any_errors_fatal 172629 1726888917.45200: checking for max_fail_percentage 172629 1726888917.45202: done checking for max_fail_percentage 172629 1726888917.45203: checking to see if all hosts have failed and the running result is not ok 172629 1726888917.45204: done checking to see if all hosts have failed 172629 1726888917.45204: getting the remaining hosts for this loop 172629 1726888917.45206: done getting the remaining hosts for this loop 172629 1726888917.45210: getting the next task for host managed_node1 172629 1726888917.45218: done getting next task for host managed_node1 172629 1726888917.45221: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 172629 1726888917.45225: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888917.45236: getting variables 172629 1726888917.45238: in VariableManager get_vars() 172629 1726888917.45459: Calling all_inventory to load vars for managed_node1 172629 1726888917.45462: Calling groups_inventory to load vars for managed_node1 172629 1726888917.45465: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888917.45471: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000033b 172629 1726888917.45474: WORKER PROCESS EXITING 172629 1726888917.45481: Calling all_plugins_play to load vars for managed_node1 172629 1726888917.45484: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888917.45487: Calling groups_plugins_play to load vars for managed_node1 172629 1726888917.46163: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888917.46775: done with get_vars() 172629 1726888917.46788: done getting variables 172629 1726888917.46844: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:21:57 -0400 (0:00:00.043) 0:00:17.748 ****** 172629 1726888917.46878: entering _queue_task() for managed_node1/debug 172629 1726888917.47122: worker is 1 (out of 1 available) 172629 1726888917.47134: exiting _queue_task() for managed_node1/debug 172629 1726888917.47145: done queuing things up, now waiting for results queue to drain 172629 1726888917.47146: waiting for pending results... 172629 1726888917.47414: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes 172629 1726888917.47556: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000033c 172629 1726888917.47581: variable 'ansible_search_path' from source: unknown 172629 1726888917.47588: variable 'ansible_search_path' from source: unknown 172629 1726888917.47628: calling self._execute() 172629 1726888917.47722: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.47733: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.47748: variable 'omit' from source: magic vars 172629 1726888917.47864: variable 'omit' from source: magic vars 172629 1726888917.47946: variable 'omit' from source: magic vars 172629 1726888917.48011: variable 'omit' from source: magic vars 172629 1726888917.48039: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888917.48081: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888917.48106: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888917.48146: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888917.48157: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888917.48254: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888917.48259: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.48262: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.48313: Set connection var ansible_timeout to 10 172629 1726888917.48325: Set connection var ansible_shell_type to sh 172629 1726888917.48336: Set connection var ansible_pipelining to False 172629 1726888917.48344: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888917.48352: Set connection var ansible_shell_executable to /bin/sh 172629 1726888917.48363: Set connection var ansible_connection to ssh 172629 1726888917.48391: variable 'ansible_shell_executable' from source: unknown 172629 1726888917.48470: variable 'ansible_connection' from source: unknown 172629 1726888917.48474: variable 'ansible_module_compression' from source: unknown 172629 1726888917.48476: variable 'ansible_shell_type' from source: unknown 172629 1726888917.48479: variable 'ansible_shell_executable' from source: unknown 172629 1726888917.48481: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.48484: variable 'ansible_pipelining' from source: unknown 172629 1726888917.48486: variable 'ansible_timeout' from source: unknown 172629 1726888917.48488: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.48582: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888917.48601: variable 'omit' from source: magic vars 172629 1726888917.48610: starting attempt loop 172629 1726888917.48616: running the handler 172629 1726888917.48687: variable 'storage_volumes' from source: include params 172629 1726888917.48859: variable 'storage_volumes' from source: include params 172629 1726888917.48954: variable '__swap_disk' from source: set_fact 172629 1726888917.49122: handler run complete 172629 1726888917.49125: attempt loop complete, returning result 172629 1726888917.49128: _execute() done 172629 1726888917.49130: dumping result to json 172629 1726888917.49132: done dumping result, returning 172629 1726888917.49134: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-d0a8-add8-00000000033c] 172629 1726888917.49136: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000033c 172629 1726888917.49202: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000033c ok: [managed_node1] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } 172629 1726888917.49274: no more pending results, returning what we have 172629 1726888917.49277: results queue empty 172629 1726888917.49278: checking for any_errors_fatal 172629 1726888917.49283: done checking for any_errors_fatal 172629 1726888917.49284: checking for max_fail_percentage 172629 1726888917.49286: done checking for max_fail_percentage 172629 1726888917.49287: checking to see if all hosts have failed and the running result is not ok 172629 1726888917.49288: done checking to see if all hosts have failed 172629 1726888917.49288: getting the remaining hosts for this loop 172629 1726888917.49290: done getting the remaining hosts for this loop 172629 1726888917.49293: getting the next task for host managed_node1 172629 1726888917.49300: done getting next task for host managed_node1 172629 1726888917.49303: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 172629 1726888917.49307: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888917.49317: getting variables 172629 1726888917.49319: in VariableManager get_vars() 172629 1726888917.49575: Calling all_inventory to load vars for managed_node1 172629 1726888917.49578: Calling groups_inventory to load vars for managed_node1 172629 1726888917.49581: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888917.49589: Calling all_plugins_play to load vars for managed_node1 172629 1726888917.49591: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888917.49594: Calling groups_plugins_play to load vars for managed_node1 172629 1726888917.50088: WORKER PROCESS EXITING 172629 1726888917.50109: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888917.50786: done with get_vars() 172629 1726888917.50800: 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 23:21:57 -0400 (0:00:00.041) 0:00:17.789 ****** 172629 1726888917.50993: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888917.51468: worker is 1 (out of 1 available) 172629 1726888917.51481: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888917.51493: done queuing things up, now waiting for results queue to drain 172629 1726888917.51494: waiting for pending results... 172629 1726888917.52014: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages 172629 1726888917.52459: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000033d 172629 1726888917.52463: variable 'ansible_search_path' from source: unknown 172629 1726888917.52466: variable 'ansible_search_path' from source: unknown 172629 1726888917.52662: calling self._execute() 172629 1726888917.52704: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.52717: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.52773: variable 'omit' from source: magic vars 172629 1726888917.53790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888917.54398: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888917.54456: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888917.54495: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888917.54582: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888917.54671: 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) 172629 1726888917.54702: 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) 172629 1726888917.54733: 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) 172629 1726888917.54775: 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) 172629 1726888917.54928: variable 'storage_skip_checks' from source: set_fact 172629 1726888917.54960: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726888917.54968: when evaluation is False, skipping this task 172629 1726888917.54976: _execute() done 172629 1726888917.55060: dumping result to json 172629 1726888917.55064: done dumping result, returning 172629 1726888917.55067: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-d0a8-add8-00000000033d] 172629 1726888917.55069: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000033d 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" } 172629 1726888917.55254: no more pending results, returning what we have 172629 1726888917.55260: results queue empty 172629 1726888917.55261: checking for any_errors_fatal 172629 1726888917.55269: done checking for any_errors_fatal 172629 1726888917.55270: checking for max_fail_percentage 172629 1726888917.55271: done checking for max_fail_percentage 172629 1726888917.55272: checking to see if all hosts have failed and the running result is not ok 172629 1726888917.55273: done checking to see if all hosts have failed 172629 1726888917.55274: getting the remaining hosts for this loop 172629 1726888917.55276: done getting the remaining hosts for this loop 172629 1726888917.55279: getting the next task for host managed_node1 172629 1726888917.55288: done getting next task for host managed_node1 172629 1726888917.55293: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 172629 1726888917.55297: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888917.55317: getting variables 172629 1726888917.55319: in VariableManager get_vars() 172629 1726888917.55359: Calling all_inventory to load vars for managed_node1 172629 1726888917.55362: Calling groups_inventory to load vars for managed_node1 172629 1726888917.55364: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888917.55375: Calling all_plugins_play to load vars for managed_node1 172629 1726888917.55379: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888917.55382: Calling groups_plugins_play to load vars for managed_node1 172629 1726888917.55996: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000033d 172629 1726888917.55999: WORKER PROCESS EXITING 172629 1726888917.56311: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888917.56888: done with get_vars() 172629 1726888917.56903: 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 23:21:57 -0400 (0:00:00.060) 0:00:17.849 ****** 172629 1726888917.57000: entering _queue_task() for managed_node1/include_tasks 172629 1726888917.57278: worker is 1 (out of 1 available) 172629 1726888917.57361: exiting _queue_task() for managed_node1/include_tasks 172629 1726888917.57373: done queuing things up, now waiting for results queue to drain 172629 1726888917.57374: waiting for pending results... 172629 1726888917.57581: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 172629 1726888917.57737: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000033e 172629 1726888917.57758: variable 'ansible_search_path' from source: unknown 172629 1726888917.57767: variable 'ansible_search_path' from source: unknown 172629 1726888917.57805: calling self._execute() 172629 1726888917.57900: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.57912: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.57926: variable 'omit' from source: magic vars 172629 1726888917.58314: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888917.58587: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888917.58644: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888917.58684: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888917.58761: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888917.58847: 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) 172629 1726888917.58880: 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) 172629 1726888917.58910: 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) 172629 1726888917.58948: 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) 172629 1726888917.59140: variable 'storage_skip_checks' from source: set_fact 172629 1726888917.59144: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726888917.59146: when evaluation is False, skipping this task 172629 1726888917.59148: _execute() done 172629 1726888917.59150: dumping result to json 172629 1726888917.59152: done dumping result, returning 172629 1726888917.59156: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-d0a8-add8-00000000033e] 172629 1726888917.59158: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000033e 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" } 172629 1726888917.59443: no more pending results, returning what we have 172629 1726888917.59450: results queue empty 172629 1726888917.59452: checking for any_errors_fatal 172629 1726888917.59463: done checking for any_errors_fatal 172629 1726888917.59465: checking for max_fail_percentage 172629 1726888917.59468: done checking for max_fail_percentage 172629 1726888917.59469: checking to see if all hosts have failed and the running result is not ok 172629 1726888917.59471: done checking to see if all hosts have failed 172629 1726888917.59472: getting the remaining hosts for this loop 172629 1726888917.59475: done getting the remaining hosts for this loop 172629 1726888917.59482: getting the next task for host managed_node1 172629 1726888917.59492: done getting next task for host managed_node1 172629 1726888917.59496: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 172629 1726888917.59499: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888917.59516: getting variables 172629 1726888917.59517: in VariableManager get_vars() 172629 1726888917.59551: Calling all_inventory to load vars for managed_node1 172629 1726888917.59553: Calling groups_inventory to load vars for managed_node1 172629 1726888917.59659: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888917.59670: Calling all_plugins_play to load vars for managed_node1 172629 1726888917.59673: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888917.59676: Calling groups_plugins_play to load vars for managed_node1 172629 1726888917.60259: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000033e 172629 1726888917.60262: WORKER PROCESS EXITING 172629 1726888917.60283: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888917.60891: done with get_vars() 172629 1726888917.60905: done getting variables 172629 1726888917.60964: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:21:57 -0400 (0:00:00.039) 0:00:17.889 ****** 172629 1726888917.60996: entering _queue_task() for managed_node1/package 172629 1726888917.61243: worker is 1 (out of 1 available) 172629 1726888917.61256: exiting _queue_task() for managed_node1/package 172629 1726888917.61363: done queuing things up, now waiting for results queue to drain 172629 1726888917.61365: waiting for pending results... 172629 1726888917.61542: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 172629 1726888917.61677: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000033f 172629 1726888917.61704: variable 'ansible_search_path' from source: unknown 172629 1726888917.61711: variable 'ansible_search_path' from source: unknown 172629 1726888917.61750: calling self._execute() 172629 1726888917.61845: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.61858: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.61872: variable 'omit' from source: magic vars 172629 1726888917.62285: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888917.62551: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888917.62602: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888917.62637: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888917.62722: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888917.62801: 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) 172629 1726888917.62827: 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) 172629 1726888917.62859: 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) 172629 1726888917.62897: 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) 172629 1726888917.63039: variable 'storage_skip_checks' from source: set_fact 172629 1726888917.63069: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726888917.63077: when evaluation is False, skipping this task 172629 1726888917.63084: _execute() done 172629 1726888917.63091: dumping result to json 172629 1726888917.63097: done dumping result, returning 172629 1726888917.63112: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-d0a8-add8-00000000033f] 172629 1726888917.63125: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000033f 172629 1726888917.63561: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000033f 172629 1726888917.63565: 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" } 172629 1726888917.63611: no more pending results, returning what we have 172629 1726888917.63615: results queue empty 172629 1726888917.63616: checking for any_errors_fatal 172629 1726888917.63623: done checking for any_errors_fatal 172629 1726888917.63624: checking for max_fail_percentage 172629 1726888917.63626: done checking for max_fail_percentage 172629 1726888917.63626: checking to see if all hosts have failed and the running result is not ok 172629 1726888917.63627: done checking to see if all hosts have failed 172629 1726888917.63628: getting the remaining hosts for this loop 172629 1726888917.63630: done getting the remaining hosts for this loop 172629 1726888917.63633: getting the next task for host managed_node1 172629 1726888917.63641: done getting next task for host managed_node1 172629 1726888917.63645: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 172629 1726888917.63649: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888917.63667: getting variables 172629 1726888917.63669: in VariableManager get_vars() 172629 1726888917.63705: Calling all_inventory to load vars for managed_node1 172629 1726888917.63708: Calling groups_inventory to load vars for managed_node1 172629 1726888917.63711: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888917.63721: Calling all_plugins_play to load vars for managed_node1 172629 1726888917.63725: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888917.63728: Calling groups_plugins_play to load vars for managed_node1 172629 1726888917.64850: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888917.66054: done with get_vars() 172629 1726888917.66070: 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 23:21:57 -0400 (0:00:00.052) 0:00:17.942 ****** 172629 1726888917.66281: entering _queue_task() for managed_node1/service_facts 172629 1726888917.66761: worker is 1 (out of 1 available) 172629 1726888917.66774: exiting _queue_task() for managed_node1/service_facts 172629 1726888917.66785: done queuing things up, now waiting for results queue to drain 172629 1726888917.66786: waiting for pending results... 172629 1726888917.67459: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts 172629 1726888917.67773: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000340 172629 1726888917.67777: variable 'ansible_search_path' from source: unknown 172629 1726888917.67781: variable 'ansible_search_path' from source: unknown 172629 1726888917.67783: calling self._execute() 172629 1726888917.67920: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.67998: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.68015: variable 'omit' from source: magic vars 172629 1726888917.68972: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888917.69149: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888917.69203: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888917.69240: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888917.69701: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888917.69788: 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) 172629 1726888917.69817: 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) 172629 1726888917.69853: 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) 172629 1726888917.69886: 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) 172629 1726888917.70023: variable 'storage_skip_checks' from source: set_fact 172629 1726888917.70049: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 172629 1726888917.70066: when evaluation is False, skipping this task 172629 1726888917.70075: _execute() done 172629 1726888917.70082: dumping result to json 172629 1726888917.70089: done dumping result, returning 172629 1726888917.70099: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-d0a8-add8-000000000340] 172629 1726888917.70107: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000340 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" } 172629 1726888917.70246: no more pending results, returning what we have 172629 1726888917.70250: results queue empty 172629 1726888917.70251: checking for any_errors_fatal 172629 1726888917.70260: done checking for any_errors_fatal 172629 1726888917.70261: checking for max_fail_percentage 172629 1726888917.70263: done checking for max_fail_percentage 172629 1726888917.70263: checking to see if all hosts have failed and the running result is not ok 172629 1726888917.70264: done checking to see if all hosts have failed 172629 1726888917.70265: getting the remaining hosts for this loop 172629 1726888917.70267: done getting the remaining hosts for this loop 172629 1726888917.70270: getting the next task for host managed_node1 172629 1726888917.70279: done getting next task for host managed_node1 172629 1726888917.70283: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 172629 1726888917.70286: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888917.70303: getting variables 172629 1726888917.70305: in VariableManager get_vars() 172629 1726888917.70339: Calling all_inventory to load vars for managed_node1 172629 1726888917.70342: Calling groups_inventory to load vars for managed_node1 172629 1726888917.70344: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888917.70354: Calling all_plugins_play to load vars for managed_node1 172629 1726888917.70463: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888917.70471: Calling groups_plugins_play to load vars for managed_node1 172629 1726888917.71661: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000340 172629 1726888917.71665: WORKER PROCESS EXITING 172629 1726888917.71943: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888917.72696: done with get_vars() 172629 1726888917.72710: done getting variables 172629 1726888917.72770: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:21:57 -0400 (0:00:00.065) 0:00:18.007 ****** 172629 1726888917.72802: entering _queue_task() for managed_node1/set_fact 172629 1726888917.73184: worker is 1 (out of 1 available) 172629 1726888917.73196: exiting _queue_task() for managed_node1/set_fact 172629 1726888917.73206: done queuing things up, now waiting for results queue to drain 172629 1726888917.73207: waiting for pending results... 172629 1726888917.73386: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 172629 1726888917.73534: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000341 172629 1726888917.73560: variable 'ansible_search_path' from source: unknown 172629 1726888917.73569: variable 'ansible_search_path' from source: unknown 172629 1726888917.73609: calling self._execute() 172629 1726888917.73711: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.73729: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.73743: variable 'omit' from source: magic vars 172629 1726888917.73870: variable 'omit' from source: magic vars 172629 1726888917.73934: variable 'omit' from source: magic vars 172629 1726888917.74661: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888917.76773: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888917.76848: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888917.76903: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888917.76943: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888917.76984: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888917.77071: 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) 172629 1726888917.77117: 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) 172629 1726888917.77147: 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) 172629 1726888917.77198: 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) 172629 1726888917.77226: 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) 172629 1726888917.77278: 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) 172629 1726888917.77318: 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) 172629 1726888917.77359: 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) 172629 1726888917.77412: 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) 172629 1726888917.77440: 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) 172629 1726888917.77505: 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) 172629 1726888917.77560: 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) 172629 1726888917.77576: 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) 172629 1726888917.77619: 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) 172629 1726888917.77737: 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) 172629 1726888917.77741: 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) 172629 1726888917.77743: 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) 172629 1726888917.77768: 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) 172629 1726888917.77811: 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) 172629 1726888917.77831: 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) 172629 1726888917.77960: 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) 172629 1726888917.77966: 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) 172629 1726888917.77970: 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) 172629 1726888917.78006: 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) 172629 1726888917.78026: 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) 172629 1726888917.78323: variable 'ansible_facts' from source: unknown 172629 1726888917.78872: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888917.78982: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888917.79021: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888917.79054: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888917.79096: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888917.79163: 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) 172629 1726888917.79188: 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) 172629 1726888917.79227: 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) 172629 1726888917.79257: 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) 172629 1726888917.79963: variable 'omit' from source: magic vars 172629 1726888917.79966: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888917.79969: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888917.79971: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888917.79973: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888917.79977: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888917.80009: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888917.80017: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.80025: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.80131: Set connection var ansible_timeout to 10 172629 1726888917.80141: Set connection var ansible_shell_type to sh 172629 1726888917.80154: Set connection var ansible_pipelining to False 172629 1726888917.80166: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888917.80181: Set connection var ansible_shell_executable to /bin/sh 172629 1726888917.80187: Set connection var ansible_connection to ssh 172629 1726888917.80212: variable 'ansible_shell_executable' from source: unknown 172629 1726888917.80220: variable 'ansible_connection' from source: unknown 172629 1726888917.80226: variable 'ansible_module_compression' from source: unknown 172629 1726888917.80232: variable 'ansible_shell_type' from source: unknown 172629 1726888917.80238: variable 'ansible_shell_executable' from source: unknown 172629 1726888917.80245: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.80252: variable 'ansible_pipelining' from source: unknown 172629 1726888917.80260: variable 'ansible_timeout' from source: unknown 172629 1726888917.80268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.80377: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888917.80399: variable 'omit' from source: magic vars 172629 1726888917.80506: starting attempt loop 172629 1726888917.80509: running the handler 172629 1726888917.80511: handler run complete 172629 1726888917.80513: attempt loop complete, returning result 172629 1726888917.80515: _execute() done 172629 1726888917.80517: dumping result to json 172629 1726888917.80518: done dumping result, returning 172629 1726888917.80520: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-d0a8-add8-000000000341] 172629 1726888917.80522: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000341 172629 1726888917.80589: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000341 172629 1726888917.80592: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 172629 1726888917.80678: no more pending results, returning what we have 172629 1726888917.80685: results queue empty 172629 1726888917.80687: checking for any_errors_fatal 172629 1726888917.80693: done checking for any_errors_fatal 172629 1726888917.80694: checking for max_fail_percentage 172629 1726888917.80696: done checking for max_fail_percentage 172629 1726888917.80697: checking to see if all hosts have failed and the running result is not ok 172629 1726888917.80698: done checking to see if all hosts have failed 172629 1726888917.80699: getting the remaining hosts for this loop 172629 1726888917.80701: done getting the remaining hosts for this loop 172629 1726888917.80704: getting the next task for host managed_node1 172629 1726888917.80757: done getting next task for host managed_node1 172629 1726888917.80762: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 172629 1726888917.80767: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888917.80779: getting variables 172629 1726888917.80780: in VariableManager get_vars() 172629 1726888917.80816: Calling all_inventory to load vars for managed_node1 172629 1726888917.80819: Calling groups_inventory to load vars for managed_node1 172629 1726888917.80822: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888917.80949: Calling all_plugins_play to load vars for managed_node1 172629 1726888917.80953: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888917.80959: Calling groups_plugins_play to load vars for managed_node1 172629 1726888917.81608: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888917.82231: done with get_vars() 172629 1726888917.82246: 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 23:21:57 -0400 (0:00:00.095) 0:00:18.103 ****** 172629 1726888917.82337: entering _queue_task() for managed_node1/systemd 172629 1726888917.82599: worker is 1 (out of 1 available) 172629 1726888917.82612: exiting _queue_task() for managed_node1/systemd 172629 1726888917.82623: done queuing things up, now waiting for results queue to drain 172629 1726888917.82624: waiting for pending results... 172629 1726888917.82997: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 172629 1726888917.83037: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000343 172629 1726888917.83058: variable 'ansible_search_path' from source: unknown 172629 1726888917.83066: variable 'ansible_search_path' from source: unknown 172629 1726888917.83124: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888917.83351: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888917.83406: dumping result to json 172629 1726888917.83414: done dumping result, returning 172629 1726888917.83429: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-d0a8-add8-000000000343] 172629 1726888917.83529: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000343 skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888917.83687: no more pending results, returning what we have 172629 1726888917.83691: results queue empty 172629 1726888917.83692: checking for any_errors_fatal 172629 1726888917.83700: done checking for any_errors_fatal 172629 1726888917.83701: checking for max_fail_percentage 172629 1726888917.83703: done checking for max_fail_percentage 172629 1726888917.83704: checking to see if all hosts have failed and the running result is not ok 172629 1726888917.83705: done checking to see if all hosts have failed 172629 1726888917.83706: getting the remaining hosts for this loop 172629 1726888917.83708: done getting the remaining hosts for this loop 172629 1726888917.83712: getting the next task for host managed_node1 172629 1726888917.83720: done getting next task for host managed_node1 172629 1726888917.83725: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 172629 1726888917.83729: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888917.83863: getting variables 172629 1726888917.83865: in VariableManager get_vars() 172629 1726888917.83897: Calling all_inventory to load vars for managed_node1 172629 1726888917.83900: Calling groups_inventory to load vars for managed_node1 172629 1726888917.83902: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888917.83911: Calling all_plugins_play to load vars for managed_node1 172629 1726888917.83914: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888917.83917: Calling groups_plugins_play to load vars for managed_node1 172629 1726888917.84445: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000343 172629 1726888917.84448: WORKER PROCESS EXITING 172629 1726888917.84472: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888917.85082: done with get_vars() 172629 1726888917.85096: 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 23:21:57 -0400 (0:00:00.028) 0:00:18.131 ****** 172629 1726888917.85180: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888917.85427: worker is 1 (out of 1 available) 172629 1726888917.85439: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888917.85450: done queuing things up, now waiting for results queue to drain 172629 1726888917.85451: waiting for pending results... 172629 1726888917.85737: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 172629 1726888917.85889: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000344 172629 1726888917.85917: variable 'ansible_search_path' from source: unknown 172629 1726888917.85926: variable 'ansible_search_path' from source: unknown 172629 1726888917.85971: calling self._execute() 172629 1726888917.86075: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.86088: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.86102: variable 'omit' from source: magic vars 172629 1726888917.86219: variable 'omit' from source: magic vars 172629 1726888917.86297: variable 'omit' from source: magic vars 172629 1726888917.86559: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888917.88744: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888917.88823: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888917.88873: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888917.88910: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888917.88941: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888917.89027: 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) 172629 1726888917.89067: 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) 172629 1726888917.89100: 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) 172629 1726888917.89180: 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) 172629 1726888917.89184: 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) 172629 1726888917.89410: variable 'storage_volumes' from source: include params 172629 1726888917.89493: variable '__swap_disk' from source: set_fact 172629 1726888917.89562: variable 'storage_use_partitions' from source: role '' defaults 172629 1726888917.89582: variable 'storage_disklabel_type' from source: role '' defaults 172629 1726888917.89613: variable 'storage_pool_defaults' from source: role '' defaults 172629 1726888917.89662: variable 'storage_pool_defaults' from source: role '' defaults 172629 1726888917.89735: variable 'storage_volume_defaults' from source: role '' defaults 172629 1726888917.89829: variable 'storage_volume_defaults' from source: role '' defaults 172629 1726888917.89905: variable 'storage_safe_mode' from source: play vars 172629 1726888917.89988: 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) 172629 1726888917.90016: 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) 172629 1726888917.90057: 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) 172629 1726888917.90260: 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) 172629 1726888917.90263: 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) 172629 1726888917.90266: variable 'omit' from source: magic vars 172629 1726888917.90268: variable 'omit' from source: magic vars 172629 1726888917.90270: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888917.90273: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888917.90275: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888917.90299: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888917.90314: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888917.90348: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888917.90360: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.90369: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.90478: Set connection var ansible_timeout to 10 172629 1726888917.90490: Set connection var ansible_shell_type to sh 172629 1726888917.90509: Set connection var ansible_pipelining to False 172629 1726888917.90518: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888917.90528: Set connection var ansible_shell_executable to /bin/sh 172629 1726888917.90534: Set connection var ansible_connection to ssh 172629 1726888917.90562: variable 'ansible_shell_executable' from source: unknown 172629 1726888917.90569: variable 'ansible_connection' from source: unknown 172629 1726888917.90576: variable 'ansible_module_compression' from source: unknown 172629 1726888917.90581: variable 'ansible_shell_type' from source: unknown 172629 1726888917.90586: variable 'ansible_shell_executable' from source: unknown 172629 1726888917.90592: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888917.90599: variable 'ansible_pipelining' from source: unknown 172629 1726888917.90612: variable 'ansible_timeout' from source: unknown 172629 1726888917.90718: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888917.90745: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888917.90763: variable 'omit' from source: magic vars 172629 1726888917.90775: starting attempt loop 172629 1726888917.90781: running the handler 172629 1726888917.90798: _low_level_execute_command(): starting 172629 1726888917.90808: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888917.91389: 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 <<< 172629 1726888917.91410: stderr 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 <<< 172629 1726888917.91460: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888917.91473: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888917.91481: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888917.91562: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 172629 1726888917.93910: stdout chunk (state=3): >>>/root <<< 172629 1726888917.94063: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888917.94092: stderr chunk (state=3): >>><<< 172629 1726888917.94096: stdout chunk (state=3): >>><<< 172629 1726888917.94116: _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 172629 1726888917.94125: _low_level_execute_command(): starting 172629 1726888917.94130: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888917.9411478-173225-166115139061246 `" && echo ansible-tmp-1726888917.9411478-173225-166115139061246="` echo /root/.ansible/tmp/ansible-tmp-1726888917.9411478-173225-166115139061246 `" ) && sleep 0' 172629 1726888917.94548: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888917.94552: 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 <<< 172629 1726888917.94554: 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 <<< 172629 1726888917.94558: 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 found <<< 172629 1726888917.94560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888917.94607: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888917.94610: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888917.94671: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 172629 1726888917.97406: stdout chunk (state=3): >>>ansible-tmp-1726888917.9411478-173225-166115139061246=/root/.ansible/tmp/ansible-tmp-1726888917.9411478-173225-166115139061246 <<< 172629 1726888917.97571: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888917.97593: stderr chunk (state=3): >>><<< 172629 1726888917.97596: stdout chunk (state=3): >>><<< 172629 1726888917.97612: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888917.9411478-173225-166115139061246=/root/.ansible/tmp/ansible-tmp-1726888917.9411478-173225-166115139061246 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888917.97657: variable 'ansible_module_compression' from source: unknown 172629 1726888917.97699: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 172629 1726888917.97734: variable 'ansible_facts' from source: unknown 172629 1726888917.97806: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888917.9411478-173225-166115139061246/AnsiballZ_blivet.py 172629 1726888917.97897: Sending initial data 172629 1726888917.97901: Sent initial data (157 bytes) 172629 1726888917.98463: 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' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888917.98487: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888917.98567: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 172629 1726888918.00860: 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" <<< 172629 1726888918.00879: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888918.00920: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888918.00979: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpqg2git0y /root/.ansible/tmp/ansible-tmp-1726888917.9411478-173225-166115139061246/AnsiballZ_blivet.py <<< 172629 1726888918.00982: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888917.9411478-173225-166115139061246/AnsiballZ_blivet.py" <<< 172629 1726888918.01035: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpqg2git0y" to remote "/root/.ansible/tmp/ansible-tmp-1726888917.9411478-173225-166115139061246/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888917.9411478-173225-166115139061246/AnsiballZ_blivet.py" <<< 172629 1726888918.02422: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888918.02468: stderr chunk (state=3): >>><<< 172629 1726888918.02471: stdout chunk (state=3): >>><<< 172629 1726888918.02484: done transferring module to remote 172629 1726888918.02495: _low_level_execute_command(): starting 172629 1726888918.02500: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888917.9411478-173225-166115139061246/ /root/.ansible/tmp/ansible-tmp-1726888917.9411478-173225-166115139061246/AnsiballZ_blivet.py && sleep 0' 172629 1726888918.02916: 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 <<< 172629 1726888918.02920: stderr 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 <<< 172629 1726888918.02922: 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 <<< 172629 1726888918.02925: stderr 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 <<< 172629 1726888918.02974: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888918.02978: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888918.03046: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 172629 1726888918.05360: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888918.05364: stdout chunk (state=3): >>><<< 172629 1726888918.05366: stderr chunk (state=3): >>><<< 172629 1726888918.05369: _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 172629 1726888918.05371: _low_level_execute_command(): starting 172629 1726888918.05385: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888917.9411478-173225-166115139061246/AnsiballZ_blivet.py && sleep 0' 172629 1726888918.06027: 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 <<< 172629 1726888918.06094: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888918.06141: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888918.06167: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888918.06266: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888918.08397: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888918.08585: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # <<< 172629 1726888918.08593: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888918.08672: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888918.08675: 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' <<< 172629 1726888918.08716: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 172629 1726888918.08751: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888918.08804: 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 0x7fb7931104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7930dfb30> <<< 172629 1726888918.08842: 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 0x7fb793112a50> <<< 172629 1726888918.08888: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 172629 1726888918.08919: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888918.09060: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888918.09159: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # <<< 172629 1726888918.09204: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888918.09336: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792ec1130> # /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 0x7fb792ec2120> <<< 172629 1726888918.09344: stdout chunk (state=3): >>>import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 172629 1726888918.09620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888918.09624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888918.09671: 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 <<< 172629 1726888918.09731: 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' <<< 172629 1726888918.09806: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f07f50> # /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 0x7fb792f140e0> <<< 172629 1726888918.09810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888918.09873: 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 <<< 172629 1726888918.09985: 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 0x7fb792f37980> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888918.09989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 172629 1726888918.10004: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f37f50> import '_collections' # <<< 172629 1726888918.10039: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f17c20> <<< 172629 1726888918.10051: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888918.10264: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f15340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f05100> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888918.10306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888918.10332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888918.10347: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888918.10420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f5b920> <<< 172629 1726888918.10425: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f5a540> <<< 172629 1726888918.10466: 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 0x7fb792f16330> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f58da0> <<< 172629 1726888918.10532: 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' <<< 172629 1726888918.10577: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f888c0> <<< 172629 1726888918.10602: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f04380> # /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 0x7fb792f88d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f88c20> <<< 172629 1726888918.10654: 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 0x7fb792f88fe0> <<< 172629 1726888918.10693: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792efaea0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726888918.10699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888918.10711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888918.10762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888918.10787: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f89670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f89370> <<< 172629 1726888918.10827: stdout chunk (state=3): >>>import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 172629 1726888918.10884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f8a540><<< 172629 1726888918.10903: stdout chunk (state=3): >>> import 'importlib.util' # <<< 172629 1726888918.10925: stdout chunk (state=3): >>> import 'runpy' # <<< 172629 1726888918.10961: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py<<< 172629 1726888918.11107: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792fa4740> 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 0x7fb792fa5e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888918.11160: 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<<< 172629 1726888918.11163: stdout chunk (state=3): >>> <<< 172629 1726888918.11170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'<<< 172629 1726888918.11201: stdout chunk (state=3): >>> import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792fa6cf0><<< 172629 1726888918.11247: stdout chunk (state=3): >>> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888918.11261: stdout chunk (state=3): >>> <<< 172629 1726888918.11272: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888918.11280: stdout chunk (state=3): >>> import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb792fa7320><<< 172629 1726888918.11311: stdout chunk (state=3): >>> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792fa6270> <<< 172629 1726888918.11358: 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'<<< 172629 1726888918.11394: stdout chunk (state=3): >>> <<< 172629 1726888918.11419: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888918.11444: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888918.11470: stdout chunk (state=3): >>> import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb792fa7da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792fa74d0><<< 172629 1726888918.11476: stdout chunk (state=3): >>> <<< 172629 1726888918.11569: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f8a4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py<<< 172629 1726888918.11574: stdout chunk (state=3): >>> <<< 172629 1726888918.11612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'<<< 172629 1726888918.11646: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888918.11719: 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'<<< 172629 1726888918.11726: stdout chunk (state=3): >>> <<< 172629 1726888918.11744: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888918.11750: stdout chunk (state=3): >>> import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb792cebc80><<< 172629 1726888918.11788: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py<<< 172629 1726888918.11796: stdout chunk (state=3): >>> <<< 172629 1726888918.11810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'<<< 172629 1726888918.11849: stdout chunk (state=3): >>> # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888918.11853: stdout chunk (state=3): >>> <<< 172629 1726888918.11870: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888918.11910: stdout chunk (state=3): >>> import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb792d14800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792d14560> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888918.11929: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888918.11984: stdout chunk (state=3): >>>import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb792d14830> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888918.12008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726888918.12200: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888918.12316: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888918.12320: stdout chunk (state=3): >>> <<< 172629 1726888918.12335: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb792d15160> <<< 172629 1726888918.12494: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888918.12510: stdout chunk (state=3): >>> <<< 172629 1726888918.12530: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888918.12543: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb792d15b50> <<< 172629 1726888918.12562: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792d14a10><<< 172629 1726888918.12592: stdout chunk (state=3): >>> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792ce9e50><<< 172629 1726888918.12600: stdout chunk (state=3): >>> <<< 172629 1726888918.12665: 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' <<< 172629 1726888918.12701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py<<< 172629 1726888918.12731: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'<<< 172629 1726888918.12750: stdout chunk (state=3): >>> import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792d16f00><<< 172629 1726888918.12797: stdout chunk (state=3): >>> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792d15c40><<< 172629 1726888918.12800: stdout chunk (state=3): >>> <<< 172629 1726888918.12865: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f8ac60> <<< 172629 1726888918.12886: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888918.12979: 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 <<< 172629 1726888918.12997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888918.13028: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792d3f290> <<< 172629 1726888918.13078: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888918.13112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888918.13116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888918.13136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888918.13185: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792d675c0> <<< 172629 1726888918.13196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888918.13237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888918.13289: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888918.13327: 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 0x7fb792dc43e0> <<< 172629 1726888918.13341: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888918.13403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888918.13430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888918.13445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888918.13549: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792dc6b40> <<< 172629 1726888918.13688: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792dc4500> <<< 172629 1726888918.13692: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792d913d0> # /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 0x7fb792711460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792d663c0> <<< 172629 1726888918.13695: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792d17e60> <<< 172629 1726888918.13820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888918.13846: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb792711700> <<< 172629 1726888918.14369: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_infxe_uu/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888918.14429: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888918.14431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888918.14468: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888918.14678: 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 0x7fb7927631a0> import '_typing' # <<< 172629 1726888918.14900: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792746090> <<< 172629 1726888918.14904: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792745250> <<< 172629 1726888918.14921: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.14940: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888918.14974: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888918.15014: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888918.15041: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.17106: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.18221: 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 0x7fb792761070> <<< 172629 1726888918.18257: 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' <<< 172629 1726888918.18289: 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' <<< 172629 1726888918.18305: 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' <<< 172629 1726888918.18383: 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 0x7fb792792b40> <<< 172629 1726888918.18390: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7927928d0> <<< 172629 1726888918.18414: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7927921e0> # /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' <<< 172629 1726888918.18470: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792792630> <<< 172629 1726888918.18498: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792763e30> import 'atexit' # <<< 172629 1726888918.18528: 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 0x7fb792793860> <<< 172629 1726888918.18544: 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 0x7fb7927939e0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888918.18591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888918.18607: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888918.18662: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792793f20> <<< 172629 1726888918.18690: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888918.18708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888918.18778: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792605cd0> <<< 172629 1726888918.18781: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888918.18817: 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 0x7fb7926078f0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888918.18894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7926082f0> <<< 172629 1726888918.18980: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792609490> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888918.19047: 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' <<< 172629 1726888918.19108: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79260bf80> # 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 0x7fb7926100b0> <<< 172629 1726888918.19192: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79260a240> # /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' <<< 172629 1726888918.19310: 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 0x7fb792613ec0> <<< 172629 1726888918.19314: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888918.19362: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792612990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7926126f0> # /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' <<< 172629 1726888918.19399: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792612c60> <<< 172629 1726888918.19440: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79260a750> <<< 172629 1726888918.19480: 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 0x7fb792657fe0> <<< 172629 1726888918.19542: 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 0x7fb792658260> <<< 172629 1726888918.19586: 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' <<< 172629 1726888918.19605: 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 0x7fb792659dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792659b80> <<< 172629 1726888918.19618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888918.19704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888918.19760: 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 0x7fb79265c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79265a450> <<< 172629 1726888918.19857: 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' <<< 172629 1726888918.19892: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888918.19929: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79265fa10> <<< 172629 1726888918.20040: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79265c3e0> <<< 172629 1726888918.20118: 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 0x7fb792660860> <<< 172629 1726888918.20213: 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 0x7fb792660890> <<< 172629 1726888918.20217: 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 0x7fb792660ce0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792658530> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 172629 1726888918.20306: 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' # 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 0x7fb7924f0410> <<< 172629 1726888918.20457: 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 0x7fb7924f1790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792662ba0> <<< 172629 1726888918.20560: 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 0x7fb792663f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7926627b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888918.20564: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.20636: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.20724: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888918.20762: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888918.20871: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.20991: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.21498: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.22042: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888918.22076: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888918.22098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888918.22120: 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 0x7fb7924f5970> <<< 172629 1726888918.22205: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726888918.22222: 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 0x7fb7924f67b0> <<< 172629 1726888918.22232: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7924f1a00> <<< 172629 1726888918.22282: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 172629 1726888918.22332: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726888918.22336: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.22468: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.22636: 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' <<< 172629 1726888918.22648: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7924f6690> # zipimport: zlib available <<< 172629 1726888918.23087: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.23524: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.23599: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.23720: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726888918.23820: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726888918.23909: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.23996: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888918.24050: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888918.24277: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.24500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888918.24604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888918.24638: stdout chunk (state=3): >>>import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7924f7aa0> # zipimport: zlib available <<< 172629 1726888918.24707: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.24783: 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' # <<< 172629 1726888918.24847: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.24906: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.24990: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888918.25024: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.25093: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.25138: 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' <<< 172629 1726888918.25215: 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 0x7fb792502720> <<< 172629 1726888918.25274: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7924feff0> <<< 172629 1726888918.25335: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888918.25408: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.25463: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888918.25548: 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 <<< 172629 1726888918.25589: 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 <<< 172629 1726888918.25626: 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 <<< 172629 1726888918.25643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888918.25682: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7925eede0> <<< 172629 1726888918.25841: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7927caab0> <<< 172629 1726888918.25844: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792502360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792661fd0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888918.25948: 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' # <<< 172629 1726888918.26053: stdout chunk (state=3): >>># 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 <<< 172629 1726888918.26110: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 172629 1726888918.26137: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 172629 1726888918.27646: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.29267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888918.29270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888918.29273: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888918.29302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888918.29319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726888918.29338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888918.29372: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888918.29375: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb792111010> <<< 172629 1726888918.29441: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792110440> <<< 172629 1726888918.29478: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792581dc0> <<< 172629 1726888918.29739: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792594b00> <<< 172629 1726888918.29744: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.29871: 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 <<< 172629 1726888918.29887: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888918.29910: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/arch.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 172629 1726888918.29968: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/storage_log.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/flags.py <<< 172629 1726888918.29975: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc' import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792122b70> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792122780> <<< 172629 1726888918.30030: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 172629 1726888918.30046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726888918.30114: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792145280> # /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' <<< 172629 1726888918.30196: 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' <<< 172629 1726888918.30304: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7921464b0> # 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 0x7fb792145dc0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792145c10> <<< 172629 1726888918.30319: 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' <<< 172629 1726888918.30405: 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 0x7fb792148920> <<< 172629 1726888918.30601: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7921486b0> <<< 172629 1726888918.30651: 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' <<< 172629 1726888918.30698: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib/python3.12/site-packages/gi <<< 172629 1726888918.30844: 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 0x7fb79214a630> <<< 172629 1726888918.30926: 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 0x7fb79214a4b0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792149d60> <<< 172629 1726888918.30979: 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' <<< 172629 1726888918.31009: 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 <<< 172629 1726888918.31021: stdout chunk (state=3): >>># 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' <<< 172629 1726888918.31046: 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 <<< 172629 1726888918.31082: 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 <<< 172629 1726888918.31089: 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 0x7fb79214d370> <<< 172629 1726888918.31211: 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 0x7fb79214d730> # /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 0x7fb79214dc10> # /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 0x7fb79214e450> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79214ca10> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79214c4a0> <<< 172629 1726888918.31240: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py <<< 172629 1726888918.31277: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79214ebd0> <<< 172629 1726888918.31284: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79214bf20> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79214bf80> <<< 172629 1726888918.31344: 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 <<< 172629 1726888918.31391: 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 <<< 172629 1726888918.31428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792191280> <<< 172629 1726888918.31483: 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 <<< 172629 1726888918.31499: stdout chunk (state=3): >>># 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 <<< 172629 1726888918.31528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 172629 1726888918.31615: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792192120> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7921917f0> <<< 172629 1726888918.31832: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79214f530> <<< 172629 1726888918.31845: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 172629 1726888918.31896: 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 <<< 172629 1726888918.31907: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 172629 1726888918.32361: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79219ad20> 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' <<< 172629 1726888918.32536: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7921a04d0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792149280> # /usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/overrides/BlockDev.py <<< 172629 1726888918.32571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 172629 1726888918.32627: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/__init__.py # code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/bytesize.py <<< 172629 1726888918.32635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 172629 1726888918.32794: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79202e2d0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79202daf0> <<< 172629 1726888918.33621: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79219a900> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792122cf0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792121b20> <<< 172629 1726888918.34198: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792596960> <<< 172629 1726888918.34300: 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' <<< 172629 1726888918.34336: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792042960> <<< 172629 1726888918.34393: 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 0x7fb792044710> <<< 172629 1726888918.34399: 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' <<< 172629 1726888918.34426: 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 <<< 172629 1726888918.34456: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/udev.py <<< 172629 1726888918.34533: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 172629 1726888918.34536: 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' <<< 172629 1726888918.34541: 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' <<< 172629 1726888918.34568: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792047ec0> <<< 172629 1726888918.34589: 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 <<< 172629 1726888918.34620: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_util.cpython-312.pyc' import 'pyudev._util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792048530> <<< 172629 1726888918.34626: 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 <<< 172629 1726888918.34750: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888918.34781: 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' <<< 172629 1726888918.34818: 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 0x7fb7920495e0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792049490> <<< 172629 1726888918.34877: 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' import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792049880> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7920491f0> <<< 172629 1726888918.34911: 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' <<< 172629 1726888918.34929: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 172629 1726888918.34977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792049d60> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792049bb0> # /usr/lib/python3.12/site-packages/pyudev/device/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/device/__init__.py <<< 172629 1726888918.34982: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888918.35004: 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 <<< 172629 1726888918.35048: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 172629 1726888918.35076: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79204a0c0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792049dc0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792048980> <<< 172629 1726888918.35123: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/discover.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' <<< 172629 1726888918.35161: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792049010> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/monitor.py <<< 172629 1726888918.35186: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 172629 1726888918.35228: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/pipe.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc' import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792056000> <<< 172629 1726888918.35287: 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 0x7fb792056390> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792055d60> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7920553d0> <<< 172629 1726888918.35348: 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 0x7fb792056510> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792047b90> # /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 0x7fb792056570> <<< 172629 1726888918.35587: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792045670> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792044dd0> <<< 172629 1726888918.35618: 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 <<< 172629 1726888918.35670: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py # code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 172629 1726888918.35754: stdout chunk (state=3): >>># /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' <<< 172629 1726888918.35788: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79205a720> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792059550> <<< 172629 1726888918.35826: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/threads.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' <<< 172629 1726888918.35991: stdout chunk (state=3): >>>import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79205a8a0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7920578c0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/storage.py <<< 172629 1726888918.36016: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 172629 1726888918.36060: 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 <<< 172629 1726888918.36105: 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 0x7fb79109e1e0> <<< 172629 1726888918.36148: 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 <<< 172629 1726888918.36151: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc' <<< 172629 1726888918.36194: 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 <<< 172629 1726888918.36197: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 172629 1726888918.36251: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 172629 1726888918.36303: 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 <<< 172629 1726888918.36307: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc' <<< 172629 1726888918.36344: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7910c8920> # /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 <<< 172629 1726888918.36381: 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 0x7fb7910c90d0> <<< 172629 1726888918.36453: 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 0x7fb7910c9700> # /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' <<< 172629 1726888918.36539: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7910c9a30> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7910c87a0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79109fec0> <<< 172629 1726888918.36640: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79109ecc0> <<< 172629 1726888918.36644: 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 <<< 172629 1726888918.36650: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc' <<< 172629 1726888918.36695: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/task.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' <<< 172629 1726888918.36698: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7910dc770> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79109f560> <<< 172629 1726888918.36749: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79109e7e0> # /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' <<< 172629 1726888918.36806: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/dfresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc' import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7910dcd40> <<< 172629 1726888918.36821: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79109f620> <<< 172629 1726888918.36909: 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' <<< 172629 1726888918.36929: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7910dcf50> # /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' <<< 172629 1726888918.37013: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7910dd3a0> # /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 0x7fb7910ddb50> <<< 172629 1726888918.37268: 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 <<< 172629 1726888918.37294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888918.37502: 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 0x7fb791109550> # /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 <<< 172629 1726888918.37508: 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 0x7fb79110a540> <<< 172629 1726888918.37543: stdout chunk (state=3): >>>import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb791109e80> # /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 0x7fb79110a930> <<< 172629 1726888918.37686: 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' <<< 172629 1726888918.37689: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79110b4d0> # /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' <<< 172629 1726888918.37692: 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 0x7fb790eb21e0> <<< 172629 1726888918.37963: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790eb0ec0> # /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 0x7fb790eb35c0> # /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 0x7fb790ed8920> # /usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/partition.py <<< 172629 1726888918.37967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790ed9760> <<< 172629 1726888918.37974: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7910fa870> <<< 172629 1726888918.37976: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7910fa4e0> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/disklabel.py <<< 172629 1726888918.37979: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 172629 1726888918.38010: 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 0x7fb790edbb60> # /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' <<< 172629 1726888918.38032: 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' <<< 172629 1726888918.38088: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f044a0> <<< 172629 1726888918.38161: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790edbaa0> <<< 172629 1726888918.38470: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790edb020> # /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 0x7fb790f24c20> # /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 0x7fb790f24d70> # /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 0x7fb790f40530> # /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' <<< 172629 1726888918.38549: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f40bc0> # /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' <<< 172629 1726888918.38597: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f41580> <<< 172629 1726888918.38619: 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' <<< 172629 1726888918.38654: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f41a00> <<< 172629 1726888918.38672: 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' import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f41fa0> <<< 172629 1726888918.38759: 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' <<< 172629 1726888918.38805: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f422a0> # /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 0x7fb790f42870> <<< 172629 1726888918.38834: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswriteuuid.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 172629 1726888918.38906: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f42a80> # /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' <<< 172629 1726888918.38989: 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 0x7fb790f43d10> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f43b90> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f42c30> <<< 172629 1726888918.39007: 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' <<< 172629 1726888918.39024: 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 <<< 172629 1726888918.39061: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 172629 1726888918.39064: 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 <<< 172629 1726888918.39103: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 172629 1726888918.39528: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f70a40> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f70680> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f43a10> <<< 172629 1726888918.39559: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f252b0> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/luks.py <<< 172629 1726888918.39608: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 172629 1726888918.39644: 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' <<< 172629 1726888918.39658: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790da43e0> <<< 172629 1726888918.39705: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/lukstasks.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790da4800> <<< 172629 1726888918.39833: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f26f00> <<< 172629 1726888918.39857: 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 <<< 172629 1726888918.39889: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 172629 1726888918.39926: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/lvm.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc'<<< 172629 1726888918.40148: stdout chunk (state=3): >>> <<< 172629 1726888918.40633: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790da7860> <<< 172629 1726888918.40720: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/pvtask.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790da7a10> <<< 172629 1726888918.40822: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790da6f30><<< 172629 1726888918.40868: 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<<< 172629 1726888918.40872: stdout chunk (state=3): >>> <<< 172629 1726888918.40881: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc'<<< 172629 1726888918.40960: stdout chunk (state=3): >>> import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790dc1ee0><<< 172629 1726888918.40967: stdout chunk (state=3): >>> <<< 172629 1726888918.41001: 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 <<< 172629 1726888918.41034: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 172629 1726888918.41085: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790dc3320><<< 172629 1726888918.41100: stdout chunk (state=3): >>> <<< 172629 1726888918.41134: 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'<<< 172629 1726888918.41184: stdout chunk (state=3): >>> import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790dc3b00><<< 172629 1726888918.41190: stdout chunk (state=3): >>> <<< 172629 1726888918.41228: 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 <<< 172629 1726888918.41346: stdout chunk (state=3): >>># 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 0x7fb790dd0410><<< 172629 1726888918.41351: stdout chunk (state=3): >>> <<< 172629 1726888918.41382: 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<<< 172629 1726888918.41393: stdout chunk (state=3): >>> <<< 172629 1726888918.41408: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc'<<< 172629 1726888918.41416: stdout chunk (state=3): >>> <<< 172629 1726888918.41478: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790dd21e0><<< 172629 1726888918.41484: stdout chunk (state=3): >>> <<< 172629 1726888918.41507: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79109c4d0><<< 172629 1726888918.41513: stdout chunk (state=3): >>> <<< 172629 1726888918.41547: 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<<< 172629 1726888918.41567: 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 0x7fb7910fa1e0><<< 172629 1726888918.41694: stdout chunk (state=3): >>> <<< 172629 1726888918.41831: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7921d7fb0><<< 172629 1726888918.41837: stdout chunk (state=3): >>> <<< 172629 1726888918.41876: 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 <<< 172629 1726888918.41920: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 172629 1726888918.41972: 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 <<< 172629 1726888918.41994: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc'<<< 172629 1726888918.42000: stdout chunk (state=3): >>> <<< 172629 1726888918.42061: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790e053d0> <<< 172629 1726888918.42101: 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<<< 172629 1726888918.42105: stdout chunk (state=3): >>> <<< 172629 1726888918.42159: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790e061e0> <<< 172629 1726888918.42207: 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'<<< 172629 1726888918.42212: stdout chunk (state=3): >>> <<< 172629 1726888918.42400: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790e069f0> <<< 172629 1726888918.42486: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790e04320><<< 172629 1726888918.42494: stdout chunk (state=3): >>> <<< 172629 1726888918.42530: 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<<< 172629 1726888918.42535: stdout chunk (state=3): >>> <<< 172629 1726888918.42580: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc'<<< 172629 1726888918.42586: stdout chunk (state=3): >>> <<< 172629 1726888918.42636: 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<<< 172629 1726888918.42645: stdout chunk (state=3): >>> <<< 172629 1726888918.42663: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc'<<< 172629 1726888918.42670: stdout chunk (state=3): >>> <<< 172629 1726888918.42724: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790e404d0><<< 172629 1726888918.42898: stdout chunk (state=3): >>> <<< 172629 1726888918.42943: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790e26c30><<< 172629 1726888918.42947: stdout chunk (state=3): >>> <<< 172629 1726888918.42983: 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<<< 172629 1726888918.42989: stdout chunk (state=3): >>> <<< 172629 1726888918.43013: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc'<<< 172629 1726888918.43019: stdout chunk (state=3): >>> <<< 172629 1726888918.43137: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790e52030><<< 172629 1726888918.43143: stdout chunk (state=3): >>> <<< 172629 1726888918.43184: 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<<< 172629 1726888918.43196: stdout chunk (state=3): >>> <<< 172629 1726888918.43428: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc'<<< 172629 1726888918.43435: stdout chunk (state=3): >>> <<< 172629 1726888918.43482: 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<<< 172629 1726888918.43490: stdout chunk (state=3): >>> <<< 172629 1726888918.43508: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc'<<< 172629 1726888918.43515: stdout chunk (state=3): >>> <<< 172629 1726888918.43566: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790e6bbf0><<< 172629 1726888918.43569: stdout chunk (state=3): >>> <<< 172629 1726888918.43597: 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<<< 172629 1726888918.43600: stdout chunk (state=3): >>> <<< 172629 1726888918.43615: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc'<<< 172629 1726888918.43645: stdout chunk (state=3): >>> import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790c97fb0> <<< 172629 1726888918.43684: 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<<< 172629 1726888918.43734: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc'<<< 172629 1726888918.43739: stdout chunk (state=3): >>> <<< 172629 1726888918.43781: 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<<< 172629 1726888918.43788: stdout chunk (state=3): >>> <<< 172629 1726888918.43802: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc'<<< 172629 1726888918.43843: stdout chunk (state=3): >>> import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790c8e360> <<< 172629 1726888918.44145: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790c8c560> <<< 172629 1726888918.44188: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/cache.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc'<<< 172629 1726888918.44210: stdout chunk (state=3): >>> import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790ce0800><<< 172629 1726888918.44298: stdout chunk (state=3): >>> <<< 172629 1726888918.44863: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790e684d0><<< 172629 1726888918.44869: stdout chunk (state=3): >>> <<< 172629 1726888918.44902: 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<<< 172629 1726888918.44909: stdout chunk (state=3): >>> <<< 172629 1726888918.44951: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc'<<< 172629 1726888918.44960: stdout chunk (state=3): >>> <<< 172629 1726888918.45168: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790e68710><<< 172629 1726888918.45174: stdout chunk (state=3): >>> <<< 172629 1726888918.45212: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/file.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc'<<< 172629 1726888918.45271: stdout chunk (state=3): >>> import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790d42840> <<< 172629 1726888918.45314: 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 <<< 172629 1726888918.45332: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' <<< 172629 1726888918.45392: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790d43350><<< 172629 1726888918.45430: 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<<< 172629 1726888918.45433: stdout chunk (state=3): >>> <<< 172629 1726888918.45476: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790d43e90><<< 172629 1726888918.45482: stdout chunk (state=3): >>> <<< 172629 1726888918.45509: 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<<< 172629 1726888918.45578: stdout chunk (state=3): >>> # 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 0x7fb790d54350> <<< 172629 1726888918.45618: 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 <<< 172629 1726888918.45641: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 172629 1726888918.45686: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790d551f0><<< 172629 1726888918.45725: 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<<< 172629 1726888918.45731: stdout chunk (state=3): >>> <<< 172629 1726888918.45761: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc'<<< 172629 1726888918.45898: stdout chunk (state=3): >>> <<< 172629 1726888918.45933: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790d55a90><<< 172629 1726888918.45947: stdout chunk (state=3): >>> <<< 172629 1726888918.45959: stdout chunk (state=3): >>>import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792044860><<< 172629 1726888918.45966: stdout chunk (state=3): >>> <<< 172629 1726888918.45997: 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<<< 172629 1726888918.46018: stdout chunk (state=3): >>> <<< 172629 1726888918.46099: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 172629 1726888918.46326: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790d56510> <<< 172629 1726888918.46375: 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 <<< 172629 1726888918.46443: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc'<<< 172629 1726888918.46476: stdout chunk (state=3): >>> <<< 172629 1726888918.46507: 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 <<< 172629 1726888918.46603: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790b88e90><<< 172629 1726888918.46632: stdout chunk (state=3): >>> <<< 172629 1726888918.46671: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790d72bd0><<< 172629 1726888918.46688: stdout chunk (state=3): >>> <<< 172629 1726888918.46719: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.46757: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 172629 1726888918.46799: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 172629 1726888918.46835: stdout chunk (state=3): >>> # zipimport: zlib available<<< 172629 1726888918.46862: stdout chunk (state=3): >>> <<< 172629 1726888918.47438: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888918.47478: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 172629 1726888918.48013: stdout chunk (state=3): >>># 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 <<< 172629 1726888918.48066: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' <<< 172629 1726888918.48118: 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' <<< 172629 1726888918.48134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888918.48193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888918.48227: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726888918.48248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790c00410> <<< 172629 1726888918.48441: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888918.48464: 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 0x7fb790c00740> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790bec7d0> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790bd3f50> # /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' <<< 172629 1726888918.48678: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790bec980> # /usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicetree.py <<< 172629 1726888918.48708: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 172629 1726888918.48750: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' <<< 172629 1726888918.48813: 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 <<< 172629 1726888918.48837: 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 0x7fb790714230> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790c03740> <<< 172629 1726888918.48861: 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 <<< 172629 1726888918.48886: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7907146e0> <<< 172629 1726888918.48927: 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' <<< 172629 1726888918.48967: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/populator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 172629 1726888918.48998: 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' <<< 172629 1726888918.49044: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/devicepopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' <<< 172629 1726888918.49077: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/populatorhelper.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc' import 'blivet.populator.helpers.populatorhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790716870> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790716600> <<< 172629 1726888918.49103: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/formatpopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' <<< 172629 1726888918.49137: stdout chunk (state=3): >>>import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790716b10> # /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' <<< 172629 1726888918.49198: stdout chunk (state=3): >>>import 'blivet.populator.helpers.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790716de0> # /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' <<< 172629 1726888918.49205: stdout chunk (state=3): >>>import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790716f90> <<< 172629 1726888918.49244: 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' <<< 172629 1726888918.49308: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7907171d0> <<< 172629 1726888918.49321: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disklabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc' <<< 172629 1726888918.49366: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790717770> # /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 0x7fb79073c260> <<< 172629 1726888918.49422: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/loop.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc' import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79073c410> <<< 172629 1726888918.49432: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/luks.py <<< 172629 1726888918.49613: stdout chunk (state=3): >>># 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 0x7fb79073c5f0> # /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 0x7fb79073cc20> # /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 0x7fb79073d580> # /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 0x7fb79073d9a0> <<< 172629 1726888918.49628: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/optical.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc' <<< 172629 1726888918.49634: stdout chunk (state=3): >>>import 'blivet.populator.helpers.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79073dbb0> <<< 172629 1726888918.49670: 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 <<< 172629 1726888918.49674: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc' <<< 172629 1726888918.49686: stdout chunk (state=3): >>>import 'blivet.populator.helpers.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79073dca0> <<< 172629 1726888918.49713: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/stratis.py <<< 172629 1726888918.49720: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc' <<< 172629 1726888918.49744: stdout chunk (state=3): >>>import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79073df70> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790715eb0> <<< 172629 1726888918.49808: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790714f50> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790714e60> <<< 172629 1726888918.49933: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790c01670> <<< 172629 1726888918.50117: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790bd1850> <<< 172629 1726888918.67624: 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 <<< 172629 1726888918.67629: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 172629 1726888918.68069: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7907c7740> <<< 172629 1726888920.02440: stdout chunk (state=3): >>> <<< 172629 1726888920.02476: stdout chunk (state=3): >>>{"changed": true, "actions": [{"action": "create format", "fs_type": "swap", "device": "/dev/sda"}], "leaves": ["/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "path": "none", "fstype": "swap", "opts": "defaults", "dump": 0, "passno": 0, "state": "present", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "swap", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "packages": ["xfsprogs"], "invocation": {"module_args": {"pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "swap", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}}<<< 172629 1726888920.02619: stdout chunk (state=3): >>> <<< 172629 1726888920.04358: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888920.04498: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888920.04502: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ <<< 172629 1726888920.04620: stdout chunk (state=3): >>># clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type <<< 172629 1726888920.04624: stdout chunk (state=3): >>># clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys<<< 172629 1726888920.04632: stdout chunk (state=3): >>> # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix<<< 172629 1726888920.04825: stdout chunk (state=3): >>> # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8<<< 172629 1726888920.04832: 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<<< 172629 1726888920.04835: stdout chunk (state=3): >>> # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator<<< 172629 1726888920.04841: stdout chunk (state=3): >>> # 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<<< 172629 1726888920.04844: stdout chunk (state=3): >>> # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings <<< 172629 1726888920.04846: stdout chunk (state=3): >>># cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno<<< 172629 1726888920.04848: stdout chunk (state=3): >>> # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect<<< 172629 1726888920.04850: stdout chunk (state=3): >>> # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset <<< 172629 1726888920.04852: stdout chunk (state=3): >>># cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob<<< 172629 1726888920.04892: stdout chunk (state=3): >>> # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing<<< 172629 1726888920.04905: stdout chunk (state=3): >>> # 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<<< 172629 1726888920.04924: 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 <<< 172629 1726888920.04932: stdout chunk (state=3): >>># cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess<<< 172629 1726888920.04977: stdout chunk (state=3): >>> # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid<<< 172629 1726888920.05007: stdout chunk (state=3): >>> # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat<<< 172629 1726888920.05021: stdout chunk (state=3): >>> # 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<<< 172629 1726888920.05048: stdout chunk (state=3): >>> # 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<<< 172629 1726888920.05065: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation<<< 172629 1726888920.05098: stdout chunk (state=3): >>> # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file<<< 172629 1726888920.05127: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils<<< 172629 1726888920.05158: stdout chunk (state=3): >>> # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules<<< 172629 1726888920.05187: stdout chunk (state=3): >>> # 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<<< 172629 1726888920.05212: stdout chunk (state=3): >>> # 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<<< 172629 1726888920.05242: stdout chunk (state=3): >>> # 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 <<< 172629 1726888920.05274: stdout chunk (state=3): >>># 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<<< 172629 1726888920.05313: stdout chunk (state=3): >>> # 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<<< 172629 1726888920.05355: stdout chunk (state=3): >>> # 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<<< 172629 1726888920.05385: stdout chunk (state=3): >>> # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment <<< 172629 1726888920.05421: stdout chunk (state=3): >>># 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 <<< 172629 1726888920.05430: stdout chunk (state=3): >>># cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs<<< 172629 1726888920.05487: stdout chunk (state=3): >>> # 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<<< 172629 1726888920.05499: stdout chunk (state=3): >>> # 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 <<< 172629 1726888920.05530: stdout chunk (state=3): >>># cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator<<< 172629 1726888920.05572: stdout chunk (state=3): >>> # 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<<< 172629 1726888920.05576: stdout chunk (state=3): >>> # 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<<< 172629 1726888920.05807: stdout chunk (state=3): >>> # 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 <<< 172629 1726888920.06685: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888920.06750: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 172629 1726888920.06871: stdout chunk (state=3): >>># destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 172629 1726888920.06875: stdout chunk (state=3): >>># destroy zipfile._path<<< 172629 1726888920.06905: stdout chunk (state=3): >>> # destroy zipfile # destroy pathlib # destroy zipfile._path.glob<<< 172629 1726888920.06924: stdout chunk (state=3): >>> # destroy ipaddress <<< 172629 1726888920.06972: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888920.06993: stdout chunk (state=3): >>># destroy _compat_pickle <<< 172629 1726888920.07063: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi <<< 172629 1726888920.07106: stdout chunk (state=3): >>># cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator<<< 172629 1726888920.07166: 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<<< 172629 1726888920.07179: stdout chunk (state=3): >>> # 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<<< 172629 1726888920.07242: stdout chunk (state=3): >>> # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning <<< 172629 1726888920.07251: 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<<< 172629 1726888920.07324: stdout chunk (state=3): >>> # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs <<< 172629 1726888920.07374: 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<<< 172629 1726888920.07379: stdout chunk (state=3): >>> # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto<<< 172629 1726888920.07412: 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 # cleanup[3] wiping blivet.tasks.fsmkfs<<< 172629 1726888920.07443: stdout chunk (state=3): >>> # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # destroy blivet.events.handler # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck<<< 172629 1726888920.07521: stdout chunk (state=3): >>> # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis<<< 172629 1726888920.07525: stdout chunk (state=3): >>> <<< 172629 1726888920.07542: stdout chunk (state=3): >>># cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint<<< 172629 1726888920.07585: stdout chunk (state=3): >>> # 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<<< 172629 1726888920.07636: stdout chunk (state=3): >>> # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device<<< 172629 1726888920.07672: stdout chunk (state=3): >>> # 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<<< 172629 1726888920.07700: stdout chunk (state=3): >>> # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # cleanup[3] wiping gi.repository.BlockDev<<< 172629 1726888920.07727: stdout chunk (state=3): >>> # cleanup[3] wiping gi.overrides.BlockDev <<< 172629 1726888920.07765: stdout chunk (state=3): >>># cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject<<< 172629 1726888920.07830: stdout chunk (state=3): >>> # 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<<< 172629 1726888920.07834: 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<<< 172629 1726888920.07882: stdout chunk (state=3): >>> # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper<<< 172629 1726888920.07926: stdout chunk (state=3): >>> # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository<<< 172629 1726888920.07929: stdout chunk (state=3): >>> # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags<<< 172629 1726888920.07969: stdout chunk (state=3): >>> # cleanup[3] wiping inspect # destroy ast <<< 172629 1726888920.07986: stdout chunk (state=3): >>># destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro<<< 172629 1726888920.08011: stdout chunk (state=3): >>> # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux<<< 172629 1726888920.08048: stdout chunk (state=3): >>> # cleanup[3] wiping selinux._selinux<<< 172629 1726888920.08079: stdout chunk (state=3): >>> # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes<<< 172629 1726888920.08114: stdout chunk (state=3): >>> # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon<<< 172629 1726888920.08161: stdout chunk (state=3): >>> # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal<<< 172629 1726888920.08172: stdout chunk (state=3): >>> # cleanup[3] wiping logging # cleanup[3] wiping _string<<< 172629 1726888920.08206: stdout chunk (state=3): >>> # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap<<< 172629 1726888920.08254: stdout chunk (state=3): >>> # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess<<< 172629 1726888920.08281: stdout chunk (state=3): >>> # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess<<< 172629 1726888920.08287: stdout chunk (state=3): >>> # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors <<< 172629 1726888920.08353: stdout chunk (state=3): >>># cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings<<< 172629 1726888920.08358: stdout chunk (state=3): >>> # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl<<< 172629 1726888920.08360: stdout chunk (state=3): >>> # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder<<< 172629 1726888920.08381: stdout chunk (state=3): >>> # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref <<< 172629 1726888920.08406: stdout chunk (state=3): >>># cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random<<< 172629 1726888920.08451: stdout chunk (state=3): >>> # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno <<< 172629 1726888920.08498: stdout chunk (state=3): >>># cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap<<< 172629 1726888920.08501: stdout chunk (state=3): >>> # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix<<< 172629 1726888920.08557: stdout chunk (state=3): >>> # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools<<< 172629 1726888920.08589: 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<<< 172629 1726888920.08621: 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<<< 172629 1726888920.08673: stdout chunk (state=3): >>> # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io<<< 172629 1726888920.08709: stdout chunk (state=3): >>> # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs<<< 172629 1726888920.08750: stdout chunk (state=3): >>> # 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<<< 172629 1726888920.08753: stdout chunk (state=3): >>> # cleanup[3] wiping builtins<<< 172629 1726888920.08809: stdout chunk (state=3): >>> # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 <<< 172629 1726888920.08812: stdout chunk (state=3): >>># destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888920.09952: stdout chunk (state=3): >>># destroy sys.monitoring<<< 172629 1726888920.10032: stdout chunk (state=3): >>> <<< 172629 1726888920.10042: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref <<< 172629 1726888920.10086: stdout chunk (state=3): >>># destroy zipimport <<< 172629 1726888920.10096: stdout chunk (state=3): >>># destroy gi._gi<<< 172629 1726888920.10135: stdout chunk (state=3): >>> # destroy _struct <<< 172629 1726888920.10253: stdout chunk (state=3): >>># destroy pyudev <<< 172629 1726888920.10295: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid<<< 172629 1726888920.10393: stdout chunk (state=3): >>> <<< 172629 1726888920.10444: stdout chunk (state=3): >>># destroy genericpath <<< 172629 1726888920.10473: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 172629 1726888920.10608: stdout chunk (state=3): >>># destroy _string<<< 172629 1726888920.10628: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap<<< 172629 1726888920.10652: stdout chunk (state=3): >>> # destroy fnmatch <<< 172629 1726888920.10702: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 172629 1726888920.10850: stdout chunk (state=3): >>># destroy blivet.devicelibs.stratis # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe <<< 172629 1726888920.10853: stdout chunk (state=3): >>># destroy pyudev._os.poll <<< 172629 1726888920.10959: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 172629 1726888920.10983: stdout chunk (state=3): >>># destroy _signal <<< 172629 1726888920.11034: stdout chunk (state=3): >>># destroy keyword # destroy abc <<< 172629 1726888920.11087: stdout chunk (state=3): >>># destroy _typing<<< 172629 1726888920.11102: stdout chunk (state=3): >>> # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse<<< 172629 1726888920.11144: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy copy # destroy inspect # destroy blivet.formats.fslib<<< 172629 1726888920.11148: stdout chunk (state=3): >>> # destroy math<<< 172629 1726888920.11184: stdout chunk (state=3): >>> # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy operator<<< 172629 1726888920.11250: stdout chunk (state=3): >>> # destroy types # destroy ansible.module_utils.six.moves # destroy json.scanner<<< 172629 1726888920.11278: stdout chunk (state=3): >>> # destroy _json # destroy collections <<< 172629 1726888920.11327: stdout chunk (state=3): >>># destroy __main__<<< 172629 1726888920.11363: stdout chunk (state=3): >>> # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback<<< 172629 1726888920.11373: stdout chunk (state=3): >>> # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib # destroy stat <<< 172629 1726888920.11409: stdout chunk (state=3): >>># destroy selinux # destroy platform # destroy distro<<< 172629 1726888920.11435: stdout chunk (state=3): >>> # destroy datetime<<< 172629 1726888920.11472: stdout chunk (state=3): >>> # destroy argparse <<< 172629 1726888920.11482: stdout chunk (state=3): >>># destroy json # destroy shlex<<< 172629 1726888920.11616: stdout chunk (state=3): >>> # destroy subprocess # clear sys.meta_path # clear sys.modules <<< 172629 1726888920.11639: stdout chunk (state=3): >>># destroy _frozen_importlib <<< 172629 1726888920.11863: stdout chunk (state=3): >>># destroy _socket<<< 172629 1726888920.11909: stdout chunk (state=3): >>> # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig <<< 172629 1726888920.11925: stdout chunk (state=3): >>># destroy encodings.cp437 <<< 172629 1726888920.11987: stdout chunk (state=3): >>># destroy _codecs # destroy os # destroy functools # destroy re <<< 172629 1726888920.12001: stdout chunk (state=3): >>># destroy _random<<< 172629 1726888920.12053: stdout chunk (state=3): >>> # destroy _thread # destroy itertools <<< 172629 1726888920.12090: stdout chunk (state=3): >>># destroy _operator<<< 172629 1726888920.12113: stdout chunk (state=3): >>> # destroy _functools # clear sys.audit hooks <<< 172629 1726888920.12851: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888920.13061: stderr chunk (state=3): >>><<< 172629 1726888920.13066: stdout chunk (state=3): >>><<< 172629 1726888920.13127: _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 0x7fb7931104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7930dfb30> # /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 0x7fb793112a50> 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 0x7fb792ec1130> # /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 0x7fb792ec2120> 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 0x7fb792f07f50> # /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 0x7fb792f140e0> # /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 0x7fb792f37980> # /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 0x7fb792f37f50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f17c20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f15340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f05100> # /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 0x7fb792f5b920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f5a540> # /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 0x7fb792f16330> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f58da0> # /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 0x7fb792f888c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f04380> # /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 0x7fb792f88d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f88c20> # 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 0x7fb792f88fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792efaea0> # /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 0x7fb792f89670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f89370> 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 0x7fb792f8a540> 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 0x7fb792fa4740> 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 0x7fb792fa5e80> # /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 0x7fb792fa6cf0> # 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 0x7fb792fa7320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792fa6270> # /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 0x7fb792fa7da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792fa74d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f8a4b0> # /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 0x7fb792cebc80> # /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 0x7fb792d14800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792d14560> # 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 0x7fb792d14830> # /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 0x7fb792d15160> # 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 0x7fb792d15b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792d14a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792ce9e50> # /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 0x7fb792d16f00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792d15c40> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792f8ac60> # /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 0x7fb792d3f290> # /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 0x7fb792d675c0> # /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 0x7fb792dc43e0> # /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 0x7fb792dc6b40> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792dc4500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792d913d0> # /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 0x7fb792711460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792d663c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792d17e60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb792711700> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_infxe_uu/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 0x7fb7927631a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792746090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792745250> # 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 0x7fb792761070> # /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 0x7fb792792b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7927928d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7927921e0> # /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 0x7fb792792630> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792763e30> 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 0x7fb792793860> # 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 0x7fb7927939e0> # /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 0x7fb792793f20> 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 0x7fb792605cd0> # 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 0x7fb7926078f0> # /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 0x7fb7926082f0> # /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 0x7fb792609490> # /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 0x7fb79260bf80> # 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 0x7fb7926100b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79260a240> # /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 0x7fb792613ec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792612990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7926126f0> # /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 0x7fb792612c60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79260a750> # 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 0x7fb792657fe0> # /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 0x7fb792658260> # /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 0x7fb792659dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792659b80> # /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 0x7fb79265c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79265a450> # /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 0x7fb79265fa10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79265c3e0> # 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 0x7fb792660860> # 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 0x7fb792660890> # 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 0x7fb792660ce0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792658530> # /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 0x7fb7924f0410> # 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 0x7fb7924f1790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792662ba0> # 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 0x7fb792663f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7926627b0> # 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 0x7fb7924f5970> # /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 0x7fb7924f67b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7924f1a00> 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 0x7fb7924f6690> # 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 0x7fb7924f7aa0> # 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 0x7fb792502720> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7924feff0> 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 0x7fb7925eede0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7927caab0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792502360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792661fd0> # 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 0x7fb792111010> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792110440> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792581dc0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792594b00> # 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 0x7fb792122b70> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792122780> # /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 0x7fb792145280> # /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 0x7fb7921464b0> # 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 0x7fb792145dc0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792145c10> # /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 0x7fb792148920> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7921486b0> # /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 0x7fb79214a630> # 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 0x7fb79214a4b0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792149d60> # /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 0x7fb79214d370> # /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 0x7fb79214d730> # /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 0x7fb79214dc10> # /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 0x7fb79214e450> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79214ca10> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79214c4a0> # 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 0x7fb79214ebd0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79214bf20> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79214bf80> # /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 0x7fb792191280> # /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 0x7fb792192120> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7921917f0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79214f530> 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 0x7fb79219ad20> 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 0x7fb7921a04d0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792149280> # /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 0x7fb79202e2d0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79202daf0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79219a900> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792122cf0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792121b20> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792596960> # /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 0x7fb792042960> # /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 0x7fb792044710> # /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 0x7fb792047ec0> # /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 0x7fb792048530> # /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 0x7fb7920495e0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792049490> # /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 0x7fb792049880> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7920491f0> # /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 0x7fb792049d60> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792049bb0> # /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 0x7fb79204a0c0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792049dc0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792048980> # /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 0x7fb792049010> # /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 0x7fb792056000> # /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 0x7fb792056390> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792055d60> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7920553d0> # /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 0x7fb792056510> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792047b90> # /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 0x7fb792056570> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792045670> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792044dd0> # /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 0x7fb79205a720> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792059550> # /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 0x7fb79205a8a0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7920578c0> # /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 0x7fb79109e1e0> # /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 0x7fb7910c8920> # /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 0x7fb7910c90d0> # /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 0x7fb7910c9700> # /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 0x7fb7910c9a30> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7910c87a0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79109fec0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79109ecc0> # /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 0x7fb7910dc770> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79109f560> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79109e7e0> # /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 0x7fb7910dcd40> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79109f620> # /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 0x7fb7910dcf50> # /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 0x7fb7910dd3a0> # /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 0x7fb7910ddb50> # /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 0x7fb791109550> # /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 0x7fb79110a540> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb791109e80> # /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 0x7fb79110a930> # /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 0x7fb79110b4d0> # /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 0x7fb790eb21e0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790eb0ec0> # /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 0x7fb790eb35c0> # /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 0x7fb790ed8920> # /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 0x7fb790ed9760> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7910fa870> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7910fa4e0> # /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 0x7fb790edbb60> # /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 0x7fb790f044a0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790edbaa0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790edb020> # /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 0x7fb790f24c20> # /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 0x7fb790f24d70> # /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 0x7fb790f40530> # /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 0x7fb790f40bc0> # /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 0x7fb790f41580> # /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 0x7fb790f41a00> # /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 0x7fb790f41fa0> # /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 0x7fb790f422a0> # /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 0x7fb790f42870> # /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 0x7fb790f42a80> # /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 0x7fb790f43d10> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f43b90> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f42c30> # /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 0x7fb790f70a40> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f70680> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f43a10> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f252b0> # /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 0x7fb790da43e0> # /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 0x7fb790da4800> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790f26f00> # /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 0x7fb790da7860> # /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 0x7fb790da7a10> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790da6f30> # /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 0x7fb790dc1ee0> # /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 0x7fb790dc3320> # /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 0x7fb790dc3b00> # /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 0x7fb790dd0410> # /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 0x7fb790dd21e0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb79109c4d0> # /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 0x7fb7910fa1e0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7921d7fb0> # /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 0x7fb790e053d0> # /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 0x7fb790e061e0> # /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 0x7fb790e069f0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790e04320> # /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 0x7fb790e404d0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790e26c30> # /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 0x7fb790e52030> # /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 0x7fb790e6bbf0> # /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 0x7fb790c97fb0> # /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 0x7fb790c8e360> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790c8c560> # /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 0x7fb790ce0800> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790e684d0> # /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 0x7fb790e68710> # /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 0x7fb790d42840> # /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 0x7fb790d43350> # /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 0x7fb790d43e90> # /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 0x7fb790d54350> # /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 0x7fb790d551f0> # /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 0x7fb790d55a90> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb792044860> # /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 0x7fb790d56510> # /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 0x7fb790b88e90> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790d72bd0> # 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 0x7fb790c00410> # 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 0x7fb790c00740> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790bec7d0> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790bd3f50> # /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 0x7fb790bec980> # /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 0x7fb790714230> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790c03740> # /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 0x7fb7907146e0> # /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 0x7fb790716870> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790716600> # /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 0x7fb790716b10> # /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 0x7fb790716de0> # /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 0x7fb790716f90> # /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 0x7fb7907171d0> # /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 0x7fb790717770> # /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 0x7fb79073c260> # /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 0x7fb79073c410> # /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 0x7fb79073c5f0> # /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 0x7fb79073cc20> # /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 0x7fb79073d580> # /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 0x7fb79073d9a0> # /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 0x7fb79073dbb0> # /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 0x7fb79073dca0> # /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 0x7fb79073df70> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790715eb0> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790714f50> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790714e60> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790c01670> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb790bd1850> # /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 0x7fb7907c7740> {"changed": true, "actions": [{"action": "create format", "fs_type": "swap", "device": "/dev/sda"}], "leaves": ["/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "path": "none", "fstype": "swap", "opts": "defaults", "dump": 0, "passno": 0, "state": "present", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "swap", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "packages": ["xfsprogs"], "invocation": {"module_args": {"pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "swap", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # destroy blivet.events.handler # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy tokenize # destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy _signal # destroy keyword # destroy abc # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy copy # destroy inspect # destroy blivet.formats.fslib # destroy math # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy json.scanner # destroy _json # destroy collections # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib # destroy stat # destroy selinux # destroy platform # destroy distro # destroy datetime # destroy argparse # destroy json # destroy shlex # destroy subprocess # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy os # destroy functools # destroy re # destroy _random # destroy _thread # destroy itertools # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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 # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.mod ule_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.l inux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # destroy blivet.events.handler # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy tokenize # destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy _signal # destroy keyword # destroy abc # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy copy # destroy inspect # destroy blivet.formats.fslib # destroy math # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy json.scanner # destroy _json # destroy collections # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib # destroy stat # destroy selinux # destroy platform # destroy distro # destroy datetime # destroy argparse # destroy json # destroy shlex # destroy subprocess # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy os # destroy functools # destroy re # destroy _random # destroy _thread # destroy itertools # destroy _operator # destroy _functools # clear sys.audit hooks 172629 1726888920.14787: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [], 'volumes': [{'name': 'test1', 'type': 'disk', 'disks': ['sda'], 'fs_type': 'swap'}], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888917.9411478-173225-166115139061246/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888920.14791: _low_level_execute_command(): starting 172629 1726888920.14793: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888917.9411478-173225-166115139061246/ > /dev/null 2>&1 && sleep 0' 172629 1726888920.14864: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888920.14973: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888920.14993: 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 <<< 172629 1726888920.15013: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888920.15033: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888920.15064: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888920.15171: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888920.17775: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888920.17875: stderr chunk (state=3): >>><<< 172629 1726888920.17879: stdout chunk (state=3): >>><<< 172629 1726888920.17881: _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 172629 1726888920.17884: handler run complete 172629 1726888920.17968: attempt loop complete, returning result 172629 1726888920.17982: _execute() done 172629 1726888920.17990: dumping result to json 172629 1726888920.18007: done dumping result, returning 172629 1726888920.18019: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-d0a8-add8-000000000344] 172629 1726888920.18027: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000344 changed: [managed_node1] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } 172629 1726888920.18812: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000344 172629 1726888920.18816: WORKER PROCESS EXITING 172629 1726888920.18828: no more pending results, returning what we have 172629 1726888920.18831: results queue empty 172629 1726888920.18832: checking for any_errors_fatal 172629 1726888920.18836: done checking for any_errors_fatal 172629 1726888920.18837: checking for max_fail_percentage 172629 1726888920.18838: done checking for max_fail_percentage 172629 1726888920.18839: checking to see if all hosts have failed and the running result is not ok 172629 1726888920.18840: done checking to see if all hosts have failed 172629 1726888920.18841: getting the remaining hosts for this loop 172629 1726888920.18842: done getting the remaining hosts for this loop 172629 1726888920.18845: getting the next task for host managed_node1 172629 1726888920.18851: done getting next task for host managed_node1 172629 1726888920.18858: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 172629 1726888920.18861: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888920.18871: getting variables 172629 1726888920.18872: in VariableManager get_vars() 172629 1726888920.18902: Calling all_inventory to load vars for managed_node1 172629 1726888920.18905: Calling groups_inventory to load vars for managed_node1 172629 1726888920.18907: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888920.18921: Calling all_plugins_play to load vars for managed_node1 172629 1726888920.18924: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888920.18928: Calling groups_plugins_play to load vars for managed_node1 172629 1726888920.19449: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888920.20082: done with get_vars() 172629 1726888920.20096: done getting variables 172629 1726888920.20160: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:00 -0400 (0:00:02.350) 0:00:20.481 ****** 172629 1726888920.20193: entering _queue_task() for managed_node1/command 172629 1726888920.20578: worker is 1 (out of 1 available) 172629 1726888920.20591: exiting _queue_task() for managed_node1/command 172629 1726888920.20602: done queuing things up, now waiting for results queue to drain 172629 1726888920.20603: waiting for pending results... 172629 1726888920.20786: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 172629 1726888920.20934: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000345 172629 1726888920.20963: variable 'ansible_search_path' from source: unknown 172629 1726888920.20979: variable 'ansible_search_path' from source: unknown 172629 1726888920.21056: calling self._execute() 172629 1726888920.21120: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888920.21132: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888920.21146: variable 'omit' from source: magic vars 172629 1726888920.21541: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888920.23825: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888920.23973: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888920.23978: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888920.23993: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888920.24024: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888920.24115: 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) 172629 1726888920.24150: 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) 172629 1726888920.24193: 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) 172629 1726888920.24238: 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) 172629 1726888920.24262: 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) 172629 1726888920.24382: Evaluated conditional (storage_udevadm_trigger | d(false)): False 172629 1726888920.24390: when evaluation is False, skipping this task 172629 1726888920.24399: _execute() done 172629 1726888920.24462: dumping result to json 172629 1726888920.24464: done dumping result, returning 172629 1726888920.24469: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-d0a8-add8-000000000345] 172629 1726888920.24472: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000345 172629 1726888920.24548: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000345 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 172629 1726888920.24599: no more pending results, returning what we have 172629 1726888920.24603: results queue empty 172629 1726888920.24604: checking for any_errors_fatal 172629 1726888920.24629: done checking for any_errors_fatal 172629 1726888920.24630: checking for max_fail_percentage 172629 1726888920.24632: done checking for max_fail_percentage 172629 1726888920.24633: checking to see if all hosts have failed and the running result is not ok 172629 1726888920.24634: done checking to see if all hosts have failed 172629 1726888920.24635: getting the remaining hosts for this loop 172629 1726888920.24637: done getting the remaining hosts for this loop 172629 1726888920.24641: getting the next task for host managed_node1 172629 1726888920.24647: done getting next task for host managed_node1 172629 1726888920.24657: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 172629 1726888920.24661: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888920.24676: getting variables 172629 1726888920.24678: in VariableManager get_vars() 172629 1726888920.24715: Calling all_inventory to load vars for managed_node1 172629 1726888920.24718: Calling groups_inventory to load vars for managed_node1 172629 1726888920.24721: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888920.24732: Calling all_plugins_play to load vars for managed_node1 172629 1726888920.24735: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888920.24739: Calling groups_plugins_play to load vars for managed_node1 172629 1726888920.25546: WORKER PROCESS EXITING 172629 1726888920.25571: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888920.26204: done with get_vars() 172629 1726888920.26219: 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 23:22:00 -0400 (0:00:00.061) 0:00:20.543 ****** 172629 1726888920.26317: entering _queue_task() for managed_node1/stat 172629 1726888920.26783: worker is 1 (out of 1 available) 172629 1726888920.26794: exiting _queue_task() for managed_node1/stat 172629 1726888920.26804: done queuing things up, now waiting for results queue to drain 172629 1726888920.26805: waiting for pending results... 172629 1726888920.26934: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 172629 1726888920.27086: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000346 172629 1726888920.27109: variable 'ansible_search_path' from source: unknown 172629 1726888920.27117: variable 'ansible_search_path' from source: unknown 172629 1726888920.27164: calling self._execute() 172629 1726888920.27268: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888920.27280: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888920.27292: variable 'omit' from source: magic vars 172629 1726888920.27411: variable 'omit' from source: magic vars 172629 1726888920.27490: variable 'omit' from source: magic vars 172629 1726888920.27570: variable 'omit' from source: magic vars 172629 1726888920.27584: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888920.27624: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888920.27658: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888920.27684: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888920.27701: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888920.27787: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888920.27791: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888920.27794: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888920.27865: Set connection var ansible_timeout to 10 172629 1726888920.27876: Set connection var ansible_shell_type to sh 172629 1726888920.27886: Set connection var ansible_pipelining to False 172629 1726888920.27901: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888920.28006: Set connection var ansible_shell_executable to /bin/sh 172629 1726888920.28009: Set connection var ansible_connection to ssh 172629 1726888920.28011: variable 'ansible_shell_executable' from source: unknown 172629 1726888920.28013: variable 'ansible_connection' from source: unknown 172629 1726888920.28016: variable 'ansible_module_compression' from source: unknown 172629 1726888920.28018: variable 'ansible_shell_type' from source: unknown 172629 1726888920.28020: variable 'ansible_shell_executable' from source: unknown 172629 1726888920.28022: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888920.28024: variable 'ansible_pipelining' from source: unknown 172629 1726888920.28026: variable 'ansible_timeout' from source: unknown 172629 1726888920.28028: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888920.28200: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888920.28221: variable 'omit' from source: magic vars 172629 1726888920.28231: starting attempt loop 172629 1726888920.28238: running the handler 172629 1726888920.28264: _low_level_execute_command(): starting 172629 1726888920.28275: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888920.29044: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888920.29070: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888920.29129: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888920.29137: stderr 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 <<< 172629 1726888920.29170: 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 <<< 172629 1726888920.29238: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888920.29270: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888920.29358: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888920.31774: stdout chunk (state=3): >>>/root <<< 172629 1726888920.31980: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888920.31984: stdout chunk (state=3): >>><<< 172629 1726888920.31986: stderr chunk (state=3): >>><<< 172629 1726888920.32006: _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 172629 1726888920.32025: _low_level_execute_command(): starting 172629 1726888920.32036: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888920.3201244-173292-95708128223414 `" && echo ansible-tmp-1726888920.3201244-173292-95708128223414="` echo /root/.ansible/tmp/ansible-tmp-1726888920.3201244-173292-95708128223414 `" ) && sleep 0' 172629 1726888920.32666: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888920.32682: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888920.32710: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888920.32732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888920.32770: 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 <<< 172629 1726888920.32796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888920.32828: 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 <<< 172629 1726888920.32901: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888920.32933: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888920.32984: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888920.33047: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888920.35766: stdout chunk (state=3): >>>ansible-tmp-1726888920.3201244-173292-95708128223414=/root/.ansible/tmp/ansible-tmp-1726888920.3201244-173292-95708128223414 <<< 172629 1726888920.35980: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888920.35999: stderr chunk (state=3): >>><<< 172629 1726888920.36008: stdout chunk (state=3): >>><<< 172629 1726888920.36163: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888920.3201244-173292-95708128223414=/root/.ansible/tmp/ansible-tmp-1726888920.3201244-173292-95708128223414 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888920.36167: variable 'ansible_module_compression' from source: unknown 172629 1726888920.36186: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726888920.36227: variable 'ansible_facts' from source: unknown 172629 1726888920.36337: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888920.3201244-173292-95708128223414/AnsiballZ_stat.py 172629 1726888920.36510: Sending initial data 172629 1726888920.36519: Sent initial data (154 bytes) 172629 1726888920.37216: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888920.37229: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888920.37245: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888920.37279: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888920.37388: 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 <<< 172629 1726888920.37408: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888920.37489: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888920.39715: 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 <<< 172629 1726888920.39806: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888920.39994: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp8m4qlxc8 /root/.ansible/tmp/ansible-tmp-1726888920.3201244-173292-95708128223414/AnsiballZ_stat.py <<< 172629 1726888920.40002: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888920.3201244-173292-95708128223414/AnsiballZ_stat.py" <<< 172629 1726888920.40039: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp8m4qlxc8" to remote "/root/.ansible/tmp/ansible-tmp-1726888920.3201244-173292-95708128223414/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888920.3201244-173292-95708128223414/AnsiballZ_stat.py" <<< 172629 1726888920.41068: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888920.41071: stdout chunk (state=3): >>><<< 172629 1726888920.41073: stderr chunk (state=3): >>><<< 172629 1726888920.41075: done transferring module to remote 172629 1726888920.41077: _low_level_execute_command(): starting 172629 1726888920.41080: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888920.3201244-173292-95708128223414/ /root/.ansible/tmp/ansible-tmp-1726888920.3201244-173292-95708128223414/AnsiballZ_stat.py && sleep 0' 172629 1726888920.41671: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888920.41684: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888920.41698: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888920.41726: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888920.41747: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888920.41764: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888920.41843: 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 <<< 172629 1726888920.41884: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888920.41901: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888920.41921: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888920.42012: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888920.44573: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888920.44598: stderr chunk (state=3): >>><<< 172629 1726888920.44616: stdout chunk (state=3): >>><<< 172629 1726888920.44726: _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 172629 1726888920.44730: _low_level_execute_command(): starting 172629 1726888920.44733: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888920.3201244-173292-95708128223414/AnsiballZ_stat.py && sleep 0' 172629 1726888920.45342: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888920.45361: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888920.45377: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888920.45395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888920.45425: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888920.45437: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888920.45471: 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 <<< 172629 1726888920.45486: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888920.45568: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888920.45587: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888920.45609: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888920.45713: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888920.48922: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888920.48982: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888920.49042: stdout chunk (state=3): >>>import '_thread' # <<< 172629 1726888920.49067: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 172629 1726888920.49183: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888920.49194: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888920.49248: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888920.49300: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 172629 1726888920.49336: stdout chunk (state=3): >>> # installing zipimport hook import 'time' # <<< 172629 1726888920.49356: stdout chunk (state=3): >>>import 'zipimport' # <<< 172629 1726888920.49434: 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<<< 172629 1726888920.49514: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # <<< 172629 1726888920.49565: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888920.49613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888920.49641: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74c1104d0> <<< 172629 1726888920.49684: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74c0dfb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py<<< 172629 1726888920.49694: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 172629 1726888920.49751: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74c112a50> import '_signal' # <<< 172629 1726888920.49777: stdout chunk (state=3): >>> <<< 172629 1726888920.49789: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726888920.49835: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 172629 1726888920.49854: stdout chunk (state=3): >>> <<< 172629 1726888920.49891: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888920.50002: stdout chunk (state=3): >>> <<< 172629 1726888920.50044: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888920.50094: stdout chunk (state=3): >>>import 'genericpath' # <<< 172629 1726888920.50119: stdout chunk (state=3): >>>import 'posixpath' # <<< 172629 1726888920.50163: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888920.50190: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888920.50253: stdout chunk (state=3): >>>Processing user site-packages <<< 172629 1726888920.50300: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726888920.50308: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'<<< 172629 1726888920.50345: 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 <<< 172629 1726888920.50366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'<<< 172629 1726888920.50396: stdout chunk (state=3): >>> import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bec1130> <<< 172629 1726888920.50487: 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 <<< 172629 1726888920.50524: 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 0x7fe74bec2120> <<< 172629 1726888920.50622: 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 <<< 172629 1726888920.50667: stdout chunk (state=3): >>>Type "help", "copyright", "credits" or "license" for more information. <<< 172629 1726888920.51016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py<<< 172629 1726888920.51045: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888920.51083: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py<<< 172629 1726888920.51107: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'<<< 172629 1726888920.51135: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888920.51219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'<<< 172629 1726888920.51245: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888920.51275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'<<< 172629 1726888920.51305: stdout chunk (state=3): >>> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74befffe0> <<< 172629 1726888920.51362: 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' <<< 172629 1726888920.51403: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726888920.51406: stdout chunk (state=3): >>> import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf14170><<< 172629 1726888920.51458: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888920.51492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'<<< 172629 1726888920.51496: stdout chunk (state=3): >>> <<< 172629 1726888920.51596: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'<<< 172629 1726888920.51599: stdout chunk (state=3): >>> <<< 172629 1726888920.51630: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888920.51676: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py<<< 172629 1726888920.51712: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 172629 1726888920.51715: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf37a10><<< 172629 1726888920.51747: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888920.51771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 172629 1726888920.51813: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf580e0> import '_collections' # <<< 172629 1726888920.51907: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf17cb0><<< 172629 1726888920.51931: stdout chunk (state=3): >>> import '_functools' # <<< 172629 1726888920.52101: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf153d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74befd190><<< 172629 1726888920.52126: stdout chunk (state=3): >>> <<< 172629 1726888920.52151: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888920.52186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888920.52218: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888920.52231: stdout chunk (state=3): >>> <<< 172629 1726888920.52263: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888920.52303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'<<< 172629 1726888920.52306: stdout chunk (state=3): >>> <<< 172629 1726888920.52368: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888920.52371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'<<< 172629 1726888920.52374: stdout chunk (state=3): >>> <<< 172629 1726888920.52417: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf5b9b0> <<< 172629 1726888920.52456: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf5a5d0><<< 172629 1726888920.52483: stdout chunk (state=3): >>> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726888920.52514: 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 0x7fe74bf16270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf58a40><<< 172629 1726888920.52609: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888920.52617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 172629 1726888920.52640: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf88a70> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74befc410> <<< 172629 1726888920.52680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 172629 1726888920.52711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'<<< 172629 1726888920.52743: stdout chunk (state=3): >>> # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888920.52773: 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 0x7fe74bf88f20><<< 172629 1726888920.52784: stdout chunk (state=3): >>> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf88dd0><<< 172629 1726888920.52824: stdout chunk (state=3): >>> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888920.52849: 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 0x7fe74bf89190><<< 172629 1726888920.52890: stdout chunk (state=3): >>> <<< 172629 1726888920.52893: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74befaf30><<< 172629 1726888920.52951: stdout chunk (state=3): >>> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726888920.52959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888920.52993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888920.53069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf89820> <<< 172629 1726888920.53082: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf894f0> import 'importlib.machinery' # <<< 172629 1726888920.53124: stdout chunk (state=3): >>> # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py<<< 172629 1726888920.53334: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf8a720> 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 0x7fe74bfa48f0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888920.53337: 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 0x7fe74bfa6030><<< 172629 1726888920.53370: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888920.53393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'<<< 172629 1726888920.53433: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888920.53469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bfa6ed0> <<< 172629 1726888920.53513: 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'<<< 172629 1726888920.53550: stdout chunk (state=3): >>> import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe74bfa7530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bfa6420> <<< 172629 1726888920.53585: 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'<<< 172629 1726888920.53640: stdout chunk (state=3): >>> # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888920.53673: 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 0x7fe74bfa7fb0><<< 172629 1726888920.53692: stdout chunk (state=3): >>> <<< 172629 1726888920.53767: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bfa76e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf888f0> <<< 172629 1726888920.53805: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888920.53980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888920.54251: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe74bfbfe30><<< 172629 1726888920.54284: 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 0x7fe74bd68890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bd685f0> # 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 0x7fe74bd688c0> # /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' <<< 172629 1726888920.54482: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888920.54529: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888920.54558: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe74bd691f0> <<< 172629 1726888920.54712: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888920.54739: 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 0x7fe74bd69b50> <<< 172629 1726888920.54749: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bd68aa0><<< 172629 1726888920.54780: stdout chunk (state=3): >>> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bfbdfd0> <<< 172629 1726888920.54824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888920.54886: 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<<< 172629 1726888920.55029: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bd6af30> <<< 172629 1726888920.55048: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bd69c70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf8ae10> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py<<< 172629 1726888920.55096: stdout chunk (state=3): >>> <<< 172629 1726888920.55140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'<<< 172629 1726888920.55243: stdout chunk (state=3): >>> <<< 172629 1726888920.55247: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888920.55274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888920.55367: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bd97230> <<< 172629 1726888920.55397: 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'<<< 172629 1726888920.55479: stdout chunk (state=3): >>> <<< 172629 1726888920.55496: 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' <<< 172629 1726888920.55537: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bdbf5c0><<< 172629 1726888920.55588: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888920.55705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888920.55822: 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' <<< 172629 1726888920.55841: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74be183b0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888920.55878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'<<< 172629 1726888920.55929: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888920.55991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888920.56262: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74be1ab10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74be184d0> <<< 172629 1726888920.56373: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bde13a0> <<< 172629 1726888920.56404: 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 0x7fe74b7254c0> <<< 172629 1726888920.56476: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bdbe3c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bd6be00> <<< 172629 1726888920.56825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe74bdbe720> <<< 172629 1726888920.57004: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_zr1mjnwu/ansible_stat_payload.zip' # zipimport: zlib available <<< 172629 1726888920.57081: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.57159: 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' <<< 172629 1726888920.57402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b77b200> import '_typing' # <<< 172629 1726888920.57634: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b75a0f0> <<< 172629 1726888920.57696: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b759250> <<< 172629 1726888920.57718: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible' # <<< 172629 1726888920.57817: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.57829: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888920.60099: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.61950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888920.61974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 172629 1726888920.61999: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b7790d0> <<< 172629 1726888920.62027: 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' <<< 172629 1726888920.62049: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888920.62091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888920.62098: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726888920.62113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888920.62159: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888920.62163: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888920.62193: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe74b7a6c30> <<< 172629 1726888920.62227: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b7a69c0> <<< 172629 1726888920.62283: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b7a62d0> <<< 172629 1726888920.62325: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888920.62328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888920.62401: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b7a6cc0> <<< 172629 1726888920.62406: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b77be90> <<< 172629 1726888920.62419: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888920.62464: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888920.62476: 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 0x7fe74b7a7950> <<< 172629 1726888920.62507: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888920.62539: 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 0x7fe74b7a7b90> <<< 172629 1726888920.62561: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888920.62626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'<<< 172629 1726888920.62650: stdout chunk (state=3): >>> <<< 172629 1726888920.62665: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888920.62717: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b7c8050><<< 172629 1726888920.62742: stdout chunk (state=3): >>> import 'pwd' # <<< 172629 1726888920.62791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888920.62878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b611dc0> <<< 172629 1726888920.62925: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888920.62928: stdout chunk (state=3): >>> <<< 172629 1726888920.62939: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888920.62963: stdout chunk (state=3): >>> <<< 172629 1726888920.62975: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe74b6139e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py<<< 172629 1726888920.63006: stdout chunk (state=3): >>> <<< 172629 1726888920.63018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'<<< 172629 1726888920.63077: stdout chunk (state=3): >>> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b6183e0> <<< 172629 1726888920.63112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888920.63165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888920.63195: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b619580><<< 172629 1726888920.63233: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888920.63285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'<<< 172629 1726888920.63333: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726888920.63344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'<<< 172629 1726888920.63401: stdout chunk (state=3): >>> <<< 172629 1726888920.63436: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b61bfb0><<< 172629 1726888920.63450: stdout chunk (state=3): >>> <<< 172629 1726888920.63505: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888920.63523: 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 0x7fe74b61c1a0> <<< 172629 1726888920.63553: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b61a330><<< 172629 1726888920.63590: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py<<< 172629 1726888920.63600: stdout chunk (state=3): >>> <<< 172629 1726888920.63635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'<<< 172629 1726888920.63690: 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'<<< 172629 1726888920.63721: stdout chunk (state=3): >>> <<< 172629 1726888920.63775: 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' <<< 172629 1726888920.63869: 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'<<< 172629 1726888920.63886: stdout chunk (state=3): >>> <<< 172629 1726888920.63889: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b61ff80> import '_tokenize' # <<< 172629 1726888920.64001: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b61eb10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b61e870> # /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'<<< 172629 1726888920.64288: stdout chunk (state=3): >>> import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b61ede0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b61a840> # 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 0x7fe74b664260> # /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' <<< 172629 1726888920.64331: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b664410> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 172629 1726888920.64366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888920.64401: 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'<<< 172629 1726888920.64447: stdout chunk (state=3): >>> # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888920.64730: 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 0x7fe74b665ee0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b665ca0> # /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 0x7fe74b6684d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b6665d0> <<< 172629 1726888920.64751: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888920.64811: 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 <<< 172629 1726888920.64860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'<<< 172629 1726888920.64863: stdout chunk (state=3): >>> import '_string' # <<< 172629 1726888920.65002: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b66bcb0> <<< 172629 1726888920.65119: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b668680> <<< 172629 1726888920.65238: 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' <<< 172629 1726888920.65249: 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 0x7fe74b66c860> <<< 172629 1726888920.65315: 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' <<< 172629 1726888920.65329: 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 0x7fe74b66c9b0><<< 172629 1726888920.65420: 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' <<< 172629 1726888920.65458: 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 0x7fe74b66ce30> <<< 172629 1726888920.65462: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b6645f0> <<< 172629 1726888920.65501: 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'<<< 172629 1726888920.65533: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888920.65573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'<<< 172629 1726888920.65622: stdout chunk (state=3): >>> # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888920.65664: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888920.65674: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe74b6f8620><<< 172629 1726888920.65801: stdout chunk (state=3): >>> <<< 172629 1726888920.65937: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888920.65979: stdout chunk (state=3): >>> # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888920.66001: stdout chunk (state=3): >>> import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe74b6f9af0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b66edb0> <<< 172629 1726888920.66058: 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'<<< 172629 1726888920.66096: 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 0x7fe74b66f980> <<< 172629 1726888920.66133: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b66e9c0> <<< 172629 1726888920.66136: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.66183: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888920.66198: stdout chunk (state=3): >>> # zipimport: zlib available<<< 172629 1726888920.66304: stdout chunk (state=3): >>> <<< 172629 1726888920.66347: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.66504: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.66551: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.66576: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 172629 1726888920.66608: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888920.66631: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888920.66672: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 172629 1726888920.66675: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888920.66802: stdout chunk (state=3): >>> <<< 172629 1726888920.66880: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.67079: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.68023: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888920.68027: stdout chunk (state=3): >>> <<< 172629 1726888920.68928: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888920.69047: stdout chunk (state=3): >>> import 'ansible.module_utils.six.moves' # <<< 172629 1726888920.69262: 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' <<< 172629 1726888920.69292: 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 0x7fe74b6fdaf0> # /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' <<< 172629 1726888920.69334: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b6fe750> <<< 172629 1726888920.69359: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b6f84a0> <<< 172629 1726888920.69419: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888920.69449: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888920.69468: stdout chunk (state=3): >>> <<< 172629 1726888920.69489: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.69523: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888920.69546: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.70000: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.70049: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888920.70081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b6fe540><<< 172629 1726888920.70108: stdout chunk (state=3): >>> <<< 172629 1726888920.70126: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.70897: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888920.70920: stdout chunk (state=3): >>> <<< 172629 1726888920.71668: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.71795: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.71920: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888920.71944: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.72016: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888920.72019: stdout chunk (state=3): >>> <<< 172629 1726888920.72082: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888920.72086: stdout chunk (state=3): >>> <<< 172629 1726888920.72088: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888920.72101: stdout chunk (state=3): >>> <<< 172629 1726888920.72208: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.72365: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888920.72369: stdout chunk (state=3): >>> <<< 172629 1726888920.72399: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 172629 1726888920.72425: stdout chunk (state=3): >>> import 'ansible.module_utils.parsing' # <<< 172629 1726888920.72450: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888920.72571: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888920.72601: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.72976: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.73437: 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' <<< 172629 1726888920.73479: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888920.73602: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b6ffa10> <<< 172629 1726888920.73613: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.73797: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.73878: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726888920.73895: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888920.74052: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # <<< 172629 1726888920.74080: stdout chunk (state=3): >>> <<< 172629 1726888920.74091: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.74163: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.74320: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 172629 1726888920.74334: stdout chunk (state=3): >>> <<< 172629 1726888920.74423: 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 <<< 172629 1726888920.74494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888920.74637: 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 0x7fe74b50a390><<< 172629 1726888920.74648: stdout chunk (state=3): >>> <<< 172629 1726888920.74715: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b507fe0><<< 172629 1726888920.74731: stdout chunk (state=3): >>> <<< 172629 1726888920.74761: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888920.74876: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888920.74977: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.75030: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.75108: 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 <<< 172629 1726888920.75118: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888920.75163: 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 <<< 172629 1726888920.75191: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888920.75225: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py<<< 172629 1726888920.75313: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888920.75350: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888920.75393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888920.75492: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b7feae0> <<< 172629 1726888920.75562: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b7ee7e0> <<< 172629 1726888920.75677: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b50a120><<< 172629 1726888920.75703: stdout chunk (state=3): >>> <<< 172629 1726888920.75723: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b619130> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888920.75758: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888920.75816: stdout chunk (state=3): >>> import 'ansible.module_utils.common._utils' # <<< 172629 1726888920.75819: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888920.75907: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888920.75937: stdout chunk (state=3): >>> # zipimport: zlib available<<< 172629 1726888920.75968: stdout chunk (state=3): >>> <<< 172629 1726888920.76002: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available<<< 172629 1726888920.76005: stdout chunk (state=3): >>> <<< 172629 1726888920.76209: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888920.76401: stdout chunk (state=3): >>> <<< 172629 1726888920.76521: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888920.78526: stdout chunk (state=3): >>> <<< 172629 1726888920.78540: 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": 1726888875.2683878, "mtime": 1726888869.437349, "ctime": 1726888869.437349, "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"}}} <<< 172629 1726888920.78612: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888920.79264: stdout chunk (state=3): >>># clear sys.path_importer_cache<<< 172629 1726888920.79278: stdout chunk (state=3): >>> # clear sys.path_hooks <<< 172629 1726888920.79312: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv<<< 172629 1726888920.79358: stdout chunk (state=3): >>> # clear sys.ps1 <<< 172629 1726888920.79370: stdout chunk (state=3): >>># clear sys.ps2 # clear sys.last_exc <<< 172629 1726888920.79399: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__<<< 172629 1726888920.79433: stdout chunk (state=3): >>> # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins<<< 172629 1726888920.79443: stdout chunk (state=3): >>> # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport <<< 172629 1726888920.79491: stdout chunk (state=3): >>># cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack<<< 172629 1726888920.79511: stdout chunk (state=3): >>> # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword<<< 172629 1726888920.79539: 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 <<< 172629 1726888920.79552: stdout chunk (state=3): >>># 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 <<< 172629 1726888920.79598: stdout chunk (state=3): >>># cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno<<< 172629 1726888920.79610: stdout chunk (state=3): >>> # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib<<< 172629 1726888920.79638: stdout chunk (state=3): >>> # 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<<< 172629 1726888920.79667: stdout chunk (state=3): >>> # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path<<< 172629 1726888920.79682: stdout chunk (state=3): >>> # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils<<< 172629 1726888920.79714: stdout chunk (state=3): >>> # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex<<< 172629 1726888920.79742: stdout chunk (state=3): >>> # 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<<< 172629 1726888920.79754: stdout chunk (state=3): >>> # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string <<< 172629 1726888920.79783: stdout chunk (state=3): >>># cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array <<< 172629 1726888920.79815: stdout chunk (state=3): >>># cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text<<< 172629 1726888920.79831: stdout chunk (state=3): >>> # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters<<< 172629 1726888920.79861: 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 <<< 172629 1726888920.79879: stdout chunk (state=3): >>># 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<<< 172629 1726888920.79894: stdout chunk (state=3): >>> # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 <<< 172629 1726888920.79931: stdout chunk (state=3): >>># destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext<<< 172629 1726888920.79945: stdout chunk (state=3): >>> # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info <<< 172629 1726888920.80006: stdout chunk (state=3): >>># destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 172629 1726888920.80317: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888920.80361: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc <<< 172629 1726888920.80371: stdout chunk (state=3): >>># destroy importlib.util <<< 172629 1726888920.80414: stdout chunk (state=3): >>># destroy _bz2<<< 172629 1726888920.80427: stdout chunk (state=3): >>> # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888920.80473: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path<<< 172629 1726888920.80497: stdout chunk (state=3): >>> # destroy zipfile # destroy pathlib<<< 172629 1726888920.80507: stdout chunk (state=3): >>> # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress<<< 172629 1726888920.80563: stdout chunk (state=3): >>> # destroy ntpath <<< 172629 1726888920.80611: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__<<< 172629 1726888920.80640: stdout chunk (state=3): >>> # destroy tempfile # destroy systemd.journal # destroy systemd.daemon<<< 172629 1726888920.80656: stdout chunk (state=3): >>> # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder<<< 172629 1726888920.80687: stdout chunk (state=3): >>> # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale<<< 172629 1726888920.80709: stdout chunk (state=3): >>> # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal<<< 172629 1726888920.80740: stdout chunk (state=3): >>> # destroy _posixsubprocess<<< 172629 1726888920.80774: stdout chunk (state=3): >>> # destroy syslog <<< 172629 1726888920.80815: stdout chunk (state=3): >>># destroy uuid # destroy selectors <<< 172629 1726888920.80819: stdout chunk (state=3): >>># destroy errno<<< 172629 1726888920.80839: stdout chunk (state=3): >>> # destroy array # destroy datetime<<< 172629 1726888920.80886: stdout chunk (state=3): >>> # destroy selinux<<< 172629 1726888920.80889: stdout chunk (state=3): >>> # destroy shutil <<< 172629 1726888920.81017: 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 <<< 172629 1726888920.81024: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes<<< 172629 1726888920.81081: stdout chunk (state=3): >>> # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128<<< 172629 1726888920.81084: 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<<< 172629 1726888920.81125: stdout chunk (state=3): >>> # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit <<< 172629 1726888920.81171: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib<<< 172629 1726888920.81175: stdout chunk (state=3): >>> # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external<<< 172629 1726888920.81213: stdout chunk (state=3): >>> # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser<<< 172629 1726888920.81256: stdout chunk (state=3): >>> # cleanup[3] wiping _sre<<< 172629 1726888920.81284: stdout chunk (state=3): >>> # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools<<< 172629 1726888920.81298: 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 stat<<< 172629 1726888920.81331: 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<<< 172629 1726888920.81373: stdout chunk (state=3): >>> # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal<<< 172629 1726888920.81396: stdout chunk (state=3): >>> # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins<<< 172629 1726888920.81406: stdout chunk (state=3): >>> # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime<<< 172629 1726888920.81597: stdout chunk (state=3): >>> # destroy sys.monitoring <<< 172629 1726888920.81636: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726888920.81641: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888920.81691: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 172629 1726888920.81737: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 172629 1726888920.81750: stdout chunk (state=3): >>># destroy tokenize <<< 172629 1726888920.81800: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888920.81811: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 172629 1726888920.81881: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726888920.81885: stdout chunk (state=3): >>># destroy _tokenize <<< 172629 1726888920.81935: 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<<< 172629 1726888920.81938: stdout chunk (state=3): >>> # destroy _frozen_importlib_external<<< 172629 1726888920.81965: stdout chunk (state=3): >>> # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path <<< 172629 1726888920.82003: stdout chunk (state=3): >>># clear sys.modules # destroy _frozen_importlib <<< 172629 1726888920.82113: stdout chunk (state=3): >>># destroy codecs<<< 172629 1726888920.82148: stdout chunk (state=3): >>> # destroy encodings.aliases <<< 172629 1726888920.82184: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections<<< 172629 1726888920.82196: stdout chunk (state=3): >>> # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726888920.82229: stdout chunk (state=3): >>># destroy _random # destroy _weakref<<< 172629 1726888920.82297: stdout chunk (state=3): >>> # destroy _hashlib <<< 172629 1726888920.82301: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re<<< 172629 1726888920.82352: stdout chunk (state=3): >>> # destroy itertools # destroy _abc # destroy _sre<<< 172629 1726888920.82357: stdout chunk (state=3): >>> # destroy posix # destroy _functools # destroy builtins # destroy _thread<<< 172629 1726888920.82376: stdout chunk (state=3): >>> # clear sys.audit hooks<<< 172629 1726888920.82504: stdout chunk (state=3): >>> <<< 172629 1726888920.82919: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888920.82922: stdout chunk (state=3): >>><<< 172629 1726888920.82925: stderr chunk (state=3): >>><<< 172629 1726888920.83123: _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 0x7fe74c1104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74c0dfb30> # /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 0x7fe74c112a50> 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 0x7fe74bec1130> # /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 0x7fe74bec2120> 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 0x7fe74befffe0> # /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 0x7fe74bf14170> # /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 0x7fe74bf37a10> # /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 0x7fe74bf580e0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf17cb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf153d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74befd190> # /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 0x7fe74bf5b9b0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf5a5d0> # /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 0x7fe74bf16270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf58a40> # /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 0x7fe74bf88a70> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74befc410> # /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 0x7fe74bf88f20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf88dd0> # 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 0x7fe74bf89190> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74befaf30> # /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 0x7fe74bf89820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf894f0> 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 0x7fe74bf8a720> 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 0x7fe74bfa48f0> 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 0x7fe74bfa6030> # /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 0x7fe74bfa6ed0> # 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 0x7fe74bfa7530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bfa6420> # /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 0x7fe74bfa7fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bfa76e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf888f0> # /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 0x7fe74bfbfe30> # /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 0x7fe74bd68890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bd685f0> # 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 0x7fe74bd688c0> # /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 0x7fe74bd691f0> # 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 0x7fe74bd69b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bd68aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bfbdfd0> # /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 0x7fe74bd6af30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bd69c70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bf8ae10> # /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 0x7fe74bd97230> # /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 0x7fe74bdbf5c0> # /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 0x7fe74be183b0> # /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 0x7fe74be1ab10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74be184d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bde13a0> # /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 0x7fe74b7254c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bdbe3c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74bd6be00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe74bdbe720> # zipimport: found 30 names in '/tmp/ansible_stat_payload_zr1mjnwu/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 0x7fe74b77b200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b75a0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b759250> # 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 0x7fe74b7790d0> # /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 0x7fe74b7a6c30> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b7a69c0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b7a62d0> # /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 0x7fe74b7a6cc0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b77be90> 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 0x7fe74b7a7950> # 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 0x7fe74b7a7b90> # /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 0x7fe74b7c8050> 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 0x7fe74b611dc0> # 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 0x7fe74b6139e0> # /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 0x7fe74b6183e0> # /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 0x7fe74b619580> # /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 0x7fe74b61bfb0> # 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 0x7fe74b61c1a0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b61a330> # /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 0x7fe74b61ff80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b61eb10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b61e870> # /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 0x7fe74b61ede0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b61a840> # 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 0x7fe74b664260> # /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 0x7fe74b664410> # /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 0x7fe74b665ee0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b665ca0> # /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 0x7fe74b6684d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b6665d0> # /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 0x7fe74b66bcb0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b668680> # 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 0x7fe74b66c860> # 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 0x7fe74b66c9b0> # 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 0x7fe74b66ce30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b6645f0> # /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 0x7fe74b6f8620> # 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 0x7fe74b6f9af0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b66edb0> # 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 0x7fe74b66f980> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b66e9c0> # 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 0x7fe74b6fdaf0> # /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 0x7fe74b6fe750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b6f84a0> 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 0x7fe74b6fe540> # 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 0x7fe74b6ffa10> # 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 0x7fe74b50a390> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b507fe0> 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 0x7fe74b7feae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b7ee7e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b50a120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe74b619130> # 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": 1726888875.2683878, "mtime": 1726888869.437349, "ctime": 1726888869.437349, "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. 172629 1726888920.83821: 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-1726888920.3201244-173292-95708128223414/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888920.83825: _low_level_execute_command(): starting 172629 1726888920.83828: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888920.3201244-173292-95708128223414/ > /dev/null 2>&1 && sleep 0' 172629 1726888920.84260: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888920.84263: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888920.84266: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888920.84289: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888920.84374: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888920.86961: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888920.87162: stderr chunk (state=3): >>><<< 172629 1726888920.87166: stdout chunk (state=3): >>><<< 172629 1726888920.87168: _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 172629 1726888920.87171: handler run complete 172629 1726888920.87173: attempt loop complete, returning result 172629 1726888920.87175: _execute() done 172629 1726888920.87177: dumping result to json 172629 1726888920.87179: done dumping result, returning 172629 1726888920.87181: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-d0a8-add8-000000000346] 172629 1726888920.87183: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000346 ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726888875.2683878, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "ctime": 1726888869.437349, "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": 1726888869.437349, "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 } } 172629 1726888920.87522: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000346 172629 1726888920.87525: WORKER PROCESS EXITING 172629 1726888920.87538: no more pending results, returning what we have 172629 1726888920.87541: results queue empty 172629 1726888920.87542: checking for any_errors_fatal 172629 1726888920.87548: done checking for any_errors_fatal 172629 1726888920.87549: checking for max_fail_percentage 172629 1726888920.87551: done checking for max_fail_percentage 172629 1726888920.87554: checking to see if all hosts have failed and the running result is not ok 172629 1726888920.87557: done checking to see if all hosts have failed 172629 1726888920.87558: getting the remaining hosts for this loop 172629 1726888920.87559: done getting the remaining hosts for this loop 172629 1726888920.87562: getting the next task for host managed_node1 172629 1726888920.87570: done getting next task for host managed_node1 172629 1726888920.87574: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 172629 1726888920.87577: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888920.87587: getting variables 172629 1726888920.87589: in VariableManager get_vars() 172629 1726888920.87742: Calling all_inventory to load vars for managed_node1 172629 1726888920.87745: Calling groups_inventory to load vars for managed_node1 172629 1726888920.87748: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888920.87762: Calling all_plugins_play to load vars for managed_node1 172629 1726888920.87768: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888920.87772: Calling groups_plugins_play to load vars for managed_node1 172629 1726888920.88741: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888920.89342: done with get_vars() 172629 1726888920.89369: 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 23:22:00 -0400 (0:00:00.631) 0:00:21.174 ****** 172629 1726888920.89470: entering _queue_task() for managed_node1/lineinfile 172629 1726888920.89832: worker is 1 (out of 1 available) 172629 1726888920.89845: exiting _queue_task() for managed_node1/lineinfile 172629 1726888920.89920: done queuing things up, now waiting for results queue to drain 172629 1726888920.89922: waiting for pending results... 172629 1726888920.90122: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 172629 1726888920.90304: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000347 172629 1726888920.90322: variable 'ansible_search_path' from source: unknown 172629 1726888920.90330: variable 'ansible_search_path' from source: unknown 172629 1726888920.90381: calling self._execute() 172629 1726888920.90473: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888920.90486: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888920.90501: variable 'omit' from source: magic vars 172629 1726888920.90902: variable '__storage_fstab' from source: set_fact 172629 1726888920.90989: Evaluated conditional (__storage_fstab.stat.exists): True 172629 1726888920.91119: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888920.91412: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888920.91475: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888920.91511: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888920.91563: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888920.91645: variable 'blivet_output' from source: set_fact 172629 1726888920.91765: Evaluated conditional (blivet_output is changed): True 172629 1726888920.91768: variable 'omit' from source: magic vars 172629 1726888920.91770: variable 'omit' from source: magic vars 172629 1726888920.91795: variable '__str' from source: task vars 172629 1726888920.91880: variable '__str' from source: task vars 172629 1726888920.91897: variable '__str' from source: task vars 172629 1726888920.91963: variable '__str' from source: task vars 172629 1726888920.91991: variable 'omit' from source: magic vars 172629 1726888920.92027: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888920.92109: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888920.92133: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888920.92160: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888920.92177: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888920.92260: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888920.92263: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888920.92265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888920.92347: Set connection var ansible_timeout to 10 172629 1726888920.92362: Set connection var ansible_shell_type to sh 172629 1726888920.92373: Set connection var ansible_pipelining to False 172629 1726888920.92382: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888920.92391: Set connection var ansible_shell_executable to /bin/sh 172629 1726888920.92397: Set connection var ansible_connection to ssh 172629 1726888920.92433: variable 'ansible_shell_executable' from source: unknown 172629 1726888920.92527: variable 'ansible_connection' from source: unknown 172629 1726888920.92530: variable 'ansible_module_compression' from source: unknown 172629 1726888920.92532: variable 'ansible_shell_type' from source: unknown 172629 1726888920.92536: variable 'ansible_shell_executable' from source: unknown 172629 1726888920.92538: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888920.92540: variable 'ansible_pipelining' from source: unknown 172629 1726888920.92542: variable 'ansible_timeout' from source: unknown 172629 1726888920.92544: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888920.92642: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888920.92664: variable 'omit' from source: magic vars 172629 1726888920.92745: starting attempt loop 172629 1726888920.92748: running the handler 172629 1726888920.92750: _low_level_execute_command(): starting 172629 1726888920.92756: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888920.93526: 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 <<< 172629 1726888920.93578: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888920.93598: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888920.93649: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888920.93698: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888920.96026: stdout chunk (state=3): >>>/root <<< 172629 1726888920.96245: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888920.96248: stdout chunk (state=3): >>><<< 172629 1726888920.96250: stderr chunk (state=3): >>><<< 172629 1726888920.96359: _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 172629 1726888920.96365: _low_level_execute_command(): starting 172629 1726888920.96369: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888920.9627752-173317-37414849202617 `" && echo ansible-tmp-1726888920.9627752-173317-37414849202617="` echo /root/.ansible/tmp/ansible-tmp-1726888920.9627752-173317-37414849202617 `" ) && sleep 0' 172629 1726888920.97196: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888920.97209: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888920.97223: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888920.97240: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888920.97261: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888920.97273: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888920.97286: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888920.97312: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888920.97372: 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 <<< 172629 1726888920.97421: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888920.97437: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888920.97463: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888920.97556: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888921.00314: stdout chunk (state=3): >>>ansible-tmp-1726888920.9627752-173317-37414849202617=/root/.ansible/tmp/ansible-tmp-1726888920.9627752-173317-37414849202617 <<< 172629 1726888921.00529: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888921.00544: stdout chunk (state=3): >>><<< 172629 1726888921.00573: stderr chunk (state=3): >>><<< 172629 1726888921.00760: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888920.9627752-173317-37414849202617=/root/.ansible/tmp/ansible-tmp-1726888920.9627752-173317-37414849202617 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888921.00764: variable 'ansible_module_compression' from source: unknown 172629 1726888921.00766: ANSIBALLZ: Using lock for lineinfile 172629 1726888921.00769: ANSIBALLZ: Acquiring lock 172629 1726888921.00771: ANSIBALLZ: Lock acquired: 140240258362224 172629 1726888921.00774: ANSIBALLZ: Creating module 172629 1726888921.14602: ANSIBALLZ: Writing module into payload 172629 1726888921.14728: ANSIBALLZ: Writing module 172629 1726888921.14757: ANSIBALLZ: Renaming module 172629 1726888921.14778: ANSIBALLZ: Done creating module 172629 1726888921.14796: variable 'ansible_facts' from source: unknown 172629 1726888921.14893: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888920.9627752-173317-37414849202617/AnsiballZ_lineinfile.py 172629 1726888921.15124: Sending initial data 172629 1726888921.15127: Sent initial data (160 bytes) 172629 1726888921.15733: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888921.15764: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888921.15883: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888921.15908: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888921.16003: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888921.18293: 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 <<< 172629 1726888921.18373: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888921.18448: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpjcv32z5j /root/.ansible/tmp/ansible-tmp-1726888920.9627752-173317-37414849202617/AnsiballZ_lineinfile.py <<< 172629 1726888921.18464: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888920.9627752-173317-37414849202617/AnsiballZ_lineinfile.py" <<< 172629 1726888921.18494: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 172629 1726888921.18519: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpjcv32z5j" to remote "/root/.ansible/tmp/ansible-tmp-1726888920.9627752-173317-37414849202617/AnsiballZ_lineinfile.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888920.9627752-173317-37414849202617/AnsiballZ_lineinfile.py" <<< 172629 1726888921.19533: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888921.19536: stderr chunk (state=3): >>><<< 172629 1726888921.19538: stdout chunk (state=3): >>><<< 172629 1726888921.19540: done transferring module to remote 172629 1726888921.19542: _low_level_execute_command(): starting 172629 1726888921.19544: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888920.9627752-173317-37414849202617/ /root/.ansible/tmp/ansible-tmp-1726888920.9627752-173317-37414849202617/AnsiballZ_lineinfile.py && sleep 0' 172629 1726888921.20143: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888921.20170: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888921.20195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888921.20297: 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' <<< 172629 1726888921.20315: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888921.20331: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888921.20421: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888921.23166: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888921.23190: stdout chunk (state=3): >>><<< 172629 1726888921.23204: stderr chunk (state=3): >>><<< 172629 1726888921.23228: _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 172629 1726888921.23238: _low_level_execute_command(): starting 172629 1726888921.23249: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888920.9627752-173317-37414849202617/AnsiballZ_lineinfile.py && sleep 0' 172629 1726888921.23850: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888921.23954: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888921.23971: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888921.24017: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888921.24083: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888921.27592: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # <<< 172629 1726888921.27636: stdout chunk (state=3): >>>import '_weakref' # import '_io' # <<< 172629 1726888921.27654: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888921.27717: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888921.27765: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 172629 1726888921.27859: stdout chunk (state=3): >>># installing zipimport hook import 'time' # import 'zipimport' # <<< 172629 1726888921.27871: stdout chunk (state=3): >>># installed zipimport hook <<< 172629 1726888921.27935: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726888921.27977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 172629 1726888921.28003: stdout chunk (state=3): >>> <<< 172629 1726888921.28025: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888921.28084: stdout chunk (state=3): >>> # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888921.28159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888921.28163: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18c0184d0> <<< 172629 1726888921.28174: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bfe7b30><<< 172629 1726888921.28213: stdout chunk (state=3): >>> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py<<< 172629 1726888921.28243: 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 0x7fd18c01aa50><<< 172629 1726888921.28259: stdout chunk (state=3): >>> <<< 172629 1726888921.28277: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888921.28349: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 172629 1726888921.28403: stdout chunk (state=3): >>>import '_stat' # <<< 172629 1726888921.28413: stdout chunk (state=3): >>> import 'stat' # <<< 172629 1726888921.28503: stdout chunk (state=3): >>> <<< 172629 1726888921.28560: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888921.28627: stdout chunk (state=3): >>>import 'genericpath' # <<< 172629 1726888921.28630: stdout chunk (state=3): >>>import 'posixpath' # <<< 172629 1726888921.28641: stdout chunk (state=3): >>> <<< 172629 1726888921.28684: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888921.28713: stdout chunk (state=3): >>> import '_sitebuiltins' # <<< 172629 1726888921.28746: stdout chunk (state=3): >>>Processing user site-packages <<< 172629 1726888921.28773: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages'<<< 172629 1726888921.28808: stdout chunk (state=3): >>> Adding directory: '/usr/lib/python3.12/site-packages'<<< 172629 1726888921.28811: stdout chunk (state=3): >>> Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888921.28845: 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<<< 172629 1726888921.28864: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'<<< 172629 1726888921.28891: stdout chunk (state=3): >>> import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18be2d130> <<< 172629 1726888921.28978: 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 <<< 172629 1726888921.29007: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888921.29051: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18be2e120> <<< 172629 1726888921.29080: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888921.29203: 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. <<< 172629 1726888921.29520: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888921.29531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888921.29569: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888921.29601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888921.29639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py<<< 172629 1726888921.29648: stdout chunk (state=3): >>> <<< 172629 1726888921.29700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'<<< 172629 1726888921.29741: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888921.29774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'<<< 172629 1726888921.29798: stdout chunk (state=3): >>> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18be73f80><<< 172629 1726888921.29906: 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 0x7fd18be80110> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888921.29960: 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 <<< 172629 1726888921.30027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'<<< 172629 1726888921.30080: stdout chunk (state=3): >>> import 'itertools' # <<< 172629 1726888921.30084: stdout chunk (state=3): >>> <<< 172629 1726888921.30113: 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' <<< 172629 1726888921.30161: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bea3950> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888921.30202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'<<< 172629 1726888921.30205: stdout chunk (state=3): >>> import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bea3fe0><<< 172629 1726888921.30217: stdout chunk (state=3): >>> <<< 172629 1726888921.30290: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18be83bf0><<< 172629 1726888921.30320: stdout chunk (state=3): >>> <<< 172629 1726888921.30334: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888921.30373: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18be812e0><<< 172629 1726888921.30385: stdout chunk (state=3): >>> <<< 172629 1726888921.30520: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18be71130> <<< 172629 1726888921.30563: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py<<< 172629 1726888921.30588: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888921.30613: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888921.30664: stdout chunk (state=3): >>> # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888921.30702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'<<< 172629 1726888921.30722: stdout chunk (state=3): >>> <<< 172629 1726888921.30748: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py<<< 172629 1726888921.30769: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'<<< 172629 1726888921.30802: stdout chunk (state=3): >>> import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bec78f0> <<< 172629 1726888921.30836: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bec6510> <<< 172629 1726888921.30900: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726888921.30916: 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 0x7fd18be82390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bec4d10><<< 172629 1726888921.30996: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py<<< 172629 1726888921.31036: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bef4950><<< 172629 1726888921.31046: stdout chunk (state=3): >>> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18be703b0> <<< 172629 1726888921.31079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py<<< 172629 1726888921.31090: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'<<< 172629 1726888921.31125: stdout chunk (state=3): >>> # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888921.31163: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888921.31166: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd18bef4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bef4cb0><<< 172629 1726888921.31190: stdout chunk (state=3): >>> <<< 172629 1726888921.31343: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888921.31350: 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 0x7fd18bef50a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18be66ed0> # /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' <<< 172629 1726888921.31370: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py<<< 172629 1726888921.31423: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888921.31466: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bef5790> <<< 172629 1726888921.31469: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bef5460> import 'importlib.machinery' # <<< 172629 1726888921.31520: stdout chunk (state=3): >>> # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 172629 1726888921.31525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 172629 1726888921.31568: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bef6660><<< 172629 1726888921.31593: stdout chunk (state=3): >>> import 'importlib.util' # <<< 172629 1726888921.31611: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726888921.31669: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888921.31707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888921.31770: 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'<<< 172629 1726888921.31774: stdout chunk (state=3): >>> import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bf10890><<< 172629 1726888921.31809: stdout chunk (state=3): >>> import 'errno' # <<< 172629 1726888921.31844: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888921.31847: stdout chunk (state=3): >>> # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888921.31925: stdout chunk (state=3): >>> import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd18bf11fd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888921.31935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888921.31950: 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'<<< 172629 1726888921.31980: stdout chunk (state=3): >>> import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bf12e40> <<< 172629 1726888921.32048: 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 0x7fd18bf13470><<< 172629 1726888921.32069: stdout chunk (state=3): >>> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bf12390><<< 172629 1726888921.32101: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888921.32140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'<<< 172629 1726888921.32201: stdout chunk (state=3): >>> # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888921.32244: 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 0x7fd18bf13e60><<< 172629 1726888921.32248: stdout chunk (state=3): >>> <<< 172629 1726888921.32308: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bf13590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bef66c0> <<< 172629 1726888921.32351: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py<<< 172629 1726888921.32391: stdout chunk (state=3): >>> <<< 172629 1726888921.32419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888921.32432: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888921.32524: 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 0x7fd18bc97cb0><<< 172629 1726888921.32573: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py<<< 172629 1726888921.32584: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 172629 1726888921.32637: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888921.32650: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd18bcc0800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bcc0560><<< 172629 1726888921.32689: stdout chunk (state=3): >>> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888921.32711: 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 0x7fd18bcc0830><<< 172629 1726888921.32763: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888921.32777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726888921.32869: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888921.33110: 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 0x7fd18bcc1160> <<< 172629 1726888921.33244: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888921.33291: 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 0x7fd18bcc1b50> <<< 172629 1726888921.33294: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bcc0a10> <<< 172629 1726888921.33344: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bc95e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888921.33418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'<<< 172629 1726888921.33431: stdout chunk (state=3): >>> <<< 172629 1726888921.33451: 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' <<< 172629 1726888921.33489: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bcc2f30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bcc1c70> <<< 172629 1726888921.33516: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bef6db0><<< 172629 1726888921.33550: stdout chunk (state=3): >>> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py<<< 172629 1726888921.33597: stdout chunk (state=3): >>> <<< 172629 1726888921.33644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888921.33960: 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' <<< 172629 1726888921.33987: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bceb260> # /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' <<< 172629 1726888921.34038: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bd135f0> <<< 172629 1726888921.34100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888921.34143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'<<< 172629 1726888921.34162: stdout chunk (state=3): >>> <<< 172629 1726888921.34234: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888921.34276: 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'<<< 172629 1726888921.34328: stdout chunk (state=3): >>> import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bd703e0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888921.34373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888921.34472: 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' <<< 172629 1726888921.34610: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bd72b40> <<< 172629 1726888921.34731: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bd70500> <<< 172629 1726888921.34803: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bd393d0> <<< 172629 1726888921.34844: 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'<<< 172629 1726888921.34883: stdout chunk (state=3): >>> import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bb75490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bd123f0> <<< 172629 1726888921.34903: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bcc3e30><<< 172629 1726888921.35003: stdout chunk (state=3): >>> <<< 172629 1726888921.35077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888921.35119: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd18bd12750> <<< 172629 1726888921.35326: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_6mxtbh3r/ansible_lineinfile_payload.zip' <<< 172629 1726888921.35348: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.35569: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.35618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888921.35650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888921.35820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888921.35886: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 172629 1726888921.35908: 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 0x7fd18bbcb1d0> <<< 172629 1726888921.35927: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888921.36196: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bbaa0c0> <<< 172629 1726888921.36199: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bba9250><<< 172629 1726888921.36309: stdout chunk (state=3): >>> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888921.38463: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888921.38509: stdout chunk (state=3): >>> <<< 172629 1726888921.40302: 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' <<< 172629 1726888921.40319: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bbc8f20><<< 172629 1726888921.40359: stdout chunk (state=3): >>> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726888921.40371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888921.40413: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py<<< 172629 1726888921.40432: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888921.40469: 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'<<< 172629 1726888921.40532: stdout chunk (state=3): >>> # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888921.40542: 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 0x7fd18bbf6a20><<< 172629 1726888921.40581: stdout chunk (state=3): >>> <<< 172629 1726888921.40623: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bbf67e0> <<< 172629 1726888921.40672: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bbf60f0> <<< 172629 1726888921.40711: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py<<< 172629 1726888921.40742: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888921.40793: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bbf68a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bbcbbf0><<< 172629 1726888921.40816: stdout chunk (state=3): >>> import 'atexit' # <<< 172629 1726888921.40874: stdout chunk (state=3): >>> # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888921.40894: 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 0x7fd18bbf77d0> <<< 172629 1726888921.40928: 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'<<< 172629 1726888921.40967: stdout chunk (state=3): >>> import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd18bbf79b0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888921.41043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888921.41138: stdout chunk (state=3): >>>import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bbf7ef0> <<< 172629 1726888921.41161: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888921.41204: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888921.41245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888921.41304: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b519ca0><<< 172629 1726888921.41363: stdout chunk (state=3): >>> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888921.41366: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888921.41402: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd18b51b890> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888921.41442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888921.41528: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b51c260> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888921.41578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'<<< 172629 1726888921.41616: stdout chunk (state=3): >>> import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b51d130> <<< 172629 1726888921.41662: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py<<< 172629 1726888921.41717: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888921.41776: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726888921.41789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726888921.41870: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b51fe30> <<< 172629 1726888921.41911: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888921.41956: 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 0x7fd18bcc2ea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b51e120> <<< 172629 1726888921.41997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888921.42074: 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 <<< 172629 1726888921.42077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'<<< 172629 1726888921.42215: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888921.42219: 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 0x7fd18b527e30><<< 172629 1726888921.42242: stdout chunk (state=3): >>> <<< 172629 1726888921.42337: stdout chunk (state=3): >>>import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b526900> <<< 172629 1726888921.42378: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b526660> <<< 172629 1726888921.42382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py<<< 172629 1726888921.42417: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888921.42532: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b526bd0> <<< 172629 1726888921.42571: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b51e630> <<< 172629 1726888921.42612: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888921.42634: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888921.42681: stdout chunk (state=3): >>> import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd18b56ba70> # /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'<<< 172629 1726888921.42718: stdout chunk (state=3): >>> import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b56c1d0><<< 172629 1726888921.42735: 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<<< 172629 1726888921.42777: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'<<< 172629 1726888921.42821: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 172629 1726888921.42824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'<<< 172629 1726888921.42887: 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' <<< 172629 1726888921.42913: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd18b56dca0><<< 172629 1726888921.42937: stdout chunk (state=3): >>> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b56da60> <<< 172629 1726888921.43104: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888921.43151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888921.43227: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888921.43230: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888921.43269: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd18b5701d0> <<< 172629 1726888921.43272: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b56e360> <<< 172629 1726888921.43311: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888921.43386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'<<< 172629 1726888921.43409: stdout chunk (state=3): >>> <<< 172629 1726888921.43437: 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'<<< 172629 1726888921.43469: stdout chunk (state=3): >>> <<< 172629 1726888921.43480: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888921.43541: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b573980><<< 172629 1726888921.43566: stdout chunk (state=3): >>> <<< 172629 1726888921.43759: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b570380> <<< 172629 1726888921.43849: 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'<<< 172629 1726888921.43921: stdout chunk (state=3): >>> import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd18b574a70> # 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' <<< 172629 1726888921.43941: stdout chunk (state=3): >>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd18b574bf0><<< 172629 1726888921.44028: 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' <<< 172629 1726888921.44054: 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 0x7fd18b574b30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b56c380> <<< 172629 1726888921.44120: 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'<<< 172629 1726888921.44140: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888921.44175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'<<< 172629 1726888921.44230: stdout chunk (state=3): >>> # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888921.44286: 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 0x7fd18b400350><<< 172629 1726888921.44309: stdout chunk (state=3): >>> <<< 172629 1726888921.44546: 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' <<< 172629 1726888921.44690: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd18b4018b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b576ae0> <<< 172629 1726888921.44704: 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 0x7fd18b577e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b576720> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888921.44822: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888921.44953: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888921.44982: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888921.45019: stdout chunk (state=3): >>> <<< 172629 1726888921.45040: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888921.45082: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.45097: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 172629 1726888921.45122: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.45319: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.45520: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888921.45523: stdout chunk (state=3): >>> <<< 172629 1726888921.46443: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888921.46503: stdout chunk (state=3): >>> <<< 172629 1726888921.47354: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888921.47360: stdout chunk (state=3): >>> <<< 172629 1726888921.47500: 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' <<< 172629 1726888921.47566: 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 0x7fd18b4059d0><<< 172629 1726888921.47700: 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' <<< 172629 1726888921.47757: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b406840> <<< 172629 1726888921.47761: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b401af0><<< 172629 1726888921.47780: stdout chunk (state=3): >>> <<< 172629 1726888921.47861: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888921.47904: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888921.47938: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888921.47949: stdout chunk (state=3): >>> <<< 172629 1726888921.48013: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.48212: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.48469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888921.48489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 172629 1726888921.48503: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b4065a0> # zipimport: zlib available <<< 172629 1726888921.49479: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.49977: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.50094: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888921.50113: stdout chunk (state=3): >>> <<< 172629 1726888921.50216: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888921.50251: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.50310: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.50378: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888921.50398: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.50505: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.50635: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888921.50715: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.50719: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888921.50734: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888921.50791: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888921.50850: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888921.50878: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.51264: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.51831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b407ad0> <<< 172629 1726888921.51849: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888921.52037: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888921.52086: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726888921.52124: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 172629 1726888921.52127: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 172629 1726888921.52172: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888921.52200: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888921.52212: stdout chunk (state=3): >>> <<< 172629 1726888921.52274: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888921.52299: stdout chunk (state=3): >>> <<< 172629 1726888921.52346: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888921.52373: stdout chunk (state=3): >>> # zipimport: zlib available<<< 172629 1726888921.52419: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888921.52510: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.52587: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.52691: 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 <<< 172629 1726888921.52760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888921.52878: 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' <<< 172629 1726888921.52957: 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 0x7fd18b412510> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b40d340> <<< 172629 1726888921.53003: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888921.53031: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 172629 1726888921.53067: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.53136: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888921.53243: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888921.53301: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.53385: 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 <<< 172629 1726888921.53388: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888921.53425: 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 <<< 172629 1726888921.53478: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888921.53607: 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'<<< 172629 1726888921.53638: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888921.53670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888921.53775: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b502d80> <<< 172629 1726888921.53850: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bc26a50> <<< 172629 1726888921.53979: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b412600> <<< 172629 1726888921.54008: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b519b80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888921.54069: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888921.54134: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888921.54264: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 172629 1726888921.54307: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888921.54906: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.55219: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888921.56259: stdout chunk (state=3): >>> <<< 172629 1726888921.56293: stdout chunk (state=3): >>>{"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/etc/fstab (content)", "after_header": "/etc/fstab (content)"}, {"before_header": "/etc/fstab (file attributes)", "after_header": "/etc/fstab (file attributes)"}], "invocation": {"module_args": {"insertbefore": "^#", "firstmatch": true, "line": "# system_role:storage", "regexp": "# system_role:storage", "path": "/etc/fstab", "state": "present", "backrefs": false, "create": false, "backup": false, "unsafe_writes": false, "search_string": null, "insertafter": null, "validate": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 172629 1726888921.56321: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888921.56813: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888921.56838: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path<<< 172629 1726888921.56925: stdout chunk (state=3): >>> # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value<<< 172629 1726888921.56946: stdout chunk (state=3): >>> # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path <<< 172629 1726888921.56991: stdout chunk (state=3): >>># restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io<<< 172629 1726888921.57034: stdout chunk (state=3): >>> # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath<<< 172629 1726888921.57082: stdout chunk (state=3): >>> # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections<<< 172629 1726888921.57092: stdout chunk (state=3): >>> # 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<<< 172629 1726888921.57160: stdout chunk (state=3): >>> # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil <<< 172629 1726888921.57164: stdout chunk (state=3): >>># cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib<<< 172629 1726888921.57204: stdout chunk (state=3): >>> # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading<<< 172629 1726888921.57220: stdout chunk (state=3): >>> # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible <<< 172629 1726888921.57240: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl <<< 172629 1726888921.57272: stdout chunk (state=3): >>># cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback<<< 172629 1726888921.57291: stdout chunk (state=3): >>> # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # 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<<< 172629 1726888921.57318: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six <<< 172629 1726888921.57367: stdout chunk (state=3): >>># destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy<<< 172629 1726888921.57380: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters<<< 172629 1726888921.57412: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux<<< 172629 1726888921.57430: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # 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<<< 172629 1726888921.57534: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 172629 1726888921.57800: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888921.57836: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc<<< 172629 1726888921.57839: stdout chunk (state=3): >>> # destroy importlib.util<<< 172629 1726888921.57882: stdout chunk (state=3): >>> # destroy _bz2<<< 172629 1726888921.57885: stdout chunk (state=3): >>> # destroy _compression # destroy _lzma<<< 172629 1726888921.57912: stdout chunk (state=3): >>> # destroy _blake2 # destroy binascii <<< 172629 1726888921.57947: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path<<< 172629 1726888921.57960: stdout chunk (state=3): >>> # destroy zipfile <<< 172629 1726888921.57985: stdout chunk (state=3): >>># destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress<<< 172629 1726888921.58029: stdout chunk (state=3): >>> # destroy ntpath <<< 172629 1726888921.58072: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__<<< 172629 1726888921.58108: stdout chunk (state=3): >>> # 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<<< 172629 1726888921.58112: stdout chunk (state=3): >>> # destroy grp # destroy encodings # destroy _locale<<< 172629 1726888921.58144: stdout chunk (state=3): >>> # destroy pwd<<< 172629 1726888921.58172: stdout chunk (state=3): >>> # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess<<< 172629 1726888921.58193: stdout chunk (state=3): >>> # destroy syslog<<< 172629 1726888921.58217: stdout chunk (state=3): >>> # destroy uuid # destroy selectors <<< 172629 1726888921.58220: stdout chunk (state=3): >>># destroy errno<<< 172629 1726888921.58265: stdout chunk (state=3): >>> # destroy array<<< 172629 1726888921.58269: stdout chunk (state=3): >>> # destroy datetime <<< 172629 1726888921.58304: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro<<< 172629 1726888921.58307: stdout chunk (state=3): >>> # destroy distro.distro # destroy argparse<<< 172629 1726888921.58420: stdout chunk (state=3): >>> # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux <<< 172629 1726888921.58423: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian<<< 172629 1726888921.58426: stdout chunk (state=3): >>> <<< 172629 1726888921.58428: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes<<< 172629 1726888921.58431: stdout chunk (state=3): >>> <<< 172629 1726888921.58478: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 172629 1726888921.58481: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback<<< 172629 1726888921.58505: stdout chunk (state=3): >>> # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 172629 1726888921.58508: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing<<< 172629 1726888921.58535: stdout chunk (state=3): >>> # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib<<< 172629 1726888921.58548: stdout chunk (state=3): >>> # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external<<< 172629 1726888921.58579: stdout chunk (state=3): >>> # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct<<< 172629 1726888921.58615: stdout chunk (state=3): >>> # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre<<< 172629 1726888921.58618: stdout chunk (state=3): >>> # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections<<< 172629 1726888921.58648: stdout chunk (state=3): >>> # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig<<< 172629 1726888921.58663: stdout chunk (state=3): >>> # cleanup[3] wiping os # destroy posixpath<<< 172629 1726888921.58695: stdout chunk (state=3): >>> # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat<<< 172629 1726888921.58709: stdout chunk (state=3): >>> # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc<<< 172629 1726888921.58744: stdout chunk (state=3): >>> # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io <<< 172629 1726888921.58748: 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<<< 172629 1726888921.58793: stdout chunk (state=3): >>> # cleanup[3] wiping builtins<<< 172629 1726888921.58797: stdout chunk (state=3): >>> # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal<<< 172629 1726888921.58903: stdout chunk (state=3): >>> # destroy _datetime <<< 172629 1726888921.59064: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888921.59070: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726888921.59163: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888921.59166: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 172629 1726888921.59212: stdout chunk (state=3): >>># destroy stat # destroy genericpath <<< 172629 1726888921.59238: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888921.59258: stdout chunk (state=3): >>># destroy copyreg <<< 172629 1726888921.59326: stdout chunk (state=3): >>># 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 <<< 172629 1726888921.59349: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external<<< 172629 1726888921.59377: stdout chunk (state=3): >>> # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules<<< 172629 1726888921.59530: stdout chunk (state=3): >>> # destroy _frozen_importlib # destroy codecs<<< 172629 1726888921.59598: stdout chunk (state=3): >>> # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs<<< 172629 1726888921.59645: stdout chunk (state=3): >>> # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 172629 1726888921.59672: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726888921.59722: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 172629 1726888921.59725: stdout chunk (state=3): >>># destroy _operator <<< 172629 1726888921.59787: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools <<< 172629 1726888921.59812: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888921.60532: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888921.60535: stdout chunk (state=3): >>><<< 172629 1726888921.60537: stderr chunk (state=3): >>><<< 172629 1726888921.60872: _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 0x7fd18c0184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bfe7b30> # /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 0x7fd18c01aa50> 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 0x7fd18be2d130> # /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 0x7fd18be2e120> 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 0x7fd18be73f80> # /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 0x7fd18be80110> # /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 0x7fd18bea3950> # /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 0x7fd18bea3fe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18be83bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18be812e0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18be71130> # /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 0x7fd18bec78f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bec6510> # /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 0x7fd18be82390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bec4d10> # /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 0x7fd18bef4950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18be703b0> # /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 0x7fd18bef4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bef4cb0> # 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 0x7fd18bef50a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18be66ed0> # /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 0x7fd18bef5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bef5460> 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 0x7fd18bef6660> 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 0x7fd18bf10890> 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 0x7fd18bf11fd0> # /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 0x7fd18bf12e40> # 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 0x7fd18bf13470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bf12390> # /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 0x7fd18bf13e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bf13590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bef66c0> # /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 0x7fd18bc97cb0> # /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 0x7fd18bcc0800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bcc0560> # 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 0x7fd18bcc0830> # /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 0x7fd18bcc1160> # 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 0x7fd18bcc1b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bcc0a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bc95e50> # /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 0x7fd18bcc2f30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bcc1c70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bef6db0> # /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 0x7fd18bceb260> # /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 0x7fd18bd135f0> # /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 0x7fd18bd703e0> # /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 0x7fd18bd72b40> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bd70500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bd393d0> # /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 0x7fd18bb75490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bd123f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bcc3e30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd18bd12750> # zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_6mxtbh3r/ansible_lineinfile_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bbcb1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bbaa0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bba9250> # 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 0x7fd18bbc8f20> # /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 0x7fd18bbf6a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bbf67e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bbf60f0> # /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 0x7fd18bbf68a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bbcbbf0> 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 0x7fd18bbf77d0> # 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 0x7fd18bbf79b0> # /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 0x7fd18bbf7ef0> 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 0x7fd18b519ca0> # 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 0x7fd18b51b890> # /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 0x7fd18b51c260> # /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 0x7fd18b51d130> # /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 0x7fd18b51fe30> # 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 0x7fd18bcc2ea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b51e120> # /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 0x7fd18b527e30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b526900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b526660> # /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 0x7fd18b526bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b51e630> # 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 0x7fd18b56ba70> # /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 0x7fd18b56c1d0> # /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 0x7fd18b56dca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b56da60> # /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 0x7fd18b5701d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b56e360> # /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 0x7fd18b573980> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b570380> # 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 0x7fd18b574a70> # 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 0x7fd18b574bf0> # 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 0x7fd18b574b30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b56c380> # /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 0x7fd18b400350> # 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 0x7fd18b4018b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b576ae0> # 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 0x7fd18b577e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b576720> # 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 0x7fd18b4059d0> # /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 0x7fd18b406840> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b401af0> 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 0x7fd18b4065a0> # 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 0x7fd18b407ad0> # 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 0x7fd18b412510> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b40d340> 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 0x7fd18b502d80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18bc26a50> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b412600> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd18b519b80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/etc/fstab (content)", "after_header": "/etc/fstab (content)"}, {"before_header": "/etc/fstab (file attributes)", "after_header": "/etc/fstab (file attributes)"}], "invocation": {"module_args": {"insertbefore": "^#", "firstmatch": true, "line": "# system_role:storage", "regexp": "# system_role:storage", "path": "/etc/fstab", "state": "present", "backrefs": false, "create": false, "backup": false, "unsafe_writes": false, "search_string": null, "insertafter": null, "validate": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726888921.62465: done with _execute_module (lineinfile, {'insertbefore': '^#', 'firstmatch': True, 'line': '# system_role:storage', 'regexp': '# system_role:storage', 'path': '/etc/fstab', 'state': 'present', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'lineinfile', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888920.9627752-173317-37414849202617/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888921.62468: _low_level_execute_command(): starting 172629 1726888921.62470: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888920.9627752-173317-37414849202617/ > /dev/null 2>&1 && sleep 0' 172629 1726888921.62473: 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 <<< 172629 1726888921.62476: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888921.62478: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888921.65163: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888921.65178: stdout chunk (state=3): >>><<< 172629 1726888921.65182: stderr chunk (state=3): >>><<< 172629 1726888921.65282: _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 172629 1726888921.65286: handler run complete 172629 1726888921.65309: attempt loop complete, returning result 172629 1726888921.65313: _execute() done 172629 1726888921.65316: dumping result to json 172629 1726888921.65329: done dumping result, returning 172629 1726888921.65332: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-d0a8-add8-000000000347] 172629 1726888921.65334: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000347 ok: [managed_node1] => { "backup": "", "changed": false } 172629 1726888921.65750: no more pending results, returning what we have 172629 1726888921.65752: results queue empty 172629 1726888921.65754: checking for any_errors_fatal 172629 1726888921.65766: done checking for any_errors_fatal 172629 1726888921.65767: checking for max_fail_percentage 172629 1726888921.65769: done checking for max_fail_percentage 172629 1726888921.65770: checking to see if all hosts have failed and the running result is not ok 172629 1726888921.65771: done checking to see if all hosts have failed 172629 1726888921.65772: getting the remaining hosts for this loop 172629 1726888921.65776: done getting the remaining hosts for this loop 172629 1726888921.65779: getting the next task for host managed_node1 172629 1726888921.65785: done getting next task for host managed_node1 172629 1726888921.65789: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 172629 1726888921.65792: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888921.65802: getting variables 172629 1726888921.65803: in VariableManager get_vars() 172629 1726888921.65969: Calling all_inventory to load vars for managed_node1 172629 1726888921.65973: Calling groups_inventory to load vars for managed_node1 172629 1726888921.65975: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888921.65985: Calling all_plugins_play to load vars for managed_node1 172629 1726888921.65987: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888921.65990: Calling groups_plugins_play to load vars for managed_node1 172629 1726888921.66578: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000347 172629 1726888921.66582: WORKER PROCESS EXITING 172629 1726888921.66659: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888921.67239: done with get_vars() 172629 1726888921.67264: 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 23:22:01 -0400 (0:00:00.778) 0:00:21.953 ****** 172629 1726888921.67346: entering _queue_task() for managed_node1/systemd 172629 1726888921.67778: worker is 1 (out of 1 available) 172629 1726888921.67792: exiting _queue_task() for managed_node1/systemd 172629 1726888921.67804: done queuing things up, now waiting for results queue to drain 172629 1726888921.67805: waiting for pending results... 172629 1726888921.68080: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 172629 1726888921.68268: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000349 172629 1726888921.68290: variable 'ansible_search_path' from source: unknown 172629 1726888921.68299: variable 'ansible_search_path' from source: unknown 172629 1726888921.68361: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888921.68589: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888921.68663: dumping result to json 172629 1726888921.68674: done dumping result, returning 172629 1726888921.68687: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-d0a8-add8-000000000349] 172629 1726888921.68698: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000349 172629 1726888921.68918: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000349 172629 1726888921.68922: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888921.68975: no more pending results, returning what we have 172629 1726888921.68979: results queue empty 172629 1726888921.68980: checking for any_errors_fatal 172629 1726888921.69130: done checking for any_errors_fatal 172629 1726888921.69131: checking for max_fail_percentage 172629 1726888921.69133: done checking for max_fail_percentage 172629 1726888921.69134: checking to see if all hosts have failed and the running result is not ok 172629 1726888921.69135: done checking to see if all hosts have failed 172629 1726888921.69136: getting the remaining hosts for this loop 172629 1726888921.69137: done getting the remaining hosts for this loop 172629 1726888921.69140: getting the next task for host managed_node1 172629 1726888921.69157: done getting next task for host managed_node1 172629 1726888921.69161: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 172629 1726888921.69165: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888921.69179: getting variables 172629 1726888921.69181: in VariableManager get_vars() 172629 1726888921.69213: Calling all_inventory to load vars for managed_node1 172629 1726888921.69216: Calling groups_inventory to load vars for managed_node1 172629 1726888921.69218: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888921.69235: Calling all_plugins_play to load vars for managed_node1 172629 1726888921.69239: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888921.69243: Calling groups_plugins_play to load vars for managed_node1 172629 1726888921.69870: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888921.70728: done with get_vars() 172629 1726888921.70744: done getting variables 172629 1726888921.70814: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:22:01 -0400 (0:00:00.035) 0:00:21.988 ****** 172629 1726888921.70849: entering _queue_task() for managed_node1/debug 172629 1726888921.71278: worker is 1 (out of 1 available) 172629 1726888921.71288: exiting _queue_task() for managed_node1/debug 172629 1726888921.71298: done queuing things up, now waiting for results queue to drain 172629 1726888921.71299: waiting for pending results... 172629 1726888921.71542: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show blivet_output 172629 1726888921.71610: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000034b 172629 1726888921.71639: variable 'ansible_search_path' from source: unknown 172629 1726888921.71748: variable 'ansible_search_path' from source: unknown 172629 1726888921.71752: calling self._execute() 172629 1726888921.71788: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888921.71799: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888921.71812: variable 'omit' from source: magic vars 172629 1726888921.71932: variable 'omit' from source: magic vars 172629 1726888921.72007: variable 'omit' from source: magic vars 172629 1726888921.72046: variable 'omit' from source: magic vars 172629 1726888921.72100: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888921.72142: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888921.72178: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888921.72204: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888921.72220: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888921.72254: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888921.72265: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888921.72272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888921.72385: Set connection var ansible_timeout to 10 172629 1726888921.72407: Set connection var ansible_shell_type to sh 172629 1726888921.72508: Set connection var ansible_pipelining to False 172629 1726888921.72511: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888921.72513: Set connection var ansible_shell_executable to /bin/sh 172629 1726888921.72515: Set connection var ansible_connection to ssh 172629 1726888921.72517: variable 'ansible_shell_executable' from source: unknown 172629 1726888921.72519: variable 'ansible_connection' from source: unknown 172629 1726888921.72521: variable 'ansible_module_compression' from source: unknown 172629 1726888921.72523: variable 'ansible_shell_type' from source: unknown 172629 1726888921.72525: variable 'ansible_shell_executable' from source: unknown 172629 1726888921.72527: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888921.72529: variable 'ansible_pipelining' from source: unknown 172629 1726888921.72531: variable 'ansible_timeout' from source: unknown 172629 1726888921.72533: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888921.72658: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888921.72675: variable 'omit' from source: magic vars 172629 1726888921.72683: starting attempt loop 172629 1726888921.72690: running the handler 172629 1726888921.72758: variable 'blivet_output' from source: set_fact 172629 1726888921.72970: variable 'blivet_output' from source: set_fact 172629 1726888921.73266: handler run complete 172629 1726888921.73320: attempt loop complete, returning result 172629 1726888921.73378: _execute() done 172629 1726888921.73382: dumping result to json 172629 1726888921.73384: done dumping result, returning 172629 1726888921.73387: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-d0a8-add8-00000000034b] 172629 1726888921.73389: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000034b ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } 172629 1726888921.73637: no more pending results, returning what we have 172629 1726888921.73640: results queue empty 172629 1726888921.73642: checking for any_errors_fatal 172629 1726888921.73649: done checking for any_errors_fatal 172629 1726888921.73650: checking for max_fail_percentage 172629 1726888921.73652: done checking for max_fail_percentage 172629 1726888921.73652: checking to see if all hosts have failed and the running result is not ok 172629 1726888921.73653: done checking to see if all hosts have failed 172629 1726888921.73654: getting the remaining hosts for this loop 172629 1726888921.73872: done getting the remaining hosts for this loop 172629 1726888921.73876: getting the next task for host managed_node1 172629 1726888921.73883: done getting next task for host managed_node1 172629 1726888921.73893: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 172629 1726888921.73896: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888921.73907: getting variables 172629 1726888921.73908: in VariableManager get_vars() 172629 1726888921.73943: Calling all_inventory to load vars for managed_node1 172629 1726888921.73946: Calling groups_inventory to load vars for managed_node1 172629 1726888921.73949: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888921.73960: Calling all_plugins_play to load vars for managed_node1 172629 1726888921.73963: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888921.73966: Calling groups_plugins_play to load vars for managed_node1 172629 1726888921.74063: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000034b 172629 1726888921.74069: WORKER PROCESS EXITING 172629 1726888921.74635: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888921.75201: done with get_vars() 172629 1726888921.75218: done getting variables 172629 1726888921.75289: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:01 -0400 (0:00:00.044) 0:00:22.033 ****** 172629 1726888921.75324: entering _queue_task() for managed_node1/set_fact 172629 1726888921.75647: worker is 1 (out of 1 available) 172629 1726888921.75667: exiting _queue_task() for managed_node1/set_fact 172629 1726888921.75678: done queuing things up, now waiting for results queue to drain 172629 1726888921.75680: waiting for pending results... 172629 1726888921.75947: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 172629 1726888921.76094: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000034c 172629 1726888921.76120: variable 'ansible_search_path' from source: unknown 172629 1726888921.76134: variable 'ansible_search_path' from source: unknown 172629 1726888921.76181: calling self._execute() 172629 1726888921.76292: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888921.76305: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888921.76319: variable 'omit' from source: magic vars 172629 1726888921.76445: variable 'omit' from source: magic vars 172629 1726888921.76528: variable 'omit' from source: magic vars 172629 1726888921.76785: variable 'blivet_output' from source: set_fact 172629 1726888921.76866: variable 'omit' from source: magic vars 172629 1726888921.76921: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888921.76967: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888921.77060: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888921.77064: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888921.77067: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888921.77074: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888921.77083: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888921.77092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888921.77205: Set connection var ansible_timeout to 10 172629 1726888921.77226: Set connection var ansible_shell_type to sh 172629 1726888921.77239: Set connection var ansible_pipelining to False 172629 1726888921.77250: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888921.77266: Set connection var ansible_shell_executable to /bin/sh 172629 1726888921.77273: Set connection var ansible_connection to ssh 172629 1726888921.77298: variable 'ansible_shell_executable' from source: unknown 172629 1726888921.77325: variable 'ansible_connection' from source: unknown 172629 1726888921.77328: variable 'ansible_module_compression' from source: unknown 172629 1726888921.77331: variable 'ansible_shell_type' from source: unknown 172629 1726888921.77333: variable 'ansible_shell_executable' from source: unknown 172629 1726888921.77335: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888921.77460: variable 'ansible_pipelining' from source: unknown 172629 1726888921.77464: variable 'ansible_timeout' from source: unknown 172629 1726888921.77466: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888921.77525: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888921.77543: variable 'omit' from source: magic vars 172629 1726888921.77557: starting attempt loop 172629 1726888921.77565: running the handler 172629 1726888921.77590: handler run complete 172629 1726888921.77606: attempt loop complete, returning result 172629 1726888921.77613: _execute() done 172629 1726888921.77620: dumping result to json 172629 1726888921.77628: done dumping result, returning 172629 1726888921.77692: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-d0a8-add8-00000000034c] 172629 1726888921.77696: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000034c 172629 1726888921.77764: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000034c 172629 1726888921.77767: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 172629 1726888921.77871: no more pending results, returning what we have 172629 1726888921.77875: results queue empty 172629 1726888921.77876: checking for any_errors_fatal 172629 1726888921.77888: done checking for any_errors_fatal 172629 1726888921.77890: checking for max_fail_percentage 172629 1726888921.77892: done checking for max_fail_percentage 172629 1726888921.77893: checking to see if all hosts have failed and the running result is not ok 172629 1726888921.77894: done checking to see if all hosts have failed 172629 1726888921.77894: getting the remaining hosts for this loop 172629 1726888921.77896: done getting the remaining hosts for this loop 172629 1726888921.77900: getting the next task for host managed_node1 172629 1726888921.78065: done getting next task for host managed_node1 172629 1726888921.78069: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 172629 1726888921.78073: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888921.78083: getting variables 172629 1726888921.78085: in VariableManager get_vars() 172629 1726888921.78122: Calling all_inventory to load vars for managed_node1 172629 1726888921.78126: Calling groups_inventory to load vars for managed_node1 172629 1726888921.78129: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888921.78139: Calling all_plugins_play to load vars for managed_node1 172629 1726888921.78142: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888921.78147: Calling groups_plugins_play to load vars for managed_node1 172629 1726888921.78821: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888921.79428: done with get_vars() 172629 1726888921.79442: done getting variables 172629 1726888921.79500: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:01 -0400 (0:00:00.042) 0:00:22.075 ****** 172629 1726888921.79531: entering _queue_task() for managed_node1/set_fact 172629 1726888921.79830: worker is 1 (out of 1 available) 172629 1726888921.79843: exiting _queue_task() for managed_node1/set_fact 172629 1726888921.79861: done queuing things up, now waiting for results queue to drain 172629 1726888921.79863: waiting for pending results... 172629 1726888921.80201: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 172629 1726888921.80309: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000034d 172629 1726888921.80326: variable 'ansible_search_path' from source: unknown 172629 1726888921.80338: variable 'ansible_search_path' from source: unknown 172629 1726888921.80410: calling self._execute() 172629 1726888921.80554: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888921.80624: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888921.80640: variable 'omit' from source: magic vars 172629 1726888921.80776: variable 'omit' from source: magic vars 172629 1726888921.80853: variable 'omit' from source: magic vars 172629 1726888921.81210: variable 'blivet_output' from source: set_fact 172629 1726888921.81321: variable 'omit' from source: magic vars 172629 1726888921.81367: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888921.81405: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888921.81438: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888921.81460: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888921.81477: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888921.81509: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888921.81517: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888921.81532: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888921.81648: Set connection var ansible_timeout to 10 172629 1726888921.81662: Set connection var ansible_shell_type to sh 172629 1726888921.81673: Set connection var ansible_pipelining to False 172629 1726888921.81683: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888921.81690: Set connection var ansible_shell_executable to /bin/sh 172629 1726888921.81757: Set connection var ansible_connection to ssh 172629 1726888921.81761: variable 'ansible_shell_executable' from source: unknown 172629 1726888921.81763: variable 'ansible_connection' from source: unknown 172629 1726888921.81765: variable 'ansible_module_compression' from source: unknown 172629 1726888921.81768: variable 'ansible_shell_type' from source: unknown 172629 1726888921.81770: variable 'ansible_shell_executable' from source: unknown 172629 1726888921.81772: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888921.81774: variable 'ansible_pipelining' from source: unknown 172629 1726888921.81777: variable 'ansible_timeout' from source: unknown 172629 1726888921.81779: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888921.81926: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888921.81943: variable 'omit' from source: magic vars 172629 1726888921.81959: starting attempt loop 172629 1726888921.81974: running the handler 172629 1726888921.81990: handler run complete 172629 1726888921.82059: attempt loop complete, returning result 172629 1726888921.82062: _execute() done 172629 1726888921.82065: dumping result to json 172629 1726888921.82067: done dumping result, returning 172629 1726888921.82069: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-d0a8-add8-00000000034d] 172629 1726888921.82079: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000034d ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } 172629 1726888921.82270: no more pending results, returning what we have 172629 1726888921.82273: results queue empty 172629 1726888921.82275: checking for any_errors_fatal 172629 1726888921.82280: done checking for any_errors_fatal 172629 1726888921.82281: checking for max_fail_percentage 172629 1726888921.82283: done checking for max_fail_percentage 172629 1726888921.82283: checking to see if all hosts have failed and the running result is not ok 172629 1726888921.82284: done checking to see if all hosts have failed 172629 1726888921.82285: getting the remaining hosts for this loop 172629 1726888921.82287: done getting the remaining hosts for this loop 172629 1726888921.82459: getting the next task for host managed_node1 172629 1726888921.82468: done getting next task for host managed_node1 172629 1726888921.82472: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 172629 1726888921.82476: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888921.82487: getting variables 172629 1726888921.82495: in VariableManager get_vars() 172629 1726888921.82532: Calling all_inventory to load vars for managed_node1 172629 1726888921.82535: Calling groups_inventory to load vars for managed_node1 172629 1726888921.82537: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888921.82549: Calling all_plugins_play to load vars for managed_node1 172629 1726888921.82552: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888921.82671: Calling groups_plugins_play to load vars for managed_node1 172629 1726888921.83259: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000034d 172629 1726888921.83264: WORKER PROCESS EXITING 172629 1726888921.83286: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888921.83915: done with get_vars() 172629 1726888921.83931: 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 23:22:01 -0400 (0:00:00.045) 0:00:22.120 ****** 172629 1726888921.84035: entering _queue_task() for managed_node1/mount 172629 1726888921.84375: worker is 1 (out of 1 available) 172629 1726888921.84388: exiting _queue_task() for managed_node1/mount 172629 1726888921.84516: done queuing things up, now waiting for results queue to drain 172629 1726888921.84518: waiting for pending results... 172629 1726888921.84696: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 172629 1726888921.84860: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000034e 172629 1726888921.84881: variable 'ansible_search_path' from source: unknown 172629 1726888921.84889: variable 'ansible_search_path' from source: unknown 172629 1726888921.85226: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888921.87934: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888921.88014: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888921.88071: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888921.88118: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888921.88152: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888921.88246: 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) 172629 1726888921.88285: 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) 172629 1726888921.88310: 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) 172629 1726888921.88345: 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) 172629 1726888921.88369: 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) 172629 1726888921.88413: 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) 172629 1726888921.88437: 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) 172629 1726888921.88466: 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) 172629 1726888921.88660: 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) 172629 1726888921.88663: 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) 172629 1726888921.88683: variable 'blivet_output' from source: set_fact 172629 1726888921.88762: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888921.88931: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888921.88974: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888921.89016: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888921.89061: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888921.89120: 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) 172629 1726888921.89146: 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) 172629 1726888921.89177: 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) 172629 1726888921.89206: 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) 172629 1726888921.89281: dumping result to json 172629 1726888921.89328: done dumping result, returning 172629 1726888921.89331: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-d0a8-add8-00000000034e] 172629 1726888921.89334: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000034e skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888921.89476: no more pending results, returning what we have 172629 1726888921.89480: results queue empty 172629 1726888921.89481: checking for any_errors_fatal 172629 1726888921.89488: done checking for any_errors_fatal 172629 1726888921.89488: checking for max_fail_percentage 172629 1726888921.89490: done checking for max_fail_percentage 172629 1726888921.89491: checking to see if all hosts have failed and the running result is not ok 172629 1726888921.89492: done checking to see if all hosts have failed 172629 1726888921.89493: getting the remaining hosts for this loop 172629 1726888921.89495: done getting the remaining hosts for this loop 172629 1726888921.89498: getting the next task for host managed_node1 172629 1726888921.89505: done getting next task for host managed_node1 172629 1726888921.89509: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888921.89513: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888921.89529: getting variables 172629 1726888921.89531: in VariableManager get_vars() 172629 1726888921.89568: Calling all_inventory to load vars for managed_node1 172629 1726888921.89571: Calling groups_inventory to load vars for managed_node1 172629 1726888921.89574: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888921.89584: Calling all_plugins_play to load vars for managed_node1 172629 1726888921.89587: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888921.89590: Calling groups_plugins_play to load vars for managed_node1 172629 1726888921.90396: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000034e 172629 1726888921.90406: WORKER PROCESS EXITING 172629 1726888921.90527: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888921.91462: done with get_vars() 172629 1726888921.91478: 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 23:22:01 -0400 (0:00:00.075) 0:00:22.195 ****** 172629 1726888921.91580: entering _queue_task() for managed_node1/systemd 172629 1726888921.91905: worker is 1 (out of 1 available) 172629 1726888921.91916: exiting _queue_task() for managed_node1/systemd 172629 1726888921.91928: done queuing things up, now waiting for results queue to drain 172629 1726888921.91929: waiting for pending results... 172629 1726888921.92215: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888921.92388: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000350 172629 1726888921.92409: variable 'ansible_search_path' from source: unknown 172629 1726888921.92417: variable 'ansible_search_path' from source: unknown 172629 1726888921.92458: calling self._execute() 172629 1726888921.92558: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888921.92570: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888921.92583: variable 'omit' from source: magic vars 172629 1726888921.92973: variable 'blivet_output' from source: set_fact 172629 1726888921.93038: Evaluated conditional (blivet_output['mounts']): True 172629 1726888921.93042: variable 'omit' from source: magic vars 172629 1726888921.93108: variable 'omit' from source: magic vars 172629 1726888921.93259: variable 'omit' from source: magic vars 172629 1726888921.93263: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888921.93266: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888921.93283: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888921.93306: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888921.93322: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888921.93368: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888921.93378: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888921.93386: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888921.93498: Set connection var ansible_timeout to 10 172629 1726888921.93510: Set connection var ansible_shell_type to sh 172629 1726888921.93521: Set connection var ansible_pipelining to False 172629 1726888921.93531: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888921.93540: Set connection var ansible_shell_executable to /bin/sh 172629 1726888921.93546: Set connection var ansible_connection to ssh 172629 1726888921.93581: variable 'ansible_shell_executable' from source: unknown 172629 1726888921.93594: variable 'ansible_connection' from source: unknown 172629 1726888921.93603: variable 'ansible_module_compression' from source: unknown 172629 1726888921.93610: variable 'ansible_shell_type' from source: unknown 172629 1726888921.93616: variable 'ansible_shell_executable' from source: unknown 172629 1726888921.93697: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888921.93700: variable 'ansible_pipelining' from source: unknown 172629 1726888921.93703: variable 'ansible_timeout' from source: unknown 172629 1726888921.93705: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888921.93877: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888921.93896: variable 'omit' from source: magic vars 172629 1726888921.93916: starting attempt loop 172629 1726888921.93925: running the handler 172629 1726888921.93943: _low_level_execute_command(): starting 172629 1726888921.93957: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888921.94724: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888921.94741: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888921.94758: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888921.94795: stderr 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 <<< 172629 1726888921.94902: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888921.94926: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888921.95027: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888921.97339: stdout chunk (state=3): >>>/root <<< 172629 1726888921.97551: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888921.97554: stdout chunk (state=3): >>><<< 172629 1726888921.97559: stderr chunk (state=3): >>><<< 172629 1726888921.97684: _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 172629 1726888921.97687: _low_level_execute_command(): starting 172629 1726888921.97691: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888921.975823-173351-143808700458344 `" && echo ansible-tmp-1726888921.975823-173351-143808700458344="` echo /root/.ansible/tmp/ansible-tmp-1726888921.975823-173351-143808700458344 `" ) && sleep 0' 172629 1726888921.98234: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888921.98250: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888921.98268: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888921.98319: stderr 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 <<< 172629 1726888921.98429: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888921.98433: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888921.98452: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888921.98474: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888921.98584: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888922.01308: stdout chunk (state=3): >>>ansible-tmp-1726888921.975823-173351-143808700458344=/root/.ansible/tmp/ansible-tmp-1726888921.975823-173351-143808700458344 <<< 172629 1726888922.01517: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888922.01542: stdout chunk (state=3): >>><<< 172629 1726888922.01545: stderr chunk (state=3): >>><<< 172629 1726888922.01761: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888921.975823-173351-143808700458344=/root/.ansible/tmp/ansible-tmp-1726888921.975823-173351-143808700458344 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888922.01764: variable 'ansible_module_compression' from source: unknown 172629 1726888922.01766: ANSIBALLZ: Using lock for systemd 172629 1726888922.01769: ANSIBALLZ: Acquiring lock 172629 1726888922.01770: ANSIBALLZ: Lock acquired: 140240262785616 172629 1726888922.01772: ANSIBALLZ: Creating module 172629 1726888922.32211: ANSIBALLZ: Writing module into payload 172629 1726888922.32388: ANSIBALLZ: Writing module 172629 1726888922.32419: ANSIBALLZ: Renaming module 172629 1726888922.32432: ANSIBALLZ: Done creating module 172629 1726888922.32482: variable 'ansible_facts' from source: unknown 172629 1726888922.32692: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888921.975823-173351-143808700458344/AnsiballZ_systemd.py 172629 1726888922.32938: Sending initial data 172629 1726888922.32941: Sent initial data (157 bytes) 172629 1726888922.33443: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888922.33476: 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 <<< 172629 1726888922.33567: 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 <<< 172629 1726888922.33597: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888922.33682: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888922.36026: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 172629 1726888922.36061: 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 <<< 172629 1726888922.36109: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888922.36203: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp0zx2mdsp /root/.ansible/tmp/ansible-tmp-1726888921.975823-173351-143808700458344/AnsiballZ_systemd.py <<< 172629 1726888922.36207: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888921.975823-173351-143808700458344/AnsiballZ_systemd.py" <<< 172629 1726888922.36246: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp0zx2mdsp" to remote "/root/.ansible/tmp/ansible-tmp-1726888921.975823-173351-143808700458344/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888921.975823-173351-143808700458344/AnsiballZ_systemd.py" <<< 172629 1726888922.38211: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888922.38214: stdout chunk (state=3): >>><<< 172629 1726888922.38217: stderr chunk (state=3): >>><<< 172629 1726888922.38219: done transferring module to remote 172629 1726888922.38221: _low_level_execute_command(): starting 172629 1726888922.38223: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888921.975823-173351-143808700458344/ /root/.ansible/tmp/ansible-tmp-1726888921.975823-173351-143808700458344/AnsiballZ_systemd.py && sleep 0' 172629 1726888922.38841: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888922.38973: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888922.38980: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888922.39004: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888922.39090: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888922.41646: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888922.41712: stderr chunk (state=3): >>><<< 172629 1726888922.41715: stdout chunk (state=3): >>><<< 172629 1726888922.41735: _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 172629 1726888922.41739: _low_level_execute_command(): starting 172629 1726888922.41744: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888921.975823-173351-143808700458344/AnsiballZ_systemd.py && sleep 0' 172629 1726888922.42383: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888922.42398: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888922.42414: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888922.42432: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888922.42450: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888922.42473: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888922.42488: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888922.42568: 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 <<< 172629 1726888922.42589: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888922.42603: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888922.42672: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888922.42810: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888922.46123: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888922.46190: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888922.46214: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888922.46274: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888922.46331: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 172629 1726888922.46346: stdout chunk (state=3): >>># installing zipimport hook<<< 172629 1726888922.46383: stdout chunk (state=3): >>> import 'time' # <<< 172629 1726888922.46408: stdout chunk (state=3): >>>import 'zipimport' # <<< 172629 1726888922.46485: 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 <<< 172629 1726888922.46510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888922.46546: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888922.46589: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888922.46657: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888922.46702: 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 0x7fac32ae84d0><<< 172629 1726888922.46745: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32ab7b30><<< 172629 1726888922.46784: stdout chunk (state=3): >>> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 172629 1726888922.46797: 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 0x7fac32aeaa50> <<< 172629 1726888922.46822: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888922.46870: stdout chunk (state=3): >>> import '_abc' # <<< 172629 1726888922.46886: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726888922.46912: stdout chunk (state=3): >>> import 'io' # <<< 172629 1726888922.46973: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888922.47144: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # <<< 172629 1726888922.47148: stdout chunk (state=3): >>>import 'posixpath' # <<< 172629 1726888922.47196: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 172629 1726888922.47224: stdout chunk (state=3): >>> Processing user site-packages Processing global site-packages<<< 172629 1726888922.47253: stdout chunk (state=3): >>> Adding directory: '/usr/lib64/python3.12/site-packages'<<< 172629 1726888922.47258: stdout chunk (state=3): >>> Adding directory: '/usr/lib/python3.12/site-packages'<<< 172629 1726888922.47285: stdout chunk (state=3): >>> <<< 172629 1726888922.47316: 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 <<< 172629 1726888922.47347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888922.47442: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32899130> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py<<< 172629 1726888922.47461: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'<<< 172629 1726888922.47486: stdout chunk (state=3): >>> import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac3289a120> <<< 172629 1726888922.47535: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888922.47590: 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<<< 172629 1726888922.47593: stdout chunk (state=3): >>> Type "help", "copyright", "credits" or "license" for more information.<<< 172629 1726888922.47618: stdout chunk (state=3): >>> <<< 172629 1726888922.48260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py<<< 172629 1726888922.48293: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'<<< 172629 1726888922.48304: stdout chunk (state=3): >>> <<< 172629 1726888922.48330: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py<<< 172629 1726888922.48356: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888922.48400: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888922.48444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'<<< 172629 1726888922.48485: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888922.48527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'<<< 172629 1726888922.48560: stdout chunk (state=3): >>> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac328d7fe0> <<< 172629 1726888922.48584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py<<< 172629 1726888922.48617: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888922.48662: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726888922.48703: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac328ec170> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py<<< 172629 1726888922.48746: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888922.48786: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888922.48873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'<<< 172629 1726888922.48894: stdout chunk (state=3): >>> import 'itertools' # <<< 172629 1726888922.48951: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726888922.48986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac3290fa10> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py<<< 172629 1726888922.49015: stdout chunk (state=3): >>> <<< 172629 1726888922.49025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac329300e0> <<< 172629 1726888922.49105: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac328efcb0><<< 172629 1726888922.49139: stdout chunk (state=3): >>> <<< 172629 1726888922.49142: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888922.49182: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac328ed3d0> <<< 172629 1726888922.49319: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac328d5190><<< 172629 1726888922.49360: stdout chunk (state=3): >>> <<< 172629 1726888922.49385: 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'<<< 172629 1726888922.49418: stdout chunk (state=3): >>> import '_sre' # <<< 172629 1726888922.49450: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py<<< 172629 1726888922.49489: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888922.49561: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888922.49600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32933980><<< 172629 1726888922.49632: stdout chunk (state=3): >>> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac329325a0><<< 172629 1726888922.49643: stdout chunk (state=3): >>> <<< 172629 1726888922.49712: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726888922.49730: 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 0x7fac328ee3c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32930dd0><<< 172629 1726888922.49799: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888922.49843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 172629 1726888922.49871: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac329609e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac328d4410> <<< 172629 1726888922.49924: 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'<<< 172629 1726888922.49966: stdout chunk (state=3): >>> # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888922.49980: 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 0x7fac32960e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32960d40><<< 172629 1726888922.50061: stdout chunk (state=3): >>> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.50064: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.50120: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac32961130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac328d2f30><<< 172629 1726888922.50149: stdout chunk (state=3): >>> <<< 172629 1726888922.50156: 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' <<< 172629 1726888922.50249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888922.50275: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac329617f0> <<< 172629 1726888922.50292: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac329614c0> import 'importlib.machinery' # <<< 172629 1726888922.50322: 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'<<< 172629 1726888922.50365: stdout chunk (state=3): >>> import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac329626f0> <<< 172629 1726888922.50407: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726888922.50410: stdout chunk (state=3): >>> import 'runpy' # <<< 172629 1726888922.50440: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888922.50507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888922.50554: 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 0x7fac3297c8f0><<< 172629 1726888922.50591: stdout chunk (state=3): >>> import 'errno' # <<< 172629 1726888922.50648: 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' <<< 172629 1726888922.50683: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac3297e030> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888922.50714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888922.50773: 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'<<< 172629 1726888922.50787: stdout chunk (state=3): >>> import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac3297eed0> <<< 172629 1726888922.50862: 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'<<< 172629 1726888922.50884: stdout chunk (state=3): >>> import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac3297f530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac3297e420> <<< 172629 1726888922.50920: 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' <<< 172629 1726888922.51008: 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'<<< 172629 1726888922.51035: stdout chunk (state=3): >>> import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac3297ffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac3297f6e0> <<< 172629 1726888922.51121: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32962720> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py<<< 172629 1726888922.51132: stdout chunk (state=3): >>> <<< 172629 1726888922.51165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'<<< 172629 1726888922.51211: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888922.51259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'<<< 172629 1726888922.51318: stdout chunk (state=3): >>> # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.51322: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.51367: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac32667e00> # /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'<<< 172629 1726888922.51435: stdout chunk (state=3): >>> # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888922.51464: stdout chunk (state=3): >>> # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac326908c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32690620><<< 172629 1726888922.51517: 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' <<< 172629 1726888922.51582: stdout chunk (state=3): >>>import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac32690800> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888922.51596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726888922.51703: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.52183: 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 0x7fac326911c0> # 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 0x7fac32691af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32690a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32665fa0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888922.52218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32692ed0> <<< 172629 1726888922.52260: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32691c10><<< 172629 1726888922.52292: stdout chunk (state=3): >>> <<< 172629 1726888922.52308: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32962e10> <<< 172629 1726888922.52344: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888922.52449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888922.52483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py<<< 172629 1726888922.52538: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888922.52602: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac326bb1d0> <<< 172629 1726888922.52683: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888922.52716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'<<< 172629 1726888922.52747: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888922.52840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac326e7560> <<< 172629 1726888922.52882: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888922.52961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888922.53050: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888922.53089: 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'<<< 172629 1726888922.53122: stdout chunk (state=3): >>> import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32740350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888922.53175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'<<< 172629 1726888922.53219: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888922.53290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888922.53560: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32742ab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32740470> <<< 172629 1726888922.53619: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac3270d340> <<< 172629 1726888922.53681: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726888922.53693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32551490> <<< 172629 1726888922.53728: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac326e6360> <<< 172629 1726888922.53748: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32693da0> <<< 172629 1726888922.54039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'<<< 172629 1726888922.54068: stdout chunk (state=3): >>> <<< 172629 1726888922.54085: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fac32551730> <<< 172629 1726888922.54659: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_y6_ex41t/ansible_systemd_payload.zip' # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888922.54711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888922.54731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'<<< 172629 1726888922.54746: stdout chunk (state=3): >>> <<< 172629 1726888922.54790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888922.54912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'<<< 172629 1726888922.54944: stdout chunk (state=3): >>> <<< 172629 1726888922.54995: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 172629 1726888922.55008: 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 0x7fac325b7230> import '_typing' # <<< 172629 1726888922.55291: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32596120> <<< 172629 1726888922.55316: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32595280> <<< 172629 1726888922.55326: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.55374: stdout chunk (state=3): >>> import 'ansible' # <<< 172629 1726888922.55404: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.55414: stdout chunk (state=3): >>> <<< 172629 1726888922.55465: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888922.55492: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888922.55506: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888922.57707: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.59454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py<<< 172629 1726888922.59469: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 172629 1726888922.59494: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac325b50d0> <<< 172629 1726888922.59537: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py<<< 172629 1726888922.59568: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888922.59612: 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'<<< 172629 1726888922.59615: stdout chunk (state=3): >>> <<< 172629 1726888922.59659: 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'<<< 172629 1726888922.59690: stdout chunk (state=3): >>> # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.59714: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.59789: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac325eabd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac325ea990><<< 172629 1726888922.59793: stdout chunk (state=3): >>> <<< 172629 1726888922.59846: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac325ea2a0> <<< 172629 1726888922.59905: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888922.59908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888922.59967: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac325eacf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac325b7c50><<< 172629 1726888922.59987: stdout chunk (state=3): >>> import 'atexit' # <<< 172629 1726888922.60027: stdout chunk (state=3): >>> # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.60047: 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 0x7fac325eb8c0><<< 172629 1726888922.60092: stdout chunk (state=3): >>> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.60104: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.60139: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac325ebb00> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888922.60225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'<<< 172629 1726888922.60229: stdout chunk (state=3): >>> import '_locale' # <<< 172629 1726888922.60310: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac325ebf50> import 'pwd' # <<< 172629 1726888922.60376: 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' <<< 172629 1726888922.60430: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f31d90> <<< 172629 1726888922.60490: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888922.60497: stdout chunk (state=3): >>> # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888922.60543: stdout chunk (state=3): >>> import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac31f339b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py<<< 172629 1726888922.60547: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888922.60596: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f34380><<< 172629 1726888922.60628: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888922.60677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'<<< 172629 1726888922.60714: stdout chunk (state=3): >>> import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f35250> <<< 172629 1726888922.60744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py<<< 172629 1726888922.60803: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888922.60858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py<<< 172629 1726888922.60872: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'<<< 172629 1726888922.60958: stdout chunk (state=3): >>> import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f37f50> <<< 172629 1726888922.61033: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.61048: 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 0x7fac328d2ed0> <<< 172629 1726888922.61090: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f36210><<< 172629 1726888922.61128: stdout chunk (state=3): >>> <<< 172629 1726888922.61131: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py<<< 172629 1726888922.61140: stdout chunk (state=3): >>> <<< 172629 1726888922.61177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888922.61216: 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'<<< 172629 1726888922.61256: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py<<< 172629 1726888922.61275: stdout chunk (state=3): >>> <<< 172629 1726888922.61435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'<<< 172629 1726888922.61496: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726888922.61504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'<<< 172629 1726888922.61525: stdout chunk (state=3): >>> import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f3fec0> <<< 172629 1726888922.61654: stdout chunk (state=3): >>>import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f3e990><<< 172629 1726888922.61725: stdout chunk (state=3): >>> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f3e6f0> <<< 172629 1726888922.61728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888922.61739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888922.61871: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f3ec60><<< 172629 1726888922.61888: stdout chunk (state=3): >>> <<< 172629 1726888922.61921: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f36720> <<< 172629 1726888922.61971: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888922.61982: stdout chunk (state=3): >>> <<< 172629 1726888922.62036: 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 0x7fac31f83a70> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py <<< 172629 1726888922.62054: 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 0x7fac31f840b0> <<< 172629 1726888922.62115: 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'<<< 172629 1726888922.62142: stdout chunk (state=3): >>> <<< 172629 1726888922.62158: 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'<<< 172629 1726888922.62213: stdout chunk (state=3): >>> # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.62235: 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 0x7fac31f85ca0><<< 172629 1726888922.62272: stdout chunk (state=3): >>> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f85a60> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888922.62315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'<<< 172629 1726888922.62405: stdout chunk (state=3): >>> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.62423: 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 0x7fac31f88260> <<< 172629 1726888922.62444: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f86390> <<< 172629 1726888922.62472: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py<<< 172629 1726888922.62534: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888922.62581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888922.62623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726888922.62636: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888922.62694: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f8b9e0><<< 172629 1726888922.62860: stdout chunk (state=3): >>> <<< 172629 1726888922.62927: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f883e0> <<< 172629 1726888922.63058: 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' <<< 172629 1726888922.63061: 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 0x7fac31f8c830> <<< 172629 1726888922.63145: 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' <<< 172629 1726888922.63148: stdout chunk (state=3): >>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac31f8ca40> <<< 172629 1726888922.63219: 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'<<< 172629 1726888922.63230: stdout chunk (state=3): >>> <<< 172629 1726888922.63413: 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 0x7fac31f8c3b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f843e0> # /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 0x7fac31e18410> <<< 172629 1726888922.63642: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.63674: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.63684: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac31e19580> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f8ebd0><<< 172629 1726888922.63736: 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' <<< 172629 1726888922.63777: 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 0x7fac31f8ff80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f8e810><<< 172629 1726888922.63814: stdout chunk (state=3): >>> # zipimport: zlib available<<< 172629 1726888922.63858: stdout chunk (state=3): >>> <<< 172629 1726888922.63862: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.63884: stdout chunk (state=3): >>> import 'ansible.module_utils.compat' # <<< 172629 1726888922.64032: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888922.64179: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.64221: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888922.64265: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.64285: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888922.64326: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 172629 1726888922.64340: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.64525: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.64537: stdout chunk (state=3): >>> <<< 172629 1726888922.64725: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.65674: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.65803: stdout chunk (state=3): >>> <<< 172629 1726888922.66640: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888922.66646: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 172629 1726888922.66733: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888922.66767: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888922.66771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888922.66886: 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' <<< 172629 1726888922.66890: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac31e1d790> <<< 172629 1726888922.66995: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py<<< 172629 1726888922.67052: 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 0x7fac31e1e5d0> <<< 172629 1726888922.67072: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31e19790><<< 172629 1726888922.67182: stdout chunk (state=3): >>> <<< 172629 1726888922.67194: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available<<< 172629 1726888922.67214: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888922.67272: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888922.67364: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888922.67672: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.67700: stdout chunk (state=3): >>> <<< 172629 1726888922.67818: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888922.67821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 172629 1726888922.67849: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31e1e5a0> <<< 172629 1726888922.67868: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.68660: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.68808: stdout chunk (state=3): >>> <<< 172629 1726888922.69392: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.69517: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.69640: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888922.69679: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.69884: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726888922.69945: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.69964: stdout chunk (state=3): >>> <<< 172629 1726888922.70089: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888922.70125: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.70151: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.70180: stdout chunk (state=3): >>> import 'ansible.module_utils.parsing' # <<< 172629 1726888922.70229: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.70447: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888922.70729: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.71126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888922.71239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726888922.71370: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31e1f7a0> # zipimport: zlib available <<< 172629 1726888922.71661: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888922.71773: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888922.71834: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888922.71877: stdout chunk (state=3): >>> # zipimport: zlib available<<< 172629 1726888922.71888: stdout chunk (state=3): >>> <<< 172629 1726888922.72007: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 172629 1726888922.72026: stdout chunk (state=3): >>> <<< 172629 1726888922.72106: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.72124: stdout chunk (state=3): >>> <<< 172629 1726888922.72221: 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<<< 172629 1726888922.72239: stdout chunk (state=3): >>> <<< 172629 1726888922.72302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888922.72431: 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'<<< 172629 1726888922.72440: stdout chunk (state=3): >>> <<< 172629 1726888922.72505: 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 0x7fac31e2a300> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31e250d0><<< 172629 1726888922.72516: stdout chunk (state=3): >>> <<< 172629 1726888922.72559: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888922.72581: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 172629 1726888922.72600: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.72782: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 172629 1726888922.72792: stdout chunk (state=3): >>> <<< 172629 1726888922.72840: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.72853: stdout chunk (state=3): >>> <<< 172629 1726888922.72916: 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 <<< 172629 1726888922.72929: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888922.72976: 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 <<< 172629 1726888922.73024: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888922.73072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888922.73195: 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 <<< 172629 1726888922.73222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'<<< 172629 1726888922.73324: stdout chunk (state=3): >>> import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f02d80> <<< 172629 1726888922.73402: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31ffaa50> <<< 172629 1726888922.73559: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31e2a6c0> <<< 172629 1726888922.73584: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31e2a450> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888922.73607: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.73653: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.73707: stdout chunk (state=3): >>> import 'ansible.module_utils.common._utils' # <<< 172629 1726888922.73731: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888922.73837: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available<<< 172629 1726888922.73863: stdout chunk (state=3): >>> <<< 172629 1726888922.73892: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888922.73902: stdout chunk (state=3): >>> # zipimport: zlib available<<< 172629 1726888922.74105: stdout chunk (state=3): >>> <<< 172629 1726888922.74234: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.74549: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.74581: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.74631: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.74696: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.74776: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.74840: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.74909: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 172629 1726888922.74912: stdout chunk (state=3): >>> <<< 172629 1726888922.74946: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.75071: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.75191: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.75237: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.75304: 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 <<< 172629 1726888922.75414: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 172629 1726888922.75457: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888922.75552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc'<<< 172629 1726888922.75590: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888922.75671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc'<<< 172629 1726888922.75717: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py<<< 172629 1726888922.75742: stdout chunk (state=3): >>> <<< 172629 1726888922.75759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc'<<< 172629 1726888922.75800: stdout chunk (state=3): >>> # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.75824: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.75840: stdout chunk (state=3): >>>import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac31aaf170><<< 172629 1726888922.75891: stdout chunk (state=3): >>> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31aae5a0><<< 172629 1726888922.75900: stdout chunk (state=3): >>> <<< 172629 1726888922.75999: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31aacaa0><<< 172629 1726888922.76014: stdout chunk (state=3): >>> <<< 172629 1726888922.76358: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31ebad80><<< 172629 1726888922.76376: stdout chunk (state=3): >>> <<< 172629 1726888922.76472: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31eb8ce0><<< 172629 1726888922.76476: stdout chunk (state=3): >>> import 'ansible.module_utils.compat.typing' # <<< 172629 1726888922.76605: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.76798: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.76809: stdout chunk (state=3): >>> <<< 172629 1726888922.77094: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.77116: stdout chunk (state=3): >>> <<< 172629 1726888922.77161: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.77190: stdout chunk (state=3): >>> <<< 172629 1726888922.77276: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py <<< 172629 1726888922.77280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc'<<< 172629 1726888922.77334: stdout chunk (state=3): >>> <<< 172629 1726888922.77338: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py<<< 172629 1726888922.77384: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 172629 1726888922.77413: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 172629 1726888922.77465: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31ea5ee0><<< 172629 1726888922.77497: stdout chunk (state=3): >>> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 172629 1726888922.77539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc'<<< 172629 1726888922.77590: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py<<< 172629 1726888922.77608: stdout chunk (state=3): >>> <<< 172629 1726888922.77657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888922.77729: 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' <<< 172629 1726888922.77749: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31b3d280><<< 172629 1726888922.77811: stdout chunk (state=3): >>> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.77843: 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 0x7fac31b3d580><<< 172629 1726888922.77940: stdout chunk (state=3): >>> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31b20dd0> <<< 172629 1726888922.77981: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31b200b0> <<< 172629 1726888922.78026: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31eb9fd0> <<< 172629 1726888922.78091: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31eb9310> <<< 172629 1726888922.78094: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py<<< 172629 1726888922.78114: stdout chunk (state=3): >>> <<< 172629 1726888922.78135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc'<<< 172629 1726888922.78184: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 172629 1726888922.78222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'<<< 172629 1726888922.78238: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 172629 1726888922.78302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'<<< 172629 1726888922.78319: 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' <<< 172629 1726888922.78382: stdout chunk (state=3): >>>import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac31948290> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31b3fb00><<< 172629 1726888922.78417: 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' <<< 172629 1726888922.78460: stdout chunk (state=3): >>>import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac31b3fce0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31b3ef30> <<< 172629 1726888922.78488: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py<<< 172629 1726888922.78506: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 172629 1726888922.78534: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31948380> <<< 172629 1726888922.78634: stdout chunk (state=3): >>># /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' <<< 172629 1726888922.78706: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac3194af30> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31948f20> <<< 172629 1726888922.78759: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31eb9400><<< 172629 1726888922.78801: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # <<< 172629 1726888922.78845: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.78889: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 172629 1726888922.79007: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888922.79123: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 172629 1726888922.79127: stdout chunk (state=3): >>> <<< 172629 1726888922.79147: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.79217: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.79293: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 172629 1726888922.79343: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.79381: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.79396: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # # zipimport: zlib available<<< 172629 1726888922.79457: stdout chunk (state=3): >>> # zipimport: zlib available<<< 172629 1726888922.79508: stdout chunk (state=3): >>> <<< 172629 1726888922.79511: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 172629 1726888922.79524: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.79600: stdout chunk (state=3): >>> # zipimport: zlib available<<< 172629 1726888922.79611: stdout chunk (state=3): >>> <<< 172629 1726888922.79687: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 172629 1726888922.79714: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.79786: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.79808: stdout chunk (state=3): >>> <<< 172629 1726888922.79868: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 172629 1726888922.79885: stdout chunk (state=3): >>> <<< 172629 1726888922.79988: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 172629 1726888922.80002: stdout chunk (state=3): >>> <<< 172629 1726888922.80096: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.80114: stdout chunk (state=3): >>> <<< 172629 1726888922.80192: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.80204: stdout chunk (state=3): >>> <<< 172629 1726888922.80298: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 172629 1726888922.80316: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.system.cmdline' # <<< 172629 1726888922.80357: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.81160: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.81997: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 172629 1726888922.82000: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888922.82082: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 172629 1726888922.82103: stdout chunk (state=3): >>> <<< 172629 1726888922.82131: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.82150: stdout chunk (state=3): >>> <<< 172629 1726888922.82205: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 172629 1726888922.82235: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 172629 1726888922.82286: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.82326: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 172629 1726888922.82349: stdout chunk (state=3): >>> # zipimport: zlib available<<< 172629 1726888922.82435: stdout chunk (state=3): >>> # zipimport: zlib available<<< 172629 1726888922.82457: stdout chunk (state=3): >>> <<< 172629 1726888922.82563: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 172629 1726888922.82567: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.82612: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.82677: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 172629 1726888922.82688: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.82732: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.82794: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available<<< 172629 1726888922.82804: stdout chunk (state=3): >>> <<< 172629 1726888922.82985: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.83062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726888922.83081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726888922.83123: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac3194b9b0> <<< 172629 1726888922.83175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726888922.83228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'<<< 172629 1726888922.83401: stdout chunk (state=3): >>> <<< 172629 1726888922.83434: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31979010><<< 172629 1726888922.83601: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888922.83661: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 172629 1726888922.83680: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.83823: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.83833: stdout chunk (state=3): >>> <<< 172629 1726888922.83988: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 172629 1726888922.84007: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.84120: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.84131: stdout chunk (state=3): >>> <<< 172629 1726888922.84245: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 172629 1726888922.84267: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888922.84329: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.84408: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888922.84482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888922.84576: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888922.84599: stdout chunk (state=3): >>> <<< 172629 1726888922.84681: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.84884: stdout chunk (state=3): >>>import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac31993500> <<< 172629 1726888922.85009: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac3197bad0> <<< 172629 1726888922.85035: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # <<< 172629 1726888922.85064: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.85163: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.85246: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 172629 1726888922.85280: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.85414: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.85546: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.85743: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.85800: stdout chunk (state=3): >>> <<< 172629 1726888922.86006: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 172629 1726888922.86019: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.system.service_mgr' # <<< 172629 1726888922.86047: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.86100: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.86166: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 172629 1726888922.86180: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.86251: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.86331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py<<< 172629 1726888922.86334: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'<<< 172629 1726888922.86381: stdout chunk (state=3): >>> # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888922.86423: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888922.86433: stdout chunk (state=3): >>> import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac319a6e40> <<< 172629 1726888922.86476: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac319a6990> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available<<< 172629 1726888922.86504: stdout chunk (state=3): >>> <<< 172629 1726888922.86513: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 172629 1726888922.86542: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888922.86606: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.86676: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.hardware.base' # <<< 172629 1726888922.86679: stdout chunk (state=3): >>> <<< 172629 1726888922.86710: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.86941: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.86952: stdout chunk (state=3): >>> <<< 172629 1726888922.87178: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 172629 1726888922.87202: stdout chunk (state=3): >>> <<< 172629 1726888922.87302: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.87373: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.87539: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.87608: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.87682: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 172629 1726888922.87723: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 172629 1726888922.87726: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.87764: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.87797: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.88016: stdout chunk (state=3): >>> <<< 172629 1726888922.88039: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.88302: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 172629 1726888922.88306: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 172629 1726888922.88308: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.88495: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.88506: stdout chunk (state=3): >>> <<< 172629 1726888922.88698: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 172629 1726888922.88719: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.88771: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.88829: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.89776: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.89780: stdout chunk (state=3): >>> <<< 172629 1726888922.90597: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 172629 1726888922.90602: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 172629 1726888922.90623: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.90800: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.90962: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 172629 1726888922.90985: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.91139: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.91289: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 172629 1726888922.91318: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888922.91716: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.91837: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 172629 1726888922.91848: stdout chunk (state=3): >>> # zipimport: zlib available<<< 172629 1726888922.91882: stdout chunk (state=3): >>> # zipimport: zlib available<<< 172629 1726888922.91912: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.network' # <<< 172629 1726888922.91949: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.92024: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.92027: stdout chunk (state=3): >>> <<< 172629 1726888922.92097: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 172629 1726888922.92102: stdout chunk (state=3): >>> <<< 172629 1726888922.92128: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.92312: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.92315: stdout chunk (state=3): >>> <<< 172629 1726888922.92446: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.92766: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.93090: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 172629 1726888922.93139: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.network.aix' # <<< 172629 1726888922.93150: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888922.93261: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # <<< 172629 1726888922.93281: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.93360: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.93376: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 172629 1726888922.93393: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888922.93602: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # <<< 172629 1726888922.93620: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.93659: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.93722: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 172629 1726888922.93742: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.93842: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.93860: stdout chunk (state=3): >>> <<< 172629 1726888922.93948: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 172629 1726888922.93971: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.94040: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888922.94138: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726888922.94168: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.94583: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.94990: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 172629 1726888922.95029: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888922.95115: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.95207: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.network.iscsi' # <<< 172629 1726888922.95247: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.95300: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.95374: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 172629 1726888922.95394: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.95460: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.95518: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 172629 1726888922.95574: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.95616: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.network.openbsd' # <<< 172629 1726888922.95642: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.95768: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.95897: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.network.sunos' # <<< 172629 1726888922.95940: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.95966: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.95985: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 172629 1726888922.96026: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.96100: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.96104: stdout chunk (state=3): >>> <<< 172629 1726888922.96179: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 172629 1726888922.96200: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.96220: stdout chunk (state=3): >>> <<< 172629 1726888922.96233: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.96270: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888922.96345: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.96517: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888922.96633: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 172629 1726888922.96659: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.virtual.freebsd' # <<< 172629 1726888922.96698: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 172629 1726888922.96708: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.96777: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.96861: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 172629 1726888922.96890: stdout chunk (state=3): >>> # zipimport: zlib available<<< 172629 1726888922.96900: stdout chunk (state=3): >>> <<< 172629 1726888922.97401: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.97600: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 172629 1726888922.97666: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888922.97670: stdout chunk (state=3): >>> <<< 172629 1726888922.97749: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 172629 1726888922.97753: stdout chunk (state=3): >>> <<< 172629 1726888922.97778: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.97859: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.97937: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 172629 1726888922.97961: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.98083: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.98209: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 172629 1726888922.98247: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 172629 1726888922.98270: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.98398: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.98529: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 172629 1726888922.98548: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.compat' # <<< 172629 1726888922.98574: stdout chunk (state=3): >>> import 'ansible.module_utils.facts' # # zipimport: zlib available <<< 172629 1726888922.98901: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888922.99025: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 172629 1726888922.99038: stdout chunk (state=3): >>> <<< 172629 1726888922.99168: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888923.38396: stdout chunk (state=3): >>> {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} <<< 172629 1726888923.39532: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888923.39537: 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<<< 172629 1726888923.39551: stdout chunk (state=3): >>> # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr<<< 172629 1726888923.39617: stdout chunk (state=3): >>> # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external<<< 172629 1726888923.39622: stdout chunk (state=3): >>> # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat<<< 172629 1726888923.39658: stdout chunk (state=3): >>> # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler<<< 172629 1726888923.39721: stdout chunk (state=3): >>> # 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<<< 172629 1726888923.39726: stdout chunk (state=3): >>> # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect <<< 172629 1726888923.39770: stdout chunk (state=3): >>># cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib<<< 172629 1726888923.39791: stdout chunk (state=3): >>> # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # 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<<< 172629 1726888923.39862: 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<<< 172629 1726888923.39866: 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<<< 172629 1726888923.39908: 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 <<< 172629 1726888923.39958: stdout chunk (state=3): >>># cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text<<< 172629 1726888923.39962: stdout chunk (state=3): >>> # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text<<< 172629 1726888923.40025: 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<<< 172629 1726888923.40029: 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<<< 172629 1726888923.40113: stdout chunk (state=3): >>> # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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<<< 172629 1726888923.40117: stdout chunk (state=3): >>> # 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 <<< 172629 1726888923.40183: stdout chunk (state=3): >>># cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env<<< 172629 1726888923.40214: stdout chunk (state=3): >>> # 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<<< 172629 1726888923.40240: stdout chunk (state=3): >>> # 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<<< 172629 1726888923.40284: 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<<< 172629 1726888923.40312: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux <<< 172629 1726888923.40364: stdout chunk (state=3): >>># 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<<< 172629 1726888923.40371: stdout chunk (state=3): >>> # 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<<< 172629 1726888923.40400: stdout chunk (state=3): >>> # 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<<< 172629 1726888923.40439: stdout chunk (state=3): >>> # 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<<< 172629 1726888923.40606: stdout chunk (state=3): >>> # 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 ansible.module_utils.service # destroy ansible.module_utils.service <<< 172629 1726888923.40948: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888923.41009: stdout chunk (state=3): >>># destroy _bz2 <<< 172629 1726888923.41042: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 172629 1726888923.41112: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 <<< 172629 1726888923.41172: stdout chunk (state=3): >>># destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib<<< 172629 1726888923.41197: stdout chunk (state=3): >>> # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726888923.41252: stdout chunk (state=3): >>># destroy ntpath<<< 172629 1726888923.41313: stdout chunk (state=3): >>> # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder<<< 172629 1726888923.41316: stdout chunk (state=3): >>> # destroy json.encoder # destroy json.scanner<<< 172629 1726888923.41359: stdout chunk (state=3): >>> # destroy _json # destroy grp # destroy encodings # destroy _locale<<< 172629 1726888923.41397: stdout chunk (state=3): >>> # destroy locale <<< 172629 1726888923.41427: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog <<< 172629 1726888923.41539: stdout chunk (state=3): >>># destroy uuid # destroy selinux <<< 172629 1726888923.41561: stdout chunk (state=3): >>># destroy shutil # destroy distro # destroy distro.distro<<< 172629 1726888923.41583: stdout chunk (state=3): >>> <<< 172629 1726888923.41679: stdout chunk (state=3): >>># destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors<<< 172629 1726888923.41694: stdout chunk (state=3): >>> # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection<<< 172629 1726888923.41759: stdout chunk (state=3): >>> # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle <<< 172629 1726888923.41801: stdout chunk (state=3): >>># destroy queue<<< 172629 1726888923.41978: stdout chunk (state=3): >>> # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing <<< 172629 1726888923.42031: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess <<< 172629 1726888923.42106: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 172629 1726888923.42173: stdout chunk (state=3): >>># destroy ast <<< 172629 1726888923.42219: stdout chunk (state=3): >>># 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 <<< 172629 1726888923.42275: 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<<< 172629 1726888923.42320: stdout chunk (state=3): >>> # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading<<< 172629 1726888923.42387: stdout chunk (state=3): >>> # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib<<< 172629 1726888923.42440: stdout chunk (state=3): >>> # 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<<< 172629 1726888923.42460: 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 # 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 <<< 172629 1726888923.42766: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # 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<<< 172629 1726888923.42788: stdout chunk (state=3): >>> # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888923.42839: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888923.42849: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726888923.42969: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 172629 1726888923.42979: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser<<< 172629 1726888923.42982: stdout chunk (state=3): >>> # destroy tokenize <<< 172629 1726888923.43026: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy _typing<<< 172629 1726888923.43050: stdout chunk (state=3): >>> # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse<<< 172629 1726888923.43076: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools<<< 172629 1726888923.43104: stdout chunk (state=3): >>> # destroy operator # destroy ansible.module_utils.six.moves <<< 172629 1726888923.43150: stdout chunk (state=3): >>># destroy _opcode # destroy importlib.machinery # destroy importlib._abc<<< 172629 1726888923.43176: stdout chunk (state=3): >>> # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp<<< 172629 1726888923.43227: stdout chunk (state=3): >>> # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules <<< 172629 1726888923.43248: stdout chunk (state=3): >>># destroy _frozen_importlib <<< 172629 1726888923.43363: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437<<< 172629 1726888923.43393: stdout chunk (state=3): >>> # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 172629 1726888923.43419: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time<<< 172629 1726888923.43463: stdout chunk (state=3): >>> # destroy _random <<< 172629 1726888923.43476: stdout chunk (state=3): >>># destroy _weakref <<< 172629 1726888923.43512: stdout chunk (state=3): >>># destroy _hashlib # destroy abc<<< 172629 1726888923.43542: stdout chunk (state=3): >>> # destroy _collections_abc # destroy _operator<<< 172629 1726888923.43595: stdout chunk (state=3): >>> # destroy _string # destroy re # destroy _abc <<< 172629 1726888923.43598: stdout chunk (state=3): >>># destroy itertools # destroy _sre # destroy posix # destroy _collections<<< 172629 1726888923.43622: stdout chunk (state=3): >>> # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks<<< 172629 1726888923.43701: stdout chunk (state=3): >>> <<< 172629 1726888923.44370: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888923.44373: stdout chunk (state=3): >>><<< 172629 1726888923.44375: stderr chunk (state=3): >>><<< 172629 1726888923.44413: _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 0x7fac32ae84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32ab7b30> # /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 0x7fac32aeaa50> 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 0x7fac32899130> # /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 0x7fac3289a120> 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 0x7fac328d7fe0> # /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 0x7fac328ec170> # /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 0x7fac3290fa10> # /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 0x7fac329300e0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac328efcb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac328ed3d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac328d5190> # /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 0x7fac32933980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac329325a0> # /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 0x7fac328ee3c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32930dd0> # /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 0x7fac329609e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac328d4410> # /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 0x7fac32960e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32960d40> # 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 0x7fac32961130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac328d2f30> # /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 0x7fac329617f0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac329614c0> 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 0x7fac329626f0> 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 0x7fac3297c8f0> 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 0x7fac3297e030> # /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 0x7fac3297eed0> # 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 0x7fac3297f530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac3297e420> # /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 0x7fac3297ffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac3297f6e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32962720> # /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 0x7fac32667e00> # /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 0x7fac326908c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32690620> # 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 0x7fac32690800> # /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 0x7fac326911c0> # 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 0x7fac32691af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32690a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32665fa0> # /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 0x7fac32692ed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32691c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32962e10> # /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 0x7fac326bb1d0> # /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 0x7fac326e7560> # /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 0x7fac32740350> # /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 0x7fac32742ab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32740470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac3270d340> # /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 0x7fac32551490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac326e6360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32693da0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fac32551730> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_y6_ex41t/ansible_systemd_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 0x7fac325b7230> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32596120> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac32595280> # 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 0x7fac325b50d0> # /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 0x7fac325eabd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac325ea990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac325ea2a0> # /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 0x7fac325eacf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac325b7c50> 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 0x7fac325eb8c0> # 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 0x7fac325ebb00> # /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 0x7fac325ebf50> 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 0x7fac31f31d90> # 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 0x7fac31f339b0> # /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 0x7fac31f34380> # /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 0x7fac31f35250> # /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 0x7fac31f37f50> # 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 0x7fac328d2ed0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f36210> # /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 0x7fac31f3fec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f3e990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f3e6f0> # /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 0x7fac31f3ec60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f36720> # 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 0x7fac31f83a70> # /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 0x7fac31f840b0> # /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 0x7fac31f85ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f85a60> # /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 0x7fac31f88260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f86390> # /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 0x7fac31f8b9e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f883e0> # 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 0x7fac31f8c830> # 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 0x7fac31f8ca40> # 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 0x7fac31f8c3b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f843e0> # /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 0x7fac31e18410> # 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 0x7fac31e19580> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f8ebd0> # 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 0x7fac31f8ff80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31f8e810> # 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 0x7fac31e1d790> # /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 0x7fac31e1e5d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31e19790> 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 0x7fac31e1e5a0> # 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 0x7fac31e1f7a0> # 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 0x7fac31e2a300> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31e250d0> 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 0x7fac31f02d80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31ffaa50> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31e2a6c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31e2a450> # 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 0x7fac31aaf170> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31aae5a0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31aacaa0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31ebad80> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31eb8ce0> 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 0x7fac31ea5ee0> # /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 0x7fac31b3d280> # 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 0x7fac31b3d580> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31b20dd0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31b200b0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31eb9fd0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31eb9310> # /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 0x7fac31948290> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31b3fb00> # 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 0x7fac31b3fce0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31b3ef30> # /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 0x7fac31948380> # /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 0x7fac3194af30> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31948f20> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac31eb9400> 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 0x7fac3194b9b0> # /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 0x7fac31979010> 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 0x7fac31993500> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac3197bad0> 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 0x7fac319a6e40> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac319a6990> 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 # zipimport: zlib available import 'ansible.module_utils.service' # # zipimport: zlib available {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} # 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 ansible.module_utils.service # destroy ansible.module_utils.service # 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 _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.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # 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 _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 _string # destroy re # destroy _abc # destroy itertools # destroy _sre # 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 ansible.module_utils.service # destroy ansible.module_utils.service # 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 _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.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # 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 _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 _string # destroy re # destroy _abc # destroy itertools # destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 172629 1726888923.45542: done with _execute_module (systemd, {'daemon_reload': 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': 'systemd', '_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-1726888921.975823-173351-143808700458344/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888923.45545: _low_level_execute_command(): starting 172629 1726888923.45548: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888921.975823-173351-143808700458344/ > /dev/null 2>&1 && sleep 0' 172629 1726888923.45733: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888923.45736: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888923.45738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888923.45769: stderr 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 <<< 172629 1726888923.45779: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888923.45791: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888923.45804: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888923.45888: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888923.48862: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888923.49062: stderr chunk (state=3): >>><<< 172629 1726888923.49065: stdout chunk (state=3): >>><<< 172629 1726888923.49068: _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 172629 1726888923.49070: handler run complete 172629 1726888923.49073: attempt loop complete, returning result 172629 1726888923.49076: _execute() done 172629 1726888923.49079: dumping result to json 172629 1726888923.49081: done dumping result, returning 172629 1726888923.49084: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-d0a8-add8-000000000350] 172629 1726888923.49087: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000350 172629 1726888923.49153: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000350 172629 1726888923.49161: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "name": null, "status": {} } 172629 1726888923.49222: no more pending results, returning what we have 172629 1726888923.49224: results queue empty 172629 1726888923.49225: checking for any_errors_fatal 172629 1726888923.49232: done checking for any_errors_fatal 172629 1726888923.49233: checking for max_fail_percentage 172629 1726888923.49235: done checking for max_fail_percentage 172629 1726888923.49235: checking to see if all hosts have failed and the running result is not ok 172629 1726888923.49236: done checking to see if all hosts have failed 172629 1726888923.49237: getting the remaining hosts for this loop 172629 1726888923.49239: done getting the remaining hosts for this loop 172629 1726888923.49242: getting the next task for host managed_node1 172629 1726888923.49247: done getting next task for host managed_node1 172629 1726888923.49251: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 172629 1726888923.49258: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888923.49269: getting variables 172629 1726888923.49270: in VariableManager get_vars() 172629 1726888923.49304: Calling all_inventory to load vars for managed_node1 172629 1726888923.49306: Calling groups_inventory to load vars for managed_node1 172629 1726888923.49308: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888923.49318: Calling all_plugins_play to load vars for managed_node1 172629 1726888923.49320: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888923.49323: Calling groups_plugins_play to load vars for managed_node1 172629 1726888923.50110: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888923.50706: done with get_vars() 172629 1726888923.50721: 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 23:22:03 -0400 (0:00:01.592) 0:00:23.788 ****** 172629 1726888923.50815: entering _queue_task() for managed_node1/mount 172629 1726888923.51284: worker is 1 (out of 1 available) 172629 1726888923.51293: exiting _queue_task() for managed_node1/mount 172629 1726888923.51302: done queuing things up, now waiting for results queue to drain 172629 1726888923.51304: waiting for pending results... 172629 1726888923.51386: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 172629 1726888923.51532: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000351 172629 1726888923.51550: variable 'ansible_search_path' from source: unknown 172629 1726888923.51560: variable 'ansible_search_path' from source: unknown 172629 1726888923.51881: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888923.54020: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888923.54163: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888923.54214: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888923.54280: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888923.54319: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888923.54418: 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) 172629 1726888923.54463: 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) 172629 1726888923.54497: 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) 172629 1726888923.54573: 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) 172629 1726888923.54581: 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) 172629 1726888923.54638: 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) 172629 1726888923.54727: 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) 172629 1726888923.54730: 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) 172629 1726888923.54771: 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) 172629 1726888923.54798: 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) 172629 1726888923.54865: 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) 172629 1726888923.54900: 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) 172629 1726888923.54944: 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) 172629 1726888923.55007: 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) 172629 1726888923.55057: 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) 172629 1726888923.55185: variable 'blivet_output' from source: set_fact 172629 1726888923.55307: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888923.55525: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888923.55577: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888923.55661: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888923.55682: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888923.55736: 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) 172629 1726888923.55817: 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) 172629 1726888923.55821: 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) 172629 1726888923.55847: 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) 172629 1726888923.56124: variable 'omit' from source: magic vars 172629 1726888923.56439: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888923.56442: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888923.56445: variable 'omit' from source: magic vars 172629 1726888923.56447: variable 'omit' from source: magic vars 172629 1726888923.56495: variable 'omit' from source: magic vars 172629 1726888923.56645: 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) 172629 1726888923.56685: 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) 172629 1726888923.56712: 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) 172629 1726888923.56765: 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) 172629 1726888923.56860: 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) 172629 1726888923.56880: variable 'mount_info' from source: unknown 172629 1726888923.56892: variable 'omit' from source: magic vars 172629 1726888923.56995: variable 'mount_info' from source: unknown 172629 1726888923.57126: variable 'mount_info' from source: unknown 172629 1726888923.57146: variable 'omit' from source: magic vars 172629 1726888923.57275: variable 'mount_info' from source: unknown 172629 1726888923.57286: variable 'omit' from source: magic vars 172629 1726888923.57377: variable 'mount_info' from source: unknown 172629 1726888923.57398: variable 'omit' from source: magic vars 172629 1726888923.57432: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888923.57470: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888923.57494: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888923.57521: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888923.57632: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888923.57636: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888923.57638: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888923.57640: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888923.57689: Set connection var ansible_timeout to 10 172629 1726888923.57699: Set connection var ansible_shell_type to sh 172629 1726888923.57710: Set connection var ansible_pipelining to False 172629 1726888923.57719: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888923.57727: Set connection var ansible_shell_executable to /bin/sh 172629 1726888923.57739: Set connection var ansible_connection to ssh 172629 1726888923.57767: variable 'ansible_shell_executable' from source: unknown 172629 1726888923.57774: variable 'ansible_connection' from source: unknown 172629 1726888923.57781: variable 'ansible_module_compression' from source: unknown 172629 1726888923.57787: variable 'ansible_shell_type' from source: unknown 172629 1726888923.57792: variable 'ansible_shell_executable' from source: unknown 172629 1726888923.57798: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888923.57805: variable 'ansible_pipelining' from source: unknown 172629 1726888923.57811: variable 'ansible_timeout' from source: unknown 172629 1726888923.57819: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888923.58021: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888923.58036: variable 'omit' from source: magic vars 172629 1726888923.58045: starting attempt loop 172629 1726888923.58051: running the handler 172629 1726888923.58179: _low_level_execute_command(): starting 172629 1726888923.58183: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888923.58739: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888923.58760: 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 <<< 172629 1726888923.58775: 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 found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888923.58842: 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 <<< 172629 1726888923.58912: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888923.61171: stdout chunk (state=3): >>>/root <<< 172629 1726888923.61357: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888923.61377: stdout chunk (state=3): >>><<< 172629 1726888923.61402: stderr chunk (state=3): >>><<< 172629 1726888923.61516: _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 172629 1726888923.61520: _low_level_execute_command(): starting 172629 1726888923.61523: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888923.6142607-173388-121695251904501 `" && echo ansible-tmp-1726888923.6142607-173388-121695251904501="` echo /root/.ansible/tmp/ansible-tmp-1726888923.6142607-173388-121695251904501 `" ) && sleep 0' 172629 1726888923.62071: 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 <<< 172629 1726888923.62140: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888923.62170: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888923.62286: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888923.64985: stdout chunk (state=3): >>>ansible-tmp-1726888923.6142607-173388-121695251904501=/root/.ansible/tmp/ansible-tmp-1726888923.6142607-173388-121695251904501 <<< 172629 1726888923.65223: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888923.65260: stderr chunk (state=3): >>><<< 172629 1726888923.65263: stdout chunk (state=3): >>><<< 172629 1726888923.65461: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888923.6142607-173388-121695251904501=/root/.ansible/tmp/ansible-tmp-1726888923.6142607-173388-121695251904501 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888923.65468: variable 'ansible_module_compression' from source: unknown 172629 1726888923.65470: ANSIBALLZ: Using lock for mount 172629 1726888923.65473: ANSIBALLZ: Acquiring lock 172629 1726888923.65475: ANSIBALLZ: Lock acquired: 140240258351952 172629 1726888923.65477: ANSIBALLZ: Creating module 172629 1726888923.84003: ANSIBALLZ: Writing module into payload 172629 1726888923.84174: ANSIBALLZ: Writing module 172629 1726888923.84207: ANSIBALLZ: Renaming module 172629 1726888923.84220: ANSIBALLZ: Done creating module 172629 1726888923.84246: variable 'ansible_facts' from source: unknown 172629 1726888923.84367: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888923.6142607-173388-121695251904501/AnsiballZ_mount.py 172629 1726888923.84547: Sending initial data 172629 1726888923.84550: Sent initial data (156 bytes) 172629 1726888923.85127: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888923.85161: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888923.85193: 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 <<< 172629 1726888923.85243: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888923.85289: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888923.85293: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888923.85367: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888923.87663: 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 <<< 172629 1726888923.87737: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888923.87797: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpeyh2x48c /root/.ansible/tmp/ansible-tmp-1726888923.6142607-173388-121695251904501/AnsiballZ_mount.py <<< 172629 1726888923.87801: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888923.6142607-173388-121695251904501/AnsiballZ_mount.py" <<< 172629 1726888923.87863: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpeyh2x48c" to remote "/root/.ansible/tmp/ansible-tmp-1726888923.6142607-173388-121695251904501/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888923.6142607-173388-121695251904501/AnsiballZ_mount.py" <<< 172629 1726888923.88670: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888923.88723: stderr chunk (state=3): >>><<< 172629 1726888923.88735: stdout chunk (state=3): >>><<< 172629 1726888923.88796: done transferring module to remote 172629 1726888923.88896: _low_level_execute_command(): starting 172629 1726888923.88899: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888923.6142607-173388-121695251904501/ /root/.ansible/tmp/ansible-tmp-1726888923.6142607-173388-121695251904501/AnsiballZ_mount.py && sleep 0' 172629 1726888923.89482: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888923.89496: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888923.89510: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888923.89593: stderr 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 <<< 172629 1726888923.89640: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888923.89663: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888923.89733: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888923.92245: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888923.92249: stdout chunk (state=3): >>><<< 172629 1726888923.92359: stderr chunk (state=3): >>><<< 172629 1726888923.92363: _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 172629 1726888923.92384: _low_level_execute_command(): starting 172629 1726888923.92387: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888923.6142607-173388-121695251904501/AnsiballZ_mount.py && sleep 0' 172629 1726888923.92957: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888923.92974: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888923.92988: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888923.93002: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888923.93028: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888923.93038: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888923.93066: 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 <<< 172629 1726888923.93077: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888923.93132: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888923.93169: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888923.93184: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888923.93201: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888923.93285: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888923.96420: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888923.96480: stdout chunk (state=3): >>>import _imp # builtin<<< 172629 1726888923.96493: stdout chunk (state=3): >>> <<< 172629 1726888923.96530: stdout chunk (state=3): >>>import '_thread' # <<< 172629 1726888923.96568: stdout chunk (state=3): >>> import '_warnings' # <<< 172629 1726888923.96571: stdout chunk (state=3): >>> import '_weakref' # <<< 172629 1726888923.96669: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888923.96688: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888923.96750: stdout chunk (state=3): >>> import 'posix' # <<< 172629 1726888923.96752: stdout chunk (state=3): >>> <<< 172629 1726888923.96802: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 172629 1726888923.96804: stdout chunk (state=3): >>> <<< 172629 1726888923.96821: stdout chunk (state=3): >>># installing zipimport hook <<< 172629 1726888923.96842: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888923.96866: stdout chunk (state=3): >>> import 'zipimport' # # installed zipimport hook<<< 172629 1726888923.96944: stdout chunk (state=3): >>> # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py<<< 172629 1726888923.96952: stdout chunk (state=3): >>> <<< 172629 1726888923.96961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888923.96989: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888923.96995: stdout chunk (state=3): >>> <<< 172629 1726888923.97030: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888923.97038: stdout chunk (state=3): >>> <<< 172629 1726888923.97109: 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'<<< 172629 1726888923.97114: stdout chunk (state=3): >>> <<< 172629 1726888923.97151: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855ae84d0><<< 172629 1726888923.97158: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855ab7b30><<< 172629 1726888923.97186: stdout chunk (state=3): >>> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py<<< 172629 1726888923.97207: stdout chunk (state=3): >>> <<< 172629 1726888923.97209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'<<< 172629 1726888923.97235: stdout chunk (state=3): >>> import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855aeaa50><<< 172629 1726888923.97275: stdout chunk (state=3): >>> import '_signal' # <<< 172629 1726888923.97304: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726888923.97326: stdout chunk (state=3): >>> import 'abc' # <<< 172629 1726888924.00754: stdout chunk (state=3): >>> 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 0x7f4855899130> # /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 0x7f485589a120> 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 0x7f48558d7fe0> # /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 0x7f48558ec170> # /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 0x7f485590fa10> # /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 0x7f48559300e0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48558efcb0> import '_functools' # <<< 172629 1726888924.00849: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48558ed3d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48558d5190> # /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 0x7f48559338f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855932510> # /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 0x7f48558ee3c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855930a40> # /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 0x7f4855960950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48558d4410> # /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 0x7f4855960e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855960cb0> # 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 0x7f48559610a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48558d2f30> # /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 0x7f4855961760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855961460> 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 0x7f4855962660> 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/__pycac<<< 172629 1726888924.00857: stdout chunk (state=3): >>>he__/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 0x7f485597c860> 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 0x7f485597dfa0> # /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 0x7f485597ee40> # 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 0x7f485597f4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485597e390> # /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 0x7f485597ff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485597f650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855962690> # /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 0x7f4855713d70> # /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 0x7f485573c8c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485573c620> # 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 0x7f485573c8f0> # /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<<< 172629 1726888924.00884: stdout chunk (state=3): >>> '_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 0x7f485573d220> # 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 0x7f485573dc10> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485573cad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855711f10> # /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 0x7f485573f020> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485573dd60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855962d80> # /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 0x7f4855767380> # /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 0x7f485578b710> # /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' <<< 172629 1726888924.00936: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888924.00998: 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 0x7f48557ec530><<< 172629 1726888924.01045: stdout chunk (state=3): >>> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888924.01104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888924.01181: 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' <<< 172629 1726888924.01328: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48557eec90><<< 172629 1726888924.01337: stdout chunk (state=3): >>> <<< 172629 1726888924.01442: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48557ec650><<< 172629 1726888924.01449: stdout chunk (state=3): >>> <<< 172629 1726888924.01500: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48557b5520><<< 172629 1726888924.01506: stdout chunk (state=3): >>> <<< 172629 1726888924.01542: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py<<< 172629 1726888924.01560: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48551255b0><<< 172629 1726888924.01583: stdout chunk (state=3): >>> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485578a510><<< 172629 1726888924.01591: stdout chunk (state=3): >>> <<< 172629 1726888924.01597: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485573ff50><<< 172629 1726888924.01699: stdout chunk (state=3): >>> <<< 172629 1726888924.01778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'<<< 172629 1726888924.01784: stdout chunk (state=3): >>> <<< 172629 1726888924.01812: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f485578ab10><<< 172629 1726888924.01836: stdout chunk (state=3): >>> <<< 172629 1726888924.02032: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_oxru77r_/ansible_mount_payload.zip'<<< 172629 1726888924.02041: stdout chunk (state=3): >>> <<< 172629 1726888924.02058: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.02064: stdout chunk (state=3): >>> <<< 172629 1726888924.02282: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.02293: stdout chunk (state=3): >>> <<< 172629 1726888924.02332: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py<<< 172629 1726888924.02335: stdout chunk (state=3): >>> <<< 172629 1726888924.02358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'<<< 172629 1726888924.02364: stdout chunk (state=3): >>> <<< 172629 1726888924.02423: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py<<< 172629 1726888924.02445: stdout chunk (state=3): >>> <<< 172629 1726888924.02576: 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<<< 172629 1726888924.02579: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'<<< 172629 1726888924.02599: stdout chunk (state=3): >>> <<< 172629 1726888924.02604: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485517b2c0><<< 172629 1726888924.02632: stdout chunk (state=3): >>> import '_typing' # <<< 172629 1726888924.02706: stdout chunk (state=3): >>> <<< 172629 1726888924.02954: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485515e1b0> <<< 172629 1726888924.02959: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485515d340> <<< 172629 1726888924.02965: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.03011: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888924.03014: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.03033: stdout chunk (state=3): >>> <<< 172629 1726888924.03072: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.03082: stdout chunk (state=3): >>> # zipimport: zlib available<<< 172629 1726888924.03119: stdout chunk (state=3): >>> import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888924.05298: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.06974: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888924.06982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 172629 1726888924.07005: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855179190> <<< 172629 1726888924.07053: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726888924.07070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888924.07100: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py<<< 172629 1726888924.07111: stdout chunk (state=3): >>> <<< 172629 1726888924.07115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'<<< 172629 1726888924.07158: stdout chunk (state=3): >>> # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726888924.07169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'<<< 172629 1726888924.07205: stdout chunk (state=3): >>> # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888924.07220: stdout chunk (state=3): >>> # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888924.07225: stdout chunk (state=3): >>> import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48551a6bd0><<< 172629 1726888924.07292: stdout chunk (state=3): >>> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48551a6960> <<< 172629 1726888924.07341: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48551a62d0> <<< 172629 1726888924.07377: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888924.07402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888924.07458: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48551a66f0><<< 172629 1726888924.07477: stdout chunk (state=3): >>> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485517bf50> import 'atexit' # <<< 172629 1726888924.07518: stdout chunk (state=3): >>> # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.07535: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.07582: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48551a79e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888924.07588: stdout chunk (state=3): >>> <<< 172629 1726888924.07606: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.07642: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48551a7c20> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py<<< 172629 1726888924.07647: stdout chunk (state=3): >>> <<< 172629 1726888924.07711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'<<< 172629 1726888924.07736: stdout chunk (state=3): >>> import '_locale' # <<< 172629 1726888924.07802: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48551d00e0><<< 172629 1726888924.07821: stdout chunk (state=3): >>> import 'pwd' # <<< 172629 1726888924.07857: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888924.07901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'<<< 172629 1726888924.07957: stdout chunk (state=3): >>> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855015e80><<< 172629 1726888924.07961: stdout chunk (state=3): >>> <<< 172629 1726888924.07996: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888924.08011: stdout chunk (state=3): >>> <<< 172629 1726888924.08025: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.08035: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4855017aa0> <<< 172629 1726888924.08082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'<<< 172629 1726888924.08086: stdout chunk (state=3): >>> <<< 172629 1726888924.08134: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48550184a0><<< 172629 1726888924.08168: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888924.08216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'<<< 172629 1726888924.08248: stdout chunk (state=3): >>> import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855019640><<< 172629 1726888924.08260: stdout chunk (state=3): >>> <<< 172629 1726888924.08281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888924.08367: 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 <<< 172629 1726888924.08380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'<<< 172629 1726888924.08465: stdout chunk (state=3): >>> import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855020140><<< 172629 1726888924.08471: stdout chunk (state=3): >>> <<< 172629 1726888924.08522: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888924.08529: stdout chunk (state=3): >>> # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888924.08547: stdout chunk (state=3): >>> import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4855020260><<< 172629 1726888924.08552: stdout chunk (state=3): >>> <<< 172629 1726888924.08590: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485501a3f0><<< 172629 1726888924.08599: stdout chunk (state=3): >>> <<< 172629 1726888924.08618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py<<< 172629 1726888924.08661: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888924.08696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 172629 1726888924.08716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'<<< 172629 1726888924.08742: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py<<< 172629 1726888924.08747: stdout chunk (state=3): >>> <<< 172629 1726888924.08785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'<<< 172629 1726888924.08828: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726888924.08835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 172629 1726888924.08871: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855023f20> import '_tokenize' # <<< 172629 1726888924.08981: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48550229f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855022750> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888924.09002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'<<< 172629 1726888924.09118: stdout chunk (state=3): >>> import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855022cc0><<< 172629 1726888924.09127: stdout chunk (state=3): >>> <<< 172629 1726888924.09165: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485501a900> <<< 172629 1726888924.09205: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888924.09212: stdout chunk (state=3): >>> <<< 172629 1726888924.09230: 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 0x7f4855067f80><<< 172629 1726888924.09238: stdout chunk (state=3): >>> <<< 172629 1726888924.09281: 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 <<< 172629 1726888924.09294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888924.09297: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48550681d0><<< 172629 1726888924.09301: stdout chunk (state=3): >>> <<< 172629 1726888924.09332: 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<<< 172629 1726888924.09337: stdout chunk (state=3): >>> <<< 172629 1726888924.09368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'<<< 172629 1726888924.09397: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 172629 1726888924.09406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'<<< 172629 1726888924.09485: stdout chunk (state=3): >>> # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888924.09488: stdout chunk (state=3): >>> <<< 172629 1726888924.09491: 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 0x7f4855069dc0><<< 172629 1726888924.09496: stdout chunk (state=3): >>> <<< 172629 1726888924.09503: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855069b80><<< 172629 1726888924.09534: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888924.09710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'<<< 172629 1726888924.09787: stdout chunk (state=3): >>> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888924.09790: stdout chunk (state=3): >>> # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.09813: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f485506c2f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485506a4b0><<< 172629 1726888924.09839: stdout chunk (state=3): >>> <<< 172629 1726888924.09908: 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'<<< 172629 1726888924.09917: stdout chunk (state=3): >>> <<< 172629 1726888924.09976: 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'<<< 172629 1726888924.09984: stdout chunk (state=3): >>> import '_string' # <<< 172629 1726888924.10208: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485506fad0> <<< 172629 1726888924.10248: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485506c4a0><<< 172629 1726888924.10278: stdout chunk (state=3): >>> <<< 172629 1726888924.10343: 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' <<< 172629 1726888924.10350: 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'<<< 172629 1726888924.10370: stdout chunk (state=3): >>> import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4855070950><<< 172629 1726888924.10443: stdout chunk (state=3): >>> <<< 172629 1726888924.10447: 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'<<< 172629 1726888924.10450: stdout chunk (state=3): >>> <<< 172629 1726888924.10457: 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' <<< 172629 1726888924.10460: stdout chunk (state=3): >>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f485506d010> <<< 172629 1726888924.10546: 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' <<< 172629 1726888924.10558: 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 0x7f4855070c50><<< 172629 1726888924.10576: stdout chunk (state=3): >>> <<< 172629 1726888924.10593: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48550684d0> <<< 172629 1726888924.10634: 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'<<< 172629 1726888924.10667: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py<<< 172629 1726888924.10692: stdout chunk (state=3): >>> <<< 172629 1726888924.10700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'<<< 172629 1726888924.10740: stdout chunk (state=3): >>> # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.10776: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.10896: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48550fc3e0> <<< 172629 1726888924.11029: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888924.11035: stdout chunk (state=3): >>> <<< 172629 1726888924.11075: 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 0x7f48550fd790><<< 172629 1726888924.11093: stdout chunk (state=3): >>> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855072b70> <<< 172629 1726888924.11156: 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'<<< 172629 1726888924.11160: stdout chunk (state=3): >>> import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4855073f20> <<< 172629 1726888924.11193: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48550727b0> <<< 172629 1726888924.11230: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.11232: stdout chunk (state=3): >>> <<< 172629 1726888924.11239: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.11265: stdout chunk (state=3): >>> import 'ansible.module_utils.compat' # <<< 172629 1726888924.11268: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888924.11398: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.11525: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888924.11553: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.11580: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 172629 1726888924.11637: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.11642: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.11693: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888924.11894: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.12065: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.12949: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.12958: stdout chunk (state=3): >>> <<< 172629 1726888924.13815: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888924.13837: stdout chunk (state=3): >>> <<< 172629 1726888924.13859: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888924.13884: stdout chunk (state=3): >>> import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888924.13912: stdout chunk (state=3): >>> # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888924.14003: 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'<<< 172629 1726888924.14012: stdout chunk (state=3): >>> <<< 172629 1726888924.14027: 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 0x7f4854f01940> <<< 172629 1726888924.14175: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726888924.14181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'<<< 172629 1726888924.14197: stdout chunk (state=3): >>> import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4854f026c0> <<< 172629 1726888924.14212: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48550fd5b0><<< 172629 1726888924.14277: stdout chunk (state=3): >>> import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888924.14286: stdout chunk (state=3): >>> <<< 172629 1726888924.14315: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.14348: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.14368: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888924.14394: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888924.14640: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.14800: stdout chunk (state=3): >>> <<< 172629 1726888924.14883: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888924.14907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 172629 1726888924.14927: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4854f02480> <<< 172629 1726888924.14952: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.15677: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.16403: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.16529: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.16641: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888924.16649: stdout chunk (state=3): >>> <<< 172629 1726888924.16669: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.16672: stdout chunk (state=3): >>> <<< 172629 1726888924.16730: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.16735: stdout chunk (state=3): >>> <<< 172629 1726888924.16783: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888924.16788: stdout chunk (state=3): >>> <<< 172629 1726888924.16811: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.16816: stdout chunk (state=3): >>> <<< 172629 1726888924.16917: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.17044: stdout chunk (state=3): >>> import 'ansible.module_utils.errors' # <<< 172629 1726888924.17078: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.17098: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.17112: stdout chunk (state=3): >>> <<< 172629 1726888924.17117: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 172629 1726888924.17143: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.17149: stdout chunk (state=3): >>> <<< 172629 1726888924.17206: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.17211: stdout chunk (state=3): >>> <<< 172629 1726888924.17264: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888924.17277: stdout chunk (state=3): >>> <<< 172629 1726888924.17286: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.17294: stdout chunk (state=3): >>> <<< 172629 1726888924.17664: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.17667: stdout chunk (state=3): >>> <<< 172629 1726888924.18028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py<<< 172629 1726888924.18040: stdout chunk (state=3): >>> <<< 172629 1726888924.18144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726888924.18148: stdout chunk (state=3): >>> <<< 172629 1726888924.18259: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4854f03920> # zipimport: zlib available<<< 172629 1726888924.18290: stdout chunk (state=3): >>> <<< 172629 1726888924.18376: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.18482: stdout chunk (state=3): >>> import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726888924.18514: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 172629 1726888924.18517: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 172629 1726888924.18550: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888924.18603: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.18671: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.18675: stdout chunk (state=3): >>> <<< 172629 1726888924.18736: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888924.18815: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888924.18885: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.18895: stdout chunk (state=3): >>> <<< 172629 1726888924.18982: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.19001: stdout chunk (state=3): >>> <<< 172629 1726888924.19101: 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 <<< 172629 1726888924.19164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'<<< 172629 1726888924.19284: 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' <<< 172629 1726888924.19313: 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 0x7f4854f0e390> <<< 172629 1726888924.19378: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4854f09220> <<< 172629 1726888924.19425: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888924.19432: stdout chunk (state=3): >>> import 'ansible.module_utils.common.process' # <<< 172629 1726888924.19461: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.19466: stdout chunk (state=3): >>> <<< 172629 1726888924.19562: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.19565: stdout chunk (state=3): >>> <<< 172629 1726888924.19660: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.19664: stdout chunk (state=3): >>> <<< 172629 1726888924.19708: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.19763: 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 <<< 172629 1726888924.19779: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888924.19820: 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 <<< 172629 1726888924.19843: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'<<< 172629 1726888924.19848: stdout chunk (state=3): >>> <<< 172629 1726888924.19869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py<<< 172629 1726888924.19981: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888924.19995: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py<<< 172629 1726888924.20050: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888924.20122: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855002b40><<< 172629 1726888924.20129: stdout chunk (state=3): >>> <<< 172629 1726888924.20192: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48551e6810><<< 172629 1726888924.20198: stdout chunk (state=3): >>> <<< 172629 1726888924.20316: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4854f0e3f0><<< 172629 1726888924.20338: stdout chunk (state=3): >>> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855069af0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888924.20348: stdout chunk (state=3): >>> # zipimport: zlib available<<< 172629 1726888924.20399: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888924.20447: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726888924.20461: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888924.20545: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888924.20574: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888924.20598: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.20611: stdout chunk (state=3): >>> import 'ansible_collections' # <<< 172629 1726888924.20638: stdout chunk (state=3): >>> # zipimport: zlib available<<< 172629 1726888924.20646: stdout chunk (state=3): >>> <<< 172629 1726888924.20665: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.20675: stdout chunk (state=3): >>> import 'ansible_collections.ansible' # <<< 172629 1726888924.20706: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888924.20730: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.20733: stdout chunk (state=3): >>> import 'ansible_collections.ansible.posix' # <<< 172629 1726888924.20766: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888924.20794: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.20797: stdout chunk (state=3): >>> <<< 172629 1726888924.20826: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available <<< 172629 1726888924.20849: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.20863: stdout chunk (state=3): >>> import 'ansible_collections.ansible.posix.plugins.modules' # <<< 172629 1726888924.20894: stdout chunk (state=3): >>> # zipimport: zlib available<<< 172629 1726888924.20902: stdout chunk (state=3): >>> <<< 172629 1726888924.21594: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.22220: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 172629 1726888924.22254: stdout chunk (state=3): >>> import 'ansible_collections.ansible.posix.plugins.module_utils' # <<< 172629 1726888924.22270: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888924.22317: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888924.22370: stdout chunk (state=3): >>> import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 172629 1726888924.22483: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.22746: stdout chunk (state=3): >>> {"changed": true, "name": "none", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "fstype": "swap", "invocation": {"module_args": {"src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "path": "none", "fstype": "swap", "opts": "defaults", "state": "present", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null}}} <<< 172629 1726888924.22782: stdout chunk (state=3): >>># destroy __main__<<< 172629 1726888924.22906: stdout chunk (state=3): >>> <<< 172629 1726888924.23296: stdout chunk (state=3): >>># clear sys.path_importer_cache<<< 172629 1726888924.23303: stdout chunk (state=3): >>> <<< 172629 1726888924.23306: stdout chunk (state=3): >>># clear sys.path_hooks <<< 172629 1726888924.23380: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv<<< 172629 1726888924.23386: stdout chunk (state=3): >>> # clear sys.ps1<<< 172629 1726888924.23389: stdout chunk (state=3): >>> # clear sys.ps2 <<< 172629 1726888924.23391: stdout chunk (state=3): >>># clear sys.last_exc <<< 172629 1726888924.23394: stdout chunk (state=3): >>># clear sys.last_type <<< 172629 1726888924.23405: stdout chunk (state=3): >>># clear sys.last_value <<< 172629 1726888924.23426: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__<<< 172629 1726888924.23451: stdout chunk (state=3): >>> # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal<<< 172629 1726888924.23477: stdout chunk (state=3): >>> # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath<<< 172629 1726888924.23516: stdout chunk (state=3): >>> # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections<<< 172629 1726888924.23549: stdout chunk (state=3): >>> # 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<<< 172629 1726888924.23581: stdout chunk (state=3): >>> # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch<<< 172629 1726888924.23612: stdout chunk (state=3): >>> # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref<<< 172629 1726888924.23651: stdout chunk (state=3): >>> # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path <<< 172629 1726888924.23672: stdout chunk (state=3): >>># cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils<<< 172629 1726888924.23707: stdout chunk (state=3): >>> # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex <<< 172629 1726888924.23730: stdout chunk (state=3): >>># 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<<< 172629 1726888924.23747: stdout chunk (state=3): >>> # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid <<< 172629 1726888924.23754: stdout chunk (state=3): >>># cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket<<< 172629 1726888924.23784: stdout chunk (state=3): >>> # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat<<< 172629 1726888924.23791: 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<<< 172629 1726888924.23813: stdout chunk (state=3): >>> # 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<<< 172629 1726888924.23833: stdout chunk (state=3): >>> # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors<<< 172629 1726888924.23858: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters<<< 172629 1726888924.23877: stdout chunk (state=3): >>> # 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<<< 172629 1726888924.23895: stdout chunk (state=3): >>> # 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<<< 172629 1726888924.23933: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro<<< 172629 1726888924.23939: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections<<< 172629 1726888924.23945: stdout chunk (state=3): >>> # destroy ansible_collections # cleanup[2] removing ansible_collections.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules<<< 172629 1726888924.24098: stdout chunk (state=3): >>> # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount <<< 172629 1726888924.24259: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888924.24300: stdout chunk (state=3): >>># destroy importlib.machinery<<< 172629 1726888924.24317: stdout chunk (state=3): >>> # destroy importlib._abc <<< 172629 1726888924.24350: stdout chunk (state=3): >>># destroy importlib.util # destroy _bz2 <<< 172629 1726888924.24369: stdout chunk (state=3): >>># destroy _compression <<< 172629 1726888924.24394: stdout chunk (state=3): >>># destroy _lzma <<< 172629 1726888924.24398: stdout chunk (state=3): >>># destroy _blake2<<< 172629 1726888924.24423: stdout chunk (state=3): >>> # destroy binascii # destroy struct<<< 172629 1726888924.24466: stdout chunk (state=3): >>> <<< 172629 1726888924.24471: stdout chunk (state=3): >>># destroy zlib # destroy bz2 # destroy lzma <<< 172629 1726888924.24502: stdout chunk (state=3): >>># destroy zipfile._path<<< 172629 1726888924.24505: stdout chunk (state=3): >>> # destroy zipfile <<< 172629 1726888924.24577: stdout chunk (state=3): >>># destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath <<< 172629 1726888924.24580: stdout chunk (state=3): >>># destroy importlib <<< 172629 1726888924.24597: stdout chunk (state=3): >>># destroy zipimport<<< 172629 1726888924.24600: stdout chunk (state=3): >>> # destroy __main__ <<< 172629 1726888924.24629: stdout chunk (state=3): >>># 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<<< 172629 1726888924.24663: stdout chunk (state=3): >>> # destroy grp # destroy encodings # destroy _locale # destroy pwd<<< 172629 1726888924.24683: stdout chunk (state=3): >>> # destroy locale # destroy signal # destroy fcntl<<< 172629 1726888924.24697: stdout chunk (state=3): >>> # destroy select # destroy _signal # destroy _posixsubprocess<<< 172629 1726888924.24732: stdout chunk (state=3): >>> # destroy syslog<<< 172629 1726888924.24758: stdout chunk (state=3): >>> # destroy uuid # destroy selectors <<< 172629 1726888924.24764: stdout chunk (state=3): >>># destroy errno # destroy array <<< 172629 1726888924.24797: stdout chunk (state=3): >>># destroy datetime # destroy selinux<<< 172629 1726888924.24821: stdout chunk (state=3): >>> # destroy shutil # destroy distro <<< 172629 1726888924.24881: stdout chunk (state=3): >>># destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux<<< 172629 1726888924.24914: stdout chunk (state=3): >>> # cleanup[3] wiping ctypes._endian<<< 172629 1726888924.24918: stdout chunk (state=3): >>> # cleanup[3] wiping _ctypes<<< 172629 1726888924.24934: stdout chunk (state=3): >>> # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves<<< 172629 1726888924.24991: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128<<< 172629 1726888924.24999: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string<<< 172629 1726888924.25004: stdout chunk (state=3): >>> # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize<<< 172629 1726888924.25014: stdout chunk (state=3): >>> # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit<<< 172629 1726888924.25036: stdout chunk (state=3): >>> # 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<<< 172629 1726888924.25065: stdout chunk (state=3): >>> # cleanup[3] wiping _hashlib # cleanup[3] wiping _random<<< 172629 1726888924.25068: stdout chunk (state=3): >>> # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external<<< 172629 1726888924.25097: stdout chunk (state=3): >>> # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re<<< 172629 1726888924.25101: stdout chunk (state=3): >>> # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser<<< 172629 1726888924.25146: stdout chunk (state=3): >>> # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools<<< 172629 1726888924.25172: stdout chunk (state=3): >>> # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator<<< 172629 1726888924.25215: stdout chunk (state=3): >>> # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 172629 1726888924.25257: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs<<< 172629 1726888924.25265: stdout chunk (state=3): >>> # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal<<< 172629 1726888924.25283: stdout chunk (state=3): >>> # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins<<< 172629 1726888924.25298: stdout chunk (state=3): >>> # destroy selinux._selinux<<< 172629 1726888924.25402: stdout chunk (state=3): >>> # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888924.25491: stdout chunk (state=3): >>># destroy sys.monitoring<<< 172629 1726888924.25513: stdout chunk (state=3): >>> <<< 172629 1726888924.25521: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726888924.25551: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888924.25601: stdout chunk (state=3): >>># destroy platform # destroy _uuid<<< 172629 1726888924.25628: stdout chunk (state=3): >>> # destroy stat <<< 172629 1726888924.25647: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser # destroy tokenize<<< 172629 1726888924.25689: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib # destroy copyreg<<< 172629 1726888924.25754: stdout chunk (state=3): >>> # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse<<< 172629 1726888924.25796: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external<<< 172629 1726888924.25832: stdout chunk (state=3): >>> # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path<<< 172629 1726888924.25840: stdout chunk (state=3): >>> <<< 172629 1726888924.25945: stdout chunk (state=3): >>># clear sys.modules # destroy _frozen_importlib # destroy codecs<<< 172629 1726888924.25971: stdout chunk (state=3): >>> # destroy encodings.aliases<<< 172629 1726888924.25975: stdout chunk (state=3): >>> <<< 172629 1726888924.25982: stdout chunk (state=3): >>># destroy encodings.utf_8<<< 172629 1726888924.26004: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig<<< 172629 1726888924.26016: stdout chunk (state=3): >>> # destroy encodings.cp437<<< 172629 1726888924.26037: stdout chunk (state=3): >>> # destroy _codecs <<< 172629 1726888924.26058: stdout chunk (state=3): >>># destroy io<<< 172629 1726888924.26062: stdout chunk (state=3): >>> <<< 172629 1726888924.26077: stdout chunk (state=3): >>># destroy traceback # destroy warnings # destroy weakref<<< 172629 1726888924.26105: stdout chunk (state=3): >>> # destroy collections # destroy threading # destroy atexit # destroy _warnings<<< 172629 1726888924.26154: stdout chunk (state=3): >>> # destroy math # destroy _bisect # destroy time # destroy _random<<< 172629 1726888924.26171: stdout chunk (state=3): >>> # destroy _weakref<<< 172629 1726888924.26176: stdout chunk (state=3): >>> <<< 172629 1726888924.26220: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator<<< 172629 1726888924.26231: stdout chunk (state=3): >>> # destroy _string<<< 172629 1726888924.26257: stdout chunk (state=3): >>> # destroy re # destroy itertools<<< 172629 1726888924.26265: stdout chunk (state=3): >>> <<< 172629 1726888924.26283: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools<<< 172629 1726888924.26312: stdout chunk (state=3): >>> # destroy builtins # destroy _thread # clear sys.audit hooks<<< 172629 1726888924.26495: stdout chunk (state=3): >>> <<< 172629 1726888924.26736: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888924.26778: stderr chunk (state=3): >>><<< 172629 1726888924.26781: stdout chunk (state=3): >>><<< 172629 1726888924.26843: _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 0x7f4855ae84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855ab7b30> # /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 0x7f4855aeaa50> 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 0x7f4855899130> # /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 0x7f485589a120> 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 0x7f48558d7fe0> # /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 0x7f48558ec170> # /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 0x7f485590fa10> # /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 0x7f48559300e0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48558efcb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48558ed3d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48558d5190> # /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 0x7f48559338f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855932510> # /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 0x7f48558ee3c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855930a40> # /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 0x7f4855960950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48558d4410> # /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 0x7f4855960e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855960cb0> # 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 0x7f48559610a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48558d2f30> # /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 0x7f4855961760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855961460> 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 0x7f4855962660> 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 0x7f485597c860> 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 0x7f485597dfa0> # /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 0x7f485597ee40> # 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 0x7f485597f4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485597e390> # /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 0x7f485597ff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485597f650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855962690> # /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 0x7f4855713d70> # /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 0x7f485573c8c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485573c620> # 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 0x7f485573c8f0> # /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 0x7f485573d220> # 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 0x7f485573dc10> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485573cad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855711f10> # /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 0x7f485573f020> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485573dd60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855962d80> # /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 0x7f4855767380> # /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 0x7f485578b710> # /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 0x7f48557ec530> # /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 0x7f48557eec90> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48557ec650> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48557b5520> # /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 0x7f48551255b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485578a510> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485573ff50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f485578ab10> # zipimport: found 36 names in '/tmp/ansible_mount_payload_oxru77r_/ansible_mount_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 0x7f485517b2c0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485515e1b0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485515d340> # 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 0x7f4855179190> # /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 0x7f48551a6bd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48551a6960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48551a62d0> # /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 0x7f48551a66f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485517bf50> 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 0x7f48551a79e0> # 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 0x7f48551a7c20> # /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 0x7f48551d00e0> 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 0x7f4855015e80> # 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 0x7f4855017aa0> # /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 0x7f48550184a0> # /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 0x7f4855019640> # /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 0x7f4855020140> # 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 0x7f4855020260> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485501a3f0> # /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 0x7f4855023f20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48550229f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855022750> # /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 0x7f4855022cc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485501a900> # 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 0x7f4855067f80> # /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 0x7f48550681d0> # /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 0x7f4855069dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855069b80> # /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 0x7f485506c2f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485506a4b0> # /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 0x7f485506fad0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f485506c4a0> # 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 0x7f4855070950> # 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 0x7f485506d010> # 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 0x7f4855070c50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48550684d0> # /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 0x7f48550fc3e0> # 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 0x7f48550fd790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855072b70> # 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 0x7f4855073f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48550727b0> # 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 0x7f4854f01940> # /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 0x7f4854f026c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48550fd5b0> 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 0x7f4854f02480> # 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 0x7f4854f03920> # 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 0x7f4854f0e390> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4854f09220> 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 0x7f4855002b40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48551e6810> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4854f0e3f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4855069af0> # 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.ansible' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # # zipimport: zlib available {"changed": true, "name": "none", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "fstype": "swap", "invocation": {"module_args": {"src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "path": "none", "fstype": "swap", "opts": "defaults", "state": "present", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": 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.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount # 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.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount # 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 172629 1726888924.27428: done with _execute_module (mount, {'src': 'UUID=5a262d27-d88f-4844-875e-b83a421e8734', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', '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': 'mount', '_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-1726888923.6142607-173388-121695251904501/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888924.27431: _low_level_execute_command(): starting 172629 1726888924.27433: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888923.6142607-173388-121695251904501/ > /dev/null 2>&1 && sleep 0' 172629 1726888924.27534: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888924.27538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888924.27540: 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 <<< 172629 1726888924.27549: 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 <<< 172629 1726888924.27594: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888924.27620: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888924.27670: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888924.30318: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888924.30342: stderr chunk (state=3): >>><<< 172629 1726888924.30367: stdout chunk (state=3): >>><<< 172629 1726888924.30559: _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 172629 1726888924.30563: handler run complete 172629 1726888924.30565: attempt loop complete, returning result 172629 1726888924.30567: variable 'mount_info' from source: unknown 172629 1726888924.30580: variable 'mount_info' from source: unknown changed: [managed_node1] => (item={'src': 'UUID=5a262d27-d88f-4844-875e-b83a421e8734', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734" } 172629 1726888924.30859: dumping result to json 172629 1726888924.30862: done dumping result, returning 172629 1726888924.30864: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-d0a8-add8-000000000351] 172629 1726888924.30866: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000351 172629 1726888924.30908: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000351 172629 1726888924.30911: WORKER PROCESS EXITING 172629 1726888924.31033: no more pending results, returning what we have 172629 1726888924.31036: results queue empty 172629 1726888924.31038: checking for any_errors_fatal 172629 1726888924.31044: done checking for any_errors_fatal 172629 1726888924.31045: checking for max_fail_percentage 172629 1726888924.31047: done checking for max_fail_percentage 172629 1726888924.31048: checking to see if all hosts have failed and the running result is not ok 172629 1726888924.31049: done checking to see if all hosts have failed 172629 1726888924.31050: getting the remaining hosts for this loop 172629 1726888924.31051: done getting the remaining hosts for this loop 172629 1726888924.31054: getting the next task for host managed_node1 172629 1726888924.31093: done getting next task for host managed_node1 172629 1726888924.31097: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 172629 1726888924.31101: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888924.31111: getting variables 172629 1726888924.31112: in VariableManager get_vars() 172629 1726888924.31143: Calling all_inventory to load vars for managed_node1 172629 1726888924.31146: Calling groups_inventory to load vars for managed_node1 172629 1726888924.31148: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888924.31158: Calling all_plugins_play to load vars for managed_node1 172629 1726888924.31161: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888924.31164: Calling groups_plugins_play to load vars for managed_node1 172629 1726888924.31637: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888924.32046: done with get_vars() 172629 1726888924.32062: 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 23:22:04 -0400 (0:00:00.813) 0:00:24.601 ****** 172629 1726888924.32128: entering _queue_task() for managed_node1/file 172629 1726888924.32349: worker is 1 (out of 1 available) 172629 1726888924.32368: exiting _queue_task() for managed_node1/file 172629 1726888924.32380: done queuing things up, now waiting for results queue to drain 172629 1726888924.32382: waiting for pending results... 172629 1726888924.32559: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 172629 1726888924.32739: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000353 172629 1726888924.32743: variable 'ansible_search_path' from source: unknown 172629 1726888924.32861: variable 'ansible_search_path' from source: unknown 172629 1726888924.33169: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888924.35586: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888924.35667: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888924.35711: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888924.35780: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888924.35981: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888924.35989: 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) 172629 1726888924.35992: 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) 172629 1726888924.36350: 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) 172629 1726888924.36364: 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) 172629 1726888924.36368: 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) 172629 1726888924.36424: 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) 172629 1726888924.36443: 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) 172629 1726888924.36539: 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) 172629 1726888924.36544: 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) 172629 1726888924.36548: 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) 172629 1726888924.36660: 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) 172629 1726888924.36663: 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) 172629 1726888924.36666: 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) 172629 1726888924.36668: 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) 172629 1726888924.36681: 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) 172629 1726888924.36850: variable 'blivet_output' from source: set_fact 172629 1726888924.36949: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888924.37137: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888924.37146: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888924.37259: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888924.37267: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888924.37270: 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) 172629 1726888924.37272: 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) 172629 1726888924.37346: 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) 172629 1726888924.37350: 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) 172629 1726888924.37468: variable 'omit' from source: magic vars 172629 1726888924.37639: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888924.37643: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888924.37645: variable 'omit' from source: magic vars 172629 1726888924.38121: variable 'mount_info' from source: unknown 172629 1726888924.38135: Evaluated conditional (mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none): False 172629 1726888924.38142: when evaluation is False, skipping this task 172629 1726888924.38295: variable 'mount_info' from source: unknown 172629 1726888924.38400: variable 'mount_info' from source: unknown skipping: [managed_node1] => (item={'src': 'UUID=5a262d27-d88f-4844-875e-b83a421e8734', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "state": "present" }, "skip_reason": "Conditional result was False" } 172629 1726888924.38921: dumping result to json 172629 1726888924.38925: done dumping result, returning 172629 1726888924.38927: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-d0a8-add8-000000000353] 172629 1726888924.38983: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000353 skipping: [managed_node1] => { "changed": false } MSG: All items skipped 172629 1726888924.39342: no more pending results, returning what we have 172629 1726888924.39346: results queue empty 172629 1726888924.39347: checking for any_errors_fatal 172629 1726888924.39359: done checking for any_errors_fatal 172629 1726888924.39360: checking for max_fail_percentage 172629 1726888924.39362: done checking for max_fail_percentage 172629 1726888924.39363: checking to see if all hosts have failed and the running result is not ok 172629 1726888924.39364: done checking to see if all hosts have failed 172629 1726888924.39365: getting the remaining hosts for this loop 172629 1726888924.39367: done getting the remaining hosts for this loop 172629 1726888924.39370: getting the next task for host managed_node1 172629 1726888924.39379: done getting next task for host managed_node1 172629 1726888924.39383: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888924.39386: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888924.39403: getting variables 172629 1726888924.39404: in VariableManager get_vars() 172629 1726888924.39771: Calling all_inventory to load vars for managed_node1 172629 1726888924.39775: Calling groups_inventory to load vars for managed_node1 172629 1726888924.39778: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888924.39795: Calling all_plugins_play to load vars for managed_node1 172629 1726888924.39798: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888924.39835: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000353 172629 1726888924.39839: WORKER PROCESS EXITING 172629 1726888924.39844: Calling groups_plugins_play to load vars for managed_node1 172629 1726888924.40362: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888924.40859: done with get_vars() 172629 1726888924.40872: 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 23:22:04 -0400 (0:00:00.088) 0:00:24.689 ****** 172629 1726888924.40935: entering _queue_task() for managed_node1/systemd 172629 1726888924.41200: worker is 1 (out of 1 available) 172629 1726888924.41216: exiting _queue_task() for managed_node1/systemd 172629 1726888924.41227: done queuing things up, now waiting for results queue to drain 172629 1726888924.41228: waiting for pending results... 172629 1726888924.41582: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888924.41703: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000355 172629 1726888924.41804: variable 'ansible_search_path' from source: unknown 172629 1726888924.41808: variable 'ansible_search_path' from source: unknown 172629 1726888924.41834: calling self._execute() 172629 1726888924.42161: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888924.42165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888924.42168: variable 'omit' from source: magic vars 172629 1726888924.42424: variable 'blivet_output' from source: set_fact 172629 1726888924.42476: Evaluated conditional (blivet_output['mounts']): True 172629 1726888924.42488: variable 'omit' from source: magic vars 172629 1726888924.42570: variable 'omit' from source: magic vars 172629 1726888924.42620: variable 'omit' from source: magic vars 172629 1726888924.42671: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888924.42738: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888924.42763: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888924.42784: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888924.42799: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888924.42822: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888924.42835: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888924.42838: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888924.42925: Set connection var ansible_timeout to 10 172629 1726888924.42929: Set connection var ansible_shell_type to sh 172629 1726888924.42943: Set connection var ansible_pipelining to False 172629 1726888924.42948: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888924.42950: Set connection var ansible_shell_executable to /bin/sh 172629 1726888924.42956: Set connection var ansible_connection to ssh 172629 1726888924.42971: variable 'ansible_shell_executable' from source: unknown 172629 1726888924.42973: variable 'ansible_connection' from source: unknown 172629 1726888924.42976: variable 'ansible_module_compression' from source: unknown 172629 1726888924.42979: variable 'ansible_shell_type' from source: unknown 172629 1726888924.42981: variable 'ansible_shell_executable' from source: unknown 172629 1726888924.42983: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888924.42986: variable 'ansible_pipelining' from source: unknown 172629 1726888924.42989: variable 'ansible_timeout' from source: unknown 172629 1726888924.42993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888924.43276: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888924.43281: variable 'omit' from source: magic vars 172629 1726888924.43283: starting attempt loop 172629 1726888924.43293: running the handler 172629 1726888924.43309: _low_level_execute_command(): starting 172629 1726888924.43393: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888924.44107: 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 <<< 172629 1726888924.44154: 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 <<< 172629 1726888924.44192: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888924.44251: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888924.44335: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 172629 1726888924.46239: stdout chunk (state=3): >>>/root <<< 172629 1726888924.46383: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888924.46407: stderr chunk (state=3): >>><<< 172629 1726888924.46410: stdout chunk (state=3): >>><<< 172629 1726888924.46428: _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 172629 1726888924.46440: _low_level_execute_command(): starting 172629 1726888924.46451: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888924.464273-173419-237222877030087 `" && echo ansible-tmp-1726888924.464273-173419-237222877030087="` echo /root/.ansible/tmp/ansible-tmp-1726888924.464273-173419-237222877030087 `" ) && sleep 0' 172629 1726888924.46857: 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 <<< 172629 1726888924.46861: stderr 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 <<< 172629 1726888924.46864: 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 <<< 172629 1726888924.46873: 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 <<< 172629 1726888924.46915: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888924.46919: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888924.46976: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 172629 1726888924.49325: stdout chunk (state=3): >>>ansible-tmp-1726888924.464273-173419-237222877030087=/root/.ansible/tmp/ansible-tmp-1726888924.464273-173419-237222877030087 <<< 172629 1726888924.49492: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888924.49513: stderr chunk (state=3): >>><<< 172629 1726888924.49516: stdout chunk (state=3): >>><<< 172629 1726888924.49532: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888924.464273-173419-237222877030087=/root/.ansible/tmp/ansible-tmp-1726888924.464273-173419-237222877030087 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888924.49577: variable 'ansible_module_compression' from source: unknown 172629 1726888924.49618: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 172629 1726888924.49669: variable 'ansible_facts' from source: unknown 172629 1726888924.49799: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888924.464273-173419-237222877030087/AnsiballZ_systemd.py 172629 1726888924.49898: Sending initial data 172629 1726888924.49901: Sent initial data (157 bytes) 172629 1726888924.50324: 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 <<< 172629 1726888924.50327: stderr 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 <<< 172629 1726888924.50330: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 172629 1726888924.50332: 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 <<< 172629 1726888924.50334: 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 <<< 172629 1726888924.50388: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888924.50393: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888924.50443: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 172629 1726888924.52395: 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 <<< 172629 1726888924.52399: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888924.52435: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888924.52484: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpzlv1gwp7 /root/.ansible/tmp/ansible-tmp-1726888924.464273-173419-237222877030087/AnsiballZ_systemd.py <<< 172629 1726888924.52491: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888924.464273-173419-237222877030087/AnsiballZ_systemd.py" <<< 172629 1726888924.52537: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpzlv1gwp7" to remote "/root/.ansible/tmp/ansible-tmp-1726888924.464273-173419-237222877030087/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888924.464273-173419-237222877030087/AnsiballZ_systemd.py" <<< 172629 1726888924.53661: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888924.53696: stderr chunk (state=3): >>><<< 172629 1726888924.53700: stdout chunk (state=3): >>><<< 172629 1726888924.53732: done transferring module to remote 172629 1726888924.53743: _low_level_execute_command(): starting 172629 1726888924.53749: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888924.464273-173419-237222877030087/ /root/.ansible/tmp/ansible-tmp-1726888924.464273-173419-237222877030087/AnsiballZ_systemd.py && sleep 0' 172629 1726888924.54206: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888924.54210: 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 <<< 172629 1726888924.54213: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888924.54215: 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 <<< 172629 1726888924.54217: stderr 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 <<< 172629 1726888924.54263: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888924.54267: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888924.54324: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 172629 1726888924.56885: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888924.56911: stderr chunk (state=3): >>><<< 172629 1726888924.56914: stdout chunk (state=3): >>><<< 172629 1726888924.56928: _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 172629 1726888924.56931: _low_level_execute_command(): starting 172629 1726888924.56935: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888924.464273-173419-237222877030087/AnsiballZ_systemd.py && sleep 0' 172629 1726888924.57370: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888924.57373: 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 <<< 172629 1726888924.57376: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726888924.57378: 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 found <<< 172629 1726888924.57380: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888924.57424: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888924.57427: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888924.57488: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 172629 1726888924.60826: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # <<< 172629 1726888924.60835: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888924.60899: 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' <<< 172629 1726888924.60933: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888924.60965: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888924.61016: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888924.61035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888924.61204: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952d684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952d37b30> # /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 0x7f2952d6aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 172629 1726888924.61313: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888924.61350: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888924.61393: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888924.61403: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888924.61429: stdout chunk (state=3): >>>Processing user site-packages <<< 172629 1726888924.61432: stdout chunk (state=3): >>>Processing global site-packages <<< 172629 1726888924.61459: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888924.61469: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888924.61506: 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' <<< 172629 1726888924.61539: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952b1d130> <<< 172629 1726888924.61611: 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 <<< 172629 1726888924.61626: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888924.61629: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952b1e120> <<< 172629 1726888924.61676: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888924.61709: 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. <<< 172629 1726888924.62507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # 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 0x7f2952b5bfe0> <<< 172629 1726888924.62539: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888924.62550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888924.62581: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952b70170> <<< 172629 1726888924.62613: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888924.62647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888924.62677: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888924.62737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888924.62767: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888924.62789: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726888924.62799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952b939e0> <<< 172629 1726888924.62832: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888924.62836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 172629 1726888924.62857: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952b93fb0> <<< 172629 1726888924.62868: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888924.62932: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952b73cb0> <<< 172629 1726888924.62940: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888924.62985: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952b713d0> <<< 172629 1726888924.63117: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952b59190> <<< 172629 1726888924.63204: 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 <<< 172629 1726888924.63236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888924.63265: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888924.63271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888924.63310: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952bb7980> <<< 172629 1726888924.63332: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952bb65a0> <<< 172629 1726888924.63506: 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 0x7f2952b722a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952bb4e00> # /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 0x7f2952be49b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952b58410> # /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 0x7f2952be4e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952be4d10> <<< 172629 1726888924.63544: 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' <<< 172629 1726888924.63548: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2952be50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952b56f30> <<< 172629 1726888924.63589: 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' <<< 172629 1726888924.63621: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888924.63662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888924.63679: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952be5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952be5490> <<< 172629 1726888924.63682: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726888924.63728: 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' <<< 172629 1726888924.63758: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952be6690> <<< 172629 1726888924.63769: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726888924.63781: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726888924.63808: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888924.63858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888924.63881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726888924.63886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 172629 1726888924.64007: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952c00860> 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 0x7f2952c01fa0> # /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' <<< 172629 1726888924.64013: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952c02e40> <<< 172629 1726888924.64060: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.64066: 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 0x7f2952c03470> <<< 172629 1726888924.64072: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952c02390> <<< 172629 1726888924.64102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888924.64109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888924.64173: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.64180: 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 0x7f2952c03e60> <<< 172629 1726888924.64187: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952c03590> <<< 172629 1726888924.64244: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952be6600> <<< 172629 1726888924.64270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888924.64304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888924.64326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888924.64506: 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 0x7f29528e7d40> # /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 0x7f29529148c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952914620> # 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 0x7f29529148f0> # /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' <<< 172629 1726888924.64598: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.64781: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.64785: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2952915220> <<< 172629 1726888924.64941: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.64945: 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 0x7f2952915c10> <<< 172629 1726888924.64958: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952914ad0> <<< 172629 1726888924.64978: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29528e5ee0> <<< 172629 1726888924.65007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888924.65035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888924.65067: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888924.65078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726888924.65083: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952916ff0> <<< 172629 1726888924.65116: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952915d30> <<< 172629 1726888924.65139: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952be6db0> <<< 172629 1726888924.65175: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888924.65251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888924.65280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888924.65397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295293f350> <<< 172629 1726888924.65427: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888924.65445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888924.65476: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888924.65504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888924.65561: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29529636e0> <<< 172629 1726888924.65584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888924.65644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888924.65723: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888924.65904: 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 0x7f29529c04d0> # /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' <<< 172629 1726888924.66015: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29529c2c30> <<< 172629 1726888924.66129: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29529c05f0> <<< 172629 1726888924.66175: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29529854f0> <<< 172629 1726888924.66215: 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 0x7f29523155e0> <<< 172629 1726888924.66243: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29529624e0> <<< 172629 1726888924.66247: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952917f20> <<< 172629 1726888924.66513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888924.66537: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2952962840> <<< 172629 1726888924.66968: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_11u_yky2/ansible_systemd_payload.zip' <<< 172629 1726888924.66975: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.67175: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.67210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py<<< 172629 1726888924.67221: stdout chunk (state=3): >>> <<< 172629 1726888924.67224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888924.67272: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888924.67371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888924.67409: 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 0x7f295237b2f0> <<< 172629 1726888924.67598: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888924.67707: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295235a1e0> <<< 172629 1726888924.67715: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952359340> <<< 172629 1726888924.67723: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.67758: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888924.67769: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.67792: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.67802: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.67822: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888924.67841: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.70021: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.71837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888924.71843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29523791c0> <<< 172629 1726888924.71878: 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' <<< 172629 1726888924.71918: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888924.71926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888924.71956: 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' <<< 172629 1726888924.71992: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.72000: 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 0x7f29523aac60> <<< 172629 1726888924.72048: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29523aa9f0> <<< 172629 1726888924.72090: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29523aa300> <<< 172629 1726888924.72310: 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 0x7f29523aaa50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295237bf80> 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 0x7f29523ab980> # 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 0x7f29523abbc0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888924.72321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888924.72333: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888924.72399: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29523d8080> <<< 172629 1726888924.72409: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888924.72436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888924.72475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'<<< 172629 1726888924.72480: stdout chunk (state=3): >>> <<< 172629 1726888924.72518: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295221de20> <<< 172629 1726888924.72558: 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 0x7f295221fa40> <<< 172629 1726888924.72587: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888924.72603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888924.72652: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952224440> <<< 172629 1726888924.72676: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888924.72714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888924.72731: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29522255e0> <<< 172629 1726888924.72762: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888924.72806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888924.72832: 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' <<< 172629 1726888924.72919: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29522280e0> <<< 172629 1726888924.72963: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.72968: 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 0x7f2952228200> <<< 172629 1726888924.73200: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952226390> # /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 <<< 172629 1726888924.73239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888924.73261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726888924.73278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 172629 1726888924.73284: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295222bfb0> <<< 172629 1726888924.73305: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888924.73399: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295222ab40> <<< 172629 1726888924.73404: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295222a8a0> <<< 172629 1726888924.73432: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888924.73442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888924.73553: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295222ae10> <<< 172629 1726888924.73589: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29522268a0> <<< 172629 1726888924.73625: 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 0x7f2952270290> <<< 172629 1726888924.73663: 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 0x7f2952270380> <<< 172629 1726888924.73693: 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 <<< 172629 1726888924.73719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888924.73747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 172629 1726888924.73754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 172629 1726888924.73793: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.73798: 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 0x7f2952271ee0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952271ca0> <<< 172629 1726888924.73821: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888924.73867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888924.73927: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.73932: 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 0x7f2952274440> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29522725d0> <<< 172629 1726888924.73973: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888924.74105: 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' # <<< 172629 1726888924.74117: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952277c20> <<< 172629 1726888924.74309: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29522745f0> <<< 172629 1726888924.74390: 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 0x7f2952278cb0> <<< 172629 1726888924.74431: 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 0x7f29522788c0> <<< 172629 1726888924.74490: 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 0x7f2952278dd0> <<< 172629 1726888924.74523: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952270650> <<< 172629 1726888924.74699: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2952108530> <<< 172629 1726888924.74886: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.74894: 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 0x7f2952109880> <<< 172629 1726888924.74906: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295227acc0> <<< 172629 1726888924.74950: 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 0x7f295227b8c0><<< 172629 1726888924.74960: stdout chunk (state=3): >>> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295227a900> <<< 172629 1726888924.74978: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.75000: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888924.75005: stdout chunk (state=3): >>> <<< 172629 1726888924.75023: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.75153: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.75286: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.75301: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888924.75328: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.75341: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888924.75366: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.75550: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.75733: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.76647: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.77609: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888924.77636: 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 0x7f295210d9a0> <<< 172629 1726888924.77758: 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' <<< 172629 1726888924.77786: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295210e7b0> <<< 172629 1726888924.77795: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952279a60> <<< 172629 1726888924.77864: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888924.77875: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.77904: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.77917: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888924.77937: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.78168: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.78562: 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 0x7f295210e8d0> # zipimport: zlib available <<< 172629 1726888924.79190: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.79938: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.80045: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.80157: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888924.80396: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888924.80496: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888924.80507: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.80531: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888924.80561: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.80606: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.80665: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888924.80670: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.81159: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.81396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888924.81423: 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 0x7f295210f9e0> <<< 172629 1726888924.81442: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.81519: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.81594: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888924.81726: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888924.81729: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.81776: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888924.81801: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.81861: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.81922: 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 <<< 172629 1726888924.82083: 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 0x7f295211a600> <<< 172629 1726888924.82133: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29521153d0> <<< 172629 1726888924.82137: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888924.82140: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.82308: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888924.82311: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.82340: 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' <<< 172629 1726888924.82350: 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 <<< 172629 1726888924.82381: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888924.82419: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888924.82476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888924.82523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888924.82575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29521eed20> <<< 172629 1726888924.82621: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29522e29f0> <<< 172629 1726888924.82753: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295211a630> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952279d60> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888924.82769: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888924.82799: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888924.82824: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888924.82978: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888924.83108: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.83272: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888924.83344: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.83385: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.83402: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.83469: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 172629 1726888924.83717: 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 <<< 172629 1726888924.83788: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 172629 1726888924.83918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888924.83929: 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 <<< 172629 1726888924.84073: 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 0x7f2951d77050> <<< 172629 1726888924.84139: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951d76480> <<< 172629 1726888924.84197: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951d74980> <<< 172629 1726888924.84565: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29521aaf00> <<< 172629 1726888924.84629: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29521a8e60> <<< 172629 1726888924.84658: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 172629 1726888924.84979: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.85187: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.85243: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.85334: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py <<< 172629 1726888924.85339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 172629 1726888924.85368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 172629 1726888924.85399: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 172629 1726888924.85425: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29521ab2c0> <<< 172629 1726888924.85472: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 172629 1726888924.85501: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888924.85548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888924.85591: 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' <<< 172629 1726888924.85594: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951e050a0> <<< 172629 1726888924.85652: 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 0x7f2951e053d0> <<< 172629 1726888924.85730: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951decbc0> <<< 172629 1726888924.85776: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951dc7e60> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952194440> <<< 172629 1726888924.85781: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952194d40> <<< 172629 1726888924.85841: stdout chunk (state=3): >>># /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' <<< 172629 1726888924.85865: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 172629 1726888924.85872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 172629 1726888924.85896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 172629 1726888924.85944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.85951: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2951e07f80> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951e07860> <<< 172629 1726888924.85986: 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 0x7f2951e07a10> <<< 172629 1726888924.86001: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951e06c90> <<< 172629 1726888924.86022: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 172629 1726888924.86062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951bf0170> <<< 172629 1726888924.86129: stdout chunk (state=3): >>># /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' <<< 172629 1726888924.86170: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2951bf2d20> <<< 172629 1726888924.86207: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951bf0d10> <<< 172629 1726888924.86238: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952194fb0> <<< 172629 1726888924.86244: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 172629 1726888924.86319: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 172629 1726888924.86323: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.86379: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.86440: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 172629 1726888924.86445: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.86519: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.86585: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 172629 1726888924.86596: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.86623: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 172629 1726888924.86680: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.86696: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 172629 1726888924.86721: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.86772: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.86816: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 172629 1726888924.86860: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.86884: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.86943: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 172629 1726888924.87009: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.87076: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.87124: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.87188: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 172629 1726888924.87207: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.87804: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.88408: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 172629 1726888924.88423: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.88496: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.88617: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888924.88662: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 172629 1726888924.88671: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 172629 1726888924.88676: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.88719: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.88748: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 172629 1726888924.88786: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.88844: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.89007: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # <<< 172629 1726888924.89013: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.89061: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.89090: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 172629 1726888924.89109: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.89219: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.89357: 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' <<< 172629 1726888924.89408: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951bf36e0> <<< 172629 1726888924.89413: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726888924.89442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726888924.89633: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951c20740> import 'ansible.module_utils.facts.system.local' # <<< 172629 1726888924.89706: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.89746: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.89840: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 172629 1726888924.89857: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.89996: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.90124: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 172629 1726888924.90136: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.90234: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.90337: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 172629 1726888924.90351: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.90405: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.90489: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888924.90548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888924.90860: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.90889: 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 0x7f2951c3b2c0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951c213d0> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 172629 1726888924.90930: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.90993: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 172629 1726888924.91010: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.91093: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.91164: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.91281: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.91415: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 172629 1726888924.91440: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 172629 1726888924.91476: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.91518: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 172629 1726888924.91534: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.91575: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.91615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 172629 1726888924.91638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 172629 1726888924.91656: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888924.91684: 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 0x7f2951c4ef00> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951c4eab0> import 'ansible.module_utils.facts.system.user' # <<< 172629 1726888924.91717: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888924.91732: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 172629 1726888924.91778: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.91824: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 172629 1726888924.91835: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.91987: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.92134: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 172629 1726888924.92242: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.92344: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.92385: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.92442: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available <<< 172629 1726888924.92477: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.92494: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.92635: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.92785: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 172629 1726888924.92912: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.93046: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 172629 1726888924.93049: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.93080: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.93115: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.93671: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.94200: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 172629 1726888924.94203: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.94297: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.94405: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 172629 1726888924.94426: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.94514: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.94625: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 172629 1726888924.94628: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.94774: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.94945: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 172629 1726888924.94975: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 172629 1726888924.94993: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.95018: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.95075: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 172629 1726888924.95081: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.95170: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.95269: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.95472: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.95681: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 172629 1726888924.95692: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 172629 1726888924.95717: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.95769: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 172629 1726888924.95793: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888924.95830: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 172629 1726888924.95834: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.95902: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.95979: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available <<< 172629 1726888924.96029: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.96032: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 172629 1726888924.96042: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.96097: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.96161: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 172629 1726888924.96174: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.96221: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.96292: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726888924.96296: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.96550: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.96811: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 172629 1726888924.96822: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.96876: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.96943: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 172629 1726888924.96951: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.96976: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.97016: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 172629 1726888924.97026: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.97060: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.97102: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 172629 1726888924.97132: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.97173: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 172629 1726888924.97260: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.97348: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 172629 1726888924.97361: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888924.97386: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 172629 1726888924.97436: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.97547: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available <<< 172629 1726888924.97575: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888924.97588: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.97630: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.97694: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.97783: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 172629 1726888924.97800: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available <<< 172629 1726888924.97845: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.97897: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 172629 1726888924.97921: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.98096: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.98299: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 172629 1726888924.98302: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.98354: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.98397: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 172629 1726888924.98411: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.98454: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.98490: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 172629 1726888924.98499: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.98583: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.98668: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 172629 1726888924.98684: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.98786: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.98867: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 172629 1726888924.98876: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 172629 1726888924.98882: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.99026: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888924.99161: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 172629 1726888924.99247: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.22349: stdout chunk (state=3): >>> {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} <<< 172629 1726888925.23107: 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 <<< 172629 1726888925.23138: 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 <<< 172629 1726888925.23240: stdout chunk (state=3): >>># cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # 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<<< 172629 1726888925.23265: stdout chunk (state=3): >>> # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # 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 <<< 172629 1726888925.23331: 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 # 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<<< 172629 1726888925.23339: 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 <<< 172629 1726888925.23382: stdout chunk (state=3): >>># 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 <<< 172629 1726888925.23431: stdout chunk (state=3): >>># 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 <<< 172629 1726888925.23463: 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 <<< 172629 1726888925.23487: stdout chunk (state=3): >>># 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 <<< 172629 1726888925.23500: stdout chunk (state=3): >>># 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 ansible.module_utils.service # destroy ansible.module_utils.service <<< 172629 1726888925.23818: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888925.23854: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726888925.23878: stdout chunk (state=3): >>># destroy _blake2 <<< 172629 1726888925.23883: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888925.23903: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726888925.23960: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888925.23972: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 172629 1726888925.23976: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder <<< 172629 1726888925.23994: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 172629 1726888925.24020: stdout chunk (state=3): >>># destroy _locale <<< 172629 1726888925.24032: stdout chunk (state=3): >>># destroy locale # destroy _signal # destroy _posixsubprocess <<< 172629 1726888925.24036: stdout chunk (state=3): >>># destroy syslog # destroy uuid<<< 172629 1726888925.24043: stdout chunk (state=3): >>> <<< 172629 1726888925.24096: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888925.24101: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 172629 1726888925.24141: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 172629 1726888925.24150: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal <<< 172629 1726888925.24171: stdout chunk (state=3): >>># destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 172629 1726888925.24194: stdout chunk (state=3): >>># destroy _pickle <<< 172629 1726888925.24206: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process <<< 172629 1726888925.24222: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 172629 1726888925.24252: stdout chunk (state=3): >>># destroy fcntl # destroy datetime <<< 172629 1726888925.24274: stdout chunk (state=3): >>># destroy base64 <<< 172629 1726888925.24282: stdout chunk (state=3): >>># destroy _ssl <<< 172629 1726888925.24292: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 172629 1726888925.24313: stdout chunk (state=3): >>># destroy getpass # destroy pwd <<< 172629 1726888925.24323: stdout chunk (state=3): >>># destroy termios # destroy errno # destroy json <<< 172629 1726888925.24334: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 172629 1726888925.24360: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex <<< 172629 1726888925.24366: stdout chunk (state=3): >>># destroy subprocess <<< 172629 1726888925.24399: stdout chunk (state=3): >>># cleanup[3] wiping configparser <<< 172629 1726888925.24424: stdout chunk (state=3): >>># cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token <<< 172629 1726888925.24428: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux<<< 172629 1726888925.24435: stdout chunk (state=3): >>> # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 172629 1726888925.24457: stdout chunk (state=3): >>># 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 <<< 172629 1726888925.24519: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap <<< 172629 1726888925.24524: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit <<< 172629 1726888925.24528: stdout chunk (state=3): >>># cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 172629 1726888925.24530: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping weakref <<< 172629 1726888925.24540: stdout chunk (state=3): >>># 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 <<< 172629 1726888925.24580: stdout chunk (state=3): >>># 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 <<< 172629 1726888925.24584: stdout chunk (state=3): >>># cleanup[3] wiping _sre <<< 172629 1726888925.24587: stdout chunk (state=3): >>># cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections <<< 172629 1726888925.24612: stdout chunk (state=3): >>># cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 172629 1726888925.24617: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath <<< 172629 1726888925.24622: stdout chunk (state=3): >>># 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 <<< 172629 1726888925.24642: stdout chunk (state=3): >>># cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 172629 1726888925.24651: 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 <<< 172629 1726888925.24669: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128<<< 172629 1726888925.24692: stdout chunk (state=3): >>> # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888925.24829: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888925.24835: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726888925.24869: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 172629 1726888925.24877: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888925.24903: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888925.24932: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 172629 1726888925.24946: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator <<< 172629 1726888925.24959: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves <<< 172629 1726888925.24986: stdout chunk (state=3): >>># destroy _opcode <<< 172629 1726888925.24991: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888925.25019: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888925.25133: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 172629 1726888925.25140: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit <<< 172629 1726888925.25143: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 172629 1726888925.25178: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726888925.25187: stdout chunk (state=3): >>># destroy abc # destroy _collections_abc # destroy _operator <<< 172629 1726888925.25208: stdout chunk (state=3): >>># destroy _string # destroy re <<< 172629 1726888925.25221: stdout chunk (state=3): >>># destroy _abc # destroy itertools # destroy _sre # destroy posix <<< 172629 1726888925.25230: stdout chunk (state=3): >>># destroy _collections # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726888925.25235: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726888925.25626: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888925.25658: stderr chunk (state=3): >>><<< 172629 1726888925.25661: stdout chunk (state=3): >>><<< 172629 1726888925.25765: _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 0x7f2952d684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952d37b30> # /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 0x7f2952d6aa50> 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 0x7f2952b1d130> # /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 0x7f2952b1e120> 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 0x7f2952b5bfe0> # /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 0x7f2952b70170> # /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 0x7f2952b939e0> # /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 0x7f2952b93fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952b73cb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952b713d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952b59190> # /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 0x7f2952bb7980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952bb65a0> # /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 0x7f2952b722a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952bb4e00> # /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 0x7f2952be49b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952b58410> # /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 0x7f2952be4e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952be4d10> # 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 0x7f2952be50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952b56f30> # /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 0x7f2952be5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952be5490> 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 0x7f2952be6690> 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 0x7f2952c00860> 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 0x7f2952c01fa0> # /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 0x7f2952c02e40> # 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 0x7f2952c03470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952c02390> # /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 0x7f2952c03e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952c03590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952be6600> # /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 0x7f29528e7d40> # /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 0x7f29529148c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952914620> # 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 0x7f29529148f0> # /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 0x7f2952915220> # 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 0x7f2952915c10> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952914ad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29528e5ee0> # /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 0x7f2952916ff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952915d30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952be6db0> # /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 0x7f295293f350> # /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 0x7f29529636e0> # /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 0x7f29529c04d0> # /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 0x7f29529c2c30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29529c05f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29529854f0> # /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 0x7f29523155e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29529624e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952917f20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2952962840> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_11u_yky2/ansible_systemd_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 0x7f295237b2f0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295235a1e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952359340> # 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 0x7f29523791c0> # /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 0x7f29523aac60> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29523aa9f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29523aa300> # /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 0x7f29523aaa50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295237bf80> 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 0x7f29523ab980> # 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 0x7f29523abbc0> # /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 0x7f29523d8080> 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 0x7f295221de20> # 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 0x7f295221fa40> # /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 0x7f2952224440> # /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 0x7f29522255e0> # /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 0x7f29522280e0> # 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 0x7f2952228200> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952226390> # /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 0x7f295222bfb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295222ab40> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295222a8a0> # /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 0x7f295222ae10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29522268a0> # 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 0x7f2952270290> # /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 0x7f2952270380> # /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 0x7f2952271ee0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952271ca0> # /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 0x7f2952274440> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29522725d0> # /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 0x7f2952277c20> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29522745f0> # 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 0x7f2952278cb0> # 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 0x7f29522788c0> # 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 0x7f2952278dd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952270650> # /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 0x7f2952108530> # 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 0x7f2952109880> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295227acc0> # 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 0x7f295227b8c0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295227a900> # 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 0x7f295210d9a0> # /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 0x7f295210e7b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952279a60> 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 0x7f295210e8d0> # 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 0x7f295210f9e0> # 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 0x7f295211a600> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29521153d0> 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 0x7f29521eed20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29522e29f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f295211a630> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952279d60> # 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 0x7f2951d77050> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951d76480> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951d74980> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29521aaf00> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29521a8e60> 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 0x7f29521ab2c0> # /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 0x7f2951e050a0> # 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 0x7f2951e053d0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951decbc0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951dc7e60> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952194440> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952194d40> # /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 0x7f2951e07f80> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951e07860> # 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 0x7f2951e07a10> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951e06c90> # /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 0x7f2951bf0170> # /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 0x7f2951bf2d20> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951bf0d10> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2952194fb0> 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 0x7f2951bf36e0> # /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 0x7f2951c20740> 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 0x7f2951c3b2c0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951c213d0> 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 0x7f2951c4ef00> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2951c4eab0> 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 # zipimport: zlib available import 'ansible.module_utils.service' # # zipimport: zlib available {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} # 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 ansible.module_utils.service # destroy ansible.module_utils.service # 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 _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.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # 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 _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 _string # destroy re # destroy _abc # destroy itertools # destroy _sre # 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: 4 debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. 172629 1726888925.27014: done with _execute_module (systemd, {'daemon_reload': 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': 'systemd', '_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-1726888924.464273-173419-237222877030087/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888925.27017: _low_level_execute_command(): starting 172629 1726888925.27020: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888924.464273-173419-237222877030087/ > /dev/null 2>&1 && sleep 0' 172629 1726888925.27023: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888925.27026: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888925.27028: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888925.27030: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888925.27032: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888925.27035: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888925.27036: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888925.27042: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888925.27043: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888925.27045: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726888925.27046: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888925.27047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888925.27048: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888925.27049: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888925.27051: stderr chunk (state=3): >>>debug2: match found <<< 172629 1726888925.27052: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888925.27054: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888925.27056: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888925.27058: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888925.27059: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888925.28712: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888925.28738: stderr chunk (state=3): >>><<< 172629 1726888925.28741: stdout chunk (state=3): >>><<< 172629 1726888925.28763: _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 172629 1726888925.28769: handler run complete 172629 1726888925.28783: attempt loop complete, returning result 172629 1726888925.28786: _execute() done 172629 1726888925.28788: dumping result to json 172629 1726888925.28793: done dumping result, returning 172629 1726888925.28800: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-d0a8-add8-000000000355] 172629 1726888925.28804: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000355 172629 1726888925.28888: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000355 172629 1726888925.28891: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "name": null, "status": {} } 172629 1726888925.28948: no more pending results, returning what we have 172629 1726888925.28951: results queue empty 172629 1726888925.28954: checking for any_errors_fatal 172629 1726888925.28967: done checking for any_errors_fatal 172629 1726888925.28968: checking for max_fail_percentage 172629 1726888925.28970: done checking for max_fail_percentage 172629 1726888925.28970: checking to see if all hosts have failed and the running result is not ok 172629 1726888925.28971: done checking to see if all hosts have failed 172629 1726888925.28972: getting the remaining hosts for this loop 172629 1726888925.28974: done getting the remaining hosts for this loop 172629 1726888925.28977: getting the next task for host managed_node1 172629 1726888925.28983: done getting next task for host managed_node1 172629 1726888925.28987: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 172629 1726888925.28990: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888925.28999: getting variables 172629 1726888925.29001: in VariableManager get_vars() 172629 1726888925.29034: Calling all_inventory to load vars for managed_node1 172629 1726888925.29037: Calling groups_inventory to load vars for managed_node1 172629 1726888925.29039: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888925.29048: Calling all_plugins_play to load vars for managed_node1 172629 1726888925.29051: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888925.29058: Calling groups_plugins_play to load vars for managed_node1 172629 1726888925.29413: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888925.29750: done with get_vars() 172629 1726888925.29765: 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 23:22:05 -0400 (0:00:00.888) 0:00:25.578 ****** 172629 1726888925.29834: entering _queue_task() for managed_node1/stat 172629 1726888925.30049: worker is 1 (out of 1 available) 172629 1726888925.30066: exiting _queue_task() for managed_node1/stat 172629 1726888925.30080: done queuing things up, now waiting for results queue to drain 172629 1726888925.30081: waiting for pending results... 172629 1726888925.30258: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 172629 1726888925.30340: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000356 172629 1726888925.30354: variable 'ansible_search_path' from source: unknown 172629 1726888925.30360: variable 'ansible_search_path' from source: unknown 172629 1726888925.30384: calling self._execute() 172629 1726888925.30452: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888925.30460: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888925.30466: variable 'omit' from source: magic vars 172629 1726888925.30541: variable 'omit' from source: magic vars 172629 1726888925.30585: variable 'omit' from source: magic vars 172629 1726888925.30607: variable 'omit' from source: magic vars 172629 1726888925.30644: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888925.30675: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888925.30691: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888925.30706: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888925.30716: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888925.30744: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888925.30747: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888925.30750: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888925.30818: Set connection var ansible_timeout to 10 172629 1726888925.30822: Set connection var ansible_shell_type to sh 172629 1726888925.30829: Set connection var ansible_pipelining to False 172629 1726888925.30833: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888925.30839: Set connection var ansible_shell_executable to /bin/sh 172629 1726888925.30841: Set connection var ansible_connection to ssh 172629 1726888925.30863: variable 'ansible_shell_executable' from source: unknown 172629 1726888925.30866: variable 'ansible_connection' from source: unknown 172629 1726888925.30869: variable 'ansible_module_compression' from source: unknown 172629 1726888925.30872: variable 'ansible_shell_type' from source: unknown 172629 1726888925.30874: variable 'ansible_shell_executable' from source: unknown 172629 1726888925.30877: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888925.30879: variable 'ansible_pipelining' from source: unknown 172629 1726888925.30881: variable 'ansible_timeout' from source: unknown 172629 1726888925.30883: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888925.31034: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888925.31043: variable 'omit' from source: magic vars 172629 1726888925.31048: starting attempt loop 172629 1726888925.31051: running the handler 172629 1726888925.31066: _low_level_execute_command(): starting 172629 1726888925.31074: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888925.31601: 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 <<< 172629 1726888925.31604: stderr 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 <<< 172629 1726888925.31608: 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 <<< 172629 1726888925.31611: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888925.31661: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888925.31664: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888925.31666: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888925.31719: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888925.33332: stdout chunk (state=3): >>>/root <<< 172629 1726888925.33484: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888925.33487: stdout chunk (state=3): >>><<< 172629 1726888925.33489: stderr chunk (state=3): >>><<< 172629 1726888925.33508: _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 172629 1726888925.33599: _low_level_execute_command(): starting 172629 1726888925.33602: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888925.335172-173448-89348837800582 `" && echo ansible-tmp-1726888925.335172-173448-89348837800582="` echo /root/.ansible/tmp/ansible-tmp-1726888925.335172-173448-89348837800582 `" ) && sleep 0' 172629 1726888925.34112: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888925.34124: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888925.34136: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888925.34151: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888925.34171: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888925.34187: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888925.34279: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888925.34313: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888925.34387: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888925.36276: stdout chunk (state=3): >>>ansible-tmp-1726888925.335172-173448-89348837800582=/root/.ansible/tmp/ansible-tmp-1726888925.335172-173448-89348837800582 <<< 172629 1726888925.36384: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888925.36409: stderr chunk (state=3): >>><<< 172629 1726888925.36412: stdout chunk (state=3): >>><<< 172629 1726888925.36427: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888925.335172-173448-89348837800582=/root/.ansible/tmp/ansible-tmp-1726888925.335172-173448-89348837800582 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888925.36477: variable 'ansible_module_compression' from source: unknown 172629 1726888925.36521: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726888925.36556: variable 'ansible_facts' from source: unknown 172629 1726888925.36616: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888925.335172-173448-89348837800582/AnsiballZ_stat.py 172629 1726888925.36712: Sending initial data 172629 1726888925.36715: Sent initial data (153 bytes) 172629 1726888925.37135: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888925.37138: 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 <<< 172629 1726888925.37141: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888925.37143: 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 <<< 172629 1726888925.37145: stderr 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 <<< 172629 1726888925.37193: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888925.37197: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888925.37246: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888925.38787: 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 <<< 172629 1726888925.38791: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888925.38832: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888925.38878: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpv6frjvde /root/.ansible/tmp/ansible-tmp-1726888925.335172-173448-89348837800582/AnsiballZ_stat.py <<< 172629 1726888925.38886: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888925.335172-173448-89348837800582/AnsiballZ_stat.py" <<< 172629 1726888925.38929: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpv6frjvde" to remote "/root/.ansible/tmp/ansible-tmp-1726888925.335172-173448-89348837800582/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888925.335172-173448-89348837800582/AnsiballZ_stat.py" <<< 172629 1726888925.39482: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888925.39522: stderr chunk (state=3): >>><<< 172629 1726888925.39525: stdout chunk (state=3): >>><<< 172629 1726888925.39566: done transferring module to remote 172629 1726888925.39577: _low_level_execute_command(): starting 172629 1726888925.39580: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888925.335172-173448-89348837800582/ /root/.ansible/tmp/ansible-tmp-1726888925.335172-173448-89348837800582/AnsiballZ_stat.py && sleep 0' 172629 1726888925.40014: 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 <<< 172629 1726888925.40019: stderr 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 <<< 172629 1726888925.40021: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 172629 1726888925.40023: 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 <<< 172629 1726888925.40027: 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 <<< 172629 1726888925.40080: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888925.40085: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888925.40086: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888925.40130: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888925.41887: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888925.41910: stderr chunk (state=3): >>><<< 172629 1726888925.41913: stdout chunk (state=3): >>><<< 172629 1726888925.41925: _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 172629 1726888925.41928: _low_level_execute_command(): starting 172629 1726888925.41931: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888925.335172-173448-89348837800582/AnsiballZ_stat.py && sleep 0' 172629 1726888925.42342: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888925.42345: 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 <<< 172629 1726888925.42347: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 172629 1726888925.42349: 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 <<< 172629 1726888925.42351: stderr 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 <<< 172629 1726888925.42402: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888925.42413: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888925.42465: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888925.44623: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888925.44663: stdout chunk (state=3): >>>import _imp # builtin<<< 172629 1726888925.44673: stdout chunk (state=3): >>> <<< 172629 1726888925.44693: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888925.44761: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888925.44766: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888925.44806: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888925.44837: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 172629 1726888925.44848: stdout chunk (state=3): >>># installing zipimport hook <<< 172629 1726888925.44861: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888925.44875: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888925.44923: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726888925.44928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888925.44943: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888925.44971: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888925.45004: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888925.45029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888925.45043: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50570184d0> <<< 172629 1726888925.45046: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056fe7b30> <<< 172629 1726888925.45073: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 172629 1726888925.45081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 172629 1726888925.45086: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f505701aa50> <<< 172629 1726888925.45109: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888925.45132: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726888925.45138: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726888925.45157: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888925.45189: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888925.45277: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888925.45306: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888925.45337: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888925.45365: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 172629 1726888925.45374: stdout chunk (state=3): >>>Processing global site-packages <<< 172629 1726888925.45389: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888925.45396: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726888925.45403: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888925.45434: 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' <<< 172629 1726888925.45464: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056e2d130> <<< 172629 1726888925.45521: 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 <<< 172629 1726888925.45530: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888925.45536: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056e2e120> <<< 172629 1726888925.45563: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888925.45591: 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. <<< 172629 1726888925.45821: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888925.45826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888925.45864: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888925.45868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888925.45888: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888925.45923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888925.45963: 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' <<< 172629 1726888925.45979: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056e6bfe0> <<< 172629 1726888925.45999: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888925.46039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 172629 1726888925.46044: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056e80170> <<< 172629 1726888925.46064: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888925.46096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888925.46115: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888925.46164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888925.46187: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888925.46208: 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 0x7f5056ea39e0> <<< 172629 1726888925.46245: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888925.46248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 172629 1726888925.46250: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ea3fb0> <<< 172629 1726888925.46268: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888925.46323: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056e83cb0> <<< 172629 1726888925.46325: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888925.46359: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056e813d0> <<< 172629 1726888925.46442: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056e69190> <<< 172629 1726888925.46479: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888925.46485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888925.46506: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888925.46525: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888925.46553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888925.46572: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888925.46578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888925.46605: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ec7950> <<< 172629 1726888925.46626: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ec6570> <<< 172629 1726888925.46659: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726888925.46663: 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 0x7f5056e822a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ec4e00> <<< 172629 1726888925.46718: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888925.46729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ef49b0> <<< 172629 1726888925.46741: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056e68410> <<< 172629 1726888925.46760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 172629 1726888925.46764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 172629 1726888925.46795: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.46801: 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 0x7f5056ef4e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ef4d10> <<< 172629 1726888925.46840: 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' <<< 172629 1726888925.46858: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5056ef50d0> <<< 172629 1726888925.46860: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056e66f30> <<< 172629 1726888925.46886: 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' <<< 172629 1726888925.46913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888925.46949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888925.46962: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ef5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ef5490> <<< 172629 1726888925.46969: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726888925.46997: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 172629 1726888925.47005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 172629 1726888925.47017: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ef6690> <<< 172629 1726888925.47035: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726888925.47039: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726888925.47068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888925.47097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888925.47126: 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' <<< 172629 1726888925.47136: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056f10860> <<< 172629 1726888925.47145: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888925.47184: 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' <<< 172629 1726888925.47192: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5056f11fa0> <<< 172629 1726888925.47216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888925.47223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888925.47247: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888925.47258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726888925.47265: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056f12e40> <<< 172629 1726888925.47309: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.47315: 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 0x7f5056f13470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056f12390> <<< 172629 1726888925.47343: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888925.47348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888925.47392: 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' <<< 172629 1726888925.47395: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5056f13e60> <<< 172629 1726888925.47413: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056f13590> <<< 172629 1726888925.47459: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ef6600> <<< 172629 1726888925.47472: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888925.47501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888925.47518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888925.47543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888925.47577: 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 0x7f5056c8fd40> <<< 172629 1726888925.47599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 172629 1726888925.47604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 172629 1726888925.47637: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.47639: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5056cbc8c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056cbc620> <<< 172629 1726888925.47667: 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 0x7f5056cbc8f0> <<< 172629 1726888925.47692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888925.47770: stdout chunk (state=3): >>># 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' <<< 172629 1726888925.47913: 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 0x7f5056cbd220><<< 172629 1726888925.47920: stdout chunk (state=3): >>> <<< 172629 1726888925.48032: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.48036: 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 0x7f5056cbdc10> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056cbcad0> <<< 172629 1726888925.48058: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056c8dee0> <<< 172629 1726888925.48082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888925.48097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888925.48125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888925.48128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726888925.48148: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056cbf020> <<< 172629 1726888925.48185: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056cbdd60> <<< 172629 1726888925.48191: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ef6db0> <<< 172629 1726888925.48215: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888925.48274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888925.48295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888925.48326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888925.48354: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ce7380> <<< 172629 1726888925.48414: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888925.48423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888925.48443: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888925.48464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888925.48507: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056d076e0> <<< 172629 1726888925.48525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888925.48571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888925.48625: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888925.48649: 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 0x7f5056d68500> <<< 172629 1726888925.48674: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888925.48699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888925.48728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888925.48770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888925.48850: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056d6ac60> <<< 172629 1726888925.48923: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056d68620> <<< 172629 1726888925.48964: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056d2d4f0> <<< 172629 1726888925.48987: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726888925.48994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056b6d5b0> <<< 172629 1726888925.49012: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056d064e0> <<< 172629 1726888925.49016: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056cbff50> <<< 172629 1726888925.49126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888925.49140: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5056d06840> <<< 172629 1726888925.49344: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_vq7t6wgw/ansible_stat_payload.zip' <<< 172629 1726888925.49359: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.49477: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.49511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888925.49517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888925.49563: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888925.49631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888925.49681: 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 0x7f5056bbf320> <<< 172629 1726888925.49683: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888925.49864: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ba2210> <<< 172629 1726888925.49869: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ba1370> # zipimport: zlib available <<< 172629 1726888925.49918: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888925.49928: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.49939: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888925.49955: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888925.49972: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.51364: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.52466: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888925.52471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056bbd1c0> <<< 172629 1726888925.52499: 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' <<< 172629 1726888925.52529: 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' <<< 172629 1726888925.52562: 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' <<< 172629 1726888925.52588: 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 0x7f5056beacf0> <<< 172629 1726888925.52630: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056beaa80> <<< 172629 1726888925.52659: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056bea390> <<< 172629 1726888925.52681: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888925.52685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888925.52734: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056bead80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056bbfd40> <<< 172629 1726888925.52739: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888925.52767: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.52774: 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 0x7f5056beba40> <<< 172629 1726888925.52796: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.52802: 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 0x7f5056bebc80> <<< 172629 1726888925.52826: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888925.52870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888925.52884: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888925.52927: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056c10140> <<< 172629 1726888925.52941: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888925.52953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888925.52988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888925.53015: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f505651a000> <<< 172629 1726888925.53058: 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 0x7f505651bc20> <<< 172629 1726888925.53067: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888925.53090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888925.53120: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056520620> <<< 172629 1726888925.53142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888925.53173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888925.53188: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50565217c0> <<< 172629 1726888925.53206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888925.53242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888925.53270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726888925.53272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726888925.53319: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056524230> <<< 172629 1726888925.53358: 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 0x7f5056524350> <<< 172629 1726888925.53386: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50565224e0> <<< 172629 1726888925.53399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888925.53426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888925.53449: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 172629 1726888925.53459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726888925.53470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888925.53503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888925.53528: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726888925.53531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 172629 1726888925.53546: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50565681d0> <<< 172629 1726888925.53556: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888925.53619: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056526cc0> <<< 172629 1726888925.53627: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056526a20> <<< 172629 1726888925.53639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888925.53652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888925.53721: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056526f90> <<< 172629 1726888925.53752: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50565229f0> <<< 172629 1726888925.53778: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.53783: 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 0x7f505656c470> <<< 172629 1726888925.53814: 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 0x7f505656c680> <<< 172629 1726888925.53831: 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 <<< 172629 1726888925.53850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888925.53872: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 172629 1726888925.53878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 172629 1726888925.53911: 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' <<< 172629 1726888925.53921: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f505656e090> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f505656de50> <<< 172629 1726888925.53940: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888925.54039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888925.54093: 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 0x7f5056570620> <<< 172629 1726888925.54096: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f505656e750> <<< 172629 1726888925.54119: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888925.54166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888925.54179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888925.54192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726888925.54199: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888925.54244: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056573e00> <<< 172629 1726888925.54364: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50565707d0> <<< 172629 1726888925.54427: 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 0x7f5056575160> <<< 172629 1726888925.54464: 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 0x7f5056575010> <<< 172629 1726888925.54501: 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' <<< 172629 1726888925.54513: 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 0x7f5056574fb0> <<< 172629 1726888925.54517: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f505656c7a0> <<< 172629 1726888925.54541: 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' <<< 172629 1726888925.54566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888925.54582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888925.54613: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.54634: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.54642: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50564006e0> <<< 172629 1726888925.54787: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.54797: 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 0x7f5056401700> <<< 172629 1726888925.54804: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056576e70> <<< 172629 1726888925.54836: 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 0x7f5056577a40> <<< 172629 1726888925.54846: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056576a80> <<< 172629 1726888925.54854: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.54876: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888925.54888: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.54976: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.55065: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.55081: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888925.55099: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.55115: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.55128: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 172629 1726888925.55133: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.55250: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.55370: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.55918: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.56457: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888925.56461: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888925.56477: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888925.56492: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888925.56518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888925.56566: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.56572: 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 0x7f50564059a0> <<< 172629 1726888925.56653: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726888925.56665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 172629 1726888925.56678: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056406810> <<< 172629 1726888925.56682: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056401b80> <<< 172629 1726888925.56730: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888925.56741: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.56759: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.56781: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888925.56787: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.56936: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.57092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888925.57106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50564066f0> <<< 172629 1726888925.57122: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.57571: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.58012: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.58077: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.58156: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726888925.58199: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.58241: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888925.58247: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888925.58317: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.58396: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888925.58423: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.58426: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888925.58444: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.58485: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.58525: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888925.58539: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.58761: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.58988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888925.59043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888925.59063: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888925.59123: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056407b00> <<< 172629 1726888925.59140: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.59207: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.59289: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 172629 1726888925.59293: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 172629 1726888925.59294: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888925.59321: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.59364: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.59403: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888925.59408: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.59459: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.59499: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.59558: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.59621: 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 <<< 172629 1726888925.59662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888925.59751: 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 0x7f5056412510> <<< 172629 1726888925.59783: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f505640d370> <<< 172629 1726888925.59815: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888925.59833: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.59895: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.59963: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.59983: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.60027: 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' <<< 172629 1726888925.60051: 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 <<< 172629 1726888925.60072: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888925.60096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888925.60150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888925.60183: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888925.60188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888925.60247: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056c3ac00> <<< 172629 1726888925.60288: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056c228d0> <<< 172629 1726888925.60373: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056412360> <<< 172629 1726888925.60377: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50564073b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888925.60418: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.60444: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726888925.60449: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888925.60503: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888925.60527: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.60530: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888925.60549: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.60682: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.60873: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.61693: stdout chunk (state=3): >>> <<< 172629 1726888925.61702: 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": 195035400, "dev": 51714, "nlink": 1, "atime": 1726887894.9028583, "mtime": 1726562394.502, "ctime": 1726887890.8548312, "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": "2210578496", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 172629 1726888925.61730: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888925.62175: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888925.62186: 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 <<< 172629 1726888925.62198: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp <<< 172629 1726888925.62223: stdout chunk (state=3): >>># cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat <<< 172629 1726888925.62227: stdout chunk (state=3): >>># cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword <<< 172629 1726888925.62245: stdout chunk (state=3): >>># destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools <<< 172629 1726888925.62270: stdout chunk (state=3): >>># cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 172629 1726888925.62288: stdout chunk (state=3): >>># cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing<<< 172629 1726888925.62292: stdout chunk (state=3): >>> # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder <<< 172629 1726888925.62322: 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 # destroy token # cleanup[2] removing _tokenize <<< 172629 1726888925.62342: 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 # 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 <<< 172629 1726888925.62373: stdout chunk (state=3): >>># 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 <<< 172629 1726888925.62381: stdout chunk (state=3): >>># destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 172629 1726888925.62612: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888925.62639: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888925.62660: stdout chunk (state=3): >>># destroy _bz2 <<< 172629 1726888925.62674: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 172629 1726888925.62679: stdout chunk (state=3): >>># destroy zipfile._path <<< 172629 1726888925.62701: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726888925.62743: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888925.62746: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 172629 1726888925.62769: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 172629 1726888925.62786: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 172629 1726888925.62802: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 172629 1726888925.62824: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 172629 1726888925.62827: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog<<< 172629 1726888925.62830: stdout chunk (state=3): >>> # destroy uuid <<< 172629 1726888925.62863: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726888925.62869: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726888925.62900: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888925.62907: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888925.62962: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 172629 1726888925.62977: 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 <<< 172629 1726888925.62985: stdout chunk (state=3): >>># cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726888925.63018: 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 <<< 172629 1726888925.63021: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 172629 1726888925.63037: 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 <<< 172629 1726888925.63053: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726888925.63080: 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 <<< 172629 1726888925.63083: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 172629 1726888925.63094: 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 <<< 172629 1726888925.63113: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 172629 1726888925.63119: 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 <<< 172629 1726888925.63249: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888925.63270: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888925.63295: stdout chunk (state=3): >>># destroy platform <<< 172629 1726888925.63298: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath <<< 172629 1726888925.63300: stdout chunk (state=3): >>># destroy re._parser <<< 172629 1726888925.63329: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888925.63331: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 172629 1726888925.63349: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726888925.63374: 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 <<< 172629 1726888925.63381: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888925.63393: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888925.63478: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 172629 1726888925.63481: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 172629 1726888925.63501: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit <<< 172629 1726888925.63520: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726888925.63529: stdout chunk (state=3): >>># destroy _random <<< 172629 1726888925.63535: stdout chunk (state=3): >>># destroy _weakref <<< 172629 1726888925.63564: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 172629 1726888925.63580: stdout chunk (state=3): >>># destroy itertools <<< 172629 1726888925.63593: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726888925.63602: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726888925.63895: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888925.63926: stderr chunk (state=3): >>><<< 172629 1726888925.63930: stdout chunk (state=3): >>><<< 172629 1726888925.63998: _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 0x7f50570184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056fe7b30> # /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 0x7f505701aa50> 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 0x7f5056e2d130> # /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 0x7f5056e2e120> 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 0x7f5056e6bfe0> # /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 0x7f5056e80170> # /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 0x7f5056ea39e0> # /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 0x7f5056ea3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056e83cb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056e813d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056e69190> # /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 0x7f5056ec7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ec6570> # /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 0x7f5056e822a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ec4e00> # /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 0x7f5056ef49b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056e68410> # /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 0x7f5056ef4e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ef4d10> # 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 0x7f5056ef50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056e66f30> # /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 0x7f5056ef5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ef5490> 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 0x7f5056ef6690> 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 0x7f5056f10860> 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 0x7f5056f11fa0> # /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 0x7f5056f12e40> # 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 0x7f5056f13470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056f12390> # /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 0x7f5056f13e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056f13590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ef6600> # /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 0x7f5056c8fd40> # /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 0x7f5056cbc8c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056cbc620> # 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 0x7f5056cbc8f0> # /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 0x7f5056cbd220> # 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 0x7f5056cbdc10> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056cbcad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056c8dee0> # /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 0x7f5056cbf020> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056cbdd60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ef6db0> # /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 0x7f5056ce7380> # /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 0x7f5056d076e0> # /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 0x7f5056d68500> # /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 0x7f5056d6ac60> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056d68620> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056d2d4f0> # /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 0x7f5056b6d5b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056d064e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056cbff50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5056d06840> # zipimport: found 30 names in '/tmp/ansible_stat_payload_vq7t6wgw/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 0x7f5056bbf320> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ba2210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056ba1370> # 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 0x7f5056bbd1c0> # /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 0x7f5056beacf0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056beaa80> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056bea390> # /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 0x7f5056bead80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056bbfd40> 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 0x7f5056beba40> # 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 0x7f5056bebc80> # /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 0x7f5056c10140> 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 0x7f505651a000> # 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 0x7f505651bc20> # /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 0x7f5056520620> # /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 0x7f50565217c0> # /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 0x7f5056524230> # 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 0x7f5056524350> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50565224e0> # /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 0x7f50565681d0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056526cc0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056526a20> # /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 0x7f5056526f90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50565229f0> # 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 0x7f505656c470> # /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 0x7f505656c680> # /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 0x7f505656e090> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f505656de50> # /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 0x7f5056570620> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f505656e750> # /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 0x7f5056573e00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50565707d0> # 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 0x7f5056575160> # 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 0x7f5056575010> # 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 0x7f5056574fb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f505656c7a0> # /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 0x7f50564006e0> # 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 0x7f5056401700> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056576e70> # 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 0x7f5056577a40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056576a80> # 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 0x7f50564059a0> # /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 0x7f5056406810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056401b80> 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 0x7f50564066f0> # 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 0x7f5056407b00> # 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 0x7f5056412510> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f505640d370> 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 0x7f5056c3ac00> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056c228d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5056412360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50564073b0> # 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": 195035400, "dev": 51714, "nlink": 1, "atime": 1726887894.9028583, "mtime": 1726562394.502, "ctime": 1726887890.8548312, "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": "2210578496", "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. 172629 1726888925.64543: 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-1726888925.335172-173448-89348837800582/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888925.64548: _low_level_execute_command(): starting 172629 1726888925.64551: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888925.335172-173448-89348837800582/ > /dev/null 2>&1 && sleep 0' 172629 1726888925.64679: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888925.64683: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888925.64687: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888925.64689: 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 <<< 172629 1726888925.64699: 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 <<< 172629 1726888925.64743: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888925.64767: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888925.64813: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888925.66644: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888925.66671: stderr chunk (state=3): >>><<< 172629 1726888925.66675: stdout chunk (state=3): >>><<< 172629 1726888925.66686: _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 172629 1726888925.66693: handler run complete 172629 1726888925.66723: attempt loop complete, returning result 172629 1726888925.66728: _execute() done 172629 1726888925.66730: dumping result to json 172629 1726888925.66738: done dumping result, returning 172629 1726888925.66743: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-d0a8-add8-000000000356] 172629 1726888925.66748: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000356 172629 1726888925.66845: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000356 172629 1726888925.66848: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726887894.9028583, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726887890.8548312, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 195035400, "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": "2210578496", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726888925.66942: no more pending results, returning what we have 172629 1726888925.66947: results queue empty 172629 1726888925.66948: checking for any_errors_fatal 172629 1726888925.66954: done checking for any_errors_fatal 172629 1726888925.66956: checking for max_fail_percentage 172629 1726888925.66958: done checking for max_fail_percentage 172629 1726888925.66959: checking to see if all hosts have failed and the running result is not ok 172629 1726888925.66960: done checking to see if all hosts have failed 172629 1726888925.66960: getting the remaining hosts for this loop 172629 1726888925.66962: done getting the remaining hosts for this loop 172629 1726888925.66965: getting the next task for host managed_node1 172629 1726888925.66971: done getting next task for host managed_node1 172629 1726888925.66975: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 172629 1726888925.66978: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888925.66988: getting variables 172629 1726888925.66989: in VariableManager get_vars() 172629 1726888925.67020: Calling all_inventory to load vars for managed_node1 172629 1726888925.67023: Calling groups_inventory to load vars for managed_node1 172629 1726888925.67025: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888925.67033: Calling all_plugins_play to load vars for managed_node1 172629 1726888925.67038: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888925.67041: Calling groups_plugins_play to load vars for managed_node1 172629 1726888925.67383: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888925.67707: done with get_vars() 172629 1726888925.67718: 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 23:22:05 -0400 (0:00:00.379) 0:00:25.957 ****** 172629 1726888925.67786: entering _queue_task() for managed_node1/lineinfile 172629 1726888925.67983: worker is 1 (out of 1 available) 172629 1726888925.67997: exiting _queue_task() for managed_node1/lineinfile 172629 1726888925.68010: done queuing things up, now waiting for results queue to drain 172629 1726888925.68011: waiting for pending results... 172629 1726888925.68185: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 172629 1726888925.68272: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000357 172629 1726888925.68282: variable 'ansible_search_path' from source: unknown 172629 1726888925.68285: variable 'ansible_search_path' from source: unknown 172629 1726888925.68475: variable 'blivet_output' from source: set_fact 172629 1726888925.68531: dumping result to json 172629 1726888925.68534: done dumping result, returning 172629 1726888925.68542: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-d0a8-add8-000000000357] 172629 1726888925.68547: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000357 172629 1726888925.68651: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000357 172629 1726888925.68657: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888925.68709: no more pending results, returning what we have 172629 1726888925.68712: results queue empty 172629 1726888925.68713: checking for any_errors_fatal 172629 1726888925.68720: done checking for any_errors_fatal 172629 1726888925.68720: checking for max_fail_percentage 172629 1726888925.68722: done checking for max_fail_percentage 172629 1726888925.68722: checking to see if all hosts have failed and the running result is not ok 172629 1726888925.68723: done checking to see if all hosts have failed 172629 1726888925.68724: getting the remaining hosts for this loop 172629 1726888925.68725: done getting the remaining hosts for this loop 172629 1726888925.68728: getting the next task for host managed_node1 172629 1726888925.68732: done getting next task for host managed_node1 172629 1726888925.68736: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 172629 1726888925.68739: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888925.68753: getting variables 172629 1726888925.68754: in VariableManager get_vars() 172629 1726888925.68783: Calling all_inventory to load vars for managed_node1 172629 1726888925.68786: Calling groups_inventory to load vars for managed_node1 172629 1726888925.68788: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888925.68795: Calling all_plugins_play to load vars for managed_node1 172629 1726888925.68798: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888925.68800: Calling groups_plugins_play to load vars for managed_node1 172629 1726888925.69089: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888925.69629: done with get_vars() 172629 1726888925.69637: 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 23:22:05 -0400 (0:00:00.019) 0:00:25.976 ****** 172629 1726888925.69703: entering _queue_task() for managed_node1/setup 172629 1726888925.69878: worker is 1 (out of 1 available) 172629 1726888925.69889: exiting _queue_task() for managed_node1/setup 172629 1726888925.69901: done queuing things up, now waiting for results queue to drain 172629 1726888925.69902: waiting for pending results... 172629 1726888925.70061: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Update facts 172629 1726888925.70158: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000359 172629 1726888925.70171: variable 'ansible_search_path' from source: unknown 172629 1726888925.70175: variable 'ansible_search_path' from source: unknown 172629 1726888925.70199: calling self._execute() 172629 1726888925.70266: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888925.70270: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888925.70279: variable 'omit' from source: magic vars 172629 1726888925.70522: variable 'ansible_check_mode' from source: magic vars 172629 1726888925.70529: Evaluated conditional (not ansible_check_mode): True 172629 1726888925.70534: variable 'omit' from source: magic vars 172629 1726888925.70586: variable 'omit' from source: magic vars 172629 1726888925.70608: variable 'omit' from source: magic vars 172629 1726888925.70639: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888925.70673: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888925.70693: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888925.70706: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888925.70715: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888925.70739: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888925.70742: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888925.70744: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888925.70817: Set connection var ansible_timeout to 10 172629 1726888925.70820: Set connection var ansible_shell_type to sh 172629 1726888925.70827: Set connection var ansible_pipelining to False 172629 1726888925.70832: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888925.70837: Set connection var ansible_shell_executable to /bin/sh 172629 1726888925.70840: Set connection var ansible_connection to ssh 172629 1726888925.70859: variable 'ansible_shell_executable' from source: unknown 172629 1726888925.70862: variable 'ansible_connection' from source: unknown 172629 1726888925.70865: variable 'ansible_module_compression' from source: unknown 172629 1726888925.70868: variable 'ansible_shell_type' from source: unknown 172629 1726888925.70870: variable 'ansible_shell_executable' from source: unknown 172629 1726888925.70873: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888925.70875: variable 'ansible_pipelining' from source: unknown 172629 1726888925.70878: variable 'ansible_timeout' from source: unknown 172629 1726888925.70887: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888925.71029: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888925.71038: variable 'omit' from source: magic vars 172629 1726888925.71042: starting attempt loop 172629 1726888925.71045: running the handler 172629 1726888925.71060: _low_level_execute_command(): starting 172629 1726888925.71066: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888925.71542: 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 <<< 172629 1726888925.71579: stderr 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 <<< 172629 1726888925.71583: 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 <<< 172629 1726888925.71586: 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 <<< 172629 1726888925.71633: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888925.71636: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888925.71638: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888925.71692: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888925.73328: stdout chunk (state=3): >>>/root <<< 172629 1726888925.73426: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888925.73451: stderr chunk (state=3): >>><<< 172629 1726888925.73454: stdout chunk (state=3): >>><<< 172629 1726888925.73477: _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 172629 1726888925.73488: _low_level_execute_command(): starting 172629 1726888925.73494: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888925.7347589-173465-53902461354819 `" && echo ansible-tmp-1726888925.7347589-173465-53902461354819="` echo /root/.ansible/tmp/ansible-tmp-1726888925.7347589-173465-53902461354819 `" ) && sleep 0' 172629 1726888925.73905: 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 <<< 172629 1726888925.73908: stderr 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 <<< 172629 1726888925.73910: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888925.73919: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888925.73921: 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 <<< 172629 1726888925.73961: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888925.73977: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888925.74021: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888925.75916: stdout chunk (state=3): >>>ansible-tmp-1726888925.7347589-173465-53902461354819=/root/.ansible/tmp/ansible-tmp-1726888925.7347589-173465-53902461354819 <<< 172629 1726888925.76024: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888925.76045: stderr chunk (state=3): >>><<< 172629 1726888925.76048: stdout chunk (state=3): >>><<< 172629 1726888925.76066: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888925.7347589-173465-53902461354819=/root/.ansible/tmp/ansible-tmp-1726888925.7347589-173465-53902461354819 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888925.76106: variable 'ansible_module_compression' from source: unknown 172629 1726888925.76143: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 172629 1726888925.76195: variable 'ansible_facts' from source: unknown 172629 1726888925.76323: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888925.7347589-173465-53902461354819/AnsiballZ_setup.py 172629 1726888925.76421: Sending initial data 172629 1726888925.76425: Sent initial data (155 bytes) 172629 1726888925.76817: 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 <<< 172629 1726888925.76846: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888925.76852: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 172629 1726888925.76866: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888925.76870: 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 <<< 172629 1726888925.76872: stderr 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 <<< 172629 1726888925.76908: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888925.76911: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888925.76966: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888925.78504: 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 <<< 172629 1726888925.78509: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888925.78549: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888925.78598: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpuzkkka2n /root/.ansible/tmp/ansible-tmp-1726888925.7347589-173465-53902461354819/AnsiballZ_setup.py <<< 172629 1726888925.78602: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888925.7347589-173465-53902461354819/AnsiballZ_setup.py" <<< 172629 1726888925.78647: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpuzkkka2n" to remote "/root/.ansible/tmp/ansible-tmp-1726888925.7347589-173465-53902461354819/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888925.7347589-173465-53902461354819/AnsiballZ_setup.py" <<< 172629 1726888925.79703: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888925.79738: stderr chunk (state=3): >>><<< 172629 1726888925.79741: stdout chunk (state=3): >>><<< 172629 1726888925.79759: done transferring module to remote 172629 1726888925.79773: _low_level_execute_command(): starting 172629 1726888925.79776: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888925.7347589-173465-53902461354819/ /root/.ansible/tmp/ansible-tmp-1726888925.7347589-173465-53902461354819/AnsiballZ_setup.py && sleep 0' 172629 1726888925.80189: 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 <<< 172629 1726888925.80192: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888925.80194: 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 <<< 172629 1726888925.80196: 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 <<< 172629 1726888925.80201: stderr 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 <<< 172629 1726888925.80206: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888925.80246: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888925.80249: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888925.80301: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888925.82060: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888925.82079: stderr chunk (state=3): >>><<< 172629 1726888925.82083: stdout chunk (state=3): >>><<< 172629 1726888925.82094: _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 172629 1726888925.82097: _low_level_execute_command(): starting 172629 1726888925.82100: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888925.7347589-173465-53902461354819/AnsiballZ_setup.py && sleep 0' 172629 1726888925.82498: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888925.82501: 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 <<< 172629 1726888925.82504: 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 <<< 172629 1726888925.82506: 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 <<< 172629 1726888925.82542: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888925.82558: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888925.82612: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888925.84759: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888925.84783: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888925.84814: stdout chunk (state=3): >>>import '_thread' # <<< 172629 1726888925.84819: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 172629 1726888925.84885: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888925.84890: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888925.84922: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888925.85006: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888925.85010: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 172629 1726888925.85012: stdout chunk (state=3): >>># installed zipimport hook <<< 172629 1726888925.85116: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # <<< 172629 1726888925.85148: 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' <<< 172629 1726888925.85262: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb10184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0fe7b30> <<< 172629 1726888925.85284: 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 0x7f4bb101aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 172629 1726888925.85311: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888925.85381: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888925.85412: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888925.85443: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888925.85473: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 172629 1726888925.85509: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888925.85527: 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' <<< 172629 1726888925.85548: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0de9130> <<< 172629 1726888925.85616: 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 <<< 172629 1726888925.85648: 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 0x7f4bb0dea120> import 'site' # <<< 172629 1726888925.85676: 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. <<< 172629 1726888925.86067: 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' <<< 172629 1726888925.86108: 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' <<< 172629 1726888925.86112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888925.86180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888925.86183: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888925.86222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0e27fe0> <<< 172629 1726888925.86235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888925.86257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888925.86289: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0e3c170> <<< 172629 1726888925.86309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888925.86335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888925.86338: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888925.86562: 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 0x7f4bb0e5fa10> # /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 0x7f4bb0e800e0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0e3fcb0> import '_functools' # <<< 172629 1726888925.86570: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0e3d3d0> <<< 172629 1726888925.86675: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0e25190> <<< 172629 1726888925.86678: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888925.86703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888925.86736: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888925.86771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888925.86818: 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' <<< 172629 1726888925.86823: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0e839b0> <<< 172629 1726888925.86863: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0e825d0> <<< 172629 1726888925.86873: 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 0x7f4bb0e3e270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0e80a40> <<< 172629 1726888925.86921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888925.86940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0eb0a70> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0e24410> <<< 172629 1726888925.86981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 172629 1726888925.87000: 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 0x7f4bb0eb0f20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0eb0dd0> <<< 172629 1726888925.87035: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.87057: 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 0x7f4bb0eb1190> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0e22f30> <<< 172629 1726888925.87089: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726888925.87122: 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 <<< 172629 1726888925.87126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888925.87179: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0eb1820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0eb14f0> import 'importlib.machinery' # <<< 172629 1726888925.87206: 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' <<< 172629 1726888925.87218: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0eb2720> import 'importlib.util' # import 'runpy' # <<< 172629 1726888925.87252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888925.87270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888925.87301: 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 0x7f4bb0ecc8f0><<< 172629 1726888925.87349: 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' <<< 172629 1726888925.87377: 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 0x7f4bb0ece030> <<< 172629 1726888925.87410: 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 <<< 172629 1726888925.87430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726888925.87458: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0eceed0> <<< 172629 1726888925.87497: 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 0x7f4bb0ecf530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0ece420> <<< 172629 1726888925.87509: 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' <<< 172629 1726888925.87565: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.87568: 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 0x7f4bb0ecffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0ecf6e0> <<< 172629 1726888925.87612: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0eb08f0> <<< 172629 1726888925.87645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888925.87676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888925.87679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888925.87735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888925.87739: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.87777: 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 0x7f4bb0ee7e30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 172629 1726888925.87823: 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 0x7f4bb0bf4860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0bf45c0> <<< 172629 1726888925.87828: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.87854: 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 0x7f4bb0bf4890> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888925.87875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726888925.87931: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.88161: 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 0x7f4bb0bf51c0> <<< 172629 1726888925.88173: 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 0x7f4bb0bf5bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0bf4a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0ee5fd0> <<< 172629 1726888925.88215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888925.88248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888925.88252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888925.88287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0bf6f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0bf5cd0> <<< 172629 1726888925.88321: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0eb2e10> <<< 172629 1726888925.88336: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888925.88410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888925.88423: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888925.88445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888925.88474: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0c1f2f0> <<< 172629 1726888925.88533: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888925.88559: 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 <<< 172629 1726888925.88580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888925.88639: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0c43620> <<< 172629 1726888925.88642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888925.88683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888925.88747: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888925.88778: 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 0x7f4bb0ca43e0> <<< 172629 1726888925.88792: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888925.88816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888925.88844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888925.88872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888925.88960: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0ca6b40> <<< 172629 1726888925.89024: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0ca4500> <<< 172629 1726888925.89068: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0c6d400> <<< 172629 1726888925.89102: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726888925.89114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0525490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0c42420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0bf7ec0> <<< 172629 1726888925.89278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888925.89299: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4bb0c42780> <<< 172629 1726888925.90119: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_cqy4lo_y/ansible_setup_payload.zip' # zipimport: zlib available <<< 172629 1726888925.90242: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.90274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888925.90281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888925.90319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888925.90392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888925.90421: 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'<<< 172629 1726888925.90425: stdout chunk (state=3): >>> import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb058f1d0> import '_typing' # <<< 172629 1726888925.90613: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb056e0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb056d250> <<< 172629 1726888925.90619: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.90641: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888925.90660: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.90672: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.90690: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.90695: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888925.90718: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.92077: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.93208: 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' <<< 172629 1726888925.93217: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb058cf20> <<< 172629 1726888925.93227: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726888925.93240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888925.93254: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888925.93259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888925.93282: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726888925.93287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888925.93310: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.93315: 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 0x7f4bb05beb70> <<< 172629 1726888925.93347: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb05be900> <<< 172629 1726888925.93377: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb05be210> <<< 172629 1726888925.93400: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888925.93407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888925.93446: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb05bec60> <<< 172629 1726888925.93451: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb101a9c0> import 'atexit' # <<< 172629 1726888925.93481: 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 0x7f4bb05bf890> <<< 172629 1726888925.93510: 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 0x7f4bb05bfa10> <<< 172629 1726888925.93532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888925.93571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888925.93588: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888925.93634: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb05bff20> <<< 172629 1726888925.93640: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888925.93659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888925.93683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888925.93717: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0429cd0> <<< 172629 1726888925.93744: 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 0x7f4bb042b8f0> <<< 172629 1726888925.93773: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888925.93781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888925.93820: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0430290> <<< 172629 1726888925.93834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888925.93873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888925.93876: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb04313d0> <<< 172629 1726888925.93903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888925.93933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888925.93956: 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' <<< 172629 1726888925.94011: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0433e90> <<< 172629 1726888925.94054: 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 0x7f4bb05bdfa0><<< 172629 1726888925.94059: stdout chunk (state=3): >>> <<< 172629 1726888925.94068: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0432180> <<< 172629 1726888925.94089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888925.94111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888925.94134: 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' <<< 172629 1726888925.94160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888925.94246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888925.94274: 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' <<< 172629 1726888925.94292: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0437e30> <<< 172629 1726888925.94298: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888925.94364: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0436900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0436660> <<< 172629 1726888925.94384: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888925.94388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888925.94468: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0436bd0> <<< 172629 1726888925.94489: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0432690> <<< 172629 1726888925.94518: 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 0x7f4bb047bf20> <<< 172629 1726888925.94542: 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 0x7f4bb047c200> <<< 172629 1726888925.94576: 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 <<< 172629 1726888925.94580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888925.94609: 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' <<< 172629 1726888925.94643: 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 0x7f4bb047dc70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb047da30> <<< 172629 1726888925.94668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888925.94698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888925.94746: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.94749: 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 0x7f4bb0480230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb047e330> <<< 172629 1726888925.94767: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888925.94815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888925.94818: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888925.94840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726888925.94886: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb04839e0> <<< 172629 1726888925.95002: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb04803e0> <<< 172629 1726888925.95067: 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 0x7f4bb04847d0> <<< 172629 1726888925.95092: 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'<<< 172629 1726888925.95097: stdout chunk (state=3): >>> import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bb0484800> <<< 172629 1726888925.95138: 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' <<< 172629 1726888925.95142: 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 0x7f4bb0484d70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb047c320> <<< 172629 1726888925.95180: 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' <<< 172629 1726888925.95184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888925.95212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888925.95233: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.95262: 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 0x7f4bb03103b0> <<< 172629 1726888925.95402: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888925.95415: 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 0x7f4bb03112e0> <<< 172629 1726888925.95418: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0486b40> <<< 172629 1726888925.95449: 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 0x7f4bb0487ef0> <<< 172629 1726888925.95464: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0486780> <<< 172629 1726888925.95467: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.95488: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888925.95504: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.95585: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.95687: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.95690: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.95696: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 172629 1726888925.95710: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.95730: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888925.95736: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.95850: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.95972: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.96486: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.97022: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888925.97029: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888925.97057: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888925.97071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888925.97121: 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 0x7f4bb0315580> <<< 172629 1726888925.97202: 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' <<< 172629 1726888925.97223: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb03164e0> <<< 172629 1726888925.97228: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0311490> <<< 172629 1726888925.97277: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888925.97281: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.97311: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.97319: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888925.97334: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.97474: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.97633: 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' <<< 172629 1726888925.97644: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0316ae0> <<< 172629 1726888925.97650: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.98102: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.98539: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.98615: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.98690: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888925.98698: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.98732: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.98767: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888925.98775: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.98848: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.98926: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888925.98950: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888925.98960: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 172629 1726888925.98969: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.99014: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.99047: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888925.99063: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.99279: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.99508: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888925.99570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888925.99574: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888925.99640: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb03175f0> <<< 172629 1726888925.99646: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.99718: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.99792: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726888925.99802: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888925.99806: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888925.99831: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.99871: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.99914: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888925.99918: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888925.99969: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.00006: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.00067: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.00129: 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 <<< 172629 1726888926.00167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888926.00244: 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' <<< 172629 1726888926.00250: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bb0321f40> <<< 172629 1726888926.00277: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb031ef00> <<< 172629 1726888926.00309: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888926.00325: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.00382: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.00448: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.00473: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.00515: 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' <<< 172629 1726888926.00536: 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 <<< 172629 1726888926.00560: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888926.00576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888926.00631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888926.00658: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888926.00669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888926.00720: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb040a810> <<< 172629 1726888926.00762: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb05ee4e0> <<< 172629 1726888926.00832: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0322060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb04854f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888926.00848: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.00873: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.00902: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888926.00960: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888926.00975: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.00990: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888926.01004: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.01062: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.01123: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.01134: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.01164: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.01199: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.01241: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.01274: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.01315: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 172629 1726888926.01318: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.01398: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.01465: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.01487: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.01522: 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 <<< 172629 1726888926.01573: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 172629 1726888926.01603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888926.01666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888926.01674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888926.01741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888926.01757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726888926.01770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888926.01797: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888926.01803: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bb0036570> <<< 172629 1726888926.01831: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb00359a0> <<< 172629 1726888926.01889: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0034380> <<< 172629 1726888926.02089: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb03b2240> <<< 172629 1726888926.02154: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb03b01d0> import 'ansible.module_utils.compat.typing' # <<< 172629 1726888926.02169: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.02343: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.02513: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.02551: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.02607: 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' <<< 172629 1726888926.02632: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 172629 1726888926.02641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 172629 1726888926.02671: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 172629 1726888926.02705: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb03b2870> <<< 172629 1726888926.02715: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 172629 1726888926.02743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 172629 1726888926.02760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888926.02803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888926.02815: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726888926.02836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 172629 1726888926.02840: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb00987a0> <<< 172629 1726888926.02877: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888926.02882: 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 0x7f4bb0098ad0> <<< 172629 1726888926.02937: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0077c50> <<< 172629 1726888926.02948: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0047530> <<< 172629 1726888926.02980: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb03995e0> <<< 172629 1726888926.02983: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb03992e0> <<< 172629 1726888926.03012: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 172629 1726888926.03057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 172629 1726888926.03094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 172629 1726888926.03131: 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 0x7f4bb009b680> <<< 172629 1726888926.03143: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb009af30> <<< 172629 1726888926.03161: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888926.03172: 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 0x7f4bb009b110> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb009a360> <<< 172629 1726888926.03205: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 172629 1726888926.03209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 172629 1726888926.03235: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb009b830> <<< 172629 1726888926.03246: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 172629 1726888926.03291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 172629 1726888926.03316: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888926.03320: 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 0x7f4bafe423c0> <<< 172629 1726888926.03347: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bafe403e0> <<< 172629 1726888926.03375: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0399310> import 'ansible.module_utils.facts.timeout' # <<< 172629 1726888926.03392: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 172629 1726888926.03403: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.03426: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 172629 1726888926.03441: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.03499: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.03559: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 172629 1726888926.03565: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.03613: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.03668: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 172629 1726888926.03689: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.03694: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.03701: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 172629 1726888926.03708: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.03742: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.03775: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 172629 1726888926.03779: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.03829: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.03879: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 172629 1726888926.03883: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.03933: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.03974: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 172629 1726888926.03981: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.04038: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.04098: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.04153: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.04213: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 172629 1726888926.04225: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 172629 1726888926.04234: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.04695: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.05123: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 172629 1726888926.05185: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.05236: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.05272: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.05304: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 172629 1726888926.05313: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 172629 1726888926.05319: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.05352: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.05384: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 172629 1726888926.05387: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.05443: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.05501: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 172629 1726888926.05507: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.05540: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.05573: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 172629 1726888926.05578: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.05606: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.05640: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 172629 1726888926.05644: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.05725: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.05811: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726888926.05817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726888926.05834: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bafe43b90> <<< 172629 1726888926.05863: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726888926.05881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726888926.05993: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bafe43290> <<< 172629 1726888926.06002: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 172629 1726888926.06014: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.06073: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.06138: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 172629 1726888926.06141: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.06236: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.06324: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 172629 1726888926.06337: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.06399: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.06477: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 172629 1726888926.06481: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.06526: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.06568: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888926.06619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888926.06681: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888926.06740: 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 0x7f4bafe7a6c0> <<< 172629 1726888926.06922: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bafe649e0> <<< 172629 1726888926.06925: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 172629 1726888926.06990: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.07046: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 172629 1726888926.07057: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.07136: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.07221: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.07331: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.07474: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 172629 1726888926.07490: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.07530: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.07572: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 172629 1726888926.07577: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.07621: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.07674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 172629 1726888926.07679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 172629 1726888926.07704: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888926.07726: 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 0x7f4bafe92450> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bafe7a4b0> <<< 172629 1726888926.07735: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.user' # <<< 172629 1726888926.07740: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.07770: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 172629 1726888926.07782: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.07820: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.07863: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 172629 1726888926.07868: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.08022: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.08175: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 172629 1726888926.08182: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.08280: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.08381: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.08424: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.08467: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 172629 1726888926.08477: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 172629 1726888926.08489: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.08502: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.08532: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.08668: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.08810: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 172629 1726888926.08825: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.08942: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.09072: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 172629 1726888926.09077: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.09115: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.09143: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.09698: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.10222: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 172629 1726888926.10232: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 172629 1726888926.10242: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.10340: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.10443: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 172629 1726888926.10462: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.10551: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.10653: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 172629 1726888926.10662: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.10814: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.10973: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 172629 1726888926.10985: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.10988: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.11007: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 172629 1726888926.11054: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.11089: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 172629 1726888926.11109: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.11200: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.11299: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.11494: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.11695: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 172629 1726888926.11714: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.11750: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.11792: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available <<< 172629 1726888926.11822: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.11839: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 172629 1726888926.11859: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.11923: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.11992: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 172629 1726888926.12000: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.12025: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.12041: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 172629 1726888926.12061: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.12115: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.12176: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 172629 1726888926.12182: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.12242: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.12294: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726888926.12313: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.12569: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.12827: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 172629 1726888926.12833: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.12892: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.12954: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 172629 1726888926.12966: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.12994: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.13033: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 172629 1726888926.13038: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.13076: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.13110: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 172629 1726888926.13118: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.13148: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.13188: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 172629 1726888926.13191: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.13275: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.13347: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 172629 1726888926.13379: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.13384: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 172629 1726888926.13399: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.13442: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.13480: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 172629 1726888926.13502: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.13513: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.13538: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.13582: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.13634: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.13700: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.13776: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 172629 1726888926.13788: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 172629 1726888926.13794: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.13848: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.13897: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 172629 1726888926.13907: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.14096: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.14292: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 172629 1726888926.14298: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.14346: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.14393: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 172629 1726888926.14402: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.14444: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.14493: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 172629 1726888926.14497: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.14584: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.14666: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 172629 1726888926.14678: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 172629 1726888926.14682: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.14769: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.14857: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 172629 1726888926.14861: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 172629 1726888926.14932: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888926.15492: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 172629 1726888926.15497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 172629 1726888926.15527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 172629 1726888926.15540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 172629 1726888926.15576: 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 0x7f4bafebbc50> <<< 172629 1726888926.15600: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bafeb8170> <<< 172629 1726888926.15650: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bafebbe60> <<< 172629 1726888926.30495: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 172629 1726888926.30505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 172629 1726888926.30526: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4baff01bb0> <<< 172629 1726888926.30542: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 172629 1726888926.30567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 172629 1726888926.30588: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4baff028a0> <<< 172629 1726888926.30663: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 172629 1726888926.30666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888926.30706: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py <<< 172629 1726888926.30710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4baff04f80> <<< 172629 1726888926.30731: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4baff04aa0> <<< 172629 1726888926.30966: 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 <<< 172629 1726888926.55177: stdout chunk (state=3): >>> {"ansible_facts": {"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_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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_fips": false, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_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_local": {}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_is_chroot": false, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_loadavg": {"1m": 0.68115234375, "5m": 0.79541015625, "15m": 1.005859375}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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,<<< 172629 1726888926.55219: stdout chunk (state=3): >>> "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": 823, "ansible_swaptotal_mb": 10239, "ansible_swapfree_mb": 10239, "ansible_memory_mb": {"real": {"total": 3531, "used": 2708, "free": 823}, "nocache": {"free": 3257, "used": 274}, "swap": {"total": 10239, "free": 10239, "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": ["5a262d27-d88f-4844-875e-b83a421e8734"], "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"], "sda": ["5a262d27-d88f-4844-875e-b83a421e8734"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 4368, "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": 255483019264, "block_size": 4096, "block_total": 65519099, "block_available": 62373784, "block_used": 3145315, "inode_total": 131070960, "inode_available": 131027025, "inode_used": 43935, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_service_mgr": "systemd", "ansible_lsb": {}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "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_t<<< 172629 1726888926.55253: stdout chunk (state=3): >>>nl_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_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "22", "second": "06", "epoch": "1726888926", "epoch_int": "1726888926", "date": "2024-09-20", "time": "23:22:06", "iso8601_micro": "2024-09-21T03:22:06.545551Z", "iso8601": "2024-09-21T03:22:06Z", "iso8601_basic": "20240920T232206545551", "iso8601_basic_short": "20240920T232206", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_pkg_mgr": "dnf", "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.13.105 34704 10.31.15.52 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.13.105 34704 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_fibre_channel_wwn": [], "ansible_iscsi_iqn": "", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 172629 1726888926.55789: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888926.55808: 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<<< 172629 1726888926.55824: stdout chunk (state=3): >>> # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs <<< 172629 1726888926.55917: stdout chunk (state=3): >>># cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # 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 <<< 172629 1726888926.55934: stdout chunk (state=3): >>># cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset <<< 172629 1726888926.55939: stdout chunk (state=3): >>># cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading <<< 172629 1726888926.55942: stdout chunk (state=3): >>># cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc <<< 172629 1726888926.55965: stdout chunk (state=3): >>># 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 <<< 172629 1726888926.55983: 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 <<< 172629 1726888926.55988: stdout chunk (state=3): >>># cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging <<< 172629 1726888926.56024: 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 # 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 <<< 172629 1726888926.56044: 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 <<< 172629 1726888926.56082: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext <<< 172629 1726888926.56087: 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.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 <<< 172629 1726888926.56103: stdout chunk (state=3): >>># 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 <<< 172629 1726888926.56124: stdout chunk (state=3): >>># cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot <<< 172629 1726888926.56133: stdout chunk (state=3): >>># 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 <<< 172629 1726888926.56161: stdout chunk (state=3): >>># 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 <<< 172629 1726888926.56172: stdout chunk (state=3): >>># 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 <<< 172629 1726888926.56201: stdout chunk (state=3): >>># 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 <<< 172629 1726888926.56213: stdout chunk (state=3): >>># 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 <<< 172629 1726888926.56222: stdout chunk (state=3): >>># 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 <<< 172629 1726888926.56570: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888926.56615: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726888926.56621: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 172629 1726888926.56639: stdout chunk (state=3): >>># destroy zipfile._path <<< 172629 1726888926.56653: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726888926.56685: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888926.56713: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon <<< 172629 1726888926.56730: stdout chunk (state=3): >>># destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 172629 1726888926.56744: stdout chunk (state=3): >>># destroy _json <<< 172629 1726888926.56747: stdout chunk (state=3): >>># destroy grp # destroy encodings <<< 172629 1726888926.56767: stdout chunk (state=3): >>># destroy _locale <<< 172629 1726888926.56779: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726888926.56785: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726888926.56827: stdout chunk (state=3): >>># destroy selinux <<< 172629 1726888926.56840: stdout chunk (state=3): >>># destroy shutil <<< 172629 1726888926.56849: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 172629 1726888926.56894: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector<<< 172629 1726888926.56897: stdout chunk (state=3): >>> # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal <<< 172629 1726888926.56917: stdout chunk (state=3): >>># destroy pickle # destroy _compat_pickle <<< 172629 1726888926.56936: stdout chunk (state=3): >>># destroy _pickle <<< 172629 1726888926.56950: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue <<< 172629 1726888926.56964: stdout chunk (state=3): >>># destroy multiprocessing.reduction # destroy selectors <<< 172629 1726888926.56976: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 172629 1726888926.56994: stdout chunk (state=3): >>># destroy datetime # destroy subprocess # destroy base64 <<< 172629 1726888926.57012: stdout chunk (state=3): >>># destroy _ssl <<< 172629 1726888926.57040: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 172629 1726888926.57048: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios # destroy json <<< 172629 1726888926.57082: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy glob <<< 172629 1726888926.57110: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout <<< 172629 1726888926.57113: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection <<< 172629 1726888926.57118: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 172629 1726888926.57183: 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 <<< 172629 1726888926.57204: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux<<< 172629 1726888926.57225: 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 <<< 172629 1726888926.57234: stdout chunk (state=3): >>># 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 <<< 172629 1726888926.57251: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform<<< 172629 1726888926.57270: stdout chunk (state=3): >>> # cleanup[3] wiping atexit # cleanup[3] wiping typing <<< 172629 1726888926.57297: stdout chunk (state=3): >>># destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 172629 1726888926.57317: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 172629 1726888926.57322: stdout chunk (state=3): >>># cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix <<< 172629 1726888926.57338: stdout chunk (state=3): >>># destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser <<< 172629 1726888926.57360: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator <<< 172629 1726888926.57368: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 172629 1726888926.57397: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 172629 1726888926.57404: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 172629 1726888926.57432: 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 <<< 172629 1726888926.57436: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888926.57599: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888926.57648: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 172629 1726888926.57660: stdout chunk (state=3): >>># destroy tokenize <<< 172629 1726888926.57703: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888926.57722: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 172629 1726888926.57781: stdout chunk (state=3): >>># destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888926.57802: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888926.57899: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 172629 1726888926.57949: stdout chunk (state=3): >>># destroy time <<< 172629 1726888926.58011: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re <<< 172629 1726888926.58029: stdout chunk (state=3): >>># destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888926.58451: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888926.58460: stdout chunk (state=3): >>><<< 172629 1726888926.58468: stderr chunk (state=3): >>><<< 172629 1726888926.58599: _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 0x7f4bb10184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0fe7b30> # /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 0x7f4bb101aa50> 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 0x7f4bb0de9130> # /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 0x7f4bb0dea120> 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 0x7f4bb0e27fe0> # /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 0x7f4bb0e3c170> # /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 0x7f4bb0e5fa10> # /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 0x7f4bb0e800e0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0e3fcb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0e3d3d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0e25190> # /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 0x7f4bb0e839b0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0e825d0> # /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 0x7f4bb0e3e270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0e80a40> # /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 0x7f4bb0eb0a70> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0e24410> # /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 0x7f4bb0eb0f20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0eb0dd0> # 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 0x7f4bb0eb1190> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0e22f30> # /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 0x7f4bb0eb1820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0eb14f0> 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 0x7f4bb0eb2720> 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 0x7f4bb0ecc8f0> 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 0x7f4bb0ece030> # /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 0x7f4bb0eceed0> # 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 0x7f4bb0ecf530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0ece420> # /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 0x7f4bb0ecffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0ecf6e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0eb08f0> # /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 0x7f4bb0ee7e30> # /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 0x7f4bb0bf4860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0bf45c0> # 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 0x7f4bb0bf4890> # /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 0x7f4bb0bf51c0> # 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 0x7f4bb0bf5bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0bf4a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0ee5fd0> # /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 0x7f4bb0bf6f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0bf5cd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0eb2e10> # /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 0x7f4bb0c1f2f0> # /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 0x7f4bb0c43620> # /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 0x7f4bb0ca43e0> # /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 0x7f4bb0ca6b40> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0ca4500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0c6d400> # /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 0x7f4bb0525490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0c42420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0bf7ec0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4bb0c42780> # zipimport: found 103 names in '/tmp/ansible_setup_payload_cqy4lo_y/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 0x7f4bb058f1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb056e0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb056d250> # 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 0x7f4bb058cf20> # /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 0x7f4bb05beb70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb05be900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb05be210> # /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 0x7f4bb05bec60> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb101a9c0> 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 0x7f4bb05bf890> # 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 0x7f4bb05bfa10> # /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 0x7f4bb05bff20> 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 0x7f4bb0429cd0> # 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 0x7f4bb042b8f0> # /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 0x7f4bb0430290> # /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 0x7f4bb04313d0> # /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 0x7f4bb0433e90> # 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 0x7f4bb05bdfa0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0432180> # /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 0x7f4bb0437e30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0436900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0436660> # /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 0x7f4bb0436bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0432690> # 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 0x7f4bb047bf20> # /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 0x7f4bb047c200> # /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 0x7f4bb047dc70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb047da30> # /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 0x7f4bb0480230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb047e330> # /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 0x7f4bb04839e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb04803e0> # 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 0x7f4bb04847d0> # 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 0x7f4bb0484800> # 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 0x7f4bb0484d70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb047c320> # /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 0x7f4bb03103b0> # 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 0x7f4bb03112e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0486b40> # 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 0x7f4bb0487ef0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0486780> # 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 0x7f4bb0315580> # /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 0x7f4bb03164e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0311490> 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 0x7f4bb0316ae0> # 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 0x7f4bb03175f0> # 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 0x7f4bb0321f40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb031ef00> 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 0x7f4bb040a810> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb05ee4e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0322060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb04854f0> # 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 0x7f4bb0036570> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb00359a0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0034380> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb03b2240> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb03b01d0> 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 0x7f4bb03b2870> # /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 0x7f4bb00987a0> # 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 0x7f4bb0098ad0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0077c50> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0047530> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb03995e0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb03992e0> # /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 0x7f4bb009b680> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb009af30> # 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 0x7f4bb009b110> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb009a360> # /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 0x7f4bb009b830> # /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 0x7f4bafe423c0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bafe403e0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bb0399310> 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 0x7f4bafe43b90> # /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 0x7f4bafe43290> 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 0x7f4bafe7a6c0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bafe649e0> 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 0x7f4bafe92450> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bafe7a4b0> 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 0x7f4bafebbc50> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bafeb8170> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bafebbe60> # /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 0x7f4baff01bb0> # /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 0x7f4baff028a0> # /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 0x7f4baff04f80> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4baff04aa0> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_system_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_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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_fips": false, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_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_local": {}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_is_chroot": false, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_loadavg": {"1m": 0.68115234375, "5m": 0.79541015625, "15m": 1.005859375}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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": 823, "ansible_swaptotal_mb": 10239, "ansible_swapfree_mb": 10239, "ansible_memory_mb": {"real": {"total": 3531, "used": 2708, "free": 823}, "nocache": {"free": 3257, "used": 274}, "swap": {"total": 10239, "free": 10239, "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": ["5a262d27-d88f-4844-875e-b83a421e8734"], "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"], "sda": ["5a262d27-d88f-4844-875e-b83a421e8734"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 4368, "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": 255483019264, "block_size": 4096, "block_total": 65519099, "block_available": 62373784, "block_used": 3145315, "inode_total": 131070960, "inode_available": 131027025, "inode_used": 43935, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_service_mgr": "systemd", "ansible_lsb": {}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "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_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "22", "second": "06", "epoch": "1726888926", "epoch_int": "1726888926", "date": "2024-09-20", "time": "23:22:06", "iso8601_micro": "2024-09-21T03:22:06.545551Z", "iso8601": "2024-09-21T03:22:06Z", "iso8601_basic": "20240920T232206545551", "iso8601_basic_short": "20240920T232206", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_pkg_mgr": "dnf", "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.13.105 34704 10.31.15.52 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.13.105 34704 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_fibre_channel_wwn": [], "ansible_iscsi_iqn": "", "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. 172629 1726888926.59503: 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-1726888925.7347589-173465-53902461354819/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888926.59507: _low_level_execute_command(): starting 172629 1726888926.59509: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888925.7347589-173465-53902461354819/ > /dev/null 2>&1 && sleep 0' 172629 1726888926.59761: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888926.59765: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888926.59767: stderr 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 <<< 172629 1726888926.59769: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888926.59772: 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 <<< 172629 1726888926.59774: 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 <<< 172629 1726888926.59776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888926.59818: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888926.59828: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888926.59891: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888926.61723: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888926.61758: stderr chunk (state=3): >>><<< 172629 1726888926.61760: stdout chunk (state=3): >>><<< 172629 1726888926.61822: _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 172629 1726888926.61825: handler run complete 172629 1726888926.61901: variable 'ansible_facts' from source: unknown 172629 1726888926.61998: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888926.62256: variable 'ansible_facts' from source: unknown 172629 1726888926.62325: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888926.62428: attempt loop complete, returning result 172629 1726888926.62433: _execute() done 172629 1726888926.62436: dumping result to json 172629 1726888926.62469: done dumping result, returning 172629 1726888926.62476: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-d0a8-add8-000000000359] 172629 1726888926.62482: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000359 172629 1726888926.62840: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000359 172629 1726888926.62843: WORKER PROCESS EXITING ok: [managed_node1] 172629 1726888926.63187: no more pending results, returning what we have 172629 1726888926.63190: results queue empty 172629 1726888926.63191: checking for any_errors_fatal 172629 1726888926.63200: done checking for any_errors_fatal 172629 1726888926.63201: checking for max_fail_percentage 172629 1726888926.63203: done checking for max_fail_percentage 172629 1726888926.63204: checking to see if all hosts have failed and the running result is not ok 172629 1726888926.63205: done checking to see if all hosts have failed 172629 1726888926.63205: getting the remaining hosts for this loop 172629 1726888926.63207: done getting the remaining hosts for this loop 172629 1726888926.63210: getting the next task for host managed_node1 172629 1726888926.63219: done getting next task for host managed_node1 172629 1726888926.63221: ^ task is: TASK: meta (role_complete) 172629 1726888926.63223: ^ state is: HOST STATE: block=2, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888926.63236: getting variables 172629 1726888926.63238: in VariableManager get_vars() 172629 1726888926.63269: Calling all_inventory to load vars for managed_node1 172629 1726888926.63271: Calling groups_inventory to load vars for managed_node1 172629 1726888926.63273: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888926.63284: Calling all_plugins_play to load vars for managed_node1 172629 1726888926.63287: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888926.63291: Calling groups_plugins_play to load vars for managed_node1 172629 1726888926.63766: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888926.64258: done with get_vars() 172629 1726888926.64274: done getting variables 172629 1726888926.64356: done queuing things up, now waiting for results queue to drain 172629 1726888926.64359: results queue empty 172629 1726888926.64359: checking for any_errors_fatal 172629 1726888926.64364: done checking for any_errors_fatal 172629 1726888926.64364: checking for max_fail_percentage 172629 1726888926.64365: done checking for max_fail_percentage 172629 1726888926.64366: checking to see if all hosts have failed and the running result is not ok 172629 1726888926.64367: done checking to see if all hosts have failed 172629 1726888926.64367: getting the remaining hosts for this loop 172629 1726888926.64368: done getting the remaining hosts for this loop 172629 1726888926.64375: getting the next task for host managed_node1 172629 1726888926.64379: done getting next task for host managed_node1 172629 1726888926.64382: ^ task is: TASK: Verify results 172629 1726888926.64383: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888926.64386: getting variables 172629 1726888926.64386: in VariableManager get_vars() 172629 1726888926.64396: Calling all_inventory to load vars for managed_node1 172629 1726888926.64398: Calling groups_inventory to load vars for managed_node1 172629 1726888926.64400: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888926.64405: Calling all_plugins_play to load vars for managed_node1 172629 1726888926.64407: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888926.64409: Calling groups_plugins_play to load vars for managed_node1 172629 1726888926.64813: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888926.65229: done with get_vars() 172629 1726888926.65238: done getting variables TASK [Verify results] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:46 Friday 20 September 2024 23:22:06 -0400 (0:00:00.955) 0:00:26.932 ****** 172629 1726888926.65288: entering _queue_task() for managed_node1/include_tasks 172629 1726888926.65518: worker is 1 (out of 1 available) 172629 1726888926.65530: exiting _queue_task() for managed_node1/include_tasks 172629 1726888926.65542: done queuing things up, now waiting for results queue to drain 172629 1726888926.65544: waiting for pending results... 172629 1726888926.65720: running TaskExecutor() for managed_node1/TASK: Verify results 172629 1726888926.65786: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000000b 172629 1726888926.65798: variable 'ansible_search_path' from source: unknown 172629 1726888926.65826: calling self._execute() 172629 1726888926.65901: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888926.65906: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888926.65914: variable 'omit' from source: magic vars 172629 1726888926.66000: _execute() done 172629 1726888926.66004: dumping result to json 172629 1726888926.66006: done dumping result, returning 172629 1726888926.66011: done running TaskExecutor() for managed_node1/TASK: Verify results [0affc8a3-6f6f-d0a8-add8-00000000000b] 172629 1726888926.66016: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000000b 172629 1726888926.66114: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000000b 172629 1726888926.66117: WORKER PROCESS EXITING 172629 1726888926.66140: no more pending results, returning what we have 172629 1726888926.66145: in VariableManager get_vars() 172629 1726888926.66184: Calling all_inventory to load vars for managed_node1 172629 1726888926.66187: Calling groups_inventory to load vars for managed_node1 172629 1726888926.66190: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888926.66203: Calling all_plugins_play to load vars for managed_node1 172629 1726888926.66206: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888926.66208: Calling groups_plugins_play to load vars for managed_node1 172629 1726888926.66546: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888926.66940: done with get_vars() 172629 1726888926.66952: variable 'ansible_search_path' from source: unknown 172629 1726888926.66967: we have included files to process 172629 1726888926.66968: generating all_blocks data 172629 1726888926.66970: done generating all_blocks data 172629 1726888926.66976: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726888926.66977: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726888926.66980: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726888926.67691: in VariableManager get_vars() 172629 1726888926.67708: done with get_vars() 172629 1726888926.67751: in VariableManager get_vars() 172629 1726888926.67768: done with get_vars() 172629 1726888926.67853: done processing included file 172629 1726888926.67857: iterating over new_blocks loaded from include file 172629 1726888926.67858: in VariableManager get_vars() 172629 1726888926.67872: done with get_vars() 172629 1726888926.67873: filtering new block on tags 172629 1726888926.67893: done filtering new block on tags 172629 1726888926.67895: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 172629 1726888926.67903: extending task lists for all hosts with included blocks 172629 1726888926.68558: done extending task lists 172629 1726888926.68559: done processing included files 172629 1726888926.68560: results queue empty 172629 1726888926.68560: checking for any_errors_fatal 172629 1726888926.68561: done checking for any_errors_fatal 172629 1726888926.68562: checking for max_fail_percentage 172629 1726888926.68562: done checking for max_fail_percentage 172629 1726888926.68563: checking to see if all hosts have failed and the running result is not ok 172629 1726888926.68563: done checking to see if all hosts have failed 172629 1726888926.68564: getting the remaining hosts for this loop 172629 1726888926.68565: done getting the remaining hosts for this loop 172629 1726888926.68566: getting the next task for host managed_node1 172629 1726888926.68569: done getting next task for host managed_node1 172629 1726888926.68570: ^ task is: TASK: Print out pool information 172629 1726888926.68572: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888926.68574: getting variables 172629 1726888926.68575: in VariableManager get_vars() 172629 1726888926.68582: Calling all_inventory to load vars for managed_node1 172629 1726888926.68583: Calling groups_inventory to load vars for managed_node1 172629 1726888926.68585: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888926.68589: Calling all_plugins_play to load vars for managed_node1 172629 1726888926.68590: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888926.68592: Calling groups_plugins_play to load vars for managed_node1 172629 1726888926.68956: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888926.69263: done with get_vars() 172629 1726888926.69271: done getting variables 172629 1726888926.69297: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Print out pool information] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Friday 20 September 2024 23:22:06 -0400 (0:00:00.040) 0:00:26.973 ****** 172629 1726888926.69315: entering _queue_task() for managed_node1/debug 172629 1726888926.69551: worker is 1 (out of 1 available) 172629 1726888926.69565: exiting _queue_task() for managed_node1/debug 172629 1726888926.69578: done queuing things up, now waiting for results queue to drain 172629 1726888926.69579: waiting for pending results... 172629 1726888926.69753: running TaskExecutor() for managed_node1/TASK: Print out pool information 172629 1726888926.69836: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000003e7 172629 1726888926.69847: variable 'ansible_search_path' from source: unknown 172629 1726888926.69879: calling self._execute() 172629 1726888926.69947: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888926.69965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888926.69970: variable 'omit' from source: magic vars 172629 1726888926.70237: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888926.72020: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888926.72087: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888926.72122: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888926.72169: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888926.72224: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888926.72290: 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) 172629 1726888926.72340: 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) 172629 1726888926.72344: 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) 172629 1726888926.72391: 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) 172629 1726888926.72418: 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) 172629 1726888926.72505: variable '_storage_pools_list' from source: set_fact 172629 1726888926.72519: Evaluated conditional (_storage_pools_list | length > 0): False 172629 1726888926.72522: when evaluation is False, skipping this task 172629 1726888926.72524: _execute() done 172629 1726888926.72527: dumping result to json 172629 1726888926.72529: done dumping result, returning 172629 1726888926.72536: done running TaskExecutor() for managed_node1/TASK: Print out pool information [0affc8a3-6f6f-d0a8-add8-0000000003e7] 172629 1726888926.72542: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000003e7 172629 1726888926.72640: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000003e7 172629 1726888926.72643: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "_storage_pools_list | length > 0" } 172629 1726888926.72727: no more pending results, returning what we have 172629 1726888926.72731: results queue empty 172629 1726888926.72732: checking for any_errors_fatal 172629 1726888926.72735: done checking for any_errors_fatal 172629 1726888926.72736: checking for max_fail_percentage 172629 1726888926.72738: done checking for max_fail_percentage 172629 1726888926.72739: checking to see if all hosts have failed and the running result is not ok 172629 1726888926.72739: done checking to see if all hosts have failed 172629 1726888926.72740: getting the remaining hosts for this loop 172629 1726888926.72742: done getting the remaining hosts for this loop 172629 1726888926.72745: getting the next task for host managed_node1 172629 1726888926.72757: done getting next task for host managed_node1 172629 1726888926.72760: ^ task is: TASK: Print out volume information 172629 1726888926.72762: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888926.72768: getting variables 172629 1726888926.72769: in VariableManager get_vars() 172629 1726888926.72807: Calling all_inventory to load vars for managed_node1 172629 1726888926.72810: Calling groups_inventory to load vars for managed_node1 172629 1726888926.72815: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888926.72826: Calling all_plugins_play to load vars for managed_node1 172629 1726888926.72828: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888926.72834: Calling groups_plugins_play to load vars for managed_node1 172629 1726888926.73454: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888926.74089: done with get_vars() 172629 1726888926.74112: done getting variables 172629 1726888926.74192: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Print out volume information] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Friday 20 September 2024 23:22:06 -0400 (0:00:00.049) 0:00:27.022 ****** 172629 1726888926.74229: entering _queue_task() for managed_node1/debug 172629 1726888926.74588: worker is 1 (out of 1 available) 172629 1726888926.74601: exiting _queue_task() for managed_node1/debug 172629 1726888926.74614: done queuing things up, now waiting for results queue to drain 172629 1726888926.74616: waiting for pending results... 172629 1726888926.74862: running TaskExecutor() for managed_node1/TASK: Print out volume information 172629 1726888926.74982: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000003e8 172629 1726888926.75014: variable 'ansible_search_path' from source: unknown 172629 1726888926.75039: calling self._execute() 172629 1726888926.75135: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888926.75141: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888926.75149: variable 'omit' from source: magic vars 172629 1726888926.75557: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888926.77390: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888926.77437: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888926.77488: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888926.77503: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888926.77523: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888926.77589: 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) 172629 1726888926.77619: 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) 172629 1726888926.77632: 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) 172629 1726888926.77667: 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) 172629 1726888926.77678: 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) 172629 1726888926.77768: variable '_storage_volumes_list' from source: set_fact 172629 1726888926.77796: Evaluated conditional (_storage_volumes_list | length > 0): True 172629 1726888926.77801: variable 'omit' from source: magic vars 172629 1726888926.77831: variable 'omit' from source: magic vars 172629 1726888926.77854: variable 'omit' from source: magic vars 172629 1726888926.77879: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888926.77899: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888926.77914: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888926.77930: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888926.77936: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888926.77963: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888926.77968: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888926.77971: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888926.78036: Set connection var ansible_timeout to 10 172629 1726888926.78039: Set connection var ansible_shell_type to sh 172629 1726888926.78046: Set connection var ansible_pipelining to False 172629 1726888926.78051: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888926.78059: Set connection var ansible_shell_executable to /bin/sh 172629 1726888926.78062: Set connection var ansible_connection to ssh 172629 1726888926.78080: variable 'ansible_shell_executable' from source: unknown 172629 1726888926.78083: variable 'ansible_connection' from source: unknown 172629 1726888926.78086: variable 'ansible_module_compression' from source: unknown 172629 1726888926.78088: variable 'ansible_shell_type' from source: unknown 172629 1726888926.78090: variable 'ansible_shell_executable' from source: unknown 172629 1726888926.78093: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888926.78095: variable 'ansible_pipelining' from source: unknown 172629 1726888926.78097: variable 'ansible_timeout' from source: unknown 172629 1726888926.78103: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888926.78175: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888926.78184: variable 'omit' from source: magic vars 172629 1726888926.78189: starting attempt loop 172629 1726888926.78192: running the handler 172629 1726888926.78229: variable '_storage_volumes_list' from source: set_fact 172629 1726888926.78288: variable '_storage_volumes_list' from source: set_fact 172629 1726888926.78426: handler run complete 172629 1726888926.78445: attempt loop complete, returning result 172629 1726888926.78448: _execute() done 172629 1726888926.78451: dumping result to json 172629 1726888926.78460: done dumping result, returning 172629 1726888926.78467: done running TaskExecutor() for managed_node1/TASK: Print out volume information [0affc8a3-6f6f-d0a8-add8-0000000003e8] 172629 1726888926.78471: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000003e8 172629 1726888926.78566: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000003e8 172629 1726888926.78569: WORKER PROCESS EXITING ok: [managed_node1] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } 172629 1726888926.78650: no more pending results, returning what we have 172629 1726888926.78653: results queue empty 172629 1726888926.78654: checking for any_errors_fatal 172629 1726888926.78666: done checking for any_errors_fatal 172629 1726888926.78667: checking for max_fail_percentage 172629 1726888926.78669: done checking for max_fail_percentage 172629 1726888926.78670: checking to see if all hosts have failed and the running result is not ok 172629 1726888926.78671: done checking to see if all hosts have failed 172629 1726888926.78672: getting the remaining hosts for this loop 172629 1726888926.78673: done getting the remaining hosts for this loop 172629 1726888926.78677: getting the next task for host managed_node1 172629 1726888926.78682: done getting next task for host managed_node1 172629 1726888926.78685: ^ task is: TASK: Collect info about the volumes. 172629 1726888926.78688: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888926.78692: getting variables 172629 1726888926.78693: in VariableManager get_vars() 172629 1726888926.78724: Calling all_inventory to load vars for managed_node1 172629 1726888926.78726: Calling groups_inventory to load vars for managed_node1 172629 1726888926.78729: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888926.78739: Calling all_plugins_play to load vars for managed_node1 172629 1726888926.78741: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888926.78744: Calling groups_plugins_play to load vars for managed_node1 172629 1726888926.79109: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888926.79476: done with get_vars() 172629 1726888926.79497: done getting variables TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Friday 20 September 2024 23:22:06 -0400 (0:00:00.053) 0:00:27.075 ****** 172629 1726888926.79604: entering _queue_task() for managed_node1/fedora.linux_system_roles.blockdev_info 172629 1726888926.79605: Creating lock for fedora.linux_system_roles.blockdev_info 172629 1726888926.79932: worker is 1 (out of 1 available) 172629 1726888926.79948: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blockdev_info 172629 1726888926.79965: done queuing things up, now waiting for results queue to drain 172629 1726888926.79966: waiting for pending results... 172629 1726888926.80212: running TaskExecutor() for managed_node1/TASK: Collect info about the volumes. 172629 1726888926.80319: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000003e9 172629 1726888926.80341: variable 'ansible_search_path' from source: unknown 172629 1726888926.80377: calling self._execute() 172629 1726888926.80484: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888926.80488: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888926.80532: variable 'omit' from source: magic vars 172629 1726888926.80672: variable 'omit' from source: magic vars 172629 1726888926.80712: variable 'omit' from source: magic vars 172629 1726888926.80754: variable 'omit' from source: magic vars 172629 1726888926.80849: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888926.80857: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888926.80900: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888926.80962: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888926.80965: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888926.80968: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888926.80971: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888926.80973: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888926.81064: Set connection var ansible_timeout to 10 172629 1726888926.81067: Set connection var ansible_shell_type to sh 172629 1726888926.81070: Set connection var ansible_pipelining to False 172629 1726888926.81072: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888926.81074: Set connection var ansible_shell_executable to /bin/sh 172629 1726888926.81081: Set connection var ansible_connection to ssh 172629 1726888926.81135: variable 'ansible_shell_executable' from source: unknown 172629 1726888926.81138: variable 'ansible_connection' from source: unknown 172629 1726888926.81141: variable 'ansible_module_compression' from source: unknown 172629 1726888926.81143: variable 'ansible_shell_type' from source: unknown 172629 1726888926.81146: variable 'ansible_shell_executable' from source: unknown 172629 1726888926.81148: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888926.81150: variable 'ansible_pipelining' from source: unknown 172629 1726888926.81171: variable 'ansible_timeout' from source: unknown 172629 1726888926.81173: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888926.81322: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888926.81329: variable 'omit' from source: magic vars 172629 1726888926.81334: starting attempt loop 172629 1726888926.81338: running the handler 172629 1726888926.81350: _low_level_execute_command(): starting 172629 1726888926.81359: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888926.82424: 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 <<< 172629 1726888926.82450: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888926.82522: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888926.84231: stdout chunk (state=3): >>>/root <<< 172629 1726888926.84327: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888926.84473: stderr chunk (state=3): >>><<< 172629 1726888926.84477: stdout chunk (state=3): >>><<< 172629 1726888926.84480: _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 172629 1726888926.84483: _low_level_execute_command(): starting 172629 1726888926.84486: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888926.8441978-173492-246540686562794 `" && echo ansible-tmp-1726888926.8441978-173492-246540686562794="` echo /root/.ansible/tmp/ansible-tmp-1726888926.8441978-173492-246540686562794 `" ) && sleep 0' 172629 1726888926.84913: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888926.84917: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888926.84960: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 172629 1726888926.84968: 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 <<< 172629 1726888926.84971: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888926.84981: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888926.85041: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888926.85045: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888926.85048: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888926.85123: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888926.87069: stdout chunk (state=3): >>>ansible-tmp-1726888926.8441978-173492-246540686562794=/root/.ansible/tmp/ansible-tmp-1726888926.8441978-173492-246540686562794 <<< 172629 1726888926.87171: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888926.87202: stderr chunk (state=3): >>><<< 172629 1726888926.87205: stdout chunk (state=3): >>><<< 172629 1726888926.87214: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888926.8441978-173492-246540686562794=/root/.ansible/tmp/ansible-tmp-1726888926.8441978-173492-246540686562794 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888926.87285: variable 'ansible_module_compression' from source: unknown 172629 1726888926.87359: ANSIBALLZ: Using lock for fedora.linux_system_roles.blockdev_info 172629 1726888926.87365: ANSIBALLZ: Acquiring lock 172629 1726888926.87367: ANSIBALLZ: Lock acquired: 140240259494976 172629 1726888926.87371: ANSIBALLZ: Creating module 172629 1726888927.06763: ANSIBALLZ: Writing module into payload 172629 1726888927.06791: ANSIBALLZ: Writing module 172629 1726888927.06814: ANSIBALLZ: Renaming module 172629 1726888927.06821: ANSIBALLZ: Done creating module 172629 1726888927.06845: variable 'ansible_facts' from source: unknown 172629 1726888927.07131: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888926.8441978-173492-246540686562794/AnsiballZ_blockdev_info.py 172629 1726888927.07470: Sending initial data 172629 1726888927.07474: Sent initial data (164 bytes) 172629 1726888927.08187: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888927.08197: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888927.08208: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888927.08222: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888927.08234: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888927.08241: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888927.08251: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888927.08270: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888927.08276: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888927.08283: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726888927.08299: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888927.08301: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888927.08379: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888927.08426: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888927.08476: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888927.10281: 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 <<< 172629 1726888927.10345: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888927.10428: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp2dn9r5qb /root/.ansible/tmp/ansible-tmp-1726888926.8441978-173492-246540686562794/AnsiballZ_blockdev_info.py <<< 172629 1726888927.10437: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888926.8441978-173492-246540686562794/AnsiballZ_blockdev_info.py" <<< 172629 1726888927.10541: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp2dn9r5qb" to remote "/root/.ansible/tmp/ansible-tmp-1726888926.8441978-173492-246540686562794/AnsiballZ_blockdev_info.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888926.8441978-173492-246540686562794/AnsiballZ_blockdev_info.py" <<< 172629 1726888927.11321: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888927.11403: stderr chunk (state=3): >>><<< 172629 1726888927.11411: stdout chunk (state=3): >>><<< 172629 1726888927.11486: done transferring module to remote 172629 1726888927.11505: _low_level_execute_command(): starting 172629 1726888927.11514: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888926.8441978-173492-246540686562794/ /root/.ansible/tmp/ansible-tmp-1726888926.8441978-173492-246540686562794/AnsiballZ_blockdev_info.py && sleep 0' 172629 1726888927.12146: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888927.12165: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888927.12178: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888927.12195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888927.12222: 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 <<< 172629 1726888927.12325: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888927.12344: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888927.12421: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888927.14463: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888927.14467: stdout chunk (state=3): >>><<< 172629 1726888927.14578: stderr chunk (state=3): >>><<< 172629 1726888927.14581: _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 172629 1726888927.14584: _low_level_execute_command(): starting 172629 1726888927.14587: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888926.8441978-173492-246540686562794/AnsiballZ_blockdev_info.py && sleep 0' 172629 1726888927.15670: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888927.15917: 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 <<< 172629 1726888927.15927: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888927.16016: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888927.18201: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888927.18261: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888927.18281: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888927.18343: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888927.18375: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888927.18430: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888927.18443: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888927.18486: 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' <<< 172629 1726888927.18534: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888927.18537: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888927.18613: 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' <<< 172629 1726888927.18620: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b5684d0> <<< 172629 1726888927.18650: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b537b30> # /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 0x7fec1b56aa50> <<< 172629 1726888927.18691: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888927.18713: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888927.18742: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888927.18760: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888927.18834: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888927.18874: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888927.18922: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 172629 1726888927.18947: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888927.18990: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888927.18994: 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' <<< 172629 1726888927.19016: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b35d130> <<< 172629 1726888927.19074: 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 <<< 172629 1726888927.19091: 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 0x7fec1b35e120> <<< 172629 1726888927.19127: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888927.19141: 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. <<< 172629 1726888927.19375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888927.19405: 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' <<< 172629 1726888927.19422: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888927.19480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888927.19483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888927.19517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b3a3f20> <<< 172629 1726888927.19547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888927.19586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b3b00b0> <<< 172629 1726888927.19602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888927.19634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888927.19651: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888927.19704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888927.19784: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888927.19907: 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 0x7fec1b3d3920> # /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 0x7fec1b3d3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b3b3bc0> import '_functools' # <<< 172629 1726888927.19929: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b3b1310> <<< 172629 1726888927.20014: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b3a10d0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888927.20045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888927.20323: 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 <<< 172629 1726888927.20331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b3f78f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b3f6510> # /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 0x7fec1b3b2300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b3a2fc0> # /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 0x7fec1b424920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b3a0350> # /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' <<< 172629 1726888927.20361: 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 0x7fec1b424dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b424c80> # 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 0x7fec1b425070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b396e70> <<< 172629 1726888927.20400: 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' <<< 172629 1726888927.20403: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888927.20443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888927.20479: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b425730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b425430> import 'importlib.machinery' # <<< 172629 1726888927.20513: 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 0x7fec1b426630> <<< 172629 1726888927.20551: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726888927.20619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888927.20692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b440830> import 'errno' # <<< 172629 1726888927.20701: 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 0x7fec1b441f70> <<< 172629 1726888927.20735: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726888927.20789: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b442e10> <<< 172629 1726888927.20813: 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 0x7fec1b443470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b442360> <<< 172629 1726888927.20834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888927.20878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888927.20884: 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 0x7fec1b443e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b443590> <<< 172629 1726888927.20980: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b4265a0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888927.21091: 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 <<< 172629 1726888927.21095: 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 0x7fec1b1bfce0> # /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' <<< 172629 1726888927.21262: 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 0x7fec1b1e8830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b1e8590> # 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 0x7fec1b1e8860> <<< 172629 1726888927.21288: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888927.21365: 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 0x7fec1b1e9160> <<< 172629 1726888927.21476: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888927.21514: 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 0x7fec1b1e9b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b1e8a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b1bde80> <<< 172629 1726888927.21537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888927.21575: 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 <<< 172629 1726888927.21588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b1eaf60> <<< 172629 1726888927.21619: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b1e9ca0> <<< 172629 1726888927.21642: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b426d50> <<< 172629 1726888927.21663: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888927.21736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888927.21739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888927.21771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888927.21795: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b213230> <<< 172629 1726888927.21851: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888927.21879: 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 <<< 172629 1726888927.21907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888927.21953: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b23b590> <<< 172629 1726888927.21974: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888927.22010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888927.22073: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888927.22106: 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 0x7fec1b298380> <<< 172629 1726888927.22109: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888927.22136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888927.22169: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888927.22200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888927.22289: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b29aae0> <<< 172629 1726888927.22362: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b2984a0> <<< 172629 1726888927.22407: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b2653a0> <<< 172629 1726888927.22447: 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 0x7fec1ab29400> <<< 172629 1726888927.22451: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b23a3c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b1ebe00> <<< 172629 1726888927.22561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888927.22575: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fec1b23a720> <<< 172629 1726888927.22736: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_kdog8jhf/ansible_fedora.linux_system_roles.blockdev_info_payload.zip' # zipimport: zlib available <<< 172629 1726888927.22869: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.22898: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888927.22909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888927.22951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888927.23025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888927.23060: 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' <<< 172629 1726888927.23075: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1ab7b0e0> import '_typing' # <<< 172629 1726888927.23253: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1ab5dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1ab5d130> <<< 172629 1726888927.23342: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible' # <<< 172629 1726888927.23395: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888927.24834: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.25858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888927.25897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1ab78fb0> # /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' <<< 172629 1726888927.25925: 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' <<< 172629 1726888927.25958: 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' <<< 172629 1726888927.25973: 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 0x7fec1abaa990> <<< 172629 1726888927.26001: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1abaa780> <<< 172629 1726888927.26042: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1abaa090> <<< 172629 1726888927.26054: 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' <<< 172629 1726888927.26111: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1abaab10> <<< 172629 1726888927.26148: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1ab7bb00> import 'atexit' # <<< 172629 1726888927.26190: 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 0x7fec1abab710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888927.26199: 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 0x7fec1abab950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888927.26236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 172629 1726888927.26296: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1ababe90> <<< 172629 1726888927.26299: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888927.26334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888927.26340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888927.26391: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa19b20> <<< 172629 1726888927.26397: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888927.26432: 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 0x7fec1aa1b7d0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888927.26435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888927.26528: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa201d0> <<< 172629 1726888927.26535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888927.26642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa21370> # /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 <<< 172629 1726888927.26685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa23e00> <<< 172629 1726888927.26774: 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 0x7fec1b1eaf30> <<< 172629 1726888927.26846: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa220c0> # /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' <<< 172629 1726888927.26925: 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' <<< 172629 1726888927.26979: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa27c20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa266f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa26480> # /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' <<< 172629 1726888927.27091: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa269c0> <<< 172629 1726888927.27122: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa225d0> # 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 0x7fec1aa6bec0> # /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 0x7fec1aa6bef0> <<< 172629 1726888927.27196: 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 <<< 172629 1726888927.27236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec1aa6dac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa6d880> <<< 172629 1726888927.27266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888927.27353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888927.27523: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888927.27529: 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 0x7fec1aa6ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa6e1b0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888927.27559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa73830> <<< 172629 1726888927.27668: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa70200> <<< 172629 1726888927.27719: 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' <<< 172629 1726888927.27744: 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 0x7fec1aa74680> <<< 172629 1726888927.27795: 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 0x7fec1aa748c0> <<< 172629 1726888927.27815: 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 0x7fec1aa74200> <<< 172629 1726888927.27846: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa6c1a0> # /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 <<< 172629 1726888927.27889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888927.27911: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888927.27930: 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 0x7fec1a9002f0> <<< 172629 1726888927.28110: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888927.28140: 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 0x7fec1a9014f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa76ab0> # 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 0x7fec1aa77e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa766f0> <<< 172629 1726888927.28181: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888927.28459: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888927.28544: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888927.28651: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.29165: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.29704: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888927.29711: 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' # <<< 172629 1726888927.29742: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888927.29745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888927.29800: 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 0x7fec1a905760> <<< 172629 1726888927.29882: 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' <<< 172629 1726888927.29909: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1a906510> <<< 172629 1726888927.29912: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1a901490> <<< 172629 1726888927.29964: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888927.29969: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.29998: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.30001: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888927.30017: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.30164: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.30326: 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' <<< 172629 1726888927.30342: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1a906240> # zipimport: zlib available <<< 172629 1726888927.30790: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.31377: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888927.31380: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726888927.31415: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.31470: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888927.31474: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.31525: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.31606: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888927.31636: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888927.31661: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888927.31690: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.31735: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888927.31961: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.32177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888927.32238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888927.32254: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888927.32315: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1a907590> <<< 172629 1726888927.32328: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.32394: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.32477: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888927.32503: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888927.32506: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.32549: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.32582: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888927.32595: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.32636: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.32681: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.32734: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.32803: 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 <<< 172629 1726888927.32836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888927.32916: 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' <<< 172629 1726888927.32924: 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 0x7fec1a9120f0> <<< 172629 1726888927.32954: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1a90d820> <<< 172629 1726888927.32981: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888927.32999: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888927.33065: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.33121: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.33149: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.33199: 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 <<< 172629 1726888927.33215: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888927.33217: 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 <<< 172629 1726888927.33236: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888927.33253: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888927.33319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888927.33335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888927.33352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888927.33401: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1abfaa50> <<< 172629 1726888927.33445: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1abe6720> <<< 172629 1726888927.33538: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1a9121e0> <<< 172629 1726888927.33541: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1a9052b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888927.33543: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.33570: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.33596: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888927.33665: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888927.33679: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.33713: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 172629 1726888927.33725: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # <<< 172629 1726888927.33800: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 172629 1726888927.33830: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 172629 1726888927.33842: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.33914: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.34037: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.34924: stdout chunk (state=3): >>> {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "swap", "label": "", "uuid": "5a262d27-d88f-4844-875e-b83a421e8734", "type": "disk", "size": "10G", "mountpoint": "[SWAP]"}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdd": {"name": "/dev/sdd", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sde": {"name": "/dev/sde", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdf": {"name": "/dev/sdf", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdg": {"name": "/dev/sdg", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdh": {"name": "/dev/sdh", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdi": {"name": "/dev/sdi", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/xvda": {"name": "/dev/xvda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "250G", "mountpoint": ""}, "/dev/xvda1": {"name": "/dev/xvda1", "fstype": "", "label": "", "uuid": "", "type": "partition", "size": "1M", "mountpoint": ""}, "/dev/xvda2": {"name": "/dev/xvda2", "fstype": "xfs", "label": "", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "type": "partition", "size": "250G", "mountpoint": "/"}}, "invocation": {"module_args": {}}} <<< 172629 1726888927.34949: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888927.35370: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888927.35374: 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 <<< 172629 1726888927.35399: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix <<< 172629 1726888927.35405: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath <<< 172629 1726888927.35433: stdout chunk (state=3): >>># cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools <<< 172629 1726888927.35453: stdout chunk (state=3): >>># cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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<<< 172629 1726888927.35481: stdout chunk (state=3): >>> # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder <<< 172629 1726888927.35521: 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 # 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 <<< 172629 1726888927.35527: stdout chunk (state=3): >>># cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # 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 <<< 172629 1726888927.35573: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # 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 <<< 172629 1726888927.35796: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888927.35815: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888927.35858: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726888927.35862: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888927.35904: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726888927.35911: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888927.35936: 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 <<< 172629 1726888927.35969: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 172629 1726888927.35986: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select <<< 172629 1726888927.36050: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 172629 1726888927.36084: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888927.36087: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888927.36111: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726888927.36127: 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 <<< 172629 1726888927.36150: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726888927.36160: 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 <<< 172629 1726888927.36225: 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 # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726888927.36239: 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 <<< 172629 1726888927.36287: 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 <<< 172629 1726888927.36290: 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 <<< 172629 1726888927.36404: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888927.36454: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 172629 1726888927.36466: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888927.36513: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888927.36516: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726888927.36524: 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 <<< 172629 1726888927.36541: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888927.36629: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 172629 1726888927.36637: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 172629 1726888927.36652: stdout chunk (state=3): >>># destroy time <<< 172629 1726888927.36674: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726888927.36682: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726888927.36698: stdout chunk (state=3): >>># destroy _operator <<< 172629 1726888927.36715: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools <<< 172629 1726888927.36730: stdout chunk (state=3): >>># destroy _abc <<< 172629 1726888927.36751: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888927.37057: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888927.37125: stderr chunk (state=3): >>><<< 172629 1726888927.37132: stdout chunk (state=3): >>><<< 172629 1726888927.37279: _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 0x7fec1b5684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b537b30> # /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 0x7fec1b56aa50> 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 0x7fec1b35d130> # /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 0x7fec1b35e120> 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 0x7fec1b3a3f20> # /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 0x7fec1b3b00b0> # /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 0x7fec1b3d3920> # /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 0x7fec1b3d3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b3b3bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b3b1310> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b3a10d0> # /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 0x7fec1b3f78f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b3f6510> # /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 0x7fec1b3b2300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b3a2fc0> # /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 0x7fec1b424920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b3a0350> # /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 0x7fec1b424dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b424c80> # 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 0x7fec1b425070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b396e70> # /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 0x7fec1b425730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b425430> 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 0x7fec1b426630> 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 0x7fec1b440830> 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 0x7fec1b441f70> # /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 0x7fec1b442e10> # 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 0x7fec1b443470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b442360> # /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 0x7fec1b443e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b443590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b4265a0> # /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 0x7fec1b1bfce0> # /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 0x7fec1b1e8830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b1e8590> # 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 0x7fec1b1e8860> # /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 0x7fec1b1e9160> # 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 0x7fec1b1e9b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b1e8a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b1bde80> # /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 0x7fec1b1eaf60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b1e9ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b426d50> # /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 0x7fec1b213230> # /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 0x7fec1b23b590> # /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 0x7fec1b298380> # /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 0x7fec1b29aae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b2984a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b2653a0> # /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 0x7fec1ab29400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b23a3c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1b1ebe00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fec1b23a720> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_kdog8jhf/ansible_fedora.linux_system_roles.blockdev_info_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 0x7fec1ab7b0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1ab5dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1ab5d130> # 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 0x7fec1ab78fb0> # /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 0x7fec1abaa990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1abaa780> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1abaa090> # /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 0x7fec1abaab10> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1ab7bb00> 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 0x7fec1abab710> # 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 0x7fec1abab950> # /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 0x7fec1ababe90> 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 0x7fec1aa19b20> # 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 0x7fec1aa1b7d0> # /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 0x7fec1aa201d0> # /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 0x7fec1aa21370> # /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 0x7fec1aa23e00> # 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 0x7fec1b1eaf30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa220c0> # /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 0x7fec1aa27c20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa266f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa26480> # /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 0x7fec1aa269c0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa225d0> # 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 0x7fec1aa6bec0> # /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 0x7fec1aa6bef0> # /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 0x7fec1aa6dac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa6d880> # /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 0x7fec1aa6ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa6e1b0> # /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 0x7fec1aa73830> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa70200> # 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 0x7fec1aa74680> # 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 0x7fec1aa748c0> # 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 0x7fec1aa74200> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa6c1a0> # /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 0x7fec1a9002f0> # 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 0x7fec1a9014f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa76ab0> # 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 0x7fec1aa77e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1aa766f0> # 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 0x7fec1a905760> # /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 0x7fec1a906510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1a901490> 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 0x7fec1a906240> # 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 0x7fec1a907590> # 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 0x7fec1a9120f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1a90d820> 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 0x7fec1abfaa50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1abe6720> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1a9121e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec1a9052b0> # 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 {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "swap", "label": "", "uuid": "5a262d27-d88f-4844-875e-b83a421e8734", "type": "disk", "size": "10G", "mountpoint": "[SWAP]"}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdd": {"name": "/dev/sdd", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sde": {"name": "/dev/sde", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdf": {"name": "/dev/sdf", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdg": {"name": "/dev/sdg", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdh": {"name": "/dev/sdh", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdi": {"name": "/dev/sdi", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/xvda": {"name": "/dev/xvda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "250G", "mountpoint": ""}, "/dev/xvda1": {"name": "/dev/xvda1", "fstype": "", "label": "", "uuid": "", "type": "partition", "size": "1M", "mountpoint": ""}, "/dev/xvda2": {"name": "/dev/xvda2", "fstype": "xfs", "label": "", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "type": "partition", "size": "250G", "mountpoint": "/"}}, "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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _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 # 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 172629 1726888927.38369: done with _execute_module (fedora.linux_system_roles.blockdev_info, {'_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.blockdev_info', '_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-1726888926.8441978-173492-246540686562794/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888927.38374: _low_level_execute_command(): starting 172629 1726888927.38381: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888926.8441978-173492-246540686562794/ > /dev/null 2>&1 && sleep 0' 172629 1726888927.38602: 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 <<< 172629 1726888927.38606: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888927.38711: 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 <<< 172629 1726888927.38738: 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 <<< 172629 1726888927.38791: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888927.40661: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888927.40667: stderr chunk (state=3): >>><<< 172629 1726888927.40677: stdout chunk (state=3): >>><<< 172629 1726888927.40865: _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 172629 1726888927.40869: handler run complete 172629 1726888927.40872: Evaluated conditional (False): False 172629 1726888927.40875: attempt loop complete, returning result 172629 1726888927.40877: _execute() done 172629 1726888927.40879: dumping result to json 172629 1726888927.40881: done dumping result, returning 172629 1726888927.40887: done running TaskExecutor() for managed_node1/TASK: Collect info about the volumes. [0affc8a3-6f6f-d0a8-add8-0000000003e9] 172629 1726888927.40889: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000003e9 172629 1726888927.41012: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000003e9 172629 1726888927.41016: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "5a262d27-d88f-4844-875e-b83a421e8734" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1" } } } 172629 1726888927.41176: no more pending results, returning what we have 172629 1726888927.41179: results queue empty 172629 1726888927.41180: checking for any_errors_fatal 172629 1726888927.41188: done checking for any_errors_fatal 172629 1726888927.41189: checking for max_fail_percentage 172629 1726888927.41190: done checking for max_fail_percentage 172629 1726888927.41191: checking to see if all hosts have failed and the running result is not ok 172629 1726888927.41192: done checking to see if all hosts have failed 172629 1726888927.41192: getting the remaining hosts for this loop 172629 1726888927.41194: done getting the remaining hosts for this loop 172629 1726888927.41197: getting the next task for host managed_node1 172629 1726888927.41205: done getting next task for host managed_node1 172629 1726888927.41208: ^ task is: TASK: Read the /etc/fstab file for volume existence 172629 1726888927.41210: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888927.41213: getting variables 172629 1726888927.41215: in VariableManager get_vars() 172629 1726888927.41251: Calling all_inventory to load vars for managed_node1 172629 1726888927.41260: Calling groups_inventory to load vars for managed_node1 172629 1726888927.41263: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888927.41274: Calling all_plugins_play to load vars for managed_node1 172629 1726888927.41276: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888927.41282: Calling groups_plugins_play to load vars for managed_node1 172629 1726888927.41820: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888927.42297: done with get_vars() 172629 1726888927.42308: done getting variables 172629 1726888927.42375: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Friday 20 September 2024 23:22:07 -0400 (0:00:00.627) 0:00:27.703 ****** 172629 1726888927.42404: entering _queue_task() for managed_node1/command 172629 1726888927.42639: worker is 1 (out of 1 available) 172629 1726888927.42658: exiting _queue_task() for managed_node1/command 172629 1726888927.42672: done queuing things up, now waiting for results queue to drain 172629 1726888927.42673: waiting for pending results... 172629 1726888927.42875: running TaskExecutor() for managed_node1/TASK: Read the /etc/fstab file for volume existence 172629 1726888927.42951: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000003ea 172629 1726888927.42978: variable 'ansible_search_path' from source: unknown 172629 1726888927.43010: calling self._execute() 172629 1726888927.43110: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888927.43114: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888927.43117: variable 'omit' from source: magic vars 172629 1726888927.43214: variable 'omit' from source: magic vars 172629 1726888927.43251: variable 'omit' from source: magic vars 172629 1726888927.43274: variable 'omit' from source: magic vars 172629 1726888927.43352: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888927.43443: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888927.43447: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888927.43450: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888927.43452: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888927.43512: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888927.43519: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888927.43522: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888927.43629: Set connection var ansible_timeout to 10 172629 1726888927.43634: Set connection var ansible_shell_type to sh 172629 1726888927.43660: Set connection var ansible_pipelining to False 172629 1726888927.43663: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888927.43665: Set connection var ansible_shell_executable to /bin/sh 172629 1726888927.43668: Set connection var ansible_connection to ssh 172629 1726888927.43699: variable 'ansible_shell_executable' from source: unknown 172629 1726888927.43705: variable 'ansible_connection' from source: unknown 172629 1726888927.43709: variable 'ansible_module_compression' from source: unknown 172629 1726888927.43712: variable 'ansible_shell_type' from source: unknown 172629 1726888927.43714: variable 'ansible_shell_executable' from source: unknown 172629 1726888927.43717: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888927.43719: variable 'ansible_pipelining' from source: unknown 172629 1726888927.43722: variable 'ansible_timeout' from source: unknown 172629 1726888927.43723: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888927.43905: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888927.43909: variable 'omit' from source: magic vars 172629 1726888927.43911: starting attempt loop 172629 1726888927.43917: running the handler 172629 1726888927.43944: _low_level_execute_command(): starting 172629 1726888927.43947: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888927.44822: 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 <<< 172629 1726888927.44827: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888927.44829: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888927.44831: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888927.44876: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888927.46516: stdout chunk (state=3): >>>/root <<< 172629 1726888927.46666: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888927.46671: stdout chunk (state=3): >>><<< 172629 1726888927.46683: stderr chunk (state=3): >>><<< 172629 1726888927.46719: _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 172629 1726888927.46739: _low_level_execute_command(): starting 172629 1726888927.46743: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888927.4671893-173524-197437465126995 `" && echo ansible-tmp-1726888927.4671893-173524-197437465126995="` echo /root/.ansible/tmp/ansible-tmp-1726888927.4671893-173524-197437465126995 `" ) && sleep 0' 172629 1726888927.47469: 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 <<< 172629 1726888927.47568: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888927.47588: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888927.47665: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888927.47733: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888927.49627: stdout chunk (state=3): >>>ansible-tmp-1726888927.4671893-173524-197437465126995=/root/.ansible/tmp/ansible-tmp-1726888927.4671893-173524-197437465126995 <<< 172629 1726888927.49736: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888927.49771: stderr chunk (state=3): >>><<< 172629 1726888927.49774: stdout chunk (state=3): >>><<< 172629 1726888927.49794: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888927.4671893-173524-197437465126995=/root/.ansible/tmp/ansible-tmp-1726888927.4671893-173524-197437465126995 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888927.49825: variable 'ansible_module_compression' from source: unknown 172629 1726888927.49907: ANSIBALLZ: Using generic lock for ansible.legacy.command 172629 1726888927.49910: ANSIBALLZ: Acquiring lock 172629 1726888927.49914: ANSIBALLZ: Lock acquired: 140240268549328 172629 1726888927.49920: ANSIBALLZ: Creating module 172629 1726888927.63065: ANSIBALLZ: Writing module into payload 172629 1726888927.63070: ANSIBALLZ: Writing module 172629 1726888927.63072: ANSIBALLZ: Renaming module 172629 1726888927.63074: ANSIBALLZ: Done creating module 172629 1726888927.63076: variable 'ansible_facts' from source: unknown 172629 1726888927.63078: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888927.4671893-173524-197437465126995/AnsiballZ_command.py 172629 1726888927.63275: Sending initial data 172629 1726888927.63279: Sent initial data (158 bytes) 172629 1726888927.63622: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888927.63630: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888927.63640: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888927.63659: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888927.63671: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888927.63678: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888927.63688: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888927.63704: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888927.63711: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888927.63718: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726888927.63726: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888927.63738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888927.63769: stderr 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 <<< 172629 1726888927.63847: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888927.63851: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888927.63895: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888927.63942: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888927.65604: 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" <<< 172629 1726888927.65676: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888927.65897: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpvea9m53u /root/.ansible/tmp/ansible-tmp-1726888927.4671893-173524-197437465126995/AnsiballZ_command.py <<< 172629 1726888927.65901: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888927.4671893-173524-197437465126995/AnsiballZ_command.py" <<< 172629 1726888927.65940: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpvea9m53u" to remote "/root/.ansible/tmp/ansible-tmp-1726888927.4671893-173524-197437465126995/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888927.4671893-173524-197437465126995/AnsiballZ_command.py" <<< 172629 1726888927.67228: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888927.67361: stderr chunk (state=3): >>><<< 172629 1726888927.67365: stdout chunk (state=3): >>><<< 172629 1726888927.67367: done transferring module to remote 172629 1726888927.67369: _low_level_execute_command(): starting 172629 1726888927.67371: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888927.4671893-173524-197437465126995/ /root/.ansible/tmp/ansible-tmp-1726888927.4671893-173524-197437465126995/AnsiballZ_command.py && sleep 0' 172629 1726888927.68511: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888927.68525: 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 <<< 172629 1726888927.68536: 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 <<< 172629 1726888927.68721: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888927.68777: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888927.68840: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888927.70708: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888927.70780: stderr chunk (state=3): >>><<< 172629 1726888927.70783: stdout chunk (state=3): >>><<< 172629 1726888927.70800: _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 172629 1726888927.70809: _low_level_execute_command(): starting 172629 1726888927.70819: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888927.4671893-173524-197437465126995/AnsiballZ_command.py && sleep 0' 172629 1726888927.72265: 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' <<< 172629 1726888927.72281: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888927.72299: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888927.72382: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888927.74690: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 172629 1726888927.74720: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888927.74756: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888927.74775: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888927.74792: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888927.74842: 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' <<< 172629 1726888927.74860: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888927.74903: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888927.74915: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888927.74960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888927.75015: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed384184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed383e7b30> # /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' <<< 172629 1726888927.75066: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3841aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 172629 1726888927.75101: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888927.75184: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888927.75214: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888927.75244: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888927.75262: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888927.75365: stdout chunk (state=3): >>>Processing user site-packages <<< 172629 1726888927.75370: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /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 0x7fed3822d130> <<< 172629 1726888927.75413: 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 <<< 172629 1726888927.75431: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888927.75551: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3822e120> 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. <<< 172629 1726888927.75780: 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 <<< 172629 1726888927.75879: 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 # 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 <<< 172629 1726888927.75912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888927.75941: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3826bf20> # /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 0x7fed382800b0> <<< 172629 1726888927.75976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888927.75992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888927.76022: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888927.76109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888927.76114: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888927.76117: 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 0x7fed382a3920> <<< 172629 1726888927.76142: 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' <<< 172629 1726888927.76170: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed382a3fb0> import '_collections' # <<< 172629 1726888927.76226: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38283bc0> import '_functools' # <<< 172629 1726888927.76269: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38281310> <<< 172629 1726888927.76351: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed382690d0> <<< 172629 1726888927.76394: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888927.76398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888927.76432: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888927.76435: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888927.76475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888927.76483: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888927.76494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888927.76535: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed382c78c0> <<< 172629 1726888927.76551: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed382c64e0> <<< 172629 1726888927.76572: 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 0x7fed382821e0> <<< 172629 1726888927.76587: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3826afc0> <<< 172629 1726888927.76640: 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 0x7fed382f4950> <<< 172629 1726888927.76660: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38268350> <<< 172629 1726888927.76677: 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' <<< 172629 1726888927.76701: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888927.76772: 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 0x7fed382f4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed382f4cb0> <<< 172629 1726888927.76775: 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 0x7fed382f50a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38266e70> <<< 172629 1726888927.76813: 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' <<< 172629 1726888927.76964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888927.77213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed382f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed382f5460> <<< 172629 1726888927.77250: stdout chunk (state=3): >>>import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed382f6660> 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 0x7fed38310860> 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 0x7fed38311fa0> # /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 0x7fed38312e40> # 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 0x7fed38313470> <<< 172629 1726888927.77259: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38312390> <<< 172629 1726888927.77307: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888927.77312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888927.77315: 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 0x7fed38313e60> <<< 172629 1726888927.77319: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38313590> <<< 172629 1726888927.77363: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed382f65d0> <<< 172629 1726888927.77402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888927.77406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888927.77439: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888927.77442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888927.77474: 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 0x7fed38097d10> <<< 172629 1726888927.77499: 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' <<< 172629 1726888927.77532: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888927.77565: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fed380c4890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed380c45f0> # 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 0x7fed380c4800> <<< 172629 1726888927.77604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888927.77607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726888927.77678: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888927.77797: 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 0x7fed380c51c0> <<< 172629 1726888927.77979: 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 0x7fed380c5bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed380c4a70> <<< 172629 1726888927.77982: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38095eb0> <<< 172629 1726888927.78057: 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' <<< 172629 1726888927.78260: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed380c6fc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed380c5d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed382f6d80> <<< 172629 1726888927.78304: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888927.78332: 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 0x7fed380ef350> # /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 <<< 172629 1726888927.78350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888927.78385: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3810f710> <<< 172629 1726888927.78414: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888927.78468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888927.78542: 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 0x7fed38170500> <<< 172629 1726888927.78561: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888927.78583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888927.78599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888927.78645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888927.78724: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38172c60> <<< 172629 1726888927.78798: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38170620> <<< 172629 1726888927.78847: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38135520> <<< 172629 1726888927.78883: 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 0x7fed37f75580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3810e510> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed380c7f20> <<< 172629 1726888927.79111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fed3810e870> <<< 172629 1726888927.79166: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_xj5h3hak/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 172629 1726888927.79325: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.79338: 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' <<< 172629 1726888927.79472: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37fcb1a0> import '_typing' # <<< 172629 1726888927.79675: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37fae090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37fad1f0> # zipimport: zlib available <<< 172629 1726888927.79702: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726888927.79781: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888927.79784: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888927.79794: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.81137: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.82425: 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 0x7fed37fc9040> # /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' <<< 172629 1726888927.82445: 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 0x7fed37ff6b40> <<< 172629 1726888927.82448: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37ff68d0> <<< 172629 1726888927.82483: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37ff61e0> <<< 172629 1726888927.82487: 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' <<< 172629 1726888927.82699: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37ff6630> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37fcbbc0> import 'atexit' # <<< 172629 1726888927.82781: 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 0x7fed37ff7920> <<< 172629 1726888927.82785: 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 0x7fed37ff7b60> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888927.82789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888927.82901: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888927.82991: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38018050> <<< 172629 1726888927.82995: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888927.82997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888927.83000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888927.83002: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37919eb0> # 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 0x7fed3791bad0> <<< 172629 1726888927.83084: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888927.83087: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37920470> <<< 172629 1726888927.83092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888927.83129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888927.83132: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37921610> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888927.83193: 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' <<< 172629 1726888927.83250: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed379240b0> # 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 0x7fed379241d0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37922270> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888927.83258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37927ec0> <<< 172629 1726888927.83272: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888927.83334: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37926990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed379266f0> <<< 172629 1726888927.83433: 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' <<< 172629 1726888927.83616: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37926c60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37922870> # 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 0x7fed3796ba40> # /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 0x7fed3796c170> # /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' <<< 172629 1726888927.83620: 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 0x7fed3796dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3796d9d0> <<< 172629 1726888927.83632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888927.83727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888927.83786: 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 0x7fed3796ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3796e240> <<< 172629 1726888927.83802: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888927.83883: 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' # <<< 172629 1726888927.83911: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37973860> <<< 172629 1726888927.84029: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37970230> <<< 172629 1726888927.84088: 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' <<< 172629 1726888927.84291: 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 0x7fed379746b0> # 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 0x7fed37974ad0> <<< 172629 1726888927.84307: 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 0x7fed37974b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3796c2f0> # /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 0x7fed37800260> <<< 172629 1726888927.84433: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888927.84457: 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 0x7fed37801640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed379769f0> <<< 172629 1726888927.84506: 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 0x7fed37977da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37976630> # zipimport: zlib available <<< 172629 1726888927.84528: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888927.84634: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.84700: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.84744: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888927.84760: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888927.84778: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.84875: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.84992: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.85517: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.86064: 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' # <<< 172629 1726888927.86090: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888927.86103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888927.86157: 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'<<< 172629 1726888927.86170: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fed378058e0> <<< 172629 1726888927.86228: 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' <<< 172629 1726888927.86263: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37806660> <<< 172629 1726888927.86273: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37801760> <<< 172629 1726888927.86319: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888927.86327: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.86354: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888927.86498: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.86697: 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' <<< 172629 1726888927.86723: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37806420> # zipimport: zlib available <<< 172629 1726888927.87295: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.87563: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.87630: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.87703: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888927.87731: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.87751: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.87789: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726888927.87859: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.87937: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888927.87972: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888927.87993: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.88022: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.88071: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888927.88086: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.88292: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.88522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888927.88617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726888927.88963: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37807890> <<< 172629 1726888927.88966: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.88990: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888927.89018: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.89080: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.89139: 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 <<< 172629 1726888927.89180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888927.89271: 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 0x7fed378121b0> <<< 172629 1726888927.89307: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3780da60> <<< 172629 1726888927.89327: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888927.89349: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888927.89404: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.89470: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.89490: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.89546: 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' <<< 172629 1726888927.89558: 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 <<< 172629 1726888927.89581: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888927.89596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888927.89660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888927.89676: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888927.89698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888927.89751: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37902930> <<< 172629 1726888927.89789: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38026600> <<< 172629 1726888927.89885: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed379758b0> <<< 172629 1726888927.89889: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37807650> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888927.89922: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.89950: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888927.89991: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888927.90023: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888927.90043: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.90145: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.90269: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726888927.90272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726888927.90290: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed378a4530> <<< 172629 1726888927.90363: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888927.90841: stdout chunk (state=3): >>> {"changed": true, "stdout": "\n# system_role:storage\n#\n# /etc/fstab\n# Created by anaconda on Tue Sep 17 08:39:54 2024\n#\n# Accessible filesystems, by reference, are maintained under '/dev/disk/'.\n# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.\n#\n# After editing this file, run 'systemctl daemon-reload' to update systemd\n# units generated from this file.\n#\nUUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nvtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nUUID=5a262d27-d88f-4844-875e-b83a421e8734 none swap defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 23:22:07.903770", "end": "2024-09-20 23:22:07.907003", "delta": "0:00:00.003233", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/fstab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726888927.90862: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888927.91369: 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 <<< 172629 1726888927.91492: stdout chunk (state=3): >>># restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # 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 <<< 172629 1726888927.91588: 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 # 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 <<< 172629 1726888927.91631: stdout chunk (state=3): >>># destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726888927.91832: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888927.91960: 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 <<< 172629 1726888927.91966: 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 <<< 172629 1726888927.92172: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726888927.92243: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888927.92429: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 172629 1726888927.92487: 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 <<< 172629 1726888927.92540: 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 <<< 172629 1726888927.92702: 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 <<< 172629 1726888927.92767: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888927.93049: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888927.93082: stderr chunk (state=3): >>><<< 172629 1726888927.93087: stdout chunk (state=3): >>><<< 172629 1726888927.93290: _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 0x7fed384184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed383e7b30> # /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 0x7fed3841aa50> 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 0x7fed3822d130> # /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 0x7fed3822e120> 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 0x7fed3826bf20> # /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 0x7fed382800b0> # /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 0x7fed382a3920> # /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 0x7fed382a3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38283bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38281310> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed382690d0> # /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 0x7fed382c78c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed382c64e0> # /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 0x7fed382821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3826afc0> # /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 0x7fed382f4950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38268350> # /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 0x7fed382f4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed382f4cb0> # 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 0x7fed382f50a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38266e70> # /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 0x7fed382f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed382f5460> 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 0x7fed382f6660> 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 0x7fed38310860> 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 0x7fed38311fa0> # /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 0x7fed38312e40> # 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 0x7fed38313470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38312390> # /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 0x7fed38313e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38313590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed382f65d0> # /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 0x7fed38097d10> # /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 0x7fed380c4890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed380c45f0> # 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 0x7fed380c4800> # /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 0x7fed380c51c0> # 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 0x7fed380c5bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed380c4a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38095eb0> # /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 0x7fed380c6fc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed380c5d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed382f6d80> # /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 0x7fed380ef350> # /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 0x7fed3810f710> # /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 0x7fed38170500> # /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 0x7fed38172c60> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38170620> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38135520> # /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 0x7fed37f75580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3810e510> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed380c7f20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fed3810e870> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_xj5h3hak/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37fcb1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37fae090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37fad1f0> # 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 0x7fed37fc9040> # /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 0x7fed37ff6b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37ff68d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37ff61e0> # /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 0x7fed37ff6630> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37fcbbc0> 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 0x7fed37ff7920> # 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 0x7fed37ff7b60> # /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 0x7fed38018050> 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 0x7fed37919eb0> # 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 0x7fed3791bad0> # /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 0x7fed37920470> # /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 0x7fed37921610> # /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 0x7fed379240b0> # 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 0x7fed379241d0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37922270> # /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 0x7fed37927ec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37926990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed379266f0> # /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 0x7fed37926c60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37922870> # 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 0x7fed3796ba40> # /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 0x7fed3796c170> # /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 0x7fed3796dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3796d9d0> # /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 0x7fed3796ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3796e240> # /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 0x7fed37973860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37970230> # 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 0x7fed379746b0> # 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 0x7fed37974ad0> # 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 0x7fed37974b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3796c2f0> # /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 0x7fed37800260> # 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 0x7fed37801640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed379769f0> # 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 0x7fed37977da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37976630> # 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 0x7fed378058e0> # /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 0x7fed37806660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37801760> 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 0x7fed37806420> # 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 0x7fed37807890> # 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 0x7fed378121b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3780da60> 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 0x7fed37902930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed38026600> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed379758b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed37807650> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed378a4530> # zipimport: zlib available {"changed": true, "stdout": "\n# system_role:storage\n#\n# /etc/fstab\n# Created by anaconda on Tue Sep 17 08:39:54 2024\n#\n# Accessible filesystems, by reference, are maintained under '/dev/disk/'.\n# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.\n#\n# After editing this file, run 'systemctl daemon-reload' to update systemd\n# units generated from this file.\n#\nUUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nvtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nUUID=5a262d27-d88f-4844-875e-b83a421e8734 none swap defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 23:22:07.903770", "end": "2024-09-20 23:22:07.907003", "delta": "0:00:00.003233", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/fstab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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 # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 172629 1726888927.94899: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /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': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888927.4671893-173524-197437465126995/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888927.94902: _low_level_execute_command(): starting 172629 1726888927.94904: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888927.4671893-173524-197437465126995/ > /dev/null 2>&1 && sleep 0' 172629 1726888927.95304: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888927.95308: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888927.95335: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888927.95444: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 172629 1726888927.95447: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888927.95476: 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 <<< 172629 1726888927.95487: 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 <<< 172629 1726888927.95578: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888927.95591: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888927.95603: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888927.95759: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888927.97641: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888927.97658: stdout chunk (state=3): >>><<< 172629 1726888927.97670: stderr chunk (state=3): >>><<< 172629 1726888927.97689: _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 172629 1726888927.97699: handler run complete 172629 1726888927.97725: Evaluated conditional (False): False 172629 1726888927.97740: attempt loop complete, returning result 172629 1726888927.97748: _execute() done 172629 1726888927.97764: dumping result to json 172629 1726888927.97774: done dumping result, returning 172629 1726888927.97785: done running TaskExecutor() for managed_node1/TASK: Read the /etc/fstab file for volume existence [0affc8a3-6f6f-d0a8-add8-0000000003ea] 172629 1726888927.97792: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000003ea ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003233", "end": "2024-09-20 23:22:07.907003", "rc": 0, "start": "2024-09-20 23:22:07.903770" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Sep 17 08:39:54 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=5a262d27-d88f-4844-875e-b83a421e8734 none swap defaults 0 0 172629 1726888927.97984: no more pending results, returning what we have 172629 1726888927.97988: results queue empty 172629 1726888927.97989: checking for any_errors_fatal 172629 1726888927.97997: done checking for any_errors_fatal 172629 1726888927.97997: checking for max_fail_percentage 172629 1726888927.97999: done checking for max_fail_percentage 172629 1726888927.98000: checking to see if all hosts have failed and the running result is not ok 172629 1726888927.98001: done checking to see if all hosts have failed 172629 1726888927.98001: getting the remaining hosts for this loop 172629 1726888927.98003: done getting the remaining hosts for this loop 172629 1726888927.98006: getting the next task for host managed_node1 172629 1726888927.98014: done getting next task for host managed_node1 172629 1726888927.98017: ^ task is: TASK: Read the /etc/crypttab file 172629 1726888927.98019: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888927.98023: getting variables 172629 1726888927.98025: in VariableManager get_vars() 172629 1726888927.98269: Calling all_inventory to load vars for managed_node1 172629 1726888927.98276: Calling groups_inventory to load vars for managed_node1 172629 1726888927.98280: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888927.98291: Calling all_plugins_play to load vars for managed_node1 172629 1726888927.98295: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888927.98298: Calling groups_plugins_play to load vars for managed_node1 172629 1726888927.98968: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000003ea 172629 1726888927.98972: WORKER PROCESS EXITING 172629 1726888927.99045: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888928.00488: done with get_vars() 172629 1726888928.00529: done getting variables 172629 1726888928.00616: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Friday 20 September 2024 23:22:08 -0400 (0:00:00.582) 0:00:28.286 ****** 172629 1726888928.00651: entering _queue_task() for managed_node1/command 172629 1726888928.01186: worker is 1 (out of 1 available) 172629 1726888928.01206: exiting _queue_task() for managed_node1/command 172629 1726888928.01220: done queuing things up, now waiting for results queue to drain 172629 1726888928.01222: waiting for pending results... 172629 1726888928.01571: running TaskExecutor() for managed_node1/TASK: Read the /etc/crypttab file 172629 1726888928.02164: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000003eb 172629 1726888928.02169: variable 'ansible_search_path' from source: unknown 172629 1726888928.02171: calling self._execute() 172629 1726888928.02461: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.02465: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.02468: variable 'omit' from source: magic vars 172629 1726888928.02580: variable 'omit' from source: magic vars 172629 1726888928.02881: variable 'omit' from source: magic vars 172629 1726888928.02884: variable 'omit' from source: magic vars 172629 1726888928.02896: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888928.02942: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888928.03189: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888928.03192: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888928.03195: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888928.03197: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888928.03199: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.03201: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.03670: Set connection var ansible_timeout to 10 172629 1726888928.03694: Set connection var ansible_shell_type to sh 172629 1726888928.03707: Set connection var ansible_pipelining to False 172629 1726888928.03716: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888928.03760: Set connection var ansible_shell_executable to /bin/sh 172629 1726888928.03910: Set connection var ansible_connection to ssh 172629 1726888928.03933: variable 'ansible_shell_executable' from source: unknown 172629 1726888928.03942: variable 'ansible_connection' from source: unknown 172629 1726888928.04075: variable 'ansible_module_compression' from source: unknown 172629 1726888928.04079: variable 'ansible_shell_type' from source: unknown 172629 1726888928.04081: variable 'ansible_shell_executable' from source: unknown 172629 1726888928.04084: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.04086: variable 'ansible_pipelining' from source: unknown 172629 1726888928.04088: variable 'ansible_timeout' from source: unknown 172629 1726888928.04091: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.04259: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888928.04377: variable 'omit' from source: magic vars 172629 1726888928.04412: starting attempt loop 172629 1726888928.04420: running the handler 172629 1726888928.04440: _low_level_execute_command(): starting 172629 1726888928.04457: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888928.05838: 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 <<< 172629 1726888928.05961: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888928.06007: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888928.06205: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888928.07837: stdout chunk (state=3): >>>/root <<< 172629 1726888928.07943: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888928.07974: stderr chunk (state=3): >>><<< 172629 1726888928.07977: stdout chunk (state=3): >>><<< 172629 1726888928.08004: _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 172629 1726888928.08012: _low_level_execute_command(): starting 172629 1726888928.08023: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888928.0799916-173548-16897357087812 `" && echo ansible-tmp-1726888928.0799916-173548-16897357087812="` echo /root/.ansible/tmp/ansible-tmp-1726888928.0799916-173548-16897357087812 `" ) && sleep 0' 172629 1726888928.08418: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888928.08457: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888928.08462: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 172629 1726888928.08464: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888928.08467: 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 <<< 172629 1726888928.08470: stderr 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 <<< 172629 1726888928.08517: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888928.08521: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888928.08579: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888928.10515: stdout chunk (state=3): >>>ansible-tmp-1726888928.0799916-173548-16897357087812=/root/.ansible/tmp/ansible-tmp-1726888928.0799916-173548-16897357087812 <<< 172629 1726888928.10623: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888928.10659: stderr chunk (state=3): >>><<< 172629 1726888928.10662: stdout chunk (state=3): >>><<< 172629 1726888928.10666: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888928.0799916-173548-16897357087812=/root/.ansible/tmp/ansible-tmp-1726888928.0799916-173548-16897357087812 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888928.10695: variable 'ansible_module_compression' from source: unknown 172629 1726888928.10735: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726888928.10768: variable 'ansible_facts' from source: unknown 172629 1726888928.10825: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888928.0799916-173548-16897357087812/AnsiballZ_command.py 172629 1726888928.11176: Sending initial data 172629 1726888928.11180: Sent initial data (157 bytes) 172629 1726888928.11636: 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' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888928.11882: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888928.11934: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888928.13576: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 172629 1726888928.13585: 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 <<< 172629 1726888928.13641: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888928.13686: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpebnck35x /root/.ansible/tmp/ansible-tmp-1726888928.0799916-173548-16897357087812/AnsiballZ_command.py <<< 172629 1726888928.13690: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888928.0799916-173548-16897357087812/AnsiballZ_command.py" <<< 172629 1726888928.13739: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpebnck35x" to remote "/root/.ansible/tmp/ansible-tmp-1726888928.0799916-173548-16897357087812/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888928.0799916-173548-16897357087812/AnsiballZ_command.py" <<< 172629 1726888928.14423: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888928.14664: stderr chunk (state=3): >>><<< 172629 1726888928.14667: stdout chunk (state=3): >>><<< 172629 1726888928.14670: done transferring module to remote 172629 1726888928.14672: _low_level_execute_command(): starting 172629 1726888928.14674: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888928.0799916-173548-16897357087812/ /root/.ansible/tmp/ansible-tmp-1726888928.0799916-173548-16897357087812/AnsiballZ_command.py && sleep 0' 172629 1726888928.15482: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888928.15491: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888928.15501: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888928.15513: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888928.15526: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888928.15533: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888928.15539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888928.15556: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888928.15563: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888928.15569: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726888928.15577: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888928.15587: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888928.15600: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888928.15607: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888928.15613: stderr chunk (state=3): >>>debug2: match found <<< 172629 1726888928.15623: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888928.15687: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888928.15754: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888928.15872: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888928.15942: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888928.17836: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888928.17839: stderr chunk (state=3): >>><<< 172629 1726888928.17842: stdout chunk (state=3): >>><<< 172629 1726888928.17844: _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 172629 1726888928.17848: _low_level_execute_command(): starting 172629 1726888928.17850: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888928.0799916-173548-16897357087812/AnsiballZ_command.py && sleep 0' 172629 1726888928.18442: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888928.18451: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888928.18472: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888928.18481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888928.18493: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888928.18581: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888928.18584: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888928.18586: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888928.18588: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888928.18590: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726888928.18592: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888928.18593: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888928.18595: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888928.18630: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888928.18638: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888928.18719: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888928.21201: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888928.21211: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888928.21245: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888928.21259: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888928.21307: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888928.21311: 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 0x7f6dee3104d0> <<< 172629 1726888928.21396: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee2dfb30> # /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 0x7f6dee312a50> import '_signal' # <<< 172629 1726888928.21434: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888928.21437: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888928.21470: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888928.21551: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888928.21599: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888928.21646: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 172629 1726888928.21649: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726888928.21716: 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' <<< 172629 1726888928.21721: 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' <<< 172629 1726888928.21723: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee0e5130> <<< 172629 1726888928.21787: 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 <<< 172629 1726888928.21812: 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 0x7f6dee0e6120> <<< 172629 1726888928.21827: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888928.21854: 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. <<< 172629 1726888928.22080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888928.22102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888928.22134: 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' <<< 172629 1726888928.22155: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888928.22184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888928.22203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888928.22232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888928.22267: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee123f20> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888928.22287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888928.22317: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1380b0> <<< 172629 1726888928.22328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888928.22364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888928.22381: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888928.22432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888928.22443: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888928.22490: 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 0x7f6dee15b920> <<< 172629 1726888928.22525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888928.22528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee15bfb0> import '_collections' # <<< 172629 1726888928.22584: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee13bbc0> import '_functools' # <<< 172629 1726888928.22615: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee139310> <<< 172629 1726888928.22708: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1210d0> <<< 172629 1726888928.22738: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888928.22772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888928.22775: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888928.22792: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888928.22827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888928.22843: 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' <<< 172629 1726888928.22878: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee17f8c0> <<< 172629 1726888928.22898: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee17e4e0> <<< 172629 1726888928.22923: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726888928.22935: 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 0x7f6dee13a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee122fc0> <<< 172629 1726888928.22983: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888928.23003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1ac950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee120350> <<< 172629 1726888928.23027: 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' <<< 172629 1726888928.23062: 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 0x7f6dee1ace00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1accb0> <<< 172629 1726888928.23107: 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 0x7f6dee1ad0a0> <<< 172629 1726888928.23110: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee11ee70> <<< 172629 1726888928.23136: 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' <<< 172629 1726888928.23168: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888928.23214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1ad790> <<< 172629 1726888928.23233: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1ad460> import 'importlib.machinery' # <<< 172629 1726888928.23268: 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' <<< 172629 1726888928.23298: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1ae660> <<< 172629 1726888928.23301: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726888928.23334: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888928.23338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888928.23374: 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 0x7f6dee1c8860> <<< 172629 1726888928.23390: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888928.23434: 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 0x7f6dee1c9fa0> <<< 172629 1726888928.23462: 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' <<< 172629 1726888928.23492: 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' <<< 172629 1726888928.23505: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1cae40> <<< 172629 1726888928.23549: 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 0x7f6dee1cb470> <<< 172629 1726888928.23578: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1ca390> # /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' <<< 172629 1726888928.23629: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888928.23641: 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 0x7f6dee1cbe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1cb590> <<< 172629 1726888928.23679: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1ae5d0> <<< 172629 1726888928.23702: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888928.23723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888928.23757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888928.23774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888928.23816: 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 0x7f6dedf57d10> <<< 172629 1726888928.23829: 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' <<< 172629 1726888928.23878: 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 0x7f6dedf84890> <<< 172629 1726888928.23904: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dedf845f0> # 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 0x7f6dedf84800> <<< 172629 1726888928.23925: 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' <<< 172629 1726888928.24003: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888928.24126: 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 0x7f6dedf851c0> <<< 172629 1726888928.24341: 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 0x7f6dedf85bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dedf84a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dedf55eb0> # /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' <<< 172629 1726888928.24366: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888928.24392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dedf86fc0> <<< 172629 1726888928.24427: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dedf85d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1aed80> <<< 172629 1726888928.24430: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888928.24487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888928.24502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888928.24534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888928.24566: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dedfaf350> <<< 172629 1726888928.24686: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888928.24715: 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 <<< 172629 1726888928.24741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dedfcf710> <<< 172629 1726888928.24746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888928.24798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888928.24849: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888928.24882: 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 0x7f6dee030500> <<< 172629 1726888928.24931: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888928.24935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888928.24951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888928.24993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888928.25111: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee032c60> <<< 172629 1726888928.25156: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee030620> <<< 172629 1726888928.25219: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dedff5520> <<< 172629 1726888928.25242: 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 0x7f6ded929580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dedfce510> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dedf87f20> <<< 172629 1726888928.25411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6dedfce870> <<< 172629 1726888928.25565: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_wuq4mzig/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 172629 1726888928.25670: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.25701: 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' <<< 172629 1726888928.25723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888928.25798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888928.25834: 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 0x7f6ded97f1d0> import '_typing' # <<< 172629 1726888928.26070: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded9620c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded961220> # zipimport: zlib available <<< 172629 1726888928.26158: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888928.26197: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.27549: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.28733: 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 0x7f6ded97cf20> # /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 <<< 172629 1726888928.28803: 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 0x7f6ded9aaae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded9aa870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded9aa180> <<< 172629 1726888928.28860: 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 0x7f6ded9aa600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded97fe60> import 'atexit' # <<< 172629 1726888928.29085: 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 0x7f6ded9ab890> # 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 0x7f6ded9aba40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888928.29089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 172629 1726888928.29091: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded9abf80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888928.29182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded815cd0> <<< 172629 1726888928.29220: 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 0x7f6ded8178f0> # /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' <<< 172629 1726888928.29301: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded81c2f0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888928.29342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded81d460> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888928.29347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888928.29380: 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' <<< 172629 1726888928.29427: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded81ff20> <<< 172629 1726888928.29513: 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 0x7f6ded9aac00> <<< 172629 1726888928.29517: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded81e1e0> <<< 172629 1726888928.29553: 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' <<< 172629 1726888928.29577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888928.29645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888928.29649: 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' <<< 172629 1726888928.29651: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded823e00> <<< 172629 1726888928.29665: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888928.29748: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded8228d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded822630> <<< 172629 1726888928.29778: 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' <<< 172629 1726888928.29825: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded822ba0> <<< 172629 1726888928.29852: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded81e6f0> <<< 172629 1726888928.29942: 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 0x7f6ded867a40> <<< 172629 1726888928.30035: 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 0x7f6ded868170> # /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' <<< 172629 1726888928.30095: 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 0x7f6ded869c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded869a00> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888928.30133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888928.30198: 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' <<< 172629 1726888928.30215: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ded86c1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded86a330> <<< 172629 1726888928.30228: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888928.30296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888928.30299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888928.30352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726888928.30377: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded86f980> <<< 172629 1726888928.30457: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded86c350> <<< 172629 1726888928.30527: 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 0x7f6ded8709e0> <<< 172629 1726888928.30554: 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 0x7f6ded8707a0> <<< 172629 1726888928.30599: 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 0x7f6ded870a70> <<< 172629 1726888928.30629: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded868380> <<< 172629 1726888928.30660: 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' <<< 172629 1726888928.30675: 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' <<< 172629 1726888928.30706: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888928.30733: 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 0x7f6ded8fc290><<< 172629 1726888928.30742: stdout chunk (state=3): >>> <<< 172629 1726888928.30889: 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 0x7f6ded8fd430> <<< 172629 1726888928.30934: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded872a20> <<< 172629 1726888928.30937: 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 0x7f6ded873dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded872660> <<< 172629 1726888928.30968: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888928.30994: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.31073: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.31181: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.31188: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888928.31225: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888928.31236: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.31343: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.31466: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.32033: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.32524: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888928.32540: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888928.32566: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888928.32585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888928.32624: 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 0x7f6ded7017f0> <<< 172629 1726888928.32713: 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' <<< 172629 1726888928.32737: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded702570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded8fd580> <<< 172629 1726888928.32788: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888928.32808: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888928.32845: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888928.33023: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.33173: 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 0x7f6ded702450> # zipimport: zlib available <<< 172629 1726888928.33658: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.34088: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.34136: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.34245: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726888928.34281: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726888928.34397: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.34483: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888928.34523: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888928.34580: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888928.34608: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.34781: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.35028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888928.35116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726888928.35177: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded7037a0> # zipimport: zlib available <<< 172629 1726888928.35224: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.35392: 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 <<< 172629 1726888928.35528: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888928.35532: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888928.35569: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.35630: 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 <<< 172629 1726888928.35733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888928.35757: 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 0x7f6ded70e300> <<< 172629 1726888928.35779: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded7099d0> <<< 172629 1726888928.35851: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888928.35954: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888928.35972: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.36019: 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' <<< 172629 1726888928.36058: 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 <<< 172629 1726888928.36080: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888928.36082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888928.36133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888928.36167: 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' <<< 172629 1726888928.36229: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded9faae0> <<< 172629 1726888928.36270: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded9de7b0> <<< 172629 1726888928.36350: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded70e330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded870c80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888928.36389: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.36419: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726888928.36481: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888928.36507: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888928.36510: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888928.36524: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.36627: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.36747: 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' <<< 172629 1726888928.36758: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded872630> <<< 172629 1726888928.36843: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888928.37286: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:22:08.368552", "end": "2024-09-20 23:22:08.371724", "delta": "0:00:00.003172", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/crypttab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726888928.37320: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888928.37744: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888928.37748: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 <<< 172629 1726888928.37783: stdout chunk (state=3): >>># clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # 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 <<< 172629 1726888928.37815: stdout chunk (state=3): >>># cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword <<< 172629 1726888928.37831: 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 <<< 172629 1726888928.37865: stdout chunk (state=3): >>># cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder <<< 172629 1726888928.37901: stdout chunk (state=3): >>># cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd <<< 172629 1726888928.37913: stdout chunk (state=3): >>># 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 <<< 172629 1726888928.37951: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726888928.38182: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888928.38196: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888928.38235: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888928.38256: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888928.38290: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726888928.38294: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888928.38323: 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 <<< 172629 1726888928.38381: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale<<< 172629 1726888928.38384: stdout chunk (state=3): >>> # destroy pwd <<< 172629 1726888928.38406: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726888928.38428: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno <<< 172629 1726888928.38442: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726888928.38495: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json<<< 172629 1726888928.38540: stdout chunk (state=3): >>> # 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 <<< 172629 1726888928.38585: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform<<< 172629 1726888928.38620: 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 <<< 172629 1726888928.38668: 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 <<< 172629 1726888928.38698: 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 <<< 172629 1726888928.38718: 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 <<< 172629 1726888928.38740: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888928.38867: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888928.38894: stdout chunk (state=3): >>># destroy _socket # destroy _collections # destroy platform # destroy _uuid <<< 172629 1726888928.38962: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888928.38966: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888928.39020: stdout chunk (state=3): >>># 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 <<< 172629 1726888928.39111: 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 <<< 172629 1726888928.39124: stdout chunk (state=3): >>># destroy time <<< 172629 1726888928.39163: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726888928.39194: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 172629 1726888928.39221: stdout chunk (state=3): >>># destroy itertools <<< 172629 1726888928.39240: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888928.39719: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888928.39801: stdout chunk (state=3): >>><<< 172629 1726888928.39804: stderr chunk (state=3): >>><<< 172629 1726888928.40060: _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 0x7f6dee3104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee2dfb30> # /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 0x7f6dee312a50> 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 0x7f6dee0e5130> # /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 0x7f6dee0e6120> 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 0x7f6dee123f20> # /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 0x7f6dee1380b0> # /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 0x7f6dee15b920> # /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 0x7f6dee15bfb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee13bbc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee139310> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1210d0> # /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 0x7f6dee17f8c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee17e4e0> # /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 0x7f6dee13a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee122fc0> # /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 0x7f6dee1ac950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee120350> # /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 0x7f6dee1ace00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1accb0> # 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 0x7f6dee1ad0a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee11ee70> # /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 0x7f6dee1ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1ad460> 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 0x7f6dee1ae660> 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 0x7f6dee1c8860> 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 0x7f6dee1c9fa0> # /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 0x7f6dee1cae40> # 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 0x7f6dee1cb470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1ca390> # /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 0x7f6dee1cbe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1cb590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1ae5d0> # /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 0x7f6dedf57d10> # /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 0x7f6dedf84890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dedf845f0> # 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 0x7f6dedf84800> # /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 0x7f6dedf851c0> # 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 0x7f6dedf85bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dedf84a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dedf55eb0> # /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 0x7f6dedf86fc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dedf85d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee1aed80> # /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 0x7f6dedfaf350> # /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 0x7f6dedfcf710> # /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 0x7f6dee030500> # /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 0x7f6dee032c60> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dee030620> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dedff5520> # /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 0x7f6ded929580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dedfce510> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6dedf87f20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6dedfce870> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_wuq4mzig/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded97f1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded9620c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded961220> # 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 0x7f6ded97cf20> # /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 0x7f6ded9aaae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded9aa870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded9aa180> # /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 0x7f6ded9aa600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded97fe60> 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 0x7f6ded9ab890> # 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 0x7f6ded9aba40> # /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 0x7f6ded9abf80> 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 0x7f6ded815cd0> # 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 0x7f6ded8178f0> # /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 0x7f6ded81c2f0> # /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 0x7f6ded81d460> # /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 0x7f6ded81ff20> # 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 0x7f6ded9aac00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded81e1e0> # /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 0x7f6ded823e00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded8228d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded822630> # /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 0x7f6ded822ba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded81e6f0> # 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 0x7f6ded867a40> # /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 0x7f6ded868170> # /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 0x7f6ded869c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded869a00> # /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 0x7f6ded86c1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded86a330> # /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 0x7f6ded86f980> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded86c350> # 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 0x7f6ded8709e0> # 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 0x7f6ded8707a0> # 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 0x7f6ded870a70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded868380> # /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 0x7f6ded8fc290> # 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 0x7f6ded8fd430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded872a20> # 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 0x7f6ded873dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded872660> # 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 0x7f6ded7017f0> # /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 0x7f6ded702570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded8fd580> 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 0x7f6ded702450> # 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 0x7f6ded7037a0> # 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 0x7f6ded70e300> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded7099d0> 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 0x7f6ded9faae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded9de7b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded70e330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded870c80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ded872630> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:22:08.368552", "end": "2024-09-20 23:22:08.371724", "delta": "0:00:00.003172", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/crypttab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726888928.41075: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /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': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888928.0799916-173548-16897357087812/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888928.41079: _low_level_execute_command(): starting 172629 1726888928.41082: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888928.0799916-173548-16897357087812/ > /dev/null 2>&1 && sleep 0' 172629 1726888928.41333: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888928.41350: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888928.41438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888928.41458: stderr 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 <<< 172629 1726888928.41503: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888928.41520: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888928.41557: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888928.41682: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888928.43706: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888928.43709: stdout chunk (state=3): >>><<< 172629 1726888928.43712: stderr chunk (state=3): >>><<< 172629 1726888928.43715: _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 172629 1726888928.43718: handler run complete 172629 1726888928.43746: Evaluated conditional (False): False 172629 1726888928.43768: Evaluated conditional (False): False 172629 1726888928.43786: attempt loop complete, returning result 172629 1726888928.44069: _execute() done 172629 1726888928.44073: dumping result to json 172629 1726888928.44079: done dumping result, returning 172629 1726888928.44082: done running TaskExecutor() for managed_node1/TASK: Read the /etc/crypttab file [0affc8a3-6f6f-d0a8-add8-0000000003eb] 172629 1726888928.44084: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000003eb ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003172", "end": "2024-09-20 23:22:08.371724", "failed_when_result": false, "rc": 0, "start": "2024-09-20 23:22:08.368552" } 172629 1726888928.44251: no more pending results, returning what we have 172629 1726888928.44257: results queue empty 172629 1726888928.44258: checking for any_errors_fatal 172629 1726888928.44269: done checking for any_errors_fatal 172629 1726888928.44270: checking for max_fail_percentage 172629 1726888928.44271: done checking for max_fail_percentage 172629 1726888928.44272: checking to see if all hosts have failed and the running result is not ok 172629 1726888928.44273: done checking to see if all hosts have failed 172629 1726888928.44273: getting the remaining hosts for this loop 172629 1726888928.44275: done getting the remaining hosts for this loop 172629 1726888928.44279: getting the next task for host managed_node1 172629 1726888928.44399: done getting next task for host managed_node1 172629 1726888928.44403: ^ task is: TASK: Verify the volumes listed in storage_pools were correctly managed 172629 1726888928.44405: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888928.44411: getting variables 172629 1726888928.44413: in VariableManager get_vars() 172629 1726888928.44449: Calling all_inventory to load vars for managed_node1 172629 1726888928.44452: Calling groups_inventory to load vars for managed_node1 172629 1726888928.44544: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888928.44558: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000003eb 172629 1726888928.44561: WORKER PROCESS EXITING 172629 1726888928.44571: Calling all_plugins_play to load vars for managed_node1 172629 1726888928.44574: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888928.44578: Calling groups_plugins_play to load vars for managed_node1 172629 1726888928.45122: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888928.45790: done with get_vars() 172629 1726888928.45815: done getting variables TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Friday 20 September 2024 23:22:08 -0400 (0:00:00.452) 0:00:28.739 ****** 172629 1726888928.45929: entering _queue_task() for managed_node1/include_tasks 172629 1726888928.46275: worker is 1 (out of 1 available) 172629 1726888928.46291: exiting _queue_task() for managed_node1/include_tasks 172629 1726888928.46303: done queuing things up, now waiting for results queue to drain 172629 1726888928.46304: waiting for pending results... 172629 1726888928.46687: running TaskExecutor() for managed_node1/TASK: Verify the volumes listed in storage_pools were correctly managed 172629 1726888928.46768: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000003ec 172629 1726888928.46793: variable 'ansible_search_path' from source: unknown 172629 1726888928.46847: variable '_storage_pools_list' from source: set_fact 172629 1726888928.47090: variable '_storage_pools_list' from source: set_fact 172629 1726888928.47361: dumping result to json 172629 1726888928.47365: done dumping result, returning 172629 1726888928.47368: done running TaskExecutor() for managed_node1/TASK: Verify the volumes listed in storage_pools were correctly managed [0affc8a3-6f6f-d0a8-add8-0000000003ec] 172629 1726888928.47371: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000003ec 172629 1726888928.47462: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000003ec 172629 1726888928.47465: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888928.47526: no more pending results, returning what we have 172629 1726888928.47530: results queue empty 172629 1726888928.47532: checking for any_errors_fatal 172629 1726888928.47539: done checking for any_errors_fatal 172629 1726888928.47540: checking for max_fail_percentage 172629 1726888928.47543: done checking for max_fail_percentage 172629 1726888928.47544: checking to see if all hosts have failed and the running result is not ok 172629 1726888928.47545: done checking to see if all hosts have failed 172629 1726888928.47546: getting the remaining hosts for this loop 172629 1726888928.47548: done getting the remaining hosts for this loop 172629 1726888928.47557: getting the next task for host managed_node1 172629 1726888928.47565: done getting next task for host managed_node1 172629 1726888928.47570: ^ task is: TASK: Verify the volumes with no pool were correctly managed 172629 1726888928.47574: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888928.47580: getting variables 172629 1726888928.47582: in VariableManager get_vars() 172629 1726888928.47621: Calling all_inventory to load vars for managed_node1 172629 1726888928.47624: Calling groups_inventory to load vars for managed_node1 172629 1726888928.47628: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888928.47645: Calling all_plugins_play to load vars for managed_node1 172629 1726888928.47649: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888928.47657: Calling groups_plugins_play to load vars for managed_node1 172629 1726888928.48351: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888928.49233: done with get_vars() 172629 1726888928.49249: done getting variables TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Friday 20 September 2024 23:22:08 -0400 (0:00:00.034) 0:00:28.773 ****** 172629 1726888928.49337: entering _queue_task() for managed_node1/include_tasks 172629 1726888928.49610: worker is 1 (out of 1 available) 172629 1726888928.49621: exiting _queue_task() for managed_node1/include_tasks 172629 1726888928.49633: done queuing things up, now waiting for results queue to drain 172629 1726888928.49634: waiting for pending results... 172629 1726888928.49976: running TaskExecutor() for managed_node1/TASK: Verify the volumes with no pool were correctly managed 172629 1726888928.50061: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000003ee 172629 1726888928.50065: variable 'ansible_search_path' from source: unknown 172629 1726888928.50113: variable '_storage_volumes_list' from source: set_fact 172629 1726888928.50332: variable '_storage_volumes_list' from source: set_fact 172629 1726888928.50637: variable 'omit' from source: magic vars 172629 1726888928.50727: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.50744: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.50771: variable 'omit' from source: magic vars 172629 1726888928.51066: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888928.51461: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888928.51467: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888928.51488: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888928.51526: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888928.51612: 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) 172629 1726888928.51650: 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) 172629 1726888928.51703: 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) 172629 1726888928.51736: 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) 172629 1726888928.51827: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888928.53919: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888928.54007: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888928.54089: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888928.54093: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888928.54131: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888928.54200: 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) 172629 1726888928.54235: 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) 172629 1726888928.54275: 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) 172629 1726888928.54331: 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) 172629 1726888928.54350: 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) 172629 1726888928.54526: variable '_storage_volumes_list' from source: set_fact 172629 1726888928.54538: Evaluated conditional (_storage_volumes_list is defined and _storage_volumes_list | length > 0): True 172629 1726888928.54591: variable 'storage_test_volume' from source: unknown 172629 1726888928.54859: variable 'storage_test_volume' from source: unknown 172629 1726888928.55261: dumping result to json 172629 1726888928.55267: done dumping result, returning 172629 1726888928.55270: done running TaskExecutor() for managed_node1/TASK: Verify the volumes with no pool were correctly managed [0affc8a3-6f6f-d0a8-add8-0000000003ee] 172629 1726888928.55272: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000003ee 172629 1726888928.55349: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000003ee 172629 1726888928.55356: WORKER PROCESS EXITING 172629 1726888928.55412: no more pending results, returning what we have 172629 1726888928.55418: in VariableManager get_vars() 172629 1726888928.55462: Calling all_inventory to load vars for managed_node1 172629 1726888928.55467: Calling groups_inventory to load vars for managed_node1 172629 1726888928.55471: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888928.55486: Calling all_plugins_play to load vars for managed_node1 172629 1726888928.55490: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888928.55497: Calling groups_plugins_play to load vars for managed_node1 172629 1726888928.56343: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888928.56969: done with get_vars() 172629 1726888928.56983: variable 'ansible_search_path' from source: unknown 172629 1726888928.57037: we have included files to process 172629 1726888928.57038: generating all_blocks data 172629 1726888928.57040: done generating all_blocks data 172629 1726888928.57045: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726888928.57046: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726888928.57049: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726888928.57380: in VariableManager get_vars() 172629 1726888928.57398: done with get_vars() 172629 1726888928.57489: done processing included file 172629 1726888928.57491: iterating over new_blocks loaded from include file 172629 1726888928.57492: in VariableManager get_vars() 172629 1726888928.57507: done with get_vars() 172629 1726888928.57509: filtering new block on tags 172629 1726888928.57530: done filtering new block on tags 172629 1726888928.57532: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node1 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'swap', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': 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': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=5a262d27-d88f-4844-875e-b83a421e8734', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) 172629 1726888928.57550: extending task lists for all hosts with included blocks 172629 1726888928.57879: done extending task lists 172629 1726888928.57881: done processing included files 172629 1726888928.57882: results queue empty 172629 1726888928.57882: checking for any_errors_fatal 172629 1726888928.57887: done checking for any_errors_fatal 172629 1726888928.57888: checking for max_fail_percentage 172629 1726888928.57889: done checking for max_fail_percentage 172629 1726888928.57890: checking to see if all hosts have failed and the running result is not ok 172629 1726888928.57891: done checking to see if all hosts have failed 172629 1726888928.57892: getting the remaining hosts for this loop 172629 1726888928.57893: done getting the remaining hosts for this loop 172629 1726888928.57895: getting the next task for host managed_node1 172629 1726888928.57899: done getting next task for host managed_node1 172629 1726888928.57902: ^ task is: TASK: Set storage volume test variables 172629 1726888928.57905: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888928.57907: getting variables 172629 1726888928.57908: in VariableManager get_vars() 172629 1726888928.57917: Calling all_inventory to load vars for managed_node1 172629 1726888928.57920: Calling groups_inventory to load vars for managed_node1 172629 1726888928.57922: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888928.57928: Calling all_plugins_play to load vars for managed_node1 172629 1726888928.57930: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888928.57933: Calling groups_plugins_play to load vars for managed_node1 172629 1726888928.58418: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888928.59003: done with get_vars() 172629 1726888928.59015: done getting variables 172629 1726888928.59057: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Friday 20 September 2024 23:22:08 -0400 (0:00:00.097) 0:00:28.870 ****** 172629 1726888928.59085: entering _queue_task() for managed_node1/set_fact 172629 1726888928.59409: worker is 1 (out of 1 available) 172629 1726888928.59421: exiting _queue_task() for managed_node1/set_fact 172629 1726888928.59434: done queuing things up, now waiting for results queue to drain 172629 1726888928.59435: waiting for pending results... 172629 1726888928.59784: running TaskExecutor() for managed_node1/TASK: Set storage volume test variables 172629 1726888928.59880: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000483 172629 1726888928.59884: variable 'ansible_search_path' from source: unknown 172629 1726888928.60060: calling self._execute() 172629 1726888928.60067: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.60071: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.60074: variable 'omit' from source: magic vars 172629 1726888928.60154: variable 'omit' from source: magic vars 172629 1726888928.60211: variable 'omit' from source: magic vars 172629 1726888928.60543: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888928.62686: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888928.62745: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888928.62789: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888928.62822: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888928.62910: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888928.62930: 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) 172629 1726888928.62962: 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) 172629 1726888928.62992: 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) 172629 1726888928.63030: 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) 172629 1726888928.63044: 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) 172629 1726888928.63206: variable 'storage_test_volume' from source: include params 172629 1726888928.63274: variable 'omit' from source: magic vars 172629 1726888928.63305: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888928.63332: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888928.63361: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888928.63370: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888928.63457: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888928.63461: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888928.63463: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.63466: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.63527: Set connection var ansible_timeout to 10 172629 1726888928.63533: Set connection var ansible_shell_type to sh 172629 1726888928.63540: Set connection var ansible_pipelining to False 172629 1726888928.63546: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888928.63552: Set connection var ansible_shell_executable to /bin/sh 172629 1726888928.63562: Set connection var ansible_connection to ssh 172629 1726888928.63577: variable 'ansible_shell_executable' from source: unknown 172629 1726888928.63585: variable 'ansible_connection' from source: unknown 172629 1726888928.63593: variable 'ansible_module_compression' from source: unknown 172629 1726888928.63600: variable 'ansible_shell_type' from source: unknown 172629 1726888928.63607: variable 'ansible_shell_executable' from source: unknown 172629 1726888928.63625: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.63660: variable 'ansible_pipelining' from source: unknown 172629 1726888928.63663: variable 'ansible_timeout' from source: unknown 172629 1726888928.63665: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.63743: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888928.63760: variable 'omit' from source: magic vars 172629 1726888928.63769: starting attempt loop 172629 1726888928.63775: running the handler 172629 1726888928.63790: handler run complete 172629 1726888928.63842: attempt loop complete, returning result 172629 1726888928.63844: _execute() done 172629 1726888928.63847: dumping result to json 172629 1726888928.63849: done dumping result, returning 172629 1726888928.63850: done running TaskExecutor() for managed_node1/TASK: Set storage volume test variables [0affc8a3-6f6f-d0a8-add8-000000000483] 172629 1726888928.63852: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000483 ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 172629 1726888928.63979: no more pending results, returning what we have 172629 1726888928.63982: results queue empty 172629 1726888928.63983: checking for any_errors_fatal 172629 1726888928.63985: done checking for any_errors_fatal 172629 1726888928.63986: checking for max_fail_percentage 172629 1726888928.63987: done checking for max_fail_percentage 172629 1726888928.63988: checking to see if all hosts have failed and the running result is not ok 172629 1726888928.63989: done checking to see if all hosts have failed 172629 1726888928.63989: getting the remaining hosts for this loop 172629 1726888928.63991: done getting the remaining hosts for this loop 172629 1726888928.63994: getting the next task for host managed_node1 172629 1726888928.64001: done getting next task for host managed_node1 172629 1726888928.64003: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 172629 1726888928.64007: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888928.64017: getting variables 172629 1726888928.64018: in VariableManager get_vars() 172629 1726888928.64048: Calling all_inventory to load vars for managed_node1 172629 1726888928.64051: Calling groups_inventory to load vars for managed_node1 172629 1726888928.64058: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888928.64070: Calling all_plugins_play to load vars for managed_node1 172629 1726888928.64073: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888928.64077: Calling groups_plugins_play to load vars for managed_node1 172629 1726888928.64596: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000483 172629 1726888928.64600: WORKER PROCESS EXITING 172629 1726888928.64802: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888928.65401: done with get_vars() 172629 1726888928.65415: done getting variables 172629 1726888928.65632: Ignoring undefined failure: 'storage_test_volume_subset' is undefined TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Friday 20 September 2024 23:22:08 -0400 (0:00:00.065) 0:00:28.936 ****** 172629 1726888928.65659: entering _queue_task() for managed_node1/include_tasks 172629 1726888928.66048: worker is 1 (out of 1 available) 172629 1726888928.66064: exiting _queue_task() for managed_node1/include_tasks 172629 1726888928.66075: done queuing things up, now waiting for results queue to drain 172629 1726888928.66077: waiting for pending results... 172629 1726888928.66500: running TaskExecutor() for managed_node1/TASK: Run test verify for {{ storage_test_volume_subset }} 172629 1726888928.66860: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000484 172629 1726888928.66864: variable 'ansible_search_path' from source: unknown 172629 1726888928.66889: variable '_storage_volume_tests' from source: set_fact 172629 1726888928.67086: variable '_storage_volume_tests' from source: set_fact 172629 1726888928.67169: variable 'omit' from source: magic vars 172629 1726888928.67308: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.67322: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.67336: variable 'omit' from source: magic vars 172629 1726888928.67516: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.67565: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.67639: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.67964: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.67968: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.67970: variable 'omit' from source: magic vars 172629 1726888928.67977: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.68013: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.68082: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.68290: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.68293: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.68295: variable 'omit' from source: magic vars 172629 1726888928.68344: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.68380: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.68448: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.68629: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.68632: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.68634: variable 'omit' from source: magic vars 172629 1726888928.68704: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.68830: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.68835: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.68997: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.69000: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.69002: variable 'omit' from source: magic vars 172629 1726888928.69076: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.69112: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.69184: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.69377: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.69381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.69383: variable 'omit' from source: magic vars 172629 1726888928.69444: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.69485: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.69551: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.69703: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.69706: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.69708: variable 'omit' from source: magic vars 172629 1726888928.69862: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.69865: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.69921: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.70052: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.70056: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.70063: variable 'omit' from source: magic vars 172629 1726888928.70214: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.70247: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.70315: variable 'storage_test_volume_subset' from source: unknown 172629 1726888928.70467: dumping result to json 172629 1726888928.70470: done dumping result, returning 172629 1726888928.70473: done running TaskExecutor() for managed_node1/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-d0a8-add8-000000000484] 172629 1726888928.70475: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000484 172629 1726888928.70519: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000484 172629 1726888928.70522: WORKER PROCESS EXITING 172629 1726888928.70614: no more pending results, returning what we have 172629 1726888928.70620: in VariableManager get_vars() 172629 1726888928.70664: Calling all_inventory to load vars for managed_node1 172629 1726888928.70668: Calling groups_inventory to load vars for managed_node1 172629 1726888928.70672: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888928.70687: Calling all_plugins_play to load vars for managed_node1 172629 1726888928.70691: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888928.70695: Calling groups_plugins_play to load vars for managed_node1 172629 1726888928.71489: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888928.72083: done with get_vars() 172629 1726888928.72095: variable 'ansible_search_path' from source: unknown 172629 1726888928.72132: variable 'ansible_search_path' from source: unknown 172629 1726888928.72168: variable 'ansible_search_path' from source: unknown 172629 1726888928.72195: variable 'ansible_search_path' from source: unknown 172629 1726888928.72221: variable 'ansible_search_path' from source: unknown 172629 1726888928.72252: variable 'ansible_search_path' from source: unknown 172629 1726888928.72282: variable 'ansible_search_path' from source: unknown 172629 1726888928.72307: variable 'ansible_search_path' from source: unknown 172629 1726888928.72331: we have included files to process 172629 1726888928.72332: generating all_blocks data 172629 1726888928.72333: done generating all_blocks data 172629 1726888928.72337: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726888928.72338: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726888928.72341: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726888928.73602: done processing included file 172629 1726888928.73604: iterating over new_blocks loaded from include file 172629 1726888928.73606: in VariableManager get_vars() 172629 1726888928.73619: done with get_vars() 172629 1726888928.73620: filtering new block on tags 172629 1726888928.73653: done filtering new block on tags 172629 1726888928.73657: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 => (item=mount) 172629 1726888928.73666: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726888928.73667: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726888928.73675: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726888928.74354: done processing included file 172629 1726888928.74358: iterating over new_blocks loaded from include file 172629 1726888928.74359: in VariableManager get_vars() 172629 1726888928.74373: done with get_vars() 172629 1726888928.74375: filtering new block on tags 172629 1726888928.74398: done filtering new block on tags 172629 1726888928.74400: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 => (item=fstab) 172629 1726888928.74403: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726888928.74404: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726888928.74407: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726888928.74677: done processing included file 172629 1726888928.74679: iterating over new_blocks loaded from include file 172629 1726888928.74680: in VariableManager get_vars() 172629 1726888928.74694: done with get_vars() 172629 1726888928.74695: filtering new block on tags 172629 1726888928.74711: done filtering new block on tags 172629 1726888928.74713: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 => (item=fs) 172629 1726888928.74716: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726888928.74717: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726888928.74720: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726888928.75587: done processing included file 172629 1726888928.75589: iterating over new_blocks loaded from include file 172629 1726888928.75590: in VariableManager get_vars() 172629 1726888928.75603: done with get_vars() 172629 1726888928.75605: filtering new block on tags 172629 1726888928.75633: done filtering new block on tags 172629 1726888928.75636: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 => (item=device) 172629 1726888928.75639: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726888928.75639: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726888928.75642: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726888928.77315: done processing included file 172629 1726888928.77317: iterating over new_blocks loaded from include file 172629 1726888928.77318: in VariableManager get_vars() 172629 1726888928.77330: done with get_vars() 172629 1726888928.77332: filtering new block on tags 172629 1726888928.77372: done filtering new block on tags 172629 1726888928.77375: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 => (item=encryption) 172629 1726888928.77378: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726888928.77379: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726888928.77382: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726888928.78485: done processing included file 172629 1726888928.78487: iterating over new_blocks loaded from include file 172629 1726888928.78488: in VariableManager get_vars() 172629 1726888928.78503: done with get_vars() 172629 1726888928.78505: filtering new block on tags 172629 1726888928.78537: done filtering new block on tags 172629 1726888928.78540: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 => (item=md) 172629 1726888928.78543: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726888928.78544: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726888928.78548: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726888928.82329: done processing included file 172629 1726888928.82331: iterating over new_blocks loaded from include file 172629 1726888928.82332: in VariableManager get_vars() 172629 1726888928.82345: done with get_vars() 172629 1726888928.82347: filtering new block on tags 172629 1726888928.82369: done filtering new block on tags 172629 1726888928.82375: in VariableManager get_vars() 172629 1726888928.82388: done with get_vars() 172629 1726888928.82389: filtering new block on tags 172629 1726888928.82407: done filtering new block on tags 172629 1726888928.82409: in VariableManager get_vars() 172629 1726888928.82420: done with get_vars() 172629 1726888928.82421: filtering new block on tags 172629 1726888928.82582: done filtering new block on tags 172629 1726888928.82585: in VariableManager get_vars() 172629 1726888928.82626: done with get_vars() 172629 1726888928.82628: filtering new block on tags 172629 1726888928.82644: done filtering new block on tags 172629 1726888928.82646: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 => (item=size) 172629 1726888928.82650: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726888928.82651: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726888928.82780: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726888928.84416: done processing included file 172629 1726888928.84418: iterating over new_blocks loaded from include file 172629 1726888928.84419: in VariableManager get_vars() 172629 1726888928.84434: done with get_vars() 172629 1726888928.84436: filtering new block on tags 172629 1726888928.84667: done filtering new block on tags 172629 1726888928.84670: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node1 => (item=cache) 172629 1726888928.84674: extending task lists for all hosts with included blocks 172629 1726888928.84928: done extending task lists 172629 1726888928.84929: done processing included files 172629 1726888928.84930: results queue empty 172629 1726888928.84931: checking for any_errors_fatal 172629 1726888928.84935: done checking for any_errors_fatal 172629 1726888928.84935: checking for max_fail_percentage 172629 1726888928.84937: done checking for max_fail_percentage 172629 1726888928.84937: checking to see if all hosts have failed and the running result is not ok 172629 1726888928.84942: done checking to see if all hosts have failed 172629 1726888928.84943: getting the remaining hosts for this loop 172629 1726888928.84944: done getting the remaining hosts for this loop 172629 1726888928.84947: getting the next task for host managed_node1 172629 1726888928.84951: done getting next task for host managed_node1 172629 1726888928.84958: ^ task is: TASK: Get expected mount device based on device type 172629 1726888928.84961: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 172629 1726888928.84964: getting variables 172629 1726888928.84965: in VariableManager get_vars() 172629 1726888928.84988: Calling all_inventory to load vars for managed_node1 172629 1726888928.84994: Calling groups_inventory to load vars for managed_node1 172629 1726888928.85004: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888928.85021: Calling all_plugins_play to load vars for managed_node1 172629 1726888928.85030: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888928.85035: Calling groups_plugins_play to load vars for managed_node1 172629 1726888928.85605: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888928.86225: done with get_vars() 172629 1726888928.86238: done getting variables 172629 1726888928.86280: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Friday 20 September 2024 23:22:08 -0400 (0:00:00.206) 0:00:29.143 ****** 172629 1726888928.86311: entering _queue_task() for managed_node1/set_fact 172629 1726888928.86758: worker is 1 (out of 1 available) 172629 1726888928.86770: exiting _queue_task() for managed_node1/set_fact 172629 1726888928.86783: done queuing things up, now waiting for results queue to drain 172629 1726888928.86785: waiting for pending results... 172629 1726888928.87075: running TaskExecutor() for managed_node1/TASK: Get expected mount device based on device type 172629 1726888928.87132: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004c3 172629 1726888928.87150: variable 'ansible_search_path' from source: unknown 172629 1726888928.87195: calling self._execute() 172629 1726888928.87338: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.87361: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.87389: variable 'omit' from source: magic vars 172629 1726888928.87543: variable 'omit' from source: magic vars 172629 1726888928.87962: variable 'omit' from source: magic vars 172629 1726888928.88461: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888928.89179: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888928.89236: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888928.89381: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888928.89422: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888928.89625: 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) 172629 1726888928.89664: 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) 172629 1726888928.89699: 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) 172629 1726888928.89793: 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) 172629 1726888928.89843: 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) 172629 1726888928.90022: 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) 172629 1726888928.90106: 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) 172629 1726888928.90109: 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) 172629 1726888928.90540: variable '_storage_test_volume_present' from source: set_fact 172629 1726888928.90543: variable 'storage_test_volume' from source: include params 172629 1726888928.90571: variable 'omit' from source: magic vars 172629 1726888928.90678: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888928.90708: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888928.90732: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888928.90780: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888928.90877: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888928.90913: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888928.90922: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.90931: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.91160: Set connection var ansible_timeout to 10 172629 1726888928.91203: Set connection var ansible_shell_type to sh 172629 1726888928.91216: Set connection var ansible_pipelining to False 172629 1726888928.91227: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888928.91269: Set connection var ansible_shell_executable to /bin/sh 172629 1726888928.91277: Set connection var ansible_connection to ssh 172629 1726888928.91460: variable 'ansible_shell_executable' from source: unknown 172629 1726888928.91463: variable 'ansible_connection' from source: unknown 172629 1726888928.91465: variable 'ansible_module_compression' from source: unknown 172629 1726888928.91467: variable 'ansible_shell_type' from source: unknown 172629 1726888928.91468: variable 'ansible_shell_executable' from source: unknown 172629 1726888928.91470: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.91472: variable 'ansible_pipelining' from source: unknown 172629 1726888928.91473: variable 'ansible_timeout' from source: unknown 172629 1726888928.91475: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.91743: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888928.91748: variable 'omit' from source: magic vars 172629 1726888928.91750: starting attempt loop 172629 1726888928.91754: running the handler 172629 1726888928.91758: handler run complete 172629 1726888928.91761: attempt loop complete, returning result 172629 1726888928.91763: _execute() done 172629 1726888928.91769: dumping result to json 172629 1726888928.91777: done dumping result, returning 172629 1726888928.91789: done running TaskExecutor() for managed_node1/TASK: Get expected mount device based on device type [0affc8a3-6f6f-d0a8-add8-0000000004c3] 172629 1726888928.91862: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004c3 ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } 172629 1726888928.92020: no more pending results, returning what we have 172629 1726888928.92031: results queue empty 172629 1726888928.92032: checking for any_errors_fatal 172629 1726888928.92034: done checking for any_errors_fatal 172629 1726888928.92035: checking for max_fail_percentage 172629 1726888928.92037: done checking for max_fail_percentage 172629 1726888928.92038: checking to see if all hosts have failed and the running result is not ok 172629 1726888928.92039: done checking to see if all hosts have failed 172629 1726888928.92039: getting the remaining hosts for this loop 172629 1726888928.92041: done getting the remaining hosts for this loop 172629 1726888928.92044: getting the next task for host managed_node1 172629 1726888928.92058: done getting next task for host managed_node1 172629 1726888928.92062: ^ task is: TASK: Set some facts 172629 1726888928.92067: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 172629 1726888928.92078: getting variables 172629 1726888928.92080: in VariableManager get_vars() 172629 1726888928.92115: Calling all_inventory to load vars for managed_node1 172629 1726888928.92117: Calling groups_inventory to load vars for managed_node1 172629 1726888928.92121: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888928.92132: Calling all_plugins_play to load vars for managed_node1 172629 1726888928.92135: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888928.92139: Calling groups_plugins_play to load vars for managed_node1 172629 1726888928.92969: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004c3 172629 1726888928.92973: WORKER PROCESS EXITING 172629 1726888928.93512: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888928.95048: done with get_vars() 172629 1726888928.95069: done getting variables 172629 1726888928.95126: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set some facts] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Friday 20 September 2024 23:22:08 -0400 (0:00:00.088) 0:00:29.233 ****** 172629 1726888928.95364: entering _queue_task() for managed_node1/set_fact 172629 1726888928.95877: worker is 1 (out of 1 available) 172629 1726888928.95889: exiting _queue_task() for managed_node1/set_fact 172629 1726888928.95901: done queuing things up, now waiting for results queue to drain 172629 1726888928.95903: waiting for pending results... 172629 1726888928.96337: running TaskExecutor() for managed_node1/TASK: Set some facts 172629 1726888928.96528: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004c4 172629 1726888928.96561: variable 'ansible_search_path' from source: unknown 172629 1726888928.96611: calling self._execute() 172629 1726888928.96722: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888928.96734: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888928.96748: variable 'omit' from source: magic vars 172629 1726888928.96877: variable 'omit' from source: magic vars 172629 1726888928.96972: variable 'omit' from source: magic vars 172629 1726888928.97325: variable '_storage_test_volume_present' from source: set_fact 172629 1726888928.97338: variable 'storage_test_volume' from source: include params 172629 1726888928.97661: variable 'storage_test_volume' from source: include params 172629 1726888928.97681: variable 'mount_prefix' from source: task vars 172629 1726888928.97900: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888929.01318: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888929.01534: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888929.01538: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888929.01541: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888929.01665: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888929.01864: 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) 172629 1726888929.01900: 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) 172629 1726888929.01930: 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) 172629 1726888929.02031: 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) 172629 1726888929.02059: 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) 172629 1726888929.02464: variable '__storage_is_ostree' from source: set_fact 172629 1726888929.02521: variable 'storage_test_volume' from source: include params 172629 1726888929.02701: variable 'omit' from source: magic vars 172629 1726888929.02732: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888929.02769: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888929.02797: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888929.03029: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888929.03032: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888929.03034: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888929.03037: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888929.03039: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888929.03211: Set connection var ansible_timeout to 10 172629 1726888929.03222: Set connection var ansible_shell_type to sh 172629 1726888929.03261: Set connection var ansible_pipelining to False 172629 1726888929.03367: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888929.03378: Set connection var ansible_shell_executable to /bin/sh 172629 1726888929.03387: Set connection var ansible_connection to ssh 172629 1726888929.03413: variable 'ansible_shell_executable' from source: unknown 172629 1726888929.03421: variable 'ansible_connection' from source: unknown 172629 1726888929.03429: variable 'ansible_module_compression' from source: unknown 172629 1726888929.03435: variable 'ansible_shell_type' from source: unknown 172629 1726888929.03443: variable 'ansible_shell_executable' from source: unknown 172629 1726888929.03449: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888929.03466: variable 'ansible_pipelining' from source: unknown 172629 1726888929.03474: variable 'ansible_timeout' from source: unknown 172629 1726888929.03483: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888929.03771: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888929.03791: variable 'omit' from source: magic vars 172629 1726888929.03801: starting attempt loop 172629 1726888929.03809: running the handler 172629 1726888929.03826: handler run complete 172629 1726888929.03894: attempt loop complete, returning result 172629 1726888929.03897: _execute() done 172629 1726888929.03900: dumping result to json 172629 1726888929.03904: done dumping result, returning 172629 1726888929.03915: done running TaskExecutor() for managed_node1/TASK: Set some facts [0affc8a3-6f6f-d0a8-add8-0000000004c4] 172629 1726888929.03925: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004c4 172629 1726888929.04360: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004c4 172629 1726888929.04364: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "1" }, "changed": false } 172629 1726888929.04425: no more pending results, returning what we have 172629 1726888929.04428: results queue empty 172629 1726888929.04430: checking for any_errors_fatal 172629 1726888929.04436: done checking for any_errors_fatal 172629 1726888929.04437: checking for max_fail_percentage 172629 1726888929.04439: done checking for max_fail_percentage 172629 1726888929.04439: checking to see if all hosts have failed and the running result is not ok 172629 1726888929.04441: done checking to see if all hosts have failed 172629 1726888929.04442: getting the remaining hosts for this loop 172629 1726888929.04444: done getting the remaining hosts for this loop 172629 1726888929.04447: getting the next task for host managed_node1 172629 1726888929.04460: done getting next task for host managed_node1 172629 1726888929.04464: ^ task is: TASK: Get information about the mountpoint directory 172629 1726888929.04469: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 172629 1726888929.04486: getting variables 172629 1726888929.04488: in VariableManager get_vars() 172629 1726888929.04525: Calling all_inventory to load vars for managed_node1 172629 1726888929.04528: Calling groups_inventory to load vars for managed_node1 172629 1726888929.04532: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888929.04543: Calling all_plugins_play to load vars for managed_node1 172629 1726888929.04547: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888929.04551: Calling groups_plugins_play to load vars for managed_node1 172629 1726888929.05681: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888929.06594: done with get_vars() 172629 1726888929.06614: done getting variables TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Friday 20 September 2024 23:22:09 -0400 (0:00:00.113) 0:00:29.347 ****** 172629 1726888929.06709: entering _queue_task() for managed_node1/stat 172629 1726888929.07010: worker is 1 (out of 1 available) 172629 1726888929.07024: exiting _queue_task() for managed_node1/stat 172629 1726888929.07036: done queuing things up, now waiting for results queue to drain 172629 1726888929.07037: waiting for pending results... 172629 1726888929.07393: running TaskExecutor() for managed_node1/TASK: Get information about the mountpoint directory 172629 1726888929.07492: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004c5 172629 1726888929.07512: variable 'ansible_search_path' from source: unknown 172629 1726888929.07548: calling self._execute() 172629 1726888929.07694: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888929.07716: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888929.07731: variable 'omit' from source: magic vars 172629 1726888929.08523: variable '_storage_test_volume_present' from source: set_fact 172629 1726888929.08534: variable 'storage_test_volume' from source: include params 172629 1726888929.08584: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)): False 172629 1726888929.08591: when evaluation is False, skipping this task 172629 1726888929.08599: _execute() done 172629 1726888929.08662: dumping result to json 172629 1726888929.08665: done dumping result, returning 172629 1726888929.08668: done running TaskExecutor() for managed_node1/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-d0a8-add8-0000000004c5] 172629 1726888929.08670: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004c5 skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } 172629 1726888929.08918: no more pending results, returning what we have 172629 1726888929.08922: results queue empty 172629 1726888929.08923: checking for any_errors_fatal 172629 1726888929.08931: done checking for any_errors_fatal 172629 1726888929.08932: checking for max_fail_percentage 172629 1726888929.08934: done checking for max_fail_percentage 172629 1726888929.08934: checking to see if all hosts have failed and the running result is not ok 172629 1726888929.08935: done checking to see if all hosts have failed 172629 1726888929.08936: getting the remaining hosts for this loop 172629 1726888929.08938: done getting the remaining hosts for this loop 172629 1726888929.08942: getting the next task for host managed_node1 172629 1726888929.08954: done getting next task for host managed_node1 172629 1726888929.08960: ^ task is: TASK: Verify the current mount state by device 172629 1726888929.08965: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 172629 1726888929.08971: getting variables 172629 1726888929.08972: in VariableManager get_vars() 172629 1726888929.09007: Calling all_inventory to load vars for managed_node1 172629 1726888929.09010: Calling groups_inventory to load vars for managed_node1 172629 1726888929.09013: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888929.09026: Calling all_plugins_play to load vars for managed_node1 172629 1726888929.09030: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888929.09033: Calling groups_plugins_play to load vars for managed_node1 172629 1726888929.09579: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004c5 172629 1726888929.09583: WORKER PROCESS EXITING 172629 1726888929.09773: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888929.10525: done with get_vars() 172629 1726888929.10541: done getting variables 172629 1726888929.10707: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Friday 20 September 2024 23:22:09 -0400 (0:00:00.040) 0:00:29.387 ****** 172629 1726888929.10749: entering _queue_task() for managed_node1/assert 172629 1726888929.10751: Creating lock for assert 172629 1726888929.11285: worker is 1 (out of 1 available) 172629 1726888929.11296: exiting _queue_task() for managed_node1/assert 172629 1726888929.11307: done queuing things up, now waiting for results queue to drain 172629 1726888929.11308: waiting for pending results... 172629 1726888929.11762: running TaskExecutor() for managed_node1/TASK: Verify the current mount state by device 172629 1726888929.12048: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004c6 172629 1726888929.12212: variable 'ansible_search_path' from source: unknown 172629 1726888929.12216: calling self._execute() 172629 1726888929.12525: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888929.12529: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888929.12534: variable 'omit' from source: magic vars 172629 1726888929.13880: variable '_storage_test_volume_present' from source: set_fact 172629 1726888929.13884: Evaluated conditional (_storage_test_volume_present): True 172629 1726888929.13886: variable 'omit' from source: magic vars 172629 1726888929.13889: variable 'omit' from source: magic vars 172629 1726888929.14261: variable 'storage_test_volume' from source: include params 172629 1726888929.14368: variable 'omit' from source: magic vars 172629 1726888929.14575: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888929.14734: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888929.14969: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888929.14973: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888929.14976: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888929.14979: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888929.14981: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888929.14983: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888929.15372: Set connection var ansible_timeout to 10 172629 1726888929.15376: Set connection var ansible_shell_type to sh 172629 1726888929.15378: Set connection var ansible_pipelining to False 172629 1726888929.15381: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888929.15383: Set connection var ansible_shell_executable to /bin/sh 172629 1726888929.15386: Set connection var ansible_connection to ssh 172629 1726888929.15388: variable 'ansible_shell_executable' from source: unknown 172629 1726888929.15390: variable 'ansible_connection' from source: unknown 172629 1726888929.15392: variable 'ansible_module_compression' from source: unknown 172629 1726888929.15394: variable 'ansible_shell_type' from source: unknown 172629 1726888929.15397: variable 'ansible_shell_executable' from source: unknown 172629 1726888929.15399: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888929.15401: variable 'ansible_pipelining' from source: unknown 172629 1726888929.15403: variable 'ansible_timeout' from source: unknown 172629 1726888929.15405: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888929.15706: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888929.15916: variable 'omit' from source: magic vars 172629 1726888929.15919: starting attempt loop 172629 1726888929.15921: running the handler 172629 1726888929.16266: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888929.16292: variable 'storage_test_volume' from source: include params 172629 1726888929.16310: variable 'storage_test_mount_expected_mount_point' from source: set_fact 172629 1726888929.16324: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].mountpoint == storage_test_mount_expected_mount_point): True 172629 1726888929.16334: handler run complete 172629 1726888929.16571: attempt loop complete, returning result 172629 1726888929.16575: _execute() done 172629 1726888929.16577: dumping result to json 172629 1726888929.16580: done dumping result, returning 172629 1726888929.16583: done running TaskExecutor() for managed_node1/TASK: Verify the current mount state by device [0affc8a3-6f6f-d0a8-add8-0000000004c6] 172629 1726888929.16585: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004c6 172629 1726888929.16660: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004c6 172629 1726888929.16663: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888929.16728: no more pending results, returning what we have 172629 1726888929.16732: results queue empty 172629 1726888929.16734: checking for any_errors_fatal 172629 1726888929.16741: done checking for any_errors_fatal 172629 1726888929.16742: checking for max_fail_percentage 172629 1726888929.16744: done checking for max_fail_percentage 172629 1726888929.16745: checking to see if all hosts have failed and the running result is not ok 172629 1726888929.16746: done checking to see if all hosts have failed 172629 1726888929.16747: getting the remaining hosts for this loop 172629 1726888929.16749: done getting the remaining hosts for this loop 172629 1726888929.16757: getting the next task for host managed_node1 172629 1726888929.16767: done getting next task for host managed_node1 172629 1726888929.16771: ^ task is: TASK: Verify mount directory user 172629 1726888929.16776: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 172629 1726888929.16781: getting variables 172629 1726888929.16782: in VariableManager get_vars() 172629 1726888929.16820: Calling all_inventory to load vars for managed_node1 172629 1726888929.16824: Calling groups_inventory to load vars for managed_node1 172629 1726888929.16828: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888929.16840: Calling all_plugins_play to load vars for managed_node1 172629 1726888929.16844: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888929.16847: Calling groups_plugins_play to load vars for managed_node1 172629 1726888929.18081: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888929.18677: done with get_vars() 172629 1726888929.18695: done getting variables 172629 1726888929.18751: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Friday 20 September 2024 23:22:09 -0400 (0:00:00.080) 0:00:29.467 ****** 172629 1726888929.18794: entering _queue_task() for managed_node1/assert 172629 1726888929.19133: worker is 1 (out of 1 available) 172629 1726888929.19147: exiting _queue_task() for managed_node1/assert 172629 1726888929.19164: done queuing things up, now waiting for results queue to drain 172629 1726888929.19166: waiting for pending results... 172629 1726888929.19582: running TaskExecutor() for managed_node1/TASK: Verify mount directory user 172629 1726888929.19717: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004c7 172629 1726888929.19762: variable 'ansible_search_path' from source: unknown 172629 1726888929.19787: calling self._execute() 172629 1726888929.19907: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888929.19918: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888929.19986: variable 'omit' from source: magic vars 172629 1726888929.20360: variable '_storage_test_volume_present' from source: set_fact 172629 1726888929.20373: variable 'storage_test_volume' from source: include params 172629 1726888929.20411: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 172629 1726888929.20423: when evaluation is False, skipping this task 172629 1726888929.20431: _execute() done 172629 1726888929.20438: dumping result to json 172629 1726888929.20459: done dumping result, returning 172629 1726888929.20462: done running TaskExecutor() for managed_node1/TASK: Verify mount directory user [0affc8a3-6f6f-d0a8-add8-0000000004c7] 172629 1726888929.20467: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004c7 skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } 172629 1726888929.20624: no more pending results, returning what we have 172629 1726888929.20628: results queue empty 172629 1726888929.20629: checking for any_errors_fatal 172629 1726888929.20635: done checking for any_errors_fatal 172629 1726888929.20636: checking for max_fail_percentage 172629 1726888929.20638: done checking for max_fail_percentage 172629 1726888929.20639: checking to see if all hosts have failed and the running result is not ok 172629 1726888929.20640: done checking to see if all hosts have failed 172629 1726888929.20640: getting the remaining hosts for this loop 172629 1726888929.20642: done getting the remaining hosts for this loop 172629 1726888929.20645: getting the next task for host managed_node1 172629 1726888929.20659: done getting next task for host managed_node1 172629 1726888929.20663: ^ task is: TASK: Verify mount directory group 172629 1726888929.20668: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 172629 1726888929.20672: getting variables 172629 1726888929.20674: in VariableManager get_vars() 172629 1726888929.20708: Calling all_inventory to load vars for managed_node1 172629 1726888929.20711: Calling groups_inventory to load vars for managed_node1 172629 1726888929.20715: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888929.20729: Calling all_plugins_play to load vars for managed_node1 172629 1726888929.20733: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888929.20737: Calling groups_plugins_play to load vars for managed_node1 172629 1726888929.21471: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004c7 172629 1726888929.21475: WORKER PROCESS EXITING 172629 1726888929.21610: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888929.22198: done with get_vars() 172629 1726888929.22213: done getting variables 172629 1726888929.22273: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Friday 20 September 2024 23:22:09 -0400 (0:00:00.035) 0:00:29.502 ****** 172629 1726888929.22302: entering _queue_task() for managed_node1/assert 172629 1726888929.22587: worker is 1 (out of 1 available) 172629 1726888929.22599: exiting _queue_task() for managed_node1/assert 172629 1726888929.22611: done queuing things up, now waiting for results queue to drain 172629 1726888929.22612: waiting for pending results... 172629 1726888929.22902: running TaskExecutor() for managed_node1/TASK: Verify mount directory group 172629 1726888929.23062: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004c8 172629 1726888929.23067: variable 'ansible_search_path' from source: unknown 172629 1726888929.23103: calling self._execute() 172629 1726888929.23208: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888929.23220: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888929.23296: variable 'omit' from source: magic vars 172629 1726888929.23711: variable '_storage_test_volume_present' from source: set_fact 172629 1726888929.23723: variable 'storage_test_volume' from source: include params 172629 1726888929.23766: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 172629 1726888929.23774: when evaluation is False, skipping this task 172629 1726888929.23783: _execute() done 172629 1726888929.23791: dumping result to json 172629 1726888929.23799: done dumping result, returning 172629 1726888929.23815: done running TaskExecutor() for managed_node1/TASK: Verify mount directory group [0affc8a3-6f6f-d0a8-add8-0000000004c8] 172629 1726888929.23860: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004c8 172629 1726888929.24171: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004c8 172629 1726888929.24175: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } 172629 1726888929.24212: no more pending results, returning what we have 172629 1726888929.24215: results queue empty 172629 1726888929.24216: checking for any_errors_fatal 172629 1726888929.24220: done checking for any_errors_fatal 172629 1726888929.24221: checking for max_fail_percentage 172629 1726888929.24222: done checking for max_fail_percentage 172629 1726888929.24223: checking to see if all hosts have failed and the running result is not ok 172629 1726888929.24224: done checking to see if all hosts have failed 172629 1726888929.24224: getting the remaining hosts for this loop 172629 1726888929.24225: done getting the remaining hosts for this loop 172629 1726888929.24228: getting the next task for host managed_node1 172629 1726888929.24235: done getting next task for host managed_node1 172629 1726888929.24237: ^ task is: TASK: Verify mount directory permissions 172629 1726888929.24242: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 172629 1726888929.24246: getting variables 172629 1726888929.24247: in VariableManager get_vars() 172629 1726888929.24279: Calling all_inventory to load vars for managed_node1 172629 1726888929.24282: Calling groups_inventory to load vars for managed_node1 172629 1726888929.24285: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888929.24295: Calling all_plugins_play to load vars for managed_node1 172629 1726888929.24298: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888929.24301: Calling groups_plugins_play to load vars for managed_node1 172629 1726888929.25028: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888929.26110: done with get_vars() 172629 1726888929.26127: done getting variables 172629 1726888929.26189: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Friday 20 September 2024 23:22:09 -0400 (0:00:00.039) 0:00:29.542 ****** 172629 1726888929.26219: entering _queue_task() for managed_node1/assert 172629 1726888929.26517: worker is 1 (out of 1 available) 172629 1726888929.26531: exiting _queue_task() for managed_node1/assert 172629 1726888929.26544: done queuing things up, now waiting for results queue to drain 172629 1726888929.26547: waiting for pending results... 172629 1726888929.26847: running TaskExecutor() for managed_node1/TASK: Verify mount directory permissions 172629 1726888929.26987: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004c9 172629 1726888929.27007: variable 'ansible_search_path' from source: unknown 172629 1726888929.27045: calling self._execute() 172629 1726888929.27146: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888929.27163: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888929.27178: variable 'omit' from source: magic vars 172629 1726888929.27604: variable '_storage_test_volume_present' from source: set_fact 172629 1726888929.27627: variable 'storage_test_volume' from source: include params 172629 1726888929.27681: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 172629 1726888929.27689: when evaluation is False, skipping this task 172629 1726888929.27696: _execute() done 172629 1726888929.27703: dumping result to json 172629 1726888929.27709: done dumping result, returning 172629 1726888929.27718: done running TaskExecutor() for managed_node1/TASK: Verify mount directory permissions [0affc8a3-6f6f-d0a8-add8-0000000004c9] 172629 1726888929.27726: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004c9 skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } 172629 1726888929.27999: no more pending results, returning what we have 172629 1726888929.28003: results queue empty 172629 1726888929.28004: checking for any_errors_fatal 172629 1726888929.28012: done checking for any_errors_fatal 172629 1726888929.28013: checking for max_fail_percentage 172629 1726888929.28015: done checking for max_fail_percentage 172629 1726888929.28016: checking to see if all hosts have failed and the running result is not ok 172629 1726888929.28016: done checking to see if all hosts have failed 172629 1726888929.28017: getting the remaining hosts for this loop 172629 1726888929.28019: done getting the remaining hosts for this loop 172629 1726888929.28023: getting the next task for host managed_node1 172629 1726888929.28032: done getting next task for host managed_node1 172629 1726888929.28035: ^ task is: TASK: Get path of test volume device 172629 1726888929.28040: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 172629 1726888929.28044: getting variables 172629 1726888929.28046: in VariableManager get_vars() 172629 1726888929.28085: Calling all_inventory to load vars for managed_node1 172629 1726888929.28088: Calling groups_inventory to load vars for managed_node1 172629 1726888929.28092: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888929.28105: Calling all_plugins_play to load vars for managed_node1 172629 1726888929.28108: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888929.28111: Calling groups_plugins_play to load vars for managed_node1 172629 1726888929.28772: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004c9 172629 1726888929.28775: WORKER PROCESS EXITING 172629 1726888929.28862: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888929.29930: done with get_vars() 172629 1726888929.29945: done getting variables 172629 1726888929.30011: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Friday 20 September 2024 23:22:09 -0400 (0:00:00.038) 0:00:29.580 ****** 172629 1726888929.30043: entering _queue_task() for managed_node1/command 172629 1726888929.30365: worker is 1 (out of 1 available) 172629 1726888929.30379: exiting _queue_task() for managed_node1/command 172629 1726888929.30391: done queuing things up, now waiting for results queue to drain 172629 1726888929.30392: waiting for pending results... 172629 1726888929.30694: running TaskExecutor() for managed_node1/TASK: Get path of test volume device 172629 1726888929.30905: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004ca 172629 1726888929.30931: variable 'ansible_search_path' from source: unknown 172629 1726888929.30978: calling self._execute() 172629 1726888929.31097: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888929.31109: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888929.31125: variable 'omit' from source: magic vars 172629 1726888929.31528: variable 'storage_test_volume' from source: include params 172629 1726888929.31575: Evaluated conditional (storage_test_volume.fs_type == "swap"): True 172629 1726888929.31588: variable 'omit' from source: magic vars 172629 1726888929.31645: variable 'omit' from source: magic vars 172629 1726888929.31823: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888929.34791: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888929.34879: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888929.34919: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888929.34966: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888929.34997: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888929.35097: variable 'storage_test_volume' from source: include params 172629 1726888929.35145: variable 'omit' from source: magic vars 172629 1726888929.35229: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888929.35233: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888929.35272: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888929.35295: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888929.35310: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888929.35374: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888929.35380: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888929.35383: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888929.35479: Set connection var ansible_timeout to 10 172629 1726888929.35485: Set connection var ansible_shell_type to sh 172629 1726888929.35488: Set connection var ansible_pipelining to False 172629 1726888929.35493: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888929.35498: Set connection var ansible_shell_executable to /bin/sh 172629 1726888929.35501: Set connection var ansible_connection to ssh 172629 1726888929.35519: variable 'ansible_shell_executable' from source: unknown 172629 1726888929.35522: variable 'ansible_connection' from source: unknown 172629 1726888929.35525: variable 'ansible_module_compression' from source: unknown 172629 1726888929.35527: variable 'ansible_shell_type' from source: unknown 172629 1726888929.35529: variable 'ansible_shell_executable' from source: unknown 172629 1726888929.35532: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888929.35534: variable 'ansible_pipelining' from source: unknown 172629 1726888929.35536: variable 'ansible_timeout' from source: unknown 172629 1726888929.35545: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888929.35639: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888929.35651: variable 'omit' from source: magic vars 172629 1726888929.35654: starting attempt loop 172629 1726888929.35662: running the handler 172629 1726888929.35673: _low_level_execute_command(): starting 172629 1726888929.35679: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888929.36148: 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 <<< 172629 1726888929.36156: stderr 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 <<< 172629 1726888929.36160: 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 <<< 172629 1726888929.36162: 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 <<< 172629 1726888929.36205: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888929.36209: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888929.36280: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888929.38011: stdout chunk (state=3): >>>/root <<< 172629 1726888929.38189: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888929.38194: stdout chunk (state=3): >>><<< 172629 1726888929.38196: stderr chunk (state=3): >>><<< 172629 1726888929.38344: _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 172629 1726888929.38348: _low_level_execute_command(): starting 172629 1726888929.38351: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888929.3824332-173606-230606172360600 `" && echo ansible-tmp-1726888929.3824332-173606-230606172360600="` echo /root/.ansible/tmp/ansible-tmp-1726888929.3824332-173606-230606172360600 `" ) && sleep 0' 172629 1726888929.39315: 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 <<< 172629 1726888929.39318: stderr 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 <<< 172629 1726888929.39334: 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 <<< 172629 1726888929.39432: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888929.39435: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888929.39505: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888929.39519: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888929.41443: stdout chunk (state=3): >>>ansible-tmp-1726888929.3824332-173606-230606172360600=/root/.ansible/tmp/ansible-tmp-1726888929.3824332-173606-230606172360600 <<< 172629 1726888929.41626: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888929.41630: stdout chunk (state=3): >>><<< 172629 1726888929.41632: stderr chunk (state=3): >>><<< 172629 1726888929.41709: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888929.3824332-173606-230606172360600=/root/.ansible/tmp/ansible-tmp-1726888929.3824332-173606-230606172360600 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888929.41875: variable 'ansible_module_compression' from source: unknown 172629 1726888929.42073: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726888929.42078: variable 'ansible_facts' from source: unknown 172629 1726888929.42263: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888929.3824332-173606-230606172360600/AnsiballZ_command.py 172629 1726888929.42466: Sending initial data 172629 1726888929.42479: Sent initial data (158 bytes) 172629 1726888929.42952: 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 <<< 172629 1726888929.42982: stderr 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 <<< 172629 1726888929.42987: 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 <<< 172629 1726888929.42990: 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 <<< 172629 1726888929.43066: 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 <<< 172629 1726888929.43129: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888929.44690: 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 <<< 172629 1726888929.44694: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888929.44733: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888929.44780: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpfv9_y2h0 /root/.ansible/tmp/ansible-tmp-1726888929.3824332-173606-230606172360600/AnsiballZ_command.py <<< 172629 1726888929.44785: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888929.3824332-173606-230606172360600/AnsiballZ_command.py" <<< 172629 1726888929.44833: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpfv9_y2h0" to remote "/root/.ansible/tmp/ansible-tmp-1726888929.3824332-173606-230606172360600/AnsiballZ_command.py" <<< 172629 1726888929.44837: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888929.3824332-173606-230606172360600/AnsiballZ_command.py" <<< 172629 1726888929.45377: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888929.45408: stderr chunk (state=3): >>><<< 172629 1726888929.45411: stdout chunk (state=3): >>><<< 172629 1726888929.45434: done transferring module to remote 172629 1726888929.45444: _low_level_execute_command(): starting 172629 1726888929.45448: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888929.3824332-173606-230606172360600/ /root/.ansible/tmp/ansible-tmp-1726888929.3824332-173606-230606172360600/AnsiballZ_command.py && sleep 0' 172629 1726888929.46041: 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 <<< 172629 1726888929.46088: 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 <<< 172629 1726888929.46166: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888929.47923: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888929.47963: stderr chunk (state=3): >>><<< 172629 1726888929.47970: stdout chunk (state=3): >>><<< 172629 1726888929.48063: _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 172629 1726888929.48068: _low_level_execute_command(): starting 172629 1726888929.48070: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888929.3824332-173606-230606172360600/AnsiballZ_command.py && sleep 0' 172629 1726888929.48795: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888929.48798: 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 <<< 172629 1726888929.48803: 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 <<< 172629 1726888929.48806: 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 <<< 172629 1726888929.48808: stderr 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 <<< 172629 1726888929.48811: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888929.48852: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888929.48919: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888929.51052: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888929.51085: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888929.51118: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 172629 1726888929.51132: stdout chunk (state=3): >>>import '_weakref' # <<< 172629 1726888929.51199: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888929.51203: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888929.51232: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888929.51269: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888929.51301: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888929.51383: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726888929.51391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888929.51407: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 172629 1726888929.51460: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888929.51489: 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 0x7f38d1e184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1de7b30> <<< 172629 1726888929.51547: 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' <<< 172629 1726888929.51570: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1e1aa50> import '_signal' # <<< 172629 1726888929.51607: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888929.51631: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888929.51656: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888929.51726: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888929.51785: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888929.51804: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888929.51812: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 172629 1726888929.51824: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888929.51828: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726888929.51835: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888929.51863: 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 <<< 172629 1726888929.51866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888929.51893: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1c2d130> <<< 172629 1726888929.51979: 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' <<< 172629 1726888929.51986: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1c2e120> <<< 172629 1726888929.52042: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888929.52048: 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. <<< 172629 1726888929.52279: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888929.52287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888929.52308: 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' <<< 172629 1726888929.52321: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888929.52371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888929.52384: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888929.52407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888929.52431: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1c6bf20> <<< 172629 1726888929.52453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888929.52465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888929.52487: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726888929.52504: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1c800b0> <<< 172629 1726888929.52518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888929.52565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888929.52567: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888929.52609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888929.52641: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888929.52661: 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 0x7f38d1ca3920> <<< 172629 1726888929.52693: 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' <<< 172629 1726888929.52708: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1ca3fb0> import '_collections' # <<< 172629 1726888929.52759: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1c83bc0> <<< 172629 1726888929.52771: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888929.52804: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1c81310> <<< 172629 1726888929.52895: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1c690d0> <<< 172629 1726888929.52923: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888929.52930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888929.52950: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888929.52977: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888929.53019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888929.53048: 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' <<< 172629 1726888929.53078: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1cc78c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1cc64e0> <<< 172629 1726888929.53114: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726888929.53118: 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 0x7f38d1c821e0> <<< 172629 1726888929.53120: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1c6afc0> <<< 172629 1726888929.53176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888929.53179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1cf4950> <<< 172629 1726888929.53211: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1c68350> <<< 172629 1726888929.53214: 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' <<< 172629 1726888929.53251: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888929.53288: 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 0x7f38d1cf4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1cf4cb0> <<< 172629 1726888929.53333: 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 0x7f38d1cf50a0> <<< 172629 1726888929.53345: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1c66e70> # /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' <<< 172629 1726888929.53356: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888929.53384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888929.53416: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1cf5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1cf5460> import 'importlib.machinery' # <<< 172629 1726888929.53445: 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'<<< 172629 1726888929.53454: stdout chunk (state=3): >>> <<< 172629 1726888929.53489: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1cf6660> import 'importlib.util' # <<< 172629 1726888929.53492: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726888929.53521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888929.53548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888929.53573: 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 0x7f38d1d10860> <<< 172629 1726888929.53608: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888929.53642: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888929.53645: 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 0x7f38d1d11fa0> <<< 172629 1726888929.53691: 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' <<< 172629 1726888929.53694: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888929.53719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726888929.53722: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1d12e40> <<< 172629 1726888929.53785: 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 0x7f38d1d13470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1d12390> <<< 172629 1726888929.53798: 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' <<< 172629 1726888929.53839: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888929.53844: 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 0x7f38d1d13e60> <<< 172629 1726888929.53851: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1d13590> <<< 172629 1726888929.53891: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1cf65d0> <<< 172629 1726888929.53909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888929.53936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888929.53952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888929.53977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888929.54010: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888929.54018: 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 0x7f38d1ac7d10> <<< 172629 1726888929.54035: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 172629 1726888929.54039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 172629 1726888929.54071: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888929.54074: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38d1af4890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1af45f0> <<< 172629 1726888929.54106: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888929.54109: 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 0x7f38d1af4800> <<< 172629 1726888929.54132: 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' <<< 172629 1726888929.54202: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888929.54329: 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 0x7f38d1af51c0> <<< 172629 1726888929.54442: 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' <<< 172629 1726888929.54447: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38d1af5bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1af4a70> <<< 172629 1726888929.54470: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1ac5eb0> <<< 172629 1726888929.54487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888929.54511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888929.54528: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888929.54551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1af6fc0> <<< 172629 1726888929.54577: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1af5d00> <<< 172629 1726888929.54596: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1cf6d80> <<< 172629 1726888929.54628: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888929.54682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888929.54708: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888929.54740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'<<< 172629 1726888929.54745: stdout chunk (state=3): >>> <<< 172629 1726888929.54777: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1b1f350> <<< 172629 1726888929.54833: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888929.54864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888929.54887: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888929.54904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888929.54961: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1b3f710> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888929.54994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888929.55039: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888929.55073: 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 0x7f38d1ba0500> <<< 172629 1726888929.55092: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888929.55118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888929.55153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888929.55182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888929.55272: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1ba2c60> <<< 172629 1726888929.55340: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1ba0620> <<< 172629 1726888929.55395: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1b65520> <<< 172629 1726888929.55434: 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 0x7f38d19a1580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1b3e510> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1af7f20> <<< 172629 1726888929.55567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f38d1b3e870> <<< 172629 1726888929.55712: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_kpqi7ga9/ansible_ansible.legacy.command_payload.zip' <<< 172629 1726888929.55717: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.55854: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.55917: 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' <<< 172629 1726888929.56025: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888929.56094: 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 0x7f38d19f71d0> <<< 172629 1726888929.56098: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888929.56298: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d19da0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d19d9220> # zipimport: zlib available import 'ansible' # <<< 172629 1726888929.56307: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.56310: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.56344: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888929.57912: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.58819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888929.58839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d19f4f20> <<< 172629 1726888929.58864: 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' <<< 172629 1726888929.58886: 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' <<< 172629 1726888929.58905: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726888929.58922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888929.58939: 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 0x7f38d1a22ae0> <<< 172629 1726888929.58975: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1a22870> <<< 172629 1726888929.59009: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1a22180> <<< 172629 1726888929.59025: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888929.59040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888929.59080: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1a22600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d19f7e60> <<< 172629 1726888929.59085: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888929.59113: 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 0x7f38d1a23890> <<< 172629 1726888929.59175: 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 0x7f38d1a23a40> <<< 172629 1726888929.59200: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888929.59226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 172629 1726888929.59277: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1a23f80> <<< 172629 1726888929.59291: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888929.59319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888929.59367: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1311dc0> <<< 172629 1726888929.59413: 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 0x7f38d13139e0> <<< 172629 1726888929.59416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888929.59425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888929.59479: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d13183e0> <<< 172629 1726888929.59509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888929.59512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888929.59538: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1319580> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888929.59585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888929.59588: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726888929.59602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726888929.59648: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d131bf50> <<< 172629 1726888929.59685: 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 0x7f38d131c170> <<< 172629 1726888929.59707: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d131a300> <<< 172629 1726888929.59721: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888929.59758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888929.59782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 172629 1726888929.59794: 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 <<< 172629 1726888929.59861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888929.59884: 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 0x7f38d131fe60> import '_tokenize' # <<< 172629 1726888929.59947: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d131e930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d131e690> <<< 172629 1726888929.59967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888929.59979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888929.60045: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d131ec00> <<< 172629 1726888929.60074: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d131a7e0> <<< 172629 1726888929.60104: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888929.60134: 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 0x7f38d1363ef0> <<< 172629 1726888929.60150: 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 0x7f38d1364200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 172629 1726888929.60197: 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' <<< 172629 1726888929.60241: 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 0x7f38d1365ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1365a60> <<< 172629 1726888929.60260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888929.60354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888929.60483: 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 0x7f38d1368170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1366300> <<< 172629 1726888929.60505: 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' # <<< 172629 1726888929.60573: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d136b950> <<< 172629 1726888929.60781: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1368320> <<< 172629 1726888929.60801: 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 0x7f38d136ca10> # 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 0x7f38d136cb90> # 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 0x7f38d136caa0> <<< 172629 1726888929.60833: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1364380> # /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' <<< 172629 1726888929.60883: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888929.60915: 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' <<< 172629 1726888929.61098: 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 0x7f38d13f82f0> <<< 172629 1726888929.61125: 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 0x7f38d13f9310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d136ea80> # 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 0x7f38d136fe30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d136e6f0> # zipimport: zlib available <<< 172629 1726888929.61150: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888929.61168: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.61279: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.61372: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888929.61417: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888929.61507: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.61639: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.62159: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.62708: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888929.62737: 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 <<< 172629 1726888929.62793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888929.62796: 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 0x7f38d13fd730> <<< 172629 1726888929.62872: 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' <<< 172629 1726888929.62886: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d13fe480> <<< 172629 1726888929.62903: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d13f9490> <<< 172629 1726888929.62961: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888929.63012: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888929.63165: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.63323: 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' <<< 172629 1726888929.63327: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d13fec00> <<< 172629 1726888929.63363: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.63777: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.64217: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.64285: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.64447: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888929.64450: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.64478: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726888929.64523: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.64620: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 172629 1726888929.64671: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888929.64721: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.64745: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888929.64961: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.65193: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888929.65258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888929.65275: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888929.65489: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d13ff6b0> # 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' # <<< 172629 1726888929.65518: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.65562: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.65598: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888929.65612: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.65648: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.65688: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.65746: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.65818: 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 <<< 172629 1726888929.65847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888929.65928: 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 0x7f38d120a180> <<< 172629 1726888929.65979: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d12071a0> <<< 172629 1726888929.66001: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888929.66067: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.66126: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.66143: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.66196: 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' <<< 172629 1726888929.66237: 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 <<< 172629 1726888929.66261: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888929.66271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888929.66313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888929.66346: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888929.66360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888929.66399: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1a76a50> <<< 172629 1726888929.66438: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1a5a720> <<< 172629 1726888929.66542: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d120a2a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d136d4f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888929.66595: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.66608: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888929.66701: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 172629 1726888929.66738: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888929.66791: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888929.66903: 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' <<< 172629 1726888929.66933: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d13feab0> <<< 172629 1726888929.67034: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888930.67635: stdout chunk (state=3): >>> {"changed": true, "stdout": "/dev/sda", "stderr": "", "rc": 0, "cmd": ["realpath", "/dev/sda"], "start": "2024-09-20 23:22:09.670155", "end": "2024-09-20 23:22:10.674571", "delta": "0:00:01.004416", "msg": "", "invocation": {"module_args": {"_raw_params": "realpath /dev/sda", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726888930.67672: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888930.68179: 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 <<< 172629 1726888930.68188: 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 <<< 172629 1726888930.68280: stdout chunk (state=3): >>># cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # 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 <<< 172629 1726888930.68291: stdout chunk (state=3): >>># cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing <<< 172629 1726888930.68337: stdout chunk (state=3): >>># cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726888930.68601: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888930.68651: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888930.68707: 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 <<< 172629 1726888930.68714: stdout chunk (state=3): >>># destroy ipaddress # destroy ntpath <<< 172629 1726888930.68753: 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 <<< 172629 1726888930.68793: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 172629 1726888930.68824: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno <<< 172629 1726888930.68864: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726888930.68886: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888930.68899: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888930.68946: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726888930.68974: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726888930.69027: 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 <<< 172629 1726888930.69082: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 172629 1726888930.69107: 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 # cleanup[3] wiping builtins <<< 172629 1726888930.69122: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888930.69236: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888930.69248: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888930.69283: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888930.69320: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888930.69357: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error <<< 172629 1726888930.69370: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888930.69387: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib<<< 172629 1726888930.69389: stdout chunk (state=3): >>> <<< 172629 1726888930.69480: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 172629 1726888930.69483: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 172629 1726888930.69489: stdout chunk (state=3): >>># destroy time <<< 172629 1726888930.69511: stdout chunk (state=3): >>># destroy _random <<< 172629 1726888930.69520: stdout chunk (state=3): >>># destroy _weakref <<< 172629 1726888930.69534: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726888930.69569: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 172629 1726888930.69582: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 172629 1726888930.69585: stdout chunk (state=3): >>># destroy _functools # destroy builtins <<< 172629 1726888930.69590: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 172629 1726888930.69985: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888930.69989: stdout chunk (state=3): >>><<< 172629 1726888930.69991: stderr chunk (state=3): >>><<< 172629 1726888930.70116: _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 0x7f38d1e184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1de7b30> # /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 0x7f38d1e1aa50> 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 0x7f38d1c2d130> # /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 0x7f38d1c2e120> 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 0x7f38d1c6bf20> # /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 0x7f38d1c800b0> # /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 0x7f38d1ca3920> # /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 0x7f38d1ca3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1c83bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1c81310> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1c690d0> # /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 0x7f38d1cc78c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1cc64e0> # /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 0x7f38d1c821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1c6afc0> # /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 0x7f38d1cf4950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1c68350> # /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 0x7f38d1cf4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1cf4cb0> # 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 0x7f38d1cf50a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1c66e70> # /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 0x7f38d1cf5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1cf5460> 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 0x7f38d1cf6660> 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 0x7f38d1d10860> 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 0x7f38d1d11fa0> # /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 0x7f38d1d12e40> # 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 0x7f38d1d13470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1d12390> # /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 0x7f38d1d13e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1d13590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1cf65d0> # /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 0x7f38d1ac7d10> # /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 0x7f38d1af4890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1af45f0> # 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 0x7f38d1af4800> # /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 0x7f38d1af51c0> # 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 0x7f38d1af5bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1af4a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1ac5eb0> # /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 0x7f38d1af6fc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1af5d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1cf6d80> # /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 0x7f38d1b1f350> # /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 0x7f38d1b3f710> # /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 0x7f38d1ba0500> # /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 0x7f38d1ba2c60> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1ba0620> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1b65520> # /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 0x7f38d19a1580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1b3e510> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1af7f20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f38d1b3e870> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_kpqi7ga9/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d19f71d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d19da0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d19d9220> # 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 0x7f38d19f4f20> # /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 0x7f38d1a22ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1a22870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1a22180> # /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 0x7f38d1a22600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d19f7e60> 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 0x7f38d1a23890> # 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 0x7f38d1a23a40> # /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 0x7f38d1a23f80> 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 0x7f38d1311dc0> # 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 0x7f38d13139e0> # /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 0x7f38d13183e0> # /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 0x7f38d1319580> # /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 0x7f38d131bf50> # 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 0x7f38d131c170> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d131a300> # /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 0x7f38d131fe60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d131e930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d131e690> # /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 0x7f38d131ec00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d131a7e0> # 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 0x7f38d1363ef0> # /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 0x7f38d1364200> # /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 0x7f38d1365ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1365a60> # /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 0x7f38d1368170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1366300> # /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 0x7f38d136b950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1368320> # 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 0x7f38d136ca10> # 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 0x7f38d136cb90> # 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 0x7f38d136caa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1364380> # /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 0x7f38d13f82f0> # 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 0x7f38d13f9310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d136ea80> # 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 0x7f38d136fe30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d136e6f0> # 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 0x7f38d13fd730> # /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 0x7f38d13fe480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d13f9490> 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 0x7f38d13fec00> # 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 0x7f38d13ff6b0> # 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 0x7f38d120a180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d12071a0> 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 0x7f38d1a76a50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d1a5a720> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d120a2a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d136d4f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38d13feab0> # zipimport: zlib available {"changed": true, "stdout": "/dev/sda", "stderr": "", "rc": 0, "cmd": ["realpath", "/dev/sda"], "start": "2024-09-20 23:22:09.670155", "end": "2024-09-20 23:22:10.674571", "delta": "0:00:01.004416", "msg": "", "invocation": {"module_args": {"_raw_params": "realpath /dev/sda", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726888930.70806: done with _execute_module (ansible.legacy.command, {'_raw_params': 'realpath /dev/sda', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888929.3824332-173606-230606172360600/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888930.70809: _low_level_execute_command(): starting 172629 1726888930.70812: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888929.3824332-173606-230606172360600/ > /dev/null 2>&1 && sleep 0' 172629 1726888930.71135: 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 <<< 172629 1726888930.71139: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888930.71223: 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 <<< 172629 1726888930.71227: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888930.71230: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888930.71272: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888930.71322: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888930.73200: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888930.73204: stdout chunk (state=3): >>><<< 172629 1726888930.73210: stderr chunk (state=3): >>><<< 172629 1726888930.73234: _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 172629 1726888930.73361: handler run complete 172629 1726888930.73364: Evaluated conditional (False): False 172629 1726888930.73366: attempt loop complete, returning result 172629 1726888930.73368: _execute() done 172629 1726888930.73369: dumping result to json 172629 1726888930.73371: done dumping result, returning 172629 1726888930.73373: done running TaskExecutor() for managed_node1/TASK: Get path of test volume device [0affc8a3-6f6f-d0a8-add8-0000000004ca] 172629 1726888930.73374: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004ca 172629 1726888930.73435: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004ca 172629 1726888930.73439: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:01.004416", "end": "2024-09-20 23:22:10.674571", "rc": 0, "start": "2024-09-20 23:22:09.670155" } STDOUT: /dev/sda 172629 1726888930.73523: no more pending results, returning what we have 172629 1726888930.73527: results queue empty 172629 1726888930.73528: checking for any_errors_fatal 172629 1726888930.73534: done checking for any_errors_fatal 172629 1726888930.73535: checking for max_fail_percentage 172629 1726888930.73537: done checking for max_fail_percentage 172629 1726888930.73537: checking to see if all hosts have failed and the running result is not ok 172629 1726888930.73538: done checking to see if all hosts have failed 172629 1726888930.73539: getting the remaining hosts for this loop 172629 1726888930.73540: done getting the remaining hosts for this loop 172629 1726888930.73546: getting the next task for host managed_node1 172629 1726888930.73556: done getting next task for host managed_node1 172629 1726888930.73560: ^ task is: TASK: Gather swap info 172629 1726888930.73565: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888930.73569: getting variables 172629 1726888930.73571: in VariableManager get_vars() 172629 1726888930.73604: Calling all_inventory to load vars for managed_node1 172629 1726888930.73608: Calling groups_inventory to load vars for managed_node1 172629 1726888930.73611: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888930.73622: Calling all_plugins_play to load vars for managed_node1 172629 1726888930.73624: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888930.73628: Calling groups_plugins_play to load vars for managed_node1 172629 1726888930.74458: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888930.75301: done with get_vars() 172629 1726888930.75317: done getting variables 172629 1726888930.75484: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Gather swap info] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Friday 20 September 2024 23:22:10 -0400 (0:00:01.455) 0:00:31.036 ****** 172629 1726888930.75635: entering _queue_task() for managed_node1/command 172629 1726888930.76103: worker is 1 (out of 1 available) 172629 1726888930.76118: exiting _queue_task() for managed_node1/command 172629 1726888930.76131: done queuing things up, now waiting for results queue to drain 172629 1726888930.76132: waiting for pending results... 172629 1726888930.76404: running TaskExecutor() for managed_node1/TASK: Gather swap info 172629 1726888930.76599: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004cb 172629 1726888930.76604: variable 'ansible_search_path' from source: unknown 172629 1726888930.76627: calling self._execute() 172629 1726888930.76732: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888930.76745: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888930.76764: variable 'omit' from source: magic vars 172629 1726888930.77145: variable 'storage_test_volume' from source: include params 172629 1726888930.77253: Evaluated conditional (storage_test_volume.fs_type == "swap"): True 172629 1726888930.77258: variable 'omit' from source: magic vars 172629 1726888930.77262: variable 'omit' from source: magic vars 172629 1726888930.77299: variable 'omit' from source: magic vars 172629 1726888930.77341: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888930.77391: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888930.77416: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888930.77437: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888930.77456: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888930.77496: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888930.77504: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888930.77511: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888930.77618: Set connection var ansible_timeout to 10 172629 1726888930.77687: Set connection var ansible_shell_type to sh 172629 1726888930.77691: Set connection var ansible_pipelining to False 172629 1726888930.77693: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888930.77695: Set connection var ansible_shell_executable to /bin/sh 172629 1726888930.77697: Set connection var ansible_connection to ssh 172629 1726888930.77699: variable 'ansible_shell_executable' from source: unknown 172629 1726888930.77701: variable 'ansible_connection' from source: unknown 172629 1726888930.77703: variable 'ansible_module_compression' from source: unknown 172629 1726888930.77705: variable 'ansible_shell_type' from source: unknown 172629 1726888930.77707: variable 'ansible_shell_executable' from source: unknown 172629 1726888930.77711: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888930.77719: variable 'ansible_pipelining' from source: unknown 172629 1726888930.77725: variable 'ansible_timeout' from source: unknown 172629 1726888930.77732: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888930.77876: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888930.77894: variable 'omit' from source: magic vars 172629 1726888930.77936: starting attempt loop 172629 1726888930.77978: running the handler 172629 1726888930.77982: _low_level_execute_command(): starting 172629 1726888930.77995: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888930.79162: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888930.79242: 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 <<< 172629 1726888930.79391: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888930.79406: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888930.79432: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888930.79602: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888930.81145: stdout chunk (state=3): >>>/root <<< 172629 1726888930.81301: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888930.81305: stdout chunk (state=3): >>><<< 172629 1726888930.81308: stderr chunk (state=3): >>><<< 172629 1726888930.81340: _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 172629 1726888930.81441: _low_level_execute_command(): starting 172629 1726888930.81445: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888930.813482-173651-126480859059756 `" && echo ansible-tmp-1726888930.813482-173651-126480859059756="` echo /root/.ansible/tmp/ansible-tmp-1726888930.813482-173651-126480859059756 `" ) && sleep 0' 172629 1726888930.81968: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888930.82007: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888930.82277: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888930.82292: 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 <<< 172629 1726888930.82326: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888930.82341: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888930.82365: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888930.82440: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888930.84362: stdout chunk (state=3): >>>ansible-tmp-1726888930.813482-173651-126480859059756=/root/.ansible/tmp/ansible-tmp-1726888930.813482-173651-126480859059756 <<< 172629 1726888930.84469: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888930.84516: stderr chunk (state=3): >>><<< 172629 1726888930.84526: stdout chunk (state=3): >>><<< 172629 1726888930.84552: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888930.813482-173651-126480859059756=/root/.ansible/tmp/ansible-tmp-1726888930.813482-173651-126480859059756 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888930.84594: variable 'ansible_module_compression' from source: unknown 172629 1726888930.84652: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726888930.84695: variable 'ansible_facts' from source: unknown 172629 1726888930.84793: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888930.813482-173651-126480859059756/AnsiballZ_command.py 172629 1726888930.85022: Sending initial data 172629 1726888930.85025: Sent initial data (157 bytes) 172629 1726888930.85572: 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 <<< 172629 1726888930.85637: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888930.85653: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888930.85685: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888930.85757: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888930.87383: 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 <<< 172629 1726888930.87561: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888930.87566: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpojy0pcws /root/.ansible/tmp/ansible-tmp-1726888930.813482-173651-126480859059756/AnsiballZ_command.py <<< 172629 1726888930.87569: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888930.813482-173651-126480859059756/AnsiballZ_command.py" <<< 172629 1726888930.87573: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpojy0pcws" to remote "/root/.ansible/tmp/ansible-tmp-1726888930.813482-173651-126480859059756/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888930.813482-173651-126480859059756/AnsiballZ_command.py" <<< 172629 1726888930.89121: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888930.89124: stdout chunk (state=3): >>><<< 172629 1726888930.89126: stderr chunk (state=3): >>><<< 172629 1726888930.89129: done transferring module to remote 172629 1726888930.89131: _low_level_execute_command(): starting 172629 1726888930.89133: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888930.813482-173651-126480859059756/ /root/.ansible/tmp/ansible-tmp-1726888930.813482-173651-126480859059756/AnsiballZ_command.py && sleep 0' 172629 1726888930.90651: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888930.90800: 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 <<< 172629 1726888930.90882: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888930.90928: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888930.90951: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888930.91107: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888930.92924: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888930.92927: stdout chunk (state=3): >>><<< 172629 1726888930.92934: stderr chunk (state=3): >>><<< 172629 1726888930.93010: _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 172629 1726888930.93013: _low_level_execute_command(): starting 172629 1726888930.93015: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888930.813482-173651-126480859059756/AnsiballZ_command.py && sleep 0' 172629 1726888930.93571: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888930.93590: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888930.93608: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888930.93628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888930.93671: 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 <<< 172629 1726888930.93743: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888930.93771: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888930.93791: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888930.93881: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888930.96084: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888930.96131: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888930.96209: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888930.96252: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888930.96344: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # <<< 172629 1726888930.96444: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 172629 1726888930.96496: 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 0x7f0f4c2184d0> <<< 172629 1726888930.96517: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c1e7b30> <<< 172629 1726888930.96540: 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 0x7f0f4c21aa50> import '_signal' # <<< 172629 1726888930.96573: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888930.96619: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888930.96648: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888930.96710: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888930.96757: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888930.96877: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 172629 1726888930.96902: 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' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bfe9130> <<< 172629 1726888930.96960: 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' <<< 172629 1726888930.96988: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bfea120> <<< 172629 1726888930.96991: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888930.97068: 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. <<< 172629 1726888930.97286: 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 <<< 172629 1726888930.97334: 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 <<< 172629 1726888930.97436: 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 0x7f0f4c027f50> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888930.97496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888930.97503: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c03c0e0> <<< 172629 1726888930.97539: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888930.97569: 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 <<< 172629 1726888930.97633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888930.97637: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888930.97709: 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 0x7f0f4c05f980> # /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 0x7f0f4c05ff50> <<< 172629 1726888930.97727: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888930.97772: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c03fc20> <<< 172629 1726888930.97793: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c03d340> <<< 172629 1726888930.97886: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c025100> <<< 172629 1726888930.97912: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888930.97945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888930.97972: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888930.98020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888930.98023: 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' <<< 172629 1726888930.98060: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c0838f0> <<< 172629 1726888930.98073: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c082510> <<< 172629 1726888930.98110: 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 0x7f0f4c03e210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c080d40> <<< 172629 1726888930.98162: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888930.98178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c0b0950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c024380> <<< 172629 1726888930.98202: 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' <<< 172629 1726888930.98230: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888930.98247: 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 0x7f0f4c0b0e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c0b0cb0> <<< 172629 1726888930.98290: 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 0x7f0f4c0b10a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c022ea0> <<< 172629 1726888930.98323: 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' <<< 172629 1726888930.98362: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888930.98390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888930.98400: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c0b1760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c0b1460> import 'importlib.machinery' # <<< 172629 1726888930.98429: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 172629 1726888930.98466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c0b2660> <<< 172629 1726888930.98469: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726888930.98503: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888930.98524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888930.98574: 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 0x7f0f4c0cc860> <<< 172629 1726888930.98595: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888930.98629: 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' <<< 172629 1726888930.98641: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f4c0cdfa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888930.98694: 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' <<< 172629 1726888930.98820: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c0cee40> <<< 172629 1726888930.98848: 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 0x7f0f4c0cf4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c0ce390> # /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 0x7f0f4c0cff20> <<< 172629 1726888930.98973: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c0cf650> <<< 172629 1726888930.99041: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c0b2690> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888930.99046: 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' <<< 172629 1726888930.99123: 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 0x7f0f4be67da0> # /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 0x7f0f4be90800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4be90560> # 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 0x7f0f4be90830> <<< 172629 1726888930.99126: 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' <<< 172629 1726888930.99188: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888930.99327: 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 0x7f0f4be91160> <<< 172629 1726888930.99453: 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 0x7f0f4be91a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4be90a10> <<< 172629 1726888930.99760: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4be65f40> # /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 0x7f0f4be92e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4be90fb0> <<< 172629 1726888930.99778: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c0b2d80> # /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 0x7f0f4bebf0b0> <<< 172629 1726888930.99812: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888930.99827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888930.99847: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888930.99909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bee7410> <<< 172629 1726888930.99934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888930.99991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888931.00029: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888931.00053: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726888931.00102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bf40200> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888931.00119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888931.00134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888931.00173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888931.00260: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bf42960> <<< 172629 1726888931.00333: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bf40320> <<< 172629 1726888931.00393: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bf0d1f0> <<< 172629 1726888931.00419: 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 0x7f0f4bd45340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bee6240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4be93cb0> <<< 172629 1726888931.00535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888931.00552: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0f4bd455b0> <<< 172629 1726888931.00748: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_ynzx1xy_/ansible_ansible.legacy.command_payload.zip' <<< 172629 1726888931.00765: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.00882: 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' <<< 172629 1726888931.00916: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888931.00992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888931.01025: 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 0x7f0f4bd9b0b0> <<< 172629 1726888931.01040: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888931.01216: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bd7dfa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bd7d100> <<< 172629 1726888931.01246: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.01249: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888931.01281: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.01286: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.01330: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888931.01376: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.02804: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.03876: 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 0x7f0f4bd98f80> <<< 172629 1726888931.03930: 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' <<< 172629 1726888931.03941: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888931.03972: 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 <<< 172629 1726888931.03982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888931.04094: 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 0x7f0f4bdc6a20> <<< 172629 1726888931.04099: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bdc67b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bdc60c0> <<< 172629 1726888931.04119: 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' <<< 172629 1726888931.04162: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bdc6510> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bd9bd40> <<< 172629 1726888931.04190: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888931.04216: 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 0x7f0f4bdc77a0> <<< 172629 1726888931.04248: 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 0x7f0f4bdc7920> <<< 172629 1726888931.04265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888931.04314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888931.04317: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888931.04375: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bdc7e00> import 'pwd' # <<< 172629 1726888931.04400: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888931.04418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888931.04462: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b715af0> <<< 172629 1726888931.04548: 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 0x7f0f4b717710> <<< 172629 1726888931.04552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888931.04687: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b717fb0> # /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 0x7f0f4b71d220> <<< 172629 1726888931.04732: 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' <<< 172629 1726888931.04767: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b71fce0> <<< 172629 1726888931.04809: 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 0x7f0f4c022f90> <<< 172629 1726888931.04833: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b71dfd0> <<< 172629 1726888931.04866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888931.04978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726888931.04982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888931.05078: 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 0x7f0f4b723b90> import '_tokenize' # <<< 172629 1726888931.05110: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b722660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b7223c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888931.05219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888931.05232: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b722930> <<< 172629 1726888931.05375: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b71e450> # 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 0x7f0f4b767e60> # /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 0x7f0f4b767f80> # /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' <<< 172629 1726888931.05408: 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 0x7f0f4b769a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b7697f0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888931.05540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888931.05620: 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 0x7f0f4b76bf80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b76a0f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888931.05686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888931.05705: 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' # <<< 172629 1726888931.05751: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b76f6b0> <<< 172629 1726888931.05858: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b76bef0> <<< 172629 1726888931.05920: 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 0x7f0f4b770410> <<< 172629 1726888931.05939: 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 0x7f0f4b770530> <<< 172629 1726888931.06012: 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 0x7f0f4b770890> <<< 172629 1726888931.06016: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b768140> <<< 172629 1726888931.06042: 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' <<< 172629 1726888931.06077: 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' <<< 172629 1726888931.06093: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888931.06105: 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 0x7f0f4b773fe0> <<< 172629 1726888931.06268: 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 0x7f0f4b7fd2e0> <<< 172629 1726888931.06406: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b772780> # 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 0x7f0f4b773b00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b7723c0> # zipimport: zlib available <<< 172629 1726888931.06471: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888931.06578: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.06611: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888931.06722: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.07072: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.07378: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.07919: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888931.07952: 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' # <<< 172629 1726888931.07985: 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' <<< 172629 1726888931.08025: 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 0x7f0f4b601400> <<< 172629 1726888931.08122: 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 0x7f0f4b6021b0> <<< 172629 1726888931.08146: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bd9bb30> <<< 172629 1726888931.08192: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888931.08212: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888931.08248: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888931.08394: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.08551: 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' <<< 172629 1726888931.08582: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b602360> # zipimport: zlib available <<< 172629 1726888931.09038: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.09465: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.09532: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.09608: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888931.09618: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.09660: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.09705: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888931.09708: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.09770: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.09872: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888931.09880: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.09969: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888931.09973: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.10039: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888931.10279: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.10740: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b6033b0> # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888931.10748: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 172629 1726888931.10751: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888931.10771: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.10807: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.10842: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888931.10861: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.11143: stdout chunk (state=3): >>># 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' <<< 172629 1726888931.11188: 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 0x7f0f4b60df70> <<< 172629 1726888931.11227: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b609610> <<< 172629 1726888931.11262: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888931.11336: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888931.11399: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.11424: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.11477: 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' <<< 172629 1726888931.11493: 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 <<< 172629 1726888931.11533: 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 <<< 172629 1726888931.11601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888931.11620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888931.11638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888931.11693: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4be16900> <<< 172629 1726888931.11735: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bdfa5d0> <<< 172629 1726888931.11824: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b60e090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b605610> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888931.11840: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.11920: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.11923: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888931.11950: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888931.12005: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888931.12069: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.12106: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.12231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726888931.12380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b60dcd0> <<< 172629 1726888931.12383: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888931.12794: stdout chunk (state=3): >>> {"changed": true, "stdout": "Filename\t\t\t\tType\t\tSize\t\tUsed\t\tPriority\n/dev/sda partition\t10485756\t0\t\t-2", "stderr": "", "rc": 0, "cmd": ["cat", "/proc/swaps"], "start": "2024-09-20 23:22:11.123501", "end": "2024-09-20 23:22:11.126707", "delta": "0:00:00.003206", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /proc/swaps", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726888931.12829: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888931.13280: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ <<< 172629 1726888931.13403: stdout chunk (state=3): >>># clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # 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 <<< 172629 1726888931.13436: stdout chunk (state=3): >>># cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # 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 <<< 172629 1726888931.13595: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec <<< 172629 1726888931.13599: stdout chunk (state=3): >>># destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726888931.13730: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888931.13767: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726888931.13897: stdout chunk (state=3): >>># 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 <<< 172629 1726888931.13940: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726888931.14037: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy fnmatch <<< 172629 1726888931.14041: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726888931.14109: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888931.14246: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # 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 <<< 172629 1726888931.14366: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # 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 <<< 172629 1726888931.14422: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888931.14461: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888931.14598: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 172629 1726888931.14613: stdout chunk (state=3): >>># 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 <<< 172629 1726888931.14664: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 172629 1726888931.14699: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 172629 1726888931.14974: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 172629 1726888931.14977: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888931.15200: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888931.15242: stderr chunk (state=3): >>><<< 172629 1726888931.15251: stdout chunk (state=3): >>><<< 172629 1726888931.15471: _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 0x7f0f4c2184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c1e7b30> # /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 0x7f0f4c21aa50> 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 0x7f0f4bfe9130> # /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 0x7f0f4bfea120> 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 0x7f0f4c027f50> # /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 0x7f0f4c03c0e0> # /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 0x7f0f4c05f980> # /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 0x7f0f4c05ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c03fc20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c03d340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c025100> # /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 0x7f0f4c0838f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c082510> # /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 0x7f0f4c03e210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c080d40> # /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 0x7f0f4c0b0950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c024380> # /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 0x7f0f4c0b0e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c0b0cb0> # 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 0x7f0f4c0b10a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c022ea0> # /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 0x7f0f4c0b1760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c0b1460> 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 0x7f0f4c0b2660> 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 0x7f0f4c0cc860> 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 0x7f0f4c0cdfa0> # /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 0x7f0f4c0cee40> # 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 0x7f0f4c0cf4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c0ce390> # /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 0x7f0f4c0cff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c0cf650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c0b2690> # /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 0x7f0f4be67da0> # /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 0x7f0f4be90800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4be90560> # 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 0x7f0f4be90830> # /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 0x7f0f4be91160> # 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 0x7f0f4be91a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4be90a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4be65f40> # /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 0x7f0f4be92e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4be90fb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4c0b2d80> # /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 0x7f0f4bebf0b0> # /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 0x7f0f4bee7410> # /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 0x7f0f4bf40200> # /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 0x7f0f4bf42960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bf40320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bf0d1f0> # /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 0x7f0f4bd45340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bee6240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4be93cb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0f4bd455b0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_ynzx1xy_/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bd9b0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bd7dfa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bd7d100> # 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 0x7f0f4bd98f80> # /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 0x7f0f4bdc6a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bdc67b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bdc60c0> # /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 0x7f0f4bdc6510> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bd9bd40> 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 0x7f0f4bdc77a0> # 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 0x7f0f4bdc7920> # /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 0x7f0f4bdc7e00> 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 0x7f0f4b715af0> # 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 0x7f0f4b717710> # /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 0x7f0f4b717fb0> # /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 0x7f0f4b71d220> # /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 0x7f0f4b71fce0> # 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 0x7f0f4c022f90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b71dfd0> # /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 0x7f0f4b723b90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b722660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b7223c0> # /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 0x7f0f4b722930> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b71e450> # 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 0x7f0f4b767e60> # /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 0x7f0f4b767f80> # /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 0x7f0f4b769a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b7697f0> # /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 0x7f0f4b76bf80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b76a0f0> # /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 0x7f0f4b76f6b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b76bef0> # 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 0x7f0f4b770410> # 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 0x7f0f4b770530> # 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 0x7f0f4b770890> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b768140> # /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 0x7f0f4b773fe0> # 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 0x7f0f4b7fd2e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b772780> # 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 0x7f0f4b773b00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b7723c0> # 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 0x7f0f4b601400> # /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 0x7f0f4b6021b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bd9bb30> 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 0x7f0f4b602360> # 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 0x7f0f4b6033b0> # 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 0x7f0f4b60df70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b609610> 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 0x7f0f4be16900> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4bdfa5d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b60e090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b605610> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f4b60dcd0> # zipimport: zlib available {"changed": true, "stdout": "Filename\t\t\t\tType\t\tSize\t\tUsed\t\tPriority\n/dev/sda partition\t10485756\t0\t\t-2", "stderr": "", "rc": 0, "cmd": ["cat", "/proc/swaps"], "start": "2024-09-20 23:22:11.123501", "end": "2024-09-20 23:22:11.126707", "delta": "0:00:00.003206", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /proc/swaps", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726888931.16778: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /proc/swaps', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888930.813482-173651-126480859059756/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888931.16782: _low_level_execute_command(): starting 172629 1726888931.16784: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888930.813482-173651-126480859059756/ > /dev/null 2>&1 && sleep 0' 172629 1726888931.17001: 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 <<< 172629 1726888931.17005: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888931.17008: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888931.17039: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888931.17101: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888931.19361: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888931.19365: stdout chunk (state=3): >>><<< 172629 1726888931.19367: stderr chunk (state=3): >>><<< 172629 1726888931.19370: _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 172629 1726888931.19372: handler run complete 172629 1726888931.19374: Evaluated conditional (False): False 172629 1726888931.19376: attempt loop complete, returning result 172629 1726888931.19378: _execute() done 172629 1726888931.19380: dumping result to json 172629 1726888931.19382: done dumping result, returning 172629 1726888931.19384: done running TaskExecutor() for managed_node1/TASK: Gather swap info [0affc8a3-6f6f-d0a8-add8-0000000004cb] 172629 1726888931.19385: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004cb 172629 1726888931.19452: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004cb ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003206", "end": "2024-09-20 23:22:11.126707", "rc": 0, "start": "2024-09-20 23:22:11.123501" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 172629 1726888931.19538: no more pending results, returning what we have 172629 1726888931.19541: results queue empty 172629 1726888931.19543: checking for any_errors_fatal 172629 1726888931.19550: done checking for any_errors_fatal 172629 1726888931.19551: checking for max_fail_percentage 172629 1726888931.19552: done checking for max_fail_percentage 172629 1726888931.19553: checking to see if all hosts have failed and the running result is not ok 172629 1726888931.19554: done checking to see if all hosts have failed 172629 1726888931.19558: getting the remaining hosts for this loop 172629 1726888931.19563: done getting the remaining hosts for this loop 172629 1726888931.19566: getting the next task for host managed_node1 172629 1726888931.19574: done getting next task for host managed_node1 172629 1726888931.19577: ^ task is: TASK: Verify swap status 172629 1726888931.19583: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888931.19587: getting variables 172629 1726888931.19589: in VariableManager get_vars() 172629 1726888931.19623: Calling all_inventory to load vars for managed_node1 172629 1726888931.19717: Calling groups_inventory to load vars for managed_node1 172629 1726888931.19721: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888931.19732: Calling all_plugins_play to load vars for managed_node1 172629 1726888931.19788: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888931.19792: Calling groups_plugins_play to load vars for managed_node1 172629 1726888931.20395: WORKER PROCESS EXITING 172629 1726888931.20483: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888931.21101: done with get_vars() 172629 1726888931.21115: done getting variables 172629 1726888931.21174: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify swap status] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Friday 20 September 2024 23:22:11 -0400 (0:00:00.455) 0:00:31.492 ****** 172629 1726888931.21208: entering _queue_task() for managed_node1/assert 172629 1726888931.21480: worker is 1 (out of 1 available) 172629 1726888931.21492: exiting _queue_task() for managed_node1/assert 172629 1726888931.21505: done queuing things up, now waiting for results queue to drain 172629 1726888931.21506: waiting for pending results... 172629 1726888931.21814: running TaskExecutor() for managed_node1/TASK: Verify swap status 172629 1726888931.21895: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004cc 172629 1726888931.21918: variable 'ansible_search_path' from source: unknown 172629 1726888931.21960: calling self._execute() 172629 1726888931.22158: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.22713: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.22717: variable 'omit' from source: magic vars 172629 1726888931.23138: variable 'storage_test_volume' from source: include params 172629 1726888931.23298: Evaluated conditional (storage_test_volume.fs_type == "swap"): True 172629 1726888931.23372: variable 'omit' from source: magic vars 172629 1726888931.23431: variable 'omit' from source: magic vars 172629 1726888931.23507: variable 'omit' from source: magic vars 172629 1726888931.23621: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888931.23800: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888931.23804: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888931.23815: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.23830: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.23866: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888931.23915: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.23922: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.24163: Set connection var ansible_timeout to 10 172629 1726888931.24166: Set connection var ansible_shell_type to sh 172629 1726888931.24168: Set connection var ansible_pipelining to False 172629 1726888931.24171: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888931.24172: Set connection var ansible_shell_executable to /bin/sh 172629 1726888931.24234: Set connection var ansible_connection to ssh 172629 1726888931.24238: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.24247: variable 'ansible_connection' from source: unknown 172629 1726888931.24257: variable 'ansible_module_compression' from source: unknown 172629 1726888931.24361: variable 'ansible_shell_type' from source: unknown 172629 1726888931.24365: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.24367: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.24369: variable 'ansible_pipelining' from source: unknown 172629 1726888931.24378: variable 'ansible_timeout' from source: unknown 172629 1726888931.24386: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.25000: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888931.25003: variable 'omit' from source: magic vars 172629 1726888931.25009: starting attempt loop 172629 1726888931.25011: running the handler 172629 1726888931.25196: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888931.28588: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888931.28682: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888931.28728: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888931.28779: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888931.28861: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888931.28918: 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) 172629 1726888931.28952: 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) 172629 1726888931.28993: 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) 172629 1726888931.29046: 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) 172629 1726888931.29073: 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) 172629 1726888931.29131: 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) 172629 1726888931.29207: 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) 172629 1726888931.29210: 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) 172629 1726888931.29362: 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) 172629 1726888931.29456: 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) 172629 1726888931.29460: 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) 172629 1726888931.29462: 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) 172629 1726888931.29667: 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) 172629 1726888931.29670: 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) 172629 1726888931.29673: 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) 172629 1726888931.30295: variable 'storage_test_swaps' from source: set_fact 172629 1726888931.30325: variable 'storage_test_sys_node' from source: set_fact 172629 1726888931.30349: variable 'storage_test_swap_expected_matches' from source: set_fact 172629 1726888931.30458: Evaluated conditional (storage_test_swaps.stdout | regex_findall('^' + storage_test_sys_node.stdout + ' ', multiline=True) | list | length | int == storage_test_swap_expected_matches | int): True 172629 1726888931.30652: handler run complete 172629 1726888931.30659: attempt loop complete, returning result 172629 1726888931.30662: _execute() done 172629 1726888931.30663: dumping result to json 172629 1726888931.30666: done dumping result, returning 172629 1726888931.30667: done running TaskExecutor() for managed_node1/TASK: Verify swap status [0affc8a3-6f6f-d0a8-add8-0000000004cc] 172629 1726888931.30669: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004cc 172629 1726888931.30738: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004cc 172629 1726888931.30741: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888931.30800: no more pending results, returning what we have 172629 1726888931.30803: results queue empty 172629 1726888931.30804: checking for any_errors_fatal 172629 1726888931.30813: done checking for any_errors_fatal 172629 1726888931.30814: checking for max_fail_percentage 172629 1726888931.30816: done checking for max_fail_percentage 172629 1726888931.30816: checking to see if all hosts have failed and the running result is not ok 172629 1726888931.30817: done checking to see if all hosts have failed 172629 1726888931.30818: getting the remaining hosts for this loop 172629 1726888931.30819: done getting the remaining hosts for this loop 172629 1726888931.30822: getting the next task for host managed_node1 172629 1726888931.30828: done getting next task for host managed_node1 172629 1726888931.30831: ^ task is: TASK: Unset facts 172629 1726888931.30836: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888931.30840: getting variables 172629 1726888931.30841: in VariableManager get_vars() 172629 1726888931.30878: Calling all_inventory to load vars for managed_node1 172629 1726888931.30880: Calling groups_inventory to load vars for managed_node1 172629 1726888931.30883: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888931.30894: Calling all_plugins_play to load vars for managed_node1 172629 1726888931.30897: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888931.30899: Calling groups_plugins_play to load vars for managed_node1 172629 1726888931.31372: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888931.31706: done with get_vars() 172629 1726888931.31718: done getting variables 172629 1726888931.31764: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Unset facts] ************************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Friday 20 September 2024 23:22:11 -0400 (0:00:00.105) 0:00:31.597 ****** 172629 1726888931.31787: entering _queue_task() for managed_node1/set_fact 172629 1726888931.31998: worker is 1 (out of 1 available) 172629 1726888931.32011: exiting _queue_task() for managed_node1/set_fact 172629 1726888931.32023: done queuing things up, now waiting for results queue to drain 172629 1726888931.32025: waiting for pending results... 172629 1726888931.32251: running TaskExecutor() for managed_node1/TASK: Unset facts 172629 1726888931.32391: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004cd 172629 1726888931.32414: variable 'ansible_search_path' from source: unknown 172629 1726888931.32460: calling self._execute() 172629 1726888931.32562: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.32760: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.32764: variable 'omit' from source: magic vars 172629 1726888931.32766: variable 'omit' from source: magic vars 172629 1726888931.32769: variable 'omit' from source: magic vars 172629 1726888931.32810: variable 'omit' from source: magic vars 172629 1726888931.32914: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888931.33059: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888931.33110: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888931.33143: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.33166: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.33199: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888931.33208: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.33216: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.33342: Set connection var ansible_timeout to 10 172629 1726888931.33357: Set connection var ansible_shell_type to sh 172629 1726888931.33375: Set connection var ansible_pipelining to False 172629 1726888931.33386: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888931.33397: Set connection var ansible_shell_executable to /bin/sh 172629 1726888931.33403: Set connection var ansible_connection to ssh 172629 1726888931.33428: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.33436: variable 'ansible_connection' from source: unknown 172629 1726888931.33450: variable 'ansible_module_compression' from source: unknown 172629 1726888931.33459: variable 'ansible_shell_type' from source: unknown 172629 1726888931.33466: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.33477: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.33485: variable 'ansible_pipelining' from source: unknown 172629 1726888931.33490: variable 'ansible_timeout' from source: unknown 172629 1726888931.33496: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.33651: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888931.33675: variable 'omit' from source: magic vars 172629 1726888931.33685: starting attempt loop 172629 1726888931.33696: running the handler 172629 1726888931.33714: handler run complete 172629 1726888931.33728: attempt loop complete, returning result 172629 1726888931.33735: _execute() done 172629 1726888931.33761: dumping result to json 172629 1726888931.33767: done dumping result, returning 172629 1726888931.33776: done running TaskExecutor() for managed_node1/TASK: Unset facts [0affc8a3-6f6f-d0a8-add8-0000000004cd] 172629 1726888931.33804: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004cd ok: [managed_node1] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } 172629 1726888931.34048: no more pending results, returning what we have 172629 1726888931.34051: results queue empty 172629 1726888931.34052: checking for any_errors_fatal 172629 1726888931.34061: done checking for any_errors_fatal 172629 1726888931.34062: checking for max_fail_percentage 172629 1726888931.34064: done checking for max_fail_percentage 172629 1726888931.34065: checking to see if all hosts have failed and the running result is not ok 172629 1726888931.34066: done checking to see if all hosts have failed 172629 1726888931.34066: getting the remaining hosts for this loop 172629 1726888931.34068: done getting the remaining hosts for this loop 172629 1726888931.34071: getting the next task for host managed_node1 172629 1726888931.34080: done getting next task for host managed_node1 172629 1726888931.34083: ^ task is: TASK: Set some variables for fstab checking 172629 1726888931.34087: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 172629 1726888931.34090: getting variables 172629 1726888931.34092: in VariableManager get_vars() 172629 1726888931.34118: Calling all_inventory to load vars for managed_node1 172629 1726888931.34120: Calling groups_inventory to load vars for managed_node1 172629 1726888931.34123: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888931.34132: Calling all_plugins_play to load vars for managed_node1 172629 1726888931.34134: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888931.34137: Calling groups_plugins_play to load vars for managed_node1 172629 1726888931.34485: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004cd 172629 1726888931.34489: WORKER PROCESS EXITING 172629 1726888931.34498: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888931.34832: done with get_vars() 172629 1726888931.34842: done getting variables 172629 1726888931.34884: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Friday 20 September 2024 23:22:11 -0400 (0:00:00.031) 0:00:31.629 ****** 172629 1726888931.34904: entering _queue_task() for managed_node1/set_fact 172629 1726888931.35093: worker is 1 (out of 1 available) 172629 1726888931.35105: exiting _queue_task() for managed_node1/set_fact 172629 1726888931.35117: done queuing things up, now waiting for results queue to drain 172629 1726888931.35119: waiting for pending results... 172629 1726888931.35301: running TaskExecutor() for managed_node1/TASK: Set some variables for fstab checking 172629 1726888931.35394: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004d1 172629 1726888931.35409: variable 'ansible_search_path' from source: unknown 172629 1726888931.35437: calling self._execute() 172629 1726888931.35519: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.35522: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.35531: variable 'omit' from source: magic vars 172629 1726888931.35613: variable 'omit' from source: magic vars 172629 1726888931.35650: variable 'omit' from source: magic vars 172629 1726888931.35879: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888931.38562: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888931.38752: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888931.38758: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888931.38761: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888931.38780: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888931.38869: 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) 172629 1726888931.38963: 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) 172629 1726888931.38967: 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) 172629 1726888931.38981: 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) 172629 1726888931.39006: 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) 172629 1726888931.39061: 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) 172629 1726888931.39111: 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) 172629 1726888931.39142: 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) 172629 1726888931.39224: 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) 172629 1726888931.39227: 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) 172629 1726888931.39299: 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) 172629 1726888931.39326: 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) 172629 1726888931.39376: 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) 172629 1726888931.39413: 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) 172629 1726888931.39439: 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) 172629 1726888931.39583: variable 'storage_test_fstab' from source: set_fact 172629 1726888931.39593: variable 'storage_test_volume' from source: include params 172629 1726888931.39697: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888931.40013: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888931.40022: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888931.40025: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888931.40067: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888931.40116: 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) 172629 1726888931.40138: 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) 172629 1726888931.40175: 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) 172629 1726888931.40228: 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) 172629 1726888931.40907: 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) 172629 1726888931.41061: 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) 172629 1726888931.41064: 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) 172629 1726888931.41066: 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) 172629 1726888931.41068: 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) 172629 1726888931.41254: variable '__mount_point' from source: task vars 172629 1726888931.41341: variable 'storage_test_volume' from source: include params 172629 1726888931.41369: variable 'storage_test_fstab' from source: set_fact 172629 1726888931.41700: variable '_storage_test_volume_present' from source: set_fact 172629 1726888931.41709: variable '__mount_point' from source: task vars 172629 1726888931.41798: variable 'storage_test_volume' from source: include params 172629 1726888931.41822: variable 'storage_test_volume' from source: include params 172629 1726888931.42003: variable '_storage_test_volume_present' from source: set_fact 172629 1726888931.42007: variable '__mount_point' from source: task vars 172629 1726888931.42071: variable 'storage_test_volume' from source: include params 172629 1726888931.42426: variable '__mount_options' from source: task vars 172629 1726888931.42605: variable 'storage_test_volume' from source: include params 172629 1726888931.42608: variable '__mount_point' from source: task vars 172629 1726888931.42610: variable 'storage_test_volume' from source: include params 172629 1726888931.42620: variable 'storage_test_fstab' from source: set_fact 172629 1726888931.42631: variable '__pattern' from source: task vars 172629 1726888931.42715: variable '__mount_point' from source: task vars 172629 1726888931.42790: variable 'storage_test_volume' from source: include params 172629 1726888931.42810: variable '__mount_options' from source: task vars 172629 1726888931.42885: variable 'storage_test_volume' from source: include params 172629 1726888931.43012: variable '_storage_test_volume_present' from source: set_fact 172629 1726888931.43023: variable '__mount_options' from source: task vars 172629 1726888931.43101: variable 'storage_test_volume' from source: include params 172629 1726888931.43137: variable 'omit' from source: magic vars 172629 1726888931.43168: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888931.43188: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888931.43202: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888931.43215: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.43224: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.43249: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888931.43252: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.43264: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.43341: Set connection var ansible_timeout to 10 172629 1726888931.43346: Set connection var ansible_shell_type to sh 172629 1726888931.43354: Set connection var ansible_pipelining to False 172629 1726888931.43362: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888931.43367: Set connection var ansible_shell_executable to /bin/sh 172629 1726888931.43370: Set connection var ansible_connection to ssh 172629 1726888931.43389: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.43392: variable 'ansible_connection' from source: unknown 172629 1726888931.43394: variable 'ansible_module_compression' from source: unknown 172629 1726888931.43397: variable 'ansible_shell_type' from source: unknown 172629 1726888931.43399: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.43401: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.43405: variable 'ansible_pipelining' from source: unknown 172629 1726888931.43407: variable 'ansible_timeout' from source: unknown 172629 1726888931.43412: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.43487: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888931.43496: variable 'omit' from source: magic vars 172629 1726888931.43501: starting attempt loop 172629 1726888931.43504: running the handler 172629 1726888931.43514: handler run complete 172629 1726888931.43523: attempt loop complete, returning result 172629 1726888931.43525: _execute() done 172629 1726888931.43528: dumping result to json 172629 1726888931.43530: done dumping result, returning 172629 1726888931.43537: done running TaskExecutor() for managed_node1/TASK: Set some variables for fstab checking [0affc8a3-6f6f-d0a8-add8-0000000004d1] 172629 1726888931.43540: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004d1 172629 1726888931.43627: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004d1 172629 1726888931.43629: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [ "UUID=5a262d27-d88f-4844-875e-b83a421e8734 " ], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } 172629 1726888931.43685: no more pending results, returning what we have 172629 1726888931.43688: results queue empty 172629 1726888931.43689: checking for any_errors_fatal 172629 1726888931.43693: done checking for any_errors_fatal 172629 1726888931.43694: checking for max_fail_percentage 172629 1726888931.43696: done checking for max_fail_percentage 172629 1726888931.43696: checking to see if all hosts have failed and the running result is not ok 172629 1726888931.43697: done checking to see if all hosts have failed 172629 1726888931.43698: getting the remaining hosts for this loop 172629 1726888931.43699: done getting the remaining hosts for this loop 172629 1726888931.43702: getting the next task for host managed_node1 172629 1726888931.43708: done getting next task for host managed_node1 172629 1726888931.43710: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 172629 1726888931.43714: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 172629 1726888931.43718: getting variables 172629 1726888931.43719: in VariableManager get_vars() 172629 1726888931.43750: Calling all_inventory to load vars for managed_node1 172629 1726888931.43752: Calling groups_inventory to load vars for managed_node1 172629 1726888931.43757: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888931.43767: Calling all_plugins_play to load vars for managed_node1 172629 1726888931.43769: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888931.43772: Calling groups_plugins_play to load vars for managed_node1 172629 1726888931.44131: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888931.44573: done with get_vars() 172629 1726888931.44593: done getting variables 172629 1726888931.44678: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Friday 20 September 2024 23:22:11 -0400 (0:00:00.098) 0:00:31.727 ****** 172629 1726888931.44718: entering _queue_task() for managed_node1/assert 172629 1726888931.45040: worker is 1 (out of 1 available) 172629 1726888931.45053: exiting _queue_task() for managed_node1/assert 172629 1726888931.45070: done queuing things up, now waiting for results queue to drain 172629 1726888931.45071: waiting for pending results... 172629 1726888931.45679: running TaskExecutor() for managed_node1/TASK: Verify that the device identifier appears in /etc/fstab 172629 1726888931.45685: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004d2 172629 1726888931.45688: variable 'ansible_search_path' from source: unknown 172629 1726888931.45691: calling self._execute() 172629 1726888931.45761: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.45784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.45803: variable 'omit' from source: magic vars 172629 1726888931.46196: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888931.48230: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888931.48275: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888931.48303: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888931.48339: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888931.48359: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888931.48512: variable '_storage_test_volume_present' from source: set_fact 172629 1726888931.48515: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888931.48520: variable 'omit' from source: magic vars 172629 1726888931.48560: variable 'omit' from source: magic vars 172629 1726888931.48613: variable 'omit' from source: magic vars 172629 1726888931.48637: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888931.48730: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888931.48733: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888931.48736: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.48738: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.48759: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888931.48762: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.48764: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.48826: Set connection var ansible_timeout to 10 172629 1726888931.48830: Set connection var ansible_shell_type to sh 172629 1726888931.48837: Set connection var ansible_pipelining to False 172629 1726888931.48842: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888931.48854: Set connection var ansible_shell_executable to /bin/sh 172629 1726888931.48859: Set connection var ansible_connection to ssh 172629 1726888931.48887: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.48890: variable 'ansible_connection' from source: unknown 172629 1726888931.48892: variable 'ansible_module_compression' from source: unknown 172629 1726888931.48894: variable 'ansible_shell_type' from source: unknown 172629 1726888931.48896: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.48898: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.48900: variable 'ansible_pipelining' from source: unknown 172629 1726888931.48902: variable 'ansible_timeout' from source: unknown 172629 1726888931.48904: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.48970: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888931.48981: variable 'omit' from source: magic vars 172629 1726888931.48985: starting attempt loop 172629 1726888931.48987: running the handler 172629 1726888931.49128: 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) 172629 1726888931.49146: 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) 172629 1726888931.49168: 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) 172629 1726888931.49200: 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) 172629 1726888931.49207: 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) 172629 1726888931.49237: 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) 172629 1726888931.49252: 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) 172629 1726888931.49273: 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) 172629 1726888931.49297: 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) 172629 1726888931.49308: 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) 172629 1726888931.49377: variable 'storage_test_fstab_id_matches' from source: set_fact 172629 1726888931.49381: variable 'storage_test_fstab_expected_id_matches' from source: set_fact 172629 1726888931.49399: Evaluated conditional (storage_test_fstab_id_matches | length == storage_test_fstab_expected_id_matches | int): True 172629 1726888931.49403: handler run complete 172629 1726888931.49420: attempt loop complete, returning result 172629 1726888931.49423: _execute() done 172629 1726888931.49426: dumping result to json 172629 1726888931.49429: done dumping result, returning 172629 1726888931.49434: done running TaskExecutor() for managed_node1/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-d0a8-add8-0000000004d2] 172629 1726888931.49438: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004d2 172629 1726888931.49527: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004d2 172629 1726888931.49529: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888931.49578: no more pending results, returning what we have 172629 1726888931.49581: results queue empty 172629 1726888931.49582: checking for any_errors_fatal 172629 1726888931.49593: done checking for any_errors_fatal 172629 1726888931.49594: checking for max_fail_percentage 172629 1726888931.49595: done checking for max_fail_percentage 172629 1726888931.49596: checking to see if all hosts have failed and the running result is not ok 172629 1726888931.49597: done checking to see if all hosts have failed 172629 1726888931.49598: getting the remaining hosts for this loop 172629 1726888931.49599: done getting the remaining hosts for this loop 172629 1726888931.49602: getting the next task for host managed_node1 172629 1726888931.49609: done getting next task for host managed_node1 172629 1726888931.49611: ^ task is: TASK: Verify the fstab mount point 172629 1726888931.49615: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 172629 1726888931.49618: getting variables 172629 1726888931.49620: in VariableManager get_vars() 172629 1726888931.49653: Calling all_inventory to load vars for managed_node1 172629 1726888931.49657: Calling groups_inventory to load vars for managed_node1 172629 1726888931.49661: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888931.49673: Calling all_plugins_play to load vars for managed_node1 172629 1726888931.49676: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888931.49679: Calling groups_plugins_play to load vars for managed_node1 172629 1726888931.50103: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888931.50976: done with get_vars() 172629 1726888931.50991: done getting variables 172629 1726888931.51058: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Friday 20 September 2024 23:22:11 -0400 (0:00:00.063) 0:00:31.790 ****** 172629 1726888931.51095: entering _queue_task() for managed_node1/assert 172629 1726888931.51393: worker is 1 (out of 1 available) 172629 1726888931.51405: exiting _queue_task() for managed_node1/assert 172629 1726888931.51418: done queuing things up, now waiting for results queue to drain 172629 1726888931.51420: waiting for pending results... 172629 1726888931.51701: running TaskExecutor() for managed_node1/TASK: Verify the fstab mount point 172629 1726888931.51914: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004d3 172629 1726888931.51920: variable 'ansible_search_path' from source: unknown 172629 1726888931.52063: calling self._execute() 172629 1726888931.52169: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.52198: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.52235: variable 'omit' from source: magic vars 172629 1726888931.52401: variable 'omit' from source: magic vars 172629 1726888931.52498: variable 'omit' from source: magic vars 172629 1726888931.52897: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 172629 1726888931.52914: variable 'storage_test_volume' from source: include params 172629 1726888931.52986: variable 'omit' from source: magic vars 172629 1726888931.53159: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888931.53164: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888931.53167: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888931.53169: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.53172: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.53246: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888931.53250: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.53252: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.53348: Set connection var ansible_timeout to 10 172629 1726888931.53414: Set connection var ansible_shell_type to sh 172629 1726888931.53418: Set connection var ansible_pipelining to False 172629 1726888931.53425: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888931.53429: Set connection var ansible_shell_executable to /bin/sh 172629 1726888931.53432: Set connection var ansible_connection to ssh 172629 1726888931.53435: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.53438: variable 'ansible_connection' from source: unknown 172629 1726888931.53441: variable 'ansible_module_compression' from source: unknown 172629 1726888931.53444: variable 'ansible_shell_type' from source: unknown 172629 1726888931.53447: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.53501: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.53504: variable 'ansible_pipelining' from source: unknown 172629 1726888931.53506: variable 'ansible_timeout' from source: unknown 172629 1726888931.53508: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.53640: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888931.53649: variable 'omit' from source: magic vars 172629 1726888931.53675: starting attempt loop 172629 1726888931.53679: running the handler 172629 1726888931.53811: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888931.56204: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888931.56246: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888931.56277: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888931.56319: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888931.56460: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888931.56463: 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) 172629 1726888931.56466: 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) 172629 1726888931.56484: 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) 172629 1726888931.56573: 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) 172629 1726888931.56592: 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) 172629 1726888931.56861: 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) 172629 1726888931.56864: 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) 172629 1726888931.56867: 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) 172629 1726888931.57260: 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) 172629 1726888931.57263: 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) 172629 1726888931.57266: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 172629 1726888931.57268: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 172629 1726888931.57270: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 172629 1726888931.57272: handler run complete 172629 1726888931.57274: attempt loop complete, returning result 172629 1726888931.57276: _execute() done 172629 1726888931.57278: dumping result to json 172629 1726888931.57280: done dumping result, returning 172629 1726888931.57599: done running TaskExecutor() for managed_node1/TASK: Verify the fstab mount point [0affc8a3-6f6f-d0a8-add8-0000000004d3] 172629 1726888931.57605: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004d3 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888931.57742: no more pending results, returning what we have 172629 1726888931.57745: results queue empty 172629 1726888931.57746: checking for any_errors_fatal 172629 1726888931.57752: done checking for any_errors_fatal 172629 1726888931.57756: checking for max_fail_percentage 172629 1726888931.57758: done checking for max_fail_percentage 172629 1726888931.57763: checking to see if all hosts have failed and the running result is not ok 172629 1726888931.57764: done checking to see if all hosts have failed 172629 1726888931.57765: getting the remaining hosts for this loop 172629 1726888931.57766: done getting the remaining hosts for this loop 172629 1726888931.57769: getting the next task for host managed_node1 172629 1726888931.57776: done getting next task for host managed_node1 172629 1726888931.57779: ^ task is: TASK: Verify mount_options 172629 1726888931.57783: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 172629 1726888931.57787: getting variables 172629 1726888931.57788: in VariableManager get_vars() 172629 1726888931.57817: Calling all_inventory to load vars for managed_node1 172629 1726888931.57820: Calling groups_inventory to load vars for managed_node1 172629 1726888931.57823: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888931.57832: Calling all_plugins_play to load vars for managed_node1 172629 1726888931.57834: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888931.57837: Calling groups_plugins_play to load vars for managed_node1 172629 1726888931.58160: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004d3 172629 1726888931.58163: WORKER PROCESS EXITING 172629 1726888931.58178: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888931.58523: done with get_vars() 172629 1726888931.58546: done getting variables 172629 1726888931.58613: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount_options] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Friday 20 September 2024 23:22:11 -0400 (0:00:00.075) 0:00:31.866 ****** 172629 1726888931.58650: entering _queue_task() for managed_node1/assert 172629 1726888931.58941: worker is 1 (out of 1 available) 172629 1726888931.58958: exiting _queue_task() for managed_node1/assert 172629 1726888931.58972: done queuing things up, now waiting for results queue to drain 172629 1726888931.58973: waiting for pending results... 172629 1726888931.59277: running TaskExecutor() for managed_node1/TASK: Verify mount_options 172629 1726888931.59405: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004d4 172629 1726888931.59420: variable 'ansible_search_path' from source: unknown 172629 1726888931.59458: calling self._execute() 172629 1726888931.59860: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.59864: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.59867: variable 'omit' from source: magic vars 172629 1726888931.60518: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888931.63587: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888931.63705: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888931.63750: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888931.63829: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888931.63833: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888931.63920: 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) 172629 1726888931.63960: 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) 172629 1726888931.63993: 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) 172629 1726888931.64161: 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) 172629 1726888931.64164: 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) 172629 1726888931.64202: Evaluated conditional (__storage_verify_mount_options | d(false)): False 172629 1726888931.64209: when evaluation is False, skipping this task 172629 1726888931.64216: _execute() done 172629 1726888931.64223: dumping result to json 172629 1726888931.64314: done dumping result, returning 172629 1726888931.64360: done running TaskExecutor() for managed_node1/TASK: Verify mount_options [0affc8a3-6f6f-d0a8-add8-0000000004d4] 172629 1726888931.64371: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004d4 172629 1726888931.64661: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004d4 172629 1726888931.64664: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 172629 1726888931.64738: no more pending results, returning what we have 172629 1726888931.64742: results queue empty 172629 1726888931.64744: checking for any_errors_fatal 172629 1726888931.64751: done checking for any_errors_fatal 172629 1726888931.64752: checking for max_fail_percentage 172629 1726888931.64754: done checking for max_fail_percentage 172629 1726888931.64754: checking to see if all hosts have failed and the running result is not ok 172629 1726888931.64757: done checking to see if all hosts have failed 172629 1726888931.64758: getting the remaining hosts for this loop 172629 1726888931.64760: done getting the remaining hosts for this loop 172629 1726888931.64764: getting the next task for host managed_node1 172629 1726888931.64772: done getting next task for host managed_node1 172629 1726888931.64775: ^ task is: TASK: Verify fingerprint 172629 1726888931.64780: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 172629 1726888931.64785: getting variables 172629 1726888931.64787: in VariableManager get_vars() 172629 1726888931.64826: Calling all_inventory to load vars for managed_node1 172629 1726888931.64829: Calling groups_inventory to load vars for managed_node1 172629 1726888931.64833: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888931.64844: Calling all_plugins_play to load vars for managed_node1 172629 1726888931.64850: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888931.64853: Calling groups_plugins_play to load vars for managed_node1 172629 1726888931.66438: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888931.67696: done with get_vars() 172629 1726888931.67714: done getting variables 172629 1726888931.67787: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Friday 20 September 2024 23:22:11 -0400 (0:00:00.091) 0:00:31.958 ****** 172629 1726888931.67820: entering _queue_task() for managed_node1/assert 172629 1726888931.68488: worker is 1 (out of 1 available) 172629 1726888931.68499: exiting _queue_task() for managed_node1/assert 172629 1726888931.68512: done queuing things up, now waiting for results queue to drain 172629 1726888931.68513: waiting for pending results... 172629 1726888931.69374: running TaskExecutor() for managed_node1/TASK: Verify fingerprint 172629 1726888931.69538: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004d5 172629 1726888931.69546: variable 'ansible_search_path' from source: unknown 172629 1726888931.69679: calling self._execute() 172629 1726888931.69941: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.69961: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.70002: variable 'omit' from source: magic vars 172629 1726888931.70278: variable 'omit' from source: magic vars 172629 1726888931.70282: variable 'omit' from source: magic vars 172629 1726888931.70291: variable 'omit' from source: magic vars 172629 1726888931.70334: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888931.70378: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888931.70414: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888931.70439: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.70496: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.70499: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888931.70510: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.70517: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.70640: Set connection var ansible_timeout to 10 172629 1726888931.70669: Set connection var ansible_shell_type to sh 172629 1726888931.70681: Set connection var ansible_pipelining to False 172629 1726888931.70712: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888931.70715: Set connection var ansible_shell_executable to /bin/sh 172629 1726888931.70719: Set connection var ansible_connection to ssh 172629 1726888931.70735: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.70742: variable 'ansible_connection' from source: unknown 172629 1726888931.70748: variable 'ansible_module_compression' from source: unknown 172629 1726888931.70822: variable 'ansible_shell_type' from source: unknown 172629 1726888931.70825: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.70829: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.70831: variable 'ansible_pipelining' from source: unknown 172629 1726888931.70833: variable 'ansible_timeout' from source: unknown 172629 1726888931.70835: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.70935: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888931.70958: variable 'omit' from source: magic vars 172629 1726888931.70968: starting attempt loop 172629 1726888931.70975: running the handler 172629 1726888931.71710: variable '__fingerprint' from source: task vars 172629 1726888931.71715: variable 'storage_test_fstab' from source: set_fact 172629 1726888931.71717: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 172629 1726888931.71719: handler run complete 172629 1726888931.71721: attempt loop complete, returning result 172629 1726888931.71723: _execute() done 172629 1726888931.71725: dumping result to json 172629 1726888931.71740: done dumping result, returning 172629 1726888931.71752: done running TaskExecutor() for managed_node1/TASK: Verify fingerprint [0affc8a3-6f6f-d0a8-add8-0000000004d5] 172629 1726888931.71765: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004d5 172629 1726888931.72271: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004d5 172629 1726888931.72274: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888931.72336: no more pending results, returning what we have 172629 1726888931.72340: results queue empty 172629 1726888931.72341: checking for any_errors_fatal 172629 1726888931.72347: done checking for any_errors_fatal 172629 1726888931.72348: checking for max_fail_percentage 172629 1726888931.72349: done checking for max_fail_percentage 172629 1726888931.72350: checking to see if all hosts have failed and the running result is not ok 172629 1726888931.72351: done checking to see if all hosts have failed 172629 1726888931.72352: getting the remaining hosts for this loop 172629 1726888931.72353: done getting the remaining hosts for this loop 172629 1726888931.72359: getting the next task for host managed_node1 172629 1726888931.72366: done getting next task for host managed_node1 172629 1726888931.72370: ^ task is: TASK: Clean up variables 172629 1726888931.72374: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 172629 1726888931.72378: getting variables 172629 1726888931.72380: in VariableManager get_vars() 172629 1726888931.72430: Calling all_inventory to load vars for managed_node1 172629 1726888931.72434: Calling groups_inventory to load vars for managed_node1 172629 1726888931.72437: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888931.72448: Calling all_plugins_play to load vars for managed_node1 172629 1726888931.72450: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888931.72453: Calling groups_plugins_play to load vars for managed_node1 172629 1726888931.73506: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888931.74627: done with get_vars() 172629 1726888931.74642: done getting variables 172629 1726888931.74720: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up variables] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Friday 20 September 2024 23:22:11 -0400 (0:00:00.069) 0:00:32.027 ****** 172629 1726888931.74748: entering _queue_task() for managed_node1/set_fact 172629 1726888931.75170: worker is 1 (out of 1 available) 172629 1726888931.75186: exiting _queue_task() for managed_node1/set_fact 172629 1726888931.75201: done queuing things up, now waiting for results queue to drain 172629 1726888931.75202: waiting for pending results... 172629 1726888931.75534: running TaskExecutor() for managed_node1/TASK: Clean up variables 172629 1726888931.75685: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004d6 172629 1726888931.75706: variable 'ansible_search_path' from source: unknown 172629 1726888931.75829: calling self._execute() 172629 1726888931.75883: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.75896: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.75912: variable 'omit' from source: magic vars 172629 1726888931.76040: variable 'omit' from source: magic vars 172629 1726888931.76116: variable 'omit' from source: magic vars 172629 1726888931.76167: variable 'omit' from source: magic vars 172629 1726888931.76215: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888931.76268: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888931.76297: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888931.76381: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.76384: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.76392: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888931.76401: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.76409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.76525: Set connection var ansible_timeout to 10 172629 1726888931.76536: Set connection var ansible_shell_type to sh 172629 1726888931.76556: Set connection var ansible_pipelining to False 172629 1726888931.76574: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888931.76586: Set connection var ansible_shell_executable to /bin/sh 172629 1726888931.76601: Set connection var ansible_connection to ssh 172629 1726888931.76660: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.76667: variable 'ansible_connection' from source: unknown 172629 1726888931.76670: variable 'ansible_module_compression' from source: unknown 172629 1726888931.76672: variable 'ansible_shell_type' from source: unknown 172629 1726888931.76674: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.76677: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.76679: variable 'ansible_pipelining' from source: unknown 172629 1726888931.76681: variable 'ansible_timeout' from source: unknown 172629 1726888931.76683: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.76864: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888931.76926: variable 'omit' from source: magic vars 172629 1726888931.76929: starting attempt loop 172629 1726888931.76934: running the handler 172629 1726888931.76937: handler run complete 172629 1726888931.76940: attempt loop complete, returning result 172629 1726888931.76941: _execute() done 172629 1726888931.76944: dumping result to json 172629 1726888931.76947: done dumping result, returning 172629 1726888931.76963: done running TaskExecutor() for managed_node1/TASK: Clean up variables [0affc8a3-6f6f-d0a8-add8-0000000004d6] 172629 1726888931.76973: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004d6 172629 1726888931.77189: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004d6 172629 1726888931.77193: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } 172629 1726888931.77261: no more pending results, returning what we have 172629 1726888931.77264: results queue empty 172629 1726888931.77265: checking for any_errors_fatal 172629 1726888931.77273: done checking for any_errors_fatal 172629 1726888931.77274: checking for max_fail_percentage 172629 1726888931.77276: done checking for max_fail_percentage 172629 1726888931.77277: checking to see if all hosts have failed and the running result is not ok 172629 1726888931.77278: done checking to see if all hosts have failed 172629 1726888931.77279: getting the remaining hosts for this loop 172629 1726888931.77281: done getting the remaining hosts for this loop 172629 1726888931.77284: getting the next task for host managed_node1 172629 1726888931.77296: done getting next task for host managed_node1 172629 1726888931.77300: ^ task is: TASK: Verify fs type 172629 1726888931.77519: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 172629 1726888931.77524: getting variables 172629 1726888931.77525: in VariableManager get_vars() 172629 1726888931.77557: Calling all_inventory to load vars for managed_node1 172629 1726888931.77560: Calling groups_inventory to load vars for managed_node1 172629 1726888931.77563: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888931.77572: Calling all_plugins_play to load vars for managed_node1 172629 1726888931.77575: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888931.77578: Calling groups_plugins_play to load vars for managed_node1 172629 1726888931.78112: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888931.78756: done with get_vars() 172629 1726888931.78770: done getting variables 172629 1726888931.78827: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fs type] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Friday 20 September 2024 23:22:11 -0400 (0:00:00.041) 0:00:32.068 ****** 172629 1726888931.78871: entering _queue_task() for managed_node1/assert 172629 1726888931.79282: worker is 1 (out of 1 available) 172629 1726888931.79294: exiting _queue_task() for managed_node1/assert 172629 1726888931.79305: done queuing things up, now waiting for results queue to drain 172629 1726888931.79306: waiting for pending results... 172629 1726888931.79621: running TaskExecutor() for managed_node1/TASK: Verify fs type 172629 1726888931.79688: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004da 172629 1726888931.79708: variable 'ansible_search_path' from source: unknown 172629 1726888931.79762: calling self._execute() 172629 1726888931.79879: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.79936: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.79944: variable 'omit' from source: magic vars 172629 1726888931.80344: variable 'storage_test_volume' from source: include params 172629 1726888931.80401: Evaluated conditional (storage_test_volume.type != "stratis"): True 172629 1726888931.80512: variable 'storage_test_volume' from source: include params 172629 1726888931.80525: Evaluated conditional (storage_test_volume.fs_type): True 172629 1726888931.80635: variable '_storage_test_volume_present' from source: set_fact 172629 1726888931.80639: Evaluated conditional (_storage_test_volume_present): True 172629 1726888931.80659: variable 'omit' from source: magic vars 172629 1726888931.80737: variable 'omit' from source: magic vars 172629 1726888931.80745: variable 'omit' from source: magic vars 172629 1726888931.80798: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888931.80822: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888931.80843: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888931.80876: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.80879: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.80900: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888931.80903: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.80906: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.81002: Set connection var ansible_timeout to 10 172629 1726888931.81005: Set connection var ansible_shell_type to sh 172629 1726888931.81012: Set connection var ansible_pipelining to False 172629 1726888931.81017: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888931.81022: Set connection var ansible_shell_executable to /bin/sh 172629 1726888931.81027: Set connection var ansible_connection to ssh 172629 1726888931.81067: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.81070: variable 'ansible_connection' from source: unknown 172629 1726888931.81072: variable 'ansible_module_compression' from source: unknown 172629 1726888931.81074: variable 'ansible_shell_type' from source: unknown 172629 1726888931.81076: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.81078: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.81080: variable 'ansible_pipelining' from source: unknown 172629 1726888931.81085: variable 'ansible_timeout' from source: unknown 172629 1726888931.81090: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.81192: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888931.81201: variable 'omit' from source: magic vars 172629 1726888931.81206: starting attempt loop 172629 1726888931.81209: running the handler 172629 1726888931.81387: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888931.83266: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888931.83273: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888931.83289: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888931.83332: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888931.83353: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888931.83412: 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) 172629 1726888931.83431: 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) 172629 1726888931.83458: 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) 172629 1726888931.83486: 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) 172629 1726888931.83505: 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) 172629 1726888931.83642: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888931.83656: variable 'storage_test_volume' from source: include params 172629 1726888931.83671: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].fstype == storage_test_volume.fs_type or (storage_test_blkinfo.info[storage_test_volume._device].fstype | length == 0 and storage_test_volume.fs_type == "unformatted")): True 172629 1726888931.83677: handler run complete 172629 1726888931.83688: attempt loop complete, returning result 172629 1726888931.83691: _execute() done 172629 1726888931.83693: dumping result to json 172629 1726888931.83696: done dumping result, returning 172629 1726888931.83709: done running TaskExecutor() for managed_node1/TASK: Verify fs type [0affc8a3-6f6f-d0a8-add8-0000000004da] 172629 1726888931.83715: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004da 172629 1726888931.83788: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004da 172629 1726888931.83790: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888931.83864: no more pending results, returning what we have 172629 1726888931.83868: results queue empty 172629 1726888931.83869: checking for any_errors_fatal 172629 1726888931.83874: done checking for any_errors_fatal 172629 1726888931.83875: checking for max_fail_percentage 172629 1726888931.83877: done checking for max_fail_percentage 172629 1726888931.83878: checking to see if all hosts have failed and the running result is not ok 172629 1726888931.83879: done checking to see if all hosts have failed 172629 1726888931.83879: getting the remaining hosts for this loop 172629 1726888931.83881: done getting the remaining hosts for this loop 172629 1726888931.83884: getting the next task for host managed_node1 172629 1726888931.83890: done getting next task for host managed_node1 172629 1726888931.83892: ^ task is: TASK: Verify fs label 172629 1726888931.83896: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 172629 1726888931.83906: getting variables 172629 1726888931.83908: in VariableManager get_vars() 172629 1726888931.83942: Calling all_inventory to load vars for managed_node1 172629 1726888931.83945: Calling groups_inventory to load vars for managed_node1 172629 1726888931.83948: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888931.83958: Calling all_plugins_play to load vars for managed_node1 172629 1726888931.83960: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888931.83963: Calling groups_plugins_play to load vars for managed_node1 172629 1726888931.84295: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888931.84632: done with get_vars() 172629 1726888931.84642: done getting variables 172629 1726888931.84686: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fs label] ********************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Friday 20 September 2024 23:22:11 -0400 (0:00:00.058) 0:00:32.127 ****** 172629 1726888931.84707: entering _queue_task() for managed_node1/assert 172629 1726888931.84901: worker is 1 (out of 1 available) 172629 1726888931.84914: exiting _queue_task() for managed_node1/assert 172629 1726888931.84927: done queuing things up, now waiting for results queue to drain 172629 1726888931.84928: waiting for pending results... 172629 1726888931.85111: running TaskExecutor() for managed_node1/TASK: Verify fs label 172629 1726888931.85194: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004db 172629 1726888931.85206: variable 'ansible_search_path' from source: unknown 172629 1726888931.85233: calling self._execute() 172629 1726888931.85323: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.85328: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.85337: variable 'omit' from source: magic vars 172629 1726888931.85696: variable 'storage_test_volume' from source: include params 172629 1726888931.85736: Evaluated conditional (storage_test_volume.type != "stratis"): True 172629 1726888931.86027: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888931.87860: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888931.87906: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888931.87931: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888931.91576: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888931.91595: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888931.91651: variable '_storage_test_volume_present' from source: set_fact 172629 1726888931.91674: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888931.91764: variable 'storage_test_volume' from source: include params 172629 1726888931.91782: Evaluated conditional (storage_test_volume.fs_type != "gfs2"): True 172629 1726888931.91785: variable 'omit' from source: magic vars 172629 1726888931.91815: variable 'omit' from source: magic vars 172629 1726888931.91938: variable 'storage_test_volume' from source: include params 172629 1726888931.91946: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888931.91973: variable 'omit' from source: magic vars 172629 1726888931.91991: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888931.92007: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888931.92018: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888931.92028: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.92035: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.92051: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888931.92058: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.92060: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.92117: Set connection var ansible_timeout to 10 172629 1726888931.92120: Set connection var ansible_shell_type to sh 172629 1726888931.92127: Set connection var ansible_pipelining to False 172629 1726888931.92132: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888931.92136: Set connection var ansible_shell_executable to /bin/sh 172629 1726888931.92139: Set connection var ansible_connection to ssh 172629 1726888931.92159: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.92162: variable 'ansible_connection' from source: unknown 172629 1726888931.92164: variable 'ansible_module_compression' from source: unknown 172629 1726888931.92172: variable 'ansible_shell_type' from source: unknown 172629 1726888931.92174: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.92177: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.92179: variable 'ansible_pipelining' from source: unknown 172629 1726888931.92181: variable 'ansible_timeout' from source: unknown 172629 1726888931.92183: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.92247: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888931.92258: variable 'omit' from source: magic vars 172629 1726888931.92261: starting attempt loop 172629 1726888931.92263: running the handler 172629 1726888931.92459: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888931.92463: variable 'storage_test_volume' from source: include params 172629 1726888931.92465: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].label == storage_test_volume.fs_label): True 172629 1726888931.92467: handler run complete 172629 1726888931.92470: attempt loop complete, returning result 172629 1726888931.92471: _execute() done 172629 1726888931.92474: dumping result to json 172629 1726888931.92476: done dumping result, returning 172629 1726888931.92483: done running TaskExecutor() for managed_node1/TASK: Verify fs label [0affc8a3-6f6f-d0a8-add8-0000000004db] 172629 1726888931.92491: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004db ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888931.92800: no more pending results, returning what we have 172629 1726888931.92803: results queue empty 172629 1726888931.92804: checking for any_errors_fatal 172629 1726888931.92809: done checking for any_errors_fatal 172629 1726888931.92810: checking for max_fail_percentage 172629 1726888931.92812: done checking for max_fail_percentage 172629 1726888931.92812: checking to see if all hosts have failed and the running result is not ok 172629 1726888931.92813: done checking to see if all hosts have failed 172629 1726888931.92814: getting the remaining hosts for this loop 172629 1726888931.92816: done getting the remaining hosts for this loop 172629 1726888931.92819: getting the next task for host managed_node1 172629 1726888931.92829: done getting next task for host managed_node1 172629 1726888931.92833: ^ task is: TASK: See whether the device node is present 172629 1726888931.92837: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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 172629 1726888931.92841: getting variables 172629 1726888931.92843: in VariableManager get_vars() 172629 1726888931.92877: Calling all_inventory to load vars for managed_node1 172629 1726888931.92885: Calling groups_inventory to load vars for managed_node1 172629 1726888931.92888: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888931.92898: Calling all_plugins_play to load vars for managed_node1 172629 1726888931.92901: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888931.92904: Calling groups_plugins_play to load vars for managed_node1 172629 1726888931.93468: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004db 172629 1726888931.93472: WORKER PROCESS EXITING 172629 1726888931.93561: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888931.94092: done with get_vars() 172629 1726888931.94102: done getting variables TASK [See whether the device node is present] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Friday 20 September 2024 23:22:11 -0400 (0:00:00.094) 0:00:32.221 ****** 172629 1726888931.94167: entering _queue_task() for managed_node1/stat 172629 1726888931.94380: worker is 1 (out of 1 available) 172629 1726888931.94394: exiting _queue_task() for managed_node1/stat 172629 1726888931.94406: done queuing things up, now waiting for results queue to drain 172629 1726888931.94407: waiting for pending results... 172629 1726888931.94593: running TaskExecutor() for managed_node1/TASK: See whether the device node is present 172629 1726888931.94689: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004df 172629 1726888931.94701: variable 'ansible_search_path' from source: unknown 172629 1726888931.94728: calling self._execute() 172629 1726888931.94805: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.94809: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.94818: variable 'omit' from source: magic vars 172629 1726888931.94904: variable 'omit' from source: magic vars 172629 1726888931.94940: variable 'omit' from source: magic vars 172629 1726888931.95117: variable 'storage_test_volume' from source: include params 172629 1726888931.95151: variable 'omit' from source: magic vars 172629 1726888931.95192: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888931.95218: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888931.95234: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888931.95247: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.95261: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888931.95288: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888931.95291: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.95294: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.95360: Set connection var ansible_timeout to 10 172629 1726888931.95364: Set connection var ansible_shell_type to sh 172629 1726888931.95371: Set connection var ansible_pipelining to False 172629 1726888931.95376: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888931.95381: Set connection var ansible_shell_executable to /bin/sh 172629 1726888931.95384: Set connection var ansible_connection to ssh 172629 1726888931.95401: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.95405: variable 'ansible_connection' from source: unknown 172629 1726888931.95408: variable 'ansible_module_compression' from source: unknown 172629 1726888931.95410: variable 'ansible_shell_type' from source: unknown 172629 1726888931.95413: variable 'ansible_shell_executable' from source: unknown 172629 1726888931.95415: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888931.95417: variable 'ansible_pipelining' from source: unknown 172629 1726888931.95420: variable 'ansible_timeout' from source: unknown 172629 1726888931.95425: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888931.95577: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888931.95586: variable 'omit' from source: magic vars 172629 1726888931.95591: starting attempt loop 172629 1726888931.95595: running the handler 172629 1726888931.95606: _low_level_execute_command(): starting 172629 1726888931.95615: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888931.96107: 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 <<< 172629 1726888931.96112: stderr 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 <<< 172629 1726888931.96116: 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 <<< 172629 1726888931.96161: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888931.96165: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888931.96178: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888931.96233: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888931.97956: stdout chunk (state=3): >>>/root <<< 172629 1726888931.98092: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888931.98126: stderr chunk (state=3): >>><<< 172629 1726888931.98138: stdout chunk (state=3): >>><<< 172629 1726888931.98176: _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 172629 1726888931.98202: _low_level_execute_command(): starting 172629 1726888931.98205: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888931.9817252-173705-91554219344794 `" && echo ansible-tmp-1726888931.9817252-173705-91554219344794="` echo /root/.ansible/tmp/ansible-tmp-1726888931.9817252-173705-91554219344794 `" ) && sleep 0' 172629 1726888931.98883: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888931.98886: 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 <<< 172629 1726888931.98888: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 172629 1726888931.98890: 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 <<< 172629 1726888931.98928: stderr 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 <<< 172629 1726888931.98982: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888931.99035: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888931.99093: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888932.01012: stdout chunk (state=3): >>>ansible-tmp-1726888931.9817252-173705-91554219344794=/root/.ansible/tmp/ansible-tmp-1726888931.9817252-173705-91554219344794 <<< 172629 1726888932.01128: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888932.01150: stderr chunk (state=3): >>><<< 172629 1726888932.01154: stdout chunk (state=3): >>><<< 172629 1726888932.01172: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888931.9817252-173705-91554219344794=/root/.ansible/tmp/ansible-tmp-1726888931.9817252-173705-91554219344794 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888932.01241: variable 'ansible_module_compression' from source: unknown 172629 1726888932.01277: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726888932.01306: variable 'ansible_facts' from source: unknown 172629 1726888932.01372: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888931.9817252-173705-91554219344794/AnsiballZ_stat.py 172629 1726888932.01477: Sending initial data 172629 1726888932.01480: Sent initial data (154 bytes) 172629 1726888932.02014: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888932.02018: 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 <<< 172629 1726888932.02021: 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 <<< 172629 1726888932.02034: 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 <<< 172629 1726888932.02090: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888932.02106: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888932.02159: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888932.03733: 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 <<< 172629 1726888932.03738: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888932.03776: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888932.03823: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpfbihjzfz /root/.ansible/tmp/ansible-tmp-1726888931.9817252-173705-91554219344794/AnsiballZ_stat.py <<< 172629 1726888932.03828: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888931.9817252-173705-91554219344794/AnsiballZ_stat.py" <<< 172629 1726888932.03880: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpfbihjzfz" to remote "/root/.ansible/tmp/ansible-tmp-1726888931.9817252-173705-91554219344794/AnsiballZ_stat.py" <<< 172629 1726888932.03883: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888931.9817252-173705-91554219344794/AnsiballZ_stat.py" <<< 172629 1726888932.04467: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888932.04500: stderr chunk (state=3): >>><<< 172629 1726888932.04504: stdout chunk (state=3): >>><<< 172629 1726888932.04547: done transferring module to remote 172629 1726888932.04550: _low_level_execute_command(): starting 172629 1726888932.04553: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888931.9817252-173705-91554219344794/ /root/.ansible/tmp/ansible-tmp-1726888931.9817252-173705-91554219344794/AnsiballZ_stat.py && sleep 0' 172629 1726888932.05231: 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 <<< 172629 1726888932.05264: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888932.05272: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888932.05330: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888932.07101: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888932.07120: stderr chunk (state=3): >>><<< 172629 1726888932.07124: stdout chunk (state=3): >>><<< 172629 1726888932.07144: _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 172629 1726888932.07148: _low_level_execute_command(): starting 172629 1726888932.07154: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888931.9817252-173705-91554219344794/AnsiballZ_stat.py && sleep 0' 172629 1726888932.07606: 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 <<< 172629 1726888932.07610: stderr 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 <<< 172629 1726888932.07612: 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 <<< 172629 1726888932.07614: stderr 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 <<< 172629 1726888932.07664: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888932.07672: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888932.07722: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888932.09877: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888932.09908: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888932.09941: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888932.10013: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888932.10020: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888932.10054: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888932.10102: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 172629 1726888932.10108: stdout chunk (state=3): >>># installing zipimport hook <<< 172629 1726888932.10125: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888932.10175: 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' <<< 172629 1726888932.10195: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888932.10217: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888932.10279: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888932.10292: 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 0x7f0ff5ce84d0> <<< 172629 1726888932.10321: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5cb7b30> <<< 172629 1726888932.10334: 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' <<< 172629 1726888932.10357: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5ceaa50> <<< 172629 1726888932.10375: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888932.10381: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888932.10401: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888932.10432: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888932.10538: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888932.10559: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888932.10592: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888932.10629: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 172629 1726888932.10634: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888932.10648: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888932.10673: 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' <<< 172629 1726888932.10691: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5a99130> <<< 172629 1726888932.10753: 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' <<< 172629 1726888932.10770: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5a9a120> <<< 172629 1726888932.10788: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888932.10822: 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. <<< 172629 1726888932.11045: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888932.11067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888932.11089: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888932.11111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888932.11114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888932.11158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888932.11177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888932.11204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888932.11208: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5ad6ea0> <<< 172629 1726888932.11243: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888932.11246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888932.11275: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5aec1a0> <<< 172629 1726888932.11290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888932.11323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888932.11341: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888932.11408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888932.11442: 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 0x7f0ff5b0fa40> <<< 172629 1726888932.11464: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888932.11492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b30110> <<< 172629 1726888932.11500: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888932.11548: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5aefce0> <<< 172629 1726888932.11564: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888932.11581: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5aed400> <<< 172629 1726888932.11670: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5ad51c0> <<< 172629 1726888932.11693: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888932.11712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888932.11723: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888932.11741: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888932.11784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888932.11798: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888932.11817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888932.11830: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b33980> <<< 172629 1726888932.11843: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b325a0> <<< 172629 1726888932.11875: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726888932.11898: 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 0x7f0ff5aee2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b30e30> <<< 172629 1726888932.11967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888932.11971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b60a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5ad4440> <<< 172629 1726888932.12004: 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' <<< 172629 1726888932.12019: 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 0x7f0ff5b60ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b60d70> <<< 172629 1726888932.12065: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888932.12068: 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 0x7f0ff5b61160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5ad2f60> <<< 172629 1726888932.12092: 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' <<< 172629 1726888932.12123: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888932.12170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b61850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b61520> <<< 172629 1726888932.12192: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726888932.12210: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 172629 1726888932.12253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b62750> import 'importlib.util' # <<< 172629 1726888932.12280: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726888932.12284: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888932.12306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888932.12331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726888932.12358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b7c8f0> import 'errno' # <<< 172629 1726888932.12386: 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 0x7f0ff5b7e030> <<< 172629 1726888932.12396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888932.12438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888932.12441: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888932.12447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726888932.12467: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b7eed0> <<< 172629 1726888932.12495: 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 0x7f0ff5b7f530> <<< 172629 1726888932.12498: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b7e420> <<< 172629 1726888932.12524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888932.12549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888932.12589: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888932.12592: 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 0x7f0ff5b7ffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b7f6e0><<< 172629 1726888932.12617: stdout chunk (state=3): >>> <<< 172629 1726888932.12639: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b60da0> <<< 172629 1726888932.12656: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888932.12687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888932.12721: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888932.12758: 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 0x7f0ff590bf20> <<< 172629 1726888932.12774: 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' <<< 172629 1726888932.12811: 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 0x7f0ff5938980> <<< 172629 1726888932.12813: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff59386e0> <<< 172629 1726888932.12850: 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' <<< 172629 1726888932.12854: stdout chunk (state=3): >>>import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ff5938920> <<< 172629 1726888932.12875: 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' <<< 172629 1726888932.12967: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888932.13074: 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 0x7f0ff59391c0> <<< 172629 1726888932.13190: 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 0x7f0ff5939ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5938a70> <<< 172629 1726888932.13208: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff590a0c0> <<< 172629 1726888932.13237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888932.13246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888932.13285: 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' <<< 172629 1726888932.13299: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff593ae70> <<< 172629 1726888932.13314: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5939940> <<< 172629 1726888932.13336: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b62e10> <<< 172629 1726888932.13359: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888932.13419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888932.13434: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888932.13472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888932.13506: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5967170> <<< 172629 1726888932.13558: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888932.13569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888932.13596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888932.13610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888932.13650: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff598f530> <<< 172629 1726888932.13669: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888932.13719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888932.13768: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888932.13793: 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' <<< 172629 1726888932.13801: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff59e8290> <<< 172629 1726888932.13815: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888932.13842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888932.13871: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888932.13905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888932.13995: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff59ea9f0> <<< 172629 1726888932.14069: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff59e83b0> <<< 172629 1726888932.14120: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff59b52e0> <<< 172629 1726888932.14162: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726888932.14165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff53253a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff598e330> <<< 172629 1726888932.14168: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff593bd40> <<< 172629 1726888932.14274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888932.14281: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0ff598e930> <<< 172629 1726888932.14452: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_0dow_ux7/ansible_stat_payload.zip' <<< 172629 1726888932.14458: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.14587: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.14620: 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' <<< 172629 1726888932.14657: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888932.14733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888932.14774: 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 0x7f0ff537b110> import '_typing' # <<< 172629 1726888932.14942: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff535a000> <<< 172629 1726888932.14946: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5359160> # zipimport: zlib available <<< 172629 1726888932.14981: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888932.14989: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.15007: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.15025: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.15067: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888932.15081: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.16474: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.17527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888932.17538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5378fe0> <<< 172629 1726888932.17559: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726888932.17571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888932.17584: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888932.17597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888932.17622: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726888932.17625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888932.17654: 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 0x7f0ff53a2b40> <<< 172629 1726888932.17689: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff53a28d0> <<< 172629 1726888932.17719: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff53a21e0> <<< 172629 1726888932.17744: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888932.17750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888932.17791: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff53a2c30> <<< 172629 1726888932.17798: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff537bda0> <<< 172629 1726888932.17804: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888932.17829: 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 0x7f0ff53a3830> <<< 172629 1726888932.17866: 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' <<< 172629 1726888932.17870: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ff53a39b0> <<< 172629 1726888932.17885: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888932.17930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888932.17938: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888932.17988: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff53a3e90> <<< 172629 1726888932.17991: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888932.18018: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888932.18039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888932.18076: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5211b80> <<< 172629 1726888932.18107: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888932.18110: 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 0x7f0ff5213830> <<< 172629 1726888932.18127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888932.18147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888932.18193: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5218170><<< 172629 1726888932.18196: stdout chunk (state=3): >>> <<< 172629 1726888932.18202: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888932.18242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888932.18247: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff52192e0> <<< 172629 1726888932.18275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888932.18306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888932.18332: 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' <<< 172629 1726888932.18385: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff521bda0> <<< 172629 1726888932.18421: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888932.18428: 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 0x7f0ff5ad2f00> <<< 172629 1726888932.18442: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff521a0c0> <<< 172629 1726888932.18464: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888932.18492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888932.18515: 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' <<< 172629 1726888932.18536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888932.18564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888932.18603: 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' <<< 172629 1726888932.18638: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff521fc80> <<< 172629 1726888932.18641: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888932.18696: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff521e750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff521e4b0> <<< 172629 1726888932.18730: 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' <<< 172629 1726888932.18793: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff521ea20> <<< 172629 1726888932.18821: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff521a5a0> <<< 172629 1726888932.18948: 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 0x7f0ff5263e60> # /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 0x7f0ff5263ec0> # /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 <<< 172629 1726888932.18951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 172629 1726888932.19161: 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 0x7f0ff5265af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff52658b0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888932.19191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ff52680e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff52661e0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888932.19225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888932.19267: 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' <<< 172629 1726888932.19270: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888932.19309: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff526b830> <<< 172629 1726888932.19429: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5268200> <<< 172629 1726888932.19486: 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' <<< 172629 1726888932.19516: 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 0x7f0ff526c8c0> <<< 172629 1726888932.19536: 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 0x7f0ff526c950> <<< 172629 1726888932.19574: 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 0x7f0ff526cb90> <<< 172629 1726888932.19607: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5264200> <<< 172629 1726888932.19627: 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' <<< 172629 1726888932.19650: 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' <<< 172629 1726888932.19678: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888932.19706: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888932.19716: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ff52f8350> <<< 172629 1726888932.19864: 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 0x7f0ff52f95e0> <<< 172629 1726888932.19875: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff526eb10> <<< 172629 1726888932.19927: 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 0x7f0ff526fe90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff526e720> <<< 172629 1726888932.19931: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.19958: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888932.20047: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.20152: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.20157: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888932.20208: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888932.20211: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.20320: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.20441: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.20975: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.21523: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888932.21527: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888932.21564: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888932.21567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888932.21619: 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 0x7f0ff52fd610> <<< 172629 1726888932.21715: 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' <<< 172629 1726888932.21737: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff52fe390> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff52f9880> <<< 172629 1726888932.21791: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888932.21815: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888932.21846: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888932.21986: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.22161: 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' <<< 172629 1726888932.22191: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff52fe3c0> <<< 172629 1726888932.22194: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.22635: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.23078: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.23147: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.23221: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726888932.23264: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.23305: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888932.23316: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.23376: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.23479: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 172629 1726888932.23506: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888932.23549: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.23583: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888932.23597: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.23824: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.24060: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888932.24127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888932.24130: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888932.24214: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff52ff620> # zipimport: zlib available <<< 172629 1726888932.24279: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.24375: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888932.24398: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 172629 1726888932.24471: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.24590: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888932.24607: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888932.24632: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.24698: 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 <<< 172629 1726888932.24739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888932.24826: 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' <<< 172629 1726888932.24857: 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 0x7f0ff510a090> <<< 172629 1726888932.24896: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5105850> <<< 172629 1726888932.24900: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888932.24918: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.24978: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.25105: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.25159: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 172629 1726888932.25224: 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 <<< 172629 1726888932.25282: 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 <<< 172629 1726888932.25285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888932.25343: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff53fe900> <<< 172629 1726888932.25364: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff53ee5d0> <<< 172629 1726888932.25461: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff510a0f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff52fef60> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888932.25463: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.25488: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.25516: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888932.25578: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888932.25583: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.25608: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888932.25623: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.25761: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.25966: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888932.26916: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/sda", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 454, "dev": 6, "nlink": 1, "atime": 1726888919.9996846, "mtime": 1726888919.9566844, "ctime": 1726888919.9566844, "wusr": true, "rusr": true, "xusr": false, "wgrp": true, "rgrp": true, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 2048, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/blockdevice", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/sda", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 172629 1726888932.26960: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888932.27429: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path <<< 172629 1726888932.27432: stdout chunk (state=3): >>># clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path <<< 172629 1726888932.27435: stdout chunk (state=3): >>># restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs <<< 172629 1726888932.27519: stdout chunk (state=3): >>># cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # 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 <<< 172629 1726888932.27641: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # 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 <<< 172629 1726888932.27794: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 172629 1726888932.27867: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888932.27907: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct <<< 172629 1726888932.27940: stdout chunk (state=3): >>># destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726888932.27964: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888932.28015: 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 <<< 172629 1726888932.28053: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726888932.28087: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 172629 1726888932.28100: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726888932.28136: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888932.28389: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # 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 <<< 172629 1726888932.28407: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888932.28509: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888932.28536: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888932.28566: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888932.28582: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888932.28662: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726888932.28665: 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 <<< 172629 1726888932.28667: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888932.28799: 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 <<< 172629 1726888932.28802: stdout chunk (state=3): >>># destroy time <<< 172629 1726888932.28830: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726888932.28924: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726888932.28927: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726888932.29287: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888932.29303: stdout chunk (state=3): >>><<< 172629 1726888932.29320: stderr chunk (state=3): >>><<< 172629 1726888932.29420: _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 0x7f0ff5ce84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5cb7b30> # /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 0x7f0ff5ceaa50> 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 0x7f0ff5a99130> # /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 0x7f0ff5a9a120> 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 0x7f0ff5ad6ea0> # /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 0x7f0ff5aec1a0> # /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 0x7f0ff5b0fa40> # /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 0x7f0ff5b30110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5aefce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5aed400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5ad51c0> # /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 0x7f0ff5b33980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b325a0> # /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 0x7f0ff5aee2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b30e30> # /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 0x7f0ff5b60a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5ad4440> # /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 0x7f0ff5b60ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b60d70> # 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 0x7f0ff5b61160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5ad2f60> # /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 0x7f0ff5b61850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b61520> 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 0x7f0ff5b62750> 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 0x7f0ff5b7c8f0> 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 0x7f0ff5b7e030> # /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 0x7f0ff5b7eed0> # 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 0x7f0ff5b7f530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b7e420> # /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 0x7f0ff5b7ffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b7f6e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b60da0> # /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 0x7f0ff590bf20> # /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 0x7f0ff5938980> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff59386e0> # 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 0x7f0ff5938920> # /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 0x7f0ff59391c0> # 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 0x7f0ff5939ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5938a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff590a0c0> # /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 0x7f0ff593ae70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5939940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5b62e10> # /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 0x7f0ff5967170> # /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 0x7f0ff598f530> # /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 0x7f0ff59e8290> # /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 0x7f0ff59ea9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff59e83b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff59b52e0> # /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 0x7f0ff53253a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff598e330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff593bd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0ff598e930> # zipimport: found 30 names in '/tmp/ansible_stat_payload_0dow_ux7/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 0x7f0ff537b110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff535a000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5359160> # 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 0x7f0ff5378fe0> # /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 0x7f0ff53a2b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff53a28d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff53a21e0> # /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 0x7f0ff53a2c30> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff537bda0> 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 0x7f0ff53a3830> # 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 0x7f0ff53a39b0> # /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 0x7f0ff53a3e90> 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 0x7f0ff5211b80> # 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 0x7f0ff5213830> # /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 0x7f0ff5218170> # /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 0x7f0ff52192e0> # /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 0x7f0ff521bda0> # 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 0x7f0ff5ad2f00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff521a0c0> # /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 0x7f0ff521fc80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff521e750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff521e4b0> # /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 0x7f0ff521ea20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff521a5a0> # 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 0x7f0ff5263e60> # /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 0x7f0ff5263ec0> # /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 0x7f0ff5265af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff52658b0> # /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 0x7f0ff52680e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff52661e0> # /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 0x7f0ff526b830> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5268200> # 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 0x7f0ff526c8c0> # 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 0x7f0ff526c950> # 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 0x7f0ff526cb90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5264200> # /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 0x7f0ff52f8350> # 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 0x7f0ff52f95e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff526eb10> # 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 0x7f0ff526fe90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff526e720> # 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 0x7f0ff52fd610> # /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 0x7f0ff52fe390> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff52f9880> 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 0x7f0ff52fe3c0> # 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 0x7f0ff52ff620> # 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 0x7f0ff510a090> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff5105850> 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 0x7f0ff53fe900> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff53ee5d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff510a0f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ff52fef60> # 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": "/dev/sda", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 454, "dev": 6, "nlink": 1, "atime": 1726888919.9996846, "mtime": 1726888919.9566844, "ctime": 1726888919.9566844, "wusr": true, "rusr": true, "xusr": false, "wgrp": true, "rgrp": true, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 2048, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/blockdevice", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/sda", "follow": true, "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. 172629 1726888932.30726: done with _execute_module (stat, {'path': '/dev/sda', 'follow': 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': '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-1726888931.9817252-173705-91554219344794/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888932.30729: _low_level_execute_command(): starting 172629 1726888932.30732: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888931.9817252-173705-91554219344794/ > /dev/null 2>&1 && sleep 0' 172629 1726888932.31057: 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' <<< 172629 1726888932.31116: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888932.31216: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888932.31219: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888932.33148: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888932.33152: stdout chunk (state=3): >>><<< 172629 1726888932.33362: stderr chunk (state=3): >>><<< 172629 1726888932.33366: _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 172629 1726888932.33369: handler run complete 172629 1726888932.33371: attempt loop complete, returning result 172629 1726888932.33373: _execute() done 172629 1726888932.33374: dumping result to json 172629 1726888932.33376: done dumping result, returning 172629 1726888932.33378: done running TaskExecutor() for managed_node1/TASK: See whether the device node is present [0affc8a3-6f6f-d0a8-add8-0000000004df] 172629 1726888932.33380: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004df ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726888919.9996846, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726888919.9566844, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 454, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1726888919.9566844, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726888932.33569: no more pending results, returning what we have 172629 1726888932.33572: results queue empty 172629 1726888932.33573: checking for any_errors_fatal 172629 1726888932.33579: done checking for any_errors_fatal 172629 1726888932.33579: checking for max_fail_percentage 172629 1726888932.33581: done checking for max_fail_percentage 172629 1726888932.33582: checking to see if all hosts have failed and the running result is not ok 172629 1726888932.33583: done checking to see if all hosts have failed 172629 1726888932.33584: getting the remaining hosts for this loop 172629 1726888932.33586: done getting the remaining hosts for this loop 172629 1726888932.33589: getting the next task for host managed_node1 172629 1726888932.33597: done getting next task for host managed_node1 172629 1726888932.33600: ^ task is: TASK: Verify the presence/absence of the device node 172629 1726888932.33604: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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 172629 1726888932.33607: getting variables 172629 1726888932.33608: in VariableManager get_vars() 172629 1726888932.33762: Calling all_inventory to load vars for managed_node1 172629 1726888932.33771: Calling groups_inventory to load vars for managed_node1 172629 1726888932.33776: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888932.33789: Calling all_plugins_play to load vars for managed_node1 172629 1726888932.33793: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888932.33796: Calling groups_plugins_play to load vars for managed_node1 172629 1726888932.34424: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004df 172629 1726888932.34433: WORKER PROCESS EXITING 172629 1726888932.40538: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888932.40878: done with get_vars() 172629 1726888932.40888: done getting variables 172629 1726888932.40920: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Friday 20 September 2024 23:22:12 -0400 (0:00:00.467) 0:00:32.689 ****** 172629 1726888932.40938: entering _queue_task() for managed_node1/assert 172629 1726888932.41181: worker is 1 (out of 1 available) 172629 1726888932.41195: exiting _queue_task() for managed_node1/assert 172629 1726888932.41207: done queuing things up, now waiting for results queue to drain 172629 1726888932.41209: waiting for pending results... 172629 1726888932.41454: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node 172629 1726888932.41624: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004e0 172629 1726888932.41646: variable 'ansible_search_path' from source: unknown 172629 1726888932.41696: calling self._execute() 172629 1726888932.41806: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888932.41820: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888932.41834: variable 'omit' from source: magic vars 172629 1726888932.42275: variable '_storage_test_volume_present' from source: set_fact 172629 1726888932.42288: variable 'storage_test_volume' from source: include params 172629 1726888932.42325: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 172629 1726888932.42447: variable 'omit' from source: magic vars 172629 1726888932.42451: variable 'omit' from source: magic vars 172629 1726888932.42524: variable 'storage_test_volume' from source: include params 172629 1726888932.42576: variable 'omit' from source: magic vars 172629 1726888932.42619: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888932.42661: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888932.42695: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888932.42716: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888932.42730: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888932.42769: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888932.42784: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888932.42792: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888932.42902: Set connection var ansible_timeout to 10 172629 1726888932.42912: Set connection var ansible_shell_type to sh 172629 1726888932.42922: Set connection var ansible_pipelining to False 172629 1726888932.42992: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888932.42996: Set connection var ansible_shell_executable to /bin/sh 172629 1726888932.42998: Set connection var ansible_connection to ssh 172629 1726888932.43000: variable 'ansible_shell_executable' from source: unknown 172629 1726888932.43002: variable 'ansible_connection' from source: unknown 172629 1726888932.43005: variable 'ansible_module_compression' from source: unknown 172629 1726888932.43006: variable 'ansible_shell_type' from source: unknown 172629 1726888932.43009: variable 'ansible_shell_executable' from source: unknown 172629 1726888932.43011: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888932.43012: variable 'ansible_pipelining' from source: unknown 172629 1726888932.43014: variable 'ansible_timeout' from source: unknown 172629 1726888932.43017: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888932.43206: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888932.43210: variable 'omit' from source: magic vars 172629 1726888932.43212: starting attempt loop 172629 1726888932.43215: running the handler 172629 1726888932.43423: variable 'storage_test_dev' from source: set_fact 172629 1726888932.43426: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 172629 1726888932.43428: handler run complete 172629 1726888932.43430: attempt loop complete, returning result 172629 1726888932.43432: _execute() done 172629 1726888932.43434: dumping result to json 172629 1726888932.43435: done dumping result, returning 172629 1726888932.43437: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-d0a8-add8-0000000004e0] 172629 1726888932.43439: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004e0 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888932.43560: no more pending results, returning what we have 172629 1726888932.43564: results queue empty 172629 1726888932.43565: checking for any_errors_fatal 172629 1726888932.43576: done checking for any_errors_fatal 172629 1726888932.43577: checking for max_fail_percentage 172629 1726888932.43579: done checking for max_fail_percentage 172629 1726888932.43580: checking to see if all hosts have failed and the running result is not ok 172629 1726888932.43581: done checking to see if all hosts have failed 172629 1726888932.43582: getting the remaining hosts for this loop 172629 1726888932.43584: done getting the remaining hosts for this loop 172629 1726888932.43587: getting the next task for host managed_node1 172629 1726888932.43594: done getting next task for host managed_node1 172629 1726888932.43597: ^ task is: TASK: Verify the presence/absence of the device node 172629 1726888932.43604: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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 172629 1726888932.43609: getting variables 172629 1726888932.43611: in VariableManager get_vars() 172629 1726888932.43647: Calling all_inventory to load vars for managed_node1 172629 1726888932.43650: Calling groups_inventory to load vars for managed_node1 172629 1726888932.43654: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888932.43667: Calling all_plugins_play to load vars for managed_node1 172629 1726888932.43670: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888932.43674: Calling groups_plugins_play to load vars for managed_node1 172629 1726888932.44473: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004e0 172629 1726888932.44476: WORKER PROCESS EXITING 172629 1726888932.44715: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888932.45417: done with get_vars() 172629 1726888932.45434: done getting variables 172629 1726888932.45505: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Friday 20 September 2024 23:22:12 -0400 (0:00:00.046) 0:00:32.735 ****** 172629 1726888932.45545: entering _queue_task() for managed_node1/assert 172629 1726888932.45858: worker is 1 (out of 1 available) 172629 1726888932.45871: exiting _queue_task() for managed_node1/assert 172629 1726888932.45882: done queuing things up, now waiting for results queue to drain 172629 1726888932.45884: waiting for pending results... 172629 1726888932.46201: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node 172629 1726888932.46339: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004e1 172629 1726888932.46368: variable 'ansible_search_path' from source: unknown 172629 1726888932.46415: calling self._execute() 172629 1726888932.46532: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888932.46548: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888932.46571: variable 'omit' from source: magic vars 172629 1726888932.47034: variable '_storage_test_volume_present' from source: set_fact 172629 1726888932.47046: variable 'storage_test_volume' from source: include params 172629 1726888932.47089: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 172629 1726888932.47098: when evaluation is False, skipping this task 172629 1726888932.47112: _execute() done 172629 1726888932.47120: dumping result to json 172629 1726888932.47126: done dumping result, returning 172629 1726888932.47135: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-d0a8-add8-0000000004e1] 172629 1726888932.47145: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004e1 172629 1726888932.47400: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004e1 172629 1726888932.47404: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 172629 1726888932.47450: no more pending results, returning what we have 172629 1726888932.47453: results queue empty 172629 1726888932.47454: checking for any_errors_fatal 172629 1726888932.47461: done checking for any_errors_fatal 172629 1726888932.47462: checking for max_fail_percentage 172629 1726888932.47464: done checking for max_fail_percentage 172629 1726888932.47465: checking to see if all hosts have failed and the running result is not ok 172629 1726888932.47466: done checking to see if all hosts have failed 172629 1726888932.47467: getting the remaining hosts for this loop 172629 1726888932.47470: done getting the remaining hosts for this loop 172629 1726888932.47474: getting the next task for host managed_node1 172629 1726888932.47481: done getting next task for host managed_node1 172629 1726888932.47485: ^ task is: TASK: Make sure we got info about this volume 172629 1726888932.47489: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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=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 172629 1726888932.47493: getting variables 172629 1726888932.47494: in VariableManager get_vars() 172629 1726888932.47530: Calling all_inventory to load vars for managed_node1 172629 1726888932.47534: Calling groups_inventory to load vars for managed_node1 172629 1726888932.47538: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888932.47549: Calling all_plugins_play to load vars for managed_node1 172629 1726888932.47552: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888932.47557: Calling groups_plugins_play to load vars for managed_node1 172629 1726888932.48193: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888932.48765: done with get_vars() 172629 1726888932.48779: done getting variables 172629 1726888932.48838: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Friday 20 September 2024 23:22:12 -0400 (0:00:00.033) 0:00:32.768 ****** 172629 1726888932.48870: entering _queue_task() for managed_node1/assert 172629 1726888932.49154: worker is 1 (out of 1 available) 172629 1726888932.49369: exiting _queue_task() for managed_node1/assert 172629 1726888932.49379: done queuing things up, now waiting for results queue to drain 172629 1726888932.49380: waiting for pending results... 172629 1726888932.49478: running TaskExecutor() for managed_node1/TASK: Make sure we got info about this volume 172629 1726888932.49691: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004e2 172629 1726888932.49695: variable 'ansible_search_path' from source: unknown 172629 1726888932.49698: calling self._execute() 172629 1726888932.49779: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888932.49793: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888932.49808: variable 'omit' from source: magic vars 172629 1726888932.50163: variable '_storage_test_volume_present' from source: set_fact 172629 1726888932.50178: Evaluated conditional (_storage_test_volume_present): True 172629 1726888932.50190: variable 'omit' from source: magic vars 172629 1726888932.50252: variable 'omit' from source: magic vars 172629 1726888932.50383: variable 'storage_test_volume' from source: include params 172629 1726888932.50439: variable 'omit' from source: magic vars 172629 1726888932.50561: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888932.50565: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888932.50568: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888932.50580: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888932.50598: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888932.50634: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888932.50643: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888932.50650: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888932.50767: Set connection var ansible_timeout to 10 172629 1726888932.50783: Set connection var ansible_shell_type to sh 172629 1726888932.50804: Set connection var ansible_pipelining to False 172629 1726888932.50818: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888932.50831: Set connection var ansible_shell_executable to /bin/sh 172629 1726888932.50840: Set connection var ansible_connection to ssh 172629 1726888932.50871: variable 'ansible_shell_executable' from source: unknown 172629 1726888932.50903: variable 'ansible_connection' from source: unknown 172629 1726888932.50908: variable 'ansible_module_compression' from source: unknown 172629 1726888932.50910: variable 'ansible_shell_type' from source: unknown 172629 1726888932.50912: variable 'ansible_shell_executable' from source: unknown 172629 1726888932.50914: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888932.50916: variable 'ansible_pipelining' from source: unknown 172629 1726888932.50918: variable 'ansible_timeout' from source: unknown 172629 1726888932.51012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888932.51074: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888932.51092: variable 'omit' from source: magic vars 172629 1726888932.51102: starting attempt loop 172629 1726888932.51110: running the handler 172629 1726888932.51285: variable 'storage_test_volume' from source: include params 172629 1726888932.51305: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888932.51336: Evaluated conditional (storage_test_volume._raw_device in storage_test_blkinfo.info): True 172629 1726888932.51453: handler run complete 172629 1726888932.51458: attempt loop complete, returning result 172629 1726888932.51460: _execute() done 172629 1726888932.51463: dumping result to json 172629 1726888932.51465: done dumping result, returning 172629 1726888932.51468: done running TaskExecutor() for managed_node1/TASK: Make sure we got info about this volume [0affc8a3-6f6f-d0a8-add8-0000000004e2] 172629 1726888932.51470: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004e2 172629 1726888932.51541: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004e2 172629 1726888932.51544: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888932.51608: no more pending results, returning what we have 172629 1726888932.51612: results queue empty 172629 1726888932.51613: checking for any_errors_fatal 172629 1726888932.51621: done checking for any_errors_fatal 172629 1726888932.51622: checking for max_fail_percentage 172629 1726888932.51624: done checking for max_fail_percentage 172629 1726888932.51625: checking to see if all hosts have failed and the running result is not ok 172629 1726888932.51626: done checking to see if all hosts have failed 172629 1726888932.51627: getting the remaining hosts for this loop 172629 1726888932.51628: done getting the remaining hosts for this loop 172629 1726888932.51631: getting the next task for host managed_node1 172629 1726888932.51640: done getting next task for host managed_node1 172629 1726888932.51643: ^ task is: TASK: Process volume type (set initial value) (1/2) 172629 1726888932.51648: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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=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 172629 1726888932.51653: getting variables 172629 1726888932.51654: in VariableManager get_vars() 172629 1726888932.51698: Calling all_inventory to load vars for managed_node1 172629 1726888932.51701: Calling groups_inventory to load vars for managed_node1 172629 1726888932.51705: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888932.51960: Calling all_plugins_play to load vars for managed_node1 172629 1726888932.51965: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888932.51971: Calling groups_plugins_play to load vars for managed_node1 172629 1726888932.52990: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888932.53807: done with get_vars() 172629 1726888932.53823: done getting variables 172629 1726888932.53878: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Friday 20 September 2024 23:22:12 -0400 (0:00:00.050) 0:00:32.819 ****** 172629 1726888932.53918: entering _queue_task() for managed_node1/set_fact 172629 1726888932.54204: worker is 1 (out of 1 available) 172629 1726888932.54216: exiting _queue_task() for managed_node1/set_fact 172629 1726888932.54227: done queuing things up, now waiting for results queue to drain 172629 1726888932.54228: waiting for pending results... 172629 1726888932.54581: running TaskExecutor() for managed_node1/TASK: Process volume type (set initial value) (1/2) 172629 1726888932.54654: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004e3 172629 1726888932.54683: variable 'ansible_search_path' from source: unknown 172629 1726888932.54723: calling self._execute() 172629 1726888932.54830: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888932.54843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888932.54858: variable 'omit' from source: magic vars 172629 1726888932.54971: variable 'omit' from source: magic vars 172629 1726888932.55261: variable 'omit' from source: magic vars 172629 1726888932.55265: variable 'storage_test_volume' from source: include params 172629 1726888932.55305: variable 'omit' from source: magic vars 172629 1726888932.55350: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888932.55396: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888932.55420: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888932.55441: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888932.55458: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888932.55497: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888932.55505: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888932.55512: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888932.55618: Set connection var ansible_timeout to 10 172629 1726888932.55631: Set connection var ansible_shell_type to sh 172629 1726888932.55646: Set connection var ansible_pipelining to False 172629 1726888932.55661: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888932.55673: Set connection var ansible_shell_executable to /bin/sh 172629 1726888932.55681: Set connection var ansible_connection to ssh 172629 1726888932.55712: variable 'ansible_shell_executable' from source: unknown 172629 1726888932.55724: variable 'ansible_connection' from source: unknown 172629 1726888932.55733: variable 'ansible_module_compression' from source: unknown 172629 1726888932.55739: variable 'ansible_shell_type' from source: unknown 172629 1726888932.55747: variable 'ansible_shell_executable' from source: unknown 172629 1726888932.55753: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888932.55763: variable 'ansible_pipelining' from source: unknown 172629 1726888932.55769: variable 'ansible_timeout' from source: unknown 172629 1726888932.55776: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888932.55939: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888932.55957: variable 'omit' from source: magic vars 172629 1726888932.55967: starting attempt loop 172629 1726888932.55974: running the handler 172629 1726888932.55990: handler run complete 172629 1726888932.56004: attempt loop complete, returning result 172629 1726888932.56009: _execute() done 172629 1726888932.56015: dumping result to json 172629 1726888932.56024: done dumping result, returning 172629 1726888932.56062: done running TaskExecutor() for managed_node1/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-d0a8-add8-0000000004e3] 172629 1726888932.56065: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004e3 ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } 172629 1726888932.56214: no more pending results, returning what we have 172629 1726888932.56217: results queue empty 172629 1726888932.56218: checking for any_errors_fatal 172629 1726888932.56224: done checking for any_errors_fatal 172629 1726888932.56225: checking for max_fail_percentage 172629 1726888932.56227: done checking for max_fail_percentage 172629 1726888932.56228: checking to see if all hosts have failed and the running result is not ok 172629 1726888932.56229: done checking to see if all hosts have failed 172629 1726888932.56230: getting the remaining hosts for this loop 172629 1726888932.56233: done getting the remaining hosts for this loop 172629 1726888932.56236: getting the next task for host managed_node1 172629 1726888932.56244: done getting next task for host managed_node1 172629 1726888932.56247: ^ task is: TASK: Process volume type (get RAID value) (2/2) 172629 1726888932.56252: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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=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 172629 1726888932.56258: getting variables 172629 1726888932.56260: in VariableManager get_vars() 172629 1726888932.56293: Calling all_inventory to load vars for managed_node1 172629 1726888932.56296: Calling groups_inventory to load vars for managed_node1 172629 1726888932.56299: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888932.56311: Calling all_plugins_play to load vars for managed_node1 172629 1726888932.56316: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888932.56320: Calling groups_plugins_play to load vars for managed_node1 172629 1726888932.57024: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004e3 172629 1726888932.57027: WORKER PROCESS EXITING 172629 1726888932.57048: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888932.57635: done with get_vars() 172629 1726888932.57652: done getting variables 172629 1726888932.57708: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Friday 20 September 2024 23:22:12 -0400 (0:00:00.038) 0:00:32.857 ****** 172629 1726888932.57739: entering _queue_task() for managed_node1/set_fact 172629 1726888932.57983: worker is 1 (out of 1 available) 172629 1726888932.57994: exiting _queue_task() for managed_node1/set_fact 172629 1726888932.58005: done queuing things up, now waiting for results queue to drain 172629 1726888932.58006: waiting for pending results... 172629 1726888932.58281: running TaskExecutor() for managed_node1/TASK: Process volume type (get RAID value) (2/2) 172629 1726888932.58409: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004e4 172629 1726888932.58429: variable 'ansible_search_path' from source: unknown 172629 1726888932.58477: calling self._execute() 172629 1726888932.58587: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888932.58604: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888932.58622: variable 'omit' from source: magic vars 172629 1726888932.59013: variable 'storage_test_volume' from source: include params 172629 1726888932.59060: Evaluated conditional (storage_test_volume.type == "raid"): False 172629 1726888932.59073: when evaluation is False, skipping this task 172629 1726888932.59086: _execute() done 172629 1726888932.59097: dumping result to json 172629 1726888932.59107: done dumping result, returning 172629 1726888932.59120: done running TaskExecutor() for managed_node1/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-d0a8-add8-0000000004e4] 172629 1726888932.59260: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004e4 172629 1726888932.59339: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004e4 172629 1726888932.59342: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 172629 1726888932.59394: no more pending results, returning what we have 172629 1726888932.59399: results queue empty 172629 1726888932.59400: checking for any_errors_fatal 172629 1726888932.59409: done checking for any_errors_fatal 172629 1726888932.59410: checking for max_fail_percentage 172629 1726888932.59413: done checking for max_fail_percentage 172629 1726888932.59414: checking to see if all hosts have failed and the running result is not ok 172629 1726888932.59415: done checking to see if all hosts have failed 172629 1726888932.59415: getting the remaining hosts for this loop 172629 1726888932.59417: done getting the remaining hosts for this loop 172629 1726888932.59420: getting the next task for host managed_node1 172629 1726888932.59428: done getting next task for host managed_node1 172629 1726888932.59431: ^ task is: TASK: Verify the volume's device type 172629 1726888932.59436: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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=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 172629 1726888932.59440: getting variables 172629 1726888932.59441: in VariableManager get_vars() 172629 1726888932.59477: Calling all_inventory to load vars for managed_node1 172629 1726888932.59480: Calling groups_inventory to load vars for managed_node1 172629 1726888932.59484: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888932.59500: Calling all_plugins_play to load vars for managed_node1 172629 1726888932.59505: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888932.59509: Calling groups_plugins_play to load vars for managed_node1 172629 1726888932.60147: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888932.60746: done with get_vars() 172629 1726888932.60760: done getting variables 172629 1726888932.60811: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Friday 20 September 2024 23:22:12 -0400 (0:00:00.030) 0:00:32.888 ****** 172629 1726888932.60840: entering _queue_task() for managed_node1/assert 172629 1726888932.61074: worker is 1 (out of 1 available) 172629 1726888932.61086: exiting _queue_task() for managed_node1/assert 172629 1726888932.61098: done queuing things up, now waiting for results queue to drain 172629 1726888932.61099: waiting for pending results... 172629 1726888932.61475: running TaskExecutor() for managed_node1/TASK: Verify the volume's device type 172629 1726888932.61494: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004e5 172629 1726888932.61517: variable 'ansible_search_path' from source: unknown 172629 1726888932.61560: calling self._execute() 172629 1726888932.61678: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888932.61696: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888932.61713: variable 'omit' from source: magic vars 172629 1726888932.62069: variable '_storage_test_volume_present' from source: set_fact 172629 1726888932.62086: Evaluated conditional (_storage_test_volume_present): True 172629 1726888932.62102: variable 'omit' from source: magic vars 172629 1726888932.62180: variable 'omit' from source: magic vars 172629 1726888932.62219: variable 'omit' from source: magic vars 172629 1726888932.62269: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888932.62311: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888932.62338: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888932.62363: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888932.62379: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888932.62447: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888932.62450: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888932.62452: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888932.62525: Set connection var ansible_timeout to 10 172629 1726888932.62536: Set connection var ansible_shell_type to sh 172629 1726888932.62547: Set connection var ansible_pipelining to False 172629 1726888932.62563: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888932.62574: Set connection var ansible_shell_executable to /bin/sh 172629 1726888932.62581: Set connection var ansible_connection to ssh 172629 1726888932.62664: variable 'ansible_shell_executable' from source: unknown 172629 1726888932.62667: variable 'ansible_connection' from source: unknown 172629 1726888932.62669: variable 'ansible_module_compression' from source: unknown 172629 1726888932.62671: variable 'ansible_shell_type' from source: unknown 172629 1726888932.62673: variable 'ansible_shell_executable' from source: unknown 172629 1726888932.62675: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888932.62677: variable 'ansible_pipelining' from source: unknown 172629 1726888932.62678: variable 'ansible_timeout' from source: unknown 172629 1726888932.62680: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888932.62790: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888932.62805: variable 'omit' from source: magic vars 172629 1726888932.62814: starting attempt loop 172629 1726888932.62820: running the handler 172629 1726888932.63023: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888932.63046: variable 'storage_test_volume' from source: include params 172629 1726888932.63068: variable 'st_volume_type' from source: set_fact 172629 1726888932.63258: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._raw_device].type == st_volume_type): True 172629 1726888932.63263: handler run complete 172629 1726888932.63266: attempt loop complete, returning result 172629 1726888932.63268: _execute() done 172629 1726888932.63270: dumping result to json 172629 1726888932.63272: done dumping result, returning 172629 1726888932.63274: done running TaskExecutor() for managed_node1/TASK: Verify the volume's device type [0affc8a3-6f6f-d0a8-add8-0000000004e5] 172629 1726888932.63276: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004e5 172629 1726888932.63335: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004e5 172629 1726888932.63338: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888932.63388: no more pending results, returning what we have 172629 1726888932.63391: results queue empty 172629 1726888932.63392: checking for any_errors_fatal 172629 1726888932.63401: done checking for any_errors_fatal 172629 1726888932.63401: checking for max_fail_percentage 172629 1726888932.63403: done checking for max_fail_percentage 172629 1726888932.63404: checking to see if all hosts have failed and the running result is not ok 172629 1726888932.63405: done checking to see if all hosts have failed 172629 1726888932.63405: getting the remaining hosts for this loop 172629 1726888932.63407: done getting the remaining hosts for this loop 172629 1726888932.63410: getting the next task for host managed_node1 172629 1726888932.63420: done getting next task for host managed_node1 172629 1726888932.63423: ^ task is: TASK: Stat the LUKS device, if encrypted 172629 1726888932.63427: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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 172629 1726888932.63431: getting variables 172629 1726888932.63432: in VariableManager get_vars() 172629 1726888932.63465: Calling all_inventory to load vars for managed_node1 172629 1726888932.63468: Calling groups_inventory to load vars for managed_node1 172629 1726888932.63471: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888932.63482: Calling all_plugins_play to load vars for managed_node1 172629 1726888932.63485: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888932.63488: Calling groups_plugins_play to load vars for managed_node1 172629 1726888932.65107: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888932.65688: done with get_vars() 172629 1726888932.65700: done getting variables TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Friday 20 September 2024 23:22:12 -0400 (0:00:00.049) 0:00:32.937 ****** 172629 1726888932.65791: entering _queue_task() for managed_node1/stat 172629 1726888932.66261: worker is 1 (out of 1 available) 172629 1726888932.66272: exiting _queue_task() for managed_node1/stat 172629 1726888932.66281: done queuing things up, now waiting for results queue to drain 172629 1726888932.66282: waiting for pending results... 172629 1726888932.66412: running TaskExecutor() for managed_node1/TASK: Stat the LUKS device, if encrypted 172629 1726888932.66619: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004e9 172629 1726888932.66623: variable 'ansible_search_path' from source: unknown 172629 1726888932.66626: calling self._execute() 172629 1726888932.66836: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888932.67085: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888932.67089: variable 'omit' from source: magic vars 172629 1726888932.68086: variable 'storage_test_volume' from source: include params 172629 1726888932.68303: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888932.68306: when evaluation is False, skipping this task 172629 1726888932.68311: _execute() done 172629 1726888932.68319: dumping result to json 172629 1726888932.68325: done dumping result, returning 172629 1726888932.68336: done running TaskExecutor() for managed_node1/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-d0a8-add8-0000000004e9] 172629 1726888932.68419: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004e9 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888932.68580: no more pending results, returning what we have 172629 1726888932.68584: results queue empty 172629 1726888932.68586: checking for any_errors_fatal 172629 1726888932.68593: done checking for any_errors_fatal 172629 1726888932.68594: checking for max_fail_percentage 172629 1726888932.68596: done checking for max_fail_percentage 172629 1726888932.68597: checking to see if all hosts have failed and the running result is not ok 172629 1726888932.68598: done checking to see if all hosts have failed 172629 1726888932.68598: getting the remaining hosts for this loop 172629 1726888932.68600: done getting the remaining hosts for this loop 172629 1726888932.68603: getting the next task for host managed_node1 172629 1726888932.68611: done getting next task for host managed_node1 172629 1726888932.68613: ^ task is: TASK: Ensure cryptsetup is present 172629 1726888932.68619: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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 172629 1726888932.68624: getting variables 172629 1726888932.68625: in VariableManager get_vars() 172629 1726888932.68661: Calling all_inventory to load vars for managed_node1 172629 1726888932.68664: Calling groups_inventory to load vars for managed_node1 172629 1726888932.68668: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888932.68680: Calling all_plugins_play to load vars for managed_node1 172629 1726888932.68683: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888932.68686: Calling groups_plugins_play to load vars for managed_node1 172629 1726888932.69762: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004e9 172629 1726888932.69765: WORKER PROCESS EXITING 172629 1726888932.70213: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888932.71431: done with get_vars() 172629 1726888932.71446: done getting variables 172629 1726888932.71505: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Friday 20 September 2024 23:22:12 -0400 (0:00:00.057) 0:00:32.995 ****** 172629 1726888932.71536: entering _queue_task() for managed_node1/package 172629 1726888932.72223: worker is 1 (out of 1 available) 172629 1726888932.72236: exiting _queue_task() for managed_node1/package 172629 1726888932.72247: done queuing things up, now waiting for results queue to drain 172629 1726888932.72248: waiting for pending results... 172629 1726888932.72738: running TaskExecutor() for managed_node1/TASK: Ensure cryptsetup is present 172629 1726888932.72851: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004ea 172629 1726888932.73261: variable 'ansible_search_path' from source: unknown 172629 1726888932.73264: calling self._execute() 172629 1726888932.73267: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888932.73270: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888932.73272: variable 'omit' from source: magic vars 172629 1726888932.73529: variable 'omit' from source: magic vars 172629 1726888932.73588: variable 'omit' from source: magic vars 172629 1726888932.74024: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888932.78075: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888932.78162: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888932.78208: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888932.78249: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888932.78284: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888932.78388: 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) 172629 1726888932.78425: 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) 172629 1726888932.78458: 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) 172629 1726888932.78510: 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) 172629 1726888932.78531: 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) 172629 1726888932.78659: variable '__storage_is_ostree' from source: set_fact 172629 1726888932.78673: variable 'omit' from source: magic vars 172629 1726888932.78723: variable 'omit' from source: magic vars 172629 1726888932.78757: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888932.78793: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888932.78817: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888932.78844: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888932.78862: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888932.78901: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888932.78945: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888932.78949: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888932.79035: Set connection var ansible_timeout to 10 172629 1726888932.79051: Set connection var ansible_shell_type to sh 172629 1726888932.79066: Set connection var ansible_pipelining to False 172629 1726888932.79077: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888932.79117: Set connection var ansible_shell_executable to /bin/sh 172629 1726888932.79120: Set connection var ansible_connection to ssh 172629 1726888932.79123: variable 'ansible_shell_executable' from source: unknown 172629 1726888932.79125: variable 'ansible_connection' from source: unknown 172629 1726888932.79132: variable 'ansible_module_compression' from source: unknown 172629 1726888932.79138: variable 'ansible_shell_type' from source: unknown 172629 1726888932.79145: variable 'ansible_shell_executable' from source: unknown 172629 1726888932.79152: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888932.79226: variable 'ansible_pipelining' from source: unknown 172629 1726888932.79230: variable 'ansible_timeout' from source: unknown 172629 1726888932.79232: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888932.79292: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888932.79310: variable 'omit' from source: magic vars 172629 1726888932.79320: starting attempt loop 172629 1726888932.79327: running the handler 172629 1726888932.79346: variable 'ansible_facts' from source: unknown 172629 1726888932.79354: variable 'ansible_facts' from source: unknown 172629 1726888932.79417: _low_level_execute_command(): starting 172629 1726888932.79429: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888932.80220: 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 <<< 172629 1726888932.80281: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888932.80340: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888932.80424: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888932.82116: stdout chunk (state=3): >>>/root <<< 172629 1726888932.82261: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888932.82269: stdout chunk (state=3): >>><<< 172629 1726888932.82275: stderr chunk (state=3): >>><<< 172629 1726888932.82295: _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 172629 1726888932.82368: _low_level_execute_command(): starting 172629 1726888932.82375: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888932.8229542-173738-251212880980896 `" && echo ansible-tmp-1726888932.8229542-173738-251212880980896="` echo /root/.ansible/tmp/ansible-tmp-1726888932.8229542-173738-251212880980896 `" ) && sleep 0' 172629 1726888932.83576: 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 <<< 172629 1726888932.83651: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888932.83969: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888932.85637: stdout chunk (state=3): >>>ansible-tmp-1726888932.8229542-173738-251212880980896=/root/.ansible/tmp/ansible-tmp-1726888932.8229542-173738-251212880980896 <<< 172629 1726888932.85773: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888932.85804: stderr chunk (state=3): >>><<< 172629 1726888932.85814: stdout chunk (state=3): >>><<< 172629 1726888932.85838: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888932.8229542-173738-251212880980896=/root/.ansible/tmp/ansible-tmp-1726888932.8229542-173738-251212880980896 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888932.85882: variable 'ansible_module_compression' from source: unknown 172629 1726888932.86015: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 172629 1726888932.86303: variable 'ansible_facts' from source: unknown 172629 1726888932.86434: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888932.8229542-173738-251212880980896/AnsiballZ_dnf.py 172629 1726888932.86779: Sending initial data 172629 1726888932.86783: Sent initial data (154 bytes) 172629 1726888932.87871: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888932.88164: 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' <<< 172629 1726888932.88180: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888932.88195: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888932.88269: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888932.89822: 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 <<< 172629 1726888932.89835: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888932.89873: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888932.89921: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpe8_cclq8 /root/.ansible/tmp/ansible-tmp-1726888932.8229542-173738-251212880980896/AnsiballZ_dnf.py <<< 172629 1726888932.90071: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888932.8229542-173738-251212880980896/AnsiballZ_dnf.py" debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpe8_cclq8" to remote "/root/.ansible/tmp/ansible-tmp-1726888932.8229542-173738-251212880980896/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888932.8229542-173738-251212880980896/AnsiballZ_dnf.py" <<< 172629 1726888932.91308: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888932.91320: stderr chunk (state=3): >>><<< 172629 1726888932.91328: stdout chunk (state=3): >>><<< 172629 1726888932.91396: done transferring module to remote 172629 1726888932.91645: _low_level_execute_command(): starting 172629 1726888932.91649: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888932.8229542-173738-251212880980896/ /root/.ansible/tmp/ansible-tmp-1726888932.8229542-173738-251212880980896/AnsiballZ_dnf.py && sleep 0' 172629 1726888932.92837: 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' <<< 172629 1726888932.93071: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888932.93144: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888932.94950: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888932.94963: stdout chunk (state=3): >>><<< 172629 1726888932.94973: stderr chunk (state=3): >>><<< 172629 1726888932.94989: _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 172629 1726888932.94995: _low_level_execute_command(): starting 172629 1726888932.95002: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888932.8229542-173738-251212880980896/AnsiballZ_dnf.py && sleep 0' 172629 1726888932.96278: 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' <<< 172629 1726888932.96380: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888932.96395: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888932.96484: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888932.98631: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888932.98677: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888932.98703: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888932.98768: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888932.98808: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888932.98838: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888932.98872: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888932.98923: 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' <<< 172629 1726888932.98941: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888932.98969: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888932.99007: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888932.99034: 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 0x7f0c023104d0> <<< 172629 1726888932.99065: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c022dfb30> <<< 172629 1726888932.99092: 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 0x7f0c02312a50> <<< 172629 1726888932.99189: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888932.99192: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 172629 1726888932.99294: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 172629 1726888932.99583: 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' <<< 172629 1726888932.99607: 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 # 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 0x7f0c020c1130> # /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 0x7f0c020c2120> 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. <<< 172629 1726888932.99842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888932.99857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888932.99883: 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 <<< 172629 1726888932.99941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888932.99944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888933.00046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c02107f50> <<< 172629 1726888933.00050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888933.00055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888933.00059: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c021140e0> <<< 172629 1726888933.00222: 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' <<< 172629 1726888933.00226: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888933.00228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888933.00231: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888933.00236: 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 0x7f0c02137980> <<< 172629 1726888933.00295: 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 0x7f0c02137f50> import '_collections' # <<< 172629 1726888933.00585: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c02117c20> import '_functools' # <<< 172629 1726888933.00790: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c02115340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c02105100> # /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 0x7f0c0215b8f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0215a510> # /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 0x7f0c02116210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c02158d40> # /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 0x7f0c02188950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c02104380> # /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 0x7f0c02188e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c02188cb0> # 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 0x7f0c021890a0> <<< 172629 1726888933.00809: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c020faea0> <<< 172629 1726888933.00841: 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' <<< 172629 1726888933.00860: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888933.00896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888933.00910: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c02189760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c02189460> import 'importlib.machinery' # <<< 172629 1726888933.00942: 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' <<< 172629 1726888933.00973: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0218a660> import 'importlib.util' # import 'runpy' # <<< 172629 1726888933.00999: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888933.01036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888933.01075: 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 0x7f0c021a4860> import 'errno' # <<< 172629 1726888933.01117: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888933.01154: 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 0x7f0c021a5fa0> # /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' <<< 172629 1726888933.01589: 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' <<< 172629 1726888933.01592: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c021a6e40> <<< 172629 1726888933.01595: 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 0x7f0c021a74a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c021a6390> # /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 0x7f0c021a7f20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c021a7650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0218a690> # /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 0x7f0c01ed7da0> # /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 0x7f0c01f00800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01f00560> # 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 0x7f0c01f00830> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888933.01606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726888933.01670: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888933.01782: 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 0x7f0c01f01160> <<< 172629 1726888933.01890: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888933.01915: 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 0x7f0c01f01a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01f00a10> <<< 172629 1726888933.01948: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01ed5f40> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888933.01976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888933.02087: 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 0x7f0c01f02e40> <<< 172629 1726888933.02114: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01f00fe0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0218ad80> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888933.02176: 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' <<< 172629 1726888933.02207: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01f2f140> <<< 172629 1726888933.02269: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888933.02295: 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 <<< 172629 1726888933.02310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888933.02347: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01f574d0> <<< 172629 1726888933.02368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888933.02420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888933.02475: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888933.02501: 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 0x7f0c01fb02c0> <<< 172629 1726888933.02520: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888933.02548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888933.02564: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888933.02601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888933.02684: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01fb2a20> <<< 172629 1726888933.02760: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01fb03e0> <<< 172629 1726888933.02788: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01f7d2b0> <<< 172629 1726888933.02826: 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 0x7f0c01db53d0> <<< 172629 1726888933.02849: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01f562d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01f03d10> <<< 172629 1726888933.02972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888933.02982: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0c01db5670> <<< 172629 1726888933.03130: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_w7wgveix/ansible_ansible.legacy.dnf_payload.zip' <<< 172629 1726888933.03140: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.03260: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.03294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888933.03297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888933.03336: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888933.03407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888933.03439: 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 0x7f0c01e0f140> import '_typing' # <<< 172629 1726888933.03628: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01dee030> <<< 172629 1726888933.03664: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01ded190> # zipimport: zlib available <<< 172629 1726888933.03676: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726888933.03719: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888933.03722: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888933.03739: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.05151: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.06217: 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' <<< 172629 1726888933.06222: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01e0d010> <<< 172629 1726888933.06246: 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' <<< 172629 1726888933.06271: 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' <<< 172629 1726888933.06294: 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' <<< 172629 1726888933.06330: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888933.06333: 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 0x7f0c01e36b10> <<< 172629 1726888933.06370: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01e368a0> <<< 172629 1726888933.06388: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01e361b0> <<< 172629 1726888933.06417: 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' <<< 172629 1726888933.06477: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01e36c60> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01e0fdd0> import 'atexit' # <<< 172629 1726888933.06501: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888933.06526: 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 0x7f0c01e37890> <<< 172629 1726888933.06545: 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 0x7f0c01e37ad0> <<< 172629 1726888933.06571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888933.06596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888933.06608: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888933.06663: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01e37fe0> import 'pwd' # <<< 172629 1726888933.06689: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888933.06703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888933.06744: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01715d60> <<< 172629 1726888933.06788: 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 0x7f0c01717980> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888933.06807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888933.06845: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0171c350> <<< 172629 1726888933.06878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888933.06903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888933.06923: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0171d4f0> <<< 172629 1726888933.06964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888933.06985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888933.06996: 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' <<< 172629 1726888933.07029: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0171ffb0> <<< 172629 1726888933.07099: 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 0x7f0c017200e0> <<< 172629 1726888933.07142: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0171e270> # /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' <<< 172629 1726888933.07206: 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' <<< 172629 1726888933.07301: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888933.07305: 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 0x7f0c01723e90> import '_tokenize' # <<< 172629 1726888933.07373: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01722960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c017226c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888933.07416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888933.07464: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01722c30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0171e780> <<< 172629 1726888933.07696: 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 0x7f0c01767fe0> # /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 0x7f0c01768320> # /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 0x7f0c01769d90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01769b50> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888933.07717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888933.07767: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888933.07793: 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 0x7f0c0176c2f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0176a480> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888933.07830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888933.07906: 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 0x7f0c0176fad0> <<< 172629 1726888933.08027: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0176c4a0> <<< 172629 1726888933.08084: 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 0x7f0c017708c0> <<< 172629 1726888933.08118: 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 0x7f0c0176d010> <<< 172629 1726888933.08167: 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 0x7f0c01770c20> <<< 172629 1726888933.08211: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c017684a0> # /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' <<< 172629 1726888933.08334: 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' <<< 172629 1726888933.08360: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c017fc440> <<< 172629 1726888933.08437: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888933.08476: 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 0x7f0c017fd7c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01772bd0> <<< 172629 1726888933.08491: 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 0x7f0c01773f80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01772810> # zipimport: zlib available <<< 172629 1726888933.08522: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888933.08535: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.08616: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.08714: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.08746: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888933.08766: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888933.08960: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.08997: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.09523: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.10052: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888933.10059: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888933.10099: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888933.10103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888933.10260: 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 0x7f0c01601a00> <<< 172629 1726888933.10308: 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 0x7f0c01602810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c017fd8e0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 172629 1726888933.10357: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.10369: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888933.10512: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.10662: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888933.10682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01601520> # zipimport: zlib available <<< 172629 1726888933.11132: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.11596: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.11780: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888933.11813: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726888933.11893: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.11970: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888933.12005: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888933.12021: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.12114: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888933.12339: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.12572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888933.12690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726888933.12711: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c016039b0> # zipimport: zlib available <<< 172629 1726888933.12776: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.12907: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888933.12915: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888933.12981: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # <<< 172629 1726888933.12994: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.13033: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.13116: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.13139: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.13203: 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 <<< 172629 1726888933.13241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888933.13319: 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 0x7f0c0160e480> <<< 172629 1726888933.13475: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0160b710> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888933.13479: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888933.13521: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.13546: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.13604: 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' <<< 172629 1726888933.13760: 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 <<< 172629 1726888933.13795: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888933.13809: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01e86c60> <<< 172629 1726888933.13844: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01e6e930> <<< 172629 1726888933.13925: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0160e4e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01771bb0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888933.13946: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.13981: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.14120: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888933.14134: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888933.14659: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.15179: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.15839: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.16521: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c016a0c20> <<< 172629 1726888933.16559: 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 0x7f0c016a0e90> # /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' <<< 172629 1726888933.16662: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c016a1580> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c016a1130> # /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' <<< 172629 1726888933.16702: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c016a1eb0> <<< 172629 1726888933.16773: 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' <<< 172629 1726888933.16987: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 172629 1726888933.16990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 172629 1726888933.17002: 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' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0168da30> # /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 0x7f0c0168d8e0> # /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 0x7f0c012ea7b0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c016a3680> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 172629 1726888933.17025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 172629 1726888933.17051: 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' <<< 172629 1726888933.17078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 172629 1726888933.17115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 172629 1726888933.17179: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c012f9310> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c012ebe90> <<< 172629 1726888933.17223: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c012eb230> <<< 172629 1726888933.17265: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c016a2b10> <<< 172629 1726888933.17287: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 172629 1726888933.17315: 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 <<< 172629 1726888933.17436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01365340> <<< 172629 1726888933.17532: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0131d460> <<< 172629 1726888933.17681: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c012ebc50> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 172629 1726888933.17694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 172629 1726888933.17719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 172629 1726888933.17914: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0136cec0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01367140> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0131cf50> <<< 172629 1726888933.17918: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c016a24e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c016a1f10> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c016a1c10> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c016a0ec0> # /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 0x7f0c016a1f40> # /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 <<< 172629 1726888933.17920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 172629 1726888933.17964: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0136d520> <<< 172629 1726888933.18001: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0136d130> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 172629 1726888933.18093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888933.18096: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0136ddf0> <<< 172629 1726888933.18115: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 172629 1726888933.18227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 172629 1726888933.18233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888933.18281: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888933.18360: 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 0x7f0c0137c7d0> <<< 172629 1726888933.18548: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01355970> <<< 172629 1726888933.18575: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0136ebd0> <<< 172629 1726888933.18675: 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' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01355370> # /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 0x7f0c0138a3c0> <<< 172629 1726888933.18960: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0138b050> <<< 172629 1726888933.18965: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0138ab10> <<< 172629 1726888933.18987: stdout chunk (state=3): >>># /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 0x7f0c0138b560> # /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' <<< 172629 1726888933.19191: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0135fa70> <<< 172629 1726888933.19224: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 172629 1726888933.19258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 172629 1726888933.19261: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0127deb0> <<< 172629 1726888933.19298: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.19400: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 172629 1726888933.19413: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.19530: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.19669: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 172629 1726888933.19690: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.19727: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.19780: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # # zipimport: zlib available <<< 172629 1726888933.19913: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.20022: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 172629 1726888933.20111: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888933.20576: 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' <<< 172629 1726888933.20616: 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' <<< 172629 1726888933.20648: 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 0x7f0c012baed0> <<< 172629 1726888933.20675: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726888933.20736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726888933.20836: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c012baff0> <<< 172629 1726888933.20990: 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 <<< 172629 1726888933.21005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c0100f1a0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0100e9f0> # 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 0x7f0c0100ebd0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c012bb530> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c012ba150> <<< 172629 1726888933.21039: 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 0x7f0c012bab70> <<< 172629 1726888933.21072: 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 <<< 172629 1726888933.21184: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 172629 1726888933.21200: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 172629 1726888933.21330: 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 0x7f0c01088770> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01088350> <<< 172629 1726888933.21411: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 172629 1726888933.21448: 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 0x7f0c0108bf80> <<< 172629 1726888933.21478: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c010888c0> <<< 172629 1726888933.21537: 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 <<< 172629 1726888933.21579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 172629 1726888933.22513: 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 0x7f0c00b37140> <<< 172629 1726888933.22572: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c010b01a0> <<< 172629 1726888933.22629: 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 <<< 172629 1726888933.22698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 172629 1726888933.22750: 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 0x7f0c00bb0e30> <<< 172629 1726888933.22903: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c00b376b0> <<< 172629 1726888933.22924: 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 <<< 172629 1726888933.23097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' # extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c00bb3da0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c00bb0f50> <<< 172629 1726888933.23100: 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 <<< 172629 1726888933.23148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 172629 1726888933.23224: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' <<< 172629 1726888933.23244: 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 0x7f0c00bf3f50> <<< 172629 1726888933.23308: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c00bf01a0> # /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' <<< 172629 1726888933.23359: 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 0x7f0bff1f1250> <<< 172629 1726888933.23415: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff1f0650> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0102be90> <<< 172629 1726888933.23508: 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' <<< 172629 1726888933.23538: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # 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 0x7f0bff20c770> <<< 172629 1726888933.23579: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff1f3bc0> <<< 172629 1726888933.23597: 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 <<< 172629 1726888933.23760: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 172629 1726888933.23780: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff20edb0> # /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 0x7f0bff20fc80> # /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' <<< 172629 1726888933.24212: 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 0x7f0bff23c590> <<< 172629 1726888933.24241: 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 <<< 172629 1726888933.24275: 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 0x7f0bff23da90> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff20fec0> <<< 172629 1726888933.24307: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff20ed20> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff20e600> <<< 172629 1726888933.24481: 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 <<< 172629 1726888933.24495: stdout chunk (state=3): >>># 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 0x7f0bff23f6e0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff20f1a0> <<< 172629 1726888933.24528: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff20ca70> <<< 172629 1726888933.24563: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff1f31d0> <<< 172629 1726888933.24599: 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' <<< 172629 1726888933.24719: 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 0x7f0bff1f38f0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff1f3650> <<< 172629 1726888933.24758: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff1f13d0> <<< 172629 1726888933.24785: 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 0x7f0bff278d70> <<< 172629 1726888933.24835: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 172629 1726888933.24861: 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 <<< 172629 1726888933.24916: 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 <<< 172629 1726888933.25196: 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 0x7f0bff27b290> <<< 172629 1726888933.25217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff27ba70> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff27a570> # /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 0x7f0bff2a02c0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff278c20> # /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 0x7f0bff2a1cd0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff2a1250> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff2a1070> <<< 172629 1726888933.25239: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 172629 1726888933.25264: 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 <<< 172629 1726888933.25307: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726888933.25310: 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 <<< 172629 1726888933.25363: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 172629 1726888933.25366: 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' <<< 172629 1726888933.25394: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff2ccd40> <<< 172629 1726888933.25408: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 172629 1726888933.25441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 172629 1726888933.25469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888933.25517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888933.25544: 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' <<< 172629 1726888933.25569: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeb96db0> <<< 172629 1726888933.25598: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888933.25744: 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 0x7f0bfeb97110> <<< 172629 1726888933.25770: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff2cf050> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff2cd1f0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff2cc230> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff2a2480> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff2a2150> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py <<< 172629 1726888933.25785: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 172629 1726888933.25809: 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' <<< 172629 1726888933.25850: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfebd0c50> <<< 172629 1726888933.25871: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeb97d70> <<< 172629 1726888933.25893: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff2a29c0> <<< 172629 1726888933.25922: 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 <<< 172629 1726888933.26063: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfebd1340> <<< 172629 1726888933.26070: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfebd16d0> <<< 172629 1726888933.26095: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfebd1790> # /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 0x7f0bfebd1880> # /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' <<< 172629 1726888933.26110: 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 <<< 172629 1726888933.26135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 172629 1726888933.26205: 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 0x7f0bfebf0440> <<< 172629 1726888933.26220: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfebd2570> <<< 172629 1726888933.26391: 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 0x7f0bfebf0620> <<< 172629 1726888933.26395: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 172629 1726888933.26415: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfebf0710> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfebd17c0> # /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 0x7f0bfebf08c0> # /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 <<< 172629 1726888933.26509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888933.26512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888933.26600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888933.26657: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726888933.26660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888933.26677: 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 0x7f0bfec402f0> <<< 172629 1726888933.26697: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfec1b710> <<< 172629 1726888933.26746: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfec1a180> <<< 172629 1726888933.26939: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfebf20c0> <<< 172629 1726888933.27004: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfebf1520> # /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 0x7f0bfebf2570> # /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' <<< 172629 1726888933.27158: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfebd0d10> # /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 0x7f0bfec58a70> <<< 172629 1726888933.27192: 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 0x7f0bfec58ce0> # /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 0x7f0bfec59640> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfec590d0> # /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 0x7f0bfec5a540> import 'gc' # <<< 172629 1726888933.27205: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0100f2c0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c012b9f10> <<< 172629 1726888933.27741: 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 <<< 172629 1726888933.27770: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 172629 1726888933.27795: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfec5b230> <<< 172629 1726888933.27826: 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' <<< 172629 1726888933.27874: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 172629 1726888933.27883: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 172629 1726888933.27979: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 172629 1726888933.27982: 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 <<< 172629 1726888933.28008: 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 0x7f0bfea27ce0> <<< 172629 1726888933.28014: 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' <<< 172629 1726888933.28050: 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 <<< 172629 1726888933.28358: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' # /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' # 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 0x7f0bfea4dd00> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea4d8e0> # 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' <<< 172629 1726888933.28362: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bfec5a4e0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea4c7a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea27fe0> <<< 172629 1726888933.28390: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea24d40> # /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 0x7f0bfea4c590> # /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' <<< 172629 1726888933.28423: 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 <<< 172629 1726888933.28430: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 172629 1726888933.28466: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea632c0> <<< 172629 1726888933.28495: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea61df0> <<< 172629 1726888933.28538: 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 <<< 172629 1726888933.28560: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 172629 1726888933.28583: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea84ad0> <<< 172629 1726888933.28659: 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 <<< 172629 1726888933.28662: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' <<< 172629 1726888933.28664: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea84dd0> <<< 172629 1726888933.28666: 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 <<< 172629 1726888933.28671: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' <<< 172629 1726888933.28772: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea85040> # /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 0x7f0bfea852e0> # /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' <<< 172629 1726888933.28776: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py # 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 0x7f0bfea85a00> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea85850> <<< 172629 1726888933.28807: 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 0x7f0bfea872f0> <<< 172629 1726888933.28841: 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 0x7f0bfea87440> <<< 172629 1726888933.28897: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py <<< 172629 1726888933.28901: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 172629 1726888933.28918: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea87650> <<< 172629 1726888933.29112: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py # 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 0x7f0bfeaa05f0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea87e30> # /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 0x7f0bfeaa1190> <<< 172629 1726888933.29120: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' <<< 172629 1726888933.29123: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeaa15e0> <<< 172629 1726888933.29126: 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 <<< 172629 1726888933.29206: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' <<< 172629 1726888933.29211: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeaa1790> <<< 172629 1726888933.29214: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py <<< 172629 1726888933.29242: 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 0x7f0bfeaa1a60> # /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 0x7f0bfeaa2960> <<< 172629 1726888933.29265: 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 <<< 172629 1726888933.29291: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeaa2ba0> <<< 172629 1726888933.29331: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py <<< 172629 1726888933.29522: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 172629 1726888933.29526: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeaa2db0> <<< 172629 1726888933.29529: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 172629 1726888933.29684: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeaa39b0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeaa34d0> # /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 0x7f0bfeac4860> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeac41a0> # /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 0x7f0bfeac54f0> # /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 0x7f0bfeac57f0> # /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 0x7f0bfeac6750> # /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 0x7f0bfeac69c0> <<< 172629 1726888933.29688: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeac6b70> <<< 172629 1726888933.29715: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfec5b680> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfec5b410> <<< 172629 1726888933.29721: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfec5ab40> <<< 172629 1726888933.29749: 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 <<< 172629 1726888933.29770: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 172629 1726888933.29904: 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' <<< 172629 1726888933.29907: 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 0x7f0bfeac75c0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeac72f0> # /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' <<< 172629 1726888933.29935: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 172629 1726888933.29971: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 172629 1726888933.30028: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeaf1a60> <<< 172629 1726888933.30049: 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' <<< 172629 1726888933.30168: 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' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeaf31a0> <<< 172629 1726888933.30218: 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 0x7f0bfeaf2390> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeaf1f40> <<< 172629 1726888933.30287: 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 <<< 172629 1726888933.30372: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8409e0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe827dd0> # /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 <<< 172629 1726888933.30439: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 172629 1726888933.30469: stdout chunk (state=3): >>>import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe843890> <<< 172629 1726888933.30480: 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' <<< 172629 1726888933.30506: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe843a10> <<< 172629 1726888933.30544: 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 <<< 172629 1726888933.30548: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 172629 1726888933.30588: stdout chunk (state=3): >>># destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe841070> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe840d40> <<< 172629 1726888933.30701: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeac7890> # /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' <<< 172629 1726888933.30704: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeaf0cb0> <<< 172629 1726888933.30707: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeac75f0> <<< 172629 1726888933.30710: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfec5b3e0> <<< 172629 1726888933.30885: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe86a330> # /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 0x7f0bfe86abd0> <<< 172629 1726888933.30889: 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 <<< 172629 1726888933.30896: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 172629 1726888933.30924: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe86bbc0> <<< 172629 1726888933.30927: 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 <<< 172629 1726888933.30934: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 172629 1726888933.31172: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe894260> <<< 172629 1726888933.31197: 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' # 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 0x7f0bfe895910> <<< 172629 1726888933.31221: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8952e0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe894f80> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe894c20> <<< 172629 1726888933.31245: 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 <<< 172629 1726888933.31266: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 172629 1726888933.31300: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8956a0> <<< 172629 1726888933.31317: 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 <<< 172629 1726888933.31342: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 172629 1726888933.31381: 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' <<< 172629 1726888933.31409: 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 0x7f0bfe897680> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py <<< 172629 1726888933.31428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe897740> <<< 172629 1726888933.31456: 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' <<< 172629 1726888933.31553: 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 0x7f0bfe897e30> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe897ce0> <<< 172629 1726888933.31580: 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 <<< 172629 1726888933.31593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 172629 1726888933.31627: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 172629 1726888933.31639: 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 <<< 172629 1726888933.31735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 172629 1726888933.31765: 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 0x7f0bfe8c63c0> <<< 172629 1726888933.31797: 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 <<< 172629 1726888933.31824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 172629 1726888933.31844: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8c7590> <<< 172629 1726888933.31895: 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 0x7f0bfe8c7800> <<< 172629 1726888933.31919: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 172629 1726888933.31948: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888933.31962: 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 0x7f0bfe8c7980> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8c77a0> <<< 172629 1726888933.31999: stdout chunk (state=3): >>>import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8c7080> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8c6510> <<< 172629 1726888933.32030: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8c5820> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8c4da0> <<< 172629 1726888933.32046: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8c4620> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe897170> <<< 172629 1726888933.32074: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe896660> <<< 172629 1726888933.32085: 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' <<< 172629 1726888933.32115: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8c7320> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 172629 1726888933.32148: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8c7dd0> <<< 172629 1726888933.32178: 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 0x7f0bfe8f06b0> <<< 172629 1726888933.32206: 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 <<< 172629 1726888933.32219: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 172629 1726888933.32250: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8f0a70> <<< 172629 1726888933.32271: 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 <<< 172629 1726888933.32299: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8f13a0> <<< 172629 1726888933.32309: 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 <<< 172629 1726888933.32341: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 172629 1726888933.32362: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8f1f10> <<< 172629 1726888933.44834: stdout chunk (state=3): >>> <<< 172629 1726888933.44838: stdout chunk (state=3): >>>{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["cryptsetup"], "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}}} <<< 172629 1726888933.45949: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 172629 1726888933.46012: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888933.46456: 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 <<< 172629 1726888933.46511: stdout chunk (state=3): >>># clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # 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 <<< 172629 1726888933.46515: stdout chunk (state=3): >>># cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 172629 1726888933.46561: stdout chunk (state=3): >>># 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 <<< 172629 1726888933.46616: stdout chunk (state=3): >>># destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize <<< 172629 1726888933.46623: stdout chunk (state=3): >>># cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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<<< 172629 1726888933.46694: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # 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 <<< 172629 1726888933.46735: stdout chunk (state=3): >>># 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 <<< 172629 1726888933.46842: stdout chunk (state=3): >>># cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # 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 <<< 172629 1726888933.47307: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma <<< 172629 1726888933.47349: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath <<< 172629 1726888933.47404: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 172629 1726888933.47412: stdout chunk (state=3): >>># destroy selinux <<< 172629 1726888933.47470: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc <<< 172629 1726888933.47474: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 172629 1726888933.47563: 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 # destroy six <<< 172629 1726888933.47570: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection <<< 172629 1726888933.47648: stdout chunk (state=3): >>># destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal <<< 172629 1726888933.47651: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand <<< 172629 1726888933.47698: stdout chunk (state=3): >>># destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # 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 <<< 172629 1726888933.47721: stdout chunk (state=3): >>># cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token <<< 172629 1726888933.47770: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob <<< 172629 1726888933.47823: stdout chunk (state=3): >>># cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf <<< 172629 1726888933.47860: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # 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 <<< 172629 1726888933.47883: stdout chunk (state=3): >>># cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message <<< 172629 1726888933.47914: stdout chunk (state=3): >>># destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar<<< 172629 1726888933.47998: stdout chunk (state=3): >>> # 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 <<< 172629 1726888933.48062: stdout chunk (state=3): >>># 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 <<< 172629 1726888933.48066: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform <<< 172629 1726888933.48110: stdout chunk (state=3): >>># cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # 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 <<< 172629 1726888933.48163: stdout chunk (state=3): >>># destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib<<< 172629 1726888933.48180: stdout chunk (state=3): >>> # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct <<< 172629 1726888933.48240: stdout chunk (state=3): >>># cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # 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 <<< 172629 1726888933.48260: 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 stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc <<< 172629 1726888933.48301: stdout chunk (state=3): >>># cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 172629 1726888933.48333: stdout chunk (state=3): >>># destroy _dbus_bindings # destroy decimal # destroy _curses<<< 172629 1726888933.48344: stdout chunk (state=3): >>> # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888933.48804: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888933.48859: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 172629 1726888933.48885: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 172629 1726888933.48926: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle <<< 172629 1726888933.48956: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888933.48982: stdout chunk (state=3): >>># destroy _queue # destroy array # destroy copyreg # destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 172629 1726888933.49022: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip <<< 172629 1726888933.49079: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 172629 1726888933.49097: 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 <<< 172629 1726888933.49121: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 172629 1726888933.49176: 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 <<< 172629 1726888933.49205: stdout chunk (state=3): >>># destroy rpm <<< 172629 1726888933.49264: stdout chunk (state=3): >>># destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json <<< 172629 1726888933.49294: stdout chunk (state=3): >>># destroy collections # destroy io # destroy _opcode <<< 172629 1726888933.49340: stdout chunk (state=3): >>># destroy _warnings <<< 172629 1726888933.49376: stdout chunk (state=3): >>># destroy posix <<< 172629 1726888933.49405: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 172629 1726888933.49428: stdout chunk (state=3): >>># destroy _ssl <<< 172629 1726888933.49510: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888933.49647: 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 <<< 172629 1726888933.49744: stdout chunk (state=3): >>># destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 172629 1726888933.50478: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888933.50539: stderr chunk (state=3): >>><<< 172629 1726888933.50542: stdout chunk (state=3): >>><<< 172629 1726888933.50990: _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 0x7f0c023104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c022dfb30> # /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 0x7f0c02312a50> 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 0x7f0c020c1130> # /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 0x7f0c020c2120> 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 0x7f0c02107f50> # /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 0x7f0c021140e0> # /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 0x7f0c02137980> # /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 0x7f0c02137f50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c02117c20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c02115340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c02105100> # /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 0x7f0c0215b8f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0215a510> # /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 0x7f0c02116210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c02158d40> # /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 0x7f0c02188950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c02104380> # /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 0x7f0c02188e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c02188cb0> # 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 0x7f0c021890a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c020faea0> # /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 0x7f0c02189760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c02189460> 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 0x7f0c0218a660> 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 0x7f0c021a4860> 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 0x7f0c021a5fa0> # /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 0x7f0c021a6e40> # 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 0x7f0c021a74a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c021a6390> # /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 0x7f0c021a7f20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c021a7650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0218a690> # /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 0x7f0c01ed7da0> # /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 0x7f0c01f00800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01f00560> # 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 0x7f0c01f00830> # /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 0x7f0c01f01160> # 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 0x7f0c01f01a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01f00a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01ed5f40> # /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 0x7f0c01f02e40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01f00fe0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0218ad80> # /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 0x7f0c01f2f140> # /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 0x7f0c01f574d0> # /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 0x7f0c01fb02c0> # /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 0x7f0c01fb2a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01fb03e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01f7d2b0> # /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 0x7f0c01db53d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01f562d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01f03d10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0c01db5670> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_w7wgveix/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 0x7f0c01e0f140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01dee030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01ded190> # 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 0x7f0c01e0d010> # /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 0x7f0c01e36b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01e368a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01e361b0> # /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 0x7f0c01e36c60> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01e0fdd0> 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 0x7f0c01e37890> # 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 0x7f0c01e37ad0> # /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 0x7f0c01e37fe0> 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 0x7f0c01715d60> # 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 0x7f0c01717980> # /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 0x7f0c0171c350> # /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 0x7f0c0171d4f0> # /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 0x7f0c0171ffb0> # 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 0x7f0c017200e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0171e270> # /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 0x7f0c01723e90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01722960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c017226c0> # /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 0x7f0c01722c30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0171e780> # 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 0x7f0c01767fe0> # /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 0x7f0c01768320> # /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 0x7f0c01769d90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01769b50> # /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 0x7f0c0176c2f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0176a480> # /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 0x7f0c0176fad0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0176c4a0> # 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 0x7f0c017708c0> # 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 0x7f0c0176d010> # 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 0x7f0c01770c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c017684a0> # /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 0x7f0c017fc440> # 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 0x7f0c017fd7c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01772bd0> # 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 0x7f0c01773f80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01772810> # 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 0x7f0c01601a00> # /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 0x7f0c01602810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c017fd8e0> 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 0x7f0c01601520> # 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 0x7f0c016039b0> # 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 0x7f0c0160e480> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0160b710> 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 0x7f0c01e86c60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01e6e930> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0160e4e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01771bb0> # 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 0x7f0c016a0c20> # /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 0x7f0c016a0e90> # /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 0x7f0c016a1580> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c016a1130> # /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 0x7f0c016a1eb0> # /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 0x7f0c0168da30> # /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 0x7f0c0168d8e0> # /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 0x7f0c012ea7b0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c016a3680> # /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 0x7f0c012f9310> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c012ebe90> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c012eb230> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c016a2b10> # /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 0x7f0c01365340> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0131d460> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c012ebc50> # /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 0x7f0c0136cec0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01367140> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0131cf50> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c016a24e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c016a1f10> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c016a1c10> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c016a0ec0> # /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 0x7f0c016a1f40> # /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 0x7f0c0136d520> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0136d130> # /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 0x7f0c0136ddf0> # /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 0x7f0c0137c7d0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01355970> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0136ebd0> # /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 0x7f0c01355370> # /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 0x7f0c0138a3c0> # /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 0x7f0c0138b050> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0138ab10> # /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 0x7f0c0138b560> # /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 0x7f0c0135fa70> # /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 0x7f0c0127deb0> # 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 0x7f0c012baed0> # /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 0x7f0c012baff0> # /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 0x7f0c0100f1a0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0100e9f0> # 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 0x7f0c0100ebd0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c012bb530> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c012ba150> # /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 0x7f0c012bab70> # /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 0x7f0c01088770> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c01088350> # /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 0x7f0c0108bf80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c010888c0> # /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 0x7f0c00b37140> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c010b01a0> # /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 0x7f0c00bb0e30> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c00b376b0> # /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 0x7f0c00bb3da0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c00bb0f50> # /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 0x7f0c00bf3f50> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c00bf01a0> # /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 0x7f0bff1f1250> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff1f0650> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0102be90> # /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 0x7f0bff20c770> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff1f3bc0> # /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 0x7f0bff20edb0> # /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 0x7f0bff20fc80> # /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 0x7f0bff23c590> # /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 0x7f0bff23da90> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff20fec0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff20ed20> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff20e600> # /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 0x7f0bff23f6e0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff20f1a0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff20ca70> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff1f31d0> # /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 0x7f0bff1f38f0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff1f3650> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff1f13d0> # /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 0x7f0bff278d70> # /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 0x7f0bff27b290> # /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 0x7f0bff27ba70> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff27a570> # /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 0x7f0bff2a02c0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff278c20> # /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 0x7f0bff2a1cd0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff2a1250> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff2a1070> # /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 0x7f0bff2ccd40> # /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 0x7f0bfeb96db0> # 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 0x7f0bfeb97110> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff2cf050> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff2cd1f0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff2cc230> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff2a2480> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff2a2150> # /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 0x7f0bfebd0c50> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeb97d70> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bff2a29c0> # /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 0x7f0bfebd1340> # /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 0x7f0bfebd16d0> # /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 0x7f0bfebd1790> # /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 0x7f0bfebd1880> # /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 0x7f0bfebf0440> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfebd2570> # /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 0x7f0bfebf0620> # /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 0x7f0bfebf0710> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfebd17c0> # /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 0x7f0bfebf08c0> # /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 0x7f0bfec402f0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfec1b710> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfec1a180> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfebf20c0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfebf1520> # /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 0x7f0bfebf2570> # /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 0x7f0bfebd0d10> # /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 0x7f0bfec58a70> # /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 0x7f0bfec58ce0> # /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 0x7f0bfec59640> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfec590d0> # /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 0x7f0bfec5a540> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c0100f2c0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c012b9f10> # /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 0x7f0bfec5b230> # /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 0x7f0bfea27ce0> # /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 0x7f0bfea4dd00> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea4d8e0> # 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 0x7f0bfec5a4e0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea4c7a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea27fe0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea24d40> # /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 0x7f0bfea4c590> # /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 0x7f0bfea632c0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea61df0> # /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 0x7f0bfea84ad0> # /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 0x7f0bfea84dd0> # /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 0x7f0bfea85040> # /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 0x7f0bfea852e0> # /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 0x7f0bfea85a00> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea85850> # /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 0x7f0bfea872f0> # /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 0x7f0bfea87440> # /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 0x7f0bfea87650> # /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 0x7f0bfeaa05f0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfea87e30> # /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 0x7f0bfeaa1190> # /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 0x7f0bfeaa15e0> # /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 0x7f0bfeaa1790> # /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 0x7f0bfeaa1a60> # /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 0x7f0bfeaa2960> # /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 0x7f0bfeaa2ba0> # /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 0x7f0bfeaa2db0> # /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 0x7f0bfeaa39b0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeaa34d0> # /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 0x7f0bfeac4860> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeac41a0> # /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 0x7f0bfeac54f0> # /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 0x7f0bfeac57f0> # /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 0x7f0bfeac6750> # /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 0x7f0bfeac69c0> # /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 0x7f0bfeac6b70> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfec5b680> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfec5b410> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfec5ab40> # /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 0x7f0bfeac75c0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeac72f0> # /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 0x7f0bfeaf1a60> # /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 0x7f0bfeaf31a0> # 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 0x7f0bfeaf2390> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeaf1f40> # /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 0x7f0bfe8409e0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe827dd0> # /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 0x7f0bfe843890> # /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 0x7f0bfe843a10> # /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 0x7f0bfe841070> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe840d40> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeac7890> # /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 0x7f0bfeaf0cb0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfeac75f0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfec5b3e0> # /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 0x7f0bfe86a330> # /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 0x7f0bfe86abd0> # /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 0x7f0bfe86bbc0> # /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 0x7f0bfe894260> # /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 0x7f0bfe895910> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8952e0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe894f80> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe894c20> # /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 0x7f0bfe8956a0> # /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 0x7f0bfe897680> # /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 0x7f0bfe897740> # /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 0x7f0bfe897e30> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe897ce0> # /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 0x7f0bfe8c63c0> # /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 0x7f0bfe8c7590> # /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 0x7f0bfe8c7800> # /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 0x7f0bfe8c7980> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8c77a0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8c7080> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8c6510> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8c5820> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8c4da0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe8c4620> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe897170> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bfe896660> # /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 0x7f0bfe8c7320> # /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 0x7f0bfe8c7dd0> # /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 0x7f0bfe8f06b0> # /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 0x7f0bfe8f0a70> # /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 0x7f0bfe8f13a0> # /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 0x7f0bfe8f1f10> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["cryptsetup"], "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. 172629 1726888933.53052: done with _execute_module (ansible.legacy.dnf, {'name': 'cryptsetup', '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-1726888932.8229542-173738-251212880980896/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888933.53060: _low_level_execute_command(): starting 172629 1726888933.53063: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888932.8229542-173738-251212880980896/ > /dev/null 2>&1 && sleep 0' 172629 1726888933.53065: 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 <<< 172629 1726888933.53068: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888933.53070: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888933.53072: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888933.53074: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888933.54175: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888933.54213: stderr chunk (state=3): >>><<< 172629 1726888933.54222: stdout chunk (state=3): >>><<< 172629 1726888933.54243: _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 172629 1726888933.54460: handler run complete 172629 1726888933.54463: attempt loop complete, returning result 172629 1726888933.54466: _execute() done 172629 1726888933.54468: dumping result to json 172629 1726888933.54470: done dumping result, returning 172629 1726888933.54472: done running TaskExecutor() for managed_node1/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-d0a8-add8-0000000004ea] 172629 1726888933.54473: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004ea 172629 1726888933.54544: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004ea 172629 1726888933.54549: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 172629 1726888933.54631: no more pending results, returning what we have 172629 1726888933.54635: results queue empty 172629 1726888933.54636: checking for any_errors_fatal 172629 1726888933.54642: done checking for any_errors_fatal 172629 1726888933.54643: checking for max_fail_percentage 172629 1726888933.54645: done checking for max_fail_percentage 172629 1726888933.54645: checking to see if all hosts have failed and the running result is not ok 172629 1726888933.54646: done checking to see if all hosts have failed 172629 1726888933.54647: getting the remaining hosts for this loop 172629 1726888933.54649: done getting the remaining hosts for this loop 172629 1726888933.54656: getting the next task for host managed_node1 172629 1726888933.54664: done getting next task for host managed_node1 172629 1726888933.54667: ^ task is: TASK: Collect LUKS info for this volume 172629 1726888933.54672: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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 172629 1726888933.54675: getting variables 172629 1726888933.54677: in VariableManager get_vars() 172629 1726888933.54708: Calling all_inventory to load vars for managed_node1 172629 1726888933.54711: Calling groups_inventory to load vars for managed_node1 172629 1726888933.54714: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888933.54725: Calling all_plugins_play to load vars for managed_node1 172629 1726888933.54728: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888933.54731: Calling groups_plugins_play to load vars for managed_node1 172629 1726888933.55782: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888933.56790: done with get_vars() 172629 1726888933.56813: done getting variables 172629 1726888933.56910: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Friday 20 September 2024 23:22:13 -0400 (0:00:00.854) 0:00:33.849 ****** 172629 1726888933.56948: entering _queue_task() for managed_node1/command 172629 1726888933.57708: worker is 1 (out of 1 available) 172629 1726888933.57744: exiting _queue_task() for managed_node1/command 172629 1726888933.57763: done queuing things up, now waiting for results queue to drain 172629 1726888933.57764: waiting for pending results... 172629 1726888933.58082: running TaskExecutor() for managed_node1/TASK: Collect LUKS info for this volume 172629 1726888933.58164: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004eb 172629 1726888933.58193: variable 'ansible_search_path' from source: unknown 172629 1726888933.58297: calling self._execute() 172629 1726888933.58345: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888933.58361: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888933.58378: variable 'omit' from source: magic vars 172629 1726888933.59141: variable 'storage_test_volume' from source: include params 172629 1726888933.59170: variable '_storage_test_volume_present' from source: set_fact 172629 1726888933.59199: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 172629 1726888933.59206: when evaluation is False, skipping this task 172629 1726888933.59212: _execute() done 172629 1726888933.59219: dumping result to json 172629 1726888933.59226: done dumping result, returning 172629 1726888933.59236: done running TaskExecutor() for managed_node1/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-d0a8-add8-0000000004eb] 172629 1726888933.59352: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004eb 172629 1726888933.59436: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004eb 172629 1726888933.59440: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888933.59490: no more pending results, returning what we have 172629 1726888933.59494: results queue empty 172629 1726888933.59495: checking for any_errors_fatal 172629 1726888933.59502: done checking for any_errors_fatal 172629 1726888933.59503: checking for max_fail_percentage 172629 1726888933.59504: done checking for max_fail_percentage 172629 1726888933.59505: checking to see if all hosts have failed and the running result is not ok 172629 1726888933.59506: done checking to see if all hosts have failed 172629 1726888933.59507: getting the remaining hosts for this loop 172629 1726888933.59508: done getting the remaining hosts for this loop 172629 1726888933.59511: getting the next task for host managed_node1 172629 1726888933.59519: done getting next task for host managed_node1 172629 1726888933.59521: ^ task is: TASK: Verify the presence/absence of the LUKS device node 172629 1726888933.59526: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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 172629 1726888933.59529: getting variables 172629 1726888933.59531: in VariableManager get_vars() 172629 1726888933.59566: Calling all_inventory to load vars for managed_node1 172629 1726888933.59569: Calling groups_inventory to load vars for managed_node1 172629 1726888933.59572: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888933.59582: Calling all_plugins_play to load vars for managed_node1 172629 1726888933.59585: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888933.59587: Calling groups_plugins_play to load vars for managed_node1 172629 1726888933.60397: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888933.61342: done with get_vars() 172629 1726888933.61360: done getting variables 172629 1726888933.61421: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Friday 20 September 2024 23:22:13 -0400 (0:00:00.045) 0:00:33.894 ****** 172629 1726888933.61451: entering _queue_task() for managed_node1/assert 172629 1726888933.61865: worker is 1 (out of 1 available) 172629 1726888933.61878: exiting _queue_task() for managed_node1/assert 172629 1726888933.61889: done queuing things up, now waiting for results queue to drain 172629 1726888933.61890: waiting for pending results... 172629 1726888933.62571: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the LUKS device node 172629 1726888933.62576: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004ec 172629 1726888933.62579: variable 'ansible_search_path' from source: unknown 172629 1726888933.62598: calling self._execute() 172629 1726888933.62709: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888933.63061: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888933.63065: variable 'omit' from source: magic vars 172629 1726888933.63532: variable 'storage_test_volume' from source: include params 172629 1726888933.63622: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888933.63629: when evaluation is False, skipping this task 172629 1726888933.63640: _execute() done 172629 1726888933.63652: dumping result to json 172629 1726888933.63665: done dumping result, returning 172629 1726888933.63676: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-d0a8-add8-0000000004ec] 172629 1726888933.63685: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004ec skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888933.63838: no more pending results, returning what we have 172629 1726888933.63842: results queue empty 172629 1726888933.63843: checking for any_errors_fatal 172629 1726888933.63851: done checking for any_errors_fatal 172629 1726888933.63852: checking for max_fail_percentage 172629 1726888933.63859: done checking for max_fail_percentage 172629 1726888933.63860: checking to see if all hosts have failed and the running result is not ok 172629 1726888933.63861: done checking to see if all hosts have failed 172629 1726888933.63861: getting the remaining hosts for this loop 172629 1726888933.63865: done getting the remaining hosts for this loop 172629 1726888933.63868: getting the next task for host managed_node1 172629 1726888933.63876: done getting next task for host managed_node1 172629 1726888933.63879: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 172629 1726888933.63885: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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 172629 1726888933.63889: getting variables 172629 1726888933.63891: in VariableManager get_vars() 172629 1726888933.63925: Calling all_inventory to load vars for managed_node1 172629 1726888933.63928: Calling groups_inventory to load vars for managed_node1 172629 1726888933.63931: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888933.63946: Calling all_plugins_play to load vars for managed_node1 172629 1726888933.63949: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888933.63952: Calling groups_plugins_play to load vars for managed_node1 172629 1726888933.64645: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004ec 172629 1726888933.64649: WORKER PROCESS EXITING 172629 1726888933.64850: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888933.65489: done with get_vars() 172629 1726888933.65504: done getting variables 172629 1726888933.65569: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Friday 20 September 2024 23:22:13 -0400 (0:00:00.041) 0:00:33.936 ****** 172629 1726888933.65606: entering _queue_task() for managed_node1/assert 172629 1726888933.65977: worker is 1 (out of 1 available) 172629 1726888933.65989: exiting _queue_task() for managed_node1/assert 172629 1726888933.66003: done queuing things up, now waiting for results queue to drain 172629 1726888933.66004: waiting for pending results... 172629 1726888933.67016: running TaskExecutor() for managed_node1/TASK: Verify that the raw device is the same as the device if not encrypted 172629 1726888933.67122: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004ed 172629 1726888933.67763: variable 'ansible_search_path' from source: unknown 172629 1726888933.67766: calling self._execute() 172629 1726888933.67769: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888933.67772: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888933.67775: variable 'omit' from source: magic vars 172629 1726888933.68613: variable '_storage_test_volume_present' from source: set_fact 172629 1726888933.68631: Evaluated conditional (_storage_test_volume_present): True 172629 1726888933.68642: variable 'omit' from source: magic vars 172629 1726888933.68799: variable 'omit' from source: magic vars 172629 1726888933.69230: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888933.74211: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888933.74309: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888933.74500: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888933.74557: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888933.74589: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888933.74704: variable 'storage_test_volume' from source: include params 172629 1726888933.74881: variable '__dev_ne_raw' from source: task vars 172629 1726888933.75141: variable 'storage_test_volume' from source: include params 172629 1726888933.75266: variable 'omit' from source: magic vars 172629 1726888933.75514: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888933.75518: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888933.75521: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888933.75523: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888933.75525: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888933.75652: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888933.75667: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888933.75675: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888933.75900: Set connection var ansible_timeout to 10 172629 1726888933.75909: Set connection var ansible_shell_type to sh 172629 1726888933.75920: Set connection var ansible_pipelining to False 172629 1726888933.75928: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888933.75937: Set connection var ansible_shell_executable to /bin/sh 172629 1726888933.75943: Set connection var ansible_connection to ssh 172629 1726888933.75983: variable 'ansible_shell_executable' from source: unknown 172629 1726888933.76171: variable 'ansible_connection' from source: unknown 172629 1726888933.76175: variable 'ansible_module_compression' from source: unknown 172629 1726888933.76177: variable 'ansible_shell_type' from source: unknown 172629 1726888933.76179: variable 'ansible_shell_executable' from source: unknown 172629 1726888933.76181: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888933.76183: variable 'ansible_pipelining' from source: unknown 172629 1726888933.76185: variable 'ansible_timeout' from source: unknown 172629 1726888933.76187: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888933.76314: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888933.76366: variable 'omit' from source: magic vars 172629 1726888933.76377: starting attempt loop 172629 1726888933.76388: running the handler 172629 1726888933.76581: variable '__dev_ne_raw' from source: task vars 172629 1726888933.76737: variable 'storage_test_volume' from source: include params 172629 1726888933.76772: variable 'storage_test_volume' from source: include params 172629 1726888933.76793: Evaluated conditional (__dev_ne_raw == (storage_test_volume.encryption | bool)): True 172629 1726888933.76803: handler run complete 172629 1726888933.76828: attempt loop complete, returning result 172629 1726888933.76835: _execute() done 172629 1726888933.76841: dumping result to json 172629 1726888933.76847: done dumping result, returning 172629 1726888933.76863: done running TaskExecutor() for managed_node1/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-d0a8-add8-0000000004ed] 172629 1726888933.76872: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004ed ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888933.77096: no more pending results, returning what we have 172629 1726888933.77100: results queue empty 172629 1726888933.77101: checking for any_errors_fatal 172629 1726888933.77108: done checking for any_errors_fatal 172629 1726888933.77109: checking for max_fail_percentage 172629 1726888933.77111: done checking for max_fail_percentage 172629 1726888933.77112: checking to see if all hosts have failed and the running result is not ok 172629 1726888933.77113: done checking to see if all hosts have failed 172629 1726888933.77113: getting the remaining hosts for this loop 172629 1726888933.77115: done getting the remaining hosts for this loop 172629 1726888933.77119: getting the next task for host managed_node1 172629 1726888933.77127: done getting next task for host managed_node1 172629 1726888933.77131: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 172629 1726888933.77136: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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 172629 1726888933.77140: getting variables 172629 1726888933.77142: in VariableManager get_vars() 172629 1726888933.77190: Calling all_inventory to load vars for managed_node1 172629 1726888933.77193: Calling groups_inventory to load vars for managed_node1 172629 1726888933.77204: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888933.77217: Calling all_plugins_play to load vars for managed_node1 172629 1726888933.77220: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888933.77224: Calling groups_plugins_play to load vars for managed_node1 172629 1726888933.77774: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004ed 172629 1726888933.77778: WORKER PROCESS EXITING 172629 1726888933.78171: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888933.78845: done with get_vars() 172629 1726888933.78869: done getting variables 172629 1726888933.78925: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Friday 20 September 2024 23:22:13 -0400 (0:00:00.133) 0:00:34.069 ****** 172629 1726888933.78960: entering _queue_task() for managed_node1/assert 172629 1726888933.79285: worker is 1 (out of 1 available) 172629 1726888933.79466: exiting _queue_task() for managed_node1/assert 172629 1726888933.79479: done queuing things up, now waiting for results queue to drain 172629 1726888933.79480: waiting for pending results... 172629 1726888933.79626: running TaskExecutor() for managed_node1/TASK: Make sure we got info about the LUKS volume if encrypted 172629 1726888933.79767: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004ee 172629 1726888933.79790: variable 'ansible_search_path' from source: unknown 172629 1726888933.79837: calling self._execute() 172629 1726888933.79960: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888933.79974: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888933.79988: variable 'omit' from source: magic vars 172629 1726888933.80376: variable '_storage_test_volume_present' from source: set_fact 172629 1726888933.80489: variable 'storage_test_volume' from source: include params 172629 1726888933.80493: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 172629 1726888933.80495: when evaluation is False, skipping this task 172629 1726888933.80497: _execute() done 172629 1726888933.80499: dumping result to json 172629 1726888933.80501: done dumping result, returning 172629 1726888933.80503: done running TaskExecutor() for managed_node1/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-d0a8-add8-0000000004ee] 172629 1726888933.80505: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004ee 172629 1726888933.80576: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004ee 172629 1726888933.80579: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888933.80638: no more pending results, returning what we have 172629 1726888933.80643: results queue empty 172629 1726888933.80644: checking for any_errors_fatal 172629 1726888933.80651: done checking for any_errors_fatal 172629 1726888933.80652: checking for max_fail_percentage 172629 1726888933.80658: done checking for max_fail_percentage 172629 1726888933.80659: checking to see if all hosts have failed and the running result is not ok 172629 1726888933.80660: done checking to see if all hosts have failed 172629 1726888933.80661: getting the remaining hosts for this loop 172629 1726888933.80662: done getting the remaining hosts for this loop 172629 1726888933.80666: getting the next task for host managed_node1 172629 1726888933.80674: done getting next task for host managed_node1 172629 1726888933.80676: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 172629 1726888933.80682: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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 172629 1726888933.80685: getting variables 172629 1726888933.80687: in VariableManager get_vars() 172629 1726888933.80727: Calling all_inventory to load vars for managed_node1 172629 1726888933.80731: Calling groups_inventory to load vars for managed_node1 172629 1726888933.80735: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888933.80748: Calling all_plugins_play to load vars for managed_node1 172629 1726888933.80751: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888933.80818: Calling groups_plugins_play to load vars for managed_node1 172629 1726888933.81815: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888933.82394: done with get_vars() 172629 1726888933.82408: done getting variables 172629 1726888933.82470: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Friday 20 September 2024 23:22:13 -0400 (0:00:00.035) 0:00:34.104 ****** 172629 1726888933.82498: entering _queue_task() for managed_node1/assert 172629 1726888933.82982: worker is 1 (out of 1 available) 172629 1726888933.82992: exiting _queue_task() for managed_node1/assert 172629 1726888933.83002: done queuing things up, now waiting for results queue to drain 172629 1726888933.83004: waiting for pending results... 172629 1726888933.83136: running TaskExecutor() for managed_node1/TASK: Verify the LUKS volume's device type if encrypted 172629 1726888933.83364: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004ef 172629 1726888933.83368: variable 'ansible_search_path' from source: unknown 172629 1726888933.83371: calling self._execute() 172629 1726888933.83479: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888933.83492: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888933.83508: variable 'omit' from source: magic vars 172629 1726888933.83906: variable '_storage_test_volume_present' from source: set_fact 172629 1726888933.83919: variable 'storage_test_volume' from source: include params 172629 1726888933.83962: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 172629 1726888933.83969: when evaluation is False, skipping this task 172629 1726888933.83976: _execute() done 172629 1726888933.83983: dumping result to json 172629 1726888933.83995: done dumping result, returning 172629 1726888933.84010: done running TaskExecutor() for managed_node1/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-d0a8-add8-0000000004ef] 172629 1726888933.84106: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004ef 172629 1726888933.84177: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004ef 172629 1726888933.84180: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888933.84229: no more pending results, returning what we have 172629 1726888933.84233: results queue empty 172629 1726888933.84234: checking for any_errors_fatal 172629 1726888933.84243: done checking for any_errors_fatal 172629 1726888933.84244: checking for max_fail_percentage 172629 1726888933.84246: done checking for max_fail_percentage 172629 1726888933.84246: checking to see if all hosts have failed and the running result is not ok 172629 1726888933.84247: done checking to see if all hosts have failed 172629 1726888933.84248: getting the remaining hosts for this loop 172629 1726888933.84249: done getting the remaining hosts for this loop 172629 1726888933.84257: getting the next task for host managed_node1 172629 1726888933.84265: done getting next task for host managed_node1 172629 1726888933.84268: ^ task is: TASK: Check LUKS version 172629 1726888933.84273: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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 172629 1726888933.84278: getting variables 172629 1726888933.84280: in VariableManager get_vars() 172629 1726888933.84314: Calling all_inventory to load vars for managed_node1 172629 1726888933.84433: Calling groups_inventory to load vars for managed_node1 172629 1726888933.84437: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888933.84456: Calling all_plugins_play to load vars for managed_node1 172629 1726888933.84461: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888933.84465: Calling groups_plugins_play to load vars for managed_node1 172629 1726888933.85095: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888933.85712: done with get_vars() 172629 1726888933.85726: done getting variables 172629 1726888933.85790: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Friday 20 September 2024 23:22:13 -0400 (0:00:00.033) 0:00:34.138 ****** 172629 1726888933.85822: entering _queue_task() for managed_node1/assert 172629 1726888933.86273: worker is 1 (out of 1 available) 172629 1726888933.86283: exiting _queue_task() for managed_node1/assert 172629 1726888933.86293: done queuing things up, now waiting for results queue to drain 172629 1726888933.86295: waiting for pending results... 172629 1726888933.86533: running TaskExecutor() for managed_node1/TASK: Check LUKS version 172629 1726888933.86565: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004f0 172629 1726888933.86584: variable 'ansible_search_path' from source: unknown 172629 1726888933.86621: calling self._execute() 172629 1726888933.86756: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888933.86769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888933.86786: variable 'omit' from source: magic vars 172629 1726888933.87171: variable '_storage_test_volume_present' from source: set_fact 172629 1726888933.87190: Evaluated conditional (_storage_test_volume_present): True 172629 1726888933.87360: variable 'storage_test_volume' from source: include params 172629 1726888933.87363: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888933.87366: when evaluation is False, skipping this task 172629 1726888933.87370: _execute() done 172629 1726888933.87379: dumping result to json 172629 1726888933.87386: done dumping result, returning 172629 1726888933.87400: done running TaskExecutor() for managed_node1/TASK: Check LUKS version [0affc8a3-6f6f-d0a8-add8-0000000004f0] 172629 1726888933.87409: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004f0 172629 1726888933.87690: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004f0 172629 1726888933.87694: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888933.87738: no more pending results, returning what we have 172629 1726888933.87741: results queue empty 172629 1726888933.87742: checking for any_errors_fatal 172629 1726888933.87748: done checking for any_errors_fatal 172629 1726888933.87749: checking for max_fail_percentage 172629 1726888933.87750: done checking for max_fail_percentage 172629 1726888933.87751: checking to see if all hosts have failed and the running result is not ok 172629 1726888933.87752: done checking to see if all hosts have failed 172629 1726888933.87756: getting the remaining hosts for this loop 172629 1726888933.87758: done getting the remaining hosts for this loop 172629 1726888933.87762: getting the next task for host managed_node1 172629 1726888933.87769: done getting next task for host managed_node1 172629 1726888933.87771: ^ task is: TASK: Check LUKS key size 172629 1726888933.87776: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888933.87780: getting variables 172629 1726888933.87781: in VariableManager get_vars() 172629 1726888933.87815: Calling all_inventory to load vars for managed_node1 172629 1726888933.87818: Calling groups_inventory to load vars for managed_node1 172629 1726888933.87822: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888933.87834: Calling all_plugins_play to load vars for managed_node1 172629 1726888933.87837: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888933.87841: Calling groups_plugins_play to load vars for managed_node1 172629 1726888933.88495: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888933.89106: done with get_vars() 172629 1726888933.89121: done getting variables 172629 1726888933.89187: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Friday 20 September 2024 23:22:13 -0400 (0:00:00.033) 0:00:34.172 ****** 172629 1726888933.89219: entering _queue_task() for managed_node1/assert 172629 1726888933.89505: worker is 1 (out of 1 available) 172629 1726888933.89518: exiting _queue_task() for managed_node1/assert 172629 1726888933.89531: done queuing things up, now waiting for results queue to drain 172629 1726888933.89532: waiting for pending results... 172629 1726888933.89821: running TaskExecutor() for managed_node1/TASK: Check LUKS key size 172629 1726888933.89979: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004f1 172629 1726888933.89983: variable 'ansible_search_path' from source: unknown 172629 1726888933.90025: calling self._execute() 172629 1726888933.90149: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888933.90197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888933.90201: variable 'omit' from source: magic vars 172629 1726888933.90568: variable '_storage_test_volume_present' from source: set_fact 172629 1726888933.90583: Evaluated conditional (_storage_test_volume_present): True 172629 1726888933.90707: variable 'storage_test_volume' from source: include params 172629 1726888933.90960: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888933.90964: when evaluation is False, skipping this task 172629 1726888933.90967: _execute() done 172629 1726888933.90969: dumping result to json 172629 1726888933.90971: done dumping result, returning 172629 1726888933.90973: done running TaskExecutor() for managed_node1/TASK: Check LUKS key size [0affc8a3-6f6f-d0a8-add8-0000000004f1] 172629 1726888933.90975: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004f1 172629 1726888933.91047: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004f1 172629 1726888933.91050: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888933.91105: no more pending results, returning what we have 172629 1726888933.91109: results queue empty 172629 1726888933.91110: checking for any_errors_fatal 172629 1726888933.91117: done checking for any_errors_fatal 172629 1726888933.91118: checking for max_fail_percentage 172629 1726888933.91120: done checking for max_fail_percentage 172629 1726888933.91121: checking to see if all hosts have failed and the running result is not ok 172629 1726888933.91122: done checking to see if all hosts have failed 172629 1726888933.91123: getting the remaining hosts for this loop 172629 1726888933.91124: done getting the remaining hosts for this loop 172629 1726888933.91128: getting the next task for host managed_node1 172629 1726888933.91136: done getting next task for host managed_node1 172629 1726888933.91139: ^ task is: TASK: Check LUKS cipher 172629 1726888933.91144: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888933.91149: getting variables 172629 1726888933.91150: in VariableManager get_vars() 172629 1726888933.91189: Calling all_inventory to load vars for managed_node1 172629 1726888933.91192: Calling groups_inventory to load vars for managed_node1 172629 1726888933.91195: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888933.91208: Calling all_plugins_play to load vars for managed_node1 172629 1726888933.91211: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888933.91214: Calling groups_plugins_play to load vars for managed_node1 172629 1726888933.91852: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888933.92463: done with get_vars() 172629 1726888933.92477: done getting variables 172629 1726888933.92533: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Friday 20 September 2024 23:22:13 -0400 (0:00:00.033) 0:00:34.205 ****** 172629 1726888933.92566: entering _queue_task() for managed_node1/assert 172629 1726888933.92820: worker is 1 (out of 1 available) 172629 1726888933.92831: exiting _queue_task() for managed_node1/assert 172629 1726888933.92843: done queuing things up, now waiting for results queue to drain 172629 1726888933.92844: waiting for pending results... 172629 1726888933.93130: running TaskExecutor() for managed_node1/TASK: Check LUKS cipher 172629 1726888933.93269: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004f2 172629 1726888933.93293: variable 'ansible_search_path' from source: unknown 172629 1726888933.93330: calling self._execute() 172629 1726888933.93460: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888933.93464: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888933.93466: variable 'omit' from source: magic vars 172629 1726888933.93804: variable '_storage_test_volume_present' from source: set_fact 172629 1726888933.93821: Evaluated conditional (_storage_test_volume_present): True 172629 1726888933.93938: variable 'storage_test_volume' from source: include params 172629 1726888933.94036: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888933.94039: when evaluation is False, skipping this task 172629 1726888933.94041: _execute() done 172629 1726888933.94044: dumping result to json 172629 1726888933.94046: done dumping result, returning 172629 1726888933.94048: done running TaskExecutor() for managed_node1/TASK: Check LUKS cipher [0affc8a3-6f6f-d0a8-add8-0000000004f2] 172629 1726888933.94050: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004f2 172629 1726888933.94124: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004f2 172629 1726888933.94127: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888933.94178: no more pending results, returning what we have 172629 1726888933.94181: results queue empty 172629 1726888933.94182: checking for any_errors_fatal 172629 1726888933.94190: done checking for any_errors_fatal 172629 1726888933.94190: checking for max_fail_percentage 172629 1726888933.94192: done checking for max_fail_percentage 172629 1726888933.94193: checking to see if all hosts have failed and the running result is not ok 172629 1726888933.94194: done checking to see if all hosts have failed 172629 1726888933.94195: getting the remaining hosts for this loop 172629 1726888933.94197: done getting the remaining hosts for this loop 172629 1726888933.94200: getting the next task for host managed_node1 172629 1726888933.94208: done getting next task for host managed_node1 172629 1726888933.94211: ^ task is: TASK: Set test variables 172629 1726888933.94217: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888933.94220: getting variables 172629 1726888933.94222: in VariableManager get_vars() 172629 1726888933.94459: Calling all_inventory to load vars for managed_node1 172629 1726888933.94462: Calling groups_inventory to load vars for managed_node1 172629 1726888933.94465: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888933.94475: Calling all_plugins_play to load vars for managed_node1 172629 1726888933.94478: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888933.94481: Calling groups_plugins_play to load vars for managed_node1 172629 1726888933.95011: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888933.95615: done with get_vars() 172629 1726888933.95628: done getting variables 172629 1726888933.95688: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set test variables] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Friday 20 September 2024 23:22:13 -0400 (0:00:00.031) 0:00:34.237 ****** 172629 1726888933.95718: entering _queue_task() for managed_node1/set_fact 172629 1726888933.95962: worker is 1 (out of 1 available) 172629 1726888933.95975: exiting _queue_task() for managed_node1/set_fact 172629 1726888933.95987: done queuing things up, now waiting for results queue to drain 172629 1726888933.95988: waiting for pending results... 172629 1726888933.96373: running TaskExecutor() for managed_node1/TASK: Set test variables 172629 1726888933.96387: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004f3 172629 1726888933.96403: variable 'ansible_search_path' from source: unknown 172629 1726888933.96437: calling self._execute() 172629 1726888933.96545: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888933.96564: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888933.96581: variable 'omit' from source: magic vars 172629 1726888933.96962: variable 'omit' from source: magic vars 172629 1726888933.96966: variable 'omit' from source: magic vars 172629 1726888933.97512: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888934.02810: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888934.02884: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888934.02926: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888934.02981: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888934.03016: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888934.03133: variable 'storage_test_volume' from source: include params 172629 1726888934.03161: variable '_storage_test_volume_present' from source: set_fact 172629 1726888934.03373: 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) 172629 1726888934.03403: 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) 172629 1726888934.03439: 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) 172629 1726888934.03489: 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) 172629 1726888934.03508: 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) 172629 1726888934.03562: 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) 172629 1726888934.03590: 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) 172629 1726888934.03617: 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) 172629 1726888934.03761: 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) 172629 1726888934.03765: 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) 172629 1726888934.03767: 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) 172629 1726888934.03773: 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) 172629 1726888934.03800: 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) 172629 1726888934.03838: 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) 172629 1726888934.03861: 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) 172629 1726888934.04032: variable 'storage_test_crypttab' from source: set_fact 172629 1726888934.04048: variable 'storage_test_volume' from source: include params 172629 1726888934.04205: variable 'storage_test_volume' from source: include params 172629 1726888934.04237: variable 'omit' from source: magic vars 172629 1726888934.04270: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888934.04304: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888934.04326: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888934.04346: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888934.04364: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888934.04396: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888934.04404: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.04416: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.04527: Set connection var ansible_timeout to 10 172629 1726888934.04538: Set connection var ansible_shell_type to sh 172629 1726888934.04631: Set connection var ansible_pipelining to False 172629 1726888934.04635: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888934.04637: Set connection var ansible_shell_executable to /bin/sh 172629 1726888934.04640: Set connection var ansible_connection to ssh 172629 1726888934.04642: variable 'ansible_shell_executable' from source: unknown 172629 1726888934.04644: variable 'ansible_connection' from source: unknown 172629 1726888934.04646: variable 'ansible_module_compression' from source: unknown 172629 1726888934.04648: variable 'ansible_shell_type' from source: unknown 172629 1726888934.04650: variable 'ansible_shell_executable' from source: unknown 172629 1726888934.04656: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.04659: variable 'ansible_pipelining' from source: unknown 172629 1726888934.04661: variable 'ansible_timeout' from source: unknown 172629 1726888934.04663: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.04747: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888934.04768: variable 'omit' from source: magic vars 172629 1726888934.04786: starting attempt loop 172629 1726888934.04793: running the handler 172629 1726888934.04809: handler run complete 172629 1726888934.04825: attempt loop complete, returning result 172629 1726888934.04833: _execute() done 172629 1726888934.04957: dumping result to json 172629 1726888934.04963: done dumping result, returning 172629 1726888934.04966: done running TaskExecutor() for managed_node1/TASK: Set test variables [0affc8a3-6f6f-d0a8-add8-0000000004f3] 172629 1726888934.04969: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004f3 172629 1726888934.05038: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004f3 172629 1726888934.05041: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 172629 1726888934.05105: no more pending results, returning what we have 172629 1726888934.05108: results queue empty 172629 1726888934.05110: checking for any_errors_fatal 172629 1726888934.05115: done checking for any_errors_fatal 172629 1726888934.05116: checking for max_fail_percentage 172629 1726888934.05118: done checking for max_fail_percentage 172629 1726888934.05119: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.05120: done checking to see if all hosts have failed 172629 1726888934.05120: getting the remaining hosts for this loop 172629 1726888934.05122: done getting the remaining hosts for this loop 172629 1726888934.05126: getting the next task for host managed_node1 172629 1726888934.05134: done getting next task for host managed_node1 172629 1726888934.05137: ^ task is: TASK: Check for /etc/crypttab entry 172629 1726888934.05142: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888934.05146: getting variables 172629 1726888934.05147: in VariableManager get_vars() 172629 1726888934.05184: Calling all_inventory to load vars for managed_node1 172629 1726888934.05187: Calling groups_inventory to load vars for managed_node1 172629 1726888934.05191: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.05202: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.05205: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.05208: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.06008: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.06614: done with get_vars() 172629 1726888934.06629: done getting variables 172629 1726888934.06687: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Friday 20 September 2024 23:22:14 -0400 (0:00:00.109) 0:00:34.347 ****** 172629 1726888934.06718: entering _queue_task() for managed_node1/assert 172629 1726888934.07187: worker is 1 (out of 1 available) 172629 1726888934.07198: exiting _queue_task() for managed_node1/assert 172629 1726888934.07208: done queuing things up, now waiting for results queue to drain 172629 1726888934.07209: waiting for pending results... 172629 1726888934.07444: running TaskExecutor() for managed_node1/TASK: Check for /etc/crypttab entry 172629 1726888934.07450: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004f4 172629 1726888934.07462: variable 'ansible_search_path' from source: unknown 172629 1726888934.07499: calling self._execute() 172629 1726888934.07610: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.07622: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.07638: variable 'omit' from source: magic vars 172629 1726888934.07894: variable 'omit' from source: magic vars 172629 1726888934.07958: variable 'omit' from source: magic vars 172629 1726888934.08198: variable 'storage_test_volume' from source: include params 172629 1726888934.08325: variable 'omit' from source: magic vars 172629 1726888934.08329: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888934.08346: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888934.08376: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888934.08397: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888934.08414: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888934.08450: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888934.08464: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.08471: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.08581: Set connection var ansible_timeout to 10 172629 1726888934.08592: Set connection var ansible_shell_type to sh 172629 1726888934.08604: Set connection var ansible_pipelining to False 172629 1726888934.08615: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888934.08649: Set connection var ansible_shell_executable to /bin/sh 172629 1726888934.08656: Set connection var ansible_connection to ssh 172629 1726888934.08659: variable 'ansible_shell_executable' from source: unknown 172629 1726888934.08667: variable 'ansible_connection' from source: unknown 172629 1726888934.08673: variable 'ansible_module_compression' from source: unknown 172629 1726888934.08679: variable 'ansible_shell_type' from source: unknown 172629 1726888934.08762: variable 'ansible_shell_executable' from source: unknown 172629 1726888934.08765: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.08767: variable 'ansible_pipelining' from source: unknown 172629 1726888934.08769: variable 'ansible_timeout' from source: unknown 172629 1726888934.08770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.08844: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888934.08866: variable 'omit' from source: magic vars 172629 1726888934.08878: starting attempt loop 172629 1726888934.08885: running the handler 172629 1726888934.09072: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888934.11738: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888934.11860: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888934.11863: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888934.11898: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888934.11936: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888934.12014: 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) 172629 1726888934.12053: 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) 172629 1726888934.12085: 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) 172629 1726888934.12137: 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) 172629 1726888934.12243: 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) 172629 1726888934.12247: 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) 172629 1726888934.12253: 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) 172629 1726888934.12289: 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) 172629 1726888934.12338: 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) 172629 1726888934.12370: 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) 172629 1726888934.12491: variable '_storage_test_crypttab_entries' from source: set_fact 172629 1726888934.12505: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726888934.12522: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 172629 1726888934.12534: handler run complete 172629 1726888934.12576: attempt loop complete, returning result 172629 1726888934.12585: _execute() done 172629 1726888934.12593: dumping result to json 172629 1726888934.12600: done dumping result, returning 172629 1726888934.12615: done running TaskExecutor() for managed_node1/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-d0a8-add8-0000000004f4] 172629 1726888934.12687: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004f4 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888934.12902: no more pending results, returning what we have 172629 1726888934.12906: results queue empty 172629 1726888934.12907: checking for any_errors_fatal 172629 1726888934.12913: done checking for any_errors_fatal 172629 1726888934.12913: checking for max_fail_percentage 172629 1726888934.12916: done checking for max_fail_percentage 172629 1726888934.12916: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.12917: done checking to see if all hosts have failed 172629 1726888934.12924: getting the remaining hosts for this loop 172629 1726888934.12926: done getting the remaining hosts for this loop 172629 1726888934.12929: getting the next task for host managed_node1 172629 1726888934.12935: done getting next task for host managed_node1 172629 1726888934.12938: ^ task is: TASK: Validate the format of the crypttab entry 172629 1726888934.12942: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888934.12947: getting variables 172629 1726888934.12948: in VariableManager get_vars() 172629 1726888934.13100: Calling all_inventory to load vars for managed_node1 172629 1726888934.13103: Calling groups_inventory to load vars for managed_node1 172629 1726888934.13106: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.13157: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004f4 172629 1726888934.13160: WORKER PROCESS EXITING 172629 1726888934.13371: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.13375: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.13379: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.14869: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.15485: done with get_vars() 172629 1726888934.15500: done getting variables 172629 1726888934.15559: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Friday 20 September 2024 23:22:14 -0400 (0:00:00.088) 0:00:34.435 ****** 172629 1726888934.15595: entering _queue_task() for managed_node1/assert 172629 1726888934.15895: worker is 1 (out of 1 available) 172629 1726888934.16021: exiting _queue_task() for managed_node1/assert 172629 1726888934.16031: done queuing things up, now waiting for results queue to drain 172629 1726888934.16032: waiting for pending results... 172629 1726888934.16221: running TaskExecutor() for managed_node1/TASK: Validate the format of the crypttab entry 172629 1726888934.16381: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004f5 172629 1726888934.16400: variable 'ansible_search_path' from source: unknown 172629 1726888934.16459: calling self._execute() 172629 1726888934.16642: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.16661: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.16677: variable 'omit' from source: magic vars 172629 1726888934.17096: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888934.19539: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888934.19626: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888934.19691: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888934.19761: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888934.19776: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888934.19864: 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) 172629 1726888934.19960: 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) 172629 1726888934.19973: 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) 172629 1726888934.19993: 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) 172629 1726888934.20039: 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) 172629 1726888934.20460: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726888934.20462: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726888934.20464: when evaluation is False, skipping this task 172629 1726888934.20466: _execute() done 172629 1726888934.20469: dumping result to json 172629 1726888934.20471: done dumping result, returning 172629 1726888934.20476: done running TaskExecutor() for managed_node1/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-d0a8-add8-0000000004f5] 172629 1726888934.20485: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004f5 skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726888934.20642: no more pending results, returning what we have 172629 1726888934.20646: results queue empty 172629 1726888934.20647: checking for any_errors_fatal 172629 1726888934.20657: done checking for any_errors_fatal 172629 1726888934.20658: checking for max_fail_percentage 172629 1726888934.20660: done checking for max_fail_percentage 172629 1726888934.20661: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.20661: done checking to see if all hosts have failed 172629 1726888934.20662: getting the remaining hosts for this loop 172629 1726888934.20664: done getting the remaining hosts for this loop 172629 1726888934.20668: getting the next task for host managed_node1 172629 1726888934.20675: done getting next task for host managed_node1 172629 1726888934.20677: ^ task is: TASK: Check backing device of crypttab entry 172629 1726888934.20683: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888934.20686: getting variables 172629 1726888934.20688: in VariableManager get_vars() 172629 1726888934.20718: Calling all_inventory to load vars for managed_node1 172629 1726888934.20721: Calling groups_inventory to load vars for managed_node1 172629 1726888934.20724: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.20733: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.20736: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.20738: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.21269: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004f5 172629 1726888934.21272: WORKER PROCESS EXITING 172629 1726888934.21417: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.22043: done with get_vars() 172629 1726888934.22063: done getting variables 172629 1726888934.22134: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Friday 20 September 2024 23:22:14 -0400 (0:00:00.065) 0:00:34.501 ****** 172629 1726888934.22170: entering _queue_task() for managed_node1/assert 172629 1726888934.22485: worker is 1 (out of 1 available) 172629 1726888934.22497: exiting _queue_task() for managed_node1/assert 172629 1726888934.22509: done queuing things up, now waiting for results queue to drain 172629 1726888934.22510: waiting for pending results... 172629 1726888934.22828: running TaskExecutor() for managed_node1/TASK: Check backing device of crypttab entry 172629 1726888934.22982: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004f6 172629 1726888934.23002: variable 'ansible_search_path' from source: unknown 172629 1726888934.23037: calling self._execute() 172629 1726888934.23158: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.23175: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.23194: variable 'omit' from source: magic vars 172629 1726888934.23659: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888934.26266: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888934.26366: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888934.26424: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888934.26467: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888934.26506: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888934.26615: 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) 172629 1726888934.26631: 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) 172629 1726888934.26665: 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) 172629 1726888934.26710: 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) 172629 1726888934.26760: 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) 172629 1726888934.26863: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726888934.26893: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726888934.26901: when evaluation is False, skipping this task 172629 1726888934.26908: _execute() done 172629 1726888934.26939: dumping result to json 172629 1726888934.26942: done dumping result, returning 172629 1726888934.26947: done running TaskExecutor() for managed_node1/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-d0a8-add8-0000000004f6] 172629 1726888934.26950: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004f6 172629 1726888934.27230: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004f6 172629 1726888934.27233: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726888934.27283: no more pending results, returning what we have 172629 1726888934.27287: results queue empty 172629 1726888934.27288: checking for any_errors_fatal 172629 1726888934.27295: done checking for any_errors_fatal 172629 1726888934.27296: checking for max_fail_percentage 172629 1726888934.27298: done checking for max_fail_percentage 172629 1726888934.27299: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.27300: done checking to see if all hosts have failed 172629 1726888934.27301: getting the remaining hosts for this loop 172629 1726888934.27303: done getting the remaining hosts for this loop 172629 1726888934.27306: getting the next task for host managed_node1 172629 1726888934.27314: done getting next task for host managed_node1 172629 1726888934.27316: ^ task is: TASK: Check key file of crypttab entry 172629 1726888934.27322: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888934.27326: getting variables 172629 1726888934.27327: in VariableManager get_vars() 172629 1726888934.27375: Calling all_inventory to load vars for managed_node1 172629 1726888934.27378: Calling groups_inventory to load vars for managed_node1 172629 1726888934.27385: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.27400: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.27404: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.27408: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.28142: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.28826: done with get_vars() 172629 1726888934.28844: done getting variables 172629 1726888934.28910: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Friday 20 September 2024 23:22:14 -0400 (0:00:00.067) 0:00:34.569 ****** 172629 1726888934.28942: entering _queue_task() for managed_node1/assert 172629 1726888934.29380: worker is 1 (out of 1 available) 172629 1726888934.29392: exiting _queue_task() for managed_node1/assert 172629 1726888934.29404: done queuing things up, now waiting for results queue to drain 172629 1726888934.29405: waiting for pending results... 172629 1726888934.29604: running TaskExecutor() for managed_node1/TASK: Check key file of crypttab entry 172629 1726888934.29758: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004f7 172629 1726888934.29848: variable 'ansible_search_path' from source: unknown 172629 1726888934.29856: calling self._execute() 172629 1726888934.29934: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.29949: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.29996: variable 'omit' from source: magic vars 172629 1726888934.30509: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888934.33243: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888934.33323: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888934.33358: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888934.33384: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888934.33406: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888934.33486: 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) 172629 1726888934.33509: 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) 172629 1726888934.33528: 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) 172629 1726888934.33562: 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) 172629 1726888934.33573: 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) 172629 1726888934.33658: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726888934.33682: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726888934.33685: when evaluation is False, skipping this task 172629 1726888934.33688: _execute() done 172629 1726888934.33691: dumping result to json 172629 1726888934.33693: done dumping result, returning 172629 1726888934.33699: done running TaskExecutor() for managed_node1/TASK: Check key file of crypttab entry [0affc8a3-6f6f-d0a8-add8-0000000004f7] 172629 1726888934.33704: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004f7 172629 1726888934.33793: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004f7 172629 1726888934.33795: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726888934.33841: no more pending results, returning what we have 172629 1726888934.33845: results queue empty 172629 1726888934.33846: checking for any_errors_fatal 172629 1726888934.33851: done checking for any_errors_fatal 172629 1726888934.33851: checking for max_fail_percentage 172629 1726888934.33853: done checking for max_fail_percentage 172629 1726888934.33854: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.33856: done checking to see if all hosts have failed 172629 1726888934.33857: getting the remaining hosts for this loop 172629 1726888934.33859: done getting the remaining hosts for this loop 172629 1726888934.33862: getting the next task for host managed_node1 172629 1726888934.33871: done getting next task for host managed_node1 172629 1726888934.33874: ^ task is: TASK: Clear test variables 172629 1726888934.33878: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888934.33882: getting variables 172629 1726888934.33883: in VariableManager get_vars() 172629 1726888934.33917: Calling all_inventory to load vars for managed_node1 172629 1726888934.33919: Calling groups_inventory to load vars for managed_node1 172629 1726888934.33922: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.33933: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.33936: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.33938: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.34436: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.34823: done with get_vars() 172629 1726888934.34837: done getting variables 172629 1726888934.34880: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clear test variables] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Friday 20 September 2024 23:22:14 -0400 (0:00:00.059) 0:00:34.628 ****** 172629 1726888934.34901: entering _queue_task() for managed_node1/set_fact 172629 1726888934.35146: worker is 1 (out of 1 available) 172629 1726888934.35328: exiting _queue_task() for managed_node1/set_fact 172629 1726888934.35341: done queuing things up, now waiting for results queue to drain 172629 1726888934.35343: waiting for pending results... 172629 1726888934.35588: running TaskExecutor() for managed_node1/TASK: Clear test variables 172629 1726888934.35707: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004f8 172629 1726888934.35711: variable 'ansible_search_path' from source: unknown 172629 1726888934.35769: calling self._execute() 172629 1726888934.35936: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.35953: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.36003: variable 'omit' from source: magic vars 172629 1726888934.36143: variable 'omit' from source: magic vars 172629 1726888934.36229: variable 'omit' from source: magic vars 172629 1726888934.36309: variable 'omit' from source: magic vars 172629 1726888934.36361: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888934.36375: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888934.36399: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888934.36412: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888934.36422: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888934.36447: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888934.36450: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.36452: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.36541: Set connection var ansible_timeout to 10 172629 1726888934.36550: Set connection var ansible_shell_type to sh 172629 1726888934.36603: Set connection var ansible_pipelining to False 172629 1726888934.36608: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888934.36610: Set connection var ansible_shell_executable to /bin/sh 172629 1726888934.36613: Set connection var ansible_connection to ssh 172629 1726888934.36615: variable 'ansible_shell_executable' from source: unknown 172629 1726888934.36617: variable 'ansible_connection' from source: unknown 172629 1726888934.36619: variable 'ansible_module_compression' from source: unknown 172629 1726888934.36621: variable 'ansible_shell_type' from source: unknown 172629 1726888934.36623: variable 'ansible_shell_executable' from source: unknown 172629 1726888934.36640: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.36643: variable 'ansible_pipelining' from source: unknown 172629 1726888934.36645: variable 'ansible_timeout' from source: unknown 172629 1726888934.36647: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.36770: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888934.36781: variable 'omit' from source: magic vars 172629 1726888934.36815: starting attempt loop 172629 1726888934.36819: running the handler 172629 1726888934.36821: handler run complete 172629 1726888934.36824: attempt loop complete, returning result 172629 1726888934.36829: _execute() done 172629 1726888934.36832: dumping result to json 172629 1726888934.36834: done dumping result, returning 172629 1726888934.36875: done running TaskExecutor() for managed_node1/TASK: Clear test variables [0affc8a3-6f6f-d0a8-add8-0000000004f8] 172629 1726888934.36878: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004f8 172629 1726888934.36945: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004f8 172629 1726888934.36949: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 172629 1726888934.37036: no more pending results, returning what we have 172629 1726888934.37038: results queue empty 172629 1726888934.37039: checking for any_errors_fatal 172629 1726888934.37045: done checking for any_errors_fatal 172629 1726888934.37046: checking for max_fail_percentage 172629 1726888934.37047: done checking for max_fail_percentage 172629 1726888934.37048: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.37049: done checking to see if all hosts have failed 172629 1726888934.37050: getting the remaining hosts for this loop 172629 1726888934.37051: done getting the remaining hosts for this loop 172629 1726888934.37054: getting the next task for host managed_node1 172629 1726888934.37069: done getting next task for host managed_node1 172629 1726888934.37071: ^ task is: TASK: Get information about RAID 172629 1726888934.37076: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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 172629 1726888934.37079: getting variables 172629 1726888934.37080: in VariableManager get_vars() 172629 1726888934.37107: Calling all_inventory to load vars for managed_node1 172629 1726888934.37110: Calling groups_inventory to load vars for managed_node1 172629 1726888934.37112: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.37121: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.37123: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.37126: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.37580: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.38077: done with get_vars() 172629 1726888934.38093: done getting variables 172629 1726888934.38135: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get information about RAID] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Friday 20 September 2024 23:22:14 -0400 (0:00:00.032) 0:00:34.661 ****** 172629 1726888934.38161: entering _queue_task() for managed_node1/command 172629 1726888934.38384: worker is 1 (out of 1 available) 172629 1726888934.38400: exiting _queue_task() for managed_node1/command 172629 1726888934.38413: done queuing things up, now waiting for results queue to drain 172629 1726888934.38414: waiting for pending results... 172629 1726888934.38701: running TaskExecutor() for managed_node1/TASK: Get information about RAID 172629 1726888934.38864: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004fc 172629 1726888934.38868: variable 'ansible_search_path' from source: unknown 172629 1726888934.38871: calling self._execute() 172629 1726888934.38960: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.39018: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.39021: variable 'omit' from source: magic vars 172629 1726888934.39452: variable 'storage_test_volume' from source: include params 172629 1726888934.39502: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888934.39566: when evaluation is False, skipping this task 172629 1726888934.39570: _execute() done 172629 1726888934.39572: dumping result to json 172629 1726888934.39575: done dumping result, returning 172629 1726888934.39577: done running TaskExecutor() for managed_node1/TASK: Get information about RAID [0affc8a3-6f6f-d0a8-add8-0000000004fc] 172629 1726888934.39579: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004fc skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888934.39813: no more pending results, returning what we have 172629 1726888934.39816: results queue empty 172629 1726888934.39817: checking for any_errors_fatal 172629 1726888934.39822: done checking for any_errors_fatal 172629 1726888934.39823: checking for max_fail_percentage 172629 1726888934.39824: done checking for max_fail_percentage 172629 1726888934.39825: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.39826: done checking to see if all hosts have failed 172629 1726888934.39827: getting the remaining hosts for this loop 172629 1726888934.39828: done getting the remaining hosts for this loop 172629 1726888934.39831: getting the next task for host managed_node1 172629 1726888934.39840: done getting next task for host managed_node1 172629 1726888934.39842: ^ task is: TASK: Set active devices regex 172629 1726888934.39846: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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 172629 1726888934.39849: getting variables 172629 1726888934.39852: in VariableManager get_vars() 172629 1726888934.39892: Calling all_inventory to load vars for managed_node1 172629 1726888934.39895: Calling groups_inventory to load vars for managed_node1 172629 1726888934.39901: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.39914: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.39917: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.39923: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.40467: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004fc 172629 1726888934.40471: WORKER PROCESS EXITING 172629 1726888934.40525: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.40939: done with get_vars() 172629 1726888934.40950: done getting variables 172629 1726888934.40992: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set active devices regex] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Friday 20 September 2024 23:22:14 -0400 (0:00:00.028) 0:00:34.690 ****** 172629 1726888934.41012: entering _queue_task() for managed_node1/set_fact 172629 1726888934.41226: worker is 1 (out of 1 available) 172629 1726888934.41239: exiting _queue_task() for managed_node1/set_fact 172629 1726888934.41251: done queuing things up, now waiting for results queue to drain 172629 1726888934.41252: waiting for pending results... 172629 1726888934.41483: running TaskExecutor() for managed_node1/TASK: Set active devices regex 172629 1726888934.41594: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004fd 172629 1726888934.41614: variable 'ansible_search_path' from source: unknown 172629 1726888934.41650: calling self._execute() 172629 1726888934.41960: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.42165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.42168: variable 'omit' from source: magic vars 172629 1726888934.42696: variable 'storage_test_volume' from source: include params 172629 1726888934.42737: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888934.42745: when evaluation is False, skipping this task 172629 1726888934.42758: _execute() done 172629 1726888934.42794: dumping result to json 172629 1726888934.42822: done dumping result, returning 172629 1726888934.42869: done running TaskExecutor() for managed_node1/TASK: Set active devices regex [0affc8a3-6f6f-d0a8-add8-0000000004fd] 172629 1726888934.42879: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004fd skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888934.43073: no more pending results, returning what we have 172629 1726888934.43078: results queue empty 172629 1726888934.43079: checking for any_errors_fatal 172629 1726888934.43087: done checking for any_errors_fatal 172629 1726888934.43087: checking for max_fail_percentage 172629 1726888934.43089: done checking for max_fail_percentage 172629 1726888934.43091: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.43092: done checking to see if all hosts have failed 172629 1726888934.43092: getting the remaining hosts for this loop 172629 1726888934.43094: done getting the remaining hosts for this loop 172629 1726888934.43097: getting the next task for host managed_node1 172629 1726888934.43105: done getting next task for host managed_node1 172629 1726888934.43108: ^ task is: TASK: Set spare devices regex 172629 1726888934.43112: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888934.43117: getting variables 172629 1726888934.43118: in VariableManager get_vars() 172629 1726888934.43156: Calling all_inventory to load vars for managed_node1 172629 1726888934.43159: Calling groups_inventory to load vars for managed_node1 172629 1726888934.43163: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.43179: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.43183: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.43187: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.43793: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004fd 172629 1726888934.43797: WORKER PROCESS EXITING 172629 1726888934.44302: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.44890: done with get_vars() 172629 1726888934.44904: done getting variables 172629 1726888934.44972: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Friday 20 September 2024 23:22:14 -0400 (0:00:00.039) 0:00:34.729 ****** 172629 1726888934.45000: entering _queue_task() for managed_node1/set_fact 172629 1726888934.45550: worker is 1 (out of 1 available) 172629 1726888934.45680: exiting _queue_task() for managed_node1/set_fact 172629 1726888934.45692: done queuing things up, now waiting for results queue to drain 172629 1726888934.45693: waiting for pending results... 172629 1726888934.46090: running TaskExecutor() for managed_node1/TASK: Set spare devices regex 172629 1726888934.46433: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004fe 172629 1726888934.46465: variable 'ansible_search_path' from source: unknown 172629 1726888934.46774: calling self._execute() 172629 1726888934.46912: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.46924: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.47100: variable 'omit' from source: magic vars 172629 1726888934.47865: variable 'storage_test_volume' from source: include params 172629 1726888934.47906: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888934.47914: when evaluation is False, skipping this task 172629 1726888934.47921: _execute() done 172629 1726888934.47928: dumping result to json 172629 1726888934.47934: done dumping result, returning 172629 1726888934.47944: done running TaskExecutor() for managed_node1/TASK: Set spare devices regex [0affc8a3-6f6f-d0a8-add8-0000000004fe] 172629 1726888934.47953: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004fe skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888934.48118: no more pending results, returning what we have 172629 1726888934.48122: results queue empty 172629 1726888934.48123: checking for any_errors_fatal 172629 1726888934.48132: done checking for any_errors_fatal 172629 1726888934.48133: checking for max_fail_percentage 172629 1726888934.48135: done checking for max_fail_percentage 172629 1726888934.48136: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.48137: done checking to see if all hosts have failed 172629 1726888934.48138: getting the remaining hosts for this loop 172629 1726888934.48140: done getting the remaining hosts for this loop 172629 1726888934.48144: getting the next task for host managed_node1 172629 1726888934.48152: done getting next task for host managed_node1 172629 1726888934.48157: ^ task is: TASK: Set md version regex 172629 1726888934.48164: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888934.48170: getting variables 172629 1726888934.48171: in VariableManager get_vars() 172629 1726888934.48206: Calling all_inventory to load vars for managed_node1 172629 1726888934.48209: Calling groups_inventory to load vars for managed_node1 172629 1726888934.48213: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.48225: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.48228: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.48232: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.48881: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004fe 172629 1726888934.48885: WORKER PROCESS EXITING 172629 1726888934.49131: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.49773: done with get_vars() 172629 1726888934.49788: done getting variables 172629 1726888934.49853: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set md version regex] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Friday 20 September 2024 23:22:14 -0400 (0:00:00.048) 0:00:34.778 ****** 172629 1726888934.49887: entering _queue_task() for managed_node1/set_fact 172629 1726888934.50171: worker is 1 (out of 1 available) 172629 1726888934.50183: exiting _queue_task() for managed_node1/set_fact 172629 1726888934.50196: done queuing things up, now waiting for results queue to drain 172629 1726888934.50198: waiting for pending results... 172629 1726888934.50483: running TaskExecutor() for managed_node1/TASK: Set md version regex 172629 1726888934.50624: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000004ff 172629 1726888934.50662: variable 'ansible_search_path' from source: unknown 172629 1726888934.50704: calling self._execute() 172629 1726888934.50845: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.50860: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.50879: variable 'omit' from source: magic vars 172629 1726888934.51297: variable 'storage_test_volume' from source: include params 172629 1726888934.51347: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888934.51446: when evaluation is False, skipping this task 172629 1726888934.51450: _execute() done 172629 1726888934.51456: dumping result to json 172629 1726888934.51459: done dumping result, returning 172629 1726888934.51462: done running TaskExecutor() for managed_node1/TASK: Set md version regex [0affc8a3-6f6f-d0a8-add8-0000000004ff] 172629 1726888934.51464: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004ff 172629 1726888934.51532: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000004ff 172629 1726888934.51535: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888934.51602: no more pending results, returning what we have 172629 1726888934.51607: results queue empty 172629 1726888934.51610: checking for any_errors_fatal 172629 1726888934.51617: done checking for any_errors_fatal 172629 1726888934.51618: checking for max_fail_percentage 172629 1726888934.51620: done checking for max_fail_percentage 172629 1726888934.51621: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.51622: done checking to see if all hosts have failed 172629 1726888934.51623: getting the remaining hosts for this loop 172629 1726888934.51624: done getting the remaining hosts for this loop 172629 1726888934.51628: getting the next task for host managed_node1 172629 1726888934.51638: done getting next task for host managed_node1 172629 1726888934.51641: ^ task is: TASK: Set chunk size regex 172629 1726888934.51647: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888934.51652: getting variables 172629 1726888934.51858: in VariableManager get_vars() 172629 1726888934.51888: Calling all_inventory to load vars for managed_node1 172629 1726888934.51890: Calling groups_inventory to load vars for managed_node1 172629 1726888934.51893: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.51904: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.51907: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.51910: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.52612: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.53350: done with get_vars() 172629 1726888934.53367: done getting variables 172629 1726888934.53447: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Friday 20 September 2024 23:22:14 -0400 (0:00:00.036) 0:00:34.814 ****** 172629 1726888934.53499: entering _queue_task() for managed_node1/set_fact 172629 1726888934.53841: worker is 1 (out of 1 available) 172629 1726888934.53853: exiting _queue_task() for managed_node1/set_fact 172629 1726888934.53866: done queuing things up, now waiting for results queue to drain 172629 1726888934.53868: waiting for pending results... 172629 1726888934.54234: running TaskExecutor() for managed_node1/TASK: Set chunk size regex 172629 1726888934.54391: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000500 172629 1726888934.54480: variable 'ansible_search_path' from source: unknown 172629 1726888934.54484: calling self._execute() 172629 1726888934.54570: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.54587: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.54608: variable 'omit' from source: magic vars 172629 1726888934.55118: variable 'storage_test_volume' from source: include params 172629 1726888934.55167: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888934.55175: when evaluation is False, skipping this task 172629 1726888934.55183: _execute() done 172629 1726888934.55251: dumping result to json 172629 1726888934.55257: done dumping result, returning 172629 1726888934.55260: done running TaskExecutor() for managed_node1/TASK: Set chunk size regex [0affc8a3-6f6f-d0a8-add8-000000000500] 172629 1726888934.55264: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000500 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888934.55390: no more pending results, returning what we have 172629 1726888934.55394: results queue empty 172629 1726888934.55395: checking for any_errors_fatal 172629 1726888934.55402: done checking for any_errors_fatal 172629 1726888934.55403: checking for max_fail_percentage 172629 1726888934.55405: done checking for max_fail_percentage 172629 1726888934.55406: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.55407: done checking to see if all hosts have failed 172629 1726888934.55408: getting the remaining hosts for this loop 172629 1726888934.55409: done getting the remaining hosts for this loop 172629 1726888934.55413: getting the next task for host managed_node1 172629 1726888934.55422: done getting next task for host managed_node1 172629 1726888934.55425: ^ task is: TASK: Parse the chunk size 172629 1726888934.55431: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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=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 172629 1726888934.55435: getting variables 172629 1726888934.55437: in VariableManager get_vars() 172629 1726888934.55589: Calling all_inventory to load vars for managed_node1 172629 1726888934.55593: Calling groups_inventory to load vars for managed_node1 172629 1726888934.55596: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.55612: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.55618: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.55622: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.56290: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000500 172629 1726888934.56294: WORKER PROCESS EXITING 172629 1726888934.56486: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.57207: done with get_vars() 172629 1726888934.57221: done getting variables TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Friday 20 September 2024 23:22:14 -0400 (0:00:00.038) 0:00:34.853 ****** 172629 1726888934.57321: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888934.57323: Creating lock for fedora.linux_system_roles.bsize 172629 1726888934.57865: worker is 1 (out of 1 available) 172629 1726888934.57875: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888934.57886: done queuing things up, now waiting for results queue to drain 172629 1726888934.57888: waiting for pending results... 172629 1726888934.57978: running TaskExecutor() for managed_node1/TASK: Parse the chunk size 172629 1726888934.58123: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000501 172629 1726888934.58144: variable 'ansible_search_path' from source: unknown 172629 1726888934.58224: calling self._execute() 172629 1726888934.58321: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.58347: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.58365: variable 'omit' from source: magic vars 172629 1726888934.58921: variable 'storage_test_volume' from source: include params 172629 1726888934.58988: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888934.58992: when evaluation is False, skipping this task 172629 1726888934.58995: _execute() done 172629 1726888934.59087: dumping result to json 172629 1726888934.59095: done dumping result, returning 172629 1726888934.59099: done running TaskExecutor() for managed_node1/TASK: Parse the chunk size [0affc8a3-6f6f-d0a8-add8-000000000501] 172629 1726888934.59101: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000501 172629 1726888934.59178: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000501 172629 1726888934.59181: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888934.59242: no more pending results, returning what we have 172629 1726888934.59247: results queue empty 172629 1726888934.59248: checking for any_errors_fatal 172629 1726888934.59258: done checking for any_errors_fatal 172629 1726888934.59259: checking for max_fail_percentage 172629 1726888934.59261: done checking for max_fail_percentage 172629 1726888934.59262: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.59265: done checking to see if all hosts have failed 172629 1726888934.59265: getting the remaining hosts for this loop 172629 1726888934.59267: done getting the remaining hosts for this loop 172629 1726888934.59271: getting the next task for host managed_node1 172629 1726888934.59281: done getting next task for host managed_node1 172629 1726888934.59284: ^ task is: TASK: Check RAID active devices count 172629 1726888934.59290: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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=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 172629 1726888934.59293: getting variables 172629 1726888934.59294: in VariableManager get_vars() 172629 1726888934.59327: Calling all_inventory to load vars for managed_node1 172629 1726888934.59329: Calling groups_inventory to load vars for managed_node1 172629 1726888934.59333: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.59350: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.59354: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.59481: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.60080: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.60601: done with get_vars() 172629 1726888934.60614: done getting variables 172629 1726888934.60653: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Friday 20 September 2024 23:22:14 -0400 (0:00:00.033) 0:00:34.886 ****** 172629 1726888934.60676: entering _queue_task() for managed_node1/assert 172629 1726888934.60873: worker is 1 (out of 1 available) 172629 1726888934.60889: exiting _queue_task() for managed_node1/assert 172629 1726888934.60901: done queuing things up, now waiting for results queue to drain 172629 1726888934.60902: waiting for pending results... 172629 1726888934.61086: running TaskExecutor() for managed_node1/TASK: Check RAID active devices count 172629 1726888934.61158: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000502 172629 1726888934.61172: variable 'ansible_search_path' from source: unknown 172629 1726888934.61196: calling self._execute() 172629 1726888934.61292: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.61296: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.61306: variable 'omit' from source: magic vars 172629 1726888934.61624: variable 'storage_test_volume' from source: include params 172629 1726888934.61671: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888934.61683: when evaluation is False, skipping this task 172629 1726888934.61692: _execute() done 172629 1726888934.61708: dumping result to json 172629 1726888934.61862: done dumping result, returning 172629 1726888934.61865: done running TaskExecutor() for managed_node1/TASK: Check RAID active devices count [0affc8a3-6f6f-d0a8-add8-000000000502] 172629 1726888934.61867: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000502 172629 1726888934.61931: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000502 172629 1726888934.61935: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888934.61979: no more pending results, returning what we have 172629 1726888934.61983: results queue empty 172629 1726888934.61984: checking for any_errors_fatal 172629 1726888934.61989: done checking for any_errors_fatal 172629 1726888934.61990: checking for max_fail_percentage 172629 1726888934.61993: done checking for max_fail_percentage 172629 1726888934.61994: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.61995: done checking to see if all hosts have failed 172629 1726888934.61996: getting the remaining hosts for this loop 172629 1726888934.61997: done getting the remaining hosts for this loop 172629 1726888934.62001: getting the next task for host managed_node1 172629 1726888934.62008: done getting next task for host managed_node1 172629 1726888934.62011: ^ task is: TASK: Check RAID spare devices count 172629 1726888934.62016: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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=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 172629 1726888934.62020: getting variables 172629 1726888934.62021: in VariableManager get_vars() 172629 1726888934.62053: Calling all_inventory to load vars for managed_node1 172629 1726888934.62059: Calling groups_inventory to load vars for managed_node1 172629 1726888934.62062: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.62073: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.62077: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.62081: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.63223: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.63939: done with get_vars() 172629 1726888934.63949: done getting variables 172629 1726888934.64044: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Friday 20 September 2024 23:22:14 -0400 (0:00:00.034) 0:00:34.920 ****** 172629 1726888934.64092: entering _queue_task() for managed_node1/assert 172629 1726888934.64400: worker is 1 (out of 1 available) 172629 1726888934.64412: exiting _queue_task() for managed_node1/assert 172629 1726888934.64425: done queuing things up, now waiting for results queue to drain 172629 1726888934.64426: waiting for pending results... 172629 1726888934.64612: running TaskExecutor() for managed_node1/TASK: Check RAID spare devices count 172629 1726888934.64722: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000503 172629 1726888934.64846: variable 'ansible_search_path' from source: unknown 172629 1726888934.64850: calling self._execute() 172629 1726888934.64882: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.64894: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.64902: variable 'omit' from source: magic vars 172629 1726888934.65489: variable 'storage_test_volume' from source: include params 172629 1726888934.65559: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888934.65571: when evaluation is False, skipping this task 172629 1726888934.65664: _execute() done 172629 1726888934.65726: dumping result to json 172629 1726888934.65771: done dumping result, returning 172629 1726888934.65927: done running TaskExecutor() for managed_node1/TASK: Check RAID spare devices count [0affc8a3-6f6f-d0a8-add8-000000000503] 172629 1726888934.65930: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000503 172629 1726888934.66011: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000503 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888934.66096: no more pending results, returning what we have 172629 1726888934.66100: results queue empty 172629 1726888934.66101: checking for any_errors_fatal 172629 1726888934.66113: done checking for any_errors_fatal 172629 1726888934.66114: checking for max_fail_percentage 172629 1726888934.66116: done checking for max_fail_percentage 172629 1726888934.66118: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.66118: done checking to see if all hosts have failed 172629 1726888934.66119: getting the remaining hosts for this loop 172629 1726888934.66121: done getting the remaining hosts for this loop 172629 1726888934.66127: getting the next task for host managed_node1 172629 1726888934.66135: done getting next task for host managed_node1 172629 1726888934.66139: ^ task is: TASK: Check RAID metadata version 172629 1726888934.66150: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888934.66157: getting variables 172629 1726888934.66159: in VariableManager get_vars() 172629 1726888934.66201: Calling all_inventory to load vars for managed_node1 172629 1726888934.66204: Calling groups_inventory to load vars for managed_node1 172629 1726888934.66208: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.66225: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.66232: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.66236: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.67179: WORKER PROCESS EXITING 172629 1726888934.67327: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.67807: done with get_vars() 172629 1726888934.67815: done getting variables 172629 1726888934.67858: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Friday 20 September 2024 23:22:14 -0400 (0:00:00.037) 0:00:34.958 ****** 172629 1726888934.67885: entering _queue_task() for managed_node1/assert 172629 1726888934.68097: worker is 1 (out of 1 available) 172629 1726888934.68110: exiting _queue_task() for managed_node1/assert 172629 1726888934.68123: done queuing things up, now waiting for results queue to drain 172629 1726888934.68124: waiting for pending results... 172629 1726888934.68414: running TaskExecutor() for managed_node1/TASK: Check RAID metadata version 172629 1726888934.68673: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000504 172629 1726888934.68676: variable 'ansible_search_path' from source: unknown 172629 1726888934.68680: calling self._execute() 172629 1726888934.68751: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.68773: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.68793: variable 'omit' from source: magic vars 172629 1726888934.69252: variable 'storage_test_volume' from source: include params 172629 1726888934.69293: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888934.69300: when evaluation is False, skipping this task 172629 1726888934.69308: _execute() done 172629 1726888934.69316: dumping result to json 172629 1726888934.69324: done dumping result, returning 172629 1726888934.69338: done running TaskExecutor() for managed_node1/TASK: Check RAID metadata version [0affc8a3-6f6f-d0a8-add8-000000000504] 172629 1726888934.69353: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000504 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888934.69500: no more pending results, returning what we have 172629 1726888934.69504: results queue empty 172629 1726888934.69505: checking for any_errors_fatal 172629 1726888934.69514: done checking for any_errors_fatal 172629 1726888934.69515: checking for max_fail_percentage 172629 1726888934.69516: done checking for max_fail_percentage 172629 1726888934.69518: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.69519: done checking to see if all hosts have failed 172629 1726888934.69519: getting the remaining hosts for this loop 172629 1726888934.69521: done getting the remaining hosts for this loop 172629 1726888934.69524: getting the next task for host managed_node1 172629 1726888934.69532: done getting next task for host managed_node1 172629 1726888934.69534: ^ task is: TASK: Check RAID chunk size 172629 1726888934.69541: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888934.69545: getting variables 172629 1726888934.69546: in VariableManager get_vars() 172629 1726888934.69581: Calling all_inventory to load vars for managed_node1 172629 1726888934.69584: Calling groups_inventory to load vars for managed_node1 172629 1726888934.69587: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.69599: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.69602: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.69605: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.70227: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000504 172629 1726888934.70230: WORKER PROCESS EXITING 172629 1726888934.70366: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.71101: done with get_vars() 172629 1726888934.71112: done getting variables 172629 1726888934.71150: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Friday 20 September 2024 23:22:14 -0400 (0:00:00.032) 0:00:34.991 ****** 172629 1726888934.71173: entering _queue_task() for managed_node1/assert 172629 1726888934.71350: worker is 1 (out of 1 available) 172629 1726888934.71365: exiting _queue_task() for managed_node1/assert 172629 1726888934.71379: done queuing things up, now waiting for results queue to drain 172629 1726888934.71380: waiting for pending results... 172629 1726888934.71549: running TaskExecutor() for managed_node1/TASK: Check RAID chunk size 172629 1726888934.71636: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000505 172629 1726888934.71646: variable 'ansible_search_path' from source: unknown 172629 1726888934.71677: calling self._execute() 172629 1726888934.71754: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.71763: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.71773: variable 'omit' from source: magic vars 172629 1726888934.72112: variable 'storage_test_volume' from source: include params 172629 1726888934.72138: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888934.72141: when evaluation is False, skipping this task 172629 1726888934.72144: _execute() done 172629 1726888934.72148: dumping result to json 172629 1726888934.72151: done dumping result, returning 172629 1726888934.72164: done running TaskExecutor() for managed_node1/TASK: Check RAID chunk size [0affc8a3-6f6f-d0a8-add8-000000000505] 172629 1726888934.72167: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000505 172629 1726888934.72251: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000505 172629 1726888934.72260: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888934.72319: no more pending results, returning what we have 172629 1726888934.72322: results queue empty 172629 1726888934.72323: checking for any_errors_fatal 172629 1726888934.72329: done checking for any_errors_fatal 172629 1726888934.72329: checking for max_fail_percentage 172629 1726888934.72331: done checking for max_fail_percentage 172629 1726888934.72332: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.72333: done checking to see if all hosts have failed 172629 1726888934.72333: getting the remaining hosts for this loop 172629 1726888934.72334: done getting the remaining hosts for this loop 172629 1726888934.72337: getting the next task for host managed_node1 172629 1726888934.72345: done getting next task for host managed_node1 172629 1726888934.72348: ^ task is: TASK: Parse the actual size of the volume 172629 1726888934.72356: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888934.72359: getting variables 172629 1726888934.72360: in VariableManager get_vars() 172629 1726888934.72386: Calling all_inventory to load vars for managed_node1 172629 1726888934.72388: Calling groups_inventory to load vars for managed_node1 172629 1726888934.72391: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.72399: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.72403: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.72406: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.72826: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.73501: done with get_vars() 172629 1726888934.73513: done getting variables TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Friday 20 September 2024 23:22:14 -0400 (0:00:00.024) 0:00:35.015 ****** 172629 1726888934.73599: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888934.73871: worker is 1 (out of 1 available) 172629 1726888934.73883: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888934.73896: done queuing things up, now waiting for results queue to drain 172629 1726888934.73897: waiting for pending results... 172629 1726888934.74290: running TaskExecutor() for managed_node1/TASK: Parse the actual size of the volume 172629 1726888934.74327: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000509 172629 1726888934.74346: variable 'ansible_search_path' from source: unknown 172629 1726888934.74382: calling self._execute() 172629 1726888934.74464: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.74469: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.74508: variable 'omit' from source: magic vars 172629 1726888934.74758: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888934.76587: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888934.76641: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888934.76670: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888934.76695: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888934.76713: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888934.76802: variable '_storage_test_volume_present' from source: set_fact 172629 1726888934.76815: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888934.76917: variable 'storage_test_volume' from source: include params 172629 1726888934.76940: Evaluated conditional (storage_test_volume.type not in ['partition', 'disk']): False 172629 1726888934.76945: when evaluation is False, skipping this task 172629 1726888934.76948: _execute() done 172629 1726888934.76952: dumping result to json 172629 1726888934.76955: done dumping result, returning 172629 1726888934.76966: done running TaskExecutor() for managed_node1/TASK: Parse the actual size of the volume [0affc8a3-6f6f-d0a8-add8-000000000509] 172629 1726888934.76968: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000509 172629 1726888934.77048: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000509 172629 1726888934.77051: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } 172629 1726888934.77117: no more pending results, returning what we have 172629 1726888934.77121: results queue empty 172629 1726888934.77122: checking for any_errors_fatal 172629 1726888934.77130: done checking for any_errors_fatal 172629 1726888934.77131: checking for max_fail_percentage 172629 1726888934.77132: done checking for max_fail_percentage 172629 1726888934.77136: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.77136: done checking to see if all hosts have failed 172629 1726888934.77137: getting the remaining hosts for this loop 172629 1726888934.77139: done getting the remaining hosts for this loop 172629 1726888934.77143: getting the next task for host managed_node1 172629 1726888934.77151: done getting next task for host managed_node1 172629 1726888934.77154: ^ task is: TASK: Parse the requested size of the volume 172629 1726888934.77160: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888934.77164: getting variables 172629 1726888934.77165: in VariableManager get_vars() 172629 1726888934.77195: Calling all_inventory to load vars for managed_node1 172629 1726888934.77197: Calling groups_inventory to load vars for managed_node1 172629 1726888934.77200: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.77212: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.77215: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.77219: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.77818: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.78310: done with get_vars() 172629 1726888934.78327: done getting variables TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Friday 20 September 2024 23:22:14 -0400 (0:00:00.048) 0:00:35.064 ****** 172629 1726888934.78426: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888934.78734: worker is 1 (out of 1 available) 172629 1726888934.78747: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888934.78762: done queuing things up, now waiting for results queue to drain 172629 1726888934.78764: waiting for pending results... 172629 1726888934.79117: running TaskExecutor() for managed_node1/TASK: Parse the requested size of the volume 172629 1726888934.79266: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000050a 172629 1726888934.79270: variable 'ansible_search_path' from source: unknown 172629 1726888934.79316: calling self._execute() 172629 1726888934.79435: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.79439: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.79442: variable 'omit' from source: magic vars 172629 1726888934.79940: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888934.82184: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888934.82201: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888934.82259: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888934.82289: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888934.82331: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888934.82426: variable '_storage_test_volume_present' from source: set_fact 172629 1726888934.82440: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888934.82585: variable 'storage_test_volume' from source: include params 172629 1726888934.82613: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888934.82616: when evaluation is False, skipping this task 172629 1726888934.82618: _execute() done 172629 1726888934.82621: dumping result to json 172629 1726888934.82624: done dumping result, returning 172629 1726888934.82629: done running TaskExecutor() for managed_node1/TASK: Parse the requested size of the volume [0affc8a3-6f6f-d0a8-add8-00000000050a] 172629 1726888934.82635: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000050a 172629 1726888934.82730: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000050a 172629 1726888934.82733: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888934.82811: no more pending results, returning what we have 172629 1726888934.82816: results queue empty 172629 1726888934.82817: checking for any_errors_fatal 172629 1726888934.82825: done checking for any_errors_fatal 172629 1726888934.82826: checking for max_fail_percentage 172629 1726888934.82828: done checking for max_fail_percentage 172629 1726888934.82829: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.82830: done checking to see if all hosts have failed 172629 1726888934.82830: getting the remaining hosts for this loop 172629 1726888934.82832: done getting the remaining hosts for this loop 172629 1726888934.82835: getting the next task for host managed_node1 172629 1726888934.82843: done getting next task for host managed_node1 172629 1726888934.82845: ^ task is: TASK: Establish base value for expected size 172629 1726888934.82850: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888934.82858: getting variables 172629 1726888934.82860: in VariableManager get_vars() 172629 1726888934.82893: Calling all_inventory to load vars for managed_node1 172629 1726888934.82896: Calling groups_inventory to load vars for managed_node1 172629 1726888934.82899: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.82910: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.82913: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.82916: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.83651: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.84271: done with get_vars() 172629 1726888934.84286: done getting variables 172629 1726888934.84341: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Friday 20 September 2024 23:22:14 -0400 (0:00:00.059) 0:00:35.123 ****** 172629 1726888934.84376: entering _queue_task() for managed_node1/set_fact 172629 1726888934.84643: worker is 1 (out of 1 available) 172629 1726888934.84660: exiting _queue_task() for managed_node1/set_fact 172629 1726888934.84671: done queuing things up, now waiting for results queue to drain 172629 1726888934.84672: waiting for pending results... 172629 1726888934.85090: running TaskExecutor() for managed_node1/TASK: Establish base value for expected size 172629 1726888934.85096: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000050b 172629 1726888934.85225: variable 'ansible_search_path' from source: unknown 172629 1726888934.85229: calling self._execute() 172629 1726888934.85492: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.85496: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.85500: variable 'omit' from source: magic vars 172629 1726888934.85723: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888934.88402: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888934.88465: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888934.88500: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888934.88544: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888934.88578: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888934.88668: variable '_storage_test_volume_present' from source: set_fact 172629 1726888934.88683: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888934.88811: variable 'storage_test_volume' from source: include params 172629 1726888934.88843: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888934.88846: when evaluation is False, skipping this task 172629 1726888934.88859: _execute() done 172629 1726888934.88863: dumping result to json 172629 1726888934.88865: done dumping result, returning 172629 1726888934.88868: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected size [0affc8a3-6f6f-d0a8-add8-00000000050b] 172629 1726888934.88893: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000050b 172629 1726888934.89008: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000050b 172629 1726888934.89012: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888934.89065: no more pending results, returning what we have 172629 1726888934.89069: results queue empty 172629 1726888934.89070: checking for any_errors_fatal 172629 1726888934.89078: done checking for any_errors_fatal 172629 1726888934.89079: checking for max_fail_percentage 172629 1726888934.89081: done checking for max_fail_percentage 172629 1726888934.89082: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.89082: done checking to see if all hosts have failed 172629 1726888934.89083: getting the remaining hosts for this loop 172629 1726888934.89085: done getting the remaining hosts for this loop 172629 1726888934.89088: getting the next task for host managed_node1 172629 1726888934.89096: done getting next task for host managed_node1 172629 1726888934.89099: ^ task is: TASK: Show expected size 172629 1726888934.89102: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888934.89107: getting variables 172629 1726888934.89110: in VariableManager get_vars() 172629 1726888934.89143: Calling all_inventory to load vars for managed_node1 172629 1726888934.89146: Calling groups_inventory to load vars for managed_node1 172629 1726888934.89150: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.89165: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.89169: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.89173: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.89927: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.90527: done with get_vars() 172629 1726888934.90546: done getting variables 172629 1726888934.90612: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show expected size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Friday 20 September 2024 23:22:14 -0400 (0:00:00.062) 0:00:35.186 ****** 172629 1726888934.90647: entering _queue_task() for managed_node1/debug 172629 1726888934.90934: worker is 1 (out of 1 available) 172629 1726888934.90947: exiting _queue_task() for managed_node1/debug 172629 1726888934.90960: done queuing things up, now waiting for results queue to drain 172629 1726888934.90961: waiting for pending results... 172629 1726888934.91435: running TaskExecutor() for managed_node1/TASK: Show expected size 172629 1726888934.91442: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000050c 172629 1726888934.91445: variable 'ansible_search_path' from source: unknown 172629 1726888934.91447: calling self._execute() 172629 1726888934.91593: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.91597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.91601: variable 'omit' from source: magic vars 172629 1726888934.91717: variable 'omit' from source: magic vars 172629 1726888934.91748: variable 'omit' from source: magic vars 172629 1726888934.91796: variable 'omit' from source: magic vars 172629 1726888934.91836: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888934.91887: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888934.91906: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888934.92020: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888934.92023: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888934.92026: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888934.92028: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.92030: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.92108: Set connection var ansible_timeout to 10 172629 1726888934.92121: Set connection var ansible_shell_type to sh 172629 1726888934.92124: Set connection var ansible_pipelining to False 172629 1726888934.92126: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888934.92129: Set connection var ansible_shell_executable to /bin/sh 172629 1726888934.92159: Set connection var ansible_connection to ssh 172629 1726888934.92199: variable 'ansible_shell_executable' from source: unknown 172629 1726888934.92203: variable 'ansible_connection' from source: unknown 172629 1726888934.92206: variable 'ansible_module_compression' from source: unknown 172629 1726888934.92209: variable 'ansible_shell_type' from source: unknown 172629 1726888934.92212: variable 'ansible_shell_executable' from source: unknown 172629 1726888934.92215: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.92218: variable 'ansible_pipelining' from source: unknown 172629 1726888934.92220: variable 'ansible_timeout' from source: unknown 172629 1726888934.92251: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.92426: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888934.92431: variable 'omit' from source: magic vars 172629 1726888934.92433: starting attempt loop 172629 1726888934.92499: running the handler 172629 1726888934.92677: handler run complete 172629 1726888934.92681: attempt loop complete, returning result 172629 1726888934.92683: _execute() done 172629 1726888934.92685: dumping result to json 172629 1726888934.92688: done dumping result, returning 172629 1726888934.92691: done running TaskExecutor() for managed_node1/TASK: Show expected size [0affc8a3-6f6f-d0a8-add8-00000000050c] 172629 1726888934.92698: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000050c 172629 1726888934.92929: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000050c 172629 1726888934.92933: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } 172629 1726888934.92976: no more pending results, returning what we have 172629 1726888934.92978: results queue empty 172629 1726888934.92979: checking for any_errors_fatal 172629 1726888934.92985: done checking for any_errors_fatal 172629 1726888934.92985: checking for max_fail_percentage 172629 1726888934.92987: done checking for max_fail_percentage 172629 1726888934.92988: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.92989: done checking to see if all hosts have failed 172629 1726888934.92989: getting the remaining hosts for this loop 172629 1726888934.92990: done getting the remaining hosts for this loop 172629 1726888934.92995: getting the next task for host managed_node1 172629 1726888934.93002: done getting next task for host managed_node1 172629 1726888934.93004: ^ task is: TASK: Get the size of parent/pool device 172629 1726888934.93008: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888934.93012: getting variables 172629 1726888934.93013: in VariableManager get_vars() 172629 1726888934.93040: Calling all_inventory to load vars for managed_node1 172629 1726888934.93042: Calling groups_inventory to load vars for managed_node1 172629 1726888934.93045: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.93058: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.93061: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.93064: Calling groups_plugins_play to load vars for managed_node1 172629 1726888934.93888: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888934.94465: done with get_vars() 172629 1726888934.94478: done getting variables TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Friday 20 September 2024 23:22:14 -0400 (0:00:00.039) 0:00:35.225 ****** 172629 1726888934.94579: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888934.94966: worker is 1 (out of 1 available) 172629 1726888934.94982: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888934.94992: done queuing things up, now waiting for results queue to drain 172629 1726888934.94994: waiting for pending results... 172629 1726888934.95460: running TaskExecutor() for managed_node1/TASK: Get the size of parent/pool device 172629 1726888934.95468: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000050d 172629 1726888934.95471: variable 'ansible_search_path' from source: unknown 172629 1726888934.95474: calling self._execute() 172629 1726888934.95580: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888934.95586: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888934.95589: variable 'omit' from source: magic vars 172629 1726888934.96062: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888934.98745: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888934.98831: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888934.98877: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888934.98916: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888934.98944: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888934.99048: variable '_storage_test_volume_present' from source: set_fact 172629 1726888934.99076: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888934.99224: variable 'storage_test_volume' from source: include params 172629 1726888934.99261: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888934.99268: when evaluation is False, skipping this task 172629 1726888934.99275: _execute() done 172629 1726888934.99281: dumping result to json 172629 1726888934.99288: done dumping result, returning 172629 1726888934.99301: done running TaskExecutor() for managed_node1/TASK: Get the size of parent/pool device [0affc8a3-6f6f-d0a8-add8-00000000050d] 172629 1726888934.99310: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000050d 172629 1726888934.99567: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000050d 172629 1726888934.99571: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888934.99620: no more pending results, returning what we have 172629 1726888934.99624: results queue empty 172629 1726888934.99625: checking for any_errors_fatal 172629 1726888934.99635: done checking for any_errors_fatal 172629 1726888934.99636: checking for max_fail_percentage 172629 1726888934.99638: done checking for max_fail_percentage 172629 1726888934.99639: checking to see if all hosts have failed and the running result is not ok 172629 1726888934.99640: done checking to see if all hosts have failed 172629 1726888934.99640: getting the remaining hosts for this loop 172629 1726888934.99642: done getting the remaining hosts for this loop 172629 1726888934.99646: getting the next task for host managed_node1 172629 1726888934.99659: done getting next task for host managed_node1 172629 1726888934.99662: ^ task is: TASK: Show test pool 172629 1726888934.99668: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888934.99672: getting variables 172629 1726888934.99673: in VariableManager get_vars() 172629 1726888934.99707: Calling all_inventory to load vars for managed_node1 172629 1726888934.99710: Calling groups_inventory to load vars for managed_node1 172629 1726888934.99713: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888934.99725: Calling all_plugins_play to load vars for managed_node1 172629 1726888934.99728: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888934.99732: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.00481: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.01069: done with get_vars() 172629 1726888935.01083: done getting variables 172629 1726888935.01138: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test pool] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Friday 20 September 2024 23:22:15 -0400 (0:00:00.065) 0:00:35.291 ****** 172629 1726888935.01173: entering _queue_task() for managed_node1/debug 172629 1726888935.01443: worker is 1 (out of 1 available) 172629 1726888935.01459: exiting _queue_task() for managed_node1/debug 172629 1726888935.01470: done queuing things up, now waiting for results queue to drain 172629 1726888935.01471: waiting for pending results... 172629 1726888935.01775: running TaskExecutor() for managed_node1/TASK: Show test pool 172629 1726888935.01887: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000050f 172629 1726888935.01904: variable 'ansible_search_path' from source: unknown 172629 1726888935.01940: calling self._execute() 172629 1726888935.02060: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.02072: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.02090: variable 'omit' from source: magic vars 172629 1726888935.02463: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888935.05279: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888935.05324: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888935.05495: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888935.05510: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888935.05542: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888935.05766: variable '_storage_test_volume_present' from source: set_fact 172629 1726888935.05790: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888935.06075: variable 'storage_test_volume' from source: include params 172629 1726888935.06182: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888935.06190: when evaluation is False, skipping this task 172629 1726888935.06371: _execute() done 172629 1726888935.06374: dumping result to json 172629 1726888935.06376: done dumping result, returning 172629 1726888935.06379: done running TaskExecutor() for managed_node1/TASK: Show test pool [0affc8a3-6f6f-d0a8-add8-00000000050f] 172629 1726888935.06381: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000050f 172629 1726888935.06448: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000050f 172629 1726888935.06451: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.type == \"lvm\"" } 172629 1726888935.06513: no more pending results, returning what we have 172629 1726888935.06516: results queue empty 172629 1726888935.06517: checking for any_errors_fatal 172629 1726888935.06523: done checking for any_errors_fatal 172629 1726888935.06523: checking for max_fail_percentage 172629 1726888935.06525: done checking for max_fail_percentage 172629 1726888935.06526: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.06526: done checking to see if all hosts have failed 172629 1726888935.06527: getting the remaining hosts for this loop 172629 1726888935.06529: done getting the remaining hosts for this loop 172629 1726888935.06532: getting the next task for host managed_node1 172629 1726888935.06540: done getting next task for host managed_node1 172629 1726888935.06543: ^ task is: TASK: Show test blockinfo 172629 1726888935.06548: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888935.06552: getting variables 172629 1726888935.06557: in VariableManager get_vars() 172629 1726888935.06589: Calling all_inventory to load vars for managed_node1 172629 1726888935.06592: Calling groups_inventory to load vars for managed_node1 172629 1726888935.06595: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.06606: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.06609: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.06612: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.08084: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.09301: done with get_vars() 172629 1726888935.09317: done getting variables 172629 1726888935.09546: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Friday 20 September 2024 23:22:15 -0400 (0:00:00.084) 0:00:35.375 ****** 172629 1726888935.09585: entering _queue_task() for managed_node1/debug 172629 1726888935.09880: worker is 1 (out of 1 available) 172629 1726888935.09894: exiting _queue_task() for managed_node1/debug 172629 1726888935.09906: done queuing things up, now waiting for results queue to drain 172629 1726888935.09907: waiting for pending results... 172629 1726888935.10195: running TaskExecutor() for managed_node1/TASK: Show test blockinfo 172629 1726888935.10380: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000510 172629 1726888935.10384: variable 'ansible_search_path' from source: unknown 172629 1726888935.10402: calling self._execute() 172629 1726888935.10517: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.10597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.10600: variable 'omit' from source: magic vars 172629 1726888935.10927: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888935.13074: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888935.13160: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888935.13201: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888935.13240: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888935.13275: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888935.13381: variable '_storage_test_volume_present' from source: set_fact 172629 1726888935.13403: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888935.13538: variable 'storage_test_volume' from source: include params 172629 1726888935.13576: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888935.13585: when evaluation is False, skipping this task 172629 1726888935.13593: _execute() done 172629 1726888935.13600: dumping result to json 172629 1726888935.13608: done dumping result, returning 172629 1726888935.13618: done running TaskExecutor() for managed_node1/TASK: Show test blockinfo [0affc8a3-6f6f-d0a8-add8-000000000510] 172629 1726888935.13629: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000510 skipping: [managed_node1] => { "false_condition": "storage_test_volume.type == \"lvm\"" } 172629 1726888935.13796: no more pending results, returning what we have 172629 1726888935.13801: results queue empty 172629 1726888935.13802: checking for any_errors_fatal 172629 1726888935.13807: done checking for any_errors_fatal 172629 1726888935.13808: checking for max_fail_percentage 172629 1726888935.13810: done checking for max_fail_percentage 172629 1726888935.13811: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.13812: done checking to see if all hosts have failed 172629 1726888935.13812: getting the remaining hosts for this loop 172629 1726888935.13814: done getting the remaining hosts for this loop 172629 1726888935.13818: getting the next task for host managed_node1 172629 1726888935.13825: done getting next task for host managed_node1 172629 1726888935.13828: ^ task is: TASK: Show test pool size 172629 1726888935.13833: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888935.13836: getting variables 172629 1726888935.13838: in VariableManager get_vars() 172629 1726888935.13875: Calling all_inventory to load vars for managed_node1 172629 1726888935.13878: Calling groups_inventory to load vars for managed_node1 172629 1726888935.13882: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.13893: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.13896: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.13900: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.14568: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000510 172629 1726888935.14571: WORKER PROCESS EXITING 172629 1726888935.14718: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.15315: done with get_vars() 172629 1726888935.15330: done getting variables 172629 1726888935.15387: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test pool size] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Friday 20 September 2024 23:22:15 -0400 (0:00:00.058) 0:00:35.434 ****** 172629 1726888935.15416: entering _queue_task() for managed_node1/debug 172629 1726888935.15879: worker is 1 (out of 1 available) 172629 1726888935.15888: exiting _queue_task() for managed_node1/debug 172629 1726888935.15898: done queuing things up, now waiting for results queue to drain 172629 1726888935.15899: waiting for pending results... 172629 1726888935.15988: running TaskExecutor() for managed_node1/TASK: Show test pool size 172629 1726888935.16116: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000511 172629 1726888935.16140: variable 'ansible_search_path' from source: unknown 172629 1726888935.16184: calling self._execute() 172629 1726888935.16297: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.16309: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.16325: variable 'omit' from source: magic vars 172629 1726888935.16692: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888935.18959: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888935.18962: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888935.18971: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888935.19010: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888935.19039: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888935.19144: variable '_storage_test_volume_present' from source: set_fact 172629 1726888935.19174: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888935.19315: variable 'storage_test_volume' from source: include params 172629 1726888935.19349: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888935.19362: when evaluation is False, skipping this task 172629 1726888935.19369: _execute() done 172629 1726888935.19376: dumping result to json 172629 1726888935.19386: done dumping result, returning 172629 1726888935.19396: done running TaskExecutor() for managed_node1/TASK: Show test pool size [0affc8a3-6f6f-d0a8-add8-000000000511] 172629 1726888935.19405: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000511 skipping: [managed_node1] => { "false_condition": "storage_test_volume.type == \"lvm\"" } 172629 1726888935.19615: no more pending results, returning what we have 172629 1726888935.19620: results queue empty 172629 1726888935.19621: checking for any_errors_fatal 172629 1726888935.19627: done checking for any_errors_fatal 172629 1726888935.19628: checking for max_fail_percentage 172629 1726888935.19631: done checking for max_fail_percentage 172629 1726888935.19632: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.19633: done checking to see if all hosts have failed 172629 1726888935.19633: getting the remaining hosts for this loop 172629 1726888935.19636: done getting the remaining hosts for this loop 172629 1726888935.19639: getting the next task for host managed_node1 172629 1726888935.19647: done getting next task for host managed_node1 172629 1726888935.19650: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 172629 1726888935.19659: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888935.19664: getting variables 172629 1726888935.19665: in VariableManager get_vars() 172629 1726888935.19699: Calling all_inventory to load vars for managed_node1 172629 1726888935.19701: Calling groups_inventory to load vars for managed_node1 172629 1726888935.19705: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.19716: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.19720: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.19723: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.20268: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000511 172629 1726888935.20271: WORKER PROCESS EXITING 172629 1726888935.20499: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.21110: done with get_vars() 172629 1726888935.21124: done getting variables 172629 1726888935.21183: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Friday 20 September 2024 23:22:15 -0400 (0:00:00.057) 0:00:35.492 ****** 172629 1726888935.21214: entering _queue_task() for managed_node1/set_fact 172629 1726888935.21471: worker is 1 (out of 1 available) 172629 1726888935.21483: exiting _queue_task() for managed_node1/set_fact 172629 1726888935.21495: done queuing things up, now waiting for results queue to drain 172629 1726888935.21496: waiting for pending results... 172629 1726888935.21773: running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value 172629 1726888935.21904: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000512 172629 1726888935.21925: variable 'ansible_search_path' from source: unknown 172629 1726888935.21967: calling self._execute() 172629 1726888935.22075: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.22087: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.22103: variable 'omit' from source: magic vars 172629 1726888935.22484: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888935.25000: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888935.25260: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888935.25264: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888935.25267: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888935.25269: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888935.25276: variable '_storage_test_volume_present' from source: set_fact 172629 1726888935.25297: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888935.25437: variable 'storage_test_volume' from source: include params 172629 1726888935.25473: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888935.25480: when evaluation is False, skipping this task 172629 1726888935.25488: _execute() done 172629 1726888935.25497: dumping result to json 172629 1726888935.25503: done dumping result, returning 172629 1726888935.25512: done running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-d0a8-add8-000000000512] 172629 1726888935.25520: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000512 172629 1726888935.25780: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000512 172629 1726888935.25784: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888935.25825: no more pending results, returning what we have 172629 1726888935.25828: results queue empty 172629 1726888935.25829: checking for any_errors_fatal 172629 1726888935.25836: done checking for any_errors_fatal 172629 1726888935.25836: checking for max_fail_percentage 172629 1726888935.25838: done checking for max_fail_percentage 172629 1726888935.25839: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.25840: done checking to see if all hosts have failed 172629 1726888935.25841: getting the remaining hosts for this loop 172629 1726888935.25843: done getting the remaining hosts for this loop 172629 1726888935.25845: getting the next task for host managed_node1 172629 1726888935.25859: done getting next task for host managed_node1 172629 1726888935.25862: ^ task is: TASK: Default thin pool reserved space values 172629 1726888935.25867: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888935.25870: getting variables 172629 1726888935.25872: in VariableManager get_vars() 172629 1726888935.25903: Calling all_inventory to load vars for managed_node1 172629 1726888935.25906: Calling groups_inventory to load vars for managed_node1 172629 1726888935.25909: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.25919: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.25922: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.25925: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.26606: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.27211: done with get_vars() 172629 1726888935.27225: done getting variables 172629 1726888935.27286: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Friday 20 September 2024 23:22:15 -0400 (0:00:00.060) 0:00:35.553 ****** 172629 1726888935.27316: entering _queue_task() for managed_node1/set_fact 172629 1726888935.27609: worker is 1 (out of 1 available) 172629 1726888935.27620: exiting _queue_task() for managed_node1/set_fact 172629 1726888935.27633: done queuing things up, now waiting for results queue to drain 172629 1726888935.27635: waiting for pending results... 172629 1726888935.27926: running TaskExecutor() for managed_node1/TASK: Default thin pool reserved space values 172629 1726888935.28081: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000514 172629 1726888935.28261: variable 'ansible_search_path' from source: unknown 172629 1726888935.28265: calling self._execute() 172629 1726888935.28272: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.28275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.28278: variable 'omit' from source: magic vars 172629 1726888935.28642: variable 'storage_test_volume' from source: include params 172629 1726888935.28685: Evaluated conditional (storage_test_volume.thin): False 172629 1726888935.28693: when evaluation is False, skipping this task 172629 1726888935.28700: _execute() done 172629 1726888935.28707: dumping result to json 172629 1726888935.28715: done dumping result, returning 172629 1726888935.28727: done running TaskExecutor() for managed_node1/TASK: Default thin pool reserved space values [0affc8a3-6f6f-d0a8-add8-000000000514] 172629 1726888935.28736: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000514 172629 1726888935.28971: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000514 172629 1726888935.28974: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888935.29020: no more pending results, returning what we have 172629 1726888935.29024: results queue empty 172629 1726888935.29026: checking for any_errors_fatal 172629 1726888935.29033: done checking for any_errors_fatal 172629 1726888935.29034: checking for max_fail_percentage 172629 1726888935.29036: done checking for max_fail_percentage 172629 1726888935.29037: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.29038: done checking to see if all hosts have failed 172629 1726888935.29039: getting the remaining hosts for this loop 172629 1726888935.29040: done getting the remaining hosts for this loop 172629 1726888935.29044: getting the next task for host managed_node1 172629 1726888935.29057: done getting next task for host managed_node1 172629 1726888935.29060: ^ task is: TASK: Default minimal thin pool reserved space size 172629 1726888935.29066: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888935.29070: getting variables 172629 1726888935.29071: in VariableManager get_vars() 172629 1726888935.29106: Calling all_inventory to load vars for managed_node1 172629 1726888935.29109: Calling groups_inventory to load vars for managed_node1 172629 1726888935.29113: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.29127: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.29130: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.29133: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.30087: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.30669: done with get_vars() 172629 1726888935.30682: done getting variables TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Friday 20 September 2024 23:22:15 -0400 (0:00:00.034) 0:00:35.587 ****** 172629 1726888935.30764: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888935.31250: worker is 1 (out of 1 available) 172629 1726888935.31265: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888935.31279: done queuing things up, now waiting for results queue to drain 172629 1726888935.31281: waiting for pending results... 172629 1726888935.31674: running TaskExecutor() for managed_node1/TASK: Default minimal thin pool reserved space size 172629 1726888935.31768: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000515 172629 1726888935.31795: variable 'ansible_search_path' from source: unknown 172629 1726888935.31834: calling self._execute() 172629 1726888935.31946: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.32013: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.32018: variable 'omit' from source: magic vars 172629 1726888935.32383: variable 'storage_test_volume' from source: include params 172629 1726888935.32426: Evaluated conditional (storage_test_volume.thin): False 172629 1726888935.32434: when evaluation is False, skipping this task 172629 1726888935.32554: _execute() done 172629 1726888935.32560: dumping result to json 172629 1726888935.32563: done dumping result, returning 172629 1726888935.32565: done running TaskExecutor() for managed_node1/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-d0a8-add8-000000000515] 172629 1726888935.32568: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000515 172629 1726888935.32641: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000515 172629 1726888935.32645: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888935.32711: no more pending results, returning what we have 172629 1726888935.32716: results queue empty 172629 1726888935.32718: checking for any_errors_fatal 172629 1726888935.32727: done checking for any_errors_fatal 172629 1726888935.32728: checking for max_fail_percentage 172629 1726888935.32730: done checking for max_fail_percentage 172629 1726888935.32732: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.32733: done checking to see if all hosts have failed 172629 1726888935.32733: getting the remaining hosts for this loop 172629 1726888935.32735: done getting the remaining hosts for this loop 172629 1726888935.32739: getting the next task for host managed_node1 172629 1726888935.32748: done getting next task for host managed_node1 172629 1726888935.32752: ^ task is: TASK: Default maximal thin pool reserved space size 172629 1726888935.32962: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888935.32967: getting variables 172629 1726888935.32969: in VariableManager get_vars() 172629 1726888935.32999: Calling all_inventory to load vars for managed_node1 172629 1726888935.33002: Calling groups_inventory to load vars for managed_node1 172629 1726888935.33005: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.33016: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.33018: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.33021: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.33720: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.34363: done with get_vars() 172629 1726888935.34378: done getting variables TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Friday 20 September 2024 23:22:15 -0400 (0:00:00.037) 0:00:35.624 ****** 172629 1726888935.34495: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888935.34917: worker is 1 (out of 1 available) 172629 1726888935.34929: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888935.34949: done queuing things up, now waiting for results queue to drain 172629 1726888935.34950: waiting for pending results... 172629 1726888935.35327: running TaskExecutor() for managed_node1/TASK: Default maximal thin pool reserved space size 172629 1726888935.35356: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000516 172629 1726888935.35431: variable 'ansible_search_path' from source: unknown 172629 1726888935.35435: calling self._execute() 172629 1726888935.35530: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.35547: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.35570: variable 'omit' from source: magic vars 172629 1726888935.35976: variable 'storage_test_volume' from source: include params 172629 1726888935.36021: Evaluated conditional (storage_test_volume.thin): False 172629 1726888935.36029: when evaluation is False, skipping this task 172629 1726888935.36037: _execute() done 172629 1726888935.36079: dumping result to json 172629 1726888935.36082: done dumping result, returning 172629 1726888935.36085: done running TaskExecutor() for managed_node1/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-d0a8-add8-000000000516] 172629 1726888935.36087: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000516 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888935.36342: no more pending results, returning what we have 172629 1726888935.36347: results queue empty 172629 1726888935.36348: checking for any_errors_fatal 172629 1726888935.36360: done checking for any_errors_fatal 172629 1726888935.36361: checking for max_fail_percentage 172629 1726888935.36363: done checking for max_fail_percentage 172629 1726888935.36364: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.36365: done checking to see if all hosts have failed 172629 1726888935.36366: getting the remaining hosts for this loop 172629 1726888935.36368: done getting the remaining hosts for this loop 172629 1726888935.36372: getting the next task for host managed_node1 172629 1726888935.36381: done getting next task for host managed_node1 172629 1726888935.36384: ^ task is: TASK: Calculate maximum usable space in thin pool 172629 1726888935.36390: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888935.36395: getting variables 172629 1726888935.36396: in VariableManager get_vars() 172629 1726888935.36869: Calling all_inventory to load vars for managed_node1 172629 1726888935.36873: Calling groups_inventory to load vars for managed_node1 172629 1726888935.36875: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.36885: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.36888: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.36890: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.37662: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000516 172629 1726888935.37665: WORKER PROCESS EXITING 172629 1726888935.37785: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.39001: done with get_vars() 172629 1726888935.39015: done getting variables 172629 1726888935.39278: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Friday 20 September 2024 23:22:15 -0400 (0:00:00.048) 0:00:35.673 ****** 172629 1726888935.39308: entering _queue_task() for managed_node1/set_fact 172629 1726888935.39776: worker is 1 (out of 1 available) 172629 1726888935.39790: exiting _queue_task() for managed_node1/set_fact 172629 1726888935.39803: done queuing things up, now waiting for results queue to drain 172629 1726888935.39804: waiting for pending results... 172629 1726888935.40471: running TaskExecutor() for managed_node1/TASK: Calculate maximum usable space in thin pool 172629 1726888935.40475: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000517 172629 1726888935.40861: variable 'ansible_search_path' from source: unknown 172629 1726888935.40864: calling self._execute() 172629 1726888935.40867: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.40870: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.40872: variable 'omit' from source: magic vars 172629 1726888935.41567: variable 'storage_test_volume' from source: include params 172629 1726888935.41796: Evaluated conditional (storage_test_volume.thin): False 172629 1726888935.41804: when evaluation is False, skipping this task 172629 1726888935.41811: _execute() done 172629 1726888935.41818: dumping result to json 172629 1726888935.41825: done dumping result, returning 172629 1726888935.41835: done running TaskExecutor() for managed_node1/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-d0a8-add8-000000000517] 172629 1726888935.41844: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000517 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888935.41987: no more pending results, returning what we have 172629 1726888935.41991: results queue empty 172629 1726888935.41992: checking for any_errors_fatal 172629 1726888935.41998: done checking for any_errors_fatal 172629 1726888935.41999: checking for max_fail_percentage 172629 1726888935.42001: done checking for max_fail_percentage 172629 1726888935.42002: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.42003: done checking to see if all hosts have failed 172629 1726888935.42003: getting the remaining hosts for this loop 172629 1726888935.42005: done getting the remaining hosts for this loop 172629 1726888935.42008: getting the next task for host managed_node1 172629 1726888935.42016: done getting next task for host managed_node1 172629 1726888935.42018: ^ task is: TASK: Apply upper size limit to max usable thin pool space 172629 1726888935.42024: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888935.42028: getting variables 172629 1726888935.42029: in VariableManager get_vars() 172629 1726888935.42061: Calling all_inventory to load vars for managed_node1 172629 1726888935.42064: Calling groups_inventory to load vars for managed_node1 172629 1726888935.42068: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.42075: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000517 172629 1726888935.42077: WORKER PROCESS EXITING 172629 1726888935.42090: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.42094: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.42097: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.43110: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.43907: done with get_vars() 172629 1726888935.43922: done getting variables 172629 1726888935.43986: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Friday 20 September 2024 23:22:15 -0400 (0:00:00.047) 0:00:35.720 ****** 172629 1726888935.44019: entering _queue_task() for managed_node1/set_fact 172629 1726888935.44326: worker is 1 (out of 1 available) 172629 1726888935.44341: exiting _queue_task() for managed_node1/set_fact 172629 1726888935.44356: done queuing things up, now waiting for results queue to drain 172629 1726888935.44358: waiting for pending results... 172629 1726888935.44684: running TaskExecutor() for managed_node1/TASK: Apply upper size limit to max usable thin pool space 172629 1726888935.44834: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000518 172629 1726888935.44856: variable 'ansible_search_path' from source: unknown 172629 1726888935.44895: calling self._execute() 172629 1726888935.45021: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.45025: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.45027: variable 'omit' from source: magic vars 172629 1726888935.45419: variable 'storage_test_volume' from source: include params 172629 1726888935.45563: Evaluated conditional (storage_test_volume.thin): False 172629 1726888935.45566: when evaluation is False, skipping this task 172629 1726888935.45569: _execute() done 172629 1726888935.45571: dumping result to json 172629 1726888935.45573: done dumping result, returning 172629 1726888935.45576: done running TaskExecutor() for managed_node1/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-d0a8-add8-000000000518] 172629 1726888935.45579: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000518 172629 1726888935.45644: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000518 172629 1726888935.45647: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888935.45711: no more pending results, returning what we have 172629 1726888935.45715: results queue empty 172629 1726888935.45716: checking for any_errors_fatal 172629 1726888935.45726: done checking for any_errors_fatal 172629 1726888935.45726: checking for max_fail_percentage 172629 1726888935.45729: done checking for max_fail_percentage 172629 1726888935.45730: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.45731: done checking to see if all hosts have failed 172629 1726888935.45732: getting the remaining hosts for this loop 172629 1726888935.45733: done getting the remaining hosts for this loop 172629 1726888935.45737: getting the next task for host managed_node1 172629 1726888935.45745: done getting next task for host managed_node1 172629 1726888935.45748: ^ task is: TASK: Apply lower size limit to max usable thin pool space 172629 1726888935.45759: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888935.45763: getting variables 172629 1726888935.45764: in VariableManager get_vars() 172629 1726888935.45800: Calling all_inventory to load vars for managed_node1 172629 1726888935.45803: Calling groups_inventory to load vars for managed_node1 172629 1726888935.45807: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.45820: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.45824: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.45828: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.46559: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.47189: done with get_vars() 172629 1726888935.47202: done getting variables 172629 1726888935.47257: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Friday 20 September 2024 23:22:15 -0400 (0:00:00.032) 0:00:35.752 ****** 172629 1726888935.47292: entering _queue_task() for managed_node1/set_fact 172629 1726888935.47560: worker is 1 (out of 1 available) 172629 1726888935.47571: exiting _queue_task() for managed_node1/set_fact 172629 1726888935.47583: done queuing things up, now waiting for results queue to drain 172629 1726888935.47584: waiting for pending results... 172629 1726888935.47973: running TaskExecutor() for managed_node1/TASK: Apply lower size limit to max usable thin pool space 172629 1726888935.48032: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000519 172629 1726888935.48051: variable 'ansible_search_path' from source: unknown 172629 1726888935.48097: calling self._execute() 172629 1726888935.48212: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.48226: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.48271: variable 'omit' from source: magic vars 172629 1726888935.49087: variable 'storage_test_volume' from source: include params 172629 1726888935.49195: Evaluated conditional (storage_test_volume.thin): False 172629 1726888935.49199: when evaluation is False, skipping this task 172629 1726888935.49201: _execute() done 172629 1726888935.49204: dumping result to json 172629 1726888935.49206: done dumping result, returning 172629 1726888935.49209: done running TaskExecutor() for managed_node1/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-d0a8-add8-000000000519] 172629 1726888935.49211: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000519 172629 1726888935.49587: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000519 172629 1726888935.49590: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888935.49668: no more pending results, returning what we have 172629 1726888935.49672: results queue empty 172629 1726888935.49674: checking for any_errors_fatal 172629 1726888935.49682: done checking for any_errors_fatal 172629 1726888935.49683: checking for max_fail_percentage 172629 1726888935.49684: done checking for max_fail_percentage 172629 1726888935.49686: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.49687: done checking to see if all hosts have failed 172629 1726888935.49687: getting the remaining hosts for this loop 172629 1726888935.49689: done getting the remaining hosts for this loop 172629 1726888935.49692: getting the next task for host managed_node1 172629 1726888935.49700: done getting next task for host managed_node1 172629 1726888935.49703: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 172629 1726888935.49709: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888935.49713: getting variables 172629 1726888935.49715: in VariableManager get_vars() 172629 1726888935.49748: Calling all_inventory to load vars for managed_node1 172629 1726888935.49750: Calling groups_inventory to load vars for managed_node1 172629 1726888935.49754: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.49768: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.49771: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.49775: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.51010: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.52462: done with get_vars() 172629 1726888935.52480: done getting variables TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Friday 20 September 2024 23:22:15 -0400 (0:00:00.052) 0:00:35.805 ****** 172629 1726888935.52568: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888935.53270: worker is 1 (out of 1 available) 172629 1726888935.53283: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888935.53297: done queuing things up, now waiting for results queue to drain 172629 1726888935.53299: waiting for pending results... 172629 1726888935.53812: running TaskExecutor() for managed_node1/TASK: Convert maximum usable thin pool space from int to Size 172629 1726888935.54068: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000051a 172629 1726888935.54105: variable 'ansible_search_path' from source: unknown 172629 1726888935.54262: calling self._execute() 172629 1726888935.54563: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.54567: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.54569: variable 'omit' from source: magic vars 172629 1726888935.55243: variable 'storage_test_volume' from source: include params 172629 1726888935.55363: Evaluated conditional (storage_test_volume.thin): False 172629 1726888935.55374: when evaluation is False, skipping this task 172629 1726888935.55438: _execute() done 172629 1726888935.55447: dumping result to json 172629 1726888935.55458: done dumping result, returning 172629 1726888935.55470: done running TaskExecutor() for managed_node1/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-d0a8-add8-00000000051a] 172629 1726888935.55479: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000051a skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888935.55716: no more pending results, returning what we have 172629 1726888935.55721: results queue empty 172629 1726888935.55722: checking for any_errors_fatal 172629 1726888935.55729: done checking for any_errors_fatal 172629 1726888935.55730: checking for max_fail_percentage 172629 1726888935.55732: done checking for max_fail_percentage 172629 1726888935.55733: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.55734: done checking to see if all hosts have failed 172629 1726888935.55735: getting the remaining hosts for this loop 172629 1726888935.55737: done getting the remaining hosts for this loop 172629 1726888935.55740: getting the next task for host managed_node1 172629 1726888935.55750: done getting next task for host managed_node1 172629 1726888935.55753: ^ task is: TASK: Show max thin pool size 172629 1726888935.55760: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888935.55765: getting variables 172629 1726888935.55766: in VariableManager get_vars() 172629 1726888935.55800: Calling all_inventory to load vars for managed_node1 172629 1726888935.55803: Calling groups_inventory to load vars for managed_node1 172629 1726888935.55806: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.55819: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.55823: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.55826: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.56669: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000051a 172629 1726888935.56672: WORKER PROCESS EXITING 172629 1726888935.57815: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.58959: done with get_vars() 172629 1726888935.58973: done getting variables 172629 1726888935.59032: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Friday 20 September 2024 23:22:15 -0400 (0:00:00.064) 0:00:35.870 ****** 172629 1726888935.59070: entering _queue_task() for managed_node1/debug 172629 1726888935.59372: worker is 1 (out of 1 available) 172629 1726888935.59498: exiting _queue_task() for managed_node1/debug 172629 1726888935.59509: done queuing things up, now waiting for results queue to drain 172629 1726888935.59510: waiting for pending results... 172629 1726888935.59713: running TaskExecutor() for managed_node1/TASK: Show max thin pool size 172629 1726888935.59884: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000051b 172629 1726888935.59906: variable 'ansible_search_path' from source: unknown 172629 1726888935.59950: calling self._execute() 172629 1726888935.60072: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.60085: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.60100: variable 'omit' from source: magic vars 172629 1726888935.60496: variable 'storage_test_volume' from source: include params 172629 1726888935.60536: Evaluated conditional (storage_test_volume.thin): False 172629 1726888935.60544: when evaluation is False, skipping this task 172629 1726888935.60552: _execute() done 172629 1726888935.60561: dumping result to json 172629 1726888935.60568: done dumping result, returning 172629 1726888935.60577: done running TaskExecutor() for managed_node1/TASK: Show max thin pool size [0affc8a3-6f6f-d0a8-add8-00000000051b] 172629 1726888935.60586: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000051b skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726888935.60748: no more pending results, returning what we have 172629 1726888935.60753: results queue empty 172629 1726888935.60754: checking for any_errors_fatal 172629 1726888935.60765: done checking for any_errors_fatal 172629 1726888935.60766: checking for max_fail_percentage 172629 1726888935.60769: done checking for max_fail_percentage 172629 1726888935.60770: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.60771: done checking to see if all hosts have failed 172629 1726888935.60771: getting the remaining hosts for this loop 172629 1726888935.60774: done getting the remaining hosts for this loop 172629 1726888935.60777: getting the next task for host managed_node1 172629 1726888935.60787: done getting next task for host managed_node1 172629 1726888935.60789: ^ task is: TASK: Show volume thin pool size 172629 1726888935.60797: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888935.60802: getting variables 172629 1726888935.60803: in VariableManager get_vars() 172629 1726888935.60840: Calling all_inventory to load vars for managed_node1 172629 1726888935.60844: Calling groups_inventory to load vars for managed_node1 172629 1726888935.60847: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.60967: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.60972: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.60978: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000051b 172629 1726888935.60981: WORKER PROCESS EXITING 172629 1726888935.60985: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.61670: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.62242: done with get_vars() 172629 1726888935.62254: done getting variables 172629 1726888935.62307: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Friday 20 September 2024 23:22:15 -0400 (0:00:00.032) 0:00:35.903 ****** 172629 1726888935.62332: entering _queue_task() for managed_node1/debug 172629 1726888935.62724: worker is 1 (out of 1 available) 172629 1726888935.62735: exiting _queue_task() for managed_node1/debug 172629 1726888935.62748: done queuing things up, now waiting for results queue to drain 172629 1726888935.62749: waiting for pending results... 172629 1726888935.63291: running TaskExecutor() for managed_node1/TASK: Show volume thin pool size 172629 1726888935.63609: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000051c 172629 1726888935.63612: variable 'ansible_search_path' from source: unknown 172629 1726888935.63620: calling self._execute() 172629 1726888935.64067: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.64071: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.64072: variable 'omit' from source: magic vars 172629 1726888935.64768: variable 'storage_test_volume' from source: include params 172629 1726888935.64812: Evaluated conditional (storage_test_volume.thin): False 172629 1726888935.64820: when evaluation is False, skipping this task 172629 1726888935.64826: _execute() done 172629 1726888935.64833: dumping result to json 172629 1726888935.64839: done dumping result, returning 172629 1726888935.64849: done running TaskExecutor() for managed_node1/TASK: Show volume thin pool size [0affc8a3-6f6f-d0a8-add8-00000000051c] 172629 1726888935.64863: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000051c skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726888935.65008: no more pending results, returning what we have 172629 1726888935.65012: results queue empty 172629 1726888935.65013: checking for any_errors_fatal 172629 1726888935.65020: done checking for any_errors_fatal 172629 1726888935.65021: checking for max_fail_percentage 172629 1726888935.65023: done checking for max_fail_percentage 172629 1726888935.65024: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.65024: done checking to see if all hosts have failed 172629 1726888935.65025: getting the remaining hosts for this loop 172629 1726888935.65028: done getting the remaining hosts for this loop 172629 1726888935.65031: getting the next task for host managed_node1 172629 1726888935.65040: done getting next task for host managed_node1 172629 1726888935.65042: ^ task is: TASK: Show test volume size 172629 1726888935.65048: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888935.65051: getting variables 172629 1726888935.65053: in VariableManager get_vars() 172629 1726888935.65085: Calling all_inventory to load vars for managed_node1 172629 1726888935.65088: Calling groups_inventory to load vars for managed_node1 172629 1726888935.65092: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.65105: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.65108: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.65112: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.65640: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000051c 172629 1726888935.65644: WORKER PROCESS EXITING 172629 1726888935.66157: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.66918: done with get_vars() 172629 1726888935.66932: done getting variables 172629 1726888935.66989: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test volume size] *************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Friday 20 September 2024 23:22:15 -0400 (0:00:00.046) 0:00:35.950 ****** 172629 1726888935.67019: entering _queue_task() for managed_node1/debug 172629 1726888935.67487: worker is 1 (out of 1 available) 172629 1726888935.67495: exiting _queue_task() for managed_node1/debug 172629 1726888935.67505: done queuing things up, now waiting for results queue to drain 172629 1726888935.67506: waiting for pending results... 172629 1726888935.67565: running TaskExecutor() for managed_node1/TASK: Show test volume size 172629 1726888935.67698: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000051d 172629 1726888935.67717: variable 'ansible_search_path' from source: unknown 172629 1726888935.67761: calling self._execute() 172629 1726888935.67866: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.67878: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.67892: variable 'omit' from source: magic vars 172629 1726888935.68243: variable 'storage_test_volume' from source: include params 172629 1726888935.68291: Evaluated conditional (storage_test_volume.thin): False 172629 1726888935.68299: when evaluation is False, skipping this task 172629 1726888935.68306: _execute() done 172629 1726888935.68313: dumping result to json 172629 1726888935.68320: done dumping result, returning 172629 1726888935.68329: done running TaskExecutor() for managed_node1/TASK: Show test volume size [0affc8a3-6f6f-d0a8-add8-00000000051d] 172629 1726888935.68337: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000051d skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726888935.68598: no more pending results, returning what we have 172629 1726888935.68602: results queue empty 172629 1726888935.68603: checking for any_errors_fatal 172629 1726888935.68608: done checking for any_errors_fatal 172629 1726888935.68609: checking for max_fail_percentage 172629 1726888935.68611: done checking for max_fail_percentage 172629 1726888935.68612: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.68613: done checking to see if all hosts have failed 172629 1726888935.68614: getting the remaining hosts for this loop 172629 1726888935.68616: done getting the remaining hosts for this loop 172629 1726888935.68619: getting the next task for host managed_node1 172629 1726888935.68626: done getting next task for host managed_node1 172629 1726888935.68628: ^ task is: TASK: Establish base value for expected thin pool size 172629 1726888935.68633: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888935.68637: getting variables 172629 1726888935.68639: in VariableManager get_vars() 172629 1726888935.68671: Calling all_inventory to load vars for managed_node1 172629 1726888935.68674: Calling groups_inventory to load vars for managed_node1 172629 1726888935.68677: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.68689: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.68693: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.68696: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.69268: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000051d 172629 1726888935.69272: WORKER PROCESS EXITING 172629 1726888935.69342: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.69989: done with get_vars() 172629 1726888935.70002: done getting variables 172629 1726888935.70053: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Friday 20 September 2024 23:22:15 -0400 (0:00:00.030) 0:00:35.980 ****** 172629 1726888935.70085: entering _queue_task() for managed_node1/set_fact 172629 1726888935.70309: worker is 1 (out of 1 available) 172629 1726888935.70321: exiting _queue_task() for managed_node1/set_fact 172629 1726888935.70332: done queuing things up, now waiting for results queue to drain 172629 1726888935.70334: waiting for pending results... 172629 1726888935.70605: running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool size 172629 1726888935.70725: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000051e 172629 1726888935.70743: variable 'ansible_search_path' from source: unknown 172629 1726888935.70789: calling self._execute() 172629 1726888935.70904: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.70918: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.70935: variable 'omit' from source: magic vars 172629 1726888935.71295: variable 'storage_test_volume' from source: include params 172629 1726888935.71338: Evaluated conditional (storage_test_volume.thin): False 172629 1726888935.71345: when evaluation is False, skipping this task 172629 1726888935.71353: _execute() done 172629 1726888935.71362: dumping result to json 172629 1726888935.71369: done dumping result, returning 172629 1726888935.71379: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-d0a8-add8-00000000051e] 172629 1726888935.71388: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000051e 172629 1726888935.71619: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000051e 172629 1726888935.71623: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888935.71669: no more pending results, returning what we have 172629 1726888935.71673: results queue empty 172629 1726888935.71674: checking for any_errors_fatal 172629 1726888935.71681: done checking for any_errors_fatal 172629 1726888935.71681: checking for max_fail_percentage 172629 1726888935.71683: done checking for max_fail_percentage 172629 1726888935.71684: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.71685: done checking to see if all hosts have failed 172629 1726888935.71685: getting the remaining hosts for this loop 172629 1726888935.71687: done getting the remaining hosts for this loop 172629 1726888935.71690: getting the next task for host managed_node1 172629 1726888935.71697: done getting next task for host managed_node1 172629 1726888935.71699: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 172629 1726888935.71704: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888935.71707: getting variables 172629 1726888935.71709: in VariableManager get_vars() 172629 1726888935.71739: Calling all_inventory to load vars for managed_node1 172629 1726888935.71742: Calling groups_inventory to load vars for managed_node1 172629 1726888935.71745: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.71760: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.71763: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.71767: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.72334: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.72835: done with get_vars() 172629 1726888935.72847: done getting variables 172629 1726888935.72901: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Friday 20 September 2024 23:22:15 -0400 (0:00:00.028) 0:00:36.009 ****** 172629 1726888935.72934: entering _queue_task() for managed_node1/set_fact 172629 1726888935.73475: worker is 1 (out of 1 available) 172629 1726888935.73486: exiting _queue_task() for managed_node1/set_fact 172629 1726888935.73496: done queuing things up, now waiting for results queue to drain 172629 1726888935.73497: waiting for pending results... 172629 1726888935.74008: running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value 172629 1726888935.74224: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000051f 172629 1726888935.74239: variable 'ansible_search_path' from source: unknown 172629 1726888935.74278: calling self._execute() 172629 1726888935.74572: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.74576: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.74623: variable 'omit' from source: magic vars 172629 1726888935.75395: variable 'storage_test_volume' from source: include params 172629 1726888935.75431: Evaluated conditional (storage_test_volume.thin): False 172629 1726888935.75434: when evaluation is False, skipping this task 172629 1726888935.75437: _execute() done 172629 1726888935.75439: dumping result to json 172629 1726888935.75442: done dumping result, returning 172629 1726888935.75497: done running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-d0a8-add8-00000000051f] 172629 1726888935.75501: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000051f 172629 1726888935.75568: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000051f 172629 1726888935.75571: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888935.75646: no more pending results, returning what we have 172629 1726888935.75649: results queue empty 172629 1726888935.75650: checking for any_errors_fatal 172629 1726888935.75661: done checking for any_errors_fatal 172629 1726888935.75662: checking for max_fail_percentage 172629 1726888935.75664: done checking for max_fail_percentage 172629 1726888935.75665: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.75665: done checking to see if all hosts have failed 172629 1726888935.75666: getting the remaining hosts for this loop 172629 1726888935.75668: done getting the remaining hosts for this loop 172629 1726888935.75671: getting the next task for host managed_node1 172629 1726888935.75680: done getting next task for host managed_node1 172629 1726888935.75683: ^ task is: TASK: Establish base value for expected thin pool volume size 172629 1726888935.75689: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888935.75692: getting variables 172629 1726888935.75694: in VariableManager get_vars() 172629 1726888935.75727: Calling all_inventory to load vars for managed_node1 172629 1726888935.75730: Calling groups_inventory to load vars for managed_node1 172629 1726888935.75733: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.75748: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.75752: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.75806: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.76909: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.77508: done with get_vars() 172629 1726888935.77522: done getting variables 172629 1726888935.77583: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Friday 20 September 2024 23:22:15 -0400 (0:00:00.046) 0:00:36.056 ****** 172629 1726888935.77614: entering _queue_task() for managed_node1/set_fact 172629 1726888935.77882: worker is 1 (out of 1 available) 172629 1726888935.77895: exiting _queue_task() for managed_node1/set_fact 172629 1726888935.77906: done queuing things up, now waiting for results queue to drain 172629 1726888935.77907: waiting for pending results... 172629 1726888935.78282: running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool volume size 172629 1726888935.78303: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000520 172629 1726888935.78323: variable 'ansible_search_path' from source: unknown 172629 1726888935.78365: calling self._execute() 172629 1726888935.78475: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.78491: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.78505: variable 'omit' from source: magic vars 172629 1726888935.78858: variable 'storage_test_volume' from source: include params 172629 1726888935.78901: Evaluated conditional (storage_test_volume.thin): False 172629 1726888935.78920: when evaluation is False, skipping this task 172629 1726888935.78923: _execute() done 172629 1726888935.78925: dumping result to json 172629 1726888935.78959: done dumping result, returning 172629 1726888935.78963: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-d0a8-add8-000000000520] 172629 1726888935.78965: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000520 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888935.79299: no more pending results, returning what we have 172629 1726888935.79302: results queue empty 172629 1726888935.79303: checking for any_errors_fatal 172629 1726888935.79308: done checking for any_errors_fatal 172629 1726888935.79309: checking for max_fail_percentage 172629 1726888935.79311: done checking for max_fail_percentage 172629 1726888935.79312: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.79313: done checking to see if all hosts have failed 172629 1726888935.79313: getting the remaining hosts for this loop 172629 1726888935.79315: done getting the remaining hosts for this loop 172629 1726888935.79317: getting the next task for host managed_node1 172629 1726888935.79324: done getting next task for host managed_node1 172629 1726888935.79326: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 172629 1726888935.79331: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888935.79335: getting variables 172629 1726888935.79336: in VariableManager get_vars() 172629 1726888935.79364: Calling all_inventory to load vars for managed_node1 172629 1726888935.79366: Calling groups_inventory to load vars for managed_node1 172629 1726888935.79369: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.79378: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.79381: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.79384: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.79996: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000520 172629 1726888935.80000: WORKER PROCESS EXITING 172629 1726888935.80174: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.80758: done with get_vars() 172629 1726888935.80770: done getting variables 172629 1726888935.80823: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Friday 20 September 2024 23:22:15 -0400 (0:00:00.032) 0:00:36.088 ****** 172629 1726888935.80850: entering _queue_task() for managed_node1/set_fact 172629 1726888935.81276: worker is 1 (out of 1 available) 172629 1726888935.81286: exiting _queue_task() for managed_node1/set_fact 172629 1726888935.81295: done queuing things up, now waiting for results queue to drain 172629 1726888935.81296: waiting for pending results... 172629 1726888935.81377: running TaskExecutor() for managed_node1/TASK: Calculate the expected thin pool volume size based on percentage value 172629 1726888935.81497: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000521 172629 1726888935.81517: variable 'ansible_search_path' from source: unknown 172629 1726888935.81557: calling self._execute() 172629 1726888935.81664: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.81676: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.81691: variable 'omit' from source: magic vars 172629 1726888935.82047: variable 'storage_test_volume' from source: include params 172629 1726888935.82093: Evaluated conditional (storage_test_volume.thin): False 172629 1726888935.82101: when evaluation is False, skipping this task 172629 1726888935.82107: _execute() done 172629 1726888935.82114: dumping result to json 172629 1726888935.82121: done dumping result, returning 172629 1726888935.82177: done running TaskExecutor() for managed_node1/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-d0a8-add8-000000000521] 172629 1726888935.82180: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000521 172629 1726888935.82245: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000521 172629 1726888935.82248: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888935.82324: no more pending results, returning what we have 172629 1726888935.82328: results queue empty 172629 1726888935.82329: checking for any_errors_fatal 172629 1726888935.82335: done checking for any_errors_fatal 172629 1726888935.82336: checking for max_fail_percentage 172629 1726888935.82338: done checking for max_fail_percentage 172629 1726888935.82339: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.82339: done checking to see if all hosts have failed 172629 1726888935.82340: getting the remaining hosts for this loop 172629 1726888935.82342: done getting the remaining hosts for this loop 172629 1726888935.82345: getting the next task for host managed_node1 172629 1726888935.82354: done getting next task for host managed_node1 172629 1726888935.82358: ^ task is: TASK: Replace expected volume size with calculated value 172629 1726888935.82365: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888935.82368: getting variables 172629 1726888935.82370: in VariableManager get_vars() 172629 1726888935.82402: Calling all_inventory to load vars for managed_node1 172629 1726888935.82404: Calling groups_inventory to load vars for managed_node1 172629 1726888935.82408: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.82420: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.82423: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.82426: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.83096: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.83681: done with get_vars() 172629 1726888935.83693: done getting variables 172629 1726888935.83747: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Friday 20 September 2024 23:22:15 -0400 (0:00:00.029) 0:00:36.117 ****** 172629 1726888935.83779: entering _queue_task() for managed_node1/set_fact 172629 1726888935.84012: worker is 1 (out of 1 available) 172629 1726888935.84024: exiting _queue_task() for managed_node1/set_fact 172629 1726888935.84035: done queuing things up, now waiting for results queue to drain 172629 1726888935.84036: waiting for pending results... 172629 1726888935.84381: running TaskExecutor() for managed_node1/TASK: Replace expected volume size with calculated value 172629 1726888935.84421: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000522 172629 1726888935.84441: variable 'ansible_search_path' from source: unknown 172629 1726888935.84486: calling self._execute() 172629 1726888935.84635: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.84639: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.84642: variable 'omit' from source: magic vars 172629 1726888935.85539: variable 'storage_test_volume' from source: include params 172629 1726888935.85542: Evaluated conditional (storage_test_volume.thin): False 172629 1726888935.85545: when evaluation is False, skipping this task 172629 1726888935.85548: _execute() done 172629 1726888935.85550: dumping result to json 172629 1726888935.85552: done dumping result, returning 172629 1726888935.85554: done running TaskExecutor() for managed_node1/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-d0a8-add8-000000000522] 172629 1726888935.85558: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000522 172629 1726888935.85722: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000522 172629 1726888935.85726: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888935.85776: no more pending results, returning what we have 172629 1726888935.85780: results queue empty 172629 1726888935.85781: checking for any_errors_fatal 172629 1726888935.85788: done checking for any_errors_fatal 172629 1726888935.85789: checking for max_fail_percentage 172629 1726888935.85790: done checking for max_fail_percentage 172629 1726888935.85792: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.85793: done checking to see if all hosts have failed 172629 1726888935.85793: getting the remaining hosts for this loop 172629 1726888935.85795: done getting the remaining hosts for this loop 172629 1726888935.85799: getting the next task for host managed_node1 172629 1726888935.85811: done getting next task for host managed_node1 172629 1726888935.85814: ^ task is: TASK: Show actual size 172629 1726888935.85820: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888935.85824: getting variables 172629 1726888935.85826: in VariableManager get_vars() 172629 1726888935.85861: Calling all_inventory to load vars for managed_node1 172629 1726888935.85864: Calling groups_inventory to load vars for managed_node1 172629 1726888935.85868: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.85881: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.85884: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.85888: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.87172: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.88416: done with get_vars() 172629 1726888935.88430: done getting variables 172629 1726888935.88486: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show actual size] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Friday 20 September 2024 23:22:15 -0400 (0:00:00.047) 0:00:36.165 ****** 172629 1726888935.88515: entering _queue_task() for managed_node1/debug 172629 1726888935.89112: worker is 1 (out of 1 available) 172629 1726888935.89123: exiting _queue_task() for managed_node1/debug 172629 1726888935.89135: done queuing things up, now waiting for results queue to drain 172629 1726888935.89136: waiting for pending results... 172629 1726888935.89674: running TaskExecutor() for managed_node1/TASK: Show actual size 172629 1726888935.90064: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000524 172629 1726888935.90068: variable 'ansible_search_path' from source: unknown 172629 1726888935.90071: calling self._execute() 172629 1726888935.90074: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.90077: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.90079: variable 'omit' from source: magic vars 172629 1726888935.90340: variable 'omit' from source: magic vars 172629 1726888935.90406: variable 'omit' from source: magic vars 172629 1726888935.90694: variable 'omit' from source: magic vars 172629 1726888935.90861: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888935.90865: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888935.90867: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888935.90869: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888935.90871: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888935.90887: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888935.90895: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.90902: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.91011: Set connection var ansible_timeout to 10 172629 1726888935.91169: Set connection var ansible_shell_type to sh 172629 1726888935.91181: Set connection var ansible_pipelining to False 172629 1726888935.91190: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888935.91198: Set connection var ansible_shell_executable to /bin/sh 172629 1726888935.91204: Set connection var ansible_connection to ssh 172629 1726888935.91231: variable 'ansible_shell_executable' from source: unknown 172629 1726888935.91265: variable 'ansible_connection' from source: unknown 172629 1726888935.91273: variable 'ansible_module_compression' from source: unknown 172629 1726888935.91662: variable 'ansible_shell_type' from source: unknown 172629 1726888935.91665: variable 'ansible_shell_executable' from source: unknown 172629 1726888935.91667: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.91670: variable 'ansible_pipelining' from source: unknown 172629 1726888935.91672: variable 'ansible_timeout' from source: unknown 172629 1726888935.91673: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.91676: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888935.91678: variable 'omit' from source: magic vars 172629 1726888935.91680: starting attempt loop 172629 1726888935.91684: running the handler 172629 1726888935.92061: variable 'storage_test_actual_size' from source: set_fact 172629 1726888935.92080: variable 'storage_test_actual_size' from source: set_fact 172629 1726888935.92145: handler run complete 172629 1726888935.92185: attempt loop complete, returning result 172629 1726888935.92192: _execute() done 172629 1726888935.92198: dumping result to json 172629 1726888935.92204: done dumping result, returning 172629 1726888935.92214: done running TaskExecutor() for managed_node1/TASK: Show actual size [0affc8a3-6f6f-d0a8-add8-000000000524] 172629 1726888935.92222: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000524 172629 1726888935.92334: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000524 ok: [managed_node1] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } 172629 1726888935.92389: no more pending results, returning what we have 172629 1726888935.92392: results queue empty 172629 1726888935.92393: checking for any_errors_fatal 172629 1726888935.92401: done checking for any_errors_fatal 172629 1726888935.92402: checking for max_fail_percentage 172629 1726888935.92404: done checking for max_fail_percentage 172629 1726888935.92405: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.92405: done checking to see if all hosts have failed 172629 1726888935.92406: getting the remaining hosts for this loop 172629 1726888935.92407: done getting the remaining hosts for this loop 172629 1726888935.92411: getting the next task for host managed_node1 172629 1726888935.92417: done getting next task for host managed_node1 172629 1726888935.92420: ^ task is: TASK: Show expected size 172629 1726888935.92425: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888935.92429: getting variables 172629 1726888935.92430: in VariableManager get_vars() 172629 1726888935.92463: Calling all_inventory to load vars for managed_node1 172629 1726888935.92465: Calling groups_inventory to load vars for managed_node1 172629 1726888935.92468: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.92479: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.92482: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.92485: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.93083: WORKER PROCESS EXITING 172629 1726888935.93535: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888935.94845: done with get_vars() 172629 1726888935.94862: done getting variables 172629 1726888935.94917: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show expected size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Friday 20 September 2024 23:22:15 -0400 (0:00:00.064) 0:00:36.229 ****** 172629 1726888935.94943: entering _queue_task() for managed_node1/debug 172629 1726888935.95234: worker is 1 (out of 1 available) 172629 1726888935.95245: exiting _queue_task() for managed_node1/debug 172629 1726888935.95257: done queuing things up, now waiting for results queue to drain 172629 1726888935.95258: waiting for pending results... 172629 1726888935.95738: running TaskExecutor() for managed_node1/TASK: Show expected size 172629 1726888935.96047: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000525 172629 1726888935.96099: variable 'ansible_search_path' from source: unknown 172629 1726888935.96131: calling self._execute() 172629 1726888935.96232: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.96237: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.96249: variable 'omit' from source: magic vars 172629 1726888935.96567: variable 'omit' from source: magic vars 172629 1726888935.96751: variable 'omit' from source: magic vars 172629 1726888935.96887: variable 'omit' from source: magic vars 172629 1726888935.96934: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888935.96975: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888935.96995: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888935.97126: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888935.97139: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888935.97245: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888935.97248: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.97251: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.97466: Set connection var ansible_timeout to 10 172629 1726888935.97469: Set connection var ansible_shell_type to sh 172629 1726888935.97478: Set connection var ansible_pipelining to False 172629 1726888935.97483: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888935.97490: Set connection var ansible_shell_executable to /bin/sh 172629 1726888935.97492: Set connection var ansible_connection to ssh 172629 1726888935.97514: variable 'ansible_shell_executable' from source: unknown 172629 1726888935.97517: variable 'ansible_connection' from source: unknown 172629 1726888935.97519: variable 'ansible_module_compression' from source: unknown 172629 1726888935.97522: variable 'ansible_shell_type' from source: unknown 172629 1726888935.97526: variable 'ansible_shell_executable' from source: unknown 172629 1726888935.97529: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888935.97569: variable 'ansible_pipelining' from source: unknown 172629 1726888935.97572: variable 'ansible_timeout' from source: unknown 172629 1726888935.97575: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888935.97894: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888935.97902: variable 'omit' from source: magic vars 172629 1726888935.97907: starting attempt loop 172629 1726888935.97911: running the handler 172629 1726888935.98461: handler run complete 172629 1726888935.98473: attempt loop complete, returning result 172629 1726888935.98476: _execute() done 172629 1726888935.98478: dumping result to json 172629 1726888935.98481: done dumping result, returning 172629 1726888935.98544: done running TaskExecutor() for managed_node1/TASK: Show expected size [0affc8a3-6f6f-d0a8-add8-000000000525] 172629 1726888935.98548: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000525 172629 1726888935.98614: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000525 172629 1726888935.98617: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } 172629 1726888935.98685: no more pending results, returning what we have 172629 1726888935.98689: results queue empty 172629 1726888935.98690: checking for any_errors_fatal 172629 1726888935.98701: done checking for any_errors_fatal 172629 1726888935.98702: checking for max_fail_percentage 172629 1726888935.98704: done checking for max_fail_percentage 172629 1726888935.98705: checking to see if all hosts have failed and the running result is not ok 172629 1726888935.98706: done checking to see if all hosts have failed 172629 1726888935.98706: getting the remaining hosts for this loop 172629 1726888935.98708: done getting the remaining hosts for this loop 172629 1726888935.98711: getting the next task for host managed_node1 172629 1726888935.98720: done getting next task for host managed_node1 172629 1726888935.98722: ^ task is: TASK: Assert expected size is actual size 172629 1726888935.98728: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888935.98732: getting variables 172629 1726888935.98734: in VariableManager get_vars() 172629 1726888935.98767: Calling all_inventory to load vars for managed_node1 172629 1726888935.98770: Calling groups_inventory to load vars for managed_node1 172629 1726888935.98773: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888935.98784: Calling all_plugins_play to load vars for managed_node1 172629 1726888935.98787: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888935.98790: Calling groups_plugins_play to load vars for managed_node1 172629 1726888935.99945: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888936.00536: done with get_vars() 172629 1726888936.00551: done getting variables 172629 1726888936.00620: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Friday 20 September 2024 23:22:16 -0400 (0:00:00.057) 0:00:36.286 ****** 172629 1726888936.00651: entering _queue_task() for managed_node1/assert 172629 1726888936.01167: worker is 1 (out of 1 available) 172629 1726888936.01179: exiting _queue_task() for managed_node1/assert 172629 1726888936.01190: done queuing things up, now waiting for results queue to drain 172629 1726888936.01191: waiting for pending results... 172629 1726888936.01321: running TaskExecutor() for managed_node1/TASK: Assert expected size is actual size 172629 1726888936.01529: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000526 172629 1726888936.01533: variable 'ansible_search_path' from source: unknown 172629 1726888936.01536: calling self._execute() 172629 1726888936.01601: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888936.01613: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888936.01627: variable 'omit' from source: magic vars 172629 1726888936.02029: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888936.04600: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888936.04669: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888936.04710: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888936.04765: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888936.04801: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888936.04900: variable '_storage_test_volume_present' from source: set_fact 172629 1726888936.04920: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888936.05064: variable 'storage_test_volume' from source: include params 172629 1726888936.05096: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888936.05103: when evaluation is False, skipping this task 172629 1726888936.05113: _execute() done 172629 1726888936.05120: dumping result to json 172629 1726888936.05222: done dumping result, returning 172629 1726888936.05226: done running TaskExecutor() for managed_node1/TASK: Assert expected size is actual size [0affc8a3-6f6f-d0a8-add8-000000000526] 172629 1726888936.05228: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000526 172629 1726888936.05299: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000526 172629 1726888936.05301: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888936.05372: no more pending results, returning what we have 172629 1726888936.05376: results queue empty 172629 1726888936.05377: checking for any_errors_fatal 172629 1726888936.05384: done checking for any_errors_fatal 172629 1726888936.05384: checking for max_fail_percentage 172629 1726888936.05386: done checking for max_fail_percentage 172629 1726888936.05387: checking to see if all hosts have failed and the running result is not ok 172629 1726888936.05388: done checking to see if all hosts have failed 172629 1726888936.05389: getting the remaining hosts for this loop 172629 1726888936.05391: done getting the remaining hosts for this loop 172629 1726888936.05395: getting the next task for host managed_node1 172629 1726888936.05406: done getting next task for host managed_node1 172629 1726888936.05410: ^ task is: TASK: Get information about the LV 172629 1726888936.05415: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888936.05419: getting variables 172629 1726888936.05420: in VariableManager get_vars() 172629 1726888936.05452: Calling all_inventory to load vars for managed_node1 172629 1726888936.05459: Calling groups_inventory to load vars for managed_node1 172629 1726888936.05462: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888936.05475: Calling all_plugins_play to load vars for managed_node1 172629 1726888936.05478: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888936.05481: Calling groups_plugins_play to load vars for managed_node1 172629 1726888936.06252: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888936.06868: done with get_vars() 172629 1726888936.06881: done getting variables 172629 1726888936.06935: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get information about the LV] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Friday 20 September 2024 23:22:16 -0400 (0:00:00.063) 0:00:36.349 ****** 172629 1726888936.06974: entering _queue_task() for managed_node1/command 172629 1726888936.07228: worker is 1 (out of 1 available) 172629 1726888936.07242: exiting _queue_task() for managed_node1/command 172629 1726888936.07359: done queuing things up, now waiting for results queue to drain 172629 1726888936.07361: waiting for pending results... 172629 1726888936.07537: running TaskExecutor() for managed_node1/TASK: Get information about the LV 172629 1726888936.07695: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000052d 172629 1726888936.07699: variable 'ansible_search_path' from source: unknown 172629 1726888936.07727: calling self._execute() 172629 1726888936.08061: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888936.08065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888936.08067: variable 'omit' from source: magic vars 172629 1726888936.08264: variable 'storage_test_volume' from source: include params 172629 1726888936.08293: variable '_storage_test_volume_present' from source: set_fact 172629 1726888936.08317: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888936.08325: when evaluation is False, skipping this task 172629 1726888936.08332: _execute() done 172629 1726888936.08339: dumping result to json 172629 1726888936.08346: done dumping result, returning 172629 1726888936.08362: done running TaskExecutor() for managed_node1/TASK: Get information about the LV [0affc8a3-6f6f-d0a8-add8-00000000052d] 172629 1726888936.08371: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000052d 172629 1726888936.08477: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000052d 172629 1726888936.08483: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888936.08552: no more pending results, returning what we have 172629 1726888936.08559: results queue empty 172629 1726888936.08561: checking for any_errors_fatal 172629 1726888936.08569: done checking for any_errors_fatal 172629 1726888936.08570: checking for max_fail_percentage 172629 1726888936.08571: done checking for max_fail_percentage 172629 1726888936.08572: checking to see if all hosts have failed and the running result is not ok 172629 1726888936.08573: done checking to see if all hosts have failed 172629 1726888936.08574: getting the remaining hosts for this loop 172629 1726888936.08576: done getting the remaining hosts for this loop 172629 1726888936.08579: getting the next task for host managed_node1 172629 1726888936.08588: done getting next task for host managed_node1 172629 1726888936.08590: ^ task is: TASK: Set LV segment type 172629 1726888936.08596: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888936.08600: getting variables 172629 1726888936.08601: in VariableManager get_vars() 172629 1726888936.08634: Calling all_inventory to load vars for managed_node1 172629 1726888936.08637: Calling groups_inventory to load vars for managed_node1 172629 1726888936.08640: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888936.08658: Calling all_plugins_play to load vars for managed_node1 172629 1726888936.08662: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888936.08665: Calling groups_plugins_play to load vars for managed_node1 172629 1726888936.10273: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888936.11462: done with get_vars() 172629 1726888936.11477: done getting variables 172629 1726888936.11536: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Friday 20 September 2024 23:22:16 -0400 (0:00:00.045) 0:00:36.395 ****** 172629 1726888936.11572: entering _queue_task() for managed_node1/set_fact 172629 1726888936.12486: worker is 1 (out of 1 available) 172629 1726888936.12496: exiting _queue_task() for managed_node1/set_fact 172629 1726888936.12506: done queuing things up, now waiting for results queue to drain 172629 1726888936.12508: waiting for pending results... 172629 1726888936.12790: running TaskExecutor() for managed_node1/TASK: Set LV segment type 172629 1726888936.12948: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000052e 172629 1726888936.13324: variable 'ansible_search_path' from source: unknown 172629 1726888936.13327: calling self._execute() 172629 1726888936.13330: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888936.13333: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888936.13335: variable 'omit' from source: magic vars 172629 1726888936.14460: variable 'storage_test_volume' from source: include params 172629 1726888936.14486: variable '_storage_test_volume_present' from source: set_fact 172629 1726888936.14510: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888936.14520: when evaluation is False, skipping this task 172629 1726888936.14591: _execute() done 172629 1726888936.14594: dumping result to json 172629 1726888936.14596: done dumping result, returning 172629 1726888936.14599: done running TaskExecutor() for managed_node1/TASK: Set LV segment type [0affc8a3-6f6f-d0a8-add8-00000000052e] 172629 1726888936.14601: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000052e 172629 1726888936.14802: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000052e 172629 1726888936.14805: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888936.14886: no more pending results, returning what we have 172629 1726888936.14890: results queue empty 172629 1726888936.14891: checking for any_errors_fatal 172629 1726888936.14900: done checking for any_errors_fatal 172629 1726888936.14901: checking for max_fail_percentage 172629 1726888936.14903: done checking for max_fail_percentage 172629 1726888936.14904: checking to see if all hosts have failed and the running result is not ok 172629 1726888936.14904: done checking to see if all hosts have failed 172629 1726888936.14905: getting the remaining hosts for this loop 172629 1726888936.14907: done getting the remaining hosts for this loop 172629 1726888936.14910: getting the next task for host managed_node1 172629 1726888936.14918: done getting next task for host managed_node1 172629 1726888936.14920: ^ task is: TASK: Check segment type 172629 1726888936.14927: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888936.14932: getting variables 172629 1726888936.14933: in VariableManager get_vars() 172629 1726888936.14970: Calling all_inventory to load vars for managed_node1 172629 1726888936.14973: Calling groups_inventory to load vars for managed_node1 172629 1726888936.14976: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888936.14989: Calling all_plugins_play to load vars for managed_node1 172629 1726888936.14992: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888936.14995: Calling groups_plugins_play to load vars for managed_node1 172629 1726888936.15737: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888936.16360: done with get_vars() 172629 1726888936.16374: done getting variables 172629 1726888936.16429: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check segment type] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Friday 20 September 2024 23:22:16 -0400 (0:00:00.048) 0:00:36.444 ****** 172629 1726888936.16463: entering _queue_task() for managed_node1/assert 172629 1726888936.16709: worker is 1 (out of 1 available) 172629 1726888936.16721: exiting _queue_task() for managed_node1/assert 172629 1726888936.16731: done queuing things up, now waiting for results queue to drain 172629 1726888936.16733: waiting for pending results... 172629 1726888936.17171: running TaskExecutor() for managed_node1/TASK: Check segment type 172629 1726888936.17177: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000052f 172629 1726888936.17180: variable 'ansible_search_path' from source: unknown 172629 1726888936.17200: calling self._execute() 172629 1726888936.17312: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888936.17324: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888936.17338: variable 'omit' from source: magic vars 172629 1726888936.17763: variable 'storage_test_volume' from source: include params 172629 1726888936.17791: variable '_storage_test_volume_present' from source: set_fact 172629 1726888936.17815: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888936.17823: when evaluation is False, skipping this task 172629 1726888936.17831: _execute() done 172629 1726888936.17961: dumping result to json 172629 1726888936.17965: done dumping result, returning 172629 1726888936.17968: done running TaskExecutor() for managed_node1/TASK: Check segment type [0affc8a3-6f6f-d0a8-add8-00000000052f] 172629 1726888936.17970: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000052f 172629 1726888936.18030: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000052f 172629 1726888936.18033: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888936.18080: no more pending results, returning what we have 172629 1726888936.18085: results queue empty 172629 1726888936.18086: checking for any_errors_fatal 172629 1726888936.18094: done checking for any_errors_fatal 172629 1726888936.18095: checking for max_fail_percentage 172629 1726888936.18097: done checking for max_fail_percentage 172629 1726888936.18098: checking to see if all hosts have failed and the running result is not ok 172629 1726888936.18099: done checking to see if all hosts have failed 172629 1726888936.18100: getting the remaining hosts for this loop 172629 1726888936.18102: done getting the remaining hosts for this loop 172629 1726888936.18105: getting the next task for host managed_node1 172629 1726888936.18113: done getting next task for host managed_node1 172629 1726888936.18115: ^ task is: TASK: Set LV cache size 172629 1726888936.18122: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888936.18126: getting variables 172629 1726888936.18128: in VariableManager get_vars() 172629 1726888936.18168: Calling all_inventory to load vars for managed_node1 172629 1726888936.18171: Calling groups_inventory to load vars for managed_node1 172629 1726888936.18174: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888936.18187: Calling all_plugins_play to load vars for managed_node1 172629 1726888936.18190: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888936.18192: Calling groups_plugins_play to load vars for managed_node1 172629 1726888936.19046: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888936.20309: done with get_vars() 172629 1726888936.20325: done getting variables 172629 1726888936.20592: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Friday 20 September 2024 23:22:16 -0400 (0:00:00.041) 0:00:36.486 ****** 172629 1726888936.20623: entering _queue_task() for managed_node1/set_fact 172629 1726888936.21203: worker is 1 (out of 1 available) 172629 1726888936.21215: exiting _queue_task() for managed_node1/set_fact 172629 1726888936.21228: done queuing things up, now waiting for results queue to drain 172629 1726888936.21229: waiting for pending results... 172629 1726888936.22071: running TaskExecutor() for managed_node1/TASK: Set LV cache size 172629 1726888936.22075: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000530 172629 1726888936.22079: variable 'ansible_search_path' from source: unknown 172629 1726888936.22103: calling self._execute() 172629 1726888936.22365: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888936.22379: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888936.22394: variable 'omit' from source: magic vars 172629 1726888936.23204: variable 'storage_test_volume' from source: include params 172629 1726888936.23232: variable '_storage_test_volume_present' from source: set_fact 172629 1726888936.23662: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888936.23666: when evaluation is False, skipping this task 172629 1726888936.23668: _execute() done 172629 1726888936.23671: dumping result to json 172629 1726888936.23673: done dumping result, returning 172629 1726888936.23675: done running TaskExecutor() for managed_node1/TASK: Set LV cache size [0affc8a3-6f6f-d0a8-add8-000000000530] 172629 1726888936.23677: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000530 172629 1726888936.23742: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000530 172629 1726888936.23746: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888936.23791: no more pending results, returning what we have 172629 1726888936.23795: results queue empty 172629 1726888936.23795: checking for any_errors_fatal 172629 1726888936.23801: done checking for any_errors_fatal 172629 1726888936.23802: checking for max_fail_percentage 172629 1726888936.23803: done checking for max_fail_percentage 172629 1726888936.23804: checking to see if all hosts have failed and the running result is not ok 172629 1726888936.23804: done checking to see if all hosts have failed 172629 1726888936.23805: getting the remaining hosts for this loop 172629 1726888936.23806: done getting the remaining hosts for this loop 172629 1726888936.23809: getting the next task for host managed_node1 172629 1726888936.23815: done getting next task for host managed_node1 172629 1726888936.23818: ^ task is: TASK: Parse the requested cache size 172629 1726888936.23822: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888936.23825: getting variables 172629 1726888936.23826: in VariableManager get_vars() 172629 1726888936.23852: Calling all_inventory to load vars for managed_node1 172629 1726888936.23859: Calling groups_inventory to load vars for managed_node1 172629 1726888936.23862: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888936.23870: Calling all_plugins_play to load vars for managed_node1 172629 1726888936.23873: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888936.23875: Calling groups_plugins_play to load vars for managed_node1 172629 1726888936.24982: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888936.25944: done with get_vars() 172629 1726888936.26165: done getting variables TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Friday 20 September 2024 23:22:16 -0400 (0:00:00.056) 0:00:36.542 ****** 172629 1726888936.26241: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888936.26745: worker is 1 (out of 1 available) 172629 1726888936.26962: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888936.26976: done queuing things up, now waiting for results queue to drain 172629 1726888936.26977: waiting for pending results... 172629 1726888936.27263: running TaskExecutor() for managed_node1/TASK: Parse the requested cache size 172629 1726888936.27861: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000531 172629 1726888936.27866: variable 'ansible_search_path' from source: unknown 172629 1726888936.27869: calling self._execute() 172629 1726888936.28263: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888936.28268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888936.28271: variable 'omit' from source: magic vars 172629 1726888936.28908: variable 'storage_test_volume' from source: include params 172629 1726888936.28931: variable '_storage_test_volume_present' from source: set_fact 172629 1726888936.28956: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888936.28964: when evaluation is False, skipping this task 172629 1726888936.28971: _execute() done 172629 1726888936.28977: dumping result to json 172629 1726888936.28982: done dumping result, returning 172629 1726888936.28992: done running TaskExecutor() for managed_node1/TASK: Parse the requested cache size [0affc8a3-6f6f-d0a8-add8-000000000531] 172629 1726888936.29000: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000531 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888936.29187: no more pending results, returning what we have 172629 1726888936.29191: results queue empty 172629 1726888936.29192: checking for any_errors_fatal 172629 1726888936.29200: done checking for any_errors_fatal 172629 1726888936.29200: checking for max_fail_percentage 172629 1726888936.29202: done checking for max_fail_percentage 172629 1726888936.29203: checking to see if all hosts have failed and the running result is not ok 172629 1726888936.29203: done checking to see if all hosts have failed 172629 1726888936.29204: getting the remaining hosts for this loop 172629 1726888936.29206: done getting the remaining hosts for this loop 172629 1726888936.29209: getting the next task for host managed_node1 172629 1726888936.29217: done getting next task for host managed_node1 172629 1726888936.29219: ^ task is: TASK: Set expected cache size 172629 1726888936.29224: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888936.29227: getting variables 172629 1726888936.29229: in VariableManager get_vars() 172629 1726888936.29266: Calling all_inventory to load vars for managed_node1 172629 1726888936.29268: Calling groups_inventory to load vars for managed_node1 172629 1726888936.29272: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888936.29287: Calling all_plugins_play to load vars for managed_node1 172629 1726888936.29290: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888936.29294: Calling groups_plugins_play to load vars for managed_node1 172629 1726888936.30062: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000531 172629 1726888936.30066: WORKER PROCESS EXITING 172629 1726888936.30578: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888936.32072: done with get_vars() 172629 1726888936.32092: done getting variables 172629 1726888936.32152: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set expected cache size] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Friday 20 September 2024 23:22:16 -0400 (0:00:00.059) 0:00:36.601 ****** 172629 1726888936.32190: entering _queue_task() for managed_node1/set_fact 172629 1726888936.32965: worker is 1 (out of 1 available) 172629 1726888936.32979: exiting _queue_task() for managed_node1/set_fact 172629 1726888936.32991: done queuing things up, now waiting for results queue to drain 172629 1726888936.32993: waiting for pending results... 172629 1726888936.33540: running TaskExecutor() for managed_node1/TASK: Set expected cache size 172629 1726888936.33779: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000532 172629 1726888936.33800: variable 'ansible_search_path' from source: unknown 172629 1726888936.33839: calling self._execute() 172629 1726888936.33952: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888936.34248: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888936.34266: variable 'omit' from source: magic vars 172629 1726888936.34684: variable 'storage_test_volume' from source: include params 172629 1726888936.34711: variable '_storage_test_volume_present' from source: set_fact 172629 1726888936.34738: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888936.34745: when evaluation is False, skipping this task 172629 1726888936.34752: _execute() done 172629 1726888936.34762: dumping result to json 172629 1726888936.34774: done dumping result, returning 172629 1726888936.34789: done running TaskExecutor() for managed_node1/TASK: Set expected cache size [0affc8a3-6f6f-d0a8-add8-000000000532] 172629 1726888936.34799: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000532 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888936.34950: no more pending results, returning what we have 172629 1726888936.34958: results queue empty 172629 1726888936.34959: checking for any_errors_fatal 172629 1726888936.34965: done checking for any_errors_fatal 172629 1726888936.34966: checking for max_fail_percentage 172629 1726888936.34968: done checking for max_fail_percentage 172629 1726888936.34969: checking to see if all hosts have failed and the running result is not ok 172629 1726888936.34970: done checking to see if all hosts have failed 172629 1726888936.34971: getting the remaining hosts for this loop 172629 1726888936.34973: done getting the remaining hosts for this loop 172629 1726888936.34976: getting the next task for host managed_node1 172629 1726888936.34983: done getting next task for host managed_node1 172629 1726888936.34985: ^ task is: TASK: Check cache size 172629 1726888936.34991: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888936.34994: getting variables 172629 1726888936.34996: in VariableManager get_vars() 172629 1726888936.35029: Calling all_inventory to load vars for managed_node1 172629 1726888936.35031: Calling groups_inventory to load vars for managed_node1 172629 1726888936.35034: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888936.35049: Calling all_plugins_play to load vars for managed_node1 172629 1726888936.35052: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888936.35240: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000532 172629 1726888936.35243: WORKER PROCESS EXITING 172629 1726888936.35249: Calling groups_plugins_play to load vars for managed_node1 172629 1726888936.35801: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888936.36404: done with get_vars() 172629 1726888936.36425: done getting variables 172629 1726888936.36484: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check cache size] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Friday 20 September 2024 23:22:16 -0400 (0:00:00.043) 0:00:36.645 ****** 172629 1726888936.36511: entering _queue_task() for managed_node1/assert 172629 1726888936.36795: worker is 1 (out of 1 available) 172629 1726888936.36807: exiting _queue_task() for managed_node1/assert 172629 1726888936.36819: done queuing things up, now waiting for results queue to drain 172629 1726888936.36820: waiting for pending results... 172629 1726888936.37385: running TaskExecutor() for managed_node1/TASK: Check cache size 172629 1726888936.37699: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000533 172629 1726888936.37703: variable 'ansible_search_path' from source: unknown 172629 1726888936.37805: calling self._execute() 172629 1726888936.37956: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888936.37970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888936.37985: variable 'omit' from source: magic vars 172629 1726888936.39058: variable 'storage_test_volume' from source: include params 172629 1726888936.39110: variable '_storage_test_volume_present' from source: set_fact 172629 1726888936.39178: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888936.39200: when evaluation is False, skipping this task 172629 1726888936.39414: _execute() done 172629 1726888936.39418: dumping result to json 172629 1726888936.39420: done dumping result, returning 172629 1726888936.39423: done running TaskExecutor() for managed_node1/TASK: Check cache size [0affc8a3-6f6f-d0a8-add8-000000000533] 172629 1726888936.39425: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000533 172629 1726888936.39494: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000533 172629 1726888936.39497: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888936.39567: no more pending results, returning what we have 172629 1726888936.39571: results queue empty 172629 1726888936.39572: checking for any_errors_fatal 172629 1726888936.39581: done checking for any_errors_fatal 172629 1726888936.39582: checking for max_fail_percentage 172629 1726888936.39584: done checking for max_fail_percentage 172629 1726888936.39585: checking to see if all hosts have failed and the running result is not ok 172629 1726888936.39586: done checking to see if all hosts have failed 172629 1726888936.39587: getting the remaining hosts for this loop 172629 1726888936.39589: done getting the remaining hosts for this loop 172629 1726888936.39592: getting the next task for host managed_node1 172629 1726888936.39603: done getting next task for host managed_node1 172629 1726888936.39606: ^ task is: TASK: Clean up facts 172629 1726888936.39611: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888936.39616: getting variables 172629 1726888936.39618: in VariableManager get_vars() 172629 1726888936.39653: Calling all_inventory to load vars for managed_node1 172629 1726888936.39659: Calling groups_inventory to load vars for managed_node1 172629 1726888936.39663: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888936.39676: Calling all_plugins_play to load vars for managed_node1 172629 1726888936.39679: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888936.39683: Calling groups_plugins_play to load vars for managed_node1 172629 1726888936.41290: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888936.44784: done with get_vars() 172629 1726888936.44797: done getting variables 172629 1726888936.44834: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up facts] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Friday 20 September 2024 23:22:16 -0400 (0:00:00.083) 0:00:36.728 ****** 172629 1726888936.44858: entering _queue_task() for managed_node1/set_fact 172629 1726888936.45139: worker is 1 (out of 1 available) 172629 1726888936.45151: exiting _queue_task() for managed_node1/set_fact 172629 1726888936.45267: done queuing things up, now waiting for results queue to drain 172629 1726888936.45269: waiting for pending results... 172629 1726888936.45779: running TaskExecutor() for managed_node1/TASK: Clean up facts 172629 1726888936.46006: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000486 172629 1726888936.46010: variable 'ansible_search_path' from source: unknown 172629 1726888936.46462: calling self._execute() 172629 1726888936.46467: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888936.46472: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888936.46475: variable 'omit' from source: magic vars 172629 1726888936.46535: variable 'omit' from source: magic vars 172629 1726888936.46620: variable 'omit' from source: magic vars 172629 1726888936.46715: variable 'omit' from source: magic vars 172629 1726888936.46831: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888936.46973: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888936.47006: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888936.47028: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888936.47125: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888936.47161: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888936.47169: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888936.47177: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888936.47327: Set connection var ansible_timeout to 10 172629 1726888936.47552: Set connection var ansible_shell_type to sh 172629 1726888936.47558: Set connection var ansible_pipelining to False 172629 1726888936.47561: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888936.47563: Set connection var ansible_shell_executable to /bin/sh 172629 1726888936.47565: Set connection var ansible_connection to ssh 172629 1726888936.47567: variable 'ansible_shell_executable' from source: unknown 172629 1726888936.47569: variable 'ansible_connection' from source: unknown 172629 1726888936.47571: variable 'ansible_module_compression' from source: unknown 172629 1726888936.47573: variable 'ansible_shell_type' from source: unknown 172629 1726888936.47576: variable 'ansible_shell_executable' from source: unknown 172629 1726888936.47578: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888936.47580: variable 'ansible_pipelining' from source: unknown 172629 1726888936.47582: variable 'ansible_timeout' from source: unknown 172629 1726888936.47584: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888936.47891: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888936.47910: variable 'omit' from source: magic vars 172629 1726888936.48060: starting attempt loop 172629 1726888936.48063: running the handler 172629 1726888936.48066: handler run complete 172629 1726888936.48068: attempt loop complete, returning result 172629 1726888936.48071: _execute() done 172629 1726888936.48073: dumping result to json 172629 1726888936.48076: done dumping result, returning 172629 1726888936.48079: done running TaskExecutor() for managed_node1/TASK: Clean up facts [0affc8a3-6f6f-d0a8-add8-000000000486] 172629 1726888936.48081: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000486 172629 1726888936.48383: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000486 172629 1726888936.48387: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 172629 1726888936.48476: no more pending results, returning what we have 172629 1726888936.48479: results queue empty 172629 1726888936.48480: checking for any_errors_fatal 172629 1726888936.48492: done checking for any_errors_fatal 172629 1726888936.48493: checking for max_fail_percentage 172629 1726888936.48495: done checking for max_fail_percentage 172629 1726888936.48495: checking to see if all hosts have failed and the running result is not ok 172629 1726888936.48496: done checking to see if all hosts have failed 172629 1726888936.48497: getting the remaining hosts for this loop 172629 1726888936.48499: done getting the remaining hosts for this loop 172629 1726888936.48502: getting the next task for host managed_node1 172629 1726888936.48511: done getting next task for host managed_node1 172629 1726888936.48515: ^ task is: TASK: Clean up variable namespace 172629 1726888936.48518: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888936.48523: getting variables 172629 1726888936.48525: in VariableManager get_vars() 172629 1726888936.48563: Calling all_inventory to load vars for managed_node1 172629 1726888936.48566: Calling groups_inventory to load vars for managed_node1 172629 1726888936.48570: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888936.48581: Calling all_plugins_play to load vars for managed_node1 172629 1726888936.48585: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888936.48588: Calling groups_plugins_play to load vars for managed_node1 172629 1726888936.49802: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888936.51000: done with get_vars() 172629 1726888936.51015: done getting variables 172629 1726888936.51074: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Friday 20 September 2024 23:22:16 -0400 (0:00:00.062) 0:00:36.790 ****** 172629 1726888936.51103: entering _queue_task() for managed_node1/set_fact 172629 1726888936.51492: worker is 1 (out of 1 available) 172629 1726888936.51507: exiting _queue_task() for managed_node1/set_fact 172629 1726888936.51518: done queuing things up, now waiting for results queue to drain 172629 1726888936.51519: waiting for pending results... 172629 1726888936.51800: running TaskExecutor() for managed_node1/TASK: Clean up variable namespace 172629 1726888936.51921: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000003f0 172629 1726888936.51941: variable 'ansible_search_path' from source: unknown 172629 1726888936.51987: calling self._execute() 172629 1726888936.52098: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888936.52110: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888936.52123: variable 'omit' from source: magic vars 172629 1726888936.52360: variable 'omit' from source: magic vars 172629 1726888936.52363: variable 'omit' from source: magic vars 172629 1726888936.52366: variable 'omit' from source: magic vars 172629 1726888936.52369: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888936.52403: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888936.52427: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888936.52447: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888936.52466: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888936.52502: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888936.52510: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888936.52518: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888936.52623: Set connection var ansible_timeout to 10 172629 1726888936.52634: Set connection var ansible_shell_type to sh 172629 1726888936.52645: Set connection var ansible_pipelining to False 172629 1726888936.52654: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888936.52666: Set connection var ansible_shell_executable to /bin/sh 172629 1726888936.52672: Set connection var ansible_connection to ssh 172629 1726888936.52701: variable 'ansible_shell_executable' from source: unknown 172629 1726888936.52708: variable 'ansible_connection' from source: unknown 172629 1726888936.52714: variable 'ansible_module_compression' from source: unknown 172629 1726888936.52760: variable 'ansible_shell_type' from source: unknown 172629 1726888936.52762: variable 'ansible_shell_executable' from source: unknown 172629 1726888936.52765: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888936.52767: variable 'ansible_pipelining' from source: unknown 172629 1726888936.52769: variable 'ansible_timeout' from source: unknown 172629 1726888936.52771: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888936.52887: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888936.52906: variable 'omit' from source: magic vars 172629 1726888936.52922: starting attempt loop 172629 1726888936.52930: running the handler 172629 1726888936.52952: handler run complete 172629 1726888936.53025: attempt loop complete, returning result 172629 1726888936.53028: _execute() done 172629 1726888936.53030: dumping result to json 172629 1726888936.53032: done dumping result, returning 172629 1726888936.53034: done running TaskExecutor() for managed_node1/TASK: Clean up variable namespace [0affc8a3-6f6f-d0a8-add8-0000000003f0] 172629 1726888936.53036: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000003f0 172629 1726888936.53104: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000003f0 172629 1726888936.53107: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } 172629 1726888936.53184: no more pending results, returning what we have 172629 1726888936.53188: results queue empty 172629 1726888936.53189: checking for any_errors_fatal 172629 1726888936.53197: done checking for any_errors_fatal 172629 1726888936.53197: checking for max_fail_percentage 172629 1726888936.53199: done checking for max_fail_percentage 172629 1726888936.53200: checking to see if all hosts have failed and the running result is not ok 172629 1726888936.53201: done checking to see if all hosts have failed 172629 1726888936.53202: getting the remaining hosts for this loop 172629 1726888936.53203: done getting the remaining hosts for this loop 172629 1726888936.53207: getting the next task for host managed_node1 172629 1726888936.53216: done getting next task for host managed_node1 172629 1726888936.53220: ^ task is: TASK: Get disk to use for non-swap device 172629 1726888936.53221: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888936.53225: getting variables 172629 1726888936.53226: in VariableManager get_vars() 172629 1726888936.53261: Calling all_inventory to load vars for managed_node1 172629 1726888936.53264: Calling groups_inventory to load vars for managed_node1 172629 1726888936.53267: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888936.53281: Calling all_plugins_play to load vars for managed_node1 172629 1726888936.53284: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888936.53288: Calling groups_plugins_play to load vars for managed_node1 172629 1726888936.54028: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888936.54624: done with get_vars() 172629 1726888936.54637: done getting variables TASK [Get disk to use for non-swap device] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:49 Friday 20 September 2024 23:22:16 -0400 (0:00:00.036) 0:00:36.827 ****** 172629 1726888936.54720: entering _queue_task() for managed_node1/include_tasks 172629 1726888936.54959: worker is 1 (out of 1 available) 172629 1726888936.54972: exiting _queue_task() for managed_node1/include_tasks 172629 1726888936.54982: done queuing things up, now waiting for results queue to drain 172629 1726888936.54983: waiting for pending results... 172629 1726888936.55375: running TaskExecutor() for managed_node1/TASK: Get disk to use for non-swap device 172629 1726888936.55380: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000000c 172629 1726888936.55383: variable 'ansible_search_path' from source: unknown 172629 1726888936.55403: calling self._execute() 172629 1726888936.55515: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888936.55527: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888936.55542: variable 'omit' from source: magic vars 172629 1726888936.55653: _execute() done 172629 1726888936.55664: dumping result to json 172629 1726888936.55671: done dumping result, returning 172629 1726888936.55681: done running TaskExecutor() for managed_node1/TASK: Get disk to use for non-swap device [0affc8a3-6f6f-d0a8-add8-00000000000c] 172629 1726888936.55694: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000000c 172629 1726888936.55895: no more pending results, returning what we have 172629 1726888936.55901: in VariableManager get_vars() 172629 1726888936.55939: Calling all_inventory to load vars for managed_node1 172629 1726888936.55942: Calling groups_inventory to load vars for managed_node1 172629 1726888936.55946: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888936.55962: Calling all_plugins_play to load vars for managed_node1 172629 1726888936.55965: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888936.55969: Calling groups_plugins_play to load vars for managed_node1 172629 1726888936.56564: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000000c 172629 1726888936.56567: WORKER PROCESS EXITING 172629 1726888936.56590: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888936.57172: done with get_vars() 172629 1726888936.57183: variable 'ansible_search_path' from source: unknown 172629 1726888936.57196: we have included files to process 172629 1726888936.57198: generating all_blocks data 172629 1726888936.57200: done generating all_blocks data 172629 1726888936.57208: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml 172629 1726888936.57210: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml 172629 1726888936.57212: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml 172629 1726888936.57828: done processing included file 172629 1726888936.57830: iterating over new_blocks loaded from include file 172629 1726888936.57832: in VariableManager get_vars() 172629 1726888936.57844: done with get_vars() 172629 1726888936.57845: filtering new block on tags 172629 1726888936.57869: done filtering new block on tags 172629 1726888936.57872: 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 172629 1726888936.57878: extending task lists for all hosts with included blocks 172629 1726888936.59190: done extending task lists 172629 1726888936.59191: done processing included files 172629 1726888936.59192: results queue empty 172629 1726888936.59193: checking for any_errors_fatal 172629 1726888936.59196: done checking for any_errors_fatal 172629 1726888936.59196: checking for max_fail_percentage 172629 1726888936.59198: done checking for max_fail_percentage 172629 1726888936.59198: checking to see if all hosts have failed and the running result is not ok 172629 1726888936.59199: done checking to see if all hosts have failed 172629 1726888936.59200: getting the remaining hosts for this loop 172629 1726888936.59201: done getting the remaining hosts for this loop 172629 1726888936.59203: getting the next task for host managed_node1 172629 1726888936.59207: done getting next task for host managed_node1 172629 1726888936.59209: ^ task is: TASK: Ensure test packages 172629 1726888936.59211: ^ state is: HOST STATE: block=2, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888936.59213: getting variables 172629 1726888936.59214: in VariableManager get_vars() 172629 1726888936.59221: Calling all_inventory to load vars for managed_node1 172629 1726888936.59223: Calling groups_inventory to load vars for managed_node1 172629 1726888936.59225: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888936.59229: Calling all_plugins_play to load vars for managed_node1 172629 1726888936.59231: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888936.59233: Calling groups_plugins_play to load vars for managed_node1 172629 1726888936.59613: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888936.60134: done with get_vars() 172629 1726888936.60148: done getting variables 172629 1726888936.60367: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:22:16 -0400 (0:00:00.056) 0:00:36.883 ****** 172629 1726888936.60394: entering _queue_task() for managed_node1/package 172629 1726888936.61278: worker is 1 (out of 1 available) 172629 1726888936.61292: exiting _queue_task() for managed_node1/package 172629 1726888936.61304: done queuing things up, now waiting for results queue to drain 172629 1726888936.61305: waiting for pending results... 172629 1726888936.61642: running TaskExecutor() for managed_node1/TASK: Ensure test packages 172629 1726888936.62009: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000659 172629 1726888936.62117: variable 'ansible_search_path' from source: unknown 172629 1726888936.62121: calling self._execute() 172629 1726888936.62202: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888936.62344: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888936.62367: variable 'omit' from source: magic vars 172629 1726888936.62602: variable 'omit' from source: magic vars 172629 1726888936.62650: variable 'omit' from source: magic vars 172629 1726888936.62881: variable 'test_packages' from source: task vars 172629 1726888936.63263: variable 'test_packages' from source: task vars 172629 1726888936.63792: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888936.64583: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888936.64634: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888936.64680: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888936.64847: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888936.65760: variable 'ansible_facts' from source: unknown 172629 1726888936.66960: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888936.71407: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888936.71861: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888936.71865: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888936.71867: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888936.71869: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888936.71913: 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) 172629 1726888936.72361: 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) 172629 1726888936.72365: 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) 172629 1726888936.72367: 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) 172629 1726888936.72369: 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) 172629 1726888936.72372: variable '__storage_is_ostree' from source: set_fact 172629 1726888936.72378: variable 'omit' from source: magic vars 172629 1726888936.72408: variable 'omit' from source: magic vars 172629 1726888936.72860: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888936.72864: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888936.72869: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888936.72872: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888936.72874: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888936.72876: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888936.72879: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888936.72881: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888936.72894: Set connection var ansible_timeout to 10 172629 1726888936.73068: Set connection var ansible_shell_type to sh 172629 1726888936.73080: Set connection var ansible_pipelining to False 172629 1726888936.73089: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888936.73097: Set connection var ansible_shell_executable to /bin/sh 172629 1726888936.73104: Set connection var ansible_connection to ssh 172629 1726888936.73129: variable 'ansible_shell_executable' from source: unknown 172629 1726888936.73136: variable 'ansible_connection' from source: unknown 172629 1726888936.73142: variable 'ansible_module_compression' from source: unknown 172629 1726888936.73148: variable 'ansible_shell_type' from source: unknown 172629 1726888936.73159: variable 'ansible_shell_executable' from source: unknown 172629 1726888936.73167: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888936.73174: variable 'ansible_pipelining' from source: unknown 172629 1726888936.73180: variable 'ansible_timeout' from source: unknown 172629 1726888936.73187: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888936.73290: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888936.73472: variable 'omit' from source: magic vars 172629 1726888936.73482: starting attempt loop 172629 1726888936.73489: running the handler 172629 1726888936.73498: variable 'ansible_facts' from source: unknown 172629 1726888936.73504: variable 'ansible_facts' from source: unknown 172629 1726888936.73564: _low_level_execute_command(): starting 172629 1726888936.73576: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888936.74805: 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 <<< 172629 1726888936.74908: 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 <<< 172629 1726888936.75019: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888936.76777: stdout chunk (state=3): >>>/root <<< 172629 1726888936.76876: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888936.76910: stderr chunk (state=3): >>><<< 172629 1726888936.76923: stdout chunk (state=3): >>><<< 172629 1726888936.76949: _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 172629 1726888936.76976: _low_level_execute_command(): starting 172629 1726888936.76991: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888936.7696059-173903-248498547248913 `" && echo ansible-tmp-1726888936.7696059-173903-248498547248913="` echo /root/.ansible/tmp/ansible-tmp-1726888936.7696059-173903-248498547248913 `" ) && sleep 0' 172629 1726888936.78371: 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 debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888936.78447: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888936.80373: stdout chunk (state=3): >>>ansible-tmp-1726888936.7696059-173903-248498547248913=/root/.ansible/tmp/ansible-tmp-1726888936.7696059-173903-248498547248913 <<< 172629 1726888936.80475: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888936.80569: stderr chunk (state=3): >>><<< 172629 1726888936.80578: stdout chunk (state=3): >>><<< 172629 1726888936.80597: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888936.7696059-173903-248498547248913=/root/.ansible/tmp/ansible-tmp-1726888936.7696059-173903-248498547248913 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888936.80637: variable 'ansible_module_compression' from source: unknown 172629 1726888936.80700: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 172629 1726888936.80905: variable 'ansible_facts' from source: unknown 172629 1726888936.81027: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888936.7696059-173903-248498547248913/AnsiballZ_dnf.py 172629 1726888936.81401: Sending initial data 172629 1726888936.81404: Sent initial data (154 bytes) 172629 1726888936.81980: 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' <<< 172629 1726888936.81994: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888936.82012: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888936.82090: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888936.83757: 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 debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888936.83792: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp2o5k2m__ /root/.ansible/tmp/ansible-tmp-1726888936.7696059-173903-248498547248913/AnsiballZ_dnf.py <<< 172629 1726888936.83800: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888936.7696059-173903-248498547248913/AnsiballZ_dnf.py" <<< 172629 1726888936.83859: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp2o5k2m__" to remote "/root/.ansible/tmp/ansible-tmp-1726888936.7696059-173903-248498547248913/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888936.7696059-173903-248498547248913/AnsiballZ_dnf.py" <<< 172629 1726888936.85433: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888936.85504: stderr chunk (state=3): >>><<< 172629 1726888936.85517: stdout chunk (state=3): >>><<< 172629 1726888936.85582: done transferring module to remote 172629 1726888936.85599: _low_level_execute_command(): starting 172629 1726888936.85608: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888936.7696059-173903-248498547248913/ /root/.ansible/tmp/ansible-tmp-1726888936.7696059-173903-248498547248913/AnsiballZ_dnf.py && sleep 0' 172629 1726888936.86204: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888936.86218: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888936.86230: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888936.86273: stderr 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 <<< 172629 1726888936.86294: 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 <<< 172629 1726888936.86369: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888936.86387: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888936.86467: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888936.88246: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888936.88265: stdout chunk (state=3): >>><<< 172629 1726888936.88281: stderr chunk (state=3): >>><<< 172629 1726888936.88370: _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 172629 1726888936.88373: _low_level_execute_command(): starting 172629 1726888936.88375: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888936.7696059-173903-248498547248913/AnsiballZ_dnf.py && sleep 0' 172629 1726888936.88910: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888936.88925: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888936.88938: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888936.89021: stderr 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 <<< 172629 1726888936.89057: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888936.89081: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888936.89096: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888936.89190: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888936.91318: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888936.91345: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888936.91379: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888936.91449: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888936.91490: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888936.91520: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 172629 1726888936.91549: stdout chunk (state=3): >>># installing zipimport hook import 'time' # import 'zipimport' # <<< 172629 1726888936.91573: stdout chunk (state=3): >>># installed zipimport hook <<< 172629 1726888936.91624: 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' <<< 172629 1726888936.91639: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888936.91661: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888936.91691: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888936.91719: 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 0x7fe0090184d0> <<< 172629 1726888936.91754: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008fe7b30> <<< 172629 1726888936.91764: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 172629 1726888936.91789: 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 0x7fe00901aa50> import '_signal' # <<< 172629 1726888936.91821: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888936.91852: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888936.91880: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888936.91965: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888936.91992: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888936.92032: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888936.92036: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888936.92068: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888936.92090: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888936.92119: 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 <<< 172629 1726888936.92122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888936.92138: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008e2d130> <<< 172629 1726888936.92198: 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 <<< 172629 1726888936.92220: 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 0x7fe008e2e120> <<< 172629 1726888936.92242: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888936.92284: 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. <<< 172629 1726888936.92535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888936.92552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888936.92576: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888936.92587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888936.92608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888936.92648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888936.92663: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888936.92690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888936.92725: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008e73f50> <<< 172629 1726888936.92728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888936.92744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888936.92772: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008e800e0> <<< 172629 1726888936.92786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888936.92814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888936.92832: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888936.92888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888936.92926: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888936.92945: 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 0x7fe008ea3920> <<< 172629 1726888936.92975: 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 0x7fe008ea3fb0> <<< 172629 1726888936.92992: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888936.93047: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008e83bc0> <<< 172629 1726888936.93059: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888936.93080: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008e81340> <<< 172629 1726888936.93178: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008e71100> <<< 172629 1726888936.93202: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888936.93236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888936.93240: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888936.93251: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888936.93284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888936.93303: 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' <<< 172629 1726888936.93340: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ec7920> <<< 172629 1726888936.93379: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ec6540> <<< 172629 1726888936.93396: 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 0x7fe008e821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ec4d10> <<< 172629 1726888936.93452: 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 0x7fe008ef4980> <<< 172629 1726888936.93486: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008e70380> <<< 172629 1726888936.93491: 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' <<< 172629 1726888936.93523: 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 0x7fe008ef4e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ef4ce0> <<< 172629 1726888936.93574: 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' <<< 172629 1726888936.93584: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe008ef50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008e66ea0> <<< 172629 1726888936.93624: 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' <<< 172629 1726888936.93634: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888936.93678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888936.93689: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ef5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ef5490> import 'importlib.machinery' # <<< 172629 1726888936.93740: 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' <<< 172629 1726888936.93844: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ef6690> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888936.93852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 172629 1726888936.93910: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008f108c0> import 'errno' # <<< 172629 1726888936.93914: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888936.93942: 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 0x7fe008f12000> # /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' <<< 172629 1726888936.93979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888936.94000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008f12ea0> <<< 172629 1726888936.94033: 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 0x7fe008f13500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008f123f0> <<< 172629 1726888936.94075: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888936.94078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888936.94147: 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 0x7fe008f13ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008f135f0> <<< 172629 1726888936.94214: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ef66f0> <<< 172629 1726888936.94235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888936.94238: 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 <<< 172629 1726888936.94332: 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 0x7fe008c77d40> <<< 172629 1726888936.94391: 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 0x7fe008ca4890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ca45f0> # 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 0x7fe008ca48c0> <<< 172629 1726888936.94503: 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' <<< 172629 1726888936.94544: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888936.94639: 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 0x7fe008ca51f0> <<< 172629 1726888936.94731: 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 0x7fe008ca5bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ca4aa0> <<< 172629 1726888936.94859: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008c75ee0> # /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' <<< 172629 1726888936.94893: 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 0x7fe008ca6fc0> <<< 172629 1726888936.94925: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ca5d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ef6de0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888936.95001: 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 <<< 172629 1726888936.95063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888936.95112: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ccf320> <<< 172629 1726888936.95175: 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 <<< 172629 1726888936.95244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008cef6b0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888936.95330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888936.95399: 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 0x7fe008d504a0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888936.95445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888936.95486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888936.95870: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008d52c00> <<< 172629 1726888936.95973: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008d505c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008d154c0> # /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 0x7fe008b555b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008cee4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ca7ef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe008cee5d0> <<< 172629 1726888936.96058: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_mnj96ski/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 172629 1726888936.96167: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888936.96195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888936.96205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888936.96238: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888936.96348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888936.96392: 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 0x7fe008baf1a0> import '_typing' # <<< 172629 1726888936.96539: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008b8e090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008b8d1f0> # zipimport: zlib available <<< 172629 1726888936.96622: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726888936.96663: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888936.96686: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888936.98031: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888936.99160: 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' <<< 172629 1726888936.99310: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008bad070> # /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' <<< 172629 1726888936.99362: 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 0x7fe008bd6b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008bd6900> <<< 172629 1726888936.99438: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008bd6210> # /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 0x7fe008bd6660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008bafe30> <<< 172629 1726888936.99494: stdout chunk (state=3): >>>import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe008bd78c0> # 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 0x7fe008bd7a40> <<< 172629 1726888936.99569: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888936.99572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888936.99651: stdout chunk (state=3): >>>import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008bd7f80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888936.99693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008519d30> <<< 172629 1726888936.99831: 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 0x7fe00851b950> # /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 0x7fe008520350> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888936.99871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0085214f0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888937.00094: 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' <<< 172629 1726888937.00099: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008523f80> # 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 0x7fe0085240b0> <<< 172629 1726888937.00103: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008522240> # /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' <<< 172629 1726888937.00118: 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' <<< 172629 1726888937.00150: 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' <<< 172629 1726888937.00197: 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 0x7fe008527f50> <<< 172629 1726888937.00208: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888937.00276: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008526a20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008526780> <<< 172629 1726888937.00337: 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' <<< 172629 1726888937.00374: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008526cf0> <<< 172629 1726888937.00436: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008522750> <<< 172629 1726888937.00451: 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 0x7fe00856c200> <<< 172629 1726888937.00484: 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 0x7fe00856c3e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 172629 1726888937.00505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888937.00529: 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' <<< 172629 1726888937.00562: 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 0x7fe00856de50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00856dc10> <<< 172629 1726888937.00601: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888937.00694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888937.00757: 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 0x7fe0085703b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00856e540> <<< 172629 1726888937.00813: 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' <<< 172629 1726888937.00825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888937.00842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726888937.00887: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008573b90> <<< 172629 1726888937.01003: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008570560> <<< 172629 1726888937.01103: 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 0x7fe008574c20> <<< 172629 1726888937.01172: 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 0x7fe008574a40> # 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 0x7fe008574d10> <<< 172629 1726888937.01180: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00856c5c0> <<< 172629 1726888937.01213: 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 <<< 172629 1726888937.01300: 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' <<< 172629 1726888937.01339: 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 0x7fe0084003e0> <<< 172629 1726888937.01454: 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 0x7fe008401820> <<< 172629 1726888937.01604: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008576b70> # 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 0x7fe008577f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0085767b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888937.01719: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.01835: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888937.01902: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.02045: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.02622: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.03067: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888937.03123: 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' <<< 172629 1726888937.03219: 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 0x7fe008405bb0> <<< 172629 1726888937.03361: 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 0x7fe0084068a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008401a90> <<< 172629 1726888937.03416: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888937.03548: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.03689: 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 0x7fe008406870> <<< 172629 1726888937.03708: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.04159: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.04595: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.04669: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.04760: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888937.04763: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.04791: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.04829: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888937.04839: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.04934: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.05053: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 172629 1726888937.05062: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888937.05168: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888937.05171: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.05392: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.05633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888937.05713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726888937.05787: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008407b30> # zipimport: zlib available <<< 172629 1726888937.05839: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.05895: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888937.05925: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 172629 1726888937.06045: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888937.06095: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.06122: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.06171: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.06284: 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' <<< 172629 1726888937.06431: 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 0x7fe0084125d0> <<< 172629 1726888937.06434: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00840f800> <<< 172629 1726888937.06513: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888937.06585: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.06683: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 172629 1726888937.06721: 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 <<< 172629 1726888937.06759: 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 <<< 172629 1726888937.06802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888937.06889: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008502e40> <<< 172629 1726888937.06937: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008c0ab10> <<< 172629 1726888937.07001: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008412780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008575cd0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888937.07118: 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' # <<< 172629 1726888937.07127: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.07163: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888937.07654: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.08172: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.08850: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.09511: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0084a4ec0> <<< 172629 1726888937.09521: 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 0x7fe0084a5160> <<< 172629 1726888937.09593: 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' <<< 172629 1726888937.09600: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 172629 1726888937.09672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0084a58b0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0084a5430> # /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' <<< 172629 1726888937.09675: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 172629 1726888937.09774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0084a61e0> # /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' <<< 172629 1726888937.09878: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 172629 1726888937.09938: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008490260> # /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 0x7fe008491b20> # /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 0x7fe00808aae0> <<< 172629 1726888937.09997: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0084a7a40> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 172629 1726888937.10047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 172629 1726888937.10100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 172629 1726888937.10168: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008099670> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0080981a0> <<< 172629 1726888937.10240: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00808b560> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0084a6e70> # /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' <<< 172629 1726888937.10271: 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 <<< 172629 1726888937.10322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 172629 1726888937.10329: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 172629 1726888937.10348: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008105640> <<< 172629 1726888937.10496: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0080bd790> <<< 172629 1726888937.10601: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0080994f0> # /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' <<< 172629 1726888937.10630: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 172629 1726888937.10647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 172629 1726888937.10699: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 172629 1726888937.10754: 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 0x7fe00810d2b0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008107440> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0080bd2b0> <<< 172629 1726888937.10834: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0084a6870> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0084a6270> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0084a5fa0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0084a51c0> # /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 0x7fe0084a62a0> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 172629 1726888937.10879: 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' <<< 172629 1726888937.10940: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00810d8b0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00810cfe0> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 172629 1726888937.10953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888937.10986: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00810e000> <<< 172629 1726888937.11041: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 172629 1726888937.11084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 172629 1726888937.11140: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888937.11160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888937.11200: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888937.11288: 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 0x7fe00811cb30> <<< 172629 1726888937.11445: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0080f9ca0> <<< 172629 1726888937.11479: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00810eff0> <<< 172629 1726888937.11494: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 172629 1726888937.11520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 172629 1726888937.11558: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0080f9730> <<< 172629 1726888937.11574: 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 0x7fe00812a840> <<< 172629 1726888937.11597: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 172629 1726888937.11637: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 172629 1726888937.11668: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00812b4d0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00812af90> <<< 172629 1726888937.11671: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 172629 1726888937.11816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 172629 1726888937.11875: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00812b9e0> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 172629 1726888937.11903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 172629 1726888937.12084: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00812faa0> <<< 172629 1726888937.12148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 172629 1726888937.12151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 172629 1726888937.12204: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008050470> # zipimport: zlib available <<< 172629 1726888937.12294: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 172629 1726888937.12297: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.12411: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.12581: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # # zipimport: zlib available <<< 172629 1726888937.12606: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.12663: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 172629 1726888937.12690: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.12830: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.12934: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 172629 1726888937.13025: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.13522: 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' <<< 172629 1726888937.13571: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 172629 1726888937.13651: 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 0x7fe008053260> # /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' <<< 172629 1726888937.13803: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008053380> # /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' <<< 172629 1726888937.13811: 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' <<< 172629 1726888937.13910: 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 0x7fe007dab590> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe007daade0> # 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 0x7fe007daafc0> <<< 172629 1726888937.13919: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0080538c0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008052810> # /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 0x7fe008052f00> <<< 172629 1726888937.13934: 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 <<< 172629 1726888937.14012: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 172629 1726888937.14045: 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' <<< 172629 1726888937.14079: 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 <<< 172629 1726888937.14090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 172629 1726888937.14220: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 172629 1726888937.14233: stdout chunk (state=3): >>># extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe007e28bc0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe007e287a0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 172629 1726888937.14361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe007e544d0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe007e28d10> <<< 172629 1726888937.14622: 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 # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 172629 1726888937.15382: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' <<< 172629 1726888937.15422: 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 0x7fe007937440> <<< 172629 1726888937.15504: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00812b650> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py <<< 172629 1726888937.15568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 172629 1726888937.15627: 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 0x7fe0079b4f50> <<< 172629 1726888937.15809: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0079377d0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py <<< 172629 1726888937.15848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726888937.15915: 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 0x7fe0079b7f20> <<< 172629 1726888937.15957: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0079b50d0> <<< 172629 1726888937.15974: 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 <<< 172629 1726888937.16018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 172629 1726888937.16103: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' <<< 172629 1726888937.16128: 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 0x7fe0079f7f50> <<< 172629 1726888937.16161: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0079f4260> <<< 172629 1726888937.16172: 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' <<< 172629 1726888937.16241: 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 0x7fe005f8d3a0> <<< 172629 1726888937.16263: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005f8c7a0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe007e28320> <<< 172629 1726888937.16282: 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 <<< 172629 1726888937.16302: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 172629 1726888937.16330: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 172629 1726888937.16371: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py <<< 172629 1726888937.16374: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 172629 1726888937.16403: 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 0x7fe005fac8c0> <<< 172629 1726888937.16442: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005f8fd10> <<< 172629 1726888937.16459: 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 <<< 172629 1726888937.16508: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 172629 1726888937.16608: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005faef60> <<< 172629 1726888937.16611: 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' <<< 172629 1726888937.16717: 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 0x7fe005fafe60> # /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' <<< 172629 1726888937.17111: 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 0x7fe005fd4770> <<< 172629 1726888937.17132: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005fd5bb0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005fd40e0> <<< 172629 1726888937.17178: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005faee10> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005fae7e0> <<< 172629 1726888937.17240: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888937.17294: 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 0x7fe005fd7800> <<< 172629 1726888937.17317: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005faf380> <<< 172629 1726888937.17380: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005facc50> <<< 172629 1726888937.17412: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005f8f320> <<< 172629 1726888937.17444: 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' <<< 172629 1726888937.17573: 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 0x7fe005f8fa40> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005f8f7a0> <<< 172629 1726888937.17605: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005f8d520> <<< 172629 1726888937.17630: 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 0x7fe006010ef0> <<< 172629 1726888937.17669: 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 <<< 172629 1726888937.17708: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 172629 1726888937.17715: 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 <<< 172629 1726888937.17766: 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' <<< 172629 1726888937.17778: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe006013410> <<< 172629 1726888937.17847: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe006013bf0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0060126f0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 172629 1726888937.17872: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 172629 1726888937.17909: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe006040440> <<< 172629 1726888937.17996: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe006010ec0> <<< 172629 1726888937.18003: 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 <<< 172629 1726888937.18196: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe006041eb0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe006041430> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe006041250> # /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' <<< 172629 1726888937.18199: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00590cf20> <<< 172629 1726888937.18232: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 172629 1726888937.18283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 172629 1726888937.18307: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888937.18369: 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 <<< 172629 1726888937.18390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00593afc0> <<< 172629 1726888937.18604: 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 0x7fe00593b320> <<< 172629 1726888937.18667: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00590f230> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00590d3d0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00590c410> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe006042690> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0060423c0> # /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' <<< 172629 1726888937.18713: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005974e60> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00593bfb0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe006042ba0> <<< 172629 1726888937.18743: 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' <<< 172629 1726888937.18785: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059754f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py <<< 172629 1726888937.18839: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005975880> # /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 0x7fe005975940> <<< 172629 1726888937.18882: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005975a60> # /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 <<< 172629 1726888937.18971: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 172629 1726888937.19010: 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 0x7fe0059945f0> <<< 172629 1726888937.19066: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005976750> # /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 0x7fe005994770> <<< 172629 1726888937.19126: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005994830> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059758b0> <<< 172629 1726888937.19164: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005994920> <<< 172629 1726888937.19207: 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 <<< 172629 1726888937.19210: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 172629 1726888937.19225: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888937.19286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888937.19418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888937.19447: 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 0x7fe0059e03e0> <<< 172629 1726888937.19475: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059bf800> <<< 172629 1726888937.19532: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059be270> <<< 172629 1726888937.19676: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059961b0> <<< 172629 1726888937.19770: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005995610> # /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 0x7fe005996660> <<< 172629 1726888937.19810: 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 0x7fe006042570> # /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 0x7fe0059fcad0> <<< 172629 1726888937.19830: 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 0x7fe0059fcd40> <<< 172629 1726888937.19922: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 172629 1726888937.19990: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059fd6a0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059fd130> <<< 172629 1726888937.19994: 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 0x7fe0059fe5a0> import 'gc' # <<< 172629 1726888937.19997: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe007dab6e0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0080524b0> <<< 172629 1726888937.20493: 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' <<< 172629 1726888937.20558: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059ff1a0> <<< 172629 1726888937.20593: 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' <<< 172629 1726888937.20596: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 172629 1726888937.20628: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 172629 1726888937.20676: 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 <<< 172629 1726888937.20748: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 172629 1726888937.20786: 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 0x7fe0057cfc50> <<< 172629 1726888937.20890: 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' <<< 172629 1726888937.21037: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' # 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 0x7fe0057f5cd0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0057f5880> # 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 0x7fe0059ff0b0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0057f4740> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0057cff80> <<< 172629 1726888937.21084: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0057cccb0> <<< 172629 1726888937.21130: 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 <<< 172629 1726888937.21152: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0057cfa40> <<< 172629 1726888937.21178: 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 <<< 172629 1726888937.21180: 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 <<< 172629 1726888937.21183: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 172629 1726888937.21215: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00580b200><<< 172629 1726888937.21241: stdout chunk (state=3): >>> <<< 172629 1726888937.21278: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005809d30> <<< 172629 1726888937.21289: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005830a10> <<< 172629 1726888937.21337: 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 <<< 172629 1726888937.21427: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005830d10> # /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 0x7fe005830f80> <<< 172629 1726888937.21432: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 172629 1726888937.21434: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005831220> <<< 172629 1726888937.21468: 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' <<< 172629 1726888937.21496: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py <<< 172629 1726888937.21498: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 172629 1726888937.21539: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005831910> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005831760> <<< 172629 1726888937.21588: 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 0x7fe005833200> <<< 172629 1726888937.21612: 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 0x7fe005833350> <<< 172629 1726888937.21679: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py <<< 172629 1726888937.21700: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005833560> # /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' <<< 172629 1726888937.21747: 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 <<< 172629 1726888937.21751: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 172629 1726888937.21808: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005848500> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005833d40> # /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 <<< 172629 1726888937.21835: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0058490a0> <<< 172629 1726888937.21874: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0058494f0> <<< 172629 1726888937.21897: 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 0x7fe0058496d0> <<< 172629 1726888937.21929: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py <<< 172629 1726888937.21939: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 172629 1726888937.21974: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0058499a0> <<< 172629 1726888937.22003: 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' <<< 172629 1726888937.22030: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00584a870> # /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 0x7fe00584aae0> <<< 172629 1726888937.22078: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00584acf0> <<< 172629 1726888937.22273: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py <<< 172629 1726888937.22301: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00584b8f0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00584b410> # /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 0x7fe005870770> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0058700e0> # /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 0x7fe005871400> <<< 172629 1726888937.22324: 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 <<< 172629 1726888937.22345: 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 0x7fe005871700> <<< 172629 1726888937.22377: 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 0x7fe005872630> <<< 172629 1726888937.22413: 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 0x7fe0058728d0> <<< 172629 1726888937.22449: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005872a80> <<< 172629 1726888937.22512: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059ff5f0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059ff380> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059feab0> <<< 172629 1726888937.22564: 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' <<< 172629 1726888937.22610: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005873410> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005873140> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py <<< 172629 1726888937.22663: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py <<< 172629 1726888937.22685: 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 <<< 172629 1726888937.22731: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 172629 1726888937.22826: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005899880> <<< 172629 1726888937.22829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py <<< 172629 1726888937.22901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 172629 1726888937.22984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 172629 1726888937.22991: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00589af30> <<< 172629 1726888937.22995: 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 0x7fe00589a1b0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005899d90> <<< 172629 1726888937.23202: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0055ec7a0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0055d3b90> # /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' <<< 172629 1726888937.23206: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0055ef6e0> <<< 172629 1726888937.23288: 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' <<< 172629 1726888937.23298: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0055effb0> <<< 172629 1726888937.23300: 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 <<< 172629 1726888937.23303: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 172629 1726888937.23433: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 172629 1726888937.23436: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0055ece30> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0055ecb00> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0058736e0> # /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' <<< 172629 1726888937.23536: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0058993d0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005873440> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0057cc380> # /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 0x7fe005616240> <<< 172629 1726888937.23563: 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 <<< 172629 1726888937.23588: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 172629 1726888937.23607: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005616ae0> <<< 172629 1726888937.23773: 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 <<< 172629 1726888937.23777: 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 0x7fe005617b00> # /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 0x7fe0056401a0> # /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' <<< 172629 1726888937.23810: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888937.23938: 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 0x7fe005641850> <<< 172629 1726888937.23971: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005641220> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005640ec0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005640b60> <<< 172629 1726888937.23997: 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 <<< 172629 1726888937.24088: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005640f80> # /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' <<< 172629 1726888937.24147: 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 0x7fe0056434a0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py <<< 172629 1726888937.24299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005643530> <<< 172629 1726888937.24307: 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' <<< 172629 1726888937.24341: 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 0x7fe005643c20> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005643ad0> # /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' <<< 172629 1726888937.24370: 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 <<< 172629 1726888937.24391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 172629 1726888937.24482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 172629 1726888937.24521: 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 0x7fe0056721e0> <<< 172629 1726888937.24656: 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 <<< 172629 1726888937.24660: 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 0x7fe005673410> # /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 0x7fe005673680> # /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' <<< 172629 1726888937.24689: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888937.24718: 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 0x7fe0056737d0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005673620> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005672ed0> <<< 172629 1726888937.24776: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005672360> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005671610> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005670bf0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005670470> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005642f90> <<< 172629 1726888937.24833: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005642480> <<< 172629 1726888937.24944: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005673260> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 172629 1726888937.24980: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005673c20> # /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 0x7fe00569c530> # /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 0x7fe00569c8f0> <<< 172629 1726888937.25001: 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 <<< 172629 1726888937.25025: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00569d220> <<< 172629 1726888937.25049: 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 <<< 172629 1726888937.25082: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 172629 1726888937.25169: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00569dd90> <<< 172629 1726888937.37947: 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}}} <<< 172629 1726888937.38973: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 172629 1726888937.39028: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888937.39474: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888937.39512: 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 <<< 172629 1726888937.39593: stdout chunk (state=3): >>># cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix <<< 172629 1726888937.39707: stdout chunk (state=3): >>># cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 172629 1726888937.39711: stdout chunk (state=3): >>># 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 <<< 172629 1726888937.39875: stdout chunk (state=3): >>># cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin <<< 172629 1726888937.39879: stdout chunk (state=3): >>># 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 <<< 172629 1726888937.39882: stdout chunk (state=3): >>># 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 <<< 172629 1726888937.39908: stdout chunk (state=3): >>># cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # 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 <<< 172629 1726888937.40373: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma <<< 172629 1726888937.40408: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 172629 1726888937.40442: stdout chunk (state=3): >>># destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 172629 1726888937.40526: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy distro.distro <<< 172629 1726888937.40533: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 172629 1726888937.40719: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six # 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 <<< 172629 1726888937.40769: stdout chunk (state=3): >>># cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect <<< 172629 1726888937.40825: stdout chunk (state=3): >>># 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 <<< 172629 1726888937.40909: stdout chunk (state=3): >>># 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 <<< 172629 1726888937.41007: stdout chunk (state=3): >>># 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 <<< 172629 1726888937.41199: stdout chunk (state=3): >>># cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # 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 <<< 172629 1726888937.41265: stdout chunk (state=3): >>># cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # 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 <<< 172629 1726888937.41365: stdout chunk (state=3): >>># cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 172629 1726888937.41432: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888937.42167: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy _hashlib # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg <<< 172629 1726888937.42183: 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 <<< 172629 1726888937.42186: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip <<< 172629 1726888937.42188: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 172629 1726888937.42191: 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 <<< 172629 1726888937.42203: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 172629 1726888937.42249: 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 <<< 172629 1726888937.42277: stdout chunk (state=3): >>># destroy rpm <<< 172629 1726888937.42325: stdout chunk (state=3): >>># destroy itertools # destroy functools <<< 172629 1726888937.42364: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 172629 1726888937.42422: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 172629 1726888937.42471: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 172629 1726888937.42521: stdout chunk (state=3): >>># destroy _ssl <<< 172629 1726888937.42618: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules <<< 172629 1726888937.42632: stdout chunk (state=3): >>># destroy _frozen_importlib <<< 172629 1726888937.42689: 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 <<< 172629 1726888937.42718: stdout chunk (state=3): >>># destroy _random <<< 172629 1726888937.42804: stdout chunk (state=3): >>># destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 172629 1726888937.44261: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888937.44264: stdout chunk (state=3): >>><<< 172629 1726888937.44266: stderr chunk (state=3): >>><<< 172629 1726888937.44505: _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 0x7fe0090184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008fe7b30> # /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 0x7fe00901aa50> 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 0x7fe008e2d130> # /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 0x7fe008e2e120> 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 0x7fe008e73f50> # /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 0x7fe008e800e0> # /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 0x7fe008ea3920> # /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 0x7fe008ea3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008e83bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008e81340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008e71100> # /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 0x7fe008ec7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ec6540> # /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 0x7fe008e821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ec4d10> # /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 0x7fe008ef4980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008e70380> # /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 0x7fe008ef4e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ef4ce0> # 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 0x7fe008ef50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008e66ea0> # /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 0x7fe008ef5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ef5490> 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 0x7fe008ef6690> 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 0x7fe008f108c0> 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 0x7fe008f12000> # /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 0x7fe008f12ea0> # 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 0x7fe008f13500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008f123f0> # /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 0x7fe008f13ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008f135f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ef66f0> # /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 0x7fe008c77d40> # /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 0x7fe008ca4890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ca45f0> # 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 0x7fe008ca48c0> # /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 0x7fe008ca51f0> # 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 0x7fe008ca5bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ca4aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008c75ee0> # /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 0x7fe008ca6fc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ca5d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ef6de0> # /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 0x7fe008ccf320> # /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 0x7fe008cef6b0> # /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 0x7fe008d504a0> # /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 0x7fe008d52c00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008d505c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008d154c0> # /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 0x7fe008b555b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008cee4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008ca7ef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe008cee5d0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_mnj96ski/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 0x7fe008baf1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008b8e090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008b8d1f0> # 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 0x7fe008bad070> # /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 0x7fe008bd6b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008bd6900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008bd6210> # /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 0x7fe008bd6660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008bafe30> 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 0x7fe008bd78c0> # 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 0x7fe008bd7a40> # /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 0x7fe008bd7f80> 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 0x7fe008519d30> # 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 0x7fe00851b950> # /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 0x7fe008520350> # /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 0x7fe0085214f0> # /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 0x7fe008523f80> # 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 0x7fe0085240b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008522240> # /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 0x7fe008527f50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008526a20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008526780> # /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 0x7fe008526cf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008522750> # 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 0x7fe00856c200> # /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 0x7fe00856c3e0> # /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 0x7fe00856de50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00856dc10> # /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 0x7fe0085703b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00856e540> # /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 0x7fe008573b90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008570560> # 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 0x7fe008574c20> # 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 0x7fe008574a40> # 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 0x7fe008574d10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00856c5c0> # /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 0x7fe0084003e0> # 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 0x7fe008401820> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008576b70> # 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 0x7fe008577f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0085767b0> # 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 0x7fe008405bb0> # /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 0x7fe0084068a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008401a90> 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 0x7fe008406870> # 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 0x7fe008407b30> # 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 0x7fe0084125d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00840f800> 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 0x7fe008502e40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008c0ab10> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008412780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008575cd0> # 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 0x7fe0084a4ec0> # /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 0x7fe0084a5160> # /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 0x7fe0084a58b0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0084a5430> # /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 0x7fe0084a61e0> # /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 0x7fe008490260> # /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 0x7fe008491b20> # /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 0x7fe00808aae0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0084a7a40> # /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 0x7fe008099670> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0080981a0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00808b560> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0084a6e70> # /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 0x7fe008105640> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0080bd790> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0080994f0> # /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 0x7fe00810d2b0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008107440> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0080bd2b0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0084a6870> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0084a6270> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0084a5fa0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0084a51c0> # /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 0x7fe0084a62a0> # /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 0x7fe00810d8b0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00810cfe0> # /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 0x7fe00810e000> # /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 0x7fe00811cb30> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0080f9ca0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00810eff0> # /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 0x7fe0080f9730> # /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 0x7fe00812a840> # /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 0x7fe00812b4d0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00812af90> # /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 0x7fe00812b9e0> # /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 0x7fe00812faa0> # /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 0x7fe008050470> # 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 0x7fe008053260> # /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 0x7fe008053380> # /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 0x7fe007dab590> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe007daade0> # 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 0x7fe007daafc0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0080538c0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe008052810> # /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 0x7fe008052f00> # /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 0x7fe007e28bc0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe007e287a0> # /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 0x7fe007e544d0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe007e28d10> # /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 0x7fe007937440> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00812b650> # /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 0x7fe0079b4f50> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0079377d0> # /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 0x7fe0079b7f20> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0079b50d0> # /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 0x7fe0079f7f50> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0079f4260> # /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 0x7fe005f8d3a0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005f8c7a0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe007e28320> # /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 0x7fe005fac8c0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005f8fd10> # /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 0x7fe005faef60> # /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 0x7fe005fafe60> # /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 0x7fe005fd4770> # /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 0x7fe005fd5bb0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005fd40e0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005faee10> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005fae7e0> # /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 0x7fe005fd7800> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005faf380> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005facc50> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005f8f320> # /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 0x7fe005f8fa40> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005f8f7a0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005f8d520> # /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 0x7fe006010ef0> # /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 0x7fe006013410> # /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 0x7fe006013bf0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0060126f0> # /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 0x7fe006040440> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe006010ec0> # /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 0x7fe006041eb0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe006041430> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe006041250> # /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 0x7fe00590cf20> # /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 0x7fe00593afc0> # 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 0x7fe00593b320> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00590f230> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00590d3d0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00590c410> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe006042690> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0060423c0> # /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 0x7fe005974e60> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00593bfb0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe006042ba0> # /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 0x7fe0059754f0> # /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 0x7fe005975880> # /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 0x7fe005975940> # /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 0x7fe005975a60> # /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 0x7fe0059945f0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005976750> # /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 0x7fe005994770> # /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 0x7fe005994830> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059758b0> # /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 0x7fe005994920> # /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 0x7fe0059e03e0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059bf800> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059be270> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059961b0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005995610> # /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 0x7fe005996660> # /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 0x7fe006042570> # /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 0x7fe0059fcad0> # /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 0x7fe0059fcd40> # /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 0x7fe0059fd6a0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059fd130> # /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 0x7fe0059fe5a0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe007dab6e0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0080524b0> # /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 0x7fe0059ff1a0> # /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 0x7fe0057cfc50> # /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 0x7fe0057f5cd0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0057f5880> # 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 0x7fe0059ff0b0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0057f4740> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0057cff80> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0057cccb0> # /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 0x7fe0057cfa40> # /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 0x7fe00580b200> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005809d30> # /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 0x7fe005830a10> # /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 0x7fe005830d10> # /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 0x7fe005830f80> # /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 0x7fe005831220> # /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 0x7fe005831910> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005831760> # /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 0x7fe005833200> # /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 0x7fe005833350> # /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 0x7fe005833560> # /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 0x7fe005848500> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005833d40> # /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 0x7fe0058490a0> # /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 0x7fe0058494f0> # /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 0x7fe0058496d0> # /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 0x7fe0058499a0> # /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 0x7fe00584a870> # /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 0x7fe00584aae0> # /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 0x7fe00584acf0> # /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 0x7fe00584b8f0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe00584b410> # /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 0x7fe005870770> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0058700e0> # /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 0x7fe005871400> # /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 0x7fe005871700> # /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 0x7fe005872630> # /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 0x7fe0058728d0> # /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 0x7fe005872a80> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059ff5f0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059ff380> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0059feab0> # /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 0x7fe005873410> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005873140> # /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 0x7fe005899880> # /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 0x7fe00589af30> # 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 0x7fe00589a1b0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005899d90> # /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 0x7fe0055ec7a0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0055d3b90> # /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 0x7fe0055ef6e0> # /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 0x7fe0055effb0> # /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 0x7fe0055ece30> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0055ecb00> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0058736e0> # /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 0x7fe0058993d0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005873440> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0057cc380> # /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 0x7fe005616240> # /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 0x7fe005616ae0> # /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 0x7fe005617b00> # /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 0x7fe0056401a0> # /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 0x7fe005641850> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005641220> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005640ec0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005640b60> # /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 0x7fe005640f80> # /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 0x7fe0056434a0> # /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 0x7fe005643530> # /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 0x7fe005643c20> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005643ad0> # /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 0x7fe0056721e0> # /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 0x7fe005673410> # /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 0x7fe005673680> # /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 0x7fe0056737d0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005673620> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005672ed0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005672360> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005671610> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005670bf0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005670470> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005642f90> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe005642480> # /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 0x7fe005673260> # /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 0x7fe005673c20> # /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 0x7fe00569c530> # /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 0x7fe00569c8f0> # /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 0x7fe00569d220> # /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 0x7fe00569dd90> {"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. 172629 1726888937.47300: 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-1726888936.7696059-173903-248498547248913/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888937.47304: _low_level_execute_command(): starting 172629 1726888937.47306: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888936.7696059-173903-248498547248913/ > /dev/null 2>&1 && sleep 0' 172629 1726888937.47308: 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 <<< 172629 1726888937.47310: stderr 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 <<< 172629 1726888937.47312: 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 <<< 172629 1726888937.47314: stderr 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 <<< 172629 1726888937.47316: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888937.47317: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888937.47319: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888937.48600: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888937.48813: stderr chunk (state=3): >>><<< 172629 1726888937.48817: stdout chunk (state=3): >>><<< 172629 1726888937.48820: _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 172629 1726888937.48823: handler run complete 172629 1726888937.48825: attempt loop complete, returning result 172629 1726888937.48827: _execute() done 172629 1726888937.48829: dumping result to json 172629 1726888937.48960: done dumping result, returning 172629 1726888937.48964: done running TaskExecutor() for managed_node1/TASK: Ensure test packages [0affc8a3-6f6f-d0a8-add8-000000000659] 172629 1726888937.48966: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000659 172629 1726888937.49307: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000659 172629 1726888937.49311: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 172629 1726888937.49399: no more pending results, returning what we have 172629 1726888937.49403: results queue empty 172629 1726888937.49404: checking for any_errors_fatal 172629 1726888937.49406: done checking for any_errors_fatal 172629 1726888937.49407: checking for max_fail_percentage 172629 1726888937.49408: done checking for max_fail_percentage 172629 1726888937.49409: checking to see if all hosts have failed and the running result is not ok 172629 1726888937.49410: done checking to see if all hosts have failed 172629 1726888937.49411: getting the remaining hosts for this loop 172629 1726888937.49413: done getting the remaining hosts for this loop 172629 1726888937.49417: getting the next task for host managed_node1 172629 1726888937.49423: done getting next task for host managed_node1 172629 1726888937.49427: ^ task is: TASK: Find unused disks in the system 172629 1726888937.49430: ^ state is: HOST STATE: block=2, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888937.49434: getting variables 172629 1726888937.49435: in VariableManager get_vars() 172629 1726888937.49473: Calling all_inventory to load vars for managed_node1 172629 1726888937.49476: Calling groups_inventory to load vars for managed_node1 172629 1726888937.49479: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888937.49490: Calling all_plugins_play to load vars for managed_node1 172629 1726888937.49494: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888937.49497: Calling groups_plugins_play to load vars for managed_node1 172629 1726888937.51021: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888937.52207: done with get_vars() 172629 1726888937.52227: 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 23:22:17 -0400 (0:00:00.919) 0:00:37.803 ****** 172629 1726888937.52312: entering _queue_task() for managed_node1/fedora.linux_system_roles.find_unused_disk 172629 1726888937.52861: worker is 1 (out of 1 available) 172629 1726888937.52873: exiting _queue_task() for managed_node1/fedora.linux_system_roles.find_unused_disk 172629 1726888937.52883: done queuing things up, now waiting for results queue to drain 172629 1726888937.52885: waiting for pending results... 172629 1726888937.53038: running TaskExecutor() for managed_node1/TASK: Find unused disks in the system 172629 1726888937.53182: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000065a 172629 1726888937.53477: variable 'ansible_search_path' from source: unknown 172629 1726888937.53482: calling self._execute() 172629 1726888937.53758: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888937.54064: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888937.54068: variable 'omit' from source: magic vars 172629 1726888937.54106: variable 'omit' from source: magic vars 172629 1726888937.54158: variable 'omit' from source: magic vars 172629 1726888937.54703: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888937.57243: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888937.57316: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888937.57365: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888937.57403: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888937.57434: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888937.57518: 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) 172629 1726888937.57561: 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) 172629 1726888937.57592: 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) 172629 1726888937.57635: 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) 172629 1726888937.57662: 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) 172629 1726888937.57762: variable 'min_size' from source: include params 172629 1726888937.57879: variable 'volume_size' from source: play vars 172629 1726888937.57883: variable 'volume_size' from source: play vars 172629 1726888937.57885: variable 'omit' from source: magic vars 172629 1726888937.57983: variable 'omit' from source: magic vars 172629 1726888937.58105: variable 'max_return' from source: include params 172629 1726888937.58115: variable 'omit' from source: magic vars 172629 1726888937.58238: variable 'omit' from source: magic vars 172629 1726888937.58425: variable 'omit' from source: magic vars 172629 1726888937.58429: variable 'omit' from source: magic vars 172629 1726888937.58431: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888937.58433: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888937.58445: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888937.58471: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888937.58484: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888937.58515: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888937.58523: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888937.58534: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888937.58638: Set connection var ansible_timeout to 10 172629 1726888937.58651: Set connection var ansible_shell_type to sh 172629 1726888937.58668: Set connection var ansible_pipelining to False 172629 1726888937.58678: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888937.58686: Set connection var ansible_shell_executable to /bin/sh 172629 1726888937.58692: Set connection var ansible_connection to ssh 172629 1726888937.58715: variable 'ansible_shell_executable' from source: unknown 172629 1726888937.58722: variable 'ansible_connection' from source: unknown 172629 1726888937.58728: variable 'ansible_module_compression' from source: unknown 172629 1726888937.58734: variable 'ansible_shell_type' from source: unknown 172629 1726888937.58741: variable 'ansible_shell_executable' from source: unknown 172629 1726888937.58862: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888937.58865: variable 'ansible_pipelining' from source: unknown 172629 1726888937.58867: variable 'ansible_timeout' from source: unknown 172629 1726888937.58869: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888937.58898: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888937.58912: variable 'omit' from source: magic vars 172629 1726888937.58921: starting attempt loop 172629 1726888937.58927: running the handler 172629 1726888937.58943: _low_level_execute_command(): starting 172629 1726888937.58959: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888937.59681: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888937.59740: 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 <<< 172629 1726888937.59806: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888937.59830: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888937.59851: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888937.59947: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888937.61646: stdout chunk (state=3): >>>/root <<< 172629 1726888937.61835: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888937.61838: stdout chunk (state=3): >>><<< 172629 1726888937.61841: stderr chunk (state=3): >>><<< 172629 1726888937.61863: _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 172629 1726888937.62052: _low_level_execute_command(): starting 172629 1726888937.62060: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888937.6188042-173935-20616845124142 `" && echo ansible-tmp-1726888937.6188042-173935-20616845124142="` echo /root/.ansible/tmp/ansible-tmp-1726888937.6188042-173935-20616845124142 `" ) && sleep 0' 172629 1726888937.62774: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888937.62789: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888937.62804: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888937.62823: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888937.62873: 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 <<< 172629 1726888937.62926: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888937.62942: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888937.63158: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888937.63211: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888937.65136: stdout chunk (state=3): >>>ansible-tmp-1726888937.6188042-173935-20616845124142=/root/.ansible/tmp/ansible-tmp-1726888937.6188042-173935-20616845124142 <<< 172629 1726888937.65294: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888937.65297: stdout chunk (state=3): >>><<< 172629 1726888937.65299: stderr chunk (state=3): >>><<< 172629 1726888937.65313: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888937.6188042-173935-20616845124142=/root/.ansible/tmp/ansible-tmp-1726888937.6188042-173935-20616845124142 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888937.65560: variable 'ansible_module_compression' from source: unknown 172629 1726888937.65564: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.find_unused_disk-ZIP_DEFLATED 172629 1726888937.65566: variable 'ansible_facts' from source: unknown 172629 1726888937.65750: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888937.6188042-173935-20616845124142/AnsiballZ_find_unused_disk.py 172629 1726888937.66085: Sending initial data 172629 1726888937.66088: Sent initial data (166 bytes) 172629 1726888937.67374: 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' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888937.67390: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888937.68087: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888937.69683: 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" <<< 172629 1726888937.69696: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888937.69977: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888937.6188042-173935-20616845124142/AnsiballZ_find_unused_disk.py" debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpk0bayc8w" to remote "/root/.ansible/tmp/ansible-tmp-1726888937.6188042-173935-20616845124142/AnsiballZ_find_unused_disk.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888937.6188042-173935-20616845124142/AnsiballZ_find_unused_disk.py" <<< 172629 1726888937.69982: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpk0bayc8w /root/.ansible/tmp/ansible-tmp-1726888937.6188042-173935-20616845124142/AnsiballZ_find_unused_disk.py <<< 172629 1726888937.71570: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888937.71734: stderr chunk (state=3): >>><<< 172629 1726888937.71737: stdout chunk (state=3): >>><<< 172629 1726888937.71739: done transferring module to remote 172629 1726888937.71741: _low_level_execute_command(): starting 172629 1726888937.71744: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888937.6188042-173935-20616845124142/ /root/.ansible/tmp/ansible-tmp-1726888937.6188042-173935-20616845124142/AnsiballZ_find_unused_disk.py && sleep 0' 172629 1726888937.73275: 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 <<< 172629 1726888937.73666: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888937.73815: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888937.73889: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888937.75733: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888937.75743: stdout chunk (state=3): >>><<< 172629 1726888937.75759: stderr chunk (state=3): >>><<< 172629 1726888937.75783: _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 172629 1726888937.75792: _low_level_execute_command(): starting 172629 1726888937.75802: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888937.6188042-173935-20616845124142/AnsiballZ_find_unused_disk.py && sleep 0' 172629 1726888937.76957: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888937.77164: 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 <<< 172629 1726888937.77288: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888937.77351: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888937.79510: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888937.79540: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888937.79575: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888937.79643: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888937.79657: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888937.79771: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888937.79821: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 172629 1726888937.79841: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888937.79878: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888937.79896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888937.79915: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded6184d0><<< 172629 1726888937.80073: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded5e7b30> # /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 0x7f4ded61aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 172629 1726888937.80153: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888937.80180: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888937.80211: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888937.80225: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888937.80252: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888937.80370: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded3c9130> <<< 172629 1726888937.80395: 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 <<< 172629 1726888937.80413: 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 0x7f4ded3ca120> <<< 172629 1726888937.80438: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888937.80470: 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. <<< 172629 1726888937.80694: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888937.80874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888937.80981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded407f50> # /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 0x7f4ded41c0e0> # /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' <<< 172629 1726888937.80984: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888937.81036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888937.81048: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888937.81082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726888937.81094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded43f980> <<< 172629 1726888937.81109: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888937.81122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded43ff50> <<< 172629 1726888937.81170: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888937.81192: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded41fc20> <<< 172629 1726888937.81203: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888937.81232: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded41d340> <<< 172629 1726888937.81770: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded405100> # /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 0x7f4ded463920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded462540> # /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 0x7f4ded41e330> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded460da0> # /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 0x7f4ded4908c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded404380> # /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 0x7f4ded490d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded490c20> # 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 0x7f4ded490fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded402ea0> <<< 172629 1726888937.81991: 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 0x7f4ded491670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded491370> 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 0x7f4ded492540> 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 0x7f4ded4ac740> import 'errno' # <<< 172629 1726888937.82036: 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 0x7f4ded4ade80> <<< 172629 1726888937.82092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888937.82096: 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 <<< 172629 1726888937.82121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded4aecf0> <<< 172629 1726888937.82163: 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 0x7f4ded4af320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded4ae270> <<< 172629 1726888937.82185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888937.82216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888937.82305: 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 0x7f4ded4afda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded4af4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded4924b0> <<< 172629 1726888937.82339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888937.82361: 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 <<< 172629 1726888937.82384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888937.82424: 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 0x7f4ded23bcb0> <<< 172629 1726888937.82441: 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' <<< 172629 1726888937.82496: 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 0x7f4ded264830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded264590> <<< 172629 1726888937.82541: 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 0x7f4ded264860> <<< 172629 1726888937.82609: 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' <<< 172629 1726888937.82622: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888937.82738: 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 0x7f4ded265190> <<< 172629 1726888937.82855: 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 0x7f4ded265b80> <<< 172629 1726888937.83009: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded264a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded239e50> <<< 172629 1726888937.83017: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888937.83035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded266f60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded265ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded492c60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888937.83101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888937.83117: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888937.83145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888937.83176: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded28f2c0> <<< 172629 1726888937.83239: 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' <<< 172629 1726888937.83359: 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 0x7f4ded2b3650> <<< 172629 1726888937.83363: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888937.83401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888937.83443: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888937.83543: 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 0x7f4ded314410> <<< 172629 1726888937.83551: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888937.83640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888937.83643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888937.83683: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded316b70> <<< 172629 1726888937.83760: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded314530> <<< 172629 1726888937.83837: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded2dd460> <<< 172629 1726888937.83846: 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 0x7f4ded115490> <<< 172629 1726888937.83849: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded2b2450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded267e90> <<< 172629 1726888937.83973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888937.83977: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4ded115730> <<< 172629 1726888937.84215: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.find_unused_disk_payload_iwoic6ak/ansible_fedora.linux_system_roles.find_unused_disk_payload.zip' # zipimport: zlib available <<< 172629 1726888937.84284: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.84392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888937.84509: 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 0x7f4ded1671a0> import '_typing' # <<< 172629 1726888937.84659: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded14a090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded149250> # zipimport: zlib available <<< 172629 1726888937.84685: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888937.84710: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.84742: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888937.84833: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.86145: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.87272: 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 0x7f4ded164ef0> <<< 172629 1726888937.87293: 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' <<< 172629 1726888937.87331: 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' <<< 172629 1726888937.87460: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ded196b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded196930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded196240> <<< 172629 1726888937.87480: 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' <<< 172629 1726888937.87518: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded196c30> <<< 172629 1726888937.87547: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded61a9c0> import 'atexit' # <<< 172629 1726888937.87574: 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 0x7f4ded197860> <<< 172629 1726888937.87669: 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 0x7f4ded197aa0> <<< 172629 1726888937.87684: 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' # <<< 172629 1726888937.87710: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded197fe0> <<< 172629 1726888937.87736: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888937.87770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888937.87806: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb15d60> <<< 172629 1726888937.87860: 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 0x7f4decb17980> <<< 172629 1726888937.87883: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888937.87968: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb18380> <<< 172629 1726888937.87992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb19520> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888937.88029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888937.88097: 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' <<< 172629 1726888937.88114: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb1bf80> <<< 172629 1726888937.88206: 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 0x7f4decb202f0> <<< 172629 1726888937.88243: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb1a240> # /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' <<< 172629 1726888937.88259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888937.88301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888937.88429: 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 0x7f4decb23ec0> <<< 172629 1726888937.88442: stdout chunk (state=3): >>>import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb22990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb226f0> # /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' <<< 172629 1726888937.88498: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb22c60> <<< 172629 1726888937.88532: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb1a750> <<< 172629 1726888937.88563: 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 0x7f4decb67f80> <<< 172629 1726888937.88588: 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 0x7f4decb682f0> <<< 172629 1726888937.88618: 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 <<< 172629 1726888937.88769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888937.88773: 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' <<< 172629 1726888937.88794: 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 0x7f4decb69d60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb69b20> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888937.88838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888937.88896: 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 0x7f4decb6c290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb6a450> <<< 172629 1726888937.88915: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888937.88966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888937.88997: 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' # <<< 172629 1726888937.89038: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb6fa70> <<< 172629 1726888937.89215: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb6c440> <<< 172629 1726888937.89243: 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 0x7f4decb70aa0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888937.89297: 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 0x7f4decb708c0> <<< 172629 1726888937.89346: 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 0x7f4decb70b60> <<< 172629 1726888937.89378: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb684a0> # /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' <<< 172629 1726888937.89452: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4decbfc350> <<< 172629 1726888937.89607: 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 0x7f4decbfd340> <<< 172629 1726888937.89616: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb72ae0> <<< 172629 1726888937.89821: 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 0x7f4decb73e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb726f0> # zipimport: zlib available <<< 172629 1726888937.89824: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888937.90067: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888937.90086: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888937.90156: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.90806: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.91223: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888937.91266: 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 <<< 172629 1726888937.91286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888937.91364: 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 0x7f4deca01580> <<< 172629 1726888937.91411: 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' <<< 172629 1726888937.91534: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4deca022d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded196ab0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888937.91691: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.91839: 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' <<< 172629 1726888937.91967: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4deca02390> # zipimport: zlib available <<< 172629 1726888937.92317: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.92759: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.92831: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.92909: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726888937.92953: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.92989: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888937.93001: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.93061: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.93154: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888937.93240: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888937.93274: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.93289: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888937.93295: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.93615: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.93742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888937.93850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726888937.93874: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4deca035c0> <<< 172629 1726888937.93892: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.93958: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.94033: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726888937.94170: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888937.94192: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888937.94208: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.94251: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.94302: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.94375: 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 <<< 172629 1726888937.94407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888937.94494: 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 0x7f4deca0e210> <<< 172629 1726888937.94531: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4deca08ec0> <<< 172629 1726888937.94622: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888937.94642: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888937.94698: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.94731: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.94771: 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' <<< 172629 1726888937.94792: 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 <<< 172629 1726888937.95059: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888937.95078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888937.95108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded1e6900> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded1d65d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4deca00e30> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decbfd790> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888937.95141: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.95171: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888937.95237: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888937.95283: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # <<< 172629 1726888937.95319: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 172629 1726888937.95388: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available <<< 172629 1726888937.95417: stdout chunk (state=3): >>># 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 <<< 172629 1726888937.95661: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.95702: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.95729: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available <<< 172629 1726888937.95765: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 172629 1726888937.95868: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.95963: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 172629 1726888937.96036: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888937.99464: stdout chunk (state=3): >>> {"changed": false, "disks": ["sdb"], "info": ["Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"swap\" 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\"", "Disk [/dev/sda] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': 'swap', 'ssize': '512'}] has fstype", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions"], "invocation": {"module_args": {"min_size": "5g", "max_return": 1, "max_size": "0", "match_sector_size": false, "with_interface": null}}} <<< 172629 1726888937.99592: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888937.99932: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888937.99971: 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 <<< 172629 1726888937.99992: stdout chunk (state=3): >>># cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator <<< 172629 1726888938.00071: stdout chunk (state=3): >>># cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # 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 <<< 172629 1726888938.00168: stdout chunk (state=3): >>># cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # 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 <<< 172629 1726888938.00389: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888938.00426: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 <<< 172629 1726888938.00563: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888938.00598: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 172629 1726888938.00624: stdout chunk (state=3): >>># destroy array <<< 172629 1726888938.00652: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888938.00714: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 172629 1726888938.00788: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 172629 1726888938.00919: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # 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 <<< 172629 1726888938.00936: 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 <<< 172629 1726888938.00983: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888938.01011: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888938.01314: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888938.01321: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888938.01323: 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 # destroy _operator # destroy _string # destroy re # destroy itertools <<< 172629 1726888938.01341: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888938.01670: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888938.01709: stderr chunk (state=3): >>><<< 172629 1726888938.01721: stdout chunk (state=3): >>><<< 172629 1726888938.01946: _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 0x7f4ded6184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded5e7b30> # /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 0x7f4ded61aa50> 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 0x7f4ded3c9130> # /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 0x7f4ded3ca120> 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 0x7f4ded407f50> # /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 0x7f4ded41c0e0> # /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 0x7f4ded43f980> # /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 0x7f4ded43ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded41fc20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded41d340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded405100> # /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 0x7f4ded463920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded462540> # /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 0x7f4ded41e330> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded460da0> # /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 0x7f4ded4908c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded404380> # /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 0x7f4ded490d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded490c20> # 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 0x7f4ded490fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded402ea0> # /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 0x7f4ded491670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded491370> 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 0x7f4ded492540> 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 0x7f4ded4ac740> 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 0x7f4ded4ade80> # /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 0x7f4ded4aecf0> # 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 0x7f4ded4af320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded4ae270> # /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 0x7f4ded4afda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded4af4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded4924b0> # /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 0x7f4ded23bcb0> # /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 0x7f4ded264830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded264590> # 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 0x7f4ded264860> # /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 0x7f4ded265190> # 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 0x7f4ded265b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded264a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded239e50> # /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 0x7f4ded266f60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded265ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded492c60> # /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 0x7f4ded28f2c0> # /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 0x7f4ded2b3650> # /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 0x7f4ded314410> # /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 0x7f4ded316b70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded314530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded2dd460> # /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 0x7f4ded115490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded2b2450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded267e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4ded115730> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.find_unused_disk_payload_iwoic6ak/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 0x7f4ded1671a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded14a090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded149250> # 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 0x7f4ded164ef0> # /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 0x7f4ded196b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded196930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded196240> # /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 0x7f4ded196c30> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded61a9c0> 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 0x7f4ded197860> # 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 0x7f4ded197aa0> # /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 0x7f4ded197fe0> 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 0x7f4decb15d60> # 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 0x7f4decb17980> # /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 0x7f4decb18380> # /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 0x7f4decb19520> # /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 0x7f4decb1bf80> # 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 0x7f4decb202f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb1a240> # /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 0x7f4decb23ec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb22990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb226f0> # /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 0x7f4decb22c60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb1a750> # 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 0x7f4decb67f80> # /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 0x7f4decb682f0> # /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 0x7f4decb69d60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb69b20> # /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 0x7f4decb6c290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb6a450> # /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 0x7f4decb6fa70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb6c440> # 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 0x7f4decb70aa0> # 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 0x7f4decb708c0> # 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 0x7f4decb70b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb684a0> # /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 0x7f4decbfc350> # 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 0x7f4decbfd340> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb72ae0> # 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 0x7f4decb73e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decb726f0> # 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 0x7f4deca01580> # /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 0x7f4deca022d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded196ab0> 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 0x7f4deca02390> # 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 0x7f4deca035c0> # 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 0x7f4deca0e210> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4deca08ec0> 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 0x7f4ded1e6900> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ded1d65d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4deca00e30> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4decbfd790> # 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": ["sdb"], "info": ["Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"swap\" 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\"", "Disk [/dev/sda] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': 'swap', 'ssize': '512'}] has fstype", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions"], "invocation": {"module_args": {"min_size": "5g", "max_return": 1, "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. 172629 1726888938.03086: done with _execute_module (fedora.linux_system_roles.find_unused_disk, {'min_size': '5g', 'max_return': '1', '_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-1726888937.6188042-173935-20616845124142/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888938.03089: _low_level_execute_command(): starting 172629 1726888938.03091: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888937.6188042-173935-20616845124142/ > /dev/null 2>&1 && sleep 0' 172629 1726888938.04070: 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 <<< 172629 1726888938.04191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888938.04194: 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 <<< 172629 1726888938.04197: 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 <<< 172629 1726888938.04199: stderr 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 <<< 172629 1726888938.04250: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888938.04370: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888938.04435: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888938.06293: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888938.06541: stderr chunk (state=3): >>><<< 172629 1726888938.06544: stdout chunk (state=3): >>><<< 172629 1726888938.06548: _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 172629 1726888938.06550: handler run complete 172629 1726888938.06553: attempt loop complete, returning result 172629 1726888938.06557: _execute() done 172629 1726888938.06560: dumping result to json 172629 1726888938.06562: done dumping result, returning 172629 1726888938.06564: done running TaskExecutor() for managed_node1/TASK: Find unused disks in the system [0affc8a3-6f6f-d0a8-add8-00000000065a] 172629 1726888938.06566: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000065a 172629 1726888938.06629: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000065a 172629 1726888938.06632: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "disks": [ "sdb" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"swap\" 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\"", "Disk [/dev/sda] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': 'swap', 'ssize': '512'}] has fstype", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } 172629 1726888938.06717: no more pending results, returning what we have 172629 1726888938.06721: results queue empty 172629 1726888938.06722: checking for any_errors_fatal 172629 1726888938.06730: done checking for any_errors_fatal 172629 1726888938.06731: checking for max_fail_percentage 172629 1726888938.06733: done checking for max_fail_percentage 172629 1726888938.06733: checking to see if all hosts have failed and the running result is not ok 172629 1726888938.06734: done checking to see if all hosts have failed 172629 1726888938.06735: getting the remaining hosts for this loop 172629 1726888938.06737: done getting the remaining hosts for this loop 172629 1726888938.06740: getting the next task for host managed_node1 172629 1726888938.06746: done getting next task for host managed_node1 172629 1726888938.06749: ^ task is: TASK: Debug why there are no unused disks 172629 1726888938.06751: ^ state is: HOST STATE: block=2, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888938.06756: getting variables 172629 1726888938.06762: in VariableManager get_vars() 172629 1726888938.06795: Calling all_inventory to load vars for managed_node1 172629 1726888938.06798: Calling groups_inventory to load vars for managed_node1 172629 1726888938.06801: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888938.06812: Calling all_plugins_play to load vars for managed_node1 172629 1726888938.06815: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888938.06818: Calling groups_plugins_play to load vars for managed_node1 172629 1726888938.08940: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888938.09518: done with get_vars() 172629 1726888938.09534: done getting variables 172629 1726888938.09589: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, 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 23:22:18 -0400 (0:00:00.573) 0:00:38.376 ****** 172629 1726888938.09620: entering _queue_task() for managed_node1/shell 172629 1726888938.09997: worker is 1 (out of 1 available) 172629 1726888938.10010: exiting _queue_task() for managed_node1/shell 172629 1726888938.10022: done queuing things up, now waiting for results queue to drain 172629 1726888938.10023: waiting for pending results... 172629 1726888938.10299: running TaskExecutor() for managed_node1/TASK: Debug why there are no unused disks 172629 1726888938.10463: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000065b 172629 1726888938.10467: variable 'ansible_search_path' from source: unknown 172629 1726888938.10503: calling self._execute() 172629 1726888938.10629: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.10716: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.10720: variable 'omit' from source: magic vars 172629 1726888938.11196: variable 'unused_disks_return' from source: set_fact 172629 1726888938.11471: Evaluated conditional ('Unable to find unused disk' in unused_disks_return.disks): False 172629 1726888938.11474: when evaluation is False, skipping this task 172629 1726888938.11477: _execute() done 172629 1726888938.11479: dumping result to json 172629 1726888938.11480: done dumping result, returning 172629 1726888938.11482: done running TaskExecutor() for managed_node1/TASK: Debug why there are no unused disks [0affc8a3-6f6f-d0a8-add8-00000000065b] 172629 1726888938.11484: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000065b 172629 1726888938.11544: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000065b 172629 1726888938.11547: 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" } 172629 1726888938.11621: no more pending results, returning what we have 172629 1726888938.11626: results queue empty 172629 1726888938.11627: checking for any_errors_fatal 172629 1726888938.11635: done checking for any_errors_fatal 172629 1726888938.11636: checking for max_fail_percentage 172629 1726888938.11637: done checking for max_fail_percentage 172629 1726888938.11638: checking to see if all hosts have failed and the running result is not ok 172629 1726888938.11639: done checking to see if all hosts have failed 172629 1726888938.11640: getting the remaining hosts for this loop 172629 1726888938.11642: done getting the remaining hosts for this loop 172629 1726888938.11645: getting the next task for host managed_node1 172629 1726888938.11652: done getting next task for host managed_node1 172629 1726888938.11654: ^ task is: TASK: Set unused_disks if necessary 172629 1726888938.11659: ^ state is: HOST STATE: block=2, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888938.11664: getting variables 172629 1726888938.11666: in VariableManager get_vars() 172629 1726888938.11700: Calling all_inventory to load vars for managed_node1 172629 1726888938.11703: Calling groups_inventory to load vars for managed_node1 172629 1726888938.11706: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888938.11719: Calling all_plugins_play to load vars for managed_node1 172629 1726888938.11722: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888938.11725: Calling groups_plugins_play to load vars for managed_node1 172629 1726888938.13052: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888938.14462: done with get_vars() 172629 1726888938.14476: done getting variables 172629 1726888938.14534: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:22:18 -0400 (0:00:00.049) 0:00:38.425 ****** 172629 1726888938.14565: entering _queue_task() for managed_node1/set_fact 172629 1726888938.15040: worker is 1 (out of 1 available) 172629 1726888938.15053: exiting _queue_task() for managed_node1/set_fact 172629 1726888938.15067: done queuing things up, now waiting for results queue to drain 172629 1726888938.15068: waiting for pending results... 172629 1726888938.15694: running TaskExecutor() for managed_node1/TASK: Set unused_disks if necessary 172629 1726888938.15823: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000065c 172629 1726888938.15876: variable 'ansible_search_path' from source: unknown 172629 1726888938.15935: calling self._execute() 172629 1726888938.16372: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.16375: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.16378: variable 'omit' from source: magic vars 172629 1726888938.17005: variable 'unused_disks_return' from source: set_fact 172629 1726888938.17035: Evaluated conditional ('Unable to find unused disk' not in unused_disks_return.disks): True 172629 1726888938.17086: variable 'omit' from source: magic vars 172629 1726888938.17186: variable 'omit' from source: magic vars 172629 1726888938.17360: variable 'unused_disks_return' from source: set_fact 172629 1726888938.17460: variable 'omit' from source: magic vars 172629 1726888938.17549: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888938.17658: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888938.17752: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888938.17780: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888938.17800: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888938.18054: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888938.18059: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.18061: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.18270: Set connection var ansible_timeout to 10 172629 1726888938.18274: Set connection var ansible_shell_type to sh 172629 1726888938.18276: Set connection var ansible_pipelining to False 172629 1726888938.18278: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888938.18280: Set connection var ansible_shell_executable to /bin/sh 172629 1726888938.18282: Set connection var ansible_connection to ssh 172629 1726888938.18284: variable 'ansible_shell_executable' from source: unknown 172629 1726888938.18286: variable 'ansible_connection' from source: unknown 172629 1726888938.18288: variable 'ansible_module_compression' from source: unknown 172629 1726888938.18291: variable 'ansible_shell_type' from source: unknown 172629 1726888938.18293: variable 'ansible_shell_executable' from source: unknown 172629 1726888938.18295: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.18297: variable 'ansible_pipelining' from source: unknown 172629 1726888938.18299: variable 'ansible_timeout' from source: unknown 172629 1726888938.18301: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.18703: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888938.18707: variable 'omit' from source: magic vars 172629 1726888938.18709: starting attempt loop 172629 1726888938.18711: running the handler 172629 1726888938.18713: handler run complete 172629 1726888938.18715: attempt loop complete, returning result 172629 1726888938.18717: _execute() done 172629 1726888938.18719: dumping result to json 172629 1726888938.18721: done dumping result, returning 172629 1726888938.18723: done running TaskExecutor() for managed_node1/TASK: Set unused_disks if necessary [0affc8a3-6f6f-d0a8-add8-00000000065c] 172629 1726888938.18725: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000065c 172629 1726888938.18791: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000065c 172629 1726888938.18794: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "unused_disks": [ "sdb" ] }, "changed": false } 172629 1726888938.18861: no more pending results, returning what we have 172629 1726888938.18865: results queue empty 172629 1726888938.18866: checking for any_errors_fatal 172629 1726888938.18874: done checking for any_errors_fatal 172629 1726888938.18875: checking for max_fail_percentage 172629 1726888938.18877: done checking for max_fail_percentage 172629 1726888938.18878: checking to see if all hosts have failed and the running result is not ok 172629 1726888938.18879: done checking to see if all hosts have failed 172629 1726888938.18879: getting the remaining hosts for this loop 172629 1726888938.18881: done getting the remaining hosts for this loop 172629 1726888938.18884: getting the next task for host managed_node1 172629 1726888938.18890: done getting next task for host managed_node1 172629 1726888938.18893: ^ task is: TASK: Exit playbook when there's not enough unused disks in the system 172629 1726888938.18896: ^ state is: HOST STATE: block=2, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888938.18899: getting variables 172629 1726888938.18901: in VariableManager get_vars() 172629 1726888938.18933: Calling all_inventory to load vars for managed_node1 172629 1726888938.18936: Calling groups_inventory to load vars for managed_node1 172629 1726888938.18939: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888938.18951: Calling all_plugins_play to load vars for managed_node1 172629 1726888938.18954: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888938.18960: Calling groups_plugins_play to load vars for managed_node1 172629 1726888938.20363: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888938.21395: done with get_vars() 172629 1726888938.21411: done getting variables 172629 1726888938.21476: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:22:18 -0400 (0:00:00.069) 0:00:38.495 ****** 172629 1726888938.21506: entering _queue_task() for managed_node1/fail 172629 1726888938.21827: worker is 1 (out of 1 available) 172629 1726888938.21841: exiting _queue_task() for managed_node1/fail 172629 1726888938.21852: done queuing things up, now waiting for results queue to drain 172629 1726888938.21854: waiting for pending results... 172629 1726888938.22136: running TaskExecutor() for managed_node1/TASK: Exit playbook when there's not enough unused disks in the system 172629 1726888938.22294: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000065d 172629 1726888938.22316: variable 'ansible_search_path' from source: unknown 172629 1726888938.22354: calling self._execute() 172629 1726888938.22479: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.22514: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.22614: variable 'omit' from source: magic vars 172629 1726888938.23052: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888938.25320: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888938.25411: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888938.25459: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888938.25498: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888938.25530: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888938.25630: 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) 172629 1726888938.25692: 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) 172629 1726888938.25721: 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) 172629 1726888938.25774: 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) 172629 1726888938.25793: 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) 172629 1726888938.25847: 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) 172629 1726888938.25960: 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) 172629 1726888938.25963: 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) 172629 1726888938.25965: 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) 172629 1726888938.26047: 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) 172629 1726888938.26384: variable 'unused_disks' from source: set_fact 172629 1726888938.26662: variable 'disks_needed' from source: include params 172629 1726888938.26664: Evaluated conditional (unused_disks | d([]) | length < disks_needed | d(1)): False 172629 1726888938.26666: when evaluation is False, skipping this task 172629 1726888938.26668: _execute() done 172629 1726888938.26670: dumping result to json 172629 1726888938.26672: done dumping result, returning 172629 1726888938.26674: done running TaskExecutor() for managed_node1/TASK: Exit playbook when there's not enough unused disks in the system [0affc8a3-6f6f-d0a8-add8-00000000065d] 172629 1726888938.26676: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000065d 172629 1726888938.26744: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000065d 172629 1726888938.26747: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } 172629 1726888938.26810: no more pending results, returning what we have 172629 1726888938.26814: results queue empty 172629 1726888938.26816: checking for any_errors_fatal 172629 1726888938.26822: done checking for any_errors_fatal 172629 1726888938.26823: checking for max_fail_percentage 172629 1726888938.26824: done checking for max_fail_percentage 172629 1726888938.26825: checking to see if all hosts have failed and the running result is not ok 172629 1726888938.26826: done checking to see if all hosts have failed 172629 1726888938.26827: getting the remaining hosts for this loop 172629 1726888938.26829: done getting the remaining hosts for this loop 172629 1726888938.26832: getting the next task for host managed_node1 172629 1726888938.26839: done getting next task for host managed_node1 172629 1726888938.26841: ^ task is: TASK: Print unused disks 172629 1726888938.26844: ^ state is: HOST STATE: block=2, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888938.26848: getting variables 172629 1726888938.26849: in VariableManager get_vars() 172629 1726888938.26884: Calling all_inventory to load vars for managed_node1 172629 1726888938.26887: Calling groups_inventory to load vars for managed_node1 172629 1726888938.26890: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888938.26901: Calling all_plugins_play to load vars for managed_node1 172629 1726888938.26904: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888938.26907: Calling groups_plugins_play to load vars for managed_node1 172629 1726888938.28124: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888938.29324: done with get_vars() 172629 1726888938.29343: done getting variables 172629 1726888938.29407: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:22:18 -0400 (0:00:00.079) 0:00:38.574 ****** 172629 1726888938.29439: entering _queue_task() for managed_node1/debug 172629 1726888938.30179: worker is 1 (out of 1 available) 172629 1726888938.30192: exiting _queue_task() for managed_node1/debug 172629 1726888938.30206: done queuing things up, now waiting for results queue to drain 172629 1726888938.30207: waiting for pending results... 172629 1726888938.31075: running TaskExecutor() for managed_node1/TASK: Print unused disks 172629 1726888938.31080: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000065e 172629 1726888938.31083: variable 'ansible_search_path' from source: unknown 172629 1726888938.31126: calling self._execute() 172629 1726888938.31269: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.31471: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.31487: variable 'omit' from source: magic vars 172629 1726888938.31715: variable 'omit' from source: magic vars 172629 1726888938.31765: variable 'omit' from source: magic vars 172629 1726888938.31808: variable 'omit' from source: magic vars 172629 1726888938.31939: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888938.31982: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888938.32136: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888938.32161: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888938.32177: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888938.32210: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888938.32223: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.32230: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.32433: Set connection var ansible_timeout to 10 172629 1726888938.32659: Set connection var ansible_shell_type to sh 172629 1726888938.32662: Set connection var ansible_pipelining to False 172629 1726888938.32664: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888938.32666: Set connection var ansible_shell_executable to /bin/sh 172629 1726888938.32668: Set connection var ansible_connection to ssh 172629 1726888938.32670: variable 'ansible_shell_executable' from source: unknown 172629 1726888938.32672: variable 'ansible_connection' from source: unknown 172629 1726888938.32674: variable 'ansible_module_compression' from source: unknown 172629 1726888938.32676: variable 'ansible_shell_type' from source: unknown 172629 1726888938.32677: variable 'ansible_shell_executable' from source: unknown 172629 1726888938.32680: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.32681: variable 'ansible_pipelining' from source: unknown 172629 1726888938.32683: variable 'ansible_timeout' from source: unknown 172629 1726888938.32685: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.33088: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888938.33091: variable 'omit' from source: magic vars 172629 1726888938.33094: starting attempt loop 172629 1726888938.33096: running the handler 172629 1726888938.33099: variable 'unused_disks' from source: set_fact 172629 1726888938.33466: variable 'unused_disks' from source: set_fact 172629 1726888938.33738: handler run complete 172629 1726888938.33741: attempt loop complete, returning result 172629 1726888938.33743: _execute() done 172629 1726888938.33746: dumping result to json 172629 1726888938.33748: done dumping result, returning 172629 1726888938.33751: done running TaskExecutor() for managed_node1/TASK: Print unused disks [0affc8a3-6f6f-d0a8-add8-00000000065e] 172629 1726888938.33753: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000065e 172629 1726888938.33820: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000065e 172629 1726888938.33823: WORKER PROCESS EXITING ok: [managed_node1] => { "unused_disks": [ "sdb" ] } 172629 1726888938.33893: no more pending results, returning what we have 172629 1726888938.33896: results queue empty 172629 1726888938.33897: checking for any_errors_fatal 172629 1726888938.33903: done checking for any_errors_fatal 172629 1726888938.33904: checking for max_fail_percentage 172629 1726888938.33906: done checking for max_fail_percentage 172629 1726888938.33907: checking to see if all hosts have failed and the running result is not ok 172629 1726888938.33908: done checking to see if all hosts have failed 172629 1726888938.33909: getting the remaining hosts for this loop 172629 1726888938.33911: done getting the remaining hosts for this loop 172629 1726888938.33914: getting the next task for host managed_node1 172629 1726888938.33922: done getting next task for host managed_node1 172629 1726888938.33926: ^ task is: TASK: Save non-swap disk 172629 1726888938.33928: ^ state is: HOST STATE: block=2, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888938.33932: getting variables 172629 1726888938.33934: in VariableManager get_vars() 172629 1726888938.33969: Calling all_inventory to load vars for managed_node1 172629 1726888938.33972: Calling groups_inventory to load vars for managed_node1 172629 1726888938.33975: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888938.33987: Calling all_plugins_play to load vars for managed_node1 172629 1726888938.33990: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888938.33993: Calling groups_plugins_play to load vars for managed_node1 172629 1726888938.35311: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888938.36495: done with get_vars() 172629 1726888938.36509: done getting variables 172629 1726888938.36564: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Save non-swap disk] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:56 Friday 20 September 2024 23:22:18 -0400 (0:00:00.071) 0:00:38.645 ****** 172629 1726888938.36595: entering _queue_task() for managed_node1/set_fact 172629 1726888938.37306: worker is 1 (out of 1 available) 172629 1726888938.37321: exiting _queue_task() for managed_node1/set_fact 172629 1726888938.37334: done queuing things up, now waiting for results queue to drain 172629 1726888938.37336: waiting for pending results... 172629 1726888938.37775: running TaskExecutor() for managed_node1/TASK: Save non-swap disk 172629 1726888938.37780: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000000d 172629 1726888938.37783: variable 'ansible_search_path' from source: unknown 172629 1726888938.37786: calling self._execute() 172629 1726888938.38045: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.38051: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.38066: variable 'omit' from source: magic vars 172629 1726888938.38375: variable 'omit' from source: magic vars 172629 1726888938.38405: variable 'omit' from source: magic vars 172629 1726888938.38832: variable 'unused_disks' from source: set_fact 172629 1726888938.38869: variable 'omit' from source: magic vars 172629 1726888938.38909: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888938.38943: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888938.39171: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888938.39187: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888938.39198: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888938.39228: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888938.39231: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.39234: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.39338: Set connection var ansible_timeout to 10 172629 1726888938.39341: Set connection var ansible_shell_type to sh 172629 1726888938.39350: Set connection var ansible_pipelining to False 172629 1726888938.39562: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888938.39570: Set connection var ansible_shell_executable to /bin/sh 172629 1726888938.39573: Set connection var ansible_connection to ssh 172629 1726888938.39594: variable 'ansible_shell_executable' from source: unknown 172629 1726888938.39597: variable 'ansible_connection' from source: unknown 172629 1726888938.39605: variable 'ansible_module_compression' from source: unknown 172629 1726888938.39607: variable 'ansible_shell_type' from source: unknown 172629 1726888938.39610: variable 'ansible_shell_executable' from source: unknown 172629 1726888938.39612: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.39614: variable 'ansible_pipelining' from source: unknown 172629 1726888938.39616: variable 'ansible_timeout' from source: unknown 172629 1726888938.39618: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.39757: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888938.39973: variable 'omit' from source: magic vars 172629 1726888938.39976: starting attempt loop 172629 1726888938.39979: running the handler 172629 1726888938.40041: handler run complete 172629 1726888938.40045: attempt loop complete, returning result 172629 1726888938.40047: _execute() done 172629 1726888938.40050: dumping result to json 172629 1726888938.40052: done dumping result, returning 172629 1726888938.40054: done running TaskExecutor() for managed_node1/TASK: Save non-swap disk [0affc8a3-6f6f-d0a8-add8-00000000000d] 172629 1726888938.40058: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000000d 172629 1726888938.40113: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000000d 172629 1726888938.40116: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__non_swap_disk": "sdb" }, "changed": false } 172629 1726888938.40198: no more pending results, returning what we have 172629 1726888938.40201: results queue empty 172629 1726888938.40202: checking for any_errors_fatal 172629 1726888938.40211: done checking for any_errors_fatal 172629 1726888938.40212: checking for max_fail_percentage 172629 1726888938.40213: done checking for max_fail_percentage 172629 1726888938.40214: checking to see if all hosts have failed and the running result is not ok 172629 1726888938.40215: done checking to see if all hosts have failed 172629 1726888938.40216: getting the remaining hosts for this loop 172629 1726888938.40218: done getting the remaining hosts for this loop 172629 1726888938.40221: getting the next task for host managed_node1 172629 1726888938.40227: done getting next task for host managed_node1 172629 1726888938.40230: ^ task is: TASK: Format second disk as ext3 172629 1726888938.40231: ^ state is: HOST STATE: block=2, task=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888938.40235: getting variables 172629 1726888938.40236: in VariableManager get_vars() 172629 1726888938.40271: Calling all_inventory to load vars for managed_node1 172629 1726888938.40274: Calling groups_inventory to load vars for managed_node1 172629 1726888938.40277: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888938.40288: Calling all_plugins_play to load vars for managed_node1 172629 1726888938.40292: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888938.40295: Calling groups_plugins_play to load vars for managed_node1 172629 1726888938.41405: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888938.42596: done with get_vars() 172629 1726888938.42609: done getting variables TASK [Format second disk as ext3] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:60 Friday 20 September 2024 23:22:18 -0400 (0:00:00.060) 0:00:38.706 ****** 172629 1726888938.42693: entering _queue_task() for managed_node1/include_role 172629 1726888938.43293: worker is 1 (out of 1 available) 172629 1726888938.43306: exiting _queue_task() for managed_node1/include_role 172629 1726888938.43316: done queuing things up, now waiting for results queue to drain 172629 1726888938.43318: waiting for pending results... 172629 1726888938.43774: running TaskExecutor() for managed_node1/TASK: Format second disk as ext3 172629 1726888938.43779: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000000e 172629 1726888938.43782: variable 'ansible_search_path' from source: unknown 172629 1726888938.43970: calling self._execute() 172629 1726888938.44074: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.44079: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.44093: variable 'omit' from source: magic vars 172629 1726888938.44400: _execute() done 172629 1726888938.44405: dumping result to json 172629 1726888938.44412: done dumping result, returning 172629 1726888938.44414: done running TaskExecutor() for managed_node1/TASK: Format second disk as ext3 [0affc8a3-6f6f-d0a8-add8-00000000000e] 172629 1726888938.44417: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000000e 172629 1726888938.44529: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000000e 172629 1726888938.44532: WORKER PROCESS EXITING 172629 1726888938.44560: no more pending results, returning what we have 172629 1726888938.44566: in VariableManager get_vars() 172629 1726888938.44604: Calling all_inventory to load vars for managed_node1 172629 1726888938.44607: Calling groups_inventory to load vars for managed_node1 172629 1726888938.44611: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888938.44624: Calling all_plugins_play to load vars for managed_node1 172629 1726888938.44627: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888938.44631: Calling groups_plugins_play to load vars for managed_node1 172629 1726888938.46191: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888938.47373: done with get_vars() 172629 1726888938.47384: variable 'ansible_search_path' from source: unknown 172629 1726888938.50266: variable 'omit' from source: magic vars 172629 1726888938.50292: variable 'omit' from source: magic vars 172629 1726888938.50313: variable 'omit' from source: magic vars 172629 1726888938.50317: we have included files to process 172629 1726888938.50318: generating all_blocks data 172629 1726888938.50319: done generating all_blocks data 172629 1726888938.50323: processing included file: fedora.linux_system_roles.storage 172629 1726888938.50343: in VariableManager get_vars() 172629 1726888938.50444: done with get_vars() 172629 1726888938.50475: in VariableManager get_vars() 172629 1726888938.50490: done with get_vars() 172629 1726888938.50529: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 172629 1726888938.50559: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 172629 1726888938.50673: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 172629 1726888938.50763: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 172629 1726888938.50868: in VariableManager get_vars() 172629 1726888938.50896: done with get_vars() 172629 1726888938.51114: in VariableManager get_vars() 172629 1726888938.51152: done with get_vars() 172629 1726888938.51270: iterating over new_blocks loaded from include file 172629 1726888938.51276: in VariableManager get_vars() 172629 1726888938.51302: done with get_vars() 172629 1726888938.51304: filtering new block on tags 172629 1726888938.51324: done filtering new block on tags 172629 1726888938.51327: in VariableManager get_vars() 172629 1726888938.51339: done with get_vars() 172629 1726888938.51340: filtering new block on tags 172629 1726888938.51358: done filtering new block on tags 172629 1726888938.51361: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node1 172629 1726888938.51366: extending task lists for all hosts with included blocks 172629 1726888938.53029: done extending task lists 172629 1726888938.53030: done processing included files 172629 1726888938.53031: results queue empty 172629 1726888938.53032: checking for any_errors_fatal 172629 1726888938.53035: done checking for any_errors_fatal 172629 1726888938.53036: checking for max_fail_percentage 172629 1726888938.53037: done checking for max_fail_percentage 172629 1726888938.53038: checking to see if all hosts have failed and the running result is not ok 172629 1726888938.53038: done checking to see if all hosts have failed 172629 1726888938.53039: getting the remaining hosts for this loop 172629 1726888938.53040: done getting the remaining hosts for this loop 172629 1726888938.53043: getting the next task for host managed_node1 172629 1726888938.53046: done getting next task for host managed_node1 172629 1726888938.53049: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888938.53051: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888938.53063: getting variables 172629 1726888938.53064: in VariableManager get_vars() 172629 1726888938.53077: Calling all_inventory to load vars for managed_node1 172629 1726888938.53079: Calling groups_inventory to load vars for managed_node1 172629 1726888938.53081: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888938.53087: Calling all_plugins_play to load vars for managed_node1 172629 1726888938.53089: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888938.53092: Calling groups_plugins_play to load vars for managed_node1 172629 1726888938.53567: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888938.54137: done with get_vars() 172629 1726888938.54152: 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 23:22:18 -0400 (0:00:00.115) 0:00:38.822 ****** 172629 1726888938.54231: entering _queue_task() for managed_node1/include_tasks 172629 1726888938.54583: worker is 1 (out of 1 available) 172629 1726888938.54598: exiting _queue_task() for managed_node1/include_tasks 172629 1726888938.54611: done queuing things up, now waiting for results queue to drain 172629 1726888938.54612: waiting for pending results... 172629 1726888938.55079: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888938.55085: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000007d0 172629 1726888938.55088: variable 'ansible_search_path' from source: unknown 172629 1726888938.55091: variable 'ansible_search_path' from source: unknown 172629 1726888938.55123: calling self._execute() 172629 1726888938.55260: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.55264: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.55267: variable 'omit' from source: magic vars 172629 1726888938.55398: _execute() done 172629 1726888938.55413: dumping result to json 172629 1726888938.55447: done dumping result, returning 172629 1726888938.55450: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-d0a8-add8-0000000007d0] 172629 1726888938.55453: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000007d0 172629 1726888938.55716: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000007d0 172629 1726888938.55719: WORKER PROCESS EXITING 172629 1726888938.55767: no more pending results, returning what we have 172629 1726888938.55774: in VariableManager get_vars() 172629 1726888938.55931: Calling all_inventory to load vars for managed_node1 172629 1726888938.55934: Calling groups_inventory to load vars for managed_node1 172629 1726888938.55937: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888938.55947: Calling all_plugins_play to load vars for managed_node1 172629 1726888938.55950: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888938.55954: Calling groups_plugins_play to load vars for managed_node1 172629 1726888938.56644: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888938.57956: done with get_vars() 172629 1726888938.57972: variable 'ansible_search_path' from source: unknown 172629 1726888938.57973: variable 'ansible_search_path' from source: unknown 172629 1726888938.58012: we have included files to process 172629 1726888938.58013: generating all_blocks data 172629 1726888938.58015: done generating all_blocks data 172629 1726888938.58093: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726888938.58095: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726888938.58098: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726888938.58676: done processing included file 172629 1726888938.58678: iterating over new_blocks loaded from include file 172629 1726888938.58680: in VariableManager get_vars() 172629 1726888938.58699: done with get_vars() 172629 1726888938.58701: filtering new block on tags 172629 1726888938.58725: done filtering new block on tags 172629 1726888938.58728: in VariableManager get_vars() 172629 1726888938.58747: done with get_vars() 172629 1726888938.58750: filtering new block on tags 172629 1726888938.58771: done filtering new block on tags 172629 1726888938.58773: 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 172629 1726888938.58779: extending task lists for all hosts with included blocks 172629 1726888938.58969: done extending task lists 172629 1726888938.58971: done processing included files 172629 1726888938.58972: results queue empty 172629 1726888938.58973: checking for any_errors_fatal 172629 1726888938.58976: done checking for any_errors_fatal 172629 1726888938.58977: checking for max_fail_percentage 172629 1726888938.58978: done checking for max_fail_percentage 172629 1726888938.58979: checking to see if all hosts have failed and the running result is not ok 172629 1726888938.58980: done checking to see if all hosts have failed 172629 1726888938.58980: getting the remaining hosts for this loop 172629 1726888938.58982: done getting the remaining hosts for this loop 172629 1726888938.58984: getting the next task for host managed_node1 172629 1726888938.58988: done getting next task for host managed_node1 172629 1726888938.58990: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 172629 1726888938.58993: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888938.59002: getting variables 172629 1726888938.59003: in VariableManager get_vars() 172629 1726888938.59016: Calling all_inventory to load vars for managed_node1 172629 1726888938.59018: Calling groups_inventory to load vars for managed_node1 172629 1726888938.59020: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888938.59025: Calling all_plugins_play to load vars for managed_node1 172629 1726888938.59027: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888938.59030: Calling groups_plugins_play to load vars for managed_node1 172629 1726888938.59494: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888938.60044: done with get_vars() 172629 1726888938.60060: 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 23:22:18 -0400 (0:00:00.058) 0:00:38.881 ****** 172629 1726888938.60218: entering _queue_task() for managed_node1/setup 172629 1726888938.60811: worker is 1 (out of 1 available) 172629 1726888938.60826: exiting _queue_task() for managed_node1/setup 172629 1726888938.60839: done queuing things up, now waiting for results queue to drain 172629 1726888938.60841: waiting for pending results... 172629 1726888938.61385: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 172629 1726888938.61479: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000089c 172629 1726888938.61504: variable 'ansible_search_path' from source: unknown 172629 1726888938.61512: variable 'ansible_search_path' from source: unknown 172629 1726888938.61550: calling self._execute() 172629 1726888938.61671: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.61687: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.61701: variable 'omit' from source: magic vars 172629 1726888938.62192: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888938.65882: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888938.65952: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888938.66004: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888938.66045: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888938.66085: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888938.66190: 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) 172629 1726888938.66210: 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) 172629 1726888938.66298: 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) 172629 1726888938.66302: 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) 172629 1726888938.66313: 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) 172629 1726888938.66375: 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) 172629 1726888938.66408: 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) 172629 1726888938.66439: 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) 172629 1726888938.66487: 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) 172629 1726888938.66511: 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) 172629 1726888938.66695: variable '__storage_required_facts' from source: role '' all vars 172629 1726888938.66710: variable 'ansible_facts' from source: unknown 172629 1726888938.66957: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 172629 1726888938.67062: when evaluation is False, skipping this task 172629 1726888938.67065: _execute() done 172629 1726888938.67067: dumping result to json 172629 1726888938.67069: done dumping result, returning 172629 1726888938.67071: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-d0a8-add8-00000000089c] 172629 1726888938.67073: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000089c 172629 1726888938.67140: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000089c 172629 1726888938.67143: 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" } 172629 1726888938.67218: no more pending results, returning what we have 172629 1726888938.67225: results queue empty 172629 1726888938.67226: checking for any_errors_fatal 172629 1726888938.67228: done checking for any_errors_fatal 172629 1726888938.67229: checking for max_fail_percentage 172629 1726888938.67230: done checking for max_fail_percentage 172629 1726888938.67231: checking to see if all hosts have failed and the running result is not ok 172629 1726888938.67232: done checking to see if all hosts have failed 172629 1726888938.67233: getting the remaining hosts for this loop 172629 1726888938.67235: done getting the remaining hosts for this loop 172629 1726888938.67239: getting the next task for host managed_node1 172629 1726888938.67246: done getting next task for host managed_node1 172629 1726888938.67250: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888938.67258: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888938.67280: getting variables 172629 1726888938.67282: in VariableManager get_vars() 172629 1726888938.67321: Calling all_inventory to load vars for managed_node1 172629 1726888938.67325: Calling groups_inventory to load vars for managed_node1 172629 1726888938.67327: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888938.67338: Calling all_plugins_play to load vars for managed_node1 172629 1726888938.67341: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888938.67344: Calling groups_plugins_play to load vars for managed_node1 172629 1726888938.68182: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888938.69162: done with get_vars() 172629 1726888938.69176: done getting variables 172629 1726888938.69230: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:18 -0400 (0:00:00.093) 0:00:38.974 ****** 172629 1726888938.69489: entering _queue_task() for managed_node1/include_vars 172629 1726888938.69951: worker is 1 (out of 1 available) 172629 1726888938.69968: exiting _queue_task() for managed_node1/include_vars 172629 1726888938.69980: done queuing things up, now waiting for results queue to drain 172629 1726888938.69982: waiting for pending results... 172629 1726888938.70501: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888938.70752: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000089d 172629 1726888938.70757: variable 'ansible_search_path' from source: unknown 172629 1726888938.70760: variable 'ansible_search_path' from source: unknown 172629 1726888938.70943: variable 'ansible_facts' from source: unknown 172629 1726888938.71330: variable 'ansible_facts' from source: unknown 172629 1726888938.71653: variable 'ansible_facts' from source: unknown 172629 1726888938.71968: variable 'ansible_facts' from source: unknown 172629 1726888938.72232: variable 'omit' from source: magic vars 172629 1726888938.72452: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.72470: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.72491: variable 'omit' from source: magic vars 172629 1726888938.72754: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888938.73015: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888938.73070: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888938.73106: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888938.73148: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888938.73229: variable '__vars_file' from source: task vars 172629 1726888938.73317: variable 'role_path' from source: magic vars 172629 1726888938.73326: variable 'item' from source: unknown 172629 1726888938.73341: Evaluated conditional (__vars_file is file): False 172629 1726888938.73352: when evaluation is False, skipping this task 172629 1726888938.73459: variable 'item' from source: unknown 172629 1726888938.73560: 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" } 172629 1726888938.73875: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.73878: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.73880: variable 'omit' from source: magic vars 172629 1726888938.73999: variable '__vars_file' from source: task vars 172629 1726888938.74083: variable 'role_path' from source: magic vars 172629 1726888938.74187: variable 'item' from source: unknown 172629 1726888938.74190: Evaluated conditional (__vars_file is file): False 172629 1726888938.74193: when evaluation is False, skipping this task 172629 1726888938.74195: variable 'item' from source: unknown 172629 1726888938.74211: 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" } 172629 1726888938.74348: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.74408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.74411: variable 'omit' from source: magic vars 172629 1726888938.74533: variable '__vars_file' from source: task vars 172629 1726888938.74613: variable 'role_path' from source: magic vars 172629 1726888938.74627: variable 'item' from source: unknown 172629 1726888938.74643: Evaluated conditional (__vars_file is file): True 172629 1726888938.74653: variable 'omit' from source: magic vars 172629 1726888938.74713: variable 'omit' from source: magic vars 172629 1726888938.74775: variable '__vars_file' from source: task vars 172629 1726888938.74951: variable '__vars_file' from source: task vars 172629 1726888938.74954: variable 'role_path' from source: magic vars 172629 1726888938.74959: variable 'item' from source: unknown 172629 1726888938.74961: variable 'omit' from source: magic vars 172629 1726888938.74987: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888938.75019: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888938.75041: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888938.75069: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888938.75085: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888938.75117: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888938.75126: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.75133: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.75236: Set connection var ansible_timeout to 10 172629 1726888938.75247: Set connection var ansible_shell_type to sh 172629 1726888938.75261: Set connection var ansible_pipelining to False 172629 1726888938.75276: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888938.75287: Set connection var ansible_shell_executable to /bin/sh 172629 1726888938.75294: Set connection var ansible_connection to ssh 172629 1726888938.75315: variable 'ansible_shell_executable' from source: unknown 172629 1726888938.75323: variable 'ansible_connection' from source: unknown 172629 1726888938.75330: variable 'ansible_module_compression' from source: unknown 172629 1726888938.75337: variable 'ansible_shell_type' from source: unknown 172629 1726888938.75344: variable 'ansible_shell_executable' from source: unknown 172629 1726888938.75352: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.75362: variable 'ansible_pipelining' from source: unknown 172629 1726888938.75369: variable 'ansible_timeout' from source: unknown 172629 1726888938.75492: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.75496: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888938.75507: variable 'omit' from source: magic vars 172629 1726888938.75516: starting attempt loop 172629 1726888938.75523: running the handler 172629 1726888938.75623: handler run complete 172629 1726888938.75637: attempt loop complete, returning result 172629 1726888938.75657: variable 'item' from source: unknown 172629 1726888938.75724: 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" } 172629 1726888938.76073: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.76077: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.76079: variable 'omit' from source: magic vars 172629 1726888938.76081: variable '__vars_file' from source: task vars 172629 1726888938.76141: variable 'role_path' from source: magic vars 172629 1726888938.76151: variable 'item' from source: unknown 172629 1726888938.76203: Evaluated conditional (__vars_file is file): True 172629 1726888938.76262: variable 'omit' from source: magic vars 172629 1726888938.76281: variable 'omit' from source: magic vars 172629 1726888938.76353: variable '__vars_file' from source: task vars 172629 1726888938.76537: variable '__vars_file' from source: task vars 172629 1726888938.76661: variable 'role_path' from source: magic vars 172629 1726888938.76664: variable 'item' from source: unknown 172629 1726888938.76697: variable 'omit' from source: magic vars 172629 1726888938.76742: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888938.76757: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888938.76770: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888938.76784: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888938.76791: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.76798: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.76883: Set connection var ansible_timeout to 10 172629 1726888938.76895: Set connection var ansible_shell_type to sh 172629 1726888938.76908: Set connection var ansible_pipelining to False 172629 1726888938.76917: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888938.76925: Set connection var ansible_shell_executable to /bin/sh 172629 1726888938.76931: Set connection var ansible_connection to ssh 172629 1726888938.76954: variable 'ansible_shell_executable' from source: unknown 172629 1726888938.76967: variable 'ansible_connection' from source: unknown 172629 1726888938.76974: variable 'ansible_module_compression' from source: unknown 172629 1726888938.76980: variable 'ansible_shell_type' from source: unknown 172629 1726888938.76986: variable 'ansible_shell_executable' from source: unknown 172629 1726888938.76991: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.76998: variable 'ansible_pipelining' from source: unknown 172629 1726888938.77004: variable 'ansible_timeout' from source: unknown 172629 1726888938.77010: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.77139: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888938.77180: variable 'omit' from source: magic vars 172629 1726888938.77197: starting attempt loop 172629 1726888938.77246: running the handler 172629 1726888938.77290: handler run complete 172629 1726888938.77320: attempt loop complete, returning result 172629 1726888938.77420: variable 'item' from source: unknown 172629 1726888938.77465: 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" } 172629 1726888938.77761: dumping result to json 172629 1726888938.77764: done dumping result, returning 172629 1726888938.77768: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-d0a8-add8-00000000089d] 172629 1726888938.77772: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000089d 172629 1726888938.77823: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000089d 172629 1726888938.77829: WORKER PROCESS EXITING 172629 1726888938.77898: no more pending results, returning what we have 172629 1726888938.77902: results queue empty 172629 1726888938.77903: checking for any_errors_fatal 172629 1726888938.77911: done checking for any_errors_fatal 172629 1726888938.77912: checking for max_fail_percentage 172629 1726888938.77914: done checking for max_fail_percentage 172629 1726888938.77915: checking to see if all hosts have failed and the running result is not ok 172629 1726888938.77916: done checking to see if all hosts have failed 172629 1726888938.77917: getting the remaining hosts for this loop 172629 1726888938.77918: done getting the remaining hosts for this loop 172629 1726888938.77923: getting the next task for host managed_node1 172629 1726888938.77934: done getting next task for host managed_node1 172629 1726888938.77938: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 172629 1726888938.77942: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888938.77954: getting variables 172629 1726888938.77958: in VariableManager get_vars() 172629 1726888938.77995: Calling all_inventory to load vars for managed_node1 172629 1726888938.77998: Calling groups_inventory to load vars for managed_node1 172629 1726888938.78001: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888938.78013: Calling all_plugins_play to load vars for managed_node1 172629 1726888938.78016: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888938.78020: Calling groups_plugins_play to load vars for managed_node1 172629 1726888938.78913: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888938.79734: done with get_vars() 172629 1726888938.79752: 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 23:22:18 -0400 (0:00:00.103) 0:00:39.078 ****** 172629 1726888938.79854: entering _queue_task() for managed_node1/stat 172629 1726888938.80239: worker is 1 (out of 1 available) 172629 1726888938.80253: exiting _queue_task() for managed_node1/stat 172629 1726888938.80765: done queuing things up, now waiting for results queue to drain 172629 1726888938.80767: waiting for pending results... 172629 1726888938.81029: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree 172629 1726888938.81057: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000089f 172629 1726888938.81103: variable 'ansible_search_path' from source: unknown 172629 1726888938.81115: variable 'ansible_search_path' from source: unknown 172629 1726888938.81169: calling self._execute() 172629 1726888938.81294: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.81306: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.81341: variable 'omit' from source: magic vars 172629 1726888938.81863: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888938.82119: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888938.82170: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888938.82212: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888938.82281: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888938.82512: 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) 172629 1726888938.82515: 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) 172629 1726888938.82518: 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) 172629 1726888938.82520: 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) 172629 1726888938.82638: variable '__storage_is_ostree' from source: set_fact 172629 1726888938.82657: Evaluated conditional (not __storage_is_ostree is defined): False 172629 1726888938.82666: when evaluation is False, skipping this task 172629 1726888938.82676: _execute() done 172629 1726888938.82684: dumping result to json 172629 1726888938.82692: done dumping result, returning 172629 1726888938.82704: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-d0a8-add8-00000000089f] 172629 1726888938.82714: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000089f skipping: [managed_node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 172629 1726888938.82878: no more pending results, returning what we have 172629 1726888938.82882: results queue empty 172629 1726888938.82883: checking for any_errors_fatal 172629 1726888938.82898: done checking for any_errors_fatal 172629 1726888938.82899: checking for max_fail_percentage 172629 1726888938.82901: done checking for max_fail_percentage 172629 1726888938.82902: checking to see if all hosts have failed and the running result is not ok 172629 1726888938.82903: done checking to see if all hosts have failed 172629 1726888938.82903: getting the remaining hosts for this loop 172629 1726888938.82905: done getting the remaining hosts for this loop 172629 1726888938.82909: getting the next task for host managed_node1 172629 1726888938.82916: done getting next task for host managed_node1 172629 1726888938.82920: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 172629 1726888938.82924: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888938.82943: getting variables 172629 1726888938.82944: in VariableManager get_vars() 172629 1726888938.82982: Calling all_inventory to load vars for managed_node1 172629 1726888938.82985: Calling groups_inventory to load vars for managed_node1 172629 1726888938.82988: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888938.82999: Calling all_plugins_play to load vars for managed_node1 172629 1726888938.83002: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888938.83006: Calling groups_plugins_play to load vars for managed_node1 172629 1726888938.83962: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000089f 172629 1726888938.83966: WORKER PROCESS EXITING 172629 1726888938.84086: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888938.85224: done with get_vars() 172629 1726888938.85240: done getting variables 172629 1726888938.85488: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:18 -0400 (0:00:00.056) 0:00:39.135 ****** 172629 1726888938.85526: entering _queue_task() for managed_node1/set_fact 172629 1726888938.86574: worker is 1 (out of 1 available) 172629 1726888938.86586: exiting _queue_task() for managed_node1/set_fact 172629 1726888938.86598: done queuing things up, now waiting for results queue to drain 172629 1726888938.86599: waiting for pending results... 172629 1726888938.86934: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 172629 1726888938.87022: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008a0 172629 1726888938.87041: variable 'ansible_search_path' from source: unknown 172629 1726888938.87054: variable 'ansible_search_path' from source: unknown 172629 1726888938.87096: calling self._execute() 172629 1726888938.87215: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.87233: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.87251: variable 'omit' from source: magic vars 172629 1726888938.87646: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888938.87936: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888938.87985: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888938.88023: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888938.88070: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888938.88160: 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) 172629 1726888938.88191: 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) 172629 1726888938.88222: 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) 172629 1726888938.88260: 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) 172629 1726888938.88469: variable '__storage_is_ostree' from source: set_fact 172629 1726888938.88473: Evaluated conditional (not __storage_is_ostree is defined): False 172629 1726888938.88475: when evaluation is False, skipping this task 172629 1726888938.88478: _execute() done 172629 1726888938.88479: dumping result to json 172629 1726888938.88481: done dumping result, returning 172629 1726888938.88483: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-d0a8-add8-0000000008a0] 172629 1726888938.88485: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008a0 172629 1726888938.88537: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008a0 172629 1726888938.88540: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 172629 1726888938.88617: no more pending results, returning what we have 172629 1726888938.88622: results queue empty 172629 1726888938.88623: checking for any_errors_fatal 172629 1726888938.88632: done checking for any_errors_fatal 172629 1726888938.88633: checking for max_fail_percentage 172629 1726888938.88635: done checking for max_fail_percentage 172629 1726888938.88635: checking to see if all hosts have failed and the running result is not ok 172629 1726888938.88636: done checking to see if all hosts have failed 172629 1726888938.88637: getting the remaining hosts for this loop 172629 1726888938.88639: done getting the remaining hosts for this loop 172629 1726888938.88642: getting the next task for host managed_node1 172629 1726888938.88651: done getting next task for host managed_node1 172629 1726888938.88656: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 172629 1726888938.88659: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888938.88678: getting variables 172629 1726888938.88680: in VariableManager get_vars() 172629 1726888938.88715: Calling all_inventory to load vars for managed_node1 172629 1726888938.88717: Calling groups_inventory to load vars for managed_node1 172629 1726888938.88720: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888938.88730: Calling all_plugins_play to load vars for managed_node1 172629 1726888938.88733: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888938.88736: Calling groups_plugins_play to load vars for managed_node1 172629 1726888938.89449: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888938.90035: done with get_vars() 172629 1726888938.90048: done getting variables 172629 1726888938.90101: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:18 -0400 (0:00:00.046) 0:00:39.181 ****** 172629 1726888938.90130: entering _queue_task() for managed_node1/set_fact 172629 1726888938.90579: worker is 1 (out of 1 available) 172629 1726888938.90589: exiting _queue_task() for managed_node1/set_fact 172629 1726888938.90600: done queuing things up, now waiting for results queue to drain 172629 1726888938.90602: waiting for pending results... 172629 1726888938.90701: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 172629 1726888938.90937: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000007d1 172629 1726888938.90941: variable 'ansible_search_path' from source: unknown 172629 1726888938.90944: variable 'ansible_search_path' from source: unknown 172629 1726888938.90948: calling self._execute() 172629 1726888938.90993: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.91006: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.91019: variable 'omit' from source: magic vars 172629 1726888938.91133: variable 'omit' from source: magic vars 172629 1726888938.91192: variable 'omit' from source: magic vars 172629 1726888938.91231: variable 'omit' from source: magic vars 172629 1726888938.91278: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888938.91318: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888938.91348: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888938.91377: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888938.91395: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888938.91430: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888938.91439: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.91446: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.91553: Set connection var ansible_timeout to 10 172629 1726888938.91567: Set connection var ansible_shell_type to sh 172629 1726888938.91588: Set connection var ansible_pipelining to False 172629 1726888938.91601: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888938.91695: Set connection var ansible_shell_executable to /bin/sh 172629 1726888938.91700: Set connection var ansible_connection to ssh 172629 1726888938.91703: variable 'ansible_shell_executable' from source: unknown 172629 1726888938.91705: variable 'ansible_connection' from source: unknown 172629 1726888938.91707: variable 'ansible_module_compression' from source: unknown 172629 1726888938.91709: variable 'ansible_shell_type' from source: unknown 172629 1726888938.91711: variable 'ansible_shell_executable' from source: unknown 172629 1726888938.91713: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.91715: variable 'ansible_pipelining' from source: unknown 172629 1726888938.91717: variable 'ansible_timeout' from source: unknown 172629 1726888938.91719: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.91843: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888938.91862: variable 'omit' from source: magic vars 172629 1726888938.91872: starting attempt loop 172629 1726888938.91880: running the handler 172629 1726888938.91894: handler run complete 172629 1726888938.91913: attempt loop complete, returning result 172629 1726888938.91921: _execute() done 172629 1726888938.91931: dumping result to json 172629 1726888938.91938: done dumping result, returning 172629 1726888938.91951: 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-d0a8-add8-0000000007d1] 172629 1726888938.91962: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000007d1 172629 1726888938.92279: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000007d1 172629 1726888938.92282: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 172629 1726888938.92339: no more pending results, returning what we have 172629 1726888938.92342: results queue empty 172629 1726888938.92343: checking for any_errors_fatal 172629 1726888938.92350: done checking for any_errors_fatal 172629 1726888938.92351: checking for max_fail_percentage 172629 1726888938.92352: done checking for max_fail_percentage 172629 1726888938.92353: checking to see if all hosts have failed and the running result is not ok 172629 1726888938.92354: done checking to see if all hosts have failed 172629 1726888938.92354: getting the remaining hosts for this loop 172629 1726888938.92357: done getting the remaining hosts for this loop 172629 1726888938.92360: getting the next task for host managed_node1 172629 1726888938.92366: done getting next task for host managed_node1 172629 1726888938.92370: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 172629 1726888938.92373: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888938.92385: getting variables 172629 1726888938.92387: in VariableManager get_vars() 172629 1726888938.92417: Calling all_inventory to load vars for managed_node1 172629 1726888938.92419: Calling groups_inventory to load vars for managed_node1 172629 1726888938.92422: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888938.92429: Calling all_plugins_play to load vars for managed_node1 172629 1726888938.92432: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888938.92435: Calling groups_plugins_play to load vars for managed_node1 172629 1726888938.92940: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888938.93538: done with get_vars() 172629 1726888938.93551: done getting variables 172629 1726888938.93604: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:18 -0400 (0:00:00.034) 0:00:39.216 ****** 172629 1726888938.93631: entering _queue_task() for managed_node1/set_fact 172629 1726888938.94064: worker is 1 (out of 1 available) 172629 1726888938.94075: exiting _queue_task() for managed_node1/set_fact 172629 1726888938.94085: done queuing things up, now waiting for results queue to drain 172629 1726888938.94086: waiting for pending results... 172629 1726888938.94164: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 172629 1726888938.94269: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000007d2 172629 1726888938.94290: variable 'ansible_search_path' from source: unknown 172629 1726888938.94298: variable 'ansible_search_path' from source: unknown 172629 1726888938.94342: calling self._execute() 172629 1726888938.94451: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.94466: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.94482: variable 'omit' from source: magic vars 172629 1726888938.94587: variable 'omit' from source: magic vars 172629 1726888938.94636: variable 'omit' from source: magic vars 172629 1726888938.94672: variable 'omit' from source: magic vars 172629 1726888938.94712: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888938.94752: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888938.94779: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888938.94803: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888938.94852: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888938.94862: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888938.94872: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.94879: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.94996: Set connection var ansible_timeout to 10 172629 1726888938.95008: Set connection var ansible_shell_type to sh 172629 1726888938.95061: Set connection var ansible_pipelining to False 172629 1726888938.95066: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888938.95072: Set connection var ansible_shell_executable to /bin/sh 172629 1726888938.95074: Set connection var ansible_connection to ssh 172629 1726888938.95076: variable 'ansible_shell_executable' from source: unknown 172629 1726888938.95078: variable 'ansible_connection' from source: unknown 172629 1726888938.95085: variable 'ansible_module_compression' from source: unknown 172629 1726888938.95092: variable 'ansible_shell_type' from source: unknown 172629 1726888938.95099: variable 'ansible_shell_executable' from source: unknown 172629 1726888938.95105: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.95112: variable 'ansible_pipelining' from source: unknown 172629 1726888938.95119: variable 'ansible_timeout' from source: unknown 172629 1726888938.95182: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.95279: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888938.95302: variable 'omit' from source: magic vars 172629 1726888938.95312: starting attempt loop 172629 1726888938.95319: running the handler 172629 1726888938.95335: handler run complete 172629 1726888938.95352: attempt loop complete, returning result 172629 1726888938.95361: _execute() done 172629 1726888938.95368: dumping result to json 172629 1726888938.95375: done dumping result, returning 172629 1726888938.95387: 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-d0a8-add8-0000000007d2] 172629 1726888938.95402: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000007d2 172629 1726888938.95568: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000007d2 172629 1726888938.95571: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 172629 1726888938.95685: no more pending results, returning what we have 172629 1726888938.95689: results queue empty 172629 1726888938.95690: checking for any_errors_fatal 172629 1726888938.95697: done checking for any_errors_fatal 172629 1726888938.95698: checking for max_fail_percentage 172629 1726888938.95700: done checking for max_fail_percentage 172629 1726888938.95701: checking to see if all hosts have failed and the running result is not ok 172629 1726888938.95702: done checking to see if all hosts have failed 172629 1726888938.95702: getting the remaining hosts for this loop 172629 1726888938.95704: done getting the remaining hosts for this loop 172629 1726888938.95707: getting the next task for host managed_node1 172629 1726888938.95714: done getting next task for host managed_node1 172629 1726888938.95718: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 172629 1726888938.95722: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888938.95735: getting variables 172629 1726888938.95737: in VariableManager get_vars() 172629 1726888938.95775: Calling all_inventory to load vars for managed_node1 172629 1726888938.95779: Calling groups_inventory to load vars for managed_node1 172629 1726888938.95781: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888938.95792: Calling all_plugins_play to load vars for managed_node1 172629 1726888938.95796: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888938.95799: Calling groups_plugins_play to load vars for managed_node1 172629 1726888938.96397: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888938.96975: done with get_vars() 172629 1726888938.96988: 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 23:22:18 -0400 (0:00:00.034) 0:00:39.250 ****** 172629 1726888938.97075: entering _queue_task() for managed_node1/include_tasks 172629 1726888938.97314: worker is 1 (out of 1 available) 172629 1726888938.97326: exiting _queue_task() for managed_node1/include_tasks 172629 1726888938.97339: done queuing things up, now waiting for results queue to drain 172629 1726888938.97341: waiting for pending results... 172629 1726888938.97621: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 172629 1726888938.97778: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000007d3 172629 1726888938.97783: variable 'ansible_search_path' from source: unknown 172629 1726888938.97787: variable 'ansible_search_path' from source: unknown 172629 1726888938.97806: calling self._execute() 172629 1726888938.97913: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888938.97927: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888938.98160: variable 'omit' from source: magic vars 172629 1726888938.98242: variable 'storage_provider' from source: role '' defaults 172629 1726888938.98259: _execute() done 172629 1726888938.98268: dumping result to json 172629 1726888938.98279: done dumping result, returning 172629 1726888938.98291: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-d0a8-add8-0000000007d3] 172629 1726888938.98300: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000007d3 172629 1726888938.98517: no more pending results, returning what we have 172629 1726888938.98523: in VariableManager get_vars() 172629 1726888938.98567: Calling all_inventory to load vars for managed_node1 172629 1726888938.98570: Calling groups_inventory to load vars for managed_node1 172629 1726888938.98572: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888938.98585: Calling all_plugins_play to load vars for managed_node1 172629 1726888938.98587: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888938.98591: Calling groups_plugins_play to load vars for managed_node1 172629 1726888938.99168: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000007d3 172629 1726888938.99172: WORKER PROCESS EXITING 172629 1726888938.99243: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888939.00111: done with get_vars() 172629 1726888939.00122: variable 'ansible_search_path' from source: unknown 172629 1726888939.00123: variable 'ansible_search_path' from source: unknown 172629 1726888939.00157: we have included files to process 172629 1726888939.00158: generating all_blocks data 172629 1726888939.00160: done generating all_blocks data 172629 1726888939.00163: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726888939.00164: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726888939.00166: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726888939.00985: in VariableManager get_vars() 172629 1726888939.01010: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888939.02725: done processing included file 172629 1726888939.02727: iterating over new_blocks loaded from include file 172629 1726888939.02729: in VariableManager get_vars() 172629 1726888939.02747: done with get_vars() 172629 1726888939.02748: filtering new block on tags 172629 1726888939.02785: done filtering new block on tags 172629 1726888939.02788: in VariableManager get_vars() 172629 1726888939.02806: done with get_vars() 172629 1726888939.02808: filtering new block on tags 172629 1726888939.02838: done filtering new block on tags 172629 1726888939.02840: in VariableManager get_vars() 172629 1726888939.02859: done with get_vars() 172629 1726888939.02861: filtering new block on tags 172629 1726888939.02900: done filtering new block on tags 172629 1726888939.02902: 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 172629 1726888939.02907: extending task lists for all hosts with included blocks 172629 1726888939.03393: done extending task lists 172629 1726888939.03394: done processing included files 172629 1726888939.03395: results queue empty 172629 1726888939.03396: checking for any_errors_fatal 172629 1726888939.03399: done checking for any_errors_fatal 172629 1726888939.03399: checking for max_fail_percentage 172629 1726888939.03401: done checking for max_fail_percentage 172629 1726888939.03401: checking to see if all hosts have failed and the running result is not ok 172629 1726888939.03402: done checking to see if all hosts have failed 172629 1726888939.03403: getting the remaining hosts for this loop 172629 1726888939.03404: done getting the remaining hosts for this loop 172629 1726888939.03406: getting the next task for host managed_node1 172629 1726888939.03410: done getting next task for host managed_node1 172629 1726888939.03412: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 172629 1726888939.03415: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888939.03424: getting variables 172629 1726888939.03425: in VariableManager get_vars() 172629 1726888939.03436: Calling all_inventory to load vars for managed_node1 172629 1726888939.03438: Calling groups_inventory to load vars for managed_node1 172629 1726888939.03440: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888939.03445: Calling all_plugins_play to load vars for managed_node1 172629 1726888939.03447: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888939.03450: Calling groups_plugins_play to load vars for managed_node1 172629 1726888939.03850: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888939.04414: done with get_vars() 172629 1726888939.04426: done getting variables 172629 1726888939.04465: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:19 -0400 (0:00:00.074) 0:00:39.324 ****** 172629 1726888939.04494: entering _queue_task() for managed_node1/package 172629 1726888939.04890: worker is 1 (out of 1 available) 172629 1726888939.04901: exiting _queue_task() for managed_node1/package 172629 1726888939.04913: done queuing things up, now waiting for results queue to drain 172629 1726888939.04914: waiting for pending results... 172629 1726888939.05110: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 172629 1726888939.05462: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008d5 172629 1726888939.05466: variable 'ansible_search_path' from source: unknown 172629 1726888939.05469: variable 'ansible_search_path' from source: unknown 172629 1726888939.05472: calling self._execute() 172629 1726888939.05475: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888939.05478: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888939.05480: variable 'omit' from source: magic vars 172629 1726888939.05828: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888939.06106: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888939.06163: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888939.06199: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888939.06235: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888939.06321: 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) 172629 1726888939.06351: 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) 172629 1726888939.06387: 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) 172629 1726888939.06415: 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) 172629 1726888939.06680: variable 'storage_skip_checks' from source: set_fact 172629 1726888939.06683: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 172629 1726888939.06686: when evaluation is False, skipping this task 172629 1726888939.06688: _execute() done 172629 1726888939.06690: dumping result to json 172629 1726888939.06693: done dumping result, returning 172629 1726888939.06696: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-d0a8-add8-0000000008d5] 172629 1726888939.06698: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008d5 172629 1726888939.06762: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008d5 172629 1726888939.06765: WORKER PROCESS EXITING 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" } 172629 1726888939.06827: no more pending results, returning what we have 172629 1726888939.06831: results queue empty 172629 1726888939.06832: checking for any_errors_fatal 172629 1726888939.06833: done checking for any_errors_fatal 172629 1726888939.06834: checking for max_fail_percentage 172629 1726888939.06835: done checking for max_fail_percentage 172629 1726888939.06836: checking to see if all hosts have failed and the running result is not ok 172629 1726888939.06837: done checking to see if all hosts have failed 172629 1726888939.06838: getting the remaining hosts for this loop 172629 1726888939.06840: done getting the remaining hosts for this loop 172629 1726888939.06843: getting the next task for host managed_node1 172629 1726888939.06850: done getting next task for host managed_node1 172629 1726888939.06853: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 172629 1726888939.06859: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888939.06878: getting variables 172629 1726888939.06880: in VariableManager get_vars() 172629 1726888939.06918: Calling all_inventory to load vars for managed_node1 172629 1726888939.06921: Calling groups_inventory to load vars for managed_node1 172629 1726888939.06924: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888939.06936: Calling all_plugins_play to load vars for managed_node1 172629 1726888939.06940: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888939.06943: Calling groups_plugins_play to load vars for managed_node1 172629 1726888939.07677: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888939.08243: done with get_vars() 172629 1726888939.08257: done getting variables 172629 1726888939.08312: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:22:19 -0400 (0:00:00.038) 0:00:39.363 ****** 172629 1726888939.08345: entering _queue_task() for managed_node1/debug 172629 1726888939.08622: worker is 1 (out of 1 available) 172629 1726888939.08635: exiting _queue_task() for managed_node1/debug 172629 1726888939.08648: done queuing things up, now waiting for results queue to drain 172629 1726888939.08649: waiting for pending results... 172629 1726888939.08945: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools 172629 1726888939.09261: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008d6 172629 1726888939.09265: variable 'ansible_search_path' from source: unknown 172629 1726888939.09268: variable 'ansible_search_path' from source: unknown 172629 1726888939.09271: calling self._execute() 172629 1726888939.09274: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888939.09276: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888939.09279: variable 'omit' from source: magic vars 172629 1726888939.09392: variable 'omit' from source: magic vars 172629 1726888939.09462: variable 'omit' from source: magic vars 172629 1726888939.09504: variable 'omit' from source: magic vars 172629 1726888939.09552: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888939.09597: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888939.09629: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888939.09729: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888939.09732: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888939.09734: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888939.09736: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888939.09738: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888939.09822: Set connection var ansible_timeout to 10 172629 1726888939.09837: Set connection var ansible_shell_type to sh 172629 1726888939.09850: Set connection var ansible_pipelining to False 172629 1726888939.09862: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888939.09872: Set connection var ansible_shell_executable to /bin/sh 172629 1726888939.09879: Set connection var ansible_connection to ssh 172629 1726888939.09905: variable 'ansible_shell_executable' from source: unknown 172629 1726888939.09915: variable 'ansible_connection' from source: unknown 172629 1726888939.09922: variable 'ansible_module_compression' from source: unknown 172629 1726888939.09929: variable 'ansible_shell_type' from source: unknown 172629 1726888939.09936: variable 'ansible_shell_executable' from source: unknown 172629 1726888939.09947: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888939.09957: variable 'ansible_pipelining' from source: unknown 172629 1726888939.09964: variable 'ansible_timeout' from source: unknown 172629 1726888939.10053: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888939.10122: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888939.10140: variable 'omit' from source: magic vars 172629 1726888939.10151: starting attempt loop 172629 1726888939.10165: running the handler 172629 1726888939.10415: handler run complete 172629 1726888939.10451: attempt loop complete, returning result 172629 1726888939.10463: _execute() done 172629 1726888939.10471: dumping result to json 172629 1726888939.10477: done dumping result, returning 172629 1726888939.10492: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-d0a8-add8-0000000008d6] 172629 1726888939.10500: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008d6 ok: [managed_node1] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } 172629 1726888939.10648: no more pending results, returning what we have 172629 1726888939.10651: results queue empty 172629 1726888939.10652: checking for any_errors_fatal 172629 1726888939.10662: done checking for any_errors_fatal 172629 1726888939.10663: checking for max_fail_percentage 172629 1726888939.10665: done checking for max_fail_percentage 172629 1726888939.10666: checking to see if all hosts have failed and the running result is not ok 172629 1726888939.10667: done checking to see if all hosts have failed 172629 1726888939.10667: getting the remaining hosts for this loop 172629 1726888939.10669: done getting the remaining hosts for this loop 172629 1726888939.10672: getting the next task for host managed_node1 172629 1726888939.10678: done getting next task for host managed_node1 172629 1726888939.10682: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 172629 1726888939.10685: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888939.10696: getting variables 172629 1726888939.10697: in VariableManager get_vars() 172629 1726888939.10729: Calling all_inventory to load vars for managed_node1 172629 1726888939.10731: Calling groups_inventory to load vars for managed_node1 172629 1726888939.10733: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888939.10743: Calling all_plugins_play to load vars for managed_node1 172629 1726888939.10746: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888939.10748: Calling groups_plugins_play to load vars for managed_node1 172629 1726888939.11382: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008d6 172629 1726888939.11385: WORKER PROCESS EXITING 172629 1726888939.11564: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888939.12140: done with get_vars() 172629 1726888939.12157: done getting variables 172629 1726888939.12211: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:22:19 -0400 (0:00:00.038) 0:00:39.402 ****** 172629 1726888939.12243: entering _queue_task() for managed_node1/debug 172629 1726888939.12506: worker is 1 (out of 1 available) 172629 1726888939.12518: exiting _queue_task() for managed_node1/debug 172629 1726888939.12530: done queuing things up, now waiting for results queue to drain 172629 1726888939.12531: waiting for pending results... 172629 1726888939.12818: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes 172629 1726888939.12958: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008d7 172629 1726888939.12978: variable 'ansible_search_path' from source: unknown 172629 1726888939.12986: variable 'ansible_search_path' from source: unknown 172629 1726888939.13025: calling self._execute() 172629 1726888939.13140: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888939.13152: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888939.13168: variable 'omit' from source: magic vars 172629 1726888939.13310: variable 'omit' from source: magic vars 172629 1726888939.13336: variable 'omit' from source: magic vars 172629 1726888939.13374: variable 'omit' from source: magic vars 172629 1726888939.13424: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888939.13467: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888939.13491: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888939.13510: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888939.13528: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888939.13760: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888939.13763: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888939.13765: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888939.13768: Set connection var ansible_timeout to 10 172629 1726888939.13770: Set connection var ansible_shell_type to sh 172629 1726888939.13772: Set connection var ansible_pipelining to False 172629 1726888939.13774: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888939.13775: Set connection var ansible_shell_executable to /bin/sh 172629 1726888939.13777: Set connection var ansible_connection to ssh 172629 1726888939.13779: variable 'ansible_shell_executable' from source: unknown 172629 1726888939.13781: variable 'ansible_connection' from source: unknown 172629 1726888939.13783: variable 'ansible_module_compression' from source: unknown 172629 1726888939.13785: variable 'ansible_shell_type' from source: unknown 172629 1726888939.13787: variable 'ansible_shell_executable' from source: unknown 172629 1726888939.13788: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888939.13790: variable 'ansible_pipelining' from source: unknown 172629 1726888939.13792: variable 'ansible_timeout' from source: unknown 172629 1726888939.13794: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888939.13904: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888939.13926: variable 'omit' from source: magic vars 172629 1726888939.13935: starting attempt loop 172629 1726888939.13941: running the handler 172629 1726888939.13993: variable 'storage_volumes' from source: include params 172629 1726888939.14176: variable 'storage_volumes' from source: include params 172629 1726888939.14269: variable '__non_swap_disk' from source: set_fact 172629 1726888939.14360: handler run complete 172629 1726888939.14383: attempt loop complete, returning result 172629 1726888939.14390: _execute() done 172629 1726888939.14396: dumping result to json 172629 1726888939.14403: done dumping result, returning 172629 1726888939.14413: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-d0a8-add8-0000000008d7] 172629 1726888939.14422: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008d7 ok: [managed_node1] => { "storage_volumes": [ { "disks": [ "sdb" ], "fs_type": "ext3", "mount_point": "none", "name": "test2", "type": "disk" } ] } 172629 1726888939.14625: no more pending results, returning what we have 172629 1726888939.14629: results queue empty 172629 1726888939.14630: checking for any_errors_fatal 172629 1726888939.14637: done checking for any_errors_fatal 172629 1726888939.14638: checking for max_fail_percentage 172629 1726888939.14640: done checking for max_fail_percentage 172629 1726888939.14641: checking to see if all hosts have failed and the running result is not ok 172629 1726888939.14641: done checking to see if all hosts have failed 172629 1726888939.14642: getting the remaining hosts for this loop 172629 1726888939.14644: done getting the remaining hosts for this loop 172629 1726888939.14646: getting the next task for host managed_node1 172629 1726888939.14653: done getting next task for host managed_node1 172629 1726888939.14658: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 172629 1726888939.14663: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888939.14674: getting variables 172629 1726888939.14676: in VariableManager get_vars() 172629 1726888939.14710: Calling all_inventory to load vars for managed_node1 172629 1726888939.14713: Calling groups_inventory to load vars for managed_node1 172629 1726888939.14715: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888939.14725: Calling all_plugins_play to load vars for managed_node1 172629 1726888939.14728: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888939.14731: Calling groups_plugins_play to load vars for managed_node1 172629 1726888939.15369: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008d7 172629 1726888939.15373: WORKER PROCESS EXITING 172629 1726888939.15495: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888939.16109: done with get_vars() 172629 1726888939.16123: 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 23:22:19 -0400 (0:00:00.039) 0:00:39.441 ****** 172629 1726888939.16204: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888939.16667: worker is 1 (out of 1 available) 172629 1726888939.16679: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888939.16689: done queuing things up, now waiting for results queue to drain 172629 1726888939.16691: waiting for pending results... 172629 1726888939.16780: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages 172629 1726888939.16929: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008d8 172629 1726888939.16949: variable 'ansible_search_path' from source: unknown 172629 1726888939.16959: variable 'ansible_search_path' from source: unknown 172629 1726888939.16998: calling self._execute() 172629 1726888939.17108: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888939.17121: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888939.17142: variable 'omit' from source: magic vars 172629 1726888939.17534: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888939.17825: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888939.17880: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888939.17926: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888939.17968: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888939.18063: 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) 172629 1726888939.18096: 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) 172629 1726888939.18160: 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) 172629 1726888939.18163: 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) 172629 1726888939.18318: variable 'storage_skip_checks' from source: set_fact 172629 1726888939.18356: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726888939.18366: when evaluation is False, skipping this task 172629 1726888939.18374: _execute() done 172629 1726888939.18439: dumping result to json 172629 1726888939.18443: done dumping result, returning 172629 1726888939.18446: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-d0a8-add8-0000000008d8] 172629 1726888939.18448: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008d8 172629 1726888939.18526: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008d8 172629 1726888939.18530: 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" } 172629 1726888939.18599: no more pending results, returning what we have 172629 1726888939.18605: results queue empty 172629 1726888939.18606: checking for any_errors_fatal 172629 1726888939.18617: done checking for any_errors_fatal 172629 1726888939.18618: checking for max_fail_percentage 172629 1726888939.18620: done checking for max_fail_percentage 172629 1726888939.18620: checking to see if all hosts have failed and the running result is not ok 172629 1726888939.18621: done checking to see if all hosts have failed 172629 1726888939.18622: getting the remaining hosts for this loop 172629 1726888939.18624: done getting the remaining hosts for this loop 172629 1726888939.18628: getting the next task for host managed_node1 172629 1726888939.18638: done getting next task for host managed_node1 172629 1726888939.18642: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 172629 1726888939.18646: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888939.18668: getting variables 172629 1726888939.18670: in VariableManager get_vars() 172629 1726888939.18708: Calling all_inventory to load vars for managed_node1 172629 1726888939.18711: Calling groups_inventory to load vars for managed_node1 172629 1726888939.18714: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888939.18725: Calling all_plugins_play to load vars for managed_node1 172629 1726888939.18729: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888939.18732: Calling groups_plugins_play to load vars for managed_node1 172629 1726888939.19551: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888939.20362: done with get_vars() 172629 1726888939.20376: 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 23:22:19 -0400 (0:00:00.042) 0:00:39.484 ****** 172629 1726888939.20469: entering _queue_task() for managed_node1/include_tasks 172629 1726888939.20765: worker is 1 (out of 1 available) 172629 1726888939.20777: exiting _queue_task() for managed_node1/include_tasks 172629 1726888939.20789: done queuing things up, now waiting for results queue to drain 172629 1726888939.20791: waiting for pending results... 172629 1726888939.21174: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 172629 1726888939.21220: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008d9 172629 1726888939.21237: variable 'ansible_search_path' from source: unknown 172629 1726888939.21244: variable 'ansible_search_path' from source: unknown 172629 1726888939.21287: calling self._execute() 172629 1726888939.21392: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888939.21404: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888939.21418: variable 'omit' from source: magic vars 172629 1726888939.21812: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888939.22096: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888939.22150: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888939.22190: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888939.22228: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888939.22317: 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) 172629 1726888939.22346: 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) 172629 1726888939.22381: 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) 172629 1726888939.22411: 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) 172629 1726888939.22567: variable 'storage_skip_checks' from source: set_fact 172629 1726888939.22686: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726888939.22690: when evaluation is False, skipping this task 172629 1726888939.22692: _execute() done 172629 1726888939.22694: dumping result to json 172629 1726888939.22696: done dumping result, returning 172629 1726888939.22699: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-d0a8-add8-0000000008d9] 172629 1726888939.22701: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008d9 172629 1726888939.22771: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008d9 172629 1726888939.22774: 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" } 172629 1726888939.22834: no more pending results, returning what we have 172629 1726888939.22838: results queue empty 172629 1726888939.22840: checking for any_errors_fatal 172629 1726888939.22849: done checking for any_errors_fatal 172629 1726888939.22850: checking for max_fail_percentage 172629 1726888939.22852: done checking for max_fail_percentage 172629 1726888939.22853: checking to see if all hosts have failed and the running result is not ok 172629 1726888939.22854: done checking to see if all hosts have failed 172629 1726888939.22854: getting the remaining hosts for this loop 172629 1726888939.22858: done getting the remaining hosts for this loop 172629 1726888939.22862: getting the next task for host managed_node1 172629 1726888939.22869: done getting next task for host managed_node1 172629 1726888939.22873: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 172629 1726888939.22877: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888939.22896: getting variables 172629 1726888939.22897: in VariableManager get_vars() 172629 1726888939.22931: Calling all_inventory to load vars for managed_node1 172629 1726888939.22934: Calling groups_inventory to load vars for managed_node1 172629 1726888939.22936: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888939.22947: Calling all_plugins_play to load vars for managed_node1 172629 1726888939.22951: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888939.22954: Calling groups_plugins_play to load vars for managed_node1 172629 1726888939.23694: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888939.24232: done with get_vars() 172629 1726888939.24247: done getting variables 172629 1726888939.24307: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:19 -0400 (0:00:00.038) 0:00:39.523 ****** 172629 1726888939.24341: entering _queue_task() for managed_node1/package 172629 1726888939.24612: worker is 1 (out of 1 available) 172629 1726888939.24625: exiting _queue_task() for managed_node1/package 172629 1726888939.24639: done queuing things up, now waiting for results queue to drain 172629 1726888939.24641: waiting for pending results... 172629 1726888939.25073: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 172629 1726888939.25078: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008da 172629 1726888939.25093: variable 'ansible_search_path' from source: unknown 172629 1726888939.25101: variable 'ansible_search_path' from source: unknown 172629 1726888939.25140: calling self._execute() 172629 1726888939.25245: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888939.25261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888939.25277: variable 'omit' from source: magic vars 172629 1726888939.25692: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888939.25960: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888939.26006: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888939.26041: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888939.26081: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888939.26170: 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) 172629 1726888939.26260: 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) 172629 1726888939.26264: 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) 172629 1726888939.26267: 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) 172629 1726888939.26398: variable 'storage_skip_checks' from source: set_fact 172629 1726888939.26426: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726888939.26433: when evaluation is False, skipping this task 172629 1726888939.26440: _execute() done 172629 1726888939.26446: dumping result to json 172629 1726888939.26453: done dumping result, returning 172629 1726888939.26465: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-d0a8-add8-0000000008da] 172629 1726888939.26476: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008da 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" } 172629 1726888939.26799: no more pending results, returning what we have 172629 1726888939.26803: results queue empty 172629 1726888939.26804: checking for any_errors_fatal 172629 1726888939.26811: done checking for any_errors_fatal 172629 1726888939.26812: checking for max_fail_percentage 172629 1726888939.26814: done checking for max_fail_percentage 172629 1726888939.26815: checking to see if all hosts have failed and the running result is not ok 172629 1726888939.26816: done checking to see if all hosts have failed 172629 1726888939.26816: getting the remaining hosts for this loop 172629 1726888939.26818: done getting the remaining hosts for this loop 172629 1726888939.26821: getting the next task for host managed_node1 172629 1726888939.26828: done getting next task for host managed_node1 172629 1726888939.26832: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 172629 1726888939.26836: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888939.26851: getting variables 172629 1726888939.26853: in VariableManager get_vars() 172629 1726888939.26891: Calling all_inventory to load vars for managed_node1 172629 1726888939.26894: Calling groups_inventory to load vars for managed_node1 172629 1726888939.26896: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888939.26905: Calling all_plugins_play to load vars for managed_node1 172629 1726888939.26908: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888939.26911: Calling groups_plugins_play to load vars for managed_node1 172629 1726888939.27469: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008da 172629 1726888939.27473: WORKER PROCESS EXITING 172629 1726888939.27549: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888939.28156: done with get_vars() 172629 1726888939.28171: 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 23:22:19 -0400 (0:00:00.039) 0:00:39.562 ****** 172629 1726888939.28261: entering _queue_task() for managed_node1/service_facts 172629 1726888939.28522: worker is 1 (out of 1 available) 172629 1726888939.28534: exiting _queue_task() for managed_node1/service_facts 172629 1726888939.28548: done queuing things up, now waiting for results queue to drain 172629 1726888939.28549: waiting for pending results... 172629 1726888939.28828: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts 172629 1726888939.28977: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008db 172629 1726888939.28997: variable 'ansible_search_path' from source: unknown 172629 1726888939.29005: variable 'ansible_search_path' from source: unknown 172629 1726888939.29041: calling self._execute() 172629 1726888939.29148: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888939.29161: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888939.29176: variable 'omit' from source: magic vars 172629 1726888939.29568: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888939.29858: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888939.29907: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888939.29946: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888939.29988: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888939.30074: 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) 172629 1726888939.30100: 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) 172629 1726888939.30125: 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) 172629 1726888939.30150: 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) 172629 1726888939.30295: variable 'storage_skip_checks' from source: set_fact 172629 1726888939.30395: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 172629 1726888939.30403: when evaluation is False, skipping this task 172629 1726888939.30411: _execute() done 172629 1726888939.30418: dumping result to json 172629 1726888939.30562: done dumping result, returning 172629 1726888939.30566: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-d0a8-add8-0000000008db] 172629 1726888939.30568: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008db 172629 1726888939.30637: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008db 172629 1726888939.30641: 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" } 172629 1726888939.30690: no more pending results, returning what we have 172629 1726888939.30695: results queue empty 172629 1726888939.30696: checking for any_errors_fatal 172629 1726888939.30704: done checking for any_errors_fatal 172629 1726888939.30704: checking for max_fail_percentage 172629 1726888939.30707: done checking for max_fail_percentage 172629 1726888939.30707: checking to see if all hosts have failed and the running result is not ok 172629 1726888939.30708: done checking to see if all hosts have failed 172629 1726888939.30709: getting the remaining hosts for this loop 172629 1726888939.30711: done getting the remaining hosts for this loop 172629 1726888939.30714: getting the next task for host managed_node1 172629 1726888939.30722: done getting next task for host managed_node1 172629 1726888939.30727: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 172629 1726888939.30731: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888939.30752: getting variables 172629 1726888939.30753: in VariableManager get_vars() 172629 1726888939.30795: Calling all_inventory to load vars for managed_node1 172629 1726888939.30798: Calling groups_inventory to load vars for managed_node1 172629 1726888939.30800: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888939.30812: Calling all_plugins_play to load vars for managed_node1 172629 1726888939.30816: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888939.30819: Calling groups_plugins_play to load vars for managed_node1 172629 1726888939.31589: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888939.32184: done with get_vars() 172629 1726888939.32199: done getting variables 172629 1726888939.32259: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:19 -0400 (0:00:00.040) 0:00:39.602 ****** 172629 1726888939.32301: entering _queue_task() for managed_node1/set_fact 172629 1726888939.32613: worker is 1 (out of 1 available) 172629 1726888939.32626: exiting _queue_task() for managed_node1/set_fact 172629 1726888939.32641: done queuing things up, now waiting for results queue to drain 172629 1726888939.32642: waiting for pending results... 172629 1726888939.32984: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 172629 1726888939.33261: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008dc 172629 1726888939.33265: variable 'ansible_search_path' from source: unknown 172629 1726888939.33268: variable 'ansible_search_path' from source: unknown 172629 1726888939.33271: calling self._execute() 172629 1726888939.33301: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888939.33314: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888939.33329: variable 'omit' from source: magic vars 172629 1726888939.33446: variable 'omit' from source: magic vars 172629 1726888939.33521: variable 'omit' from source: magic vars 172629 1726888939.33936: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888939.36027: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888939.36093: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888939.36207: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888939.36210: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888939.36213: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888939.36279: 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) 172629 1726888939.36313: 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) 172629 1726888939.36347: 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) 172629 1726888939.36661: 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) 172629 1726888939.36665: 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) 172629 1726888939.36667: 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) 172629 1726888939.36670: 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) 172629 1726888939.36862: 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) 172629 1726888939.36865: 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) 172629 1726888939.36867: 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) 172629 1726888939.36991: 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) 172629 1726888939.37024: 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) 172629 1726888939.37051: 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) 172629 1726888939.37151: 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) 172629 1726888939.37361: 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) 172629 1726888939.37365: 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) 172629 1726888939.37367: 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) 172629 1726888939.37661: 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) 172629 1726888939.37664: 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) 172629 1726888939.37667: 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) 172629 1726888939.37669: 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) 172629 1726888939.37671: 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) 172629 1726888939.37673: 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) 172629 1726888939.37674: 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) 172629 1726888939.37709: 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) 172629 1726888939.38005: variable 'ansible_facts' from source: unknown 172629 1726888939.38321: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888939.38498: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888939.38539: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888939.38582: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888939.38612: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888939.38669: 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) 172629 1726888939.38694: 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) 172629 1726888939.38721: 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) 172629 1726888939.38751: 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) 172629 1726888939.39348: variable 'omit' from source: magic vars 172629 1726888939.39379: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888939.39413: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888939.39521: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888939.39524: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888939.39527: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888939.39529: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888939.39531: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888939.39533: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888939.39621: Set connection var ansible_timeout to 10 172629 1726888939.39644: Set connection var ansible_shell_type to sh 172629 1726888939.39657: Set connection var ansible_pipelining to False 172629 1726888939.39669: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888939.39678: Set connection var ansible_shell_executable to /bin/sh 172629 1726888939.39685: Set connection var ansible_connection to ssh 172629 1726888939.39711: variable 'ansible_shell_executable' from source: unknown 172629 1726888939.39719: variable 'ansible_connection' from source: unknown 172629 1726888939.39725: variable 'ansible_module_compression' from source: unknown 172629 1726888939.39732: variable 'ansible_shell_type' from source: unknown 172629 1726888939.40079: variable 'ansible_shell_executable' from source: unknown 172629 1726888939.40084: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888939.40087: variable 'ansible_pipelining' from source: unknown 172629 1726888939.40090: variable 'ansible_timeout' from source: unknown 172629 1726888939.40092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888939.40098: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888939.40100: variable 'omit' from source: magic vars 172629 1726888939.40102: starting attempt loop 172629 1726888939.40103: running the handler 172629 1726888939.40105: handler run complete 172629 1726888939.40106: attempt loop complete, returning result 172629 1726888939.40108: _execute() done 172629 1726888939.40109: dumping result to json 172629 1726888939.40111: done dumping result, returning 172629 1726888939.40112: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-d0a8-add8-0000000008dc] 172629 1726888939.40114: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008dc 172629 1726888939.40174: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008dc 172629 1726888939.40177: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 172629 1726888939.40273: no more pending results, returning what we have 172629 1726888939.40276: results queue empty 172629 1726888939.40277: checking for any_errors_fatal 172629 1726888939.40283: done checking for any_errors_fatal 172629 1726888939.40284: checking for max_fail_percentage 172629 1726888939.40285: done checking for max_fail_percentage 172629 1726888939.40286: checking to see if all hosts have failed and the running result is not ok 172629 1726888939.40287: done checking to see if all hosts have failed 172629 1726888939.40288: getting the remaining hosts for this loop 172629 1726888939.40289: done getting the remaining hosts for this loop 172629 1726888939.40292: getting the next task for host managed_node1 172629 1726888939.40301: done getting next task for host managed_node1 172629 1726888939.40305: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 172629 1726888939.40308: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888939.40320: getting variables 172629 1726888939.40321: in VariableManager get_vars() 172629 1726888939.40462: Calling all_inventory to load vars for managed_node1 172629 1726888939.40465: Calling groups_inventory to load vars for managed_node1 172629 1726888939.40468: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888939.40478: Calling all_plugins_play to load vars for managed_node1 172629 1726888939.40481: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888939.40484: Calling groups_plugins_play to load vars for managed_node1 172629 1726888939.41099: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888939.41642: done with get_vars() 172629 1726888939.41659: 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 23:22:19 -0400 (0:00:00.094) 0:00:39.697 ****** 172629 1726888939.41762: entering _queue_task() for managed_node1/systemd 172629 1726888939.42053: worker is 1 (out of 1 available) 172629 1726888939.42068: exiting _queue_task() for managed_node1/systemd 172629 1726888939.42081: done queuing things up, now waiting for results queue to drain 172629 1726888939.42082: waiting for pending results... 172629 1726888939.42365: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 172629 1726888939.42513: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008de 172629 1726888939.42529: variable 'ansible_search_path' from source: unknown 172629 1726888939.42535: variable 'ansible_search_path' from source: unknown 172629 1726888939.42585: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888939.42795: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888939.42853: dumping result to json 172629 1726888939.42865: done dumping result, returning 172629 1726888939.42879: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-d0a8-add8-0000000008de] 172629 1726888939.42889: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008de 172629 1726888939.43099: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008de 172629 1726888939.43103: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888939.43184: no more pending results, returning what we have 172629 1726888939.43188: results queue empty 172629 1726888939.43190: checking for any_errors_fatal 172629 1726888939.43199: done checking for any_errors_fatal 172629 1726888939.43199: checking for max_fail_percentage 172629 1726888939.43201: done checking for max_fail_percentage 172629 1726888939.43202: checking to see if all hosts have failed and the running result is not ok 172629 1726888939.43203: done checking to see if all hosts have failed 172629 1726888939.43204: getting the remaining hosts for this loop 172629 1726888939.43206: done getting the remaining hosts for this loop 172629 1726888939.43209: getting the next task for host managed_node1 172629 1726888939.43216: done getting next task for host managed_node1 172629 1726888939.43220: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 172629 1726888939.43225: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888939.43244: getting variables 172629 1726888939.43246: in VariableManager get_vars() 172629 1726888939.43287: Calling all_inventory to load vars for managed_node1 172629 1726888939.43290: Calling groups_inventory to load vars for managed_node1 172629 1726888939.43293: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888939.43306: Calling all_plugins_play to load vars for managed_node1 172629 1726888939.43309: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888939.43314: Calling groups_plugins_play to load vars for managed_node1 172629 1726888939.43926: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888939.44490: done with get_vars() 172629 1726888939.44504: 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 23:22:19 -0400 (0:00:00.028) 0:00:39.725 ****** 172629 1726888939.44584: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888939.44825: worker is 1 (out of 1 available) 172629 1726888939.44835: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888939.44847: done queuing things up, now waiting for results queue to drain 172629 1726888939.44848: waiting for pending results... 172629 1726888939.45125: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 172629 1726888939.45281: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008df 172629 1726888939.45362: variable 'ansible_search_path' from source: unknown 172629 1726888939.45366: variable 'ansible_search_path' from source: unknown 172629 1726888939.45369: calling self._execute() 172629 1726888939.45428: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888939.45440: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888939.45452: variable 'omit' from source: magic vars 172629 1726888939.45564: variable 'omit' from source: magic vars 172629 1726888939.45636: variable 'omit' from source: magic vars 172629 1726888939.45886: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888939.48400: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888939.48470: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888939.48526: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888939.48567: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888939.48595: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888939.48739: 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) 172629 1726888939.48743: 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) 172629 1726888939.48746: 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) 172629 1726888939.48783: 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) 172629 1726888939.48801: 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) 172629 1726888939.49040: variable 'storage_volumes' from source: include params 172629 1726888939.49123: variable '__non_swap_disk' from source: set_fact 172629 1726888939.49190: variable 'storage_use_partitions' from source: role '' defaults 172629 1726888939.49205: variable 'storage_disklabel_type' from source: role '' defaults 172629 1726888939.49213: variable 'storage_pool_defaults' from source: role '' defaults 172629 1726888939.49282: variable 'storage_pool_defaults' from source: role '' defaults 172629 1726888939.49349: variable 'storage_volume_defaults' from source: role '' defaults 172629 1726888939.49418: variable 'storage_volume_defaults' from source: role '' defaults 172629 1726888939.49660: variable 'storage_safe_mode' from source: play vars 172629 1726888939.49664: 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) 172629 1726888939.49666: 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) 172629 1726888939.49668: 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) 172629 1726888939.49691: 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) 172629 1726888939.49709: 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) 172629 1726888939.49780: variable 'omit' from source: magic vars 172629 1726888939.49806: variable 'omit' from source: magic vars 172629 1726888939.49860: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888939.49866: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888939.49886: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888939.49911: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888939.49924: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888939.49957: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888939.50003: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888939.50006: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888939.50083: Set connection var ansible_timeout to 10 172629 1726888939.50096: Set connection var ansible_shell_type to sh 172629 1726888939.50112: Set connection var ansible_pipelining to False 172629 1726888939.50121: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888939.50130: Set connection var ansible_shell_executable to /bin/sh 172629 1726888939.50136: Set connection var ansible_connection to ssh 172629 1726888939.50220: variable 'ansible_shell_executable' from source: unknown 172629 1726888939.50223: variable 'ansible_connection' from source: unknown 172629 1726888939.50226: variable 'ansible_module_compression' from source: unknown 172629 1726888939.50227: variable 'ansible_shell_type' from source: unknown 172629 1726888939.50230: variable 'ansible_shell_executable' from source: unknown 172629 1726888939.50232: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888939.50233: variable 'ansible_pipelining' from source: unknown 172629 1726888939.50235: variable 'ansible_timeout' from source: unknown 172629 1726888939.50237: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888939.50331: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888939.50349: variable 'omit' from source: magic vars 172629 1726888939.50367: starting attempt loop 172629 1726888939.50376: running the handler 172629 1726888939.50397: _low_level_execute_command(): starting 172629 1726888939.50409: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888939.51101: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888939.51117: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888939.51132: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888939.51148: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888939.51208: 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 <<< 172629 1726888939.51271: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888939.51292: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888939.51338: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888939.51636: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888939.53200: stdout chunk (state=3): >>>/root <<< 172629 1726888939.53361: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888939.53365: stdout chunk (state=3): >>><<< 172629 1726888939.53368: stderr chunk (state=3): >>><<< 172629 1726888939.53388: _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 172629 1726888939.53414: _low_level_execute_command(): starting 172629 1726888939.53426: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888939.5340135-174014-215961631525919 `" && echo ansible-tmp-1726888939.5340135-174014-215961631525919="` echo /root/.ansible/tmp/ansible-tmp-1726888939.5340135-174014-215961631525919 `" ) && sleep 0' 172629 1726888939.54618: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888939.54621: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888939.54624: 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 <<< 172629 1726888939.54627: 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 <<< 172629 1726888939.54629: 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 <<< 172629 1726888939.54631: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888939.54799: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888939.55078: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888939.55113: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888939.57040: stdout chunk (state=3): >>>ansible-tmp-1726888939.5340135-174014-215961631525919=/root/.ansible/tmp/ansible-tmp-1726888939.5340135-174014-215961631525919 <<< 172629 1726888939.57145: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888939.57187: stderr chunk (state=3): >>><<< 172629 1726888939.57197: stdout chunk (state=3): >>><<< 172629 1726888939.57222: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888939.5340135-174014-215961631525919=/root/.ansible/tmp/ansible-tmp-1726888939.5340135-174014-215961631525919 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888939.57385: variable 'ansible_module_compression' from source: unknown 172629 1726888939.57571: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 172629 1726888939.57620: variable 'ansible_facts' from source: unknown 172629 1726888939.57999: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888939.5340135-174014-215961631525919/AnsiballZ_blivet.py 172629 1726888939.58140: Sending initial data 172629 1726888939.58150: Sent initial data (157 bytes) 172629 1726888939.59471: 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 <<< 172629 1726888939.59670: 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 <<< 172629 1726888939.59773: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888939.61279: 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" <<< 172629 1726888939.61324: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888939.61377: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888939.61390: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888939.5340135-174014-215961631525919/AnsiballZ_blivet.py" <<< 172629 1726888939.61398: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpmg02qhoj /root/.ansible/tmp/ansible-tmp-1726888939.5340135-174014-215961631525919/AnsiballZ_blivet.py <<< 172629 1726888939.61428: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpmg02qhoj" to remote "/root/.ansible/tmp/ansible-tmp-1726888939.5340135-174014-215961631525919/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888939.5340135-174014-215961631525919/AnsiballZ_blivet.py" <<< 172629 1726888939.62771: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888939.62782: stdout chunk (state=3): >>><<< 172629 1726888939.62793: stderr chunk (state=3): >>><<< 172629 1726888939.62816: done transferring module to remote 172629 1726888939.62878: _low_level_execute_command(): starting 172629 1726888939.62888: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888939.5340135-174014-215961631525919/ /root/.ansible/tmp/ansible-tmp-1726888939.5340135-174014-215961631525919/AnsiballZ_blivet.py && sleep 0' 172629 1726888939.64269: 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' <<< 172629 1726888939.64288: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888939.64301: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888939.64381: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888939.66163: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888939.66201: stderr chunk (state=3): >>><<< 172629 1726888939.66217: stdout chunk (state=3): >>><<< 172629 1726888939.66238: _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 172629 1726888939.66267: _low_level_execute_command(): starting 172629 1726888939.66277: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888939.5340135-174014-215961631525919/AnsiballZ_blivet.py && sleep 0' 172629 1726888939.67669: 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 <<< 172629 1726888939.67799: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888939.67803: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888939.67923: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888939.70104: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888939.70216: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # <<< 172629 1726888939.70265: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888939.70285: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888939.70374: 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' <<< 172629 1726888939.70382: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888939.70384: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888939.70413: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888939.70460: 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 0x7fed354184d0> <<< 172629 1726888939.70463: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed353e7b30> <<< 172629 1726888939.70485: 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 0x7fed3541aa50> <<< 172629 1726888939.70552: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 172629 1726888939.70582: stdout chunk (state=3): >>>import '_stat' # <<< 172629 1726888939.70595: stdout chunk (state=3): >>>import 'stat' # <<< 172629 1726888939.70783: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888939.70787: 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' <<< 172629 1726888939.70815: 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' <<< 172629 1726888939.70834: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3522d130> <<< 172629 1726888939.70970: 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 <<< 172629 1726888939.70973: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888939.70990: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3522e120> 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. <<< 172629 1726888939.71225: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888939.71252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888939.71286: 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 <<< 172629 1726888939.71462: 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 0x7fed35273f50> # /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' <<< 172629 1726888939.71466: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726888939.71469: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed352800e0> <<< 172629 1726888939.71496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888939.71517: 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 <<< 172629 1726888939.71571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888939.71584: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888939.71675: 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 0x7fed352a3920> <<< 172629 1726888939.71679: 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 0x7fed352a3fb0> import '_collections' # <<< 172629 1726888939.71728: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35283bc0> <<< 172629 1726888939.71837: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888939.71840: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35281340> <<< 172629 1726888939.71875: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35271100> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888939.71896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888939.71921: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888939.71956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888939.72106: 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' <<< 172629 1726888939.72110: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed352c7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed352c6540> # /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 0x7fed35282360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed352c4d10> <<< 172629 1726888939.72142: 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 0x7fed352f4950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35270380> <<< 172629 1726888939.72177: 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' <<< 172629 1726888939.72190: 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 0x7fed352f4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed352f4cb0> <<< 172629 1726888939.72224: 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 0x7fed352f50a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35266ea0> <<< 172629 1726888939.72292: 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 <<< 172629 1726888939.72329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888939.72366: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed352f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed352f5460> <<< 172629 1726888939.72491: stdout chunk (state=3): >>>import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed352f6660> <<< 172629 1726888939.72515: 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 # 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 0x7fed35310890> import 'errno' # <<< 172629 1726888939.72558: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888939.72621: 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 0x7fed35311fd0> # /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 <<< 172629 1726888939.72678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35312e70> # 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 0x7fed353134a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed353123c0> <<< 172629 1726888939.72771: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888939.72774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888939.72776: 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 0x7fed35313e60> <<< 172629 1726888939.72778: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35313590> <<< 172629 1726888939.72809: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed352f66c0> <<< 172629 1726888939.72827: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888939.72848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888939.72879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888939.72898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888939.72923: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888939.73010: 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 0x7fed35087d70> # /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' <<< 172629 1726888939.73039: 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 0x7fed350b08c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed350b0620> # 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 0x7fed350b08f0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888939.73060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726888939.73121: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888939.73245: 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 0x7fed350b1220> <<< 172629 1726888939.73372: 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 0x7fed350b1be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed350b0ad0> <<< 172629 1726888939.73395: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35085f10> <<< 172629 1726888939.73440: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888939.73488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888939.73491: 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 0x7fed350b2f90> <<< 172629 1726888939.73533: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed350b1d30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed352f6db0> <<< 172629 1726888939.73762: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888939.73792: 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 0x7fed350db2c0> # /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' <<< 172629 1726888939.73838: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35103620> <<< 172629 1726888939.73860: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888939.73893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888939.73945: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888939.73978: 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 0x7fed35160410> <<< 172629 1726888939.73993: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888939.74025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888939.74041: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888939.74082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888939.74169: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35162b70> <<< 172629 1726888939.74244: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35160530> <<< 172629 1726888939.74275: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35129400> <<< 172629 1726888939.74302: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726888939.74362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34f614f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35102420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed350b3e90> <<< 172629 1726888939.74449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888939.74561: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fed35102780> <<< 172629 1726888939.74671: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_jecjd33w/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 172629 1726888939.74789: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.74877: 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 <<< 172629 1726888939.74923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888939.74956: 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 0x7fed34fb3200> <<< 172629 1726888939.74971: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888939.75140: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34f960f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34f95280> <<< 172629 1726888939.75163: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.75234: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888939.75245: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.76629: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.77751: 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 0x7fed34fb1610> <<< 172629 1726888939.77827: 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' <<< 172629 1726888939.77834: 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' <<< 172629 1726888939.77866: 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' <<< 172629 1726888939.77869: 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 0x7fed34fe2bd0> <<< 172629 1726888939.77917: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34fe2960> <<< 172629 1726888939.77964: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34fe2270> <<< 172629 1726888939.78057: 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 0x7fed34fe2cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3541a9c0> <<< 172629 1726888939.78129: stdout chunk (state=3): >>>import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fed34fe38c0> # 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 0x7fed34fe3a40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888939.78143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 172629 1726888939.78196: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34fe3f80> import 'pwd' # <<< 172629 1726888939.78220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888939.78242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888939.78287: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34915cd0> <<< 172629 1726888939.78391: 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 0x7fed349178f0> <<< 172629 1726888939.78404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888939.78437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed349182c0> # /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' <<< 172629 1726888939.78454: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34919160> <<< 172629 1726888939.78475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888939.78514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888939.78529: 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' <<< 172629 1726888939.78626: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3491be60> <<< 172629 1726888939.78752: 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 0x7fed34919130> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3491a150> <<< 172629 1726888939.78766: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888939.78769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888939.78806: 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 0x7fed34923c80> <<< 172629 1726888939.78810: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888939.78876: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34922750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed349224b0> <<< 172629 1726888939.78973: 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' <<< 172629 1726888939.78976: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34922a20> <<< 172629 1726888939.79002: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3491a660> <<< 172629 1726888939.79028: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888939.79158: 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 0x7fed34967ec0> # /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 0x7fed349678f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 172629 1726888939.79185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fed34969ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34969880> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888939.79284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888939.79335: 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 0x7fed3496bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3496a1b0> <<< 172629 1726888939.79362: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888939.79485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888939.79489: 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' <<< 172629 1726888939.79511: stdout chunk (state=3): >>>import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3496f7d0> <<< 172629 1726888939.79605: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3496c1a0> <<< 172629 1726888939.79665: 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 0x7fed34970590> <<< 172629 1726888939.79695: 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 0x7fed349707d0> <<< 172629 1726888939.79740: 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 0x7fed34970ad0> <<< 172629 1726888939.79869: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34968170> # /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' <<< 172629 1726888939.79872: 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 0x7fed34973fe0> <<< 172629 1726888939.80023: 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 0x7fed349fcf80> <<< 172629 1726888939.80063: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed349727e0> # 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 0x7fed34973b60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed349723c0> <<< 172629 1726888939.80261: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.80297: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888939.80324: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888939.80347: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888939.80363: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.80485: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.80601: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.81128: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.81666: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888939.81708: 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 <<< 172629 1726888939.81818: 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 0x7fed34801160> <<< 172629 1726888939.81853: 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' <<< 172629 1726888939.81876: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34801ee0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed349704a0> <<< 172629 1726888939.81934: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888939.81959: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888939.81985: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888939.82140: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.82348: 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' <<< 172629 1726888939.82363: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34801f40> # zipimport: zlib available <<< 172629 1726888939.82775: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.83382: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.83385: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726888939.83407: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.83443: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888939.83461: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.83521: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.83611: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888939.83636: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888939.83656: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.83870: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888939.83965: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.84187: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888939.84251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888939.84261: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888939.84328: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34803110> <<< 172629 1726888939.84335: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.84412: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.84486: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726888939.84490: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888939.84594: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888939.84652: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888939.84660: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.84662: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.84751: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.84758: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.84945: 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' <<< 172629 1726888939.84952: 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 0x7fed3480deb0> <<< 172629 1726888939.84986: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34808ad0> <<< 172629 1726888939.85181: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888939.85233: 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' <<< 172629 1726888939.85247: 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 <<< 172629 1726888939.85277: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888939.85300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888939.85358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888939.85378: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888939.85396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888939.85445: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed350327e0> <<< 172629 1726888939.85488: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3501e4b0> <<< 172629 1726888939.85643: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3480e090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34802a50> # 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' # <<< 172629 1726888939.85702: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888939.85747: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.85868: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # <<< 172629 1726888939.85894: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 172629 1726888939.85907: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.87579: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888939.88841: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888939.88936: 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 <<< 172629 1726888939.88969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888939.89029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # 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 0x7fed344989e0> <<< 172629 1726888939.89054: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34887e00> <<< 172629 1726888939.89139: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34885790> <<< 172629 1726888939.89421: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed348a0080> # zipimport: zlib available <<< 172629 1726888939.89425: 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' <<< 172629 1726888939.89428: 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 <<< 172629 1726888939.89502: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/storage_log.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/flags.py <<< 172629 1726888939.89505: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc' import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344aa570> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344aa180> <<< 172629 1726888939.89521: 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 <<< 172629 1726888939.89630: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726888939.89752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344ccd10> <<< 172629 1726888939.89759: 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' # /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 0x7fed344cdf70> <<< 172629 1726888939.89813: 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 0x7fed344cd880> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344cd6d0> # /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' <<< 172629 1726888939.90013: 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 0x7fed344d03e0> <<< 172629 1726888939.90063: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344d0170> # /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' <<< 172629 1726888939.90192: stdout chunk (state=3): >>># 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 0x7fed344d21b0> <<< 172629 1726888939.90274: 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 0x7fed344d1f70> <<< 172629 1726888939.90278: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344d1820> <<< 172629 1726888939.90458: 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' <<< 172629 1726888939.90763: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 172629 1726888939.90772: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344d4ef0> <<< 172629 1726888939.90775: 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 0x7fed344d5280> <<< 172629 1726888939.90809: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344d5700> # /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 0x7fed344d5f70> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344d4560> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344d3f20> # 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 0x7fed344d66f0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344d3b60> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344d3ad0> # /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 0x7fed34518da0> # /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' <<< 172629 1726888939.90836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 172629 1726888939.90860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 172629 1726888939.90911: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34519c10> <<< 172629 1726888939.90930: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed345192e0> <<< 172629 1726888939.91099: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344d7050> import 'gi.repository.GLib' # <<< 172629 1726888939.91147: 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 <<< 172629 1726888939.91169: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 172629 1726888939.91299: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34522720> <<< 172629 1726888939.91336: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 172629 1726888939.91371: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 172629 1726888939.91446: 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' <<< 172629 1726888939.91676: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3452a330> import 'gi.repository.Gio' # <<< 172629 1726888939.91701: stdout chunk (state=3): >>>import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344d0d40> <<< 172629 1726888939.91769: 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 <<< 172629 1726888939.91878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 172629 1726888939.91882: 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' <<< 172629 1726888939.91908: 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' <<< 172629 1726888939.91968: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343b9fd0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343b9820> <<< 172629 1726888939.92879: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed349709e0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344aa780> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344a9520> <<< 172629 1726888939.93294: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35313d10> <<< 172629 1726888939.93298: 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' <<< 172629 1726888939.93406: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343ca6f0> # /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 0x7fed343cc4a0> <<< 172629 1726888939.93444: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lib.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' <<< 172629 1726888939.93473: 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 <<< 172629 1726888939.93649: 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 0x7fed343cfc80> # /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 0x7fed343d0260> <<< 172629 1726888939.93658: 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 <<< 172629 1726888939.93818: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888939.93878: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/libc.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/_errorcheckers.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d1310> <<< 172629 1726888939.93986: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d11c0> # /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 0x7fed343d15b0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d0f20> <<< 172629 1726888939.93996: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/utils.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d1a90> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d18e0> # /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' <<< 172629 1726888939.94099: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/device/_device.py # code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d1df0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d1af0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d06b0> <<< 172629 1726888939.94177: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/discover.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d1910> <<< 172629 1726888939.94275: 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' <<< 172629 1726888939.94331: 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 0x7fed343d5d30> # /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 0x7fed343d60c0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d5a90> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d5100> # /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 0x7fed343d6240> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343cf920> <<< 172629 1726888939.94375: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/size.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d6270> <<< 172629 1726888939.94500: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343cd490> <<< 172629 1726888939.94577: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343ccb60> <<< 172629 1726888939.94673: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/device.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 172629 1726888939.94692: stdout chunk (state=3): >>># /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' <<< 172629 1726888939.94745: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343de5a0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343dd3a0> <<< 172629 1726888939.94779: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/threads.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343e0320> <<< 172629 1726888939.94862: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343cd220> <<< 172629 1726888939.94880: 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 <<< 172629 1726888939.94977: stdout chunk (state=3): >>># 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 <<< 172629 1726888939.94981: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888939.95005: 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 0x7fed34567f80> <<< 172629 1726888939.95068: 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' <<< 172629 1726888939.95074: 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 <<< 172629 1726888939.95094: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 172629 1726888939.95097: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 172629 1726888939.95143: 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 <<< 172629 1726888939.95167: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/lvm_info.py <<< 172629 1726888939.95195: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc' import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3344c5f0> # /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' <<< 172629 1726888939.95231: stdout chunk (state=3): >>>import 'blivet.static_data.luks_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3344cdd0> <<< 172629 1726888939.95266: 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' <<< 172629 1726888939.95282: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3344d400> # /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' <<< 172629 1726888939.95350: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3344d700> <<< 172629 1726888939.95366: stdout chunk (state=3): >>>import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3344c4a0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34413bf0> <<< 172629 1726888939.95423: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34410b90> <<< 172629 1726888939.95471: 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' <<< 172629 1726888939.95493: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/task.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33460440> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34411160> <<< 172629 1726888939.95525: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34410560> <<< 172629 1726888939.95567: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' <<< 172629 1726888939.95584: 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' <<< 172629 1726888939.95607: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33460a10> <<< 172629 1726888939.95638: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34411370> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fssize.py <<< 172629 1726888939.95671: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc' <<< 172629 1726888939.95730: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33460c20> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsck.py <<< 172629 1726888939.95737: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 172629 1726888939.95808: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33461040> # /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' <<< 172629 1726888939.95820: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33461820> <<< 172629 1726888939.96074: 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 <<< 172629 1726888939.96103: stdout chunk (state=3): >>># 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 0x7fed334891f0> # /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' <<< 172629 1726888939.96136: 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 0x7fed3348a2d0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33489ca0> <<< 172629 1726888939.96191: 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 <<< 172629 1726888939.96198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3348a690> <<< 172629 1726888939.96215: 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 <<< 172629 1726888939.96242: 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 0x7fed3348b230> <<< 172629 1726888939.96284: 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 <<< 172629 1726888939.96404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/cachedlist.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc' import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33239f10> <<< 172629 1726888939.96407: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33238bf0> # /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 0x7fed3323b380> # /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' <<< 172629 1726888939.96454: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3325c6b0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/partition.py <<< 172629 1726888939.96466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 172629 1726888939.96509: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3325d4f0> <<< 172629 1726888939.96620: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3347e510> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3347e1b0> <<< 172629 1726888939.96624: 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 <<< 172629 1726888939.96738: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.pyc' import 'blivet.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3325faa0> # /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 <<< 172629 1726888939.96775: stdout chunk (state=3): >>># 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 0x7fed332884a0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3325fa70> <<< 172629 1726888939.96912: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3325ef90> <<< 172629 1726888939.96929: 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' <<< 172629 1726888939.96984: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332a8ce0> <<< 172629 1726888939.96999: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/fslib.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc' import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332a8e30> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/fs.py <<< 172629 1726888939.97047: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 172629 1726888939.97090: 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' <<< 172629 1726888939.97128: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332c05f0> <<< 172629 1726888939.97131: 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 <<< 172629 1726888939.97147: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 172629 1726888939.97215: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332c0ce0> <<< 172629 1726888939.97219: 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 <<< 172629 1726888939.97271: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 172629 1726888939.97275: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332c1640> <<< 172629 1726888939.97305: 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' <<< 172629 1726888939.97330: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332c1ac0> <<< 172629 1726888939.97347: 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' import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332c2030> <<< 172629 1726888939.97377: 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' <<< 172629 1726888939.97419: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332c2360> <<< 172629 1726888939.97437: 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' <<< 172629 1726888939.97476: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332c2900> <<< 172629 1726888939.97479: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswriteuuid.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 172629 1726888939.97502: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332c2b10> <<< 172629 1726888939.97533: 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 <<< 172629 1726888939.97560: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 172629 1726888939.97574: 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' <<< 172629 1726888939.97712: 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 0x7fed332c3da0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332c3c20> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332c2cc0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/mounts.py <<< 172629 1726888939.97716: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' <<< 172629 1726888939.97718: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 172629 1726888939.97737: 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 <<< 172629 1726888939.97768: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 172629 1726888939.97795: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332f4920> <<< 172629 1726888939.97827: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332f4530> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d6f30> <<< 172629 1726888939.98069: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332a9370> <<< 172629 1726888939.98100: 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 <<< 172629 1726888939.98140: stdout chunk (state=3): >>># 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' <<< 172629 1726888939.98163: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33128290> <<< 172629 1726888939.98187: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/lukstasks.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' <<< 172629 1726888939.98210: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed331286b0> <<< 172629 1726888939.98313: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332aafc0> <<< 172629 1726888939.98338: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/lvmpv.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 172629 1726888939.98367: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/lvm.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 172629 1726888939.98881: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3312b710> <<< 172629 1726888939.99068: 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' <<< 172629 1726888939.99072: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3312b890> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3312ade0> # /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 0x7fed33141d00> <<< 172629 1726888939.99274: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/multipath.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33143140> # /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' <<< 172629 1726888939.99363: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33143920> # /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 0x7fed33154230> # /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 0x7fed33155f40> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34565dc0> <<< 172629 1726888939.99368: 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 <<< 172629 1726888939.99382: 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 0x7fed332c1910> <<< 172629 1726888939.99521: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343e2c30> <<< 172629 1726888939.99551: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 172629 1726888939.99586: 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' <<< 172629 1726888939.99723: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3318d0a0> <<< 172629 1726888939.99732: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fcoe.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 172629 1726888939.99776: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3318deb0> # /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 0x7fed3318e6c0> <<< 172629 1726888939.99895: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3317bfb0> <<< 172629 1726888939.99909: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/partition.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 172629 1726888939.99985: 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' import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed331b41a0> <<< 172629 1726888940.00117: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed331aa900> <<< 172629 1726888940.00120: 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' <<< 172629 1726888940.00212: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed331d5d00> <<< 172629 1726888940.00215: 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 <<< 172629 1726888940.00690: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/container.py # 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 0x7fed331ef8c0> # /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 0x7fed33217d70> # /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 0x7fed330320c0> <<< 172629 1726888940.00785: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed330302c0> <<< 172629 1726888940.00788: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/cache.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' <<< 172629 1726888940.00791: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33060590> <<< 172629 1726888940.01141: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed331ec1a0> <<< 172629 1726888940.01161: 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 <<< 172629 1726888940.01193: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 172629 1726888940.01306: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed331ec3e0> <<< 172629 1726888940.01345: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/file.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 172629 1726888940.01392: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed330c2660> # /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' <<< 172629 1726888940.01449: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed330c3170> <<< 172629 1726888940.01516: 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 <<< 172629 1726888940.01548: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed330c3cb0> # /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' <<< 172629 1726888940.01591: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed330d0170> <<< 172629 1726888940.01613: 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' <<< 172629 1726888940.01616: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed330d1040> <<< 172629 1726888940.01618: 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 <<< 172629 1726888940.01620: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 172629 1726888940.01723: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed330d18e0> <<< 172629 1726888940.01739: stdout chunk (state=3): >>>import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343cc5f0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/deviceaction.py <<< 172629 1726888940.01773: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 172629 1726888940.01916: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed330d2330> <<< 172629 1726888940.01932: 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 <<< 172629 1726888940.01987: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 172629 1726888940.02000: 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 <<< 172629 1726888940.02038: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 172629 1726888940.02075: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32f20b00> <<< 172629 1726888940.02119: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed330ee9f0> <<< 172629 1726888940.02157: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888940.02187: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available <<< 172629 1726888940.02203: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 172629 1726888940.02463: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888940.02665: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 172629 1726888940.02921: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888940.03166: 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 <<< 172629 1726888940.03170: stdout chunk (state=3): >>># 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 <<< 172629 1726888940.03172: stdout chunk (state=3): >>># 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 <<< 172629 1726888940.03183: 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 <<< 172629 1726888940.03469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32f7c290> # 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 0x7fed32f7c5f0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32f68620> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32f53da0> # /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' <<< 172629 1726888940.03479: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32f68830> <<< 172629 1726888940.03499: 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 <<< 172629 1726888940.03540: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 172629 1726888940.03576: 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 <<< 172629 1726888940.03581: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' <<< 172629 1726888940.03608: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tsort.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc' import 'blivet.tsort' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32f7ff80> <<< 172629 1726888940.03615: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32f7f5f0> <<< 172629 1726888940.03643: 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 <<< 172629 1726888940.03649: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' <<< 172629 1726888940.03674: stdout chunk (state=3): >>>import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33010560> <<< 172629 1726888940.03713: 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 <<< 172629 1726888940.03717: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888940.03719: 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 <<< 172629 1726888940.03826: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 172629 1726888940.03861: 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' # /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 0x7fed330126f0> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33012480> <<< 172629 1726888940.03868: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/formatpopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' <<< 172629 1726888940.03893: stdout chunk (state=3): >>>import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed330129c0> <<< 172629 1726888940.03897: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc' <<< 172629 1726888940.03934: stdout chunk (state=3): >>>import 'blivet.populator.helpers.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33012cc0> <<< 172629 1726888940.03956: 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 0x7fed33012e70> <<< 172629 1726888940.03994: 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 <<< 172629 1726888940.03997: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' <<< 172629 1726888940.04035: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed330130b0> <<< 172629 1726888940.04083: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disklabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc' <<< 172629 1726888940.04117: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33013650> # /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 0x7fed32b20110> <<< 172629 1726888940.04133: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/loop.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc' import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32b202c0> <<< 172629 1726888940.04177: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/luks.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc' <<< 172629 1726888940.04211: stdout chunk (state=3): >>>import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32b20470> # /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 <<< 172629 1726888940.04378: stdout chunk (state=3): >>># 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 0x7fed32b20a70> <<< 172629 1726888940.04387: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/mdraid.py <<< 172629 1726888940.04391: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32b213d0> # /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' <<< 172629 1726888940.04433: stdout chunk (state=3): >>>import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32b217c0> # /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 0x7fed32b21a00> # /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 0x7fed32b21af0> # /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 0x7fed32b21dc0> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33011d30> <<< 172629 1726888940.04479: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33010dd0> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33010ce0> <<< 172629 1726888940.04548: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32f7d520> <<< 172629 1726888940.04661: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32f51640> <<< 172629 1726888940.13589: 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 <<< 172629 1726888940.13658: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 172629 1726888940.13972: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32bb3410> <<< 172629 1726888943.89889: stdout chunk (state=3): >>> {"changed": true, "actions": [{"action": "create format", "fs_type": "ext3", "device": "/dev/sdb"}], "leaves": ["/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [], "crypts": [], "pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "ext3", "mount_options": "defaults", "mount_point": "none", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test2", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sdb"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sdb", "_raw_device": "/dev/sdb", "_mount_id": "UUID=8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "_kernel_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb"}], "packages": ["e2fsprogs", "xfsprogs"], "invocation": {"module_args": {"pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "ext3", "mount_options": "defaults", "mount_point": "none", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test2", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sdb"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sdb", "_raw_device": "/dev/sdb", "_mount_id": "UUID=8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "_kernel_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb"}], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 172629 1726888943.91114: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888943.91168: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888943.91179: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._<<< 172629 1726888943.91192: stdout chunk (state=3): >>> # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time <<< 172629 1726888943.91231: stdout chunk (state=3): >>># cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack <<< 172629 1726888943.91248: 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 <<< 172629 1726888943.91252: 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 <<< 172629 1726888943.91281: stdout chunk (state=3): >>># cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # 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 <<< 172629 1726888943.91294: 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 <<< 172629 1726888943.91308: 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 <<< 172629 1726888943.91321: stdout chunk (state=3): >>># cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six <<< 172629 1726888943.91351: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 <<< 172629 1726888943.91362: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux <<< 172629 1726888943.91382: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # 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 <<< 172629 1726888943.91402: stdout chunk (state=3): >>># 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 <<< 172629 1726888943.91406: stdout chunk (state=3): >>># 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 <<< 172629 1726888943.91419: stdout chunk (state=3): >>># cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject <<< 172629 1726888943.91434: stdout chunk (state=3): >>># cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # 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 <<< 172629 1726888943.91461: stdout chunk (state=3): >>># 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 <<< 172629 1726888943.91465: stdout chunk (state=3): >>># 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 <<< 172629 1726888943.91492: stdout chunk (state=3): >>># cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid <<< 172629 1726888943.91512: stdout chunk (state=3): >>># 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 <<< 172629 1726888943.91516: stdout chunk (state=3): >>># 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 <<< 172629 1726888943.91532: stdout chunk (state=3): >>># cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi <<< 172629 1726888943.92259: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888943.92278: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 172629 1726888943.92284: stdout chunk (state=3): >>># destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888943.92311: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob<<< 172629 1726888943.92316: stdout chunk (state=3): >>> # destroy ipaddress <<< 172629 1726888943.92350: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888943.92359: stdout chunk (state=3): >>># destroy _compat_pickle <<< 172629 1726888943.92402: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi <<< 172629 1726888943.92414: stdout chunk (state=3): >>># cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm <<< 172629 1726888943.92439: stdout chunk (state=3): >>># 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 <<< 172629 1726888943.92447: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning <<< 172629 1726888943.92479: 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 <<< 172629 1726888943.92485: stdout chunk (state=3): >>># 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 <<< 172629 1726888943.92509: stdout chunk (state=3): >>># cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk <<< 172629 1726888943.92515: 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 <<< 172629 1726888943.92526: stdout chunk (state=3): >>># destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm <<< 172629 1726888943.92552: stdout chunk (state=3): >>># cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs <<< 172629 1726888943.92565: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes <<< 172629 1726888943.92599: stdout chunk (state=3): >>># cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # destroy blivet.events.handler # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis <<< 172629 1726888943.92609: stdout chunk (state=3): >>># cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info <<< 172629 1726888943.92623: stdout chunk (state=3): >>># 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 <<< 172629 1726888943.92633: stdout chunk (state=3): >>># cleanup[3] wiping blivet.udev <<< 172629 1726888943.92675: 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 <<< 172629 1726888943.92688: stdout chunk (state=3): >>># 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 <<< 172629 1726888943.92705: stdout chunk (state=3): >>># cleanup[3] wiping blivet.util # destroy glob # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev <<< 172629 1726888943.92759: stdout chunk (state=3): >>># cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject <<< 172629 1726888943.92802: stdout chunk (state=3): >>># 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 <<< 172629 1726888943.92834: stdout chunk (state=3): >>># destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types <<< 172629 1726888943.92913: 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 <<< 172629 1726888943.92925: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux <<< 172629 1726888943.93004: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache <<< 172629 1726888943.93057: stdout chunk (state=3): >>># cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading <<< 172629 1726888943.93073: stdout chunk (state=3): >>># cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings <<< 172629 1726888943.93147: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref <<< 172629 1726888943.93151: stdout chunk (state=3): >>># cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno <<< 172629 1726888943.93185: stdout chunk (state=3): >>># cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 172629 1726888943.93191: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 172629 1726888943.93237: 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 <<< 172629 1726888943.93292: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib <<< 172629 1726888943.93324: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 172629 1726888943.93350: stdout chunk (state=3): >>># destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888943.94228: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888943.94288: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref # destroy zipimport <<< 172629 1726888943.94301: stdout chunk (state=3): >>># destroy gi._gi <<< 172629 1726888943.94323: stdout chunk (state=3): >>># destroy _struct <<< 172629 1726888943.94411: stdout chunk (state=3): >>># destroy pyudev <<< 172629 1726888943.94444: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid <<< 172629 1726888943.94538: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888943.94615: stdout chunk (state=3): >>># destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch <<< 172629 1726888943.94659: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 172629 1726888943.94690: stdout chunk (state=3): >>># destroy blivet.devicelibs.stratis # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks <<< 172629 1726888943.94734: 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 <<< 172629 1726888943.94738: stdout chunk (state=3): >>># destroy io # destroy _opcode <<< 172629 1726888943.94766: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 172629 1726888943.94779: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux._selinux <<< 172629 1726888943.94809: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 172629 1726888943.94873: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 172629 1726888943.94891: stdout chunk (state=3): >>># destroy _signal <<< 172629 1726888943.94936: stdout chunk (state=3): >>># destroy keyword # destroy abc # destroy _typing # destroy _tokenize <<< 172629 1726888943.94953: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy copy # destroy inspect # destroy blivet.formats.fslib <<< 172629 1726888943.94988: stdout chunk (state=3): >>># destroy math # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves <<< 172629 1726888943.95014: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy collections <<< 172629 1726888943.95062: stdout chunk (state=3): >>># destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib <<< 172629 1726888943.95065: stdout chunk (state=3): >>># destroy stat # destroy selinux <<< 172629 1726888943.95081: stdout chunk (state=3): >>># destroy platform # destroy distro # destroy datetime <<< 172629 1726888943.95108: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy shlex # destroy subprocess<<< 172629 1726888943.95114: stdout chunk (state=3): >>> <<< 172629 1726888943.95201: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888943.95354: 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 os # destroy functools <<< 172629 1726888943.95381: stdout chunk (state=3): >>># destroy re # destroy _random <<< 172629 1726888943.95417: stdout chunk (state=3): >>># destroy _thread <<< 172629 1726888943.95430: stdout chunk (state=3): >>># destroy itertools # destroy _operator # destroy _functools <<< 172629 1726888943.95446: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726888943.95967: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888943.96003: stderr chunk (state=3): >>><<< 172629 1726888943.96007: stdout chunk (state=3): >>><<< 172629 1726888943.96171: _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 0x7fed354184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed353e7b30> # /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 0x7fed3541aa50> 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 0x7fed3522d130> # /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 0x7fed3522e120> 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 0x7fed35273f50> # /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 0x7fed352800e0> # /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 0x7fed352a3920> # /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 0x7fed352a3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35283bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35281340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35271100> # /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 0x7fed352c7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed352c6540> # /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 0x7fed35282360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed352c4d10> # /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 0x7fed352f4950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35270380> # /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 0x7fed352f4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed352f4cb0> # 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 0x7fed352f50a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35266ea0> # /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 0x7fed352f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed352f5460> 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 0x7fed352f6660> 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 0x7fed35310890> 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 0x7fed35311fd0> # /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 0x7fed35312e70> # 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 0x7fed353134a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed353123c0> # /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 0x7fed35313e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35313590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed352f66c0> # /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 0x7fed35087d70> # /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 0x7fed350b08c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed350b0620> # 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 0x7fed350b08f0> # /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 0x7fed350b1220> # 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 0x7fed350b1be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed350b0ad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35085f10> # /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 0x7fed350b2f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed350b1d30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed352f6db0> # /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 0x7fed350db2c0> # /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 0x7fed35103620> # /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 0x7fed35160410> # /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 0x7fed35162b70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35160530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35129400> # /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 0x7fed34f614f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35102420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed350b3e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fed35102780> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_jecjd33w/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 0x7fed34fb3200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34f960f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34f95280> # 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 0x7fed34fb1610> # /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 0x7fed34fe2bd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34fe2960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34fe2270> # /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 0x7fed34fe2cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3541a9c0> 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 0x7fed34fe38c0> # 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 0x7fed34fe3a40> # /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 0x7fed34fe3f80> 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 0x7fed34915cd0> # 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 0x7fed349178f0> # /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 0x7fed349182c0> # /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 0x7fed34919160> # /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 0x7fed3491be60> # 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 0x7fed34919130> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3491a150> # /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 0x7fed34923c80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34922750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed349224b0> # /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 0x7fed34922a20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3491a660> # 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 0x7fed34967ec0> # /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 0x7fed349678f0> # /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 0x7fed34969ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34969880> # /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 0x7fed3496bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3496a1b0> # /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 0x7fed3496f7d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3496c1a0> # 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 0x7fed34970590> # 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 0x7fed349707d0> # 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 0x7fed34970ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34968170> # /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 0x7fed34973fe0> # 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 0x7fed349fcf80> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed349727e0> # 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 0x7fed34973b60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed349723c0> # 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 0x7fed34801160> # /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 0x7fed34801ee0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed349704a0> 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 0x7fed34801f40> # 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 0x7fed34803110> # 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 0x7fed3480deb0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34808ad0> 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 0x7fed350327e0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3501e4b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3480e090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34802a50> # 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 0x7fed344989e0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34887e00> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34885790> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed348a0080> # 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 0x7fed344aa570> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344aa180> # /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 0x7fed344ccd10> # /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 0x7fed344cdf70> # 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 0x7fed344cd880> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344cd6d0> # /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 0x7fed344d03e0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344d0170> # /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 0x7fed344d21b0> # 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 0x7fed344d1f70> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344d1820> # /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 0x7fed344d4ef0> # /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 0x7fed344d5280> # /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 0x7fed344d5700> # /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 0x7fed344d5f70> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344d4560> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344d3f20> # 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 0x7fed344d66f0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344d3b60> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344d3ad0> # /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 0x7fed34518da0> # /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 0x7fed34519c10> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed345192e0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344d7050> 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 0x7fed34522720> 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 0x7fed3452a330> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344d0d40> # /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 0x7fed343b9fd0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343b9820> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed349709e0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344aa780> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed344a9520> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed35313d10> # /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 0x7fed343ca6f0> # /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 0x7fed343cc4a0> # /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 0x7fed343cfc80> # /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 0x7fed343d0260> # /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 0x7fed343d1310> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d11c0> # /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 0x7fed343d15b0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d0f20> # /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 0x7fed343d1a90> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d18e0> # /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 0x7fed343d1df0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d1af0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d06b0> # /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 0x7fed343d1910> # /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 0x7fed343d5d30> # /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 0x7fed343d60c0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d5a90> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d5100> # /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 0x7fed343d6240> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343cf920> # /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 0x7fed343d6270> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343cd490> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343ccb60> # /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 0x7fed343de5a0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343dd3a0> # /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 0x7fed343e0320> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343cd220> # /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 0x7fed34567f80> # /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 0x7fed3344c5f0> # /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 0x7fed3344cdd0> # /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 0x7fed3344d400> # /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 0x7fed3344d700> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3344c4a0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34413bf0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34410b90> # /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 0x7fed33460440> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34411160> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34410560> # /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 0x7fed33460a10> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34411370> # /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 0x7fed33460c20> # /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 0x7fed33461040> # /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 0x7fed33461820> # /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 0x7fed334891f0> # /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 0x7fed3348a2d0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33489ca0> # /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 0x7fed3348a690> # /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 0x7fed3348b230> # /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 0x7fed33239f10> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33238bf0> # /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 0x7fed3323b380> # /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 0x7fed3325c6b0> # /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 0x7fed3325d4f0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3347e510> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3347e1b0> # /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 0x7fed3325faa0> # /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 0x7fed332884a0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3325fa70> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3325ef90> # /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 0x7fed332a8ce0> # /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 0x7fed332a8e30> # /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 0x7fed332c05f0> # /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 0x7fed332c0ce0> # /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 0x7fed332c1640> # /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 0x7fed332c1ac0> # /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 0x7fed332c2030> # /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 0x7fed332c2360> # /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 0x7fed332c2900> # /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 0x7fed332c2b10> # /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 0x7fed332c3da0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332c3c20> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332c2cc0> # /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 0x7fed332f4920> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332f4530> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343d6f30> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332a9370> # /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 0x7fed33128290> # /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 0x7fed331286b0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed332aafc0> # /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 0x7fed3312b710> # /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 0x7fed3312b890> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3312ade0> # /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 0x7fed33141d00> # /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 0x7fed33143140> # /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 0x7fed33143920> # /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 0x7fed33154230> # /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 0x7fed33155f40> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed34565dc0> # /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 0x7fed332c1910> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343e2c30> # /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 0x7fed3318d0a0> # /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 0x7fed3318deb0> # /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 0x7fed3318e6c0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed3317bfb0> # /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 0x7fed331b41a0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed331aa900> # /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 0x7fed331d5d00> # /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 0x7fed331ef8c0> # /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 0x7fed33217d70> # /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 0x7fed330320c0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed330302c0> # /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 0x7fed33060590> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed331ec1a0> # /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 0x7fed331ec3e0> # /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 0x7fed330c2660> # /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 0x7fed330c3170> # /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 0x7fed330c3cb0> # /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 0x7fed330d0170> # /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 0x7fed330d1040> # /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 0x7fed330d18e0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed343cc5f0> # /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 0x7fed330d2330> # /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 0x7fed32f20b00> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed330ee9f0> # 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 0x7fed32f7c290> # 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 0x7fed32f7c5f0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32f68620> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32f53da0> # /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 0x7fed32f68830> # /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 0x7fed32f7ff80> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32f7f5f0> # /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 0x7fed33010560> # /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 0x7fed330126f0> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33012480> # /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 0x7fed330129c0> # /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 0x7fed33012cc0> # /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 0x7fed33012e70> # /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 0x7fed330130b0> # /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 0x7fed33013650> # /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 0x7fed32b20110> # /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 0x7fed32b202c0> # /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 0x7fed32b20470> # /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 0x7fed32b20a70> # /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 0x7fed32b213d0> # /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 0x7fed32b217c0> # /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 0x7fed32b21a00> # /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 0x7fed32b21af0> # /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 0x7fed32b21dc0> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33011d30> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33010dd0> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed33010ce0> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32f7d520> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fed32f51640> # /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 0x7fed32bb3410> {"changed": true, "actions": [{"action": "create format", "fs_type": "ext3", "device": "/dev/sdb"}], "leaves": ["/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [], "crypts": [], "pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "ext3", "mount_options": "defaults", "mount_point": "none", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test2", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sdb"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sdb", "_raw_device": "/dev/sdb", "_mount_id": "UUID=8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "_kernel_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb"}], "packages": ["e2fsprogs", "xfsprogs"], "invocation": {"module_args": {"pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "ext3", "mount_options": "defaults", "mount_point": "none", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test2", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sdb"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sdb", "_raw_device": "/dev/sdb", "_mount_id": "UUID=8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "_kernel_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb"}], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # destroy blivet.events.handler # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy tokenize # destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy _signal # destroy keyword # destroy abc # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy copy # destroy inspect # destroy blivet.formats.fslib # destroy math # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy json.scanner # destroy _json # destroy collections # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib # destroy stat # destroy selinux # destroy platform # destroy distro # destroy datetime # destroy argparse # destroy json # destroy shlex # destroy subprocess # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy os # destroy functools # destroy re # destroy _random # destroy _thread # destroy itertools # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726888943.97476: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [], 'volumes': [{'name': 'test2', 'type': 'disk', 'mount_point': 'none', 'fs_type': 'ext3', 'disks': ['sdb']}], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888939.5340135-174014-215961631525919/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888943.97482: _low_level_execute_command(): starting 172629 1726888943.97486: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888939.5340135-174014-215961631525919/ > /dev/null 2>&1 && sleep 0' 172629 1726888943.97491: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888943.97494: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888943.97496: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888943.97514: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888943.97520: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888943.97523: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888943.97525: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888943.97529: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888943.97532: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888943.97534: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726888943.97536: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888943.97538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888943.97540: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888943.97543: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888943.97545: stderr chunk (state=3): >>>debug2: match found <<< 172629 1726888943.97547: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888943.97549: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888943.97552: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888943.97562: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888943.97565: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888943.99428: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888943.99472: stderr chunk (state=3): >>><<< 172629 1726888943.99475: stdout chunk (state=3): >>><<< 172629 1726888943.99489: _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 172629 1726888943.99500: handler run complete 172629 1726888943.99575: attempt loop complete, returning result 172629 1726888943.99578: _execute() done 172629 1726888943.99581: dumping result to json 172629 1726888943.99598: done dumping result, returning 172629 1726888943.99638: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-d0a8-add8-0000000008df] 172629 1726888943.99641: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008df 172629 1726888943.99797: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008df 172629 1726888943.99800: WORKER PROCESS EXITING changed: [managed_node1] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } 172629 1726888944.00048: no more pending results, returning what we have 172629 1726888944.00051: results queue empty 172629 1726888944.00052: checking for any_errors_fatal 172629 1726888944.00091: done checking for any_errors_fatal 172629 1726888944.00092: checking for max_fail_percentage 172629 1726888944.00094: done checking for max_fail_percentage 172629 1726888944.00095: checking to see if all hosts have failed and the running result is not ok 172629 1726888944.00096: done checking to see if all hosts have failed 172629 1726888944.00096: getting the remaining hosts for this loop 172629 1726888944.00098: done getting the remaining hosts for this loop 172629 1726888944.00103: getting the next task for host managed_node1 172629 1726888944.00110: done getting next task for host managed_node1 172629 1726888944.00113: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 172629 1726888944.00117: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888944.00126: getting variables 172629 1726888944.00127: in VariableManager get_vars() 172629 1726888944.00166: Calling all_inventory to load vars for managed_node1 172629 1726888944.00169: Calling groups_inventory to load vars for managed_node1 172629 1726888944.00170: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888944.00178: Calling all_plugins_play to load vars for managed_node1 172629 1726888944.00180: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888944.00182: Calling groups_plugins_play to load vars for managed_node1 172629 1726888944.00960: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888944.01330: done with get_vars() 172629 1726888944.01340: done getting variables 172629 1726888944.01385: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:24 -0400 (0:00:04.568) 0:00:44.294 ****** 172629 1726888944.01410: entering _queue_task() for managed_node1/command 172629 1726888944.01632: worker is 1 (out of 1 available) 172629 1726888944.01649: exiting _queue_task() for managed_node1/command 172629 1726888944.01664: done queuing things up, now waiting for results queue to drain 172629 1726888944.01666: waiting for pending results... 172629 1726888944.01861: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 172629 1726888944.01964: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008e0 172629 1726888944.01975: variable 'ansible_search_path' from source: unknown 172629 1726888944.01979: variable 'ansible_search_path' from source: unknown 172629 1726888944.02008: calling self._execute() 172629 1726888944.02087: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888944.02091: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888944.02100: variable 'omit' from source: magic vars 172629 1726888944.02394: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888944.04084: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888944.04182: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888944.04202: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888944.04239: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888944.04271: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888944.04357: 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) 172629 1726888944.04398: 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) 172629 1726888944.04415: 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) 172629 1726888944.04470: 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) 172629 1726888944.04480: 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) 172629 1726888944.04575: Evaluated conditional (storage_udevadm_trigger | d(false)): False 172629 1726888944.04579: when evaluation is False, skipping this task 172629 1726888944.04582: _execute() done 172629 1726888944.04584: dumping result to json 172629 1726888944.04591: done dumping result, returning 172629 1726888944.04595: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-d0a8-add8-0000000008e0] 172629 1726888944.04597: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008e0 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 172629 1726888944.04743: no more pending results, returning what we have 172629 1726888944.04747: results queue empty 172629 1726888944.04748: checking for any_errors_fatal 172629 1726888944.04767: done checking for any_errors_fatal 172629 1726888944.04769: checking for max_fail_percentage 172629 1726888944.04770: done checking for max_fail_percentage 172629 1726888944.04771: checking to see if all hosts have failed and the running result is not ok 172629 1726888944.04772: done checking to see if all hosts have failed 172629 1726888944.04773: getting the remaining hosts for this loop 172629 1726888944.04775: done getting the remaining hosts for this loop 172629 1726888944.04778: getting the next task for host managed_node1 172629 1726888944.04787: done getting next task for host managed_node1 172629 1726888944.04791: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 172629 1726888944.04795: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888944.04813: getting variables 172629 1726888944.04814: in VariableManager get_vars() 172629 1726888944.04851: Calling all_inventory to load vars for managed_node1 172629 1726888944.04971: Calling groups_inventory to load vars for managed_node1 172629 1726888944.04975: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888944.04986: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008e0 172629 1726888944.04992: WORKER PROCESS EXITING 172629 1726888944.05004: Calling all_plugins_play to load vars for managed_node1 172629 1726888944.05007: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888944.05010: Calling groups_plugins_play to load vars for managed_node1 172629 1726888944.05434: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888944.05930: done with get_vars() 172629 1726888944.05940: 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 23:22:24 -0400 (0:00:00.046) 0:00:44.340 ****** 172629 1726888944.06020: entering _queue_task() for managed_node1/stat 172629 1726888944.06260: worker is 1 (out of 1 available) 172629 1726888944.06274: exiting _queue_task() for managed_node1/stat 172629 1726888944.06286: done queuing things up, now waiting for results queue to drain 172629 1726888944.06288: waiting for pending results... 172629 1726888944.06499: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 172629 1726888944.06615: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008e1 172629 1726888944.06627: variable 'ansible_search_path' from source: unknown 172629 1726888944.06632: variable 'ansible_search_path' from source: unknown 172629 1726888944.06663: calling self._execute() 172629 1726888944.06749: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888944.06752: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888944.06760: variable 'omit' from source: magic vars 172629 1726888944.06860: variable 'omit' from source: magic vars 172629 1726888944.06910: variable 'omit' from source: magic vars 172629 1726888944.06950: variable 'omit' from source: magic vars 172629 1726888944.06991: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888944.07018: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888944.07035: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888944.07050: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888944.07080: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888944.07100: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888944.07103: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888944.07106: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888944.07179: Set connection var ansible_timeout to 10 172629 1726888944.07183: Set connection var ansible_shell_type to sh 172629 1726888944.07198: Set connection var ansible_pipelining to False 172629 1726888944.07201: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888944.07203: Set connection var ansible_shell_executable to /bin/sh 172629 1726888944.07205: Set connection var ansible_connection to ssh 172629 1726888944.07220: variable 'ansible_shell_executable' from source: unknown 172629 1726888944.07223: variable 'ansible_connection' from source: unknown 172629 1726888944.07225: variable 'ansible_module_compression' from source: unknown 172629 1726888944.07228: variable 'ansible_shell_type' from source: unknown 172629 1726888944.07231: variable 'ansible_shell_executable' from source: unknown 172629 1726888944.07235: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888944.07239: variable 'ansible_pipelining' from source: unknown 172629 1726888944.07241: variable 'ansible_timeout' from source: unknown 172629 1726888944.07245: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888944.07402: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888944.07410: variable 'omit' from source: magic vars 172629 1726888944.07415: starting attempt loop 172629 1726888944.07419: running the handler 172629 1726888944.07437: _low_level_execute_command(): starting 172629 1726888944.07440: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888944.08016: 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 <<< 172629 1726888944.08023: stderr 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 <<< 172629 1726888944.08027: 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 <<< 172629 1726888944.08143: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888944.08148: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888944.08220: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888944.09926: stdout chunk (state=3): >>>/root <<< 172629 1726888944.10016: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888944.10268: stderr chunk (state=3): >>><<< 172629 1726888944.10271: stdout chunk (state=3): >>><<< 172629 1726888944.10277: _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 172629 1726888944.10280: _low_level_execute_command(): starting 172629 1726888944.10286: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888944.100971-174145-258871549771222 `" && echo ansible-tmp-1726888944.100971-174145-258871549771222="` echo /root/.ansible/tmp/ansible-tmp-1726888944.100971-174145-258871549771222 `" ) && sleep 0' 172629 1726888944.10954: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888944.10983: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888944.11067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888944.11086: stderr 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 <<< 172629 1726888944.11139: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888944.11163: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888944.11200: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888944.11277: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888944.13198: stdout chunk (state=3): >>>ansible-tmp-1726888944.100971-174145-258871549771222=/root/.ansible/tmp/ansible-tmp-1726888944.100971-174145-258871549771222 <<< 172629 1726888944.13482: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888944.13484: stdout chunk (state=3): >>><<< 172629 1726888944.13486: stderr chunk (state=3): >>><<< 172629 1726888944.13488: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888944.100971-174145-258871549771222=/root/.ansible/tmp/ansible-tmp-1726888944.100971-174145-258871549771222 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888944.13489: variable 'ansible_module_compression' from source: unknown 172629 1726888944.13491: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726888944.13544: variable 'ansible_facts' from source: unknown 172629 1726888944.13706: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888944.100971-174145-258871549771222/AnsiballZ_stat.py 172629 1726888944.13870: Sending initial data 172629 1726888944.13879: Sent initial data (154 bytes) 172629 1726888944.14391: 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 <<< 172629 1726888944.14427: 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 <<< 172629 1726888944.14469: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888944.14490: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888944.14587: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888944.16178: 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 <<< 172629 1726888944.16234: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888944.16301: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpqzes34v8 /root/.ansible/tmp/ansible-tmp-1726888944.100971-174145-258871549771222/AnsiballZ_stat.py <<< 172629 1726888944.16304: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888944.100971-174145-258871549771222/AnsiballZ_stat.py" <<< 172629 1726888944.16366: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpqzes34v8" to remote "/root/.ansible/tmp/ansible-tmp-1726888944.100971-174145-258871549771222/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888944.100971-174145-258871549771222/AnsiballZ_stat.py" <<< 172629 1726888944.17322: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888944.17326: stderr chunk (state=3): >>><<< 172629 1726888944.17331: stdout chunk (state=3): >>><<< 172629 1726888944.17333: done transferring module to remote 172629 1726888944.17435: _low_level_execute_command(): starting 172629 1726888944.17439: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888944.100971-174145-258871549771222/ /root/.ansible/tmp/ansible-tmp-1726888944.100971-174145-258871549771222/AnsiballZ_stat.py && sleep 0' 172629 1726888944.17979: 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 <<< 172629 1726888944.17996: 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 <<< 172629 1726888944.18059: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888944.18089: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888944.18135: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888944.19920: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888944.19945: stderr chunk (state=3): >>><<< 172629 1726888944.19967: stdout chunk (state=3): >>><<< 172629 1726888944.19986: _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 172629 1726888944.20014: _low_level_execute_command(): starting 172629 1726888944.20017: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888944.100971-174145-258871549771222/AnsiballZ_stat.py && sleep 0' 172629 1726888944.20507: 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 <<< 172629 1726888944.20510: stderr 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 <<< 172629 1726888944.20513: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888944.20515: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888944.20517: stderr 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 <<< 172629 1726888944.20563: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888944.20577: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888944.20624: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888944.22818: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888944.22846: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888944.22886: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888944.22889: stdout chunk (state=3): >>> <<< 172629 1726888944.22954: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888944.22959: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888944.22994: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888944.23026: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888944.23057: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888944.23061: stdout chunk (state=3): >>>import 'zipimport' # <<< 172629 1726888944.23067: stdout chunk (state=3): >>># installed zipimport hook <<< 172629 1726888944.23115: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726888944.23122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888944.23135: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888944.23161: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888944.23193: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888944.23216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888944.23231: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f33bc4d0> <<< 172629 1726888944.23236: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f338bb00> <<< 172629 1726888944.23260: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 172629 1726888944.23268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 172629 1726888944.23273: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f33bea50> <<< 172629 1726888944.23298: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888944.23314: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726888944.23340: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726888944.23343: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888944.23379: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888944.23471: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888944.23490: stdout chunk (state=3): >>>import 'genericpath' # <<< 172629 1726888944.23495: stdout chunk (state=3): >>>import 'posixpath' # <<< 172629 1726888944.23524: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888944.23552: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888944.23560: stdout chunk (state=3): >>>Processing user site-packages <<< 172629 1726888944.23565: stdout chunk (state=3): >>>Processing global site-packages <<< 172629 1726888944.23579: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726888944.23582: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888944.23615: 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' <<< 172629 1726888944.23643: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f33cd130> <<< 172629 1726888944.23700: 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 <<< 172629 1726888944.23711: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888944.23717: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f33ce120> <<< 172629 1726888944.23749: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888944.23776: 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. <<< 172629 1726888944.24005: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888944.24008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888944.24038: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888944.24042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888944.24073: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888944.24106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888944.24127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888944.24144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888944.24166: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f31aaea0> <<< 172629 1726888944.24179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888944.24201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888944.24225: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726888944.24230: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f31c01a0> <<< 172629 1726888944.24244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888944.24276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888944.24300: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888944.24349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888944.24362: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888944.24392: 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' <<< 172629 1726888944.24396: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f31e3a40> <<< 172629 1726888944.24420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888944.24430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3204110> <<< 172629 1726888944.24454: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888944.24496: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f31c3ce0> <<< 172629 1726888944.24513: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888944.24539: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f31c1400> <<< 172629 1726888944.24629: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f31a91c0> <<< 172629 1726888944.24660: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888944.24677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888944.24685: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888944.24711: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888944.24734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888944.24753: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888944.24762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888944.24798: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3207950> <<< 172629 1726888944.24806: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3206570> <<< 172629 1726888944.24846: 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 0x7f87f31c22a0> <<< 172629 1726888944.24852: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f31c1430> <<< 172629 1726888944.24910: 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' <<< 172629 1726888944.24915: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f32349b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f31a8440> <<< 172629 1726888944.24946: 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' <<< 172629 1726888944.24981: 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 0x7f87f3234e60> <<< 172629 1726888944.24987: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3234d10> <<< 172629 1726888944.25023: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.25035: 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 0x7f87f3235100> <<< 172629 1726888944.25041: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f31a6f60> <<< 172629 1726888944.25075: 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' <<< 172629 1726888944.25096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888944.25126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888944.25143: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f32357c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f32354c0> <<< 172629 1726888944.25148: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726888944.25182: 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' <<< 172629 1726888944.25207: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f32366c0> <<< 172629 1726888944.25214: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726888944.25230: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726888944.25248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888944.25286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888944.25310: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726888944.25323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f32508f0> <<< 172629 1726888944.25332: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888944.25362: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.25368: 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 0x7f87f3252030> <<< 172629 1726888944.25381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888944.25399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888944.25417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888944.25439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726888944.25441: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3252ed0> <<< 172629 1726888944.25480: 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 0x7f87f3253530> <<< 172629 1726888944.25493: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3252420> <<< 172629 1726888944.25510: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888944.25531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888944.25564: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.25577: 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 0x7f87f3253fb0> <<< 172629 1726888944.25580: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f32536e0> <<< 172629 1726888944.25625: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3236720> <<< 172629 1726888944.25647: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888944.25674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888944.25692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888944.25710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888944.25744: 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 0x7f87f2fe7e00> <<< 172629 1726888944.25770: 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' <<< 172629 1726888944.25800: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.25806: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f87f30148f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3014650> <<< 172629 1726888944.25833: 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 0x7f87f3014920> <<< 172629 1726888944.25867: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888944.25870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726888944.25945: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.26073: 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 0x7f87f3015250><<< 172629 1726888944.26076: stdout chunk (state=3): >>> <<< 172629 1726888944.26178: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.26182: 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 0x7f87f3015c40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3014b00> <<< 172629 1726888944.26208: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2fe5fa0> <<< 172629 1726888944.26224: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888944.26250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888944.26278: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888944.26284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726888944.26296: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3017050> <<< 172629 1726888944.26320: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3015d90> <<< 172629 1726888944.26332: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3236e10> <<< 172629 1726888944.26366: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888944.26419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888944.26442: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888944.26472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888944.26505: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f303f3b0> <<< 172629 1726888944.26552: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888944.26580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888944.26586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888944.26612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888944.26648: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3063770> <<< 172629 1726888944.26674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888944.26721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888944.26773: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888944.26798: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726888944.26803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f30c0530> <<< 172629 1726888944.26816: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888944.26849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888944.26871: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888944.26913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888944.26994: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f30c2c90> <<< 172629 1726888944.27074: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f30c0650> <<< 172629 1726888944.27102: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3085550> <<< 172629 1726888944.27135: 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 0x7f87f2925640> <<< 172629 1726888944.27152: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3062570> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3017f80> <<< 172629 1726888944.27267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888944.27278: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f87f3062b70> <<< 172629 1726888944.27422: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_tb2c4ej6/ansible_stat_payload.zip' # zipimport: zlib available <<< 172629 1726888944.27557: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.27576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888944.27596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888944.27633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888944.27708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888944.27737: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 172629 1726888944.27742: 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 0x7f87f29773e0> import '_typing' # <<< 172629 1726888944.27938: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f295a2d0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2959430> <<< 172629 1726888944.27940: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.27963: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888944.27978: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.27991: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.28011: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.28014: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888944.28044: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.29427: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.30536: 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' <<< 172629 1726888944.30542: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2975280> <<< 172629 1726888944.30568: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726888944.30575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888944.30594: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888944.30613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888944.30623: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726888944.30629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888944.30657: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.30660: 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 0x7f87f29a2e70> <<< 172629 1726888944.30696: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f29a2c00> <<< 172629 1726888944.30722: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f29a2510> <<< 172629 1726888944.30751: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888944.30754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888944.30786: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f29a2f30> <<< 172629 1726888944.30807: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2977e00> import 'atexit' # <<< 172629 1726888944.30831: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.30842: 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 0x7f87f29a3b90> <<< 172629 1726888944.30859: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.30865: 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 0x7f87f29a3dd0> <<< 172629 1726888944.30881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888944.30924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888944.30934: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888944.30983: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f29c8290> <<< 172629 1726888944.30990: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888944.31016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888944.31037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888944.31078: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f28120c0> <<< 172629 1726888944.31105: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.31108: 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 0x7f87f2813ce0> <<< 172629 1726888944.31123: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888944.31143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888944.31176: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2818680> <<< 172629 1726888944.31198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888944.31223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888944.31242: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2819580> <<< 172629 1726888944.31260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888944.31300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888944.31315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726888944.31324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726888944.31368: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f281c260> <<< 172629 1726888944.31404: 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 0x7f87f281c5c0> <<< 172629 1726888944.31424: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f281a510> <<< 172629 1726888944.31442: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888944.31472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888944.31496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 172629 1726888944.31507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726888944.31512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888944.31549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888944.31567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726888944.31575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f28601a0> <<< 172629 1726888944.31593: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888944.31661: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f281ec90> <<< 172629 1726888944.31665: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f281e9f0> <<< 172629 1726888944.31679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888944.31685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888944.31762: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f281ef60> <<< 172629 1726888944.31787: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f281aa20> <<< 172629 1726888944.31813: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.31820: 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 0x7f87f2864380> <<< 172629 1726888944.31844: 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 <<< 172629 1726888944.31854: 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 0x7f87f28645f0> <<< 172629 1726888944.31864: 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 <<< 172629 1726888944.31886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888944.31906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 172629 1726888944.31910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 172629 1726888944.31940: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.31948: 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 0x7f87f2866090> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2865e50> <<< 172629 1726888944.31969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888944.32065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888944.32118: 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 0x7f87f2868590> <<< 172629 1726888944.32124: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2866720> <<< 172629 1726888944.32140: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888944.32180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888944.32203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888944.32213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726888944.32264: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f286bd70> <<< 172629 1726888944.32384: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2868740> <<< 172629 1726888944.32445: 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 0x7f87f286cb90> <<< 172629 1726888944.32475: 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'<<< 172629 1726888944.32479: stdout chunk (state=3): >>> import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f87f286ca10> <<< 172629 1726888944.32518: 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' <<< 172629 1726888944.32529: 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 0x7f87f286d040> <<< 172629 1726888944.32532: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2864800> <<< 172629 1726888944.32561: 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' <<< 172629 1726888944.32576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888944.32593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888944.32624: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.32646: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.32652: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f87f28f8680> <<< 172629 1726888944.32787: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.32803: 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 0x7f87f28f9c70> <<< 172629 1726888944.32826: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f286ee10> <<< 172629 1726888944.32860: 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 0x7f87f286fa10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f286ea20> <<< 172629 1726888944.32866: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.32883: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.32895: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 172629 1726888944.32906: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.32982: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.33083: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.33086: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888944.33103: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.33130: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888944.33138: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.33253: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.33373: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.33906: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.34453: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888944.34458: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888944.34472: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888944.34489: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888944.34505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888944.34560: 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 0x7f87f28fdd90> <<< 172629 1726888944.34632: 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' <<< 172629 1726888944.34659: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f28feb10> <<< 172629 1726888944.34662: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f28fa030> <<< 172629 1726888944.34721: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888944.34765: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888944.34789: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888944.34916: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.35073: 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' <<< 172629 1726888944.35086: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f28fec30> <<< 172629 1726888944.35095: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.35563: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.36005: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.36082: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.36174: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888944.36180: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.36230: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # <<< 172629 1726888944.36256: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.36306: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.36382: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888944.36404: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.36413: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.36428: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 172629 1726888944.36433: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.36476: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.36509: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888944.36524: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.36754: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.36993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888944.37039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888944.37060: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888944.37122: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f28ffd40> <<< 172629 1726888944.37131: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.37201: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.37279: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 172629 1726888944.37305: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888944.37325: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.37359: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.37401: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888944.37408: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.37450: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.37508: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.37565: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.37618: 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 <<< 172629 1726888944.37654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888944.37735: 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 0x7f87f270aab0> <<< 172629 1726888944.37776: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f27071d0> <<< 172629 1726888944.37808: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888944.37811: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888944.37884: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.37943: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.37975: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.38020: 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 <<< 172629 1726888944.38032: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888944.38035: 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 <<< 172629 1726888944.38065: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888944.38081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888944.38144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888944.38158: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888944.38179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888944.38233: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f29ceed0> <<< 172629 1726888944.38276: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f29eebd0> <<< 172629 1726888944.38361: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2701fd0> <<< 172629 1726888944.38365: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f28ff710> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888944.38379: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.38411: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.38449: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888944.38513: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888944.38516: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.38540: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888944.38726: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.38975: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.40242: 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": 1431, "inode": 253755650, "dev": 51714, "nlink": 1, "atime": 1726888927.9057372, "mtime": 1726888924.2247128, "ctime": 1726888924.2247128, "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": "ad3825f6b75b6ce911b179604a56e2761f9b314a", "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"}}} <<< 172629 1726888944.40275: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888944.40694: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888944.40720: 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 <<< 172629 1726888944.40727: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # 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 <<< 172629 1726888944.40761: stdout chunk (state=3): >>># cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools <<< 172629 1726888944.40780: stdout chunk (state=3): >>># cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 172629 1726888944.40799: stdout chunk (state=3): >>># cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible <<< 172629 1726888944.40813: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl <<< 172629 1726888944.40829: stdout chunk (state=3): >>># cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # 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 <<< 172629 1726888944.40836: 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 # 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 <<< 172629 1726888944.40869: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # 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 <<< 172629 1726888944.40873: 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.modules # destroy ansible.modules <<< 172629 1726888944.41116: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888944.41132: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888944.41148: stdout chunk (state=3): >>># destroy _bz2 <<< 172629 1726888944.41168: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888944.41176: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888944.41197: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 172629 1726888944.41202: stdout chunk (state=3): >>># destroy fnmatch # destroy ipaddress <<< 172629 1726888944.41241: stdout chunk (state=3): >>># destroy ntpath # destroy importlib <<< 172629 1726888944.41261: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal <<< 172629 1726888944.41279: stdout chunk (state=3): >>># destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 172629 1726888944.41296: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd<<< 172629 1726888944.41307: stdout chunk (state=3): >>> # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 172629 1726888944.41322: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726888944.41350: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726888944.41353: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726888944.41382: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888944.41396: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888944.41447: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 172629 1726888944.41451: 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 <<< 172629 1726888944.41477: stdout chunk (state=3): >>># cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 172629 1726888944.41491: 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 <<< 172629 1726888944.41515: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants <<< 172629 1726888944.41524: stdout chunk (state=3): >>># destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726888944.41551: 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 <<< 172629 1726888944.41554: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 172629 1726888944.41606: stdout chunk (state=3): >>># destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 172629 1726888944.41628: 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 <<< 172629 1726888944.41750: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888944.41764: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 172629 1726888944.41809: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888944.41833: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888944.41880: 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 <<< 172629 1726888944.41999: 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 <<< 172629 1726888944.42187: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726888944.42190: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888944.42404: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888944.42444: stderr chunk (state=3): >>><<< 172629 1726888944.42447: stdout chunk (state=3): >>><<< 172629 1726888944.42548: _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 0x7f87f33bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f338bb00> # /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 0x7f87f33bea50> 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 0x7f87f33cd130> # /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 0x7f87f33ce120> 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 0x7f87f31aaea0> # /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 0x7f87f31c01a0> # /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 0x7f87f31e3a40> # /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 0x7f87f3204110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f31c3ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f31c1400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f31a91c0> # /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 0x7f87f3207950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3206570> # /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 0x7f87f31c22a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f31c1430> # /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 0x7f87f32349b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f31a8440> # /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 0x7f87f3234e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3234d10> # 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 0x7f87f3235100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f31a6f60> # /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 0x7f87f32357c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f32354c0> 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 0x7f87f32366c0> 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 0x7f87f32508f0> 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 0x7f87f3252030> # /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 0x7f87f3252ed0> # 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 0x7f87f3253530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3252420> # /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 0x7f87f3253fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f32536e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3236720> # /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 0x7f87f2fe7e00> # /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 0x7f87f30148f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3014650> # 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 0x7f87f3014920> # /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 0x7f87f3015250> # 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 0x7f87f3015c40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3014b00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2fe5fa0> # /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 0x7f87f3017050> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3015d90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3236e10> # /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 0x7f87f303f3b0> # /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 0x7f87f3063770> # /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 0x7f87f30c0530> # /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 0x7f87f30c2c90> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f30c0650> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3085550> # /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 0x7f87f2925640> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3062570> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f3017f80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f87f3062b70> # zipimport: found 30 names in '/tmp/ansible_stat_payload_tb2c4ej6/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 0x7f87f29773e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f295a2d0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2959430> # 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 0x7f87f2975280> # /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 0x7f87f29a2e70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f29a2c00> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f29a2510> # /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 0x7f87f29a2f30> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2977e00> 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 0x7f87f29a3b90> # 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 0x7f87f29a3dd0> # /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 0x7f87f29c8290> 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 0x7f87f28120c0> # 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 0x7f87f2813ce0> # /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 0x7f87f2818680> # /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 0x7f87f2819580> # /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 0x7f87f281c260> # 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 0x7f87f281c5c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f281a510> # /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 0x7f87f28601a0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f281ec90> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f281e9f0> # /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 0x7f87f281ef60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f281aa20> # 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 0x7f87f2864380> # /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 0x7f87f28645f0> # /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 0x7f87f2866090> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2865e50> # /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 0x7f87f2868590> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2866720> # /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 0x7f87f286bd70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2868740> # 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 0x7f87f286cb90> # 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 0x7f87f286ca10> # 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 0x7f87f286d040> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2864800> # /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 0x7f87f28f8680> # 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 0x7f87f28f9c70> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f286ee10> # 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 0x7f87f286fa10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f286ea20> # 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 0x7f87f28fdd90> # /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 0x7f87f28feb10> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f28fa030> 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 0x7f87f28fec30> # 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 0x7f87f28ffd40> # 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 0x7f87f270aab0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f27071d0> 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 0x7f87f29ceed0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f29eebd0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f2701fd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f87f28ff710> # 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": 1431, "inode": 253755650, "dev": 51714, "nlink": 1, "atime": 1726888927.9057372, "mtime": 1726888924.2247128, "ctime": 1726888924.2247128, "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": "ad3825f6b75b6ce911b179604a56e2761f9b314a", "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. 172629 1726888944.43734: 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-1726888944.100971-174145-258871549771222/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888944.43737: _low_level_execute_command(): starting 172629 1726888944.43739: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888944.100971-174145-258871549771222/ > /dev/null 2>&1 && sleep 0' 172629 1726888944.43904: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888944.43922: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888944.43936: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888944.43959: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888944.43976: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888944.43993: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888944.44089: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888944.44115: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888944.44186: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888944.46020: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888944.46084: stderr chunk (state=3): >>><<< 172629 1726888944.46094: stdout chunk (state=3): >>><<< 172629 1726888944.46115: _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 172629 1726888944.46144: handler run complete 172629 1726888944.46202: attempt loop complete, returning result 172629 1726888944.46210: _execute() done 172629 1726888944.46216: dumping result to json 172629 1726888944.46227: done dumping result, returning 172629 1726888944.46240: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-d0a8-add8-0000000008e1] 172629 1726888944.46440: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008e1 172629 1726888944.46510: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008e1 172629 1726888944.46512: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726888927.9057372, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ad3825f6b75b6ce911b179604a56e2761f9b314a", "ctime": 1726888924.2247128, "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": 1726888924.2247128, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1431, "uid": 0, "version": "3790368620", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726888944.46757: no more pending results, returning what we have 172629 1726888944.46760: results queue empty 172629 1726888944.46761: checking for any_errors_fatal 172629 1726888944.46768: done checking for any_errors_fatal 172629 1726888944.46768: checking for max_fail_percentage 172629 1726888944.46770: done checking for max_fail_percentage 172629 1726888944.46771: checking to see if all hosts have failed and the running result is not ok 172629 1726888944.46772: done checking to see if all hosts have failed 172629 1726888944.46772: getting the remaining hosts for this loop 172629 1726888944.46774: done getting the remaining hosts for this loop 172629 1726888944.46777: getting the next task for host managed_node1 172629 1726888944.46783: done getting next task for host managed_node1 172629 1726888944.46786: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 172629 1726888944.46790: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888944.46799: getting variables 172629 1726888944.46800: in VariableManager get_vars() 172629 1726888944.46831: Calling all_inventory to load vars for managed_node1 172629 1726888944.46833: Calling groups_inventory to load vars for managed_node1 172629 1726888944.46835: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888944.46843: Calling all_plugins_play to load vars for managed_node1 172629 1726888944.46850: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888944.46852: Calling groups_plugins_play to load vars for managed_node1 172629 1726888944.47484: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888944.48097: done with get_vars() 172629 1726888944.48111: 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 23:22:24 -0400 (0:00:00.421) 0:00:44.762 ****** 172629 1726888944.48213: entering _queue_task() for managed_node1/lineinfile 172629 1726888944.48487: worker is 1 (out of 1 available) 172629 1726888944.48499: exiting _queue_task() for managed_node1/lineinfile 172629 1726888944.48511: done queuing things up, now waiting for results queue to drain 172629 1726888944.48512: waiting for pending results... 172629 1726888944.48874: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 172629 1726888944.49033: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008e2 172629 1726888944.49037: variable 'ansible_search_path' from source: unknown 172629 1726888944.49039: variable 'ansible_search_path' from source: unknown 172629 1726888944.49042: calling self._execute() 172629 1726888944.49090: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888944.49096: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888944.49112: variable 'omit' from source: magic vars 172629 1726888944.49487: variable '__storage_fstab' from source: set_fact 172629 1726888944.49522: Evaluated conditional (__storage_fstab.stat.exists): True 172629 1726888944.49684: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888944.49952: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888944.50004: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888944.50033: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888944.50070: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888944.50152: variable 'blivet_output' from source: set_fact 172629 1726888944.50176: Evaluated conditional (blivet_output is changed): True 172629 1726888944.50179: variable 'omit' from source: magic vars 172629 1726888944.50244: variable 'omit' from source: magic vars 172629 1726888944.50331: variable '__str' from source: task vars 172629 1726888944.50347: variable '__str' from source: task vars 172629 1726888944.50360: variable '__str' from source: task vars 172629 1726888944.50423: variable '__str' from source: task vars 172629 1726888944.50438: variable 'omit' from source: magic vars 172629 1726888944.50469: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888944.50498: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888944.50516: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888944.50539: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888944.50549: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888944.50584: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888944.50587: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888944.50590: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888944.50690: Set connection var ansible_timeout to 10 172629 1726888944.50693: Set connection var ansible_shell_type to sh 172629 1726888944.50701: Set connection var ansible_pipelining to False 172629 1726888944.50706: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888944.50711: Set connection var ansible_shell_executable to /bin/sh 172629 1726888944.50714: Set connection var ansible_connection to ssh 172629 1726888944.50733: variable 'ansible_shell_executable' from source: unknown 172629 1726888944.50735: variable 'ansible_connection' from source: unknown 172629 1726888944.50761: variable 'ansible_module_compression' from source: unknown 172629 1726888944.50764: variable 'ansible_shell_type' from source: unknown 172629 1726888944.50767: variable 'ansible_shell_executable' from source: unknown 172629 1726888944.50769: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888944.50771: variable 'ansible_pipelining' from source: unknown 172629 1726888944.50773: variable 'ansible_timeout' from source: unknown 172629 1726888944.50775: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888944.50962: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888944.50967: variable 'omit' from source: magic vars 172629 1726888944.50969: starting attempt loop 172629 1726888944.50971: running the handler 172629 1726888944.50975: _low_level_execute_command(): starting 172629 1726888944.51034: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888944.51857: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888944.51895: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888944.51907: 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 <<< 172629 1726888944.51969: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888944.51986: 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 <<< 172629 1726888944.52061: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888944.52179: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888944.52207: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888944.53902: stdout chunk (state=3): >>>/root <<< 172629 1726888944.54060: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888944.54063: stdout chunk (state=3): >>><<< 172629 1726888944.54070: stderr chunk (state=3): >>><<< 172629 1726888944.54093: _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 172629 1726888944.54195: _low_level_execute_command(): starting 172629 1726888944.54198: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888944.5410652-174162-5184655361180 `" && echo ansible-tmp-1726888944.5410652-174162-5184655361180="` echo /root/.ansible/tmp/ansible-tmp-1726888944.5410652-174162-5184655361180 `" ) && sleep 0' 172629 1726888944.54729: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888944.54746: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888944.54765: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888944.54783: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888944.54809: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888944.54873: 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 <<< 172629 1726888944.54921: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888944.54944: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888944.54964: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888944.55045: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888944.56968: stdout chunk (state=3): >>>ansible-tmp-1726888944.5410652-174162-5184655361180=/root/.ansible/tmp/ansible-tmp-1726888944.5410652-174162-5184655361180 <<< 172629 1726888944.57123: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888944.57126: stdout chunk (state=3): >>><<< 172629 1726888944.57129: stderr chunk (state=3): >>><<< 172629 1726888944.57162: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888944.5410652-174162-5184655361180=/root/.ansible/tmp/ansible-tmp-1726888944.5410652-174162-5184655361180 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888944.57360: variable 'ansible_module_compression' from source: unknown 172629 1726888944.57363: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.lineinfile-ZIP_DEFLATED 172629 1726888944.57365: variable 'ansible_facts' from source: unknown 172629 1726888944.57399: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888944.5410652-174162-5184655361180/AnsiballZ_lineinfile.py 172629 1726888944.57590: Sending initial data 172629 1726888944.57596: Sent initial data (159 bytes) 172629 1726888944.58373: 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' <<< 172629 1726888944.58405: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888944.58433: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888944.58541: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888944.60086: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 172629 1726888944.60107: 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 <<< 172629 1726888944.60173: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888944.60267: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpvsgb5ca5 /root/.ansible/tmp/ansible-tmp-1726888944.5410652-174162-5184655361180/AnsiballZ_lineinfile.py <<< 172629 1726888944.60271: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888944.5410652-174162-5184655361180/AnsiballZ_lineinfile.py" <<< 172629 1726888944.60302: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpvsgb5ca5" to remote "/root/.ansible/tmp/ansible-tmp-1726888944.5410652-174162-5184655361180/AnsiballZ_lineinfile.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888944.5410652-174162-5184655361180/AnsiballZ_lineinfile.py" <<< 172629 1726888944.61108: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888944.61176: stderr chunk (state=3): >>><<< 172629 1726888944.61217: stdout chunk (state=3): >>><<< 172629 1726888944.61220: done transferring module to remote 172629 1726888944.61236: _low_level_execute_command(): starting 172629 1726888944.61245: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888944.5410652-174162-5184655361180/ /root/.ansible/tmp/ansible-tmp-1726888944.5410652-174162-5184655361180/AnsiballZ_lineinfile.py && sleep 0' 172629 1726888944.61841: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888944.61859: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888944.61878: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888944.61899: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888944.61996: 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 <<< 172629 1726888944.62016: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888944.62034: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888944.62060: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888944.62135: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888944.63944: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888944.63965: stdout chunk (state=3): >>><<< 172629 1726888944.63981: stderr chunk (state=3): >>><<< 172629 1726888944.64063: _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 172629 1726888944.64068: _low_level_execute_command(): starting 172629 1726888944.64071: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888944.5410652-174162-5184655361180/AnsiballZ_lineinfile.py && sleep 0' 172629 1726888944.64693: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888944.64711: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888944.64727: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888944.64837: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888944.64863: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888944.64951: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888944.67080: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888944.67128: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888944.67157: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888944.67225: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888944.67298: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888944.67334: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888944.67336: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888944.67468: 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' <<< 172629 1726888944.67501: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888944.67668: 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 0x7f71205684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120537b30> <<< 172629 1726888944.67673: 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 0x7f712056aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 172629 1726888944.67729: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888944.67758: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888944.67790: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888944.67827: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 172629 1726888944.67854: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726888944.67877: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888944.67897: 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' <<< 172629 1726888944.67912: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712031d130> <<< 172629 1726888944.67973: 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 <<< 172629 1726888944.67984: 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 0x7f712031e120> <<< 172629 1726888944.68016: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888944.68043: 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. <<< 172629 1726888944.68274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888944.68289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888944.68313: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888944.68333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888944.68346: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888944.68382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888944.68392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888944.68425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888944.68457: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120363fb0> <<< 172629 1726888944.68460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888944.68497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888944.68500: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120370140> <<< 172629 1726888944.68524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888944.68538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888944.68567: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888944.68613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888944.68641: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888944.68665: 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 0x7f71203939b0> <<< 172629 1726888944.68703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888944.68716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120393f80> import '_collections' # <<< 172629 1726888944.68771: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120373c50> <<< 172629 1726888944.68782: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888944.68817: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203713a0> <<< 172629 1726888944.68897: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120361160> <<< 172629 1726888944.68937: 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' <<< 172629 1726888944.68958: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888944.68977: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888944.69009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888944.69036: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888944.69054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888944.69077: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203b78f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203b6510> <<< 172629 1726888944.69112: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726888944.69123: 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 0x7f7120373f20> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203b4c80> <<< 172629 1726888944.69181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888944.69205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203e4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203603e0> <<< 172629 1726888944.69208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 172629 1726888944.69248: 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' <<< 172629 1726888944.69279: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71203e4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203e4c80> <<< 172629 1726888944.69301: 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 0x7f71203e5040> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120356f00> <<< 172629 1726888944.69337: 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' <<< 172629 1726888944.69367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888944.69409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888944.69412: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203e5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203e5400> <<< 172629 1726888944.69452: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726888944.69462: 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' <<< 172629 1726888944.69485: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203e6630> import 'importlib.util' # <<< 172629 1726888944.69518: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726888944.69521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888944.69547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888944.69586: 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' <<< 172629 1726888944.69602: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120400860> import 'errno' # <<< 172629 1726888944.69634: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.69646: 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 0x7f7120401fa0> <<< 172629 1726888944.69674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888944.69694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888944.69716: 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 0x7f7120402e10> <<< 172629 1726888944.69763: 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 0x7f7120403440> <<< 172629 1726888944.69793: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120402360> <<< 172629 1726888944.69796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888944.69815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888944.69849: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.69862: 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 0x7f7120403e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120403560> <<< 172629 1726888944.69909: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203e6690> <<< 172629 1726888944.69925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888944.69967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888944.69977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888944.70000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888944.70033: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.70054: 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 0x7f7120187d40> # /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' <<< 172629 1726888944.70097: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.70100: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71201b0890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71201b05f0> <<< 172629 1726888944.70127: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.70138: 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 0x7f71201b08c0> <<< 172629 1726888944.70162: 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' <<< 172629 1726888944.70230: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.70362: 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 0x7f71201b11f0> <<< 172629 1726888944.70482: 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 0x7f71201b1be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71201b0aa0> <<< 172629 1726888944.70504: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120185ee0> <<< 172629 1726888944.70527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888944.70558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888944.70583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888944.70599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71201b2ff0> <<< 172629 1726888944.70630: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71201b1d30> <<< 172629 1726888944.70645: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203e6d80> <<< 172629 1726888944.70671: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888944.70727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888944.70752: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888944.70776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888944.70813: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71201db350> <<< 172629 1726888944.70874: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888944.70886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888944.70902: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888944.70924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888944.70976: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71202036e0> <<< 172629 1726888944.70989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888944.71028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888944.71104: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888944.71108: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726888944.71131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71202604d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888944.71156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888944.71189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888944.71223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888944.71314: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120262c30> <<< 172629 1726888944.71381: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71202605f0> <<< 172629 1726888944.71427: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71202254c0> <<< 172629 1726888944.71536: 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 0x7f711fb29550> <<< 172629 1726888944.71574: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120202510> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71201b3f20> <<< 172629 1726888944.71596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888944.71609: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7120202630> <<< 172629 1726888944.71769: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_akxh4epz/ansible_lineinfile_payload.zip' <<< 172629 1726888944.71785: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.71915: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.71937: 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' <<< 172629 1726888944.71976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888944.72068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888944.72086: 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 0x7f711fb7b260> <<< 172629 1726888944.72105: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888944.72276: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fb5e150> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fb5d2e0> <<< 172629 1726888944.72306: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible' # <<< 172629 1726888944.72362: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.72378: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888944.73765: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.74877: 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 0x7f711fb79130> <<< 172629 1726888944.74919: 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' <<< 172629 1726888944.74959: 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' <<< 172629 1726888944.74985: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f711fba6b10> <<< 172629 1726888944.75071: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fba68a0> <<< 172629 1726888944.75091: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fba61e0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888944.75127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888944.75151: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fba6930> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fb7bc80> import 'atexit' # <<< 172629 1726888944.75194: 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 0x7f711fba7860> <<< 172629 1726888944.75222: 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 0x7f711fba7aa0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888944.75277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888944.75338: stdout chunk (state=3): >>>import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fba7fe0> <<< 172629 1726888944.75363: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888944.75381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888944.75421: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa15d60> <<< 172629 1726888944.75486: 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 0x7f711fa17980> <<< 172629 1726888944.75490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888944.75536: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa1c350> <<< 172629 1726888944.75570: 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' <<< 172629 1726888944.75599: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa1d4f0> <<< 172629 1726888944.75620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888944.75668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888944.75685: 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' <<< 172629 1726888944.75723: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa1ffe0> <<< 172629 1726888944.75765: 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 0x7f711fa20110> <<< 172629 1726888944.75809: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa1e2a0> <<< 172629 1726888944.75813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888944.75850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726888944.75905: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888944.75912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888944.75942: 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 0x7f711fa23f20> import '_tokenize' # <<< 172629 1726888944.76042: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa229f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa22750> <<< 172629 1726888944.76062: 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' <<< 172629 1726888944.76133: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa22cc0> <<< 172629 1726888944.76190: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa1e7b0> <<< 172629 1726888944.76194: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.76228: 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 0x7f711fa67bf0> # /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 0x7f711fa68350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 172629 1726888944.76312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888944.76335: 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 0x7f711fa69e20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa69be0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888944.76443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888944.76511: 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 0x7f711fa6c3b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa6a510> <<< 172629 1726888944.76588: 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' # <<< 172629 1726888944.76634: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa6fb90> <<< 172629 1726888944.76750: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa6c560> <<< 172629 1726888944.76863: 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 0x7f711fa70980> <<< 172629 1726888944.76868: 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' <<< 172629 1726888944.76909: 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 0x7f711fa70dd0> # 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 0x7f711fa70ce0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa68530> <<< 172629 1726888944.76932: 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' <<< 172629 1726888944.76951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888944.76965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888944.76994: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.77016: 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 0x7f711fafc5c0> <<< 172629 1726888944.77159: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888944.77173: 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 0x7f711fafd730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa72d50> <<< 172629 1726888944.77201: 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 0x7f711fa73920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa72930> <<< 172629 1726888944.77241: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.77257: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888944.77347: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.77442: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.77477: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888944.77497: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888944.77530: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.77629: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.77739: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.78333: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.78835: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888944.78869: 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' # <<< 172629 1726888944.78880: 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' <<< 172629 1726888944.78933: 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 0x7f711f901790> <<< 172629 1726888944.79013: 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' <<< 172629 1726888944.79036: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711f9025a0> <<< 172629 1726888944.79049: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fafd850> <<< 172629 1726888944.79093: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888944.79123: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.79126: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.79146: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888944.79290: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.79472: 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' <<< 172629 1726888944.79502: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711f902720> # zipimport: zlib available <<< 172629 1726888944.79952: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.80390: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.80448: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.80520: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888944.80524: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.80553: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.80597: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888944.80608: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.80685: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.80771: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888944.80796: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888944.80818: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.80835: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.80896: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888944.81104: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.81392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888944.81406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726888944.81507: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711f903890> <<< 172629 1726888944.81518: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.81597: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.81645: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726888944.81964: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888944.82101: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888944.82377: 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 0x7f711f90e3c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711f909a60> 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' <<< 172629 1726888944.82381: 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 <<< 172629 1726888944.82400: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888944.82417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888944.82676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa02cc0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fbde990> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711f90e570> <<< 172629 1726888944.82706: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa71af0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888944.82720: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.82747: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888944.82811: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888944.82842: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888944.82854: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.83107: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.83422: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888944.84096: stdout chunk (state=3): >>> {"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/etc/fstab (content)", "after_header": "/etc/fstab (content)"}, {"before_header": "/etc/fstab (file attributes)", "after_header": "/etc/fstab (file attributes)"}], "invocation": {"module_args": {"insertbefore": "^#", "firstmatch": true, "line": "# system_role:storage", "regexp": "# system_role:storage", "path": "/etc/fstab", "state": "present", "backrefs": false, "create": false, "backup": false, "unsafe_writes": false, "search_string": null, "insertafter": null, "validate": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 172629 1726888944.84118: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888944.84450: 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 <<< 172629 1726888944.84490: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path <<< 172629 1726888944.84522: stdout chunk (state=3): >>># cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # 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 <<< 172629 1726888944.84551: stdout chunk (state=3): >>># cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner <<< 172629 1726888944.84588: 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 # 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 <<< 172629 1726888944.84630: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 172629 1726888944.84878: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888944.84907: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726888944.84937: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile <<< 172629 1726888944.84985: stdout chunk (state=3): >>># destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath <<< 172629 1726888944.85017: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal <<< 172629 1726888944.85066: stdout chunk (state=3): >>># 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 <<< 172629 1726888944.85098: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 172629 1726888944.85109: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888944.85169: 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 <<< 172629 1726888944.85249: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # 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 <<< 172629 1726888944.85262: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726888944.85300: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888944.85436: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888944.85472: stdout chunk (state=3): >>># destroy _socket # destroy _collections # destroy platform # destroy _uuid <<< 172629 1726888944.85502: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888944.85537: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 172629 1726888944.85562: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888944.85577: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888944.85654: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 172629 1726888944.85675: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726888944.85713: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 172629 1726888944.85749: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726888944.85761: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888944.86817: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888944.86820: stdout chunk (state=3): >>><<< 172629 1726888944.86823: stderr chunk (state=3): >>><<< 172629 1726888944.86837: _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 0x7f71205684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120537b30> # /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 0x7f712056aa50> 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 0x7f712031d130> # /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 0x7f712031e120> 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 0x7f7120363fb0> # /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 0x7f7120370140> # /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 0x7f71203939b0> # /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 0x7f7120393f80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120373c50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203713a0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120361160> # /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 0x7f71203b78f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203b6510> # /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 0x7f7120373f20> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203b4c80> # /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 0x7f71203e4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203603e0> # /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 0x7f71203e4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203e4c80> # 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 0x7f71203e5040> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120356f00> # /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 0x7f71203e5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203e5400> 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 0x7f71203e6630> 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 0x7f7120400860> 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 0x7f7120401fa0> # /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 0x7f7120402e10> # 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 0x7f7120403440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120402360> # /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 0x7f7120403e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120403560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203e6690> # /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 0x7f7120187d40> # /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 0x7f71201b0890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71201b05f0> # 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 0x7f71201b08c0> # /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 0x7f71201b11f0> # 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 0x7f71201b1be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71201b0aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120185ee0> # /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 0x7f71201b2ff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71201b1d30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71203e6d80> # /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 0x7f71201db350> # /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 0x7f71202036e0> # /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 0x7f71202604d0> # /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 0x7f7120262c30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71202605f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71202254c0> # /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 0x7f711fb29550> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7120202510> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71201b3f20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7120202630> # zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_akxh4epz/ansible_lineinfile_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fb7b260> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fb5e150> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fb5d2e0> # 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 0x7f711fb79130> # /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 0x7f711fba6b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fba68a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fba61e0> # /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 0x7f711fba6930> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fb7bc80> 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 0x7f711fba7860> # 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 0x7f711fba7aa0> # /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 0x7f711fba7fe0> 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 0x7f711fa15d60> # 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 0x7f711fa17980> # /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 0x7f711fa1c350> # /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 0x7f711fa1d4f0> # /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 0x7f711fa1ffe0> # 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 0x7f711fa20110> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa1e2a0> # /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 0x7f711fa23f20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa229f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa22750> # /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 0x7f711fa22cc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa1e7b0> # 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 0x7f711fa67bf0> # /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 0x7f711fa68350> # /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 0x7f711fa69e20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa69be0> # /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 0x7f711fa6c3b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa6a510> # /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 0x7f711fa6fb90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa6c560> # 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 0x7f711fa70980> # 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 0x7f711fa70dd0> # 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 0x7f711fa70ce0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa68530> # /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 0x7f711fafc5c0> # 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 0x7f711fafd730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa72d50> # 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 0x7f711fa73920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa72930> # 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 0x7f711f901790> # /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 0x7f711f9025a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fafd850> 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 0x7f711f902720> # 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 0x7f711f903890> # 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 0x7f711f90e3c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711f909a60> 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 0x7f711fa02cc0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fbde990> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711f90e570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f711fa71af0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/etc/fstab (content)", "after_header": "/etc/fstab (content)"}, {"before_header": "/etc/fstab (file attributes)", "after_header": "/etc/fstab (file attributes)"}], "invocation": {"module_args": {"insertbefore": "^#", "firstmatch": true, "line": "# system_role:storage", "regexp": "# system_role:storage", "path": "/etc/fstab", "state": "present", "backrefs": false, "create": false, "backup": false, "unsafe_writes": false, "search_string": null, "insertafter": null, "validate": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726888944.88588: done with _execute_module (lineinfile, {'insertbefore': '^#', 'firstmatch': True, 'line': '# system_role:storage', 'regexp': '# system_role:storage', 'path': '/etc/fstab', 'state': 'present', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'lineinfile', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888944.5410652-174162-5184655361180/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888944.88592: _low_level_execute_command(): starting 172629 1726888944.88595: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888944.5410652-174162-5184655361180/ > /dev/null 2>&1 && sleep 0' 172629 1726888944.89247: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888944.89250: 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 <<< 172629 1726888944.89253: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888944.89257: 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 <<< 172629 1726888944.89259: stderr 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 <<< 172629 1726888944.89305: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888944.89318: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888944.89381: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888944.91229: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888944.91261: stderr chunk (state=3): >>><<< 172629 1726888944.91271: stdout chunk (state=3): >>><<< 172629 1726888944.91291: _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 172629 1726888944.91314: handler run complete 172629 1726888944.91524: attempt loop complete, returning result 172629 1726888944.91527: _execute() done 172629 1726888944.91530: dumping result to json 172629 1726888944.91532: done dumping result, returning 172629 1726888944.91534: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-d0a8-add8-0000000008e2] 172629 1726888944.91536: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008e2 172629 1726888944.91613: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008e2 172629 1726888944.91616: WORKER PROCESS EXITING ok: [managed_node1] => { "backup": "", "changed": false } 172629 1726888944.91708: no more pending results, returning what we have 172629 1726888944.91712: results queue empty 172629 1726888944.91713: checking for any_errors_fatal 172629 1726888944.91724: done checking for any_errors_fatal 172629 1726888944.91725: checking for max_fail_percentage 172629 1726888944.91727: done checking for max_fail_percentage 172629 1726888944.91728: checking to see if all hosts have failed and the running result is not ok 172629 1726888944.91728: done checking to see if all hosts have failed 172629 1726888944.91729: getting the remaining hosts for this loop 172629 1726888944.91731: done getting the remaining hosts for this loop 172629 1726888944.91734: getting the next task for host managed_node1 172629 1726888944.91741: done getting next task for host managed_node1 172629 1726888944.91747: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 172629 1726888944.91751: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888944.91766: getting variables 172629 1726888944.91768: in VariableManager get_vars() 172629 1726888944.91805: Calling all_inventory to load vars for managed_node1 172629 1726888944.91807: Calling groups_inventory to load vars for managed_node1 172629 1726888944.91810: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888944.91820: Calling all_plugins_play to load vars for managed_node1 172629 1726888944.91823: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888944.91826: Calling groups_plugins_play to load vars for managed_node1 172629 1726888944.93405: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888944.94579: done with get_vars() 172629 1726888944.94596: 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 23:22:24 -0400 (0:00:00.464) 0:00:45.226 ****** 172629 1726888944.94698: entering _queue_task() for managed_node1/systemd 172629 1726888944.95188: worker is 1 (out of 1 available) 172629 1726888944.95198: exiting _queue_task() for managed_node1/systemd 172629 1726888944.95208: done queuing things up, now waiting for results queue to drain 172629 1726888944.95209: waiting for pending results... 172629 1726888944.95446: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 172629 1726888944.95562: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008e4 172629 1726888944.95664: variable 'ansible_search_path' from source: unknown 172629 1726888944.95667: variable 'ansible_search_path' from source: unknown 172629 1726888944.95671: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888944.95870: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888944.95937: dumping result to json 172629 1726888944.95947: done dumping result, returning 172629 1726888944.95961: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-d0a8-add8-0000000008e4] 172629 1726888944.95973: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008e4 172629 1726888944.96161: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008e4 172629 1726888944.96165: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888944.96221: no more pending results, returning what we have 172629 1726888944.96226: results queue empty 172629 1726888944.96228: checking for any_errors_fatal 172629 1726888944.96243: done checking for any_errors_fatal 172629 1726888944.96244: checking for max_fail_percentage 172629 1726888944.96246: done checking for max_fail_percentage 172629 1726888944.96248: checking to see if all hosts have failed and the running result is not ok 172629 1726888944.96249: done checking to see if all hosts have failed 172629 1726888944.96250: getting the remaining hosts for this loop 172629 1726888944.96252: done getting the remaining hosts for this loop 172629 1726888944.96310: getting the next task for host managed_node1 172629 1726888944.96324: done getting next task for host managed_node1 172629 1726888944.96329: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 172629 1726888944.96333: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888944.96354: getting variables 172629 1726888944.96420: in VariableManager get_vars() 172629 1726888944.96531: Calling all_inventory to load vars for managed_node1 172629 1726888944.96534: Calling groups_inventory to load vars for managed_node1 172629 1726888944.96537: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888944.96545: Calling all_plugins_play to load vars for managed_node1 172629 1726888944.96548: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888944.96551: Calling groups_plugins_play to load vars for managed_node1 172629 1726888944.97096: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888944.97690: done with get_vars() 172629 1726888944.97703: done getting variables 172629 1726888944.97766: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:22:24 -0400 (0:00:00.030) 0:00:45.257 ****** 172629 1726888944.97799: entering _queue_task() for managed_node1/debug 172629 1726888944.98277: worker is 1 (out of 1 available) 172629 1726888944.98286: exiting _queue_task() for managed_node1/debug 172629 1726888944.98296: done queuing things up, now waiting for results queue to drain 172629 1726888944.98298: waiting for pending results... 172629 1726888944.98425: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show blivet_output 172629 1726888944.98543: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008e6 172629 1726888944.98633: variable 'ansible_search_path' from source: unknown 172629 1726888944.98637: variable 'ansible_search_path' from source: unknown 172629 1726888944.98640: calling self._execute() 172629 1726888944.98714: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888944.98726: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888944.98745: variable 'omit' from source: magic vars 172629 1726888944.98860: variable 'omit' from source: magic vars 172629 1726888944.98927: variable 'omit' from source: magic vars 172629 1726888944.98977: variable 'omit' from source: magic vars 172629 1726888944.99021: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888944.99067: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888944.99160: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888944.99168: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888944.99171: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888944.99173: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888944.99180: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888944.99190: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888944.99301: Set connection var ansible_timeout to 10 172629 1726888944.99359: Set connection var ansible_shell_type to sh 172629 1726888944.99363: Set connection var ansible_pipelining to False 172629 1726888944.99365: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888944.99367: Set connection var ansible_shell_executable to /bin/sh 172629 1726888944.99369: Set connection var ansible_connection to ssh 172629 1726888944.99371: variable 'ansible_shell_executable' from source: unknown 172629 1726888944.99378: variable 'ansible_connection' from source: unknown 172629 1726888944.99390: variable 'ansible_module_compression' from source: unknown 172629 1726888944.99397: variable 'ansible_shell_type' from source: unknown 172629 1726888944.99404: variable 'ansible_shell_executable' from source: unknown 172629 1726888944.99416: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888944.99425: variable 'ansible_pipelining' from source: unknown 172629 1726888944.99432: variable 'ansible_timeout' from source: unknown 172629 1726888944.99440: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888944.99606: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888944.99615: variable 'omit' from source: magic vars 172629 1726888944.99635: starting attempt loop 172629 1726888944.99638: running the handler 172629 1726888944.99714: variable 'blivet_output' from source: set_fact 172629 1726888944.99890: variable 'blivet_output' from source: set_fact 172629 1726888945.00167: handler run complete 172629 1726888945.00261: attempt loop complete, returning result 172629 1726888945.00265: _execute() done 172629 1726888945.00267: dumping result to json 172629 1726888945.00269: done dumping result, returning 172629 1726888945.00271: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-d0a8-add8-0000000008e6] 172629 1726888945.00273: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008e6 172629 1726888945.00480: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008e6 172629 1726888945.00484: WORKER PROCESS EXITING ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } 172629 1726888945.00777: no more pending results, returning what we have 172629 1726888945.00781: results queue empty 172629 1726888945.00781: checking for any_errors_fatal 172629 1726888945.00786: done checking for any_errors_fatal 172629 1726888945.00787: checking for max_fail_percentage 172629 1726888945.00788: done checking for max_fail_percentage 172629 1726888945.00789: checking to see if all hosts have failed and the running result is not ok 172629 1726888945.00790: done checking to see if all hosts have failed 172629 1726888945.00791: getting the remaining hosts for this loop 172629 1726888945.00792: done getting the remaining hosts for this loop 172629 1726888945.00795: getting the next task for host managed_node1 172629 1726888945.00801: done getting next task for host managed_node1 172629 1726888945.00805: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 172629 1726888945.00809: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888945.00824: getting variables 172629 1726888945.00825: in VariableManager get_vars() 172629 1726888945.00859: Calling all_inventory to load vars for managed_node1 172629 1726888945.00863: Calling groups_inventory to load vars for managed_node1 172629 1726888945.00865: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888945.00873: Calling all_plugins_play to load vars for managed_node1 172629 1726888945.00876: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888945.00879: Calling groups_plugins_play to load vars for managed_node1 172629 1726888945.01407: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888945.01987: done with get_vars() 172629 1726888945.01999: done getting variables 172629 1726888945.02048: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:25 -0400 (0:00:00.042) 0:00:45.300 ****** 172629 1726888945.02086: entering _queue_task() for managed_node1/set_fact 172629 1726888945.02334: worker is 1 (out of 1 available) 172629 1726888945.02347: exiting _queue_task() for managed_node1/set_fact 172629 1726888945.02359: done queuing things up, now waiting for results queue to drain 172629 1726888945.02360: waiting for pending results... 172629 1726888945.02676: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 172629 1726888945.02803: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008e7 172629 1726888945.02821: variable 'ansible_search_path' from source: unknown 172629 1726888945.02888: variable 'ansible_search_path' from source: unknown 172629 1726888945.02892: calling self._execute() 172629 1726888945.02983: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888945.03000: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888945.03019: variable 'omit' from source: magic vars 172629 1726888945.03133: variable 'omit' from source: magic vars 172629 1726888945.03194: variable 'omit' from source: magic vars 172629 1726888945.03423: variable 'blivet_output' from source: set_fact 172629 1726888945.03503: variable 'omit' from source: magic vars 172629 1726888945.03557: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888945.03761: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888945.03764: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888945.03766: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888945.03768: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888945.03770: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888945.03771: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888945.03773: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888945.03784: Set connection var ansible_timeout to 10 172629 1726888945.03793: Set connection var ansible_shell_type to sh 172629 1726888945.03801: Set connection var ansible_pipelining to False 172629 1726888945.03808: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888945.03815: Set connection var ansible_shell_executable to /bin/sh 172629 1726888945.03820: Set connection var ansible_connection to ssh 172629 1726888945.03839: variable 'ansible_shell_executable' from source: unknown 172629 1726888945.03845: variable 'ansible_connection' from source: unknown 172629 1726888945.03850: variable 'ansible_module_compression' from source: unknown 172629 1726888945.03857: variable 'ansible_shell_type' from source: unknown 172629 1726888945.03864: variable 'ansible_shell_executable' from source: unknown 172629 1726888945.03870: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888945.03877: variable 'ansible_pipelining' from source: unknown 172629 1726888945.03889: variable 'ansible_timeout' from source: unknown 172629 1726888945.03897: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888945.04041: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888945.04059: variable 'omit' from source: magic vars 172629 1726888945.04070: starting attempt loop 172629 1726888945.04077: running the handler 172629 1726888945.04092: handler run complete 172629 1726888945.04216: attempt loop complete, returning result 172629 1726888945.04219: _execute() done 172629 1726888945.04221: dumping result to json 172629 1726888945.04223: done dumping result, returning 172629 1726888945.04225: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-d0a8-add8-0000000008e7] 172629 1726888945.04227: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008e7 172629 1726888945.04287: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008e7 172629 1726888945.04290: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 172629 1726888945.04391: no more pending results, returning what we have 172629 1726888945.04395: results queue empty 172629 1726888945.04396: checking for any_errors_fatal 172629 1726888945.04408: done checking for any_errors_fatal 172629 1726888945.04409: checking for max_fail_percentage 172629 1726888945.04411: done checking for max_fail_percentage 172629 1726888945.04412: checking to see if all hosts have failed and the running result is not ok 172629 1726888945.04413: done checking to see if all hosts have failed 172629 1726888945.04413: getting the remaining hosts for this loop 172629 1726888945.04415: done getting the remaining hosts for this loop 172629 1726888945.04418: getting the next task for host managed_node1 172629 1726888945.04558: done getting next task for host managed_node1 172629 1726888945.04563: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 172629 1726888945.04567: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888945.04577: getting variables 172629 1726888945.04578: in VariableManager get_vars() 172629 1726888945.04607: Calling all_inventory to load vars for managed_node1 172629 1726888945.04610: Calling groups_inventory to load vars for managed_node1 172629 1726888945.04612: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888945.04620: Calling all_plugins_play to load vars for managed_node1 172629 1726888945.04622: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888945.04625: Calling groups_plugins_play to load vars for managed_node1 172629 1726888945.05177: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888945.06586: done with get_vars() 172629 1726888945.06600: done getting variables 172629 1726888945.06653: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:25 -0400 (0:00:00.045) 0:00:45.346 ****** 172629 1726888945.06687: entering _queue_task() for managed_node1/set_fact 172629 1726888945.07396: worker is 1 (out of 1 available) 172629 1726888945.07408: exiting _queue_task() for managed_node1/set_fact 172629 1726888945.07420: done queuing things up, now waiting for results queue to drain 172629 1726888945.07421: waiting for pending results... 172629 1726888945.07660: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 172629 1726888945.08190: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008e8 172629 1726888945.08194: variable 'ansible_search_path' from source: unknown 172629 1726888945.08197: variable 'ansible_search_path' from source: unknown 172629 1726888945.08200: calling self._execute() 172629 1726888945.08249: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888945.08254: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888945.08473: variable 'omit' from source: magic vars 172629 1726888945.08581: variable 'omit' from source: magic vars 172629 1726888945.08644: variable 'omit' from source: magic vars 172629 1726888945.09281: variable 'blivet_output' from source: set_fact 172629 1726888945.09702: variable 'omit' from source: magic vars 172629 1726888945.09739: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888945.09781: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888945.09799: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888945.09816: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888945.09828: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888945.09918: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888945.10067: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888945.10071: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888945.10171: Set connection var ansible_timeout to 10 172629 1726888945.10176: Set connection var ansible_shell_type to sh 172629 1726888945.10183: Set connection var ansible_pipelining to False 172629 1726888945.10189: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888945.10194: Set connection var ansible_shell_executable to /bin/sh 172629 1726888945.10197: Set connection var ansible_connection to ssh 172629 1726888945.10219: variable 'ansible_shell_executable' from source: unknown 172629 1726888945.10221: variable 'ansible_connection' from source: unknown 172629 1726888945.10224: variable 'ansible_module_compression' from source: unknown 172629 1726888945.10226: variable 'ansible_shell_type' from source: unknown 172629 1726888945.10229: variable 'ansible_shell_executable' from source: unknown 172629 1726888945.10231: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888945.10243: variable 'ansible_pipelining' from source: unknown 172629 1726888945.10246: variable 'ansible_timeout' from source: unknown 172629 1726888945.10248: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888945.10661: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888945.10664: variable 'omit' from source: magic vars 172629 1726888945.10666: starting attempt loop 172629 1726888945.10668: running the handler 172629 1726888945.10670: handler run complete 172629 1726888945.10672: attempt loop complete, returning result 172629 1726888945.10675: _execute() done 172629 1726888945.10677: dumping result to json 172629 1726888945.10679: done dumping result, returning 172629 1726888945.10681: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-d0a8-add8-0000000008e8] 172629 1726888945.10683: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008e8 172629 1726888945.10975: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008e8 172629 1726888945.10978: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } 172629 1726888945.11118: no more pending results, returning what we have 172629 1726888945.11121: results queue empty 172629 1726888945.11122: checking for any_errors_fatal 172629 1726888945.11129: done checking for any_errors_fatal 172629 1726888945.11130: checking for max_fail_percentage 172629 1726888945.11132: done checking for max_fail_percentage 172629 1726888945.11133: checking to see if all hosts have failed and the running result is not ok 172629 1726888945.11134: done checking to see if all hosts have failed 172629 1726888945.11135: getting the remaining hosts for this loop 172629 1726888945.11137: done getting the remaining hosts for this loop 172629 1726888945.11139: getting the next task for host managed_node1 172629 1726888945.11145: done getting next task for host managed_node1 172629 1726888945.11149: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 172629 1726888945.11152: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888945.11274: getting variables 172629 1726888945.11276: in VariableManager get_vars() 172629 1726888945.11310: Calling all_inventory to load vars for managed_node1 172629 1726888945.11313: Calling groups_inventory to load vars for managed_node1 172629 1726888945.11315: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888945.11324: Calling all_plugins_play to load vars for managed_node1 172629 1726888945.11327: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888945.11330: Calling groups_plugins_play to load vars for managed_node1 172629 1726888945.12121: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888945.13537: done with get_vars() 172629 1726888945.13776: 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 23:22:25 -0400 (0:00:00.073) 0:00:45.420 ****** 172629 1726888945.14016: entering _queue_task() for managed_node1/mount 172629 1726888945.14703: worker is 1 (out of 1 available) 172629 1726888945.14718: exiting _queue_task() for managed_node1/mount 172629 1726888945.14731: done queuing things up, now waiting for results queue to drain 172629 1726888945.14733: waiting for pending results... 172629 1726888945.15873: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 172629 1726888945.15991: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008e9 172629 1726888945.16263: variable 'ansible_search_path' from source: unknown 172629 1726888945.16267: variable 'ansible_search_path' from source: unknown 172629 1726888945.17398: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888945.20483: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888945.20582: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888945.20632: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888945.20675: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888945.20706: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888945.20801: 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) 172629 1726888945.20848: 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) 172629 1726888945.20885: 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) 172629 1726888945.20937: 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) 172629 1726888945.20968: 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) 172629 1726888945.21014: 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) 172629 1726888945.21050: 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) 172629 1726888945.21086: 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) 172629 1726888945.21126: 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) 172629 1726888945.21145: 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) 172629 1726888945.21322: variable 'blivet_output' from source: set_fact 172629 1726888945.21419: dumping result to json 172629 1726888945.21484: done dumping result, returning 172629 1726888945.21501: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-d0a8-add8-0000000008e9] 172629 1726888945.21593: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008e9 172629 1726888945.21673: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008e9 172629 1726888945.21676: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888945.21744: no more pending results, returning what we have 172629 1726888945.21749: results queue empty 172629 1726888945.21751: checking for any_errors_fatal 172629 1726888945.21761: done checking for any_errors_fatal 172629 1726888945.21762: checking for max_fail_percentage 172629 1726888945.21764: done checking for max_fail_percentage 172629 1726888945.21765: checking to see if all hosts have failed and the running result is not ok 172629 1726888945.21766: done checking to see if all hosts have failed 172629 1726888945.21767: getting the remaining hosts for this loop 172629 1726888945.21769: done getting the remaining hosts for this loop 172629 1726888945.21773: getting the next task for host managed_node1 172629 1726888945.21780: done getting next task for host managed_node1 172629 1726888945.21786: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888945.21790: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888945.21968: getting variables 172629 1726888945.21970: in VariableManager get_vars() 172629 1726888945.22010: Calling all_inventory to load vars for managed_node1 172629 1726888945.22013: Calling groups_inventory to load vars for managed_node1 172629 1726888945.22015: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888945.22025: Calling all_plugins_play to load vars for managed_node1 172629 1726888945.22027: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888945.22030: Calling groups_plugins_play to load vars for managed_node1 172629 1726888945.23323: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888945.23968: done with get_vars() 172629 1726888945.23984: 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 23:22:25 -0400 (0:00:00.100) 0:00:45.520 ****** 172629 1726888945.24085: entering _queue_task() for managed_node1/systemd 172629 1726888945.24485: worker is 1 (out of 1 available) 172629 1726888945.24496: exiting _queue_task() for managed_node1/systemd 172629 1726888945.24506: done queuing things up, now waiting for results queue to drain 172629 1726888945.24507: waiting for pending results... 172629 1726888945.24883: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888945.24888: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008eb 172629 1726888945.24891: variable 'ansible_search_path' from source: unknown 172629 1726888945.24894: variable 'ansible_search_path' from source: unknown 172629 1726888945.24896: calling self._execute() 172629 1726888945.25006: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888945.25042: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888945.25059: variable 'omit' from source: magic vars 172629 1726888945.25937: variable 'blivet_output' from source: set_fact 172629 1726888945.25941: Evaluated conditional (blivet_output['mounts']): False 172629 1726888945.25943: when evaluation is False, skipping this task 172629 1726888945.25945: _execute() done 172629 1726888945.25947: dumping result to json 172629 1726888945.25949: done dumping result, returning 172629 1726888945.25964: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-d0a8-add8-0000000008eb] 172629 1726888945.25997: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008eb skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 172629 1726888945.26201: no more pending results, returning what we have 172629 1726888945.26205: results queue empty 172629 1726888945.26207: checking for any_errors_fatal 172629 1726888945.26217: done checking for any_errors_fatal 172629 1726888945.26218: checking for max_fail_percentage 172629 1726888945.26220: done checking for max_fail_percentage 172629 1726888945.26221: checking to see if all hosts have failed and the running result is not ok 172629 1726888945.26222: done checking to see if all hosts have failed 172629 1726888945.26223: getting the remaining hosts for this loop 172629 1726888945.26225: done getting the remaining hosts for this loop 172629 1726888945.26228: getting the next task for host managed_node1 172629 1726888945.26236: done getting next task for host managed_node1 172629 1726888945.26241: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 172629 1726888945.26246: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888945.26273: getting variables 172629 1726888945.26275: in VariableManager get_vars() 172629 1726888945.26316: Calling all_inventory to load vars for managed_node1 172629 1726888945.26319: Calling groups_inventory to load vars for managed_node1 172629 1726888945.26321: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888945.26333: Calling all_plugins_play to load vars for managed_node1 172629 1726888945.26336: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888945.26338: Calling groups_plugins_play to load vars for managed_node1 172629 1726888945.26870: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008eb 172629 1726888945.26874: WORKER PROCESS EXITING 172629 1726888945.27134: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888945.27821: done with get_vars() 172629 1726888945.27837: 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 23:22:25 -0400 (0:00:00.038) 0:00:45.559 ****** 172629 1726888945.27943: entering _queue_task() for managed_node1/mount 172629 1726888945.28363: worker is 1 (out of 1 available) 172629 1726888945.28377: exiting _queue_task() for managed_node1/mount 172629 1726888945.28387: done queuing things up, now waiting for results queue to drain 172629 1726888945.28388: waiting for pending results... 172629 1726888945.28604: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 172629 1726888945.28767: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008ec 172629 1726888945.28788: variable 'ansible_search_path' from source: unknown 172629 1726888945.28797: variable 'ansible_search_path' from source: unknown 172629 1726888945.29366: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888945.32781: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888945.32870: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888945.32914: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888945.32950: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888945.32985: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888945.33075: 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) 172629 1726888945.33106: 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) 172629 1726888945.33137: 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) 172629 1726888945.33184: 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) 172629 1726888945.33203: 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) 172629 1726888945.33260: 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) 172629 1726888945.33289: 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) 172629 1726888945.33317: 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) 172629 1726888945.33368: 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) 172629 1726888945.33386: 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) 172629 1726888945.33447: 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) 172629 1726888945.33478: 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) 172629 1726888945.33504: 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) 172629 1726888945.33544: 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) 172629 1726888945.33662: 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) 172629 1726888945.33720: variable 'blivet_output' from source: set_fact 172629 1726888945.33806: dumping result to json 172629 1726888945.33814: done dumping result, returning 172629 1726888945.33825: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-d0a8-add8-0000000008ec] 172629 1726888945.33834: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008ec skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888945.34039: no more pending results, returning what we have 172629 1726888945.34043: results queue empty 172629 1726888945.34044: checking for any_errors_fatal 172629 1726888945.34058: done checking for any_errors_fatal 172629 1726888945.34059: checking for max_fail_percentage 172629 1726888945.34061: done checking for max_fail_percentage 172629 1726888945.34062: checking to see if all hosts have failed and the running result is not ok 172629 1726888945.34063: done checking to see if all hosts have failed 172629 1726888945.34064: getting the remaining hosts for this loop 172629 1726888945.34066: done getting the remaining hosts for this loop 172629 1726888945.34070: getting the next task for host managed_node1 172629 1726888945.34078: done getting next task for host managed_node1 172629 1726888945.34082: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 172629 1726888945.34086: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888945.34105: getting variables 172629 1726888945.34107: in VariableManager get_vars() 172629 1726888945.34147: Calling all_inventory to load vars for managed_node1 172629 1726888945.34150: Calling groups_inventory to load vars for managed_node1 172629 1726888945.34458: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888945.34470: Calling all_plugins_play to load vars for managed_node1 172629 1726888945.34473: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888945.34477: Calling groups_plugins_play to load vars for managed_node1 172629 1726888945.35089: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008ec 172629 1726888945.35092: WORKER PROCESS EXITING 172629 1726888945.35115: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888945.35730: done with get_vars() 172629 1726888945.35745: 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 23:22:25 -0400 (0:00:00.078) 0:00:45.638 ****** 172629 1726888945.35845: entering _queue_task() for managed_node1/file 172629 1726888945.36387: worker is 1 (out of 1 available) 172629 1726888945.36397: exiting _queue_task() for managed_node1/file 172629 1726888945.36406: done queuing things up, now waiting for results queue to drain 172629 1726888945.36407: waiting for pending results... 172629 1726888945.36518: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 172629 1726888945.36667: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008ee 172629 1726888945.36686: variable 'ansible_search_path' from source: unknown 172629 1726888945.36694: variable 'ansible_search_path' from source: unknown 172629 1726888945.37026: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888945.39167: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888945.39312: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888945.39363: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888945.39402: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888945.39434: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888945.39621: 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) 172629 1726888945.39699: 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) 172629 1726888945.39890: 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) 172629 1726888945.40162: 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) 172629 1726888945.40165: 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) 172629 1726888945.40189: 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) 172629 1726888945.40331: 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) 172629 1726888945.40421: 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) 172629 1726888945.40541: 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) 172629 1726888945.40597: 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) 172629 1726888945.40663: 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) 172629 1726888945.40694: 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) 172629 1726888945.40719: 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) 172629 1726888945.40839: 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) 172629 1726888945.40958: 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) 172629 1726888945.41310: variable 'blivet_output' from source: set_fact 172629 1726888945.41408: dumping result to json 172629 1726888945.41434: done dumping result, returning 172629 1726888945.41474: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-d0a8-add8-0000000008ee] 172629 1726888945.41578: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008ee skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888945.42369: no more pending results, returning what we have 172629 1726888945.42373: results queue empty 172629 1726888945.42374: checking for any_errors_fatal 172629 1726888945.42388: done checking for any_errors_fatal 172629 1726888945.42389: checking for max_fail_percentage 172629 1726888945.42391: done checking for max_fail_percentage 172629 1726888945.42393: checking to see if all hosts have failed and the running result is not ok 172629 1726888945.42394: done checking to see if all hosts have failed 172629 1726888945.42394: getting the remaining hosts for this loop 172629 1726888945.42396: done getting the remaining hosts for this loop 172629 1726888945.42400: getting the next task for host managed_node1 172629 1726888945.42411: done getting next task for host managed_node1 172629 1726888945.42416: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888945.42419: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888945.42445: getting variables 172629 1726888945.42451: in VariableManager get_vars() 172629 1726888945.42673: Calling all_inventory to load vars for managed_node1 172629 1726888945.42676: Calling groups_inventory to load vars for managed_node1 172629 1726888945.42678: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888945.42804: Calling all_plugins_play to load vars for managed_node1 172629 1726888945.42807: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888945.42811: Calling groups_plugins_play to load vars for managed_node1 172629 1726888945.43385: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008ee 172629 1726888945.43388: WORKER PROCESS EXITING 172629 1726888945.44233: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888945.45160: done with get_vars() 172629 1726888945.45175: 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 23:22:25 -0400 (0:00:00.094) 0:00:45.732 ****** 172629 1726888945.45278: entering _queue_task() for managed_node1/systemd 172629 1726888945.45576: worker is 1 (out of 1 available) 172629 1726888945.45590: exiting _queue_task() for managed_node1/systemd 172629 1726888945.45601: done queuing things up, now waiting for results queue to drain 172629 1726888945.45602: waiting for pending results... 172629 1726888945.45908: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888945.46046: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008f0 172629 1726888945.46070: variable 'ansible_search_path' from source: unknown 172629 1726888945.46078: variable 'ansible_search_path' from source: unknown 172629 1726888945.46121: calling self._execute() 172629 1726888945.46247: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888945.46265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888945.46280: variable 'omit' from source: magic vars 172629 1726888945.46700: variable 'blivet_output' from source: set_fact 172629 1726888945.46741: Evaluated conditional (blivet_output['mounts']): False 172629 1726888945.46764: when evaluation is False, skipping this task 172629 1726888945.46766: _execute() done 172629 1726888945.46961: dumping result to json 172629 1726888945.46964: done dumping result, returning 172629 1726888945.46966: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-d0a8-add8-0000000008f0] 172629 1726888945.46968: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008f0 172629 1726888945.47022: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008f0 172629 1726888945.47025: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 172629 1726888945.47072: no more pending results, returning what we have 172629 1726888945.47076: results queue empty 172629 1726888945.47077: checking for any_errors_fatal 172629 1726888945.47084: done checking for any_errors_fatal 172629 1726888945.47085: checking for max_fail_percentage 172629 1726888945.47087: done checking for max_fail_percentage 172629 1726888945.47088: checking to see if all hosts have failed and the running result is not ok 172629 1726888945.47089: done checking to see if all hosts have failed 172629 1726888945.47090: getting the remaining hosts for this loop 172629 1726888945.47092: done getting the remaining hosts for this loop 172629 1726888945.47095: getting the next task for host managed_node1 172629 1726888945.47103: done getting next task for host managed_node1 172629 1726888945.47107: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 172629 1726888945.47112: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888945.47134: getting variables 172629 1726888945.47136: in VariableManager get_vars() 172629 1726888945.47178: Calling all_inventory to load vars for managed_node1 172629 1726888945.47181: Calling groups_inventory to load vars for managed_node1 172629 1726888945.47184: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888945.47195: Calling all_plugins_play to load vars for managed_node1 172629 1726888945.47199: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888945.47202: Calling groups_plugins_play to load vars for managed_node1 172629 1726888945.48823: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888945.50540: done with get_vars() 172629 1726888945.50560: 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 23:22:25 -0400 (0:00:00.053) 0:00:45.786 ****** 172629 1726888945.50664: entering _queue_task() for managed_node1/stat 172629 1726888945.51093: worker is 1 (out of 1 available) 172629 1726888945.51107: exiting _queue_task() for managed_node1/stat 172629 1726888945.51118: done queuing things up, now waiting for results queue to drain 172629 1726888945.51119: waiting for pending results... 172629 1726888945.51404: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 172629 1726888945.51591: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008f1 172629 1726888945.51689: variable 'ansible_search_path' from source: unknown 172629 1726888945.51710: variable 'ansible_search_path' from source: unknown 172629 1726888945.51862: calling self._execute() 172629 1726888945.52003: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888945.52015: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888945.52028: variable 'omit' from source: magic vars 172629 1726888945.52209: variable 'omit' from source: magic vars 172629 1726888945.52396: variable 'omit' from source: magic vars 172629 1726888945.52401: variable 'omit' from source: magic vars 172629 1726888945.52404: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888945.52418: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888945.52441: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888945.52466: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888945.52483: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888945.52525: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888945.52533: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888945.52541: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888945.52687: Set connection var ansible_timeout to 10 172629 1726888945.52697: Set connection var ansible_shell_type to sh 172629 1726888945.52709: Set connection var ansible_pipelining to False 172629 1726888945.52722: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888945.52735: Set connection var ansible_shell_executable to /bin/sh 172629 1726888945.52741: Set connection var ansible_connection to ssh 172629 1726888945.52770: variable 'ansible_shell_executable' from source: unknown 172629 1726888945.52833: variable 'ansible_connection' from source: unknown 172629 1726888945.52838: variable 'ansible_module_compression' from source: unknown 172629 1726888945.52843: variable 'ansible_shell_type' from source: unknown 172629 1726888945.52845: variable 'ansible_shell_executable' from source: unknown 172629 1726888945.52847: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888945.52849: variable 'ansible_pipelining' from source: unknown 172629 1726888945.52851: variable 'ansible_timeout' from source: unknown 172629 1726888945.52857: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888945.53033: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888945.53087: variable 'omit' from source: magic vars 172629 1726888945.53096: starting attempt loop 172629 1726888945.53102: running the handler 172629 1726888945.53168: _low_level_execute_command(): starting 172629 1726888945.53171: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888945.54402: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888945.54407: 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 <<< 172629 1726888945.54604: stderr chunk (state=3): >>>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 <<< 172629 1726888945.54623: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888945.54707: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888945.56419: stdout chunk (state=3): >>>/root <<< 172629 1726888945.56560: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888945.56565: stdout chunk (state=3): >>><<< 172629 1726888945.56588: stderr chunk (state=3): >>><<< 172629 1726888945.56710: _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 172629 1726888945.56713: _low_level_execute_command(): starting 172629 1726888945.56718: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888945.56614-174207-111027293389880 `" && echo ansible-tmp-1726888945.56614-174207-111027293389880="` echo /root/.ansible/tmp/ansible-tmp-1726888945.56614-174207-111027293389880 `" ) && sleep 0' 172629 1726888945.57258: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888945.57276: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888945.57310: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888945.57350: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888945.57376: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888945.57444: 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 <<< 172629 1726888945.57496: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888945.57513: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888945.57536: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888945.57759: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888945.59574: stdout chunk (state=3): >>>ansible-tmp-1726888945.56614-174207-111027293389880=/root/.ansible/tmp/ansible-tmp-1726888945.56614-174207-111027293389880 <<< 172629 1726888945.59756: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888945.59799: stderr chunk (state=3): >>><<< 172629 1726888945.59802: stdout chunk (state=3): >>><<< 172629 1726888945.60196: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888945.56614-174207-111027293389880=/root/.ansible/tmp/ansible-tmp-1726888945.56614-174207-111027293389880 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888945.60200: variable 'ansible_module_compression' from source: unknown 172629 1726888945.60202: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726888945.60204: variable 'ansible_facts' from source: unknown 172629 1726888945.60710: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888945.56614-174207-111027293389880/AnsiballZ_stat.py 172629 1726888945.61106: Sending initial data 172629 1726888945.61116: Sent initial data (153 bytes) 172629 1726888945.62150: 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 <<< 172629 1726888945.62186: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 172629 1726888945.62247: 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 <<< 172629 1726888945.62310: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888945.62329: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888945.62360: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888945.62434: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888945.64294: 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 <<< 172629 1726888945.64336: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888945.64391: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpyqqi0nwl /root/.ansible/tmp/ansible-tmp-1726888945.56614-174207-111027293389880/AnsiballZ_stat.py <<< 172629 1726888945.64394: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888945.56614-174207-111027293389880/AnsiballZ_stat.py" <<< 172629 1726888945.64427: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpyqqi0nwl" to remote "/root/.ansible/tmp/ansible-tmp-1726888945.56614-174207-111027293389880/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888945.56614-174207-111027293389880/AnsiballZ_stat.py" <<< 172629 1726888945.66036: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888945.66040: stdout chunk (state=3): >>><<< 172629 1726888945.66042: stderr chunk (state=3): >>><<< 172629 1726888945.66044: done transferring module to remote 172629 1726888945.66045: _low_level_execute_command(): starting 172629 1726888945.66048: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888945.56614-174207-111027293389880/ /root/.ansible/tmp/ansible-tmp-1726888945.56614-174207-111027293389880/AnsiballZ_stat.py && sleep 0' 172629 1726888945.67049: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888945.67171: 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 <<< 172629 1726888945.67230: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888945.67359: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888945.67477: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888945.67569: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888945.69394: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888945.69512: stderr chunk (state=3): >>><<< 172629 1726888945.69515: stdout chunk (state=3): >>><<< 172629 1726888945.69708: _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 172629 1726888945.69712: _low_level_execute_command(): starting 172629 1726888945.69715: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888945.56614-174207-111027293389880/AnsiballZ_stat.py && sleep 0' 172629 1726888945.70536: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888945.70553: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888945.70572: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888945.70591: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888945.70611: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 172629 1726888945.70699: 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 <<< 172629 1726888945.70729: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888945.70771: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888945.70826: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888945.73017: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888945.73090: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888945.73222: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888945.73249: stdout chunk (state=3): >>>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' <<< 172629 1726888945.73271: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888945.73293: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888945.73341: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888945.73370: 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 0x7fb8af3104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af2dfb30> <<< 172629 1726888945.73499: 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 0x7fb8af312a50> <<< 172629 1726888945.73505: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888945.73508: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888945.73511: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888945.73514: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888945.73590: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888945.73766: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888945.73810: 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 0x7fb8af0c1130> <<< 172629 1726888945.73828: 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 0x7fb8af0c2120> <<< 172629 1726888945.73852: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888945.73885: 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. <<< 172629 1726888945.74107: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888945.74125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888945.74160: 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' <<< 172629 1726888945.74171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888945.74216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888945.74241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888945.74274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af0feea0> <<< 172629 1726888945.74316: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888945.74320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888945.74460: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af1141a0> <<< 172629 1726888945.74472: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888945.74475: 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 # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888945.74565: 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 0x7fb8af137a40> <<< 172629 1726888945.74617: 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 0x7fb8af158110> <<< 172629 1726888945.74622: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888945.74624: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af117ce0> import '_functools' # <<< 172629 1726888945.74673: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af115400> <<< 172629 1726888945.74717: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af0fd1c0> <<< 172629 1726888945.74763: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888945.74789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888945.74972: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888945.75005: 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 0x7fb8af15b980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af15a5a0> # /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 0x7fb8af1162d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af158e30> # /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 0x7fb8af188a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af0fc440> <<< 172629 1726888945.75033: 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' <<< 172629 1726888945.75077: 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 0x7fb8af188ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af188d70> <<< 172629 1726888945.75106: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888945.75133: 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 0x7fb8af189160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af0faf60> <<< 172629 1726888945.75159: 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 <<< 172629 1726888945.75209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af189850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af189520> <<< 172629 1726888945.75263: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726888945.75333: 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 0x7fb8af18a750> import 'importlib.util' # import 'runpy' # <<< 172629 1726888945.75368: 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' <<< 172629 1726888945.75390: 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 0x7fb8af1a48f0> <<< 172629 1726888945.75450: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888945.75462: 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 0x7fb8af1a6030> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888945.75493: 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' <<< 172629 1726888945.75506: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af1a6ed0> <<< 172629 1726888945.75695: 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 0x7fb8af1a7530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af1a6420> # /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 0x7fb8af1a7fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af1a76e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af188da0> <<< 172629 1726888945.75758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888945.75763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888945.75848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888945.75975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888945.75978: 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 0x7fb8af1bff20> <<< 172629 1726888945.75981: 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' <<< 172629 1726888945.75983: 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 0x7fb8aef50950> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8aef506b0> <<< 172629 1726888945.75986: 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 0x7fb8aef508c0> <<< 172629 1726888945.75998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888945.76111: 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 0x7fb8aef51280> <<< 172629 1726888945.76322: 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 0x7fb8aef51c70> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8aef50b30> <<< 172629 1726888945.76356: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af1be0c0> # /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 0x7fb8aef53020> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8aef51af0> <<< 172629 1726888945.76396: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af18ae10> <<< 172629 1726888945.76419: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888945.76475: 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 <<< 172629 1726888945.76498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888945.76632: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8aef7b2c0> <<< 172629 1726888945.76650: 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' <<< 172629 1726888945.76673: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8aef9f680> <<< 172629 1726888945.76697: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888945.76739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888945.76789: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888945.76837: 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 0x7fb8af000440> <<< 172629 1726888945.76867: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888945.76887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888945.76890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888945.76931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888945.77018: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af002ba0> <<< 172629 1726888945.77090: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af000560> <<< 172629 1726888945.77124: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8aefc5430> <<< 172629 1726888945.77165: 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 0x7fb8ae9214f0> <<< 172629 1726888945.77186: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8aef9e480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8aef53e90> <<< 172629 1726888945.77292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888945.77306: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb8aef9e7e0> <<< 172629 1726888945.77448: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_00u1z_a4/ansible_stat_payload.zip' # zipimport: zlib available <<< 172629 1726888945.77582: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.77618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888945.77632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888945.77664: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888945.77765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888945.77768: 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 0x7fb8ae977200> <<< 172629 1726888945.77782: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888945.77968: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae9560f0> <<< 172629 1726888945.77989: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae955250> # zipimport: zlib available import 'ansible' # <<< 172629 1726888945.78018: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888945.78048: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888945.78072: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.79447: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.80545: 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 0x7fb8ae9750d0> <<< 172629 1726888945.80579: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726888945.80582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888945.80634: 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' <<< 172629 1726888945.80637: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726888945.80640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888945.80714: 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 0x7fb8ae9a2c30> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae9a29c0> <<< 172629 1726888945.80763: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae9a22d0> <<< 172629 1726888945.80766: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888945.80775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888945.80909: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae9a2750> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae977c20> <<< 172629 1726888945.80913: stdout chunk (state=3): >>>import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8ae9a38c0> # 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 0x7fb8ae9a3b00> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888945.80947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888945.80967: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888945.80999: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae9a3ef0> <<< 172629 1726888945.81024: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888945.81186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae80ddc0> # 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 0x7fb8ae80f9e0> # /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' <<< 172629 1726888945.81249: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae8143e0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888945.81275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae815580> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888945.81391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888945.81462: 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' <<< 172629 1726888945.81490: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae817fb0> # 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 0x7fb8ae8181a0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae816330> # /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' <<< 172629 1726888945.81559: 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' <<< 172629 1726888945.81642: 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' <<< 172629 1726888945.81653: 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 0x7fb8ae81bf80> import '_tokenize' # <<< 172629 1726888945.81685: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae81ab10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae81a870> <<< 172629 1726888945.81762: 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' <<< 172629 1726888945.81789: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae81ade0> <<< 172629 1726888945.81858: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae816840> <<< 172629 1726888945.81967: 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 0x7fb8ae8601d0> # /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 0x7fb8ae8602f0> <<< 172629 1726888945.81991: 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' <<< 172629 1726888945.82004: 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 0x7fb8ae861eb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae861c70> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888945.82101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888945.82154: 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 0x7fb8ae864470> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae8625a0> <<< 172629 1726888945.82316: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888945.82319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae867c20> <<< 172629 1726888945.82439: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae8645f0> <<< 172629 1726888945.82484: 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 0x7fb8ae868a10> <<< 172629 1726888945.82517: 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 0x7fb8ae868e30> <<< 172629 1726888945.82610: 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 0x7fb8ae868e00> <<< 172629 1726888945.82638: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae8605f0> # /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' <<< 172629 1726888945.82675: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888945.82689: 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 0x7fb8ae8f4560> <<< 172629 1726888945.82958: 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 0x7fb8ae8f58e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae86acf0> <<< 172629 1726888945.82962: 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 0x7fb8ae86a420> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae86a930> <<< 172629 1726888945.82972: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888945.83013: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.83109: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888945.83167: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888945.83181: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888945.83198: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.83406: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.83436: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.83939: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.84473: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888945.84498: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888945.84515: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888945.84532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888945.84584: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888945.84594: 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 0x7fb8ae8f99d0> <<< 172629 1726888945.84662: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726888945.84686: 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 0x7fb8ae8fa750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae8f5b50> <<< 172629 1726888945.84745: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 172629 1726888945.84782: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.84785: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888945.84806: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.84941: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.85118: 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' <<< 172629 1726888945.85142: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae8fa7b0> # zipimport: zlib available <<< 172629 1726888945.85670: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.86021: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.86091: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.86164: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888945.86279: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726888945.86327: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.86409: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888945.86439: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888945.86578: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888945.86770: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.86996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888945.87065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888945.87132: stdout chunk (state=3): >>>import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae8fb980> <<< 172629 1726888945.87150: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.87223: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.87296: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888945.87331: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 172629 1726888945.87370: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.87410: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888945.87436: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.87465: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.87511: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.87568: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.87635: 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 <<< 172629 1726888945.87672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888945.87764: 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'<<< 172629 1726888945.87787: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8ae7064b0> <<< 172629 1726888945.87823: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae7010d0> <<< 172629 1726888945.87827: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888945.87844: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.87900: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.87962: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.87990: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.88033: 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' <<< 172629 1726888945.88060: 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 <<< 172629 1726888945.88089: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888945.88104: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888945.88165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888945.88183: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888945.88195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888945.88247: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae9dac60> <<< 172629 1726888945.88287: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae9ee930> <<< 172629 1726888945.88379: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae706570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae8fb320> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888945.88388: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.88410: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.88444: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726888945.88462: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888945.88501: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888945.88530: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.88547: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888945.88678: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.88976: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888945.89714: 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": 195035400, "dev": 51714, "nlink": 1, "atime": 1726887894.9028583, "mtime": 1726562394.502, "ctime": 1726887890.8548312, "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": "2210578496", "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__ <<< 172629 1726888945.90110: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888945.90139: 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<<< 172629 1726888945.90241: stdout chunk (state=3): >>> # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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<<< 172629 1726888945.90256: 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 <<< 172629 1726888945.90318: stdout chunk (state=3): >>># cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # 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 <<< 172629 1726888945.90337: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 172629 1726888945.90565: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888945.90616: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726888945.90663: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888945.90711: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726888945.90733: 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 <<< 172629 1726888945.90790: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726888945.90813: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 172629 1726888945.90851: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888945.90936: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888945.90943: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 172629 1726888945.91020: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # 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<<< 172629 1726888945.91093: stdout chunk (state=3): >>> # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping 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 <<< 172629 1726888945.91119: 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 <<< 172629 1726888945.91123: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888945.91343: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888945.91570: stdout chunk (state=3): >>># 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 <<< 172629 1726888945.91585: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888945.91914: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888945.91918: stdout chunk (state=3): >>><<< 172629 1726888945.91920: stderr chunk (state=3): >>><<< 172629 1726888945.92122: _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 0x7fb8af3104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af2dfb30> # /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 0x7fb8af312a50> 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 0x7fb8af0c1130> # /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 0x7fb8af0c2120> 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 0x7fb8af0feea0> # /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 0x7fb8af1141a0> # /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 0x7fb8af137a40> # /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 0x7fb8af158110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af117ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af115400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af0fd1c0> # /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 0x7fb8af15b980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af15a5a0> # /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 0x7fb8af1162d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af158e30> # /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 0x7fb8af188a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af0fc440> # /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 0x7fb8af188ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af188d70> # 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 0x7fb8af189160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af0faf60> # /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 0x7fb8af189850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af189520> 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 0x7fb8af18a750> 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 0x7fb8af1a48f0> 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 0x7fb8af1a6030> # /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 0x7fb8af1a6ed0> # 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 0x7fb8af1a7530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af1a6420> # /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 0x7fb8af1a7fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af1a76e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af188da0> # /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 0x7fb8af1bff20> # /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 0x7fb8aef50950> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8aef506b0> # 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 0x7fb8aef508c0> # /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 0x7fb8aef51280> # 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 0x7fb8aef51c70> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8aef50b30> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af1be0c0> # /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 0x7fb8aef53020> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8aef51af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af18ae10> # /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 0x7fb8aef7b2c0> # /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 0x7fb8aef9f680> # /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 0x7fb8af000440> # /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 0x7fb8af002ba0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8af000560> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8aefc5430> # /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 0x7fb8ae9214f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8aef9e480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8aef53e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb8aef9e7e0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_00u1z_a4/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 0x7fb8ae977200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae9560f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae955250> # 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 0x7fb8ae9750d0> # /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 0x7fb8ae9a2c30> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae9a29c0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae9a22d0> # /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 0x7fb8ae9a2750> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae977c20> 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 0x7fb8ae9a38c0> # 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 0x7fb8ae9a3b00> # /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 0x7fb8ae9a3ef0> 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 0x7fb8ae80ddc0> # 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 0x7fb8ae80f9e0> # /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 0x7fb8ae8143e0> # /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 0x7fb8ae815580> # /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 0x7fb8ae817fb0> # 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 0x7fb8ae8181a0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae816330> # /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 0x7fb8ae81bf80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae81ab10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae81a870> # /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 0x7fb8ae81ade0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae816840> # 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 0x7fb8ae8601d0> # /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 0x7fb8ae8602f0> # /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 0x7fb8ae861eb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae861c70> # /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 0x7fb8ae864470> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae8625a0> # /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 0x7fb8ae867c20> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae8645f0> # 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 0x7fb8ae868a10> # 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 0x7fb8ae868e30> # 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 0x7fb8ae868e00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae8605f0> # /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 0x7fb8ae8f4560> # 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 0x7fb8ae8f58e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae86acf0> # 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 0x7fb8ae86a420> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae86a930> # 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 0x7fb8ae8f99d0> # /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 0x7fb8ae8fa750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae8f5b50> 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 0x7fb8ae8fa7b0> # 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 0x7fb8ae8fb980> # 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 0x7fb8ae7064b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae7010d0> 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 0x7fb8ae9dac60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae9ee930> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae706570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8ae8fb320> # 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": 195035400, "dev": 51714, "nlink": 1, "atime": 1726887894.9028583, "mtime": 1726562394.502, "ctime": 1726887890.8548312, "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": "2210578496", "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. 172629 1726888945.92899: 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-1726888945.56614-174207-111027293389880/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888945.92902: _low_level_execute_command(): starting 172629 1726888945.92905: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888945.56614-174207-111027293389880/ > /dev/null 2>&1 && sleep 0' 172629 1726888945.93500: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888945.93505: 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' <<< 172629 1726888945.93508: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888945.93511: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888945.93549: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888945.95376: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888945.95421: stderr chunk (state=3): >>><<< 172629 1726888945.95762: stdout chunk (state=3): >>><<< 172629 1726888945.95766: _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 172629 1726888945.95771: handler run complete 172629 1726888945.95773: attempt loop complete, returning result 172629 1726888945.95776: _execute() done 172629 1726888945.95779: dumping result to json 172629 1726888945.95782: done dumping result, returning 172629 1726888945.95789: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-d0a8-add8-0000000008f1] 172629 1726888945.95793: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008f1 172629 1726888945.95878: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008f1 172629 1726888945.95884: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726887894.9028583, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726887890.8548312, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 195035400, "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": "2210578496", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726888945.96043: no more pending results, returning what we have 172629 1726888945.96047: results queue empty 172629 1726888945.96048: checking for any_errors_fatal 172629 1726888945.96059: done checking for any_errors_fatal 172629 1726888945.96061: checking for max_fail_percentage 172629 1726888945.96063: done checking for max_fail_percentage 172629 1726888945.96064: checking to see if all hosts have failed and the running result is not ok 172629 1726888945.96065: done checking to see if all hosts have failed 172629 1726888945.96066: getting the remaining hosts for this loop 172629 1726888945.96067: done getting the remaining hosts for this loop 172629 1726888945.96070: getting the next task for host managed_node1 172629 1726888945.96077: done getting next task for host managed_node1 172629 1726888945.96085: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 172629 1726888945.96089: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888945.96099: getting variables 172629 1726888945.96104: in VariableManager get_vars() 172629 1726888945.96147: Calling all_inventory to load vars for managed_node1 172629 1726888945.96150: Calling groups_inventory to load vars for managed_node1 172629 1726888945.96152: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888945.96306: Calling all_plugins_play to load vars for managed_node1 172629 1726888945.96310: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888945.96314: Calling groups_plugins_play to load vars for managed_node1 172629 1726888945.97576: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888945.98612: done with get_vars() 172629 1726888945.98627: 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 23:22:25 -0400 (0:00:00.480) 0:00:46.267 ****** 172629 1726888945.98729: entering _queue_task() for managed_node1/lineinfile 172629 1726888945.99034: worker is 1 (out of 1 available) 172629 1726888945.99047: exiting _queue_task() for managed_node1/lineinfile 172629 1726888945.99065: done queuing things up, now waiting for results queue to drain 172629 1726888945.99066: waiting for pending results... 172629 1726888945.99382: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 172629 1726888945.99539: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008f2 172629 1726888945.99563: variable 'ansible_search_path' from source: unknown 172629 1726888945.99580: variable 'ansible_search_path' from source: unknown 172629 1726888945.99858: variable 'blivet_output' from source: set_fact 172629 1726888946.00007: dumping result to json 172629 1726888946.00011: done dumping result, returning 172629 1726888946.00014: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-d0a8-add8-0000000008f2] 172629 1726888946.00016: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008f2 skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888946.00176: no more pending results, returning what we have 172629 1726888946.00180: results queue empty 172629 1726888946.00181: checking for any_errors_fatal 172629 1726888946.00194: done checking for any_errors_fatal 172629 1726888946.00195: checking for max_fail_percentage 172629 1726888946.00197: done checking for max_fail_percentage 172629 1726888946.00198: checking to see if all hosts have failed and the running result is not ok 172629 1726888946.00199: done checking to see if all hosts have failed 172629 1726888946.00199: getting the remaining hosts for this loop 172629 1726888946.00201: done getting the remaining hosts for this loop 172629 1726888946.00204: getting the next task for host managed_node1 172629 1726888946.00212: done getting next task for host managed_node1 172629 1726888946.00215: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 172629 1726888946.00220: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888946.00241: getting variables 172629 1726888946.00242: in VariableManager get_vars() 172629 1726888946.00285: Calling all_inventory to load vars for managed_node1 172629 1726888946.00288: Calling groups_inventory to load vars for managed_node1 172629 1726888946.00290: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888946.00312: Calling all_plugins_play to load vars for managed_node1 172629 1726888946.00315: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888946.00318: Calling groups_plugins_play to load vars for managed_node1 172629 1726888946.01149: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008f2 172629 1726888946.01157: WORKER PROCESS EXITING 172629 1726888946.01535: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888946.03236: done with get_vars() 172629 1726888946.03251: 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 23:22:26 -0400 (0:00:00.047) 0:00:46.314 ****** 172629 1726888946.03497: entering _queue_task() for managed_node1/setup 172629 1726888946.04177: worker is 1 (out of 1 available) 172629 1726888946.04188: exiting _queue_task() for managed_node1/setup 172629 1726888946.04198: done queuing things up, now waiting for results queue to drain 172629 1726888946.04199: waiting for pending results... 172629 1726888946.04318: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Update facts 172629 1726888946.04505: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000008f4 172629 1726888946.04524: variable 'ansible_search_path' from source: unknown 172629 1726888946.04538: variable 'ansible_search_path' from source: unknown 172629 1726888946.04585: calling self._execute() 172629 1726888946.04700: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888946.04712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888946.04751: variable 'omit' from source: magic vars 172629 1726888946.05387: variable 'ansible_check_mode' from source: magic vars 172629 1726888946.05399: Evaluated conditional (not ansible_check_mode): True 172629 1726888946.05413: variable 'omit' from source: magic vars 172629 1726888946.05531: variable 'omit' from source: magic vars 172629 1726888946.05563: variable 'omit' from source: magic vars 172629 1726888946.05605: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888946.05717: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888946.05747: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888946.05845: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888946.05848: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888946.05850: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888946.05856: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888946.05859: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888946.05942: Set connection var ansible_timeout to 10 172629 1726888946.05960: Set connection var ansible_shell_type to sh 172629 1726888946.05977: Set connection var ansible_pipelining to False 172629 1726888946.05986: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888946.05994: Set connection var ansible_shell_executable to /bin/sh 172629 1726888946.06000: Set connection var ansible_connection to ssh 172629 1726888946.06024: variable 'ansible_shell_executable' from source: unknown 172629 1726888946.06031: variable 'ansible_connection' from source: unknown 172629 1726888946.06037: variable 'ansible_module_compression' from source: unknown 172629 1726888946.06043: variable 'ansible_shell_type' from source: unknown 172629 1726888946.06048: variable 'ansible_shell_executable' from source: unknown 172629 1726888946.06061: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888946.06069: variable 'ansible_pipelining' from source: unknown 172629 1726888946.06075: variable 'ansible_timeout' from source: unknown 172629 1726888946.06086: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888946.06322: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888946.06338: variable 'omit' from source: magic vars 172629 1726888946.06346: starting attempt loop 172629 1726888946.06352: running the handler 172629 1726888946.06373: _low_level_execute_command(): starting 172629 1726888946.06391: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888946.07518: 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 <<< 172629 1726888946.07681: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888946.07736: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888946.07768: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888946.07965: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888946.09562: stdout chunk (state=3): >>>/root <<< 172629 1726888946.09737: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888946.09741: stdout chunk (state=3): >>><<< 172629 1726888946.09743: stderr chunk (state=3): >>><<< 172629 1726888946.09770: _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 172629 1726888946.09792: _low_level_execute_command(): starting 172629 1726888946.09882: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888946.0977788-174232-204158571761036 `" && echo ansible-tmp-1726888946.0977788-174232-204158571761036="` echo /root/.ansible/tmp/ansible-tmp-1726888946.0977788-174232-204158571761036 `" ) && sleep 0' 172629 1726888946.10443: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888946.10459: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888946.10511: 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 <<< 172629 1726888946.10592: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888946.10624: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888946.10658: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888946.10714: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888946.12707: stdout chunk (state=3): >>>ansible-tmp-1726888946.0977788-174232-204158571761036=/root/.ansible/tmp/ansible-tmp-1726888946.0977788-174232-204158571761036 <<< 172629 1726888946.12758: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888946.12770: stdout chunk (state=3): >>><<< 172629 1726888946.13160: stderr chunk (state=3): >>><<< 172629 1726888946.13164: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888946.0977788-174232-204158571761036=/root/.ansible/tmp/ansible-tmp-1726888946.0977788-174232-204158571761036 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888946.13166: variable 'ansible_module_compression' from source: unknown 172629 1726888946.13168: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 172629 1726888946.13170: variable 'ansible_facts' from source: unknown 172629 1726888946.13668: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888946.0977788-174232-204158571761036/AnsiballZ_setup.py 172629 1726888946.14006: Sending initial data 172629 1726888946.14016: Sent initial data (156 bytes) 172629 1726888946.15085: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888946.15099: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888946.15116: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888946.15135: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888946.15234: 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' <<< 172629 1726888946.15252: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888946.15286: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888946.15357: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888946.16912: 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 <<< 172629 1726888946.17269: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888946.17399: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmprvh6gyjb /root/.ansible/tmp/ansible-tmp-1726888946.0977788-174232-204158571761036/AnsiballZ_setup.py <<< 172629 1726888946.17402: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888946.0977788-174232-204158571761036/AnsiballZ_setup.py" <<< 172629 1726888946.17448: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmprvh6gyjb" to remote "/root/.ansible/tmp/ansible-tmp-1726888946.0977788-174232-204158571761036/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888946.0977788-174232-204158571761036/AnsiballZ_setup.py" <<< 172629 1726888946.20449: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888946.20464: stdout chunk (state=3): >>><<< 172629 1726888946.20476: stderr chunk (state=3): >>><<< 172629 1726888946.20504: done transferring module to remote 172629 1726888946.20664: _low_level_execute_command(): starting 172629 1726888946.20668: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888946.0977788-174232-204158571761036/ /root/.ansible/tmp/ansible-tmp-1726888946.0977788-174232-204158571761036/AnsiballZ_setup.py && sleep 0' 172629 1726888946.21669: 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 <<< 172629 1726888946.21685: stderr 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 <<< 172629 1726888946.21700: 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 <<< 172629 1726888946.21773: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888946.22068: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888946.22094: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888946.23972: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888946.24308: stderr chunk (state=3): >>><<< 172629 1726888946.24311: stdout chunk (state=3): >>><<< 172629 1726888946.24314: _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 172629 1726888946.24316: _low_level_execute_command(): starting 172629 1726888946.24318: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888946.0977788-174232-204158571761036/AnsiballZ_setup.py && sleep 0' 172629 1726888946.25514: 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 <<< 172629 1726888946.25619: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888946.25756: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888946.25799: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888946.27927: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888946.27995: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888946.28065: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888946.28378: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888946.28382: stdout chunk (state=3): >>>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' <<< 172629 1726888946.28451: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2576b104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2576adfb30> # /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 0x7f2576b12a50> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 172629 1726888946.28481: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888946.28575: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888946.28602: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888946.28706: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 172629 1726888946.28725: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888946.28745: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25768e5130> <<< 172629 1726888946.28812: 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 <<< 172629 1726888946.28870: 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 0x7f25768e6120> <<< 172629 1726888946.28884: stdout chunk (state=3): >>>import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 172629 1726888946.29281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888946.29287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888946.29314: 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' <<< 172629 1726888946.29380: 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' <<< 172629 1726888946.29539: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888946.29542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888946.29607: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2576922ea0> # /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' <<< 172629 1726888946.29610: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769381a0> <<< 172629 1726888946.29613: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888946.29676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888946.29680: 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 0x7f257695ba40> <<< 172629 1726888946.29785: 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 0x7f257697c110> import '_collections' # <<< 172629 1726888946.29809: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f257693bce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2576939400> <<< 172629 1726888946.29879: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769211c0> <<< 172629 1726888946.29920: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888946.29990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888946.30017: 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 <<< 172629 1726888946.30128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888946.30231: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f257697f950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f257697e570> # /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 0x7f257693a2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769230b0> # /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 0x7f25769ac9e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2576920440> # /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 0x7f25769ace90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769acd40> <<< 172629 1726888946.30283: 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 0x7f25769ad130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f257691ef60> <<< 172629 1726888946.30346: 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 <<< 172629 1726888946.30389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769ad820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769ad4f0> <<< 172629 1726888946.30470: stdout chunk (state=3): >>>import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769ae720> import 'importlib.util' # import 'runpy' # <<< 172629 1726888946.30520: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888946.30717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888946.30721: 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 0x7f25769c8920> <<< 172629 1726888946.30724: 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 0x7f25769ca030> # /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 0x7f25769caed0> <<< 172629 1726888946.30786: 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 0x7f25769cb530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769ca420> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888946.30797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888946.30823: 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 0x7f25769cbef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769cb620> <<< 172629 1726888946.30879: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769ae750> <<< 172629 1726888946.30905: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888946.30987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888946.31012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25766d3d40> # /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' <<< 172629 1726888946.31045: 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 0x7f25766fc890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25766fc5f0> <<< 172629 1726888946.31066: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888946.31111: 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 0x7f25766fc8c0> # /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' <<< 172629 1726888946.31179: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888946.31312: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888946.31326: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25766fd1f0> <<< 172629 1726888946.31560: 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 0x7f25766fdb50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25766fcaa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25766d1ee0> # /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 0x7f25766fef30> <<< 172629 1726888946.31563: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25766fdc70> <<< 172629 1726888946.31580: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769aee40> <<< 172629 1726888946.31601: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888946.31671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888946.31687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888946.31717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888946.31752: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25767272c0> <<< 172629 1726888946.31867: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888946.31870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888946.31894: 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 0x7f257674b680> <<< 172629 1726888946.31921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888946.31964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888946.32058: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888946.32062: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726888946.32203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25767ac470> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888946.32207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888946.32240: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25767aebd0> <<< 172629 1726888946.32314: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25767ac590> <<< 172629 1726888946.32345: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2576771460> <<< 172629 1726888946.32376: 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 0x7f25765ad5b0> <<< 172629 1726888946.32411: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f257674a4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25766ffe90> <<< 172629 1726888946.32596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888946.32599: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f25765ad850> <<< 172629 1726888946.32838: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_d5lme46j/ansible_setup_payload.zip' # zipimport: zlib available <<< 172629 1726888946.33014: 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' <<< 172629 1726888946.33041: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888946.33121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888946.33150: 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 0x7f2576613320> import '_typing' # <<< 172629 1726888946.33451: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25765f6210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25765f5370> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888946.34833: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.35971: 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 0x7f25766111f0> <<< 172629 1726888946.36007: 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' <<< 172629 1726888946.36045: 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' <<< 172629 1726888946.36064: 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' <<< 172629 1726888946.36118: 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 0x7f2576642d20> <<< 172629 1726888946.36179: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2576642ab0> <<< 172629 1726888946.36194: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25766423c0> <<< 172629 1726888946.36223: 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' <<< 172629 1726888946.36292: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2576642ea0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2576613d40> <<< 172629 1726888946.36324: stdout chunk (state=3): >>>import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2576643a70> <<< 172629 1726888946.36381: 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 0x7f2576643cb0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888946.36385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 172629 1726888946.36470: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2576670140> <<< 172629 1726888946.36477: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888946.36479: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888946.36520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888946.36589: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f29fa0> <<< 172629 1726888946.36625: 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 0x7f2575f2bbc0> <<< 172629 1726888946.36639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f305c0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888946.36670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888946.36695: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f314c0> <<< 172629 1726888946.36816: 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' <<< 172629 1726888946.36823: 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' <<< 172629 1726888946.36867: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f341d0> # 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 0x7f2575f342f0> <<< 172629 1726888946.36913: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f32480> <<< 172629 1726888946.36916: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888946.36971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888946.36994: 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 <<< 172629 1726888946.37120: 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' <<< 172629 1726888946.37133: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f780e0> import '_tokenize' # <<< 172629 1726888946.37192: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f36bd0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f36960> <<< 172629 1726888946.37218: 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' <<< 172629 1726888946.37317: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f36ea0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f32990> <<< 172629 1726888946.37445: 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 0x7f2575f7c380> # /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 0x7f2575f7c530> # /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' <<< 172629 1726888946.37494: 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' <<< 172629 1726888946.37502: 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 0x7f2575f7e000> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f7ddc0> <<< 172629 1726888946.37505: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888946.37540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888946.37585: 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 0x7f2575f80530> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f7e6c0> <<< 172629 1726888946.37618: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888946.37682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888946.37685: 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' # <<< 172629 1726888946.37732: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f83d10> <<< 172629 1726888946.37857: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f806e0> <<< 172629 1726888946.37960: 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 0x7f2575f84a70> <<< 172629 1726888946.38065: 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 0x7f2575f84ce0> # 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 0x7f2575f84f80> <<< 172629 1726888946.38089: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f7c710> <<< 172629 1726888946.38344: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2575e105f0> # 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 0x7f2575e11940> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f86d80> <<< 172629 1726888946.38358: 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 0x7f2575f86270> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f869c0> <<< 172629 1726888946.38361: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.38363: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888946.38382: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.38459: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.38545: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.38578: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888946.38607: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888946.38619: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.38727: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.38845: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.39382: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.39983: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888946.40024: 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 0x7f2575e15be0> <<< 172629 1726888946.40123: 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' <<< 172629 1726888946.40136: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575e169c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575e11b80> <<< 172629 1726888946.40239: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 172629 1726888946.40242: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.40244: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888946.40386: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.40565: 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 0x7f2575e169f0> <<< 172629 1726888946.40579: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.41020: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.41464: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.41531: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.41612: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888946.41632: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.41658: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.41702: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888946.41705: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.41844: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.41875: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888946.41896: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.41937: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.41988: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888946.41992: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.42215: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.42448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888946.42519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726888946.42588: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575e17c80> <<< 172629 1726888946.42602: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.42670: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.42761: 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' # <<< 172629 1726888946.42785: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.42864: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.42878: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888946.43094: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.43098: stdout chunk (state=3): >>># 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 <<< 172629 1726888946.43128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888946.43210: 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 0x7f2575e22960> <<< 172629 1726888946.43248: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575e1f170> <<< 172629 1726888946.43286: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888946.43433: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.43446: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888946.43491: 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' <<< 172629 1726888946.43526: 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 <<< 172629 1726888946.43560: 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 <<< 172629 1726888946.43660: 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' <<< 172629 1726888946.43707: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f0af00> <<< 172629 1726888946.43761: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2576676c00> <<< 172629 1726888946.43831: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575e22630> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575e1ea20> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888946.43883: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888946.43993: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888946.44004: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888946.44067: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.44125: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.44172: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.44205: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.44239: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.44312: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.44317: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.44391: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 172629 1726888946.44406: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.44479: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.44536: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.44548: 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 <<< 172629 1726888946.44603: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 172629 1726888946.44624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888946.44763: 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 <<< 172629 1726888946.44766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888946.44791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888946.44841: 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 0x7f2575b3ac90> <<< 172629 1726888946.44899: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575b3a0c0> <<< 172629 1726888946.44918: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575b38aa0> <<< 172629 1726888946.45133: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575eb2ff0> <<< 172629 1726888946.45190: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575eb0f80> import 'ansible.module_utils.compat.typing' # <<< 172629 1726888946.45208: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.45380: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.45560: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.45590: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.45674: 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' <<< 172629 1726888946.45703: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 172629 1726888946.45792: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575eb34a0> # /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' <<< 172629 1726888946.45808: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888946.45839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888946.45866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726888946.45907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575b88ef0> <<< 172629 1726888946.45933: 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 0x7f2575b89220> <<< 172629 1726888946.46011: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575b7ca10> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575b4fcb0> <<< 172629 1726888946.46103: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575ea03b0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575ea0e60> <<< 172629 1726888946.46131: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 172629 1726888946.46145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 172629 1726888946.46176: 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 0x7f2575b8be60> <<< 172629 1726888946.46222: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575b8b710> <<< 172629 1726888946.46252: 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 0x7f2575b8b8f0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575b8ab70> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 172629 1726888946.46368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575b8bf50> <<< 172629 1726888946.46371: stdout chunk (state=3): >>># /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' <<< 172629 1726888946.46420: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2575942b40> <<< 172629 1726888946.46441: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575940b30> <<< 172629 1726888946.46495: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575ea1190> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 172629 1726888946.46558: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.46572: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.46633: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 172629 1726888946.46636: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.46808: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.46811: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 172629 1726888946.46819: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.46849: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 172629 1726888946.46905: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.46948: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 172629 1726888946.46979: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.47009: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.47121: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 172629 1726888946.47125: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.47127: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.47177: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.47234: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.47315: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 172629 1726888946.47318: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.47851: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.48216: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 172629 1726888946.48276: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.48329: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.48366: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.48409: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 172629 1726888946.48550: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888946.48598: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 172629 1726888946.48617: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.48639: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.48682: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available <<< 172629 1726888946.48716: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.48774: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 172629 1726888946.48792: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.48833: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.49014: 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' <<< 172629 1726888946.49018: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575943350> # /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' <<< 172629 1726888946.49120: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575943f80> import 'ansible.module_utils.facts.system.local' # <<< 172629 1726888946.49134: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.49189: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.49262: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 172629 1726888946.49483: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.49497: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 172629 1726888946.49521: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.49600: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 172629 1726888946.49642: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.49688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888946.49733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888946.49808: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888946.49925: 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 0x7f2575983110> <<< 172629 1726888946.50050: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f257596bda0> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 172629 1726888946.50114: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.50173: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 172629 1726888946.50195: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.50270: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.50358: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.50474: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.50617: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 172629 1726888946.50630: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.50667: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.50711: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available <<< 172629 1726888946.50758: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.50810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 172629 1726888946.50846: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888946.50886: 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 0x7f257599aed0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f257599aa50> import 'ansible.module_utils.facts.system.user' # <<< 172629 1726888946.50916: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 172629 1726888946.50927: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.51034: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 172629 1726888946.51161: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.51319: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 172629 1726888946.51465: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.51520: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.51568: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.51683: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888946.51809: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.51953: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 172629 1726888946.51972: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.52086: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.52216: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 172629 1726888946.52490: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.52493: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.52496: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.52843: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.53369: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 172629 1726888946.53381: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 172629 1726888946.53401: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.53485: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.53593: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 172629 1726888946.53613: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.53701: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.53802: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 172629 1726888946.53826: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.53962: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.54120: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 172629 1726888946.54154: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 172629 1726888946.54178: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.54207: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.54251: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 172629 1726888946.54275: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.54360: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.54456: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.54654: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.54876: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 172629 1726888946.54903: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 172629 1726888946.54953: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # <<< 172629 1726888946.55078: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 172629 1726888946.55091: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.55241: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 172629 1726888946.55279: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.55345: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 172629 1726888946.55470: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726888946.55481: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.55733: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.56133: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # <<< 172629 1726888946.56164: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.56210: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.56214: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 172629 1726888946.56247: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.56282: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 172629 1726888946.56308: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.56326: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.56362: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 172629 1726888946.56374: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.56481: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.56524: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 172629 1726888946.56560: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 172629 1726888946.56580: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.56615: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.56681: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available <<< 172629 1726888946.56892: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.56895: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888946.56945: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 172629 1726888946.57001: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available <<< 172629 1726888946.57025: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.57088: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 172629 1726888946.57094: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.57278: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.57478: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 172629 1726888946.57480: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.57526: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.57584: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 172629 1726888946.57588: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.57684: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available <<< 172629 1726888946.57774: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.57861: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 172629 1726888946.57880: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.57953: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.58044: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 172629 1726888946.58133: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888946.58293: 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' <<< 172629 1726888946.58328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 172629 1726888946.58380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2575a0a150> <<< 172629 1726888946.58383: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25759c01a0> <<< 172629 1726888946.58428: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25759c1e80> <<< 172629 1726888946.72674: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 172629 1726888946.72730: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575a09100> # /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 0x7f2575a0aa50> <<< 172629 1726888946.72822: 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 0x7f25759f9190> <<< 172629 1726888946.72835: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25759f8c50> <<< 172629 1726888946.73107: 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 <<< 172629 1726888946.97414: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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_lsb": {}, "ansible_is_chroot": false, "ansible_iscsi_iqn": "", "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_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_fips": false, "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": 592, "ansible_swaptotal_mb": 10239, "ansible_swapfree_mb": 10239, "ansible_memory_mb": {"real": {"total": 3531, "used": 2939, "free": 592}, "nocache": {"free": 3237, "used": 294}, "swap": {"total": 10239, "free": 10239, "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": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"], "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": ["5a262d27-d88f-4844-875e-b83a421e8734"], "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", "secto<<< 172629 1726888946.97453: stdout chunk (state=3): >>>rsize": "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"], "sda": ["5a262d27-d88f-4844-875e-b83a421e8734"], "sdb": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 4388, "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": 255377768448, "block_size": 4096, "block_total": 65519099, "block_available": 62348088, "block_used": 3171011, "inode_total": 131070960, "inode_available": 131027025, "inode_used": 43935, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "22", "second": "26", "epoch": "1726888946", "epoch_int": "1726888946", "date": "2024-09-20", "time": "23:22:26", "iso8601_micro": "2024-09-21T03:22:26.929322Z", "iso8601": "2024-09-21T03:22:26Z", "iso8601_basic": "20240920T232226929322", "iso8601_basic_short": "20240920T232226", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_loadavg": {"1m": 0.64794921875, "5m": 0.7763671875, "15m": 0.9951171875}, "ansible_fibre_channel_wwn": [], "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.13.105 34704 10.31.15.52 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.13.105 34704 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "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_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 172629 1726888946.97957: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 172629 1726888946.98061: stdout chunk (state=3): >>># clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io <<< 172629 1726888946.98069: stdout chunk (state=3): >>># cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 172629 1726888946.98180: stdout chunk (state=3): >>># 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<<< 172629 1726888946.98184: stdout chunk (state=3): >>> # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # 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 <<< 172629 1726888946.98231: stdout chunk (state=3): >>># 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 <<< 172629 1726888946.98273: stdout chunk (state=3): >>># 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 <<< 172629 1726888946.98613: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888946.98702: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888946.98705: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726888946.98731: 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 <<< 172629 1726888946.98757: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select <<< 172629 1726888946.98893: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 172629 1726888946.98896: stdout chunk (state=3): >>># 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 <<< 172629 1726888946.98898: stdout chunk (state=3): >>># destroy _pickle # destroy queue # destroy _heapq # destroy _queue <<< 172629 1726888946.99116: stdout chunk (state=3): >>># destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl <<< 172629 1726888946.99122: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json <<< 172629 1726888946.99127: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token <<< 172629 1726888946.99209: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # 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 <<< 172629 1726888946.99217: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading <<< 172629 1726888946.99298: 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 <<< 172629 1726888946.99313: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # 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 <<< 172629 1726888946.99514: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888946.99603: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888946.99644: stdout chunk (state=3): >>># 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 <<< 172629 1726888946.99647: 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 # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888946.99860: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # 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 <<< 172629 1726888947.00257: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888947.00275: stderr chunk (state=3): >>>Shared connection to 10.31.15.52 closed. <<< 172629 1726888947.00398: stderr chunk (state=3): >>><<< 172629 1726888947.00401: stdout chunk (state=3): >>><<< 172629 1726888947.00685: _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 0x7f2576b104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2576adfb30> # /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 0x7f2576b12a50> 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 0x7f25768e5130> # /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 0x7f25768e6120> 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 0x7f2576922ea0> # /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 0x7f25769381a0> # /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 0x7f257695ba40> # /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 0x7f257697c110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f257693bce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2576939400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769211c0> # /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 0x7f257697f950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f257697e570> # /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 0x7f257693a2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769230b0> # /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 0x7f25769ac9e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2576920440> # /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 0x7f25769ace90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769acd40> # 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 0x7f25769ad130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f257691ef60> # /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 0x7f25769ad820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769ad4f0> 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 0x7f25769ae720> 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 0x7f25769c8920> 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 0x7f25769ca030> # /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 0x7f25769caed0> # 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 0x7f25769cb530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769ca420> # /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 0x7f25769cbef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769cb620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769ae750> # /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 0x7f25766d3d40> # /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 0x7f25766fc890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25766fc5f0> # 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 0x7f25766fc8c0> # /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 0x7f25766fd1f0> # 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 0x7f25766fdb50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25766fcaa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25766d1ee0> # /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 0x7f25766fef30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25766fdc70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25769aee40> # /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 0x7f25767272c0> # /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 0x7f257674b680> # /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 0x7f25767ac470> # /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 0x7f25767aebd0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25767ac590> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2576771460> # /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 0x7f25765ad5b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f257674a4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25766ffe90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f25765ad850> # zipimport: found 103 names in '/tmp/ansible_setup_payload_d5lme46j/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 0x7f2576613320> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25765f6210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25765f5370> # 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 0x7f25766111f0> # /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 0x7f2576642d20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2576642ab0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25766423c0> # /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 0x7f2576642ea0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2576613d40> 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 0x7f2576643a70> # 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 0x7f2576643cb0> # /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 0x7f2576670140> 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 0x7f2575f29fa0> # 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 0x7f2575f2bbc0> # /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 0x7f2575f305c0> # /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 0x7f2575f314c0> # /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 0x7f2575f341d0> # 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 0x7f2575f342f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f32480> # /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 0x7f2575f780e0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f36bd0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f36960> # /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 0x7f2575f36ea0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f32990> # 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 0x7f2575f7c380> # /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 0x7f2575f7c530> # /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 0x7f2575f7e000> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f7ddc0> # /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 0x7f2575f80530> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f7e6c0> # /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 0x7f2575f83d10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f806e0> # 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 0x7f2575f84a70> # 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 0x7f2575f84ce0> # 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 0x7f2575f84f80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f7c710> # /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 0x7f2575e105f0> # 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 0x7f2575e11940> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f86d80> # 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 0x7f2575f86270> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575f869c0> # 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 0x7f2575e15be0> # /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 0x7f2575e169c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575e11b80> 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 0x7f2575e169f0> # 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 0x7f2575e17c80> # 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 0x7f2575e22960> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575e1f170> 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 0x7f2575f0af00> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2576676c00> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575e22630> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575e1ea20> # 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 0x7f2575b3ac90> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575b3a0c0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575b38aa0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575eb2ff0> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575eb0f80> 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 0x7f2575eb34a0> # /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 0x7f2575b88ef0> # 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 0x7f2575b89220> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575b7ca10> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575b4fcb0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575ea03b0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575ea0e60> # /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 0x7f2575b8be60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575b8b710> # 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 0x7f2575b8b8f0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575b8ab70> # /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 0x7f2575b8bf50> # /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 0x7f2575942b40> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575940b30> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2575ea1190> 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 0x7f2575943350> # /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 0x7f2575943f80> 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 0x7f2575983110> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f257596bda0> 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 0x7f257599aed0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f257599aa50> 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 0x7f2575a0a150> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25759c01a0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25759c1e80> # /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 0x7f2575a09100> # /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 0x7f2575a0aa50> # /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 0x7f25759f9190> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25759f8c50> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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_lsb": {}, "ansible_is_chroot": false, "ansible_iscsi_iqn": "", "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_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_fips": false, "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": 592, "ansible_swaptotal_mb": 10239, "ansible_swapfree_mb": 10239, "ansible_memory_mb": {"real": {"total": 3531, "used": 2939, "free": 592}, "nocache": {"free": 3237, "used": 294}, "swap": {"total": 10239, "free": 10239, "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": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"], "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": ["5a262d27-d88f-4844-875e-b83a421e8734"], "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"], "sda": ["5a262d27-d88f-4844-875e-b83a421e8734"], "sdb": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 4388, "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": 255377768448, "block_size": 4096, "block_total": 65519099, "block_available": 62348088, "block_used": 3171011, "inode_total": 131070960, "inode_available": 131027025, "inode_used": 43935, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "22", "second": "26", "epoch": "1726888946", "epoch_int": "1726888946", "date": "2024-09-20", "time": "23:22:26", "iso8601_micro": "2024-09-21T03:22:26.929322Z", "iso8601": "2024-09-21T03:22:26Z", "iso8601_basic": "20240920T232226929322", "iso8601_basic_short": "20240920T232226", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_loadavg": {"1m": 0.64794921875, "5m": 0.7763671875, "15m": 0.9951171875}, "ansible_fibre_channel_wwn": [], "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.13.105 34704 10.31.15.52 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.13.105 34704 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "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_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # 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. 172629 1726888947.03369: 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-1726888946.0977788-174232-204158571761036/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888947.03372: _low_level_execute_command(): starting 172629 1726888947.03375: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888946.0977788-174232-204158571761036/ > /dev/null 2>&1 && sleep 0' 172629 1726888947.04248: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888947.04257: 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 <<< 172629 1726888947.04260: 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 <<< 172629 1726888947.04262: stderr 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 <<< 172629 1726888947.04346: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888947.04618: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888947.04684: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888947.06570: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888947.06694: stderr chunk (state=3): >>><<< 172629 1726888947.06698: stdout chunk (state=3): >>><<< 172629 1726888947.06714: _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 172629 1726888947.06720: handler run complete 172629 1726888947.07113: variable 'ansible_facts' from source: unknown 172629 1726888947.07248: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888947.08299: variable 'ansible_facts' from source: unknown 172629 1726888947.08405: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888947.08781: attempt loop complete, returning result 172629 1726888947.08786: _execute() done 172629 1726888947.08794: dumping result to json 172629 1726888947.08832: done dumping result, returning 172629 1726888947.08842: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-d0a8-add8-0000000008f4] 172629 1726888947.08847: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008f4 ok: [managed_node1] 172629 1726888947.10671: no more pending results, returning what we have 172629 1726888947.10675: results queue empty 172629 1726888947.10676: checking for any_errors_fatal 172629 1726888947.10682: done checking for any_errors_fatal 172629 1726888947.10683: checking for max_fail_percentage 172629 1726888947.10684: done checking for max_fail_percentage 172629 1726888947.10685: checking to see if all hosts have failed and the running result is not ok 172629 1726888947.10686: done checking to see if all hosts have failed 172629 1726888947.10687: getting the remaining hosts for this loop 172629 1726888947.10688: done getting the remaining hosts for this loop 172629 1726888947.10691: getting the next task for host managed_node1 172629 1726888947.10700: done getting next task for host managed_node1 172629 1726888947.10703: ^ task is: TASK: meta (role_complete) 172629 1726888947.10706: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888947.10718: getting variables 172629 1726888947.10720: in VariableManager get_vars() 172629 1726888947.10750: Calling all_inventory to load vars for managed_node1 172629 1726888947.10758: Calling groups_inventory to load vars for managed_node1 172629 1726888947.10761: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888947.10767: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000008f4 172629 1726888947.10770: WORKER PROCESS EXITING 172629 1726888947.10779: Calling all_plugins_play to load vars for managed_node1 172629 1726888947.10782: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888947.10785: Calling groups_plugins_play to load vars for managed_node1 172629 1726888947.11671: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888947.13067: done with get_vars() 172629 1726888947.13083: done getting variables 172629 1726888947.13280: done queuing things up, now waiting for results queue to drain 172629 1726888947.13283: results queue empty 172629 1726888947.13283: checking for any_errors_fatal 172629 1726888947.13287: done checking for any_errors_fatal 172629 1726888947.13288: checking for max_fail_percentage 172629 1726888947.13289: done checking for max_fail_percentage 172629 1726888947.13290: checking to see if all hosts have failed and the running result is not ok 172629 1726888947.13290: done checking to see if all hosts have failed 172629 1726888947.13291: getting the remaining hosts for this loop 172629 1726888947.13292: done getting the remaining hosts for this loop 172629 1726888947.13294: getting the next task for host managed_node1 172629 1726888947.13298: done getting next task for host managed_node1 172629 1726888947.13305: ^ task is: TASK: Verify results 172629 1726888947.13307: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888947.13309: getting variables 172629 1726888947.13310: in VariableManager get_vars() 172629 1726888947.13320: Calling all_inventory to load vars for managed_node1 172629 1726888947.13322: Calling groups_inventory to load vars for managed_node1 172629 1726888947.13324: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888947.13329: Calling all_plugins_play to load vars for managed_node1 172629 1726888947.13331: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888947.13334: Calling groups_plugins_play to load vars for managed_node1 172629 1726888947.14231: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888947.15693: done with get_vars() 172629 1726888947.15706: done getting variables TASK [Verify results] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:71 Friday 20 September 2024 23:22:27 -0400 (0:00:01.122) 0:00:47.437 ****** 172629 1726888947.15783: entering _queue_task() for managed_node1/include_tasks 172629 1726888947.16503: worker is 1 (out of 1 available) 172629 1726888947.16516: exiting _queue_task() for managed_node1/include_tasks 172629 1726888947.16643: done queuing things up, now waiting for results queue to drain 172629 1726888947.16645: waiting for pending results... 172629 1726888947.17026: running TaskExecutor() for managed_node1/TASK: Verify results 172629 1726888947.17135: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000000f 172629 1726888947.17160: variable 'ansible_search_path' from source: unknown 172629 1726888947.17203: calling self._execute() 172629 1726888947.17327: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888947.17341: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888947.17360: variable 'omit' from source: magic vars 172629 1726888947.17479: _execute() done 172629 1726888947.17488: dumping result to json 172629 1726888947.17495: done dumping result, returning 172629 1726888947.17506: done running TaskExecutor() for managed_node1/TASK: Verify results [0affc8a3-6f6f-d0a8-add8-00000000000f] 172629 1726888947.17517: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000000f 172629 1726888947.17699: no more pending results, returning what we have 172629 1726888947.17704: in VariableManager get_vars() 172629 1726888947.17745: Calling all_inventory to load vars for managed_node1 172629 1726888947.17748: Calling groups_inventory to load vars for managed_node1 172629 1726888947.17751: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888947.17768: Calling all_plugins_play to load vars for managed_node1 172629 1726888947.17771: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888947.17774: Calling groups_plugins_play to load vars for managed_node1 172629 1726888947.18551: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000000f 172629 1726888947.18554: WORKER PROCESS EXITING 172629 1726888947.18728: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888947.19783: done with get_vars() 172629 1726888947.19794: variable 'ansible_search_path' from source: unknown 172629 1726888947.19808: we have included files to process 172629 1726888947.19810: generating all_blocks data 172629 1726888947.19811: done generating all_blocks data 172629 1726888947.19815: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726888947.19817: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726888947.19819: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726888947.20630: in VariableManager get_vars() 172629 1726888947.20649: done with get_vars() 172629 1726888947.20688: in VariableManager get_vars() 172629 1726888947.20701: done with get_vars() 172629 1726888947.20784: done processing included file 172629 1726888947.20786: iterating over new_blocks loaded from include file 172629 1726888947.20787: in VariableManager get_vars() 172629 1726888947.20797: done with get_vars() 172629 1726888947.20798: filtering new block on tags 172629 1726888947.20823: done filtering new block on tags 172629 1726888947.20825: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 172629 1726888947.20830: extending task lists for all hosts with included blocks 172629 1726888947.23088: done extending task lists 172629 1726888947.23090: done processing included files 172629 1726888947.23091: results queue empty 172629 1726888947.23091: checking for any_errors_fatal 172629 1726888947.23093: done checking for any_errors_fatal 172629 1726888947.23094: checking for max_fail_percentage 172629 1726888947.23095: done checking for max_fail_percentage 172629 1726888947.23095: checking to see if all hosts have failed and the running result is not ok 172629 1726888947.23096: done checking to see if all hosts have failed 172629 1726888947.23097: getting the remaining hosts for this loop 172629 1726888947.23098: done getting the remaining hosts for this loop 172629 1726888947.23100: getting the next task for host managed_node1 172629 1726888947.23103: done getting next task for host managed_node1 172629 1726888947.23105: ^ task is: TASK: Print out pool information 172629 1726888947.23108: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888947.23110: getting variables 172629 1726888947.23111: in VariableManager get_vars() 172629 1726888947.23119: Calling all_inventory to load vars for managed_node1 172629 1726888947.23121: Calling groups_inventory to load vars for managed_node1 172629 1726888947.23123: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888947.23129: Calling all_plugins_play to load vars for managed_node1 172629 1726888947.23131: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888947.23134: Calling groups_plugins_play to load vars for managed_node1 172629 1726888947.23909: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888947.24518: done with get_vars() 172629 1726888947.24533: done getting variables 172629 1726888947.24583: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Print out pool information] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Friday 20 September 2024 23:22:27 -0400 (0:00:00.088) 0:00:47.526 ****** 172629 1726888947.24610: entering _queue_task() for managed_node1/debug 172629 1726888947.24939: worker is 1 (out of 1 available) 172629 1726888947.24951: exiting _queue_task() for managed_node1/debug 172629 1726888947.24968: done queuing things up, now waiting for results queue to drain 172629 1726888947.24970: waiting for pending results... 172629 1726888947.25232: running TaskExecutor() for managed_node1/TASK: Print out pool information 172629 1726888947.25357: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000097e 172629 1726888947.25376: variable 'ansible_search_path' from source: unknown 172629 1726888947.25413: calling self._execute() 172629 1726888947.25522: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888947.25533: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888947.25549: variable 'omit' from source: magic vars 172629 1726888947.25942: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888947.28812: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888947.28906: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888947.29058: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888947.29064: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888947.29068: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888947.29112: 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) 172629 1726888947.29147: 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) 172629 1726888947.29183: 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) 172629 1726888947.29227: 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) 172629 1726888947.29247: 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) 172629 1726888947.29376: variable '_storage_pools_list' from source: set_fact 172629 1726888947.29403: Evaluated conditional (_storage_pools_list | length > 0): False 172629 1726888947.29411: when evaluation is False, skipping this task 172629 1726888947.29419: _execute() done 172629 1726888947.29426: dumping result to json 172629 1726888947.29432: done dumping result, returning 172629 1726888947.29442: done running TaskExecutor() for managed_node1/TASK: Print out pool information [0affc8a3-6f6f-d0a8-add8-00000000097e] 172629 1726888947.29451: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000097e skipping: [managed_node1] => { "false_condition": "_storage_pools_list | length > 0" } 172629 1726888947.29707: no more pending results, returning what we have 172629 1726888947.29712: results queue empty 172629 1726888947.29713: checking for any_errors_fatal 172629 1726888947.29715: done checking for any_errors_fatal 172629 1726888947.29715: checking for max_fail_percentage 172629 1726888947.29717: done checking for max_fail_percentage 172629 1726888947.29718: checking to see if all hosts have failed and the running result is not ok 172629 1726888947.29719: done checking to see if all hosts have failed 172629 1726888947.29720: getting the remaining hosts for this loop 172629 1726888947.29722: done getting the remaining hosts for this loop 172629 1726888947.29727: getting the next task for host managed_node1 172629 1726888947.29734: done getting next task for host managed_node1 172629 1726888947.29737: ^ task is: TASK: Print out volume information 172629 1726888947.29740: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888947.29745: getting variables 172629 1726888947.29748: in VariableManager get_vars() 172629 1726888947.29788: Calling all_inventory to load vars for managed_node1 172629 1726888947.29792: Calling groups_inventory to load vars for managed_node1 172629 1726888947.29796: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888947.29807: Calling all_plugins_play to load vars for managed_node1 172629 1726888947.29812: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888947.29815: Calling groups_plugins_play to load vars for managed_node1 172629 1726888947.30369: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000097e 172629 1726888947.30372: WORKER PROCESS EXITING 172629 1726888947.30708: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888947.32204: done with get_vars() 172629 1726888947.32219: done getting variables 172629 1726888947.32383: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Print out volume information] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Friday 20 September 2024 23:22:27 -0400 (0:00:00.077) 0:00:47.604 ****** 172629 1726888947.32413: entering _queue_task() for managed_node1/debug 172629 1726888947.32912: worker is 1 (out of 1 available) 172629 1726888947.32927: exiting _queue_task() for managed_node1/debug 172629 1726888947.32942: done queuing things up, now waiting for results queue to drain 172629 1726888947.32943: waiting for pending results... 172629 1726888947.33594: running TaskExecutor() for managed_node1/TASK: Print out volume information 172629 1726888947.33778: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000097f 172629 1726888947.33803: variable 'ansible_search_path' from source: unknown 172629 1726888947.33846: calling self._execute() 172629 1726888947.34005: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888947.34009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888947.34012: variable 'omit' from source: magic vars 172629 1726888947.34419: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888947.37540: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888947.37623: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888947.37705: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888947.37710: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888947.37742: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888947.37828: 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) 172629 1726888947.37868: 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) 172629 1726888947.37901: 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) 172629 1726888947.38031: 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) 172629 1726888947.38034: 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) 172629 1726888947.38090: variable '_storage_volumes_list' from source: set_fact 172629 1726888947.38140: Evaluated conditional (_storage_volumes_list | length > 0): True 172629 1726888947.38153: variable 'omit' from source: magic vars 172629 1726888947.38196: variable 'omit' from source: magic vars 172629 1726888947.38232: variable 'omit' from source: magic vars 172629 1726888947.38266: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888947.38300: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888947.38326: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888947.38349: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888947.38374: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888947.38406: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888947.38415: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888947.38470: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888947.38531: Set connection var ansible_timeout to 10 172629 1726888947.38544: Set connection var ansible_shell_type to sh 172629 1726888947.38560: Set connection var ansible_pipelining to False 172629 1726888947.38571: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888947.38585: Set connection var ansible_shell_executable to /bin/sh 172629 1726888947.38591: Set connection var ansible_connection to ssh 172629 1726888947.38618: variable 'ansible_shell_executable' from source: unknown 172629 1726888947.38625: variable 'ansible_connection' from source: unknown 172629 1726888947.38689: variable 'ansible_module_compression' from source: unknown 172629 1726888947.38693: variable 'ansible_shell_type' from source: unknown 172629 1726888947.38695: variable 'ansible_shell_executable' from source: unknown 172629 1726888947.38697: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888947.38699: variable 'ansible_pipelining' from source: unknown 172629 1726888947.38701: variable 'ansible_timeout' from source: unknown 172629 1726888947.38703: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888947.38778: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888947.38801: variable 'omit' from source: magic vars 172629 1726888947.38813: starting attempt loop 172629 1726888947.38821: running the handler 172629 1726888947.38877: variable '_storage_volumes_list' from source: set_fact 172629 1726888947.38966: variable '_storage_volumes_list' from source: set_fact 172629 1726888947.39152: handler run complete 172629 1726888947.39234: attempt loop complete, returning result 172629 1726888947.39237: _execute() done 172629 1726888947.39239: dumping result to json 172629 1726888947.39241: done dumping result, returning 172629 1726888947.39243: done running TaskExecutor() for managed_node1/TASK: Print out volume information [0affc8a3-6f6f-d0a8-add8-00000000097f] 172629 1726888947.39245: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000097f ok: [managed_node1] => { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } 172629 1726888947.39425: no more pending results, returning what we have 172629 1726888947.39437: results queue empty 172629 1726888947.39438: checking for any_errors_fatal 172629 1726888947.39448: done checking for any_errors_fatal 172629 1726888947.39449: checking for max_fail_percentage 172629 1726888947.39451: done checking for max_fail_percentage 172629 1726888947.39452: checking to see if all hosts have failed and the running result is not ok 172629 1726888947.39453: done checking to see if all hosts have failed 172629 1726888947.39454: getting the remaining hosts for this loop 172629 1726888947.39458: done getting the remaining hosts for this loop 172629 1726888947.39462: getting the next task for host managed_node1 172629 1726888947.39470: done getting next task for host managed_node1 172629 1726888947.39474: ^ task is: TASK: Collect info about the volumes. 172629 1726888947.39477: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888947.39482: getting variables 172629 1726888947.39484: in VariableManager get_vars() 172629 1726888947.39520: Calling all_inventory to load vars for managed_node1 172629 1726888947.39523: Calling groups_inventory to load vars for managed_node1 172629 1726888947.39527: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888947.39537: Calling all_plugins_play to load vars for managed_node1 172629 1726888947.39541: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888947.39544: Calling groups_plugins_play to load vars for managed_node1 172629 1726888947.40368: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000097f 172629 1726888947.40371: WORKER PROCESS EXITING 172629 1726888947.40504: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888947.41096: done with get_vars() 172629 1726888947.41111: done getting variables TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Friday 20 September 2024 23:22:27 -0400 (0:00:00.087) 0:00:47.691 ****** 172629 1726888947.41197: entering _queue_task() for managed_node1/fedora.linux_system_roles.blockdev_info 172629 1726888947.41669: worker is 1 (out of 1 available) 172629 1726888947.41684: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blockdev_info 172629 1726888947.41695: done queuing things up, now waiting for results queue to drain 172629 1726888947.41696: waiting for pending results... 172629 1726888947.41800: running TaskExecutor() for managed_node1/TASK: Collect info about the volumes. 172629 1726888947.41915: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000980 172629 1726888947.41940: variable 'ansible_search_path' from source: unknown 172629 1726888947.41986: calling self._execute() 172629 1726888947.42102: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888947.42114: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888947.42138: variable 'omit' from source: magic vars 172629 1726888947.42256: variable 'omit' from source: magic vars 172629 1726888947.42359: variable 'omit' from source: magic vars 172629 1726888947.42362: variable 'omit' from source: magic vars 172629 1726888947.42397: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888947.42446: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888947.42481: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888947.42505: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888947.42525: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888947.42568: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888947.42680: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888947.42683: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888947.42700: Set connection var ansible_timeout to 10 172629 1726888947.42710: Set connection var ansible_shell_type to sh 172629 1726888947.42723: Set connection var ansible_pipelining to False 172629 1726888947.42733: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888947.42746: Set connection var ansible_shell_executable to /bin/sh 172629 1726888947.42758: Set connection var ansible_connection to ssh 172629 1726888947.42785: variable 'ansible_shell_executable' from source: unknown 172629 1726888947.42900: variable 'ansible_connection' from source: unknown 172629 1726888947.42903: variable 'ansible_module_compression' from source: unknown 172629 1726888947.42906: variable 'ansible_shell_type' from source: unknown 172629 1726888947.42908: variable 'ansible_shell_executable' from source: unknown 172629 1726888947.42910: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888947.42912: variable 'ansible_pipelining' from source: unknown 172629 1726888947.42914: variable 'ansible_timeout' from source: unknown 172629 1726888947.42915: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888947.43048: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888947.43072: variable 'omit' from source: magic vars 172629 1726888947.43088: starting attempt loop 172629 1726888947.43110: running the handler 172629 1726888947.43133: _low_level_execute_command(): starting 172629 1726888947.43146: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888947.43933: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888947.43949: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888947.43976: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888947.44009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888947.44047: 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 <<< 172629 1726888947.44101: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888947.44121: 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 <<< 172629 1726888947.44223: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888947.44237: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888947.44329: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888947.46041: stdout chunk (state=3): >>>/root <<< 172629 1726888947.46170: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888947.46201: stderr chunk (state=3): >>><<< 172629 1726888947.46217: stdout chunk (state=3): >>><<< 172629 1726888947.46269: _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 172629 1726888947.46274: _low_level_execute_command(): starting 172629 1726888947.46288: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888947.4624534-174290-172527521566304 `" && echo ansible-tmp-1726888947.4624534-174290-172527521566304="` echo /root/.ansible/tmp/ansible-tmp-1726888947.4624534-174290-172527521566304 `" ) && sleep 0' 172629 1726888947.46894: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888947.46915: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888947.46928: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888947.46943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888947.46960: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888947.46971: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888947.47024: 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 <<< 172629 1726888947.47088: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888947.47135: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888947.47157: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888947.47239: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888947.49199: stdout chunk (state=3): >>>ansible-tmp-1726888947.4624534-174290-172527521566304=/root/.ansible/tmp/ansible-tmp-1726888947.4624534-174290-172527521566304 <<< 172629 1726888947.49334: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888947.49404: stdout chunk (state=3): >>><<< 172629 1726888947.49407: stderr chunk (state=3): >>><<< 172629 1726888947.49484: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888947.4624534-174290-172527521566304=/root/.ansible/tmp/ansible-tmp-1726888947.4624534-174290-172527521566304 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888947.49670: variable 'ansible_module_compression' from source: unknown 172629 1726888947.49674: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blockdev_info-ZIP_DEFLATED 172629 1726888947.49701: variable 'ansible_facts' from source: unknown 172629 1726888947.49938: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888947.4624534-174290-172527521566304/AnsiballZ_blockdev_info.py 172629 1726888947.50179: Sending initial data 172629 1726888947.50334: Sent initial data (164 bytes) 172629 1726888947.51233: 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 <<< 172629 1726888947.51292: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888947.51308: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888947.51332: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888947.51407: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888947.53067: 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 <<< 172629 1726888947.53121: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888947.53180: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpp3svafd7 /root/.ansible/tmp/ansible-tmp-1726888947.4624534-174290-172527521566304/AnsiballZ_blockdev_info.py <<< 172629 1726888947.53205: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888947.4624534-174290-172527521566304/AnsiballZ_blockdev_info.py" <<< 172629 1726888947.53242: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpp3svafd7" to remote "/root/.ansible/tmp/ansible-tmp-1726888947.4624534-174290-172527521566304/AnsiballZ_blockdev_info.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888947.4624534-174290-172527521566304/AnsiballZ_blockdev_info.py" <<< 172629 1726888947.54244: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888947.54247: stdout chunk (state=3): >>><<< 172629 1726888947.54249: stderr chunk (state=3): >>><<< 172629 1726888947.54251: done transferring module to remote 172629 1726888947.54268: _low_level_execute_command(): starting 172629 1726888947.54293: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888947.4624534-174290-172527521566304/ /root/.ansible/tmp/ansible-tmp-1726888947.4624534-174290-172527521566304/AnsiballZ_blockdev_info.py && sleep 0' 172629 1726888947.55024: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888947.55102: 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 <<< 172629 1726888947.55237: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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 <<< 172629 1726888947.55303: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888947.55380: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888947.57205: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888947.57220: stdout chunk (state=3): >>><<< 172629 1726888947.57230: stderr chunk (state=3): >>><<< 172629 1726888947.57249: _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 172629 1726888947.57266: _low_level_execute_command(): starting 172629 1726888947.57337: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888947.4624534-174290-172527521566304/AnsiballZ_blockdev_info.py && sleep 0' 172629 1726888947.57833: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888947.57849: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888947.57870: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888947.57974: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888947.57994: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888947.58010: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888947.58103: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888947.60266: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888947.60297: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888947.60333: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888947.60390: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888947.60418: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888947.60436: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888947.60471: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888947.60491: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888947.60505: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888947.60554: 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' <<< 172629 1726888947.60591: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888947.60661: stdout chunk (state=3): >>>import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888947.60665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888947.60675: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b39104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b38dfb30> <<< 172629 1726888947.60772: 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' <<< 172629 1726888947.60775: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3912a50> import '_signal' # import '_abc' # <<< 172629 1726888947.60777: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726888947.60825: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888947.61006: stdout chunk (state=3): >>>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' <<< 172629 1726888947.61033: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888947.61142: 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' <<< 172629 1726888947.61146: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b36c1130> <<< 172629 1726888947.61216: 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 <<< 172629 1726888947.61234: 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 0x7f31b36c2120> 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. <<< 172629 1726888947.61439: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888947.61498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888947.61522: 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 <<< 172629 1726888947.61559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888947.61575: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888947.61595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888947.61622: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3707f50> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888947.61652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888947.61682: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726888947.61702: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b37140e0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888947.61720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888947.61749: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888947.61797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888947.61841: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888947.61845: 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 0x7f31b3737980> <<< 172629 1726888947.61885: 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 0x7f31b3737f50> <<< 172629 1726888947.61898: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888947.61945: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3717c20> import '_functools' # <<< 172629 1726888947.61985: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3715340> <<< 172629 1726888947.62080: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3705100> <<< 172629 1726888947.62136: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888947.62140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888947.62164: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888947.62199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888947.62210: 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' <<< 172629 1726888947.62252: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b375b920> <<< 172629 1726888947.62279: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b375a540> <<< 172629 1726888947.62307: 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 0x7f31b3716330> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3758da0> <<< 172629 1726888947.62358: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888947.62387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b37888c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3704380> # /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' <<< 172629 1726888947.62431: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888947.62446: 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 0x7f31b3788d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3788c20> <<< 172629 1726888947.62483: 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 0x7f31b3788fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b36faea0> <<< 172629 1726888947.62513: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726888947.62539: 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 <<< 172629 1726888947.62581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888947.62621: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3789670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3789370> import 'importlib.machinery' # <<< 172629 1726888947.62625: 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' <<< 172629 1726888947.62675: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b378a540> import 'importlib.util' # <<< 172629 1726888947.62682: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726888947.62747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888947.62751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888947.62788: 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 0x7f31b37a4740> <<< 172629 1726888947.62820: 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' <<< 172629 1726888947.62859: 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 0x7f31b37a5e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888947.62878: 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' <<< 172629 1726888947.62921: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b37a6cf0> <<< 172629 1726888947.62961: 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 0x7f31b37a7320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b37a6270> <<< 172629 1726888947.62971: 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' <<< 172629 1726888947.63016: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888947.63027: 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 0x7f31b37a7da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b37a74d0> <<< 172629 1726888947.63079: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b378a4b0> <<< 172629 1726888947.63091: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888947.63123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888947.63142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888947.63181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888947.63191: 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 0x7f31b3523c80> <<< 172629 1726888947.63215: 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' <<< 172629 1726888947.63262: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888947.63267: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31b354c800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b354c560> <<< 172629 1726888947.63316: 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 0x7f31b354c830> <<< 172629 1726888947.63560: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888947.63596: 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 0x7f31b354d160> <<< 172629 1726888947.63663: 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 0x7f31b354db50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b354ca10> <<< 172629 1726888947.63902: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3521e50> <<< 172629 1726888947.63905: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888947.63907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888947.63909: 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 0x7f31b354ef00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b354dc40> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b378ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888947.63941: 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' <<< 172629 1726888947.63944: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3577290> <<< 172629 1726888947.64030: 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 <<< 172629 1726888947.64095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b359f5c0> <<< 172629 1726888947.64118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888947.64164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888947.64221: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888947.64292: 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 0x7f31b35fc3e0> # /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' <<< 172629 1726888947.64320: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888947.64366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888947.64445: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b35feb40> <<< 172629 1726888947.64524: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b35fc500> <<< 172629 1726888947.64562: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b35c93d0> <<< 172629 1726888947.64680: 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 0x7f31b2f21460> <<< 172629 1726888947.64694: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b359e3c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b354fe60> <<< 172629 1726888947.64714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888947.64736: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f31b2f21700> <<< 172629 1726888947.65026: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_u4cvbzbv/ansible_fedora.linux_system_roles.blockdev_info_payload.zip' # zipimport: zlib available <<< 172629 1726888947.65239: 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 <<< 172629 1726888947.65297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888947.65336: 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' <<< 172629 1726888947.65363: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2f731a0> import '_typing' # <<< 172629 1726888947.65562: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2f56090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2f55250> # zipimport: zlib available <<< 172629 1726888947.65681: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888947.67020: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.68141: 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 0x7f31b2f71070> <<< 172629 1726888947.68204: 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' <<< 172629 1726888947.68409: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31b2fa2b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2fa28d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2fa21e0> # /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' <<< 172629 1726888947.68413: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2fa2630> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2f73e30> import 'atexit' # <<< 172629 1726888947.68441: 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 0x7f31b2fa3860> <<< 172629 1726888947.68480: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888947.68505: 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 0x7f31b2fa3a40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888947.68542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888947.68609: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888947.68640: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2fa3f80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888947.68718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888947.68751: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e11c70> # 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 0x7f31b2e13440> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888947.68793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888947.68822: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e142f0> <<< 172629 1726888947.68874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888947.68935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e15490> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888947.68954: 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' <<< 172629 1726888947.69075: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e17ef0> # 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 0x7f31b36faf90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e161e0> <<< 172629 1726888947.69125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888947.69149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726888947.69264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888947.69268: 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' <<< 172629 1726888947.69303: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e1fda0> import '_tokenize' # <<< 172629 1726888947.69366: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e1e870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e1e5d0> # /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' <<< 172629 1726888947.69517: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e1eb40> <<< 172629 1726888947.69521: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e166c0> # 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 0x7f31b2e63a70> # /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 0x7f31b2e640e0> <<< 172629 1726888947.69546: 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 <<< 172629 1726888947.69562: 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' <<< 172629 1726888947.69599: 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 0x7f31b2e65cd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e65a90> <<< 172629 1726888947.69618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888947.69732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888947.69778: 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 0x7f31b2e68200> <<< 172629 1726888947.69844: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e66390> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888947.69918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888947.69934: 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' # <<< 172629 1726888947.69962: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e6b980> <<< 172629 1726888947.70051: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e68350> <<< 172629 1726888947.70111: 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 0x7f31b2e6c770> <<< 172629 1726888947.70181: 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 0x7f31b2e6ca10> <<< 172629 1726888947.70297: 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 0x7f31b2e6cc80> <<< 172629 1726888947.70301: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e643e0> # /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' <<< 172629 1726888947.70303: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888947.70343: 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 0x7f31b2ef82f0> <<< 172629 1726888947.70595: 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 0x7f31b2ef9550> <<< 172629 1726888947.70599: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e6ea80> # 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 0x7f31b2e6fe30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e6e6c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888947.70676: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.70765: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888947.70814: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888947.70949: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.70965: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.71071: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.71592: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.72140: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888947.72398: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888947.72404: 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 0x7f31b2efd700> # /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 0x7f31b2efe420> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e6f5c0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 172629 1726888947.72429: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726888947.72447: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.72592: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.72758: 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' <<< 172629 1726888947.72774: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2efe4e0> # zipimport: zlib available <<< 172629 1726888947.73225: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.73678: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.73749: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.73822: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888947.73834: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.73868: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.73916: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888947.73920: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.74015: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.74071: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888947.74123: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888947.74242: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.74246: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888947.74279: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.74425: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.74910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2eff5f0> # zipimport: zlib available <<< 172629 1726888947.74913: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.75193: 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 <<< 172629 1726888947.75197: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888947.75227: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.75496: 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' # 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 0x7f31b2d0a120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2d05850> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888947.75513: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.75575: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.75630: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.75664: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.75719: 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' <<< 172629 1726888947.75731: 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 <<< 172629 1726888947.75760: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888947.75836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888947.76023: 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' <<< 172629 1726888947.76082: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2ffa960> <<< 172629 1726888947.76100: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2ff2630> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2d09ee0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2ef9910> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888947.76133: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888947.76205: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 172629 1726888947.76259: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 172629 1726888947.76440: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 172629 1726888947.76463: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.76590: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888947.77499: stdout chunk (state=3): >>> {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "swap", "label": "", "uuid": "5a262d27-d88f-4844-875e-b83a421e8734", "type": "disk", "size": "10G", "mountpoint": "[SWAP]"}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "ext3", "label": "", "uuid": "8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdd": {"name": "/dev/sdd", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sde": {"name": "/dev/sde", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdf": {"name": "/dev/sdf", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdg": {"name": "/dev/sdg", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdh": {"name": "/dev/sdh", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdi": {"name": "/dev/sdi", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/xvda": {"name": "/dev/xvda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "250G", "mountpoint": ""}, "/dev/xvda1": {"name": "/dev/xvda1", "fstype": "", "label": "", "uuid": "", "type": "partition", "size": "1M", "mountpoint": ""}, "/dev/xvda2": {"name": "/dev/xvda2", "fstype": "xfs", "label": "", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "type": "partition", "size": "250G", "mountpoint": "/"}}, "invocation": {"module_args": {}}} <<< 172629 1726888947.77526: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888947.78017: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888947.78062: 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 <<< 172629 1726888947.78110: stdout chunk (state=3): >>># cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword <<< 172629 1726888947.78169: 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 # 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<<< 172629 1726888947.78220: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # 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 <<< 172629 1726888947.78273: stdout chunk (state=3): >>># 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 <<< 172629 1726888947.78470: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888947.78567: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888947.78614: 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 # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 172629 1726888947.78651: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 172629 1726888947.78767: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726888947.78847: 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 # 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 <<< 172629 1726888947.78961: 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 <<< 172629 1726888947.78983: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888947.79091: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888947.79136: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 172629 1726888947.79170: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888947.79214: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib # destroy _typing <<< 172629 1726888947.79240: 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 <<< 172629 1726888947.79253: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888947.79345: 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 <<< 172629 1726888947.79394: stdout chunk (state=3): >>># destroy time <<< 172629 1726888947.79456: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools <<< 172629 1726888947.79472: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888947.79884: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888947.79887: stdout chunk (state=3): >>><<< 172629 1726888947.79889: stderr chunk (state=3): >>><<< 172629 1726888947.80060: _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 0x7f31b39104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b38dfb30> # /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 0x7f31b3912a50> 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 0x7f31b36c1130> # /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 0x7f31b36c2120> 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 0x7f31b3707f50> # /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 0x7f31b37140e0> # /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 0x7f31b3737980> # /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 0x7f31b3737f50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3717c20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3715340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3705100> # /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 0x7f31b375b920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b375a540> # /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 0x7f31b3716330> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3758da0> # /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 0x7f31b37888c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3704380> # /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 0x7f31b3788d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3788c20> # 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 0x7f31b3788fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b36faea0> # /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 0x7f31b3789670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3789370> 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 0x7f31b378a540> 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 0x7f31b37a4740> 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 0x7f31b37a5e80> # /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 0x7f31b37a6cf0> # 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 0x7f31b37a7320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b37a6270> # /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 0x7f31b37a7da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b37a74d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b378a4b0> # /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 0x7f31b3523c80> # /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 0x7f31b354c800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b354c560> # 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 0x7f31b354c830> # /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 0x7f31b354d160> # 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 0x7f31b354db50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b354ca10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b3521e50> # /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 0x7f31b354ef00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b354dc40> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b378ac60> # /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 0x7f31b3577290> # /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 0x7f31b359f5c0> # /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 0x7f31b35fc3e0> # /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 0x7f31b35feb40> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b35fc500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b35c93d0> # /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 0x7f31b2f21460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b359e3c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b354fe60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f31b2f21700> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_u4cvbzbv/ansible_fedora.linux_system_roles.blockdev_info_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 0x7f31b2f731a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2f56090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2f55250> # 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 0x7f31b2f71070> # /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 0x7f31b2fa2b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2fa28d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2fa21e0> # /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 0x7f31b2fa2630> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2f73e30> 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 0x7f31b2fa3860> # 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 0x7f31b2fa3a40> # /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 0x7f31b2fa3f80> 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 0x7f31b2e11c70> # 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 0x7f31b2e13440> # /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 0x7f31b2e142f0> # /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 0x7f31b2e15490> # /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 0x7f31b2e17ef0> # 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 0x7f31b36faf90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e161e0> # /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 0x7f31b2e1fda0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e1e870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e1e5d0> # /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 0x7f31b2e1eb40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e166c0> # 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 0x7f31b2e63a70> # /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 0x7f31b2e640e0> # /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 0x7f31b2e65cd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e65a90> # /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 0x7f31b2e68200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e66390> # /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 0x7f31b2e6b980> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e68350> # 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 0x7f31b2e6c770> # 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 0x7f31b2e6ca10> # 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 0x7f31b2e6cc80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e643e0> # /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 0x7f31b2ef82f0> # 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 0x7f31b2ef9550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e6ea80> # 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 0x7f31b2e6fe30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e6e6c0> # 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 0x7f31b2efd700> # /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 0x7f31b2efe420> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2e6f5c0> 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 0x7f31b2efe4e0> # 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 0x7f31b2eff5f0> # 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 0x7f31b2d0a120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2d05850> 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 0x7f31b2ffa960> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2ff2630> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2d09ee0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31b2ef9910> # 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 {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "swap", "label": "", "uuid": "5a262d27-d88f-4844-875e-b83a421e8734", "type": "disk", "size": "10G", "mountpoint": "[SWAP]"}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "ext3", "label": "", "uuid": "8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdd": {"name": "/dev/sdd", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sde": {"name": "/dev/sde", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdf": {"name": "/dev/sdf", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdg": {"name": "/dev/sdg", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdh": {"name": "/dev/sdh", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdi": {"name": "/dev/sdi", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/xvda": {"name": "/dev/xvda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "250G", "mountpoint": ""}, "/dev/xvda1": {"name": "/dev/xvda1", "fstype": "", "label": "", "uuid": "", "type": "partition", "size": "1M", "mountpoint": ""}, "/dev/xvda2": {"name": "/dev/xvda2", "fstype": "xfs", "label": "", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "type": "partition", "size": "250G", "mountpoint": "/"}}, "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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _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. 172629 1726888947.81113: done with _execute_module (fedora.linux_system_roles.blockdev_info, {'_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.blockdev_info', '_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-1726888947.4624534-174290-172527521566304/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888947.81117: _low_level_execute_command(): starting 172629 1726888947.81120: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888947.4624534-174290-172527521566304/ > /dev/null 2>&1 && sleep 0' 172629 1726888947.81309: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888947.81334: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888947.81351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888947.81379: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888947.81442: 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 <<< 172629 1726888947.81497: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888947.81523: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888947.81566: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888947.81758: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888947.83574: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888947.83587: stdout chunk (state=3): >>><<< 172629 1726888947.83597: stderr chunk (state=3): >>><<< 172629 1726888947.83617: _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 172629 1726888947.83627: handler run complete 172629 1726888947.83672: Evaluated conditional (False): False 172629 1726888947.83695: attempt loop complete, returning result 172629 1726888947.83760: _execute() done 172629 1726888947.83763: dumping result to json 172629 1726888947.83765: done dumping result, returning 172629 1726888947.83767: done running TaskExecutor() for managed_node1/TASK: Collect info about the volumes. [0affc8a3-6f6f-d0a8-add8-000000000980] 172629 1726888947.83769: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000980 ok: [managed_node1] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "5a262d27-d88f-4844-875e-b83a421e8734" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "8eb5208c-2ff3-4c8f-a642-5aca66cfb112" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1" } } } 172629 1726888947.84106: no more pending results, returning what we have 172629 1726888947.84110: results queue empty 172629 1726888947.84111: checking for any_errors_fatal 172629 1726888947.84120: done checking for any_errors_fatal 172629 1726888947.84120: checking for max_fail_percentage 172629 1726888947.84122: done checking for max_fail_percentage 172629 1726888947.84123: checking to see if all hosts have failed and the running result is not ok 172629 1726888947.84124: done checking to see if all hosts have failed 172629 1726888947.84125: getting the remaining hosts for this loop 172629 1726888947.84131: done getting the remaining hosts for this loop 172629 1726888947.84134: getting the next task for host managed_node1 172629 1726888947.84142: done getting next task for host managed_node1 172629 1726888947.84145: ^ task is: TASK: Read the /etc/fstab file for volume existence 172629 1726888947.84148: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888947.84153: getting variables 172629 1726888947.84154: in VariableManager get_vars() 172629 1726888947.84554: Calling all_inventory to load vars for managed_node1 172629 1726888947.84558: Calling groups_inventory to load vars for managed_node1 172629 1726888947.84561: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888947.84589: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000980 172629 1726888947.84593: WORKER PROCESS EXITING 172629 1726888947.84603: Calling all_plugins_play to load vars for managed_node1 172629 1726888947.84606: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888947.84609: Calling groups_plugins_play to load vars for managed_node1 172629 1726888947.85757: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888947.86652: done with get_vars() 172629 1726888947.86711: done getting variables 172629 1726888947.86778: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Friday 20 September 2024 23:22:27 -0400 (0:00:00.456) 0:00:48.148 ****** 172629 1726888947.86816: entering _queue_task() for managed_node1/command 172629 1726888947.87261: worker is 1 (out of 1 available) 172629 1726888947.87275: exiting _queue_task() for managed_node1/command 172629 1726888947.87288: done queuing things up, now waiting for results queue to drain 172629 1726888947.87290: waiting for pending results... 172629 1726888947.87502: running TaskExecutor() for managed_node1/TASK: Read the /etc/fstab file for volume existence 172629 1726888947.87625: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000981 172629 1726888947.87647: variable 'ansible_search_path' from source: unknown 172629 1726888947.87693: calling self._execute() 172629 1726888947.87816: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888947.87830: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888947.87849: variable 'omit' from source: magic vars 172629 1726888947.87984: variable 'omit' from source: magic vars 172629 1726888947.88023: variable 'omit' from source: magic vars 172629 1726888947.88061: variable 'omit' from source: magic vars 172629 1726888947.88108: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888947.88149: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888947.88180: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888947.88207: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888947.88222: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888947.88254: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888947.88266: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888947.88278: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888947.88394: Set connection var ansible_timeout to 10 172629 1726888947.88404: Set connection var ansible_shell_type to sh 172629 1726888947.88419: Set connection var ansible_pipelining to False 172629 1726888947.88429: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888947.88437: Set connection var ansible_shell_executable to /bin/sh 172629 1726888947.88443: Set connection var ansible_connection to ssh 172629 1726888947.88506: variable 'ansible_shell_executable' from source: unknown 172629 1726888947.88535: variable 'ansible_connection' from source: unknown 172629 1726888947.88642: variable 'ansible_module_compression' from source: unknown 172629 1726888947.88645: variable 'ansible_shell_type' from source: unknown 172629 1726888947.88648: variable 'ansible_shell_executable' from source: unknown 172629 1726888947.88650: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888947.88652: variable 'ansible_pipelining' from source: unknown 172629 1726888947.88654: variable 'ansible_timeout' from source: unknown 172629 1726888947.88658: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888947.88975: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888947.88978: variable 'omit' from source: magic vars 172629 1726888947.88980: starting attempt loop 172629 1726888947.88982: running the handler 172629 1726888947.88984: _low_level_execute_command(): starting 172629 1726888947.88985: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888947.89691: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888947.89706: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888947.89719: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888947.89840: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888947.89997: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888947.90042: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888947.91697: stdout chunk (state=3): >>>/root <<< 172629 1726888947.91808: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888947.91838: stderr chunk (state=3): >>><<< 172629 1726888947.91865: stdout chunk (state=3): >>><<< 172629 1726888947.91892: _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 172629 1726888947.91911: _low_level_execute_command(): starting 172629 1726888947.91921: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888947.9189887-174309-40496880792636 `" && echo ansible-tmp-1726888947.9189887-174309-40496880792636="` echo /root/.ansible/tmp/ansible-tmp-1726888947.9189887-174309-40496880792636 `" ) && sleep 0' 172629 1726888947.92510: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888947.92525: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888947.92539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888947.92561: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888947.92580: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888947.92623: 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 <<< 172629 1726888947.92704: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888947.92729: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888947.92761: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888947.92800: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888947.94932: stdout chunk (state=3): >>>ansible-tmp-1726888947.9189887-174309-40496880792636=/root/.ansible/tmp/ansible-tmp-1726888947.9189887-174309-40496880792636 <<< 172629 1726888947.94936: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888947.94969: stderr chunk (state=3): >>><<< 172629 1726888947.94972: stdout chunk (state=3): >>><<< 172629 1726888947.94990: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888947.9189887-174309-40496880792636=/root/.ansible/tmp/ansible-tmp-1726888947.9189887-174309-40496880792636 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888947.95161: variable 'ansible_module_compression' from source: unknown 172629 1726888947.95164: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726888947.95166: variable 'ansible_facts' from source: unknown 172629 1726888947.95215: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888947.9189887-174309-40496880792636/AnsiballZ_command.py 172629 1726888947.95429: Sending initial data 172629 1726888947.95438: Sent initial data (157 bytes) 172629 1726888947.95918: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888947.95932: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888947.95946: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888947.96045: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888947.96070: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888947.96145: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888947.97700: 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 <<< 172629 1726888947.97764: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888947.97870: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpi6tl_r9e /root/.ansible/tmp/ansible-tmp-1726888947.9189887-174309-40496880792636/AnsiballZ_command.py <<< 172629 1726888947.97881: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888947.9189887-174309-40496880792636/AnsiballZ_command.py" <<< 172629 1726888947.97971: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpi6tl_r9e" to remote "/root/.ansible/tmp/ansible-tmp-1726888947.9189887-174309-40496880792636/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888947.9189887-174309-40496880792636/AnsiballZ_command.py" <<< 172629 1726888947.98852: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888947.99050: stderr chunk (state=3): >>><<< 172629 1726888947.99056: stdout chunk (state=3): >>><<< 172629 1726888947.99060: done transferring module to remote 172629 1726888947.99062: _low_level_execute_command(): starting 172629 1726888947.99065: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888947.9189887-174309-40496880792636/ /root/.ansible/tmp/ansible-tmp-1726888947.9189887-174309-40496880792636/AnsiballZ_command.py && sleep 0' 172629 1726888948.00134: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888948.00150: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888948.00171: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888948.00226: stderr 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 <<< 172629 1726888948.00292: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888948.00320: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888948.00340: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888948.00469: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888948.02211: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888948.02292: stderr chunk (state=3): >>><<< 172629 1726888948.02299: stdout chunk (state=3): >>><<< 172629 1726888948.02427: _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 172629 1726888948.02431: _low_level_execute_command(): starting 172629 1726888948.02433: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888947.9189887-174309-40496880792636/AnsiballZ_command.py && sleep 0' 172629 1726888948.03204: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888948.03218: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888948.03242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888948.03271: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888948.03372: 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 <<< 172629 1726888948.03468: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888948.03481: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888948.03621: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888948.05763: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888948.05786: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888948.05822: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888948.05932: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888948.06021: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888948.06146: 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' <<< 172629 1726888948.06157: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 172629 1726888948.06289: 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 0x7f5afb3bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb38bb00> # /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 0x7f5afb3bea50> import '_signal' # <<< 172629 1726888948.06322: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888948.06381: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 172629 1726888948.06479: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 172629 1726888948.06590: 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' <<< 172629 1726888948.06657: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb3cd130> <<< 172629 1726888948.06703: 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 0x7f5afb3ce120> <<< 172629 1726888948.06752: stdout chunk (state=3): >>>import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 172629 1726888948.07005: 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' <<< 172629 1726888948.07070: 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 <<< 172629 1726888948.07125: 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 <<< 172629 1726888948.07172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb1cbf50> # /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' <<< 172629 1726888948.07261: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb1e00e0> # /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' <<< 172629 1726888948.07327: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888948.07423: 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 0x7f5afb203920> # /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 0x7f5afb203fb0> import '_collections' # <<< 172629 1726888948.07499: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb1e3bf0> import '_functools' # <<< 172629 1726888948.07544: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb1e1340> <<< 172629 1726888948.07596: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb1c9100> <<< 172629 1726888948.07674: 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' <<< 172629 1726888948.07677: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888948.07712: 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' <<< 172629 1726888948.07781: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb2278c0> <<< 172629 1726888948.07832: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb2264e0> <<< 172629 1726888948.07929: 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 0x7f5afb1e21e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb224c20> <<< 172629 1726888948.07962: 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 0x7f5afb254920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb1c8380> # /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 0x7f5afb254dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb254c80> <<< 172629 1726888948.08065: 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 0x7f5afb255070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb1c6ea0> # /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' <<< 172629 1726888948.08119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888948.08128: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb255730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb255430> import 'importlib.machinery' # <<< 172629 1726888948.08220: 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' <<< 172629 1726888948.08279: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb256630> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888948.08329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb274860> 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 0x7f5afb275f40> <<< 172629 1726888948.08374: 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 <<< 172629 1726888948.08481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb276de0> # 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 0x7f5afb277440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb276330> <<< 172629 1726888948.08536: 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 0x7f5afb277e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb2775c0> <<< 172629 1726888948.08594: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb256690> <<< 172629 1726888948.08657: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888948.08675: 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' <<< 172629 1726888948.08735: 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 0x7f5afb007d40> <<< 172629 1726888948.08786: 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' <<< 172629 1726888948.08834: 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 0x7f5afb034890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb0345f0> # 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 0x7f5afb034830> <<< 172629 1726888948.08871: 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' <<< 172629 1726888948.08907: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888948.09033: 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 0x7f5afb035190> <<< 172629 1726888948.09164: 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 0x7f5afb035b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb034a40> <<< 172629 1726888948.09202: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb005ee0> <<< 172629 1726888948.09263: 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' <<< 172629 1726888948.09293: 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 0x7f5afb036f30> <<< 172629 1726888948.09317: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb035a00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb256d80> <<< 172629 1726888948.09348: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888948.09406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888948.09509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888948.09739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb05f2c0> # /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 0x7f5afb087650> # /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' <<< 172629 1726888948.09743: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888948.09794: 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 0x7f5afb0e0470> <<< 172629 1726888948.09860: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888948.09885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888948.10002: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb0e2bd0> <<< 172629 1726888948.10096: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb0e0590> <<< 172629 1726888948.10151: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb0a5460> # /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 0x7f5afaee94f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb086450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb037e90> <<< 172629 1726888948.10277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5afb0867b0> <<< 172629 1726888948.10447: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_ya745viu/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 172629 1726888948.10561: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.10587: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888948.10607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888948.10645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888948.10727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888948.10754: 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 0x7f5afaf3f0e0> import '_typing' # <<< 172629 1726888948.10950: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afaf21fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afaf21160> # zipimport: zlib available <<< 172629 1726888948.10995: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888948.10998: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.11042: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888948.11045: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888948.11071: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.12463: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.13597: 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 0x7f5afaf3cfb0> # /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' <<< 172629 1726888948.13672: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888948.13713: 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 0x7f5afaf6ab70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afaf6a900> <<< 172629 1726888948.13786: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afaf6a210> # /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' <<< 172629 1726888948.13885: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afaf6a960> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afaf3fd70> 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 0x7f5afaf6b860> <<< 172629 1726888948.13945: 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 0x7f5afaf6baa0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888948.14052: 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 0x7f5afaf6bfe0> import 'pwd' # <<< 172629 1726888948.14141: 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' <<< 172629 1726888948.14150: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa911d00> # 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 0x7f5afa913920> <<< 172629 1726888948.14402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa9182f0> # /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 0x7f5afa919490> # /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 0x7f5afa91bf50> <<< 172629 1726888948.14431: 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 0x7f5afb276c60> <<< 172629 1726888948.14460: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa91a210> <<< 172629 1726888948.14470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888948.14535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888948.14621: 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' <<< 172629 1726888948.14624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888948.14626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888948.14629: 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 0x7f5afa91ff20> import '_tokenize' # <<< 172629 1726888948.14725: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa91e9f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa91e750> <<< 172629 1726888948.14728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888948.14731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888948.14786: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa91ecc0> <<< 172629 1726888948.14813: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa91a720> <<< 172629 1726888948.14849: 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 0x7f5afa964140> <<< 172629 1726888948.14882: 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 0x7f5afa964320> <<< 172629 1726888948.14994: 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 <<< 172629 1726888948.14999: 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' <<< 172629 1726888948.15018: 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 0x7f5afa965d90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa965b50> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888948.15102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888948.15199: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888948.15203: 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 0x7f5afa968260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa9663f0> <<< 172629 1726888948.15219: 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' <<< 172629 1726888948.15263: 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' <<< 172629 1726888948.15266: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888948.15301: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa96b9b0> <<< 172629 1726888948.15428: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa968380> <<< 172629 1726888948.15545: 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 0x7f5afa96ca70> <<< 172629 1726888948.15614: 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 0x7f5afa96ca10> <<< 172629 1726888948.15696: 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 0x7f5afa96cb90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa9644d0> # /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' <<< 172629 1726888948.15703: 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' <<< 172629 1726888948.15759: 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 0x7f5afa9f8350> <<< 172629 1726888948.15921: 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 0x7f5afa9f9880> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa96eae0> <<< 172629 1726888948.15964: 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 0x7f5afa96fe90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa96e720> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888948.16073: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.16137: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.16203: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888948.16302: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.16330: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.16443: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.16959: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.17503: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888948.17523: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888948.17543: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888948.17560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888948.17611: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888948.17641: 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 0x7f5afa9fda60> <<< 172629 1726888948.17676: 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' <<< 172629 1726888948.17701: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa9fe7b0> <<< 172629 1726888948.17726: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa9f9a00> <<< 172629 1726888948.17764: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888948.17800: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.17831: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726888948.17836: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.17968: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.18134: 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' <<< 172629 1726888948.18166: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa9fe750> <<< 172629 1726888948.18193: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.18605: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.19050: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.19140: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.19461: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726888948.19464: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726888948.19495: 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 <<< 172629 1726888948.19515: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.19561: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888948.19788: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.20019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888948.20096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726888948.20172: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa9ffa40> # zipimport: zlib available <<< 172629 1726888948.20241: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.20324: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888948.20349: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888948.20370: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.20413: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.20460: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888948.20523: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.20564: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.20654: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.20716: 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' <<< 172629 1726888948.20819: 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 0x7f5afa80a330> <<< 172629 1726888948.20854: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa8052b0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888948.20877: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.20920: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.21001: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.21016: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.21065: 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' <<< 172629 1726888948.21129: 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 <<< 172629 1726888948.21145: 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 <<< 172629 1726888948.21178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888948.21210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888948.21265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888948.21278: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afafbeb40> <<< 172629 1726888948.21326: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afafa2810> <<< 172629 1726888948.21447: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa80a0f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa96cc80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888948.21494: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888948.21538: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888948.21562: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 172629 1726888948.21582: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888948.21682: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.21821: 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' <<< 172629 1726888948.21832: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa9fd610> <<< 172629 1726888948.21913: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.22387: stdout chunk (state=3): >>> <<< 172629 1726888948.22391: stdout chunk (state=3): >>>{"changed": true, "stdout": "\n# system_role:storage\n#\n# /etc/fstab\n# Created by anaconda on Tue Sep 17 08:39:54 2024\n#\n# Accessible filesystems, by reference, are maintained under '/dev/disk/'.\n# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.\n#\n# After editing this file, run 'systemctl daemon-reload' to update systemd\n# units generated from this file.\n#\nUUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nvtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nUUID=5a262d27-d88f-4844-875e-b83a421e8734 none swap defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 23:22:28.219176", "end": "2024-09-20 23:22:28.222447", "delta": "0:00:00.003271", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/fstab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726888948.22408: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888948.22882: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888948.22886: 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 <<< 172629 1726888948.22896: stdout chunk (state=3): >>># cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword <<< 172629 1726888948.22938: 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 <<< 172629 1726888948.23033: 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 # 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 <<< 172629 1726888948.23056: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726888948.23304: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888948.23309: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888948.23408: 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 # destroy ntpath <<< 172629 1726888948.23471: 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 <<< 172629 1726888948.23606: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888948.23708: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing<<< 172629 1726888948.23735: stdout chunk (state=3): >>> # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # 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 <<< 172629 1726888948.23766: 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 # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888948.24100: stdout chunk (state=3): >>># 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 <<< 172629 1726888948.24145: 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 <<< 172629 1726888948.24176: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888948.24572: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888948.24586: stderr chunk (state=3): >>><<< 172629 1726888948.24600: stdout chunk (state=3): >>><<< 172629 1726888948.24919: _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 0x7f5afb3bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb38bb00> # /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 0x7f5afb3bea50> 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 0x7f5afb3cd130> # /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 0x7f5afb3ce120> 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 0x7f5afb1cbf50> # /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 0x7f5afb1e00e0> # /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 0x7f5afb203920> # /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 0x7f5afb203fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb1e3bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb1e1340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb1c9100> # /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 0x7f5afb2278c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb2264e0> # /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 0x7f5afb1e21e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb224c20> # /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 0x7f5afb254920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb1c8380> # /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 0x7f5afb254dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb254c80> # 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 0x7f5afb255070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb1c6ea0> # /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 0x7f5afb255730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb255430> 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 0x7f5afb256630> 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 0x7f5afb274860> 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 0x7f5afb275f40> # /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 0x7f5afb276de0> # 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 0x7f5afb277440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb276330> # /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 0x7f5afb277e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb2775c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb256690> # /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 0x7f5afb007d40> # /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 0x7f5afb034890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb0345f0> # 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 0x7f5afb034830> # /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 0x7f5afb035190> # 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 0x7f5afb035b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb034a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb005ee0> # /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 0x7f5afb036f30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb035a00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb256d80> # /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 0x7f5afb05f2c0> # /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 0x7f5afb087650> # /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 0x7f5afb0e0470> # /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 0x7f5afb0e2bd0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb0e0590> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb0a5460> # /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 0x7f5afaee94f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb086450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afb037e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5afb0867b0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_ya745viu/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afaf3f0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afaf21fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afaf21160> # 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 0x7f5afaf3cfb0> # /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 0x7f5afaf6ab70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afaf6a900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afaf6a210> # /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 0x7f5afaf6a960> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afaf3fd70> 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 0x7f5afaf6b860> # 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 0x7f5afaf6baa0> # /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 0x7f5afaf6bfe0> 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 0x7f5afa911d00> # 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 0x7f5afa913920> # /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 0x7f5afa9182f0> # /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 0x7f5afa919490> # /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 0x7f5afa91bf50> # 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 0x7f5afb276c60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa91a210> # /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 0x7f5afa91ff20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa91e9f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa91e750> # /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 0x7f5afa91ecc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa91a720> # 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 0x7f5afa964140> # /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 0x7f5afa964320> # /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 0x7f5afa965d90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa965b50> # /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 0x7f5afa968260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa9663f0> # /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 0x7f5afa96b9b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa968380> # 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 0x7f5afa96ca70> # 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 0x7f5afa96ca10> # 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 0x7f5afa96cb90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa9644d0> # /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 0x7f5afa9f8350> # 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 0x7f5afa9f9880> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa96eae0> # 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 0x7f5afa96fe90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa96e720> # 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 0x7f5afa9fda60> # /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 0x7f5afa9fe7b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa9f9a00> 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 0x7f5afa9fe750> # 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 0x7f5afa9ffa40> # 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 0x7f5afa80a330> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa8052b0> 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 0x7f5afafbeb40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afafa2810> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa80a0f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa96cc80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5afa9fd610> # zipimport: zlib available {"changed": true, "stdout": "\n# system_role:storage\n#\n# /etc/fstab\n# Created by anaconda on Tue Sep 17 08:39:54 2024\n#\n# Accessible filesystems, by reference, are maintained under '/dev/disk/'.\n# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.\n#\n# After editing this file, run 'systemctl daemon-reload' to update systemd\n# units generated from this file.\n#\nUUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nvtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nUUID=5a262d27-d88f-4844-875e-b83a421e8734 none swap defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 23:22:28.219176", "end": "2024-09-20 23:22:28.222447", "delta": "0:00:00.003271", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/fstab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726888948.25970: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /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': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888947.9189887-174309-40496880792636/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888948.25974: _low_level_execute_command(): starting 172629 1726888948.25977: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888947.9189887-174309-40496880792636/ > /dev/null 2>&1 && sleep 0' 172629 1726888948.26702: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888948.26778: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888948.26822: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888948.26898: stderr 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 <<< 172629 1726888948.26996: 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 <<< 172629 1726888948.27014: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888948.27031: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888948.27071: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888948.27141: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888948.29237: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888948.29247: stdout chunk (state=3): >>><<< 172629 1726888948.29262: stderr chunk (state=3): >>><<< 172629 1726888948.29283: _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 172629 1726888948.29403: handler run complete 172629 1726888948.29406: Evaluated conditional (False): False 172629 1726888948.29409: attempt loop complete, returning result 172629 1726888948.29411: _execute() done 172629 1726888948.29413: dumping result to json 172629 1726888948.29415: done dumping result, returning 172629 1726888948.29417: done running TaskExecutor() for managed_node1/TASK: Read the /etc/fstab file for volume existence [0affc8a3-6f6f-d0a8-add8-000000000981] 172629 1726888948.29419: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000981 ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003271", "end": "2024-09-20 23:22:28.222447", "rc": 0, "start": "2024-09-20 23:22:28.219176" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Sep 17 08:39:54 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=5a262d27-d88f-4844-875e-b83a421e8734 none swap defaults 0 0 172629 1726888948.29590: no more pending results, returning what we have 172629 1726888948.29594: results queue empty 172629 1726888948.29595: checking for any_errors_fatal 172629 1726888948.29606: done checking for any_errors_fatal 172629 1726888948.29607: checking for max_fail_percentage 172629 1726888948.29608: done checking for max_fail_percentage 172629 1726888948.29609: checking to see if all hosts have failed and the running result is not ok 172629 1726888948.29610: done checking to see if all hosts have failed 172629 1726888948.29858: getting the remaining hosts for this loop 172629 1726888948.29860: done getting the remaining hosts for this loop 172629 1726888948.29864: getting the next task for host managed_node1 172629 1726888948.29870: done getting next task for host managed_node1 172629 1726888948.29873: ^ task is: TASK: Read the /etc/crypttab file 172629 1726888948.29876: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888948.29880: getting variables 172629 1726888948.29881: in VariableManager get_vars() 172629 1726888948.29911: Calling all_inventory to load vars for managed_node1 172629 1726888948.29914: Calling groups_inventory to load vars for managed_node1 172629 1726888948.29918: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888948.29932: Calling all_plugins_play to load vars for managed_node1 172629 1726888948.29935: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888948.29938: Calling groups_plugins_play to load vars for managed_node1 172629 1726888948.30650: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000981 172629 1726888948.30653: WORKER PROCESS EXITING 172629 1726888948.30844: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888948.31447: done with get_vars() 172629 1726888948.31464: done getting variables 172629 1726888948.31525: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Friday 20 September 2024 23:22:28 -0400 (0:00:00.447) 0:00:48.595 ****** 172629 1726888948.31553: entering _queue_task() for managed_node1/command 172629 1726888948.31868: worker is 1 (out of 1 available) 172629 1726888948.31882: exiting _queue_task() for managed_node1/command 172629 1726888948.31895: done queuing things up, now waiting for results queue to drain 172629 1726888948.31897: waiting for pending results... 172629 1726888948.32200: running TaskExecutor() for managed_node1/TASK: Read the /etc/crypttab file 172629 1726888948.32316: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000982 172629 1726888948.32334: variable 'ansible_search_path' from source: unknown 172629 1726888948.32382: calling self._execute() 172629 1726888948.32504: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888948.32516: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888948.32532: variable 'omit' from source: magic vars 172629 1726888948.32658: variable 'omit' from source: magic vars 172629 1726888948.32710: variable 'omit' from source: magic vars 172629 1726888948.32747: variable 'omit' from source: magic vars 172629 1726888948.32804: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888948.32842: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888948.32869: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888948.32894: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888948.32909: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888948.32939: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888948.32947: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888948.32956: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888948.33058: Set connection var ansible_timeout to 10 172629 1726888948.33072: Set connection var ansible_shell_type to sh 172629 1726888948.33085: Set connection var ansible_pipelining to False 172629 1726888948.33095: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888948.33113: Set connection var ansible_shell_executable to /bin/sh 172629 1726888948.33120: Set connection var ansible_connection to ssh 172629 1726888948.33146: variable 'ansible_shell_executable' from source: unknown 172629 1726888948.33154: variable 'ansible_connection' from source: unknown 172629 1726888948.33175: variable 'ansible_module_compression' from source: unknown 172629 1726888948.33182: variable 'ansible_shell_type' from source: unknown 172629 1726888948.33189: variable 'ansible_shell_executable' from source: unknown 172629 1726888948.33196: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888948.33215: variable 'ansible_pipelining' from source: unknown 172629 1726888948.33218: variable 'ansible_timeout' from source: unknown 172629 1726888948.33268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888948.33404: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888948.33423: variable 'omit' from source: magic vars 172629 1726888948.33440: starting attempt loop 172629 1726888948.33447: running the handler 172629 1726888948.33473: _low_level_execute_command(): starting 172629 1726888948.33485: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888948.34254: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888948.34274: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888948.34291: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888948.34317: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888948.34431: 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' <<< 172629 1726888948.34474: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888948.34520: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888948.36109: stdout chunk (state=3): >>>/root <<< 172629 1726888948.36238: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888948.36248: stdout chunk (state=3): >>><<< 172629 1726888948.36270: stderr chunk (state=3): >>><<< 172629 1726888948.36301: _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 172629 1726888948.36322: _low_level_execute_command(): starting 172629 1726888948.36332: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888948.3631008-174327-5825869605241 `" && echo ansible-tmp-1726888948.3631008-174327-5825869605241="` echo /root/.ansible/tmp/ansible-tmp-1726888948.3631008-174327-5825869605241 `" ) && sleep 0' 172629 1726888948.36941: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888948.36957: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888948.36973: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888948.36989: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888948.37011: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888948.37076: 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 <<< 172629 1726888948.37136: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888948.37162: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888948.37178: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888948.37254: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888948.39150: stdout chunk (state=3): >>>ansible-tmp-1726888948.3631008-174327-5825869605241=/root/.ansible/tmp/ansible-tmp-1726888948.3631008-174327-5825869605241 <<< 172629 1726888948.39289: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888948.39303: stdout chunk (state=3): >>><<< 172629 1726888948.39314: stderr chunk (state=3): >>><<< 172629 1726888948.39339: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888948.3631008-174327-5825869605241=/root/.ansible/tmp/ansible-tmp-1726888948.3631008-174327-5825869605241 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888948.39386: variable 'ansible_module_compression' from source: unknown 172629 1726888948.39445: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726888948.39660: variable 'ansible_facts' from source: unknown 172629 1726888948.39664: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888948.3631008-174327-5825869605241/AnsiballZ_command.py 172629 1726888948.39800: Sending initial data 172629 1726888948.39803: Sent initial data (156 bytes) 172629 1726888948.40773: 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' <<< 172629 1726888948.40872: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888948.40890: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888948.40968: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888948.42679: 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 debug2: Sending SSH2_FXP_REALPATH "." debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888948.3631008-174327-5825869605241/AnsiballZ_command.py" <<< 172629 1726888948.42683: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpxc3v998c /root/.ansible/tmp/ansible-tmp-1726888948.3631008-174327-5825869605241/AnsiballZ_command.py <<< 172629 1726888948.42758: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpxc3v998c" to remote "/root/.ansible/tmp/ansible-tmp-1726888948.3631008-174327-5825869605241/AnsiballZ_command.py" <<< 172629 1726888948.42761: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888948.3631008-174327-5825869605241/AnsiballZ_command.py" <<< 172629 1726888948.44200: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888948.44325: stderr chunk (state=3): >>><<< 172629 1726888948.44329: stdout chunk (state=3): >>><<< 172629 1726888948.44331: done transferring module to remote 172629 1726888948.44333: _low_level_execute_command(): starting 172629 1726888948.44336: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888948.3631008-174327-5825869605241/ /root/.ansible/tmp/ansible-tmp-1726888948.3631008-174327-5825869605241/AnsiballZ_command.py && sleep 0' 172629 1726888948.45628: 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 <<< 172629 1726888948.45649: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888948.45709: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888948.47516: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888948.47526: stdout chunk (state=3): >>><<< 172629 1726888948.47554: stderr chunk (state=3): >>><<< 172629 1726888948.47597: _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 172629 1726888948.47632: _low_level_execute_command(): starting 172629 1726888948.47648: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888948.3631008-174327-5825869605241/AnsiballZ_command.py && sleep 0' 172629 1726888948.48303: 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 <<< 172629 1726888948.48427: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888948.48461: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888948.48565: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888948.50672: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888948.50696: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888948.50732: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888948.50809: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888948.50843: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888948.50887: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888948.50923: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888948.50926: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888948.50971: 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' <<< 172629 1726888948.50983: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888948.51009: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888948.51041: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888948.51080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888948.51083: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce6dc4d0> <<< 172629 1726888948.51174: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce6abb00> # /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' <<< 172629 1726888948.51178: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce6dea50> <<< 172629 1726888948.51181: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888948.51183: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888948.51197: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888948.51223: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888948.51309: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888948.51336: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888948.51391: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888948.51406: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 172629 1726888948.51428: 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' <<< 172629 1726888948.51462: 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' <<< 172629 1726888948.51496: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce491130> <<< 172629 1726888948.51559: 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 <<< 172629 1726888948.51570: 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 0x7fe9ce492120> <<< 172629 1726888948.51597: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888948.51624: 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. <<< 172629 1726888948.51860: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888948.51880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888948.51902: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888948.51913: 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 <<< 172629 1726888948.51954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888948.51974: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888948.52102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888948.52105: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce4cff50> <<< 172629 1726888948.52136: 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 0x7fe9ce4e40e0> # /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' <<< 172629 1726888948.52165: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888948.52208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888948.52211: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888948.52247: 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 0x7fe9ce507950> <<< 172629 1726888948.52271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888948.52298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce507fe0> <<< 172629 1726888948.52310: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888948.52361: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce4e7bf0> <<< 172629 1726888948.52364: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888948.52384: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce4e5340> <<< 172629 1726888948.52481: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce4cd100> <<< 172629 1726888948.52565: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888948.52569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888948.52610: 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 <<< 172629 1726888948.52614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888948.52651: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce52b8f0> <<< 172629 1726888948.52701: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce52a510> <<< 172629 1726888948.52713: 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 0x7fe9ce4e6210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce528c50> <<< 172629 1726888948.52757: 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 0x7fe9ce558980> <<< 172629 1726888948.52807: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce4cc380> # /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' <<< 172629 1726888948.52830: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888948.52877: 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 0x7fe9ce558e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce558ce0> # 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 0x7fe9ce5590d0> <<< 172629 1726888948.52909: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce4caea0> <<< 172629 1726888948.52933: 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 <<< 172629 1726888948.52980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888948.52992: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce559790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce559490> import 'importlib.machinery' # <<< 172629 1726888948.53033: 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 0x7fe9ce55a690> <<< 172629 1726888948.53087: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726888948.53162: 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' <<< 172629 1726888948.53165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726888948.53189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce5748c0> import 'errno' # <<< 172629 1726888948.53243: 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 0x7fe9ce576000> <<< 172629 1726888948.53301: 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' <<< 172629 1726888948.53366: 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 0x7fe9ce576ea0> # 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 0x7fe9ce577500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce5763f0> <<< 172629 1726888948.53478: 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' <<< 172629 1726888948.53565: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe9ce577ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce5775f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce55a6f0> # /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' <<< 172629 1726888948.53599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe9ce2f3da0> # /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' <<< 172629 1726888948.53635: 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 0x7fe9ce3208f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce320650> <<< 172629 1726888948.53667: 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 0x7fe9ce320890> <<< 172629 1726888948.53696: 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' <<< 172629 1726888948.53771: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888948.53886: 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 0x7fe9ce3211f0> <<< 172629 1726888948.54000: 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 0x7fe9ce321bb0> <<< 172629 1726888948.54023: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce320aa0> <<< 172629 1726888948.54046: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce2f1f40> <<< 172629 1726888948.54086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888948.54089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888948.54112: 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 0x7fe9ce322fc0> <<< 172629 1726888948.54140: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce321d00> <<< 172629 1726888948.54165: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce55ade0> <<< 172629 1726888948.54188: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888948.54250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888948.54267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888948.54294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888948.54333: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce34b2c0> <<< 172629 1726888948.54406: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888948.54409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888948.54441: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888948.54445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888948.54477: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce373680> <<< 172629 1726888948.54501: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888948.54547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888948.54610: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888948.54645: 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 0x7fe9ce3cc470> <<< 172629 1726888948.54648: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888948.54675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888948.54703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888948.54740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888948.54827: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce3cebd0> <<< 172629 1726888948.54899: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce3cc590> <<< 172629 1726888948.54944: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce391490> <<< 172629 1726888948.54976: 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 0x7fe9cdd15520> <<< 172629 1726888948.54986: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce372480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce323e90> <<< 172629 1726888948.55098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888948.55120: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe9ce3725a0> <<< 172629 1726888948.55268: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_yxu9oeyl/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 172629 1726888948.55391: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.55430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888948.55433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888948.55474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888948.55544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888948.55581: 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 0x7fe9cdd6b1d0> import '_typing' # <<< 172629 1726888948.55772: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdd4e0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdd4d220> <<< 172629 1726888948.55796: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.55824: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888948.55851: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888948.55874: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888948.57258: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.58364: 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 0x7fe9cdd69070> <<< 172629 1726888948.58387: 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' <<< 172629 1726888948.58423: 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' <<< 172629 1726888948.58426: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726888948.58465: 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 0x7fe9cdd96ba0> <<< 172629 1726888948.58496: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdd96930> <<< 172629 1726888948.58531: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdd96240> <<< 172629 1726888948.58574: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888948.58578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888948.58605: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdd96720> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdd6bc50> import 'atexit' # <<< 172629 1726888948.58635: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888948.58670: 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 0x7fe9cdd97800> <<< 172629 1726888948.58684: 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 0x7fe9cdd97950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888948.58736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888948.58748: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888948.58788: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdd97d70> <<< 172629 1726888948.58818: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888948.58844: 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' <<< 172629 1726888948.58876: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc05b80> <<< 172629 1726888948.58919: 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 0x7fe9cdc077a0> <<< 172629 1726888948.58951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888948.58979: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc07fb0> <<< 172629 1726888948.59000: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888948.59034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888948.59069: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc0d1f0> <<< 172629 1726888948.59092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888948.59119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888948.59130: 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' <<< 172629 1726888948.59177: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc0fce0> <<< 172629 1726888948.59232: 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 0x7fe9ce576e10> <<< 172629 1726888948.59247: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc0dfd0> <<< 172629 1726888948.59295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888948.59298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888948.59327: 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 <<< 172629 1726888948.59380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888948.59409: 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 0x7fe9cdc13c50> <<< 172629 1726888948.59424: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888948.59489: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc12720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc12480> <<< 172629 1726888948.59515: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888948.59532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888948.59572: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc129f0> <<< 172629 1726888948.59609: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc0e4e0> <<< 172629 1726888948.59643: 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 0x7fe9cdc57ec0> <<< 172629 1726888948.59673: 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 0x7fe9cdc57fb0> <<< 172629 1726888948.59694: 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 <<< 172629 1726888948.59725: 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' <<< 172629 1726888948.59779: 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 0x7fe9cdc59af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc598b0> <<< 172629 1726888948.59791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888948.59887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888948.59940: 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 0x7fe9cdc5bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc5a180> <<< 172629 1726888948.59975: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888948.60018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888948.60043: 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' <<< 172629 1726888948.60062: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888948.60088: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc5f770> <<< 172629 1726888948.60209: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc5c140> <<< 172629 1726888948.60270: 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 0x7fe9cdc60260> <<< 172629 1726888948.60301: 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 0x7fe9cdc60950> <<< 172629 1726888948.60361: 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 0x7fe9cdc60830> <<< 172629 1726888948.60364: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc58230> <<< 172629 1726888948.60412: 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' <<< 172629 1726888948.60416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888948.60444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888948.60463: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888948.60475: 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 0x7fe9cdc63fe0> <<< 172629 1726888948.60635: 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 0x7fe9cdaf1250> <<< 172629 1726888948.60647: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc627e0> <<< 172629 1726888948.60720: 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 0x7fe9cdc63b60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc62420> # zipimport: zlib available <<< 172629 1726888948.60723: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888948.60727: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.60802: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.60898: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.60915: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888948.60958: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888948.60961: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.61101: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.61204: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.61734: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.62389: 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' # <<< 172629 1726888948.62393: 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 0x7fe9cdaf52b0> <<< 172629 1726888948.62440: 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' <<< 172629 1726888948.62465: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdaf61b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc61340> <<< 172629 1726888948.62511: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888948.62575: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888948.62712: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.62878: 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 0x7fe9cdaf6210> <<< 172629 1726888948.62894: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.63360: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.63795: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.63868: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.63946: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888948.63960: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.63985: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.64034: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888948.64043: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.64105: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.64196: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888948.64238: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888948.64241: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.64278: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.64322: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888948.64332: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.64556: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.64777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888948.64869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888948.64881: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888948.64942: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdaf73b0> # zipimport: zlib available <<< 172629 1726888948.64992: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.65077: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888948.65091: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888948.65114: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.65147: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.65201: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888948.65204: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.65251: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.65287: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.65364: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.65414: 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 <<< 172629 1726888948.65451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888948.65534: 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 0x7fe9cdb021e0> <<< 172629 1726888948.65585: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdafd640> <<< 172629 1726888948.65618: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888948.65630: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.65671: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.65744: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.65768: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.65821: 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' <<< 172629 1726888948.65865: 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 <<< 172629 1726888948.65887: 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 <<< 172629 1726888948.65927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888948.65973: 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' <<< 172629 1726888948.66027: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdbeea80> <<< 172629 1726888948.66075: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cddc6780> <<< 172629 1726888948.66165: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdb02360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdb01f40> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888948.66221: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888948.66225: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888948.66290: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888948.66324: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888948.66351: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.66417: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.66534: 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' <<< 172629 1726888948.66579: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdaf4230> <<< 172629 1726888948.66637: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888948.67083: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:22:28.666487", "end": "2024-09-20 23:22:28.669488", "delta": "0:00:00.003001", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/crypttab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726888948.67097: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888948.67508: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path <<< 172629 1726888948.67574: stdout chunk (state=3): >>># clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # 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 <<< 172629 1726888948.67578: stdout chunk (state=3): >>># 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 <<< 172629 1726888948.67658: stdout chunk (state=3): >>># cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ <<< 172629 1726888948.67680: stdout chunk (state=3): >>># cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize <<< 172629 1726888948.67683: stdout chunk (state=3): >>># cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 <<< 172629 1726888948.67697: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726888948.67947: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888948.67995: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888948.68023: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726888948.68096: 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 <<< 172629 1726888948.68137: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal <<< 172629 1726888948.68183: stdout chunk (state=3): >>># destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch <<< 172629 1726888948.68197: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil <<< 172629 1726888948.68227: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888948.68285: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime <<< 172629 1726888948.68333: stdout chunk (state=3): >>># cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # 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 <<< 172629 1726888948.68400: 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 <<< 172629 1726888948.68421: 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 <<< 172629 1726888948.68433: 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 <<< 172629 1726888948.68588: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888948.68642: stdout chunk (state=3): >>># 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 <<< 172629 1726888948.68649: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726888948.68679: 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 <<< 172629 1726888948.68774: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 172629 1726888948.68789: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726888948.68820: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726888948.68823: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726888948.68836: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726888948.68864: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 172629 1726888948.68884: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 172629 1726888948.69296: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888948.69300: stdout chunk (state=3): >>><<< 172629 1726888948.69302: stderr chunk (state=3): >>><<< 172629 1726888948.69524: _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 0x7fe9ce6dc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce6abb00> # /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 0x7fe9ce6dea50> 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 0x7fe9ce491130> # /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 0x7fe9ce492120> 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 0x7fe9ce4cff50> # /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 0x7fe9ce4e40e0> # /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 0x7fe9ce507950> # /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 0x7fe9ce507fe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce4e7bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce4e5340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce4cd100> # /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 0x7fe9ce52b8f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce52a510> # /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 0x7fe9ce4e6210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce528c50> # /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 0x7fe9ce558980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce4cc380> # /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 0x7fe9ce558e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce558ce0> # 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 0x7fe9ce5590d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce4caea0> # /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 0x7fe9ce559790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce559490> 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 0x7fe9ce55a690> 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 0x7fe9ce5748c0> 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 0x7fe9ce576000> # /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 0x7fe9ce576ea0> # 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 0x7fe9ce577500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce5763f0> # /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 0x7fe9ce577ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce5775f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce55a6f0> # /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 0x7fe9ce2f3da0> # /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 0x7fe9ce3208f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce320650> # 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 0x7fe9ce320890> # /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 0x7fe9ce3211f0> # 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 0x7fe9ce321bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce320aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce2f1f40> # /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 0x7fe9ce322fc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce321d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce55ade0> # /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 0x7fe9ce34b2c0> # /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 0x7fe9ce373680> # /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 0x7fe9ce3cc470> # /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 0x7fe9ce3cebd0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce3cc590> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce391490> # /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 0x7fe9cdd15520> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce372480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9ce323e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe9ce3725a0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_yxu9oeyl/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdd6b1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdd4e0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdd4d220> # 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 0x7fe9cdd69070> # /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 0x7fe9cdd96ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdd96930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdd96240> # /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 0x7fe9cdd96720> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdd6bc50> 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 0x7fe9cdd97800> # 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 0x7fe9cdd97950> # /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 0x7fe9cdd97d70> 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 0x7fe9cdc05b80> # 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 0x7fe9cdc077a0> # /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 0x7fe9cdc07fb0> # /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 0x7fe9cdc0d1f0> # /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 0x7fe9cdc0fce0> # 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 0x7fe9ce576e10> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc0dfd0> # /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 0x7fe9cdc13c50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc12720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc12480> # /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 0x7fe9cdc129f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc0e4e0> # 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 0x7fe9cdc57ec0> # /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 0x7fe9cdc57fb0> # /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 0x7fe9cdc59af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc598b0> # /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 0x7fe9cdc5bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc5a180> # /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 0x7fe9cdc5f770> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc5c140> # 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 0x7fe9cdc60260> # 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 0x7fe9cdc60950> # 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 0x7fe9cdc60830> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc58230> # /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 0x7fe9cdc63fe0> # 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 0x7fe9cdaf1250> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc627e0> # 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 0x7fe9cdc63b60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc62420> # 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 0x7fe9cdaf52b0> # /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 0x7fe9cdaf61b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdc61340> 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 0x7fe9cdaf6210> # 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 0x7fe9cdaf73b0> # 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 0x7fe9cdb021e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdafd640> 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 0x7fe9cdbeea80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cddc6780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdb02360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdb01f40> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9cdaf4230> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:22:28.666487", "end": "2024-09-20 23:22:28.669488", "delta": "0:00:00.003001", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/crypttab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726888948.70319: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /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': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888948.3631008-174327-5825869605241/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888948.70326: _low_level_execute_command(): starting 172629 1726888948.70329: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888948.3631008-174327-5825869605241/ > /dev/null 2>&1 && sleep 0' 172629 1726888948.71153: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888948.71170: 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 <<< 172629 1726888948.71207: 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 <<< 172629 1726888948.71293: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888948.71335: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888948.71392: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888948.73386: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888948.73390: stdout chunk (state=3): >>><<< 172629 1726888948.73393: stderr chunk (state=3): >>><<< 172629 1726888948.73562: _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 172629 1726888948.73566: handler run complete 172629 1726888948.73570: Evaluated conditional (False): False 172629 1726888948.73573: Evaluated conditional (False): False 172629 1726888948.73575: attempt loop complete, returning result 172629 1726888948.73578: _execute() done 172629 1726888948.73581: dumping result to json 172629 1726888948.73584: done dumping result, returning 172629 1726888948.73587: done running TaskExecutor() for managed_node1/TASK: Read the /etc/crypttab file [0affc8a3-6f6f-d0a8-add8-000000000982] 172629 1726888948.73589: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000982 ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003001", "end": "2024-09-20 23:22:28.669488", "failed_when_result": false, "rc": 0, "start": "2024-09-20 23:22:28.666487" } 172629 1726888948.73723: no more pending results, returning what we have 172629 1726888948.73726: results queue empty 172629 1726888948.73727: checking for any_errors_fatal 172629 1726888948.73734: done checking for any_errors_fatal 172629 1726888948.73735: checking for max_fail_percentage 172629 1726888948.73737: done checking for max_fail_percentage 172629 1726888948.73738: checking to see if all hosts have failed and the running result is not ok 172629 1726888948.73739: done checking to see if all hosts have failed 172629 1726888948.73740: getting the remaining hosts for this loop 172629 1726888948.73741: done getting the remaining hosts for this loop 172629 1726888948.73744: getting the next task for host managed_node1 172629 1726888948.73752: done getting next task for host managed_node1 172629 1726888948.73757: ^ task is: TASK: Verify the volumes listed in storage_pools were correctly managed 172629 1726888948.73760: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888948.73764: getting variables 172629 1726888948.73765: in VariableManager get_vars() 172629 1726888948.73798: Calling all_inventory to load vars for managed_node1 172629 1726888948.73801: Calling groups_inventory to load vars for managed_node1 172629 1726888948.73804: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888948.73815: Calling all_plugins_play to load vars for managed_node1 172629 1726888948.73818: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888948.73821: Calling groups_plugins_play to load vars for managed_node1 172629 1726888948.74704: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000982 172629 1726888948.75096: WORKER PROCESS EXITING 172629 1726888948.75111: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888948.75744: done with get_vars() 172629 1726888948.75764: done getting variables TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Friday 20 September 2024 23:22:28 -0400 (0:00:00.442) 0:00:49.038 ****** 172629 1726888948.75852: entering _queue_task() for managed_node1/include_tasks 172629 1726888948.76158: worker is 1 (out of 1 available) 172629 1726888948.76171: exiting _queue_task() for managed_node1/include_tasks 172629 1726888948.76182: done queuing things up, now waiting for results queue to drain 172629 1726888948.76184: waiting for pending results... 172629 1726888948.76475: running TaskExecutor() for managed_node1/TASK: Verify the volumes listed in storage_pools were correctly managed 172629 1726888948.76551: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000983 172629 1726888948.76573: variable 'ansible_search_path' from source: unknown 172629 1726888948.76624: variable '_storage_pools_list' from source: set_fact 172629 1726888948.76972: variable '_storage_pools_list' from source: set_fact 172629 1726888948.76976: dumping result to json 172629 1726888948.76979: done dumping result, returning 172629 1726888948.76982: done running TaskExecutor() for managed_node1/TASK: Verify the volumes listed in storage_pools were correctly managed [0affc8a3-6f6f-d0a8-add8-000000000983] 172629 1726888948.76985: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000983 172629 1726888948.77445: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000983 172629 1726888948.77448: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888948.77502: no more pending results, returning what we have 172629 1726888948.77506: results queue empty 172629 1726888948.77507: checking for any_errors_fatal 172629 1726888948.77516: done checking for any_errors_fatal 172629 1726888948.77516: checking for max_fail_percentage 172629 1726888948.77518: done checking for max_fail_percentage 172629 1726888948.77519: checking to see if all hosts have failed and the running result is not ok 172629 1726888948.77520: done checking to see if all hosts have failed 172629 1726888948.77521: getting the remaining hosts for this loop 172629 1726888948.77522: done getting the remaining hosts for this loop 172629 1726888948.77526: getting the next task for host managed_node1 172629 1726888948.77533: done getting next task for host managed_node1 172629 1726888948.77536: ^ task is: TASK: Verify the volumes with no pool were correctly managed 172629 1726888948.77539: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888948.77543: getting variables 172629 1726888948.77545: in VariableManager get_vars() 172629 1726888948.77585: Calling all_inventory to load vars for managed_node1 172629 1726888948.77588: Calling groups_inventory to load vars for managed_node1 172629 1726888948.77591: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888948.77605: Calling all_plugins_play to load vars for managed_node1 172629 1726888948.77608: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888948.77612: Calling groups_plugins_play to load vars for managed_node1 172629 1726888948.78317: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888948.78913: done with get_vars() 172629 1726888948.78927: done getting variables TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Friday 20 September 2024 23:22:28 -0400 (0:00:00.031) 0:00:49.070 ****** 172629 1726888948.79009: entering _queue_task() for managed_node1/include_tasks 172629 1726888948.79385: worker is 1 (out of 1 available) 172629 1726888948.79396: exiting _queue_task() for managed_node1/include_tasks 172629 1726888948.79405: done queuing things up, now waiting for results queue to drain 172629 1726888948.79406: waiting for pending results... 172629 1726888948.79773: running TaskExecutor() for managed_node1/TASK: Verify the volumes with no pool were correctly managed 172629 1726888948.79979: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000985 172629 1726888948.79983: variable 'ansible_search_path' from source: unknown 172629 1726888948.80161: variable '_storage_volumes_list' from source: set_fact 172629 1726888948.80468: variable '_storage_volumes_list' from source: set_fact 172629 1726888948.80925: variable 'omit' from source: magic vars 172629 1726888948.81183: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888948.81298: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888948.81302: variable 'omit' from source: magic vars 172629 1726888948.81822: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888948.82413: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888948.82630: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888948.82634: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888948.82694: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888948.82821: 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) 172629 1726888948.82987: 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) 172629 1726888948.83017: 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) 172629 1726888948.83089: 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) 172629 1726888948.83278: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888948.85542: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888948.85625: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888948.85671: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888948.85708: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888948.85738: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888948.85799: 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) 172629 1726888948.85829: 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) 172629 1726888948.85863: 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) 172629 1726888948.85911: 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) 172629 1726888948.85931: 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) 172629 1726888948.86065: variable '_storage_volumes_list' from source: set_fact 172629 1726888948.86097: Evaluated conditional (_storage_volumes_list is defined and _storage_volumes_list | length > 0): True 172629 1726888948.86135: variable 'storage_test_volume' from source: unknown 172629 1726888948.86215: variable 'storage_test_volume' from source: unknown 172629 1726888948.86674: dumping result to json 172629 1726888948.86677: done dumping result, returning 172629 1726888948.86680: done running TaskExecutor() for managed_node1/TASK: Verify the volumes with no pool were correctly managed [0affc8a3-6f6f-d0a8-add8-000000000985] 172629 1726888948.86682: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000985 172629 1726888948.86740: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000985 172629 1726888948.86743: WORKER PROCESS EXITING 172629 1726888948.86827: no more pending results, returning what we have 172629 1726888948.86832: in VariableManager get_vars() 172629 1726888948.86877: Calling all_inventory to load vars for managed_node1 172629 1726888948.86880: Calling groups_inventory to load vars for managed_node1 172629 1726888948.86884: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888948.86896: Calling all_plugins_play to load vars for managed_node1 172629 1726888948.86900: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888948.86904: Calling groups_plugins_play to load vars for managed_node1 172629 1726888948.87736: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888948.88298: done with get_vars() 172629 1726888948.88309: variable 'ansible_search_path' from source: unknown 172629 1726888948.88349: we have included files to process 172629 1726888948.88350: generating all_blocks data 172629 1726888948.88352: done generating all_blocks data 172629 1726888948.88359: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726888948.88361: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726888948.88363: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726888948.88595: in VariableManager get_vars() 172629 1726888948.88615: done with get_vars() 172629 1726888948.88700: done processing included file 172629 1726888948.88702: iterating over new_blocks loaded from include file 172629 1726888948.88703: in VariableManager get_vars() 172629 1726888948.88715: done with get_vars() 172629 1726888948.88716: filtering new block on tags 172629 1726888948.88733: done filtering new block on tags 172629 1726888948.88735: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node1 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': 'none', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test2', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sdb'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': 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': [], '_device': '/dev/sdb', '_raw_device': '/dev/sdb', '_mount_id': 'UUID=8eb5208c-2ff3-4c8f-a642-5aca66cfb112', '_kernel_device': '/dev/sdb', '_raw_kernel_device': '/dev/sdb'}) 172629 1726888948.88751: extending task lists for all hosts with included blocks 172629 1726888948.89059: done extending task lists 172629 1726888948.89063: done processing included files 172629 1726888948.89064: results queue empty 172629 1726888948.89064: checking for any_errors_fatal 172629 1726888948.89069: done checking for any_errors_fatal 172629 1726888948.89069: checking for max_fail_percentage 172629 1726888948.89070: done checking for max_fail_percentage 172629 1726888948.89071: checking to see if all hosts have failed and the running result is not ok 172629 1726888948.89072: done checking to see if all hosts have failed 172629 1726888948.89073: getting the remaining hosts for this loop 172629 1726888948.89074: done getting the remaining hosts for this loop 172629 1726888948.89076: getting the next task for host managed_node1 172629 1726888948.89080: done getting next task for host managed_node1 172629 1726888948.89082: ^ task is: TASK: Set storage volume test variables 172629 1726888948.89085: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888948.89087: getting variables 172629 1726888948.89088: in VariableManager get_vars() 172629 1726888948.89096: Calling all_inventory to load vars for managed_node1 172629 1726888948.89098: Calling groups_inventory to load vars for managed_node1 172629 1726888948.89101: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888948.89106: Calling all_plugins_play to load vars for managed_node1 172629 1726888948.89108: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888948.89110: Calling groups_plugins_play to load vars for managed_node1 172629 1726888948.89560: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888948.90131: done with get_vars() 172629 1726888948.90143: done getting variables 172629 1726888948.90185: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Friday 20 September 2024 23:22:28 -0400 (0:00:00.112) 0:00:49.182 ****** 172629 1726888948.90213: entering _queue_task() for managed_node1/set_fact 172629 1726888948.90527: worker is 1 (out of 1 available) 172629 1726888948.90540: exiting _queue_task() for managed_node1/set_fact 172629 1726888948.90760: done queuing things up, now waiting for results queue to drain 172629 1726888948.90762: waiting for pending results... 172629 1726888948.90973: running TaskExecutor() for managed_node1/TASK: Set storage volume test variables 172629 1726888948.90992: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000a72 172629 1726888948.91009: variable 'ansible_search_path' from source: unknown 172629 1726888948.91047: calling self._execute() 172629 1726888948.91162: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888948.91175: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888948.91204: variable 'omit' from source: magic vars 172629 1726888948.91358: variable 'omit' from source: magic vars 172629 1726888948.91370: variable 'omit' from source: magic vars 172629 1726888948.91716: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888948.93850: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888948.94322: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888948.94368: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888948.94410: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888948.94439: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888948.94525: 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) 172629 1726888948.94623: 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) 172629 1726888948.94626: 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) 172629 1726888948.94631: 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) 172629 1726888948.94647: 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) 172629 1726888948.94807: variable 'storage_test_volume' from source: include params 172629 1726888948.94884: variable 'omit' from source: magic vars 172629 1726888948.94909: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888948.94936: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888948.94966: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888948.94985: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888948.94997: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888948.95026: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888948.95033: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888948.95061: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888948.95146: Set connection var ansible_timeout to 10 172629 1726888948.95162: Set connection var ansible_shell_type to sh 172629 1726888948.95361: Set connection var ansible_pipelining to False 172629 1726888948.95364: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888948.95366: Set connection var ansible_shell_executable to /bin/sh 172629 1726888948.95368: Set connection var ansible_connection to ssh 172629 1726888948.95370: variable 'ansible_shell_executable' from source: unknown 172629 1726888948.95373: variable 'ansible_connection' from source: unknown 172629 1726888948.95375: variable 'ansible_module_compression' from source: unknown 172629 1726888948.95377: variable 'ansible_shell_type' from source: unknown 172629 1726888948.95378: variable 'ansible_shell_executable' from source: unknown 172629 1726888948.95380: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888948.95382: variable 'ansible_pipelining' from source: unknown 172629 1726888948.95384: variable 'ansible_timeout' from source: unknown 172629 1726888948.95386: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888948.95388: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888948.95390: variable 'omit' from source: magic vars 172629 1726888948.95392: starting attempt loop 172629 1726888948.95394: running the handler 172629 1726888948.95406: handler run complete 172629 1726888948.95420: attempt loop complete, returning result 172629 1726888948.95426: _execute() done 172629 1726888948.95432: dumping result to json 172629 1726888948.95439: done dumping result, returning 172629 1726888948.95449: done running TaskExecutor() for managed_node1/TASK: Set storage volume test variables [0affc8a3-6f6f-d0a8-add8-000000000a72] 172629 1726888948.95463: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000a72 ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 172629 1726888948.95624: no more pending results, returning what we have 172629 1726888948.95627: results queue empty 172629 1726888948.95629: checking for any_errors_fatal 172629 1726888948.95630: done checking for any_errors_fatal 172629 1726888948.95631: checking for max_fail_percentage 172629 1726888948.95632: done checking for max_fail_percentage 172629 1726888948.95634: checking to see if all hosts have failed and the running result is not ok 172629 1726888948.95635: done checking to see if all hosts have failed 172629 1726888948.95636: getting the remaining hosts for this loop 172629 1726888948.95637: done getting the remaining hosts for this loop 172629 1726888948.95641: getting the next task for host managed_node1 172629 1726888948.95648: done getting next task for host managed_node1 172629 1726888948.95651: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 172629 1726888948.95660: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888948.95672: getting variables 172629 1726888948.95673: in VariableManager get_vars() 172629 1726888948.95707: Calling all_inventory to load vars for managed_node1 172629 1726888948.95710: Calling groups_inventory to load vars for managed_node1 172629 1726888948.95713: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888948.95723: Calling all_plugins_play to load vars for managed_node1 172629 1726888948.95726: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888948.95728: Calling groups_plugins_play to load vars for managed_node1 172629 1726888948.96732: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000a72 172629 1726888948.96735: WORKER PROCESS EXITING 172629 1726888948.96844: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888948.98020: done with get_vars() 172629 1726888948.98037: done getting variables 172629 1726888948.98436: Ignoring undefined failure: 'storage_test_volume_subset' is undefined TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Friday 20 September 2024 23:22:28 -0400 (0:00:00.082) 0:00:49.264 ****** 172629 1726888948.98469: entering _queue_task() for managed_node1/include_tasks 172629 1726888948.99189: worker is 1 (out of 1 available) 172629 1726888948.99203: exiting _queue_task() for managed_node1/include_tasks 172629 1726888948.99214: done queuing things up, now waiting for results queue to drain 172629 1726888948.99215: waiting for pending results... 172629 1726888948.99669: running TaskExecutor() for managed_node1/TASK: Run test verify for {{ storage_test_volume_subset }} 172629 1726888948.99792: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000a73 172629 1726888948.99810: variable 'ansible_search_path' from source: unknown 172629 1726888948.99863: variable '_storage_volume_tests' from source: set_fact 172629 1726888949.00050: variable '_storage_volume_tests' from source: set_fact 172629 1726888949.00132: variable 'omit' from source: magic vars 172629 1726888949.00294: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.00309: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.00323: variable 'omit' from source: magic vars 172629 1726888949.00500: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.00550: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.00633: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.00890: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.00894: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.00896: variable 'omit' from source: magic vars 172629 1726888949.00970: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.01012: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.01080: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.01325: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.01329: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.01331: variable 'omit' from source: magic vars 172629 1726888949.01349: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.01388: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.01458: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.01652: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.01660: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.01662: variable 'omit' from source: magic vars 172629 1726888949.01711: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.01744: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.01813: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.01960: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.01963: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.01966: variable 'omit' from source: magic vars 172629 1726888949.02066: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.02104: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.02189: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.02406: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.02410: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.02412: variable 'omit' from source: magic vars 172629 1726888949.02427: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.02464: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.02529: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.02648: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.02731: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.02735: variable 'omit' from source: magic vars 172629 1726888949.02794: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.02828: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.02901: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.03060: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.03064: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.03066: variable 'omit' from source: magic vars 172629 1726888949.03151: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.03193: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.03260: variable 'storage_test_volume_subset' from source: unknown 172629 1726888949.03332: dumping result to json 172629 1726888949.03397: done dumping result, returning 172629 1726888949.03401: done running TaskExecutor() for managed_node1/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-d0a8-add8-000000000a73] 172629 1726888949.03403: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000a73 172629 1726888949.03443: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000a73 172629 1726888949.03446: WORKER PROCESS EXITING 172629 1726888949.03548: no more pending results, returning what we have 172629 1726888949.03557: in VariableManager get_vars() 172629 1726888949.03597: Calling all_inventory to load vars for managed_node1 172629 1726888949.03600: Calling groups_inventory to load vars for managed_node1 172629 1726888949.03603: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888949.03617: Calling all_plugins_play to load vars for managed_node1 172629 1726888949.03621: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888949.03624: Calling groups_plugins_play to load vars for managed_node1 172629 1726888949.04648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888949.10602: done with get_vars() 172629 1726888949.10616: variable 'ansible_search_path' from source: unknown 172629 1726888949.10651: variable 'ansible_search_path' from source: unknown 172629 1726888949.10682: variable 'ansible_search_path' from source: unknown 172629 1726888949.10706: variable 'ansible_search_path' from source: unknown 172629 1726888949.10729: variable 'ansible_search_path' from source: unknown 172629 1726888949.10752: variable 'ansible_search_path' from source: unknown 172629 1726888949.10785: variable 'ansible_search_path' from source: unknown 172629 1726888949.10809: variable 'ansible_search_path' from source: unknown 172629 1726888949.10830: we have included files to process 172629 1726888949.10831: generating all_blocks data 172629 1726888949.10833: done generating all_blocks data 172629 1726888949.10835: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726888949.10836: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726888949.10838: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726888949.11894: done processing included file 172629 1726888949.11896: iterating over new_blocks loaded from include file 172629 1726888949.11897: in VariableManager get_vars() 172629 1726888949.11913: done with get_vars() 172629 1726888949.11915: filtering new block on tags 172629 1726888949.11949: done filtering new block on tags 172629 1726888949.11951: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 => (item=mount) 172629 1726888949.11959: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726888949.11961: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726888949.11968: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726888949.12579: done processing included file 172629 1726888949.12581: iterating over new_blocks loaded from include file 172629 1726888949.12582: in VariableManager get_vars() 172629 1726888949.12596: done with get_vars() 172629 1726888949.12598: filtering new block on tags 172629 1726888949.12621: done filtering new block on tags 172629 1726888949.12623: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 => (item=fstab) 172629 1726888949.12627: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726888949.12628: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726888949.12630: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726888949.12845: done processing included file 172629 1726888949.12847: iterating over new_blocks loaded from include file 172629 1726888949.12848: in VariableManager get_vars() 172629 1726888949.12865: done with get_vars() 172629 1726888949.12868: filtering new block on tags 172629 1726888949.12885: done filtering new block on tags 172629 1726888949.12887: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 => (item=fs) 172629 1726888949.12890: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726888949.12891: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726888949.12893: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726888949.13520: done processing included file 172629 1726888949.13521: iterating over new_blocks loaded from include file 172629 1726888949.13523: in VariableManager get_vars() 172629 1726888949.13536: done with get_vars() 172629 1726888949.13537: filtering new block on tags 172629 1726888949.13565: done filtering new block on tags 172629 1726888949.13567: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 => (item=device) 172629 1726888949.13571: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726888949.13572: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726888949.13574: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726888949.14991: done processing included file 172629 1726888949.14993: iterating over new_blocks loaded from include file 172629 1726888949.14994: in VariableManager get_vars() 172629 1726888949.15008: done with get_vars() 172629 1726888949.15010: filtering new block on tags 172629 1726888949.15051: done filtering new block on tags 172629 1726888949.15057: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 => (item=encryption) 172629 1726888949.15061: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726888949.15062: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726888949.15064: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726888949.15968: done processing included file 172629 1726888949.15970: iterating over new_blocks loaded from include file 172629 1726888949.15971: in VariableManager get_vars() 172629 1726888949.15984: done with get_vars() 172629 1726888949.15986: filtering new block on tags 172629 1726888949.16016: done filtering new block on tags 172629 1726888949.16018: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 => (item=md) 172629 1726888949.16021: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726888949.16022: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726888949.16024: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726888949.18710: done processing included file 172629 1726888949.18712: iterating over new_blocks loaded from include file 172629 1726888949.18713: in VariableManager get_vars() 172629 1726888949.18729: done with get_vars() 172629 1726888949.18731: filtering new block on tags 172629 1726888949.18752: done filtering new block on tags 172629 1726888949.18759: in VariableManager get_vars() 172629 1726888949.18773: done with get_vars() 172629 1726888949.18774: filtering new block on tags 172629 1726888949.18794: done filtering new block on tags 172629 1726888949.18796: in VariableManager get_vars() 172629 1726888949.18808: done with get_vars() 172629 1726888949.18809: filtering new block on tags 172629 1726888949.18848: done filtering new block on tags 172629 1726888949.18851: in VariableManager get_vars() 172629 1726888949.19074: done with get_vars() 172629 1726888949.19076: filtering new block on tags 172629 1726888949.19092: done filtering new block on tags 172629 1726888949.19094: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 => (item=size) 172629 1726888949.19098: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726888949.19099: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726888949.19102: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726888949.20385: done processing included file 172629 1726888949.20387: iterating over new_blocks loaded from include file 172629 1726888949.20388: in VariableManager get_vars() 172629 1726888949.20404: done with get_vars() 172629 1726888949.20407: filtering new block on tags 172629 1726888949.20434: done filtering new block on tags 172629 1726888949.20437: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node1 => (item=cache) 172629 1726888949.20441: extending task lists for all hosts with included blocks 172629 1726888949.21067: done extending task lists 172629 1726888949.21069: done processing included files 172629 1726888949.21070: results queue empty 172629 1726888949.21071: checking for any_errors_fatal 172629 1726888949.21075: done checking for any_errors_fatal 172629 1726888949.21076: checking for max_fail_percentage 172629 1726888949.21077: done checking for max_fail_percentage 172629 1726888949.21078: checking to see if all hosts have failed and the running result is not ok 172629 1726888949.21084: done checking to see if all hosts have failed 172629 1726888949.21085: getting the remaining hosts for this loop 172629 1726888949.21086: done getting the remaining hosts for this loop 172629 1726888949.21088: getting the next task for host managed_node1 172629 1726888949.21093: done getting next task for host managed_node1 172629 1726888949.21095: ^ task is: TASK: Get expected mount device based on device type 172629 1726888949.21099: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888949.21101: getting variables 172629 1726888949.21102: in VariableManager get_vars() 172629 1726888949.21112: Calling all_inventory to load vars for managed_node1 172629 1726888949.21115: Calling groups_inventory to load vars for managed_node1 172629 1726888949.21117: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888949.21122: Calling all_plugins_play to load vars for managed_node1 172629 1726888949.21124: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888949.21127: Calling groups_plugins_play to load vars for managed_node1 172629 1726888949.21679: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888949.22250: done with get_vars() 172629 1726888949.22270: done getting variables 172629 1726888949.22311: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Friday 20 September 2024 23:22:29 -0400 (0:00:00.238) 0:00:49.503 ****** 172629 1726888949.22338: entering _queue_task() for managed_node1/set_fact 172629 1726888949.22682: worker is 1 (out of 1 available) 172629 1726888949.22695: exiting _queue_task() for managed_node1/set_fact 172629 1726888949.22708: done queuing things up, now waiting for results queue to drain 172629 1726888949.22709: waiting for pending results... 172629 1726888949.23084: running TaskExecutor() for managed_node1/TASK: Get expected mount device based on device type 172629 1726888949.23130: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ab2 172629 1726888949.23180: variable 'ansible_search_path' from source: unknown 172629 1726888949.23200: calling self._execute() 172629 1726888949.23318: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.23332: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.23345: variable 'omit' from source: magic vars 172629 1726888949.23506: variable 'omit' from source: magic vars 172629 1726888949.23531: variable 'omit' from source: magic vars 172629 1726888949.23891: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888949.24209: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888949.24262: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888949.24362: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888949.24365: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888949.24429: 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) 172629 1726888949.24466: 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) 172629 1726888949.24502: 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) 172629 1726888949.24531: 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) 172629 1726888949.24584: 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) 172629 1726888949.24614: 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) 172629 1726888949.24645: 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) 172629 1726888949.24679: 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) 172629 1726888949.24917: variable '_storage_test_volume_present' from source: set_fact 172629 1726888949.24921: variable 'storage_test_volume' from source: include params 172629 1726888949.25027: variable 'omit' from source: magic vars 172629 1726888949.25030: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888949.25040: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888949.25070: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888949.25091: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888949.25105: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888949.25142: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888949.25150: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.25162: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.25270: Set connection var ansible_timeout to 10 172629 1726888949.25282: Set connection var ansible_shell_type to sh 172629 1726888949.25356: Set connection var ansible_pipelining to False 172629 1726888949.25361: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888949.25364: Set connection var ansible_shell_executable to /bin/sh 172629 1726888949.25366: Set connection var ansible_connection to ssh 172629 1726888949.25368: variable 'ansible_shell_executable' from source: unknown 172629 1726888949.25370: variable 'ansible_connection' from source: unknown 172629 1726888949.25372: variable 'ansible_module_compression' from source: unknown 172629 1726888949.25374: variable 'ansible_shell_type' from source: unknown 172629 1726888949.25376: variable 'ansible_shell_executable' from source: unknown 172629 1726888949.25378: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.25380: variable 'ansible_pipelining' from source: unknown 172629 1726888949.25382: variable 'ansible_timeout' from source: unknown 172629 1726888949.25384: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.25493: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888949.25510: variable 'omit' from source: magic vars 172629 1726888949.25519: starting attempt loop 172629 1726888949.25525: running the handler 172629 1726888949.25540: handler run complete 172629 1726888949.25561: attempt loop complete, returning result 172629 1726888949.25660: _execute() done 172629 1726888949.25664: dumping result to json 172629 1726888949.25666: done dumping result, returning 172629 1726888949.25668: done running TaskExecutor() for managed_node1/TASK: Get expected mount device based on device type [0affc8a3-6f6f-d0a8-add8-000000000ab2] 172629 1726888949.25670: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ab2 172629 1726888949.25735: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ab2 172629 1726888949.25738: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } 172629 1726888949.25795: no more pending results, returning what we have 172629 1726888949.25804: results queue empty 172629 1726888949.25805: checking for any_errors_fatal 172629 1726888949.25807: done checking for any_errors_fatal 172629 1726888949.25808: checking for max_fail_percentage 172629 1726888949.25809: done checking for max_fail_percentage 172629 1726888949.25810: checking to see if all hosts have failed and the running result is not ok 172629 1726888949.25811: done checking to see if all hosts have failed 172629 1726888949.25812: getting the remaining hosts for this loop 172629 1726888949.25813: done getting the remaining hosts for this loop 172629 1726888949.25816: getting the next task for host managed_node1 172629 1726888949.25824: done getting next task for host managed_node1 172629 1726888949.25827: ^ task is: TASK: Set some facts 172629 1726888949.25832: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888949.25842: getting variables 172629 1726888949.25843: in VariableManager get_vars() 172629 1726888949.26078: Calling all_inventory to load vars for managed_node1 172629 1726888949.26081: Calling groups_inventory to load vars for managed_node1 172629 1726888949.26084: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888949.26094: Calling all_plugins_play to load vars for managed_node1 172629 1726888949.26097: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888949.26100: Calling groups_plugins_play to load vars for managed_node1 172629 1726888949.26703: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888949.27301: done with get_vars() 172629 1726888949.27316: done getting variables 172629 1726888949.27377: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set some facts] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Friday 20 September 2024 23:22:29 -0400 (0:00:00.050) 0:00:49.554 ****** 172629 1726888949.27408: entering _queue_task() for managed_node1/set_fact 172629 1726888949.27714: worker is 1 (out of 1 available) 172629 1726888949.27728: exiting _queue_task() for managed_node1/set_fact 172629 1726888949.27741: done queuing things up, now waiting for results queue to drain 172629 1726888949.27742: waiting for pending results... 172629 1726888949.28084: running TaskExecutor() for managed_node1/TASK: Set some facts 172629 1726888949.28161: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ab3 172629 1726888949.28361: variable 'ansible_search_path' from source: unknown 172629 1726888949.28366: calling self._execute() 172629 1726888949.28369: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.28372: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.28374: variable 'omit' from source: magic vars 172629 1726888949.28480: variable 'omit' from source: magic vars 172629 1726888949.28543: variable 'omit' from source: magic vars 172629 1726888949.28880: variable '_storage_test_volume_present' from source: set_fact 172629 1726888949.28892: variable 'storage_test_volume' from source: include params 172629 1726888949.29185: variable 'storage_test_volume' from source: include params 172629 1726888949.29204: variable 'mount_prefix' from source: task vars 172629 1726888949.29388: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888949.33604: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888949.33688: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888949.33757: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888949.33862: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888949.33866: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888949.33905: 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) 172629 1726888949.33942: 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) 172629 1726888949.33981: 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) 172629 1726888949.34024: 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) 172629 1726888949.34043: 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) 172629 1726888949.34217: variable '__storage_is_ostree' from source: set_fact 172629 1726888949.34227: variable 'storage_test_volume' from source: include params 172629 1726888949.34271: variable 'omit' from source: magic vars 172629 1726888949.34306: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888949.34336: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888949.34363: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888949.34404: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888949.34407: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888949.34435: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888949.34443: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.34450: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.34622: Set connection var ansible_timeout to 10 172629 1726888949.34625: Set connection var ansible_shell_type to sh 172629 1726888949.34628: Set connection var ansible_pipelining to False 172629 1726888949.34630: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888949.34632: Set connection var ansible_shell_executable to /bin/sh 172629 1726888949.34634: Set connection var ansible_connection to ssh 172629 1726888949.34635: variable 'ansible_shell_executable' from source: unknown 172629 1726888949.34637: variable 'ansible_connection' from source: unknown 172629 1726888949.34639: variable 'ansible_module_compression' from source: unknown 172629 1726888949.34641: variable 'ansible_shell_type' from source: unknown 172629 1726888949.34643: variable 'ansible_shell_executable' from source: unknown 172629 1726888949.34644: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.34651: variable 'ansible_pipelining' from source: unknown 172629 1726888949.34663: variable 'ansible_timeout' from source: unknown 172629 1726888949.34671: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.34784: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888949.34800: variable 'omit' from source: magic vars 172629 1726888949.34809: starting attempt loop 172629 1726888949.34815: running the handler 172629 1726888949.34831: handler run complete 172629 1726888949.34852: attempt loop complete, returning result 172629 1726888949.34951: _execute() done 172629 1726888949.34958: dumping result to json 172629 1726888949.34961: done dumping result, returning 172629 1726888949.34963: done running TaskExecutor() for managed_node1/TASK: Set some facts [0affc8a3-6f6f-d0a8-add8-000000000ab3] 172629 1726888949.34965: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ab3 172629 1726888949.35031: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ab3 172629 1726888949.35034: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "", "storage_test_swap_expected_matches": "0" }, "changed": false } 172629 1726888949.35115: no more pending results, returning what we have 172629 1726888949.35119: results queue empty 172629 1726888949.35120: checking for any_errors_fatal 172629 1726888949.35127: done checking for any_errors_fatal 172629 1726888949.35128: checking for max_fail_percentage 172629 1726888949.35131: done checking for max_fail_percentage 172629 1726888949.35132: checking to see if all hosts have failed and the running result is not ok 172629 1726888949.35133: done checking to see if all hosts have failed 172629 1726888949.35133: getting the remaining hosts for this loop 172629 1726888949.35135: done getting the remaining hosts for this loop 172629 1726888949.35139: getting the next task for host managed_node1 172629 1726888949.35148: done getting next task for host managed_node1 172629 1726888949.35151: ^ task is: TASK: Get information about the mountpoint directory 172629 1726888949.35160: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888949.35173: getting variables 172629 1726888949.35175: in VariableManager get_vars() 172629 1726888949.35215: Calling all_inventory to load vars for managed_node1 172629 1726888949.35218: Calling groups_inventory to load vars for managed_node1 172629 1726888949.35221: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888949.35233: Calling all_plugins_play to load vars for managed_node1 172629 1726888949.35237: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888949.35240: Calling groups_plugins_play to load vars for managed_node1 172629 1726888949.36120: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888949.36948: done with get_vars() 172629 1726888949.36966: done getting variables TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Friday 20 September 2024 23:22:29 -0400 (0:00:00.096) 0:00:49.650 ****** 172629 1726888949.37058: entering _queue_task() for managed_node1/stat 172629 1726888949.37360: worker is 1 (out of 1 available) 172629 1726888949.37373: exiting _queue_task() for managed_node1/stat 172629 1726888949.37385: done queuing things up, now waiting for results queue to drain 172629 1726888949.37386: waiting for pending results... 172629 1726888949.37774: running TaskExecutor() for managed_node1/TASK: Get information about the mountpoint directory 172629 1726888949.37807: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ab4 172629 1726888949.37824: variable 'ansible_search_path' from source: unknown 172629 1726888949.37867: calling self._execute() 172629 1726888949.37998: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.38004: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.38108: variable 'omit' from source: magic vars 172629 1726888949.38501: variable '_storage_test_volume_present' from source: set_fact 172629 1726888949.38512: variable 'storage_test_volume' from source: include params 172629 1726888949.38558: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)): False 172629 1726888949.38566: when evaluation is False, skipping this task 172629 1726888949.38574: _execute() done 172629 1726888949.38580: dumping result to json 172629 1726888949.38587: done dumping result, returning 172629 1726888949.38596: done running TaskExecutor() for managed_node1/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-d0a8-add8-000000000ab4] 172629 1726888949.38606: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ab4 172629 1726888949.38864: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ab4 172629 1726888949.38868: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } 172629 1726888949.38922: no more pending results, returning what we have 172629 1726888949.38926: results queue empty 172629 1726888949.38927: checking for any_errors_fatal 172629 1726888949.38934: done checking for any_errors_fatal 172629 1726888949.38934: checking for max_fail_percentage 172629 1726888949.38936: done checking for max_fail_percentage 172629 1726888949.38937: checking to see if all hosts have failed and the running result is not ok 172629 1726888949.38938: done checking to see if all hosts have failed 172629 1726888949.38939: getting the remaining hosts for this loop 172629 1726888949.38941: done getting the remaining hosts for this loop 172629 1726888949.38944: getting the next task for host managed_node1 172629 1726888949.38956: done getting next task for host managed_node1 172629 1726888949.38960: ^ task is: TASK: Verify the current mount state by device 172629 1726888949.38965: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888949.38970: getting variables 172629 1726888949.38972: in VariableManager get_vars() 172629 1726888949.39006: Calling all_inventory to load vars for managed_node1 172629 1726888949.39009: Calling groups_inventory to load vars for managed_node1 172629 1726888949.39013: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888949.39024: Calling all_plugins_play to load vars for managed_node1 172629 1726888949.39027: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888949.39030: Calling groups_plugins_play to load vars for managed_node1 172629 1726888949.39635: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888949.40209: done with get_vars() 172629 1726888949.40221: done getting variables 172629 1726888949.40276: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Friday 20 September 2024 23:22:29 -0400 (0:00:00.032) 0:00:49.683 ****** 172629 1726888949.40305: entering _queue_task() for managed_node1/assert 172629 1726888949.40761: worker is 1 (out of 1 available) 172629 1726888949.40772: exiting _queue_task() for managed_node1/assert 172629 1726888949.40782: done queuing things up, now waiting for results queue to drain 172629 1726888949.40783: waiting for pending results... 172629 1726888949.41373: running TaskExecutor() for managed_node1/TASK: Verify the current mount state by device 172629 1726888949.41379: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ab5 172629 1726888949.41382: variable 'ansible_search_path' from source: unknown 172629 1726888949.41559: calling self._execute() 172629 1726888949.41680: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.41767: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.41808: variable 'omit' from source: magic vars 172629 1726888949.42561: variable '_storage_test_volume_present' from source: set_fact 172629 1726888949.42569: Evaluated conditional (_storage_test_volume_present): True 172629 1726888949.42581: variable 'omit' from source: magic vars 172629 1726888949.42629: variable 'omit' from source: magic vars 172629 1726888949.42918: variable 'storage_test_volume' from source: include params 172629 1726888949.42976: variable 'omit' from source: magic vars 172629 1726888949.43238: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888949.43241: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888949.43243: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888949.43273: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888949.43460: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888949.43463: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888949.43465: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.43468: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.43611: Set connection var ansible_timeout to 10 172629 1726888949.43682: Set connection var ansible_shell_type to sh 172629 1726888949.43693: Set connection var ansible_pipelining to False 172629 1726888949.43701: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888949.43709: Set connection var ansible_shell_executable to /bin/sh 172629 1726888949.43714: Set connection var ansible_connection to ssh 172629 1726888949.43737: variable 'ansible_shell_executable' from source: unknown 172629 1726888949.43860: variable 'ansible_connection' from source: unknown 172629 1726888949.43864: variable 'ansible_module_compression' from source: unknown 172629 1726888949.43866: variable 'ansible_shell_type' from source: unknown 172629 1726888949.43868: variable 'ansible_shell_executable' from source: unknown 172629 1726888949.43870: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.43872: variable 'ansible_pipelining' from source: unknown 172629 1726888949.43874: variable 'ansible_timeout' from source: unknown 172629 1726888949.43876: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.44138: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888949.44160: variable 'omit' from source: magic vars 172629 1726888949.44169: starting attempt loop 172629 1726888949.44175: running the handler 172629 1726888949.44368: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888949.44394: variable 'storage_test_volume' from source: include params 172629 1726888949.44409: variable 'storage_test_mount_expected_mount_point' from source: set_fact 172629 1726888949.44422: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].mountpoint == storage_test_mount_expected_mount_point): True 172629 1726888949.44436: handler run complete 172629 1726888949.44460: attempt loop complete, returning result 172629 1726888949.44466: _execute() done 172629 1726888949.44472: dumping result to json 172629 1726888949.44478: done dumping result, returning 172629 1726888949.44487: done running TaskExecutor() for managed_node1/TASK: Verify the current mount state by device [0affc8a3-6f6f-d0a8-add8-000000000ab5] 172629 1726888949.44494: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ab5 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888949.44751: no more pending results, returning what we have 172629 1726888949.44759: results queue empty 172629 1726888949.44760: checking for any_errors_fatal 172629 1726888949.44769: done checking for any_errors_fatal 172629 1726888949.44770: checking for max_fail_percentage 172629 1726888949.44772: done checking for max_fail_percentage 172629 1726888949.44773: checking to see if all hosts have failed and the running result is not ok 172629 1726888949.44774: done checking to see if all hosts have failed 172629 1726888949.44775: getting the remaining hosts for this loop 172629 1726888949.44777: done getting the remaining hosts for this loop 172629 1726888949.44780: getting the next task for host managed_node1 172629 1726888949.44787: done getting next task for host managed_node1 172629 1726888949.44790: ^ task is: TASK: Verify mount directory user 172629 1726888949.44796: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888949.44800: getting variables 172629 1726888949.44802: in VariableManager get_vars() 172629 1726888949.44840: Calling all_inventory to load vars for managed_node1 172629 1726888949.44842: Calling groups_inventory to load vars for managed_node1 172629 1726888949.44846: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888949.45062: Calling all_plugins_play to load vars for managed_node1 172629 1726888949.45066: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888949.45071: Calling groups_plugins_play to load vars for managed_node1 172629 1726888949.45615: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ab5 172629 1726888949.45618: WORKER PROCESS EXITING 172629 1726888949.45640: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888949.46927: done with get_vars() 172629 1726888949.46944: done getting variables 172629 1726888949.47006: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Friday 20 September 2024 23:22:29 -0400 (0:00:00.067) 0:00:49.750 ****** 172629 1726888949.47045: entering _queue_task() for managed_node1/assert 172629 1726888949.47749: worker is 1 (out of 1 available) 172629 1726888949.47868: exiting _queue_task() for managed_node1/assert 172629 1726888949.47879: done queuing things up, now waiting for results queue to drain 172629 1726888949.47881: waiting for pending results... 172629 1726888949.48210: running TaskExecutor() for managed_node1/TASK: Verify mount directory user 172629 1726888949.48630: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ab6 172629 1726888949.48779: variable 'ansible_search_path' from source: unknown 172629 1726888949.48817: calling self._execute() 172629 1726888949.49035: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.49073: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.49100: variable 'omit' from source: magic vars 172629 1726888949.50017: variable '_storage_test_volume_present' from source: set_fact 172629 1726888949.50028: variable 'storage_test_volume' from source: include params 172629 1726888949.50073: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 172629 1726888949.50167: when evaluation is False, skipping this task 172629 1726888949.50176: _execute() done 172629 1726888949.50183: dumping result to json 172629 1726888949.50189: done dumping result, returning 172629 1726888949.50198: done running TaskExecutor() for managed_node1/TASK: Verify mount directory user [0affc8a3-6f6f-d0a8-add8-000000000ab6] 172629 1726888949.50261: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ab6 172629 1726888949.50662: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ab6 172629 1726888949.50666: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } 172629 1726888949.50707: no more pending results, returning what we have 172629 1726888949.50710: results queue empty 172629 1726888949.50711: checking for any_errors_fatal 172629 1726888949.50719: done checking for any_errors_fatal 172629 1726888949.50720: checking for max_fail_percentage 172629 1726888949.50722: done checking for max_fail_percentage 172629 1726888949.50722: checking to see if all hosts have failed and the running result is not ok 172629 1726888949.50723: done checking to see if all hosts have failed 172629 1726888949.50724: getting the remaining hosts for this loop 172629 1726888949.50725: done getting the remaining hosts for this loop 172629 1726888949.50728: getting the next task for host managed_node1 172629 1726888949.50735: done getting next task for host managed_node1 172629 1726888949.50737: ^ task is: TASK: Verify mount directory group 172629 1726888949.50742: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888949.50746: getting variables 172629 1726888949.50747: in VariableManager get_vars() 172629 1726888949.50781: Calling all_inventory to load vars for managed_node1 172629 1726888949.50784: Calling groups_inventory to load vars for managed_node1 172629 1726888949.50787: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888949.50797: Calling all_plugins_play to load vars for managed_node1 172629 1726888949.50800: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888949.50803: Calling groups_plugins_play to load vars for managed_node1 172629 1726888949.52294: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888949.53721: done with get_vars() 172629 1726888949.53739: done getting variables 172629 1726888949.53805: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Friday 20 September 2024 23:22:29 -0400 (0:00:00.070) 0:00:49.820 ****** 172629 1726888949.54052: entering _queue_task() for managed_node1/assert 172629 1726888949.55290: worker is 1 (out of 1 available) 172629 1726888949.55298: exiting _queue_task() for managed_node1/assert 172629 1726888949.55308: done queuing things up, now waiting for results queue to drain 172629 1726888949.55309: waiting for pending results... 172629 1726888949.55330: running TaskExecutor() for managed_node1/TASK: Verify mount directory group 172629 1726888949.55334: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ab7 172629 1726888949.55337: variable 'ansible_search_path' from source: unknown 172629 1726888949.55358: calling self._execute() 172629 1726888949.55476: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.55487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.55500: variable 'omit' from source: magic vars 172629 1726888949.55904: variable '_storage_test_volume_present' from source: set_fact 172629 1726888949.55917: variable 'storage_test_volume' from source: include params 172629 1726888949.55957: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 172629 1726888949.55966: when evaluation is False, skipping this task 172629 1726888949.55973: _execute() done 172629 1726888949.55982: dumping result to json 172629 1726888949.55989: done dumping result, returning 172629 1726888949.55998: done running TaskExecutor() for managed_node1/TASK: Verify mount directory group [0affc8a3-6f6f-d0a8-add8-000000000ab7] 172629 1726888949.56007: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ab7 skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } 172629 1726888949.56152: no more pending results, returning what we have 172629 1726888949.56158: results queue empty 172629 1726888949.56160: checking for any_errors_fatal 172629 1726888949.56167: done checking for any_errors_fatal 172629 1726888949.56168: checking for max_fail_percentage 172629 1726888949.56169: done checking for max_fail_percentage 172629 1726888949.56170: checking to see if all hosts have failed and the running result is not ok 172629 1726888949.56171: done checking to see if all hosts have failed 172629 1726888949.56172: getting the remaining hosts for this loop 172629 1726888949.56173: done getting the remaining hosts for this loop 172629 1726888949.56176: getting the next task for host managed_node1 172629 1726888949.56184: done getting next task for host managed_node1 172629 1726888949.56186: ^ task is: TASK: Verify mount directory permissions 172629 1726888949.56191: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888949.56194: getting variables 172629 1726888949.56196: in VariableManager get_vars() 172629 1726888949.56228: Calling all_inventory to load vars for managed_node1 172629 1726888949.56231: Calling groups_inventory to load vars for managed_node1 172629 1726888949.56234: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888949.56249: Calling all_plugins_play to load vars for managed_node1 172629 1726888949.56252: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888949.56257: Calling groups_plugins_play to load vars for managed_node1 172629 1726888949.56998: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ab7 172629 1726888949.57002: WORKER PROCESS EXITING 172629 1726888949.57388: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888949.58252: done with get_vars() 172629 1726888949.58270: done getting variables 172629 1726888949.58331: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Friday 20 September 2024 23:22:29 -0400 (0:00:00.043) 0:00:49.863 ****** 172629 1726888949.58399: entering _queue_task() for managed_node1/assert 172629 1726888949.58881: worker is 1 (out of 1 available) 172629 1726888949.58893: exiting _queue_task() for managed_node1/assert 172629 1726888949.58905: done queuing things up, now waiting for results queue to drain 172629 1726888949.58906: waiting for pending results... 172629 1726888949.59043: running TaskExecutor() for managed_node1/TASK: Verify mount directory permissions 172629 1726888949.59174: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ab8 172629 1726888949.59196: variable 'ansible_search_path' from source: unknown 172629 1726888949.59352: calling self._execute() 172629 1726888949.59361: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.59374: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.59387: variable 'omit' from source: magic vars 172629 1726888949.59822: variable '_storage_test_volume_present' from source: set_fact 172629 1726888949.59833: variable 'storage_test_volume' from source: include params 172629 1726888949.59872: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 172629 1726888949.59880: when evaluation is False, skipping this task 172629 1726888949.59890: _execute() done 172629 1726888949.59960: dumping result to json 172629 1726888949.59964: done dumping result, returning 172629 1726888949.59966: done running TaskExecutor() for managed_node1/TASK: Verify mount directory permissions [0affc8a3-6f6f-d0a8-add8-000000000ab8] 172629 1726888949.59969: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ab8 skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } 172629 1726888949.60239: no more pending results, returning what we have 172629 1726888949.60242: results queue empty 172629 1726888949.60244: checking for any_errors_fatal 172629 1726888949.60250: done checking for any_errors_fatal 172629 1726888949.60251: checking for max_fail_percentage 172629 1726888949.60253: done checking for max_fail_percentage 172629 1726888949.60254: checking to see if all hosts have failed and the running result is not ok 172629 1726888949.60256: done checking to see if all hosts have failed 172629 1726888949.60257: getting the remaining hosts for this loop 172629 1726888949.60259: done getting the remaining hosts for this loop 172629 1726888949.60262: getting the next task for host managed_node1 172629 1726888949.60270: done getting next task for host managed_node1 172629 1726888949.60272: ^ task is: TASK: Get path of test volume device 172629 1726888949.60277: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888949.60282: getting variables 172629 1726888949.60283: in VariableManager get_vars() 172629 1726888949.60318: Calling all_inventory to load vars for managed_node1 172629 1726888949.60320: Calling groups_inventory to load vars for managed_node1 172629 1726888949.60324: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888949.60336: Calling all_plugins_play to load vars for managed_node1 172629 1726888949.60339: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888949.60343: Calling groups_plugins_play to load vars for managed_node1 172629 1726888949.60869: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ab8 172629 1726888949.60872: WORKER PROCESS EXITING 172629 1726888949.60989: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888949.61593: done with get_vars() 172629 1726888949.61607: done getting variables 172629 1726888949.61673: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Friday 20 September 2024 23:22:29 -0400 (0:00:00.033) 0:00:49.896 ****** 172629 1726888949.61704: entering _queue_task() for managed_node1/command 172629 1726888949.61966: worker is 1 (out of 1 available) 172629 1726888949.61979: exiting _queue_task() for managed_node1/command 172629 1726888949.61993: done queuing things up, now waiting for results queue to drain 172629 1726888949.61994: waiting for pending results... 172629 1726888949.62301: running TaskExecutor() for managed_node1/TASK: Get path of test volume device 172629 1726888949.62774: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ab9 172629 1726888949.62777: variable 'ansible_search_path' from source: unknown 172629 1726888949.62780: calling self._execute() 172629 1726888949.62948: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.62985: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.63003: variable 'omit' from source: magic vars 172629 1726888949.63970: variable 'storage_test_volume' from source: include params 172629 1726888949.63973: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 172629 1726888949.63979: when evaluation is False, skipping this task 172629 1726888949.63986: _execute() done 172629 1726888949.63992: dumping result to json 172629 1726888949.64035: done dumping result, returning 172629 1726888949.64045: done running TaskExecutor() for managed_node1/TASK: Get path of test volume device [0affc8a3-6f6f-d0a8-add8-000000000ab9] 172629 1726888949.64053: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ab9 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 172629 1726888949.64302: no more pending results, returning what we have 172629 1726888949.64306: results queue empty 172629 1726888949.64307: checking for any_errors_fatal 172629 1726888949.64318: done checking for any_errors_fatal 172629 1726888949.64319: checking for max_fail_percentage 172629 1726888949.64321: done checking for max_fail_percentage 172629 1726888949.64322: checking to see if all hosts have failed and the running result is not ok 172629 1726888949.64323: done checking to see if all hosts have failed 172629 1726888949.64323: getting the remaining hosts for this loop 172629 1726888949.64325: done getting the remaining hosts for this loop 172629 1726888949.64329: getting the next task for host managed_node1 172629 1726888949.64337: done getting next task for host managed_node1 172629 1726888949.64339: ^ task is: TASK: Gather swap info 172629 1726888949.64345: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888949.64349: getting variables 172629 1726888949.64350: in VariableManager get_vars() 172629 1726888949.64387: Calling all_inventory to load vars for managed_node1 172629 1726888949.64390: Calling groups_inventory to load vars for managed_node1 172629 1726888949.64394: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888949.64407: Calling all_plugins_play to load vars for managed_node1 172629 1726888949.64411: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888949.64415: Calling groups_plugins_play to load vars for managed_node1 172629 1726888949.65324: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ab9 172629 1726888949.65327: WORKER PROCESS EXITING 172629 1726888949.65874: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888949.66933: done with get_vars() 172629 1726888949.66948: done getting variables 172629 1726888949.67006: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Gather swap info] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Friday 20 September 2024 23:22:29 -0400 (0:00:00.053) 0:00:49.950 ****** 172629 1726888949.67036: entering _queue_task() for managed_node1/command 172629 1726888949.67303: worker is 1 (out of 1 available) 172629 1726888949.67316: exiting _queue_task() for managed_node1/command 172629 1726888949.67328: done queuing things up, now waiting for results queue to drain 172629 1726888949.67330: waiting for pending results... 172629 1726888949.67604: running TaskExecutor() for managed_node1/TASK: Gather swap info 172629 1726888949.67745: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000aba 172629 1726888949.67768: variable 'ansible_search_path' from source: unknown 172629 1726888949.67808: calling self._execute() 172629 1726888949.67921: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.67932: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.67945: variable 'omit' from source: magic vars 172629 1726888949.68333: variable 'storage_test_volume' from source: include params 172629 1726888949.68372: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 172629 1726888949.68380: when evaluation is False, skipping this task 172629 1726888949.68386: _execute() done 172629 1726888949.68394: dumping result to json 172629 1726888949.68400: done dumping result, returning 172629 1726888949.68409: done running TaskExecutor() for managed_node1/TASK: Gather swap info [0affc8a3-6f6f-d0a8-add8-000000000aba] 172629 1726888949.68417: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000aba skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 172629 1726888949.68585: no more pending results, returning what we have 172629 1726888949.68590: results queue empty 172629 1726888949.68591: checking for any_errors_fatal 172629 1726888949.68601: done checking for any_errors_fatal 172629 1726888949.68601: checking for max_fail_percentage 172629 1726888949.68603: done checking for max_fail_percentage 172629 1726888949.68604: checking to see if all hosts have failed and the running result is not ok 172629 1726888949.68605: done checking to see if all hosts have failed 172629 1726888949.68606: getting the remaining hosts for this loop 172629 1726888949.68608: done getting the remaining hosts for this loop 172629 1726888949.68611: getting the next task for host managed_node1 172629 1726888949.68619: done getting next task for host managed_node1 172629 1726888949.68622: ^ task is: TASK: Verify swap status 172629 1726888949.68628: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888949.68634: getting variables 172629 1726888949.68635: in VariableManager get_vars() 172629 1726888949.68671: Calling all_inventory to load vars for managed_node1 172629 1726888949.68674: Calling groups_inventory to load vars for managed_node1 172629 1726888949.68678: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888949.68690: Calling all_plugins_play to load vars for managed_node1 172629 1726888949.68693: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888949.68696: Calling groups_plugins_play to load vars for managed_node1 172629 1726888949.69432: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000aba 172629 1726888949.69436: WORKER PROCESS EXITING 172629 1726888949.69458: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888949.70052: done with get_vars() 172629 1726888949.70066: done getting variables 172629 1726888949.70120: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify swap status] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Friday 20 September 2024 23:22:29 -0400 (0:00:00.031) 0:00:49.981 ****** 172629 1726888949.70152: entering _queue_task() for managed_node1/assert 172629 1726888949.70392: worker is 1 (out of 1 available) 172629 1726888949.70404: exiting _queue_task() for managed_node1/assert 172629 1726888949.70415: done queuing things up, now waiting for results queue to drain 172629 1726888949.70416: waiting for pending results... 172629 1726888949.70687: running TaskExecutor() for managed_node1/TASK: Verify swap status 172629 1726888949.70817: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000abb 172629 1726888949.70835: variable 'ansible_search_path' from source: unknown 172629 1726888949.70877: calling self._execute() 172629 1726888949.70985: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.71000: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.71014: variable 'omit' from source: magic vars 172629 1726888949.71388: variable 'storage_test_volume' from source: include params 172629 1726888949.71428: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 172629 1726888949.71435: when evaluation is False, skipping this task 172629 1726888949.71443: _execute() done 172629 1726888949.71449: dumping result to json 172629 1726888949.71458: done dumping result, returning 172629 1726888949.71467: done running TaskExecutor() for managed_node1/TASK: Verify swap status [0affc8a3-6f6f-d0a8-add8-000000000abb] 172629 1726888949.71476: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000abb skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 172629 1726888949.71614: no more pending results, returning what we have 172629 1726888949.71618: results queue empty 172629 1726888949.71619: checking for any_errors_fatal 172629 1726888949.71626: done checking for any_errors_fatal 172629 1726888949.71627: checking for max_fail_percentage 172629 1726888949.71628: done checking for max_fail_percentage 172629 1726888949.71629: checking to see if all hosts have failed and the running result is not ok 172629 1726888949.71630: done checking to see if all hosts have failed 172629 1726888949.71631: getting the remaining hosts for this loop 172629 1726888949.71632: done getting the remaining hosts for this loop 172629 1726888949.71636: getting the next task for host managed_node1 172629 1726888949.71645: done getting next task for host managed_node1 172629 1726888949.71648: ^ task is: TASK: Unset facts 172629 1726888949.71653: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888949.71658: getting variables 172629 1726888949.71660: in VariableManager get_vars() 172629 1726888949.71693: Calling all_inventory to load vars for managed_node1 172629 1726888949.71696: Calling groups_inventory to load vars for managed_node1 172629 1726888949.71700: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888949.71713: Calling all_plugins_play to load vars for managed_node1 172629 1726888949.71717: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888949.71720: Calling groups_plugins_play to load vars for managed_node1 172629 1726888949.72372: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000abb 172629 1726888949.72376: WORKER PROCESS EXITING 172629 1726888949.72486: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888949.73085: done with get_vars() 172629 1726888949.73098: done getting variables 172629 1726888949.73151: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Unset facts] ************************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Friday 20 September 2024 23:22:29 -0400 (0:00:00.030) 0:00:50.011 ****** 172629 1726888949.73185: entering _queue_task() for managed_node1/set_fact 172629 1726888949.73418: worker is 1 (out of 1 available) 172629 1726888949.73431: exiting _queue_task() for managed_node1/set_fact 172629 1726888949.73443: done queuing things up, now waiting for results queue to drain 172629 1726888949.73444: waiting for pending results... 172629 1726888949.73715: running TaskExecutor() for managed_node1/TASK: Unset facts 172629 1726888949.73830: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000abc 172629 1726888949.73849: variable 'ansible_search_path' from source: unknown 172629 1726888949.73894: calling self._execute() 172629 1726888949.74003: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.74014: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.74025: variable 'omit' from source: magic vars 172629 1726888949.74134: variable 'omit' from source: magic vars 172629 1726888949.74463: variable 'omit' from source: magic vars 172629 1726888949.74467: variable 'omit' from source: magic vars 172629 1726888949.74571: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888949.74576: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888949.74591: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888949.74615: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888949.74696: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888949.74735: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888949.74788: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.74798: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.75049: Set connection var ansible_timeout to 10 172629 1726888949.75122: Set connection var ansible_shell_type to sh 172629 1726888949.75135: Set connection var ansible_pipelining to False 172629 1726888949.75145: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888949.75170: Set connection var ansible_shell_executable to /bin/sh 172629 1726888949.75222: Set connection var ansible_connection to ssh 172629 1726888949.75569: variable 'ansible_shell_executable' from source: unknown 172629 1726888949.75572: variable 'ansible_connection' from source: unknown 172629 1726888949.75575: variable 'ansible_module_compression' from source: unknown 172629 1726888949.75576: variable 'ansible_shell_type' from source: unknown 172629 1726888949.75579: variable 'ansible_shell_executable' from source: unknown 172629 1726888949.75581: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.75583: variable 'ansible_pipelining' from source: unknown 172629 1726888949.75585: variable 'ansible_timeout' from source: unknown 172629 1726888949.75587: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.75589: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888949.75592: variable 'omit' from source: magic vars 172629 1726888949.75594: starting attempt loop 172629 1726888949.75597: running the handler 172629 1726888949.75599: handler run complete 172629 1726888949.75788: attempt loop complete, returning result 172629 1726888949.75865: _execute() done 172629 1726888949.75874: dumping result to json 172629 1726888949.75884: done dumping result, returning 172629 1726888949.75899: done running TaskExecutor() for managed_node1/TASK: Unset facts [0affc8a3-6f6f-d0a8-add8-000000000abc] 172629 1726888949.75909: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000abc ok: [managed_node1] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } 172629 1726888949.76230: no more pending results, returning what we have 172629 1726888949.76233: results queue empty 172629 1726888949.76234: checking for any_errors_fatal 172629 1726888949.76243: done checking for any_errors_fatal 172629 1726888949.76244: checking for max_fail_percentage 172629 1726888949.76247: done checking for max_fail_percentage 172629 1726888949.76248: checking to see if all hosts have failed and the running result is not ok 172629 1726888949.76249: done checking to see if all hosts have failed 172629 1726888949.76249: getting the remaining hosts for this loop 172629 1726888949.76251: done getting the remaining hosts for this loop 172629 1726888949.76256: getting the next task for host managed_node1 172629 1726888949.76268: done getting next task for host managed_node1 172629 1726888949.76272: ^ task is: TASK: Set some variables for fstab checking 172629 1726888949.76277: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888949.76282: getting variables 172629 1726888949.76284: in VariableManager get_vars() 172629 1726888949.76320: Calling all_inventory to load vars for managed_node1 172629 1726888949.76324: Calling groups_inventory to load vars for managed_node1 172629 1726888949.76328: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888949.76341: Calling all_plugins_play to load vars for managed_node1 172629 1726888949.76345: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888949.76349: Calling groups_plugins_play to load vars for managed_node1 172629 1726888949.77600: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000abc 172629 1726888949.77604: WORKER PROCESS EXITING 172629 1726888949.77710: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888949.78844: done with get_vars() 172629 1726888949.79076: done getting variables 172629 1726888949.79135: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Friday 20 September 2024 23:22:29 -0400 (0:00:00.059) 0:00:50.071 ****** 172629 1726888949.79286: entering _queue_task() for managed_node1/set_fact 172629 1726888949.79910: worker is 1 (out of 1 available) 172629 1726888949.79923: exiting _queue_task() for managed_node1/set_fact 172629 1726888949.80052: done queuing things up, now waiting for results queue to drain 172629 1726888949.80057: waiting for pending results... 172629 1726888949.80299: running TaskExecutor() for managed_node1/TASK: Set some variables for fstab checking 172629 1726888949.80616: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ac0 172629 1726888949.81065: variable 'ansible_search_path' from source: unknown 172629 1726888949.81073: calling self._execute() 172629 1726888949.81077: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.81081: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.81085: variable 'omit' from source: magic vars 172629 1726888949.81340: variable 'omit' from source: magic vars 172629 1726888949.81419: variable 'omit' from source: magic vars 172629 1726888949.81864: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888949.84346: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888949.84430: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888949.84471: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888949.84508: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888949.84538: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888949.84620: 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) 172629 1726888949.84658: 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) 172629 1726888949.84688: 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) 172629 1726888949.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) 172629 1726888949.84749: 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) 172629 1726888949.84798: 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) 172629 1726888949.84826: 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) 172629 1726888949.84853: 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) 172629 1726888949.84897: 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) 172629 1726888949.84915: 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) 172629 1726888949.84981: 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) 172629 1726888949.85008: 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) 172629 1726888949.85035: 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) 172629 1726888949.85082: 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) 172629 1726888949.85102: 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) 172629 1726888949.85326: variable 'storage_test_fstab' from source: set_fact 172629 1726888949.85368: variable 'storage_test_volume' from source: include params 172629 1726888949.85508: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888949.85675: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888949.85715: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888949.85749: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888949.85785: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888949.85842: 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) 172629 1726888949.85870: 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) 172629 1726888949.85897: 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) 172629 1726888949.85926: 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) 172629 1726888949.86143: 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) 172629 1726888949.86174: 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) 172629 1726888949.86201: 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) 172629 1726888949.86241: 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) 172629 1726888949.86259: 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) 172629 1726888949.86461: variable '__mount_point' from source: task vars 172629 1726888949.86537: variable 'storage_test_volume' from source: include params 172629 1726888949.86570: variable 'storage_test_fstab' from source: set_fact 172629 1726888949.86831: variable '_storage_test_volume_present' from source: set_fact 172629 1726888949.86960: variable '__mount_point' from source: task vars 172629 1726888949.86964: variable 'storage_test_volume' from source: include params 172629 1726888949.86966: variable 'storage_test_volume' from source: include params 172629 1726888949.87098: variable '_storage_test_volume_present' from source: set_fact 172629 1726888949.87108: variable '__mount_point' from source: task vars 172629 1726888949.87178: variable 'storage_test_volume' from source: include params 172629 1726888949.87587: variable '__mount_options' from source: task vars 172629 1726888949.87770: variable 'storage_test_volume' from source: include params 172629 1726888949.87837: variable '__mount_point' from source: task vars 172629 1726888949.87961: variable 'storage_test_volume' from source: include params 172629 1726888949.88260: variable 'storage_test_fstab' from source: set_fact 172629 1726888949.88262: variable '__pattern' from source: task vars 172629 1726888949.88264: variable '__mount_point' from source: task vars 172629 1726888949.88266: variable 'storage_test_volume' from source: include params 172629 1726888949.88269: variable '__mount_options' from source: task vars 172629 1726888949.88429: variable 'storage_test_volume' from source: include params 172629 1726888949.88539: variable '_storage_test_volume_present' from source: set_fact 172629 1726888949.88652: variable '__mount_options' from source: task vars 172629 1726888949.88737: variable 'storage_test_volume' from source: include params 172629 1726888949.88780: variable 'omit' from source: magic vars 172629 1726888949.88817: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888949.88849: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888949.88887: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888949.88915: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888949.88929: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888949.88975: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888949.88984: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.88991: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.89107: Set connection var ansible_timeout to 10 172629 1726888949.89196: Set connection var ansible_shell_type to sh 172629 1726888949.89199: Set connection var ansible_pipelining to False 172629 1726888949.89201: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888949.89203: Set connection var ansible_shell_executable to /bin/sh 172629 1726888949.89205: Set connection var ansible_connection to ssh 172629 1726888949.89207: variable 'ansible_shell_executable' from source: unknown 172629 1726888949.89209: variable 'ansible_connection' from source: unknown 172629 1726888949.89211: variable 'ansible_module_compression' from source: unknown 172629 1726888949.89213: variable 'ansible_shell_type' from source: unknown 172629 1726888949.89215: variable 'ansible_shell_executable' from source: unknown 172629 1726888949.89217: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.89219: variable 'ansible_pipelining' from source: unknown 172629 1726888949.89221: variable 'ansible_timeout' from source: unknown 172629 1726888949.89223: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.89342: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888949.89364: variable 'omit' from source: magic vars 172629 1726888949.89375: starting attempt loop 172629 1726888949.89382: running the handler 172629 1726888949.89399: handler run complete 172629 1726888949.89426: attempt loop complete, returning result 172629 1726888949.89433: _execute() done 172629 1726888949.89439: dumping result to json 172629 1726888949.89446: done dumping result, returning 172629 1726888949.89524: done running TaskExecutor() for managed_node1/TASK: Set some variables for fstab checking [0affc8a3-6f6f-d0a8-add8-000000000ac0] 172629 1726888949.89527: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ac0 172629 1726888949.89610: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ac0 172629 1726888949.89613: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } 172629 1726888949.89693: no more pending results, returning what we have 172629 1726888949.89696: results queue empty 172629 1726888949.89697: checking for any_errors_fatal 172629 1726888949.89705: done checking for any_errors_fatal 172629 1726888949.89705: checking for max_fail_percentage 172629 1726888949.89707: done checking for max_fail_percentage 172629 1726888949.89708: checking to see if all hosts have failed and the running result is not ok 172629 1726888949.89709: done checking to see if all hosts have failed 172629 1726888949.89710: getting the remaining hosts for this loop 172629 1726888949.89712: done getting the remaining hosts for this loop 172629 1726888949.89715: getting the next task for host managed_node1 172629 1726888949.89723: done getting next task for host managed_node1 172629 1726888949.89726: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 172629 1726888949.89730: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888949.89735: getting variables 172629 1726888949.89736: in VariableManager get_vars() 172629 1726888949.89779: Calling all_inventory to load vars for managed_node1 172629 1726888949.89782: Calling groups_inventory to load vars for managed_node1 172629 1726888949.89786: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888949.89797: Calling all_plugins_play to load vars for managed_node1 172629 1726888949.89801: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888949.89805: Calling groups_plugins_play to load vars for managed_node1 172629 1726888949.90818: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888949.91716: done with get_vars() 172629 1726888949.91775: done getting variables 172629 1726888949.91846: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Friday 20 September 2024 23:22:29 -0400 (0:00:00.127) 0:00:50.198 ****** 172629 1726888949.91883: entering _queue_task() for managed_node1/assert 172629 1726888949.92562: worker is 1 (out of 1 available) 172629 1726888949.92573: exiting _queue_task() for managed_node1/assert 172629 1726888949.92584: done queuing things up, now waiting for results queue to drain 172629 1726888949.92585: waiting for pending results... 172629 1726888949.93012: running TaskExecutor() for managed_node1/TASK: Verify that the device identifier appears in /etc/fstab 172629 1726888949.93197: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ac1 172629 1726888949.93205: variable 'ansible_search_path' from source: unknown 172629 1726888949.93228: calling self._execute() 172629 1726888949.93356: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.93370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.93415: variable 'omit' from source: magic vars 172629 1726888949.93787: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888949.96137: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888949.96213: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888949.96257: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888949.96347: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888949.96350: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888949.96462: variable '_storage_test_volume_present' from source: set_fact 172629 1726888949.96465: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888949.96468: variable 'omit' from source: magic vars 172629 1726888949.96524: variable 'omit' from source: magic vars 172629 1726888949.96577: variable 'omit' from source: magic vars 172629 1726888949.96611: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888949.96645: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888949.96683: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888949.96705: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888949.96721: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888949.96919: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888949.96929: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.96938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.97185: Set connection var ansible_timeout to 10 172629 1726888949.97198: Set connection var ansible_shell_type to sh 172629 1726888949.97216: Set connection var ansible_pipelining to False 172629 1726888949.97327: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888949.97330: Set connection var ansible_shell_executable to /bin/sh 172629 1726888949.97332: Set connection var ansible_connection to ssh 172629 1726888949.97334: variable 'ansible_shell_executable' from source: unknown 172629 1726888949.97336: variable 'ansible_connection' from source: unknown 172629 1726888949.97338: variable 'ansible_module_compression' from source: unknown 172629 1726888949.97340: variable 'ansible_shell_type' from source: unknown 172629 1726888949.97342: variable 'ansible_shell_executable' from source: unknown 172629 1726888949.97345: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888949.97348: variable 'ansible_pipelining' from source: unknown 172629 1726888949.97350: variable 'ansible_timeout' from source: unknown 172629 1726888949.97352: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888949.97471: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888949.97487: variable 'omit' from source: magic vars 172629 1726888949.97497: starting attempt loop 172629 1726888949.97504: running the handler 172629 1726888949.97687: 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) 172629 1726888949.97717: 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) 172629 1726888949.97748: 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) 172629 1726888949.97803: 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) 172629 1726888949.97824: 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) 172629 1726888949.97884: 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) 172629 1726888949.97980: 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) 172629 1726888949.97983: 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) 172629 1726888949.97990: 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) 172629 1726888949.98008: 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) 172629 1726888949.98116: variable 'storage_test_fstab_id_matches' from source: set_fact 172629 1726888949.98126: variable 'storage_test_fstab_expected_id_matches' from source: set_fact 172629 1726888949.98157: Evaluated conditional (storage_test_fstab_id_matches | length == storage_test_fstab_expected_id_matches | int): True 172629 1726888949.98169: handler run complete 172629 1726888949.98194: attempt loop complete, returning result 172629 1726888949.98206: _execute() done 172629 1726888949.98213: dumping result to json 172629 1726888949.98220: done dumping result, returning 172629 1726888949.98231: done running TaskExecutor() for managed_node1/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-d0a8-add8-000000000ac1] 172629 1726888949.98240: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ac1 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888949.98500: no more pending results, returning what we have 172629 1726888949.98504: results queue empty 172629 1726888949.98505: checking for any_errors_fatal 172629 1726888949.98514: done checking for any_errors_fatal 172629 1726888949.98515: checking for max_fail_percentage 172629 1726888949.98523: done checking for max_fail_percentage 172629 1726888949.98538: checking to see if all hosts have failed and the running result is not ok 172629 1726888949.98539: done checking to see if all hosts have failed 172629 1726888949.98540: getting the remaining hosts for this loop 172629 1726888949.98542: done getting the remaining hosts for this loop 172629 1726888949.98546: getting the next task for host managed_node1 172629 1726888949.98533: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ac1 172629 1726888949.98757: WORKER PROCESS EXITING 172629 1726888949.98740: done getting next task for host managed_node1 172629 1726888949.98762: ^ task is: TASK: Verify the fstab mount point 172629 1726888949.98767: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888949.98771: getting variables 172629 1726888949.98772: in VariableManager get_vars() 172629 1726888949.98805: Calling all_inventory to load vars for managed_node1 172629 1726888949.98808: Calling groups_inventory to load vars for managed_node1 172629 1726888949.98811: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888949.98821: Calling all_plugins_play to load vars for managed_node1 172629 1726888949.98824: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888949.98827: Calling groups_plugins_play to load vars for managed_node1 172629 1726888949.99591: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888950.00266: done with get_vars() 172629 1726888950.00288: done getting variables 172629 1726888950.00346: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Friday 20 September 2024 23:22:30 -0400 (0:00:00.084) 0:00:50.283 ****** 172629 1726888950.00383: entering _queue_task() for managed_node1/assert 172629 1726888950.00710: worker is 1 (out of 1 available) 172629 1726888950.00729: exiting _queue_task() for managed_node1/assert 172629 1726888950.00743: done queuing things up, now waiting for results queue to drain 172629 1726888950.00744: waiting for pending results... 172629 1726888950.01073: running TaskExecutor() for managed_node1/TASK: Verify the fstab mount point 172629 1726888950.01219: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ac2 172629 1726888950.01239: variable 'ansible_search_path' from source: unknown 172629 1726888950.01283: calling self._execute() 172629 1726888950.01410: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.01423: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.01436: variable 'omit' from source: magic vars 172629 1726888950.01627: variable 'omit' from source: magic vars 172629 1726888950.01630: variable 'omit' from source: magic vars 172629 1726888950.01877: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 172629 1726888950.01889: variable 'storage_test_volume' from source: include params 172629 1726888950.01942: variable 'omit' from source: magic vars 172629 1726888950.01995: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888950.02038: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888950.02076: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888950.02100: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888950.02119: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888950.02161: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888950.02180: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.02188: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.02303: Set connection var ansible_timeout to 10 172629 1726888950.02379: Set connection var ansible_shell_type to sh 172629 1726888950.02395: Set connection var ansible_pipelining to False 172629 1726888950.02663: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888950.02666: Set connection var ansible_shell_executable to /bin/sh 172629 1726888950.02669: Set connection var ansible_connection to ssh 172629 1726888950.02670: variable 'ansible_shell_executable' from source: unknown 172629 1726888950.02672: variable 'ansible_connection' from source: unknown 172629 1726888950.02674: variable 'ansible_module_compression' from source: unknown 172629 1726888950.02676: variable 'ansible_shell_type' from source: unknown 172629 1726888950.02678: variable 'ansible_shell_executable' from source: unknown 172629 1726888950.02679: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.02681: variable 'ansible_pipelining' from source: unknown 172629 1726888950.02682: variable 'ansible_timeout' from source: unknown 172629 1726888950.02684: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.02686: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888950.02688: variable 'omit' from source: magic vars 172629 1726888950.02690: starting attempt loop 172629 1726888950.02696: running the handler 172629 1726888950.03022: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888950.09064: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888950.09145: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888950.09214: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888950.09234: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888950.09275: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888950.09363: 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) 172629 1726888950.09436: 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) 172629 1726888950.09471: 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) 172629 1726888950.09541: 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) 172629 1726888950.09545: 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) 172629 1726888950.09603: 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) 172629 1726888950.09632: 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) 172629 1726888950.09689: 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) 172629 1726888950.09718: 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) 172629 1726888950.09738: 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) 172629 1726888950.09869: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 172629 1726888950.09906: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 172629 1726888950.09909: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 172629 1726888950.09911: handler run complete 172629 1726888950.09931: attempt loop complete, returning result 172629 1726888950.09939: _execute() done 172629 1726888950.09960: dumping result to json 172629 1726888950.09963: done dumping result, returning 172629 1726888950.09968: done running TaskExecutor() for managed_node1/TASK: Verify the fstab mount point [0affc8a3-6f6f-d0a8-add8-000000000ac2] 172629 1726888950.09981: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ac2 172629 1726888950.10156: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ac2 172629 1726888950.10160: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888950.10236: no more pending results, returning what we have 172629 1726888950.10240: results queue empty 172629 1726888950.10241: checking for any_errors_fatal 172629 1726888950.10247: done checking for any_errors_fatal 172629 1726888950.10259: checking for max_fail_percentage 172629 1726888950.10262: done checking for max_fail_percentage 172629 1726888950.10263: checking to see if all hosts have failed and the running result is not ok 172629 1726888950.10264: done checking to see if all hosts have failed 172629 1726888950.10264: getting the remaining hosts for this loop 172629 1726888950.10266: done getting the remaining hosts for this loop 172629 1726888950.10271: getting the next task for host managed_node1 172629 1726888950.10279: done getting next task for host managed_node1 172629 1726888950.10282: ^ task is: TASK: Verify mount_options 172629 1726888950.10286: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888950.10291: getting variables 172629 1726888950.10293: in VariableManager get_vars() 172629 1726888950.10328: Calling all_inventory to load vars for managed_node1 172629 1726888950.10331: Calling groups_inventory to load vars for managed_node1 172629 1726888950.10335: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888950.10346: Calling all_plugins_play to load vars for managed_node1 172629 1726888950.10350: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888950.10466: Calling groups_plugins_play to load vars for managed_node1 172629 1726888950.12332: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888950.13845: done with get_vars() 172629 1726888950.13862: done getting variables 172629 1726888950.13919: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount_options] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Friday 20 September 2024 23:22:30 -0400 (0:00:00.135) 0:00:50.419 ****** 172629 1726888950.13983: entering _queue_task() for managed_node1/assert 172629 1726888950.14494: worker is 1 (out of 1 available) 172629 1726888950.14504: exiting _queue_task() for managed_node1/assert 172629 1726888950.14520: done queuing things up, now waiting for results queue to drain 172629 1726888950.14521: waiting for pending results... 172629 1726888950.14983: running TaskExecutor() for managed_node1/TASK: Verify mount_options 172629 1726888950.15063: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ac3 172629 1726888950.15088: variable 'ansible_search_path' from source: unknown 172629 1726888950.15262: calling self._execute() 172629 1726888950.15340: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.15357: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.15373: variable 'omit' from source: magic vars 172629 1726888950.15840: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888950.19518: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888950.19610: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888950.19652: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888950.19718: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888950.19735: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888950.19861: 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) 172629 1726888950.19866: 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) 172629 1726888950.19895: 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) 172629 1726888950.19957: 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) 172629 1726888950.19981: 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) 172629 1726888950.20184: Evaluated conditional (__storage_verify_mount_options | d(false)): False 172629 1726888950.20240: when evaluation is False, skipping this task 172629 1726888950.20243: _execute() done 172629 1726888950.20246: dumping result to json 172629 1726888950.20248: done dumping result, returning 172629 1726888950.20250: done running TaskExecutor() for managed_node1/TASK: Verify mount_options [0affc8a3-6f6f-d0a8-add8-000000000ac3] 172629 1726888950.20259: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ac3 skipping: [managed_node1] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 172629 1726888950.20395: no more pending results, returning what we have 172629 1726888950.20399: results queue empty 172629 1726888950.20401: checking for any_errors_fatal 172629 1726888950.20408: done checking for any_errors_fatal 172629 1726888950.20409: checking for max_fail_percentage 172629 1726888950.20411: done checking for max_fail_percentage 172629 1726888950.20412: checking to see if all hosts have failed and the running result is not ok 172629 1726888950.20414: done checking to see if all hosts have failed 172629 1726888950.20414: getting the remaining hosts for this loop 172629 1726888950.20416: done getting the remaining hosts for this loop 172629 1726888950.20425: getting the next task for host managed_node1 172629 1726888950.20434: done getting next task for host managed_node1 172629 1726888950.20438: ^ task is: TASK: Verify fingerprint 172629 1726888950.20443: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888950.20447: getting variables 172629 1726888950.20449: in VariableManager get_vars() 172629 1726888950.20497: Calling all_inventory to load vars for managed_node1 172629 1726888950.20500: Calling groups_inventory to load vars for managed_node1 172629 1726888950.20504: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888950.20515: Calling all_plugins_play to load vars for managed_node1 172629 1726888950.20519: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888950.20523: Calling groups_plugins_play to load vars for managed_node1 172629 1726888950.21345: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ac3 172629 1726888950.21350: WORKER PROCESS EXITING 172629 1726888950.22102: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888950.23799: done with get_vars() 172629 1726888950.23815: done getting variables 172629 1726888950.23876: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Friday 20 September 2024 23:22:30 -0400 (0:00:00.099) 0:00:50.519 ****** 172629 1726888950.23908: entering _queue_task() for managed_node1/assert 172629 1726888950.24266: worker is 1 (out of 1 available) 172629 1726888950.24279: exiting _queue_task() for managed_node1/assert 172629 1726888950.24292: done queuing things up, now waiting for results queue to drain 172629 1726888950.24293: waiting for pending results... 172629 1726888950.24737: running TaskExecutor() for managed_node1/TASK: Verify fingerprint 172629 1726888950.24900: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ac4 172629 1726888950.24925: variable 'ansible_search_path' from source: unknown 172629 1726888950.24977: calling self._execute() 172629 1726888950.25130: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.25134: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.25136: variable 'omit' from source: magic vars 172629 1726888950.25241: variable 'omit' from source: magic vars 172629 1726888950.25305: variable 'omit' from source: magic vars 172629 1726888950.25347: variable 'omit' from source: magic vars 172629 1726888950.25412: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888950.25521: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888950.25524: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888950.25527: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888950.25529: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888950.25570: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888950.25580: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.25588: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.25711: Set connection var ansible_timeout to 10 172629 1726888950.25722: Set connection var ansible_shell_type to sh 172629 1726888950.25756: Set connection var ansible_pipelining to False 172629 1726888950.25760: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888950.25848: Set connection var ansible_shell_executable to /bin/sh 172629 1726888950.25851: Set connection var ansible_connection to ssh 172629 1726888950.25857: variable 'ansible_shell_executable' from source: unknown 172629 1726888950.25860: variable 'ansible_connection' from source: unknown 172629 1726888950.25862: variable 'ansible_module_compression' from source: unknown 172629 1726888950.25864: variable 'ansible_shell_type' from source: unknown 172629 1726888950.25866: variable 'ansible_shell_executable' from source: unknown 172629 1726888950.25868: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.25870: variable 'ansible_pipelining' from source: unknown 172629 1726888950.25872: variable 'ansible_timeout' from source: unknown 172629 1726888950.25874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.26013: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888950.26032: variable 'omit' from source: magic vars 172629 1726888950.26060: starting attempt loop 172629 1726888950.26068: running the handler 172629 1726888950.26377: variable '__fingerprint' from source: task vars 172629 1726888950.26422: variable 'storage_test_fstab' from source: set_fact 172629 1726888950.26431: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 172629 1726888950.26441: handler run complete 172629 1726888950.26467: attempt loop complete, returning result 172629 1726888950.26475: _execute() done 172629 1726888950.26504: dumping result to json 172629 1726888950.26507: done dumping result, returning 172629 1726888950.26509: done running TaskExecutor() for managed_node1/TASK: Verify fingerprint [0affc8a3-6f6f-d0a8-add8-000000000ac4] 172629 1726888950.26512: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ac4 172629 1726888950.27023: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ac4 172629 1726888950.27027: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888950.27409: no more pending results, returning what we have 172629 1726888950.27413: results queue empty 172629 1726888950.27414: checking for any_errors_fatal 172629 1726888950.27427: done checking for any_errors_fatal 172629 1726888950.27427: checking for max_fail_percentage 172629 1726888950.27429: done checking for max_fail_percentage 172629 1726888950.27430: checking to see if all hosts have failed and the running result is not ok 172629 1726888950.27431: done checking to see if all hosts have failed 172629 1726888950.27432: getting the remaining hosts for this loop 172629 1726888950.27433: done getting the remaining hosts for this loop 172629 1726888950.27437: getting the next task for host managed_node1 172629 1726888950.27446: done getting next task for host managed_node1 172629 1726888950.27449: ^ task is: TASK: Clean up variables 172629 1726888950.27459: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888950.27464: getting variables 172629 1726888950.27466: in VariableManager get_vars() 172629 1726888950.27504: Calling all_inventory to load vars for managed_node1 172629 1726888950.27508: Calling groups_inventory to load vars for managed_node1 172629 1726888950.27511: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888950.27525: Calling all_plugins_play to load vars for managed_node1 172629 1726888950.27529: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888950.27533: Calling groups_plugins_play to load vars for managed_node1 172629 1726888950.28977: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888950.29689: done with get_vars() 172629 1726888950.29706: done getting variables 172629 1726888950.29770: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up variables] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Friday 20 September 2024 23:22:30 -0400 (0:00:00.058) 0:00:50.577 ****** 172629 1726888950.29803: entering _queue_task() for managed_node1/set_fact 172629 1726888950.30117: worker is 1 (out of 1 available) 172629 1726888950.30131: exiting _queue_task() for managed_node1/set_fact 172629 1726888950.30144: done queuing things up, now waiting for results queue to drain 172629 1726888950.30145: waiting for pending results... 172629 1726888950.30571: running TaskExecutor() for managed_node1/TASK: Clean up variables 172629 1726888950.30581: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ac5 172629 1726888950.30600: variable 'ansible_search_path' from source: unknown 172629 1726888950.30647: calling self._execute() 172629 1726888950.30771: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.30783: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.30803: variable 'omit' from source: magic vars 172629 1726888950.30925: variable 'omit' from source: magic vars 172629 1726888950.30995: variable 'omit' from source: magic vars 172629 1726888950.31041: variable 'omit' from source: magic vars 172629 1726888950.31093: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888950.31140: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888950.31230: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888950.31233: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888950.31236: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888950.31240: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888950.31249: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.31263: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.31377: Set connection var ansible_timeout to 10 172629 1726888950.31387: Set connection var ansible_shell_type to sh 172629 1726888950.31397: Set connection var ansible_pipelining to False 172629 1726888950.31406: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888950.31414: Set connection var ansible_shell_executable to /bin/sh 172629 1726888950.31420: Set connection var ansible_connection to ssh 172629 1726888950.31450: variable 'ansible_shell_executable' from source: unknown 172629 1726888950.31463: variable 'ansible_connection' from source: unknown 172629 1726888950.31472: variable 'ansible_module_compression' from source: unknown 172629 1726888950.31560: variable 'ansible_shell_type' from source: unknown 172629 1726888950.31563: variable 'ansible_shell_executable' from source: unknown 172629 1726888950.31565: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.31567: variable 'ansible_pipelining' from source: unknown 172629 1726888950.31570: variable 'ansible_timeout' from source: unknown 172629 1726888950.31572: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.31657: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888950.31679: variable 'omit' from source: magic vars 172629 1726888950.31688: starting attempt loop 172629 1726888950.31694: running the handler 172629 1726888950.31713: handler run complete 172629 1726888950.31727: attempt loop complete, returning result 172629 1726888950.31733: _execute() done 172629 1726888950.31739: dumping result to json 172629 1726888950.31747: done dumping result, returning 172629 1726888950.31764: done running TaskExecutor() for managed_node1/TASK: Clean up variables [0affc8a3-6f6f-d0a8-add8-000000000ac5] 172629 1726888950.31779: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ac5 ok: [managed_node1] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } 172629 1726888950.31937: no more pending results, returning what we have 172629 1726888950.31940: results queue empty 172629 1726888950.31941: checking for any_errors_fatal 172629 1726888950.31951: done checking for any_errors_fatal 172629 1726888950.31951: checking for max_fail_percentage 172629 1726888950.31958: done checking for max_fail_percentage 172629 1726888950.31959: checking to see if all hosts have failed and the running result is not ok 172629 1726888950.31960: done checking to see if all hosts have failed 172629 1726888950.31961: getting the remaining hosts for this loop 172629 1726888950.31962: done getting the remaining hosts for this loop 172629 1726888950.31966: getting the next task for host managed_node1 172629 1726888950.31978: done getting next task for host managed_node1 172629 1726888950.31980: ^ task is: TASK: Verify fs type 172629 1726888950.31987: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888950.31991: getting variables 172629 1726888950.31993: in VariableManager get_vars() 172629 1726888950.32029: Calling all_inventory to load vars for managed_node1 172629 1726888950.32032: Calling groups_inventory to load vars for managed_node1 172629 1726888950.32035: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888950.32047: Calling all_plugins_play to load vars for managed_node1 172629 1726888950.32051: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888950.32263: Calling groups_plugins_play to load vars for managed_node1 172629 1726888950.32859: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ac5 172629 1726888950.32863: WORKER PROCESS EXITING 172629 1726888950.32884: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888950.33490: done with get_vars() 172629 1726888950.33504: done getting variables 172629 1726888950.33564: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fs type] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Friday 20 September 2024 23:22:30 -0400 (0:00:00.037) 0:00:50.615 ****** 172629 1726888950.33600: entering _queue_task() for managed_node1/assert 172629 1726888950.33882: worker is 1 (out of 1 available) 172629 1726888950.33895: exiting _queue_task() for managed_node1/assert 172629 1726888950.33906: done queuing things up, now waiting for results queue to drain 172629 1726888950.33907: waiting for pending results... 172629 1726888950.34191: running TaskExecutor() for managed_node1/TASK: Verify fs type 172629 1726888950.34315: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ac9 172629 1726888950.34332: variable 'ansible_search_path' from source: unknown 172629 1726888950.34376: calling self._execute() 172629 1726888950.34480: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.34495: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.34508: variable 'omit' from source: magic vars 172629 1726888950.34904: variable 'storage_test_volume' from source: include params 172629 1726888950.34947: Evaluated conditional (storage_test_volume.type != "stratis"): True 172629 1726888950.35059: variable 'storage_test_volume' from source: include params 172629 1726888950.35080: Evaluated conditional (storage_test_volume.fs_type): True 172629 1726888950.35181: variable '_storage_test_volume_present' from source: set_fact 172629 1726888950.35191: Evaluated conditional (_storage_test_volume_present): True 172629 1726888950.35202: variable 'omit' from source: magic vars 172629 1726888950.35272: variable 'omit' from source: magic vars 172629 1726888950.35308: variable 'omit' from source: magic vars 172629 1726888950.35350: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888950.35396: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888950.35420: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888950.35441: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888950.35469: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888950.35505: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888950.35514: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.35521: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.35630: Set connection var ansible_timeout to 10 172629 1726888950.35640: Set connection var ansible_shell_type to sh 172629 1726888950.35651: Set connection var ansible_pipelining to False 172629 1726888950.35665: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888950.35674: Set connection var ansible_shell_executable to /bin/sh 172629 1726888950.35687: Set connection var ansible_connection to ssh 172629 1726888950.35711: variable 'ansible_shell_executable' from source: unknown 172629 1726888950.35760: variable 'ansible_connection' from source: unknown 172629 1726888950.35763: variable 'ansible_module_compression' from source: unknown 172629 1726888950.35766: variable 'ansible_shell_type' from source: unknown 172629 1726888950.35768: variable 'ansible_shell_executable' from source: unknown 172629 1726888950.35769: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.35771: variable 'ansible_pipelining' from source: unknown 172629 1726888950.35774: variable 'ansible_timeout' from source: unknown 172629 1726888950.35775: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.35904: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888950.35920: variable 'omit' from source: magic vars 172629 1726888950.35929: starting attempt loop 172629 1726888950.35935: running the handler 172629 1726888950.36203: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888950.39561: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888950.39566: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888950.39570: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888950.39573: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888950.39576: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888950.39800: 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) 172629 1726888950.39824: 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) 172629 1726888950.39845: 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) 172629 1726888950.39885: 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) 172629 1726888950.39896: 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) 172629 1726888950.40316: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888950.40332: variable 'storage_test_volume' from source: include params 172629 1726888950.40350: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].fstype == storage_test_volume.fs_type or (storage_test_blkinfo.info[storage_test_volume._device].fstype | length == 0 and storage_test_volume.fs_type == "unformatted")): True 172629 1726888950.40565: handler run complete 172629 1726888950.40580: attempt loop complete, returning result 172629 1726888950.40583: _execute() done 172629 1726888950.40586: dumping result to json 172629 1726888950.40589: done dumping result, returning 172629 1726888950.40631: done running TaskExecutor() for managed_node1/TASK: Verify fs type [0affc8a3-6f6f-d0a8-add8-000000000ac9] 172629 1726888950.40635: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ac9 172629 1726888950.40710: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ac9 172629 1726888950.40713: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888950.40782: no more pending results, returning what we have 172629 1726888950.40786: results queue empty 172629 1726888950.40787: checking for any_errors_fatal 172629 1726888950.40793: done checking for any_errors_fatal 172629 1726888950.40794: checking for max_fail_percentage 172629 1726888950.40796: done checking for max_fail_percentage 172629 1726888950.40797: checking to see if all hosts have failed and the running result is not ok 172629 1726888950.40798: done checking to see if all hosts have failed 172629 1726888950.40798: getting the remaining hosts for this loop 172629 1726888950.40800: done getting the remaining hosts for this loop 172629 1726888950.40804: getting the next task for host managed_node1 172629 1726888950.40810: done getting next task for host managed_node1 172629 1726888950.40813: ^ task is: TASK: Verify fs label 172629 1726888950.40816: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888950.40827: getting variables 172629 1726888950.40829: in VariableManager get_vars() 172629 1726888950.40867: Calling all_inventory to load vars for managed_node1 172629 1726888950.40870: Calling groups_inventory to load vars for managed_node1 172629 1726888950.40874: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888950.40885: Calling all_plugins_play to load vars for managed_node1 172629 1726888950.40889: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888950.40893: Calling groups_plugins_play to load vars for managed_node1 172629 1726888950.42164: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888950.43389: done with get_vars() 172629 1726888950.43407: done getting variables 172629 1726888950.43486: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fs label] ********************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Friday 20 September 2024 23:22:30 -0400 (0:00:00.099) 0:00:50.715 ****** 172629 1726888950.43518: entering _queue_task() for managed_node1/assert 172629 1726888950.43869: worker is 1 (out of 1 available) 172629 1726888950.43885: exiting _queue_task() for managed_node1/assert 172629 1726888950.43902: done queuing things up, now waiting for results queue to drain 172629 1726888950.43904: waiting for pending results... 172629 1726888950.44235: running TaskExecutor() for managed_node1/TASK: Verify fs label 172629 1726888950.44278: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000aca 172629 1726888950.44333: variable 'ansible_search_path' from source: unknown 172629 1726888950.44345: calling self._execute() 172629 1726888950.44466: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.44477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.44491: variable 'omit' from source: magic vars 172629 1726888950.44990: variable 'storage_test_volume' from source: include params 172629 1726888950.44994: Evaluated conditional (storage_test_volume.type != "stratis"): True 172629 1726888950.45426: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888950.47728: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888950.47816: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888950.47865: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888950.47904: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888950.47943: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888950.48036: variable '_storage_test_volume_present' from source: set_fact 172629 1726888950.48059: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888950.48192: variable 'storage_test_volume' from source: include params 172629 1726888950.48212: Evaluated conditional (storage_test_volume.fs_type != "gfs2"): True 172629 1726888950.48223: variable 'omit' from source: magic vars 172629 1726888950.48289: variable 'omit' from source: magic vars 172629 1726888950.48493: variable 'storage_test_volume' from source: include params 172629 1726888950.48511: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888950.48557: variable 'omit' from source: magic vars 172629 1726888950.48598: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888950.48630: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888950.48659: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888950.48687: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888950.48760: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888950.48764: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888950.48766: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.48769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.48864: Set connection var ansible_timeout to 10 172629 1726888950.48875: Set connection var ansible_shell_type to sh 172629 1726888950.48888: Set connection var ansible_pipelining to False 172629 1726888950.48904: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888950.48957: Set connection var ansible_shell_executable to /bin/sh 172629 1726888950.48961: Set connection var ansible_connection to ssh 172629 1726888950.49069: variable 'ansible_shell_executable' from source: unknown 172629 1726888950.49072: variable 'ansible_connection' from source: unknown 172629 1726888950.49074: variable 'ansible_module_compression' from source: unknown 172629 1726888950.49076: variable 'ansible_shell_type' from source: unknown 172629 1726888950.49078: variable 'ansible_shell_executable' from source: unknown 172629 1726888950.49079: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.49081: variable 'ansible_pipelining' from source: unknown 172629 1726888950.49083: variable 'ansible_timeout' from source: unknown 172629 1726888950.49145: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.49578: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888950.49581: variable 'omit' from source: magic vars 172629 1726888950.49584: starting attempt loop 172629 1726888950.49586: running the handler 172629 1726888950.49787: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888950.49809: variable 'storage_test_volume' from source: include params 172629 1726888950.49827: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].label == storage_test_volume.fs_label): True 172629 1726888950.49874: handler run complete 172629 1726888950.49901: attempt loop complete, returning result 172629 1726888950.49911: _execute() done 172629 1726888950.49919: dumping result to json 172629 1726888950.49926: done dumping result, returning 172629 1726888950.49937: done running TaskExecutor() for managed_node1/TASK: Verify fs label [0affc8a3-6f6f-d0a8-add8-000000000aca] 172629 1726888950.49946: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000aca 172629 1726888950.50196: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000aca 172629 1726888950.50199: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888950.50284: no more pending results, returning what we have 172629 1726888950.50288: results queue empty 172629 1726888950.50289: checking for any_errors_fatal 172629 1726888950.50299: done checking for any_errors_fatal 172629 1726888950.50300: checking for max_fail_percentage 172629 1726888950.50302: done checking for max_fail_percentage 172629 1726888950.50303: checking to see if all hosts have failed and the running result is not ok 172629 1726888950.50304: done checking to see if all hosts have failed 172629 1726888950.50305: getting the remaining hosts for this loop 172629 1726888950.50306: done getting the remaining hosts for this loop 172629 1726888950.50311: getting the next task for host managed_node1 172629 1726888950.50325: done getting next task for host managed_node1 172629 1726888950.50329: ^ task is: TASK: See whether the device node is present 172629 1726888950.50333: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888950.50344: getting variables 172629 1726888950.50346: in VariableManager get_vars() 172629 1726888950.50388: Calling all_inventory to load vars for managed_node1 172629 1726888950.50391: Calling groups_inventory to load vars for managed_node1 172629 1726888950.50395: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888950.50407: Calling all_plugins_play to load vars for managed_node1 172629 1726888950.50411: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888950.50414: Calling groups_plugins_play to load vars for managed_node1 172629 1726888950.51399: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888950.52117: done with get_vars() 172629 1726888950.52133: done getting variables TASK [See whether the device node is present] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Friday 20 September 2024 23:22:30 -0400 (0:00:00.087) 0:00:50.802 ****** 172629 1726888950.52233: entering _queue_task() for managed_node1/stat 172629 1726888950.52587: worker is 1 (out of 1 available) 172629 1726888950.52599: exiting _queue_task() for managed_node1/stat 172629 1726888950.52610: done queuing things up, now waiting for results queue to drain 172629 1726888950.52611: waiting for pending results... 172629 1726888950.52971: running TaskExecutor() for managed_node1/TASK: See whether the device node is present 172629 1726888950.53006: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ace 172629 1726888950.53022: variable 'ansible_search_path' from source: unknown 172629 1726888950.53060: calling self._execute() 172629 1726888950.53225: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.53237: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.53277: variable 'omit' from source: magic vars 172629 1726888950.53412: variable 'omit' from source: magic vars 172629 1726888950.53864: variable 'omit' from source: magic vars 172629 1726888950.54104: variable 'storage_test_volume' from source: include params 172629 1726888950.54160: variable 'omit' from source: magic vars 172629 1726888950.54304: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888950.54494: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888950.54528: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888950.54552: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888950.54575: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888950.54612: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888950.54732: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.54741: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.54897: Set connection var ansible_timeout to 10 172629 1726888950.54910: Set connection var ansible_shell_type to sh 172629 1726888950.54922: Set connection var ansible_pipelining to False 172629 1726888950.54972: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888950.54983: Set connection var ansible_shell_executable to /bin/sh 172629 1726888950.54990: Set connection var ansible_connection to ssh 172629 1726888950.55014: variable 'ansible_shell_executable' from source: unknown 172629 1726888950.55022: variable 'ansible_connection' from source: unknown 172629 1726888950.55029: variable 'ansible_module_compression' from source: unknown 172629 1726888950.55036: variable 'ansible_shell_type' from source: unknown 172629 1726888950.55043: variable 'ansible_shell_executable' from source: unknown 172629 1726888950.55062: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888950.55071: variable 'ansible_pipelining' from source: unknown 172629 1726888950.55164: variable 'ansible_timeout' from source: unknown 172629 1726888950.55168: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888950.55723: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888950.55727: variable 'omit' from source: magic vars 172629 1726888950.55729: starting attempt loop 172629 1726888950.55732: running the handler 172629 1726888950.55734: _low_level_execute_command(): starting 172629 1726888950.55736: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888950.57060: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888950.57084: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888950.57138: 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 <<< 172629 1726888950.57216: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888950.57243: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888950.57267: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888950.57372: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888950.59092: stdout chunk (state=3): >>>/root <<< 172629 1726888950.59195: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888950.59293: stderr chunk (state=3): >>><<< 172629 1726888950.59477: stdout chunk (state=3): >>><<< 172629 1726888950.59483: _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 172629 1726888950.59485: _low_level_execute_command(): starting 172629 1726888950.59489: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888950.5939074-174412-120284796300941 `" && echo ansible-tmp-1726888950.5939074-174412-120284796300941="` echo /root/.ansible/tmp/ansible-tmp-1726888950.5939074-174412-120284796300941 `" ) && sleep 0' 172629 1726888950.60098: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888950.60114: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888950.60129: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888950.60179: stderr 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 <<< 172629 1726888950.60261: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888950.60276: stderr 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 <<< 172629 1726888950.60322: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888950.60340: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888950.60369: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888950.60463: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888950.62382: stdout chunk (state=3): >>>ansible-tmp-1726888950.5939074-174412-120284796300941=/root/.ansible/tmp/ansible-tmp-1726888950.5939074-174412-120284796300941 <<< 172629 1726888950.62547: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888950.62550: stdout chunk (state=3): >>><<< 172629 1726888950.62757: stderr chunk (state=3): >>><<< 172629 1726888950.62763: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888950.5939074-174412-120284796300941=/root/.ansible/tmp/ansible-tmp-1726888950.5939074-174412-120284796300941 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888950.62766: variable 'ansible_module_compression' from source: unknown 172629 1726888950.62768: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726888950.62770: variable 'ansible_facts' from source: unknown 172629 1726888950.62835: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888950.5939074-174412-120284796300941/AnsiballZ_stat.py 172629 1726888950.62978: Sending initial data 172629 1726888950.62999: Sent initial data (155 bytes) 172629 1726888950.63608: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888950.63662: 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 <<< 172629 1726888950.63742: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888950.63767: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888950.63787: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888950.63865: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888950.65447: 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 <<< 172629 1726888950.65494: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888950.65541: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp7j82pkh5 /root/.ansible/tmp/ansible-tmp-1726888950.5939074-174412-120284796300941/AnsiballZ_stat.py <<< 172629 1726888950.65551: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888950.5939074-174412-120284796300941/AnsiballZ_stat.py" <<< 172629 1726888950.65652: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp7j82pkh5" to remote "/root/.ansible/tmp/ansible-tmp-1726888950.5939074-174412-120284796300941/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888950.5939074-174412-120284796300941/AnsiballZ_stat.py" <<< 172629 1726888950.67157: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888950.67173: stdout chunk (state=3): >>><<< 172629 1726888950.67194: stderr chunk (state=3): >>><<< 172629 1726888950.67323: done transferring module to remote 172629 1726888950.67326: _low_level_execute_command(): starting 172629 1726888950.67328: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888950.5939074-174412-120284796300941/ /root/.ansible/tmp/ansible-tmp-1726888950.5939074-174412-120284796300941/AnsiballZ_stat.py && sleep 0' 172629 1726888950.68605: 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' <<< 172629 1726888950.68617: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888950.68629: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888950.68725: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888950.70526: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888950.70535: stdout chunk (state=3): >>><<< 172629 1726888950.70545: stderr chunk (state=3): >>><<< 172629 1726888950.70571: _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 172629 1726888950.70581: _low_level_execute_command(): starting 172629 1726888950.70594: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888950.5939074-174412-120284796300941/AnsiballZ_stat.py && sleep 0' 172629 1726888950.71224: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888950.71238: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888950.71250: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888950.71272: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888950.71291: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888950.71318: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888950.71372: 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 <<< 172629 1726888950.71427: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888950.71443: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888950.71469: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888950.71553: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888950.73895: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 172629 1726888950.73947: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888950.73961: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888950.74035: 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' <<< 172629 1726888950.74102: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 172629 1726888950.74154: 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' <<< 172629 1726888950.74194: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bd0184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcfe7b30> # /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 0x7f97bd01aa50> <<< 172629 1726888950.74229: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # <<< 172629 1726888950.74271: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888950.74308: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888950.74391: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 172629 1726888950.74458: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 172629 1726888950.74467: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888950.74511: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726888950.74517: 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 <<< 172629 1726888950.74538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bce2d130> <<< 172629 1726888950.74590: 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 <<< 172629 1726888950.74613: 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 0x7f97bce2e120> <<< 172629 1726888950.74645: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888950.74673: 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. <<< 172629 1726888950.74922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888950.74926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888950.74958: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888950.74971: 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 <<< 172629 1726888950.75018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888950.75033: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888950.75075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888950.75103: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bce6aea0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888950.75140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bce801a0> <<< 172629 1726888950.75168: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888950.75178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888950.75218: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888950.75260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888950.75291: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888950.75312: 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 0x7f97bcea3a40> <<< 172629 1726888950.75356: 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 0x7f97bcec4110> <<< 172629 1726888950.75360: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888950.75410: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bce83ce0> <<< 172629 1726888950.75413: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888950.75445: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bce81400> <<< 172629 1726888950.75530: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bce691c0> <<< 172629 1726888950.75568: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888950.75586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888950.75612: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888950.75638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888950.75694: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888950.75698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888950.75764: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcec7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcec6570> # /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 0x7f97bce822d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bce6b0b0> <<< 172629 1726888950.75838: 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 0x7f97bcef49e0> <<< 172629 1726888950.75974: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bce68440> # /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 0x7f97bcef4e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcef4d40> <<< 172629 1726888950.76037: 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 0x7f97bcef5130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bce66f60> # /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' <<< 172629 1726888950.76098: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcef5820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcef54f0> import 'importlib.machinery' # <<< 172629 1726888950.76103: 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 0x7f97bcef6720> <<< 172629 1726888950.76139: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726888950.76145: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888950.76199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888950.76249: 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 0x7f97bcf10920> <<< 172629 1726888950.76267: 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' <<< 172629 1726888950.76339: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97bcf12030> # /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' <<< 172629 1726888950.76405: 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 0x7f97bcf12ed0> # 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 0x7f97bcf13530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcf12420> <<< 172629 1726888950.76446: 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' <<< 172629 1726888950.76450: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888950.76474: 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 0x7f97bcf13ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcf13620> <<< 172629 1726888950.76513: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcef6750> <<< 172629 1726888950.76540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888950.76575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888950.76599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888950.76602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888950.76657: 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 0x7f97bccdfd40> <<< 172629 1726888950.76688: 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' <<< 172629 1726888950.76721: 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 0x7f97bcd08830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcd08590> <<< 172629 1726888950.76725: 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 0x7f97bcd08860> <<< 172629 1726888950.76759: 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' <<< 172629 1726888950.76832: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888950.76959: 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 0x7f97bcd09160> <<< 172629 1726888950.77080: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888950.77083: 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 0x7f97bcd09b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcd08a40> <<< 172629 1726888950.77116: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bccddee0> <<< 172629 1726888950.77125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888950.77157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888950.77181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888950.77192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcd0af30> <<< 172629 1726888950.77236: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcd09c70> <<< 172629 1726888950.77269: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcef6e40> <<< 172629 1726888950.77272: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888950.77329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888950.77351: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888950.77407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888950.77434: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcd33260> <<< 172629 1726888950.77494: 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' <<< 172629 1726888950.77530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888950.77536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888950.77573: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcd5f620> <<< 172629 1726888950.77585: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888950.77685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # <<< 172629 1726888950.77712: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726888950.77727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcdb8410> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888950.77788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888950.77827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888950.77912: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcdbab70> <<< 172629 1726888950.78098: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcdb8530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcd81430> # /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 0x7f97bcbbd4f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcd5e420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcd0be30> <<< 172629 1726888950.78183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888950.78205: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f97bcd5ea20> <<< 172629 1726888950.78416: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_fuecm2dq/ansible_stat_payload.zip' # zipimport: zlib available <<< 172629 1726888950.78614: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.78661: 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 <<< 172629 1726888950.78726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888950.78773: 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 0x7f97bcc0f290> import '_typing' # <<< 172629 1726888950.78939: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcbf2180> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcbf1310> # zipimport: zlib available <<< 172629 1726888950.79018: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726888950.79079: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888950.80452: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.81666: 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 0x7f97bcc0cfe0> <<< 172629 1726888950.81745: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888950.81837: 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 0x7f97bcc3ac30> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcc3a9c0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcc3a2d0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888950.81881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888950.81932: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcc3acf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bd01a9c0> import 'atexit' # <<< 172629 1726888950.81964: 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 0x7f97bcc3b8f0> # 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 0x7f97bcc3bb30> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888950.82107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 172629 1726888950.82178: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcc3bf20> 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' <<< 172629 1726888950.82228: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc519d60> # 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 0x7f97bc51b980> <<< 172629 1726888950.82289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc520380> <<< 172629 1726888950.82406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc521220> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888950.82425: 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' <<< 172629 1726888950.82474: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc523ef0> <<< 172629 1726888950.82512: 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 0x7f97bcd0aea0> <<< 172629 1726888950.82548: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc5221e0> <<< 172629 1726888950.82552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888950.82598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888950.82613: 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' <<< 172629 1726888950.82626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888950.82662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888950.82691: 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' <<< 172629 1726888950.82715: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc527ce0> import '_tokenize' # <<< 172629 1726888950.82795: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc5267b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc526510> <<< 172629 1726888950.82843: 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' <<< 172629 1726888950.82878: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc526a80> <<< 172629 1726888950.82968: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc5226f0> <<< 172629 1726888950.83162: 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 0x7f97bc56bec0> # /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 0x7f97bc56bef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 172629 1726888950.83263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97bc56daf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc56d8e0> # /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' <<< 172629 1726888950.83287: 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 0x7f97bc56ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc56e180> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888950.83350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888950.83357: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888950.83371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726888950.83411: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc573800> <<< 172629 1726888950.83630: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc5701d0> # 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 0x7f97bc5745f0> # 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 0x7f97bc574830> <<< 172629 1726888950.83710: 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 0x7f97bc574b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc56c1d0> # /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' <<< 172629 1726888950.83761: 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' <<< 172629 1726888950.84042: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888950.84063: 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 0x7f97bc4001a0> # 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 0x7f97bc401220> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc576960> # 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 0x7f97bc577ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc5765a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888950.84139: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.84225: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.84267: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888950.84316: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888950.84405: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.84573: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.85072: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.85589: 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' # <<< 172629 1726888950.85621: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888950.85641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888950.85687: 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 0x7f97bc405550> <<< 172629 1726888950.85786: 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 0x7f97bc406a50> <<< 172629 1726888950.85809: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc401430> <<< 172629 1726888950.85861: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888950.85901: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888950.85913: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888950.86052: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.86221: 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' <<< 172629 1726888950.86243: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc406b70> # zipimport: zlib available <<< 172629 1726888950.86679: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.87382: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.87385: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726888950.87388: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726888950.87623: 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 <<< 172629 1726888950.87627: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.87629: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888950.87632: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.87866: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.88460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc4076b0> # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888950.88468: 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' # <<< 172629 1726888950.88510: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888950.88513: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888950.88515: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.88550: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.88594: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.88652: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.88724: 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 <<< 172629 1726888950.88841: 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 0x7f97bc412240> <<< 172629 1726888950.88872: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc40d8e0> <<< 172629 1726888950.88904: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888950.88921: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.88977: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.89041: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.89074: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.89183: 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 <<< 172629 1726888950.89237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888950.89267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888950.89286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888950.89384: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcc8a9f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcc726c0> <<< 172629 1726888950.89448: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc4122a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc573560> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888950.89468: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.89623: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.89626: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888950.89743: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.89938: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888950.90832: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/sdb", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 458, "dev": 6, "nlink": 1, "atime": 1726888943.8748431, "mtime": 1726888943.8748431, "ctime": 1726888943.8748431, "wusr": true, "rusr": true, "xusr": false, "wgrp": true, "rgrp": true, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 2064, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/blockdevice", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/sdb", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 172629 1726888950.90925: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888950.91293: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv <<< 172629 1726888950.91331: stdout chunk (state=3): >>># clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # 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 <<< 172629 1726888950.91499: stdout chunk (state=3): >>># cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 172629 1726888950.91504: stdout chunk (state=3): >>># cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible <<< 172629 1726888950.91520: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # 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 <<< 172629 1726888950.91720: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888950.91802: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726888950.91828: stdout chunk (state=3): >>># 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 <<< 172629 1726888950.91882: 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 <<< 172629 1726888950.92037: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726888950.92050: stdout chunk (state=3): >>># 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 <<< 172629 1726888950.92122: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap <<< 172629 1726888950.92144: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 172629 1726888950.92418: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888950.92426: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888950.92431: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888950.92456: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888950.92482: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888950.92515: 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 <<< 172629 1726888950.92535: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888950.92554: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888950.92651: 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 <<< 172629 1726888950.92688: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726888950.92820: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools <<< 172629 1726888950.92842: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888950.93105: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888950.93114: stdout chunk (state=3): >>><<< 172629 1726888950.93144: stderr chunk (state=3): >>><<< 172629 1726888950.93366: _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 0x7f97bd0184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcfe7b30> # /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 0x7f97bd01aa50> 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 0x7f97bce2d130> # /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 0x7f97bce2e120> 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 0x7f97bce6aea0> # /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 0x7f97bce801a0> # /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 0x7f97bcea3a40> # /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 0x7f97bcec4110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bce83ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bce81400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bce691c0> # /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 0x7f97bcec7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcec6570> # /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 0x7f97bce822d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bce6b0b0> # /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 0x7f97bcef49e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bce68440> # /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 0x7f97bcef4e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcef4d40> # 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 0x7f97bcef5130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bce66f60> # /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 0x7f97bcef5820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcef54f0> 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 0x7f97bcef6720> 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 0x7f97bcf10920> 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 0x7f97bcf12030> # /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 0x7f97bcf12ed0> # 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 0x7f97bcf13530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcf12420> # /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 0x7f97bcf13ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcf13620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcef6750> # /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 0x7f97bccdfd40> # /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 0x7f97bcd08830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcd08590> # 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 0x7f97bcd08860> # /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 0x7f97bcd09160> # 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 0x7f97bcd09b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcd08a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bccddee0> # /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 0x7f97bcd0af30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcd09c70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcef6e40> # /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 0x7f97bcd33260> # /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 0x7f97bcd5f620> # /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 0x7f97bcdb8410> # /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 0x7f97bcdbab70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcdb8530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcd81430> # /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 0x7f97bcbbd4f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcd5e420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcd0be30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f97bcd5ea20> # zipimport: found 30 names in '/tmp/ansible_stat_payload_fuecm2dq/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 0x7f97bcc0f290> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcbf2180> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcbf1310> # 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 0x7f97bcc0cfe0> # /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 0x7f97bcc3ac30> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcc3a9c0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcc3a2d0> # /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 0x7f97bcc3acf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bd01a9c0> 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 0x7f97bcc3b8f0> # 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 0x7f97bcc3bb30> # /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 0x7f97bcc3bf20> 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 0x7f97bc519d60> # 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 0x7f97bc51b980> # /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 0x7f97bc520380> # /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 0x7f97bc521220> # /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 0x7f97bc523ef0> # 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 0x7f97bcd0aea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc5221e0> # /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 0x7f97bc527ce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc5267b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc526510> # /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 0x7f97bc526a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc5226f0> # 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 0x7f97bc56bec0> # /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 0x7f97bc56bef0> # /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 0x7f97bc56daf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc56d8e0> # /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 0x7f97bc56ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc56e180> # /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 0x7f97bc573800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc5701d0> # 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 0x7f97bc5745f0> # 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 0x7f97bc574830> # 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 0x7f97bc574b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc56c1d0> # /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 0x7f97bc4001a0> # 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 0x7f97bc401220> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc576960> # 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 0x7f97bc577ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc5765a0> # 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 0x7f97bc405550> # /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 0x7f97bc406a50> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc401430> 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 0x7f97bc406b70> # 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 0x7f97bc4076b0> # 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 0x7f97bc412240> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc40d8e0> 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 0x7f97bcc8a9f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bcc726c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc4122a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97bc573560> # 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": "/dev/sdb", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 458, "dev": 6, "nlink": 1, "atime": 1726888943.8748431, "mtime": 1726888943.8748431, "ctime": 1726888943.8748431, "wusr": true, "rusr": true, "xusr": false, "wgrp": true, "rgrp": true, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 2064, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/blockdevice", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/sdb", "follow": true, "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. 172629 1726888950.94583: done with _execute_module (stat, {'path': '/dev/sdb', 'follow': 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': '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-1726888950.5939074-174412-120284796300941/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888950.94587: _low_level_execute_command(): starting 172629 1726888950.94589: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888950.5939074-174412-120284796300941/ > /dev/null 2>&1 && sleep 0' 172629 1726888950.95197: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888950.95202: 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 <<< 172629 1726888950.95204: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888950.95206: 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 <<< 172629 1726888950.95208: stderr 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 <<< 172629 1726888950.95353: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888950.95471: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888950.95539: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888950.97433: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888950.97452: stderr chunk (state=3): >>><<< 172629 1726888950.97489: stdout chunk (state=3): >>><<< 172629 1726888950.97526: _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 172629 1726888950.97529: handler run complete 172629 1726888950.97589: attempt loop complete, returning result 172629 1726888950.97596: _execute() done 172629 1726888950.97603: dumping result to json 172629 1726888950.97643: done dumping result, returning 172629 1726888950.97658: done running TaskExecutor() for managed_node1/TASK: See whether the device node is present [0affc8a3-6f6f-d0a8-add8-000000000ace] 172629 1726888950.97687: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ace ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726888943.8748431, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726888943.8748431, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 458, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1726888943.8748431, "nlink": 1, "path": "/dev/sdb", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726888950.98268: no more pending results, returning what we have 172629 1726888950.98271: results queue empty 172629 1726888950.98272: checking for any_errors_fatal 172629 1726888950.98280: done checking for any_errors_fatal 172629 1726888950.98280: checking for max_fail_percentage 172629 1726888950.98282: done checking for max_fail_percentage 172629 1726888950.98283: checking to see if all hosts have failed and the running result is not ok 172629 1726888950.98284: done checking to see if all hosts have failed 172629 1726888950.98285: getting the remaining hosts for this loop 172629 1726888950.98286: done getting the remaining hosts for this loop 172629 1726888950.98290: getting the next task for host managed_node1 172629 1726888950.98297: done getting next task for host managed_node1 172629 1726888950.98300: ^ task is: TASK: Verify the presence/absence of the device node 172629 1726888950.98303: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888950.98307: getting variables 172629 1726888950.98308: in VariableManager get_vars() 172629 1726888950.98342: Calling all_inventory to load vars for managed_node1 172629 1726888950.98345: Calling groups_inventory to load vars for managed_node1 172629 1726888950.98348: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888950.98571: Calling all_plugins_play to load vars for managed_node1 172629 1726888950.98581: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888950.98585: Calling groups_plugins_play to load vars for managed_node1 172629 1726888950.99179: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ace 172629 1726888950.99182: WORKER PROCESS EXITING 172629 1726888951.00738: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888951.01445: done with get_vars() 172629 1726888951.01463: done getting variables 172629 1726888951.01530: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Friday 20 September 2024 23:22:31 -0400 (0:00:00.493) 0:00:51.295 ****** 172629 1726888951.01565: entering _queue_task() for managed_node1/assert 172629 1726888951.01925: worker is 1 (out of 1 available) 172629 1726888951.01939: exiting _queue_task() for managed_node1/assert 172629 1726888951.01951: done queuing things up, now waiting for results queue to drain 172629 1726888951.01952: waiting for pending results... 172629 1726888951.02314: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node 172629 1726888951.02483: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000acf 172629 1726888951.02507: variable 'ansible_search_path' from source: unknown 172629 1726888951.02557: calling self._execute() 172629 1726888951.02681: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888951.02693: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888951.02708: variable 'omit' from source: magic vars 172629 1726888951.03182: variable '_storage_test_volume_present' from source: set_fact 172629 1726888951.03194: variable 'storage_test_volume' from source: include params 172629 1726888951.03261: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 172629 1726888951.03270: variable 'omit' from source: magic vars 172629 1726888951.03310: variable 'omit' from source: magic vars 172629 1726888951.03459: variable 'storage_test_volume' from source: include params 172629 1726888951.03536: variable 'omit' from source: magic vars 172629 1726888951.03577: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888951.03636: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888951.03695: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888951.03699: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888951.03725: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888951.03818: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888951.03822: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888951.03825: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888951.04136: Set connection var ansible_timeout to 10 172629 1726888951.04250: Set connection var ansible_shell_type to sh 172629 1726888951.04287: Set connection var ansible_pipelining to False 172629 1726888951.04299: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888951.04361: Set connection var ansible_shell_executable to /bin/sh 172629 1726888951.04365: Set connection var ansible_connection to ssh 172629 1726888951.04367: variable 'ansible_shell_executable' from source: unknown 172629 1726888951.04369: variable 'ansible_connection' from source: unknown 172629 1726888951.04371: variable 'ansible_module_compression' from source: unknown 172629 1726888951.04372: variable 'ansible_shell_type' from source: unknown 172629 1726888951.04477: variable 'ansible_shell_executable' from source: unknown 172629 1726888951.04480: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888951.04482: variable 'ansible_pipelining' from source: unknown 172629 1726888951.04484: variable 'ansible_timeout' from source: unknown 172629 1726888951.04487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888951.04604: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888951.04621: variable 'omit' from source: magic vars 172629 1726888951.04660: starting attempt loop 172629 1726888951.04668: running the handler 172629 1726888951.04843: variable 'storage_test_dev' from source: set_fact 172629 1726888951.04871: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 172629 1726888951.04881: handler run complete 172629 1726888951.04936: attempt loop complete, returning result 172629 1726888951.04944: _execute() done 172629 1726888951.04958: dumping result to json 172629 1726888951.04967: done dumping result, returning 172629 1726888951.04977: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-d0a8-add8-000000000acf] 172629 1726888951.04986: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000acf 172629 1726888951.05262: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000acf 172629 1726888951.05268: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888951.05320: no more pending results, returning what we have 172629 1726888951.05324: results queue empty 172629 1726888951.05325: checking for any_errors_fatal 172629 1726888951.05340: done checking for any_errors_fatal 172629 1726888951.05341: checking for max_fail_percentage 172629 1726888951.05343: done checking for max_fail_percentage 172629 1726888951.05344: checking to see if all hosts have failed and the running result is not ok 172629 1726888951.05345: done checking to see if all hosts have failed 172629 1726888951.05347: getting the remaining hosts for this loop 172629 1726888951.05349: done getting the remaining hosts for this loop 172629 1726888951.05357: getting the next task for host managed_node1 172629 1726888951.05366: done getting next task for host managed_node1 172629 1726888951.05368: ^ task is: TASK: Verify the presence/absence of the device node 172629 1726888951.05373: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888951.05471: getting variables 172629 1726888951.05473: in VariableManager get_vars() 172629 1726888951.05733: Calling all_inventory to load vars for managed_node1 172629 1726888951.05736: Calling groups_inventory to load vars for managed_node1 172629 1726888951.05739: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888951.05749: Calling all_plugins_play to load vars for managed_node1 172629 1726888951.05752: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888951.05767: Calling groups_plugins_play to load vars for managed_node1 172629 1726888951.06431: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888951.07045: done with get_vars() 172629 1726888951.07063: done getting variables 172629 1726888951.07124: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Friday 20 September 2024 23:22:31 -0400 (0:00:00.055) 0:00:51.351 ****** 172629 1726888951.07163: entering _queue_task() for managed_node1/assert 172629 1726888951.07561: worker is 1 (out of 1 available) 172629 1726888951.07573: exiting _queue_task() for managed_node1/assert 172629 1726888951.07584: done queuing things up, now waiting for results queue to drain 172629 1726888951.07585: waiting for pending results... 172629 1726888951.07831: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node 172629 1726888951.08063: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ad0 172629 1726888951.08067: variable 'ansible_search_path' from source: unknown 172629 1726888951.08070: calling self._execute() 172629 1726888951.08164: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888951.08177: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888951.08195: variable 'omit' from source: magic vars 172629 1726888951.08963: variable '_storage_test_volume_present' from source: set_fact 172629 1726888951.08967: variable 'storage_test_volume' from source: include params 172629 1726888951.08970: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 172629 1726888951.08972: when evaluation is False, skipping this task 172629 1726888951.08975: _execute() done 172629 1726888951.08977: dumping result to json 172629 1726888951.08979: done dumping result, returning 172629 1726888951.08981: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-d0a8-add8-000000000ad0] 172629 1726888951.08984: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ad0 172629 1726888951.09135: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ad0 172629 1726888951.09139: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 172629 1726888951.09193: no more pending results, returning what we have 172629 1726888951.09197: results queue empty 172629 1726888951.09198: checking for any_errors_fatal 172629 1726888951.09207: done checking for any_errors_fatal 172629 1726888951.09207: checking for max_fail_percentage 172629 1726888951.09209: done checking for max_fail_percentage 172629 1726888951.09210: checking to see if all hosts have failed and the running result is not ok 172629 1726888951.09211: done checking to see if all hosts have failed 172629 1726888951.09212: getting the remaining hosts for this loop 172629 1726888951.09214: done getting the remaining hosts for this loop 172629 1726888951.09217: getting the next task for host managed_node1 172629 1726888951.09226: done getting next task for host managed_node1 172629 1726888951.09228: ^ task is: TASK: Make sure we got info about this volume 172629 1726888951.09234: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888951.09239: getting variables 172629 1726888951.09241: in VariableManager get_vars() 172629 1726888951.09279: Calling all_inventory to load vars for managed_node1 172629 1726888951.09282: Calling groups_inventory to load vars for managed_node1 172629 1726888951.09286: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888951.09299: Calling all_plugins_play to load vars for managed_node1 172629 1726888951.09302: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888951.09305: Calling groups_plugins_play to load vars for managed_node1 172629 1726888951.10634: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888951.11232: done with get_vars() 172629 1726888951.11248: done getting variables 172629 1726888951.11311: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Friday 20 September 2024 23:22:31 -0400 (0:00:00.041) 0:00:51.393 ****** 172629 1726888951.11349: entering _queue_task() for managed_node1/assert 172629 1726888951.11703: worker is 1 (out of 1 available) 172629 1726888951.11718: exiting _queue_task() for managed_node1/assert 172629 1726888951.11732: done queuing things up, now waiting for results queue to drain 172629 1726888951.11733: waiting for pending results... 172629 1726888951.12249: running TaskExecutor() for managed_node1/TASK: Make sure we got info about this volume 172629 1726888951.12362: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ad1 172629 1726888951.12424: variable 'ansible_search_path' from source: unknown 172629 1726888951.12469: calling self._execute() 172629 1726888951.12642: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888951.12646: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888951.12649: variable 'omit' from source: magic vars 172629 1726888951.13037: variable '_storage_test_volume_present' from source: set_fact 172629 1726888951.13069: Evaluated conditional (_storage_test_volume_present): True 172629 1726888951.13094: variable 'omit' from source: magic vars 172629 1726888951.13162: variable 'omit' from source: magic vars 172629 1726888951.13310: variable 'storage_test_volume' from source: include params 172629 1726888951.13385: variable 'omit' from source: magic vars 172629 1726888951.13537: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888951.13652: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888951.13862: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888951.13866: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888951.13869: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888951.13871: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888951.13875: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888951.13878: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888951.13979: Set connection var ansible_timeout to 10 172629 1726888951.14264: Set connection var ansible_shell_type to sh 172629 1726888951.14267: Set connection var ansible_pipelining to False 172629 1726888951.14270: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888951.14272: Set connection var ansible_shell_executable to /bin/sh 172629 1726888951.14273: Set connection var ansible_connection to ssh 172629 1726888951.14275: variable 'ansible_shell_executable' from source: unknown 172629 1726888951.14277: variable 'ansible_connection' from source: unknown 172629 1726888951.14279: variable 'ansible_module_compression' from source: unknown 172629 1726888951.14280: variable 'ansible_shell_type' from source: unknown 172629 1726888951.14281: variable 'ansible_shell_executable' from source: unknown 172629 1726888951.14283: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888951.14284: variable 'ansible_pipelining' from source: unknown 172629 1726888951.14286: variable 'ansible_timeout' from source: unknown 172629 1726888951.14288: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888951.14511: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888951.14528: variable 'omit' from source: magic vars 172629 1726888951.14537: starting attempt loop 172629 1726888951.14543: running the handler 172629 1726888951.14797: variable 'storage_test_volume' from source: include params 172629 1726888951.14960: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888951.14963: Evaluated conditional (storage_test_volume._raw_device in storage_test_blkinfo.info): True 172629 1726888951.15135: handler run complete 172629 1726888951.15138: attempt loop complete, returning result 172629 1726888951.15140: _execute() done 172629 1726888951.15142: dumping result to json 172629 1726888951.15144: done dumping result, returning 172629 1726888951.15146: done running TaskExecutor() for managed_node1/TASK: Make sure we got info about this volume [0affc8a3-6f6f-d0a8-add8-000000000ad1] 172629 1726888951.15148: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ad1 172629 1726888951.15222: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ad1 172629 1726888951.15225: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888951.15290: no more pending results, returning what we have 172629 1726888951.15294: results queue empty 172629 1726888951.15295: checking for any_errors_fatal 172629 1726888951.15302: done checking for any_errors_fatal 172629 1726888951.15303: checking for max_fail_percentage 172629 1726888951.15306: done checking for max_fail_percentage 172629 1726888951.15307: checking to see if all hosts have failed and the running result is not ok 172629 1726888951.15308: done checking to see if all hosts have failed 172629 1726888951.15309: getting the remaining hosts for this loop 172629 1726888951.15311: done getting the remaining hosts for this loop 172629 1726888951.15314: getting the next task for host managed_node1 172629 1726888951.15322: done getting next task for host managed_node1 172629 1726888951.15325: ^ task is: TASK: Process volume type (set initial value) (1/2) 172629 1726888951.15330: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888951.15334: getting variables 172629 1726888951.15336: in VariableManager get_vars() 172629 1726888951.15377: Calling all_inventory to load vars for managed_node1 172629 1726888951.15381: Calling groups_inventory to load vars for managed_node1 172629 1726888951.15384: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888951.15396: Calling all_plugins_play to load vars for managed_node1 172629 1726888951.15400: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888951.15403: Calling groups_plugins_play to load vars for managed_node1 172629 1726888951.16446: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888951.17100: done with get_vars() 172629 1726888951.17114: done getting variables 172629 1726888951.17177: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Friday 20 September 2024 23:22:31 -0400 (0:00:00.058) 0:00:51.452 ****** 172629 1726888951.17220: entering _queue_task() for managed_node1/set_fact 172629 1726888951.17548: worker is 1 (out of 1 available) 172629 1726888951.17567: exiting _queue_task() for managed_node1/set_fact 172629 1726888951.17580: done queuing things up, now waiting for results queue to drain 172629 1726888951.17581: waiting for pending results... 172629 1726888951.18106: running TaskExecutor() for managed_node1/TASK: Process volume type (set initial value) (1/2) 172629 1726888951.18580: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ad2 172629 1726888951.18585: variable 'ansible_search_path' from source: unknown 172629 1726888951.18588: calling self._execute() 172629 1726888951.18609: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888951.18621: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888951.18635: variable 'omit' from source: magic vars 172629 1726888951.18868: variable 'omit' from source: magic vars 172629 1726888951.19014: variable 'omit' from source: magic vars 172629 1726888951.19434: variable 'storage_test_volume' from source: include params 172629 1726888951.19585: variable 'omit' from source: magic vars 172629 1726888951.19641: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888951.19686: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888951.19713: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888951.19737: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888951.19759: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888951.19795: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888951.19803: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888951.19814: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888951.19910: Set connection var ansible_timeout to 10 172629 1726888951.19920: Set connection var ansible_shell_type to sh 172629 1726888951.19931: Set connection var ansible_pipelining to False 172629 1726888951.19939: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888951.19947: Set connection var ansible_shell_executable to /bin/sh 172629 1726888951.19952: Set connection var ansible_connection to ssh 172629 1726888951.19978: variable 'ansible_shell_executable' from source: unknown 172629 1726888951.19985: variable 'ansible_connection' from source: unknown 172629 1726888951.19990: variable 'ansible_module_compression' from source: unknown 172629 1726888951.19996: variable 'ansible_shell_type' from source: unknown 172629 1726888951.20003: variable 'ansible_shell_executable' from source: unknown 172629 1726888951.20008: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888951.20061: variable 'ansible_pipelining' from source: unknown 172629 1726888951.20064: variable 'ansible_timeout' from source: unknown 172629 1726888951.20065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888951.20164: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888951.20180: variable 'omit' from source: magic vars 172629 1726888951.20188: starting attempt loop 172629 1726888951.20195: running the handler 172629 1726888951.20210: handler run complete 172629 1726888951.20223: attempt loop complete, returning result 172629 1726888951.20229: _execute() done 172629 1726888951.20235: dumping result to json 172629 1726888951.20240: done dumping result, returning 172629 1726888951.20250: done running TaskExecutor() for managed_node1/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-d0a8-add8-000000000ad2] 172629 1726888951.20361: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ad2 172629 1726888951.20426: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ad2 172629 1726888951.20429: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } 172629 1726888951.20517: no more pending results, returning what we have 172629 1726888951.20520: results queue empty 172629 1726888951.20521: checking for any_errors_fatal 172629 1726888951.20529: done checking for any_errors_fatal 172629 1726888951.20529: checking for max_fail_percentage 172629 1726888951.20531: done checking for max_fail_percentage 172629 1726888951.20532: checking to see if all hosts have failed and the running result is not ok 172629 1726888951.20533: done checking to see if all hosts have failed 172629 1726888951.20533: getting the remaining hosts for this loop 172629 1726888951.20535: done getting the remaining hosts for this loop 172629 1726888951.20538: getting the next task for host managed_node1 172629 1726888951.20545: done getting next task for host managed_node1 172629 1726888951.20548: ^ task is: TASK: Process volume type (get RAID value) (2/2) 172629 1726888951.20552: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888951.20560: getting variables 172629 1726888951.20561: in VariableManager get_vars() 172629 1726888951.20594: Calling all_inventory to load vars for managed_node1 172629 1726888951.20597: Calling groups_inventory to load vars for managed_node1 172629 1726888951.20600: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888951.20609: Calling all_plugins_play to load vars for managed_node1 172629 1726888951.20611: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888951.20613: Calling groups_plugins_play to load vars for managed_node1 172629 1726888951.21115: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888951.21779: done with get_vars() 172629 1726888951.21797: done getting variables 172629 1726888951.21859: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Friday 20 September 2024 23:22:31 -0400 (0:00:00.046) 0:00:51.498 ****** 172629 1726888951.21892: entering _queue_task() for managed_node1/set_fact 172629 1726888951.22207: worker is 1 (out of 1 available) 172629 1726888951.22219: exiting _queue_task() for managed_node1/set_fact 172629 1726888951.22234: done queuing things up, now waiting for results queue to drain 172629 1726888951.22236: waiting for pending results... 172629 1726888951.22586: running TaskExecutor() for managed_node1/TASK: Process volume type (get RAID value) (2/2) 172629 1726888951.22733: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ad3 172629 1726888951.22864: variable 'ansible_search_path' from source: unknown 172629 1726888951.22868: calling self._execute() 172629 1726888951.23098: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888951.23152: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888951.23211: variable 'omit' from source: magic vars 172629 1726888951.24332: variable 'storage_test_volume' from source: include params 172629 1726888951.24474: Evaluated conditional (storage_test_volume.type == "raid"): False 172629 1726888951.24482: when evaluation is False, skipping this task 172629 1726888951.24485: _execute() done 172629 1726888951.24487: dumping result to json 172629 1726888951.24490: done dumping result, returning 172629 1726888951.24493: done running TaskExecutor() for managed_node1/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-d0a8-add8-000000000ad3] 172629 1726888951.24497: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ad3 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 172629 1726888951.24930: no more pending results, returning what we have 172629 1726888951.24934: results queue empty 172629 1726888951.24936: checking for any_errors_fatal 172629 1726888951.24943: done checking for any_errors_fatal 172629 1726888951.24944: checking for max_fail_percentage 172629 1726888951.24946: done checking for max_fail_percentage 172629 1726888951.24948: checking to see if all hosts have failed and the running result is not ok 172629 1726888951.24949: done checking to see if all hosts have failed 172629 1726888951.24949: getting the remaining hosts for this loop 172629 1726888951.24957: done getting the remaining hosts for this loop 172629 1726888951.24965: getting the next task for host managed_node1 172629 1726888951.24981: done getting next task for host managed_node1 172629 1726888951.24984: ^ task is: TASK: Verify the volume's device type 172629 1726888951.24991: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888951.24999: getting variables 172629 1726888951.25001: in VariableManager get_vars() 172629 1726888951.25394: Calling all_inventory to load vars for managed_node1 172629 1726888951.25398: Calling groups_inventory to load vars for managed_node1 172629 1726888951.25403: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888951.25532: Calling all_plugins_play to load vars for managed_node1 172629 1726888951.25536: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888951.25541: Calling groups_plugins_play to load vars for managed_node1 172629 1726888951.26399: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ad3 172629 1726888951.26408: WORKER PROCESS EXITING 172629 1726888951.27318: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888951.28234: done with get_vars() 172629 1726888951.28250: done getting variables 172629 1726888951.28316: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Friday 20 September 2024 23:22:31 -0400 (0:00:00.064) 0:00:51.563 ****** 172629 1726888951.28348: entering _queue_task() for managed_node1/assert 172629 1726888951.28691: worker is 1 (out of 1 available) 172629 1726888951.28704: exiting _queue_task() for managed_node1/assert 172629 1726888951.28722: done queuing things up, now waiting for results queue to drain 172629 1726888951.28723: waiting for pending results... 172629 1726888951.29029: running TaskExecutor() for managed_node1/TASK: Verify the volume's device type 172629 1726888951.29175: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ad4 172629 1726888951.29198: variable 'ansible_search_path' from source: unknown 172629 1726888951.29236: calling self._execute() 172629 1726888951.29365: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888951.29380: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888951.29393: variable 'omit' from source: magic vars 172629 1726888951.29790: variable '_storage_test_volume_present' from source: set_fact 172629 1726888951.29808: Evaluated conditional (_storage_test_volume_present): True 172629 1726888951.29915: variable 'omit' from source: magic vars 172629 1726888951.29918: variable 'omit' from source: magic vars 172629 1726888951.29925: variable 'omit' from source: magic vars 172629 1726888951.29971: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888951.30011: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888951.30042: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888951.30070: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888951.30087: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888951.30120: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888951.30136: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888951.30147: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888951.30262: Set connection var ansible_timeout to 10 172629 1726888951.30273: Set connection var ansible_shell_type to sh 172629 1726888951.30284: Set connection var ansible_pipelining to False 172629 1726888951.30349: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888951.30358: Set connection var ansible_shell_executable to /bin/sh 172629 1726888951.30361: Set connection var ansible_connection to ssh 172629 1726888951.30363: variable 'ansible_shell_executable' from source: unknown 172629 1726888951.30365: variable 'ansible_connection' from source: unknown 172629 1726888951.30368: variable 'ansible_module_compression' from source: unknown 172629 1726888951.30371: variable 'ansible_shell_type' from source: unknown 172629 1726888951.30373: variable 'ansible_shell_executable' from source: unknown 172629 1726888951.30375: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888951.30376: variable 'ansible_pipelining' from source: unknown 172629 1726888951.30379: variable 'ansible_timeout' from source: unknown 172629 1726888951.30381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888951.30571: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888951.30575: variable 'omit' from source: magic vars 172629 1726888951.30577: starting attempt loop 172629 1726888951.30580: running the handler 172629 1726888951.31273: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888951.31279: variable 'storage_test_volume' from source: include params 172629 1726888951.31283: variable 'st_volume_type' from source: set_fact 172629 1726888951.31318: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._raw_device].type == st_volume_type): True 172629 1726888951.31326: handler run complete 172629 1726888951.31342: attempt loop complete, returning result 172629 1726888951.31345: _execute() done 172629 1726888951.31348: dumping result to json 172629 1726888951.31375: done dumping result, returning 172629 1726888951.31560: done running TaskExecutor() for managed_node1/TASK: Verify the volume's device type [0affc8a3-6f6f-d0a8-add8-000000000ad4] 172629 1726888951.31567: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ad4 172629 1726888951.31646: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ad4 172629 1726888951.31650: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888951.31724: no more pending results, returning what we have 172629 1726888951.31728: results queue empty 172629 1726888951.31730: checking for any_errors_fatal 172629 1726888951.31743: done checking for any_errors_fatal 172629 1726888951.31744: checking for max_fail_percentage 172629 1726888951.31747: done checking for max_fail_percentage 172629 1726888951.31748: checking to see if all hosts have failed and the running result is not ok 172629 1726888951.31749: done checking to see if all hosts have failed 172629 1726888951.31750: getting the remaining hosts for this loop 172629 1726888951.31752: done getting the remaining hosts for this loop 172629 1726888951.31763: getting the next task for host managed_node1 172629 1726888951.31781: done getting next task for host managed_node1 172629 1726888951.31784: ^ task is: TASK: Stat the LUKS device, if encrypted 172629 1726888951.31790: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888951.31798: getting variables 172629 1726888951.31800: in VariableManager get_vars() 172629 1726888951.31839: Calling all_inventory to load vars for managed_node1 172629 1726888951.31842: Calling groups_inventory to load vars for managed_node1 172629 1726888951.31846: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888951.32213: Calling all_plugins_play to load vars for managed_node1 172629 1726888951.32218: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888951.32223: Calling groups_plugins_play to load vars for managed_node1 172629 1726888951.33722: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888951.34867: done with get_vars() 172629 1726888951.34881: done getting variables TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Friday 20 September 2024 23:22:31 -0400 (0:00:00.067) 0:00:51.631 ****** 172629 1726888951.35149: entering _queue_task() for managed_node1/stat 172629 1726888951.35570: worker is 1 (out of 1 available) 172629 1726888951.35583: exiting _queue_task() for managed_node1/stat 172629 1726888951.35597: done queuing things up, now waiting for results queue to drain 172629 1726888951.35598: waiting for pending results... 172629 1726888951.35975: running TaskExecutor() for managed_node1/TASK: Stat the LUKS device, if encrypted 172629 1726888951.35980: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ad8 172629 1726888951.35983: variable 'ansible_search_path' from source: unknown 172629 1726888951.36010: calling self._execute() 172629 1726888951.36123: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888951.36134: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888951.36150: variable 'omit' from source: magic vars 172629 1726888951.36528: variable 'storage_test_volume' from source: include params 172629 1726888951.36572: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888951.36645: when evaluation is False, skipping this task 172629 1726888951.36651: _execute() done 172629 1726888951.36654: dumping result to json 172629 1726888951.36658: done dumping result, returning 172629 1726888951.36660: done running TaskExecutor() for managed_node1/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-d0a8-add8-000000000ad8] 172629 1726888951.36663: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ad8 172629 1726888951.36739: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ad8 172629 1726888951.36957: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888951.36999: no more pending results, returning what we have 172629 1726888951.37002: results queue empty 172629 1726888951.37003: checking for any_errors_fatal 172629 1726888951.37011: done checking for any_errors_fatal 172629 1726888951.37012: checking for max_fail_percentage 172629 1726888951.37014: done checking for max_fail_percentage 172629 1726888951.37015: checking to see if all hosts have failed and the running result is not ok 172629 1726888951.37016: done checking to see if all hosts have failed 172629 1726888951.37016: getting the remaining hosts for this loop 172629 1726888951.37018: done getting the remaining hosts for this loop 172629 1726888951.37021: getting the next task for host managed_node1 172629 1726888951.37029: done getting next task for host managed_node1 172629 1726888951.37032: ^ task is: TASK: Ensure cryptsetup is present 172629 1726888951.37037: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888951.37040: getting variables 172629 1726888951.37042: in VariableManager get_vars() 172629 1726888951.37071: Calling all_inventory to load vars for managed_node1 172629 1726888951.37074: Calling groups_inventory to load vars for managed_node1 172629 1726888951.37076: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888951.37086: Calling all_plugins_play to load vars for managed_node1 172629 1726888951.37089: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888951.37092: Calling groups_plugins_play to load vars for managed_node1 172629 1726888951.37661: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888951.38269: done with get_vars() 172629 1726888951.38284: done getting variables 172629 1726888951.38345: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Friday 20 September 2024 23:22:31 -0400 (0:00:00.032) 0:00:51.663 ****** 172629 1726888951.38381: entering _queue_task() for managed_node1/package 172629 1726888951.38666: worker is 1 (out of 1 available) 172629 1726888951.38679: exiting _queue_task() for managed_node1/package 172629 1726888951.38691: done queuing things up, now waiting for results queue to drain 172629 1726888951.38693: waiting for pending results... 172629 1726888951.38990: running TaskExecutor() for managed_node1/TASK: Ensure cryptsetup is present 172629 1726888951.39149: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ad9 172629 1726888951.39171: variable 'ansible_search_path' from source: unknown 172629 1726888951.39213: calling self._execute() 172629 1726888951.39331: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888951.39341: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888951.39354: variable 'omit' from source: magic vars 172629 1726888951.39463: variable 'omit' from source: magic vars 172629 1726888951.39513: variable 'omit' from source: magic vars 172629 1726888951.39840: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888951.43062: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888951.43112: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888951.43207: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888951.43299: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888951.43333: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888951.43513: 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) 172629 1726888951.43750: 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) 172629 1726888951.43753: 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) 172629 1726888951.43758: 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) 172629 1726888951.43809: 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) 172629 1726888951.44026: variable '__storage_is_ostree' from source: set_fact 172629 1726888951.44095: variable 'omit' from source: magic vars 172629 1726888951.44166: variable 'omit' from source: magic vars 172629 1726888951.44202: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888951.44234: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888951.44256: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888951.44290: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888951.44304: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888951.44337: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888951.44345: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888951.44352: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888951.44458: Set connection var ansible_timeout to 10 172629 1726888951.44469: Set connection var ansible_shell_type to sh 172629 1726888951.44480: Set connection var ansible_pipelining to False 172629 1726888951.44489: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888951.44501: Set connection var ansible_shell_executable to /bin/sh 172629 1726888951.44508: Set connection var ansible_connection to ssh 172629 1726888951.44611: variable 'ansible_shell_executable' from source: unknown 172629 1726888951.44614: variable 'ansible_connection' from source: unknown 172629 1726888951.44616: variable 'ansible_module_compression' from source: unknown 172629 1726888951.44618: variable 'ansible_shell_type' from source: unknown 172629 1726888951.44620: variable 'ansible_shell_executable' from source: unknown 172629 1726888951.44622: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888951.44624: variable 'ansible_pipelining' from source: unknown 172629 1726888951.44625: variable 'ansible_timeout' from source: unknown 172629 1726888951.44627: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888951.44685: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888951.44700: variable 'omit' from source: magic vars 172629 1726888951.44709: starting attempt loop 172629 1726888951.44720: running the handler 172629 1726888951.44731: variable 'ansible_facts' from source: unknown 172629 1726888951.44738: variable 'ansible_facts' from source: unknown 172629 1726888951.44797: _low_level_execute_command(): starting 172629 1726888951.44809: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888951.45575: 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 <<< 172629 1726888951.45610: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888951.45630: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888951.45654: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888951.45743: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888951.47747: stdout chunk (state=3): >>>/root <<< 172629 1726888951.47750: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888951.47753: stdout chunk (state=3): >>><<< 172629 1726888951.47754: stderr chunk (state=3): >>><<< 172629 1726888951.47759: _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 172629 1726888951.47770: _low_level_execute_command(): starting 172629 1726888951.47773: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888951.4770715-174454-38611704232640 `" && echo ansible-tmp-1726888951.4770715-174454-38611704232640="` echo /root/.ansible/tmp/ansible-tmp-1726888951.4770715-174454-38611704232640 `" ) && sleep 0' 172629 1726888951.48943: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888951.49157: 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' <<< 172629 1726888951.49283: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888951.49364: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888951.51326: stdout chunk (state=3): >>>ansible-tmp-1726888951.4770715-174454-38611704232640=/root/.ansible/tmp/ansible-tmp-1726888951.4770715-174454-38611704232640 <<< 172629 1726888951.51435: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888951.51579: stderr chunk (state=3): >>><<< 172629 1726888951.51583: stdout chunk (state=3): >>><<< 172629 1726888951.51605: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888951.4770715-174454-38611704232640=/root/.ansible/tmp/ansible-tmp-1726888951.4770715-174454-38611704232640 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888951.51643: variable 'ansible_module_compression' from source: unknown 172629 1726888951.51706: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 172629 1726888951.51750: variable 'ansible_facts' from source: unknown 172629 1726888951.52063: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888951.4770715-174454-38611704232640/AnsiballZ_dnf.py 172629 1726888951.52479: Sending initial data 172629 1726888951.52482: Sent initial data (153 bytes) 172629 1726888951.53507: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888951.53573: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888951.53585: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888951.53600: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888951.53613: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888951.53845: 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' <<< 172629 1726888951.53872: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888951.53940: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888951.55506: 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 <<< 172629 1726888951.55511: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888951.55551: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888951.55788: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp5bxjwt0y /root/.ansible/tmp/ansible-tmp-1726888951.4770715-174454-38611704232640/AnsiballZ_dnf.py <<< 172629 1726888951.55792: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888951.4770715-174454-38611704232640/AnsiballZ_dnf.py" <<< 172629 1726888951.55877: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp5bxjwt0y" to remote "/root/.ansible/tmp/ansible-tmp-1726888951.4770715-174454-38611704232640/AnsiballZ_dnf.py" <<< 172629 1726888951.55884: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888951.4770715-174454-38611704232640/AnsiballZ_dnf.py" <<< 172629 1726888951.57558: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888951.57646: stderr chunk (state=3): >>><<< 172629 1726888951.57649: stdout chunk (state=3): >>><<< 172629 1726888951.57651: done transferring module to remote 172629 1726888951.57653: _low_level_execute_command(): starting 172629 1726888951.57836: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888951.4770715-174454-38611704232640/ /root/.ansible/tmp/ansible-tmp-1726888951.4770715-174454-38611704232640/AnsiballZ_dnf.py && sleep 0' 172629 1726888951.58906: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888951.58910: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888951.58912: 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 <<< 172629 1726888951.58915: 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 <<< 172629 1726888951.58917: stderr 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 <<< 172629 1726888951.59129: 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 <<< 172629 1726888951.59158: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888951.61062: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888951.61066: stderr chunk (state=3): >>><<< 172629 1726888951.61068: stdout chunk (state=3): >>><<< 172629 1726888951.61071: _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 172629 1726888951.61073: _low_level_execute_command(): starting 172629 1726888951.61112: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888951.4770715-174454-38611704232640/AnsiballZ_dnf.py && sleep 0' 172629 1726888951.62621: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888951.62638: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888951.62674: 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 <<< 172629 1726888951.62698: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888951.62953: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888951.62976: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888951.62993: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888951.63077: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888951.65268: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888951.65296: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888951.65326: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888951.65564: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # <<< 172629 1726888951.65567: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888951.65572: 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' <<< 172629 1726888951.65575: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888951.65591: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888951.65628: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888951.65698: 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 0x7f88143684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814337b30> # /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' <<< 172629 1726888951.65889: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881436aa50> import '_signal' # <<< 172629 1726888951.65894: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 172629 1726888951.65897: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888951.65899: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888951.65963: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888951.65967: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888951.65969: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888951.65978: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726888951.66010: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726888951.66121: 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 # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888951.66141: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881413d130> # /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 0x7f881413e120> <<< 172629 1726888951.66160: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888951.66233: 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. <<< 172629 1726888951.66567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888951.66570: 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' <<< 172629 1726888951.66573: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888951.66575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888951.66577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888951.66602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888951.66614: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814183f50> <<< 172629 1726888951.66630: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888951.66644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888951.66677: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88141900e0> <<< 172629 1726888951.66697: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888951.66722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888951.66754: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888951.66797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888951.66811: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888951.66900: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726888951.67017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88141b3920> # /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 0x7f88141b3fb0> import '_collections' # <<< 172629 1726888951.67020: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814193bc0> import '_functools' # <<< 172629 1726888951.67023: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814191340> <<< 172629 1726888951.67129: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814181100> # /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' # <<< 172629 1726888951.67144: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888951.67192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888951.67238: 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' <<< 172629 1726888951.67241: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88141d7920> <<< 172629 1726888951.67246: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88141d6540> <<< 172629 1726888951.67285: 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 0x7f88141921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88141d4d10> <<< 172629 1726888951.67563: 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 0x7f8814204980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814180380> <<< 172629 1726888951.67567: 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' <<< 172629 1726888951.67569: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888951.67573: 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 0x7f8814204e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814204ce0> # 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 0x7f88142050d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814176ea0> <<< 172629 1726888951.67579: 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' <<< 172629 1726888951.67581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888951.67780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814205790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814205490> 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 0x7f8814206690> 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 0x7f88142208c0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888951.67962: 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 0x7f8814222000> # /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' <<< 172629 1726888951.67965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888951.67968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814222ea0> <<< 172629 1726888951.67970: 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 0x7f8814223500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88142223f0> # /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' <<< 172629 1726888951.67973: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888951.67987: 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 0x7f8814223ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88142235f0> <<< 172629 1726888951.68483: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88142066f0> # /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 0x7f8813f5fd40> # /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 0x7f8813f8c890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813f8c5f0> # 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 0x7f8813f8c8c0> # /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 0x7f8813f8d1f0> <<< 172629 1726888951.68584: 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 0x7f8813f8dbb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813f8caa0> <<< 172629 1726888951.68601: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813f5dee0> <<< 172629 1726888951.68626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888951.68642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888951.68673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888951.69061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813f8efc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813f8dd00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814206de0> # /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 0x7f8813fb7320> # /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 <<< 172629 1726888951.69069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888951.69071: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813fd76b0> <<< 172629 1726888951.69073: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888951.69188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888951.69191: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888951.69280: 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 0x7f88140384a0> # /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' <<< 172629 1726888951.69369: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881403ac00> <<< 172629 1726888951.69439: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88140385c0> <<< 172629 1726888951.69475: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813ffd4c0> <<< 172629 1726888951.69514: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726888951.69524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813929580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813fd64b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813f8fef0> <<< 172629 1726888951.69969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8813fd65d0> <<< 172629 1726888951.70087: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_bsd_ekh8/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 172629 1726888951.70365: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.70397: 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 # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888951.70401: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 172629 1726888951.70441: 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 0x7f88139831a0> import '_typing' # <<< 172629 1726888951.70590: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813962090> <<< 172629 1726888951.70603: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813961220> # zipimport: zlib available <<< 172629 1726888951.70623: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888951.70639: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.70651: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.70674: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.70689: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888951.70703: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.72074: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.73373: 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 0x7f8813980ef0> <<< 172629 1726888951.73390: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f88139aab10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88139aa8a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88139aa1b0> # /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' <<< 172629 1726888951.73428: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88139aaba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881436a9c0> <<< 172629 1726888951.73439: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888951.73466: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888951.73482: 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 0x7f88139ab740> <<< 172629 1726888951.73498: 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 0x7f88139ab8f0> <<< 172629 1726888951.73513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888951.73565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888951.73576: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888951.73621: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88139abdd0> <<< 172629 1726888951.73776: stdout chunk (state=3): >>>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 0x7f8813815c10> # 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 0x7f8813817830> # /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' <<< 172629 1726888951.73806: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881381c230> <<< 172629 1726888951.73825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888951.73859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888951.73873: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881381d3a0> <<< 172629 1726888951.74222: 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' <<< 172629 1726888951.74225: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881381fe00> <<< 172629 1726888951.74227: 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 0x7f8814222d20> <<< 172629 1726888951.74230: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881381e0f0> <<< 172629 1726888951.74232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888951.74234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888951.74236: 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' <<< 172629 1726888951.74277: 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 0x7f8813823d40> import '_tokenize' # <<< 172629 1726888951.74306: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813822840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88138225a0> <<< 172629 1726888951.74328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888951.74334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888951.74407: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813822ae0> <<< 172629 1726888951.74435: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881381e600> <<< 172629 1726888951.74467: 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 0x7f8813867fb0> <<< 172629 1726888951.74492: 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' <<< 172629 1726888951.74512: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88138680e0> <<< 172629 1726888951.74525: 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 <<< 172629 1726888951.74549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888951.74668: 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' <<< 172629 1726888951.74683: 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 0x7f8813869be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88138699a0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888951.74729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888951.74778: 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 0x7f881386c140> <<< 172629 1726888951.74788: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881386a2d0> <<< 172629 1726888951.74978: 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 0x7f881386f770> <<< 172629 1726888951.75048: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881386c230> <<< 172629 1726888951.75118: 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 0x7f88138708f0> <<< 172629 1726888951.75145: 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 0x7f8813870aa0> <<< 172629 1726888951.75280: 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 0x7f8813870b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813868320> # /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' <<< 172629 1726888951.75336: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888951.75339: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888951.75341: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f88138fc290> <<< 172629 1726888951.75762: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888951.75766: 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 0x7f88138fd550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813872a50> <<< 172629 1726888951.75768: 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 0x7f8813873dd0> <<< 172629 1726888951.75771: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813872690> <<< 172629 1726888951.75773: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888951.75776: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 172629 1726888951.75779: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.75781: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.75783: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.75914: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888951.75927: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.76046: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.76574: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.77110: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888951.77124: 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' # <<< 172629 1726888951.77144: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888951.77166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888951.77215: 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 0x7f88137018b0> <<< 172629 1726888951.77297: 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' <<< 172629 1726888951.77317: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813702630> <<< 172629 1726888951.77366: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813870a40> <<< 172629 1726888951.77402: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 172629 1726888951.77417: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.77477: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888951.77583: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.77737: 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' <<< 172629 1726888951.77753: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88137026c0> <<< 172629 1726888951.77770: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.78262: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.78654: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.78726: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.78804: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888951.78887: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.78902: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726888951.78965: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.79238: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888951.79242: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888951.79398: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.79878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813703860> # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888951.79918: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888951.79931: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888951.79946: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.79995: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.80035: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888951.80048: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.80280: stdout chunk (state=3): >>># 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 <<< 172629 1726888951.80291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888951.80376: 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 0x7f881370e1b0> <<< 172629 1726888951.80780: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881370bec0> 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 <<< 172629 1726888951.80802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888951.80861: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88139faab0> <<< 172629 1726888951.80896: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88139e2780> <<< 172629 1726888951.80979: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881370e2d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813703110> # destroy ansible.module_utils.distro <<< 172629 1726888951.81002: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888951.81020: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.81050: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888951.81120: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 172629 1726888951.81219: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888951.81710: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.82235: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.82941: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.83605: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88137a07d0> # /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 0x7f88137a09e0> <<< 172629 1726888951.83647: 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' <<< 172629 1726888951.83686: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88137a1100> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88137a0c80> <<< 172629 1726888951.83776: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 172629 1726888951.83813: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88137a1a30> # /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' <<< 172629 1726888951.83981: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881378d820> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 172629 1726888951.83985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881378c290> <<< 172629 1726888951.83997: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881336e660> <<< 172629 1726888951.84050: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88137a3200> <<< 172629 1726888951.84073: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 172629 1726888951.84113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 172629 1726888951.84131: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 172629 1726888951.84275: 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 <<< 172629 1726888951.84310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881337d1c0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881336fd40> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881336f0e0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88137a2690> <<< 172629 1726888951.84328: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 172629 1726888951.84358: 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 <<< 172629 1726888951.84420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 172629 1726888951.84464: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 172629 1726888951.84467: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133e91c0> <<< 172629 1726888951.84587: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133a12e0> <<< 172629 1726888951.84697: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881336fb60> <<< 172629 1726888951.84744: 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' <<< 172629 1726888951.84748: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 172629 1726888951.84772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 172629 1726888951.84891: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133f0c50> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133eaf90> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133a0dd0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88137a1d60> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88137a1ac0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88137a1790> <<< 172629 1726888951.84894: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88137a0a10> <<< 172629 1726888951.84972: 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 0x7f88137a19d0> # /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' <<< 172629 1726888951.85083: 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' <<< 172629 1726888951.85086: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133f1220> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133f09b0> # /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' <<< 172629 1726888951.85122: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133f1940> <<< 172629 1726888951.85142: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 172629 1726888951.85176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 172629 1726888951.85222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888951.85257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888951.85378: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888951.85404: 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 0x7f88133f4050> <<< 172629 1726888951.85580: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133d56d0> <<< 172629 1726888951.85635: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133f28a0> <<< 172629 1726888951.85891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 172629 1726888951.85895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 172629 1726888951.85898: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133d5160> # /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 0x7f881340e540> # /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 0x7f881340f200> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881340ec90> # /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' <<< 172629 1726888951.85947: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881340f6e0> <<< 172629 1726888951.85969: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 172629 1726888951.85999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 172629 1726888951.86214: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133e3bf0> <<< 172629 1726888951.86277: stdout chunk (state=3): >>># /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 0x7f88132fe060> <<< 172629 1726888951.86317: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.86452: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # # zipimport: zlib available <<< 172629 1726888951.86548: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.86681: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 172629 1726888951.86787: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.86807: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.respawn' # # zipimport: zlib available <<< 172629 1726888951.86927: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.87038: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 172629 1726888951.87124: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888951.87583: 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' <<< 172629 1726888951.87616: 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' <<< 172629 1726888951.87656: 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 0x7f8813332fc0> <<< 172629 1726888951.87678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726888951.87846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133330b0> <<< 172629 1726888951.87874: 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' <<< 172629 1726888951.87901: 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' <<< 172629 1726888951.87937: 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 0x7f881308f2c0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881308eb10> <<< 172629 1726888951.87978: 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 0x7f881308ecf0> <<< 172629 1726888951.88067: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133335f0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133322d0> # /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 0x7f8813332c90> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 172629 1726888951.88138: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 172629 1726888951.88176: 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 <<< 172629 1726888951.88179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888951.88209: 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' <<< 172629 1726888951.88332: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 172629 1726888951.88350: stdout chunk (state=3): >>># extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8813108950> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813108530> <<< 172629 1726888951.88363: 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 <<< 172629 1726888951.88400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 172629 1726888951.88456: 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 0x7f8813130200> <<< 172629 1726888951.88482: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813108aa0> <<< 172629 1726888951.88508: 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 <<< 172629 1726888951.88589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 172629 1726888951.89608: 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 0x7f8812ee7320> <<< 172629 1726888951.89612: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88131303e0> <<< 172629 1726888951.89614: 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 <<< 172629 1726888951.89665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 172629 1726888951.89752: 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 0x7f8812f60e90> <<< 172629 1726888951.89924: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8812ee7710> <<< 172629 1726888951.89927: 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 <<< 172629 1726888951.89953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726888951.90037: 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 0x7f8812f63e00> <<< 172629 1726888951.90070: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8812f60fb0> <<< 172629 1726888951.90090: 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 <<< 172629 1726888951.90136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 172629 1726888951.90214: 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 0x7f8812fa3f80> <<< 172629 1726888951.90265: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8812fa01d0> <<< 172629 1726888951.90288: 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' <<< 172629 1726888951.90362: 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 0x7f8811275280> <<< 172629 1726888951.90383: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811274680> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88130abfb0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 172629 1726888951.90435: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 172629 1726888951.90497: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py <<< 172629 1726888951.90527: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f88112906e0> <<< 172629 1726888951.90619: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811277b30> <<< 172629 1726888951.90636: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' # /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' <<< 172629 1726888951.90676: 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 0x7f8811292d80> <<< 172629 1726888951.90679: 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 <<< 172629 1726888951.90722: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 172629 1726888951.90754: 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 0x7f8811293c50> <<< 172629 1726888951.90778: 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' <<< 172629 1726888951.91197: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' <<< 172629 1726888951.91213: stdout chunk (state=3): >>># extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f88112c0560> <<< 172629 1726888951.91265: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88112c19d0> <<< 172629 1726888951.91292: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811293e90> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811292cf0> <<< 172629 1726888951.91311: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88112925d0> <<< 172629 1726888951.91340: 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 <<< 172629 1726888951.91343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888951.91430: 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 0x7f88112c35f0> <<< 172629 1726888951.91453: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811293170> <<< 172629 1726888951.91517: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811290a40> <<< 172629 1726888951.91547: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811277140> <<< 172629 1726888951.91577: 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' <<< 172629 1726888951.91708: 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 0x7f8811277860> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88112775c0> <<< 172629 1726888951.91753: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811275340> <<< 172629 1726888951.91776: 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 0x7f88112fcd10> <<< 172629 1726888951.91792: 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 <<< 172629 1726888951.91825: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 172629 1726888951.91852: 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 <<< 172629 1726888951.91890: 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 <<< 172629 1726888951.91893: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 172629 1726888951.91923: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88112ff200> <<< 172629 1726888951.91963: 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' <<< 172629 1726888951.91974: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88112ff9e0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88112fe540> <<< 172629 1726888951.91997: 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 <<< 172629 1726888951.92027: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 172629 1726888951.92043: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811324230> <<< 172629 1726888951.92065: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88112fcce0> <<< 172629 1726888951.92094: 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' <<< 172629 1726888951.92127: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 172629 1726888951.92133: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 172629 1726888951.92185: 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' <<< 172629 1726888951.92188: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811325c70> <<< 172629 1726888951.92216: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88113251f0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811325040> <<< 172629 1726888951.92242: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 172629 1726888951.92245: 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 <<< 172629 1726888951.92294: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726888951.92300: 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 <<< 172629 1726888951.92360: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py <<< 172629 1726888951.92364: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 172629 1726888951.92389: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811350d10> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 172629 1726888951.92448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 172629 1726888951.92460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888951.92501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888951.92587: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726888951.92599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 172629 1726888951.92602: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810c1adb0> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888951.92613: 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 0x7f8810c1b0e0> <<< 172629 1726888951.92769: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811353020> <<< 172629 1726888951.92800: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88113511c0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811350200> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811326450> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811326180> # /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' <<< 172629 1726888951.92986: 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 <<< 172629 1726888951.93018: 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 0x7f8810c58c20> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810c1bd40> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811326990> # /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 0x7f8810c592e0> # /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 0x7f8810c59670> # /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 0x7f8810c59730> # /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 0x7f8810c59850> <<< 172629 1726888951.93042: 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 <<< 172629 1726888951.93074: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 172629 1726888951.93090: 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 <<< 172629 1726888951.93123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 172629 1726888951.93184: 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 0x7f8810c74440> <<< 172629 1726888951.93218: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810c5a570> <<< 172629 1726888951.93251: 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 0x7f8810c745c0> # /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' <<< 172629 1726888951.93339: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810c746b0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810c596a0> <<< 172629 1726888951.93375: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810c74860> # /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' <<< 172629 1726888951.93400: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888951.93479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888951.93559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888951.93579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888951.93602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726888951.93674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888951.93686: 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 0x7f8810cc8290> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810c9f6b0> <<< 172629 1726888951.93733: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810c9e120> <<< 172629 1726888951.93915: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810c76060> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810c754c0> <<< 172629 1726888951.93983: 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 0x7f8811292570> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py <<< 172629 1726888951.94092: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810c76510> # /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 0x7f8810ce0b00> # /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 0x7f8810ce0d70> <<< 172629 1726888951.94150: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 172629 1726888951.94157: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810ce16d0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810ce1160> # /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 0x7f8810ce25d0> <<< 172629 1726888951.94182: stdout chunk (state=3): >>>import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881308f470> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813332060> <<< 172629 1726888951.94742: 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 <<< 172629 1726888951.94764: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 172629 1726888951.94808: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810ce3230> <<< 172629 1726888951.94850: 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' <<< 172629 1726888951.94876: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 172629 1726888951.94913: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 172629 1726888951.94916: 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 <<< 172629 1726888951.94985: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 172629 1726888951.95006: 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 0x7f8810aafce0> <<< 172629 1726888951.95048: 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' <<< 172629 1726888951.95057: 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 <<< 172629 1726888951.95087: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' # /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888951.95213: 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 0x7f8810ad5d00> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810ad58b0> <<< 172629 1726888951.95260: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888951.95295: 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 0x7f88112ff170> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810ad47a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810aaffe0> <<< 172629 1726888951.95322: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810aacd40> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py <<< 172629 1726888951.95364: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810aafad0> # /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 <<< 172629 1726888951.95402: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888951.95437: 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 <<< 172629 1726888951.95440: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 172629 1726888951.95472: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810aeb410> <<< 172629 1726888951.95501: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810ae9f40> <<< 172629 1726888951.95536: 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' <<< 172629 1726888951.95590: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b0cbf0> # /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' <<< 172629 1726888951.95622: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b0cef0> # /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' <<< 172629 1726888951.95662: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b0d160> # /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' <<< 172629 1726888951.95698: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b0d400> # /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' <<< 172629 1726888951.95717: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py <<< 172629 1726888951.95749: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 172629 1726888951.95799: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b0db20> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b0d970> <<< 172629 1726888951.95871: 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 0x7f8810b0f350> <<< 172629 1726888951.95875: 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' <<< 172629 1726888951.95885: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b0f530> # /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 <<< 172629 1726888951.95928: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 172629 1726888951.95966: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b0f740> # /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' <<< 172629 1726888951.96001: 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 <<< 172629 1726888951.96025: 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 0x7f8810b286b0> <<< 172629 1726888951.96091: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b0fef0> # /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' <<< 172629 1726888951.96099: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b29250> <<< 172629 1726888951.96171: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b296a0> <<< 172629 1726888951.96180: 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' <<< 172629 1726888951.96197: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b29880> # /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 <<< 172629 1726888951.96231: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 172629 1726888951.96276: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b29b50> # /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 <<< 172629 1726888951.96333: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b2aa50> # /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 0x7f8810b2ac90> <<< 172629 1726888951.96364: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b2aea0> <<< 172629 1726888951.96410: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 172629 1726888951.96479: 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' <<< 172629 1726888951.96486: stdout chunk (state=3): >>>import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b2baa0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b2b5c0> # /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 <<< 172629 1726888951.96582: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b4c920> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b4c260> <<< 172629 1726888951.96591: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b4d5b0> <<< 172629 1726888951.96681: 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 0x7f8810b4d880> # /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 <<< 172629 1726888951.96694: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b4e7b0> # /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 0x7f8810b4ea50> <<< 172629 1726888951.96829: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b4ec00> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810ce3680> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810ce3410> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810ce2b40> # /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' <<< 172629 1726888951.96878: 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 0x7f8810b4f5f0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b4f320> <<< 172629 1726888951.96890: 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' <<< 172629 1726888951.96939: 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 <<< 172629 1726888951.97032: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888951.97062: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b79a90> <<< 172629 1726888951.97088: 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' <<< 172629 1726888951.97176: 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' <<< 172629 1726888951.97205: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b7b200> <<< 172629 1726888951.97273: 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 0x7f8810b7a3f0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b79fa0> <<< 172629 1726888951.97371: 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 <<< 172629 1726888951.97379: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 172629 1726888951.97402: 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 0x7f88108cca40> <<< 172629 1726888951.97421: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88108b3e60> # /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 <<< 172629 1726888951.97476: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 172629 1726888951.97483: stdout chunk (state=3): >>>import 'six.moves' # <<< 172629 1726888951.97774: 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 0x7f88108cf6b0> # /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 0x7f88108cfa10> <<< 172629 1726888951.97794: 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 import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88108cd0a0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88108ccd70> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b4f8c0> # /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 0x7f8810b795e0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b4f620> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810ce33e0> # /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' <<< 172629 1726888951.97832: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88108f6420> <<< 172629 1726888951.97850: 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 <<< 172629 1726888951.97889: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 172629 1726888951.97909: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88108f6cf0> <<< 172629 1726888951.97933: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88108f7d10> <<< 172629 1726888951.97962: 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 <<< 172629 1726888951.97991: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88109203b0> <<< 172629 1726888951.98058: 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' <<< 172629 1726888951.98063: 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' <<< 172629 1726888951.98079: 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' <<< 172629 1726888951.98112: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888951.98273: 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 0x7f8810921a60> <<< 172629 1726888951.98277: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810921430> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88109210d0> <<< 172629 1726888951.98301: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810920d70> # /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' <<< 172629 1726888951.98349: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810921820> <<< 172629 1726888951.98397: 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' <<< 172629 1726888951.98427: 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' <<< 172629 1726888951.98494: 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 0x7f88109236e0> # /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' <<< 172629 1726888951.98622: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810923770> # /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 0x7f8810923e90> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810923d10> <<< 172629 1726888951.98679: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py <<< 172629 1726888951.98698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 172629 1726888951.98883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 172629 1726888951.98886: 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 0x7f88109523f0> <<< 172629 1726888951.98928: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /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 0x7f8810953620> <<< 172629 1726888951.98950: 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 0x7f8810953890> # /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' <<< 172629 1726888951.99056: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888951.99064: 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 0x7f88109539e0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810953740> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88109530e0> <<< 172629 1726888951.99113: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810952570> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810951820> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810950dd0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88109233e0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810923200> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88109226f0> <<< 172629 1726888951.99177: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810953350> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 172629 1726888951.99317: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810953e00> # /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' <<< 172629 1726888951.99325: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881097c710> # /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 0x7f881097cad0> # /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' <<< 172629 1726888951.99357: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881097d400> # /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 <<< 172629 1726888951.99418: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 172629 1726888951.99421: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881097df70> <<< 172629 1726888952.11866: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["cryptsetup"], "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}}} <<< 172629 1726888952.13197: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 172629 1726888952.13224: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888952.13752: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path <<< 172629 1726888952.13836: stdout chunk (state=3): >>># clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # 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 <<< 172629 1726888952.13858: 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 # 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 <<< 172629 1726888952.13919: 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 # 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 <<< 172629 1726888952.13949: 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<<< 172629 1726888952.14011: stdout chunk (state=3): >>> # 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 <<< 172629 1726888952.14054: stdout chunk (state=3): >>># 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 <<< 172629 1726888952.14071: stdout chunk (state=3): >>># 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 <<< 172629 1726888952.14161: stdout chunk (state=3): >>># cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # 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 <<< 172629 1726888952.14863: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888952.14867: stdout chunk (state=3): >>># 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 <<< 172629 1726888952.14869: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc <<< 172629 1726888952.15012: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six # 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 <<< 172629 1726888952.15020: stdout chunk (state=3): >>># 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 <<< 172629 1726888952.15045: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # 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 <<< 172629 1726888952.15190: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base <<< 172629 1726888952.15301: stdout chunk (state=3): >>># cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # 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 <<< 172629 1726888952.15376: stdout chunk (state=3): >>># cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 172629 1726888952.15454: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # 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 <<< 172629 1726888952.15723: stdout chunk (state=3): >>># destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # 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 <<< 172629 1726888952.16161: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888952.16184: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 172629 1726888952.16233: stdout chunk (state=3): >>># destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array <<< 172629 1726888952.16314: stdout chunk (state=3): >>># 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 <<< 172629 1726888952.16349: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email <<< 172629 1726888952.16384: stdout chunk (state=3): >>># destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch <<< 172629 1726888952.16443: 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 <<< 172629 1726888952.16477: stdout chunk (state=3): >>># destroy rpm <<< 172629 1726888952.16525: stdout chunk (state=3): >>># destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 172629 1726888952.16606: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 172629 1726888952.16650: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 172629 1726888952.16688: stdout chunk (state=3): >>># destroy _ssl <<< 172629 1726888952.16755: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888952.16885: 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 # destroy _random <<< 172629 1726888952.16928: stdout chunk (state=3): >>># destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 172629 1726888952.17670: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888952.17676: stdout chunk (state=3): >>><<< 172629 1726888952.17678: stderr chunk (state=3): >>><<< 172629 1726888952.18020: _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 0x7f88143684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814337b30> # /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 0x7f881436aa50> 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 0x7f881413d130> # /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 0x7f881413e120> 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 0x7f8814183f50> # /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 0x7f88141900e0> # /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 0x7f88141b3920> # /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 0x7f88141b3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814193bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814191340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814181100> # /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 0x7f88141d7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88141d6540> # /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 0x7f88141921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88141d4d10> # /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 0x7f8814204980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814180380> # /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 0x7f8814204e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814204ce0> # 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 0x7f88142050d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814176ea0> # /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 0x7f8814205790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814205490> 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 0x7f8814206690> 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 0x7f88142208c0> 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 0x7f8814222000> # /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 0x7f8814222ea0> # 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 0x7f8814223500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88142223f0> # /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 0x7f8814223ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88142235f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88142066f0> # /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 0x7f8813f5fd40> # /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 0x7f8813f8c890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813f8c5f0> # 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 0x7f8813f8c8c0> # /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 0x7f8813f8d1f0> # 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 0x7f8813f8dbb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813f8caa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813f5dee0> # /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 0x7f8813f8efc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813f8dd00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8814206de0> # /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 0x7f8813fb7320> # /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 0x7f8813fd76b0> # /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 0x7f88140384a0> # /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 0x7f881403ac00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88140385c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813ffd4c0> # /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 0x7f8813929580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813fd64b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813f8fef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8813fd65d0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_bsd_ekh8/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 0x7f88139831a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813962090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813961220> # 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 0x7f8813980ef0> # /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 0x7f88139aab10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88139aa8a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88139aa1b0> # /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 0x7f88139aaba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881436a9c0> 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 0x7f88139ab740> # 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 0x7f88139ab8f0> # /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 0x7f88139abdd0> 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 0x7f8813815c10> # 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 0x7f8813817830> # /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 0x7f881381c230> # /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 0x7f881381d3a0> # /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 0x7f881381fe00> # 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 0x7f8814222d20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881381e0f0> # /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 0x7f8813823d40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813822840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88138225a0> # /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 0x7f8813822ae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881381e600> # 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 0x7f8813867fb0> # /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 0x7f88138680e0> # /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 0x7f8813869be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88138699a0> # /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 0x7f881386c140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881386a2d0> # /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 0x7f881386f770> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881386c230> # 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 0x7f88138708f0> # 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 0x7f8813870aa0> # 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 0x7f8813870b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813868320> # /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 0x7f88138fc290> # 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 0x7f88138fd550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813872a50> # 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 0x7f8813873dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813872690> # 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 0x7f88137018b0> # /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 0x7f8813702630> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813870a40> 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 0x7f88137026c0> # 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 0x7f8813703860> # 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 0x7f881370e1b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881370bec0> 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 0x7f88139faab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88139e2780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881370e2d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813703110> # 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 0x7f88137a07d0> # /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 0x7f88137a09e0> # /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 0x7f88137a1100> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88137a0c80> # /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 0x7f88137a1a30> # /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 0x7f881378d820> # /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 0x7f881378c290> # /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 0x7f881336e660> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88137a3200> # /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 0x7f881337d1c0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881336fd40> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881336f0e0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88137a2690> # /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 0x7f88133e91c0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133a12e0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881336fb60> # /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 0x7f88133f0c50> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133eaf90> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133a0dd0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88137a1d60> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88137a1ac0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88137a1790> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88137a0a10> # /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 0x7f88137a19d0> # /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 0x7f88133f1220> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133f09b0> # /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 0x7f88133f1940> # /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 0x7f88133f4050> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133d56d0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133f28a0> # /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 0x7f88133d5160> # /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 0x7f881340e540> # /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 0x7f881340f200> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881340ec90> # /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 0x7f881340f6e0> # /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 0x7f88133e3bf0> # /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 0x7f88132fe060> # 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 0x7f8813332fc0> # /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 0x7f88133330b0> # /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 0x7f881308f2c0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881308eb10> # 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 0x7f881308ecf0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133335f0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88133322d0> # /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 0x7f8813332c90> # /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 0x7f8813108950> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813108530> # /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 0x7f8813130200> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813108aa0> # /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 0x7f8812ee7320> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88131303e0> # /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 0x7f8812f60e90> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8812ee7710> # /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 0x7f8812f63e00> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8812f60fb0> # /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 0x7f8812fa3f80> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8812fa01d0> # /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 0x7f8811275280> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811274680> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88130abfb0> # /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 0x7f88112906e0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811277b30> # /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 0x7f8811292d80> # /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 0x7f8811293c50> # /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 0x7f88112c0560> # /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 0x7f88112c19d0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811293e90> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811292cf0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88112925d0> # /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 0x7f88112c35f0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811293170> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811290a40> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811277140> # /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 0x7f8811277860> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88112775c0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811275340> # /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 0x7f88112fcd10> # /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 0x7f88112ff200> # /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 0x7f88112ff9e0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88112fe540> # /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 0x7f8811324230> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88112fcce0> # /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 0x7f8811325c70> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88113251f0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811325040> # /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 0x7f8811350d10> # /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 0x7f8810c1adb0> # 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 0x7f8810c1b0e0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811353020> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88113511c0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811350200> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811326450> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811326180> # /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 0x7f8810c58c20> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810c1bd40> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8811326990> # /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 0x7f8810c592e0> # /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 0x7f8810c59670> # /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 0x7f8810c59730> # /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 0x7f8810c59850> # /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 0x7f8810c74440> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810c5a570> # /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 0x7f8810c745c0> # /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 0x7f8810c746b0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810c596a0> # /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 0x7f8810c74860> # /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 0x7f8810cc8290> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810c9f6b0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810c9e120> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810c76060> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810c754c0> # /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 0x7f8811292570> # /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 0x7f8810c76510> # /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 0x7f8810ce0b00> # /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 0x7f8810ce0d70> # /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 0x7f8810ce16d0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810ce1160> # /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 0x7f8810ce25d0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f881308f470> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8813332060> # /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 0x7f8810ce3230> # /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 0x7f8810aafce0> # /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 0x7f8810ad5d00> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810ad58b0> # 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 0x7f88112ff170> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810ad47a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810aaffe0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810aacd40> # /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 0x7f8810aafad0> # /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 0x7f8810aeb410> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810ae9f40> # /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 0x7f8810b0cbf0> # /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 0x7f8810b0cef0> # /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 0x7f8810b0d160> # /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 0x7f8810b0d400> # /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 0x7f8810b0db20> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b0d970> # /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 0x7f8810b0f350> # /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 0x7f8810b0f530> # /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 0x7f8810b0f740> # /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 0x7f8810b286b0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b0fef0> # /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 0x7f8810b29250> # /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 0x7f8810b296a0> # /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 0x7f8810b29880> # /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 0x7f8810b29b50> # /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 0x7f8810b2aa50> # /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 0x7f8810b2ac90> # /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 0x7f8810b2aea0> # /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 0x7f8810b2baa0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b2b5c0> # /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 0x7f8810b4c920> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b4c260> # /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 0x7f8810b4d5b0> # /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 0x7f8810b4d880> # /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 0x7f8810b4e7b0> # /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 0x7f8810b4ea50> # /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 0x7f8810b4ec00> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810ce3680> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810ce3410> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810ce2b40> # /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 0x7f8810b4f5f0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b4f320> # /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 0x7f8810b79a90> # /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 0x7f8810b7b200> # 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 0x7f8810b7a3f0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b79fa0> # /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 0x7f88108cca40> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88108b3e60> # /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 0x7f88108cf6b0> # /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 0x7f88108cfa10> # /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 0x7f88108cd0a0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88108ccd70> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b4f8c0> # /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 0x7f8810b795e0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810b4f620> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810ce33e0> # /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 0x7f88108f6420> # /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 0x7f88108f6cf0> # /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 0x7f88108f7d10> # /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 0x7f88109203b0> # /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 0x7f8810921a60> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810921430> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88109210d0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810920d70> # /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 0x7f8810921820> # /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 0x7f88109236e0> # /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 0x7f8810923770> # /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 0x7f8810923e90> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810923d10> # /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 0x7f88109523f0> # /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 0x7f8810953620> # /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 0x7f8810953890> # /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 0x7f88109539e0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810953740> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88109530e0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810952570> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810951820> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810950dd0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88109233e0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8810923200> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88109226f0> # /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 0x7f8810953350> # /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 0x7f8810953e00> # /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 0x7f881097c710> # /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 0x7f881097cad0> # /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 0x7f881097d400> # /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 0x7f881097df70> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["cryptsetup"], "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. 172629 1726888952.20634: done with _execute_module (ansible.legacy.dnf, {'name': 'cryptsetup', '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-1726888951.4770715-174454-38611704232640/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888952.20637: _low_level_execute_command(): starting 172629 1726888952.20643: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888951.4770715-174454-38611704232640/ > /dev/null 2>&1 && sleep 0' 172629 1726888952.20647: 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 <<< 172629 1726888952.20652: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888952.20674: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888952.20677: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888952.20680: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888952.21951: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888952.22069: stderr chunk (state=3): >>><<< 172629 1726888952.22073: stdout chunk (state=3): >>><<< 172629 1726888952.22075: _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 172629 1726888952.22078: handler run complete 172629 1726888952.22080: attempt loop complete, returning result 172629 1726888952.22082: _execute() done 172629 1726888952.22084: dumping result to json 172629 1726888952.22085: done dumping result, returning 172629 1726888952.22087: done running TaskExecutor() for managed_node1/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-d0a8-add8-000000000ad9] 172629 1726888952.22089: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ad9 172629 1726888952.22262: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ad9 172629 1726888952.22266: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 172629 1726888952.22342: no more pending results, returning what we have 172629 1726888952.22345: results queue empty 172629 1726888952.22346: checking for any_errors_fatal 172629 1726888952.22352: done checking for any_errors_fatal 172629 1726888952.22352: checking for max_fail_percentage 172629 1726888952.22359: done checking for max_fail_percentage 172629 1726888952.22360: checking to see if all hosts have failed and the running result is not ok 172629 1726888952.22361: done checking to see if all hosts have failed 172629 1726888952.22362: getting the remaining hosts for this loop 172629 1726888952.22364: done getting the remaining hosts for this loop 172629 1726888952.22367: getting the next task for host managed_node1 172629 1726888952.22375: done getting next task for host managed_node1 172629 1726888952.22378: ^ task is: TASK: Collect LUKS info for this volume 172629 1726888952.22382: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888952.22387: getting variables 172629 1726888952.22389: in VariableManager get_vars() 172629 1726888952.22421: Calling all_inventory to load vars for managed_node1 172629 1726888952.22424: Calling groups_inventory to load vars for managed_node1 172629 1726888952.22427: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888952.22439: Calling all_plugins_play to load vars for managed_node1 172629 1726888952.22443: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888952.22446: Calling groups_plugins_play to load vars for managed_node1 172629 1726888952.23345: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888952.23988: done with get_vars() 172629 1726888952.24005: done getting variables 172629 1726888952.24073: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Friday 20 September 2024 23:22:32 -0400 (0:00:00.857) 0:00:52.521 ****** 172629 1726888952.24110: entering _queue_task() for managed_node1/command 172629 1726888952.24403: worker is 1 (out of 1 available) 172629 1726888952.24530: exiting _queue_task() for managed_node1/command 172629 1726888952.24542: done queuing things up, now waiting for results queue to drain 172629 1726888952.24543: waiting for pending results... 172629 1726888952.24750: running TaskExecutor() for managed_node1/TASK: Collect LUKS info for this volume 172629 1726888952.24905: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ada 172629 1726888952.24962: variable 'ansible_search_path' from source: unknown 172629 1726888952.24971: calling self._execute() 172629 1726888952.25098: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.25113: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.25132: variable 'omit' from source: magic vars 172629 1726888952.25665: variable 'storage_test_volume' from source: include params 172629 1726888952.25728: variable '_storage_test_volume_present' from source: set_fact 172629 1726888952.25731: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 172629 1726888952.25734: when evaluation is False, skipping this task 172629 1726888952.25740: _execute() done 172629 1726888952.25750: dumping result to json 172629 1726888952.25765: done dumping result, returning 172629 1726888952.25837: done running TaskExecutor() for managed_node1/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-d0a8-add8-000000000ada] 172629 1726888952.25840: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ada 172629 1726888952.25931: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ada 172629 1726888952.25935: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888952.25999: no more pending results, returning what we have 172629 1726888952.26004: results queue empty 172629 1726888952.26005: checking for any_errors_fatal 172629 1726888952.26016: done checking for any_errors_fatal 172629 1726888952.26017: checking for max_fail_percentage 172629 1726888952.26018: done checking for max_fail_percentage 172629 1726888952.26019: checking to see if all hosts have failed and the running result is not ok 172629 1726888952.26020: done checking to see if all hosts have failed 172629 1726888952.26021: getting the remaining hosts for this loop 172629 1726888952.26023: done getting the remaining hosts for this loop 172629 1726888952.26027: getting the next task for host managed_node1 172629 1726888952.26037: done getting next task for host managed_node1 172629 1726888952.26041: ^ task is: TASK: Verify the presence/absence of the LUKS device node 172629 1726888952.26046: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888952.26052: getting variables 172629 1726888952.26060: in VariableManager get_vars() 172629 1726888952.26103: Calling all_inventory to load vars for managed_node1 172629 1726888952.26106: Calling groups_inventory to load vars for managed_node1 172629 1726888952.26110: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888952.26130: Calling all_plugins_play to load vars for managed_node1 172629 1726888952.26134: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888952.26139: Calling groups_plugins_play to load vars for managed_node1 172629 1726888952.27094: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888952.27763: done with get_vars() 172629 1726888952.27780: done getting variables 172629 1726888952.27848: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Friday 20 September 2024 23:22:32 -0400 (0:00:00.037) 0:00:52.558 ****** 172629 1726888952.27883: entering _queue_task() for managed_node1/assert 172629 1726888952.28197: worker is 1 (out of 1 available) 172629 1726888952.28209: exiting _queue_task() for managed_node1/assert 172629 1726888952.28222: done queuing things up, now waiting for results queue to drain 172629 1726888952.28223: waiting for pending results... 172629 1726888952.28675: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the LUKS device node 172629 1726888952.28683: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000adb 172629 1726888952.28686: variable 'ansible_search_path' from source: unknown 172629 1726888952.28734: calling self._execute() 172629 1726888952.28865: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.28879: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.28902: variable 'omit' from source: magic vars 172629 1726888952.29308: variable 'storage_test_volume' from source: include params 172629 1726888952.29365: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888952.29377: when evaluation is False, skipping this task 172629 1726888952.29385: _execute() done 172629 1726888952.29397: dumping result to json 172629 1726888952.29441: done dumping result, returning 172629 1726888952.29445: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-d0a8-add8-000000000adb] 172629 1726888952.29448: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000adb skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888952.29747: no more pending results, returning what we have 172629 1726888952.29757: results queue empty 172629 1726888952.29758: checking for any_errors_fatal 172629 1726888952.29769: done checking for any_errors_fatal 172629 1726888952.29769: checking for max_fail_percentage 172629 1726888952.29772: done checking for max_fail_percentage 172629 1726888952.29773: checking to see if all hosts have failed and the running result is not ok 172629 1726888952.29775: done checking to see if all hosts have failed 172629 1726888952.29776: getting the remaining hosts for this loop 172629 1726888952.29778: done getting the remaining hosts for this loop 172629 1726888952.29781: getting the next task for host managed_node1 172629 1726888952.29788: done getting next task for host managed_node1 172629 1726888952.29791: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 172629 1726888952.29796: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888952.29802: getting variables 172629 1726888952.29803: in VariableManager get_vars() 172629 1726888952.29844: Calling all_inventory to load vars for managed_node1 172629 1726888952.29847: Calling groups_inventory to load vars for managed_node1 172629 1726888952.29850: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888952.29995: Calling all_plugins_play to load vars for managed_node1 172629 1726888952.29999: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888952.30006: Calling groups_plugins_play to load vars for managed_node1 172629 1726888952.30605: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000adb 172629 1726888952.30611: WORKER PROCESS EXITING 172629 1726888952.30702: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888952.31403: done with get_vars() 172629 1726888952.31417: done getting variables 172629 1726888952.31494: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Friday 20 September 2024 23:22:32 -0400 (0:00:00.036) 0:00:52.595 ****** 172629 1726888952.31540: entering _queue_task() for managed_node1/assert 172629 1726888952.31992: worker is 1 (out of 1 available) 172629 1726888952.32004: exiting _queue_task() for managed_node1/assert 172629 1726888952.32015: done queuing things up, now waiting for results queue to drain 172629 1726888952.32016: waiting for pending results... 172629 1726888952.32251: running TaskExecutor() for managed_node1/TASK: Verify that the raw device is the same as the device if not encrypted 172629 1726888952.32420: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000adc 172629 1726888952.32447: variable 'ansible_search_path' from source: unknown 172629 1726888952.32510: calling self._execute() 172629 1726888952.32664: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.32681: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.32700: variable 'omit' from source: magic vars 172629 1726888952.33113: variable '_storage_test_volume_present' from source: set_fact 172629 1726888952.33134: Evaluated conditional (_storage_test_volume_present): True 172629 1726888952.33263: variable 'omit' from source: magic vars 172629 1726888952.33269: variable 'omit' from source: magic vars 172629 1726888952.33507: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888952.35989: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888952.36091: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888952.36133: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888952.36186: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888952.36226: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888952.36350: variable 'storage_test_volume' from source: include params 172629 1726888952.36382: variable '__dev_ne_raw' from source: task vars 172629 1726888952.36550: variable 'storage_test_volume' from source: include params 172629 1726888952.36688: variable 'omit' from source: magic vars 172629 1726888952.36701: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888952.36734: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888952.36765: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888952.36786: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888952.36858: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888952.36863: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888952.36869: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.36872: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.36984: Set connection var ansible_timeout to 10 172629 1726888952.36999: Set connection var ansible_shell_type to sh 172629 1726888952.37016: Set connection var ansible_pipelining to False 172629 1726888952.37060: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888952.37064: Set connection var ansible_shell_executable to /bin/sh 172629 1726888952.37066: Set connection var ansible_connection to ssh 172629 1726888952.37068: variable 'ansible_shell_executable' from source: unknown 172629 1726888952.37073: variable 'ansible_connection' from source: unknown 172629 1726888952.37081: variable 'ansible_module_compression' from source: unknown 172629 1726888952.37088: variable 'ansible_shell_type' from source: unknown 172629 1726888952.37096: variable 'ansible_shell_executable' from source: unknown 172629 1726888952.37123: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.37125: variable 'ansible_pipelining' from source: unknown 172629 1726888952.37128: variable 'ansible_timeout' from source: unknown 172629 1726888952.37130: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.37238: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888952.37318: variable 'omit' from source: magic vars 172629 1726888952.37321: starting attempt loop 172629 1726888952.37322: running the handler 172629 1726888952.37447: variable '__dev_ne_raw' from source: task vars 172629 1726888952.37600: variable 'storage_test_volume' from source: include params 172629 1726888952.37623: variable 'storage_test_volume' from source: include params 172629 1726888952.37909: Evaluated conditional (__dev_ne_raw == (storage_test_volume.encryption | bool)): True 172629 1726888952.37912: handler run complete 172629 1726888952.37914: attempt loop complete, returning result 172629 1726888952.37916: _execute() done 172629 1726888952.37918: dumping result to json 172629 1726888952.37921: done dumping result, returning 172629 1726888952.37923: done running TaskExecutor() for managed_node1/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-d0a8-add8-000000000adc] 172629 1726888952.37925: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000adc ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888952.38100: no more pending results, returning what we have 172629 1726888952.38105: results queue empty 172629 1726888952.38106: checking for any_errors_fatal 172629 1726888952.38118: done checking for any_errors_fatal 172629 1726888952.38119: checking for max_fail_percentage 172629 1726888952.38122: done checking for max_fail_percentage 172629 1726888952.38123: checking to see if all hosts have failed and the running result is not ok 172629 1726888952.38124: done checking to see if all hosts have failed 172629 1726888952.38125: getting the remaining hosts for this loop 172629 1726888952.38127: done getting the remaining hosts for this loop 172629 1726888952.38131: getting the next task for host managed_node1 172629 1726888952.38139: done getting next task for host managed_node1 172629 1726888952.38143: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 172629 1726888952.38150: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888952.38160: getting variables 172629 1726888952.38162: in VariableManager get_vars() 172629 1726888952.38202: Calling all_inventory to load vars for managed_node1 172629 1726888952.38205: Calling groups_inventory to load vars for managed_node1 172629 1726888952.38215: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888952.38232: Calling all_plugins_play to load vars for managed_node1 172629 1726888952.38236: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888952.38240: Calling groups_plugins_play to load vars for managed_node1 172629 1726888952.38990: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000adc 172629 1726888952.38994: WORKER PROCESS EXITING 172629 1726888952.39199: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888952.39893: done with get_vars() 172629 1726888952.39913: done getting variables 172629 1726888952.39995: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Friday 20 September 2024 23:22:32 -0400 (0:00:00.084) 0:00:52.680 ****** 172629 1726888952.40038: entering _queue_task() for managed_node1/assert 172629 1726888952.40400: worker is 1 (out of 1 available) 172629 1726888952.40529: exiting _queue_task() for managed_node1/assert 172629 1726888952.40544: done queuing things up, now waiting for results queue to drain 172629 1726888952.40547: waiting for pending results... 172629 1726888952.40813: running TaskExecutor() for managed_node1/TASK: Make sure we got info about the LUKS volume if encrypted 172629 1726888952.40965: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000add 172629 1726888952.40990: variable 'ansible_search_path' from source: unknown 172629 1726888952.41032: calling self._execute() 172629 1726888952.41150: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.41165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.41180: variable 'omit' from source: magic vars 172629 1726888952.41581: variable '_storage_test_volume_present' from source: set_fact 172629 1726888952.41594: variable 'storage_test_volume' from source: include params 172629 1726888952.41643: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 172629 1726888952.41653: when evaluation is False, skipping this task 172629 1726888952.41663: _execute() done 172629 1726888952.41672: dumping result to json 172629 1726888952.41680: done dumping result, returning 172629 1726888952.41690: done running TaskExecutor() for managed_node1/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-d0a8-add8-000000000add] 172629 1726888952.41699: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000add skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888952.41934: no more pending results, returning what we have 172629 1726888952.41938: results queue empty 172629 1726888952.41939: checking for any_errors_fatal 172629 1726888952.41953: done checking for any_errors_fatal 172629 1726888952.41954: checking for max_fail_percentage 172629 1726888952.41958: done checking for max_fail_percentage 172629 1726888952.41959: checking to see if all hosts have failed and the running result is not ok 172629 1726888952.41960: done checking to see if all hosts have failed 172629 1726888952.41960: getting the remaining hosts for this loop 172629 1726888952.41962: done getting the remaining hosts for this loop 172629 1726888952.41966: getting the next task for host managed_node1 172629 1726888952.41975: done getting next task for host managed_node1 172629 1726888952.41977: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 172629 1726888952.41983: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888952.41988: getting variables 172629 1726888952.41990: in VariableManager get_vars() 172629 1726888952.42024: Calling all_inventory to load vars for managed_node1 172629 1726888952.42027: Calling groups_inventory to load vars for managed_node1 172629 1726888952.42031: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888952.42045: Calling all_plugins_play to load vars for managed_node1 172629 1726888952.42048: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888952.42052: Calling groups_plugins_play to load vars for managed_node1 172629 1726888952.42175: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000add 172629 1726888952.42178: WORKER PROCESS EXITING 172629 1726888952.42742: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888952.43761: done with get_vars() 172629 1726888952.43777: done getting variables 172629 1726888952.43842: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Friday 20 September 2024 23:22:32 -0400 (0:00:00.038) 0:00:52.718 ****** 172629 1726888952.43877: entering _queue_task() for managed_node1/assert 172629 1726888952.44211: worker is 1 (out of 1 available) 172629 1726888952.44337: exiting _queue_task() for managed_node1/assert 172629 1726888952.44351: done queuing things up, now waiting for results queue to drain 172629 1726888952.44352: waiting for pending results... 172629 1726888952.44566: running TaskExecutor() for managed_node1/TASK: Verify the LUKS volume's device type if encrypted 172629 1726888952.44797: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ade 172629 1726888952.44801: variable 'ansible_search_path' from source: unknown 172629 1726888952.44804: calling self._execute() 172629 1726888952.44930: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.44942: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.44959: variable 'omit' from source: magic vars 172629 1726888952.45361: variable '_storage_test_volume_present' from source: set_fact 172629 1726888952.45374: variable 'storage_test_volume' from source: include params 172629 1726888952.45411: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 172629 1726888952.45450: when evaluation is False, skipping this task 172629 1726888952.45453: _execute() done 172629 1726888952.45457: dumping result to json 172629 1726888952.45460: done dumping result, returning 172629 1726888952.45462: done running TaskExecutor() for managed_node1/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-d0a8-add8-000000000ade] 172629 1726888952.45464: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ade skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888952.45609: no more pending results, returning what we have 172629 1726888952.45613: results queue empty 172629 1726888952.45615: checking for any_errors_fatal 172629 1726888952.45625: done checking for any_errors_fatal 172629 1726888952.45626: checking for max_fail_percentage 172629 1726888952.45628: done checking for max_fail_percentage 172629 1726888952.45629: checking to see if all hosts have failed and the running result is not ok 172629 1726888952.45629: done checking to see if all hosts have failed 172629 1726888952.45630: getting the remaining hosts for this loop 172629 1726888952.45632: done getting the remaining hosts for this loop 172629 1726888952.45635: getting the next task for host managed_node1 172629 1726888952.45644: done getting next task for host managed_node1 172629 1726888952.45646: ^ task is: TASK: Check LUKS version 172629 1726888952.45652: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888952.45659: getting variables 172629 1726888952.45660: in VariableManager get_vars() 172629 1726888952.45699: Calling all_inventory to load vars for managed_node1 172629 1726888952.45702: Calling groups_inventory to load vars for managed_node1 172629 1726888952.45706: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888952.45720: Calling all_plugins_play to load vars for managed_node1 172629 1726888952.45723: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888952.45727: Calling groups_plugins_play to load vars for managed_node1 172629 1726888952.46479: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ade 172629 1726888952.46483: WORKER PROCESS EXITING 172629 1726888952.46537: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888952.47154: done with get_vars() 172629 1726888952.47173: done getting variables 172629 1726888952.47227: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Friday 20 September 2024 23:22:32 -0400 (0:00:00.033) 0:00:52.752 ****** 172629 1726888952.47261: entering _queue_task() for managed_node1/assert 172629 1726888952.47540: worker is 1 (out of 1 available) 172629 1726888952.47552: exiting _queue_task() for managed_node1/assert 172629 1726888952.47567: done queuing things up, now waiting for results queue to drain 172629 1726888952.47568: waiting for pending results... 172629 1726888952.47858: running TaskExecutor() for managed_node1/TASK: Check LUKS version 172629 1726888952.47997: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000adf 172629 1726888952.48016: variable 'ansible_search_path' from source: unknown 172629 1726888952.48063: calling self._execute() 172629 1726888952.48251: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.48254: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.48259: variable 'omit' from source: magic vars 172629 1726888952.48540: variable '_storage_test_volume_present' from source: set_fact 172629 1726888952.48557: Evaluated conditional (_storage_test_volume_present): True 172629 1726888952.48677: variable 'storage_test_volume' from source: include params 172629 1726888952.48714: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888952.48721: when evaluation is False, skipping this task 172629 1726888952.48728: _execute() done 172629 1726888952.48734: dumping result to json 172629 1726888952.48741: done dumping result, returning 172629 1726888952.48749: done running TaskExecutor() for managed_node1/TASK: Check LUKS version [0affc8a3-6f6f-d0a8-add8-000000000adf] 172629 1726888952.48760: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000adf skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888952.49047: no more pending results, returning what we have 172629 1726888952.49052: results queue empty 172629 1726888952.49053: checking for any_errors_fatal 172629 1726888952.49062: done checking for any_errors_fatal 172629 1726888952.49063: checking for max_fail_percentage 172629 1726888952.49064: done checking for max_fail_percentage 172629 1726888952.49065: checking to see if all hosts have failed and the running result is not ok 172629 1726888952.49066: done checking to see if all hosts have failed 172629 1726888952.49067: getting the remaining hosts for this loop 172629 1726888952.49068: done getting the remaining hosts for this loop 172629 1726888952.49072: getting the next task for host managed_node1 172629 1726888952.49080: done getting next task for host managed_node1 172629 1726888952.49083: ^ task is: TASK: Check LUKS key size 172629 1726888952.49088: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888952.49093: getting variables 172629 1726888952.49094: in VariableManager get_vars() 172629 1726888952.49128: Calling all_inventory to load vars for managed_node1 172629 1726888952.49131: Calling groups_inventory to load vars for managed_node1 172629 1726888952.49134: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888952.49147: Calling all_plugins_play to load vars for managed_node1 172629 1726888952.49150: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888952.49152: Calling groups_plugins_play to load vars for managed_node1 172629 1726888952.49866: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000adf 172629 1726888952.49870: WORKER PROCESS EXITING 172629 1726888952.49891: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888952.50579: done with get_vars() 172629 1726888952.50594: done getting variables 172629 1726888952.50652: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Friday 20 September 2024 23:22:32 -0400 (0:00:00.034) 0:00:52.786 ****** 172629 1726888952.50692: entering _queue_task() for managed_node1/assert 172629 1726888952.50996: worker is 1 (out of 1 available) 172629 1726888952.51123: exiting _queue_task() for managed_node1/assert 172629 1726888952.51134: done queuing things up, now waiting for results queue to drain 172629 1726888952.51136: waiting for pending results... 172629 1726888952.51315: running TaskExecutor() for managed_node1/TASK: Check LUKS key size 172629 1726888952.51476: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ae0 172629 1726888952.51497: variable 'ansible_search_path' from source: unknown 172629 1726888952.51540: calling self._execute() 172629 1726888952.51669: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.51687: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.51704: variable 'omit' from source: magic vars 172629 1726888952.52084: variable '_storage_test_volume_present' from source: set_fact 172629 1726888952.52106: Evaluated conditional (_storage_test_volume_present): True 172629 1726888952.52245: variable 'storage_test_volume' from source: include params 172629 1726888952.52286: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888952.52295: when evaluation is False, skipping this task 172629 1726888952.52302: _execute() done 172629 1726888952.52312: dumping result to json 172629 1726888952.52329: done dumping result, returning 172629 1726888952.52430: done running TaskExecutor() for managed_node1/TASK: Check LUKS key size [0affc8a3-6f6f-d0a8-add8-000000000ae0] 172629 1726888952.52433: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ae0 172629 1726888952.52520: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ae0 172629 1726888952.52524: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888952.52582: no more pending results, returning what we have 172629 1726888952.52587: results queue empty 172629 1726888952.52588: checking for any_errors_fatal 172629 1726888952.52599: done checking for any_errors_fatal 172629 1726888952.52600: checking for max_fail_percentage 172629 1726888952.52602: done checking for max_fail_percentage 172629 1726888952.52603: checking to see if all hosts have failed and the running result is not ok 172629 1726888952.52604: done checking to see if all hosts have failed 172629 1726888952.52605: getting the remaining hosts for this loop 172629 1726888952.52607: done getting the remaining hosts for this loop 172629 1726888952.52610: getting the next task for host managed_node1 172629 1726888952.52620: done getting next task for host managed_node1 172629 1726888952.52623: ^ task is: TASK: Check LUKS cipher 172629 1726888952.52629: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888952.52634: getting variables 172629 1726888952.52635: in VariableManager get_vars() 172629 1726888952.52676: Calling all_inventory to load vars for managed_node1 172629 1726888952.52679: Calling groups_inventory to load vars for managed_node1 172629 1726888952.52683: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888952.52700: Calling all_plugins_play to load vars for managed_node1 172629 1726888952.52706: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888952.52711: Calling groups_plugins_play to load vars for managed_node1 172629 1726888952.53538: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888952.54171: done with get_vars() 172629 1726888952.54185: done getting variables 172629 1726888952.54240: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Friday 20 September 2024 23:22:32 -0400 (0:00:00.035) 0:00:52.822 ****** 172629 1726888952.54274: entering _queue_task() for managed_node1/assert 172629 1726888952.54530: worker is 1 (out of 1 available) 172629 1726888952.54542: exiting _queue_task() for managed_node1/assert 172629 1726888952.54554: done queuing things up, now waiting for results queue to drain 172629 1726888952.54557: waiting for pending results... 172629 1726888952.54971: running TaskExecutor() for managed_node1/TASK: Check LUKS cipher 172629 1726888952.54975: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ae1 172629 1726888952.54984: variable 'ansible_search_path' from source: unknown 172629 1726888952.55135: calling self._execute() 172629 1726888952.55140: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.55157: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.55174: variable 'omit' from source: magic vars 172629 1726888952.55514: variable '_storage_test_volume_present' from source: set_fact 172629 1726888952.55526: Evaluated conditional (_storage_test_volume_present): True 172629 1726888952.55636: variable 'storage_test_volume' from source: include params 172629 1726888952.55685: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888952.55693: when evaluation is False, skipping this task 172629 1726888952.55701: _execute() done 172629 1726888952.55709: dumping result to json 172629 1726888952.55793: done dumping result, returning 172629 1726888952.55798: done running TaskExecutor() for managed_node1/TASK: Check LUKS cipher [0affc8a3-6f6f-d0a8-add8-000000000ae1] 172629 1726888952.55801: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ae1 172629 1726888952.55879: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ae1 172629 1726888952.55883: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888952.55944: no more pending results, returning what we have 172629 1726888952.55948: results queue empty 172629 1726888952.55950: checking for any_errors_fatal 172629 1726888952.55962: done checking for any_errors_fatal 172629 1726888952.55963: checking for max_fail_percentage 172629 1726888952.55965: done checking for max_fail_percentage 172629 1726888952.55966: checking to see if all hosts have failed and the running result is not ok 172629 1726888952.55967: done checking to see if all hosts have failed 172629 1726888952.55968: getting the remaining hosts for this loop 172629 1726888952.55970: done getting the remaining hosts for this loop 172629 1726888952.55974: getting the next task for host managed_node1 172629 1726888952.55983: done getting next task for host managed_node1 172629 1726888952.55986: ^ task is: TASK: Set test variables 172629 1726888952.55991: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888952.55996: getting variables 172629 1726888952.55997: in VariableManager get_vars() 172629 1726888952.56036: Calling all_inventory to load vars for managed_node1 172629 1726888952.56039: Calling groups_inventory to load vars for managed_node1 172629 1726888952.56044: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888952.56062: Calling all_plugins_play to load vars for managed_node1 172629 1726888952.56066: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888952.56070: Calling groups_plugins_play to load vars for managed_node1 172629 1726888952.56877: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888952.57489: done with get_vars() 172629 1726888952.57503: done getting variables 172629 1726888952.57568: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set test variables] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Friday 20 September 2024 23:22:32 -0400 (0:00:00.033) 0:00:52.855 ****** 172629 1726888952.57600: entering _queue_task() for managed_node1/set_fact 172629 1726888952.57912: worker is 1 (out of 1 available) 172629 1726888952.57924: exiting _queue_task() for managed_node1/set_fact 172629 1726888952.57935: done queuing things up, now waiting for results queue to drain 172629 1726888952.57937: waiting for pending results... 172629 1726888952.58219: running TaskExecutor() for managed_node1/TASK: Set test variables 172629 1726888952.58361: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ae2 172629 1726888952.58365: variable 'ansible_search_path' from source: unknown 172629 1726888952.58367: calling self._execute() 172629 1726888952.58470: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.58481: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.58495: variable 'omit' from source: magic vars 172629 1726888952.58615: variable 'omit' from source: magic vars 172629 1726888952.58689: variable 'omit' from source: magic vars 172629 1726888952.58954: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888952.61135: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888952.61259: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888952.61266: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888952.61304: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888952.61332: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888952.61458: variable 'storage_test_volume' from source: include params 172629 1726888952.61487: variable '_storage_test_volume_present' from source: set_fact 172629 1726888952.61798: 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) 172629 1726888952.61802: 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) 172629 1726888952.61805: 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) 172629 1726888952.61807: 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) 172629 1726888952.61822: 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) 172629 1726888952.61867: 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) 172629 1726888952.61893: 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) 172629 1726888952.61927: 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) 172629 1726888952.61970: 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) 172629 1726888952.61988: 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) 172629 1726888952.62062: 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) 172629 1726888952.62091: 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) 172629 1726888952.62125: 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) 172629 1726888952.62169: 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) 172629 1726888952.62188: 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) 172629 1726888952.62376: variable 'storage_test_crypttab' from source: set_fact 172629 1726888952.62389: variable 'storage_test_volume' from source: include params 172629 1726888952.62535: variable 'storage_test_volume' from source: include params 172629 1726888952.62577: variable 'omit' from source: magic vars 172629 1726888952.62607: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888952.62638: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888952.62771: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888952.62775: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888952.62777: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888952.62778: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888952.62780: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.62782: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.62834: Set connection var ansible_timeout to 10 172629 1726888952.62842: Set connection var ansible_shell_type to sh 172629 1726888952.62851: Set connection var ansible_pipelining to False 172629 1726888952.62861: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888952.62869: Set connection var ansible_shell_executable to /bin/sh 172629 1726888952.62894: Set connection var ansible_connection to ssh 172629 1726888952.62905: variable 'ansible_shell_executable' from source: unknown 172629 1726888952.62910: variable 'ansible_connection' from source: unknown 172629 1726888952.62915: variable 'ansible_module_compression' from source: unknown 172629 1726888952.62989: variable 'ansible_shell_type' from source: unknown 172629 1726888952.62992: variable 'ansible_shell_executable' from source: unknown 172629 1726888952.62995: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.62999: variable 'ansible_pipelining' from source: unknown 172629 1726888952.63005: variable 'ansible_timeout' from source: unknown 172629 1726888952.63007: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.63066: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888952.63083: variable 'omit' from source: magic vars 172629 1726888952.63107: starting attempt loop 172629 1726888952.63120: running the handler 172629 1726888952.63140: handler run complete 172629 1726888952.63161: attempt loop complete, returning result 172629 1726888952.63169: _execute() done 172629 1726888952.63206: dumping result to json 172629 1726888952.63210: done dumping result, returning 172629 1726888952.63212: done running TaskExecutor() for managed_node1/TASK: Set test variables [0affc8a3-6f6f-d0a8-add8-000000000ae2] 172629 1726888952.63214: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ae2 ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 172629 1726888952.63394: no more pending results, returning what we have 172629 1726888952.63398: results queue empty 172629 1726888952.63399: checking for any_errors_fatal 172629 1726888952.63408: done checking for any_errors_fatal 172629 1726888952.63409: checking for max_fail_percentage 172629 1726888952.63410: done checking for max_fail_percentage 172629 1726888952.63411: checking to see if all hosts have failed and the running result is not ok 172629 1726888952.63412: done checking to see if all hosts have failed 172629 1726888952.63413: getting the remaining hosts for this loop 172629 1726888952.63415: done getting the remaining hosts for this loop 172629 1726888952.63421: getting the next task for host managed_node1 172629 1726888952.63430: done getting next task for host managed_node1 172629 1726888952.63432: ^ task is: TASK: Check for /etc/crypttab entry 172629 1726888952.63437: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888952.63441: getting variables 172629 1726888952.63443: in VariableManager get_vars() 172629 1726888952.63482: Calling all_inventory to load vars for managed_node1 172629 1726888952.63485: Calling groups_inventory to load vars for managed_node1 172629 1726888952.63489: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888952.63500: Calling all_plugins_play to load vars for managed_node1 172629 1726888952.63504: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888952.63507: Calling groups_plugins_play to load vars for managed_node1 172629 1726888952.64171: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ae2 172629 1726888952.64175: WORKER PROCESS EXITING 172629 1726888952.64438: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888952.65044: done with get_vars() 172629 1726888952.65062: done getting variables 172629 1726888952.65125: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Friday 20 September 2024 23:22:32 -0400 (0:00:00.075) 0:00:52.931 ****** 172629 1726888952.65160: entering _queue_task() for managed_node1/assert 172629 1726888952.65460: worker is 1 (out of 1 available) 172629 1726888952.65475: exiting _queue_task() for managed_node1/assert 172629 1726888952.65489: done queuing things up, now waiting for results queue to drain 172629 1726888952.65490: waiting for pending results... 172629 1726888952.65796: running TaskExecutor() for managed_node1/TASK: Check for /etc/crypttab entry 172629 1726888952.65920: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ae3 172629 1726888952.65937: variable 'ansible_search_path' from source: unknown 172629 1726888952.65976: calling self._execute() 172629 1726888952.66096: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.66206: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.66209: variable 'omit' from source: magic vars 172629 1726888952.66236: variable 'omit' from source: magic vars 172629 1726888952.66294: variable 'omit' from source: magic vars 172629 1726888952.66528: variable 'storage_test_volume' from source: include params 172629 1726888952.66589: variable 'omit' from source: magic vars 172629 1726888952.66646: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888952.66751: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888952.66759: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888952.66762: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888952.66764: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888952.66780: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888952.66788: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.66795: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.66904: Set connection var ansible_timeout to 10 172629 1726888952.66914: Set connection var ansible_shell_type to sh 172629 1726888952.66925: Set connection var ansible_pipelining to False 172629 1726888952.66933: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888952.66942: Set connection var ansible_shell_executable to /bin/sh 172629 1726888952.66949: Set connection var ansible_connection to ssh 172629 1726888952.66981: variable 'ansible_shell_executable' from source: unknown 172629 1726888952.66988: variable 'ansible_connection' from source: unknown 172629 1726888952.66995: variable 'ansible_module_compression' from source: unknown 172629 1726888952.67001: variable 'ansible_shell_type' from source: unknown 172629 1726888952.67070: variable 'ansible_shell_executable' from source: unknown 172629 1726888952.67073: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.67075: variable 'ansible_pipelining' from source: unknown 172629 1726888952.67079: variable 'ansible_timeout' from source: unknown 172629 1726888952.67084: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.67180: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888952.67200: variable 'omit' from source: magic vars 172629 1726888952.67209: starting attempt loop 172629 1726888952.67215: running the handler 172629 1726888952.67399: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888952.70084: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888952.70149: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888952.70187: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888952.70332: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888952.70336: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888952.70339: 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) 172629 1726888952.70369: 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) 172629 1726888952.70402: 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) 172629 1726888952.70454: 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) 172629 1726888952.70480: 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) 172629 1726888952.70563: 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) 172629 1726888952.70760: 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) 172629 1726888952.70763: 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) 172629 1726888952.70766: 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) 172629 1726888952.70768: 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) 172629 1726888952.70770: variable '_storage_test_crypttab_entries' from source: set_fact 172629 1726888952.70868: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726888952.70895: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 172629 1726888952.70906: handler run complete 172629 1726888952.70941: attempt loop complete, returning result 172629 1726888952.71001: _execute() done 172629 1726888952.71008: dumping result to json 172629 1726888952.71016: done dumping result, returning 172629 1726888952.71026: done running TaskExecutor() for managed_node1/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-d0a8-add8-000000000ae3] 172629 1726888952.71035: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ae3 172629 1726888952.71404: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ae3 172629 1726888952.71408: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888952.71461: no more pending results, returning what we have 172629 1726888952.71491: results queue empty 172629 1726888952.71493: checking for any_errors_fatal 172629 1726888952.71499: done checking for any_errors_fatal 172629 1726888952.71500: checking for max_fail_percentage 172629 1726888952.71503: done checking for max_fail_percentage 172629 1726888952.71511: checking to see if all hosts have failed and the running result is not ok 172629 1726888952.71512: done checking to see if all hosts have failed 172629 1726888952.71513: getting the remaining hosts for this loop 172629 1726888952.71514: done getting the remaining hosts for this loop 172629 1726888952.71518: getting the next task for host managed_node1 172629 1726888952.71527: done getting next task for host managed_node1 172629 1726888952.71531: ^ task is: TASK: Validate the format of the crypttab entry 172629 1726888952.71535: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888952.71540: getting variables 172629 1726888952.71542: in VariableManager get_vars() 172629 1726888952.71694: Calling all_inventory to load vars for managed_node1 172629 1726888952.71698: Calling groups_inventory to load vars for managed_node1 172629 1726888952.71701: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888952.71712: Calling all_plugins_play to load vars for managed_node1 172629 1726888952.71715: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888952.71719: Calling groups_plugins_play to load vars for managed_node1 172629 1726888952.72373: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888952.73352: done with get_vars() 172629 1726888952.73369: done getting variables 172629 1726888952.73761: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Friday 20 September 2024 23:22:32 -0400 (0:00:00.086) 0:00:53.017 ****** 172629 1726888952.73793: entering _queue_task() for managed_node1/assert 172629 1726888952.74293: worker is 1 (out of 1 available) 172629 1726888952.74478: exiting _queue_task() for managed_node1/assert 172629 1726888952.74491: done queuing things up, now waiting for results queue to drain 172629 1726888952.74493: waiting for pending results... 172629 1726888952.75159: running TaskExecutor() for managed_node1/TASK: Validate the format of the crypttab entry 172629 1726888952.75762: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ae4 172629 1726888952.75766: variable 'ansible_search_path' from source: unknown 172629 1726888952.75770: calling self._execute() 172629 1726888952.75981: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.75995: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.76015: variable 'omit' from source: magic vars 172629 1726888952.76833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888952.79192: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888952.79277: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888952.79317: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888952.79365: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888952.79397: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888952.79488: 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) 172629 1726888952.79579: 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) 172629 1726888952.79583: 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) 172629 1726888952.79604: 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) 172629 1726888952.79624: 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) 172629 1726888952.79740: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726888952.79775: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726888952.79781: when evaluation is False, skipping this task 172629 1726888952.79787: _execute() done 172629 1726888952.79798: dumping result to json 172629 1726888952.79804: done dumping result, returning 172629 1726888952.79812: done running TaskExecutor() for managed_node1/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-d0a8-add8-000000000ae4] 172629 1726888952.79819: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ae4 172629 1726888952.80064: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ae4 172629 1726888952.80068: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726888952.80120: no more pending results, returning what we have 172629 1726888952.80124: results queue empty 172629 1726888952.80125: checking for any_errors_fatal 172629 1726888952.80136: done checking for any_errors_fatal 172629 1726888952.80137: checking for max_fail_percentage 172629 1726888952.80139: done checking for max_fail_percentage 172629 1726888952.80140: checking to see if all hosts have failed and the running result is not ok 172629 1726888952.80141: done checking to see if all hosts have failed 172629 1726888952.80143: getting the remaining hosts for this loop 172629 1726888952.80145: done getting the remaining hosts for this loop 172629 1726888952.80149: getting the next task for host managed_node1 172629 1726888952.80162: done getting next task for host managed_node1 172629 1726888952.80165: ^ task is: TASK: Check backing device of crypttab entry 172629 1726888952.80171: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888952.80176: getting variables 172629 1726888952.80178: in VariableManager get_vars() 172629 1726888952.80218: Calling all_inventory to load vars for managed_node1 172629 1726888952.80221: Calling groups_inventory to load vars for managed_node1 172629 1726888952.80224: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888952.80237: Calling all_plugins_play to load vars for managed_node1 172629 1726888952.80240: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888952.80244: Calling groups_plugins_play to load vars for managed_node1 172629 1726888952.81080: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888952.81722: done with get_vars() 172629 1726888952.81737: done getting variables 172629 1726888952.81808: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Friday 20 September 2024 23:22:32 -0400 (0:00:00.080) 0:00:53.098 ****** 172629 1726888952.81849: entering _queue_task() for managed_node1/assert 172629 1726888952.82286: worker is 1 (out of 1 available) 172629 1726888952.82298: exiting _queue_task() for managed_node1/assert 172629 1726888952.82310: done queuing things up, now waiting for results queue to drain 172629 1726888952.82311: waiting for pending results... 172629 1726888952.82628: running TaskExecutor() for managed_node1/TASK: Check backing device of crypttab entry 172629 1726888952.82771: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ae5 172629 1726888952.82795: variable 'ansible_search_path' from source: unknown 172629 1726888952.82836: calling self._execute() 172629 1726888952.82950: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.83161: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.83164: variable 'omit' from source: magic vars 172629 1726888952.83343: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888952.85711: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888952.85795: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888952.85833: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888952.85877: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888952.85911: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888952.85997: 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) 172629 1726888952.86033: 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) 172629 1726888952.86068: 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) 172629 1726888952.86117: 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) 172629 1726888952.86137: 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) 172629 1726888952.86258: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726888952.86289: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726888952.86296: when evaluation is False, skipping this task 172629 1726888952.86303: _execute() done 172629 1726888952.86310: dumping result to json 172629 1726888952.86321: done dumping result, returning 172629 1726888952.86331: done running TaskExecutor() for managed_node1/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-d0a8-add8-000000000ae5] 172629 1726888952.86339: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ae5 172629 1726888952.86679: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ae5 172629 1726888952.86682: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726888952.86722: no more pending results, returning what we have 172629 1726888952.86726: results queue empty 172629 1726888952.86726: checking for any_errors_fatal 172629 1726888952.86733: done checking for any_errors_fatal 172629 1726888952.86734: checking for max_fail_percentage 172629 1726888952.86736: done checking for max_fail_percentage 172629 1726888952.86736: checking to see if all hosts have failed and the running result is not ok 172629 1726888952.86737: done checking to see if all hosts have failed 172629 1726888952.86738: getting the remaining hosts for this loop 172629 1726888952.86740: done getting the remaining hosts for this loop 172629 1726888952.86743: getting the next task for host managed_node1 172629 1726888952.86750: done getting next task for host managed_node1 172629 1726888952.86757: ^ task is: TASK: Check key file of crypttab entry 172629 1726888952.86762: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888952.86766: getting variables 172629 1726888952.86768: in VariableManager get_vars() 172629 1726888952.86797: Calling all_inventory to load vars for managed_node1 172629 1726888952.86800: Calling groups_inventory to load vars for managed_node1 172629 1726888952.86803: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888952.86813: Calling all_plugins_play to load vars for managed_node1 172629 1726888952.86816: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888952.86819: Calling groups_plugins_play to load vars for managed_node1 172629 1726888952.87426: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888952.88117: done with get_vars() 172629 1726888952.88132: done getting variables 172629 1726888952.88285: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Friday 20 September 2024 23:22:32 -0400 (0:00:00.064) 0:00:53.163 ****** 172629 1726888952.88318: entering _queue_task() for managed_node1/assert 172629 1726888952.88624: worker is 1 (out of 1 available) 172629 1726888952.88636: exiting _queue_task() for managed_node1/assert 172629 1726888952.88648: done queuing things up, now waiting for results queue to drain 172629 1726888952.88649: waiting for pending results... 172629 1726888952.88930: running TaskExecutor() for managed_node1/TASK: Check key file of crypttab entry 172629 1726888952.89093: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ae6 172629 1726888952.89112: variable 'ansible_search_path' from source: unknown 172629 1726888952.89149: calling self._execute() 172629 1726888952.89265: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.89278: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.89292: variable 'omit' from source: magic vars 172629 1726888952.89681: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888952.92027: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888952.92116: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888952.92161: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888952.92220: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888952.92232: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888952.92314: 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) 172629 1726888952.92438: 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) 172629 1726888952.92443: 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) 172629 1726888952.92445: 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) 172629 1726888952.92450: 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) 172629 1726888952.92574: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726888952.92605: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726888952.92613: when evaluation is False, skipping this task 172629 1726888952.92621: _execute() done 172629 1726888952.92628: dumping result to json 172629 1726888952.92636: done dumping result, returning 172629 1726888952.92644: done running TaskExecutor() for managed_node1/TASK: Check key file of crypttab entry [0affc8a3-6f6f-d0a8-add8-000000000ae6] 172629 1726888952.92662: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ae6 skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726888952.92801: no more pending results, returning what we have 172629 1726888952.92805: results queue empty 172629 1726888952.92806: checking for any_errors_fatal 172629 1726888952.92815: done checking for any_errors_fatal 172629 1726888952.92815: checking for max_fail_percentage 172629 1726888952.92818: done checking for max_fail_percentage 172629 1726888952.92818: checking to see if all hosts have failed and the running result is not ok 172629 1726888952.92819: done checking to see if all hosts have failed 172629 1726888952.92820: getting the remaining hosts for this loop 172629 1726888952.92822: done getting the remaining hosts for this loop 172629 1726888952.92825: getting the next task for host managed_node1 172629 1726888952.92833: done getting next task for host managed_node1 172629 1726888952.92836: ^ task is: TASK: Clear test variables 172629 1726888952.92840: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888952.92844: getting variables 172629 1726888952.92846: in VariableManager get_vars() 172629 1726888952.92991: Calling all_inventory to load vars for managed_node1 172629 1726888952.92994: Calling groups_inventory to load vars for managed_node1 172629 1726888952.92998: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888952.93170: Calling all_plugins_play to load vars for managed_node1 172629 1726888952.93174: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888952.93178: Calling groups_plugins_play to load vars for managed_node1 172629 1726888952.93769: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ae6 172629 1726888952.93773: WORKER PROCESS EXITING 172629 1726888952.93880: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888952.94514: done with get_vars() 172629 1726888952.94528: done getting variables 172629 1726888952.94592: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clear test variables] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Friday 20 September 2024 23:22:32 -0400 (0:00:00.063) 0:00:53.226 ****** 172629 1726888952.94632: entering _queue_task() for managed_node1/set_fact 172629 1726888952.94943: worker is 1 (out of 1 available) 172629 1726888952.95083: exiting _queue_task() for managed_node1/set_fact 172629 1726888952.95093: done queuing things up, now waiting for results queue to drain 172629 1726888952.95095: waiting for pending results... 172629 1726888952.95335: running TaskExecutor() for managed_node1/TASK: Clear test variables 172629 1726888952.95504: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ae7 172629 1726888952.95527: variable 'ansible_search_path' from source: unknown 172629 1726888952.95595: calling self._execute() 172629 1726888952.95743: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.95785: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.95801: variable 'omit' from source: magic vars 172629 1726888952.95919: variable 'omit' from source: magic vars 172629 1726888952.95985: variable 'omit' from source: magic vars 172629 1726888952.96030: variable 'omit' from source: magic vars 172629 1726888952.96081: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888952.96129: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888952.96160: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888952.96182: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888952.96219: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888952.96236: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888952.96244: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.96251: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.96363: Set connection var ansible_timeout to 10 172629 1726888952.96436: Set connection var ansible_shell_type to sh 172629 1726888952.96439: Set connection var ansible_pipelining to False 172629 1726888952.96441: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888952.96443: Set connection var ansible_shell_executable to /bin/sh 172629 1726888952.96445: Set connection var ansible_connection to ssh 172629 1726888952.96447: variable 'ansible_shell_executable' from source: unknown 172629 1726888952.96449: variable 'ansible_connection' from source: unknown 172629 1726888952.96451: variable 'ansible_module_compression' from source: unknown 172629 1726888952.96452: variable 'ansible_shell_type' from source: unknown 172629 1726888952.96458: variable 'ansible_shell_executable' from source: unknown 172629 1726888952.96462: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.96464: variable 'ansible_pipelining' from source: unknown 172629 1726888952.96465: variable 'ansible_timeout' from source: unknown 172629 1726888952.96467: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.96666: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888952.96682: variable 'omit' from source: magic vars 172629 1726888952.96706: starting attempt loop 172629 1726888952.96709: running the handler 172629 1726888952.96712: handler run complete 172629 1726888952.96734: attempt loop complete, returning result 172629 1726888952.96737: _execute() done 172629 1726888952.96740: dumping result to json 172629 1726888952.96742: done dumping result, returning 172629 1726888952.96744: done running TaskExecutor() for managed_node1/TASK: Clear test variables [0affc8a3-6f6f-d0a8-add8-000000000ae7] 172629 1726888952.96746: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ae7 172629 1726888952.96822: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ae7 172629 1726888952.96825: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 172629 1726888952.96889: no more pending results, returning what we have 172629 1726888952.96892: results queue empty 172629 1726888952.96893: checking for any_errors_fatal 172629 1726888952.96902: done checking for any_errors_fatal 172629 1726888952.96903: checking for max_fail_percentage 172629 1726888952.96905: done checking for max_fail_percentage 172629 1726888952.96906: checking to see if all hosts have failed and the running result is not ok 172629 1726888952.96907: done checking to see if all hosts have failed 172629 1726888952.96908: getting the remaining hosts for this loop 172629 1726888952.96909: done getting the remaining hosts for this loop 172629 1726888952.96912: getting the next task for host managed_node1 172629 1726888952.96924: done getting next task for host managed_node1 172629 1726888952.96926: ^ task is: TASK: Get information about RAID 172629 1726888952.96930: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888952.96934: getting variables 172629 1726888952.96935: in VariableManager get_vars() 172629 1726888952.96968: Calling all_inventory to load vars for managed_node1 172629 1726888952.96970: Calling groups_inventory to load vars for managed_node1 172629 1726888952.96973: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888952.96981: Calling all_plugins_play to load vars for managed_node1 172629 1726888952.96983: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888952.96986: Calling groups_plugins_play to load vars for managed_node1 172629 1726888952.97314: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888952.97650: done with get_vars() 172629 1726888952.97665: done getting variables 172629 1726888952.97703: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get information about RAID] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Friday 20 September 2024 23:22:32 -0400 (0:00:00.030) 0:00:53.257 ****** 172629 1726888952.97724: entering _queue_task() for managed_node1/command 172629 1726888952.97911: worker is 1 (out of 1 available) 172629 1726888952.97925: exiting _queue_task() for managed_node1/command 172629 1726888952.97937: done queuing things up, now waiting for results queue to drain 172629 1726888952.97939: waiting for pending results... 172629 1726888952.98102: running TaskExecutor() for managed_node1/TASK: Get information about RAID 172629 1726888952.98176: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000aeb 172629 1726888952.98188: variable 'ansible_search_path' from source: unknown 172629 1726888952.98214: calling self._execute() 172629 1726888952.98295: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888952.98300: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888952.98309: variable 'omit' from source: magic vars 172629 1726888952.98632: variable 'storage_test_volume' from source: include params 172629 1726888952.98747: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888952.98750: when evaluation is False, skipping this task 172629 1726888952.98752: _execute() done 172629 1726888952.98759: dumping result to json 172629 1726888952.98761: done dumping result, returning 172629 1726888952.98763: done running TaskExecutor() for managed_node1/TASK: Get information about RAID [0affc8a3-6f6f-d0a8-add8-000000000aeb] 172629 1726888952.98764: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000aeb 172629 1726888952.98833: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000aeb 172629 1726888952.98836: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888952.98977: no more pending results, returning what we have 172629 1726888952.98980: results queue empty 172629 1726888952.98981: checking for any_errors_fatal 172629 1726888952.98987: done checking for any_errors_fatal 172629 1726888952.98988: checking for max_fail_percentage 172629 1726888952.98990: done checking for max_fail_percentage 172629 1726888952.98991: checking to see if all hosts have failed and the running result is not ok 172629 1726888952.98992: done checking to see if all hosts have failed 172629 1726888952.98992: getting the remaining hosts for this loop 172629 1726888952.98994: done getting the remaining hosts for this loop 172629 1726888952.98996: getting the next task for host managed_node1 172629 1726888952.99003: done getting next task for host managed_node1 172629 1726888952.99006: ^ task is: TASK: Set active devices regex 172629 1726888952.99010: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888952.99014: getting variables 172629 1726888952.99015: in VariableManager get_vars() 172629 1726888952.99042: Calling all_inventory to load vars for managed_node1 172629 1726888952.99044: Calling groups_inventory to load vars for managed_node1 172629 1726888952.99047: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888952.99057: Calling all_plugins_play to load vars for managed_node1 172629 1726888952.99060: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888952.99063: Calling groups_plugins_play to load vars for managed_node1 172629 1726888952.99538: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888952.99884: done with get_vars() 172629 1726888952.99893: done getting variables 172629 1726888952.99932: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set active devices regex] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Friday 20 September 2024 23:22:32 -0400 (0:00:00.022) 0:00:53.279 ****** 172629 1726888952.99952: entering _queue_task() for managed_node1/set_fact 172629 1726888953.00121: worker is 1 (out of 1 available) 172629 1726888953.00133: exiting _queue_task() for managed_node1/set_fact 172629 1726888953.00145: done queuing things up, now waiting for results queue to drain 172629 1726888953.00147: waiting for pending results... 172629 1726888953.00326: running TaskExecutor() for managed_node1/TASK: Set active devices regex 172629 1726888953.00412: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000aec 172629 1726888953.00423: variable 'ansible_search_path' from source: unknown 172629 1726888953.00448: calling self._execute() 172629 1726888953.00528: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.00532: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.00542: variable 'omit' from source: magic vars 172629 1726888953.00810: variable 'storage_test_volume' from source: include params 172629 1726888953.00832: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888953.00836: when evaluation is False, skipping this task 172629 1726888953.00839: _execute() done 172629 1726888953.00842: dumping result to json 172629 1726888953.00845: done dumping result, returning 172629 1726888953.00848: done running TaskExecutor() for managed_node1/TASK: Set active devices regex [0affc8a3-6f6f-d0a8-add8-000000000aec] 172629 1726888953.00857: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000aec 172629 1726888953.00941: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000aec 172629 1726888953.00943: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888953.00989: no more pending results, returning what we have 172629 1726888953.00992: results queue empty 172629 1726888953.00993: checking for any_errors_fatal 172629 1726888953.00999: done checking for any_errors_fatal 172629 1726888953.01000: checking for max_fail_percentage 172629 1726888953.01002: done checking for max_fail_percentage 172629 1726888953.01002: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.01003: done checking to see if all hosts have failed 172629 1726888953.01004: getting the remaining hosts for this loop 172629 1726888953.01005: done getting the remaining hosts for this loop 172629 1726888953.01008: getting the next task for host managed_node1 172629 1726888953.01015: done getting next task for host managed_node1 172629 1726888953.01017: ^ task is: TASK: Set spare devices regex 172629 1726888953.01021: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.01024: getting variables 172629 1726888953.01025: in VariableManager get_vars() 172629 1726888953.01050: Calling all_inventory to load vars for managed_node1 172629 1726888953.01052: Calling groups_inventory to load vars for managed_node1 172629 1726888953.01059: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.01068: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.01070: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.01073: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.01368: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.02218: done with get_vars() 172629 1726888953.02230: done getting variables 172629 1726888953.02284: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Friday 20 September 2024 23:22:33 -0400 (0:00:00.023) 0:00:53.303 ****** 172629 1726888953.02311: entering _queue_task() for managed_node1/set_fact 172629 1726888953.02529: worker is 1 (out of 1 available) 172629 1726888953.02539: exiting _queue_task() for managed_node1/set_fact 172629 1726888953.02551: done queuing things up, now waiting for results queue to drain 172629 1726888953.02552: waiting for pending results... 172629 1726888953.02817: running TaskExecutor() for managed_node1/TASK: Set spare devices regex 172629 1726888953.02908: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000aed 172629 1726888953.02923: variable 'ansible_search_path' from source: unknown 172629 1726888953.02945: calling self._execute() 172629 1726888953.03031: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.03036: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.03040: variable 'omit' from source: magic vars 172629 1726888953.03315: variable 'storage_test_volume' from source: include params 172629 1726888953.03342: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888953.03345: when evaluation is False, skipping this task 172629 1726888953.03349: _execute() done 172629 1726888953.03357: dumping result to json 172629 1726888953.03360: done dumping result, returning 172629 1726888953.03363: done running TaskExecutor() for managed_node1/TASK: Set spare devices regex [0affc8a3-6f6f-d0a8-add8-000000000aed] 172629 1726888953.03365: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000aed 172629 1726888953.03457: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000aed 172629 1726888953.03461: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888953.03504: no more pending results, returning what we have 172629 1726888953.03507: results queue empty 172629 1726888953.03509: checking for any_errors_fatal 172629 1726888953.03515: done checking for any_errors_fatal 172629 1726888953.03516: checking for max_fail_percentage 172629 1726888953.03517: done checking for max_fail_percentage 172629 1726888953.03518: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.03519: done checking to see if all hosts have failed 172629 1726888953.03519: getting the remaining hosts for this loop 172629 1726888953.03521: done getting the remaining hosts for this loop 172629 1726888953.03523: getting the next task for host managed_node1 172629 1726888953.03530: done getting next task for host managed_node1 172629 1726888953.03532: ^ task is: TASK: Set md version regex 172629 1726888953.03536: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.03540: getting variables 172629 1726888953.03541: in VariableManager get_vars() 172629 1726888953.03576: Calling all_inventory to load vars for managed_node1 172629 1726888953.03579: Calling groups_inventory to load vars for managed_node1 172629 1726888953.03582: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.03590: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.03592: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.03595: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.03910: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.04247: done with get_vars() 172629 1726888953.04259: done getting variables 172629 1726888953.04297: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set md version regex] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Friday 20 September 2024 23:22:33 -0400 (0:00:00.020) 0:00:53.323 ****** 172629 1726888953.04326: entering _queue_task() for managed_node1/set_fact 172629 1726888953.04544: worker is 1 (out of 1 available) 172629 1726888953.04559: exiting _queue_task() for managed_node1/set_fact 172629 1726888953.04571: done queuing things up, now waiting for results queue to drain 172629 1726888953.04572: waiting for pending results... 172629 1726888953.04975: running TaskExecutor() for managed_node1/TASK: Set md version regex 172629 1726888953.04980: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000aee 172629 1726888953.04983: variable 'ansible_search_path' from source: unknown 172629 1726888953.04986: calling self._execute() 172629 1726888953.05090: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.05102: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.05117: variable 'omit' from source: magic vars 172629 1726888953.05519: variable 'storage_test_volume' from source: include params 172629 1726888953.05691: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888953.05694: when evaluation is False, skipping this task 172629 1726888953.05696: _execute() done 172629 1726888953.05698: dumping result to json 172629 1726888953.05700: done dumping result, returning 172629 1726888953.05702: done running TaskExecutor() for managed_node1/TASK: Set md version regex [0affc8a3-6f6f-d0a8-add8-000000000aee] 172629 1726888953.05703: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000aee 172629 1726888953.05774: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000aee 172629 1726888953.05778: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888953.05812: no more pending results, returning what we have 172629 1726888953.05815: results queue empty 172629 1726888953.05816: checking for any_errors_fatal 172629 1726888953.05822: done checking for any_errors_fatal 172629 1726888953.05823: checking for max_fail_percentage 172629 1726888953.05824: done checking for max_fail_percentage 172629 1726888953.05825: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.05826: done checking to see if all hosts have failed 172629 1726888953.05827: getting the remaining hosts for this loop 172629 1726888953.05828: done getting the remaining hosts for this loop 172629 1726888953.05830: getting the next task for host managed_node1 172629 1726888953.05836: done getting next task for host managed_node1 172629 1726888953.05838: ^ task is: TASK: Set chunk size regex 172629 1726888953.05842: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.05846: getting variables 172629 1726888953.05847: in VariableManager get_vars() 172629 1726888953.05879: Calling all_inventory to load vars for managed_node1 172629 1726888953.05883: Calling groups_inventory to load vars for managed_node1 172629 1726888953.05886: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.05897: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.05900: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.05902: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.06233: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.06571: done with get_vars() 172629 1726888953.06580: done getting variables 172629 1726888953.06617: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Friday 20 September 2024 23:22:33 -0400 (0:00:00.023) 0:00:53.346 ****** 172629 1726888953.06639: entering _queue_task() for managed_node1/set_fact 172629 1726888953.06807: worker is 1 (out of 1 available) 172629 1726888953.06818: exiting _queue_task() for managed_node1/set_fact 172629 1726888953.06830: done queuing things up, now waiting for results queue to drain 172629 1726888953.06831: waiting for pending results... 172629 1726888953.07006: running TaskExecutor() for managed_node1/TASK: Set chunk size regex 172629 1726888953.07097: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000aef 172629 1726888953.07109: variable 'ansible_search_path' from source: unknown 172629 1726888953.07135: calling self._execute() 172629 1726888953.07225: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.07230: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.07239: variable 'omit' from source: magic vars 172629 1726888953.07526: variable 'storage_test_volume' from source: include params 172629 1726888953.07552: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888953.07557: when evaluation is False, skipping this task 172629 1726888953.07560: _execute() done 172629 1726888953.07563: dumping result to json 172629 1726888953.07566: done dumping result, returning 172629 1726888953.07573: done running TaskExecutor() for managed_node1/TASK: Set chunk size regex [0affc8a3-6f6f-d0a8-add8-000000000aef] 172629 1726888953.07577: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000aef 172629 1726888953.07668: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000aef 172629 1726888953.07671: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888953.07792: no more pending results, returning what we have 172629 1726888953.07795: results queue empty 172629 1726888953.07796: checking for any_errors_fatal 172629 1726888953.07802: done checking for any_errors_fatal 172629 1726888953.07802: checking for max_fail_percentage 172629 1726888953.07804: done checking for max_fail_percentage 172629 1726888953.07804: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.07805: done checking to see if all hosts have failed 172629 1726888953.07806: getting the remaining hosts for this loop 172629 1726888953.07807: done getting the remaining hosts for this loop 172629 1726888953.07810: getting the next task for host managed_node1 172629 1726888953.07816: done getting next task for host managed_node1 172629 1726888953.07819: ^ task is: TASK: Parse the chunk size 172629 1726888953.07823: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888953.07826: getting variables 172629 1726888953.07827: in VariableManager get_vars() 172629 1726888953.07853: Calling all_inventory to load vars for managed_node1 172629 1726888953.07858: Calling groups_inventory to load vars for managed_node1 172629 1726888953.07861: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.07870: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.07873: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.07876: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.08379: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.08906: done with get_vars() 172629 1726888953.08916: done getting variables TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Friday 20 September 2024 23:22:33 -0400 (0:00:00.023) 0:00:53.369 ****** 172629 1726888953.08974: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888953.09152: worker is 1 (out of 1 available) 172629 1726888953.09168: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888953.09180: done queuing things up, now waiting for results queue to drain 172629 1726888953.09181: waiting for pending results... 172629 1726888953.09347: running TaskExecutor() for managed_node1/TASK: Parse the chunk size 172629 1726888953.09428: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000af0 172629 1726888953.09439: variable 'ansible_search_path' from source: unknown 172629 1726888953.09469: calling self._execute() 172629 1726888953.09550: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.09554: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.09568: variable 'omit' from source: magic vars 172629 1726888953.09839: variable 'storage_test_volume' from source: include params 172629 1726888953.09869: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888953.09872: when evaluation is False, skipping this task 172629 1726888953.09875: _execute() done 172629 1726888953.09878: dumping result to json 172629 1726888953.09880: done dumping result, returning 172629 1726888953.09886: done running TaskExecutor() for managed_node1/TASK: Parse the chunk size [0affc8a3-6f6f-d0a8-add8-000000000af0] 172629 1726888953.09890: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000af0 172629 1726888953.09981: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000af0 172629 1726888953.09984: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888953.10032: no more pending results, returning what we have 172629 1726888953.10036: results queue empty 172629 1726888953.10037: checking for any_errors_fatal 172629 1726888953.10043: done checking for any_errors_fatal 172629 1726888953.10044: checking for max_fail_percentage 172629 1726888953.10045: done checking for max_fail_percentage 172629 1726888953.10046: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.10047: done checking to see if all hosts have failed 172629 1726888953.10047: getting the remaining hosts for this loop 172629 1726888953.10049: done getting the remaining hosts for this loop 172629 1726888953.10051: getting the next task for host managed_node1 172629 1726888953.10059: done getting next task for host managed_node1 172629 1726888953.10062: ^ task is: TASK: Check RAID active devices count 172629 1726888953.10066: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888953.10070: getting variables 172629 1726888953.10071: in VariableManager get_vars() 172629 1726888953.10098: Calling all_inventory to load vars for managed_node1 172629 1726888953.10101: Calling groups_inventory to load vars for managed_node1 172629 1726888953.10103: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.10112: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.10114: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.10117: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.10416: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.10749: done with get_vars() 172629 1726888953.10761: done getting variables 172629 1726888953.10801: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Friday 20 September 2024 23:22:33 -0400 (0:00:00.018) 0:00:53.388 ****** 172629 1726888953.10821: entering _queue_task() for managed_node1/assert 172629 1726888953.10993: worker is 1 (out of 1 available) 172629 1726888953.11006: exiting _queue_task() for managed_node1/assert 172629 1726888953.11018: done queuing things up, now waiting for results queue to drain 172629 1726888953.11020: waiting for pending results... 172629 1726888953.11183: running TaskExecutor() for managed_node1/TASK: Check RAID active devices count 172629 1726888953.11271: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000af1 172629 1726888953.11282: variable 'ansible_search_path' from source: unknown 172629 1726888953.11306: calling self._execute() 172629 1726888953.11388: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.11391: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.11400: variable 'omit' from source: magic vars 172629 1726888953.11654: variable 'storage_test_volume' from source: include params 172629 1726888953.11703: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888953.11706: when evaluation is False, skipping this task 172629 1726888953.11709: _execute() done 172629 1726888953.11712: dumping result to json 172629 1726888953.11715: done dumping result, returning 172629 1726888953.11721: done running TaskExecutor() for managed_node1/TASK: Check RAID active devices count [0affc8a3-6f6f-d0a8-add8-000000000af1] 172629 1726888953.11726: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000af1 172629 1726888953.11816: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000af1 172629 1726888953.11819: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888953.11869: no more pending results, returning what we have 172629 1726888953.11872: results queue empty 172629 1726888953.11873: checking for any_errors_fatal 172629 1726888953.11880: done checking for any_errors_fatal 172629 1726888953.11881: checking for max_fail_percentage 172629 1726888953.11882: done checking for max_fail_percentage 172629 1726888953.11883: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.11884: done checking to see if all hosts have failed 172629 1726888953.11884: getting the remaining hosts for this loop 172629 1726888953.11886: done getting the remaining hosts for this loop 172629 1726888953.11888: getting the next task for host managed_node1 172629 1726888953.11894: done getting next task for host managed_node1 172629 1726888953.11896: ^ task is: TASK: Check RAID spare devices count 172629 1726888953.11901: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888953.11904: getting variables 172629 1726888953.11905: in VariableManager get_vars() 172629 1726888953.11933: Calling all_inventory to load vars for managed_node1 172629 1726888953.11935: Calling groups_inventory to load vars for managed_node1 172629 1726888953.11938: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.11946: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.11949: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.11951: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.12361: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.12890: done with get_vars() 172629 1726888953.12899: done getting variables 172629 1726888953.12960: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Friday 20 September 2024 23:22:33 -0400 (0:00:00.021) 0:00:53.409 ****** 172629 1726888953.12991: entering _queue_task() for managed_node1/assert 172629 1726888953.13217: worker is 1 (out of 1 available) 172629 1726888953.13232: exiting _queue_task() for managed_node1/assert 172629 1726888953.13244: done queuing things up, now waiting for results queue to drain 172629 1726888953.13246: waiting for pending results... 172629 1726888953.13589: running TaskExecutor() for managed_node1/TASK: Check RAID spare devices count 172629 1726888953.13793: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000af2 172629 1726888953.13798: variable 'ansible_search_path' from source: unknown 172629 1726888953.13804: calling self._execute() 172629 1726888953.13807: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.13810: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.13812: variable 'omit' from source: magic vars 172629 1726888953.14260: variable 'storage_test_volume' from source: include params 172629 1726888953.14264: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888953.14267: when evaluation is False, skipping this task 172629 1726888953.14269: _execute() done 172629 1726888953.14272: dumping result to json 172629 1726888953.14274: done dumping result, returning 172629 1726888953.14276: done running TaskExecutor() for managed_node1/TASK: Check RAID spare devices count [0affc8a3-6f6f-d0a8-add8-000000000af2] 172629 1726888953.14278: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000af2 172629 1726888953.14344: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000af2 172629 1726888953.14347: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888953.14412: no more pending results, returning what we have 172629 1726888953.14416: results queue empty 172629 1726888953.14417: checking for any_errors_fatal 172629 1726888953.14424: done checking for any_errors_fatal 172629 1726888953.14424: checking for max_fail_percentage 172629 1726888953.14426: done checking for max_fail_percentage 172629 1726888953.14427: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.14428: done checking to see if all hosts have failed 172629 1726888953.14428: getting the remaining hosts for this loop 172629 1726888953.14430: done getting the remaining hosts for this loop 172629 1726888953.14433: getting the next task for host managed_node1 172629 1726888953.14440: done getting next task for host managed_node1 172629 1726888953.14443: ^ task is: TASK: Check RAID metadata version 172629 1726888953.14447: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.14450: getting variables 172629 1726888953.14452: in VariableManager get_vars() 172629 1726888953.14492: Calling all_inventory to load vars for managed_node1 172629 1726888953.14495: Calling groups_inventory to load vars for managed_node1 172629 1726888953.14498: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.14507: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.14509: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.14512: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.14932: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.15694: done with get_vars() 172629 1726888953.15706: done getting variables 172629 1726888953.15768: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Friday 20 September 2024 23:22:33 -0400 (0:00:00.028) 0:00:53.437 ****** 172629 1726888953.15798: entering _queue_task() for managed_node1/assert 172629 1726888953.16012: worker is 1 (out of 1 available) 172629 1726888953.16027: exiting _queue_task() for managed_node1/assert 172629 1726888953.16039: done queuing things up, now waiting for results queue to drain 172629 1726888953.16040: waiting for pending results... 172629 1726888953.16260: running TaskExecutor() for managed_node1/TASK: Check RAID metadata version 172629 1726888953.16461: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000af3 172629 1726888953.16466: variable 'ansible_search_path' from source: unknown 172629 1726888953.16470: calling self._execute() 172629 1726888953.16537: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.16553: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.16576: variable 'omit' from source: magic vars 172629 1726888953.16959: variable 'storage_test_volume' from source: include params 172629 1726888953.17021: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888953.17024: when evaluation is False, skipping this task 172629 1726888953.17027: _execute() done 172629 1726888953.17031: dumping result to json 172629 1726888953.17033: done dumping result, returning 172629 1726888953.17036: done running TaskExecutor() for managed_node1/TASK: Check RAID metadata version [0affc8a3-6f6f-d0a8-add8-000000000af3] 172629 1726888953.17039: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000af3 172629 1726888953.17196: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000af3 172629 1726888953.17202: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888953.17252: no more pending results, returning what we have 172629 1726888953.17261: results queue empty 172629 1726888953.17262: checking for any_errors_fatal 172629 1726888953.17270: done checking for any_errors_fatal 172629 1726888953.17270: checking for max_fail_percentage 172629 1726888953.17272: done checking for max_fail_percentage 172629 1726888953.17272: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.17279: done checking to see if all hosts have failed 172629 1726888953.17280: getting the remaining hosts for this loop 172629 1726888953.17281: done getting the remaining hosts for this loop 172629 1726888953.17284: getting the next task for host managed_node1 172629 1726888953.17291: done getting next task for host managed_node1 172629 1726888953.17293: ^ task is: TASK: Check RAID chunk size 172629 1726888953.17298: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.17302: getting variables 172629 1726888953.17303: in VariableManager get_vars() 172629 1726888953.17338: Calling all_inventory to load vars for managed_node1 172629 1726888953.17340: Calling groups_inventory to load vars for managed_node1 172629 1726888953.17342: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.17350: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.17359: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.17363: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.17788: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.18303: done with get_vars() 172629 1726888953.18319: done getting variables 172629 1726888953.18379: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Friday 20 September 2024 23:22:33 -0400 (0:00:00.026) 0:00:53.463 ****** 172629 1726888953.18399: entering _queue_task() for managed_node1/assert 172629 1726888953.18593: worker is 1 (out of 1 available) 172629 1726888953.18608: exiting _queue_task() for managed_node1/assert 172629 1726888953.18620: done queuing things up, now waiting for results queue to drain 172629 1726888953.18622: waiting for pending results... 172629 1726888953.18896: running TaskExecutor() for managed_node1/TASK: Check RAID chunk size 172629 1726888953.18982: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000af4 172629 1726888953.18993: variable 'ansible_search_path' from source: unknown 172629 1726888953.19068: calling self._execute() 172629 1726888953.19137: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.19142: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.19191: variable 'omit' from source: magic vars 172629 1726888953.19660: variable 'storage_test_volume' from source: include params 172629 1726888953.19663: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888953.19666: when evaluation is False, skipping this task 172629 1726888953.19668: _execute() done 172629 1726888953.19671: dumping result to json 172629 1726888953.19680: done dumping result, returning 172629 1726888953.19683: done running TaskExecutor() for managed_node1/TASK: Check RAID chunk size [0affc8a3-6f6f-d0a8-add8-000000000af4] 172629 1726888953.19685: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000af4 172629 1726888953.19890: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000af4 172629 1726888953.19893: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888953.19927: no more pending results, returning what we have 172629 1726888953.19930: results queue empty 172629 1726888953.19931: checking for any_errors_fatal 172629 1726888953.19938: done checking for any_errors_fatal 172629 1726888953.19939: checking for max_fail_percentage 172629 1726888953.19940: done checking for max_fail_percentage 172629 1726888953.19941: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.19942: done checking to see if all hosts have failed 172629 1726888953.19942: getting the remaining hosts for this loop 172629 1726888953.19943: done getting the remaining hosts for this loop 172629 1726888953.19946: getting the next task for host managed_node1 172629 1726888953.19956: done getting next task for host managed_node1 172629 1726888953.19959: ^ task is: TASK: Parse the actual size of the volume 172629 1726888953.19964: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.19969: getting variables 172629 1726888953.19970: in VariableManager get_vars() 172629 1726888953.20004: Calling all_inventory to load vars for managed_node1 172629 1726888953.20007: Calling groups_inventory to load vars for managed_node1 172629 1726888953.20010: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.20020: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.20025: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.20029: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.20436: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.20840: done with get_vars() 172629 1726888953.20849: done getting variables TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Friday 20 September 2024 23:22:33 -0400 (0:00:00.025) 0:00:53.489 ****** 172629 1726888953.20905: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888953.21111: worker is 1 (out of 1 available) 172629 1726888953.21124: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888953.21135: done queuing things up, now waiting for results queue to drain 172629 1726888953.21137: waiting for pending results... 172629 1726888953.21409: running TaskExecutor() for managed_node1/TASK: Parse the actual size of the volume 172629 1726888953.21500: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000af8 172629 1726888953.21511: variable 'ansible_search_path' from source: unknown 172629 1726888953.21539: calling self._execute() 172629 1726888953.21634: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.21638: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.21647: variable 'omit' from source: magic vars 172629 1726888953.21899: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888953.23728: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888953.23732: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888953.23739: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888953.23745: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888953.23748: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888953.23901: variable '_storage_test_volume_present' from source: set_fact 172629 1726888953.23905: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888953.24014: variable 'storage_test_volume' from source: include params 172629 1726888953.24062: Evaluated conditional (storage_test_volume.type not in ['partition', 'disk']): False 172629 1726888953.24065: when evaluation is False, skipping this task 172629 1726888953.24068: _execute() done 172629 1726888953.24070: dumping result to json 172629 1726888953.24072: done dumping result, returning 172629 1726888953.24074: done running TaskExecutor() for managed_node1/TASK: Parse the actual size of the volume [0affc8a3-6f6f-d0a8-add8-000000000af8] 172629 1726888953.24076: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000af8 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } 172629 1726888953.24217: no more pending results, returning what we have 172629 1726888953.24221: results queue empty 172629 1726888953.24222: checking for any_errors_fatal 172629 1726888953.24231: done checking for any_errors_fatal 172629 1726888953.24231: checking for max_fail_percentage 172629 1726888953.24233: done checking for max_fail_percentage 172629 1726888953.24234: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.24235: done checking to see if all hosts have failed 172629 1726888953.24236: getting the remaining hosts for this loop 172629 1726888953.24237: done getting the remaining hosts for this loop 172629 1726888953.24240: getting the next task for host managed_node1 172629 1726888953.24249: done getting next task for host managed_node1 172629 1726888953.24252: ^ task is: TASK: Parse the requested size of the volume 172629 1726888953.24258: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.24262: getting variables 172629 1726888953.24263: in VariableManager get_vars() 172629 1726888953.24295: Calling all_inventory to load vars for managed_node1 172629 1726888953.24298: Calling groups_inventory to load vars for managed_node1 172629 1726888953.24302: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.24313: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.24316: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.24320: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.24833: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000af8 172629 1726888953.24836: WORKER PROCESS EXITING 172629 1726888953.24867: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.25367: done with get_vars() 172629 1726888953.25383: done getting variables TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Friday 20 September 2024 23:22:33 -0400 (0:00:00.045) 0:00:53.534 ****** 172629 1726888953.25441: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888953.25720: worker is 1 (out of 1 available) 172629 1726888953.25735: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888953.25749: done queuing things up, now waiting for results queue to drain 172629 1726888953.25751: waiting for pending results... 172629 1726888953.26033: running TaskExecutor() for managed_node1/TASK: Parse the requested size of the volume 172629 1726888953.26173: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000af9 172629 1726888953.26194: variable 'ansible_search_path' from source: unknown 172629 1726888953.26225: calling self._execute() 172629 1726888953.26343: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.26347: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.26350: variable 'omit' from source: magic vars 172629 1726888953.26844: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888953.28726: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888953.28829: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888953.28833: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888953.28859: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888953.28933: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888953.28977: variable '_storage_test_volume_present' from source: set_fact 172629 1726888953.28989: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888953.29135: variable 'storage_test_volume' from source: include params 172629 1726888953.29139: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888953.29141: when evaluation is False, skipping this task 172629 1726888953.29144: _execute() done 172629 1726888953.29146: dumping result to json 172629 1726888953.29150: done dumping result, returning 172629 1726888953.29154: done running TaskExecutor() for managed_node1/TASK: Parse the requested size of the volume [0affc8a3-6f6f-d0a8-add8-000000000af9] 172629 1726888953.29159: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000af9 172629 1726888953.29303: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000af9 172629 1726888953.29306: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888953.29370: no more pending results, returning what we have 172629 1726888953.29373: results queue empty 172629 1726888953.29374: checking for any_errors_fatal 172629 1726888953.29379: done checking for any_errors_fatal 172629 1726888953.29380: checking for max_fail_percentage 172629 1726888953.29382: done checking for max_fail_percentage 172629 1726888953.29382: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.29383: done checking to see if all hosts have failed 172629 1726888953.29384: getting the remaining hosts for this loop 172629 1726888953.29385: done getting the remaining hosts for this loop 172629 1726888953.29388: getting the next task for host managed_node1 172629 1726888953.29394: done getting next task for host managed_node1 172629 1726888953.29397: ^ task is: TASK: Establish base value for expected size 172629 1726888953.29401: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.29405: getting variables 172629 1726888953.29406: in VariableManager get_vars() 172629 1726888953.29432: Calling all_inventory to load vars for managed_node1 172629 1726888953.29434: Calling groups_inventory to load vars for managed_node1 172629 1726888953.29436: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.29446: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.29448: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.29450: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.29819: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.30257: done with get_vars() 172629 1726888953.30268: done getting variables 172629 1726888953.30310: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Friday 20 September 2024 23:22:33 -0400 (0:00:00.048) 0:00:53.583 ****** 172629 1726888953.30332: entering _queue_task() for managed_node1/set_fact 172629 1726888953.30528: worker is 1 (out of 1 available) 172629 1726888953.30542: exiting _queue_task() for managed_node1/set_fact 172629 1726888953.30553: done queuing things up, now waiting for results queue to drain 172629 1726888953.30556: waiting for pending results... 172629 1726888953.30824: running TaskExecutor() for managed_node1/TASK: Establish base value for expected size 172629 1726888953.30995: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000afa 172629 1726888953.31021: variable 'ansible_search_path' from source: unknown 172629 1726888953.31072: calling self._execute() 172629 1726888953.31153: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.31163: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.31172: variable 'omit' from source: magic vars 172629 1726888953.31599: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888953.33160: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888953.33212: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888953.33305: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888953.33308: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888953.33316: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888953.33403: variable '_storage_test_volume_present' from source: set_fact 172629 1726888953.33437: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888953.33714: variable 'storage_test_volume' from source: include params 172629 1726888953.33717: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888953.33719: when evaluation is False, skipping this task 172629 1726888953.33768: _execute() done 172629 1726888953.33771: dumping result to json 172629 1726888953.33773: done dumping result, returning 172629 1726888953.33778: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected size [0affc8a3-6f6f-d0a8-add8-000000000afa] 172629 1726888953.33780: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000afa 172629 1726888953.33851: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000afa 172629 1726888953.33857: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888953.33919: no more pending results, returning what we have 172629 1726888953.33923: results queue empty 172629 1726888953.33923: checking for any_errors_fatal 172629 1726888953.33930: done checking for any_errors_fatal 172629 1726888953.33931: checking for max_fail_percentage 172629 1726888953.33932: done checking for max_fail_percentage 172629 1726888953.33933: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.33934: done checking to see if all hosts have failed 172629 1726888953.33935: getting the remaining hosts for this loop 172629 1726888953.33936: done getting the remaining hosts for this loop 172629 1726888953.33939: getting the next task for host managed_node1 172629 1726888953.33946: done getting next task for host managed_node1 172629 1726888953.33948: ^ task is: TASK: Show expected size 172629 1726888953.33956: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.33960: getting variables 172629 1726888953.33962: in VariableManager get_vars() 172629 1726888953.33990: Calling all_inventory to load vars for managed_node1 172629 1726888953.33992: Calling groups_inventory to load vars for managed_node1 172629 1726888953.33994: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.34002: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.34003: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.34005: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.34327: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.34834: done with get_vars() 172629 1726888953.34853: done getting variables 172629 1726888953.34921: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show expected size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Friday 20 September 2024 23:22:33 -0400 (0:00:00.046) 0:00:53.629 ****** 172629 1726888953.34951: entering _queue_task() for managed_node1/debug 172629 1726888953.35194: worker is 1 (out of 1 available) 172629 1726888953.35209: exiting _queue_task() for managed_node1/debug 172629 1726888953.35221: done queuing things up, now waiting for results queue to drain 172629 1726888953.35222: waiting for pending results... 172629 1726888953.35416: running TaskExecutor() for managed_node1/TASK: Show expected size 172629 1726888953.35506: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000afb 172629 1726888953.35517: variable 'ansible_search_path' from source: unknown 172629 1726888953.35544: calling self._execute() 172629 1726888953.35631: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.35635: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.35644: variable 'omit' from source: magic vars 172629 1726888953.35945: variable 'omit' from source: magic vars 172629 1726888953.35949: variable 'omit' from source: magic vars 172629 1726888953.35952: variable 'omit' from source: magic vars 172629 1726888953.35956: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888953.35960: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888953.36022: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888953.36104: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888953.36107: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888953.36110: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888953.36112: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.36114: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.36208: Set connection var ansible_timeout to 10 172629 1726888953.36460: Set connection var ansible_shell_type to sh 172629 1726888953.36463: Set connection var ansible_pipelining to False 172629 1726888953.36465: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888953.36467: Set connection var ansible_shell_executable to /bin/sh 172629 1726888953.36469: Set connection var ansible_connection to ssh 172629 1726888953.36470: variable 'ansible_shell_executable' from source: unknown 172629 1726888953.36472: variable 'ansible_connection' from source: unknown 172629 1726888953.36474: variable 'ansible_module_compression' from source: unknown 172629 1726888953.36475: variable 'ansible_shell_type' from source: unknown 172629 1726888953.36477: variable 'ansible_shell_executable' from source: unknown 172629 1726888953.36479: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.36481: variable 'ansible_pipelining' from source: unknown 172629 1726888953.36483: variable 'ansible_timeout' from source: unknown 172629 1726888953.36485: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.36487: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888953.36489: variable 'omit' from source: magic vars 172629 1726888953.36491: starting attempt loop 172629 1726888953.36493: running the handler 172629 1726888953.36717: handler run complete 172629 1726888953.36774: attempt loop complete, returning result 172629 1726888953.36787: _execute() done 172629 1726888953.36794: dumping result to json 172629 1726888953.36800: done dumping result, returning 172629 1726888953.36810: done running TaskExecutor() for managed_node1/TASK: Show expected size [0affc8a3-6f6f-d0a8-add8-000000000afb] 172629 1726888953.36818: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000afb ok: [managed_node1] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } 172629 1726888953.37010: no more pending results, returning what we have 172629 1726888953.37014: results queue empty 172629 1726888953.37015: checking for any_errors_fatal 172629 1726888953.37026: done checking for any_errors_fatal 172629 1726888953.37027: checking for max_fail_percentage 172629 1726888953.37028: done checking for max_fail_percentage 172629 1726888953.37029: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.37030: done checking to see if all hosts have failed 172629 1726888953.37031: getting the remaining hosts for this loop 172629 1726888953.37033: done getting the remaining hosts for this loop 172629 1726888953.37036: getting the next task for host managed_node1 172629 1726888953.37044: done getting next task for host managed_node1 172629 1726888953.37047: ^ task is: TASK: Get the size of parent/pool device 172629 1726888953.37063: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.37069: getting variables 172629 1726888953.37070: in VariableManager get_vars() 172629 1726888953.37109: Calling all_inventory to load vars for managed_node1 172629 1726888953.37111: Calling groups_inventory to load vars for managed_node1 172629 1726888953.37115: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.37125: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000afb 172629 1726888953.37127: WORKER PROCESS EXITING 172629 1726888953.37137: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.37140: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.37143: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.37478: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.38059: done with get_vars() 172629 1726888953.38069: done getting variables TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Friday 20 September 2024 23:22:33 -0400 (0:00:00.031) 0:00:53.661 ****** 172629 1726888953.38121: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888953.38319: worker is 1 (out of 1 available) 172629 1726888953.38335: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888953.38347: done queuing things up, now waiting for results queue to drain 172629 1726888953.38349: waiting for pending results... 172629 1726888953.38517: running TaskExecutor() for managed_node1/TASK: Get the size of parent/pool device 172629 1726888953.38601: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000afc 172629 1726888953.38612: variable 'ansible_search_path' from source: unknown 172629 1726888953.38639: calling self._execute() 172629 1726888953.38724: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.38728: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.38738: variable 'omit' from source: magic vars 172629 1726888953.39260: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888953.41088: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888953.41157: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888953.41197: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888953.41238: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888953.41271: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888953.41369: variable '_storage_test_volume_present' from source: set_fact 172629 1726888953.41389: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888953.41521: variable 'storage_test_volume' from source: include params 172629 1726888953.41556: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888953.41565: when evaluation is False, skipping this task 172629 1726888953.41573: _execute() done 172629 1726888953.41579: dumping result to json 172629 1726888953.41586: done dumping result, returning 172629 1726888953.41595: done running TaskExecutor() for managed_node1/TASK: Get the size of parent/pool device [0affc8a3-6f6f-d0a8-add8-000000000afc] 172629 1726888953.41604: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000afc skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888953.41749: no more pending results, returning what we have 172629 1726888953.41756: results queue empty 172629 1726888953.41758: checking for any_errors_fatal 172629 1726888953.41766: done checking for any_errors_fatal 172629 1726888953.41767: checking for max_fail_percentage 172629 1726888953.41768: done checking for max_fail_percentage 172629 1726888953.41769: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.41770: done checking to see if all hosts have failed 172629 1726888953.41770: getting the remaining hosts for this loop 172629 1726888953.41773: done getting the remaining hosts for this loop 172629 1726888953.41777: getting the next task for host managed_node1 172629 1726888953.41787: done getting next task for host managed_node1 172629 1726888953.41789: ^ task is: TASK: Show test pool 172629 1726888953.41794: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.41798: getting variables 172629 1726888953.41799: in VariableManager get_vars() 172629 1726888953.41831: Calling all_inventory to load vars for managed_node1 172629 1726888953.41833: Calling groups_inventory to load vars for managed_node1 172629 1726888953.41836: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.41849: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.41852: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.41972: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.42491: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000afc 172629 1726888953.42494: WORKER PROCESS EXITING 172629 1726888953.42515: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.43111: done with get_vars() 172629 1726888953.43125: done getting variables 172629 1726888953.43182: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test pool] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Friday 20 September 2024 23:22:33 -0400 (0:00:00.050) 0:00:53.712 ****** 172629 1726888953.43212: entering _queue_task() for managed_node1/debug 172629 1726888953.43477: worker is 1 (out of 1 available) 172629 1726888953.43490: exiting _queue_task() for managed_node1/debug 172629 1726888953.43501: done queuing things up, now waiting for results queue to drain 172629 1726888953.43503: waiting for pending results... 172629 1726888953.43881: running TaskExecutor() for managed_node1/TASK: Show test pool 172629 1726888953.43906: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000afe 172629 1726888953.43925: variable 'ansible_search_path' from source: unknown 172629 1726888953.43965: calling self._execute() 172629 1726888953.44083: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.44097: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.44111: variable 'omit' from source: magic vars 172629 1726888953.44466: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888953.46615: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888953.46764: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888953.46768: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888953.46797: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888953.46828: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888953.46938: variable '_storage_test_volume_present' from source: set_fact 172629 1726888953.46966: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888953.47120: variable 'storage_test_volume' from source: include params 172629 1726888953.47158: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888953.47167: when evaluation is False, skipping this task 172629 1726888953.47174: _execute() done 172629 1726888953.47199: dumping result to json 172629 1726888953.47202: done dumping result, returning 172629 1726888953.47205: done running TaskExecutor() for managed_node1/TASK: Show test pool [0affc8a3-6f6f-d0a8-add8-000000000afe] 172629 1726888953.47309: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000afe 172629 1726888953.47386: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000afe 172629 1726888953.47390: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.type == \"lvm\"" } 172629 1726888953.47435: no more pending results, returning what we have 172629 1726888953.47439: results queue empty 172629 1726888953.47440: checking for any_errors_fatal 172629 1726888953.47448: done checking for any_errors_fatal 172629 1726888953.47449: checking for max_fail_percentage 172629 1726888953.47451: done checking for max_fail_percentage 172629 1726888953.47452: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.47452: done checking to see if all hosts have failed 172629 1726888953.47453: getting the remaining hosts for this loop 172629 1726888953.47456: done getting the remaining hosts for this loop 172629 1726888953.47460: getting the next task for host managed_node1 172629 1726888953.47467: done getting next task for host managed_node1 172629 1726888953.47470: ^ task is: TASK: Show test blockinfo 172629 1726888953.47475: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888953.47479: getting variables 172629 1726888953.47480: in VariableManager get_vars() 172629 1726888953.47513: Calling all_inventory to load vars for managed_node1 172629 1726888953.47516: Calling groups_inventory to load vars for managed_node1 172629 1726888953.47519: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.47530: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.47533: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.47536: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.48151: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.48741: done with get_vars() 172629 1726888953.48756: done getting variables 172629 1726888953.48809: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Friday 20 September 2024 23:22:33 -0400 (0:00:00.056) 0:00:53.768 ****** 172629 1726888953.48838: entering _queue_task() for managed_node1/debug 172629 1726888953.49101: worker is 1 (out of 1 available) 172629 1726888953.49114: exiting _queue_task() for managed_node1/debug 172629 1726888953.49127: done queuing things up, now waiting for results queue to drain 172629 1726888953.49128: waiting for pending results... 172629 1726888953.49419: running TaskExecutor() for managed_node1/TASK: Show test blockinfo 172629 1726888953.49581: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000aff 172629 1726888953.49585: variable 'ansible_search_path' from source: unknown 172629 1726888953.49761: calling self._execute() 172629 1726888953.49765: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.49768: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.49771: variable 'omit' from source: magic vars 172629 1726888953.50136: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888953.52266: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888953.52346: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888953.52391: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888953.52429: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888953.52459: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888953.52565: variable '_storage_test_volume_present' from source: set_fact 172629 1726888953.52586: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888953.52760: variable 'storage_test_volume' from source: include params 172629 1726888953.52763: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888953.52765: when evaluation is False, skipping this task 172629 1726888953.52769: _execute() done 172629 1726888953.52776: dumping result to json 172629 1726888953.52782: done dumping result, returning 172629 1726888953.52791: done running TaskExecutor() for managed_node1/TASK: Show test blockinfo [0affc8a3-6f6f-d0a8-add8-000000000aff] 172629 1726888953.52799: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000aff skipping: [managed_node1] => { "false_condition": "storage_test_volume.type == \"lvm\"" } 172629 1726888953.53101: no more pending results, returning what we have 172629 1726888953.53105: results queue empty 172629 1726888953.53106: checking for any_errors_fatal 172629 1726888953.53114: done checking for any_errors_fatal 172629 1726888953.53115: checking for max_fail_percentage 172629 1726888953.53117: done checking for max_fail_percentage 172629 1726888953.53118: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.53119: done checking to see if all hosts have failed 172629 1726888953.53120: getting the remaining hosts for this loop 172629 1726888953.53122: done getting the remaining hosts for this loop 172629 1726888953.53125: getting the next task for host managed_node1 172629 1726888953.53132: done getting next task for host managed_node1 172629 1726888953.53135: ^ task is: TASK: Show test pool size 172629 1726888953.53140: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888953.53144: getting variables 172629 1726888953.53146: in VariableManager get_vars() 172629 1726888953.53180: Calling all_inventory to load vars for managed_node1 172629 1726888953.53183: Calling groups_inventory to load vars for managed_node1 172629 1726888953.53186: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.53197: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.53201: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.53204: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.53768: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000aff 172629 1726888953.53772: WORKER PROCESS EXITING 172629 1726888953.53882: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.54502: done with get_vars() 172629 1726888953.54517: done getting variables 172629 1726888953.54575: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test pool size] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Friday 20 September 2024 23:22:33 -0400 (0:00:00.057) 0:00:53.826 ****** 172629 1726888953.54609: entering _queue_task() for managed_node1/debug 172629 1726888953.54877: worker is 1 (out of 1 available) 172629 1726888953.54889: exiting _queue_task() for managed_node1/debug 172629 1726888953.54901: done queuing things up, now waiting for results queue to drain 172629 1726888953.54902: waiting for pending results... 172629 1726888953.55277: running TaskExecutor() for managed_node1/TASK: Show test pool size 172629 1726888953.55428: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b00 172629 1726888953.55461: variable 'ansible_search_path' from source: unknown 172629 1726888953.55503: calling self._execute() 172629 1726888953.55625: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.55638: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.55666: variable 'omit' from source: magic vars 172629 1726888953.56078: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888953.58448: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888953.58534: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888953.58577: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888953.58614: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888953.58649: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888953.58751: variable '_storage_test_volume_present' from source: set_fact 172629 1726888953.58778: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888953.58916: variable 'storage_test_volume' from source: include params 172629 1726888953.58951: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888953.58966: when evaluation is False, skipping this task 172629 1726888953.59062: _execute() done 172629 1726888953.59067: dumping result to json 172629 1726888953.59070: done dumping result, returning 172629 1726888953.59072: done running TaskExecutor() for managed_node1/TASK: Show test pool size [0affc8a3-6f6f-d0a8-add8-000000000b00] 172629 1726888953.59074: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b00 172629 1726888953.59139: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b00 skipping: [managed_node1] => { "false_condition": "storage_test_volume.type == \"lvm\"" } 172629 1726888953.59183: no more pending results, returning what we have 172629 1726888953.59187: results queue empty 172629 1726888953.59188: checking for any_errors_fatal 172629 1726888953.59197: done checking for any_errors_fatal 172629 1726888953.59198: checking for max_fail_percentage 172629 1726888953.59200: done checking for max_fail_percentage 172629 1726888953.59200: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.59201: done checking to see if all hosts have failed 172629 1726888953.59202: getting the remaining hosts for this loop 172629 1726888953.59204: done getting the remaining hosts for this loop 172629 1726888953.59207: getting the next task for host managed_node1 172629 1726888953.59214: done getting next task for host managed_node1 172629 1726888953.59218: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 172629 1726888953.59222: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888953.59225: getting variables 172629 1726888953.59227: in VariableManager get_vars() 172629 1726888953.59260: Calling all_inventory to load vars for managed_node1 172629 1726888953.59263: Calling groups_inventory to load vars for managed_node1 172629 1726888953.59266: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.59277: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.59280: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.59283: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.59884: WORKER PROCESS EXITING 172629 1726888953.59910: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.60561: done with get_vars() 172629 1726888953.60575: done getting variables 172629 1726888953.60629: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Friday 20 September 2024 23:22:33 -0400 (0:00:00.060) 0:00:53.886 ****** 172629 1726888953.60666: entering _queue_task() for managed_node1/set_fact 172629 1726888953.60933: worker is 1 (out of 1 available) 172629 1726888953.60946: exiting _queue_task() for managed_node1/set_fact 172629 1726888953.60963: done queuing things up, now waiting for results queue to drain 172629 1726888953.60964: waiting for pending results... 172629 1726888953.61249: running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value 172629 1726888953.61409: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b01 172629 1726888953.61428: variable 'ansible_search_path' from source: unknown 172629 1726888953.61472: calling self._execute() 172629 1726888953.61585: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.61661: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.61664: variable 'omit' from source: magic vars 172629 1726888953.62002: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888953.64260: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888953.64344: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888953.64389: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888953.64434: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888953.64468: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888953.64575: variable '_storage_test_volume_present' from source: set_fact 172629 1726888953.64595: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888953.64751: variable 'storage_test_volume' from source: include params 172629 1726888953.64774: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888953.64781: when evaluation is False, skipping this task 172629 1726888953.64961: _execute() done 172629 1726888953.64964: dumping result to json 172629 1726888953.64966: done dumping result, returning 172629 1726888953.64969: done running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-d0a8-add8-000000000b01] 172629 1726888953.64971: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b01 172629 1726888953.65035: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b01 172629 1726888953.65038: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888953.65087: no more pending results, returning what we have 172629 1726888953.65091: results queue empty 172629 1726888953.65092: checking for any_errors_fatal 172629 1726888953.65100: done checking for any_errors_fatal 172629 1726888953.65101: checking for max_fail_percentage 172629 1726888953.65103: done checking for max_fail_percentage 172629 1726888953.65104: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.65105: done checking to see if all hosts have failed 172629 1726888953.65105: getting the remaining hosts for this loop 172629 1726888953.65107: done getting the remaining hosts for this loop 172629 1726888953.65110: getting the next task for host managed_node1 172629 1726888953.65123: done getting next task for host managed_node1 172629 1726888953.65126: ^ task is: TASK: Default thin pool reserved space values 172629 1726888953.65131: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.65135: getting variables 172629 1726888953.65136: in VariableManager get_vars() 172629 1726888953.65174: Calling all_inventory to load vars for managed_node1 172629 1726888953.65177: Calling groups_inventory to load vars for managed_node1 172629 1726888953.65181: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.65193: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.65196: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.65199: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.65944: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.66587: done with get_vars() 172629 1726888953.66600: done getting variables 172629 1726888953.66658: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Friday 20 September 2024 23:22:33 -0400 (0:00:00.060) 0:00:53.946 ****** 172629 1726888953.66693: entering _queue_task() for managed_node1/set_fact 172629 1726888953.66964: worker is 1 (out of 1 available) 172629 1726888953.66976: exiting _queue_task() for managed_node1/set_fact 172629 1726888953.67101: done queuing things up, now waiting for results queue to drain 172629 1726888953.67103: waiting for pending results... 172629 1726888953.67336: running TaskExecutor() for managed_node1/TASK: Default thin pool reserved space values 172629 1726888953.67456: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b03 172629 1726888953.67541: variable 'ansible_search_path' from source: unknown 172629 1726888953.67545: calling self._execute() 172629 1726888953.67619: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.67631: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.67652: variable 'omit' from source: magic vars 172629 1726888953.67997: variable 'storage_test_volume' from source: include params 172629 1726888953.68036: Evaluated conditional (storage_test_volume.thin): False 172629 1726888953.68092: when evaluation is False, skipping this task 172629 1726888953.68105: _execute() done 172629 1726888953.68113: dumping result to json 172629 1726888953.68120: done dumping result, returning 172629 1726888953.68162: done running TaskExecutor() for managed_node1/TASK: Default thin pool reserved space values [0affc8a3-6f6f-d0a8-add8-000000000b03] 172629 1726888953.68165: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b03 172629 1726888953.68363: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b03 172629 1726888953.68367: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888953.68530: no more pending results, returning what we have 172629 1726888953.68534: results queue empty 172629 1726888953.68535: checking for any_errors_fatal 172629 1726888953.68541: done checking for any_errors_fatal 172629 1726888953.68542: checking for max_fail_percentage 172629 1726888953.68543: done checking for max_fail_percentage 172629 1726888953.68544: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.68545: done checking to see if all hosts have failed 172629 1726888953.68545: getting the remaining hosts for this loop 172629 1726888953.68548: done getting the remaining hosts for this loop 172629 1726888953.68551: getting the next task for host managed_node1 172629 1726888953.68562: done getting next task for host managed_node1 172629 1726888953.68566: ^ task is: TASK: Default minimal thin pool reserved space size 172629 1726888953.68571: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.68575: getting variables 172629 1726888953.68577: in VariableManager get_vars() 172629 1726888953.68604: Calling all_inventory to load vars for managed_node1 172629 1726888953.68607: Calling groups_inventory to load vars for managed_node1 172629 1726888953.68610: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.68621: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.68660: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.68666: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.69225: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.70193: done with get_vars() 172629 1726888953.70205: done getting variables TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Friday 20 September 2024 23:22:33 -0400 (0:00:00.035) 0:00:53.982 ****** 172629 1726888953.70292: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888953.70668: worker is 1 (out of 1 available) 172629 1726888953.70679: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888953.70688: done queuing things up, now waiting for results queue to drain 172629 1726888953.70689: waiting for pending results... 172629 1726888953.70886: running TaskExecutor() for managed_node1/TASK: Default minimal thin pool reserved space size 172629 1726888953.71134: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b04 172629 1726888953.71137: variable 'ansible_search_path' from source: unknown 172629 1726888953.71140: calling self._execute() 172629 1726888953.71208: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.71220: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.71232: variable 'omit' from source: magic vars 172629 1726888953.71624: variable 'storage_test_volume' from source: include params 172629 1726888953.71666: Evaluated conditional (storage_test_volume.thin): False 172629 1726888953.71761: when evaluation is False, skipping this task 172629 1726888953.71764: _execute() done 172629 1726888953.71767: dumping result to json 172629 1726888953.71770: done dumping result, returning 172629 1726888953.71772: done running TaskExecutor() for managed_node1/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-d0a8-add8-000000000b04] 172629 1726888953.71774: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b04 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888953.72093: no more pending results, returning what we have 172629 1726888953.72096: results queue empty 172629 1726888953.72097: checking for any_errors_fatal 172629 1726888953.72105: done checking for any_errors_fatal 172629 1726888953.72105: checking for max_fail_percentage 172629 1726888953.72108: done checking for max_fail_percentage 172629 1726888953.72108: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.72109: done checking to see if all hosts have failed 172629 1726888953.72110: getting the remaining hosts for this loop 172629 1726888953.72111: done getting the remaining hosts for this loop 172629 1726888953.72114: getting the next task for host managed_node1 172629 1726888953.72120: done getting next task for host managed_node1 172629 1726888953.72123: ^ task is: TASK: Default maximal thin pool reserved space size 172629 1726888953.72127: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.72131: getting variables 172629 1726888953.72132: in VariableManager get_vars() 172629 1726888953.72168: Calling all_inventory to load vars for managed_node1 172629 1726888953.72171: Calling groups_inventory to load vars for managed_node1 172629 1726888953.72174: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.72179: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b04 172629 1726888953.72182: WORKER PROCESS EXITING 172629 1726888953.72191: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.72194: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.72196: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.76489: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.77238: done with get_vars() 172629 1726888953.77253: done getting variables TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Friday 20 September 2024 23:22:33 -0400 (0:00:00.070) 0:00:54.053 ****** 172629 1726888953.77324: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888953.78183: worker is 1 (out of 1 available) 172629 1726888953.78198: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888953.78211: done queuing things up, now waiting for results queue to drain 172629 1726888953.78212: waiting for pending results... 172629 1726888953.78483: running TaskExecutor() for managed_node1/TASK: Default maximal thin pool reserved space size 172629 1726888953.78689: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b05 172629 1726888953.78695: variable 'ansible_search_path' from source: unknown 172629 1726888953.78710: calling self._execute() 172629 1726888953.78830: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.78844: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.78862: variable 'omit' from source: magic vars 172629 1726888953.79341: variable 'storage_test_volume' from source: include params 172629 1726888953.79345: Evaluated conditional (storage_test_volume.thin): False 172629 1726888953.79350: when evaluation is False, skipping this task 172629 1726888953.79358: _execute() done 172629 1726888953.79362: dumping result to json 172629 1726888953.79365: done dumping result, returning 172629 1726888953.79368: done running TaskExecutor() for managed_node1/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-d0a8-add8-000000000b05] 172629 1726888953.79371: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b05 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888953.79705: no more pending results, returning what we have 172629 1726888953.79708: results queue empty 172629 1726888953.79709: checking for any_errors_fatal 172629 1726888953.79715: done checking for any_errors_fatal 172629 1726888953.79716: checking for max_fail_percentage 172629 1726888953.79717: done checking for max_fail_percentage 172629 1726888953.79718: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.79719: done checking to see if all hosts have failed 172629 1726888953.79720: getting the remaining hosts for this loop 172629 1726888953.79721: done getting the remaining hosts for this loop 172629 1726888953.79723: getting the next task for host managed_node1 172629 1726888953.79730: done getting next task for host managed_node1 172629 1726888953.79732: ^ task is: TASK: Calculate maximum usable space in thin pool 172629 1726888953.79737: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.79740: getting variables 172629 1726888953.79742: in VariableManager get_vars() 172629 1726888953.79772: Calling all_inventory to load vars for managed_node1 172629 1726888953.79775: Calling groups_inventory to load vars for managed_node1 172629 1726888953.79778: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.79788: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.79791: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.79794: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.80361: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b05 172629 1726888953.80366: WORKER PROCESS EXITING 172629 1726888953.80819: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.82017: done with get_vars() 172629 1726888953.82034: done getting variables 172629 1726888953.82097: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Friday 20 September 2024 23:22:33 -0400 (0:00:00.048) 0:00:54.101 ****** 172629 1726888953.82132: entering _queue_task() for managed_node1/set_fact 172629 1726888953.82622: worker is 1 (out of 1 available) 172629 1726888953.82634: exiting _queue_task() for managed_node1/set_fact 172629 1726888953.82647: done queuing things up, now waiting for results queue to drain 172629 1726888953.82648: waiting for pending results... 172629 1726888953.82961: running TaskExecutor() for managed_node1/TASK: Calculate maximum usable space in thin pool 172629 1726888953.83091: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b06 172629 1726888953.83112: variable 'ansible_search_path' from source: unknown 172629 1726888953.83148: calling self._execute() 172629 1726888953.83269: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.83281: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.83294: variable 'omit' from source: magic vars 172629 1726888953.83669: variable 'storage_test_volume' from source: include params 172629 1726888953.83710: Evaluated conditional (storage_test_volume.thin): False 172629 1726888953.83718: when evaluation is False, skipping this task 172629 1726888953.83726: _execute() done 172629 1726888953.83732: dumping result to json 172629 1726888953.83749: done dumping result, returning 172629 1726888953.83753: done running TaskExecutor() for managed_node1/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-d0a8-add8-000000000b06] 172629 1726888953.83858: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b06 172629 1726888953.83932: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b06 172629 1726888953.83936: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888953.83990: no more pending results, returning what we have 172629 1726888953.83994: results queue empty 172629 1726888953.83995: checking for any_errors_fatal 172629 1726888953.84002: done checking for any_errors_fatal 172629 1726888953.84003: checking for max_fail_percentage 172629 1726888953.84005: done checking for max_fail_percentage 172629 1726888953.84005: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.84006: done checking to see if all hosts have failed 172629 1726888953.84007: getting the remaining hosts for this loop 172629 1726888953.84009: done getting the remaining hosts for this loop 172629 1726888953.84012: getting the next task for host managed_node1 172629 1726888953.84020: done getting next task for host managed_node1 172629 1726888953.84023: ^ task is: TASK: Apply upper size limit to max usable thin pool space 172629 1726888953.84029: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.84032: getting variables 172629 1726888953.84034: in VariableManager get_vars() 172629 1726888953.84073: Calling all_inventory to load vars for managed_node1 172629 1726888953.84076: Calling groups_inventory to load vars for managed_node1 172629 1726888953.84080: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.84095: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.84099: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.84102: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.84775: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.85331: done with get_vars() 172629 1726888953.85345: done getting variables 172629 1726888953.85406: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Friday 20 September 2024 23:22:33 -0400 (0:00:00.033) 0:00:54.134 ****** 172629 1726888953.85438: entering _queue_task() for managed_node1/set_fact 172629 1726888953.85703: worker is 1 (out of 1 available) 172629 1726888953.85716: exiting _queue_task() for managed_node1/set_fact 172629 1726888953.85730: done queuing things up, now waiting for results queue to drain 172629 1726888953.85731: waiting for pending results... 172629 1726888953.86083: running TaskExecutor() for managed_node1/TASK: Apply upper size limit to max usable thin pool space 172629 1726888953.86181: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b07 172629 1726888953.86361: variable 'ansible_search_path' from source: unknown 172629 1726888953.86365: calling self._execute() 172629 1726888953.86368: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.86371: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.86373: variable 'omit' from source: magic vars 172629 1726888953.86743: variable 'storage_test_volume' from source: include params 172629 1726888953.86784: Evaluated conditional (storage_test_volume.thin): False 172629 1726888953.86792: when evaluation is False, skipping this task 172629 1726888953.86799: _execute() done 172629 1726888953.86807: dumping result to json 172629 1726888953.86820: done dumping result, returning 172629 1726888953.86831: done running TaskExecutor() for managed_node1/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-d0a8-add8-000000000b07] 172629 1726888953.86841: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b07 172629 1726888953.87091: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b07 172629 1726888953.87094: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888953.87136: no more pending results, returning what we have 172629 1726888953.87140: results queue empty 172629 1726888953.87141: checking for any_errors_fatal 172629 1726888953.87146: done checking for any_errors_fatal 172629 1726888953.87146: checking for max_fail_percentage 172629 1726888953.87148: done checking for max_fail_percentage 172629 1726888953.87149: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.87150: done checking to see if all hosts have failed 172629 1726888953.87150: getting the remaining hosts for this loop 172629 1726888953.87152: done getting the remaining hosts for this loop 172629 1726888953.87157: getting the next task for host managed_node1 172629 1726888953.87165: done getting next task for host managed_node1 172629 1726888953.87167: ^ task is: TASK: Apply lower size limit to max usable thin pool space 172629 1726888953.87172: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.87175: getting variables 172629 1726888953.87176: in VariableManager get_vars() 172629 1726888953.87209: Calling all_inventory to load vars for managed_node1 172629 1726888953.87212: Calling groups_inventory to load vars for managed_node1 172629 1726888953.87216: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.87227: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.87231: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.87235: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.87781: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.88361: done with get_vars() 172629 1726888953.88375: done getting variables 172629 1726888953.88428: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Friday 20 September 2024 23:22:33 -0400 (0:00:00.030) 0:00:54.164 ****** 172629 1726888953.88457: entering _queue_task() for managed_node1/set_fact 172629 1726888953.88697: worker is 1 (out of 1 available) 172629 1726888953.88709: exiting _queue_task() for managed_node1/set_fact 172629 1726888953.88722: done queuing things up, now waiting for results queue to drain 172629 1726888953.88723: waiting for pending results... 172629 1726888953.89171: running TaskExecutor() for managed_node1/TASK: Apply lower size limit to max usable thin pool space 172629 1726888953.89176: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b08 172629 1726888953.89179: variable 'ansible_search_path' from source: unknown 172629 1726888953.89182: calling self._execute() 172629 1726888953.89283: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.89298: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.89311: variable 'omit' from source: magic vars 172629 1726888953.89666: variable 'storage_test_volume' from source: include params 172629 1726888953.89704: Evaluated conditional (storage_test_volume.thin): False 172629 1726888953.89711: when evaluation is False, skipping this task 172629 1726888953.89717: _execute() done 172629 1726888953.89724: dumping result to json 172629 1726888953.89737: done dumping result, returning 172629 1726888953.89747: done running TaskExecutor() for managed_node1/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-d0a8-add8-000000000b08] 172629 1726888953.89759: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b08 172629 1726888953.89985: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b08 172629 1726888953.89989: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888953.90029: no more pending results, returning what we have 172629 1726888953.90032: results queue empty 172629 1726888953.90033: checking for any_errors_fatal 172629 1726888953.90039: done checking for any_errors_fatal 172629 1726888953.90040: checking for max_fail_percentage 172629 1726888953.90042: done checking for max_fail_percentage 172629 1726888953.90043: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.90043: done checking to see if all hosts have failed 172629 1726888953.90044: getting the remaining hosts for this loop 172629 1726888953.90046: done getting the remaining hosts for this loop 172629 1726888953.90049: getting the next task for host managed_node1 172629 1726888953.90058: done getting next task for host managed_node1 172629 1726888953.90061: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 172629 1726888953.90065: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.90069: getting variables 172629 1726888953.90070: in VariableManager get_vars() 172629 1726888953.90102: Calling all_inventory to load vars for managed_node1 172629 1726888953.90104: Calling groups_inventory to load vars for managed_node1 172629 1726888953.90108: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.90118: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.90121: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.90124: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.90710: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.91308: done with get_vars() 172629 1726888953.91321: done getting variables TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Friday 20 September 2024 23:22:33 -0400 (0:00:00.029) 0:00:54.193 ****** 172629 1726888953.91403: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888953.91627: worker is 1 (out of 1 available) 172629 1726888953.91640: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888953.91652: done queuing things up, now waiting for results queue to drain 172629 1726888953.91653: waiting for pending results... 172629 1726888953.91985: running TaskExecutor() for managed_node1/TASK: Convert maximum usable thin pool space from int to Size 172629 1726888953.92054: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b09 172629 1726888953.92073: variable 'ansible_search_path' from source: unknown 172629 1726888953.92110: calling self._execute() 172629 1726888953.92215: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.92225: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.92236: variable 'omit' from source: magic vars 172629 1726888953.92627: variable 'storage_test_volume' from source: include params 172629 1726888953.92660: Evaluated conditional (storage_test_volume.thin): False 172629 1726888953.92736: when evaluation is False, skipping this task 172629 1726888953.92739: _execute() done 172629 1726888953.92741: dumping result to json 172629 1726888953.92744: done dumping result, returning 172629 1726888953.92746: done running TaskExecutor() for managed_node1/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-d0a8-add8-000000000b09] 172629 1726888953.92748: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b09 172629 1726888953.92815: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b09 172629 1726888953.92819: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888953.92894: no more pending results, returning what we have 172629 1726888953.92898: results queue empty 172629 1726888953.92899: checking for any_errors_fatal 172629 1726888953.92909: done checking for any_errors_fatal 172629 1726888953.92910: checking for max_fail_percentage 172629 1726888953.92912: done checking for max_fail_percentage 172629 1726888953.92913: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.92914: done checking to see if all hosts have failed 172629 1726888953.92914: getting the remaining hosts for this loop 172629 1726888953.92916: done getting the remaining hosts for this loop 172629 1726888953.92919: getting the next task for host managed_node1 172629 1726888953.92928: done getting next task for host managed_node1 172629 1726888953.92931: ^ task is: TASK: Show max thin pool size 172629 1726888953.92936: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.92942: getting variables 172629 1726888953.92943: in VariableManager get_vars() 172629 1726888953.92985: Calling all_inventory to load vars for managed_node1 172629 1726888953.92988: Calling groups_inventory to load vars for managed_node1 172629 1726888953.92992: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.93004: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.93008: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.93012: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.93712: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.94291: done with get_vars() 172629 1726888953.94305: done getting variables 172629 1726888953.94364: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Friday 20 September 2024 23:22:33 -0400 (0:00:00.029) 0:00:54.223 ****** 172629 1726888953.94395: entering _queue_task() for managed_node1/debug 172629 1726888953.94623: worker is 1 (out of 1 available) 172629 1726888953.94635: exiting _queue_task() for managed_node1/debug 172629 1726888953.94647: done queuing things up, now waiting for results queue to drain 172629 1726888953.94649: waiting for pending results... 172629 1726888953.94981: running TaskExecutor() for managed_node1/TASK: Show max thin pool size 172629 1726888953.95043: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b0a 172629 1726888953.95066: variable 'ansible_search_path' from source: unknown 172629 1726888953.95112: calling self._execute() 172629 1726888953.95461: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.95465: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.95467: variable 'omit' from source: magic vars 172629 1726888953.95585: variable 'storage_test_volume' from source: include params 172629 1726888953.95621: Evaluated conditional (storage_test_volume.thin): False 172629 1726888953.95627: when evaluation is False, skipping this task 172629 1726888953.95633: _execute() done 172629 1726888953.95639: dumping result to json 172629 1726888953.95645: done dumping result, returning 172629 1726888953.95653: done running TaskExecutor() for managed_node1/TASK: Show max thin pool size [0affc8a3-6f6f-d0a8-add8-000000000b0a] 172629 1726888953.95665: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b0a 172629 1726888953.95772: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b0a 172629 1726888953.95779: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726888953.95838: no more pending results, returning what we have 172629 1726888953.95842: results queue empty 172629 1726888953.95843: checking for any_errors_fatal 172629 1726888953.95850: done checking for any_errors_fatal 172629 1726888953.95851: checking for max_fail_percentage 172629 1726888953.95853: done checking for max_fail_percentage 172629 1726888953.95854: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.95857: done checking to see if all hosts have failed 172629 1726888953.95857: getting the remaining hosts for this loop 172629 1726888953.95860: done getting the remaining hosts for this loop 172629 1726888953.95863: getting the next task for host managed_node1 172629 1726888953.95872: done getting next task for host managed_node1 172629 1726888953.95875: ^ task is: TASK: Show volume thin pool size 172629 1726888953.95879: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.95884: getting variables 172629 1726888953.95885: in VariableManager get_vars() 172629 1726888953.95919: Calling all_inventory to load vars for managed_node1 172629 1726888953.95921: Calling groups_inventory to load vars for managed_node1 172629 1726888953.95925: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.95936: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.95939: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.95943: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.96935: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888953.97511: done with get_vars() 172629 1726888953.97524: done getting variables 172629 1726888953.97577: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Friday 20 September 2024 23:22:33 -0400 (0:00:00.032) 0:00:54.256 ****** 172629 1726888953.97605: entering _queue_task() for managed_node1/debug 172629 1726888953.97827: worker is 1 (out of 1 available) 172629 1726888953.97838: exiting _queue_task() for managed_node1/debug 172629 1726888953.97850: done queuing things up, now waiting for results queue to drain 172629 1726888953.97851: waiting for pending results... 172629 1726888953.98116: running TaskExecutor() for managed_node1/TASK: Show volume thin pool size 172629 1726888953.98261: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b0b 172629 1726888953.98283: variable 'ansible_search_path' from source: unknown 172629 1726888953.98319: calling self._execute() 172629 1726888953.98422: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888953.98434: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888953.98446: variable 'omit' from source: magic vars 172629 1726888953.98797: variable 'storage_test_volume' from source: include params 172629 1726888953.99060: Evaluated conditional (storage_test_volume.thin): False 172629 1726888953.99064: when evaluation is False, skipping this task 172629 1726888953.99067: _execute() done 172629 1726888953.99069: dumping result to json 172629 1726888953.99072: done dumping result, returning 172629 1726888953.99074: done running TaskExecutor() for managed_node1/TASK: Show volume thin pool size [0affc8a3-6f6f-d0a8-add8-000000000b0b] 172629 1726888953.99076: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b0b 172629 1726888953.99136: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b0b 172629 1726888953.99139: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726888953.99175: no more pending results, returning what we have 172629 1726888953.99178: results queue empty 172629 1726888953.99179: checking for any_errors_fatal 172629 1726888953.99185: done checking for any_errors_fatal 172629 1726888953.99186: checking for max_fail_percentage 172629 1726888953.99187: done checking for max_fail_percentage 172629 1726888953.99188: checking to see if all hosts have failed and the running result is not ok 172629 1726888953.99189: done checking to see if all hosts have failed 172629 1726888953.99190: getting the remaining hosts for this loop 172629 1726888953.99191: done getting the remaining hosts for this loop 172629 1726888953.99194: getting the next task for host managed_node1 172629 1726888953.99200: done getting next task for host managed_node1 172629 1726888953.99202: ^ task is: TASK: Show test volume size 172629 1726888953.99207: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888953.99211: getting variables 172629 1726888953.99212: in VariableManager get_vars() 172629 1726888953.99239: Calling all_inventory to load vars for managed_node1 172629 1726888953.99242: Calling groups_inventory to load vars for managed_node1 172629 1726888953.99244: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888953.99253: Calling all_plugins_play to load vars for managed_node1 172629 1726888953.99258: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888953.99261: Calling groups_plugins_play to load vars for managed_node1 172629 1726888953.99833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.00496: done with get_vars() 172629 1726888954.00511: done getting variables 172629 1726888954.00582: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test volume size] *************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Friday 20 September 2024 23:22:34 -0400 (0:00:00.030) 0:00:54.286 ****** 172629 1726888954.00613: entering _queue_task() for managed_node1/debug 172629 1726888954.00885: worker is 1 (out of 1 available) 172629 1726888954.00903: exiting _queue_task() for managed_node1/debug 172629 1726888954.00917: done queuing things up, now waiting for results queue to drain 172629 1726888954.00918: waiting for pending results... 172629 1726888954.01240: running TaskExecutor() for managed_node1/TASK: Show test volume size 172629 1726888954.01395: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b0c 172629 1726888954.01414: variable 'ansible_search_path' from source: unknown 172629 1726888954.01465: calling self._execute() 172629 1726888954.01585: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.01597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.01612: variable 'omit' from source: magic vars 172629 1726888954.02000: variable 'storage_test_volume' from source: include params 172629 1726888954.02035: Evaluated conditional (storage_test_volume.thin): False 172629 1726888954.02090: when evaluation is False, skipping this task 172629 1726888954.02093: _execute() done 172629 1726888954.02096: dumping result to json 172629 1726888954.02098: done dumping result, returning 172629 1726888954.02102: done running TaskExecutor() for managed_node1/TASK: Show test volume size [0affc8a3-6f6f-d0a8-add8-000000000b0c] 172629 1726888954.02104: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b0c skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726888954.02303: no more pending results, returning what we have 172629 1726888954.02306: results queue empty 172629 1726888954.02308: checking for any_errors_fatal 172629 1726888954.02314: done checking for any_errors_fatal 172629 1726888954.02315: checking for max_fail_percentage 172629 1726888954.02317: done checking for max_fail_percentage 172629 1726888954.02318: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.02319: done checking to see if all hosts have failed 172629 1726888954.02320: getting the remaining hosts for this loop 172629 1726888954.02321: done getting the remaining hosts for this loop 172629 1726888954.02325: getting the next task for host managed_node1 172629 1726888954.02334: done getting next task for host managed_node1 172629 1726888954.02337: ^ task is: TASK: Establish base value for expected thin pool size 172629 1726888954.02343: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888954.02347: getting variables 172629 1726888954.02349: in VariableManager get_vars() 172629 1726888954.02384: Calling all_inventory to load vars for managed_node1 172629 1726888954.02387: Calling groups_inventory to load vars for managed_node1 172629 1726888954.02390: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.02401: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.02404: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.02407: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.02972: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b0c 172629 1726888954.02975: WORKER PROCESS EXITING 172629 1726888954.03109: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.03743: done with get_vars() 172629 1726888954.03762: done getting variables 172629 1726888954.03821: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Friday 20 September 2024 23:22:34 -0400 (0:00:00.032) 0:00:54.318 ****** 172629 1726888954.03852: entering _queue_task() for managed_node1/set_fact 172629 1726888954.04116: worker is 1 (out of 1 available) 172629 1726888954.04244: exiting _queue_task() for managed_node1/set_fact 172629 1726888954.04260: done queuing things up, now waiting for results queue to drain 172629 1726888954.04261: waiting for pending results... 172629 1726888954.04472: running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool size 172629 1726888954.04619: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b0d 172629 1726888954.04639: variable 'ansible_search_path' from source: unknown 172629 1726888954.04690: calling self._execute() 172629 1726888954.04819: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.04831: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.04845: variable 'omit' from source: magic vars 172629 1726888954.05263: variable 'storage_test_volume' from source: include params 172629 1726888954.05303: Evaluated conditional (storage_test_volume.thin): False 172629 1726888954.05310: when evaluation is False, skipping this task 172629 1726888954.05322: _execute() done 172629 1726888954.05329: dumping result to json 172629 1726888954.05336: done dumping result, returning 172629 1726888954.05348: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-d0a8-add8-000000000b0d] 172629 1726888954.05433: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b0d 172629 1726888954.05513: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b0d 172629 1726888954.05516: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888954.05681: no more pending results, returning what we have 172629 1726888954.05685: results queue empty 172629 1726888954.05686: checking for any_errors_fatal 172629 1726888954.05696: done checking for any_errors_fatal 172629 1726888954.05696: checking for max_fail_percentage 172629 1726888954.05698: done checking for max_fail_percentage 172629 1726888954.05699: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.05700: done checking to see if all hosts have failed 172629 1726888954.05701: getting the remaining hosts for this loop 172629 1726888954.05703: done getting the remaining hosts for this loop 172629 1726888954.05707: getting the next task for host managed_node1 172629 1726888954.05714: done getting next task for host managed_node1 172629 1726888954.05717: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 172629 1726888954.05722: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888954.05726: getting variables 172629 1726888954.05728: in VariableManager get_vars() 172629 1726888954.05877: Calling all_inventory to load vars for managed_node1 172629 1726888954.05880: Calling groups_inventory to load vars for managed_node1 172629 1726888954.05883: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.05892: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.05895: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.05897: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.06384: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.06947: done with get_vars() 172629 1726888954.06969: done getting variables 172629 1726888954.07021: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Friday 20 September 2024 23:22:34 -0400 (0:00:00.031) 0:00:54.350 ****** 172629 1726888954.07047: entering _queue_task() for managed_node1/set_fact 172629 1726888954.07470: worker is 1 (out of 1 available) 172629 1726888954.07482: exiting _queue_task() for managed_node1/set_fact 172629 1726888954.07493: done queuing things up, now waiting for results queue to drain 172629 1726888954.07494: waiting for pending results... 172629 1726888954.07675: running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value 172629 1726888954.07772: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b0e 172629 1726888954.07776: variable 'ansible_search_path' from source: unknown 172629 1726888954.07830: calling self._execute() 172629 1726888954.07961: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.07964: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.07977: variable 'omit' from source: magic vars 172629 1726888954.08361: variable 'storage_test_volume' from source: include params 172629 1726888954.08390: Evaluated conditional (storage_test_volume.thin): False 172629 1726888954.08460: when evaluation is False, skipping this task 172629 1726888954.08464: _execute() done 172629 1726888954.08466: dumping result to json 172629 1726888954.08468: done dumping result, returning 172629 1726888954.08470: done running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-d0a8-add8-000000000b0e] 172629 1726888954.08477: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b0e 172629 1726888954.08539: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b0e 172629 1726888954.08542: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888954.08596: no more pending results, returning what we have 172629 1726888954.08600: results queue empty 172629 1726888954.08601: checking for any_errors_fatal 172629 1726888954.08610: done checking for any_errors_fatal 172629 1726888954.08610: checking for max_fail_percentage 172629 1726888954.08612: done checking for max_fail_percentage 172629 1726888954.08613: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.08614: done checking to see if all hosts have failed 172629 1726888954.08615: getting the remaining hosts for this loop 172629 1726888954.08616: done getting the remaining hosts for this loop 172629 1726888954.08619: getting the next task for host managed_node1 172629 1726888954.08628: done getting next task for host managed_node1 172629 1726888954.08631: ^ task is: TASK: Establish base value for expected thin pool volume size 172629 1726888954.08636: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888954.08639: getting variables 172629 1726888954.08641: in VariableManager get_vars() 172629 1726888954.08679: Calling all_inventory to load vars for managed_node1 172629 1726888954.08682: Calling groups_inventory to load vars for managed_node1 172629 1726888954.08685: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.08813: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.08816: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.08820: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.09437: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.10009: done with get_vars() 172629 1726888954.10022: done getting variables 172629 1726888954.10082: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Friday 20 September 2024 23:22:34 -0400 (0:00:00.030) 0:00:54.381 ****** 172629 1726888954.10117: entering _queue_task() for managed_node1/set_fact 172629 1726888954.10381: worker is 1 (out of 1 available) 172629 1726888954.10394: exiting _queue_task() for managed_node1/set_fact 172629 1726888954.10407: done queuing things up, now waiting for results queue to drain 172629 1726888954.10408: waiting for pending results... 172629 1726888954.10781: running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool volume size 172629 1726888954.10862: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b0f 172629 1726888954.10878: variable 'ansible_search_path' from source: unknown 172629 1726888954.10981: calling self._execute() 172629 1726888954.11027: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.11039: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.11052: variable 'omit' from source: magic vars 172629 1726888954.11458: variable 'storage_test_volume' from source: include params 172629 1726888954.11502: Evaluated conditional (storage_test_volume.thin): False 172629 1726888954.11509: when evaluation is False, skipping this task 172629 1726888954.11516: _execute() done 172629 1726888954.11635: dumping result to json 172629 1726888954.11638: done dumping result, returning 172629 1726888954.11641: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-d0a8-add8-000000000b0f] 172629 1726888954.11643: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b0f skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888954.11767: no more pending results, returning what we have 172629 1726888954.11772: results queue empty 172629 1726888954.11773: checking for any_errors_fatal 172629 1726888954.11781: done checking for any_errors_fatal 172629 1726888954.11782: checking for max_fail_percentage 172629 1726888954.11784: done checking for max_fail_percentage 172629 1726888954.11785: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.11786: done checking to see if all hosts have failed 172629 1726888954.11786: getting the remaining hosts for this loop 172629 1726888954.11788: done getting the remaining hosts for this loop 172629 1726888954.11791: getting the next task for host managed_node1 172629 1726888954.11800: done getting next task for host managed_node1 172629 1726888954.11804: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 172629 1726888954.11808: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888954.11812: getting variables 172629 1726888954.11813: in VariableManager get_vars() 172629 1726888954.11847: Calling all_inventory to load vars for managed_node1 172629 1726888954.11849: Calling groups_inventory to load vars for managed_node1 172629 1726888954.11857: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.11869: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.11872: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.11875: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.12571: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b0f 172629 1726888954.12575: WORKER PROCESS EXITING 172629 1726888954.12700: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.13369: done with get_vars() 172629 1726888954.13383: done getting variables 172629 1726888954.13439: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Friday 20 September 2024 23:22:34 -0400 (0:00:00.033) 0:00:54.414 ****** 172629 1726888954.13479: entering _queue_task() for managed_node1/set_fact 172629 1726888954.13835: worker is 1 (out of 1 available) 172629 1726888954.13846: exiting _queue_task() for managed_node1/set_fact 172629 1726888954.13863: done queuing things up, now waiting for results queue to drain 172629 1726888954.13864: waiting for pending results... 172629 1726888954.14090: running TaskExecutor() for managed_node1/TASK: Calculate the expected thin pool volume size based on percentage value 172629 1726888954.14240: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b10 172629 1726888954.14263: variable 'ansible_search_path' from source: unknown 172629 1726888954.14300: calling self._execute() 172629 1726888954.14415: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.14430: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.14443: variable 'omit' from source: magic vars 172629 1726888954.14825: variable 'storage_test_volume' from source: include params 172629 1726888954.14875: Evaluated conditional (storage_test_volume.thin): False 172629 1726888954.14886: when evaluation is False, skipping this task 172629 1726888954.14894: _execute() done 172629 1726888954.14901: dumping result to json 172629 1726888954.14908: done dumping result, returning 172629 1726888954.14960: done running TaskExecutor() for managed_node1/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-d0a8-add8-000000000b10] 172629 1726888954.14965: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b10 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888954.15148: no more pending results, returning what we have 172629 1726888954.15152: results queue empty 172629 1726888954.15157: checking for any_errors_fatal 172629 1726888954.15166: done checking for any_errors_fatal 172629 1726888954.15167: checking for max_fail_percentage 172629 1726888954.15169: done checking for max_fail_percentage 172629 1726888954.15170: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.15171: done checking to see if all hosts have failed 172629 1726888954.15171: getting the remaining hosts for this loop 172629 1726888954.15173: done getting the remaining hosts for this loop 172629 1726888954.15177: getting the next task for host managed_node1 172629 1726888954.15186: done getting next task for host managed_node1 172629 1726888954.15189: ^ task is: TASK: Replace expected volume size with calculated value 172629 1726888954.15193: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888954.15197: getting variables 172629 1726888954.15199: in VariableManager get_vars() 172629 1726888954.15346: Calling all_inventory to load vars for managed_node1 172629 1726888954.15350: Calling groups_inventory to load vars for managed_node1 172629 1726888954.15357: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.15364: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b10 172629 1726888954.15367: WORKER PROCESS EXITING 172629 1726888954.15378: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.15381: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.15385: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.16378: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.16979: done with get_vars() 172629 1726888954.16992: done getting variables 172629 1726888954.17049: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Friday 20 September 2024 23:22:34 -0400 (0:00:00.036) 0:00:54.450 ****** 172629 1726888954.17087: entering _queue_task() for managed_node1/set_fact 172629 1726888954.17500: worker is 1 (out of 1 available) 172629 1726888954.17512: exiting _queue_task() for managed_node1/set_fact 172629 1726888954.17523: done queuing things up, now waiting for results queue to drain 172629 1726888954.17524: waiting for pending results... 172629 1726888954.17700: running TaskExecutor() for managed_node1/TASK: Replace expected volume size with calculated value 172629 1726888954.17863: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b11 172629 1726888954.17884: variable 'ansible_search_path' from source: unknown 172629 1726888954.17922: calling self._execute() 172629 1726888954.18038: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.18052: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.18148: variable 'omit' from source: magic vars 172629 1726888954.18493: variable 'storage_test_volume' from source: include params 172629 1726888954.18533: Evaluated conditional (storage_test_volume.thin): False 172629 1726888954.18540: when evaluation is False, skipping this task 172629 1726888954.18545: _execute() done 172629 1726888954.18556: dumping result to json 172629 1726888954.18564: done dumping result, returning 172629 1726888954.18571: done running TaskExecutor() for managed_node1/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-d0a8-add8-000000000b11] 172629 1726888954.18584: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b11 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888954.18845: no more pending results, returning what we have 172629 1726888954.18849: results queue empty 172629 1726888954.18850: checking for any_errors_fatal 172629 1726888954.18864: done checking for any_errors_fatal 172629 1726888954.18865: checking for max_fail_percentage 172629 1726888954.18867: done checking for max_fail_percentage 172629 1726888954.18868: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.18869: done checking to see if all hosts have failed 172629 1726888954.18870: getting the remaining hosts for this loop 172629 1726888954.18872: done getting the remaining hosts for this loop 172629 1726888954.18875: getting the next task for host managed_node1 172629 1726888954.18885: done getting next task for host managed_node1 172629 1726888954.18888: ^ task is: TASK: Show actual size 172629 1726888954.18893: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888954.18897: getting variables 172629 1726888954.18900: in VariableManager get_vars() 172629 1726888954.18931: Calling all_inventory to load vars for managed_node1 172629 1726888954.18933: Calling groups_inventory to load vars for managed_node1 172629 1726888954.18936: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.18948: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.18951: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.19070: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.19609: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b11 172629 1726888954.19613: WORKER PROCESS EXITING 172629 1726888954.19636: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.20274: done with get_vars() 172629 1726888954.20288: done getting variables 172629 1726888954.20341: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show actual size] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Friday 20 September 2024 23:22:34 -0400 (0:00:00.032) 0:00:54.483 ****** 172629 1726888954.20380: entering _queue_task() for managed_node1/debug 172629 1726888954.20779: worker is 1 (out of 1 available) 172629 1726888954.20789: exiting _queue_task() for managed_node1/debug 172629 1726888954.20799: done queuing things up, now waiting for results queue to drain 172629 1726888954.20800: waiting for pending results... 172629 1726888954.20924: running TaskExecutor() for managed_node1/TASK: Show actual size 172629 1726888954.21136: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b13 172629 1726888954.21140: variable 'ansible_search_path' from source: unknown 172629 1726888954.21143: calling self._execute() 172629 1726888954.21224: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.21240: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.21262: variable 'omit' from source: magic vars 172629 1726888954.21381: variable 'omit' from source: magic vars 172629 1726888954.21436: variable 'omit' from source: magic vars 172629 1726888954.21481: variable 'omit' from source: magic vars 172629 1726888954.21524: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888954.21575: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888954.21602: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888954.21625: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888954.21642: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888954.21687: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888954.21790: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.21794: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.21812: Set connection var ansible_timeout to 10 172629 1726888954.21821: Set connection var ansible_shell_type to sh 172629 1726888954.21832: Set connection var ansible_pipelining to False 172629 1726888954.21840: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888954.21849: Set connection var ansible_shell_executable to /bin/sh 172629 1726888954.21859: Set connection var ansible_connection to ssh 172629 1726888954.21888: variable 'ansible_shell_executable' from source: unknown 172629 1726888954.21904: variable 'ansible_connection' from source: unknown 172629 1726888954.21911: variable 'ansible_module_compression' from source: unknown 172629 1726888954.21917: variable 'ansible_shell_type' from source: unknown 172629 1726888954.21924: variable 'ansible_shell_executable' from source: unknown 172629 1726888954.21930: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.21937: variable 'ansible_pipelining' from source: unknown 172629 1726888954.21942: variable 'ansible_timeout' from source: unknown 172629 1726888954.21949: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.22100: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888954.22123: variable 'omit' from source: magic vars 172629 1726888954.22132: starting attempt loop 172629 1726888954.22138: running the handler 172629 1726888954.22194: variable 'storage_test_actual_size' from source: set_fact 172629 1726888954.22445: variable 'storage_test_actual_size' from source: set_fact 172629 1726888954.22490: handler run complete 172629 1726888954.22519: attempt loop complete, returning result 172629 1726888954.22527: _execute() done 172629 1726888954.22534: dumping result to json 172629 1726888954.22542: done dumping result, returning 172629 1726888954.22564: done running TaskExecutor() for managed_node1/TASK: Show actual size [0affc8a3-6f6f-d0a8-add8-000000000b13] 172629 1726888954.22664: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b13 172629 1726888954.22721: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b13 172629 1726888954.22724: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } 172629 1726888954.22812: no more pending results, returning what we have 172629 1726888954.22816: results queue empty 172629 1726888954.22817: checking for any_errors_fatal 172629 1726888954.22825: done checking for any_errors_fatal 172629 1726888954.22826: checking for max_fail_percentage 172629 1726888954.22827: done checking for max_fail_percentage 172629 1726888954.22828: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.22829: done checking to see if all hosts have failed 172629 1726888954.22830: getting the remaining hosts for this loop 172629 1726888954.22831: done getting the remaining hosts for this loop 172629 1726888954.22834: getting the next task for host managed_node1 172629 1726888954.22841: done getting next task for host managed_node1 172629 1726888954.22844: ^ task is: TASK: Show expected size 172629 1726888954.22848: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888954.22852: getting variables 172629 1726888954.22858: in VariableManager get_vars() 172629 1726888954.22893: Calling all_inventory to load vars for managed_node1 172629 1726888954.22896: Calling groups_inventory to load vars for managed_node1 172629 1726888954.22899: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.22911: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.22914: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.22917: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.23642: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.24275: done with get_vars() 172629 1726888954.24290: done getting variables 172629 1726888954.24351: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show expected size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Friday 20 September 2024 23:22:34 -0400 (0:00:00.040) 0:00:54.523 ****** 172629 1726888954.24387: entering _queue_task() for managed_node1/debug 172629 1726888954.24681: worker is 1 (out of 1 available) 172629 1726888954.24694: exiting _queue_task() for managed_node1/debug 172629 1726888954.24707: done queuing things up, now waiting for results queue to drain 172629 1726888954.24708: waiting for pending results... 172629 1726888954.24987: running TaskExecutor() for managed_node1/TASK: Show expected size 172629 1726888954.25183: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b14 172629 1726888954.25187: variable 'ansible_search_path' from source: unknown 172629 1726888954.25190: calling self._execute() 172629 1726888954.25286: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.25302: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.25317: variable 'omit' from source: magic vars 172629 1726888954.25442: variable 'omit' from source: magic vars 172629 1726888954.25507: variable 'omit' from source: magic vars 172629 1726888954.25542: variable 'omit' from source: magic vars 172629 1726888954.25589: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888954.25634: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888954.25663: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888954.25727: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888954.25731: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888954.25747: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888954.25760: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.25770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.25888: Set connection var ansible_timeout to 10 172629 1726888954.25897: Set connection var ansible_shell_type to sh 172629 1726888954.25907: Set connection var ansible_pipelining to False 172629 1726888954.25915: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888954.25945: Set connection var ansible_shell_executable to /bin/sh 172629 1726888954.25947: Set connection var ansible_connection to ssh 172629 1726888954.25960: variable 'ansible_shell_executable' from source: unknown 172629 1726888954.25967: variable 'ansible_connection' from source: unknown 172629 1726888954.25972: variable 'ansible_module_compression' from source: unknown 172629 1726888954.26058: variable 'ansible_shell_type' from source: unknown 172629 1726888954.26061: variable 'ansible_shell_executable' from source: unknown 172629 1726888954.26064: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.26066: variable 'ansible_pipelining' from source: unknown 172629 1726888954.26068: variable 'ansible_timeout' from source: unknown 172629 1726888954.26070: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.26160: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888954.26261: variable 'omit' from source: magic vars 172629 1726888954.26264: starting attempt loop 172629 1726888954.26267: running the handler 172629 1726888954.26445: handler run complete 172629 1726888954.26481: attempt loop complete, returning result 172629 1726888954.26495: _execute() done 172629 1726888954.26502: dumping result to json 172629 1726888954.26509: done dumping result, returning 172629 1726888954.26519: done running TaskExecutor() for managed_node1/TASK: Show expected size [0affc8a3-6f6f-d0a8-add8-000000000b14] 172629 1726888954.26527: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b14 172629 1726888954.26735: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b14 172629 1726888954.26739: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } 172629 1726888954.26792: no more pending results, returning what we have 172629 1726888954.26796: results queue empty 172629 1726888954.26797: checking for any_errors_fatal 172629 1726888954.26809: done checking for any_errors_fatal 172629 1726888954.26809: checking for max_fail_percentage 172629 1726888954.26812: done checking for max_fail_percentage 172629 1726888954.26813: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.26814: done checking to see if all hosts have failed 172629 1726888954.26815: getting the remaining hosts for this loop 172629 1726888954.26816: done getting the remaining hosts for this loop 172629 1726888954.26820: getting the next task for host managed_node1 172629 1726888954.26828: done getting next task for host managed_node1 172629 1726888954.26830: ^ task is: TASK: Assert expected size is actual size 172629 1726888954.26836: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888954.26840: getting variables 172629 1726888954.26841: in VariableManager get_vars() 172629 1726888954.27035: Calling all_inventory to load vars for managed_node1 172629 1726888954.27038: Calling groups_inventory to load vars for managed_node1 172629 1726888954.27041: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.27049: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.27052: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.27064: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.27608: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.28251: done with get_vars() 172629 1726888954.28269: done getting variables 172629 1726888954.28321: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Friday 20 September 2024 23:22:34 -0400 (0:00:00.039) 0:00:54.563 ****** 172629 1726888954.28351: entering _queue_task() for managed_node1/assert 172629 1726888954.28783: worker is 1 (out of 1 available) 172629 1726888954.28793: exiting _queue_task() for managed_node1/assert 172629 1726888954.28803: done queuing things up, now waiting for results queue to drain 172629 1726888954.28804: waiting for pending results... 172629 1726888954.29043: running TaskExecutor() for managed_node1/TASK: Assert expected size is actual size 172629 1726888954.29052: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b15 172629 1726888954.29080: variable 'ansible_search_path' from source: unknown 172629 1726888954.29117: calling self._execute() 172629 1726888954.29232: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.29250: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.29269: variable 'omit' from source: magic vars 172629 1726888954.29667: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888954.31986: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888954.32073: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888954.32122: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888954.32167: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888954.32205: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888954.32460: variable '_storage_test_volume_present' from source: set_fact 172629 1726888954.32464: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888954.32477: variable 'storage_test_volume' from source: include params 172629 1726888954.32507: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888954.32513: when evaluation is False, skipping this task 172629 1726888954.32518: _execute() done 172629 1726888954.32523: dumping result to json 172629 1726888954.32528: done dumping result, returning 172629 1726888954.32536: done running TaskExecutor() for managed_node1/TASK: Assert expected size is actual size [0affc8a3-6f6f-d0a8-add8-000000000b15] 172629 1726888954.32542: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b15 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888954.32733: no more pending results, returning what we have 172629 1726888954.32737: results queue empty 172629 1726888954.32738: checking for any_errors_fatal 172629 1726888954.32747: done checking for any_errors_fatal 172629 1726888954.32748: checking for max_fail_percentage 172629 1726888954.32750: done checking for max_fail_percentage 172629 1726888954.32751: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.32752: done checking to see if all hosts have failed 172629 1726888954.32757: getting the remaining hosts for this loop 172629 1726888954.32759: done getting the remaining hosts for this loop 172629 1726888954.32762: getting the next task for host managed_node1 172629 1726888954.32773: done getting next task for host managed_node1 172629 1726888954.32776: ^ task is: TASK: Get information about the LV 172629 1726888954.32780: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888954.32783: getting variables 172629 1726888954.32785: in VariableManager get_vars() 172629 1726888954.32888: Calling all_inventory to load vars for managed_node1 172629 1726888954.32891: Calling groups_inventory to load vars for managed_node1 172629 1726888954.32894: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.33065: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.33069: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.33077: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.33712: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b15 172629 1726888954.33716: WORKER PROCESS EXITING 172629 1726888954.33737: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.34396: done with get_vars() 172629 1726888954.34412: done getting variables 172629 1726888954.34477: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get information about the LV] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Friday 20 September 2024 23:22:34 -0400 (0:00:00.061) 0:00:54.625 ****** 172629 1726888954.34508: entering _queue_task() for managed_node1/command 172629 1726888954.34913: worker is 1 (out of 1 available) 172629 1726888954.34926: exiting _queue_task() for managed_node1/command 172629 1726888954.34937: done queuing things up, now waiting for results queue to drain 172629 1726888954.34939: waiting for pending results... 172629 1726888954.35132: running TaskExecutor() for managed_node1/TASK: Get information about the LV 172629 1726888954.35266: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b1c 172629 1726888954.35288: variable 'ansible_search_path' from source: unknown 172629 1726888954.35331: calling self._execute() 172629 1726888954.35449: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.35465: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.35480: variable 'omit' from source: magic vars 172629 1726888954.35931: variable 'storage_test_volume' from source: include params 172629 1726888954.35959: variable '_storage_test_volume_present' from source: set_fact 172629 1726888954.35989: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888954.35996: when evaluation is False, skipping this task 172629 1726888954.36003: _execute() done 172629 1726888954.36010: dumping result to json 172629 1726888954.36016: done dumping result, returning 172629 1726888954.36027: done running TaskExecutor() for managed_node1/TASK: Get information about the LV [0affc8a3-6f6f-d0a8-add8-000000000b1c] 172629 1726888954.36039: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b1c skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888954.36252: no more pending results, returning what we have 172629 1726888954.36261: results queue empty 172629 1726888954.36262: checking for any_errors_fatal 172629 1726888954.36272: done checking for any_errors_fatal 172629 1726888954.36273: checking for max_fail_percentage 172629 1726888954.36275: done checking for max_fail_percentage 172629 1726888954.36276: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.36277: done checking to see if all hosts have failed 172629 1726888954.36278: getting the remaining hosts for this loop 172629 1726888954.36279: done getting the remaining hosts for this loop 172629 1726888954.36283: getting the next task for host managed_node1 172629 1726888954.36290: done getting next task for host managed_node1 172629 1726888954.36293: ^ task is: TASK: Set LV segment type 172629 1726888954.36298: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888954.36362: getting variables 172629 1726888954.36364: in VariableManager get_vars() 172629 1726888954.36399: Calling all_inventory to load vars for managed_node1 172629 1726888954.36402: Calling groups_inventory to load vars for managed_node1 172629 1726888954.36405: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.36567: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.36571: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.36575: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.37097: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.37670: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b1c 172629 1726888954.37674: WORKER PROCESS EXITING 172629 1726888954.37752: done with get_vars() 172629 1726888954.37773: done getting variables 172629 1726888954.37833: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Friday 20 September 2024 23:22:34 -0400 (0:00:00.033) 0:00:54.658 ****** 172629 1726888954.37873: entering _queue_task() for managed_node1/set_fact 172629 1726888954.38148: worker is 1 (out of 1 available) 172629 1726888954.38265: exiting _queue_task() for managed_node1/set_fact 172629 1726888954.38277: done queuing things up, now waiting for results queue to drain 172629 1726888954.38278: waiting for pending results... 172629 1726888954.38483: running TaskExecutor() for managed_node1/TASK: Set LV segment type 172629 1726888954.38622: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b1d 172629 1726888954.38640: variable 'ansible_search_path' from source: unknown 172629 1726888954.38684: calling self._execute() 172629 1726888954.38802: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.38814: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.38838: variable 'omit' from source: magic vars 172629 1726888954.39297: variable 'storage_test_volume' from source: include params 172629 1726888954.39322: variable '_storage_test_volume_present' from source: set_fact 172629 1726888954.39382: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888954.39386: when evaluation is False, skipping this task 172629 1726888954.39389: _execute() done 172629 1726888954.39391: dumping result to json 172629 1726888954.39393: done dumping result, returning 172629 1726888954.39396: done running TaskExecutor() for managed_node1/TASK: Set LV segment type [0affc8a3-6f6f-d0a8-add8-000000000b1d] 172629 1726888954.39398: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b1d skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888954.39657: no more pending results, returning what we have 172629 1726888954.39661: results queue empty 172629 1726888954.39662: checking for any_errors_fatal 172629 1726888954.39671: done checking for any_errors_fatal 172629 1726888954.39671: checking for max_fail_percentage 172629 1726888954.39673: done checking for max_fail_percentage 172629 1726888954.39674: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.39675: done checking to see if all hosts have failed 172629 1726888954.39675: getting the remaining hosts for this loop 172629 1726888954.39677: done getting the remaining hosts for this loop 172629 1726888954.39680: getting the next task for host managed_node1 172629 1726888954.39688: done getting next task for host managed_node1 172629 1726888954.39691: ^ task is: TASK: Check segment type 172629 1726888954.39696: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888954.39704: getting variables 172629 1726888954.39705: in VariableManager get_vars() 172629 1726888954.39740: Calling all_inventory to load vars for managed_node1 172629 1726888954.39743: Calling groups_inventory to load vars for managed_node1 172629 1726888954.39747: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.39764: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.39768: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.39772: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.40585: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b1d 172629 1726888954.40589: WORKER PROCESS EXITING 172629 1726888954.40774: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.41384: done with get_vars() 172629 1726888954.41402: done getting variables 172629 1726888954.41459: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check segment type] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Friday 20 September 2024 23:22:34 -0400 (0:00:00.036) 0:00:54.694 ****** 172629 1726888954.41487: entering _queue_task() for managed_node1/assert 172629 1726888954.41850: worker is 1 (out of 1 available) 172629 1726888954.41865: exiting _queue_task() for managed_node1/assert 172629 1726888954.41875: done queuing things up, now waiting for results queue to drain 172629 1726888954.41876: waiting for pending results... 172629 1726888954.42061: running TaskExecutor() for managed_node1/TASK: Check segment type 172629 1726888954.42226: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b1e 172629 1726888954.42245: variable 'ansible_search_path' from source: unknown 172629 1726888954.42290: calling self._execute() 172629 1726888954.42402: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.42414: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.42433: variable 'omit' from source: magic vars 172629 1726888954.42914: variable 'storage_test_volume' from source: include params 172629 1726888954.42918: variable '_storage_test_volume_present' from source: set_fact 172629 1726888954.42936: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888954.42947: when evaluation is False, skipping this task 172629 1726888954.42961: _execute() done 172629 1726888954.42976: dumping result to json 172629 1726888954.43023: done dumping result, returning 172629 1726888954.43027: done running TaskExecutor() for managed_node1/TASK: Check segment type [0affc8a3-6f6f-d0a8-add8-000000000b1e] 172629 1726888954.43029: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b1e skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888954.43280: no more pending results, returning what we have 172629 1726888954.43285: results queue empty 172629 1726888954.43286: checking for any_errors_fatal 172629 1726888954.43298: done checking for any_errors_fatal 172629 1726888954.43299: checking for max_fail_percentage 172629 1726888954.43301: done checking for max_fail_percentage 172629 1726888954.43302: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.43303: done checking to see if all hosts have failed 172629 1726888954.43304: getting the remaining hosts for this loop 172629 1726888954.43306: done getting the remaining hosts for this loop 172629 1726888954.43309: getting the next task for host managed_node1 172629 1726888954.43319: done getting next task for host managed_node1 172629 1726888954.43321: ^ task is: TASK: Set LV cache size 172629 1726888954.43327: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888954.43331: getting variables 172629 1726888954.43333: in VariableManager get_vars() 172629 1726888954.43480: Calling all_inventory to load vars for managed_node1 172629 1726888954.43483: Calling groups_inventory to load vars for managed_node1 172629 1726888954.43486: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.43496: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.43499: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.43502: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.44023: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b1e 172629 1726888954.44026: WORKER PROCESS EXITING 172629 1726888954.44046: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.44750: done with get_vars() 172629 1726888954.44773: done getting variables 172629 1726888954.44831: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Friday 20 September 2024 23:22:34 -0400 (0:00:00.033) 0:00:54.728 ****** 172629 1726888954.44866: entering _queue_task() for managed_node1/set_fact 172629 1726888954.45144: worker is 1 (out of 1 available) 172629 1726888954.45263: exiting _queue_task() for managed_node1/set_fact 172629 1726888954.45274: done queuing things up, now waiting for results queue to drain 172629 1726888954.45276: waiting for pending results... 172629 1726888954.45489: running TaskExecutor() for managed_node1/TASK: Set LV cache size 172629 1726888954.45664: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b1f 172629 1726888954.45687: variable 'ansible_search_path' from source: unknown 172629 1726888954.45733: calling self._execute() 172629 1726888954.45862: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.45875: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.45891: variable 'omit' from source: magic vars 172629 1726888954.46349: variable 'storage_test_volume' from source: include params 172629 1726888954.46380: variable '_storage_test_volume_present' from source: set_fact 172629 1726888954.46415: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888954.46423: when evaluation is False, skipping this task 172629 1726888954.46431: _execute() done 172629 1726888954.46439: dumping result to json 172629 1726888954.46447: done dumping result, returning 172629 1726888954.46465: done running TaskExecutor() for managed_node1/TASK: Set LV cache size [0affc8a3-6f6f-d0a8-add8-000000000b1f] 172629 1726888954.46497: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b1f skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888954.46700: no more pending results, returning what we have 172629 1726888954.46704: results queue empty 172629 1726888954.46705: checking for any_errors_fatal 172629 1726888954.46716: done checking for any_errors_fatal 172629 1726888954.46716: checking for max_fail_percentage 172629 1726888954.46718: done checking for max_fail_percentage 172629 1726888954.46719: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.46720: done checking to see if all hosts have failed 172629 1726888954.46836: getting the remaining hosts for this loop 172629 1726888954.46839: done getting the remaining hosts for this loop 172629 1726888954.46842: getting the next task for host managed_node1 172629 1726888954.46849: done getting next task for host managed_node1 172629 1726888954.46852: ^ task is: TASK: Parse the requested cache size 172629 1726888954.46861: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888954.46865: getting variables 172629 1726888954.46866: in VariableManager get_vars() 172629 1726888954.46902: Calling all_inventory to load vars for managed_node1 172629 1726888954.46905: Calling groups_inventory to load vars for managed_node1 172629 1726888954.46909: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.46921: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.46925: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.46928: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.47461: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b1f 172629 1726888954.47465: WORKER PROCESS EXITING 172629 1726888954.47611: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.48244: done with get_vars() 172629 1726888954.48267: done getting variables TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Friday 20 September 2024 23:22:34 -0400 (0:00:00.034) 0:00:54.763 ****** 172629 1726888954.48345: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888954.48788: worker is 1 (out of 1 available) 172629 1726888954.48798: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888954.48809: done queuing things up, now waiting for results queue to drain 172629 1726888954.48810: waiting for pending results... 172629 1726888954.48932: running TaskExecutor() for managed_node1/TASK: Parse the requested cache size 172629 1726888954.49089: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b20 172629 1726888954.49110: variable 'ansible_search_path' from source: unknown 172629 1726888954.49145: calling self._execute() 172629 1726888954.49261: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.49281: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.49294: variable 'omit' from source: magic vars 172629 1726888954.49722: variable 'storage_test_volume' from source: include params 172629 1726888954.49747: variable '_storage_test_volume_present' from source: set_fact 172629 1726888954.49814: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888954.49817: when evaluation is False, skipping this task 172629 1726888954.49820: _execute() done 172629 1726888954.49823: dumping result to json 172629 1726888954.49826: done dumping result, returning 172629 1726888954.49828: done running TaskExecutor() for managed_node1/TASK: Parse the requested cache size [0affc8a3-6f6f-d0a8-add8-000000000b20] 172629 1726888954.49830: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b20 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888954.49971: no more pending results, returning what we have 172629 1726888954.49976: results queue empty 172629 1726888954.49977: checking for any_errors_fatal 172629 1726888954.49987: done checking for any_errors_fatal 172629 1726888954.49988: checking for max_fail_percentage 172629 1726888954.49990: done checking for max_fail_percentage 172629 1726888954.49991: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.49992: done checking to see if all hosts have failed 172629 1726888954.49992: getting the remaining hosts for this loop 172629 1726888954.49994: done getting the remaining hosts for this loop 172629 1726888954.49998: getting the next task for host managed_node1 172629 1726888954.50007: done getting next task for host managed_node1 172629 1726888954.50009: ^ task is: TASK: Set expected cache size 172629 1726888954.50015: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888954.50018: getting variables 172629 1726888954.50020: in VariableManager get_vars() 172629 1726888954.50164: Calling all_inventory to load vars for managed_node1 172629 1726888954.50168: Calling groups_inventory to load vars for managed_node1 172629 1726888954.50171: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.50184: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.50187: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.50190: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.50768: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b20 172629 1726888954.50772: WORKER PROCESS EXITING 172629 1726888954.50895: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.51524: done with get_vars() 172629 1726888954.51539: done getting variables 172629 1726888954.51605: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set expected cache size] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Friday 20 September 2024 23:22:34 -0400 (0:00:00.032) 0:00:54.796 ****** 172629 1726888954.51636: entering _queue_task() for managed_node1/set_fact 172629 1726888954.51922: worker is 1 (out of 1 available) 172629 1726888954.51937: exiting _queue_task() for managed_node1/set_fact 172629 1726888954.51951: done queuing things up, now waiting for results queue to drain 172629 1726888954.51952: waiting for pending results... 172629 1726888954.52216: running TaskExecutor() for managed_node1/TASK: Set expected cache size 172629 1726888954.52342: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b21 172629 1726888954.52362: variable 'ansible_search_path' from source: unknown 172629 1726888954.52396: calling self._execute() 172629 1726888954.52510: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.52515: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.52526: variable 'omit' from source: magic vars 172629 1726888954.52961: variable 'storage_test_volume' from source: include params 172629 1726888954.52985: variable '_storage_test_volume_present' from source: set_fact 172629 1726888954.53010: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888954.53014: when evaluation is False, skipping this task 172629 1726888954.53017: _execute() done 172629 1726888954.53019: dumping result to json 172629 1726888954.53022: done dumping result, returning 172629 1726888954.53066: done running TaskExecutor() for managed_node1/TASK: Set expected cache size [0affc8a3-6f6f-d0a8-add8-000000000b21] 172629 1726888954.53069: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b21 172629 1726888954.53190: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b21 172629 1726888954.53193: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888954.53245: no more pending results, returning what we have 172629 1726888954.53249: results queue empty 172629 1726888954.53250: checking for any_errors_fatal 172629 1726888954.53261: done checking for any_errors_fatal 172629 1726888954.53262: checking for max_fail_percentage 172629 1726888954.53264: done checking for max_fail_percentage 172629 1726888954.53265: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.53266: done checking to see if all hosts have failed 172629 1726888954.53267: getting the remaining hosts for this loop 172629 1726888954.53269: done getting the remaining hosts for this loop 172629 1726888954.53272: getting the next task for host managed_node1 172629 1726888954.53280: done getting next task for host managed_node1 172629 1726888954.53283: ^ task is: TASK: Check cache size 172629 1726888954.53289: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888954.53294: getting variables 172629 1726888954.53295: in VariableManager get_vars() 172629 1726888954.53329: Calling all_inventory to load vars for managed_node1 172629 1726888954.53332: Calling groups_inventory to load vars for managed_node1 172629 1726888954.53336: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.53347: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.53351: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.53354: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.54015: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.54621: done with get_vars() 172629 1726888954.54634: done getting variables 172629 1726888954.54698: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check cache size] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Friday 20 September 2024 23:22:34 -0400 (0:00:00.030) 0:00:54.827 ****** 172629 1726888954.54728: entering _queue_task() for managed_node1/assert 172629 1726888954.54995: worker is 1 (out of 1 available) 172629 1726888954.55009: exiting _queue_task() for managed_node1/assert 172629 1726888954.55021: done queuing things up, now waiting for results queue to drain 172629 1726888954.55022: waiting for pending results... 172629 1726888954.55611: running TaskExecutor() for managed_node1/TASK: Check cache size 172629 1726888954.55815: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000b22 172629 1726888954.55820: variable 'ansible_search_path' from source: unknown 172629 1726888954.55823: calling self._execute() 172629 1726888954.55864: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.55870: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.55880: variable 'omit' from source: magic vars 172629 1726888954.56293: variable 'storage_test_volume' from source: include params 172629 1726888954.56312: variable '_storage_test_volume_present' from source: set_fact 172629 1726888954.56329: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888954.56332: when evaluation is False, skipping this task 172629 1726888954.56335: _execute() done 172629 1726888954.56338: dumping result to json 172629 1726888954.56340: done dumping result, returning 172629 1726888954.56348: done running TaskExecutor() for managed_node1/TASK: Check cache size [0affc8a3-6f6f-d0a8-add8-000000000b22] 172629 1726888954.56360: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b22 172629 1726888954.56450: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000b22 172629 1726888954.56457: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888954.56525: no more pending results, returning what we have 172629 1726888954.56529: results queue empty 172629 1726888954.56530: checking for any_errors_fatal 172629 1726888954.56537: done checking for any_errors_fatal 172629 1726888954.56538: checking for max_fail_percentage 172629 1726888954.56539: done checking for max_fail_percentage 172629 1726888954.56540: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.56541: done checking to see if all hosts have failed 172629 1726888954.56542: getting the remaining hosts for this loop 172629 1726888954.56544: done getting the remaining hosts for this loop 172629 1726888954.56548: getting the next task for host managed_node1 172629 1726888954.56560: done getting next task for host managed_node1 172629 1726888954.56563: ^ task is: TASK: Clean up facts 172629 1726888954.56567: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888954.56573: getting variables 172629 1726888954.56574: in VariableManager get_vars() 172629 1726888954.56610: Calling all_inventory to load vars for managed_node1 172629 1726888954.56613: Calling groups_inventory to load vars for managed_node1 172629 1726888954.56616: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.56628: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.56632: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.56635: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.57287: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.57879: done with get_vars() 172629 1726888954.57892: done getting variables 172629 1726888954.57946: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up facts] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Friday 20 September 2024 23:22:34 -0400 (0:00:00.032) 0:00:54.859 ****** 172629 1726888954.57978: entering _queue_task() for managed_node1/set_fact 172629 1726888954.58217: worker is 1 (out of 1 available) 172629 1726888954.58229: exiting _queue_task() for managed_node1/set_fact 172629 1726888954.58240: done queuing things up, now waiting for results queue to drain 172629 1726888954.58241: waiting for pending results... 172629 1726888954.58574: running TaskExecutor() for managed_node1/TASK: Clean up facts 172629 1726888954.58747: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000a75 172629 1726888954.58752: variable 'ansible_search_path' from source: unknown 172629 1726888954.58760: calling self._execute() 172629 1726888954.58768: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.58776: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.58786: variable 'omit' from source: magic vars 172629 1726888954.58896: variable 'omit' from source: magic vars 172629 1726888954.58948: variable 'omit' from source: magic vars 172629 1726888954.58984: variable 'omit' from source: magic vars 172629 1726888954.59022: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888954.59062: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888954.59092: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888954.59096: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888954.59160: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888954.59163: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888954.59166: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.59168: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.59257: Set connection var ansible_timeout to 10 172629 1726888954.59261: Set connection var ansible_shell_type to sh 172629 1726888954.59267: Set connection var ansible_pipelining to False 172629 1726888954.59273: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888954.59278: Set connection var ansible_shell_executable to /bin/sh 172629 1726888954.59281: Set connection var ansible_connection to ssh 172629 1726888954.59307: variable 'ansible_shell_executable' from source: unknown 172629 1726888954.59310: variable 'ansible_connection' from source: unknown 172629 1726888954.59313: variable 'ansible_module_compression' from source: unknown 172629 1726888954.59315: variable 'ansible_shell_type' from source: unknown 172629 1726888954.59318: variable 'ansible_shell_executable' from source: unknown 172629 1726888954.59320: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.59322: variable 'ansible_pipelining' from source: unknown 172629 1726888954.59324: variable 'ansible_timeout' from source: unknown 172629 1726888954.59326: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.59528: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888954.59531: variable 'omit' from source: magic vars 172629 1726888954.59534: starting attempt loop 172629 1726888954.59536: running the handler 172629 1726888954.59539: handler run complete 172629 1726888954.59541: attempt loop complete, returning result 172629 1726888954.59543: _execute() done 172629 1726888954.59545: dumping result to json 172629 1726888954.59547: done dumping result, returning 172629 1726888954.59549: done running TaskExecutor() for managed_node1/TASK: Clean up facts [0affc8a3-6f6f-d0a8-add8-000000000a75] 172629 1726888954.59551: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000a75 172629 1726888954.59617: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000a75 172629 1726888954.59621: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 172629 1726888954.59678: no more pending results, returning what we have 172629 1726888954.59681: results queue empty 172629 1726888954.59682: checking for any_errors_fatal 172629 1726888954.59690: done checking for any_errors_fatal 172629 1726888954.59691: checking for max_fail_percentage 172629 1726888954.59693: done checking for max_fail_percentage 172629 1726888954.59695: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.59695: done checking to see if all hosts have failed 172629 1726888954.59696: getting the remaining hosts for this loop 172629 1726888954.59698: done getting the remaining hosts for this loop 172629 1726888954.59701: getting the next task for host managed_node1 172629 1726888954.59710: done getting next task for host managed_node1 172629 1726888954.59713: ^ task is: TASK: Clean up variable namespace 172629 1726888954.59716: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888954.59721: getting variables 172629 1726888954.59722: in VariableManager get_vars() 172629 1726888954.59760: Calling all_inventory to load vars for managed_node1 172629 1726888954.59763: Calling groups_inventory to load vars for managed_node1 172629 1726888954.59766: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.59777: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.59781: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.59784: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.60744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.61302: done with get_vars() 172629 1726888954.61316: done getting variables 172629 1726888954.61376: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Friday 20 September 2024 23:22:34 -0400 (0:00:00.034) 0:00:54.893 ****** 172629 1726888954.61403: entering _queue_task() for managed_node1/set_fact 172629 1726888954.61659: worker is 1 (out of 1 available) 172629 1726888954.61673: exiting _queue_task() for managed_node1/set_fact 172629 1726888954.61685: done queuing things up, now waiting for results queue to drain 172629 1726888954.61686: waiting for pending results... 172629 1726888954.62071: running TaskExecutor() for managed_node1/TASK: Clean up variable namespace 172629 1726888954.62086: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000987 172629 1726888954.62162: variable 'ansible_search_path' from source: unknown 172629 1726888954.62167: calling self._execute() 172629 1726888954.62246: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.62263: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.62267: variable 'omit' from source: magic vars 172629 1726888954.62378: variable 'omit' from source: magic vars 172629 1726888954.62447: variable 'omit' from source: magic vars 172629 1726888954.62462: variable 'omit' from source: magic vars 172629 1726888954.62504: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888954.62545: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888954.62569: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888954.62613: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888954.62617: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888954.62632: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888954.62635: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.62640: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.62766: Set connection var ansible_timeout to 10 172629 1726888954.62770: Set connection var ansible_shell_type to sh 172629 1726888954.62772: Set connection var ansible_pipelining to False 172629 1726888954.62775: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888954.62778: Set connection var ansible_shell_executable to /bin/sh 172629 1726888954.62780: Set connection var ansible_connection to ssh 172629 1726888954.62840: variable 'ansible_shell_executable' from source: unknown 172629 1726888954.62844: variable 'ansible_connection' from source: unknown 172629 1726888954.62846: variable 'ansible_module_compression' from source: unknown 172629 1726888954.62848: variable 'ansible_shell_type' from source: unknown 172629 1726888954.62851: variable 'ansible_shell_executable' from source: unknown 172629 1726888954.62857: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.62860: variable 'ansible_pipelining' from source: unknown 172629 1726888954.62862: variable 'ansible_timeout' from source: unknown 172629 1726888954.62865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.63163: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888954.63167: variable 'omit' from source: magic vars 172629 1726888954.63169: starting attempt loop 172629 1726888954.63171: running the handler 172629 1726888954.63174: handler run complete 172629 1726888954.63176: attempt loop complete, returning result 172629 1726888954.63177: _execute() done 172629 1726888954.63179: dumping result to json 172629 1726888954.63181: done dumping result, returning 172629 1726888954.63183: done running TaskExecutor() for managed_node1/TASK: Clean up variable namespace [0affc8a3-6f6f-d0a8-add8-000000000987] 172629 1726888954.63185: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000987 172629 1726888954.63241: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000987 172629 1726888954.63243: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } 172629 1726888954.63310: no more pending results, returning what we have 172629 1726888954.63313: results queue empty 172629 1726888954.63314: checking for any_errors_fatal 172629 1726888954.63321: done checking for any_errors_fatal 172629 1726888954.63321: checking for max_fail_percentage 172629 1726888954.63323: done checking for max_fail_percentage 172629 1726888954.63324: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.63325: done checking to see if all hosts have failed 172629 1726888954.63326: getting the remaining hosts for this loop 172629 1726888954.63327: done getting the remaining hosts for this loop 172629 1726888954.63330: getting the next task for host managed_node1 172629 1726888954.63338: done getting next task for host managed_node1 172629 1726888954.63341: ^ task is: TASK: Change the disk device file system type from swap to ext3 172629 1726888954.63343: ^ state is: HOST STATE: block=2, task=21, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888954.63348: getting variables 172629 1726888954.63349: in VariableManager get_vars() 172629 1726888954.63381: Calling all_inventory to load vars for managed_node1 172629 1726888954.63384: Calling groups_inventory to load vars for managed_node1 172629 1726888954.63387: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.63395: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.63398: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.63401: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.63905: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.64491: done with get_vars() 172629 1726888954.64504: done getting variables TASK [Change the disk device file system type from swap to ext3] *************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:74 Friday 20 September 2024 23:22:34 -0400 (0:00:00.031) 0:00:54.925 ****** 172629 1726888954.64588: entering _queue_task() for managed_node1/include_role 172629 1726888954.64829: worker is 1 (out of 1 available) 172629 1726888954.64842: exiting _queue_task() for managed_node1/include_role 172629 1726888954.65060: done queuing things up, now waiting for results queue to drain 172629 1726888954.65062: waiting for pending results... 172629 1726888954.65209: running TaskExecutor() for managed_node1/TASK: Change the disk device file system type from swap to ext3 172629 1726888954.65242: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000010 172629 1726888954.65306: variable 'ansible_search_path' from source: unknown 172629 1726888954.65317: calling self._execute() 172629 1726888954.65403: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.65412: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.65418: variable 'omit' from source: magic vars 172629 1726888954.65540: _execute() done 172629 1726888954.65544: dumping result to json 172629 1726888954.65547: done dumping result, returning 172629 1726888954.65633: done running TaskExecutor() for managed_node1/TASK: Change the disk device file system type from swap to ext3 [0affc8a3-6f6f-d0a8-add8-000000000010] 172629 1726888954.65636: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000010 172629 1726888954.65727: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000010 172629 1726888954.65731: WORKER PROCESS EXITING 172629 1726888954.65754: no more pending results, returning what we have 172629 1726888954.65761: in VariableManager get_vars() 172629 1726888954.65796: Calling all_inventory to load vars for managed_node1 172629 1726888954.65799: Calling groups_inventory to load vars for managed_node1 172629 1726888954.65803: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.65814: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.65817: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.65820: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.66389: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.66984: done with get_vars() 172629 1726888954.66995: variable 'ansible_search_path' from source: unknown 172629 1726888954.69093: variable 'omit' from source: magic vars 172629 1726888954.69116: variable 'omit' from source: magic vars 172629 1726888954.69130: variable 'omit' from source: magic vars 172629 1726888954.69133: we have included files to process 172629 1726888954.69134: generating all_blocks data 172629 1726888954.69136: done generating all_blocks data 172629 1726888954.69144: processing included file: fedora.linux_system_roles.storage 172629 1726888954.69164: in VariableManager get_vars() 172629 1726888954.69177: done with get_vars() 172629 1726888954.69202: in VariableManager get_vars() 172629 1726888954.69214: done with get_vars() 172629 1726888954.69248: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 172629 1726888954.69278: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 172629 1726888954.69391: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 172629 1726888954.69479: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 172629 1726888954.69570: in VariableManager get_vars() 172629 1726888954.69589: done with get_vars() 172629 1726888954.69791: in VariableManager get_vars() 172629 1726888954.69810: done with get_vars() 172629 1726888954.69920: iterating over new_blocks loaded from include file 172629 1726888954.69922: in VariableManager get_vars() 172629 1726888954.69934: done with get_vars() 172629 1726888954.69936: filtering new block on tags 172629 1726888954.69954: done filtering new block on tags 172629 1726888954.69959: in VariableManager get_vars() 172629 1726888954.69971: done with get_vars() 172629 1726888954.69972: filtering new block on tags 172629 1726888954.69988: done filtering new block on tags 172629 1726888954.69990: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node1 172629 1726888954.69995: extending task lists for all hosts with included blocks 172629 1726888954.72003: done extending task lists 172629 1726888954.72004: done processing included files 172629 1726888954.72005: results queue empty 172629 1726888954.72006: checking for any_errors_fatal 172629 1726888954.72010: done checking for any_errors_fatal 172629 1726888954.72010: checking for max_fail_percentage 172629 1726888954.72011: done checking for max_fail_percentage 172629 1726888954.72012: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.72013: done checking to see if all hosts have failed 172629 1726888954.72014: getting the remaining hosts for this loop 172629 1726888954.72015: done getting the remaining hosts for this loop 172629 1726888954.72017: getting the next task for host managed_node1 172629 1726888954.72021: done getting next task for host managed_node1 172629 1726888954.72023: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888954.72025: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888954.72034: getting variables 172629 1726888954.72035: in VariableManager get_vars() 172629 1726888954.72047: Calling all_inventory to load vars for managed_node1 172629 1726888954.72049: Calling groups_inventory to load vars for managed_node1 172629 1726888954.72051: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.72057: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.72060: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.72062: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.72500: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.73091: done with get_vars() 172629 1726888954.73103: 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 23:22:34 -0400 (0:00:00.085) 0:00:55.011 ****** 172629 1726888954.73173: entering _queue_task() for managed_node1/include_tasks 172629 1726888954.73489: worker is 1 (out of 1 available) 172629 1726888954.73501: exiting _queue_task() for managed_node1/include_tasks 172629 1726888954.73514: done queuing things up, now waiting for results queue to drain 172629 1726888954.73515: waiting for pending results... 172629 1726888954.73871: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888954.73964: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000d40 172629 1726888954.73968: variable 'ansible_search_path' from source: unknown 172629 1726888954.73971: variable 'ansible_search_path' from source: unknown 172629 1726888954.73974: calling self._execute() 172629 1726888954.74075: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.74079: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.74090: variable 'omit' from source: magic vars 172629 1726888954.74197: _execute() done 172629 1726888954.74201: dumping result to json 172629 1726888954.74205: done dumping result, returning 172629 1726888954.74261: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-d0a8-add8-000000000d40] 172629 1726888954.74265: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000d40 172629 1726888954.74379: no more pending results, returning what we have 172629 1726888954.74385: in VariableManager get_vars() 172629 1726888954.74425: Calling all_inventory to load vars for managed_node1 172629 1726888954.74429: Calling groups_inventory to load vars for managed_node1 172629 1726888954.74431: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.74447: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.74451: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.74458: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.75214: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000d40 172629 1726888954.75218: WORKER PROCESS EXITING 172629 1726888954.75446: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.76028: done with get_vars() 172629 1726888954.76040: variable 'ansible_search_path' from source: unknown 172629 1726888954.76042: variable 'ansible_search_path' from source: unknown 172629 1726888954.76080: we have included files to process 172629 1726888954.76081: generating all_blocks data 172629 1726888954.76083: done generating all_blocks data 172629 1726888954.76085: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726888954.76086: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726888954.76088: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726888954.76801: done processing included file 172629 1726888954.76803: iterating over new_blocks loaded from include file 172629 1726888954.76804: in VariableManager get_vars() 172629 1726888954.76822: done with get_vars() 172629 1726888954.76824: filtering new block on tags 172629 1726888954.76843: done filtering new block on tags 172629 1726888954.76846: in VariableManager get_vars() 172629 1726888954.76865: done with get_vars() 172629 1726888954.76867: filtering new block on tags 172629 1726888954.76884: done filtering new block on tags 172629 1726888954.76887: 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 172629 1726888954.76892: extending task lists for all hosts with included blocks 172629 1726888954.77058: done extending task lists 172629 1726888954.77060: done processing included files 172629 1726888954.77061: results queue empty 172629 1726888954.77061: checking for any_errors_fatal 172629 1726888954.77064: done checking for any_errors_fatal 172629 1726888954.77065: checking for max_fail_percentage 172629 1726888954.77066: done checking for max_fail_percentage 172629 1726888954.77067: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.77067: done checking to see if all hosts have failed 172629 1726888954.77068: getting the remaining hosts for this loop 172629 1726888954.77069: done getting the remaining hosts for this loop 172629 1726888954.77071: getting the next task for host managed_node1 172629 1726888954.77075: done getting next task for host managed_node1 172629 1726888954.77078: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 172629 1726888954.77081: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888954.77090: getting variables 172629 1726888954.77091: in VariableManager get_vars() 172629 1726888954.77102: Calling all_inventory to load vars for managed_node1 172629 1726888954.77105: Calling groups_inventory to load vars for managed_node1 172629 1726888954.77107: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.77112: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.77114: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.77117: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.77550: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.78118: done with get_vars() 172629 1726888954.78130: 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 23:22:34 -0400 (0:00:00.050) 0:00:55.061 ****** 172629 1726888954.78200: entering _queue_task() for managed_node1/setup 172629 1726888954.78525: worker is 1 (out of 1 available) 172629 1726888954.78538: exiting _queue_task() for managed_node1/setup 172629 1726888954.78551: done queuing things up, now waiting for results queue to drain 172629 1726888954.78553: waiting for pending results... 172629 1726888954.78850: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 172629 1726888954.79069: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e49 172629 1726888954.79075: variable 'ansible_search_path' from source: unknown 172629 1726888954.79079: variable 'ansible_search_path' from source: unknown 172629 1726888954.79081: calling self._execute() 172629 1726888954.79143: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.79146: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.79160: variable 'omit' from source: magic vars 172629 1726888954.79578: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888954.81735: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888954.81784: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888954.81845: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888954.81873: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888954.81937: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888954.81984: 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) 172629 1726888954.82018: 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) 172629 1726888954.82043: 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) 172629 1726888954.82086: 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) 172629 1726888954.82104: 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) 172629 1726888954.82160: 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) 172629 1726888954.82261: 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) 172629 1726888954.82264: 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) 172629 1726888954.82267: 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) 172629 1726888954.82270: 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) 172629 1726888954.82441: variable '__storage_required_facts' from source: role '' all vars 172629 1726888954.82452: variable 'ansible_facts' from source: unknown 172629 1726888954.82717: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 172629 1726888954.82721: when evaluation is False, skipping this task 172629 1726888954.82724: _execute() done 172629 1726888954.82727: dumping result to json 172629 1726888954.82729: done dumping result, returning 172629 1726888954.82736: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-d0a8-add8-000000000e49] 172629 1726888954.82741: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e49 172629 1726888954.82885: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e49 172629 1726888954.82889: 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" } 172629 1726888954.82940: no more pending results, returning what we have 172629 1726888954.82946: results queue empty 172629 1726888954.82948: checking for any_errors_fatal 172629 1726888954.82949: done checking for any_errors_fatal 172629 1726888954.82950: checking for max_fail_percentage 172629 1726888954.82952: done checking for max_fail_percentage 172629 1726888954.82953: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.82954: done checking to see if all hosts have failed 172629 1726888954.82955: getting the remaining hosts for this loop 172629 1726888954.82958: done getting the remaining hosts for this loop 172629 1726888954.82962: getting the next task for host managed_node1 172629 1726888954.82970: done getting next task for host managed_node1 172629 1726888954.82975: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888954.82978: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888954.83001: getting variables 172629 1726888954.83003: in VariableManager get_vars() 172629 1726888954.83042: Calling all_inventory to load vars for managed_node1 172629 1726888954.83046: Calling groups_inventory to load vars for managed_node1 172629 1726888954.83048: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.83165: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.83169: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.83174: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.84439: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.85543: done with get_vars() 172629 1726888954.85560: done getting variables 172629 1726888954.85616: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:34 -0400 (0:00:00.074) 0:00:55.136 ****** 172629 1726888954.85654: entering _queue_task() for managed_node1/include_vars 172629 1726888954.86349: worker is 1 (out of 1 available) 172629 1726888954.86466: exiting _queue_task() for managed_node1/include_vars 172629 1726888954.86480: done queuing things up, now waiting for results queue to drain 172629 1726888954.86481: waiting for pending results... 172629 1726888954.86977: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888954.87265: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e4a 172629 1726888954.87564: variable 'ansible_search_path' from source: unknown 172629 1726888954.87568: variable 'ansible_search_path' from source: unknown 172629 1726888954.87915: variable 'ansible_facts' from source: unknown 172629 1726888954.88712: variable 'ansible_facts' from source: unknown 172629 1726888954.89146: variable 'ansible_facts' from source: unknown 172629 1726888954.89468: variable 'ansible_facts' from source: unknown 172629 1726888954.89672: variable 'omit' from source: magic vars 172629 1726888954.89799: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.89813: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.89828: variable 'omit' from source: magic vars 172629 1726888954.90077: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888954.90353: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888954.90405: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888954.90444: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888954.90484: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888954.90629: variable '__vars_file' from source: task vars 172629 1726888954.90661: variable 'role_path' from source: magic vars 172629 1726888954.90671: variable 'item' from source: unknown 172629 1726888954.90687: Evaluated conditional (__vars_file is file): False 172629 1726888954.90694: when evaluation is False, skipping this task 172629 1726888954.90735: variable 'item' from source: unknown 172629 1726888954.90810: 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" } 172629 1726888954.91262: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.91266: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.91268: variable 'omit' from source: magic vars 172629 1726888954.91271: variable '__vars_file' from source: task vars 172629 1726888954.91370: variable 'role_path' from source: magic vars 172629 1726888954.91374: variable 'item' from source: unknown 172629 1726888954.91376: Evaluated conditional (__vars_file is file): False 172629 1726888954.91378: when evaluation is False, skipping this task 172629 1726888954.91396: variable 'item' from source: unknown 172629 1726888954.91460: 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" } 172629 1726888954.91695: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.91699: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.91702: variable 'omit' from source: magic vars 172629 1726888954.91781: variable '__vars_file' from source: task vars 172629 1726888954.91870: variable 'role_path' from source: magic vars 172629 1726888954.91880: variable 'item' from source: unknown 172629 1726888954.91895: Evaluated conditional (__vars_file is file): True 172629 1726888954.91904: variable 'omit' from source: magic vars 172629 1726888954.91971: variable 'omit' from source: magic vars 172629 1726888954.92032: variable '__vars_file' from source: task vars 172629 1726888954.92130: variable '__vars_file' from source: task vars 172629 1726888954.92188: variable 'role_path' from source: magic vars 172629 1726888954.92198: variable 'item' from source: unknown 172629 1726888954.92218: variable 'omit' from source: magic vars 172629 1726888954.92252: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888954.92286: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888954.92347: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888954.92350: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888954.92353: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888954.92379: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888954.92388: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.92395: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.92500: Set connection var ansible_timeout to 10 172629 1726888954.92511: Set connection var ansible_shell_type to sh 172629 1726888954.92523: Set connection var ansible_pipelining to False 172629 1726888954.92561: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888954.92564: Set connection var ansible_shell_executable to /bin/sh 172629 1726888954.92567: Set connection var ansible_connection to ssh 172629 1726888954.92570: variable 'ansible_shell_executable' from source: unknown 172629 1726888954.92578: variable 'ansible_connection' from source: unknown 172629 1726888954.92585: variable 'ansible_module_compression' from source: unknown 172629 1726888954.92592: variable 'ansible_shell_type' from source: unknown 172629 1726888954.92660: variable 'ansible_shell_executable' from source: unknown 172629 1726888954.92665: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.92671: variable 'ansible_pipelining' from source: unknown 172629 1726888954.92673: variable 'ansible_timeout' from source: unknown 172629 1726888954.92675: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.92740: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888954.92758: variable 'omit' from source: magic vars 172629 1726888954.92769: starting attempt loop 172629 1726888954.92780: running the handler 172629 1726888954.92878: handler run complete 172629 1726888954.92897: attempt loop complete, returning result 172629 1726888954.92916: variable 'item' from source: unknown 172629 1726888954.92980: 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" } 172629 1726888954.93324: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.93327: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.93330: variable 'omit' from source: magic vars 172629 1726888954.93339: variable '__vars_file' from source: task vars 172629 1726888954.93420: variable 'role_path' from source: magic vars 172629 1726888954.93434: variable 'item' from source: unknown 172629 1726888954.93448: Evaluated conditional (__vars_file is file): True 172629 1726888954.93460: variable 'omit' from source: magic vars 172629 1726888954.93478: variable 'omit' from source: magic vars 172629 1726888954.93531: variable '__vars_file' from source: task vars 172629 1726888954.93597: variable '__vars_file' from source: task vars 172629 1726888954.93681: variable 'role_path' from source: magic vars 172629 1726888954.93690: variable 'item' from source: unknown 172629 1726888954.93708: variable 'omit' from source: magic vars 172629 1726888954.93729: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888954.93743: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888954.93762: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888954.93862: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888954.93865: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.93867: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.93869: Set connection var ansible_timeout to 10 172629 1726888954.93871: Set connection var ansible_shell_type to sh 172629 1726888954.93879: Set connection var ansible_pipelining to False 172629 1726888954.93887: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888954.93895: Set connection var ansible_shell_executable to /bin/sh 172629 1726888954.93901: Set connection var ansible_connection to ssh 172629 1726888954.93920: variable 'ansible_shell_executable' from source: unknown 172629 1726888954.93927: variable 'ansible_connection' from source: unknown 172629 1726888954.93933: variable 'ansible_module_compression' from source: unknown 172629 1726888954.93938: variable 'ansible_shell_type' from source: unknown 172629 1726888954.93944: variable 'ansible_shell_executable' from source: unknown 172629 1726888954.93950: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.93959: variable 'ansible_pipelining' from source: unknown 172629 1726888954.93969: variable 'ansible_timeout' from source: unknown 172629 1726888954.93977: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.94062: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888954.94083: variable 'omit' from source: magic vars 172629 1726888954.94092: starting attempt loop 172629 1726888954.94099: running the handler 172629 1726888954.94149: handler run complete 172629 1726888954.94164: attempt loop complete, returning result 172629 1726888954.94186: variable 'item' from source: unknown 172629 1726888954.94295: 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" } 172629 1726888954.94372: dumping result to json 172629 1726888954.94375: done dumping result, returning 172629 1726888954.94378: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-d0a8-add8-000000000e4a] 172629 1726888954.94460: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e4a 172629 1726888954.94766: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e4a 172629 1726888954.94769: WORKER PROCESS EXITING 172629 1726888954.94828: no more pending results, returning what we have 172629 1726888954.94831: results queue empty 172629 1726888954.94832: checking for any_errors_fatal 172629 1726888954.94839: done checking for any_errors_fatal 172629 1726888954.94839: checking for max_fail_percentage 172629 1726888954.94841: done checking for max_fail_percentage 172629 1726888954.94842: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.94843: done checking to see if all hosts have failed 172629 1726888954.94843: getting the remaining hosts for this loop 172629 1726888954.94845: done getting the remaining hosts for this loop 172629 1726888954.94848: getting the next task for host managed_node1 172629 1726888954.94856: done getting next task for host managed_node1 172629 1726888954.94860: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 172629 1726888954.94863: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888954.94873: getting variables 172629 1726888954.94875: in VariableManager get_vars() 172629 1726888954.94905: Calling all_inventory to load vars for managed_node1 172629 1726888954.94908: Calling groups_inventory to load vars for managed_node1 172629 1726888954.94910: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.94918: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.94921: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.94923: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.95518: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888954.96122: done with get_vars() 172629 1726888954.96138: 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 23:22:34 -0400 (0:00:00.105) 0:00:55.242 ****** 172629 1726888954.96226: entering _queue_task() for managed_node1/stat 172629 1726888954.96505: worker is 1 (out of 1 available) 172629 1726888954.96519: exiting _queue_task() for managed_node1/stat 172629 1726888954.96531: done queuing things up, now waiting for results queue to drain 172629 1726888954.96532: waiting for pending results... 172629 1726888954.96820: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree 172629 1726888954.96973: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e4c 172629 1726888954.96997: variable 'ansible_search_path' from source: unknown 172629 1726888954.97004: variable 'ansible_search_path' from source: unknown 172629 1726888954.97038: calling self._execute() 172629 1726888954.97140: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888954.97149: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888954.97165: variable 'omit' from source: magic vars 172629 1726888954.97593: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888954.97900: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888954.97953: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888954.97997: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888954.98040: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888954.98134: 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) 172629 1726888954.98172: 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) 172629 1726888954.98210: 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) 172629 1726888954.98243: 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) 172629 1726888954.98364: variable '__storage_is_ostree' from source: set_fact 172629 1726888954.98380: Evaluated conditional (not __storage_is_ostree is defined): False 172629 1726888954.98387: when evaluation is False, skipping this task 172629 1726888954.98509: _execute() done 172629 1726888954.98512: dumping result to json 172629 1726888954.98514: done dumping result, returning 172629 1726888954.98516: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-d0a8-add8-000000000e4c] 172629 1726888954.98517: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e4c 172629 1726888954.98576: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e4c 172629 1726888954.98579: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 172629 1726888954.98660: no more pending results, returning what we have 172629 1726888954.98664: results queue empty 172629 1726888954.98665: checking for any_errors_fatal 172629 1726888954.98682: done checking for any_errors_fatal 172629 1726888954.98683: checking for max_fail_percentage 172629 1726888954.98685: done checking for max_fail_percentage 172629 1726888954.98686: checking to see if all hosts have failed and the running result is not ok 172629 1726888954.98687: done checking to see if all hosts have failed 172629 1726888954.98688: getting the remaining hosts for this loop 172629 1726888954.98690: done getting the remaining hosts for this loop 172629 1726888954.98694: getting the next task for host managed_node1 172629 1726888954.98701: done getting next task for host managed_node1 172629 1726888954.98705: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 172629 1726888954.98709: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888954.98732: getting variables 172629 1726888954.98733: in VariableManager get_vars() 172629 1726888954.98953: Calling all_inventory to load vars for managed_node1 172629 1726888954.98958: Calling groups_inventory to load vars for managed_node1 172629 1726888954.98961: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888954.98969: Calling all_plugins_play to load vars for managed_node1 172629 1726888954.98972: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888954.98975: Calling groups_plugins_play to load vars for managed_node1 172629 1726888954.99467: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888955.00067: done with get_vars() 172629 1726888955.00082: done getting variables 172629 1726888955.00135: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:35 -0400 (0:00:00.039) 0:00:55.281 ****** 172629 1726888955.00169: entering _queue_task() for managed_node1/set_fact 172629 1726888955.00444: worker is 1 (out of 1 available) 172629 1726888955.00559: exiting _queue_task() for managed_node1/set_fact 172629 1726888955.00571: done queuing things up, now waiting for results queue to drain 172629 1726888955.00572: waiting for pending results... 172629 1726888955.00761: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 172629 1726888955.00912: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e4d 172629 1726888955.00931: variable 'ansible_search_path' from source: unknown 172629 1726888955.01061: variable 'ansible_search_path' from source: unknown 172629 1726888955.01065: calling self._execute() 172629 1726888955.01081: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.01092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.01104: variable 'omit' from source: magic vars 172629 1726888955.01461: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888955.01748: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888955.01799: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888955.01839: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888955.01881: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888955.01968: 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) 172629 1726888955.01997: 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) 172629 1726888955.02025: 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) 172629 1726888955.02061: 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) 172629 1726888955.02178: variable '__storage_is_ostree' from source: set_fact 172629 1726888955.02191: Evaluated conditional (not __storage_is_ostree is defined): False 172629 1726888955.02197: when evaluation is False, skipping this task 172629 1726888955.02204: _execute() done 172629 1726888955.02210: dumping result to json 172629 1726888955.02217: done dumping result, returning 172629 1726888955.02226: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-d0a8-add8-000000000e4d] 172629 1726888955.02262: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e4d skipping: [managed_node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 172629 1726888955.02408: no more pending results, returning what we have 172629 1726888955.02412: results queue empty 172629 1726888955.02413: checking for any_errors_fatal 172629 1726888955.02424: done checking for any_errors_fatal 172629 1726888955.02425: checking for max_fail_percentage 172629 1726888955.02427: done checking for max_fail_percentage 172629 1726888955.02428: checking to see if all hosts have failed and the running result is not ok 172629 1726888955.02429: done checking to see if all hosts have failed 172629 1726888955.02429: getting the remaining hosts for this loop 172629 1726888955.02431: done getting the remaining hosts for this loop 172629 1726888955.02435: getting the next task for host managed_node1 172629 1726888955.02444: done getting next task for host managed_node1 172629 1726888955.02447: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 172629 1726888955.02450: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888955.02473: getting variables 172629 1726888955.02475: in VariableManager get_vars() 172629 1726888955.02509: Calling all_inventory to load vars for managed_node1 172629 1726888955.02512: Calling groups_inventory to load vars for managed_node1 172629 1726888955.02514: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888955.02525: Calling all_plugins_play to load vars for managed_node1 172629 1726888955.02529: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888955.02532: Calling groups_plugins_play to load vars for managed_node1 172629 1726888955.03169: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e4d 172629 1726888955.03172: WORKER PROCESS EXITING 172629 1726888955.03226: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888955.03871: done with get_vars() 172629 1726888955.03887: done getting variables 172629 1726888955.03952: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:35 -0400 (0:00:00.038) 0:00:55.319 ****** 172629 1726888955.03987: entering _queue_task() for managed_node1/set_fact 172629 1726888955.04291: worker is 1 (out of 1 available) 172629 1726888955.04304: exiting _queue_task() for managed_node1/set_fact 172629 1726888955.04318: done queuing things up, now waiting for results queue to drain 172629 1726888955.04320: waiting for pending results... 172629 1726888955.04552: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 172629 1726888955.04673: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000d41 172629 1726888955.04694: variable 'ansible_search_path' from source: unknown 172629 1726888955.04702: variable 'ansible_search_path' from source: unknown 172629 1726888955.04741: calling self._execute() 172629 1726888955.04854: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.04870: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.04884: variable 'omit' from source: magic vars 172629 1726888955.04997: variable 'omit' from source: magic vars 172629 1726888955.05050: variable 'omit' from source: magic vars 172629 1726888955.05093: variable 'omit' from source: magic vars 172629 1726888955.05139: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888955.05181: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888955.05209: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888955.05233: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888955.05250: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888955.05288: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888955.05298: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.05306: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.05415: Set connection var ansible_timeout to 10 172629 1726888955.05426: Set connection var ansible_shell_type to sh 172629 1726888955.05438: Set connection var ansible_pipelining to False 172629 1726888955.05449: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888955.05660: Set connection var ansible_shell_executable to /bin/sh 172629 1726888955.05669: Set connection var ansible_connection to ssh 172629 1726888955.05671: variable 'ansible_shell_executable' from source: unknown 172629 1726888955.05674: variable 'ansible_connection' from source: unknown 172629 1726888955.05676: variable 'ansible_module_compression' from source: unknown 172629 1726888955.05678: variable 'ansible_shell_type' from source: unknown 172629 1726888955.05680: variable 'ansible_shell_executable' from source: unknown 172629 1726888955.05682: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.05684: variable 'ansible_pipelining' from source: unknown 172629 1726888955.05685: variable 'ansible_timeout' from source: unknown 172629 1726888955.05687: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.05690: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888955.05693: variable 'omit' from source: magic vars 172629 1726888955.05701: starting attempt loop 172629 1726888955.05708: running the handler 172629 1726888955.05724: handler run complete 172629 1726888955.05739: attempt loop complete, returning result 172629 1726888955.05745: _execute() done 172629 1726888955.05754: dumping result to json 172629 1726888955.05764: done dumping result, returning 172629 1726888955.05776: 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-d0a8-add8-000000000d41] 172629 1726888955.05786: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000d41 ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 172629 1726888955.05952: no more pending results, returning what we have 172629 1726888955.05958: results queue empty 172629 1726888955.05959: checking for any_errors_fatal 172629 1726888955.05968: done checking for any_errors_fatal 172629 1726888955.05969: checking for max_fail_percentage 172629 1726888955.05971: done checking for max_fail_percentage 172629 1726888955.05972: checking to see if all hosts have failed and the running result is not ok 172629 1726888955.05973: done checking to see if all hosts have failed 172629 1726888955.05974: getting the remaining hosts for this loop 172629 1726888955.05976: done getting the remaining hosts for this loop 172629 1726888955.05979: getting the next task for host managed_node1 172629 1726888955.05986: done getting next task for host managed_node1 172629 1726888955.05990: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 172629 1726888955.05993: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888955.06004: getting variables 172629 1726888955.06006: in VariableManager get_vars() 172629 1726888955.06038: Calling all_inventory to load vars for managed_node1 172629 1726888955.06041: Calling groups_inventory to load vars for managed_node1 172629 1726888955.06043: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888955.06052: Calling all_plugins_play to load vars for managed_node1 172629 1726888955.06054: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888955.06163: Calling groups_plugins_play to load vars for managed_node1 172629 1726888955.06913: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000d41 172629 1726888955.06916: WORKER PROCESS EXITING 172629 1726888955.07084: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888955.07662: done with get_vars() 172629 1726888955.07675: done getting variables 172629 1726888955.07725: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:35 -0400 (0:00:00.037) 0:00:55.357 ****** 172629 1726888955.07753: entering _queue_task() for managed_node1/set_fact 172629 1726888955.07996: worker is 1 (out of 1 available) 172629 1726888955.08009: exiting _queue_task() for managed_node1/set_fact 172629 1726888955.08020: done queuing things up, now waiting for results queue to drain 172629 1726888955.08021: waiting for pending results... 172629 1726888955.08304: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 172629 1726888955.08427: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000d42 172629 1726888955.08446: variable 'ansible_search_path' from source: unknown 172629 1726888955.08453: variable 'ansible_search_path' from source: unknown 172629 1726888955.08495: calling self._execute() 172629 1726888955.08604: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.08616: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.08628: variable 'omit' from source: magic vars 172629 1726888955.08738: variable 'omit' from source: magic vars 172629 1726888955.08793: variable 'omit' from source: magic vars 172629 1726888955.08836: variable 'omit' from source: magic vars 172629 1726888955.08884: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888955.08929: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888955.08954: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888955.08979: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888955.08994: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888955.09030: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888955.09038: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.09045: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.09151: Set connection var ansible_timeout to 10 172629 1726888955.09164: Set connection var ansible_shell_type to sh 172629 1726888955.09176: Set connection var ansible_pipelining to False 172629 1726888955.09187: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888955.09196: Set connection var ansible_shell_executable to /bin/sh 172629 1726888955.09201: Set connection var ansible_connection to ssh 172629 1726888955.09225: variable 'ansible_shell_executable' from source: unknown 172629 1726888955.09237: variable 'ansible_connection' from source: unknown 172629 1726888955.09244: variable 'ansible_module_compression' from source: unknown 172629 1726888955.09250: variable 'ansible_shell_type' from source: unknown 172629 1726888955.09258: variable 'ansible_shell_executable' from source: unknown 172629 1726888955.09266: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.09273: variable 'ansible_pipelining' from source: unknown 172629 1726888955.09279: variable 'ansible_timeout' from source: unknown 172629 1726888955.09286: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.09426: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888955.09444: variable 'omit' from source: magic vars 172629 1726888955.09460: starting attempt loop 172629 1726888955.09468: running the handler 172629 1726888955.09484: handler run complete 172629 1726888955.09500: attempt loop complete, returning result 172629 1726888955.09508: _execute() done 172629 1726888955.09562: dumping result to json 172629 1726888955.09566: done dumping result, returning 172629 1726888955.09569: 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-d0a8-add8-000000000d42] 172629 1726888955.09571: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000d42 ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 172629 1726888955.09738: no more pending results, returning what we have 172629 1726888955.09741: results queue empty 172629 1726888955.09742: checking for any_errors_fatal 172629 1726888955.09751: done checking for any_errors_fatal 172629 1726888955.09752: checking for max_fail_percentage 172629 1726888955.09754: done checking for max_fail_percentage 172629 1726888955.09756: checking to see if all hosts have failed and the running result is not ok 172629 1726888955.09757: done checking to see if all hosts have failed 172629 1726888955.09758: getting the remaining hosts for this loop 172629 1726888955.09760: done getting the remaining hosts for this loop 172629 1726888955.09763: getting the next task for host managed_node1 172629 1726888955.09769: done getting next task for host managed_node1 172629 1726888955.09772: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 172629 1726888955.09775: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888955.09787: getting variables 172629 1726888955.09789: in VariableManager get_vars() 172629 1726888955.09822: Calling all_inventory to load vars for managed_node1 172629 1726888955.09825: Calling groups_inventory to load vars for managed_node1 172629 1726888955.09828: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888955.09837: Calling all_plugins_play to load vars for managed_node1 172629 1726888955.09840: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888955.09843: Calling groups_plugins_play to load vars for managed_node1 172629 1726888955.10469: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000d42 172629 1726888955.10472: WORKER PROCESS EXITING 172629 1726888955.10572: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888955.11161: done with get_vars() 172629 1726888955.11175: 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 23:22:35 -0400 (0:00:00.035) 0:00:55.392 ****** 172629 1726888955.11260: entering _queue_task() for managed_node1/include_tasks 172629 1726888955.11498: worker is 1 (out of 1 available) 172629 1726888955.11510: exiting _queue_task() for managed_node1/include_tasks 172629 1726888955.11521: done queuing things up, now waiting for results queue to drain 172629 1726888955.11522: waiting for pending results... 172629 1726888955.11801: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 172629 1726888955.11921: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000d43 172629 1726888955.11941: variable 'ansible_search_path' from source: unknown 172629 1726888955.11948: variable 'ansible_search_path' from source: unknown 172629 1726888955.11993: calling self._execute() 172629 1726888955.12104: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.12116: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.12130: variable 'omit' from source: magic vars 172629 1726888955.12435: variable 'storage_provider' from source: role '' defaults 172629 1726888955.12451: _execute() done 172629 1726888955.12463: dumping result to json 172629 1726888955.12471: done dumping result, returning 172629 1726888955.12482: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-d0a8-add8-000000000d43] 172629 1726888955.12492: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000d43 172629 1726888955.12772: no more pending results, returning what we have 172629 1726888955.12777: in VariableManager get_vars() 172629 1726888955.12816: Calling all_inventory to load vars for managed_node1 172629 1726888955.12819: Calling groups_inventory to load vars for managed_node1 172629 1726888955.12821: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888955.12832: Calling all_plugins_play to load vars for managed_node1 172629 1726888955.12835: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888955.12839: Calling groups_plugins_play to load vars for managed_node1 172629 1726888955.13371: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000d43 172629 1726888955.13376: WORKER PROCESS EXITING 172629 1726888955.13459: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888955.14088: done with get_vars() 172629 1726888955.14104: variable 'ansible_search_path' from source: unknown 172629 1726888955.14106: variable 'ansible_search_path' from source: unknown 172629 1726888955.14135: we have included files to process 172629 1726888955.14137: generating all_blocks data 172629 1726888955.14138: done generating all_blocks data 172629 1726888955.14143: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726888955.14144: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726888955.14147: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726888955.15023: in VariableManager get_vars() 172629 1726888955.15048: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888955.16865: done processing included file 172629 1726888955.16867: iterating over new_blocks loaded from include file 172629 1726888955.16868: in VariableManager get_vars() 172629 1726888955.16887: done with get_vars() 172629 1726888955.16888: filtering new block on tags 172629 1726888955.16922: done filtering new block on tags 172629 1726888955.16930: in VariableManager get_vars() 172629 1726888955.16949: done with get_vars() 172629 1726888955.16951: filtering new block on tags 172629 1726888955.16986: done filtering new block on tags 172629 1726888955.16989: in VariableManager get_vars() 172629 1726888955.17007: done with get_vars() 172629 1726888955.17009: filtering new block on tags 172629 1726888955.17052: done filtering new block on tags 172629 1726888955.17058: 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 172629 1726888955.17063: extending task lists for all hosts with included blocks 172629 1726888955.17525: done extending task lists 172629 1726888955.17526: done processing included files 172629 1726888955.17527: results queue empty 172629 1726888955.17528: checking for any_errors_fatal 172629 1726888955.17530: done checking for any_errors_fatal 172629 1726888955.17531: checking for max_fail_percentage 172629 1726888955.17532: done checking for max_fail_percentage 172629 1726888955.17533: checking to see if all hosts have failed and the running result is not ok 172629 1726888955.17533: done checking to see if all hosts have failed 172629 1726888955.17534: getting the remaining hosts for this loop 172629 1726888955.17535: done getting the remaining hosts for this loop 172629 1726888955.17537: getting the next task for host managed_node1 172629 1726888955.17540: done getting next task for host managed_node1 172629 1726888955.17542: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 172629 1726888955.17545: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888955.17557: getting variables 172629 1726888955.17558: in VariableManager get_vars() 172629 1726888955.17568: Calling all_inventory to load vars for managed_node1 172629 1726888955.17570: Calling groups_inventory to load vars for managed_node1 172629 1726888955.17571: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888955.17576: Calling all_plugins_play to load vars for managed_node1 172629 1726888955.17583: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888955.17586: Calling groups_plugins_play to load vars for managed_node1 172629 1726888955.18035: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888955.18651: done with get_vars() 172629 1726888955.18668: done getting variables 172629 1726888955.18711: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:35 -0400 (0:00:00.074) 0:00:55.467 ****** 172629 1726888955.18742: entering _queue_task() for managed_node1/package 172629 1726888955.19129: worker is 1 (out of 1 available) 172629 1726888955.19144: exiting _queue_task() for managed_node1/package 172629 1726888955.19163: done queuing things up, now waiting for results queue to drain 172629 1726888955.19164: waiting for pending results... 172629 1726888955.19460: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 172629 1726888955.19661: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e82 172629 1726888955.19665: variable 'ansible_search_path' from source: unknown 172629 1726888955.19668: variable 'ansible_search_path' from source: unknown 172629 1726888955.19671: calling self._execute() 172629 1726888955.19766: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.19957: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.19962: variable 'omit' from source: magic vars 172629 1726888955.20219: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888955.20522: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888955.20578: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888955.20621: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888955.20668: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888955.20845: 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) 172629 1726888955.20849: 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) 172629 1726888955.20852: 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) 172629 1726888955.20868: 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) 172629 1726888955.21029: variable 'storage_skip_checks' from source: set_fact 172629 1726888955.21071: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 172629 1726888955.21079: when evaluation is False, skipping this task 172629 1726888955.21086: _execute() done 172629 1726888955.21093: dumping result to json 172629 1726888955.21099: done dumping result, returning 172629 1726888955.21109: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-d0a8-add8-000000000e82] 172629 1726888955.21118: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e82 172629 1726888955.21461: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e82 172629 1726888955.21465: WORKER PROCESS EXITING 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" } 172629 1726888955.21515: no more pending results, returning what we have 172629 1726888955.21520: results queue empty 172629 1726888955.21521: checking for any_errors_fatal 172629 1726888955.21522: done checking for any_errors_fatal 172629 1726888955.21523: checking for max_fail_percentage 172629 1726888955.21525: done checking for max_fail_percentage 172629 1726888955.21526: checking to see if all hosts have failed and the running result is not ok 172629 1726888955.21527: done checking to see if all hosts have failed 172629 1726888955.21528: getting the remaining hosts for this loop 172629 1726888955.21530: done getting the remaining hosts for this loop 172629 1726888955.21533: getting the next task for host managed_node1 172629 1726888955.21540: done getting next task for host managed_node1 172629 1726888955.21544: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 172629 1726888955.21549: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888955.21573: getting variables 172629 1726888955.21575: in VariableManager get_vars() 172629 1726888955.21617: Calling all_inventory to load vars for managed_node1 172629 1726888955.21619: Calling groups_inventory to load vars for managed_node1 172629 1726888955.21622: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888955.21633: Calling all_plugins_play to load vars for managed_node1 172629 1726888955.21636: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888955.21639: Calling groups_plugins_play to load vars for managed_node1 172629 1726888955.22390: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888955.23087: done with get_vars() 172629 1726888955.23102: done getting variables 172629 1726888955.23159: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:22:35 -0400 (0:00:00.044) 0:00:55.511 ****** 172629 1726888955.23197: entering _queue_task() for managed_node1/debug 172629 1726888955.23506: worker is 1 (out of 1 available) 172629 1726888955.23632: exiting _queue_task() for managed_node1/debug 172629 1726888955.23643: done queuing things up, now waiting for results queue to drain 172629 1726888955.23644: waiting for pending results... 172629 1726888955.23848: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools 172629 1726888955.23993: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e83 172629 1726888955.24013: variable 'ansible_search_path' from source: unknown 172629 1726888955.24020: variable 'ansible_search_path' from source: unknown 172629 1726888955.24066: calling self._execute() 172629 1726888955.24193: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.24196: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.24279: variable 'omit' from source: magic vars 172629 1726888955.24324: variable 'omit' from source: magic vars 172629 1726888955.24396: variable 'omit' from source: magic vars 172629 1726888955.24437: variable 'omit' from source: magic vars 172629 1726888955.24487: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888955.24538: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888955.24569: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888955.24591: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888955.24612: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888955.24649: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888955.24662: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.24669: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.24821: Set connection var ansible_timeout to 10 172629 1726888955.24825: Set connection var ansible_shell_type to sh 172629 1726888955.24827: Set connection var ansible_pipelining to False 172629 1726888955.24829: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888955.24831: Set connection var ansible_shell_executable to /bin/sh 172629 1726888955.24833: Set connection var ansible_connection to ssh 172629 1726888955.24841: variable 'ansible_shell_executable' from source: unknown 172629 1726888955.24848: variable 'ansible_connection' from source: unknown 172629 1726888955.24859: variable 'ansible_module_compression' from source: unknown 172629 1726888955.24866: variable 'ansible_shell_type' from source: unknown 172629 1726888955.24873: variable 'ansible_shell_executable' from source: unknown 172629 1726888955.24879: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.24887: variable 'ansible_pipelining' from source: unknown 172629 1726888955.24893: variable 'ansible_timeout' from source: unknown 172629 1726888955.24930: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.25070: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888955.25088: variable 'omit' from source: magic vars 172629 1726888955.25099: starting attempt loop 172629 1726888955.25106: running the handler 172629 1726888955.25371: handler run complete 172629 1726888955.25460: attempt loop complete, returning result 172629 1726888955.25463: _execute() done 172629 1726888955.25465: dumping result to json 172629 1726888955.25468: done dumping result, returning 172629 1726888955.25469: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-d0a8-add8-000000000e83] 172629 1726888955.25476: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e83 172629 1726888955.25542: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e83 172629 1726888955.25544: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } 172629 1726888955.25644: no more pending results, returning what we have 172629 1726888955.25648: results queue empty 172629 1726888955.25649: checking for any_errors_fatal 172629 1726888955.25663: done checking for any_errors_fatal 172629 1726888955.25664: checking for max_fail_percentage 172629 1726888955.25666: done checking for max_fail_percentage 172629 1726888955.25667: checking to see if all hosts have failed and the running result is not ok 172629 1726888955.25668: done checking to see if all hosts have failed 172629 1726888955.25668: getting the remaining hosts for this loop 172629 1726888955.25670: done getting the remaining hosts for this loop 172629 1726888955.25673: getting the next task for host managed_node1 172629 1726888955.25680: done getting next task for host managed_node1 172629 1726888955.25684: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 172629 1726888955.25687: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888955.25699: getting variables 172629 1726888955.25700: in VariableManager get_vars() 172629 1726888955.25737: Calling all_inventory to load vars for managed_node1 172629 1726888955.25740: Calling groups_inventory to load vars for managed_node1 172629 1726888955.25742: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888955.25870: Calling all_plugins_play to load vars for managed_node1 172629 1726888955.25875: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888955.25879: Calling groups_plugins_play to load vars for managed_node1 172629 1726888955.26790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888955.27318: done with get_vars() 172629 1726888955.27331: done getting variables 172629 1726888955.27386: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:22:35 -0400 (0:00:00.042) 0:00:55.554 ****** 172629 1726888955.27421: entering _queue_task() for managed_node1/debug 172629 1726888955.27970: worker is 1 (out of 1 available) 172629 1726888955.27980: exiting _queue_task() for managed_node1/debug 172629 1726888955.27990: done queuing things up, now waiting for results queue to drain 172629 1726888955.27991: waiting for pending results... 172629 1726888955.28121: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes 172629 1726888955.28328: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e84 172629 1726888955.28331: variable 'ansible_search_path' from source: unknown 172629 1726888955.28335: variable 'ansible_search_path' from source: unknown 172629 1726888955.28337: calling self._execute() 172629 1726888955.28413: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.28425: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.28447: variable 'omit' from source: magic vars 172629 1726888955.28574: variable 'omit' from source: magic vars 172629 1726888955.28650: variable 'omit' from source: magic vars 172629 1726888955.28696: variable 'omit' from source: magic vars 172629 1726888955.28743: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888955.28795: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888955.28821: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888955.28843: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888955.28868: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888955.28906: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888955.28914: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.28980: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.29043: Set connection var ansible_timeout to 10 172629 1726888955.29058: Set connection var ansible_shell_type to sh 172629 1726888955.29074: Set connection var ansible_pipelining to False 172629 1726888955.29092: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888955.29104: Set connection var ansible_shell_executable to /bin/sh 172629 1726888955.29110: Set connection var ansible_connection to ssh 172629 1726888955.29135: variable 'ansible_shell_executable' from source: unknown 172629 1726888955.29142: variable 'ansible_connection' from source: unknown 172629 1726888955.29148: variable 'ansible_module_compression' from source: unknown 172629 1726888955.29157: variable 'ansible_shell_type' from source: unknown 172629 1726888955.29195: variable 'ansible_shell_executable' from source: unknown 172629 1726888955.29198: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.29200: variable 'ansible_pipelining' from source: unknown 172629 1726888955.29207: variable 'ansible_timeout' from source: unknown 172629 1726888955.29209: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.29358: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888955.29413: variable 'omit' from source: magic vars 172629 1726888955.29416: starting attempt loop 172629 1726888955.29421: running the handler 172629 1726888955.29459: variable 'storage_volumes' from source: include params 172629 1726888955.29673: variable 'storage_volumes' from source: include params 172629 1726888955.29691: variable 'mount_location' from source: play vars 172629 1726888955.29849: variable 'mount_location' from source: play vars 172629 1726888955.29871: variable '__swap_disk' from source: set_fact 172629 1726888955.29959: handler run complete 172629 1726888955.29989: attempt loop complete, returning result 172629 1726888955.29996: _execute() done 172629 1726888955.30003: dumping result to json 172629 1726888955.30010: done dumping result, returning 172629 1726888955.30021: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-d0a8-add8-000000000e84] 172629 1726888955.30029: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e84 172629 1726888955.30363: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e84 172629 1726888955.30367: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } 172629 1726888955.30439: no more pending results, returning what we have 172629 1726888955.30443: results queue empty 172629 1726888955.30444: checking for any_errors_fatal 172629 1726888955.30449: done checking for any_errors_fatal 172629 1726888955.30450: checking for max_fail_percentage 172629 1726888955.30451: done checking for max_fail_percentage 172629 1726888955.30452: checking to see if all hosts have failed and the running result is not ok 172629 1726888955.30457: done checking to see if all hosts have failed 172629 1726888955.30458: getting the remaining hosts for this loop 172629 1726888955.30459: done getting the remaining hosts for this loop 172629 1726888955.30462: getting the next task for host managed_node1 172629 1726888955.30469: done getting next task for host managed_node1 172629 1726888955.30472: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 172629 1726888955.30475: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888955.30486: getting variables 172629 1726888955.30488: in VariableManager get_vars() 172629 1726888955.30525: Calling all_inventory to load vars for managed_node1 172629 1726888955.30528: Calling groups_inventory to load vars for managed_node1 172629 1726888955.30530: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888955.30540: Calling all_plugins_play to load vars for managed_node1 172629 1726888955.30543: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888955.30546: Calling groups_plugins_play to load vars for managed_node1 172629 1726888955.31318: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888955.31966: done with get_vars() 172629 1726888955.31986: 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 23:22:35 -0400 (0:00:00.046) 0:00:55.600 ****** 172629 1726888955.32078: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888955.32392: worker is 1 (out of 1 available) 172629 1726888955.32403: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888955.32527: done queuing things up, now waiting for results queue to drain 172629 1726888955.32528: waiting for pending results... 172629 1726888955.32720: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages 172629 1726888955.32960: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e85 172629 1726888955.32965: variable 'ansible_search_path' from source: unknown 172629 1726888955.32969: variable 'ansible_search_path' from source: unknown 172629 1726888955.32972: calling self._execute() 172629 1726888955.33051: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.33071: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.33090: variable 'omit' from source: magic vars 172629 1726888955.33528: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888955.33848: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888955.33903: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888955.33960: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888955.34041: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888955.34096: 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) 172629 1726888955.34128: 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) 172629 1726888955.34172: 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) 172629 1726888955.34205: 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) 172629 1726888955.34360: variable 'storage_skip_checks' from source: set_fact 172629 1726888955.34460: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726888955.34463: when evaluation is False, skipping this task 172629 1726888955.34465: _execute() done 172629 1726888955.34468: dumping result to json 172629 1726888955.34470: done dumping result, returning 172629 1726888955.34477: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-d0a8-add8-000000000e85] 172629 1726888955.34480: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e85 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" } 172629 1726888955.34722: no more pending results, returning what we have 172629 1726888955.34726: results queue empty 172629 1726888955.34728: checking for any_errors_fatal 172629 1726888955.34734: done checking for any_errors_fatal 172629 1726888955.34735: checking for max_fail_percentage 172629 1726888955.34737: done checking for max_fail_percentage 172629 1726888955.34738: checking to see if all hosts have failed and the running result is not ok 172629 1726888955.34739: done checking to see if all hosts have failed 172629 1726888955.34740: getting the remaining hosts for this loop 172629 1726888955.34741: done getting the remaining hosts for this loop 172629 1726888955.34745: getting the next task for host managed_node1 172629 1726888955.34757: done getting next task for host managed_node1 172629 1726888955.34763: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 172629 1726888955.34766: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888955.34788: getting variables 172629 1726888955.34790: in VariableManager get_vars() 172629 1726888955.34887: Calling all_inventory to load vars for managed_node1 172629 1726888955.34890: Calling groups_inventory to load vars for managed_node1 172629 1726888955.34892: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888955.34898: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e85 172629 1726888955.34901: WORKER PROCESS EXITING 172629 1726888955.34914: Calling all_plugins_play to load vars for managed_node1 172629 1726888955.34917: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888955.34920: Calling groups_plugins_play to load vars for managed_node1 172629 1726888955.35630: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888955.36329: done with get_vars() 172629 1726888955.36345: 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 23:22:35 -0400 (0:00:00.043) 0:00:55.644 ****** 172629 1726888955.36450: entering _queue_task() for managed_node1/include_tasks 172629 1726888955.36773: worker is 1 (out of 1 available) 172629 1726888955.36787: exiting _queue_task() for managed_node1/include_tasks 172629 1726888955.36804: done queuing things up, now waiting for results queue to drain 172629 1726888955.36806: waiting for pending results... 172629 1726888955.37135: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 172629 1726888955.37310: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e86 172629 1726888955.37329: variable 'ansible_search_path' from source: unknown 172629 1726888955.37336: variable 'ansible_search_path' from source: unknown 172629 1726888955.37385: calling self._execute() 172629 1726888955.37507: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.37519: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.37532: variable 'omit' from source: magic vars 172629 1726888955.37934: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888955.38221: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888955.38276: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888955.38313: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888955.38353: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888955.38439: 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) 172629 1726888955.38475: 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) 172629 1726888955.38550: 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) 172629 1726888955.38556: 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) 172629 1726888955.38676: variable 'storage_skip_checks' from source: set_fact 172629 1726888955.38704: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726888955.38711: when evaluation is False, skipping this task 172629 1726888955.38716: _execute() done 172629 1726888955.38722: dumping result to json 172629 1726888955.38728: done dumping result, returning 172629 1726888955.38737: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-d0a8-add8-000000000e86] 172629 1726888955.38745: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e86 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" } 172629 1726888955.38924: no more pending results, returning what we have 172629 1726888955.38928: results queue empty 172629 1726888955.38929: checking for any_errors_fatal 172629 1726888955.38939: done checking for any_errors_fatal 172629 1726888955.38939: checking for max_fail_percentage 172629 1726888955.38941: done checking for max_fail_percentage 172629 1726888955.38942: checking to see if all hosts have failed and the running result is not ok 172629 1726888955.38943: done checking to see if all hosts have failed 172629 1726888955.38943: getting the remaining hosts for this loop 172629 1726888955.38945: done getting the remaining hosts for this loop 172629 1726888955.38949: getting the next task for host managed_node1 172629 1726888955.38958: done getting next task for host managed_node1 172629 1726888955.38963: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 172629 1726888955.38966: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888955.38990: getting variables 172629 1726888955.38992: in VariableManager get_vars() 172629 1726888955.39025: Calling all_inventory to load vars for managed_node1 172629 1726888955.39028: Calling groups_inventory to load vars for managed_node1 172629 1726888955.39030: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888955.39042: Calling all_plugins_play to load vars for managed_node1 172629 1726888955.39044: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888955.39048: Calling groups_plugins_play to load vars for managed_node1 172629 1726888955.39165: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e86 172629 1726888955.39168: WORKER PROCESS EXITING 172629 1726888955.39703: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888955.40272: done with get_vars() 172629 1726888955.40291: done getting variables 172629 1726888955.40346: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:35 -0400 (0:00:00.039) 0:00:55.683 ****** 172629 1726888955.40383: entering _queue_task() for managed_node1/package 172629 1726888955.40677: worker is 1 (out of 1 available) 172629 1726888955.40689: exiting _queue_task() for managed_node1/package 172629 1726888955.40701: done queuing things up, now waiting for results queue to drain 172629 1726888955.40702: waiting for pending results... 172629 1726888955.40999: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 172629 1726888955.41140: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e87 172629 1726888955.41163: variable 'ansible_search_path' from source: unknown 172629 1726888955.41170: variable 'ansible_search_path' from source: unknown 172629 1726888955.41288: calling self._execute() 172629 1726888955.41320: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.41331: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.41344: variable 'omit' from source: magic vars 172629 1726888955.41736: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888955.42016: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888955.42074: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888955.42110: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888955.42149: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888955.42361: 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) 172629 1726888955.42364: 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) 172629 1726888955.42367: 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) 172629 1726888955.42369: 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) 172629 1726888955.42495: variable 'storage_skip_checks' from source: set_fact 172629 1726888955.42524: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726888955.42531: when evaluation is False, skipping this task 172629 1726888955.42538: _execute() done 172629 1726888955.42544: dumping result to json 172629 1726888955.42552: done dumping result, returning 172629 1726888955.42566: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-d0a8-add8-000000000e87] 172629 1726888955.42575: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e87 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" } 172629 1726888955.42857: no more pending results, returning what we have 172629 1726888955.42862: results queue empty 172629 1726888955.42863: checking for any_errors_fatal 172629 1726888955.42870: done checking for any_errors_fatal 172629 1726888955.42871: checking for max_fail_percentage 172629 1726888955.42873: done checking for max_fail_percentage 172629 1726888955.42874: checking to see if all hosts have failed and the running result is not ok 172629 1726888955.42875: done checking to see if all hosts have failed 172629 1726888955.42876: getting the remaining hosts for this loop 172629 1726888955.42878: done getting the remaining hosts for this loop 172629 1726888955.42881: getting the next task for host managed_node1 172629 1726888955.42889: done getting next task for host managed_node1 172629 1726888955.42893: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 172629 1726888955.42896: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888955.42918: getting variables 172629 1726888955.42920: in VariableManager get_vars() 172629 1726888955.42963: Calling all_inventory to load vars for managed_node1 172629 1726888955.42966: Calling groups_inventory to load vars for managed_node1 172629 1726888955.42969: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888955.42980: Calling all_plugins_play to load vars for managed_node1 172629 1726888955.42983: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888955.42986: Calling groups_plugins_play to load vars for managed_node1 172629 1726888955.43589: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e87 172629 1726888955.43593: WORKER PROCESS EXITING 172629 1726888955.43821: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888955.44484: done with get_vars() 172629 1726888955.44500: 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 23:22:35 -0400 (0:00:00.042) 0:00:55.726 ****** 172629 1726888955.44608: entering _queue_task() for managed_node1/service_facts 172629 1726888955.45046: worker is 1 (out of 1 available) 172629 1726888955.45062: exiting _queue_task() for managed_node1/service_facts 172629 1726888955.45076: done queuing things up, now waiting for results queue to drain 172629 1726888955.45077: waiting for pending results... 172629 1726888955.45297: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts 172629 1726888955.45459: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e88 172629 1726888955.45482: variable 'ansible_search_path' from source: unknown 172629 1726888955.45489: variable 'ansible_search_path' from source: unknown 172629 1726888955.45531: calling self._execute() 172629 1726888955.45644: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.45659: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.45674: variable 'omit' from source: magic vars 172629 1726888955.46096: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888955.46402: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888955.46458: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888955.46498: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888955.46538: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888955.46631: 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) 172629 1726888955.46669: 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) 172629 1726888955.46699: 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) 172629 1726888955.46771: 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) 172629 1726888955.46897: variable 'storage_skip_checks' from source: set_fact 172629 1726888955.46924: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 172629 1726888955.46931: when evaluation is False, skipping this task 172629 1726888955.46942: _execute() done 172629 1726888955.46950: dumping result to json 172629 1726888955.46961: done dumping result, returning 172629 1726888955.46971: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-d0a8-add8-000000000e88] 172629 1726888955.47047: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e88 172629 1726888955.47118: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e88 172629 1726888955.47121: 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" } 172629 1726888955.47203: no more pending results, returning what we have 172629 1726888955.47207: results queue empty 172629 1726888955.47208: checking for any_errors_fatal 172629 1726888955.47218: done checking for any_errors_fatal 172629 1726888955.47218: checking for max_fail_percentage 172629 1726888955.47220: done checking for max_fail_percentage 172629 1726888955.47221: checking to see if all hosts have failed and the running result is not ok 172629 1726888955.47222: done checking to see if all hosts have failed 172629 1726888955.47223: getting the remaining hosts for this loop 172629 1726888955.47225: done getting the remaining hosts for this loop 172629 1726888955.47229: getting the next task for host managed_node1 172629 1726888955.47236: done getting next task for host managed_node1 172629 1726888955.47240: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 172629 1726888955.47244: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888955.47268: getting variables 172629 1726888955.47270: in VariableManager get_vars() 172629 1726888955.47422: Calling all_inventory to load vars for managed_node1 172629 1726888955.47426: Calling groups_inventory to load vars for managed_node1 172629 1726888955.47429: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888955.47438: Calling all_plugins_play to load vars for managed_node1 172629 1726888955.47441: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888955.47444: Calling groups_plugins_play to load vars for managed_node1 172629 1726888955.48043: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888955.48662: done with get_vars() 172629 1726888955.48676: done getting variables 172629 1726888955.48730: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:35 -0400 (0:00:00.041) 0:00:55.767 ****** 172629 1726888955.48773: entering _queue_task() for managed_node1/set_fact 172629 1726888955.49059: worker is 1 (out of 1 available) 172629 1726888955.49186: exiting _queue_task() for managed_node1/set_fact 172629 1726888955.49197: done queuing things up, now waiting for results queue to drain 172629 1726888955.49198: waiting for pending results... 172629 1726888955.49436: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 172629 1726888955.49614: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e89 172629 1726888955.49617: variable 'ansible_search_path' from source: unknown 172629 1726888955.49619: variable 'ansible_search_path' from source: unknown 172629 1726888955.49628: calling self._execute() 172629 1726888955.49731: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.49741: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.49761: variable 'omit' from source: magic vars 172629 1726888955.49940: variable 'omit' from source: magic vars 172629 1726888955.49966: variable 'omit' from source: magic vars 172629 1726888955.50369: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888955.53072: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888955.53160: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888955.53206: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888955.53243: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888955.53279: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888955.53416: 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) 172629 1726888955.53420: 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) 172629 1726888955.53435: 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) 172629 1726888955.53485: 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) 172629 1726888955.53506: 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) 172629 1726888955.53566: 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) 172629 1726888955.53595: 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) 172629 1726888955.53623: 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) 172629 1726888955.53679: 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) 172629 1726888955.53742: 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) 172629 1726888955.53766: 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) 172629 1726888955.53792: 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) 172629 1726888955.53815: 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) 172629 1726888955.53862: 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) 172629 1726888955.53879: 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) 172629 1726888955.53919: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 172629 1726888955.53942: 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) 172629 1726888955.54067: 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) 172629 1726888955.54072: 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) 172629 1726888955.54074: 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) 172629 1726888955.54110: 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) 172629 1726888955.54139: 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) 172629 1726888955.54178: 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) 172629 1726888955.54260: 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) 172629 1726888955.54263: 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) 172629 1726888955.54545: variable 'ansible_facts' from source: unknown 172629 1726888955.54839: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888955.55041: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888955.55097: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888955.55165: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888955.55174: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888955.55228: 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) 172629 1726888955.55259: 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) 172629 1726888955.55381: 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) 172629 1726888955.55384: 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) 172629 1726888955.55896: variable 'omit' from source: magic vars 172629 1726888955.55935: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888955.55969: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888955.55992: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888955.56012: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888955.56029: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888955.56068: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888955.56078: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.56085: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.56198: Set connection var ansible_timeout to 10 172629 1726888955.56208: Set connection var ansible_shell_type to sh 172629 1726888955.56219: Set connection var ansible_pipelining to False 172629 1726888955.56230: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888955.56239: Set connection var ansible_shell_executable to /bin/sh 172629 1726888955.56257: Set connection var ansible_connection to ssh 172629 1726888955.56360: variable 'ansible_shell_executable' from source: unknown 172629 1726888955.56363: variable 'ansible_connection' from source: unknown 172629 1726888955.56365: variable 'ansible_module_compression' from source: unknown 172629 1726888955.56367: variable 'ansible_shell_type' from source: unknown 172629 1726888955.56369: variable 'ansible_shell_executable' from source: unknown 172629 1726888955.56371: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.56373: variable 'ansible_pipelining' from source: unknown 172629 1726888955.56375: variable 'ansible_timeout' from source: unknown 172629 1726888955.56377: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.56432: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888955.56447: variable 'omit' from source: magic vars 172629 1726888955.56460: starting attempt loop 172629 1726888955.56470: running the handler 172629 1726888955.56660: handler run complete 172629 1726888955.56663: attempt loop complete, returning result 172629 1726888955.56665: _execute() done 172629 1726888955.56669: dumping result to json 172629 1726888955.56671: done dumping result, returning 172629 1726888955.56673: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-d0a8-add8-000000000e89] 172629 1726888955.56675: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e89 172629 1726888955.56735: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e89 172629 1726888955.56739: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 172629 1726888955.56817: no more pending results, returning what we have 172629 1726888955.56821: results queue empty 172629 1726888955.56822: checking for any_errors_fatal 172629 1726888955.56829: done checking for any_errors_fatal 172629 1726888955.56830: checking for max_fail_percentage 172629 1726888955.56831: done checking for max_fail_percentage 172629 1726888955.56832: checking to see if all hosts have failed and the running result is not ok 172629 1726888955.56833: done checking to see if all hosts have failed 172629 1726888955.56834: getting the remaining hosts for this loop 172629 1726888955.56836: done getting the remaining hosts for this loop 172629 1726888955.56840: getting the next task for host managed_node1 172629 1726888955.56858: done getting next task for host managed_node1 172629 1726888955.56862: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 172629 1726888955.56866: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888955.56877: getting variables 172629 1726888955.56879: in VariableManager get_vars() 172629 1726888955.56917: Calling all_inventory to load vars for managed_node1 172629 1726888955.56920: Calling groups_inventory to load vars for managed_node1 172629 1726888955.56922: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888955.56933: Calling all_plugins_play to load vars for managed_node1 172629 1726888955.56937: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888955.56940: Calling groups_plugins_play to load vars for managed_node1 172629 1726888955.58028: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888955.58669: done with get_vars() 172629 1726888955.58685: 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 23:22:35 -0400 (0:00:00.100) 0:00:55.867 ****** 172629 1726888955.58783: entering _queue_task() for managed_node1/systemd 172629 1726888955.59081: worker is 1 (out of 1 available) 172629 1726888955.59094: exiting _queue_task() for managed_node1/systemd 172629 1726888955.59220: done queuing things up, now waiting for results queue to drain 172629 1726888955.59221: waiting for pending results... 172629 1726888955.59459: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 172629 1726888955.59862: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e8b 172629 1726888955.59866: variable 'ansible_search_path' from source: unknown 172629 1726888955.59870: variable 'ansible_search_path' from source: unknown 172629 1726888955.59873: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888955.59986: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888955.60043: dumping result to json 172629 1726888955.60062: done dumping result, returning 172629 1726888955.60084: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-d0a8-add8-000000000e8b] 172629 1726888955.60101: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e8b 172629 1726888955.60340: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e8b 172629 1726888955.60345: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888955.60395: no more pending results, returning what we have 172629 1726888955.60403: results queue empty 172629 1726888955.60404: checking for any_errors_fatal 172629 1726888955.60412: done checking for any_errors_fatal 172629 1726888955.60413: checking for max_fail_percentage 172629 1726888955.60414: done checking for max_fail_percentage 172629 1726888955.60415: checking to see if all hosts have failed and the running result is not ok 172629 1726888955.60416: done checking to see if all hosts have failed 172629 1726888955.60417: getting the remaining hosts for this loop 172629 1726888955.60418: done getting the remaining hosts for this loop 172629 1726888955.60421: getting the next task for host managed_node1 172629 1726888955.60428: done getting next task for host managed_node1 172629 1726888955.60432: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 172629 1726888955.60436: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888955.60456: getting variables 172629 1726888955.60458: in VariableManager get_vars() 172629 1726888955.60487: Calling all_inventory to load vars for managed_node1 172629 1726888955.60490: Calling groups_inventory to load vars for managed_node1 172629 1726888955.60491: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888955.60500: Calling all_plugins_play to load vars for managed_node1 172629 1726888955.60502: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888955.60505: Calling groups_plugins_play to load vars for managed_node1 172629 1726888955.61087: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888955.61749: done with get_vars() 172629 1726888955.61766: 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 23:22:35 -0400 (0:00:00.030) 0:00:55.898 ****** 172629 1726888955.61885: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888955.62223: worker is 1 (out of 1 available) 172629 1726888955.62236: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888955.62248: done queuing things up, now waiting for results queue to drain 172629 1726888955.62249: waiting for pending results... 172629 1726888955.62599: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 172629 1726888955.62726: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e8c 172629 1726888955.62749: variable 'ansible_search_path' from source: unknown 172629 1726888955.62805: variable 'ansible_search_path' from source: unknown 172629 1726888955.62812: calling self._execute() 172629 1726888955.62935: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.63024: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.63028: variable 'omit' from source: magic vars 172629 1726888955.63090: variable 'omit' from source: magic vars 172629 1726888955.63164: variable 'omit' from source: magic vars 172629 1726888955.63436: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888955.65711: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888955.65789: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888955.65828: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888955.65875: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888955.65905: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888955.66061: 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) 172629 1726888955.66066: 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) 172629 1726888955.66069: 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) 172629 1726888955.66097: 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) 172629 1726888955.66115: 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) 172629 1726888955.66373: variable 'storage_volumes' from source: include params 172629 1726888955.66390: variable 'mount_location' from source: play vars 172629 1726888955.66472: variable 'mount_location' from source: play vars 172629 1726888955.66556: variable '__swap_disk' from source: set_fact 172629 1726888955.66625: variable 'storage_use_partitions' from source: role '' defaults 172629 1726888955.66637: variable 'storage_disklabel_type' from source: role '' defaults 172629 1726888955.66644: variable 'storage_pool_defaults' from source: role '' defaults 172629 1726888955.66730: variable 'storage_pool_defaults' from source: role '' defaults 172629 1726888955.66836: variable 'storage_volume_defaults' from source: role '' defaults 172629 1726888955.66876: variable 'storage_volume_defaults' from source: role '' defaults 172629 1726888955.66986: variable 'storage_safe_mode' from source: play vars 172629 1726888955.67069: 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) 172629 1726888955.67260: 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) 172629 1726888955.67263: 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) 172629 1726888955.67265: 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) 172629 1726888955.67267: 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) 172629 1726888955.67269: variable 'omit' from source: magic vars 172629 1726888955.67271: variable 'omit' from source: magic vars 172629 1726888955.67273: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888955.67300: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888955.67325: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888955.67349: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888955.67370: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888955.67413: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888955.67422: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.67430: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.67544: Set connection var ansible_timeout to 10 172629 1726888955.67560: Set connection var ansible_shell_type to sh 172629 1726888955.67574: Set connection var ansible_pipelining to False 172629 1726888955.67585: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888955.67594: Set connection var ansible_shell_executable to /bin/sh 172629 1726888955.67608: Set connection var ansible_connection to ssh 172629 1726888955.67634: variable 'ansible_shell_executable' from source: unknown 172629 1726888955.67642: variable 'ansible_connection' from source: unknown 172629 1726888955.67649: variable 'ansible_module_compression' from source: unknown 172629 1726888955.67660: variable 'ansible_shell_type' from source: unknown 172629 1726888955.67668: variable 'ansible_shell_executable' from source: unknown 172629 1726888955.67716: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888955.67720: variable 'ansible_pipelining' from source: unknown 172629 1726888955.67722: variable 'ansible_timeout' from source: unknown 172629 1726888955.67725: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888955.67840: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888955.67862: variable 'omit' from source: magic vars 172629 1726888955.67877: starting attempt loop 172629 1726888955.67884: running the handler 172629 1726888955.67903: _low_level_execute_command(): starting 172629 1726888955.67935: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888955.68673: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888955.68695: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888955.68721: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888955.68821: stderr 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 <<< 172629 1726888955.68845: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888955.68876: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888955.68901: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888955.68984: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888955.70741: stdout chunk (state=3): >>>/root <<< 172629 1726888955.70902: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888955.70906: stdout chunk (state=3): >>><<< 172629 1726888955.70908: stderr chunk (state=3): >>><<< 172629 1726888955.70924: _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 172629 1726888955.70940: _low_level_execute_command(): starting 172629 1726888955.71021: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888955.7093015-174624-13596065327313 `" && echo ansible-tmp-1726888955.7093015-174624-13596065327313="` echo /root/.ansible/tmp/ansible-tmp-1726888955.7093015-174624-13596065327313 `" ) && sleep 0' 172629 1726888955.71566: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888955.71580: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888955.71593: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888955.71619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888955.71671: 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 <<< 172629 1726888955.71735: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888955.71761: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888955.71795: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888955.71844: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888955.73742: stdout chunk (state=3): >>>ansible-tmp-1726888955.7093015-174624-13596065327313=/root/.ansible/tmp/ansible-tmp-1726888955.7093015-174624-13596065327313 <<< 172629 1726888955.73876: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888955.73924: stderr chunk (state=3): >>><<< 172629 1726888955.73927: stdout chunk (state=3): >>><<< 172629 1726888955.74160: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888955.7093015-174624-13596065327313=/root/.ansible/tmp/ansible-tmp-1726888955.7093015-174624-13596065327313 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888955.74164: variable 'ansible_module_compression' from source: unknown 172629 1726888955.74166: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 172629 1726888955.74169: variable 'ansible_facts' from source: unknown 172629 1726888955.74236: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888955.7093015-174624-13596065327313/AnsiballZ_blivet.py 172629 1726888955.74409: Sending initial data 172629 1726888955.74418: Sent initial data (156 bytes) 172629 1726888955.75031: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888955.75056: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888955.75074: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888955.75172: stderr 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 <<< 172629 1726888955.75198: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888955.75218: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888955.75230: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888955.75300: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888955.76866: 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 <<< 172629 1726888955.76926: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888955.76995: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpgevh_c3d /root/.ansible/tmp/ansible-tmp-1726888955.7093015-174624-13596065327313/AnsiballZ_blivet.py <<< 172629 1726888955.77015: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888955.7093015-174624-13596065327313/AnsiballZ_blivet.py" <<< 172629 1726888955.77046: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpgevh_c3d" to remote "/root/.ansible/tmp/ansible-tmp-1726888955.7093015-174624-13596065327313/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888955.7093015-174624-13596065327313/AnsiballZ_blivet.py" <<< 172629 1726888955.77887: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888955.77930: stderr chunk (state=3): >>><<< 172629 1726888955.77933: stdout chunk (state=3): >>><<< 172629 1726888955.77960: done transferring module to remote 172629 1726888955.78028: _low_level_execute_command(): starting 172629 1726888955.78031: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888955.7093015-174624-13596065327313/ /root/.ansible/tmp/ansible-tmp-1726888955.7093015-174624-13596065327313/AnsiballZ_blivet.py && sleep 0' 172629 1726888955.78803: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888955.78903: 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 <<< 172629 1726888955.78916: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888955.78987: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888955.80766: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888955.80770: stdout chunk (state=3): >>><<< 172629 1726888955.80772: stderr chunk (state=3): >>><<< 172629 1726888955.80859: _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 172629 1726888955.80863: _low_level_execute_command(): starting 172629 1726888955.80865: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888955.7093015-174624-13596065327313/AnsiballZ_blivet.py && sleep 0' 172629 1726888955.81401: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888955.81414: 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 <<< 172629 1726888955.81471: 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 <<< 172629 1726888955.81517: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888955.81530: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888955.81548: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888955.81714: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888955.83850: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888955.83880: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888955.83910: stdout chunk (state=3): >>>import '_thread' # <<< 172629 1726888955.83920: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 172629 1726888955.83984: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888955.83996: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888955.84019: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888955.84073: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888955.84092: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888955.84145: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726888955.84179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 172629 1726888955.84190: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888955.84218: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888955.84254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888955.84306: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442a184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14429e7b30> <<< 172629 1726888955.84309: 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' <<< 172629 1726888955.84356: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442a1aa50> import '_signal' # <<< 172629 1726888955.84360: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888955.84376: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888955.84410: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888955.84488: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888955.84524: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888955.84560: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 172629 1726888955.84593: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726888955.84613: 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' <<< 172629 1726888955.84645: 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' <<< 172629 1726888955.84671: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f144282d130> <<< 172629 1726888955.84733: 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 <<< 172629 1726888955.84772: 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 0x7f144282e120> <<< 172629 1726888955.84776: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888955.84802: 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. <<< 172629 1726888955.85074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888955.85077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888955.85102: 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' <<< 172629 1726888955.85122: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888955.85166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888955.85181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888955.85218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888955.85240: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442873f50> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888955.85272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888955.85282: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14428800e0> <<< 172629 1726888955.85306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888955.85340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888955.85362: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888955.85404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888955.85440: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888955.85462: 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 0x7f14428a3920> <<< 172629 1726888955.85503: 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' <<< 172629 1726888955.85506: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14428a3fb0> <<< 172629 1726888955.85515: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888955.85572: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442883bc0> import '_functools' # <<< 172629 1726888955.85595: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442881340> <<< 172629 1726888955.85685: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442871100> <<< 172629 1726888955.85716: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888955.85736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888955.85752: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888955.85785: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888955.85819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888955.85822: 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' <<< 172629 1726888955.85866: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14428c7920> <<< 172629 1726888955.85893: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14428c6540> <<< 172629 1726888955.85907: 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 0x7f1442882360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14428c4d10> <<< 172629 1726888955.85970: 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 0x7f14428f4950> <<< 172629 1726888955.86008: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442870380> <<< 172629 1726888955.86012: 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' <<< 172629 1726888955.86040: 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 0x7f14428f4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14428f4cb0> <<< 172629 1726888955.86071: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888955.86093: 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 0x7f14428f50a0> <<< 172629 1726888955.86112: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442866ea0> # /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' <<< 172629 1726888955.86176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14428f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14428f5460> <<< 172629 1726888955.86216: stdout chunk (state=3): >>>import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 172629 1726888955.86271: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14428f6660> <<< 172629 1726888955.86275: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726888955.86285: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888955.86330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888955.86367: 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 0x7f1442910890> <<< 172629 1726888955.86397: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888955.86419: 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 0x7f1442911fd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888955.86471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888955.86474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888955.86497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442912e70> <<< 172629 1726888955.86549: 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' <<< 172629 1726888955.86556: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14429134a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14429123c0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888955.86609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888955.86633: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888955.86636: 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 0x7f1442913e60> <<< 172629 1726888955.86659: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442913590> <<< 172629 1726888955.86684: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14428f66c0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888955.86718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888955.86748: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888955.86789: 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 0x7f1442697d70> <<< 172629 1726888955.86811: 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' <<< 172629 1726888955.86861: 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 0x7f14426c08c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14426c0620> <<< 172629 1726888955.86896: 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 0x7f14426c08f0> <<< 172629 1726888955.86910: 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' <<< 172629 1726888955.86980: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888955.87107: 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 0x7f14426c1220> <<< 172629 1726888955.87226: 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 0x7f14426c1be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14426c0ad0> <<< 172629 1726888955.87248: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442695f10> <<< 172629 1726888955.87292: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888955.87296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888955.87347: 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' <<< 172629 1726888955.87368: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14426c2f90> <<< 172629 1726888955.87372: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14426c1d30> <<< 172629 1726888955.87404: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14428f6db0> <<< 172629 1726888955.87407: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888955.87467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888955.87487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888955.87515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888955.87548: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14426eb2c0> <<< 172629 1726888955.87597: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888955.87630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888955.87646: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888955.87666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888955.87692: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442713620> <<< 172629 1726888955.87716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888955.87768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888955.87819: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888955.87861: 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 0x7f1442770410> <<< 172629 1726888955.87878: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888955.87900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888955.87918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888955.87957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888955.88037: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442772b70> <<< 172629 1726888955.88117: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442770530> <<< 172629 1726888955.88147: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442739400> <<< 172629 1726888955.88182: 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 0x7f14425754c0> <<< 172629 1726888955.88202: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442712420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14426c3e90> <<< 172629 1726888955.88320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888955.88346: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1442712780> <<< 172629 1726888955.88497: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_oa9xxadw/ansible_fedora.linux_system_roles.blivet_payload.zip' <<< 172629 1726888955.88517: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.88630: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.88676: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888955.88679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888955.88711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888955.88800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888955.88821: 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 0x7f14425c71d0> import '_typing' # <<< 172629 1726888955.89175: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14425aa0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14425a9250> <<< 172629 1726888955.89186: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888955.90571: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.91802: 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 0x7f14425c50a0> # /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 0x7f14425f6ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14425f6870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14425f61b0> <<< 172629 1726888955.91816: 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' <<< 172629 1726888955.91851: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14425f6600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14426c0950> <<< 172629 1726888955.91877: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888955.91926: 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 0x7f14425f78c0> <<< 172629 1726888955.91947: 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 0x7f14425f7b00> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888955.91985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888955.92007: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888955.92062: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14425f7f80> <<< 172629 1726888955.92075: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888955.92100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888955.92160: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f1dd30> <<< 172629 1726888955.92205: 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 0x7f1441f1f920> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888955.92208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888955.92293: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f20320> <<< 172629 1726888955.92386: 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' <<< 172629 1726888955.92390: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f21220> <<< 172629 1726888955.92392: 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' <<< 172629 1726888955.92433: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f23f20> <<< 172629 1726888955.92503: 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 0x7f1441f20290> <<< 172629 1726888955.92552: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f221e0> <<< 172629 1726888955.92577: 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' <<< 172629 1726888955.92636: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888955.92688: 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 0x7f1441f2be30> <<< 172629 1726888955.92876: stdout chunk (state=3): >>>import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f2a900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f2a660> <<< 172629 1726888955.92881: 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' <<< 172629 1726888955.92946: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f2abd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f226f0> # 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 0x7f1441f6fef0> # /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 0x7f1441f70200> <<< 172629 1726888955.92951: 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 <<< 172629 1726888955.92978: 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' <<< 172629 1726888955.93036: 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 0x7f1441f71ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f71a60> <<< 172629 1726888955.93049: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888955.93135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888955.93181: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888955.93206: 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 0x7f1441f74200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f72390> <<< 172629 1726888955.93222: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888955.93284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888955.93296: 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' # <<< 172629 1726888955.93344: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f779e0> <<< 172629 1726888955.93469: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f743b0> <<< 172629 1726888955.93524: 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 0x7f1441f78770> <<< 172629 1726888955.93564: 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' <<< 172629 1726888955.93607: 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 0x7f1441f789e0> <<< 172629 1726888955.93610: 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 0x7f1441f78b00> <<< 172629 1726888955.93658: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f70380> # /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' <<< 172629 1726888955.93674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888955.93689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888955.93723: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888955.93735: 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 0x7f1441e04290> <<< 172629 1726888955.93885: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888955.93897: 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 0x7f1441e051c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f7aa20> <<< 172629 1726888955.93947: 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 0x7f1441f7bdd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f7a660> <<< 172629 1726888955.93975: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888955.93987: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.94067: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.94170: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.94207: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888955.94212: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888955.94232: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.94338: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.94458: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.94982: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.95516: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888955.95543: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888955.95566: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888955.95585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888955.95634: 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 0x7f1441e093d0> <<< 172629 1726888955.95708: 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' <<< 172629 1726888955.95732: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441e0a0f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441e07f80> <<< 172629 1726888955.95786: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888955.95790: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.95841: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726888955.95844: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.95981: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.96148: 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' <<< 172629 1726888955.96173: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441e09f10> # zipimport: zlib available <<< 172629 1726888955.96618: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.97065: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.97137: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.97212: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726888955.97265: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.97287: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888955.97304: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.97371: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.97486: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888955.97490: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888955.97503: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.97544: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.97586: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888955.97597: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.97829: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.98044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888955.98109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888955.98112: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888955.98182: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441e0b380> <<< 172629 1726888955.98185: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.98265: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.98337: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888955.98381: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 172629 1726888955.98410: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.98460: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888955.98478: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.98503: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.98548: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.98605: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.98670: 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 <<< 172629 1726888955.98706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888955.98781: 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 0x7f1441e15ee0> <<< 172629 1726888955.98821: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441e13ef0> <<< 172629 1726888955.98854: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888955.98859: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 172629 1726888955.98864: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.98927: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.98988: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.99021: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.99065: 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 <<< 172629 1726888955.99072: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888955.99085: 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 <<< 172629 1726888955.99109: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888955.99129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888955.99180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888955.99197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888955.99216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888955.99269: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f02750> <<< 172629 1726888955.99309: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442626450> <<< 172629 1726888955.99387: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441e15fa0> <<< 172629 1726888955.99390: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f794f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888955.99406: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.99429: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.99461: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888955.99514: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888955.99530: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.99550: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 172629 1726888955.99575: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.99583: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.99586: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 172629 1726888955.99596: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.99618: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 172629 1726888955.99641: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.99644: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.99652: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 172629 1726888955.99676: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888955.99688: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 172629 1726888955.99703: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888956.01239: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888956.02608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888956.02670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888956.02688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888956.02707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888956.02732: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726888956.02736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888956.02767: 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 0x7f1441ab09e0> <<< 172629 1726888956.02803: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441e8be30> <<< 172629 1726888956.02850: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441e897c0> <<< 172629 1726888956.02996: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ea81d0> <<< 172629 1726888956.03027: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888956.03134: 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' <<< 172629 1726888956.03147: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/arch.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 172629 1726888956.03206: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/storage_log.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 172629 1726888956.03234: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/flags.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc' import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ac2510> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ac2120> # /usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/util.py <<< 172629 1726888956.03271: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 172629 1726888956.03310: 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' <<< 172629 1726888956.03335: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ae4bf0> # /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' <<< 172629 1726888956.03423: 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' <<< 172629 1726888956.03439: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ae5e50> <<< 172629 1726888956.03490: 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 0x7f1441ae5760> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ae55b0> <<< 172629 1726888956.03530: 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 <<< 172629 1726888956.03545: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/i18n.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc' import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ae8320> <<< 172629 1726888956.03695: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ae7f80> <<< 172629 1726888956.03717: 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 <<< 172629 1726888956.03776: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' <<< 172629 1726888956.03779: 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' <<< 172629 1726888956.03810: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 172629 1726888956.03888: 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 0x7f1441aea150> <<< 172629 1726888956.03985: 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 0x7f1441ae9ee0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ae9790> <<< 172629 1726888956.04028: 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' <<< 172629 1726888956.04101: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 172629 1726888956.04162: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441aecec0> # /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 0x7f1441aed250> <<< 172629 1726888956.04167: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' <<< 172629 1726888956.04214: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441aed670> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py <<< 172629 1726888956.04217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 172629 1726888956.04243: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441aedeb0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441aec530> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441aebf20> <<< 172629 1726888956.04251: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 172629 1726888956.04260: 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 <<< 172629 1726888956.04278: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 172629 1726888956.04304: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441aee630> <<< 172629 1726888956.04307: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441aebb60> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441aebad0> <<< 172629 1726888956.04362: 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 <<< 172629 1726888956.04376: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 172629 1726888956.04397: 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' <<< 172629 1726888956.04423: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441b30ce0> <<< 172629 1726888956.04441: 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 <<< 172629 1726888956.04464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 172629 1726888956.04471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 172629 1726888956.04506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 172629 1726888956.04551: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441b31b50> <<< 172629 1726888956.04578: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441b31220> <<< 172629 1726888956.04736: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441aeef90> <<< 172629 1726888956.04758: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 172629 1726888956.04801: 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 <<< 172629 1726888956.04811: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 172629 1726888956.04940: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441b3a750> <<< 172629 1726888956.04975: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 172629 1726888956.05018: stdout chunk (state=3): >>># destroy gi.repository.GModule <<< 172629 1726888956.05037: stdout chunk (state=3): >>>import 'gi.repository.GModule' # <<< 172629 1726888956.05043: 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 <<< 172629 1726888956.05076: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 172629 1726888956.05308: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441b3fe90> import 'gi.repository.Gio' # <<< 172629 1726888956.05356: stdout chunk (state=3): >>>import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ae8c80> <<< 172629 1726888956.05373: 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 <<< 172629 1726888956.05407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 172629 1726888956.05479: 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' <<< 172629 1726888956.05485: 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' <<< 172629 1726888956.05573: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419cddf0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419cd640> <<< 172629 1726888956.06327: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441b3a330> <<< 172629 1726888956.06365: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 172629 1726888956.06394: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ac2690> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ac14c0> <<< 172629 1726888956.06853: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441e0c110> <<< 172629 1726888956.06879: 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' <<< 172629 1726888956.06999: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e25a0> # /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 0x7f14419e4350> <<< 172629 1726888956.07029: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lib.py # 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 <<< 172629 1726888956.07073: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 172629 1726888956.07124: 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' <<< 172629 1726888956.07148: 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 0x7f14419e7b30> <<< 172629 1726888956.07196: 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 0x7f14419e80b0> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/core.py <<< 172629 1726888956.07320: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888956.07324: 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' <<< 172629 1726888956.07365: 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 0x7f14419e9160> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e9010> <<< 172629 1726888956.07384: 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 <<< 172629 1726888956.07387: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 172629 1726888956.07437: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e9400> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e8d70> <<< 172629 1726888956.07494: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/utils.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e98e0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e9730> # /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' <<< 172629 1726888956.07512: 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 <<< 172629 1726888956.07541: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 172629 1726888956.07600: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e9c40> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e9940> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e8500> <<< 172629 1726888956.07635: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/discover.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' <<< 172629 1726888956.07644: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e9760> <<< 172629 1726888956.07671: 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' <<< 172629 1726888956.07682: 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 <<< 172629 1726888956.07703: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888956.07718: 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' <<< 172629 1726888956.07722: stdout chunk (state=3): >>>import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419edbb0> <<< 172629 1726888956.07752: 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' <<< 172629 1726888956.07763: stdout chunk (state=3): >>>import 'pyudev._os.poll' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419edf40> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419ed910> <<< 172629 1726888956.07795: stdout chunk (state=3): >>>import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419ecf80> <<< 172629 1726888956.07799: 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 0x7f14419ee090> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e77d0> <<< 172629 1726888956.07833: 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 <<< 172629 1726888956.07836: 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 0x7f14419ee120> <<< 172629 1726888956.07976: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e5340> <<< 172629 1726888956.08027: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e4a10> <<< 172629 1726888956.08065: 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 <<< 172629 1726888956.08068: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 172629 1726888956.08109: stdout chunk (state=3): >>># /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' <<< 172629 1726888956.08112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 172629 1726888956.08156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 172629 1726888956.08210: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419f61e0> <<< 172629 1726888956.08214: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419f5010> <<< 172629 1726888956.08238: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/threads.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419f63c0> <<< 172629 1726888956.08341: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e50d0> <<< 172629 1726888956.08370: 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 <<< 172629 1726888956.08388: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 172629 1726888956.08411: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888956.08706: 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 0x7f1441b77fe0> <<< 172629 1726888956.08714: 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' # /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 0x7f1440a642f0> # /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 0x7f1440a64ad0> # /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 0x7f1440a65100> <<< 172629 1726888956.08734: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/stratis_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 172629 1726888956.08803: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440a65430> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440a64170> <<< 172629 1726888956.08823: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441a2b890> <<< 172629 1726888956.08880: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441a286b0> <<< 172629 1726888956.08908: 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' <<< 172629 1726888956.08943: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/task.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440a78230> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441a293d0> <<< 172629 1726888956.08976: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441a281d0> <<< 172629 1726888956.09009: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' <<< 172629 1726888956.09037: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/dfresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc' import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440a78830> <<< 172629 1726888956.09078: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441a292e0> <<< 172629 1726888956.09151: 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' import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440a78a40> # /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' <<< 172629 1726888956.09225: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440a78e90> <<< 172629 1726888956.09229: 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' <<< 172629 1726888956.09231: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440a79640> <<< 172629 1726888956.09418: 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' <<< 172629 1726888956.09421: 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 <<< 172629 1726888956.09424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888956.09592: 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 0x7f1440aa5070> <<< 172629 1726888956.09674: 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' <<< 172629 1726888956.09684: 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 0x7f1440aa61e0> <<< 172629 1726888956.09687: stdout chunk (state=3): >>>import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440aa5bb0> <<< 172629 1726888956.09689: 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' <<< 172629 1726888956.09692: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440aa65d0> # /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 0x7f1440aa7170> # /usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/disk.py <<< 172629 1726888956.09762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 172629 1726888956.09806: 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' <<< 172629 1726888956.09832: stdout chunk (state=3): >>>import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440851e80> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440850b60> # /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 0x7f14408532c0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/geometry.py <<< 172629 1726888956.09853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc' <<< 172629 1726888956.09909: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440874620> <<< 172629 1726888956.09916: 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 <<< 172629 1726888956.09936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440875460> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440a96360> <<< 172629 1726888956.09978: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440a95fd0> <<< 172629 1726888956.10039: 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 <<< 172629 1726888956.10046: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 172629 1726888956.10050: 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 0x7f1440877a70> <<< 172629 1726888956.10052: 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 <<< 172629 1726888956.10080: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 172629 1726888956.10138: 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' <<< 172629 1726888956.10178: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408a4440> <<< 172629 1726888956.10197: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440877a40> <<< 172629 1726888956.10334: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440876f30> <<< 172629 1726888956.10512: 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' <<< 172629 1726888956.10516: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408c0c20> <<< 172629 1726888956.10519: 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 <<< 172629 1726888956.10522: 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 0x7f14408c0d70> # /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' <<< 172629 1726888956.10528: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408d8530> <<< 172629 1726888956.10585: 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 <<< 172629 1726888956.10588: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 172629 1726888956.10616: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408d8c20> <<< 172629 1726888956.10657: 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 <<< 172629 1726888956.10706: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 172629 1726888956.10713: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408d9520> <<< 172629 1726888956.10757: 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 0x7f14408d99a0> # /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' <<< 172629 1726888956.10808: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408d9f10> # /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' <<< 172629 1726888956.10832: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408da240> <<< 172629 1726888956.10889: 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' <<< 172629 1726888956.10919: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408da7e0> <<< 172629 1726888956.10923: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswriteuuid.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 172629 1726888956.10945: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408da9f0> <<< 172629 1726888956.10961: 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 <<< 172629 1726888956.10974: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 172629 1726888956.11003: 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' <<< 172629 1726888956.11064: 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 0x7f14408dbc50> <<< 172629 1726888956.11069: stdout chunk (state=3): >>>import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408dbb00> <<< 172629 1726888956.11090: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408daba0> <<< 172629 1726888956.11103: 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' <<< 172629 1726888956.11132: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 172629 1726888956.11164: 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 <<< 172629 1726888956.11181: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 172629 1726888956.11222: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440910920> <<< 172629 1726888956.11275: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440910530> <<< 172629 1726888956.11278: stdout chunk (state=3): >>>import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408db9e0> <<< 172629 1726888956.11582: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408c12b0> # /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 0x7f1440740410> <<< 172629 1726888956.11632: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/lukstasks.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' <<< 172629 1726888956.11635: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440740800> <<< 172629 1726888956.11720: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408c2f00> <<< 172629 1726888956.11744: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/lvmpv.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 172629 1726888956.11786: 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 <<< 172629 1726888956.11974: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 172629 1726888956.12262: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440743890> <<< 172629 1726888956.12320: 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' <<< 172629 1726888956.12329: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440743a40> <<< 172629 1726888956.12384: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440742f60> <<< 172629 1726888956.12429: 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 <<< 172629 1726888956.12433: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 172629 1726888956.12473: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f144075de20> <<< 172629 1726888956.12492: 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 <<< 172629 1726888956.12503: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 172629 1726888956.12552: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f144075f230> <<< 172629 1726888956.12557: 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' <<< 172629 1726888956.12580: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f144075fa10> <<< 172629 1726888956.12620: 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 <<< 172629 1726888956.12623: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 172629 1726888956.12690: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f144076c320> <<< 172629 1726888956.12705: 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' <<< 172629 1726888956.12750: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f144076e0f0> <<< 172629 1726888956.12777: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441b75910> <<< 172629 1726888956.12787: 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 0x7f1440a95c70> <<< 172629 1726888956.12925: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419fa810> <<< 172629 1726888956.12961: 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 <<< 172629 1726888956.12978: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 172629 1726888956.13005: 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' <<< 172629 1726888956.13045: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14407a12e0><<< 172629 1726888956.13057: stdout chunk (state=3): >>> <<< 172629 1726888956.13090: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fcoe.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 172629 1726888956.13119: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14407a2120> <<< 172629 1726888956.13122: 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 <<< 172629 1726888956.13136: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 172629 1726888956.13185: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14407a2930> <<< 172629 1726888956.13283: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14407a0230> <<< 172629 1726888956.13313: 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 <<< 172629 1726888956.13335: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 172629 1726888956.13368: 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' <<< 172629 1726888956.13409: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14407dc440> <<< 172629 1726888956.13514: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14407bab70> <<< 172629 1726888956.13544: 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 <<< 172629 1726888956.13562: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 172629 1726888956.13613: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14407edfa0> <<< 172629 1726888956.13636: 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 <<< 172629 1726888956.13797: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 172629 1726888956.13836: 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 <<< 172629 1726888956.13840: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 172629 1726888956.13854: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440807b30> <<< 172629 1726888956.13896: 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' <<< 172629 1726888956.13927: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f144062ffe0> <<< 172629 1726888956.13930: 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 <<< 172629 1726888956.13982: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 172629 1726888956.14004: 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' <<< 172629 1726888956.14016: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440826330> <<< 172629 1726888956.14175: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440824530> <<< 172629 1726888956.14209: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/cache.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' <<< 172629 1726888956.14212: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14406787d0> <<< 172629 1726888956.14618: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440804410> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/btrfs.py <<< 172629 1726888956.14673: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 172629 1726888956.14769: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440804650> # /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' <<< 172629 1726888956.14831: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14406da900> # /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' <<< 172629 1726888956.14865: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14406db410> # /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' <<< 172629 1726888956.14883: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14406dbf50> <<< 172629 1726888956.14937: 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' <<< 172629 1726888956.14972: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14406e8410> # /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' <<< 172629 1726888956.15001: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14406e92b0> <<< 172629 1726888956.15018: 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 <<< 172629 1726888956.15039: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 172629 1726888956.15167: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14406e9b80> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e44a0> <<< 172629 1726888956.15187: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/deviceaction.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 172629 1726888956.15321: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14406ea600> <<< 172629 1726888956.15352: 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 <<< 172629 1726888956.15388: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 172629 1726888956.15416: 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 <<< 172629 1726888956.15664: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440718fb0> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f144070acc0> <<< 172629 1726888956.15669: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888956.15672: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 172629 1726888956.15991: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888956.16109: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 172629 1726888956.16311: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888956.16462: 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 <<< 172629 1726888956.16518: stdout chunk (state=3): >>># 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 <<< 172629 1726888956.16551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888956.16582: 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' <<< 172629 1726888956.16608: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440594590> <<< 172629 1726888956.16650: 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 0x7f14405948f0> <<< 172629 1726888956.16795: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440580920> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14405800b0> # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/edd.py <<< 172629 1726888956.16862: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' <<< 172629 1726888956.16943: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440580b30> # /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' <<< 172629 1726888956.16949: 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 <<< 172629 1726888956.17092: stdout chunk (state=3): >>># 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 0x7f14401003e0> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14405978f0> <<< 172629 1726888956.17114: 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 <<< 172629 1726888956.17118: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' <<< 172629 1726888956.17120: stdout chunk (state=3): >>>import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440100890> <<< 172629 1726888956.17177: 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' # /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/populator.py <<< 172629 1726888956.17269: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 172629 1726888956.17273: 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' # /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 0x7f14401029f0> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440102780> <<< 172629 1726888956.17316: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/formatpopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440102cf0> # /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 0x7f1440102ff0> <<< 172629 1726888956.17363: 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' <<< 172629 1726888956.17390: stdout chunk (state=3): >>>import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14401031a0> <<< 172629 1726888956.17408: 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' <<< 172629 1726888956.17451: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14401033e0> <<< 172629 1726888956.17495: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disklabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc' import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440103980> <<< 172629 1726888956.17525: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/dm.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc' <<< 172629 1726888956.17554: stdout chunk (state=3): >>>import 'blivet.populator.helpers.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440128470> # /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' <<< 172629 1726888956.17643: stdout chunk (state=3): >>>import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14401285f0> # /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 0x7f14401287d0> <<< 172629 1726888956.17738: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/lvm.py # 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 0x7f1440128e00> <<< 172629 1726888956.17795: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/mdraid.py # 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 0x7f1440129730> # /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 0x7f1440129b20> # /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 0x7f1440129d60> <<< 172629 1726888956.17892: 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 0x7f1440129e50> # /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 0x7f144012a0f0> <<< 172629 1726888956.17921: stdout chunk (state=3): >>>import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440102030> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440101100> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440101010> <<< 172629 1726888956.17996: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440595850> <<< 172629 1726888956.18107: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440565a60> <<< 172629 1726888956.27119: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 172629 1726888956.27327: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14401938f0> <<< 172629 1726888960.06178: stdout chunk (state=3): >>> {"changed": true, "actions": [{"action": "destroy format", "fs_type": "swap", "device": "/dev/sda"}, {"action": "create format", "fs_type": "ext3", "device": "/dev/sda"}], "leaves": ["/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "path": "none", "state": "absent", "fstype": "swap"}, {"src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "path": "/opt/test", "fstype": "ext3", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "ext3", "mount_options": "defaults", "mount_point": "/opt/test", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "packages": ["e2fsprogs", "xfsprogs"], "invocation": {"module_args": {"pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "ext3", "mount_options": "defaults", "mount_point": "/opt/test", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 172629 1726888960.07329: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888960.07384: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks <<< 172629 1726888960.07388: 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 <<< 172629 1726888960.07421: 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 <<< 172629 1726888960.07426: stdout chunk (state=3): >>># cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # 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__ <<< 172629 1726888960.07434: stdout chunk (state=3): >>># cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc <<< 172629 1726888960.07458: stdout chunk (state=3): >>># 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 <<< 172629 1726888960.07473: stdout chunk (state=3): >>># cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random <<< 172629 1726888960.07491: stdout chunk (state=3): >>># 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 <<< 172629 1726888960.07505: stdout chunk (state=3): >>># destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp <<< 172629 1726888960.07528: stdout chunk (state=3): >>># cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 <<< 172629 1726888960.07548: stdout chunk (state=3): >>># 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 <<< 172629 1726888960.07559: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 <<< 172629 1726888960.07574: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # 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 <<< 172629 1726888960.07584: 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 <<< 172629 1726888960.07600: stdout chunk (state=3): >>># 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 <<< 172629 1726888960.07621: stdout chunk (state=3): >>># 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 <<< 172629 1726888960.07647: stdout chunk (state=3): >>># 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 <<< 172629 1726888960.07673: stdout chunk (state=3): >>># 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 <<< 172629 1726888960.07704: stdout chunk (state=3): >>># 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 <<< 172629 1726888960.07735: stdout chunk (state=3): >>># 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 <<< 172629 1726888960.07741: stdout chunk (state=3): >>># cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # 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 <<< 172629 1726888960.07745: stdout chunk (state=3): >>># 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 <<< 172629 1726888960.08485: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888960.08499: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888960.08506: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726888960.08544: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888960.08587: stdout chunk (state=3): >>># destroy _compat_pickle <<< 172629 1726888960.08624: 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 # 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 <<< 172629 1726888960.08669: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # 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 <<< 172629 1726888960.08760: 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 # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # cleanup[3] wiping blivet.events.manager <<< 172629 1726888960.08770: stdout chunk (state=3): >>># 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 <<< 172629 1726888960.08870: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicelibs.stratis # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util <<< 172629 1726888960.08874: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject <<< 172629 1726888960.08961: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # 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 <<< 172629 1726888960.08994: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux <<< 172629 1726888960.09046: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 172629 1726888960.09059: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid <<< 172629 1726888960.09088: stdout chunk (state=3): >>># cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize <<< 172629 1726888960.09110: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading <<< 172629 1726888960.09125: stdout chunk (state=3): >>># cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale <<< 172629 1726888960.09145: stdout chunk (state=3): >>># destroy encodings <<< 172629 1726888960.09168: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit <<< 172629 1726888960.09198: stdout chunk (state=3): >>># cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 172629 1726888960.09217: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util <<< 172629 1726888960.09257: stdout chunk (state=3): >>># cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib <<< 172629 1726888960.09265: stdout chunk (state=3): >>># destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 172629 1726888960.09268: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre <<< 172629 1726888960.09273: stdout chunk (state=3): >>># cleanup[3] wiping functools <<< 172629 1726888960.09293: 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 <<< 172629 1726888960.09308: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ <<< 172629 1726888960.09333: stdout chunk (state=3): >>># cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # 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 <<< 172629 1726888960.09358: stdout chunk (state=3): >>># 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 <<< 172629 1726888960.09381: 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 <<< 172629 1726888960.10206: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888960.10259: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref<<< 172629 1726888960.10266: stdout chunk (state=3): >>> # destroy zipimport # destroy gi._gi <<< 172629 1726888960.10289: stdout chunk (state=3): >>># destroy _struct <<< 172629 1726888960.10373: stdout chunk (state=3): >>># destroy pyudev <<< 172629 1726888960.10377: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid <<< 172629 1726888960.10397: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid <<< 172629 1726888960.10470: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser<<< 172629 1726888960.10476: stdout chunk (state=3): >>> # destroy tokenize <<< 172629 1726888960.10544: stdout chunk (state=3): >>># destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap <<< 172629 1726888960.10550: stdout chunk (state=3): >>># destroy fnmatch <<< 172629 1726888960.10584: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 172629 1726888960.10603: stdout chunk (state=3): >>># destroy blivet.devicelibs.stratis # destroy uuid<<< 172629 1726888960.10614: stdout chunk (state=3): >>> # 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 <<< 172629 1726888960.10684: 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 <<< 172629 1726888960.10688: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 172629 1726888960.10698: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux._selinux <<< 172629 1726888960.10705: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 172629 1726888960.10762: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 172629 1726888960.10783: stdout chunk (state=3): >>># destroy _signal <<< 172629 1726888960.10841: stdout chunk (state=3): >>># destroy keyword # destroy abc # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 172629 1726888960.10880: stdout chunk (state=3): >>># destroy copy # destroy inspect # destroy blivet.formats.fslib # destroy math # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves <<< 172629 1726888960.10898: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy collections <<< 172629 1726888960.10972: stdout chunk (state=3): >>># destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib # destroy stat # destroy selinux <<< 172629 1726888960.10977: stdout chunk (state=3): >>># destroy platform # destroy distro # destroy datetime <<< 172629 1726888960.10994: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy shlex # destroy subprocess <<< 172629 1726888960.11061: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888960.11225: 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 os # destroy functools <<< 172629 1726888960.11228: stdout chunk (state=3): >>># destroy re <<< 172629 1726888960.11272: stdout chunk (state=3): >>># destroy _random # destroy _thread # destroy itertools # destroy _operator # destroy _functools # clear sys.audit hooks <<< 172629 1726888960.11769: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888960.11798: stderr chunk (state=3): >>><<< 172629 1726888960.11802: stdout chunk (state=3): >>><<< 172629 1726888960.12024: _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 0x7f1442a184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14429e7b30> # /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 0x7f1442a1aa50> 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 0x7f144282d130> # /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 0x7f144282e120> 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 0x7f1442873f50> # /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 0x7f14428800e0> # /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 0x7f14428a3920> # /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 0x7f14428a3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442883bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442881340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442871100> # /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 0x7f14428c7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14428c6540> # /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 0x7f1442882360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14428c4d10> # /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 0x7f14428f4950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442870380> # /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 0x7f14428f4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14428f4cb0> # 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 0x7f14428f50a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442866ea0> # /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 0x7f14428f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14428f5460> 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 0x7f14428f6660> 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 0x7f1442910890> 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 0x7f1442911fd0> # /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 0x7f1442912e70> # 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 0x7f14429134a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14429123c0> # /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 0x7f1442913e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442913590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14428f66c0> # /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 0x7f1442697d70> # /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 0x7f14426c08c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14426c0620> # 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 0x7f14426c08f0> # /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 0x7f14426c1220> # 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 0x7f14426c1be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14426c0ad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442695f10> # /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 0x7f14426c2f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14426c1d30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14428f6db0> # /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 0x7f14426eb2c0> # /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 0x7f1442713620> # /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 0x7f1442770410> # /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 0x7f1442772b70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442770530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442739400> # /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 0x7f14425754c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442712420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14426c3e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1442712780> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_oa9xxadw/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 0x7f14425c71d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14425aa0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14425a9250> # 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 0x7f14425c50a0> # /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 0x7f14425f6ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14425f6870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14425f61b0> # /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 0x7f14425f6600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14426c0950> 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 0x7f14425f78c0> # 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 0x7f14425f7b00> # /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 0x7f14425f7f80> 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 0x7f1441f1dd30> # 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 0x7f1441f1f920> # /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 0x7f1441f20320> # /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 0x7f1441f21220> # /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 0x7f1441f23f20> # 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 0x7f1441f20290> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f221e0> # /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 0x7f1441f2be30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f2a900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f2a660> # /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 0x7f1441f2abd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f226f0> # 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 0x7f1441f6fef0> # /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 0x7f1441f70200> # /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 0x7f1441f71ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f71a60> # /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 0x7f1441f74200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f72390> # /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 0x7f1441f779e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f743b0> # 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 0x7f1441f78770> # 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 0x7f1441f789e0> # 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 0x7f1441f78b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f70380> # /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 0x7f1441e04290> # 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 0x7f1441e051c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f7aa20> # 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 0x7f1441f7bdd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f7a660> # 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 0x7f1441e093d0> # /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 0x7f1441e0a0f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441e07f80> 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 0x7f1441e09f10> # 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 0x7f1441e0b380> # 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 0x7f1441e15ee0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441e13ef0> 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 0x7f1441f02750> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1442626450> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441e15fa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441f794f0> # 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 0x7f1441ab09e0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441e8be30> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441e897c0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ea81d0> # 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 0x7f1441ac2510> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ac2120> # /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 0x7f1441ae4bf0> # /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 0x7f1441ae5e50> # 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 0x7f1441ae5760> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ae55b0> # /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 0x7f1441ae8320> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ae7f80> # /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 0x7f1441aea150> # 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 0x7f1441ae9ee0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ae9790> # /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 0x7f1441aecec0> # /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 0x7f1441aed250> # /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 0x7f1441aed670> # /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 0x7f1441aedeb0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441aec530> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441aebf20> # 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 0x7f1441aee630> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441aebb60> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441aebad0> # /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 0x7f1441b30ce0> # /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 0x7f1441b31b50> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441b31220> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441aeef90> 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 0x7f1441b3a750> 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 0x7f1441b3fe90> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ae8c80> # /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 0x7f14419cddf0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419cd640> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441b3a330> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ac2690> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441ac14c0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441e0c110> # /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 0x7f14419e25a0> # /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 0x7f14419e4350> # /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 0x7f14419e7b30> # /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 0x7f14419e80b0> # /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 0x7f14419e9160> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e9010> # /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 0x7f14419e9400> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e8d70> # /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 0x7f14419e98e0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e9730> # /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 0x7f14419e9c40> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e9940> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e8500> # /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 0x7f14419e9760> # /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 0x7f14419edbb0> # /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 0x7f14419edf40> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419ed910> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419ecf80> # /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 0x7f14419ee090> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e77d0> # /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 0x7f14419ee120> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e5340> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e4a10> # /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 0x7f14419f61e0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419f5010> # /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 0x7f14419f63c0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e50d0> # /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 0x7f1441b77fe0> # /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 0x7f1440a642f0> # /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 0x7f1440a64ad0> # /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 0x7f1440a65100> # /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 0x7f1440a65430> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440a64170> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441a2b890> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441a286b0> # /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 0x7f1440a78230> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441a293d0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441a281d0> # /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 0x7f1440a78830> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441a292e0> # /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 0x7f1440a78a40> # /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 0x7f1440a78e90> # /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 0x7f1440a79640> # /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 0x7f1440aa5070> # /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 0x7f1440aa61e0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440aa5bb0> # /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 0x7f1440aa65d0> # /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 0x7f1440aa7170> # /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 0x7f1440851e80> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440850b60> # /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 0x7f14408532c0> # /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 0x7f1440874620> # /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 0x7f1440875460> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440a96360> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440a95fd0> # /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 0x7f1440877a70> # /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 0x7f14408a4440> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440877a40> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440876f30> # /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 0x7f14408c0c20> # /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 0x7f14408c0d70> # /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 0x7f14408d8530> # /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 0x7f14408d8c20> # /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 0x7f14408d9520> # /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 0x7f14408d99a0> # /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 0x7f14408d9f10> # /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 0x7f14408da240> # /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 0x7f14408da7e0> # /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 0x7f14408da9f0> # /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 0x7f14408dbc50> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408dbb00> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408daba0> # /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 0x7f1440910920> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440910530> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408db9e0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408c12b0> # /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 0x7f1440740410> # /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 0x7f1440740800> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14408c2f00> # /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 0x7f1440743890> # /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 0x7f1440743a40> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440742f60> # /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 0x7f144075de20> # /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 0x7f144075f230> # /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 0x7f144075fa10> # /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 0x7f144076c320> # /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 0x7f144076e0f0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1441b75910> # /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 0x7f1440a95c70> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419fa810> # /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 0x7f14407a12e0> # /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 0x7f14407a2120> # /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 0x7f14407a2930> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14407a0230> # /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 0x7f14407dc440> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14407bab70> # /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 0x7f14407edfa0> # /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 0x7f1440807b30> # /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 0x7f144062ffe0> # /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 0x7f1440826330> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440824530> # /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 0x7f14406787d0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440804410> # /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 0x7f1440804650> # /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 0x7f14406da900> # /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 0x7f14406db410> # /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 0x7f14406dbf50> # /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 0x7f14406e8410> # /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 0x7f14406e92b0> # /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 0x7f14406e9b80> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14419e44a0> # /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 0x7f14406ea600> # /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 0x7f1440718fb0> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f144070acc0> # 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 0x7f1440594590> # 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 0x7f14405948f0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440580920> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14405800b0> # /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 0x7f1440580b30> # /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 0x7f14401003e0> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14405978f0> # /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 0x7f1440100890> # /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 0x7f14401029f0> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440102780> # /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 0x7f1440102cf0> # /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 0x7f1440102ff0> # /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 0x7f14401031a0> # /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 0x7f14401033e0> # /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 0x7f1440103980> # /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 0x7f1440128470> # /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 0x7f14401285f0> # /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 0x7f14401287d0> # /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 0x7f1440128e00> # /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 0x7f1440129730> # /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 0x7f1440129b20> # /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 0x7f1440129d60> # /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 0x7f1440129e50> # /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 0x7f144012a0f0> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440102030> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440101100> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440101010> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440595850> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1440565a60> # /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 0x7f14401938f0> {"changed": true, "actions": [{"action": "destroy format", "fs_type": "swap", "device": "/dev/sda"}, {"action": "create format", "fs_type": "ext3", "device": "/dev/sda"}], "leaves": ["/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "path": "none", "state": "absent", "fstype": "swap"}, {"src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "path": "/opt/test", "fstype": "ext3", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "ext3", "mount_options": "defaults", "mount_point": "/opt/test", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "packages": ["e2fsprogs", "xfsprogs"], "invocation": {"module_args": {"pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "ext3", "mount_options": "defaults", "mount_point": "/opt/test", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # destroy blivet.events.handler # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy tokenize # destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy _signal # destroy keyword # destroy abc # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy copy # destroy inspect # destroy blivet.formats.fslib # destroy math # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy json.scanner # destroy _json # destroy collections # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib # destroy stat # destroy selinux # destroy platform # destroy distro # destroy datetime # destroy argparse # destroy json # destroy shlex # destroy subprocess # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy os # destroy functools # destroy re # destroy _random # destroy _thread # destroy itertools # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726888960.13693: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [], 'volumes': [{'name': 'test1', 'type': 'disk', 'mount_point': '/opt/test', 'fs_type': 'ext3', 'disks': ['sda']}], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888955.7093015-174624-13596065327313/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888960.13696: _low_level_execute_command(): starting 172629 1726888960.13699: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888955.7093015-174624-13596065327313/ > /dev/null 2>&1 && sleep 0' 172629 1726888960.13702: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888960.13704: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888960.13706: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888960.13708: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888960.13710: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888960.13713: 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 <<< 172629 1726888960.13715: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888960.13717: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888960.13719: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888960.13722: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888960.15468: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888960.15471: stdout chunk (state=3): >>><<< 172629 1726888960.15473: stderr chunk (state=3): >>><<< 172629 1726888960.15476: _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 172629 1726888960.15478: handler run complete 172629 1726888960.15762: attempt loop complete, returning result 172629 1726888960.15765: _execute() done 172629 1726888960.15768: dumping result to json 172629 1726888960.15782: done dumping result, returning 172629 1726888960.15791: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-d0a8-add8-000000000e8c] 172629 1726888960.15794: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e8c 172629 1726888960.16083: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e8c 172629 1726888960.16087: WORKER PROCESS EXITING changed: [managed_node1] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sda", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } 172629 1726888960.16438: no more pending results, returning what we have 172629 1726888960.16441: results queue empty 172629 1726888960.16442: checking for any_errors_fatal 172629 1726888960.16446: done checking for any_errors_fatal 172629 1726888960.16446: checking for max_fail_percentage 172629 1726888960.16448: done checking for max_fail_percentage 172629 1726888960.16449: checking to see if all hosts have failed and the running result is not ok 172629 1726888960.16449: done checking to see if all hosts have failed 172629 1726888960.16450: getting the remaining hosts for this loop 172629 1726888960.16451: done getting the remaining hosts for this loop 172629 1726888960.16454: getting the next task for host managed_node1 172629 1726888960.16523: done getting next task for host managed_node1 172629 1726888960.16527: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 172629 1726888960.16530: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888960.16556: getting variables 172629 1726888960.16560: in VariableManager get_vars() 172629 1726888960.16687: Calling all_inventory to load vars for managed_node1 172629 1726888960.16690: Calling groups_inventory to load vars for managed_node1 172629 1726888960.16693: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888960.16702: Calling all_plugins_play to load vars for managed_node1 172629 1726888960.16705: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888960.16708: Calling groups_plugins_play to load vars for managed_node1 172629 1726888960.17250: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888960.17879: done with get_vars() 172629 1726888960.17895: done getting variables 172629 1726888960.17958: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:40 -0400 (0:00:04.561) 0:01:00.459 ****** 172629 1726888960.17993: entering _queue_task() for managed_node1/command 172629 1726888960.18294: worker is 1 (out of 1 available) 172629 1726888960.18306: exiting _queue_task() for managed_node1/command 172629 1726888960.18318: done queuing things up, now waiting for results queue to drain 172629 1726888960.18319: waiting for pending results... 172629 1726888960.18902: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 172629 1726888960.18908: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e8d 172629 1726888960.18912: variable 'ansible_search_path' from source: unknown 172629 1726888960.18915: variable 'ansible_search_path' from source: unknown 172629 1726888960.18918: calling self._execute() 172629 1726888960.19038: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888960.19049: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888960.19061: variable 'omit' from source: magic vars 172629 1726888960.19498: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888960.21399: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888960.21490: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888960.21538: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888960.21591: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888960.21625: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888960.21804: 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) 172629 1726888960.21807: 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) 172629 1726888960.21809: 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) 172629 1726888960.21830: 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) 172629 1726888960.21904: 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) 172629 1726888960.21960: Evaluated conditional (storage_udevadm_trigger | d(false)): False 172629 1726888960.21966: when evaluation is False, skipping this task 172629 1726888960.21969: _execute() done 172629 1726888960.21971: dumping result to json 172629 1726888960.21974: done dumping result, returning 172629 1726888960.21977: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-d0a8-add8-000000000e8d] 172629 1726888960.21980: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e8d 172629 1726888960.22130: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e8d 172629 1726888960.22133: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 172629 1726888960.22194: no more pending results, returning what we have 172629 1726888960.22198: results queue empty 172629 1726888960.22199: checking for any_errors_fatal 172629 1726888960.22223: done checking for any_errors_fatal 172629 1726888960.22224: checking for max_fail_percentage 172629 1726888960.22226: done checking for max_fail_percentage 172629 1726888960.22227: checking to see if all hosts have failed and the running result is not ok 172629 1726888960.22228: done checking to see if all hosts have failed 172629 1726888960.22229: getting the remaining hosts for this loop 172629 1726888960.22231: done getting the remaining hosts for this loop 172629 1726888960.22234: getting the next task for host managed_node1 172629 1726888960.22243: done getting next task for host managed_node1 172629 1726888960.22247: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 172629 1726888960.22252: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888960.22277: getting variables 172629 1726888960.22279: in VariableManager get_vars() 172629 1726888960.22323: Calling all_inventory to load vars for managed_node1 172629 1726888960.22327: Calling groups_inventory to load vars for managed_node1 172629 1726888960.22329: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888960.22341: Calling all_plugins_play to load vars for managed_node1 172629 1726888960.22347: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888960.22352: Calling groups_plugins_play to load vars for managed_node1 172629 1726888960.23006: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888960.23485: done with get_vars() 172629 1726888960.23495: 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 23:22:40 -0400 (0:00:00.056) 0:01:00.516 ****** 172629 1726888960.23614: entering _queue_task() for managed_node1/stat 172629 1726888960.23891: worker is 1 (out of 1 available) 172629 1726888960.23908: exiting _queue_task() for managed_node1/stat 172629 1726888960.23922: done queuing things up, now waiting for results queue to drain 172629 1726888960.23923: waiting for pending results... 172629 1726888960.24242: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 172629 1726888960.24315: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e8e 172629 1726888960.24327: variable 'ansible_search_path' from source: unknown 172629 1726888960.24331: variable 'ansible_search_path' from source: unknown 172629 1726888960.24361: calling self._execute() 172629 1726888960.24464: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888960.24472: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888960.24491: variable 'omit' from source: magic vars 172629 1726888960.24593: variable 'omit' from source: magic vars 172629 1726888960.24649: variable 'omit' from source: magic vars 172629 1726888960.24676: variable 'omit' from source: magic vars 172629 1726888960.24731: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888960.24754: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888960.24784: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888960.24797: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888960.24807: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888960.24830: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888960.24833: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888960.24838: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888960.24911: Set connection var ansible_timeout to 10 172629 1726888960.24915: Set connection var ansible_shell_type to sh 172629 1726888960.24922: Set connection var ansible_pipelining to False 172629 1726888960.24927: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888960.24931: Set connection var ansible_shell_executable to /bin/sh 172629 1726888960.24934: Set connection var ansible_connection to ssh 172629 1726888960.24952: variable 'ansible_shell_executable' from source: unknown 172629 1726888960.24957: variable 'ansible_connection' from source: unknown 172629 1726888960.24960: variable 'ansible_module_compression' from source: unknown 172629 1726888960.24962: variable 'ansible_shell_type' from source: unknown 172629 1726888960.24965: variable 'ansible_shell_executable' from source: unknown 172629 1726888960.24967: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888960.24977: variable 'ansible_pipelining' from source: unknown 172629 1726888960.24979: variable 'ansible_timeout' from source: unknown 172629 1726888960.24981: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888960.25184: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888960.25190: variable 'omit' from source: magic vars 172629 1726888960.25193: starting attempt loop 172629 1726888960.25200: running the handler 172629 1726888960.25203: _low_level_execute_command(): starting 172629 1726888960.25205: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888960.25809: 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 <<< 172629 1726888960.25812: stderr 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 <<< 172629 1726888960.25816: 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 <<< 172629 1726888960.25867: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888960.25870: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888960.25872: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888960.25928: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888960.27523: stdout chunk (state=3): >>>/root <<< 172629 1726888960.27624: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888960.27657: stderr chunk (state=3): >>><<< 172629 1726888960.27663: stdout chunk (state=3): >>><<< 172629 1726888960.27682: _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 172629 1726888960.27693: _low_level_execute_command(): starting 172629 1726888960.27698: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888960.2768104-174770-141134402623598 `" && echo ansible-tmp-1726888960.2768104-174770-141134402623598="` echo /root/.ansible/tmp/ansible-tmp-1726888960.2768104-174770-141134402623598 `" ) && sleep 0' 172629 1726888960.28122: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888960.28125: 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 <<< 172629 1726888960.28128: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888960.28130: 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 <<< 172629 1726888960.28150: stderr 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 <<< 172629 1726888960.28285: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888960.28289: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888960.28335: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888960.30202: stdout chunk (state=3): >>>ansible-tmp-1726888960.2768104-174770-141134402623598=/root/.ansible/tmp/ansible-tmp-1726888960.2768104-174770-141134402623598 <<< 172629 1726888960.30335: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888960.30368: stderr chunk (state=3): >>><<< 172629 1726888960.30371: stdout chunk (state=3): >>><<< 172629 1726888960.30435: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888960.2768104-174770-141134402623598=/root/.ansible/tmp/ansible-tmp-1726888960.2768104-174770-141134402623598 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888960.30448: variable 'ansible_module_compression' from source: unknown 172629 1726888960.30496: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726888960.30522: variable 'ansible_facts' from source: unknown 172629 1726888960.30698: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888960.2768104-174770-141134402623598/AnsiballZ_stat.py 172629 1726888960.30732: Sending initial data 172629 1726888960.30741: Sent initial data (155 bytes) 172629 1726888960.31223: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888960.31235: 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 <<< 172629 1726888960.31246: 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 <<< 172629 1726888960.31293: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888960.31316: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888960.31361: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888960.32891: 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 <<< 172629 1726888960.32894: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888960.32944: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888960.32993: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpbnn8717j /root/.ansible/tmp/ansible-tmp-1726888960.2768104-174770-141134402623598/AnsiballZ_stat.py <<< 172629 1726888960.32996: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888960.2768104-174770-141134402623598/AnsiballZ_stat.py" <<< 172629 1726888960.33031: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpbnn8717j" to remote "/root/.ansible/tmp/ansible-tmp-1726888960.2768104-174770-141134402623598/AnsiballZ_stat.py" <<< 172629 1726888960.33041: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888960.2768104-174770-141134402623598/AnsiballZ_stat.py" <<< 172629 1726888960.33603: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888960.33639: stderr chunk (state=3): >>><<< 172629 1726888960.33642: stdout chunk (state=3): >>><<< 172629 1726888960.33683: done transferring module to remote 172629 1726888960.33695: _low_level_execute_command(): starting 172629 1726888960.33698: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888960.2768104-174770-141134402623598/ /root/.ansible/tmp/ansible-tmp-1726888960.2768104-174770-141134402623598/AnsiballZ_stat.py && sleep 0' 172629 1726888960.34219: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888960.34222: 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 <<< 172629 1726888960.34225: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 172629 1726888960.34227: 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 <<< 172629 1726888960.34229: 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 <<< 172629 1726888960.34295: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888960.34300: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888960.34340: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888960.36081: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888960.36151: stderr chunk (state=3): >>><<< 172629 1726888960.36154: stdout chunk (state=3): >>><<< 172629 1726888960.36158: _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 172629 1726888960.36161: _low_level_execute_command(): starting 172629 1726888960.36163: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888960.2768104-174770-141134402623598/AnsiballZ_stat.py && sleep 0' 172629 1726888960.36725: 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 <<< 172629 1726888960.36735: 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 <<< 172629 1726888960.36738: 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 found <<< 172629 1726888960.36740: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888960.36797: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888960.36802: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888960.36874: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888960.38983: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888960.39035: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888960.39076: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888960.39128: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888960.39170: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888960.39191: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888960.39213: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888960.39233: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888960.39298: 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' <<< 172629 1726888960.39301: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888960.39324: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888960.39352: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888960.39393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888960.39402: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a1a184d0> <<< 172629 1726888960.39463: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a19e7b30> # /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 0x7fd9a1a1aa50> <<< 172629 1726888960.39470: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888960.39493: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888960.39538: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888960.39544: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888960.39644: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888960.39671: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888960.39709: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 172629 1726888960.39725: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726888960.39757: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888960.39775: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888960.39790: 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' <<< 172629 1726888960.39805: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a1809130> <<< 172629 1726888960.39864: 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' <<< 172629 1726888960.39882: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a180a120> <<< 172629 1726888960.39908: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888960.39936: 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. <<< 172629 1726888960.40158: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888960.40172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888960.40193: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888960.40210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.40223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888960.40267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888960.40281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888960.40315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888960.40320: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a1846ea0> <<< 172629 1726888960.40345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888960.40358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888960.40386: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a185c1a0> <<< 172629 1726888960.40410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888960.40434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888960.40462: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888960.40507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.40536: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888960.40554: 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 0x7fd9a187fa40> <<< 172629 1726888960.40580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888960.40593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 172629 1726888960.40599: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18a0110> <<< 172629 1726888960.40609: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888960.40664: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a185fce0> <<< 172629 1726888960.40667: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888960.40702: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a185d400> <<< 172629 1726888960.40787: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18451c0> <<< 172629 1726888960.40819: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888960.40829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888960.40847: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888960.40871: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888960.40893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888960.40916: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888960.40933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888960.40976: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18a3980> <<< 172629 1726888960.40979: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18a25a0> <<< 172629 1726888960.41012: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726888960.41016: 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 0x7fd9a185e2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18a0e30> <<< 172629 1726888960.41075: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888960.41083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18d0a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a1844440> <<< 172629 1726888960.41110: 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' <<< 172629 1726888960.41154: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.41168: 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 0x7fd9a18d0ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18d0d70> <<< 172629 1726888960.41200: 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 0x7fd9a18d1160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a1842f60> <<< 172629 1726888960.41236: 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' <<< 172629 1726888960.41245: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888960.41297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888960.41301: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18d1850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18d1520> <<< 172629 1726888960.41311: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726888960.41344: 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' <<< 172629 1726888960.41362: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18d2750> <<< 172629 1726888960.41391: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726888960.41421: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888960.41451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888960.41484: 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' <<< 172629 1726888960.41521: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18ec8f0> import 'errno' # <<< 172629 1726888960.41524: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.41526: 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 0x7fd9a18ee030> <<< 172629 1726888960.41560: 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' <<< 172629 1726888960.41584: 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' <<< 172629 1726888960.41603: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18eeed0> <<< 172629 1726888960.41631: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.41644: 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 0x7fd9a18ef530> <<< 172629 1726888960.41651: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18ee420> <<< 172629 1726888960.41684: 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' <<< 172629 1726888960.41737: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.41744: 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 0x7fd9a18effb0> <<< 172629 1726888960.41762: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18ef6e0> <<< 172629 1726888960.41784: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18d0da0> <<< 172629 1726888960.41802: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888960.41828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888960.41844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888960.41886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888960.41916: 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 0x7fd9a1907f20> <<< 172629 1726888960.41938: 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' <<< 172629 1726888960.41970: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.41973: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd9a16ac920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a16ac680> <<< 172629 1726888960.41992: 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 0x7fd9a16ac950> <<< 172629 1726888960.42024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888960.42046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726888960.42095: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.42228: 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 0x7fd9a16ad280> <<< 172629 1726888960.42328: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.42340: 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 0x7fd9a16adc40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a16acb30> <<< 172629 1726888960.42366: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a19060c0> <<< 172629 1726888960.42383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888960.42408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888960.42426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888960.42443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a16aeff0> <<< 172629 1726888960.42481: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a16adac0> <<< 172629 1726888960.42484: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18d2e10> <<< 172629 1726888960.42511: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888960.42573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.42597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888960.42621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888960.42660: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a16d7320> <<< 172629 1726888960.42703: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888960.42718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.42736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888960.42761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888960.42803: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a16fb680> <<< 172629 1726888960.42830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888960.42874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888960.42927: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888960.42949: 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 0x7fd9a175c440> <<< 172629 1726888960.42977: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888960.43003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888960.43023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888960.43072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888960.43149: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a175eba0> <<< 172629 1726888960.43225: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a175c560> <<< 172629 1726888960.43256: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a1721460> <<< 172629 1726888960.43288: 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 0x7fd9a15654f0><<< 172629 1726888960.43306: stdout chunk (state=3): >>> <<< 172629 1726888960.43313: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a16fa480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a16afef0> <<< 172629 1726888960.43442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888960.43462: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd9a16faa80> <<< 172629 1726888960.43606: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_p53tqe1a/ansible_stat_payload.zip' <<< 172629 1726888960.43614: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.43747: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.43782: 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' <<< 172629 1726888960.43820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888960.43891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888960.43926: 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 0x7fd9a15b7290> <<< 172629 1726888960.43934: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888960.44123: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a159a180> <<< 172629 1726888960.44126: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a15992e0> # zipimport: zlib available <<< 172629 1726888960.44171: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726888960.44192: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.44205: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.44218: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888960.44227: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.45615: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.46722: 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 0x7fd9a15b4fe0> <<< 172629 1726888960.46747: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726888960.46757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.46779: 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' <<< 172629 1726888960.46810: 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' <<< 172629 1726888960.46840: 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 0x7fd9a15e2bd0> <<< 172629 1726888960.46878: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a15e2960> <<< 172629 1726888960.46904: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a15e2270> <<< 172629 1726888960.46931: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888960.46936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888960.46976: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a15e2cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a1a1a9c0> <<< 172629 1726888960.46981: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888960.47029: 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 0x7fd9a15e3890> <<< 172629 1726888960.47067: 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 0x7fd9a15e3a40> <<< 172629 1726888960.47076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888960.47116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888960.47124: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888960.47185: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a15e3f80> <<< 172629 1726888960.47196: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888960.47213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888960.47251: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f15d90> <<< 172629 1726888960.47289: 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 0x7fd9a0f179b0> <<< 172629 1726888960.47313: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888960.47316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888960.47364: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f1c380> <<< 172629 1726888960.47381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888960.47405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888960.47417: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f1d520> <<< 172629 1726888960.47439: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888960.47470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888960.47496: 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' <<< 172629 1726888960.47546: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f1ff50> <<< 172629 1726888960.47584: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.47597: 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 0x7fd9a0f20140> <<< 172629 1726888960.47611: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f1e2d0> <<< 172629 1726888960.47627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888960.47648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888960.47674: 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' <<< 172629 1726888960.47699: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888960.47725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888960.47753: 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' <<< 172629 1726888960.47781: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f23fe0> <<< 172629 1726888960.47784: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888960.47857: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f22ab0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f22810> <<< 172629 1726888960.47880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888960.47883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888960.47959: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f22d80> <<< 172629 1726888960.47970: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f1e7e0> <<< 172629 1726888960.47998: 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 0x7fd9a0f68170> <<< 172629 1726888960.48033: 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 0x7fd9a0f68320> <<< 172629 1726888960.48060: 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 <<< 172629 1726888960.48067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888960.48095: 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' <<< 172629 1726888960.48139: 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 0x7fd9a0f69dc0> <<< 172629 1726888960.48162: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f69b80> <<< 172629 1726888960.48175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888960.48250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888960.48305: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.48318: 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 0x7fd9a0f6c320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f6a4b0> <<< 172629 1726888960.48321: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888960.48366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.48386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888960.48408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726888960.48412: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888960.48448: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f6fb00> <<< 172629 1726888960.48565: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f6c4d0> <<< 172629 1726888960.48624: 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 0x7fd9a0f708f0> <<< 172629 1726888960.48658: 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 0x7fd9a0f70b60> <<< 172629 1726888960.48714: 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 0x7fd9a0f70e60> <<< 172629 1726888960.48718: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f684a0> <<< 172629 1726888960.48740: 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 <<< 172629 1726888960.48752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 172629 1726888960.48759: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888960.48782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888960.48808: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.48831: 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 0x7fd9a0ffc470> <<< 172629 1726888960.48984: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.48987: 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 0x7fd9a0ffd820> <<< 172629 1726888960.48997: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f72c00> <<< 172629 1726888960.49061: 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 0x7fd9a0f73fb0> <<< 172629 1726888960.49065: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f72840> # zipimport: zlib available <<< 172629 1726888960.49089: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888960.49093: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.49181: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.49297: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888960.49307: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888960.49324: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888960.49347: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.49438: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.49562: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.50083: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.50615: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888960.50620: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888960.50651: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888960.50671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.50710: 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 0x7fd9a0e01b50> <<< 172629 1726888960.50791: 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' <<< 172629 1726888960.50808: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0e027e0> <<< 172629 1726888960.50818: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0ffd940> <<< 172629 1726888960.50887: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888960.50900: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.50919: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726888960.50927: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.51071: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.51216: 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' <<< 172629 1726888960.51239: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0e02660> <<< 172629 1726888960.51244: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.51690: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.52127: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.52202: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.52276: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888960.52283: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.52320: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.52352: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888960.52360: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.52433: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.52506: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888960.52539: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.52542: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.52551: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 172629 1726888960.52558: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.52600: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.52631: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888960.52646: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.52865: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.53091: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888960.53147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888960.53163: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888960.53225: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0e03a70> <<< 172629 1726888960.53235: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.53303: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.53384: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888960.53390: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888960.53410: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.53451: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.53488: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888960.53502: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.53542: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.53587: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.53642: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.53710: 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 <<< 172629 1726888960.53743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.53820: 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 0x7fd9a0e0e5a0> <<< 172629 1726888960.53864: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0e091f0> <<< 172629 1726888960.53889: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888960.53896: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 172629 1726888960.53902: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.53965: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.54022: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.54057: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.54103: 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 <<< 172629 1726888960.54107: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.54115: 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 <<< 172629 1726888960.54142: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888960.54160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888960.54219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888960.54229: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888960.54252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888960.54302: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a1636c60> <<< 172629 1726888960.54346: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a161e930> <<< 172629 1726888960.54423: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0e0e570> <<< 172629 1726888960.54430: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f71190> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888960.54465: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.54486: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726888960.54498: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888960.54548: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888960.54568: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.54573: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.54582: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 172629 1726888960.54588: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.54716: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.54897: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.56187: 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": 1431, "inode": 253755650, "dev": 51714, "nlink": 1, "atime": 1726888927.9057372, "mtime": 1726888924.2247128, "ctime": 1726888924.2247128, "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": "ad3825f6b75b6ce911b179604a56e2761f9b314a", "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"}}} <<< 172629 1726888960.56214: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888960.56617: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888960.56647: 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 <<< 172629 1726888960.56652: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix <<< 172629 1726888960.56675: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins<<< 172629 1726888960.56680: stdout chunk (state=3): >>> # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools <<< 172629 1726888960.56689: 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<<< 172629 1726888960.56704: stdout chunk (state=3): >>> # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util <<< 172629 1726888960.56741: stdout chunk (state=3): >>># 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 <<< 172629 1726888960.56745: 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 <<< 172629 1726888960.56761: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select <<< 172629 1726888960.56777: 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 # 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 <<< 172629 1726888960.56784: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters <<< 172629 1726888960.56813: 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 <<< 172629 1726888960.56823: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # 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 <<< 172629 1726888960.57084: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888960.57087: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888960.57113: stdout chunk (state=3): >>># destroy _bz2 <<< 172629 1726888960.57132: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888960.57147: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 172629 1726888960.57163: stdout chunk (state=3): >>># destroy zipfile._path <<< 172629 1726888960.57171: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726888960.57215: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888960.57244: 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 <<< 172629 1726888960.57250: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 172629 1726888960.57258: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 172629 1726888960.57282: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 172629 1726888960.57294: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726888960.57308: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726888960.57326: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726888960.57337: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726888960.57368: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888960.57379: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888960.57437: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726888960.57440: 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 <<< 172629 1726888960.57447: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid <<< 172629 1726888960.57463: stdout chunk (state=3): >>># cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726888960.57492: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing<<< 172629 1726888960.57499: stdout chunk (state=3): >>> # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 172629 1726888960.57529: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 172629 1726888960.57536: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726888960.57545: stdout chunk (state=3): >>># cleanup[3] wiping _functools <<< 172629 1726888960.57573: stdout chunk (state=3): >>># cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath <<< 172629 1726888960.57588: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 172629 1726888960.57592: stdout chunk (state=3): >>># destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread <<< 172629 1726888960.57621: stdout chunk (state=3): >>># cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 172629 1726888960.57624: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888960.57752: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888960.57765: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726888960.57770: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888960.57800: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 172629 1726888960.57805: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 172629 1726888960.57836: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888960.57877: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 172629 1726888960.57880: 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 <<< 172629 1726888960.57903: stdout chunk (state=3): >>># clear sys.meta_path <<< 172629 1726888960.57906: stdout chunk (state=3): >>># clear sys.modules # destroy _frozen_importlib <<< 172629 1726888960.57989: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 172629 1726888960.58005: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 172629 1726888960.58009: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726888960.58040: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726888960.58053: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726888960.58074: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726888960.58082: stdout chunk (state=3): >>># destroy itertools <<< 172629 1726888960.58098: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 172629 1726888960.58103: stdout chunk (state=3): >>># destroy _thread <<< 172629 1726888960.58115: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726888960.58403: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888960.58435: stderr chunk (state=3): >>><<< 172629 1726888960.58438: stdout chunk (state=3): >>><<< 172629 1726888960.58510: _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 0x7fd9a1a184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a19e7b30> # /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 0x7fd9a1a1aa50> 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 0x7fd9a1809130> # /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 0x7fd9a180a120> 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 0x7fd9a1846ea0> # /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 0x7fd9a185c1a0> # /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 0x7fd9a187fa40> # /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 0x7fd9a18a0110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a185fce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a185d400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18451c0> # /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 0x7fd9a18a3980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18a25a0> # /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 0x7fd9a185e2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18a0e30> # /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 0x7fd9a18d0a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a1844440> # /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 0x7fd9a18d0ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18d0d70> # 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 0x7fd9a18d1160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a1842f60> # /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 0x7fd9a18d1850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18d1520> 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 0x7fd9a18d2750> 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 0x7fd9a18ec8f0> 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 0x7fd9a18ee030> # /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 0x7fd9a18eeed0> # 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 0x7fd9a18ef530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18ee420> # /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 0x7fd9a18effb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18ef6e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18d0da0> # /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 0x7fd9a1907f20> # /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 0x7fd9a16ac920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a16ac680> # 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 0x7fd9a16ac950> # /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 0x7fd9a16ad280> # 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 0x7fd9a16adc40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a16acb30> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a19060c0> # /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 0x7fd9a16aeff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a16adac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a18d2e10> # /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 0x7fd9a16d7320> # /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 0x7fd9a16fb680> # /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 0x7fd9a175c440> # /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 0x7fd9a175eba0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a175c560> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a1721460> # /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 0x7fd9a15654f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a16fa480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a16afef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd9a16faa80> # zipimport: found 30 names in '/tmp/ansible_stat_payload_p53tqe1a/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 0x7fd9a15b7290> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a159a180> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a15992e0> # 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 0x7fd9a15b4fe0> # /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 0x7fd9a15e2bd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a15e2960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a15e2270> # /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 0x7fd9a15e2cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a1a1a9c0> 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 0x7fd9a15e3890> # 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 0x7fd9a15e3a40> # /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 0x7fd9a15e3f80> 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 0x7fd9a0f15d90> # 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 0x7fd9a0f179b0> # /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 0x7fd9a0f1c380> # /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 0x7fd9a0f1d520> # /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 0x7fd9a0f1ff50> # 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 0x7fd9a0f20140> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f1e2d0> # /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 0x7fd9a0f23fe0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f22ab0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f22810> # /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 0x7fd9a0f22d80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f1e7e0> # 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 0x7fd9a0f68170> # /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 0x7fd9a0f68320> # /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 0x7fd9a0f69dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f69b80> # /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 0x7fd9a0f6c320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f6a4b0> # /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 0x7fd9a0f6fb00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f6c4d0> # 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 0x7fd9a0f708f0> # 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 0x7fd9a0f70b60> # 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 0x7fd9a0f70e60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f684a0> # /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 0x7fd9a0ffc470> # 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 0x7fd9a0ffd820> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f72c00> # 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 0x7fd9a0f73fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f72840> # 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 0x7fd9a0e01b50> # /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 0x7fd9a0e027e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0ffd940> 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 0x7fd9a0e02660> # 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 0x7fd9a0e03a70> # 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 0x7fd9a0e0e5a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0e091f0> 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 0x7fd9a1636c60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a161e930> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0e0e570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a0f71190> # 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": 1431, "inode": 253755650, "dev": 51714, "nlink": 1, "atime": 1726888927.9057372, "mtime": 1726888924.2247128, "ctime": 1726888924.2247128, "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": "ad3825f6b75b6ce911b179604a56e2761f9b314a", "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. 172629 1726888960.59048: 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-1726888960.2768104-174770-141134402623598/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888960.59052: _low_level_execute_command(): starting 172629 1726888960.59054: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888960.2768104-174770-141134402623598/ > /dev/null 2>&1 && sleep 0' 172629 1726888960.59224: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888960.59228: 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 <<< 172629 1726888960.59231: 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 <<< 172629 1726888960.59233: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888960.59287: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888960.59294: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888960.59296: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888960.59339: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888960.61151: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888960.61182: stderr chunk (state=3): >>><<< 172629 1726888960.61185: stdout chunk (state=3): >>><<< 172629 1726888960.61197: _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 172629 1726888960.61202: handler run complete 172629 1726888960.61235: attempt loop complete, returning result 172629 1726888960.61239: _execute() done 172629 1726888960.61241: dumping result to json 172629 1726888960.61246: done dumping result, returning 172629 1726888960.61253: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-d0a8-add8-000000000e8e] 172629 1726888960.61262: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e8e 172629 1726888960.61362: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e8e 172629 1726888960.61365: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726888927.9057372, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ad3825f6b75b6ce911b179604a56e2761f9b314a", "ctime": 1726888924.2247128, "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": 1726888924.2247128, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1431, "uid": 0, "version": "3790368620", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726888960.61498: no more pending results, returning what we have 172629 1726888960.61501: results queue empty 172629 1726888960.61502: checking for any_errors_fatal 172629 1726888960.61506: done checking for any_errors_fatal 172629 1726888960.61507: checking for max_fail_percentage 172629 1726888960.61509: done checking for max_fail_percentage 172629 1726888960.61509: checking to see if all hosts have failed and the running result is not ok 172629 1726888960.61510: done checking to see if all hosts have failed 172629 1726888960.61511: getting the remaining hosts for this loop 172629 1726888960.61512: done getting the remaining hosts for this loop 172629 1726888960.61515: getting the next task for host managed_node1 172629 1726888960.61521: done getting next task for host managed_node1 172629 1726888960.61524: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 172629 1726888960.61527: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888960.61536: getting variables 172629 1726888960.61537: in VariableManager get_vars() 172629 1726888960.61575: Calling all_inventory to load vars for managed_node1 172629 1726888960.61577: Calling groups_inventory to load vars for managed_node1 172629 1726888960.61579: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888960.61588: Calling all_plugins_play to load vars for managed_node1 172629 1726888960.61594: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888960.61597: Calling groups_plugins_play to load vars for managed_node1 172629 1726888960.61932: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888960.62265: done with get_vars() 172629 1726888960.62277: 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 23:22:40 -0400 (0:00:00.387) 0:01:00.903 ****** 172629 1726888960.62345: entering _queue_task() for managed_node1/lineinfile 172629 1726888960.62550: worker is 1 (out of 1 available) 172629 1726888960.62562: exiting _queue_task() for managed_node1/lineinfile 172629 1726888960.62575: done queuing things up, now waiting for results queue to drain 172629 1726888960.62577: waiting for pending results... 172629 1726888960.62761: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 172629 1726888960.62856: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e8f 172629 1726888960.62871: variable 'ansible_search_path' from source: unknown 172629 1726888960.62875: variable 'ansible_search_path' from source: unknown 172629 1726888960.62900: calling self._execute() 172629 1726888960.62989: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888960.62992: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888960.63001: variable 'omit' from source: magic vars 172629 1726888960.63278: variable '__storage_fstab' from source: set_fact 172629 1726888960.63305: Evaluated conditional (__storage_fstab.stat.exists): True 172629 1726888960.63412: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888960.63604: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888960.63635: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888960.63662: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888960.63690: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888960.63745: variable 'blivet_output' from source: set_fact 172629 1726888960.63767: Evaluated conditional (blivet_output is changed): True 172629 1726888960.63770: variable 'omit' from source: magic vars 172629 1726888960.63815: variable 'omit' from source: magic vars 172629 1726888960.63834: variable '__str' from source: task vars 172629 1726888960.63891: variable '__str' from source: task vars 172629 1726888960.63897: variable '__str' from source: task vars 172629 1726888960.63941: variable '__str' from source: task vars 172629 1726888960.63953: variable 'omit' from source: magic vars 172629 1726888960.63979: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888960.64006: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888960.64018: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888960.64031: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888960.64039: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888960.64068: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888960.64071: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888960.64074: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888960.64144: Set connection var ansible_timeout to 10 172629 1726888960.64148: Set connection var ansible_shell_type to sh 172629 1726888960.64156: Set connection var ansible_pipelining to False 172629 1726888960.64163: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888960.64170: Set connection var ansible_shell_executable to /bin/sh 172629 1726888960.64173: Set connection var ansible_connection to ssh 172629 1726888960.64187: variable 'ansible_shell_executable' from source: unknown 172629 1726888960.64190: variable 'ansible_connection' from source: unknown 172629 1726888960.64192: variable 'ansible_module_compression' from source: unknown 172629 1726888960.64194: variable 'ansible_shell_type' from source: unknown 172629 1726888960.64196: variable 'ansible_shell_executable' from source: unknown 172629 1726888960.64199: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888960.64204: variable 'ansible_pipelining' from source: unknown 172629 1726888960.64206: variable 'ansible_timeout' from source: unknown 172629 1726888960.64210: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888960.64316: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888960.64326: variable 'omit' from source: magic vars 172629 1726888960.64330: starting attempt loop 172629 1726888960.64332: running the handler 172629 1726888960.64347: _low_level_execute_command(): starting 172629 1726888960.64353: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888960.64824: 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 <<< 172629 1726888960.64859: stderr 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 <<< 172629 1726888960.64862: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888960.64866: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726888960.64868: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888960.64870: stderr 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 <<< 172629 1726888960.64920: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888960.64923: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888960.64926: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888960.64987: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888960.66559: stdout chunk (state=3): >>>/root <<< 172629 1726888960.66657: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888960.66685: stderr chunk (state=3): >>><<< 172629 1726888960.66688: stdout chunk (state=3): >>><<< 172629 1726888960.66712: _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 172629 1726888960.66722: _low_level_execute_command(): starting 172629 1726888960.66726: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888960.6670718-174778-63662917894113 `" && echo ansible-tmp-1726888960.6670718-174778-63662917894113="` echo /root/.ansible/tmp/ansible-tmp-1726888960.6670718-174778-63662917894113 `" ) && sleep 0' 172629 1726888960.67128: 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 <<< 172629 1726888960.67162: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888960.67166: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 172629 1726888960.67168: 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 <<< 172629 1726888960.67170: 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 <<< 172629 1726888960.67172: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888960.67222: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888960.67225: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888960.67280: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888960.69141: stdout chunk (state=3): >>>ansible-tmp-1726888960.6670718-174778-63662917894113=/root/.ansible/tmp/ansible-tmp-1726888960.6670718-174778-63662917894113 <<< 172629 1726888960.69251: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888960.69279: stderr chunk (state=3): >>><<< 172629 1726888960.69282: stdout chunk (state=3): >>><<< 172629 1726888960.69298: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888960.6670718-174778-63662917894113=/root/.ansible/tmp/ansible-tmp-1726888960.6670718-174778-63662917894113 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888960.69339: variable 'ansible_module_compression' from source: unknown 172629 1726888960.69381: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.lineinfile-ZIP_DEFLATED 172629 1726888960.69406: variable 'ansible_facts' from source: unknown 172629 1726888960.69507: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888960.6670718-174778-63662917894113/AnsiballZ_lineinfile.py 172629 1726888960.69682: Sending initial data 172629 1726888960.69685: Sent initial data (160 bytes) 172629 1726888960.70117: 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 <<< 172629 1726888960.70120: stderr 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 <<< 172629 1726888960.70122: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888960.70124: 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 <<< 172629 1726888960.70126: stderr 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 <<< 172629 1726888960.70176: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888960.70179: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888960.70227: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888960.71760: 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 <<< 172629 1726888960.71764: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888960.71805: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888960.71860: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpgaobbwi2 /root/.ansible/tmp/ansible-tmp-1726888960.6670718-174778-63662917894113/AnsiballZ_lineinfile.py <<< 172629 1726888960.71863: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888960.6670718-174778-63662917894113/AnsiballZ_lineinfile.py" <<< 172629 1726888960.71898: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpgaobbwi2" to remote "/root/.ansible/tmp/ansible-tmp-1726888960.6670718-174778-63662917894113/AnsiballZ_lineinfile.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888960.6670718-174778-63662917894113/AnsiballZ_lineinfile.py" <<< 172629 1726888960.72438: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888960.72475: stderr chunk (state=3): >>><<< 172629 1726888960.72479: stdout chunk (state=3): >>><<< 172629 1726888960.72517: done transferring module to remote 172629 1726888960.72527: _low_level_execute_command(): starting 172629 1726888960.72534: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888960.6670718-174778-63662917894113/ /root/.ansible/tmp/ansible-tmp-1726888960.6670718-174778-63662917894113/AnsiballZ_lineinfile.py && sleep 0' 172629 1726888960.72930: 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 <<< 172629 1726888960.72976: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888960.72979: 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 <<< 172629 1726888960.72982: 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 <<< 172629 1726888960.72984: 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 <<< 172629 1726888960.72986: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888960.73021: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888960.73025: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888960.73085: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888960.74813: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888960.74834: stderr chunk (state=3): >>><<< 172629 1726888960.74837: stdout chunk (state=3): >>><<< 172629 1726888960.74848: _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 172629 1726888960.74852: _low_level_execute_command(): starting 172629 1726888960.74859: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888960.6670718-174778-63662917894113/AnsiballZ_lineinfile.py && sleep 0' 172629 1726888960.75247: 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 <<< 172629 1726888960.75263: stderr 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 <<< 172629 1726888960.75266: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888960.75280: 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 <<< 172629 1726888960.75329: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888960.75332: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888960.75388: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888960.77504: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888960.77539: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888960.77567: stdout chunk (state=3): >>>import '_thread' # <<< 172629 1726888960.77574: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 172629 1726888960.77641: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888960.77645: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888960.77676: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888960.77714: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888960.77740: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888960.77746: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888960.77797: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726888960.77802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.77820: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888960.77843: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888960.77873: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888960.77897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888960.77905: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15c184d0> <<< 172629 1726888960.77919: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15be7b30> <<< 172629 1726888960.77946: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 172629 1726888960.77950: 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 0x7fef15c1aa50> <<< 172629 1726888960.77977: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888960.78003: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726888960.78008: stdout chunk (state=3): >>> import 'abc' # <<< 172629 1726888960.78032: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888960.78065: stdout chunk (state=3): >>>import '_stat' # <<< 172629 1726888960.78070: stdout chunk (state=3): >>>import 'stat' # <<< 172629 1726888960.78144: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888960.78175: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888960.78208: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888960.78229: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888960.78242: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726888960.78248: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888960.78266: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726888960.78279: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888960.78292: 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 <<< 172629 1726888960.78305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888960.78320: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef159c9130> <<< 172629 1726888960.78384: 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' <<< 172629 1726888960.78402: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef159ca120> <<< 172629 1726888960.78423: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888960.78456: 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. <<< 172629 1726888960.78687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888960.78693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888960.78710: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888960.78728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.78741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888960.78782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888960.78801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888960.78828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888960.78836: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a0ffb0> <<< 172629 1726888960.78867: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888960.78872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888960.78903: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a1c140> <<< 172629 1726888960.78930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888960.78950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888960.78977: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888960.79023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.79044: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888960.79070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726888960.79075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a3f9e0> <<< 172629 1726888960.79104: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888960.79107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a3ffb0> <<< 172629 1726888960.79127: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888960.79179: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a1fc80> <<< 172629 1726888960.79182: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888960.79218: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a1d3a0> <<< 172629 1726888960.79305: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a0d160> <<< 172629 1726888960.79334: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888960.79349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888960.79370: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888960.79382: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888960.79414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888960.79427: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888960.79445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888960.79474: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a63860> <<< 172629 1726888960.79487: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a62480> <<< 172629 1726888960.79516: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726888960.79521: 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 0x7fef15a1ff50> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a0f050> <<< 172629 1726888960.79580: 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' <<< 172629 1726888960.79586: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a94860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a0c3e0> <<< 172629 1726888960.79616: 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' <<< 172629 1726888960.79650: 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 0x7fef15a94d10> <<< 172629 1726888960.79654: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a94bc0> <<< 172629 1726888960.79697: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.79703: 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 0x7fef15a94f80> <<< 172629 1726888960.79716: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a02f00> <<< 172629 1726888960.79739: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726888960.79743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.79762: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888960.79794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888960.79813: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a95640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a95310> <<< 172629 1726888960.79816: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726888960.79850: 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' <<< 172629 1726888960.79878: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a96510> <<< 172629 1726888960.79887: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726888960.79896: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726888960.79921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888960.79951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888960.79978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726888960.79990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15aac740> <<< 172629 1726888960.80000: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888960.80031: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.80034: 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 0x7fef15aaddf0> <<< 172629 1726888960.80064: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888960.80069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888960.80096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888960.80106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726888960.80116: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15aaec90> <<< 172629 1726888960.80152: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.80163: 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 0x7fef15aaf2f0> <<< 172629 1726888960.80175: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15aae1e0> <<< 172629 1726888960.80186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888960.80191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888960.80234: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.80242: 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 0x7fef15aafd70> <<< 172629 1726888960.80254: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15aaf4a0> <<< 172629 1726888960.80297: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a96570> <<< 172629 1726888960.80314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888960.80343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888960.80360: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888960.80382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888960.80410: 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 0x7fef1582fce0> <<< 172629 1726888960.80438: 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' <<< 172629 1726888960.80473: 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 0x7fef15858740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef158584a0> <<< 172629 1726888960.80499: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888960.80504: 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 0x7fef15858770> <<< 172629 1726888960.80536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888960.80542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726888960.80609: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.80737: 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 0x7fef158590a0> <<< 172629 1726888960.80847: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.80852: 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 0x7fef15859a90> <<< 172629 1726888960.80872: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15858950> <<< 172629 1726888960.80876: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1582de80> <<< 172629 1726888960.80908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888960.80921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888960.80948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888960.80965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726888960.80971: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1585ae70> <<< 172629 1726888960.80987: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15859bb0> <<< 172629 1726888960.81012: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a96c60> <<< 172629 1726888960.81035: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888960.81100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.81113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888960.81149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888960.81175: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15883170> <<< 172629 1726888960.81233: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888960.81241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.81267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888960.81283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888960.81327: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef158ab500> <<< 172629 1726888960.81350: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888960.81395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888960.81446: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888960.81472: 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 0x7fef159082c0> <<< 172629 1726888960.81488: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888960.81521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888960.81544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888960.81584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888960.81669: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1590aa20> <<< 172629 1726888960.81744: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef159083e0> <<< 172629 1726888960.81778: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef158d52b0> <<< 172629 1726888960.81805: 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 0x7fef1570d400> <<< 172629 1726888960.81831: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef158aa300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1585bd40> <<< 172629 1726888960.81942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888960.81958: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fef158aa900> <<< 172629 1726888960.82211: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_7ky6m68n/ansible_lineinfile_payload.zip' # zipimport: zlib available <<< 172629 1726888960.82342: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.82375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888960.82383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888960.82423: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888960.82494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888960.82532: 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 0x7fef15763140> <<< 172629 1726888960.82535: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888960.82722: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15742030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15741190> <<< 172629 1726888960.82728: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.82759: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888960.82772: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.82783: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.82807: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.82823: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888960.82835: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.84221: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.85331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888960.85336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15761010> <<< 172629 1726888960.85364: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726888960.85368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.85392: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888960.85397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888960.85422: 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' <<< 172629 1726888960.85454: 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 0x7fef1578e9f0> <<< 172629 1726888960.85493: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1578e7b0> <<< 172629 1726888960.85525: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1578e0f0> <<< 172629 1726888960.85544: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888960.85548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888960.85598: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1578eb70> <<< 172629 1726888960.85601: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15763dd0> <<< 172629 1726888960.85604: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888960.85637: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.85639: 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 0x7fef1578f7a0> <<< 172629 1726888960.85664: 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' <<< 172629 1726888960.85668: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef1578f9e0> <<< 172629 1726888960.85687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888960.85726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888960.85746: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888960.85784: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1578fec0> <<< 172629 1726888960.85800: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888960.85812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888960.85844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888960.85873: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15119c70> <<< 172629 1726888960.85901: 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 0x7fef1511b890> <<< 172629 1726888960.85934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888960.85940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888960.85982: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1511c290> <<< 172629 1726888960.85994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888960.86030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888960.86040: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1511d430> <<< 172629 1726888960.86070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888960.86096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888960.86119: 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' <<< 172629 1726888960.86177: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1511fe90> <<< 172629 1726888960.86210: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888960.86216: 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 0x7fef15a02ff0> <<< 172629 1726888960.86229: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1511e150> <<< 172629 1726888960.86252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888960.86279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888960.86302: 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' <<< 172629 1726888960.86326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888960.86350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888960.86383: 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' <<< 172629 1726888960.86392: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15127e30> <<< 172629 1726888960.86403: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888960.86468: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15126900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15126660> <<< 172629 1726888960.86490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888960.86496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888960.86574: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15126bd0> <<< 172629 1726888960.86600: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1511e660> <<< 172629 1726888960.86627: 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 0x7fef1516ba10> <<< 172629 1726888960.86658: 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 0x7fef1516c140> <<< 172629 1726888960.86684: 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 <<< 172629 1726888960.86699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888960.86724: 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' <<< 172629 1726888960.86759: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888960.86765: 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 0x7fef1516dbe0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1516d9a0> <<< 172629 1726888960.86782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888960.86881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888960.86930: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.86939: 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 0x7fef151701a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1516e2a0> <<< 172629 1726888960.86963: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888960.86994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.87020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888960.87033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726888960.87036: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888960.87079: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef151738c0> <<< 172629 1726888960.87201: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15170290> <<< 172629 1726888960.87261: 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' <<< 172629 1726888960.87265: 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 0x7fef15174620> <<< 172629 1726888960.87293: 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' <<< 172629 1726888960.87298: 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 0x7fef151748c0> <<< 172629 1726888960.87335: 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' <<< 172629 1726888960.87343: 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 0x7fef15174bf0> <<< 172629 1726888960.87354: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1516c2c0> <<< 172629 1726888960.87375: 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' <<< 172629 1726888960.87395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888960.87417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888960.87441: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.87466: 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 0x7fef150002f0> <<< 172629 1726888960.87613: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888960.87621: 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 0x7fef15001340> <<< 172629 1726888960.87629: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15176a80> <<< 172629 1726888960.87668: 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 0x7fef15177e30> <<< 172629 1726888960.87676: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef151766c0> <<< 172629 1726888960.87694: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.87710: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888960.87725: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.87807: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.87897: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.87909: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.87919: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 172629 1726888960.87937: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.87950: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888960.87965: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.88079: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.88200: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.88725: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.89264: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888960.89267: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888960.89299: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888960.89313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.89362: 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 0x7fef15005670> <<< 172629 1726888960.89445: 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' <<< 172629 1726888960.89466: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15006540> <<< 172629 1726888960.89471: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15bc3e00> <<< 172629 1726888960.89524: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888960.89528: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.89568: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.89573: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888960.89582: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.89722: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.89874: 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' <<< 172629 1726888960.89889: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15006c00> <<< 172629 1726888960.89901: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.90357: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.90795: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.90867: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.90945: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888960.90951: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.90987: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.91022: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888960.91032: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.91108: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.91181: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888960.91215: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.91219: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.91222: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 172629 1726888960.91233: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.91274: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.91311: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888960.91326: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.91547: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.91780: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888960.91832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888960.91850: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888960.91916: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef150076e0> <<< 172629 1726888960.91924: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.91995: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.92066: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726888960.92081: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888960.92084: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888960.92109: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.92148: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.92191: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888960.92197: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.92245: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.92288: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.92347: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.92411: 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 <<< 172629 1726888960.92450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888960.92530: 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' <<< 172629 1726888960.92535: 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 0x7fef15012390> <<< 172629 1726888960.92566: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1500d970> <<< 172629 1726888960.92598: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888960.92611: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.92675: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.92739: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.92768: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.92808: 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' <<< 172629 1726888960.92833: 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 <<< 172629 1726888960.92849: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888960.92877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888960.92929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888960.92960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888960.92967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888960.93024: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15102cc0> <<< 172629 1726888960.93067: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef157be990> <<< 172629 1726888960.93148: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15012570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15012090> # destroy ansible.module_utils.distro <<< 172629 1726888960.93151: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888960.93191: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.93217: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726888960.93222: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888960.93269: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888960.93300: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888960.93313: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 172629 1726888960.93321: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.93579: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.93897: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888960.94577: stdout chunk (state=3): >>> {"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/etc/fstab (content)", "after_header": "/etc/fstab (content)"}, {"before_header": "/etc/fstab (file attributes)", "after_header": "/etc/fstab (file attributes)"}], "invocation": {"module_args": {"insertbefore": "^#", "firstmatch": true, "line": "# system_role:storage", "regexp": "# system_role:storage", "path": "/etc/fstab", "state": "present", "backrefs": false, "create": false, "backup": false, "unsafe_writes": false, "search_string": null, "insertafter": null, "validate": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 172629 1726888960.94890: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 172629 1726888960.94931: stdout chunk (state=3): >>># clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys <<< 172629 1726888960.94935: stdout chunk (state=3): >>># cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat <<< 172629 1726888960.94961: stdout chunk (state=3): >>># cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre <<< 172629 1726888960.94992: stdout chunk (state=3): >>># cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 172629 1726888960.95020: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token <<< 172629 1726888960.95061: stdout chunk (state=3): >>># cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket <<< 172629 1726888960.95065: stdout chunk (state=3): >>># destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections <<< 172629 1726888960.95100: stdout chunk (state=3): >>># destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 172629 1726888960.95304: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888960.95319: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888960.95323: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888960.95356: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888960.95367: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726888960.95412: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888960.95416: stdout chunk (state=3): >>># destroy importlib <<< 172629 1726888960.95431: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 172629 1726888960.95434: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 172629 1726888960.95468: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 172629 1726888960.95476: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726888960.95490: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726888960.95495: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726888960.95536: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888960.95540: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888960.95694: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 172629 1726888960.95705: 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 <<< 172629 1726888960.95746: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726888960.95750: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888960.95870: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888960.95875: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726888960.95912: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888960.95960: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing <<< 172629 1726888960.95963: 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 <<< 172629 1726888960.96004: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888960.96089: 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 <<< 172629 1726888960.96108: stdout chunk (state=3): >>># destroy time <<< 172629 1726888960.96134: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 172629 1726888960.96161: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726888960.96196: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888960.96598: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888960.96629: stderr chunk (state=3): >>><<< 172629 1726888960.96685: stdout chunk (state=3): >>><<< 172629 1726888960.96728: _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 0x7fef15c184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15be7b30> # /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 0x7fef15c1aa50> 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 0x7fef159c9130> # /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 0x7fef159ca120> 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 0x7fef15a0ffb0> # /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 0x7fef15a1c140> # /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 0x7fef15a3f9e0> # /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 0x7fef15a3ffb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a1fc80> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a1d3a0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a0d160> # /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 0x7fef15a63860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a62480> # /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 0x7fef15a1ff50> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a0f050> # /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 0x7fef15a94860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a0c3e0> # /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 0x7fef15a94d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a94bc0> # 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 0x7fef15a94f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a02f00> # /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 0x7fef15a95640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a95310> 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 0x7fef15a96510> 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 0x7fef15aac740> 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 0x7fef15aaddf0> # /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 0x7fef15aaec90> # 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 0x7fef15aaf2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15aae1e0> # /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 0x7fef15aafd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15aaf4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a96570> # /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 0x7fef1582fce0> # /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 0x7fef15858740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef158584a0> # 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 0x7fef15858770> # /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 0x7fef158590a0> # 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 0x7fef15859a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15858950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1582de80> # /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 0x7fef1585ae70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15859bb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15a96c60> # /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 0x7fef15883170> # /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 0x7fef158ab500> # /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 0x7fef159082c0> # /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 0x7fef1590aa20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef159083e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef158d52b0> # /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 0x7fef1570d400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef158aa300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1585bd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fef158aa900> # zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_7ky6m68n/ansible_lineinfile_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15763140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15742030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15741190> # 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 0x7fef15761010> # /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 0x7fef1578e9f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1578e7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1578e0f0> # /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 0x7fef1578eb70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15763dd0> 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 0x7fef1578f7a0> # 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 0x7fef1578f9e0> # /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 0x7fef1578fec0> 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 0x7fef15119c70> # 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 0x7fef1511b890> # /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 0x7fef1511c290> # /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 0x7fef1511d430> # /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 0x7fef1511fe90> # 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 0x7fef15a02ff0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1511e150> # /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 0x7fef15127e30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15126900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15126660> # /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 0x7fef15126bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1511e660> # 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 0x7fef1516ba10> # /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 0x7fef1516c140> # /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 0x7fef1516dbe0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1516d9a0> # /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 0x7fef151701a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1516e2a0> # /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 0x7fef151738c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15170290> # 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 0x7fef15174620> # 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 0x7fef151748c0> # 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 0x7fef15174bf0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1516c2c0> # /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 0x7fef150002f0> # 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 0x7fef15001340> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15176a80> # 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 0x7fef15177e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef151766c0> # 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 0x7fef15005670> # /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 0x7fef15006540> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15bc3e00> 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 0x7fef15006c00> # 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 0x7fef150076e0> # 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 0x7fef15012390> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef1500d970> 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 0x7fef15102cc0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef157be990> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15012570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef15012090> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/etc/fstab (content)", "after_header": "/etc/fstab (content)"}, {"before_header": "/etc/fstab (file attributes)", "after_header": "/etc/fstab (file attributes)"}], "invocation": {"module_args": {"insertbefore": "^#", "firstmatch": true, "line": "# system_role:storage", "regexp": "# system_role:storage", "path": "/etc/fstab", "state": "present", "backrefs": false, "create": false, "backup": false, "unsafe_writes": false, "search_string": null, "insertafter": null, "validate": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726888960.97287: done with _execute_module (lineinfile, {'insertbefore': '^#', 'firstmatch': True, 'line': '# system_role:storage', 'regexp': '# system_role:storage', 'path': '/etc/fstab', 'state': 'present', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'lineinfile', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888960.6670718-174778-63662917894113/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888960.97291: _low_level_execute_command(): starting 172629 1726888960.97294: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888960.6670718-174778-63662917894113/ > /dev/null 2>&1 && sleep 0' 172629 1726888960.97686: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888960.97690: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888960.97692: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888960.97694: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888960.97696: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888960.97698: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888960.97700: 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 <<< 172629 1726888960.97724: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888960.97740: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888960.97760: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888960.97840: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888960.99674: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888960.99700: stderr chunk (state=3): >>><<< 172629 1726888960.99703: stdout chunk (state=3): >>><<< 172629 1726888960.99716: _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 172629 1726888960.99722: handler run complete 172629 1726888960.99739: attempt loop complete, returning result 172629 1726888960.99742: _execute() done 172629 1726888960.99745: dumping result to json 172629 1726888960.99751: done dumping result, returning 172629 1726888960.99761: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-d0a8-add8-000000000e8f] 172629 1726888960.99765: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e8f 172629 1726888960.99869: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e8f 172629 1726888960.99872: WORKER PROCESS EXITING ok: [managed_node1] => { "backup": "", "changed": false } 172629 1726888960.99985: no more pending results, returning what we have 172629 1726888960.99988: results queue empty 172629 1726888960.99989: checking for any_errors_fatal 172629 1726888960.99998: done checking for any_errors_fatal 172629 1726888960.99998: checking for max_fail_percentage 172629 1726888961.00000: done checking for max_fail_percentage 172629 1726888961.00001: checking to see if all hosts have failed and the running result is not ok 172629 1726888961.00002: done checking to see if all hosts have failed 172629 1726888961.00002: getting the remaining hosts for this loop 172629 1726888961.00005: done getting the remaining hosts for this loop 172629 1726888961.00008: getting the next task for host managed_node1 172629 1726888961.00017: done getting next task for host managed_node1 172629 1726888961.00021: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 172629 1726888961.00024: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888961.00035: getting variables 172629 1726888961.00036: in VariableManager get_vars() 172629 1726888961.00078: Calling all_inventory to load vars for managed_node1 172629 1726888961.00081: Calling groups_inventory to load vars for managed_node1 172629 1726888961.00083: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888961.00091: Calling all_plugins_play to load vars for managed_node1 172629 1726888961.00093: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888961.00096: Calling groups_plugins_play to load vars for managed_node1 172629 1726888961.00667: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888961.00992: done with get_vars() 172629 1726888961.01002: 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 23:22:41 -0400 (0:00:00.387) 0:01:01.290 ****** 172629 1726888961.01079: entering _queue_task() for managed_node1/systemd 172629 1726888961.01339: worker is 1 (out of 1 available) 172629 1726888961.01558: exiting _queue_task() for managed_node1/systemd 172629 1726888961.01570: done queuing things up, now waiting for results queue to drain 172629 1726888961.01571: waiting for pending results... 172629 1726888961.01698: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 172629 1726888961.01830: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e91 172629 1726888961.01849: variable 'ansible_search_path' from source: unknown 172629 1726888961.01860: variable 'ansible_search_path' from source: unknown 172629 1726888961.01960: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888961.02141: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888961.02207: dumping result to json 172629 1726888961.02216: done dumping result, returning 172629 1726888961.02231: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-d0a8-add8-000000000e91] 172629 1726888961.02243: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e91 172629 1726888961.02488: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e91 172629 1726888961.02491: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888961.02541: no more pending results, returning what we have 172629 1726888961.02545: results queue empty 172629 1726888961.02546: checking for any_errors_fatal 172629 1726888961.02560: done checking for any_errors_fatal 172629 1726888961.02561: checking for max_fail_percentage 172629 1726888961.02563: done checking for max_fail_percentage 172629 1726888961.02564: checking to see if all hosts have failed and the running result is not ok 172629 1726888961.02565: done checking to see if all hosts have failed 172629 1726888961.02566: getting the remaining hosts for this loop 172629 1726888961.02568: done getting the remaining hosts for this loop 172629 1726888961.02571: getting the next task for host managed_node1 172629 1726888961.02582: done getting next task for host managed_node1 172629 1726888961.02586: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 172629 1726888961.02590: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888961.02611: getting variables 172629 1726888961.02613: in VariableManager get_vars() 172629 1726888961.02651: Calling all_inventory to load vars for managed_node1 172629 1726888961.02801: Calling groups_inventory to load vars for managed_node1 172629 1726888961.02805: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888961.02813: Calling all_plugins_play to load vars for managed_node1 172629 1726888961.02816: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888961.02819: Calling groups_plugins_play to load vars for managed_node1 172629 1726888961.03317: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888961.03894: done with get_vars() 172629 1726888961.03907: done getting variables 172629 1726888961.03966: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:22:41 -0400 (0:00:00.029) 0:01:01.319 ****** 172629 1726888961.03990: entering _queue_task() for managed_node1/debug 172629 1726888961.04228: worker is 1 (out of 1 available) 172629 1726888961.04240: exiting _queue_task() for managed_node1/debug 172629 1726888961.04252: done queuing things up, now waiting for results queue to drain 172629 1726888961.04256: waiting for pending results... 172629 1726888961.04541: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show blivet_output 172629 1726888961.04861: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e93 172629 1726888961.04865: variable 'ansible_search_path' from source: unknown 172629 1726888961.04868: variable 'ansible_search_path' from source: unknown 172629 1726888961.04871: calling self._execute() 172629 1726888961.04874: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888961.04882: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888961.04895: variable 'omit' from source: magic vars 172629 1726888961.05007: variable 'omit' from source: magic vars 172629 1726888961.05081: variable 'omit' from source: magic vars 172629 1726888961.05122: variable 'omit' from source: magic vars 172629 1726888961.05171: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888961.05215: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888961.05243: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888961.05269: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888961.05284: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888961.05325: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888961.05333: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888961.05340: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888961.05451: Set connection var ansible_timeout to 10 172629 1726888961.05469: Set connection var ansible_shell_type to sh 172629 1726888961.05482: Set connection var ansible_pipelining to False 172629 1726888961.05492: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888961.05500: Set connection var ansible_shell_executable to /bin/sh 172629 1726888961.05506: Set connection var ansible_connection to ssh 172629 1726888961.05535: variable 'ansible_shell_executable' from source: unknown 172629 1726888961.05543: variable 'ansible_connection' from source: unknown 172629 1726888961.05639: variable 'ansible_module_compression' from source: unknown 172629 1726888961.05642: variable 'ansible_shell_type' from source: unknown 172629 1726888961.05645: variable 'ansible_shell_executable' from source: unknown 172629 1726888961.05647: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888961.05649: variable 'ansible_pipelining' from source: unknown 172629 1726888961.05652: variable 'ansible_timeout' from source: unknown 172629 1726888961.05657: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888961.05731: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888961.05759: variable 'omit' from source: magic vars 172629 1726888961.05769: starting attempt loop 172629 1726888961.05776: running the handler 172629 1726888961.05829: variable 'blivet_output' from source: set_fact 172629 1726888961.06025: variable 'blivet_output' from source: set_fact 172629 1726888961.06363: handler run complete 172629 1726888961.06415: attempt loop complete, returning result 172629 1726888961.06422: _execute() done 172629 1726888961.06429: dumping result to json 172629 1726888961.06441: done dumping result, returning 172629 1726888961.06451: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-d0a8-add8-000000000e93] 172629 1726888961.06465: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e93 ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sda", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } 172629 1726888961.06989: no more pending results, returning what we have 172629 1726888961.06992: results queue empty 172629 1726888961.06993: checking for any_errors_fatal 172629 1726888961.06999: done checking for any_errors_fatal 172629 1726888961.07000: checking for max_fail_percentage 172629 1726888961.07001: done checking for max_fail_percentage 172629 1726888961.07002: checking to see if all hosts have failed and the running result is not ok 172629 1726888961.07008: done checking to see if all hosts have failed 172629 1726888961.07009: getting the remaining hosts for this loop 172629 1726888961.07010: done getting the remaining hosts for this loop 172629 1726888961.07013: getting the next task for host managed_node1 172629 1726888961.07018: done getting next task for host managed_node1 172629 1726888961.07021: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 172629 1726888961.07025: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888961.07034: getting variables 172629 1726888961.07036: in VariableManager get_vars() 172629 1726888961.07069: Calling all_inventory to load vars for managed_node1 172629 1726888961.07072: Calling groups_inventory to load vars for managed_node1 172629 1726888961.07074: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888961.07080: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e93 172629 1726888961.07082: WORKER PROCESS EXITING 172629 1726888961.07090: Calling all_plugins_play to load vars for managed_node1 172629 1726888961.07093: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888961.07096: Calling groups_plugins_play to load vars for managed_node1 172629 1726888961.07616: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888961.08233: done with get_vars() 172629 1726888961.08246: done getting variables 172629 1726888961.08302: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:41 -0400 (0:00:00.043) 0:01:01.363 ****** 172629 1726888961.08334: entering _queue_task() for managed_node1/set_fact 172629 1726888961.08587: worker is 1 (out of 1 available) 172629 1726888961.08599: exiting _queue_task() for managed_node1/set_fact 172629 1726888961.08610: done queuing things up, now waiting for results queue to drain 172629 1726888961.08611: waiting for pending results... 172629 1726888961.08895: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 172629 1726888961.09039: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e94 172629 1726888961.09062: variable 'ansible_search_path' from source: unknown 172629 1726888961.09069: variable 'ansible_search_path' from source: unknown 172629 1726888961.09112: calling self._execute() 172629 1726888961.09225: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888961.09236: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888961.09252: variable 'omit' from source: magic vars 172629 1726888961.09368: variable 'omit' from source: magic vars 172629 1726888961.09441: variable 'omit' from source: magic vars 172629 1726888961.09674: variable 'blivet_output' from source: set_fact 172629 1726888961.09751: variable 'omit' from source: magic vars 172629 1726888961.09796: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888961.09835: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888961.09865: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888961.09887: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888961.09904: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888961.09950: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888961.09956: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888961.09959: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888961.10061: Set connection var ansible_timeout to 10 172629 1726888961.10260: Set connection var ansible_shell_type to sh 172629 1726888961.10263: Set connection var ansible_pipelining to False 172629 1726888961.10265: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888961.10267: Set connection var ansible_shell_executable to /bin/sh 172629 1726888961.10269: Set connection var ansible_connection to ssh 172629 1726888961.10271: variable 'ansible_shell_executable' from source: unknown 172629 1726888961.10272: variable 'ansible_connection' from source: unknown 172629 1726888961.10274: variable 'ansible_module_compression' from source: unknown 172629 1726888961.10276: variable 'ansible_shell_type' from source: unknown 172629 1726888961.10278: variable 'ansible_shell_executable' from source: unknown 172629 1726888961.10280: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888961.10282: variable 'ansible_pipelining' from source: unknown 172629 1726888961.10283: variable 'ansible_timeout' from source: unknown 172629 1726888961.10285: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888961.10292: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888961.10308: variable 'omit' from source: magic vars 172629 1726888961.10316: starting attempt loop 172629 1726888961.10322: running the handler 172629 1726888961.10336: handler run complete 172629 1726888961.10350: attempt loop complete, returning result 172629 1726888961.10360: _execute() done 172629 1726888961.10367: dumping result to json 172629 1726888961.10374: done dumping result, returning 172629 1726888961.10384: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-d0a8-add8-000000000e94] 172629 1726888961.10392: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e94 ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 172629 1726888961.10579: no more pending results, returning what we have 172629 1726888961.10582: results queue empty 172629 1726888961.10584: checking for any_errors_fatal 172629 1726888961.10598: done checking for any_errors_fatal 172629 1726888961.10598: checking for max_fail_percentage 172629 1726888961.10600: done checking for max_fail_percentage 172629 1726888961.10601: checking to see if all hosts have failed and the running result is not ok 172629 1726888961.10602: done checking to see if all hosts have failed 172629 1726888961.10603: getting the remaining hosts for this loop 172629 1726888961.10604: done getting the remaining hosts for this loop 172629 1726888961.10607: getting the next task for host managed_node1 172629 1726888961.10613: done getting next task for host managed_node1 172629 1726888961.10616: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 172629 1726888961.10620: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888961.10631: getting variables 172629 1726888961.10633: in VariableManager get_vars() 172629 1726888961.10775: Calling all_inventory to load vars for managed_node1 172629 1726888961.10778: Calling groups_inventory to load vars for managed_node1 172629 1726888961.10780: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888961.10789: Calling all_plugins_play to load vars for managed_node1 172629 1726888961.10793: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888961.10796: Calling groups_plugins_play to load vars for managed_node1 172629 1726888961.11420: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e94 172629 1726888961.11423: WORKER PROCESS EXITING 172629 1726888961.11444: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888961.11998: done with get_vars() 172629 1726888961.12013: done getting variables 172629 1726888961.12075: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:41 -0400 (0:00:00.037) 0:01:01.401 ****** 172629 1726888961.12109: entering _queue_task() for managed_node1/set_fact 172629 1726888961.12378: worker is 1 (out of 1 available) 172629 1726888961.12392: exiting _queue_task() for managed_node1/set_fact 172629 1726888961.12406: done queuing things up, now waiting for results queue to drain 172629 1726888961.12407: waiting for pending results... 172629 1726888961.12716: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 172629 1726888961.12868: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e95 172629 1726888961.12894: variable 'ansible_search_path' from source: unknown 172629 1726888961.12902: variable 'ansible_search_path' from source: unknown 172629 1726888961.12941: calling self._execute() 172629 1726888961.13061: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888961.13075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888961.13087: variable 'omit' from source: magic vars 172629 1726888961.13196: variable 'omit' from source: magic vars 172629 1726888961.13281: variable 'omit' from source: magic vars 172629 1726888961.13508: variable 'blivet_output' from source: set_fact 172629 1726888961.13722: variable 'omit' from source: magic vars 172629 1726888961.13772: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888961.13809: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888961.13834: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888961.13859: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888961.13877: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888961.13908: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888961.13917: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888961.13926: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888961.14035: Set connection var ansible_timeout to 10 172629 1726888961.14046: Set connection var ansible_shell_type to sh 172629 1726888961.14062: Set connection var ansible_pipelining to False 172629 1726888961.14072: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888961.14085: Set connection var ansible_shell_executable to /bin/sh 172629 1726888961.14091: Set connection var ansible_connection to ssh 172629 1726888961.14116: variable 'ansible_shell_executable' from source: unknown 172629 1726888961.14123: variable 'ansible_connection' from source: unknown 172629 1726888961.14129: variable 'ansible_module_compression' from source: unknown 172629 1726888961.14136: variable 'ansible_shell_type' from source: unknown 172629 1726888961.14142: variable 'ansible_shell_executable' from source: unknown 172629 1726888961.14148: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888961.14160: variable 'ansible_pipelining' from source: unknown 172629 1726888961.14166: variable 'ansible_timeout' from source: unknown 172629 1726888961.14174: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888961.14319: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888961.14337: variable 'omit' from source: magic vars 172629 1726888961.14350: starting attempt loop 172629 1726888961.14360: running the handler 172629 1726888961.14375: handler run complete 172629 1726888961.14406: attempt loop complete, returning result 172629 1726888961.14409: _execute() done 172629 1726888961.14411: dumping result to json 172629 1726888961.14413: done dumping result, returning 172629 1726888961.14421: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-d0a8-add8-000000000e95] 172629 1726888961.14460: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e95 172629 1726888961.14695: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e95 172629 1726888961.14698: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } 172629 1726888961.14807: no more pending results, returning what we have 172629 1726888961.14809: results queue empty 172629 1726888961.14810: checking for any_errors_fatal 172629 1726888961.14815: done checking for any_errors_fatal 172629 1726888961.14815: checking for max_fail_percentage 172629 1726888961.14817: done checking for max_fail_percentage 172629 1726888961.14818: checking to see if all hosts have failed and the running result is not ok 172629 1726888961.14819: done checking to see if all hosts have failed 172629 1726888961.14820: getting the remaining hosts for this loop 172629 1726888961.14821: done getting the remaining hosts for this loop 172629 1726888961.14824: getting the next task for host managed_node1 172629 1726888961.14830: done getting next task for host managed_node1 172629 1726888961.14833: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 172629 1726888961.14836: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888961.14852: getting variables 172629 1726888961.14962: in VariableManager get_vars() 172629 1726888961.14993: Calling all_inventory to load vars for managed_node1 172629 1726888961.14995: Calling groups_inventory to load vars for managed_node1 172629 1726888961.14998: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888961.15006: Calling all_plugins_play to load vars for managed_node1 172629 1726888961.15009: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888961.15011: Calling groups_plugins_play to load vars for managed_node1 172629 1726888961.15528: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888961.16133: done with get_vars() 172629 1726888961.16148: 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 23:22:41 -0400 (0:00:00.041) 0:01:01.442 ****** 172629 1726888961.16236: entering _queue_task() for managed_node1/mount 172629 1726888961.16676: worker is 1 (out of 1 available) 172629 1726888961.16686: exiting _queue_task() for managed_node1/mount 172629 1726888961.16696: done queuing things up, now waiting for results queue to drain 172629 1726888961.16697: waiting for pending results... 172629 1726888961.16788: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 172629 1726888961.16938: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e96 172629 1726888961.16963: variable 'ansible_search_path' from source: unknown 172629 1726888961.16970: variable 'ansible_search_path' from source: unknown 172629 1726888961.17299: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888961.19497: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888961.19660: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888961.19664: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888961.19767: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888961.20166: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888961.20170: 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) 172629 1726888961.20172: 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) 172629 1726888961.20175: 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) 172629 1726888961.20276: 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) 172629 1726888961.20298: 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) 172629 1726888961.20345: 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) 172629 1726888961.20380: 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) 172629 1726888961.20486: 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) 172629 1726888961.20534: 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) 172629 1726888961.20622: 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) 172629 1726888961.20889: variable 'blivet_output' from source: set_fact 172629 1726888961.21150: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888961.21426: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888961.21515: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888961.21619: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888961.21726: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888961.21776: 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) 172629 1726888961.21829: 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) 172629 1726888961.22023: 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) 172629 1726888961.22026: 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) 172629 1726888961.23000: variable 'omit' from source: magic vars 172629 1726888961.23105: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888961.23129: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888961.23145: variable 'omit' from source: magic vars 172629 1726888961.23232: variable 'omit' from source: magic vars 172629 1726888961.23334: variable 'omit' from source: magic vars 172629 1726888961.23467: 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) 172629 1726888961.23499: 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) 172629 1726888961.23532: 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) 172629 1726888961.23587: 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) 172629 1726888961.23663: 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) 172629 1726888961.23704: variable 'mount_info' from source: unknown 172629 1726888961.23713: variable 'omit' from source: magic vars 172629 1726888961.23817: variable 'mount_info' from source: unknown 172629 1726888961.23951: variable 'mount_info' from source: unknown 172629 1726888961.23966: variable 'omit' from source: magic vars 172629 1726888961.24094: variable 'mount_info' from source: unknown 172629 1726888961.24109: variable 'omit' from source: magic vars 172629 1726888961.24206: variable 'mount_info' from source: unknown 172629 1726888961.24263: variable 'omit' from source: magic vars 172629 1726888961.24266: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888961.24295: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888961.24325: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888961.24348: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888961.24373: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888961.24407: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888961.24425: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888961.24461: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888961.24545: Set connection var ansible_timeout to 10 172629 1726888961.24564: Set connection var ansible_shell_type to sh 172629 1726888961.24578: Set connection var ansible_pipelining to False 172629 1726888961.24594: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888961.24660: Set connection var ansible_shell_executable to /bin/sh 172629 1726888961.24664: Set connection var ansible_connection to ssh 172629 1726888961.24666: variable 'ansible_shell_executable' from source: unknown 172629 1726888961.24668: variable 'ansible_connection' from source: unknown 172629 1726888961.24670: variable 'ansible_module_compression' from source: unknown 172629 1726888961.24672: variable 'ansible_shell_type' from source: unknown 172629 1726888961.24674: variable 'ansible_shell_executable' from source: unknown 172629 1726888961.24676: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888961.24678: variable 'ansible_pipelining' from source: unknown 172629 1726888961.24679: variable 'ansible_timeout' from source: unknown 172629 1726888961.24681: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888961.24838: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888961.24852: variable 'omit' from source: magic vars 172629 1726888961.24866: starting attempt loop 172629 1726888961.24872: running the handler 172629 1726888961.24886: _low_level_execute_command(): starting 172629 1726888961.24912: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888961.26277: 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 <<< 172629 1726888961.26451: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888961.26481: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888961.26569: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888961.28372: stdout chunk (state=3): >>>/root <<< 172629 1726888961.28526: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888961.28544: stdout chunk (state=3): >>><<< 172629 1726888961.28564: stderr chunk (state=3): >>><<< 172629 1726888961.28588: _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 172629 1726888961.28607: _low_level_execute_command(): starting 172629 1726888961.28693: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888961.285954-174792-59502123651256 `" && echo ansible-tmp-1726888961.285954-174792-59502123651256="` echo /root/.ansible/tmp/ansible-tmp-1726888961.285954-174792-59502123651256 `" ) && sleep 0' 172629 1726888961.29259: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888961.29275: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888961.29291: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888961.29317: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888961.29336: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888961.29350: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888961.29370: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888961.29389: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888961.29420: 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 <<< 172629 1726888961.29474: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888961.29527: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888961.29539: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888961.29568: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888961.29647: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888961.31591: stdout chunk (state=3): >>>ansible-tmp-1726888961.285954-174792-59502123651256=/root/.ansible/tmp/ansible-tmp-1726888961.285954-174792-59502123651256 <<< 172629 1726888961.31734: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888961.31757: stdout chunk (state=3): >>><<< 172629 1726888961.31761: stderr chunk (state=3): >>><<< 172629 1726888961.31779: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888961.285954-174792-59502123651256=/root/.ansible/tmp/ansible-tmp-1726888961.285954-174792-59502123651256 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888961.31879: variable 'ansible_module_compression' from source: unknown 172629 1726888961.31930: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 172629 1726888961.31982: variable 'ansible_facts' from source: unknown 172629 1726888961.32095: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888961.285954-174792-59502123651256/AnsiballZ_mount.py 172629 1726888961.32281: Sending initial data 172629 1726888961.32284: Sent initial data (154 bytes) 172629 1726888961.32870: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888961.32963: 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 <<< 172629 1726888961.32993: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888961.33008: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888961.33029: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888961.33097: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888961.34675: 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 <<< 172629 1726888961.34750: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888961.34816: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmplbyajdbh /root/.ansible/tmp/ansible-tmp-1726888961.285954-174792-59502123651256/AnsiballZ_mount.py <<< 172629 1726888961.34820: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888961.285954-174792-59502123651256/AnsiballZ_mount.py" <<< 172629 1726888961.34861: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmplbyajdbh" to remote "/root/.ansible/tmp/ansible-tmp-1726888961.285954-174792-59502123651256/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888961.285954-174792-59502123651256/AnsiballZ_mount.py" <<< 172629 1726888961.35723: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888961.35726: stdout chunk (state=3): >>><<< 172629 1726888961.35728: stderr chunk (state=3): >>><<< 172629 1726888961.35797: done transferring module to remote 172629 1726888961.35813: _low_level_execute_command(): starting 172629 1726888961.35829: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888961.285954-174792-59502123651256/ /root/.ansible/tmp/ansible-tmp-1726888961.285954-174792-59502123651256/AnsiballZ_mount.py && sleep 0' 172629 1726888961.36560: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888961.36581: 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 <<< 172629 1726888961.36646: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888961.36684: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888961.36719: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888961.36797: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888961.38618: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888961.38621: stdout chunk (state=3): >>><<< 172629 1726888961.38623: stderr chunk (state=3): >>><<< 172629 1726888961.38714: _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 172629 1726888961.38717: _low_level_execute_command(): starting 172629 1726888961.38721: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888961.285954-174792-59502123651256/AnsiballZ_mount.py && sleep 0' 172629 1726888961.39279: 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 <<< 172629 1726888961.39371: stderr 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 <<< 172629 1726888961.39402: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888961.39418: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888961.39438: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888961.39531: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888961.41715: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888961.41737: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888961.41769: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888961.41820: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888961.41825: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888961.41858: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888961.41889: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888961.41912: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888961.41930: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888961.41986: 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' <<< 172629 1726888961.41997: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888961.42021: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888961.42051: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888961.42087: 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 0x7f46477104d0><<< 172629 1726888961.42090: stdout chunk (state=3): >>> <<< 172629 1726888961.42098: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46476dfb30> <<< 172629 1726888961.42125: 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' <<< 172629 1726888961.42140: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4647712a50> <<< 172629 1726888961.42163: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888961.42179: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726888961.42187: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726888961.42205: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888961.42237: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888961.42326: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888961.42352: stdout chunk (state=3): >>>import 'genericpath' # <<< 172629 1726888961.42354: stdout chunk (state=3): >>>import 'posixpath' # <<< 172629 1726888961.42374: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888961.42395: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888961.42410: stdout chunk (state=3): >>>Processing user site-packages <<< 172629 1726888961.42424: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888961.42438: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726888961.42441: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888961.42474: 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' <<< 172629 1726888961.42492: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46474e5130> <<< 172629 1726888961.42562: 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' <<< 172629 1726888961.42565: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46474e6120> <<< 172629 1726888961.42591: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888961.42624: 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. <<< 172629 1726888961.42854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888961.42877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888961.42897: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888961.42908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888961.42917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888961.42965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888961.42977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888961.43004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888961.43011: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4647522ea0> <<< 172629 1726888961.43034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888961.43046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888961.43076: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475381a0> <<< 172629 1726888961.43099: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888961.43121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888961.43147: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888961.43200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888961.43215: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888961.43239: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726888961.43242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f464755ba40> <<< 172629 1726888961.43274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888961.43277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 172629 1726888961.43287: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f464757c110> <<< 172629 1726888961.43293: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888961.43345: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f464753bce0> <<< 172629 1726888961.43350: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888961.43382: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4647539400> <<< 172629 1726888961.43469: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475211c0> <<< 172629 1726888961.43505: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888961.43510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888961.43536: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888961.43550: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888961.43582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888961.43606: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888961.43664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888961.43671: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f464757f980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f464757e5a0> <<< 172629 1726888961.43675: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726888961.43684: 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 0x7f464753a2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475230b0> <<< 172629 1726888961.43746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888961.43786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475ac9e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4647520440> # /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' <<< 172629 1726888961.43813: 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 0x7f46475ace90> <<< 172629 1726888961.43836: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475acd40> <<< 172629 1726888961.43865: 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 0x7f46475ad130> <<< 172629 1726888961.43894: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f464751ef60> <<< 172629 1726888961.43910: 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 <<< 172629 1726888961.43996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475ad820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475ad4f0> 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' <<< 172629 1726888961.44033: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475ae720> <<< 172629 1726888961.44054: 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 <<< 172629 1726888961.44104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888961.44120: 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' <<< 172629 1726888961.44161: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475c8950> import 'errno' # <<< 172629 1726888961.44195: 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 0x7f46475ca060> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888961.44226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888961.44249: 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' <<< 172629 1726888961.44273: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475caed0> <<< 172629 1726888961.44304: 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 0x7f46475cb530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475ca420> <<< 172629 1726888961.44319: 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' <<< 172629 1726888961.44370: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888961.44381: 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 0x7f46475cbef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475cb620> <<< 172629 1726888961.44467: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475ae780> <<< 172629 1726888961.44482: 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' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888961.44508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888961.44557: 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 0x7f464734fda0> <<< 172629 1726888961.44591: 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' <<< 172629 1726888961.44620: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4647378890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46473785f0> <<< 172629 1726888961.44651: 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 0x7f46473788c0> <<< 172629 1726888961.44659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888961.44669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726888961.44726: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888961.44849: 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 0x7f46473791f0> <<< 172629 1726888961.44963: 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 0x7f4647379bb0> <<< 172629 1726888961.44982: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4647378aa0> <<< 172629 1726888961.44987: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f464734df40> <<< 172629 1726888961.45009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888961.45027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888961.45050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888961.45069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726888961.45081: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f464737afc0> <<< 172629 1726888961.45093: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4647379d00> <<< 172629 1726888961.45115: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475aee70> <<< 172629 1726888961.45140: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888961.45199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888961.45217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888961.45251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888961.45277: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46473a3320> <<< 172629 1726888961.45332: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888961.45340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888961.45365: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888961.45380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888961.45423: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46473c76e0> <<< 172629 1726888961.45443: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888961.45490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888961.45540: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888961.45573: 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 0x7f46474284d0> <<< 172629 1726888961.45592: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888961.45612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888961.45639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888961.45678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888961.45765: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f464742ac30> <<< 172629 1726888961.45835: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46474285f0> <<< 172629 1726888961.45875: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46473ed4c0> <<< 172629 1726888961.45912: 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 0x7f4646d295e0> <<< 172629 1726888961.45923: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46473c64e0> <<< 172629 1726888961.45938: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f464737bef0> <<< 172629 1726888961.46038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888961.46059: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f46473c6ae0> <<< 172629 1726888961.46234: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_5vi8qa9h/ansible_mount_payload.zip' <<< 172629 1726888961.46239: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.46367: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.46398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888961.46403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888961.46450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888961.46521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888961.46568: 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 0x7f4646d7f320> <<< 172629 1726888961.46571: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888961.46759: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646d62210> <<< 172629 1726888961.46775: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646d61370> # zipimport: zlib available <<< 172629 1726888961.46807: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888961.46810: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.46843: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888961.46859: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888961.46871: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.48253: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.49390: 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 0x7f4646d7d1c0><<< 172629 1726888961.49397: stdout chunk (state=3): >>> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726888961.49406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888961.49432: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888961.49454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888961.49469: 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' <<< 172629 1726888961.49499: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888961.49508: 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 0x7f4646daacf0> <<< 172629 1726888961.49536: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646daaa80> <<< 172629 1726888961.49563: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646daa390> <<< 172629 1726888961.49598: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888961.49601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888961.49644: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646daade0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46477129c0> <<< 172629 1726888961.49674: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888961.49717: 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 0x7f4646daba40> <<< 172629 1726888961.49720: 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 0x7f4646dabc50> <<< 172629 1726888961.49737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888961.49781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888961.49795: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888961.49836: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646dd4110> <<< 172629 1726888961.49869: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888961.49882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888961.49928: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c19ee0> <<< 172629 1726888961.49976: 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 0x7f4646c1bb00> <<< 172629 1726888961.49979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888961.49994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888961.50016: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c1c500> <<< 172629 1726888961.50038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888961.50071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888961.50089: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c1d400> <<< 172629 1726888961.50110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888961.50139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888961.50173: 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' <<< 172629 1726888961.50220: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c24140> <<< 172629 1726888961.50274: 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 0x7f4646c24260> <<< 172629 1726888961.50288: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c1e3f0> <<< 172629 1726888961.50325: 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' <<< 172629 1726888961.50372: 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' <<< 172629 1726888961.50375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888961.50421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888961.50449: 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' <<< 172629 1726888961.50463: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c680b0> import '_tokenize' # <<< 172629 1726888961.50523: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c26ba0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c26900> <<< 172629 1726888961.50549: 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' <<< 172629 1726888961.50622: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c26e70> <<< 172629 1726888961.50648: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c1e900> <<< 172629 1726888961.50682: 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 0x7f4646c6c380> <<< 172629 1726888961.50713: 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 0x7f4646c6c530> <<< 172629 1726888961.50729: 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 <<< 172629 1726888961.50758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888961.50778: 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' <<< 172629 1726888961.50825: 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 0x7f4646c6e000> <<< 172629 1726888961.50838: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c6ddc0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888961.51016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888961.51034: 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 0x7f4646c70560> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c6e6f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888961.51068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888961.51108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888961.51115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726888961.51148: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c73d10> <<< 172629 1726888961.51269: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c706e0> <<< 172629 1726888961.51331: 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 0x7f4646c74a40> <<< 172629 1726888961.51363: 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 0x7f4646c74f20> <<< 172629 1726888961.51402: 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' <<< 172629 1726888961.51410: 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 0x7f4646c74e60> <<< 172629 1726888961.51416: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c6c710> <<< 172629 1726888961.51445: 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' <<< 172629 1726888961.51466: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888961.51484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888961.51516: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888961.51536: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888961.51540: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4646b00530> <<< 172629 1726888961.51686: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888961.51694: 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 0x7f4646b015b0> <<< 172629 1726888961.51709: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c76cc0> <<< 172629 1726888961.51738: 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' <<< 172629 1726888961.51747: 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 0x7f4646c778c0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c76900> <<< 172629 1726888961.51778: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.51781: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.51785: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 172629 1726888961.51798: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.51885: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.51969: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.51989: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888961.52009: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.52022: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888961.52041: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.52158: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.52278: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.52961: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.53493: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888961.53504: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888961.53533: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888961.53536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888961.53582: 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 0x7f4646b05880> <<< 172629 1726888961.53668: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726888961.53672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 172629 1726888961.53683: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646b06570> <<< 172629 1726888961.53696: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646b016d0> <<< 172629 1726888961.53737: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888961.53762: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.53778: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.53797: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888961.53803: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.53949: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.54107: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888961.54111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646b06360> <<< 172629 1726888961.54133: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.54582: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.55025: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.55095: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.55172: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888961.55176: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.55218: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.55250: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888961.55266: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.55328: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.55408: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888961.55422: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.55441: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888961.55458: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.55500: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.55538: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888961.55550: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.55773: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.56007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888961.56059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888961.56074: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888961.56137: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646b07800> <<< 172629 1726888961.56154: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.56225: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.56302: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726888961.56310: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888961.56313: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888961.56342: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.56380: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.56425: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888961.56431: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.56479: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.56520: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.56586: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.56646: 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 <<< 172629 1726888961.56685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888961.56773: 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'<<< 172629 1726888961.56778: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4646b123c0> <<< 172629 1726888961.56802: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646b0d0d0> <<< 172629 1726888961.56840: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888961.56845: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.56918: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.57002: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.57014: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.57068: 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 <<< 172629 1726888961.57071: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888961.57101: 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 <<< 172629 1726888961.57132: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888961.57136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888961.57191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888961.57195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888961.57227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888961.57274: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646dfac60> <<< 172629 1726888961.57334: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646de6930> <<< 172629 1726888961.57423: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646b12570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646b12150> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888961.57428: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.57475: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.57492: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888961.57522: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888961.57558: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.57563: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.57588: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 172629 1726888961.57595: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.57635: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible' # # zipimport: zlib available <<< 172629 1726888961.57638: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix' # <<< 172629 1726888961.57697: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # <<< 172629 1726888961.57714: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.57728: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # # zipimport: zlib available <<< 172629 1726888961.58144: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.58554: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.58559: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # <<< 172629 1726888961.58592: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.58610: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.58632: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 172629 1726888961.58720: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.58878: stdout chunk (state=3): >>> {"changed": true, "name": "none", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "fstype": "swap", "invocation": {"module_args": {"src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "path": "none", "fstype": "swap", "state": "absent", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null, "opts": null}}} <<< 172629 1726888961.58892: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888961.59267: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888961.59273: 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 <<< 172629 1726888961.59305: stdout chunk (state=3): >>># cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path <<< 172629 1726888961.59336: stdout chunk (state=3): >>># cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix <<< 172629 1726888961.59373: stdout chunk (state=3): >>># cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # 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 <<< 172629 1726888961.59379: stdout chunk (state=3): >>># destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess <<< 172629 1726888961.59435: stdout chunk (state=3): >>># cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # 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.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount <<< 172629 1726888961.59666: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888961.59683: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888961.59704: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888961.59732: 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<<< 172629 1726888961.59777: stdout chunk (state=3): >>> # destroy fnmatch # destroy ipaddress <<< 172629 1726888961.59781: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888961.59791: 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 <<< 172629 1726888961.59820: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726888961.59823: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726888961.59873: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726888961.59893: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726888961.59899: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888961.59946: 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 <<< 172629 1726888961.59966: 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 <<< 172629 1726888961.59998: 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 <<< 172629 1726888961.60051: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 172629 1726888961.60085: 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 <<< 172629 1726888961.60103: 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 <<< 172629 1726888961.60228: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888961.60237: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888961.60267: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 172629 1726888961.60272: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 172629 1726888961.60302: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888961.60330: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726888961.60340: 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 <<< 172629 1726888961.60353: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888961.60465: 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 <<< 172629 1726888961.60500: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726888961.60550: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726888961.60576: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888961.60936: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888961.60939: stderr chunk (state=3): >>><<< 172629 1726888961.60945: stdout chunk (state=3): >>><<< 172629 1726888961.61046: _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 0x7f46477104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46476dfb30> # /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 0x7f4647712a50> 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 0x7f46474e5130> # /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 0x7f46474e6120> 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 0x7f4647522ea0> # /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 0x7f46475381a0> # /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 0x7f464755ba40> # /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 0x7f464757c110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f464753bce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4647539400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475211c0> # /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 0x7f464757f980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f464757e5a0> # /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 0x7f464753a2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475230b0> # /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 0x7f46475ac9e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4647520440> # /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 0x7f46475ace90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475acd40> # 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 0x7f46475ad130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f464751ef60> # /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 0x7f46475ad820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475ad4f0> 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 0x7f46475ae720> 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 0x7f46475c8950> 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 0x7f46475ca060> # /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 0x7f46475caed0> # 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 0x7f46475cb530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475ca420> # /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 0x7f46475cbef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475cb620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475ae780> # /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 0x7f464734fda0> # /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 0x7f4647378890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46473785f0> # 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 0x7f46473788c0> # /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 0x7f46473791f0> # 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 0x7f4647379bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4647378aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f464734df40> # /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 0x7f464737afc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4647379d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46475aee70> # /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 0x7f46473a3320> # /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 0x7f46473c76e0> # /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 0x7f46474284d0> # /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 0x7f464742ac30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46474285f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46473ed4c0> # /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 0x7f4646d295e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46473c64e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f464737bef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f46473c6ae0> # zipimport: found 36 names in '/tmp/ansible_mount_payload_5vi8qa9h/ansible_mount_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 0x7f4646d7f320> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646d62210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646d61370> # 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 0x7f4646d7d1c0> # /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 0x7f4646daacf0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646daaa80> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646daa390> # /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 0x7f4646daade0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46477129c0> 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 0x7f4646daba40> # 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 0x7f4646dabc50> # /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 0x7f4646dd4110> 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 0x7f4646c19ee0> # 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 0x7f4646c1bb00> # /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 0x7f4646c1c500> # /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 0x7f4646c1d400> # /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 0x7f4646c24140> # 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 0x7f4646c24260> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c1e3f0> # /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 0x7f4646c680b0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c26ba0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c26900> # /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 0x7f4646c26e70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c1e900> # 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 0x7f4646c6c380> # /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 0x7f4646c6c530> # /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 0x7f4646c6e000> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c6ddc0> # /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 0x7f4646c70560> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c6e6f0> # /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 0x7f4646c73d10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c706e0> # 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 0x7f4646c74a40> # 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 0x7f4646c74f20> # 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 0x7f4646c74e60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c6c710> # /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 0x7f4646b00530> # 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 0x7f4646b015b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c76cc0> # 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 0x7f4646c778c0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646c76900> # 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 0x7f4646b05880> # /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 0x7f4646b06570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646b016d0> 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 0x7f4646b06360> # 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 0x7f4646b07800> # 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 0x7f4646b123c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646b0d0d0> 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 0x7f4646dfac60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646de6930> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646b12570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4646b12150> # 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.ansible' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # # zipimport: zlib available {"changed": true, "name": "none", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "fstype": "swap", "invocation": {"module_args": {"src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "path": "none", "fstype": "swap", "state": "absent", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null, "opts": 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.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount # 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. 172629 1726888961.61776: done with _execute_module (mount, {'src': 'UUID=5a262d27-d88f-4844-875e-b83a421e8734', 'path': 'none', 'fstype': 'swap', 'state': 'absent', '_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': 'mount', '_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-1726888961.285954-174792-59502123651256/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888961.61780: _low_level_execute_command(): starting 172629 1726888961.61783: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888961.285954-174792-59502123651256/ > /dev/null 2>&1 && sleep 0' 172629 1726888961.61815: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888961.61818: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888961.61820: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888961.61823: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888961.61826: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888961.61832: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888961.61852: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888961.61860: 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 <<< 172629 1726888961.61862: stderr 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 <<< 172629 1726888961.61923: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888961.61927: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888961.61929: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888961.62006: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888961.63868: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888961.63895: stderr chunk (state=3): >>><<< 172629 1726888961.63899: stdout chunk (state=3): >>><<< 172629 1726888961.63912: _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 172629 1726888961.63917: handler run complete 172629 1726888961.63935: attempt loop complete, returning result 172629 1726888961.63951: variable 'mount_info' from source: unknown 172629 1726888961.64020: variable 'mount_info' from source: unknown changed: [managed_node1] => (item={'src': 'UUID=5a262d27-d88f-4844-875e-b83a421e8734', 'path': 'none', 'state': 'absent', 'fstype': 'swap'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "fstype": "swap", "path": "none", "src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=5a262d27-d88f-4844-875e-b83a421e8734" } 172629 1726888961.64213: dumping result to json 172629 1726888961.64215: done dumping result, returning 172629 1726888961.64217: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-d0a8-add8-000000000e96] 172629 1726888961.64219: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e96 172629 1726888961.64313: no more pending results, returning what we have 172629 1726888961.64317: results queue empty 172629 1726888961.64318: checking for any_errors_fatal 172629 1726888961.64323: done checking for any_errors_fatal 172629 1726888961.64324: checking for max_fail_percentage 172629 1726888961.64325: done checking for max_fail_percentage 172629 1726888961.64326: checking to see if all hosts have failed and the running result is not ok 172629 1726888961.64327: done checking to see if all hosts have failed 172629 1726888961.64328: getting the remaining hosts for this loop 172629 1726888961.64329: done getting the remaining hosts for this loop 172629 1726888961.64332: getting the next task for host managed_node1 172629 1726888961.64337: done getting next task for host managed_node1 172629 1726888961.64340: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888961.64344: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888961.64358: getting variables 172629 1726888961.64359: in VariableManager get_vars() 172629 1726888961.64398: Calling all_inventory to load vars for managed_node1 172629 1726888961.64401: Calling groups_inventory to load vars for managed_node1 172629 1726888961.64403: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888961.64412: Calling all_plugins_play to load vars for managed_node1 172629 1726888961.64415: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888961.64417: Calling groups_plugins_play to load vars for managed_node1 172629 1726888961.64778: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e96 172629 1726888961.64783: WORKER PROCESS EXITING 172629 1726888961.64799: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888961.65330: done with get_vars() 172629 1726888961.65352: 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 23:22:41 -0400 (0:00:00.492) 0:01:01.934 ****** 172629 1726888961.65471: entering _queue_task() for managed_node1/systemd 172629 1726888961.65814: worker is 1 (out of 1 available) 172629 1726888961.65831: exiting _queue_task() for managed_node1/systemd 172629 1726888961.65847: done queuing things up, now waiting for results queue to drain 172629 1726888961.65849: waiting for pending results... 172629 1726888961.66152: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888961.66286: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e98 172629 1726888961.66293: variable 'ansible_search_path' from source: unknown 172629 1726888961.66296: variable 'ansible_search_path' from source: unknown 172629 1726888961.66362: calling self._execute() 172629 1726888961.66443: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888961.66449: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888961.66460: variable 'omit' from source: magic vars 172629 1726888961.66806: variable 'blivet_output' from source: set_fact 172629 1726888961.66850: Evaluated conditional (blivet_output['mounts']): True 172629 1726888961.66857: variable 'omit' from source: magic vars 172629 1726888961.66923: variable 'omit' from source: magic vars 172629 1726888961.66956: variable 'omit' from source: magic vars 172629 1726888961.67010: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888961.67058: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888961.67072: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888961.67116: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888961.67120: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888961.67136: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888961.67139: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888961.67142: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888961.67217: Set connection var ansible_timeout to 10 172629 1726888961.67232: Set connection var ansible_shell_type to sh 172629 1726888961.67245: Set connection var ansible_pipelining to False 172629 1726888961.67249: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888961.67251: Set connection var ansible_shell_executable to /bin/sh 172629 1726888961.67256: Set connection var ansible_connection to ssh 172629 1726888961.67320: variable 'ansible_shell_executable' from source: unknown 172629 1726888961.67323: variable 'ansible_connection' from source: unknown 172629 1726888961.67326: variable 'ansible_module_compression' from source: unknown 172629 1726888961.67332: variable 'ansible_shell_type' from source: unknown 172629 1726888961.67334: variable 'ansible_shell_executable' from source: unknown 172629 1726888961.67336: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888961.67339: variable 'ansible_pipelining' from source: unknown 172629 1726888961.67341: variable 'ansible_timeout' from source: unknown 172629 1726888961.67343: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888961.67492: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888961.67512: variable 'omit' from source: magic vars 172629 1726888961.67517: starting attempt loop 172629 1726888961.67551: running the handler 172629 1726888961.67558: _low_level_execute_command(): starting 172629 1726888961.67561: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888961.68114: 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 <<< 172629 1726888961.68118: stderr 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 <<< 172629 1726888961.68122: 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 <<< 172629 1726888961.68125: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888961.68179: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888961.68183: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888961.68185: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888961.68239: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888961.69919: stdout chunk (state=3): >>>/root <<< 172629 1726888961.70022: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888961.70062: stderr chunk (state=3): >>><<< 172629 1726888961.70065: stdout chunk (state=3): >>><<< 172629 1726888961.70078: _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 172629 1726888961.70093: _low_level_execute_command(): starting 172629 1726888961.70099: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888961.7007842-174816-191648032991384 `" && echo ansible-tmp-1726888961.7007842-174816-191648032991384="` echo /root/.ansible/tmp/ansible-tmp-1726888961.7007842-174816-191648032991384 `" ) && sleep 0' 172629 1726888961.70539: 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 <<< 172629 1726888961.70590: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888961.70595: 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 <<< 172629 1726888961.70677: 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 <<< 172629 1726888961.70715: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888961.72640: stdout chunk (state=3): >>>ansible-tmp-1726888961.7007842-174816-191648032991384=/root/.ansible/tmp/ansible-tmp-1726888961.7007842-174816-191648032991384 <<< 172629 1726888961.72741: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888961.72803: stderr chunk (state=3): >>><<< 172629 1726888961.72807: stdout chunk (state=3): >>><<< 172629 1726888961.72811: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888961.7007842-174816-191648032991384=/root/.ansible/tmp/ansible-tmp-1726888961.7007842-174816-191648032991384 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888961.72869: variable 'ansible_module_compression' from source: unknown 172629 1726888961.72966: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 172629 1726888961.73057: variable 'ansible_facts' from source: unknown 172629 1726888961.73202: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888961.7007842-174816-191648032991384/AnsiballZ_systemd.py 172629 1726888961.73320: Sending initial data 172629 1726888961.73324: Sent initial data (158 bytes) 172629 1726888961.73725: 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 <<< 172629 1726888961.73767: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888961.73770: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 172629 1726888961.73772: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888961.73775: 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 <<< 172629 1726888961.73777: stderr 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 <<< 172629 1726888961.73815: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888961.73818: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888961.73876: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888961.75471: 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 <<< 172629 1726888961.75519: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888961.75567: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpw4y9vms6 /root/.ansible/tmp/ansible-tmp-1726888961.7007842-174816-191648032991384/AnsiballZ_systemd.py <<< 172629 1726888961.75570: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888961.7007842-174816-191648032991384/AnsiballZ_systemd.py" <<< 172629 1726888961.75615: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpw4y9vms6" to remote "/root/.ansible/tmp/ansible-tmp-1726888961.7007842-174816-191648032991384/AnsiballZ_systemd.py" <<< 172629 1726888961.75618: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888961.7007842-174816-191648032991384/AnsiballZ_systemd.py" <<< 172629 1726888961.77085: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888961.77276: stderr chunk (state=3): >>><<< 172629 1726888961.77281: stdout chunk (state=3): >>><<< 172629 1726888961.77283: done transferring module to remote 172629 1726888961.77285: _low_level_execute_command(): starting 172629 1726888961.77287: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888961.7007842-174816-191648032991384/ /root/.ansible/tmp/ansible-tmp-1726888961.7007842-174816-191648032991384/AnsiballZ_systemd.py && sleep 0' 172629 1726888961.77836: 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 <<< 172629 1726888961.78096: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888961.78100: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888961.78114: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888961.78198: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888961.80013: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888961.80038: stderr chunk (state=3): >>><<< 172629 1726888961.80041: stdout chunk (state=3): >>><<< 172629 1726888961.80057: _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 172629 1726888961.80061: _low_level_execute_command(): starting 172629 1726888961.80067: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888961.7007842-174816-191648032991384/AnsiballZ_systemd.py && sleep 0' 172629 1726888961.80606: 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 <<< 172629 1726888961.80609: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888961.80619: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888961.80633: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888961.80964: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888961.83073: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888961.83102: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888961.83143: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888961.83215: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888961.83259: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888961.83284: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888961.83305: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888961.83327: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888961.83380: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726888961.83395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 172629 1726888961.83419: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888961.83445: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888961.83470: 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 0x7f0c1a4184d0> <<< 172629 1726888961.83500: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a3e7b30> <<< 172629 1726888961.83523: 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 0x7f0c1a41aa50> <<< 172629 1726888961.83546: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888961.83569: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726888961.83586: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726888961.83595: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888961.83626: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888961.83876: 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' <<< 172629 1726888961.83880: 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 <<< 172629 1726888961.83885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888961.83887: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a22d130> <<< 172629 1726888961.83945: 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' <<< 172629 1726888961.83977: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a22e120> <<< 172629 1726888961.84015: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888961.84038: 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. <<< 172629 1726888961.84393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888961.84420: 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 <<< 172629 1726888961.84449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888961.84484: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888961.84506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888961.84540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888961.84548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888961.84612: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a26aea0> # /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' <<< 172629 1726888961.84615: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726888961.84665: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a2801a0> # /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' <<< 172629 1726888961.84693: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888961.84766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888961.84773: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888961.84853: 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 0x7f0c1a2a3a40> # /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 0x7f0c1a2c4110> <<< 172629 1726888961.84865: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888961.84923: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a283ce0> import '_functools' # <<< 172629 1726888961.84926: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a281400> <<< 172629 1726888961.85007: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a2691c0> <<< 172629 1726888961.85023: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888961.85074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888961.85162: 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' <<< 172629 1726888961.85190: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a2c7980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a2c65a0> <<< 172629 1726888961.85211: 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 0x7f0c1a2822a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a26b0b0> <<< 172629 1726888961.85281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888961.85309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a2f4a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a268440> # /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' <<< 172629 1726888961.85399: 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 0x7f0c1a2f4ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a2f4d70> # 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 0x7f0c1a2f5160> <<< 172629 1726888961.85403: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a266f60> <<< 172629 1726888961.85436: 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 <<< 172629 1726888961.85482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888961.85506: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a2f5850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a2f5520> import 'importlib.machinery' # <<< 172629 1726888961.85557: 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' <<< 172629 1726888961.85576: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a2f6750> import 'importlib.util' # import 'runpy' # <<< 172629 1726888961.85596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888961.85667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888961.85713: 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 0x7f0c1a310950> import 'errno' # <<< 172629 1726888961.85720: 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 0x7f0c1a312060> <<< 172629 1726888961.85749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888961.85779: 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 <<< 172629 1726888961.85825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a312ed0> <<< 172629 1726888961.85832: 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 0x7f0c1a313530> <<< 172629 1726888961.85864: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a312420> # /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' <<< 172629 1726888961.85912: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888961.85926: 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 0x7f0c1a313ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a313620> <<< 172629 1726888961.85971: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a2f6780> <<< 172629 1726888961.86014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888961.86018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888961.86047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888961.86127: 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 0x7f0c19ff7d70> <<< 172629 1726888961.86175: 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 0x7f0c1a024890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a0245f0> # 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 0x7f0c1a0248c0> <<< 172629 1726888961.86216: 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' <<< 172629 1726888961.86276: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888961.86395: 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 0x7f0c1a0251f0> <<< 172629 1726888961.86512: 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 0x7f0c1a025af0> <<< 172629 1726888961.86523: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a024aa0> <<< 172629 1726888961.86529: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19ff5f10> <<< 172629 1726888961.86561: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888961.86570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888961.86604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888961.86607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726888961.86619: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a026ed0> <<< 172629 1726888961.86635: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a025c10> <<< 172629 1726888961.86662: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a2f6e70> <<< 172629 1726888961.86679: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888961.86745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888961.86757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888961.86794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888961.86819: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a04f260> <<< 172629 1726888961.86881: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888961.86883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888961.86907: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888961.86923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888961.86966: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a077620> <<< 172629 1726888961.86984: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888961.87031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888961.87078: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888961.87109: 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 0x7f0c1a0d03b0> <<< 172629 1726888961.87127: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888961.87157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888961.87182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888961.87219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888961.87305: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a0d2b10> <<< 172629 1726888961.87376: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a0d04d0> <<< 172629 1726888961.87414: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a099400> <<< 172629 1726888961.87442: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726888961.87444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19ef5460> <<< 172629 1726888961.87467: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a076420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a027e30> <<< 172629 1726888961.87629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888961.87653: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0c19ef5700> <<< 172629 1726888961.97271: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_nsbxay74/ansible_systemd_payload.zip' <<< 172629 1726888961.97275: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.97395: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.97422: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888961.97430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888961.97477: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888961.97552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888961.97582: 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 0x7f0c19f5f200> <<< 172629 1726888961.97598: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888961.97786: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19f3a0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19f39250> <<< 172629 1726888961.97793: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.97827: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888961.97837: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.97853: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.97866: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.97880: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888961.97894: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888961.99285: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.00405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888962.00411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19f5d0d0> <<< 172629 1726888962.00460: 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' <<< 172629 1726888962.00503: 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' <<< 172629 1726888962.00508: 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' <<< 172629 1726888962.00573: 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 0x7f0c19f92bd0> <<< 172629 1726888962.00580: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19f92960> <<< 172629 1726888962.00634: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19f92270> <<< 172629 1726888962.00656: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888962.00676: 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 0x7f0c19f927b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19f5fe90> import 'atexit' # <<< 172629 1726888962.00711: 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 0x7f0c19f93890> <<< 172629 1726888962.00741: 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 0x7f0c19f93a10> <<< 172629 1726888962.00768: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888962.00812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888962.00841: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888962.00893: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19f93ec0> <<< 172629 1726888962.00912: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888962.00941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888962.00978: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19931ca0> <<< 172629 1726888962.00990: 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 0x7f0c199338c0> <<< 172629 1726888962.01027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888962.01031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888962.01082: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19938260> <<< 172629 1726888962.01089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888962.01119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888962.01128: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19939100> <<< 172629 1726888962.01152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888962.01183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888962.01212: 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' <<< 172629 1726888962.01267: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1993bdd0> <<< 172629 1726888962.01300: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888962.01305: 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 0x7f0c1a312d50> <<< 172629 1726888962.01332: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1993a0c0> <<< 172629 1726888962.01369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888962.01397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726888962.01419: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888962.01528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888962.01573: 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' <<< 172629 1726888962.01576: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1993fdd0> <<< 172629 1726888962.01601: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888962.01662: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1993e8a0> <<< 172629 1726888962.01675: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1993e600> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888962.01690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888962.01761: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1993eb70> <<< 172629 1726888962.01805: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1993a5d0> <<< 172629 1726888962.01812: 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 0x7f0c19983ec0> <<< 172629 1726888962.01848: 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 0x7f0c19984170> <<< 172629 1726888962.01868: 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 <<< 172629 1726888962.01899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888962.01918: 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' <<< 172629 1726888962.01943: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888962.01953: 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 0x7f0c19985c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19985a00> <<< 172629 1726888962.01975: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888962.02007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888962.02064: 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 0x7f0c19988110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19986270> <<< 172629 1726888962.02091: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888962.02128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888962.02144: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888962.02163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726888962.02184: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888962.02204: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1998b8c0> <<< 172629 1726888962.02326: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19988290> <<< 172629 1726888962.02396: 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 0x7f0c1998c980> <<< 172629 1726888962.02428: 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 0x7f0c1998cb30> <<< 172629 1726888962.02491: 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 0x7f0c1998cc20> <<< 172629 1726888962.02514: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c199842c0> <<< 172629 1726888962.02529: 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' <<< 172629 1726888962.02552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888962.02582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888962.02600: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888962.02621: 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 0x7f0c198182c0> <<< 172629 1726888962.02772: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888962.02775: 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 0x7f0c19819760> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1998ea50> <<< 172629 1726888962.02835: 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 0x7f0c1998fe00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1998e660> <<< 172629 1726888962.02873: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888962.02877: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.02952: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.03046: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.03106: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888962.03217: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.03328: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.03865: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.04406: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888962.04410: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888962.04427: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888962.04462: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888962.04476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888962.04518: 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 0x7f0c1981d970> <<< 172629 1726888962.04588: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726888962.04599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 172629 1726888962.04607: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1981e690> <<< 172629 1726888962.04635: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1981a330> <<< 172629 1726888962.04676: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888962.04686: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.04699: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.04721: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888962.04725: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.04874: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.05048: 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' <<< 172629 1726888962.05051: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1981e450> <<< 172629 1726888962.05059: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.05507: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.05949: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.06019: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.06094: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888962.06102: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.06143: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.06181: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888962.06191: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.06256: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.06340: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888962.06345: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.06370: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888962.06385: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.06425: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.06461: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888962.06474: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.06696: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.06930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888962.06981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888962.06999: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888962.07066: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1981f8c0> <<< 172629 1726888962.07075: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.07145: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.07223: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 172629 1726888962.07231: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 172629 1726888962.07237: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888962.07265: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.07302: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.07344: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888962.07351: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.07399: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.07440: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.07500: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.07565: 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 <<< 172629 1726888962.07603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888962.07684: 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' <<< 172629 1726888962.07690: 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 0x7f0c1982a2a0> <<< 172629 1726888962.07719: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19825220> <<< 172629 1726888962.07750: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888962.07767: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.07825: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.07886: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.07915: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.07968: 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' <<< 172629 1726888962.08002: 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 <<< 172629 1726888962.08043: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888962.08049: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888962.08090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888962.08114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888962.08124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888962.08183: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19902ae0> <<< 172629 1726888962.08219: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c199fa7b0> <<< 172629 1726888962.08318: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1982a360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1981f1d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888962.08357: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.08381: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888962.08425: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888962.08459: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.08467: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888962.08493: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.08673: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.08862: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.08883: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.08901: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.08943: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.08985: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.09021: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.09078: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 172629 1726888962.09084: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.09131: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.09213: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.09222: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.09270: 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 <<< 172629 1726888962.09330: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 172629 1726888962.09363: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888962.09409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888962.09434: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888962.09493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888962.09512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888962.09535: 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 0x7f0c1945ef30> <<< 172629 1726888962.09562: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1945e360> <<< 172629 1726888962.09625: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1945c860> <<< 172629 1726888962.09835: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c198bac90> <<< 172629 1726888962.09896: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c198b8bf0> import 'ansible.module_utils.compat.typing' # <<< 172629 1726888962.09915: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.10103: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.10266: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.10304: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.10369: 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' <<< 172629 1726888962.10428: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 172629 1726888962.10458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 172629 1726888962.10477: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c198bb080> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 172629 1726888962.10500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 172629 1726888962.10521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888962.10558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888962.10584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726888962.10587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 172629 1726888962.10609: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c194e0ec0> <<< 172629 1726888962.10641: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888962.10690: 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 0x7f0c194e11f0> <<< 172629 1726888962.10722: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c194d0a10> <<< 172629 1726888962.10734: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c194abcb0> <<< 172629 1726888962.10763: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c198a42f0> <<< 172629 1726888962.10767: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c198a44d0> <<< 172629 1726888962.10773: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 172629 1726888962.10808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 172629 1726888962.10829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 172629 1726888962.10848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 172629 1726888962.10866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 172629 1726888962.10872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 172629 1726888962.10901: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888962.10910: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c194e3ec0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c194e3770> <<< 172629 1726888962.10928: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888962.10941: 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 0x7f0c194e3950> <<< 172629 1726888962.10958: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c194e2ba0> <<< 172629 1726888962.10974: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 172629 1726888962.10986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 172629 1726888962.11007: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c194e3fb0> <<< 172629 1726888962.11020: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 172629 1726888962.11071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 172629 1726888962.11098: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888962.11103: 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 0x7f0c192fab70> <<< 172629 1726888962.11127: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c192f8b60> <<< 172629 1726888962.11158: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c198a4470> import 'ansible.module_utils.facts.timeout' # <<< 172629 1726888962.11181: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 172629 1726888962.11184: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.11205: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 172629 1726888962.11226: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.11283: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.11342: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 172629 1726888962.11347: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.11402: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.11445: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 172629 1726888962.11491: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.11495: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.11497: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 172629 1726888962.11509: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.11535: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.11569: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 172629 1726888962.11577: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.11626: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.11675: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 172629 1726888962.11681: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.11730: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.11770: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 172629 1726888962.11778: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.11838: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.11898: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.11953: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.12030: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 172629 1726888962.12039: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 172629 1726888962.12053: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.12509: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.12939: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 172629 1726888962.12944: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.13003: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.13054: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.13090: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.13128: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 172629 1726888962.13150: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 172629 1726888962.13159: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.13177: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.13205: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 172629 1726888962.13215: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.13266: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.13322: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 172629 1726888962.13328: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.13365: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.13390: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 172629 1726888962.13404: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.13433: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.13470: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 172629 1726888962.13473: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.13557: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.13641: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726888962.13647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726888962.13672: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c192fb3b0> <<< 172629 1726888962.13697: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726888962.13722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726888962.13844: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1932ba40> import 'ansible.module_utils.facts.system.local' # <<< 172629 1726888962.13864: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.13920: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.14000: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 172629 1726888962.14015: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.14088: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.14177: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 172629 1726888962.14181: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.14248: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.14323: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 172629 1726888962.14329: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.14375: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.14418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888962.14471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888962.14538: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888962.14602: 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 0x7f0c193430e0> <<< 172629 1726888962.14785: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1932bd10> import 'ansible.module_utils.facts.system.python' # <<< 172629 1726888962.14805: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.14862: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.14923: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 172629 1726888962.15021: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.15099: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.15203: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.15348: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 172629 1726888962.15359: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # <<< 172629 1726888962.15362: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.15414: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.15447: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 172629 1726888962.15454: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.15499: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.15543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 172629 1726888962.15596: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888962.15619: 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 0x7f0c19356db0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1932bfe0> import 'ansible.module_utils.facts.system.user' # <<< 172629 1726888962.15670: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.15673: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 172629 1726888962.15680: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.15703: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.15745: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 172629 1726888962.15769: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.15907: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.16062: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 172629 1726888962.16077: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.16169: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.16272: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.16306: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.16347: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 172629 1726888962.16372: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 172629 1726888962.16375: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.16407: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.16412: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.16547: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.16689: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 172629 1726888962.16706: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.16825: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.16958: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 172629 1726888962.16983: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.17002: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.17035: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.17599: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.18111: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 172629 1726888962.18224: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.18331: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 172629 1726888962.18335: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.18420: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.18526: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 172629 1726888962.18529: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.18685: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.18832: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 172629 1726888962.18861: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.18866: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.18873: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 172629 1726888962.18879: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.18926: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.18971: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 172629 1726888962.18975: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.19074: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.19169: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.19376: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.19676: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888962.19890: stdout chunk (state=3): >>>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 <<< 172629 1726888962.19911: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.19923: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 172629 1726888962.19935: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.19993: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.20050: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 172629 1726888962.20090: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.20120: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.20187: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726888962.20190: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.20444: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.20701: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 172629 1726888962.20713: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.20771: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.20830: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 172629 1726888962.20836: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.20876: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.20905: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 172629 1726888962.20925: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.20952: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.20990: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 172629 1726888962.20995: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.21032: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.21070: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 172629 1726888962.21076: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.21151: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.21235: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 172629 1726888962.21240: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.21266: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 172629 1726888962.21274: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.21324: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.21372: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 172629 1726888962.21376: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.21395: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.21422: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.21470: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.21519: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.21584: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.21659: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 172629 1726888962.21675: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 172629 1726888962.21683: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.21731: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.21781: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 172629 1726888962.21784: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.21979: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.22172: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 172629 1726888962.22175: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.22245: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.22284: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 172629 1726888962.22334: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.22397: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 172629 1726888962.22400: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.22509: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.22778: stdout chunk (state=3): >>>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 <<< 172629 1726888962.22891: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.23031: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 172629 1726888962.23117: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.46075: stdout chunk (state=3): >>> {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} <<< 172629 1726888962.46536: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888962.46584: 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 <<< 172629 1726888962.46591: stdout chunk (state=3): >>># cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 172629 1726888962.46597: stdout chunk (state=3): >>># 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 <<< 172629 1726888962.46686: stdout chunk (state=3): >>># 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 <<< 172629 1726888962.46693: stdout chunk (state=3): >>># cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # 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 <<< 172629 1726888962.46802: 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 # 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 <<< 172629 1726888962.46817: 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.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__ <<< 172629 1726888962.46863: stdout chunk (state=3): >>># cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # 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 <<< 172629 1726888962.46905: stdout chunk (state=3): >>># 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<<< 172629 1726888962.46959: stdout chunk (state=3): >>> # 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 <<< 172629 1726888962.46964: stdout chunk (state=3): >>># 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 <<< 172629 1726888962.46968: stdout chunk (state=3): >>># 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<<< 172629 1726888962.46982: stdout chunk (state=3): >>> # 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 <<< 172629 1726888962.47073: stdout chunk (state=3): >>># 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 <<< 172629 1726888962.47125: stdout chunk (state=3): >>># 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 ansible.module_utils.service # destroy ansible.module_utils.service <<< 172629 1726888962.47564: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726888962.47570: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888962.47586: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 172629 1726888962.47662: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726888962.47924: stdout chunk (state=3): >>># 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.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 172629 1726888962.47982: stdout chunk (state=3): >>># destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess <<< 172629 1726888962.48105: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves <<< 172629 1726888962.48233: stdout chunk (state=3): >>># 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 <<< 172629 1726888962.48284: 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 # 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 <<< 172629 1726888962.48417: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888962.48520: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888962.48660: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888962.48733: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math<<< 172629 1726888962.48836: stdout chunk (state=3): >>> # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _string # destroy re # destroy _abc # destroy itertools # destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins <<< 172629 1726888962.49016: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 172629 1726888962.49331: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888962.49349: stdout chunk (state=3): >>><<< 172629 1726888962.49369: stderr chunk (state=3): >>><<< 172629 1726888962.49550: _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 0x7f0c1a4184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a3e7b30> # /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 0x7f0c1a41aa50> 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 0x7f0c1a22d130> # /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 0x7f0c1a22e120> 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 0x7f0c1a26aea0> # /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 0x7f0c1a2801a0> # /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 0x7f0c1a2a3a40> # /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 0x7f0c1a2c4110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a283ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a281400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a2691c0> # /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 0x7f0c1a2c7980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a2c65a0> # /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 0x7f0c1a2822a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a26b0b0> # /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 0x7f0c1a2f4a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a268440> # /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 0x7f0c1a2f4ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a2f4d70> # 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 0x7f0c1a2f5160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a266f60> # /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 0x7f0c1a2f5850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a2f5520> 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 0x7f0c1a2f6750> 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 0x7f0c1a310950> 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 0x7f0c1a312060> # /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 0x7f0c1a312ed0> # 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 0x7f0c1a313530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a312420> # /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 0x7f0c1a313ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a313620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a2f6780> # /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 0x7f0c19ff7d70> # /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 0x7f0c1a024890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a0245f0> # 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 0x7f0c1a0248c0> # /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 0x7f0c1a0251f0> # 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 0x7f0c1a025af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a024aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19ff5f10> # /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 0x7f0c1a026ed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a025c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a2f6e70> # /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 0x7f0c1a04f260> # /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 0x7f0c1a077620> # /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 0x7f0c1a0d03b0> # /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 0x7f0c1a0d2b10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a0d04d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a099400> # /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 0x7f0c19ef5460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a076420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1a027e30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0c19ef5700> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_nsbxay74/ansible_systemd_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 0x7f0c19f5f200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19f3a0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19f39250> # 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 0x7f0c19f5d0d0> # /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 0x7f0c19f92bd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19f92960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19f92270> # /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 0x7f0c19f927b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19f5fe90> 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 0x7f0c19f93890> # 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 0x7f0c19f93a10> # /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 0x7f0c19f93ec0> 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 0x7f0c19931ca0> # 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 0x7f0c199338c0> # /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 0x7f0c19938260> # /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 0x7f0c19939100> # /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 0x7f0c1993bdd0> # 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 0x7f0c1a312d50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1993a0c0> # /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 0x7f0c1993fdd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1993e8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1993e600> # /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 0x7f0c1993eb70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1993a5d0> # 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 0x7f0c19983ec0> # /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 0x7f0c19984170> # /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 0x7f0c19985c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19985a00> # /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 0x7f0c19988110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19986270> # /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 0x7f0c1998b8c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19988290> # 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 0x7f0c1998c980> # 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 0x7f0c1998cb30> # 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 0x7f0c1998cc20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c199842c0> # /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 0x7f0c198182c0> # 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 0x7f0c19819760> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1998ea50> # 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 0x7f0c1998fe00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1998e660> # 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 0x7f0c1981d970> # /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 0x7f0c1981e690> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1981a330> 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 0x7f0c1981e450> # 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 0x7f0c1981f8c0> # 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 0x7f0c1982a2a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c19825220> 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 0x7f0c19902ae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c199fa7b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1982a360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1981f1d0> # 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 0x7f0c1945ef30> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1945e360> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1945c860> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c198bac90> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c198b8bf0> 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 0x7f0c198bb080> # /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 0x7f0c194e0ec0> # 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 0x7f0c194e11f0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c194d0a10> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c194abcb0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c198a42f0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c198a44d0> # /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 0x7f0c194e3ec0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c194e3770> # 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 0x7f0c194e3950> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c194e2ba0> # /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 0x7f0c194e3fb0> # /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 0x7f0c192fab70> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c192f8b60> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c198a4470> 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 0x7f0c192fb3b0> # /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 0x7f0c1932ba40> 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 0x7f0c193430e0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1932bd10> 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 0x7f0c19356db0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c1932bfe0> 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 # zipimport: zlib available import 'ansible.module_utils.service' # # zipimport: zlib available {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} # 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 ansible.module_utils.service # destroy ansible.module_utils.service # 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 _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.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # 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 _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 _string # destroy re # destroy _abc # destroy itertools # destroy _sre # 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. 172629 1726888962.50862: done with _execute_module (systemd, {'daemon_reload': 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': 'systemd', '_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-1726888961.7007842-174816-191648032991384/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888962.50866: _low_level_execute_command(): starting 172629 1726888962.50868: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888961.7007842-174816-191648032991384/ > /dev/null 2>&1 && sleep 0' 172629 1726888962.50986: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888962.50989: 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 <<< 172629 1726888962.50992: 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 <<< 172629 1726888962.50994: stderr 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 <<< 172629 1726888962.51112: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888962.51115: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888962.51161: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888962.51229: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888962.53234: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888962.53237: stdout chunk (state=3): >>><<< 172629 1726888962.53240: stderr chunk (state=3): >>><<< 172629 1726888962.53254: _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 172629 1726888962.53460: handler run complete 172629 1726888962.53464: attempt loop complete, returning result 172629 1726888962.53466: _execute() done 172629 1726888962.53469: dumping result to json 172629 1726888962.53471: done dumping result, returning 172629 1726888962.53473: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-d0a8-add8-000000000e98] 172629 1726888962.53476: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e98 172629 1726888962.53537: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e98 172629 1726888962.53540: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "name": null, "status": {} } 172629 1726888962.53614: no more pending results, returning what we have 172629 1726888962.53618: results queue empty 172629 1726888962.53619: checking for any_errors_fatal 172629 1726888962.53632: done checking for any_errors_fatal 172629 1726888962.53633: checking for max_fail_percentage 172629 1726888962.53635: done checking for max_fail_percentage 172629 1726888962.53636: checking to see if all hosts have failed and the running result is not ok 172629 1726888962.53636: done checking to see if all hosts have failed 172629 1726888962.53637: getting the remaining hosts for this loop 172629 1726888962.53639: done getting the remaining hosts for this loop 172629 1726888962.53642: getting the next task for host managed_node1 172629 1726888962.53651: done getting next task for host managed_node1 172629 1726888962.53656: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 172629 1726888962.53660: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888962.53672: getting variables 172629 1726888962.53674: in VariableManager get_vars() 172629 1726888962.53711: Calling all_inventory to load vars for managed_node1 172629 1726888962.53713: Calling groups_inventory to load vars for managed_node1 172629 1726888962.53716: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888962.53726: Calling all_plugins_play to load vars for managed_node1 172629 1726888962.53729: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888962.53732: Calling groups_plugins_play to load vars for managed_node1 172629 1726888962.54535: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888962.55620: done with get_vars() 172629 1726888962.55635: 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 23:22:42 -0400 (0:00:00.902) 0:01:02.837 ****** 172629 1726888962.55753: entering _queue_task() for managed_node1/mount 172629 1726888962.56112: worker is 1 (out of 1 available) 172629 1726888962.56128: exiting _queue_task() for managed_node1/mount 172629 1726888962.56141: done queuing things up, now waiting for results queue to drain 172629 1726888962.56142: waiting for pending results... 172629 1726888962.56578: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 172629 1726888962.56663: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e99 172629 1726888962.56683: variable 'ansible_search_path' from source: unknown 172629 1726888962.56694: variable 'ansible_search_path' from source: unknown 172629 1726888962.57196: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888962.59951: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888962.60220: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888962.60309: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888962.60317: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888962.60325: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888962.60435: 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) 172629 1726888962.60469: 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) 172629 1726888962.60492: 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) 172629 1726888962.60534: 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) 172629 1726888962.60552: 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) 172629 1726888962.60631: 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) 172629 1726888962.60654: 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) 172629 1726888962.60731: 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) 172629 1726888962.60803: 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) 172629 1726888962.60820: 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) 172629 1726888962.60907: 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) 172629 1726888962.61068: 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) 172629 1726888962.61072: 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) 172629 1726888962.61116: 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) 172629 1726888962.61177: 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) 172629 1726888962.61690: variable 'blivet_output' from source: set_fact 172629 1726888962.61694: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888962.62370: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888962.62658: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888962.62734: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888962.62799: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888962.62849: 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) 172629 1726888962.62892: 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) 172629 1726888962.62927: 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) 172629 1726888962.62964: 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) 172629 1726888962.63094: variable 'omit' from source: magic vars 172629 1726888962.63214: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888962.63250: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888962.63253: variable 'omit' from source: magic vars 172629 1726888962.63321: variable 'omit' from source: magic vars 172629 1726888962.63394: variable 'omit' from source: magic vars 172629 1726888962.63576: 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) 172629 1726888962.63685: 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) 172629 1726888962.63688: 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) 172629 1726888962.63691: 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) 172629 1726888962.63697: 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) 172629 1726888962.63789: variable 'mount_info' from source: unknown 172629 1726888962.63803: variable 'omit' from source: magic vars 172629 1726888962.63920: variable 'mount_info' from source: unknown 172629 1726888962.64069: variable 'mount_info' from source: unknown 172629 1726888962.64092: variable 'omit' from source: magic vars 172629 1726888962.64249: variable 'mount_info' from source: unknown 172629 1726888962.64272: variable 'omit' from source: magic vars 172629 1726888962.64378: variable 'mount_info' from source: unknown 172629 1726888962.64401: variable 'omit' from source: magic vars 172629 1726888962.64429: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888962.64562: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888962.64565: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888962.64567: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888962.64569: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888962.64589: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888962.64598: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888962.64610: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888962.64723: Set connection var ansible_timeout to 10 172629 1726888962.64737: Set connection var ansible_shell_type to sh 172629 1726888962.64753: Set connection var ansible_pipelining to False 172629 1726888962.64767: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888962.64788: Set connection var ansible_shell_executable to /bin/sh 172629 1726888962.64794: Set connection var ansible_connection to ssh 172629 1726888962.64822: variable 'ansible_shell_executable' from source: unknown 172629 1726888962.64830: variable 'ansible_connection' from source: unknown 172629 1726888962.64839: variable 'ansible_module_compression' from source: unknown 172629 1726888962.64846: variable 'ansible_shell_type' from source: unknown 172629 1726888962.64856: variable 'ansible_shell_executable' from source: unknown 172629 1726888962.64887: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888962.64890: variable 'ansible_pipelining' from source: unknown 172629 1726888962.64893: variable 'ansible_timeout' from source: unknown 172629 1726888962.64895: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888962.65104: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888962.65108: variable 'omit' from source: magic vars 172629 1726888962.65110: starting attempt loop 172629 1726888962.65112: running the handler 172629 1726888962.65114: _low_level_execute_command(): starting 172629 1726888962.65116: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888962.65879: 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 <<< 172629 1726888962.65914: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888962.65937: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888962.65951: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888962.66086: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888962.67750: stdout chunk (state=3): >>>/root <<< 172629 1726888962.67874: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888962.67921: stderr chunk (state=3): >>><<< 172629 1726888962.67924: stdout chunk (state=3): >>><<< 172629 1726888962.68010: _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 172629 1726888962.68014: _low_level_execute_command(): starting 172629 1726888962.68017: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888962.6793892-174848-182835180197924 `" && echo ansible-tmp-1726888962.6793892-174848-182835180197924="` echo /root/.ansible/tmp/ansible-tmp-1726888962.6793892-174848-182835180197924 `" ) && sleep 0' 172629 1726888962.68511: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888962.68527: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888962.68543: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888962.68567: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888962.68621: 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 <<< 172629 1726888962.68634: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888962.68674: stderr 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 <<< 172629 1726888962.68732: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888962.68750: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888962.68780: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888962.68857: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888962.70818: stdout chunk (state=3): >>>ansible-tmp-1726888962.6793892-174848-182835180197924=/root/.ansible/tmp/ansible-tmp-1726888962.6793892-174848-182835180197924 <<< 172629 1726888962.70910: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888962.70921: stdout chunk (state=3): >>><<< 172629 1726888962.70932: stderr chunk (state=3): >>><<< 172629 1726888962.70978: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888962.6793892-174848-182835180197924=/root/.ansible/tmp/ansible-tmp-1726888962.6793892-174848-182835180197924 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888962.71266: variable 'ansible_module_compression' from source: unknown 172629 1726888962.71269: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 172629 1726888962.71387: variable 'ansible_facts' from source: unknown 172629 1726888962.71491: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888962.6793892-174848-182835180197924/AnsiballZ_mount.py 172629 1726888962.71992: Sending initial data 172629 1726888962.71996: Sent initial data (156 bytes) 172629 1726888962.72658: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888962.72673: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888962.72687: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888962.72707: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888962.72802: 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' <<< 172629 1726888962.72821: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888962.72836: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888962.72913: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888962.74716: 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 <<< 172629 1726888962.74773: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888962.74816: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpqcgc0fk4 /root/.ansible/tmp/ansible-tmp-1726888962.6793892-174848-182835180197924/AnsiballZ_mount.py <<< 172629 1726888962.74820: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888962.6793892-174848-182835180197924/AnsiballZ_mount.py" <<< 172629 1726888962.74885: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpqcgc0fk4" to remote "/root/.ansible/tmp/ansible-tmp-1726888962.6793892-174848-182835180197924/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888962.6793892-174848-182835180197924/AnsiballZ_mount.py" <<< 172629 1726888962.76046: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888962.76110: stderr chunk (state=3): >>><<< 172629 1726888962.76125: stdout chunk (state=3): >>><<< 172629 1726888962.76177: done transferring module to remote 172629 1726888962.76195: _low_level_execute_command(): starting 172629 1726888962.76205: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888962.6793892-174848-182835180197924/ /root/.ansible/tmp/ansible-tmp-1726888962.6793892-174848-182835180197924/AnsiballZ_mount.py && sleep 0' 172629 1726888962.76752: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888962.76770: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888962.76786: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888962.76803: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888962.76820: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888962.76910: 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' <<< 172629 1726888962.76928: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888962.76944: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888962.77022: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888962.78868: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888962.78882: stdout chunk (state=3): >>><<< 172629 1726888962.78892: stderr chunk (state=3): >>><<< 172629 1726888962.78910: _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 172629 1726888962.78918: _low_level_execute_command(): starting 172629 1726888962.79134: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888962.6793892-174848-182835180197924/AnsiballZ_mount.py && sleep 0' 172629 1726888962.79617: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888962.79630: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888962.79644: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888962.79665: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888962.79681: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888962.79690: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888962.79769: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888962.79790: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888962.79872: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888962.82075: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888962.82098: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888962.82133: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888962.82289: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888962.82313: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888962.82364: 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' <<< 172629 1726888962.82429: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888962.82443: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888962.82481: 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' <<< 172629 1726888962.82566: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d05604d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d052fb30> # /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' <<< 172629 1726888962.82590: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d0562a50> import '_signal' # import '_abc' # import 'abc' # <<< 172629 1726888962.82611: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888962.82760: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888962.82809: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 172629 1726888962.82833: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726888962.82857: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888962.82895: 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' <<< 172629 1726888962.82898: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d0571130> <<< 172629 1726888962.82951: 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' <<< 172629 1726888962.82975: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d0572120> <<< 172629 1726888962.82999: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888962.83060: 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. <<< 172629 1726888962.83263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888962.83289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888962.83323: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888962.83339: 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 <<< 172629 1726888962.83380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888962.83391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888962.83427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888962.83450: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d034eea0> <<< 172629 1726888962.83468: 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' <<< 172629 1726888962.83492: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726888962.83502: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03641a0> <<< 172629 1726888962.83525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888962.83548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888962.83567: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888962.83615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888962.83653: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888962.83672: 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 0x7f90d0387a40> <<< 172629 1726888962.83701: 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 0x7f90d03a8110> <<< 172629 1726888962.83719: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888962.83776: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d0367ce0> import '_functools' # <<< 172629 1726888962.83810: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d0365400> <<< 172629 1726888962.83902: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d034d1c0> <<< 172629 1726888962.83930: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888962.83952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888962.83968: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888962.83989: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888962.84024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888962.84027: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888962.84062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888962.84074: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03ab8f0> <<< 172629 1726888962.84085: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03aa510> <<< 172629 1726888962.84129: 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' <<< 172629 1726888962.84132: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03662d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d034f0b0> <<< 172629 1726888962.84189: 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 0x7f90d03d8980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d034c440> <<< 172629 1726888962.84222: 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' <<< 172629 1726888962.84258: 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 0x7f90d03d8e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03d8ce0> <<< 172629 1726888962.84302: 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 0x7f90d03d90d0> <<< 172629 1726888962.84338: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d034af60> <<< 172629 1726888962.84357: 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' <<< 172629 1726888962.84383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888962.84409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888962.84420: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03d9760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03d9460> import 'importlib.machinery' # <<< 172629 1726888962.84474: 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' <<< 172629 1726888962.84514: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03da660> import 'importlib.util' # <<< 172629 1726888962.84518: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726888962.84529: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888962.84570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888962.84588: 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 0x7f90d03f4890> <<< 172629 1726888962.84614: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888962.84626: 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' <<< 172629 1726888962.84667: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90d03f5fd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888962.84696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888962.84709: 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 0x7f90d03f6e40> <<< 172629 1726888962.84751: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888962.84770: 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 0x7f90d03f74a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03f63c0> <<< 172629 1726888962.84801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888962.84804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888962.84838: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888962.84841: 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 0x7f90d03f7f20> <<< 172629 1726888962.84854: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03f7650> <<< 172629 1726888962.84896: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03da6c0> <<< 172629 1726888962.84911: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888962.84940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888962.84978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888962.85110: 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 0x7f90d0177da0> # /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' <<< 172629 1726888962.85139: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90d01a08c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d01a0620> # 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 0x7f90d01a0830> <<< 172629 1726888962.85275: 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' <<< 172629 1726888962.85293: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888962.85485: 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 0x7f90d01a11f0> # 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 0x7f90d01a1be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d01a0aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d0175f40> <<< 172629 1726888962.85515: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888962.85532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888962.85579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888962.85689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726888962.85692: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d01a2fc0> <<< 172629 1726888962.85734: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d01a1d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03dadb0> # /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 <<< 172629 1726888962.85759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888962.85789: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d01cb2c0> <<< 172629 1726888962.85878: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888962.85881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888962.85936: 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' <<< 172629 1726888962.86027: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d01ef620> <<< 172629 1726888962.86049: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # <<< 172629 1726888962.86081: 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 0x7f90d02503e0> <<< 172629 1726888962.86098: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888962.86131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888962.86260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888962.86263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888962.86280: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d0252b40> <<< 172629 1726888962.86359: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d0250500> <<< 172629 1726888962.86385: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d0215400> <<< 172629 1726888962.86561: 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 0x7f90cfb254f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d01ee420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d01a3e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f90d01eea20> <<< 172629 1726888962.86723: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_nmdr3rl3/ansible_mount_payload.zip' <<< 172629 1726888962.86737: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.86868: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.86893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888962.86907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888962.86939: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888962.87014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888962.87052: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 172629 1726888962.87058: 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 0x7f90cfb7b290> <<< 172629 1726888962.87083: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888962.87247: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfb5e180> <<< 172629 1726888962.87263: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfb5d2e0> # zipimport: zlib available <<< 172629 1726888962.87295: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888962.87298: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.87331: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888962.87342: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888962.87356: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.88763: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.89874: 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 0x7f90cfb79160> <<< 172629 1726888962.89909: 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' <<< 172629 1726888962.89947: 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' <<< 172629 1726888962.89981: 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' <<< 172629 1726888962.89996: 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 0x7f90cfba6c30> <<< 172629 1726888962.90072: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfba69c0> <<< 172629 1726888962.90094: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfba62d0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888962.90129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888962.90168: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfba6db0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfb7bcb0> import 'atexit' # <<< 172629 1726888962.90183: 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 0x7f90cfba79e0> <<< 172629 1726888962.90211: 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 0x7f90cfba7c20> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888962.90297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 172629 1726888962.90335: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfbd00e0> import 'pwd' # <<< 172629 1726888962.90349: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888962.90377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888962.90458: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa15eb0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888962.90499: 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 0x7f90cfa17ad0> # /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' <<< 172629 1726888962.90515: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa184d0> <<< 172629 1726888962.90567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa19670> <<< 172629 1726888962.90590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888962.90633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888962.90682: 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' <<< 172629 1726888962.90721: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa20110> <<< 172629 1726888962.90752: 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 0x7f90cfa20470> <<< 172629 1726888962.90800: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa1a3c0> <<< 172629 1726888962.90803: 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' <<< 172629 1726888962.90837: 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' <<< 172629 1726888962.90843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888962.90902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888962.90940: 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 0x7f90cfa23f80> import '_tokenize' # <<< 172629 1726888962.90989: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa22b10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa22870> <<< 172629 1726888962.91010: 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' <<< 172629 1726888962.91082: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa22de0> <<< 172629 1726888962.91114: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa1a8d0> <<< 172629 1726888962.91142: 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 0x7f90cfa68200> <<< 172629 1726888962.91166: 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 0x7f90cfa683e0> <<< 172629 1726888962.91183: 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 <<< 172629 1726888962.91228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888962.91273: 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' <<< 172629 1726888962.91284: 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 0x7f90cfa69e50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa69c10> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888962.91427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888962.91506: 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 0x7f90cfa6c3e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa6a540> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888962.91561: 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' # <<< 172629 1726888962.91645: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa6fbc0> <<< 172629 1726888962.91709: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa6c590> <<< 172629 1726888962.91762: 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' <<< 172629 1726888962.91790: 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 0x7f90cfa70a40> # 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 0x7f90cfa70a70> <<< 172629 1726888962.91886: 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 0x7f90cfa70dd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa68560> <<< 172629 1726888962.91949: 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' <<< 172629 1726888962.92024: 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 0x7f90cfafc560> <<< 172629 1726888962.92164: 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 0x7f90cfafdac0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa72cf0> <<< 172629 1726888962.92205: 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 0x7f90cfa725d0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa72930> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888962.92280: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.92423: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888962.92450: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888962.92578: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.92697: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.93175: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.93807: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888962.93842: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # 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 0x7f90cf901af0> <<< 172629 1726888962.93959: 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 0x7f90cf9028d0> <<< 172629 1726888962.93967: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfafdcd0> <<< 172629 1726888962.94066: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888962.94171: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.94360: 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 0x7f90cf902900> # zipimport: zlib available <<< 172629 1726888962.94775: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.95388: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.95392: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726888962.95403: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.95439: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888962.95442: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.95513: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.95586: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888962.95621: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888962.95637: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888962.95678: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.95711: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888962.95732: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.95945: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.96180: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888962.96229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888962.96257: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888962.96305: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cf903b30> <<< 172629 1726888962.96325: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.96389: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.96473: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 172629 1726888962.96496: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888962.96510: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.96543: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.96582: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888962.96596: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.96631: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.96680: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.96737: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.96801: 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 <<< 172629 1726888962.96836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888962.96914: 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 0x7f90cf90e8d0> <<< 172629 1726888962.96956: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cf90b170> <<< 172629 1726888962.96984: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888962.96993: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888962.97058: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.97118: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.97147: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.97187: 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' <<< 172629 1726888962.97217: 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 <<< 172629 1726888962.97231: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888962.97250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888962.97307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888962.97334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888962.97343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888962.97399: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa02f00> <<< 172629 1726888962.97438: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfbe6bd0> <<< 172629 1726888962.97524: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cf90e5d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfafdd60> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888962.97566: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.97583: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726888962.97607: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888962.97643: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888962.97664: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.97706: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 172629 1726888962.97714: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888962.97761: stdout chunk (state=3): >>>import 'ansible_collections.ansible' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix' # <<< 172629 1726888962.97764: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.97813: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available <<< 172629 1726888962.97816: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # <<< 172629 1726888962.97842: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.98246: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.98680: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available <<< 172629 1726888962.98734: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888962.98788: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 172629 1726888962.98829: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.00207: stdout chunk (state=3): >>> {"changed": true, "name": "/opt/test", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "fstype": "ext3", "invocation": {"module_args": {"src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "path": "/opt/test", "fstype": "ext3", "opts": "defaults", "state": "mounted", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null}}} <<< 172629 1726888963.00224: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888963.00683: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888963.00703: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 <<< 172629 1726888963.00762: stdout chunk (state=3): >>># clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # 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 <<< 172629 1726888963.00893: stdout chunk (state=3): >>># 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 <<< 172629 1726888963.00919: stdout chunk (state=3): >>># cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # 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.ansible # destroy ansible_collections.ansible <<< 172629 1726888963.00948: stdout chunk (state=3): >>># cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount <<< 172629 1726888963.01177: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888963.01207: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888963.01248: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888963.01283: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726888963.01351: stdout chunk (state=3): >>># destroy ntpath # destroy importlib <<< 172629 1726888963.01388: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select <<< 172629 1726888963.01428: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 172629 1726888963.01431: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726888963.01468: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888963.01535: 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 <<< 172629 1726888963.01591: stdout chunk (state=3): >>># cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 172629 1726888963.01725: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 172629 1726888963.01728: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # 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 <<< 172629 1726888963.01734: 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 <<< 172629 1726888963.01737: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 172629 1726888963.01739: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888963.01903: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 172629 1726888963.01927: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888963.02023: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error <<< 172629 1726888963.02042: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888963.02113: 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 <<< 172629 1726888963.02186: stdout chunk (state=3): >>># destroy time <<< 172629 1726888963.02216: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888963.02588: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888963.02592: stdout chunk (state=3): >>><<< 172629 1726888963.02594: stderr chunk (state=3): >>><<< 172629 1726888963.02691: _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 0x7f90d05604d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d052fb30> # /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 0x7f90d0562a50> 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 0x7f90d0571130> # /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 0x7f90d0572120> 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 0x7f90d034eea0> # /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 0x7f90d03641a0> # /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 0x7f90d0387a40> # /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 0x7f90d03a8110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d0367ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d0365400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d034d1c0> # /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 0x7f90d03ab8f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03aa510> # /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 0x7f90d03662d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d034f0b0> # /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 0x7f90d03d8980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d034c440> # /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 0x7f90d03d8e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03d8ce0> # 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 0x7f90d03d90d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d034af60> # /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 0x7f90d03d9760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03d9460> 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 0x7f90d03da660> 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 0x7f90d03f4890> 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 0x7f90d03f5fd0> # /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 0x7f90d03f6e40> # 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 0x7f90d03f74a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03f63c0> # /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 0x7f90d03f7f20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03f7650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03da6c0> # /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 0x7f90d0177da0> # /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 0x7f90d01a08c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d01a0620> # 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 0x7f90d01a0830> # /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 0x7f90d01a11f0> # 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 0x7f90d01a1be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d01a0aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d0175f40> # /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 0x7f90d01a2fc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d01a1d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d03dadb0> # /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 0x7f90d01cb2c0> # /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 0x7f90d01ef620> # /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 0x7f90d02503e0> # /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 0x7f90d0252b40> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d0250500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d0215400> # /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 0x7f90cfb254f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d01ee420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d01a3e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f90d01eea20> # zipimport: found 36 names in '/tmp/ansible_mount_payload_nmdr3rl3/ansible_mount_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 0x7f90cfb7b290> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfb5e180> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfb5d2e0> # 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 0x7f90cfb79160> # /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 0x7f90cfba6c30> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfba69c0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfba62d0> # /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 0x7f90cfba6db0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfb7bcb0> 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 0x7f90cfba79e0> # 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 0x7f90cfba7c20> # /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 0x7f90cfbd00e0> 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 0x7f90cfa15eb0> # 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 0x7f90cfa17ad0> # /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 0x7f90cfa184d0> # /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 0x7f90cfa19670> # /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 0x7f90cfa20110> # 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 0x7f90cfa20470> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa1a3c0> # /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 0x7f90cfa23f80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa22b10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa22870> # /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 0x7f90cfa22de0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa1a8d0> # 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 0x7f90cfa68200> # /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 0x7f90cfa683e0> # /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 0x7f90cfa69e50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa69c10> # /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 0x7f90cfa6c3e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa6a540> # /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 0x7f90cfa6fbc0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa6c590> # 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 0x7f90cfa70a40> # 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 0x7f90cfa70a70> # 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 0x7f90cfa70dd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa68560> # /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 0x7f90cfafc560> # 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 0x7f90cfafdac0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa72cf0> # 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 0x7f90cfa725d0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfa72930> # 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 0x7f90cf901af0> # /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 0x7f90cf9028d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfafdcd0> 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 0x7f90cf902900> # 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 0x7f90cf903b30> # 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 0x7f90cf90e8d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cf90b170> 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 0x7f90cfa02f00> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfbe6bd0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cf90e5d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90cfafdd60> # 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.ansible' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # # zipimport: zlib available {"changed": true, "name": "/opt/test", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "fstype": "ext3", "invocation": {"module_args": {"src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "path": "/opt/test", "fstype": "ext3", "opts": "defaults", "state": "mounted", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": 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.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount # 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. 172629 1726888963.03681: done with _execute_module (mount, {'src': 'UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d', 'path': '/opt/test', 'fstype': 'ext3', 'opts': 'defaults', 'state': 'mounted', '_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': 'mount', '_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-1726888962.6793892-174848-182835180197924/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888963.03685: _low_level_execute_command(): starting 172629 1726888963.03688: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888962.6793892-174848-182835180197924/ > /dev/null 2>&1 && sleep 0' 172629 1726888963.03981: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888963.03994: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888963.04011: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888963.04076: stderr 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 <<< 172629 1726888963.04171: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888963.04197: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888963.04273: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888963.06178: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888963.06199: stderr chunk (state=3): >>><<< 172629 1726888963.06265: stdout chunk (state=3): >>><<< 172629 1726888963.06269: _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 172629 1726888963.06272: handler run complete 172629 1726888963.06275: attempt loop complete, returning result 172629 1726888963.06277: variable 'mount_info' from source: unknown 172629 1726888963.06396: variable 'mount_info' from source: unknown changed: [managed_node1] => (item={'src': 'UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d', 'path': '/opt/test', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d" } 172629 1726888963.06696: dumping result to json 172629 1726888963.06700: done dumping result, returning 172629 1726888963.06703: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-d0a8-add8-000000000e99] 172629 1726888963.06705: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e99 172629 1726888963.06960: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e99 172629 1726888963.07008: WORKER PROCESS EXITING 172629 1726888963.07045: no more pending results, returning what we have 172629 1726888963.07048: results queue empty 172629 1726888963.07049: checking for any_errors_fatal 172629 1726888963.07056: done checking for any_errors_fatal 172629 1726888963.07057: checking for max_fail_percentage 172629 1726888963.07059: done checking for max_fail_percentage 172629 1726888963.07060: checking to see if all hosts have failed and the running result is not ok 172629 1726888963.07061: done checking to see if all hosts have failed 172629 1726888963.07062: getting the remaining hosts for this loop 172629 1726888963.07063: done getting the remaining hosts for this loop 172629 1726888963.07066: getting the next task for host managed_node1 172629 1726888963.07072: done getting next task for host managed_node1 172629 1726888963.07075: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 172629 1726888963.07079: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888963.07090: getting variables 172629 1726888963.07091: in VariableManager get_vars() 172629 1726888963.07194: Calling all_inventory to load vars for managed_node1 172629 1726888963.07197: Calling groups_inventory to load vars for managed_node1 172629 1726888963.07199: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888963.07208: Calling all_plugins_play to load vars for managed_node1 172629 1726888963.07211: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888963.07213: Calling groups_plugins_play to load vars for managed_node1 172629 1726888963.07787: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888963.08422: done with get_vars() 172629 1726888963.08442: 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 23:22:43 -0400 (0:00:00.528) 0:01:03.365 ****** 172629 1726888963.08563: entering _queue_task() for managed_node1/file 172629 1726888963.08986: worker is 1 (out of 1 available) 172629 1726888963.09002: exiting _queue_task() for managed_node1/file 172629 1726888963.09012: done queuing things up, now waiting for results queue to drain 172629 1726888963.09014: waiting for pending results... 172629 1726888963.09265: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 172629 1726888963.09479: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e9b 172629 1726888963.09483: variable 'ansible_search_path' from source: unknown 172629 1726888963.09486: variable 'ansible_search_path' from source: unknown 172629 1726888963.09771: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888963.13159: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888963.13238: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888963.13290: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888963.13330: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888963.13365: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888963.13453: 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) 172629 1726888963.13498: 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) 172629 1726888963.13529: 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) 172629 1726888963.13578: 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) 172629 1726888963.13607: 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) 172629 1726888963.13659: 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) 172629 1726888963.13688: 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) 172629 1726888963.13726: 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) 172629 1726888963.13772: 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) 172629 1726888963.13791: 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) 172629 1726888963.13859: 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) 172629 1726888963.13888: 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) 172629 1726888963.13961: 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) 172629 1726888963.13969: 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) 172629 1726888963.13988: 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) 172629 1726888963.14151: variable 'blivet_output' from source: set_fact 172629 1726888963.14485: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888963.15062: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888963.15076: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888963.15114: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888963.15145: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888963.15192: 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) 172629 1726888963.15228: 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) 172629 1726888963.15257: 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) 172629 1726888963.15286: 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) 172629 1726888963.15424: variable 'omit' from source: magic vars 172629 1726888963.15537: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888963.15553: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888963.15626: variable 'omit' from source: magic vars 172629 1726888963.15896: variable 'mount_info' from source: unknown 172629 1726888963.15908: Evaluated conditional (mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none): False 172629 1726888963.15914: when evaluation is False, skipping this task 172629 1726888963.15961: variable 'mount_info' from source: unknown 172629 1726888963.16034: variable 'mount_info' from source: unknown skipping: [managed_node1] => (item={'src': 'UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d', 'path': '/opt/test', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "state": "mounted" }, "skip_reason": "Conditional result was False" } 172629 1726888963.16466: dumping result to json 172629 1726888963.16472: done dumping result, returning 172629 1726888963.16474: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-d0a8-add8-000000000e9b] 172629 1726888963.16482: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e9b 172629 1726888963.16530: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e9b 172629 1726888963.16533: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false } MSG: All items skipped 172629 1726888963.16609: no more pending results, returning what we have 172629 1726888963.16613: results queue empty 172629 1726888963.16614: checking for any_errors_fatal 172629 1726888963.16624: done checking for any_errors_fatal 172629 1726888963.16624: checking for max_fail_percentage 172629 1726888963.16626: done checking for max_fail_percentage 172629 1726888963.16627: checking to see if all hosts have failed and the running result is not ok 172629 1726888963.16628: done checking to see if all hosts have failed 172629 1726888963.16629: getting the remaining hosts for this loop 172629 1726888963.16631: done getting the remaining hosts for this loop 172629 1726888963.16635: getting the next task for host managed_node1 172629 1726888963.16641: done getting next task for host managed_node1 172629 1726888963.16646: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888963.16650: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888963.16670: getting variables 172629 1726888963.16672: in VariableManager get_vars() 172629 1726888963.16709: Calling all_inventory to load vars for managed_node1 172629 1726888963.16712: Calling groups_inventory to load vars for managed_node1 172629 1726888963.16714: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888963.16723: Calling all_plugins_play to load vars for managed_node1 172629 1726888963.16727: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888963.16730: Calling groups_plugins_play to load vars for managed_node1 172629 1726888963.17430: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888963.18046: done with get_vars() 172629 1726888963.18064: 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 23:22:43 -0400 (0:00:00.095) 0:01:03.461 ****** 172629 1726888963.18162: entering _queue_task() for managed_node1/systemd 172629 1726888963.18583: worker is 1 (out of 1 available) 172629 1726888963.18596: exiting _queue_task() for managed_node1/systemd 172629 1726888963.18608: done queuing things up, now waiting for results queue to drain 172629 1726888963.18609: waiting for pending results... 172629 1726888963.18846: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888963.19161: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e9d 172629 1726888963.19165: variable 'ansible_search_path' from source: unknown 172629 1726888963.19168: variable 'ansible_search_path' from source: unknown 172629 1726888963.19171: calling self._execute() 172629 1726888963.19174: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888963.19176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888963.19178: variable 'omit' from source: magic vars 172629 1726888963.19529: variable 'blivet_output' from source: set_fact 172629 1726888963.19578: Evaluated conditional (blivet_output['mounts']): True 172629 1726888963.19589: variable 'omit' from source: magic vars 172629 1726888963.19664: variable 'omit' from source: magic vars 172629 1726888963.19702: variable 'omit' from source: magic vars 172629 1726888963.19752: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888963.19794: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888963.19818: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888963.19843: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888963.19861: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888963.19894: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888963.19902: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888963.19909: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888963.20013: Set connection var ansible_timeout to 10 172629 1726888963.20023: Set connection var ansible_shell_type to sh 172629 1726888963.20034: Set connection var ansible_pipelining to False 172629 1726888963.20042: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888963.20057: Set connection var ansible_shell_executable to /bin/sh 172629 1726888963.20065: Set connection var ansible_connection to ssh 172629 1726888963.20090: variable 'ansible_shell_executable' from source: unknown 172629 1726888963.20097: variable 'ansible_connection' from source: unknown 172629 1726888963.20104: variable 'ansible_module_compression' from source: unknown 172629 1726888963.20110: variable 'ansible_shell_type' from source: unknown 172629 1726888963.20115: variable 'ansible_shell_executable' from source: unknown 172629 1726888963.20121: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888963.20128: variable 'ansible_pipelining' from source: unknown 172629 1726888963.20134: variable 'ansible_timeout' from source: unknown 172629 1726888963.20161: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888963.20347: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888963.20366: variable 'omit' from source: magic vars 172629 1726888963.20486: starting attempt loop 172629 1726888963.20489: running the handler 172629 1726888963.20491: _low_level_execute_command(): starting 172629 1726888963.20493: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888963.21114: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888963.21151: 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 <<< 172629 1726888963.21250: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888963.21278: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888963.21369: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888963.23016: stdout chunk (state=3): >>>/root <<< 172629 1726888963.23191: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888963.23208: stdout chunk (state=3): >>><<< 172629 1726888963.23478: stderr chunk (state=3): >>><<< 172629 1726888963.23483: _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 172629 1726888963.23488: _low_level_execute_command(): starting 172629 1726888963.23491: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888963.2337883-174872-170716441780420 `" && echo ansible-tmp-1726888963.2337883-174872-170716441780420="` echo /root/.ansible/tmp/ansible-tmp-1726888963.2337883-174872-170716441780420 `" ) && sleep 0' 172629 1726888963.24475: 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 debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888963.24586: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888963.26444: stdout chunk (state=3): >>>ansible-tmp-1726888963.2337883-174872-170716441780420=/root/.ansible/tmp/ansible-tmp-1726888963.2337883-174872-170716441780420 <<< 172629 1726888963.26678: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888963.26713: stderr chunk (state=3): >>><<< 172629 1726888963.26727: stdout chunk (state=3): >>><<< 172629 1726888963.26752: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888963.2337883-174872-170716441780420=/root/.ansible/tmp/ansible-tmp-1726888963.2337883-174872-170716441780420 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888963.26944: variable 'ansible_module_compression' from source: unknown 172629 1726888963.27015: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 172629 1726888963.27117: variable 'ansible_facts' from source: unknown 172629 1726888963.27619: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888963.2337883-174872-170716441780420/AnsiballZ_systemd.py 172629 1726888963.27775: Sending initial data 172629 1726888963.27871: Sent initial data (158 bytes) 172629 1726888963.28395: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888963.28416: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888963.28431: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888963.28549: stderr 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 <<< 172629 1726888963.28582: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888963.28604: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888963.28631: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888963.28701: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888963.30273: 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 <<< 172629 1726888963.30319: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888963.30402: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpqs8akpc6 /root/.ansible/tmp/ansible-tmp-1726888963.2337883-174872-170716441780420/AnsiballZ_systemd.py <<< 172629 1726888963.30406: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888963.2337883-174872-170716441780420/AnsiballZ_systemd.py" <<< 172629 1726888963.30462: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpqs8akpc6" to remote "/root/.ansible/tmp/ansible-tmp-1726888963.2337883-174872-170716441780420/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888963.2337883-174872-170716441780420/AnsiballZ_systemd.py" <<< 172629 1726888963.33763: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888963.33768: stderr chunk (state=3): >>><<< 172629 1726888963.33771: stdout chunk (state=3): >>><<< 172629 1726888963.33846: done transferring module to remote 172629 1726888963.33877: _low_level_execute_command(): starting 172629 1726888963.34034: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888963.2337883-174872-170716441780420/ /root/.ansible/tmp/ansible-tmp-1726888963.2337883-174872-170716441780420/AnsiballZ_systemd.py && sleep 0' 172629 1726888963.35293: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888963.35378: 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 <<< 172629 1726888963.35424: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888963.35774: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888963.35850: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888963.37589: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888963.37700: stderr chunk (state=3): >>><<< 172629 1726888963.37774: stdout chunk (state=3): >>><<< 172629 1726888963.37792: _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 172629 1726888963.37834: _low_level_execute_command(): starting 172629 1726888963.37873: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888963.2337883-174872-170716441780420/AnsiballZ_systemd.py && sleep 0' 172629 1726888963.39344: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888963.39348: 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 <<< 172629 1726888963.39350: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888963.39358: 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 <<< 172629 1726888963.39364: stderr 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 <<< 172629 1726888963.39483: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888963.39581: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888963.39584: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888963.39771: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888963.41907: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888963.41973: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888963.42040: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888963.42074: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888963.42152: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888963.42197: 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' <<< 172629 1726888963.42251: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888963.42297: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888963.42363: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888963.42367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888963.42369: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9500dc4d0> <<< 172629 1726888963.42399: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9500abb00> # /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 0x7fc9500dea50> import '_signal' # import '_abc' # <<< 172629 1726888963.42412: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726888963.42416: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888963.42484: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888963.42535: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888963.42584: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888963.42695: 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' <<< 172629 1726888963.42699: 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 <<< 172629 1726888963.42702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888963.42711: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fe91130> <<< 172629 1726888963.42776: 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' <<< 172629 1726888963.42812: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fe92120> import 'site' # <<< 172629 1726888963.42893: 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. <<< 172629 1726888963.43226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888963.43379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /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 0x7fc94feceea0> <<< 172629 1726888963.43398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888963.43440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fee41a0> <<< 172629 1726888963.43539: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888963.43563: 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 <<< 172629 1726888963.43580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888963.43582: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888963.43601: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726888963.43665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ff07a40> # /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 0x7fc94ff28110> import '_collections' # <<< 172629 1726888963.43758: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fee7ce0> <<< 172629 1726888963.43762: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888963.43772: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fee5400> <<< 172629 1726888963.43842: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fecd1c0> <<< 172629 1726888963.43932: 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 <<< 172629 1726888963.43983: 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' <<< 172629 1726888963.44003: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ff2b9b0> <<< 172629 1726888963.44123: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ff2a5d0> # /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 0x7fc94fee62d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fecea80> <<< 172629 1726888963.44127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888963.44129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ff58a10> <<< 172629 1726888963.44132: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fecc440> <<< 172629 1726888963.44146: 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' <<< 172629 1726888963.44227: 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 0x7fc94ff58ec0> <<< 172629 1726888963.44230: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ff58d70> <<< 172629 1726888963.44242: 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 0x7fc94ff59160> <<< 172629 1726888963.44334: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fecaf60> # /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 0x7fc94ff59850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ff59520> <<< 172629 1726888963.44337: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726888963.44415: 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 0x7fc94ff5a750> import 'importlib.util' # import 'runpy' # <<< 172629 1726888963.44432: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888963.44532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ff74920> import 'errno' # <<< 172629 1726888963.44557: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888963.44562: 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 0x7fc94ff76060> <<< 172629 1726888963.44623: 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' <<< 172629 1726888963.44638: 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 0x7fc94ff76f00> <<< 172629 1726888963.44684: 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 0x7fc94ff77560> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ff76450> <<< 172629 1726888963.44691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888963.44858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc94ff77fe0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ff77710> <<< 172629 1726888963.44862: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ff58da0> # /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 <<< 172629 1726888963.44876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888963.44899: 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 0x7fc94fc57e90> <<< 172629 1726888963.44990: 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 0x7fc94fc84860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fc845c0> <<< 172629 1726888963.44994: 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 0x7fc94fc84890> <<< 172629 1726888963.45025: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888963.45029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726888963.45109: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888963.45220: 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 0x7fc94fc851c0> <<< 172629 1726888963.45337: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888963.45344: 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 0x7fc94fc85bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fc84a70> <<< 172629 1726888963.45405: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fc56030> # /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' <<< 172629 1726888963.45423: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888963.45436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fc86fc0> <<< 172629 1726888963.45513: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fc85d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ff5ae40> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888963.45624: 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' <<< 172629 1726888963.45649: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fcaf2f0> <<< 172629 1726888963.45702: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888963.45785: 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' <<< 172629 1726888963.45798: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fcd3680> <<< 172629 1726888963.45816: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888963.45939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888963.46369: 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 0x7fc94fd34410> # /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 0x7fc94fd36b70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fd34530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fcf9430> # /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 0x7fc94fb414f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fcd2480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fc87ec0> <<< 172629 1726888963.46460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888963.46483: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc94fcd2a80> <<< 172629 1726888963.46823: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_jznzwcug/ansible_systemd_payload.zip' # zipimport: zlib available <<< 172629 1726888963.46932: 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 <<< 172629 1726888963.46994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888963.47022: 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 0x7fc94fbab200> <<< 172629 1726888963.47168: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888963.47219: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fb860f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fb85250> # zipimport: zlib available <<< 172629 1726888963.47245: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888963.47289: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888963.47296: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.47318: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888963.48693: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.49812: 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 0x7fc94fba9610> <<< 172629 1726888963.49821: 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' <<< 172629 1726888963.49867: 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' <<< 172629 1726888963.49905: 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' <<< 172629 1726888963.49909: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888963.49952: 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 0x7fc94fbdac00> <<< 172629 1726888963.49982: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fbda990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fbda2a0> <<< 172629 1726888963.49992: 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' <<< 172629 1726888963.50034: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fbdab70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fcd21e0> import 'atexit' # <<< 172629 1726888963.50112: 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 0x7fc94fbdb8f0> <<< 172629 1726888963.50116: 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 0x7fc94fbdbb30> <<< 172629 1726888963.50142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888963.50368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888963.50384: stdout chunk (state=3): >>>import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fbdbfb0> 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 0x7fc94f531d90> # 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 0x7fc94f5339b0> # /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' <<< 172629 1726888963.50405: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f534380> <<< 172629 1726888963.50429: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888963.50450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888963.50476: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f535250> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888963.50519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888963.50540: 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' <<< 172629 1726888963.50591: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f537f50> <<< 172629 1726888963.50626: 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 0x7fc94ff76e70> <<< 172629 1726888963.50658: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f536210> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888963.50691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888963.50730: 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' <<< 172629 1726888963.50733: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888963.50826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888963.50874: 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 0x7fc94f53ff80> <<< 172629 1726888963.50878: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888963.50966: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f53ea50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f53e7b0> <<< 172629 1726888963.50969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888963.50991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888963.51047: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f53ecc0> <<< 172629 1726888963.51089: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f536720> <<< 172629 1726888963.51110: 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 0x7fc94f584230> <<< 172629 1726888963.51148: 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 0x7fc94f584410> <<< 172629 1726888963.51180: 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' <<< 172629 1726888963.51193: 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' <<< 172629 1726888963.51232: 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 0x7fc94f585e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f585c40> <<< 172629 1726888963.51265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888963.51280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888963.51333: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888963.51351: 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 0x7fc94f588440> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f586570> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888963.51394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888963.51421: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888963.51434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726888963.51480: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f58bbf0> <<< 172629 1726888963.51590: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f5885c0> <<< 172629 1726888963.51650: 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 0x7fc94f58c920> <<< 172629 1726888963.51682: 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 0x7fc94f58cb90> <<< 172629 1726888963.51802: 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 0x7fc94f58cef0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f5845f0> # /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' <<< 172629 1726888963.51834: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888963.51861: 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 0x7fc94f4185f0> <<< 172629 1726888963.52006: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888963.52009: 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 0x7fc94f4195e0> <<< 172629 1726888963.52017: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f58ed80> <<< 172629 1726888963.52081: 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 0x7fc94f58f950> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f58e9f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888963.52089: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.52185: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.52288: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888963.52340: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888963.52343: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.52447: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.52564: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.53304: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.53640: 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' # <<< 172629 1726888963.53677: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888963.53680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888963.53732: 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 0x7fc94f41d850> <<< 172629 1726888963.53867: 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 0x7fc94f41e570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f418560> <<< 172629 1726888963.53896: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 172629 1726888963.53926: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.53941: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888963.54082: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.54241: 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' <<< 172629 1726888963.54271: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f41ede0> # zipimport: zlib available <<< 172629 1726888963.54735: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.55157: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.55224: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.55307: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888963.55310: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.55345: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.55392: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888963.55395: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.55461: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.55570: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888963.55574: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888963.55589: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.55628: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.55670: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888963.55680: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.55901: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.56132: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888963.56200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888963.56203: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888963.56274: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f41f9e0> # zipimport: zlib available <<< 172629 1726888963.56344: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.56489: 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' # <<< 172629 1726888963.56565: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # <<< 172629 1726888963.56594: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888963.56713: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.56747: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.56826: 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 <<< 172629 1726888963.56830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888963.57061: 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 0x7fc94f42a390> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f4275c0> <<< 172629 1726888963.57102: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888963.57152: 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' <<< 172629 1726888963.57184: 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 <<< 172629 1726888963.57203: 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 <<< 172629 1726888963.57260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888963.57282: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888963.57303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888963.57348: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f502c00> <<< 172629 1726888963.57389: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f5fa8d0> <<< 172629 1726888963.57475: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f42a4e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f419850> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888963.57505: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.57517: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.57578: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888963.57629: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888963.57963: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888963.58218: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.58230: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # <<< 172629 1726888963.58257: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.58363: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888963.58401: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.58424: 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 <<< 172629 1726888963.58639: stdout chunk (state=3): >>># 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 <<< 172629 1726888963.58671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888963.58685: 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 0x7fc94f09aff0> <<< 172629 1726888963.58709: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f09a420> <<< 172629 1726888963.58773: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f098920> <<< 172629 1726888963.58969: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f4bac00> <<< 172629 1726888963.59034: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f4b8b90> import 'ansible.module_utils.compat.typing' # <<< 172629 1726888963.59048: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.59220: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.59385: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.59428: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.59495: 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' <<< 172629 1726888963.59527: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 172629 1726888963.59552: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 172629 1726888963.59573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f4baff0> <<< 172629 1726888963.59599: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 172629 1726888963.59706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 172629 1726888963.59752: 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 0x7fc94f12d250> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888963.59782: 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 0x7fc94f12d580> <<< 172629 1726888963.59817: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f110d70> <<< 172629 1726888963.59835: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f0ebf20> <<< 172629 1726888963.59886: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f4a5d60> <<< 172629 1726888963.59930: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f4a50d0> # /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' <<< 172629 1726888963.59987: 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' <<< 172629 1726888963.60021: 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 0x7fc94ef38170> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f12f9e0> <<< 172629 1726888963.60061: 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 0x7fc94f12fbc0> <<< 172629 1726888963.60096: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f12ee40> <<< 172629 1726888963.60127: stdout chunk (state=3): >>># /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' <<< 172629 1726888963.60131: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ef38230> <<< 172629 1726888963.60145: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 172629 1726888963.60183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 172629 1726888963.60215: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc94ef3adb0> <<< 172629 1726888963.60244: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ef38da0> <<< 172629 1726888963.60279: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f4a5160> import 'ansible.module_utils.facts.timeout' # <<< 172629 1726888963.60314: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available <<< 172629 1726888963.60344: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 172629 1726888963.60347: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.60401: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.60462: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 172629 1726888963.60472: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.60518: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.60588: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 172629 1726888963.60591: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.60619: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 172629 1726888963.60644: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.60687: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 172629 1726888963.60690: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.60738: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.60797: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 172629 1726888963.60803: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.60838: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.60891: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 172629 1726888963.60894: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.60954: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.61012: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.61071: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.61134: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 172629 1726888963.61137: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 172629 1726888963.61160: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.61622: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.62077: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 172629 1726888963.62105: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.62312: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.62316: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # <<< 172629 1726888963.62318: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.62370: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.62420: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 172629 1726888963.62436: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.62692: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888963.62736: 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' <<< 172629 1726888963.62763: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ef3b800> <<< 172629 1726888963.62783: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726888963.62817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726888963.62928: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ef68950> import 'ansible.module_utils.facts.system.local' # <<< 172629 1726888963.62965: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.63008: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.63083: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 172629 1726888963.63178: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.63262: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 172629 1726888963.63279: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.63336: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.63422: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 172629 1726888963.63460: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.63516: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888963.63551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888963.63629: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888963.63681: 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 0x7fc94ef833b0> <<< 172629 1726888963.63864: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ef6b980> import 'ansible.module_utils.facts.system.python' # <<< 172629 1726888963.63880: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.63937: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.63984: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 172629 1726888963.64007: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.64080: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.64170: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.64281: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.64421: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 172629 1726888963.64445: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.64479: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.64525: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 172629 1726888963.64549: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.64579: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.64623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 172629 1726888963.64640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 172629 1726888963.64672: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888963.64683: 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 0x7fc94ef97050> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ef80680> import 'ansible.module_utils.facts.system.user' # <<< 172629 1726888963.64706: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888963.64739: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available<<< 172629 1726888963.64764: stdout chunk (state=3): >>> <<< 172629 1726888963.64774: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.64818: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 172629 1726888963.64837: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.64984: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.65140: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 172629 1726888963.65152: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.65244: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.65344: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.65386: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.65427: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 172629 1726888963.65444: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.65480: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.65492: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.65632: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.65778: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 172629 1726888963.65901: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.66035: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 172629 1726888963.66049: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.66120: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.66134: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.66658: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.67202: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 172629 1726888963.67260: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.67371: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 172629 1726888963.67460: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.67477: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.67570: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 172629 1726888963.67599: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.67797: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.67934: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 172629 1726888963.68047: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.68088: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 172629 1726888963.68143: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.68213: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.68426: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.68982: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # 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 <<< 172629 1726888963.68985: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.69126: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 172629 1726888963.69139: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.69171: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 172629 1726888963.69174: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.69275: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726888963.69283: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.69529: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.69747: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 172629 1726888963.69769: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.69823: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.69881: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 172629 1726888963.69928: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888963.70039: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 172629 1726888963.70042: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.70111: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 172629 1726888963.70114: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.70225: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 172629 1726888963.70228: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.70311: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 172629 1726888963.70368: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888963.70418: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 172629 1726888963.70449: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available <<< 172629 1726888963.70507: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.70513: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.70531: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.70581: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.70657: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.70747: 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' # <<< 172629 1726888963.70761: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.70787: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.70866: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 172629 1726888963.71074: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.71239: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 172629 1726888963.71249: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.71308: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.71364: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 172629 1726888963.71388: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.71445: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 172629 1726888963.71449: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.71579: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.71665: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 172629 1726888963.71710: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.71815: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 172629 1726888963.71819: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.71952: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.72087: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 172629 1726888963.72166: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888963.93868: stdout chunk (state=3): >>> {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} <<< 172629 1726888963.94584: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888963.94616: 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 <<< 172629 1726888963.94653: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # 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<<< 172629 1726888963.94683: stdout chunk (state=3): >>> # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # 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 <<< 172629 1726888963.94694: stdout chunk (state=3): >>># 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 <<< 172629 1726888963.94737: stdout chunk (state=3): >>># cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 <<< 172629 1726888963.94770: stdout chunk (state=3): >>># 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 <<< 172629 1726888963.94806: stdout chunk (state=3): >>># 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 <<< 172629 1726888963.94814: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl <<< 172629 1726888963.94873: stdout chunk (state=3): >>># 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 <<< 172629 1726888963.94877: stdout chunk (state=3): >>># 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 <<< 172629 1726888963.94895: stdout chunk (state=3): >>># 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 ansible.module_utils.service # destroy ansible.module_utils.service <<< 172629 1726888963.95225: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888963.95254: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726888963.95282: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888963.95295: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726888963.95351: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888963.95356: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 172629 1726888963.95429: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy _signal <<< 172629 1726888963.95432: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog <<< 172629 1726888963.95441: stdout chunk (state=3): >>># destroy uuid <<< 172629 1726888963.95481: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888963.95503: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 172629 1726888963.95551: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 172629 1726888963.95568: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 172629 1726888963.95607: stdout chunk (state=3): >>># destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process <<< 172629 1726888963.95654: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl <<< 172629 1726888963.95690: stdout chunk (state=3): >>># destroy datetime # destroy base64 <<< 172629 1726888963.95694: stdout chunk (state=3): >>># destroy _ssl <<< 172629 1726888963.95731: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json <<< 172629 1726888963.95761: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 172629 1726888963.95772: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess <<< 172629 1726888963.95818: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token <<< 172629 1726888963.95866: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux <<< 172629 1726888963.95882: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726888963.95924: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # 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 <<< 172629 1726888963.95962: stdout chunk (state=3): >>># cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 172629 1726888963.96006: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # 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 <<< 172629 1726888963.96036: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping 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 <<< 172629 1726888963.96051: stdout chunk (state=3): >>># cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 172629 1726888963.96080: 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 <<< 172629 1726888963.96215: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888963.96269: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 172629 1726888963.96295: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888963.96338: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 172629 1726888963.96381: stdout chunk (state=3): >>># destroy _opcode <<< 172629 1726888963.96393: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888963.96420: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888963.96513: 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 <<< 172629 1726888963.96552: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 172629 1726888963.96628: stdout chunk (state=3): >>># destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator <<< 172629 1726888963.96644: stdout chunk (state=3): >>># destroy _string # destroy re # destroy _abc # destroy itertools # destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888963.97098: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888963.97101: stderr chunk (state=3): >>><<< 172629 1726888963.97103: stdout chunk (state=3): >>><<< 172629 1726888963.97243: _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 0x7fc9500dc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9500abb00> # /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 0x7fc9500dea50> 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 0x7fc94fe91130> # /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 0x7fc94fe92120> 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 0x7fc94feceea0> # /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 0x7fc94fee41a0> # /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 0x7fc94ff07a40> # /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 0x7fc94ff28110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fee7ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fee5400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fecd1c0> # /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 0x7fc94ff2b9b0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ff2a5d0> # /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 0x7fc94fee62d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fecea80> # /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 0x7fc94ff58a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fecc440> # /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 0x7fc94ff58ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ff58d70> # 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 0x7fc94ff59160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fecaf60> # /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 0x7fc94ff59850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ff59520> 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 0x7fc94ff5a750> 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 0x7fc94ff74920> 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 0x7fc94ff76060> # /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 0x7fc94ff76f00> # 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 0x7fc94ff77560> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ff76450> # /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 0x7fc94ff77fe0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ff77710> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ff58da0> # /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 0x7fc94fc57e90> # /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 0x7fc94fc84860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fc845c0> # 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 0x7fc94fc84890> # /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 0x7fc94fc851c0> # 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 0x7fc94fc85bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fc84a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fc56030> # /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 0x7fc94fc86fc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fc85d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ff5ae40> # /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 0x7fc94fcaf2f0> # /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 0x7fc94fcd3680> # /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 0x7fc94fd34410> # /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 0x7fc94fd36b70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fd34530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fcf9430> # /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 0x7fc94fb414f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fcd2480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fc87ec0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc94fcd2a80> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_jznzwcug/ansible_systemd_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 0x7fc94fbab200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fb860f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fb85250> # 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 0x7fc94fba9610> # /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 0x7fc94fbdac00> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fbda990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fbda2a0> # /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 0x7fc94fbdab70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94fcd21e0> 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 0x7fc94fbdb8f0> # 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 0x7fc94fbdbb30> # /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 0x7fc94fbdbfb0> 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 0x7fc94f531d90> # 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 0x7fc94f5339b0> # /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 0x7fc94f534380> # /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 0x7fc94f535250> # /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 0x7fc94f537f50> # 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 0x7fc94ff76e70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f536210> # /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 0x7fc94f53ff80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f53ea50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f53e7b0> # /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 0x7fc94f53ecc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f536720> # 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 0x7fc94f584230> # /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 0x7fc94f584410> # /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 0x7fc94f585e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f585c40> # /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 0x7fc94f588440> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f586570> # /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 0x7fc94f58bbf0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f5885c0> # 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 0x7fc94f58c920> # 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 0x7fc94f58cb90> # 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 0x7fc94f58cef0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f5845f0> # /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 0x7fc94f4185f0> # 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 0x7fc94f4195e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f58ed80> # 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 0x7fc94f58f950> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f58e9f0> # 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 0x7fc94f41d850> # /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 0x7fc94f41e570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f418560> 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 0x7fc94f41ede0> # 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 0x7fc94f41f9e0> # 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 0x7fc94f42a390> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f4275c0> 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 0x7fc94f502c00> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f5fa8d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f42a4e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f419850> # 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 0x7fc94f09aff0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f09a420> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f098920> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f4bac00> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f4b8b90> 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 0x7fc94f4baff0> # /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 0x7fc94f12d250> # 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 0x7fc94f12d580> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f110d70> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f0ebf20> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f4a5d60> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f4a50d0> # /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 0x7fc94ef38170> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f12f9e0> # 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 0x7fc94f12fbc0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f12ee40> # /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 0x7fc94ef38230> # /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 0x7fc94ef3adb0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ef38da0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94f4a5160> 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 0x7fc94ef3b800> # /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 0x7fc94ef68950> 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 0x7fc94ef833b0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ef6b980> 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 0x7fc94ef97050> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc94ef80680> 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 # zipimport: zlib available import 'ansible.module_utils.service' # # zipimport: zlib available {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} # 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 ansible.module_utils.service # destroy ansible.module_utils.service # 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 _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.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # 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 _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 _string # destroy re # destroy _abc # destroy itertools # destroy _sre # 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. 172629 1726888963.99228: done with _execute_module (systemd, {'daemon_reload': 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': 'systemd', '_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-1726888963.2337883-174872-170716441780420/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888963.99232: _low_level_execute_command(): starting 172629 1726888963.99237: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888963.2337883-174872-170716441780420/ > /dev/null 2>&1 && sleep 0' 172629 1726888963.99240: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888963.99243: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888963.99245: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888963.99247: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888963.99334: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888963.99337: 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 <<< 172629 1726888963.99396: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888963.99432: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888963.99459: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888963.99564: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888964.01593: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888964.01597: stdout chunk (state=3): >>><<< 172629 1726888964.01599: stderr chunk (state=3): >>><<< 172629 1726888964.01779: _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 172629 1726888964.01783: handler run complete 172629 1726888964.01785: attempt loop complete, returning result 172629 1726888964.01787: _execute() done 172629 1726888964.01789: dumping result to json 172629 1726888964.01791: done dumping result, returning 172629 1726888964.01793: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-d0a8-add8-000000000e9d] 172629 1726888964.01795: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e9d 172629 1726888964.01872: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e9d 172629 1726888964.01875: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "name": null, "status": {} } 172629 1726888964.01986: no more pending results, returning what we have 172629 1726888964.01991: results queue empty 172629 1726888964.01992: checking for any_errors_fatal 172629 1726888964.02005: done checking for any_errors_fatal 172629 1726888964.02006: checking for max_fail_percentage 172629 1726888964.02008: done checking for max_fail_percentage 172629 1726888964.02009: checking to see if all hosts have failed and the running result is not ok 172629 1726888964.02009: done checking to see if all hosts have failed 172629 1726888964.02010: getting the remaining hosts for this loop 172629 1726888964.02012: done getting the remaining hosts for this loop 172629 1726888964.02015: getting the next task for host managed_node1 172629 1726888964.02022: done getting next task for host managed_node1 172629 1726888964.02026: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 172629 1726888964.02030: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888964.02047: getting variables 172629 1726888964.02049: in VariableManager get_vars() 172629 1726888964.02422: Calling all_inventory to load vars for managed_node1 172629 1726888964.02425: Calling groups_inventory to load vars for managed_node1 172629 1726888964.02427: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888964.02436: Calling all_plugins_play to load vars for managed_node1 172629 1726888964.02439: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888964.02442: Calling groups_plugins_play to load vars for managed_node1 172629 1726888964.04141: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888964.05141: done with get_vars() 172629 1726888964.05161: 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 23:22:44 -0400 (0:00:00.870) 0:01:04.332 ****** 172629 1726888964.05264: entering _queue_task() for managed_node1/stat 172629 1726888964.05918: worker is 1 (out of 1 available) 172629 1726888964.05932: exiting _queue_task() for managed_node1/stat 172629 1726888964.05943: done queuing things up, now waiting for results queue to drain 172629 1726888964.05944: waiting for pending results... 172629 1726888964.06379: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 172629 1726888964.06435: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e9e 172629 1726888964.06474: variable 'ansible_search_path' from source: unknown 172629 1726888964.06479: variable 'ansible_search_path' from source: unknown 172629 1726888964.06560: calling self._execute() 172629 1726888964.06620: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888964.06631: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888964.06644: variable 'omit' from source: magic vars 172629 1726888964.06841: variable 'omit' from source: magic vars 172629 1726888964.06928: variable 'omit' from source: magic vars 172629 1726888964.06969: variable 'omit' from source: magic vars 172629 1726888964.07023: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888964.07069: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888964.07094: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888964.07114: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888964.07235: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888964.07239: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888964.07242: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888964.07244: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888964.07530: Set connection var ansible_timeout to 10 172629 1726888964.07647: Set connection var ansible_shell_type to sh 172629 1726888964.07679: Set connection var ansible_pipelining to False 172629 1726888964.07715: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888964.07764: Set connection var ansible_shell_executable to /bin/sh 172629 1726888964.07792: Set connection var ansible_connection to ssh 172629 1726888964.07852: variable 'ansible_shell_executable' from source: unknown 172629 1726888964.07917: variable 'ansible_connection' from source: unknown 172629 1726888964.07925: variable 'ansible_module_compression' from source: unknown 172629 1726888964.07928: variable 'ansible_shell_type' from source: unknown 172629 1726888964.07930: variable 'ansible_shell_executable' from source: unknown 172629 1726888964.07932: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888964.08052: variable 'ansible_pipelining' from source: unknown 172629 1726888964.08059: variable 'ansible_timeout' from source: unknown 172629 1726888964.08062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888964.08394: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888964.08435: variable 'omit' from source: magic vars 172629 1726888964.08503: starting attempt loop 172629 1726888964.08592: running the handler 172629 1726888964.08595: _low_level_execute_command(): starting 172629 1726888964.08597: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888964.09741: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888964.09745: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888964.09769: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888964.09785: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888964.09798: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888964.09806: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888964.09843: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888964.09880: 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 <<< 172629 1726888964.09946: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888964.10024: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888964.10154: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888964.11834: stdout chunk (state=3): >>>/root <<< 172629 1726888964.11989: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888964.11992: stdout chunk (state=3): >>><<< 172629 1726888964.11995: stderr chunk (state=3): >>><<< 172629 1726888964.12020: _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 172629 1726888964.12042: _low_level_execute_command(): starting 172629 1726888964.12099: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888964.1202788-174912-88541430489268 `" && echo ansible-tmp-1726888964.1202788-174912-88541430489268="` echo /root/.ansible/tmp/ansible-tmp-1726888964.1202788-174912-88541430489268 `" ) && sleep 0' 172629 1726888964.12862: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888964.12882: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888964.12908: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888964.13032: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888964.13065: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888964.13183: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888964.15043: stdout chunk (state=3): >>>ansible-tmp-1726888964.1202788-174912-88541430489268=/root/.ansible/tmp/ansible-tmp-1726888964.1202788-174912-88541430489268 <<< 172629 1726888964.15173: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888964.15234: stderr chunk (state=3): >>><<< 172629 1726888964.15273: stdout chunk (state=3): >>><<< 172629 1726888964.15461: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888964.1202788-174912-88541430489268=/root/.ansible/tmp/ansible-tmp-1726888964.1202788-174912-88541430489268 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888964.15465: variable 'ansible_module_compression' from source: unknown 172629 1726888964.15467: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726888964.15562: variable 'ansible_facts' from source: unknown 172629 1726888964.15719: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888964.1202788-174912-88541430489268/AnsiballZ_stat.py 172629 1726888964.15995: Sending initial data 172629 1726888964.16015: Sent initial data (154 bytes) 172629 1726888964.16927: 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' <<< 172629 1726888964.16949: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888964.16970: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888964.17043: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888964.18627: 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 <<< 172629 1726888964.18642: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888964.18684: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888964.18724: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpmu5yvscj /root/.ansible/tmp/ansible-tmp-1726888964.1202788-174912-88541430489268/AnsiballZ_stat.py <<< 172629 1726888964.18748: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888964.1202788-174912-88541430489268/AnsiballZ_stat.py" <<< 172629 1726888964.18797: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpmu5yvscj" to remote "/root/.ansible/tmp/ansible-tmp-1726888964.1202788-174912-88541430489268/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888964.1202788-174912-88541430489268/AnsiballZ_stat.py" <<< 172629 1726888964.20080: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888964.20083: stderr chunk (state=3): >>><<< 172629 1726888964.20086: stdout chunk (state=3): >>><<< 172629 1726888964.20099: done transferring module to remote 172629 1726888964.20119: _low_level_execute_command(): starting 172629 1726888964.20128: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888964.1202788-174912-88541430489268/ /root/.ansible/tmp/ansible-tmp-1726888964.1202788-174912-88541430489268/AnsiballZ_stat.py && sleep 0' 172629 1726888964.21034: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888964.21400: 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' <<< 172629 1726888964.21403: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888964.21449: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888964.23223: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888964.23270: stderr chunk (state=3): >>><<< 172629 1726888964.23278: stdout chunk (state=3): >>><<< 172629 1726888964.23306: _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 172629 1726888964.23391: _low_level_execute_command(): starting 172629 1726888964.23394: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888964.1202788-174912-88541430489268/AnsiballZ_stat.py && sleep 0' 172629 1726888964.24015: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888964.24028: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888964.24043: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888964.24064: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888964.24116: 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 <<< 172629 1726888964.24179: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888964.24194: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888964.24222: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888964.24350: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888964.26571: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888964.26598: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888964.26621: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888964.26692: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888964.26776: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888964.26794: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888964.26846: 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' <<< 172629 1726888964.26951: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888964.26956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888964.27011: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e8e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e8b7b30> <<< 172629 1726888964.27144: 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 0x7f3f8e8eaa50> import '_signal' # <<< 172629 1726888964.27148: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726888964.27150: stdout chunk (state=3): >>>import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 172629 1726888964.27181: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888964.27210: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888964.27259: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888964.27290: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888964.27359: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888964.27363: 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 <<< 172629 1726888964.27366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888964.27368: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e699130> <<< 172629 1726888964.27435: 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 <<< 172629 1726888964.27454: 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 0x7f3f8e69a120> <<< 172629 1726888964.27468: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888964.27492: 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. <<< 172629 1726888964.27772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888964.27781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888964.27784: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888964.27786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888964.27814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888964.27883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888964.27909: 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' <<< 172629 1726888964.27971: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e6d6ea0> # /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' <<< 172629 1726888964.28000: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e6ec1a0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888964.28165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888964.28168: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888964.28197: 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 0x7f3f8e70fa40> # /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 0x7f3f8e730110> import '_collections' # <<< 172629 1726888964.28235: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e6efce0> <<< 172629 1726888964.28251: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888964.28254: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e6ed400> <<< 172629 1726888964.28344: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e6d51c0> <<< 172629 1726888964.28377: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888964.28421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888964.28424: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888964.28454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888964.28504: 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' <<< 172629 1726888964.28618: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e733980> <<< 172629 1726888964.28639: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e7325a0> # /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 0x7f3f8e6ee2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e730e30> # /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 0x7f3f8e760a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e6d4440> <<< 172629 1726888964.28683: 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' <<< 172629 1726888964.28699: 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 0x7f3f8e760ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e760d70> <<< 172629 1726888964.28859: 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 0x7f3f8e761160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e6d2f60> <<< 172629 1726888964.28919: 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 0x7f3f8e761850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e761520> 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' <<< 172629 1726888964.28922: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e762750> <<< 172629 1726888964.28934: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726888964.28964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888964.28994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888964.29038: 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 0x7f3f8e77c8f0> <<< 172629 1726888964.29047: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888964.29086: 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 0x7f3f8e77e030> <<< 172629 1726888964.29114: 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' <<< 172629 1726888964.29275: 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 0x7f3f8e77eed0> # 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 0x7f3f8e77f530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e77e420> <<< 172629 1726888964.29292: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888964.29301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f8e77ffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e77f6e0> <<< 172629 1726888964.29368: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e760da0> <<< 172629 1726888964.29371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888964.29466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888964.29470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888964.29473: 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 0x7f3f8e4fbf20> <<< 172629 1726888964.29532: 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 0x7f3f8e528980> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e5286e0> <<< 172629 1726888964.29651: 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 0x7f3f8e528920> <<< 172629 1726888964.29659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888964.29775: 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 0x7f3f8e5291c0> <<< 172629 1726888964.29884: 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 0x7f3f8e529ac0> <<< 172629 1726888964.29910: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e528a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e4fa0c0> <<< 172629 1726888964.29976: 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 <<< 172629 1726888964.30069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e52ae70> <<< 172629 1726888964.30090: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e529940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e762e10> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888964.30132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888964.30151: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888964.30184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888964.30212: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e557170> <<< 172629 1726888964.30270: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888964.30298: 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 <<< 172629 1726888964.30320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888964.30361: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e57f530> <<< 172629 1726888964.30385: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888964.30582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e5d8290> # /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 <<< 172629 1726888964.30614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888964.30702: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e5da9f0> <<< 172629 1726888964.30774: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e5d83b0> <<< 172629 1726888964.30811: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e5a52e0> <<< 172629 1726888964.30842: 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 0x7f3f8df153a0> <<< 172629 1726888964.30869: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e57e330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e52bd40> <<< 172629 1726888964.30974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888964.30995: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3f8e57e930> <<< 172629 1726888964.31175: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_is9nnz3p/ansible_stat_payload.zip' # zipimport: zlib available <<< 172629 1726888964.31306: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.31342: 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' <<< 172629 1726888964.31389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888964.31468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888964.31503: 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 0x7f3f8df6b110> <<< 172629 1726888964.31514: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888964.31693: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8df4a000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8df49160> <<< 172629 1726888964.31712: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.31788: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726888964.31801: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888964.33183: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.34294: 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 0x7f3f8df68fe0> <<< 172629 1726888964.34371: 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' <<< 172629 1726888964.34427: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888964.34512: 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 0x7f3f8df92b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8df928d0> <<< 172629 1726888964.34538: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8df921e0> # /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' <<< 172629 1726888964.34600: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8df92c30> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8df6bda0> import 'atexit' # <<< 172629 1726888964.34710: 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 0x7f3f8df93830> # 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 0x7f3f8df939b0> <<< 172629 1726888964.34714: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888964.34721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 172629 1726888964.34749: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8df93e90> <<< 172629 1726888964.34867: stdout chunk (state=3): >>>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' <<< 172629 1726888964.34879: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de05b80> # 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 0x7f3f8de07800> <<< 172629 1726888964.34959: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888964.34963: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de0c1a0> <<< 172629 1726888964.34964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888964.35030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de0d310> <<< 172629 1726888964.35033: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888964.35077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888964.35150: 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' <<< 172629 1726888964.35205: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de0fdd0> # 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 0x7f3f8e6d2f00> <<< 172629 1726888964.35213: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de0e0c0> <<< 172629 1726888964.35370: 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' <<< 172629 1726888964.35373: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888964.35377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888964.35400: 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 0x7f3f8de13ce0> import '_tokenize' # <<< 172629 1726888964.35448: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de127b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de12510> <<< 172629 1726888964.35494: 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' <<< 172629 1726888964.35594: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de12a80> <<< 172629 1726888964.35860: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de0e5d0> # 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 0x7f3f8de57f80> # /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' <<< 172629 1726888964.35899: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de580b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 172629 1726888964.35920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f8de59be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de599a0> # /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 0x7f3f8de5c170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de5a2d0> <<< 172629 1726888964.35941: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888964.35974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888964.36003: 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' <<< 172629 1726888964.36024: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888964.36057: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de5f860> <<< 172629 1726888964.36174: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de5c320> <<< 172629 1726888964.36236: 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 0x7f3f8de60650> <<< 172629 1726888964.36275: 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 0x7f3f8de608f0> <<< 172629 1726888964.36347: 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 0x7f3f8de60bf0> <<< 172629 1726888964.36435: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de582c0> # /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 <<< 172629 1726888964.36449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888964.36475: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f8dcf0170> <<< 172629 1726888964.36600: 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 0x7f3f8dcf1400> <<< 172629 1726888964.36631: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de62900> <<< 172629 1726888964.36683: 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 0x7f3f8de63cb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de62540> <<< 172629 1726888964.36764: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888964.36797: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.36906: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.36938: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888964.36950: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.37063: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.37200: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.37748: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.38242: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888964.38309: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888964.38329: 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' <<< 172629 1726888964.38350: 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 0x7f3f8dcf5610> <<< 172629 1726888964.38500: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726888964.38519: 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 0x7f3f8dcf6330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8dcf1760> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 172629 1726888964.38551: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888964.38751: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.38871: 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' <<< 172629 1726888964.38942: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8dcf6450> # zipimport: zlib available <<< 172629 1726888964.39342: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.39785: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.39864: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.40017: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726888964.40464: 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 <<< 172629 1726888964.40468: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888964.40470: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.40674: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.40767: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888964.40831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726888964.40901: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8dcf7560> <<< 172629 1726888964.40921: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.41178: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888964.41198: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888964.41234: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.41281: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.41336: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.41406: 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 <<< 172629 1726888964.41443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888964.41527: 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' <<< 172629 1726888964.41543: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f8dd02270> <<< 172629 1726888964.41582: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8dcfd7f0> <<< 172629 1726888964.41606: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888964.41778: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888964.41816: 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' <<< 172629 1726888964.41833: 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 <<< 172629 1726888964.41866: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888964.41879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888964.41939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888964.41965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888964.41977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888964.42021: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8dfe2ab0> <<< 172629 1726888964.42071: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8dfca780> <<< 172629 1726888964.42158: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8dd02240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8dcf71d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888964.42448: stdout chunk (state=3): >>># 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 <<< 172629 1726888964.42861: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.43466: 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": 195035400, "dev": 51714, "nlink": 1, "atime": 1726887894.9028583, "mtime": 1726562394.502, "ctime": 1726887890.8548312, "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": "2210578496", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 172629 1726888964.43492: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888964.44098: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.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 <<< 172629 1726888964.44377: stdout chunk (state=3): >>># cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # 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 <<< 172629 1726888964.44422: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888964.44715: 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 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 <<< 172629 1726888964.44777: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # 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 <<< 172629 1726888964.44827: stdout chunk (state=3): >>># cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # 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 <<< 172629 1726888964.44864: 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 # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888964.44999: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888964.45381: stdout chunk (state=3): >>># 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 <<< 172629 1726888964.45680: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888964.45861: stdout chunk (state=3): >>><<< 172629 1726888964.45869: stderr chunk (state=3): >>><<< 172629 1726888964.45883: _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 0x7f3f8e8e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e8b7b30> # /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 0x7f3f8e8eaa50> 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 0x7f3f8e699130> # /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 0x7f3f8e69a120> 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 0x7f3f8e6d6ea0> # /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 0x7f3f8e6ec1a0> # /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 0x7f3f8e70fa40> # /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 0x7f3f8e730110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e6efce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e6ed400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e6d51c0> # /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 0x7f3f8e733980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e7325a0> # /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 0x7f3f8e6ee2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e730e30> # /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 0x7f3f8e760a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e6d4440> # /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 0x7f3f8e760ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e760d70> # 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 0x7f3f8e761160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e6d2f60> # /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 0x7f3f8e761850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e761520> 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 0x7f3f8e762750> 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 0x7f3f8e77c8f0> 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 0x7f3f8e77e030> # /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 0x7f3f8e77eed0> # 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 0x7f3f8e77f530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e77e420> # /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 0x7f3f8e77ffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e77f6e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e760da0> # /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 0x7f3f8e4fbf20> # /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 0x7f3f8e528980> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e5286e0> # 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 0x7f3f8e528920> # /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 0x7f3f8e5291c0> # 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 0x7f3f8e529ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e528a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e4fa0c0> # /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 0x7f3f8e52ae70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e529940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e762e10> # /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 0x7f3f8e557170> # /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 0x7f3f8e57f530> # /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 0x7f3f8e5d8290> # /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 0x7f3f8e5da9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e5d83b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e5a52e0> # /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 0x7f3f8df153a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e57e330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8e52bd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3f8e57e930> # zipimport: found 30 names in '/tmp/ansible_stat_payload_is9nnz3p/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 0x7f3f8df6b110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8df4a000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8df49160> # 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 0x7f3f8df68fe0> # /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 0x7f3f8df92b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8df928d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8df921e0> # /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 0x7f3f8df92c30> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8df6bda0> 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 0x7f3f8df93830> # 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 0x7f3f8df939b0> # /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 0x7f3f8df93e90> 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 0x7f3f8de05b80> # 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 0x7f3f8de07800> # /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 0x7f3f8de0c1a0> # /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 0x7f3f8de0d310> # /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 0x7f3f8de0fdd0> # 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 0x7f3f8e6d2f00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de0e0c0> # /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 0x7f3f8de13ce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de127b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de12510> # /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 0x7f3f8de12a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de0e5d0> # 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 0x7f3f8de57f80> # /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 0x7f3f8de580b0> # /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 0x7f3f8de59be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de599a0> # /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 0x7f3f8de5c170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de5a2d0> # /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 0x7f3f8de5f860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de5c320> # 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 0x7f3f8de60650> # 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 0x7f3f8de608f0> # 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 0x7f3f8de60bf0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de582c0> # /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 0x7f3f8dcf0170> # 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 0x7f3f8dcf1400> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de62900> # 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 0x7f3f8de63cb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8de62540> # 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 0x7f3f8dcf5610> # /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 0x7f3f8dcf6330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8dcf1760> 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 0x7f3f8dcf6450> # 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 0x7f3f8dcf7560> # 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 0x7f3f8dd02270> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8dcfd7f0> 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 0x7f3f8dfe2ab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8dfca780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8dd02240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8dcf71d0> # 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": 195035400, "dev": 51714, "nlink": 1, "atime": 1726887894.9028583, "mtime": 1726562394.502, "ctime": 1726887890.8548312, "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": "2210578496", "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. 172629 1726888964.47099: 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-1726888964.1202788-174912-88541430489268/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888964.47103: _low_level_execute_command(): starting 172629 1726888964.47106: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888964.1202788-174912-88541430489268/ > /dev/null 2>&1 && sleep 0' 172629 1726888964.47325: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888964.47328: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888964.47461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888964.47464: 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 <<< 172629 1726888964.47467: 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 <<< 172629 1726888964.47470: stderr 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 <<< 172629 1726888964.47532: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888964.47536: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888964.47684: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888964.47728: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888964.49639: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888964.49657: stderr chunk (state=3): >>><<< 172629 1726888964.49668: stdout chunk (state=3): >>><<< 172629 1726888964.49692: _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 172629 1726888964.49704: handler run complete 172629 1726888964.49963: attempt loop complete, returning result 172629 1726888964.49966: _execute() done 172629 1726888964.49969: dumping result to json 172629 1726888964.49971: done dumping result, returning 172629 1726888964.49974: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-d0a8-add8-000000000e9e] 172629 1726888964.49976: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e9e 172629 1726888964.50049: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e9e 172629 1726888964.50053: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726887894.9028583, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726887890.8548312, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 195035400, "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": "2210578496", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726888964.50189: no more pending results, returning what we have 172629 1726888964.50193: results queue empty 172629 1726888964.50194: checking for any_errors_fatal 172629 1726888964.50203: done checking for any_errors_fatal 172629 1726888964.50203: checking for max_fail_percentage 172629 1726888964.50205: done checking for max_fail_percentage 172629 1726888964.50206: checking to see if all hosts have failed and the running result is not ok 172629 1726888964.50207: done checking to see if all hosts have failed 172629 1726888964.50207: getting the remaining hosts for this loop 172629 1726888964.50209: done getting the remaining hosts for this loop 172629 1726888964.50212: getting the next task for host managed_node1 172629 1726888964.50218: done getting next task for host managed_node1 172629 1726888964.50221: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 172629 1726888964.50224: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888964.50235: getting variables 172629 1726888964.50237: in VariableManager get_vars() 172629 1726888964.50462: Calling all_inventory to load vars for managed_node1 172629 1726888964.50660: Calling groups_inventory to load vars for managed_node1 172629 1726888964.50663: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888964.50676: Calling all_plugins_play to load vars for managed_node1 172629 1726888964.50679: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888964.50681: Calling groups_plugins_play to load vars for managed_node1 172629 1726888964.51816: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888964.52978: done with get_vars() 172629 1726888964.52995: 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 23:22:44 -0400 (0:00:00.480) 0:01:04.812 ****** 172629 1726888964.53294: entering _queue_task() for managed_node1/lineinfile 172629 1726888964.54014: worker is 1 (out of 1 available) 172629 1726888964.54026: exiting _queue_task() for managed_node1/lineinfile 172629 1726888964.54040: done queuing things up, now waiting for results queue to drain 172629 1726888964.54041: waiting for pending results... 172629 1726888964.54772: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 172629 1726888964.55161: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000e9f 172629 1726888964.55165: variable 'ansible_search_path' from source: unknown 172629 1726888964.55168: variable 'ansible_search_path' from source: unknown 172629 1726888964.55438: variable 'blivet_output' from source: set_fact 172629 1726888964.55525: dumping result to json 172629 1726888964.55961: done dumping result, returning 172629 1726888964.55965: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-d0a8-add8-000000000e9f] 172629 1726888964.55967: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e9f 172629 1726888964.56053: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000e9f 172629 1726888964.56061: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888964.56107: no more pending results, returning what we have 172629 1726888964.56110: results queue empty 172629 1726888964.56111: checking for any_errors_fatal 172629 1726888964.56120: done checking for any_errors_fatal 172629 1726888964.56121: checking for max_fail_percentage 172629 1726888964.56122: done checking for max_fail_percentage 172629 1726888964.56123: checking to see if all hosts have failed and the running result is not ok 172629 1726888964.56124: done checking to see if all hosts have failed 172629 1726888964.56124: getting the remaining hosts for this loop 172629 1726888964.56126: done getting the remaining hosts for this loop 172629 1726888964.56129: getting the next task for host managed_node1 172629 1726888964.56134: done getting next task for host managed_node1 172629 1726888964.56138: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 172629 1726888964.56141: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888964.56161: getting variables 172629 1726888964.56162: in VariableManager get_vars() 172629 1726888964.56193: Calling all_inventory to load vars for managed_node1 172629 1726888964.56196: Calling groups_inventory to load vars for managed_node1 172629 1726888964.56197: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888964.56205: Calling all_plugins_play to load vars for managed_node1 172629 1726888964.56208: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888964.56211: Calling groups_plugins_play to load vars for managed_node1 172629 1726888964.57342: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888964.58502: done with get_vars() 172629 1726888964.58519: 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 23:22:44 -0400 (0:00:00.054) 0:01:04.867 ****** 172629 1726888964.58731: entering _queue_task() for managed_node1/setup 172629 1726888964.59380: worker is 1 (out of 1 available) 172629 1726888964.59396: exiting _queue_task() for managed_node1/setup 172629 1726888964.59409: done queuing things up, now waiting for results queue to drain 172629 1726888964.59410: waiting for pending results... 172629 1726888964.59943: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Update facts 172629 1726888964.60416: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000ea1 172629 1726888964.60420: variable 'ansible_search_path' from source: unknown 172629 1726888964.60423: variable 'ansible_search_path' from source: unknown 172629 1726888964.60427: calling self._execute() 172629 1726888964.60651: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888964.60670: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888964.60685: variable 'omit' from source: magic vars 172629 1726888964.61611: variable 'ansible_check_mode' from source: magic vars 172629 1726888964.61614: Evaluated conditional (not ansible_check_mode): True 172629 1726888964.61617: variable 'omit' from source: magic vars 172629 1726888964.61620: variable 'omit' from source: magic vars 172629 1726888964.61678: variable 'omit' from source: magic vars 172629 1726888964.61728: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888964.61773: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888964.61799: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888964.61820: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888964.61839: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888964.61874: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888964.61881: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888964.61887: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888964.61989: Set connection var ansible_timeout to 10 172629 1726888964.61999: Set connection var ansible_shell_type to sh 172629 1726888964.62010: Set connection var ansible_pipelining to False 172629 1726888964.62018: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888964.62026: Set connection var ansible_shell_executable to /bin/sh 172629 1726888964.62032: Set connection var ansible_connection to ssh 172629 1726888964.62065: variable 'ansible_shell_executable' from source: unknown 172629 1726888964.62074: variable 'ansible_connection' from source: unknown 172629 1726888964.62157: variable 'ansible_module_compression' from source: unknown 172629 1726888964.62161: variable 'ansible_shell_type' from source: unknown 172629 1726888964.62163: variable 'ansible_shell_executable' from source: unknown 172629 1726888964.62165: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888964.62167: variable 'ansible_pipelining' from source: unknown 172629 1726888964.62168: variable 'ansible_timeout' from source: unknown 172629 1726888964.62170: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888964.62313: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888964.62329: variable 'omit' from source: magic vars 172629 1726888964.62336: starting attempt loop 172629 1726888964.62341: running the handler 172629 1726888964.62368: _low_level_execute_command(): starting 172629 1726888964.62380: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888964.63088: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888964.63146: 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 <<< 172629 1726888964.63221: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888964.63279: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888964.63364: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888964.65019: stdout chunk (state=3): >>>/root <<< 172629 1726888964.65170: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888964.65174: stdout chunk (state=3): >>><<< 172629 1726888964.65176: stderr chunk (state=3): >>><<< 172629 1726888964.65278: _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 172629 1726888964.65282: _low_level_execute_command(): starting 172629 1726888964.65286: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888964.6519604-174937-154616788439805 `" && echo ansible-tmp-1726888964.6519604-174937-154616788439805="` echo /root/.ansible/tmp/ansible-tmp-1726888964.6519604-174937-154616788439805 `" ) && sleep 0' 172629 1726888964.66160: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888964.66177: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888964.66194: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888964.66212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888964.66229: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888964.66242: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888964.66266: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888964.66372: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888964.66418: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888964.66463: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888964.68364: stdout chunk (state=3): >>>ansible-tmp-1726888964.6519604-174937-154616788439805=/root/.ansible/tmp/ansible-tmp-1726888964.6519604-174937-154616788439805 <<< 172629 1726888964.68639: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888964.68643: stdout chunk (state=3): >>><<< 172629 1726888964.68645: stderr chunk (state=3): >>><<< 172629 1726888964.68666: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888964.6519604-174937-154616788439805=/root/.ansible/tmp/ansible-tmp-1726888964.6519604-174937-154616788439805 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888964.69063: variable 'ansible_module_compression' from source: unknown 172629 1726888964.69066: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 172629 1726888964.69069: variable 'ansible_facts' from source: unknown 172629 1726888964.69426: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888964.6519604-174937-154616788439805/AnsiballZ_setup.py 172629 1726888964.69891: Sending initial data 172629 1726888964.69894: Sent initial data (156 bytes) 172629 1726888964.70982: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888964.71171: 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' <<< 172629 1726888964.71295: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888964.71341: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888964.72980: 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 <<< 172629 1726888964.73024: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888964.73092: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpctrdrhzv /root/.ansible/tmp/ansible-tmp-1726888964.6519604-174937-154616788439805/AnsiballZ_setup.py <<< 172629 1726888964.73125: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888964.6519604-174937-154616788439805/AnsiballZ_setup.py" <<< 172629 1726888964.73163: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 172629 1726888964.73174: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpctrdrhzv" to remote "/root/.ansible/tmp/ansible-tmp-1726888964.6519604-174937-154616788439805/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888964.6519604-174937-154616788439805/AnsiballZ_setup.py" <<< 172629 1726888964.75044: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888964.75131: stderr chunk (state=3): >>><<< 172629 1726888964.75139: stdout chunk (state=3): >>><<< 172629 1726888964.75160: done transferring module to remote 172629 1726888964.75172: _low_level_execute_command(): starting 172629 1726888964.75177: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888964.6519604-174937-154616788439805/ /root/.ansible/tmp/ansible-tmp-1726888964.6519604-174937-154616788439805/AnsiballZ_setup.py && sleep 0' 172629 1726888964.77217: 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 <<< 172629 1726888964.77561: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888964.77647: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888964.79530: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888964.79539: stdout chunk (state=3): >>><<< 172629 1726888964.79547: stderr chunk (state=3): >>><<< 172629 1726888964.79662: _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 172629 1726888964.79667: _low_level_execute_command(): starting 172629 1726888964.79669: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888964.6519604-174937-154616788439805/AnsiballZ_setup.py && sleep 0' 172629 1726888964.80949: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888964.80957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888964.80960: 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 <<< 172629 1726888964.80963: 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 <<< 172629 1726888964.80966: stderr 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 <<< 172629 1726888964.80968: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888964.80982: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888964.80997: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888964.81233: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888964.83528: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888964.83575: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # <<< 172629 1726888964.83579: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 172629 1726888964.83657: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888964.83661: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888964.83715: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888964.83818: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888964.83846: 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' # <<< 172629 1726888964.83851: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888964.84062: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888964.84085: 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 0x7f708ebbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708eb8bb00> # /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 0x7f708ebbea50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 172629 1726888964.84160: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888964.84186: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888964.84239: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888964.84269: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888964.84299: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888964.84303: 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' <<< 172629 1726888964.84518: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708ebcd130> # /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 0x7f708ebce120> 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. <<< 172629 1726888964.84831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888964.84862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888964.84871: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888964.84877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888964.85050: 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 0x7f708e9caea0> # /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' <<< 172629 1726888964.85098: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726888964.85102: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e9e01a0> <<< 172629 1726888964.85104: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888964.85106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888964.85127: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888964.85218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888964.85230: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888964.85274: 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 0x7f708ea03a40> # /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 0x7f708ea24110> <<< 172629 1726888964.85278: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888964.85445: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e9e3ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e9e1400> <<< 172629 1726888964.85676: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e9c91c0> # /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' <<< 172629 1726888964.85680: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708ea27950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708ea26570> # /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 0x7f708e9e22a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e9e1430> <<< 172629 1726888964.85732: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888964.85738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708ea549b0> <<< 172629 1726888964.85760: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e9c8440> <<< 172629 1726888964.85960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 172629 1726888964.85963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 172629 1726888964.86029: 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 0x7f708ea54e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708ea54d10> # 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 0x7f708ea55100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e9c6f60> # /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 0x7f708ea557c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708ea554c0> 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 0x7f708ea566c0> import 'importlib.util' # <<< 172629 1726888964.86034: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726888964.86064: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888964.86098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888964.86129: 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 0x7f708ea708f0> <<< 172629 1726888964.86135: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888964.86497: 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 0x7f708ea72030> # /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 0x7f708ea72ed0> # 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 0x7f708ea73530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708ea72420> # /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 0x7f708ea73fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708ea736e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708ea56720> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888964.86501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888964.86503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888964.86523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888964.86573: 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 0x7f708e77fe00> <<< 172629 1726888964.86577: 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' <<< 172629 1726888964.86638: 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 0x7f708e7ac8f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e7ac650> <<< 172629 1726888964.86642: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888964.86671: 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 0x7f708e7ac920> <<< 172629 1726888964.86675: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888964.86745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726888964.86763: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888964.86885: 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 0x7f708e7ad250> <<< 172629 1726888964.87130: 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 0x7f708e7adc40> <<< 172629 1726888964.87139: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e7acb00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e77dfa0> # /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 0x7f708e7af050> <<< 172629 1726888964.87160: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e7add90> <<< 172629 1726888964.87243: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708ea56e10> <<< 172629 1726888964.87261: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888964.87265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888964.87280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888964.87313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888964.87340: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e7d73b0> <<< 172629 1726888964.87395: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888964.87414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888964.87472: 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' <<< 172629 1726888964.87600: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e7fb770> # /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' <<< 172629 1726888964.87606: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888964.87645: 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 0x7f708e858530> <<< 172629 1726888964.87676: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888964.87702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888964.87829: 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' <<< 172629 1726888964.87836: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e85ac90> <<< 172629 1726888964.87915: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e858650> <<< 172629 1726888964.87992: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e81d550> <<< 172629 1726888964.87996: 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 0x7f708e125640> <<< 172629 1726888964.87999: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e7fa570> <<< 172629 1726888964.88060: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e7aff80> <<< 172629 1726888964.88178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888964.88197: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f708e7fab70> <<< 172629 1726888964.88456: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_9npgdxg4/ansible_setup_payload.zip' # zipimport: zlib available <<< 172629 1726888964.88564: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.88670: 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 <<< 172629 1726888964.88875: 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 0x7f708e18b3e0> import '_typing' # <<< 172629 1726888964.88972: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e16e2d0> <<< 172629 1726888964.88976: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e16d430> # zipimport: zlib available <<< 172629 1726888964.88979: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888964.88981: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.89005: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.89008: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.89036: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888964.89109: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.90446: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.91579: 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 0x7f708e189280> <<< 172629 1726888964.91606: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726888964.91630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888964.91690: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888964.91693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888964.91696: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726888964.91698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888964.91701: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888964.91703: 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 0x7f708e1bae70> <<< 172629 1726888964.91740: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e1bac00> <<< 172629 1726888964.91771: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e1ba510> <<< 172629 1726888964.91961: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888964.91965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888964.91986: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e1bac90> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e18be00> 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 0x7f708e1bbb60> # 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 0x7f708e1bbda0> # /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' # <<< 172629 1726888964.92026: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e1e8290> <<< 172629 1726888964.92041: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888964.92047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888964.92167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e02a0c0> # 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 0x7f708e02bce0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888964.92183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888964.92218: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e0305f0> <<< 172629 1726888964.92238: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888964.92268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888964.92288: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e0314c0> <<< 172629 1726888964.92295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888964.92345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888964.92403: 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' <<< 172629 1726888964.92409: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e0341a0> <<< 172629 1726888964.92459: 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 0x7f708e034530> <<< 172629 1726888964.92502: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e0324b0> <<< 172629 1726888964.92507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888964.92558: 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 <<< 172629 1726888964.92562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726888964.92615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888964.92685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888964.92689: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726888964.92695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 172629 1726888964.92698: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e078140> <<< 172629 1726888964.92864: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888964.92949: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e036c30> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e036990> # /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 0x7f708e036f00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e032990> # 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 0x7f708e07c320> <<< 172629 1726888964.92972: 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 0x7f708e07c440> <<< 172629 1726888964.92978: 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 <<< 172629 1726888964.93060: 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' <<< 172629 1726888964.93074: 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 0x7f708e07e000> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e07ddf0> <<< 172629 1726888964.93079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888964.93115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888964.93188: 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 0x7f708e080560> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e07e6c0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888964.93231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888964.93268: 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' # <<< 172629 1726888964.93379: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e083d40> <<< 172629 1726888964.93561: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e080710> <<< 172629 1726888964.93590: 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 0x7f708e084b60> # 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 0x7f708e084d10> # 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 0x7f708e084ec0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e07c740> <<< 172629 1726888964.93635: 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' <<< 172629 1726888964.93661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888964.93682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888964.93706: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888964.93709: 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 0x7f708df10590> <<< 172629 1726888964.93878: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888964.93888: 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 0x7f708df11820> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e086d20> <<< 172629 1726888964.93926: 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 0x7f708e087920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e086960> # zipimport: zlib available <<< 172629 1726888964.94067: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888964.94081: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888964.94139: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.94180: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888964.94193: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.94307: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.94424: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.94942: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.95486: 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' # <<< 172629 1726888964.95512: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888964.95531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888964.95644: 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 0x7f708df15a30> <<< 172629 1726888964.95677: 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 0x7f708df16840> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708df11a00> <<< 172629 1726888964.95737: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888964.95878: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888964.95882: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888964.95894: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.95934: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.96087: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888964.96113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708df16810> # zipimport: zlib available <<< 172629 1726888964.96566: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.97013: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.97070: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.97141: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888964.97175: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.97201: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.97227: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726888964.97300: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.97392: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 172629 1726888964.97419: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888964.97471: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.97506: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888964.97518: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.97732: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.98460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708df17a70> # 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 <<< 172629 1726888964.98467: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.98469: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.98509: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.98576: 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 <<< 172629 1726888964.98611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888964.98693: 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' <<< 172629 1726888964.98705: 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 0x7f708df22810> <<< 172629 1726888964.98731: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708df1eff0> <<< 172629 1726888964.98760: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888964.98777: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888964.98837: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.99161: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888964.99164: 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 <<< 172629 1726888964.99168: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888964.99171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888964.99174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888964.99176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888964.99179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888964.99193: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e1fee70> <<< 172629 1726888964.99228: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e1eeb40> <<< 172629 1726888964.99318: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708df228a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708df19e50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888964.99388: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888964.99428: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888964.99515: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888964.99547: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888964.99677: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888964.99685: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.99718: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.99756: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.99802: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 172629 1726888964.99875: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.99947: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888964.99972: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.00008: 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 <<< 172629 1726888965.00062: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 172629 1726888965.00089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888965.00157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888965.00178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888965.00238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888965.00269: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726888965.00279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888965.00308: 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 0x7f708dbeaba0> <<< 172629 1726888965.00338: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dbea000> <<< 172629 1726888965.00401: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dbe89e0> <<< 172629 1726888965.00631: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dfb2e40> <<< 172629 1726888965.00707: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dfb0da0> <<< 172629 1726888965.00710: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 172629 1726888965.00893: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.01070: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.01107: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.01168: 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' <<< 172629 1726888965.01204: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 172629 1726888965.01245: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 172629 1726888965.01249: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708df9c1a0> <<< 172629 1726888965.01273: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 172629 1726888965.01311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 172629 1726888965.01327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888965.01379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888965.01400: 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' <<< 172629 1726888965.01424: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dc3ce00> <<< 172629 1726888965.01456: 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 0x7f708dc3d0d0> <<< 172629 1726888965.01505: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dc2c8f0> <<< 172629 1726888965.01535: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dbffbc0> <<< 172629 1726888965.01610: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dfb1f40> <<< 172629 1726888965.01616: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dfb12b0> # /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' <<< 172629 1726888965.01745: 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' <<< 172629 1726888965.01749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 172629 1726888965.01846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f708dc3fd10> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dc3f5c0> # 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 0x7f708dc3f7a0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dc3ea20> # /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' <<< 172629 1726888965.01850: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dc3fe90> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 172629 1726888965.02017: stdout chunk (state=3): >>># 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 0x7f708d9f6a50> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708d9f4a40> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dfb1280> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 172629 1726888965.02021: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.02070: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.02131: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available <<< 172629 1726888965.02197: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.02250: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888965.02317: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888965.02361: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 172629 1726888965.02499: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 172629 1726888965.02505: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.02542: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 172629 1726888965.02623: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.02711: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.02739: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.02787: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 172629 1726888965.02819: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 172629 1726888965.03284: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.03732: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 172629 1726888965.03858: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888965.03862: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.03897: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 172629 1726888965.03916: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.03941: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.04015: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 172629 1726888965.04027: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.04046: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.04096: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 172629 1726888965.04113: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.04131: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.04169: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 172629 1726888965.04184: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.04204: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.04227: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 172629 1726888965.04245: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.04315: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.04400: 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' <<< 172629 1726888965.04435: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708d9f73b0> <<< 172629 1726888965.04448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726888965.04482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726888965.04605: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708da23a40> import 'ansible.module_utils.facts.system.local' # <<< 172629 1726888965.04614: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.04675: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.04747: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 172629 1726888965.04750: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.04835: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.04934: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 172629 1726888965.04943: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.04995: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.05075: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 172629 1726888965.05086: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.05116: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.05212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888965.05217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888965.05287: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888965.05338: 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 0x7f708da3b0b0> <<< 172629 1726888965.05560: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708da23d10> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 172629 1726888965.05608: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.05712: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 172629 1726888965.05727: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.05745: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.05821: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.05935: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.06260: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 172629 1726888965.06288: stdout chunk (state=3): >>># 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' <<< 172629 1726888965.06317: 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 0x7f708da4ed80> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708da23680> import 'ansible.module_utils.facts.system.user' # <<< 172629 1726888965.06339: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.06373: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 172629 1726888965.06406: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.06441: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 172629 1726888965.06492: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.06614: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.06763: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 172629 1726888965.06868: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.06965: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.07051: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 172629 1726888965.07077: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.07103: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.07107: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.07461: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.07489: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 172629 1726888965.07518: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.07640: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available <<< 172629 1726888965.07676: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.07712: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.08268: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.08801: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 172629 1726888965.08905: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.09004: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 172629 1726888965.09027: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.09112: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.09219: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 172629 1726888965.09376: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.09520: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 172629 1726888965.09556: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 172629 1726888965.09576: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.09614: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.09649: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 172629 1726888965.09679: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.09982: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888965.10173: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.10266: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 172629 1726888965.10281: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.10308: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.10343: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 172629 1726888965.10387: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.10391: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.10414: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 172629 1726888965.10480: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.10550: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 172629 1726888965.10590: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888965.10627: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 172629 1726888965.10630: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.10678: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.10732: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 172629 1726888965.10748: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.10801: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.10861: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726888965.10901: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.11122: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.11382: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 172629 1726888965.11444: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.11505: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 172629 1726888965.11531: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.11549: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.11590: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 172629 1726888965.11594: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.11631: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.11670: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 172629 1726888965.11673: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.11702: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.11744: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 172629 1726888965.11824: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.11924: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 172629 1726888965.11932: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.11958: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 172629 1726888965.11987: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.12040: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 172629 1726888965.12056: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.12079: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888965.12210: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888965.12248: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.12341: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 172629 1726888965.12344: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available <<< 172629 1726888965.12387: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.12445: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 172629 1726888965.12639: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.12830: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 172629 1726888965.12886: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.12941: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 172629 1726888965.12944: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.12983: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.13037: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 172629 1726888965.13047: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.13123: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.13209: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 172629 1726888965.13222: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 172629 1726888965.13325: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888965.13527: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available <<< 172629 1726888965.14560: 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' <<< 172629 1726888965.14563: 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' # 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 0x7f708dabdcd0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708da79040> <<< 172629 1726888965.14672: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708da79bb0> <<< 172629 1726888965.30692: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 172629 1726888965.30733: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dabe600> # /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 172629 1726888965.30757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 172629 1726888965.30777: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dabf290> <<< 172629 1726888965.30864: 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 <<< 172629 1726888965.30891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dacd940> <<< 172629 1726888965.30908: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dacd430> <<< 172629 1726888965.31393: 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 <<< 172629 1726888965.31397: 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 <<< 172629 1726888965.55451: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_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_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_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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_is_chroot": false, "ansible_iscsi_iqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_apparmor": {"status": "disabled"}, "ansible_loadavg": {"1m": 0.81591796875, "5m": 0.80712890625, "15m": 1.00048828125}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.13.105 34704 10.31.15.52 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.13.105 34704 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_fibre_channel_wwn": [], "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": "23", "minute": "22", "second": "45", "epoch": "1726888965", "epoch_int": "1726888965", "date": "2024-09-20", "time": "23:22:45", "iso8601_micro": "2024-09-21T03:22:45.150788Z", "iso8601": "2024-09-21T03:22:45Z", "iso8601_basic": "20240920T232245150788", "iso8601_basic_short": "20240920T232245", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_fips": false, "ansible_lsb": {}, "ansible_local": {}, "ansible_pkg_mgr": "dnf", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 476, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3055, "free": 476}, "nocache": {"free": 3272, "used": 259}, "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",<<< 172629 1726888965.55487: stdout chunk (state=3): >>> "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": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"], "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": ["33d7aeb5-88a3-42e8-a618-16c88ef71b2d"], "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"], "sdb": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"], "sda": ["33d7aeb5-88a3-42e8-a618-16c88ef71b2d"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 4407, "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": 255223746560, "block_size": 4096, "block_total": 65519099, "block_available": 62310485, "block_used": 3208614, "inode_total": 131070960, "inode_available": 131027024, "inode_used": 43936, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}, {"mount": "/opt/test", "device": "/dev/sda", "fstype": "ext3", "options": "rw,seclabel,relatime,stripe=2048", "dump": 0, "passno": 0, "size_total": 10478252032, "size_available": 9941286912, "block_size": 4096, "block_total": 2558167, "block_available": 2427072, "block_used": 131095, "inode_total": 655360, "inode_available": 655349, "inode_used": 11, "uuid": "33d7aeb5-88a3-42e8-a618-16c88ef71b2d"}], "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_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"}}} <<< 172629 1726888965.56052: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888965.56263: 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 <<< 172629 1726888965.56271: stdout chunk (state=3): >>># cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator <<< 172629 1726888965.56279: stdout chunk (state=3): >>># cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy <<< 172629 1726888965.56284: stdout chunk (state=3): >>># destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random <<< 172629 1726888965.56294: 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 # cleanup[2] removing pkgutil # destroy pkgutil <<< 172629 1726888965.56301: stdout chunk (state=3): >>># cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd <<< 172629 1726888965.56315: stdout chunk (state=3): >>># 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 <<< 172629 1726888965.56319: stdout chunk (state=3): >>># 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 <<< 172629 1726888965.56349: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # 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 <<< 172629 1726888965.56402: 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 <<< 172629 1726888965.56483: stdout chunk (state=3): >>># 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<<< 172629 1726888965.56503: stdout chunk (state=3): >>> # 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 <<< 172629 1726888965.56543: stdout chunk (state=3): >>># 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<<< 172629 1726888965.56576: stdout chunk (state=3): >>> # 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 <<< 172629 1726888965.56580: stdout chunk (state=3): >>># 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 <<< 172629 1726888965.56978: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726888965.56994: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888965.57045: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport <<< 172629 1726888965.57062: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 172629 1726888965.57099: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal <<< 172629 1726888965.57112: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726888965.57148: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro <<< 172629 1726888965.57179: stdout chunk (state=3): >>># destroy argparse # destroy logging <<< 172629 1726888965.57233: stdout chunk (state=3): >>># 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 <<< 172629 1726888965.57237: stdout chunk (state=3): >>># destroy pickle # destroy _compat_pickle # destroy _pickle <<< 172629 1726888965.57248: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors <<< 172629 1726888965.57293: stdout chunk (state=3): >>># destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl <<< 172629 1726888965.57321: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 172629 1726888965.57373: stdout chunk (state=3): >>># destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing <<< 172629 1726888965.57383: stdout chunk (state=3): >>># 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 <<< 172629 1726888965.57477: 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<<< 172629 1726888965.57499: stdout chunk (state=3): >>> # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # 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 <<< 172629 1726888965.57528: stdout chunk (state=3): >>># 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 <<< 172629 1726888965.57630: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # 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 <<< 172629 1726888965.57737: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888965.57794: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 172629 1726888965.57822: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888965.57846: 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 <<< 172629 1726888965.57924: stdout chunk (state=3): >>># 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 <<< 172629 1726888965.57930: stdout chunk (state=3): >>># destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888965.57933: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888965.58043: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 172629 1726888965.58088: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools <<< 172629 1726888965.58165: stdout chunk (state=3): >>># destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888965.58652: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888965.58659: stdout chunk (state=3): >>><<< 172629 1726888965.58665: stderr chunk (state=3): >>><<< 172629 1726888965.58971: _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 0x7f708ebbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708eb8bb00> # /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 0x7f708ebbea50> 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 0x7f708ebcd130> # /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 0x7f708ebce120> 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 0x7f708e9caea0> # /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 0x7f708e9e01a0> # /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 0x7f708ea03a40> # /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 0x7f708ea24110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e9e3ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e9e1400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e9c91c0> # /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 0x7f708ea27950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708ea26570> # /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 0x7f708e9e22a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e9e1430> # /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 0x7f708ea549b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e9c8440> # /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 0x7f708ea54e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708ea54d10> # 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 0x7f708ea55100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e9c6f60> # /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 0x7f708ea557c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708ea554c0> 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 0x7f708ea566c0> 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 0x7f708ea708f0> 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 0x7f708ea72030> # /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 0x7f708ea72ed0> # 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 0x7f708ea73530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708ea72420> # /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 0x7f708ea73fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708ea736e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708ea56720> # /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 0x7f708e77fe00> # /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 0x7f708e7ac8f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e7ac650> # 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 0x7f708e7ac920> # /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 0x7f708e7ad250> # 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 0x7f708e7adc40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e7acb00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e77dfa0> # /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 0x7f708e7af050> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e7add90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708ea56e10> # /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 0x7f708e7d73b0> # /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 0x7f708e7fb770> # /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 0x7f708e858530> # /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 0x7f708e85ac90> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e858650> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e81d550> # /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 0x7f708e125640> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e7fa570> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e7aff80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f708e7fab70> # zipimport: found 103 names in '/tmp/ansible_setup_payload_9npgdxg4/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 0x7f708e18b3e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e16e2d0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e16d430> # 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 0x7f708e189280> # /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 0x7f708e1bae70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e1bac00> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e1ba510> # /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 0x7f708e1bac90> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e18be00> 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 0x7f708e1bbb60> # 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 0x7f708e1bbda0> # /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 0x7f708e1e8290> 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 0x7f708e02a0c0> # 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 0x7f708e02bce0> # /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 0x7f708e0305f0> # /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 0x7f708e0314c0> # /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 0x7f708e0341a0> # 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 0x7f708e034530> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e0324b0> # /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 0x7f708e078140> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e036c30> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e036990> # /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 0x7f708e036f00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e032990> # 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 0x7f708e07c320> # /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 0x7f708e07c440> # /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 0x7f708e07e000> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e07ddf0> # /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 0x7f708e080560> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e07e6c0> # /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 0x7f708e083d40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e080710> # 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 0x7f708e084b60> # 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 0x7f708e084d10> # 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 0x7f708e084ec0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e07c740> # /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 0x7f708df10590> # 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 0x7f708df11820> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e086d20> # 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 0x7f708e087920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e086960> # 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 0x7f708df15a30> # /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 0x7f708df16840> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708df11a00> 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 0x7f708df16810> # 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 0x7f708df17a70> # 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 0x7f708df22810> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708df1eff0> 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 0x7f708e1fee70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708e1eeb40> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708df228a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708df19e50> # 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 0x7f708dbeaba0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dbea000> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dbe89e0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dfb2e40> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dfb0da0> 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 0x7f708df9c1a0> # /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 0x7f708dc3ce00> # 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 0x7f708dc3d0d0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dc2c8f0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dbffbc0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dfb1f40> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dfb12b0> # /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 0x7f708dc3fd10> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dc3f5c0> # 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 0x7f708dc3f7a0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dc3ea20> # /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 0x7f708dc3fe90> # /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 0x7f708d9f6a50> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708d9f4a40> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dfb1280> 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 0x7f708d9f73b0> # /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 0x7f708da23a40> 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 0x7f708da3b0b0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708da23d10> 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 0x7f708da4ed80> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708da23680> 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 0x7f708dabdcd0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708da79040> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708da79bb0> # /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 0x7f708dabe600> # /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 0x7f708dabf290> # /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 0x7f708dacd940> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f708dacd430> 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 PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_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_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_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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_is_chroot": false, "ansible_iscsi_iqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_apparmor": {"status": "disabled"}, "ansible_loadavg": {"1m": 0.81591796875, "5m": 0.80712890625, "15m": 1.00048828125}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.13.105 34704 10.31.15.52 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.13.105 34704 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_fibre_channel_wwn": [], "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": "23", "minute": "22", "second": "45", "epoch": "1726888965", "epoch_int": "1726888965", "date": "2024-09-20", "time": "23:22:45", "iso8601_micro": "2024-09-21T03:22:45.150788Z", "iso8601": "2024-09-21T03:22:45Z", "iso8601_basic": "20240920T232245150788", "iso8601_basic_short": "20240920T232245", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_fips": false, "ansible_lsb": {}, "ansible_local": {}, "ansible_pkg_mgr": "dnf", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 476, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3055, "free": 476}, "nocache": {"free": 3272, "used": 259}, "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": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"], "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": ["33d7aeb5-88a3-42e8-a618-16c88ef71b2d"], "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"], "sdb": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"], "sda": ["33d7aeb5-88a3-42e8-a618-16c88ef71b2d"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 4407, "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": 255223746560, "block_size": 4096, "block_total": 65519099, "block_available": 62310485, "block_used": 3208614, "inode_total": 131070960, "inode_available": 131027024, "inode_used": 43936, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}, {"mount": "/opt/test", "device": "/dev/sda", "fstype": "ext3", "options": "rw,seclabel,relatime,stripe=2048", "dump": 0, "passno": 0, "size_total": 10478252032, "size_available": 9941286912, "block_size": 4096, "block_total": 2558167, "block_available": 2427072, "block_used": 131095, "inode_total": 655360, "inode_available": 655349, "inode_used": 11, "uuid": "33d7aeb5-88a3-42e8-a618-16c88ef71b2d"}], "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_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. 172629 1726888965.60657: 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-1726888964.6519604-174937-154616788439805/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888965.60661: _low_level_execute_command(): starting 172629 1726888965.60663: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888964.6519604-174937-154616788439805/ > /dev/null 2>&1 && sleep 0' 172629 1726888965.61061: 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 <<< 172629 1726888965.61071: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888965.61089: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888965.61116: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888965.61182: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888965.63261: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888965.63265: stdout chunk (state=3): >>><<< 172629 1726888965.63267: stderr chunk (state=3): >>><<< 172629 1726888965.63270: _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 172629 1726888965.63272: handler run complete 172629 1726888965.63315: variable 'ansible_facts' from source: unknown 172629 1726888965.63435: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888965.71168: variable 'ansible_facts' from source: unknown 172629 1726888965.71289: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888965.71473: attempt loop complete, returning result 172629 1726888965.71485: _execute() done 172629 1726888965.71491: dumping result to json 172629 1726888965.71539: done dumping result, returning 172629 1726888965.71549: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-d0a8-add8-000000000ea1] 172629 1726888965.71562: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ea1 172629 1726888965.77627: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000ea1 172629 1726888965.77631: WORKER PROCESS EXITING ok: [managed_node1] 172629 1726888965.78062: no more pending results, returning what we have 172629 1726888965.78066: results queue empty 172629 1726888965.78067: checking for any_errors_fatal 172629 1726888965.78070: done checking for any_errors_fatal 172629 1726888965.78071: checking for max_fail_percentage 172629 1726888965.78072: done checking for max_fail_percentage 172629 1726888965.78073: checking to see if all hosts have failed and the running result is not ok 172629 1726888965.78074: done checking to see if all hosts have failed 172629 1726888965.78075: getting the remaining hosts for this loop 172629 1726888965.78076: done getting the remaining hosts for this loop 172629 1726888965.78078: getting the next task for host managed_node1 172629 1726888965.78085: done getting next task for host managed_node1 172629 1726888965.78086: ^ task is: TASK: meta (role_complete) 172629 1726888965.78090: ^ state is: HOST STATE: block=2, task=23, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888965.78102: getting variables 172629 1726888965.78103: in VariableManager get_vars() 172629 1726888965.78122: Calling all_inventory to load vars for managed_node1 172629 1726888965.78124: Calling groups_inventory to load vars for managed_node1 172629 1726888965.78128: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888965.78135: Calling all_plugins_play to load vars for managed_node1 172629 1726888965.78138: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888965.78141: Calling groups_plugins_play to load vars for managed_node1 172629 1726888965.78568: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888965.79150: done with get_vars() 172629 1726888965.79164: done getting variables 172629 1726888965.79231: done queuing things up, now waiting for results queue to drain 172629 1726888965.79233: results queue empty 172629 1726888965.79234: checking for any_errors_fatal 172629 1726888965.79237: done checking for any_errors_fatal 172629 1726888965.79238: checking for max_fail_percentage 172629 1726888965.79239: done checking for max_fail_percentage 172629 1726888965.79239: checking to see if all hosts have failed and the running result is not ok 172629 1726888965.79240: done checking to see if all hosts have failed 172629 1726888965.79242: getting the remaining hosts for this loop 172629 1726888965.79243: done getting the remaining hosts for this loop 172629 1726888965.79245: getting the next task for host managed_node1 172629 1726888965.79250: done getting next task for host managed_node1 172629 1726888965.79253: ^ task is: TASK: Verify results 172629 1726888965.79254: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888965.79262: getting variables 172629 1726888965.79263: in VariableManager get_vars() 172629 1726888965.79273: Calling all_inventory to load vars for managed_node1 172629 1726888965.79275: Calling groups_inventory to load vars for managed_node1 172629 1726888965.79277: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888965.79282: Calling all_plugins_play to load vars for managed_node1 172629 1726888965.79284: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888965.79287: Calling groups_plugins_play to load vars for managed_node1 172629 1726888965.79693: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888965.80262: done with get_vars() 172629 1726888965.80276: done getting variables TASK [Verify results] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:85 Friday 20 September 2024 23:22:45 -0400 (0:00:01.216) 0:01:06.083 ****** 172629 1726888965.80337: entering _queue_task() for managed_node1/include_tasks 172629 1726888965.80673: worker is 1 (out of 1 available) 172629 1726888965.80685: exiting _queue_task() for managed_node1/include_tasks 172629 1726888965.80702: done queuing things up, now waiting for results queue to drain 172629 1726888965.80703: waiting for pending results... 172629 1726888965.81087: running TaskExecutor() for managed_node1/TASK: Verify results 172629 1726888965.81136: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000011 172629 1726888965.81163: variable 'ansible_search_path' from source: unknown 172629 1726888965.81208: calling self._execute() 172629 1726888965.81321: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888965.81333: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888965.81349: variable 'omit' from source: magic vars 172629 1726888965.81471: _execute() done 172629 1726888965.81479: dumping result to json 172629 1726888965.81485: done dumping result, returning 172629 1726888965.81496: done running TaskExecutor() for managed_node1/TASK: Verify results [0affc8a3-6f6f-d0a8-add8-000000000011] 172629 1726888965.81510: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000011 172629 1726888965.81694: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000011 172629 1726888965.81698: WORKER PROCESS EXITING 172629 1726888965.81742: no more pending results, returning what we have 172629 1726888965.81749: in VariableManager get_vars() 172629 1726888965.81790: Calling all_inventory to load vars for managed_node1 172629 1726888965.81793: Calling groups_inventory to load vars for managed_node1 172629 1726888965.81797: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888965.81811: Calling all_plugins_play to load vars for managed_node1 172629 1726888965.81814: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888965.81817: Calling groups_plugins_play to load vars for managed_node1 172629 1726888965.82531: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888965.83107: done with get_vars() 172629 1726888965.83118: variable 'ansible_search_path' from source: unknown 172629 1726888965.83131: we have included files to process 172629 1726888965.83132: generating all_blocks data 172629 1726888965.83134: done generating all_blocks data 172629 1726888965.83141: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726888965.83142: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726888965.83145: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726888965.83752: in VariableManager get_vars() 172629 1726888965.83773: done with get_vars() 172629 1726888965.83819: in VariableManager get_vars() 172629 1726888965.83836: done with get_vars() 172629 1726888965.83932: done processing included file 172629 1726888965.83935: iterating over new_blocks loaded from include file 172629 1726888965.83936: in VariableManager get_vars() 172629 1726888965.83949: done with get_vars() 172629 1726888965.83951: filtering new block on tags 172629 1726888965.83981: done filtering new block on tags 172629 1726888965.83984: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 172629 1726888965.83989: extending task lists for all hosts with included blocks 172629 1726888965.86498: done extending task lists 172629 1726888965.86500: done processing included files 172629 1726888965.86501: results queue empty 172629 1726888965.86501: checking for any_errors_fatal 172629 1726888965.86503: done checking for any_errors_fatal 172629 1726888965.86504: checking for max_fail_percentage 172629 1726888965.86505: done checking for max_fail_percentage 172629 1726888965.86506: checking to see if all hosts have failed and the running result is not ok 172629 1726888965.86506: done checking to see if all hosts have failed 172629 1726888965.86507: getting the remaining hosts for this loop 172629 1726888965.86510: done getting the remaining hosts for this loop 172629 1726888965.86512: getting the next task for host managed_node1 172629 1726888965.86516: done getting next task for host managed_node1 172629 1726888965.86518: ^ task is: TASK: Print out pool information 172629 1726888965.86521: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888965.86523: getting variables 172629 1726888965.86524: in VariableManager get_vars() 172629 1726888965.86534: Calling all_inventory to load vars for managed_node1 172629 1726888965.86536: Calling groups_inventory to load vars for managed_node1 172629 1726888965.86538: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888965.86544: Calling all_plugins_play to load vars for managed_node1 172629 1726888965.86546: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888965.86550: Calling groups_plugins_play to load vars for managed_node1 172629 1726888965.86976: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888965.87546: done with get_vars() 172629 1726888965.87560: done getting variables 172629 1726888965.87598: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Print out pool information] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Friday 20 September 2024 23:22:45 -0400 (0:00:00.072) 0:01:06.156 ****** 172629 1726888965.87625: entering _queue_task() for managed_node1/debug 172629 1726888965.88093: worker is 1 (out of 1 available) 172629 1726888965.88103: exiting _queue_task() for managed_node1/debug 172629 1726888965.88114: done queuing things up, now waiting for results queue to drain 172629 1726888965.88115: waiting for pending results... 172629 1726888965.88358: running TaskExecutor() for managed_node1/TASK: Print out pool information 172629 1726888965.88401: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000f31 172629 1726888965.88421: variable 'ansible_search_path' from source: unknown 172629 1726888965.88466: calling self._execute() 172629 1726888965.88584: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888965.88662: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888965.88666: variable 'omit' from source: magic vars 172629 1726888965.89000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888965.91640: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888965.91713: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888965.91761: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888965.91799: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888965.91841: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888965.91921: 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) 172629 1726888965.91964: 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) 172629 1726888965.92162: 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) 172629 1726888965.92166: 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) 172629 1726888965.92169: 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) 172629 1726888965.92178: variable '_storage_pools_list' from source: set_fact 172629 1726888965.92204: Evaluated conditional (_storage_pools_list | length > 0): False 172629 1726888965.92214: when evaluation is False, skipping this task 172629 1726888965.92223: _execute() done 172629 1726888965.92232: dumping result to json 172629 1726888965.92243: done dumping result, returning 172629 1726888965.92256: done running TaskExecutor() for managed_node1/TASK: Print out pool information [0affc8a3-6f6f-d0a8-add8-000000000f31] 172629 1726888965.92269: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000f31 skipping: [managed_node1] => { "false_condition": "_storage_pools_list | length > 0" } 172629 1726888965.92433: no more pending results, returning what we have 172629 1726888965.92436: results queue empty 172629 1726888965.92439: checking for any_errors_fatal 172629 1726888965.92441: done checking for any_errors_fatal 172629 1726888965.92441: checking for max_fail_percentage 172629 1726888965.92443: done checking for max_fail_percentage 172629 1726888965.92446: checking to see if all hosts have failed and the running result is not ok 172629 1726888965.92447: done checking to see if all hosts have failed 172629 1726888965.92448: getting the remaining hosts for this loop 172629 1726888965.92450: done getting the remaining hosts for this loop 172629 1726888965.92454: getting the next task for host managed_node1 172629 1726888965.92462: done getting next task for host managed_node1 172629 1726888965.92465: ^ task is: TASK: Print out volume information 172629 1726888965.92468: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888965.92472: getting variables 172629 1726888965.92473: in VariableManager get_vars() 172629 1726888965.92508: Calling all_inventory to load vars for managed_node1 172629 1726888965.92512: Calling groups_inventory to load vars for managed_node1 172629 1726888965.92515: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888965.92526: Calling all_plugins_play to load vars for managed_node1 172629 1726888965.92529: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888965.92534: Calling groups_plugins_play to load vars for managed_node1 172629 1726888965.93211: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000f31 172629 1726888965.93214: WORKER PROCESS EXITING 172629 1726888965.93612: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888965.94366: done with get_vars() 172629 1726888965.94383: done getting variables 172629 1726888965.94442: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Print out volume information] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Friday 20 September 2024 23:22:45 -0400 (0:00:00.068) 0:01:06.224 ****** 172629 1726888965.94476: entering _queue_task() for managed_node1/debug 172629 1726888965.94900: worker is 1 (out of 1 available) 172629 1726888965.94914: exiting _queue_task() for managed_node1/debug 172629 1726888965.94927: done queuing things up, now waiting for results queue to drain 172629 1726888965.94936: waiting for pending results... 172629 1726888965.95167: running TaskExecutor() for managed_node1/TASK: Print out volume information 172629 1726888965.95297: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000f32 172629 1726888965.95337: variable 'ansible_search_path' from source: unknown 172629 1726888965.95380: calling self._execute() 172629 1726888965.95507: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888965.95520: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888965.95537: variable 'omit' from source: magic vars 172629 1726888965.95975: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888965.98304: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888965.98373: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888965.98412: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888965.98452: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888965.98483: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888965.98654: 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) 172629 1726888965.98662: 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) 172629 1726888965.98665: 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) 172629 1726888965.98691: 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) 172629 1726888965.98711: 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) 172629 1726888965.98837: variable '_storage_volumes_list' from source: set_fact 172629 1726888965.98889: Evaluated conditional (_storage_volumes_list | length > 0): True 172629 1726888965.98898: variable 'omit' from source: magic vars 172629 1726888965.98937: variable 'omit' from source: magic vars 172629 1726888965.98981: variable 'omit' from source: magic vars 172629 1726888965.99007: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888965.99034: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888965.99057: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888965.99079: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888965.99096: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888965.99126: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888965.99134: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888965.99195: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888965.99242: Set connection var ansible_timeout to 10 172629 1726888965.99256: Set connection var ansible_shell_type to sh 172629 1726888965.99270: Set connection var ansible_pipelining to False 172629 1726888965.99282: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888965.99291: Set connection var ansible_shell_executable to /bin/sh 172629 1726888965.99299: Set connection var ansible_connection to ssh 172629 1726888965.99322: variable 'ansible_shell_executable' from source: unknown 172629 1726888965.99328: variable 'ansible_connection' from source: unknown 172629 1726888965.99335: variable 'ansible_module_compression' from source: unknown 172629 1726888965.99341: variable 'ansible_shell_type' from source: unknown 172629 1726888965.99350: variable 'ansible_shell_executable' from source: unknown 172629 1726888965.99414: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888965.99417: variable 'ansible_pipelining' from source: unknown 172629 1726888965.99420: variable 'ansible_timeout' from source: unknown 172629 1726888965.99423: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888965.99493: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888965.99513: variable 'omit' from source: magic vars 172629 1726888965.99528: starting attempt loop 172629 1726888965.99538: running the handler 172629 1726888965.99596: variable '_storage_volumes_list' from source: set_fact 172629 1726888965.99681: variable '_storage_volumes_list' from source: set_fact 172629 1726888965.99957: handler run complete 172629 1726888965.99960: attempt loop complete, returning result 172629 1726888965.99965: _execute() done 172629 1726888965.99967: dumping result to json 172629 1726888965.99969: done dumping result, returning 172629 1726888965.99971: done running TaskExecutor() for managed_node1/TASK: Print out volume information [0affc8a3-6f6f-d0a8-add8-000000000f32] 172629 1726888965.99973: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000f32 ok: [managed_node1] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } 172629 1726888966.00216: no more pending results, returning what we have 172629 1726888966.00225: results queue empty 172629 1726888966.00226: checking for any_errors_fatal 172629 1726888966.00235: done checking for any_errors_fatal 172629 1726888966.00236: checking for max_fail_percentage 172629 1726888966.00238: done checking for max_fail_percentage 172629 1726888966.00239: checking to see if all hosts have failed and the running result is not ok 172629 1726888966.00239: done checking to see if all hosts have failed 172629 1726888966.00240: getting the remaining hosts for this loop 172629 1726888966.00242: done getting the remaining hosts for this loop 172629 1726888966.00245: getting the next task for host managed_node1 172629 1726888966.00251: done getting next task for host managed_node1 172629 1726888966.00254: ^ task is: TASK: Collect info about the volumes. 172629 1726888966.00259: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888966.00263: getting variables 172629 1726888966.00265: in VariableManager get_vars() 172629 1726888966.00304: Calling all_inventory to load vars for managed_node1 172629 1726888966.00308: Calling groups_inventory to load vars for managed_node1 172629 1726888966.00311: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888966.00322: Calling all_plugins_play to load vars for managed_node1 172629 1726888966.00325: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888966.00329: Calling groups_plugins_play to load vars for managed_node1 172629 1726888966.00902: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000f32 172629 1726888966.00905: WORKER PROCESS EXITING 172629 1726888966.01439: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888966.01989: done with get_vars() 172629 1726888966.02002: done getting variables TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Friday 20 September 2024 23:22:46 -0400 (0:00:00.076) 0:01:06.300 ****** 172629 1726888966.02081: entering _queue_task() for managed_node1/fedora.linux_system_roles.blockdev_info 172629 1726888966.02358: worker is 1 (out of 1 available) 172629 1726888966.02370: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blockdev_info 172629 1726888966.02383: done queuing things up, now waiting for results queue to drain 172629 1726888966.02385: waiting for pending results... 172629 1726888966.02668: running TaskExecutor() for managed_node1/TASK: Collect info about the volumes. 172629 1726888966.02774: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000f33 172629 1726888966.02800: variable 'ansible_search_path' from source: unknown 172629 1726888966.02842: calling self._execute() 172629 1726888966.02970: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888966.02983: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888966.03110: variable 'omit' from source: magic vars 172629 1726888966.03122: variable 'omit' from source: magic vars 172629 1726888966.03170: variable 'omit' from source: magic vars 172629 1726888966.03210: variable 'omit' from source: magic vars 172629 1726888966.03266: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888966.03310: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888966.03343: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888966.03370: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888966.03389: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888966.03425: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888966.03445: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888966.03546: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888966.03566: Set connection var ansible_timeout to 10 172629 1726888966.03578: Set connection var ansible_shell_type to sh 172629 1726888966.03591: Set connection var ansible_pipelining to False 172629 1726888966.03601: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888966.03610: Set connection var ansible_shell_executable to /bin/sh 172629 1726888966.03616: Set connection var ansible_connection to ssh 172629 1726888966.03642: variable 'ansible_shell_executable' from source: unknown 172629 1726888966.03654: variable 'ansible_connection' from source: unknown 172629 1726888966.03663: variable 'ansible_module_compression' from source: unknown 172629 1726888966.03670: variable 'ansible_shell_type' from source: unknown 172629 1726888966.03675: variable 'ansible_shell_executable' from source: unknown 172629 1726888966.03682: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888966.03689: variable 'ansible_pipelining' from source: unknown 172629 1726888966.03695: variable 'ansible_timeout' from source: unknown 172629 1726888966.03707: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888966.03895: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888966.03912: variable 'omit' from source: magic vars 172629 1726888966.03921: starting attempt loop 172629 1726888966.03927: running the handler 172629 1726888966.03946: _low_level_execute_command(): starting 172629 1726888966.03961: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888966.04721: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888966.04741: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888966.04762: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888966.04874: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888966.04902: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888966.04989: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888966.06698: stdout chunk (state=3): >>>/root <<< 172629 1726888966.06869: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888966.06872: stdout chunk (state=3): >>><<< 172629 1726888966.06875: stderr chunk (state=3): >>><<< 172629 1726888966.07013: _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 172629 1726888966.07018: _low_level_execute_command(): starting 172629 1726888966.07021: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888966.0692046-174990-266873220711525 `" && echo ansible-tmp-1726888966.0692046-174990-266873220711525="` echo /root/.ansible/tmp/ansible-tmp-1726888966.0692046-174990-266873220711525 `" ) && sleep 0' 172629 1726888966.07891: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888966.07905: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888966.07918: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888966.07934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888966.07976: 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 <<< 172629 1726888966.08003: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888966.08072: 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 <<< 172629 1726888966.08101: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888966.08115: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888966.08136: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888966.08217: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888966.10125: stdout chunk (state=3): >>>ansible-tmp-1726888966.0692046-174990-266873220711525=/root/.ansible/tmp/ansible-tmp-1726888966.0692046-174990-266873220711525 <<< 172629 1726888966.10273: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888966.10289: stderr chunk (state=3): >>><<< 172629 1726888966.10306: stdout chunk (state=3): >>><<< 172629 1726888966.10335: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888966.0692046-174990-266873220711525=/root/.ansible/tmp/ansible-tmp-1726888966.0692046-174990-266873220711525 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888966.10460: variable 'ansible_module_compression' from source: unknown 172629 1726888966.10464: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blockdev_info-ZIP_DEFLATED 172629 1726888966.10504: variable 'ansible_facts' from source: unknown 172629 1726888966.10605: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888966.0692046-174990-266873220711525/AnsiballZ_blockdev_info.py 172629 1726888966.10787: Sending initial data 172629 1726888966.10808: Sent initial data (164 bytes) 172629 1726888966.11570: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888966.11699: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888966.11703: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888966.11723: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888966.11793: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888966.13333: 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 <<< 172629 1726888966.13409: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888966.13483: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpojq_4bs7 /root/.ansible/tmp/ansible-tmp-1726888966.0692046-174990-266873220711525/AnsiballZ_blockdev_info.py <<< 172629 1726888966.13486: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888966.0692046-174990-266873220711525/AnsiballZ_blockdev_info.py" <<< 172629 1726888966.13526: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpojq_4bs7" to remote "/root/.ansible/tmp/ansible-tmp-1726888966.0692046-174990-266873220711525/AnsiballZ_blockdev_info.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888966.0692046-174990-266873220711525/AnsiballZ_blockdev_info.py" <<< 172629 1726888966.14303: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888966.14307: stdout chunk (state=3): >>><<< 172629 1726888966.14309: stderr chunk (state=3): >>><<< 172629 1726888966.14318: done transferring module to remote 172629 1726888966.14338: _low_level_execute_command(): starting 172629 1726888966.14349: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888966.0692046-174990-266873220711525/ /root/.ansible/tmp/ansible-tmp-1726888966.0692046-174990-266873220711525/AnsiballZ_blockdev_info.py && sleep 0' 172629 1726888966.14943: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888966.15054: 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' <<< 172629 1726888966.15079: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888966.15100: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888966.15175: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888966.16950: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888966.17019: stderr chunk (state=3): >>><<< 172629 1726888966.17035: stdout chunk (state=3): >>><<< 172629 1726888966.17127: _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 172629 1726888966.17131: _low_level_execute_command(): starting 172629 1726888966.17133: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888966.0692046-174990-266873220711525/AnsiballZ_blockdev_info.py && sleep 0' 172629 1726888966.17672: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888966.17691: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888966.17772: 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 <<< 172629 1726888966.17816: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888966.17835: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888966.17922: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888966.20110: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888966.20137: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888966.20185: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888966.20490: stdout chunk (state=3): >>>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' <<< 172629 1726888966.20519: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69165104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69164dfb30> # /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 0x7f6916512a50> <<< 172629 1726888966.20551: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888966.20582: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888966.20603: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888966.20626: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888966.20706: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888966.20735: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888966.20776: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 172629 1726888966.20818: 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' <<< 172629 1726888966.20848: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888966.20862: 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' <<< 172629 1726888966.20890: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69162e5130> <<< 172629 1726888966.20961: 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 <<< 172629 1726888966.20975: 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 0x7f69162e6120> <<< 172629 1726888966.20985: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888966.21018: 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. <<< 172629 1726888966.21256: 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' <<< 172629 1726888966.21282: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888966.21302: 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 <<< 172629 1726888966.21362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888966.21386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888966.21408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888966.21422: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f691632bf50> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888966.21477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888966.21480: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69163380e0> <<< 172629 1726888966.21511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888966.21523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888966.21534: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888966.21586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888966.21620: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888966.21652: 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 0x7f691635b920> <<< 172629 1726888966.21689: 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 0x7f691635bfb0> <<< 172629 1726888966.21692: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888966.21740: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f691633bbc0> <<< 172629 1726888966.21743: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888966.21773: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916339340> <<< 172629 1726888966.21865: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916329100> <<< 172629 1726888966.21898: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888966.21936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888966.21944: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888966.21972: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888966.21983: 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' <<< 172629 1726888966.22029: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f691637f920> <<< 172629 1726888966.22064: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f691637e540> <<< 172629 1726888966.22077: 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 0x7f691633a360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f691637cd10> <<< 172629 1726888966.22121: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888966.22161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69163ac950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916328380> <<< 172629 1726888966.22200: 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' <<< 172629 1726888966.22203: 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 0x7f69163ace00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69163accb0> <<< 172629 1726888966.22244: 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 0x7f69163ad0a0> <<< 172629 1726888966.22277: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f691631eea0> <<< 172629 1726888966.22298: 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' <<< 172629 1726888966.22336: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888966.22339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888966.22391: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69163ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69163ad460> import 'importlib.machinery' # <<< 172629 1726888966.22396: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 172629 1726888966.22436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69163ae660> <<< 172629 1726888966.22439: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726888966.22457: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888966.22493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888966.22520: 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 0x7f69163c8890> <<< 172629 1726888966.22562: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888966.22570: 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' <<< 172629 1726888966.22630: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69163c9fd0> # /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' <<< 172629 1726888966.22634: 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' <<< 172629 1726888966.22671: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69163cae70> <<< 172629 1726888966.22714: 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 0x7f69163cb4a0> <<< 172629 1726888966.22718: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69163ca3c0> <<< 172629 1726888966.22728: 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' <<< 172629 1726888966.22774: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888966.22784: 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 0x7f69163cbe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69163cb590> <<< 172629 1726888966.22832: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69163ae6c0> <<< 172629 1726888966.22843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888966.22872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888966.22898: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888966.22908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888966.22959: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888966.23004: 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 0x7f6916147d70> # /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' <<< 172629 1726888966.23013: 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 0x7f69161708c0> <<< 172629 1726888966.23061: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916170620> # 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 0x7f69161708f0> <<< 172629 1726888966.23065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888966.23082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726888966.23131: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888966.23269: 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 0x7f6916171220> <<< 172629 1726888966.23383: 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 0x7f6916171be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916170ad0> <<< 172629 1726888966.23410: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916145f10> <<< 172629 1726888966.23451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888966.23460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888966.23485: 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 0x7f6916172f90> <<< 172629 1726888966.23527: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916171d30> <<< 172629 1726888966.23561: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69163aedb0> <<< 172629 1726888966.23568: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888966.23613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888966.23648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888966.23664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888966.23691: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f691619b2c0> <<< 172629 1726888966.23777: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888966.23780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888966.23794: 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' <<< 172629 1726888966.23841: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69161c3620> <<< 172629 1726888966.23872: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888966.23902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888966.23951: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888966.23986: 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 0x7f6916220410> <<< 172629 1726888966.24001: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888966.24021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888966.24043: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888966.24085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888966.24195: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916222b70> <<< 172629 1726888966.24251: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916220530> <<< 172629 1726888966.24279: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69161e5400> <<< 172629 1726888966.24316: 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 0x7f6915b294f0> <<< 172629 1726888966.24340: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69161c2420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916173e90> <<< 172629 1726888966.24463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888966.24466: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f69161c2780> <<< 172629 1726888966.24871: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_etaw2r_4/ansible_fedora.linux_system_roles.blockdev_info_payload.zip' # zipimport: zlib available <<< 172629 1726888966.25082: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.25199: 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 <<< 172629 1726888966.25202: 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 0x7f6915b7b200> import '_typing' # <<< 172629 1726888966.25379: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915b5e0f0> <<< 172629 1726888966.25401: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915b5d280> # zipimport: zlib available <<< 172629 1726888966.25428: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888966.25465: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888966.25480: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888966.25501: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.26878: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.27997: 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 0x7f6915b79610> <<< 172629 1726888966.28021: 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' <<< 172629 1726888966.28065: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888966.28069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888966.28105: 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' <<< 172629 1726888966.28109: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888966.28146: 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 0x7f6915baabd0> <<< 172629 1726888966.28150: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915baa960> <<< 172629 1726888966.28199: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915baa270> <<< 172629 1726888966.28203: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888966.28221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888966.28243: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915baacf0> <<< 172629 1726888966.28289: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69165129c0> import 'atexit' # <<< 172629 1726888966.28292: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888966.28295: 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 0x7f6915bab8c0> <<< 172629 1726888966.28322: 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 0x7f6915baba40> <<< 172629 1726888966.28332: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888966.28387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888966.28401: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888966.28439: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915babf80> import 'pwd' # <<< 172629 1726888966.28477: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888966.28489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888966.28530: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a19cd0> <<< 172629 1726888966.28567: 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 0x7f6915a1b8f0> <<< 172629 1726888966.28589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888966.28600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888966.28631: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a1c2c0> <<< 172629 1726888966.28652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888966.28686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888966.28703: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a1d160> <<< 172629 1726888966.28723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888966.28754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888966.28777: 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' <<< 172629 1726888966.28823: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a1fec0> <<< 172629 1726888966.28868: 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 0x7f6915bd3ef0> <<< 172629 1726888966.28879: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a1e1b0> <<< 172629 1726888966.28902: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888966.28925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888966.28956: 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' <<< 172629 1726888966.28979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888966.28997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888966.29038: 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' <<< 172629 1726888966.29042: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a27d10> <<< 172629 1726888966.29064: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888966.29118: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a267e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a26570> <<< 172629 1726888966.29147: 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' <<< 172629 1726888966.29228: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a26ab0> <<< 172629 1726888966.29249: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a1e6c0> <<< 172629 1726888966.29284: 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 0x7f6915a6bf20> <<< 172629 1726888966.29313: 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 0x7f6915a6bf50> <<< 172629 1726888966.29347: 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 <<< 172629 1726888966.29352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888966.29372: 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' <<< 172629 1726888966.29419: 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 0x7f6915a6daf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a6d8b0> <<< 172629 1726888966.29432: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888966.29521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888966.29597: 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 0x7f6915a6ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a6e1e0> <<< 172629 1726888966.29604: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888966.29641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888966.29673: 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' # <<< 172629 1726888966.29728: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a737d0> <<< 172629 1726888966.29842: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a701a0> <<< 172629 1726888966.29900: 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 0x7f6915a74380> <<< 172629 1726888966.29934: 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 0x7f6915a74a10> <<< 172629 1726888966.29999: 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 0x7f6915a74aa0> <<< 172629 1726888966.30002: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a6c1d0> <<< 172629 1726888966.30028: 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 <<< 172629 1726888966.30063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888966.30103: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888966.30106: 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 0x7f6915900230> <<< 172629 1726888966.30253: 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 0x7f69159016a0> <<< 172629 1726888966.30304: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a769c0> <<< 172629 1726888966.30331: 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 0x7f6915a77d70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a765d0> # zipimport: zlib available <<< 172629 1726888966.30357: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888966.30373: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.30436: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.30543: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.30564: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888966.30591: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888966.30710: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.30827: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.31352: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.31899: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888966.31923: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888966.31948: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888966.31964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888966.31992: 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 0x7f69159057f0> <<< 172629 1726888966.32099: 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' <<< 172629 1726888966.32102: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69159065a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69159018b0> <<< 172629 1726888966.32168: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888966.32175: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.32201: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888966.32350: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.32524: 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' <<< 172629 1726888966.32536: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69159062a0> # zipimport: zlib available <<< 172629 1726888966.32986: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.33430: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.33500: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.33578: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888966.33583: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.33618: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.33648: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888966.33671: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.33731: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.33830: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888966.33834: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.33861: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888966.33907: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.33938: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888966.33951: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.34182: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.34404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888966.34728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888966.34733: stdout chunk (state=3): >>>import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69159077d0> # 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' # <<< 172629 1726888966.34735: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888966.34737: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.34768: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.34806: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888966.34818: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.34861: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.34903: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.34962: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.35026: 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 <<< 172629 1726888966.35063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888966.35143: 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 0x7f69159121e0> <<< 172629 1726888966.35174: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f691590da00> <<< 172629 1726888966.35208: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888966.35236: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.35285: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.35344: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.35373: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.35417: 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' <<< 172629 1726888966.35447: 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 <<< 172629 1726888966.35479: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888966.35490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888966.35545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888966.35577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888966.35588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888966.35631: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915bcaae0> <<< 172629 1726888966.35677: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915be67b0> <<< 172629 1726888966.35775: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915912360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915912030> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888966.35778: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.35828: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.35831: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888966.35890: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888966.35925: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # <<< 172629 1726888966.35969: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.35989: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 172629 1726888966.36052: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.36061: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888966.36080: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 172629 1726888966.36159: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.36279: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.37196: stdout chunk (state=3): >>> {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "ext3", "label": "", "uuid": "33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "type": "disk", "size": "10G", "mountpoint": "/opt/test"}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "ext3", "label": "", "uuid": "8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdd": {"name": "/dev/sdd", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sde": {"name": "/dev/sde", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdf": {"name": "/dev/sdf", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdg": {"name": "/dev/sdg", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdh": {"name": "/dev/sdh", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdi": {"name": "/dev/sdi", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/xvda": {"name": "/dev/xvda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "250G", "mountpoint": ""}, "/dev/xvda1": {"name": "/dev/xvda1", "fstype": "", "label": "", "uuid": "", "type": "partition", "size": "1M", "mountpoint": ""}, "/dev/xvda2": {"name": "/dev/xvda2", "fstype": "xfs", "label": "", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "type": "partition", "size": "250G", "mountpoint": "/"}}, "invocation": {"module_args": {}}} <<< 172629 1726888966.37226: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888966.37683: 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 <<< 172629 1726888966.37686: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings <<< 172629 1726888966.37777: stdout chunk (state=3): >>># cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 172629 1726888966.37787: 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 <<< 172629 1726888966.37821: stdout chunk (state=3): >>># cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap <<< 172629 1726888966.37867: 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 # 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 <<< 172629 1726888966.37880: stdout chunk (state=3): >>># destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules <<< 172629 1726888966.38110: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888966.38158: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726888966.38266: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888966.38276: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726888966.38318: 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 <<< 172629 1726888966.38334: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726888966.38408: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil <<< 172629 1726888966.38461: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888966.38483: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap <<< 172629 1726888966.38628: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # 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 <<< 172629 1726888966.38633: 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 <<< 172629 1726888966.38670: 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 <<< 172629 1726888966.38674: 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 <<< 172629 1726888966.38785: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888966.38822: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888966.38849: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888966.38896: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888966.38949: 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 <<< 172629 1726888966.39016: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 172629 1726888966.39130: 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 _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888966.39475: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888966.39497: stderr chunk (state=3): >>><<< 172629 1726888966.39506: stdout chunk (state=3): >>><<< 172629 1726888966.39716: _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 0x7f69165104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69164dfb30> # /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 0x7f6916512a50> 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 0x7f69162e5130> # /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 0x7f69162e6120> 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 0x7f691632bf50> # /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 0x7f69163380e0> # /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 0x7f691635b920> # /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 0x7f691635bfb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f691633bbc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916339340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916329100> # /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 0x7f691637f920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f691637e540> # /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 0x7f691633a360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f691637cd10> # /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 0x7f69163ac950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916328380> # /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 0x7f69163ace00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69163accb0> # 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 0x7f69163ad0a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f691631eea0> # /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 0x7f69163ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69163ad460> 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 0x7f69163ae660> 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 0x7f69163c8890> 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 0x7f69163c9fd0> # /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 0x7f69163cae70> # 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 0x7f69163cb4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69163ca3c0> # /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 0x7f69163cbe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69163cb590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69163ae6c0> # /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 0x7f6916147d70> # /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 0x7f69161708c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916170620> # 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 0x7f69161708f0> # /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 0x7f6916171220> # 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 0x7f6916171be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916170ad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916145f10> # /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 0x7f6916172f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916171d30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69163aedb0> # /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 0x7f691619b2c0> # /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 0x7f69161c3620> # /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 0x7f6916220410> # /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 0x7f6916222b70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916220530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69161e5400> # /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 0x7f6915b294f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69161c2420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6916173e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f69161c2780> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_etaw2r_4/ansible_fedora.linux_system_roles.blockdev_info_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 0x7f6915b7b200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915b5e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915b5d280> # 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 0x7f6915b79610> # /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 0x7f6915baabd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915baa960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915baa270> # /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 0x7f6915baacf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69165129c0> 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 0x7f6915bab8c0> # 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 0x7f6915baba40> # /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 0x7f6915babf80> 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 0x7f6915a19cd0> # 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 0x7f6915a1b8f0> # /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 0x7f6915a1c2c0> # /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 0x7f6915a1d160> # /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 0x7f6915a1fec0> # 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 0x7f6915bd3ef0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a1e1b0> # /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 0x7f6915a27d10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a267e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a26570> # /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 0x7f6915a26ab0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a1e6c0> # 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 0x7f6915a6bf20> # /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 0x7f6915a6bf50> # /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 0x7f6915a6daf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a6d8b0> # /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 0x7f6915a6ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a6e1e0> # /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 0x7f6915a737d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a701a0> # 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 0x7f6915a74380> # 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 0x7f6915a74a10> # 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 0x7f6915a74aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a6c1d0> # /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 0x7f6915900230> # 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 0x7f69159016a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a769c0> # 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 0x7f6915a77d70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915a765d0> # 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 0x7f69159057f0> # /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 0x7f69159065a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69159018b0> 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 0x7f69159062a0> # 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 0x7f69159077d0> # 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 0x7f69159121e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f691590da00> 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 0x7f6915bcaae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915be67b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915912360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6915912030> # 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 {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "ext3", "label": "", "uuid": "33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "type": "disk", "size": "10G", "mountpoint": "/opt/test"}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "ext3", "label": "", "uuid": "8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdd": {"name": "/dev/sdd", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sde": {"name": "/dev/sde", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdf": {"name": "/dev/sdf", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdg": {"name": "/dev/sdg", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdh": {"name": "/dev/sdh", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdi": {"name": "/dev/sdi", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/xvda": {"name": "/dev/xvda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "250G", "mountpoint": ""}, "/dev/xvda1": {"name": "/dev/xvda1", "fstype": "", "label": "", "uuid": "", "type": "partition", "size": "1M", "mountpoint": ""}, "/dev/xvda2": {"name": "/dev/xvda2", "fstype": "xfs", "label": "", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "type": "partition", "size": "250G", "mountpoint": "/"}}, "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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _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. 172629 1726888966.40446: done with _execute_module (fedora.linux_system_roles.blockdev_info, {'_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.blockdev_info', '_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-1726888966.0692046-174990-266873220711525/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888966.40450: _low_level_execute_command(): starting 172629 1726888966.40452: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888966.0692046-174990-266873220711525/ > /dev/null 2>&1 && sleep 0' 172629 1726888966.41034: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888966.41048: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888966.41095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888966.41107: stderr 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 <<< 172629 1726888966.41134: 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 <<< 172629 1726888966.41209: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888966.41235: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888966.41261: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888966.41330: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888966.43218: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888966.43221: stdout chunk (state=3): >>><<< 172629 1726888966.43223: stderr chunk (state=3): >>><<< 172629 1726888966.43325: _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 172629 1726888966.43329: handler run complete 172629 1726888966.43331: Evaluated conditional (False): False 172629 1726888966.43335: attempt loop complete, returning result 172629 1726888966.43337: _execute() done 172629 1726888966.43340: dumping result to json 172629 1726888966.43342: done dumping result, returning 172629 1726888966.43344: done running TaskExecutor() for managed_node1/TASK: Collect info about the volumes. [0affc8a3-6f6f-d0a8-add8-000000000f33] 172629 1726888966.43347: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000f33 172629 1726888966.43702: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000f33 172629 1726888966.43705: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "33d7aeb5-88a3-42e8-a618-16c88ef71b2d" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "8eb5208c-2ff3-4c8f-a642-5aca66cfb112" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1" } } } 172629 1726888966.43865: no more pending results, returning what we have 172629 1726888966.43869: results queue empty 172629 1726888966.43870: checking for any_errors_fatal 172629 1726888966.43883: done checking for any_errors_fatal 172629 1726888966.43884: checking for max_fail_percentage 172629 1726888966.43886: done checking for max_fail_percentage 172629 1726888966.43887: checking to see if all hosts have failed and the running result is not ok 172629 1726888966.43892: done checking to see if all hosts have failed 172629 1726888966.43893: getting the remaining hosts for this loop 172629 1726888966.43894: done getting the remaining hosts for this loop 172629 1726888966.43898: getting the next task for host managed_node1 172629 1726888966.43904: done getting next task for host managed_node1 172629 1726888966.43907: ^ task is: TASK: Read the /etc/fstab file for volume existence 172629 1726888966.43910: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888966.43914: getting variables 172629 1726888966.43916: in VariableManager get_vars() 172629 1726888966.44068: Calling all_inventory to load vars for managed_node1 172629 1726888966.44071: Calling groups_inventory to load vars for managed_node1 172629 1726888966.44074: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888966.44084: Calling all_plugins_play to load vars for managed_node1 172629 1726888966.44087: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888966.44091: Calling groups_plugins_play to load vars for managed_node1 172629 1726888966.44700: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888966.45326: done with get_vars() 172629 1726888966.45342: done getting variables 172629 1726888966.45409: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Friday 20 September 2024 23:22:46 -0400 (0:00:00.433) 0:01:06.734 ****** 172629 1726888966.45439: entering _queue_task() for managed_node1/command 172629 1726888966.45780: worker is 1 (out of 1 available) 172629 1726888966.45792: exiting _queue_task() for managed_node1/command 172629 1726888966.45805: done queuing things up, now waiting for results queue to drain 172629 1726888966.45806: waiting for pending results... 172629 1726888966.46074: running TaskExecutor() for managed_node1/TASK: Read the /etc/fstab file for volume existence 172629 1726888966.46188: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000f34 172629 1726888966.46207: variable 'ansible_search_path' from source: unknown 172629 1726888966.46245: calling self._execute() 172629 1726888966.46368: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888966.46385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888966.46401: variable 'omit' from source: magic vars 172629 1726888966.46521: variable 'omit' from source: magic vars 172629 1726888966.46571: variable 'omit' from source: magic vars 172629 1726888966.46699: variable 'omit' from source: magic vars 172629 1726888966.46702: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888966.46708: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888966.46734: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888966.46759: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888966.46776: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888966.46817: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888966.46826: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888966.46834: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888966.46949: Set connection var ansible_timeout to 10 172629 1726888966.46965: Set connection var ansible_shell_type to sh 172629 1726888966.46976: Set connection var ansible_pipelining to False 172629 1726888966.46985: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888966.46993: Set connection var ansible_shell_executable to /bin/sh 172629 1726888966.46999: Set connection var ansible_connection to ssh 172629 1726888966.47031: variable 'ansible_shell_executable' from source: unknown 172629 1726888966.47038: variable 'ansible_connection' from source: unknown 172629 1726888966.47044: variable 'ansible_module_compression' from source: unknown 172629 1726888966.47051: variable 'ansible_shell_type' from source: unknown 172629 1726888966.47134: variable 'ansible_shell_executable' from source: unknown 172629 1726888966.47137: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888966.47140: variable 'ansible_pipelining' from source: unknown 172629 1726888966.47142: variable 'ansible_timeout' from source: unknown 172629 1726888966.47144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888966.47244: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888966.47266: variable 'omit' from source: magic vars 172629 1726888966.47275: starting attempt loop 172629 1726888966.47281: running the handler 172629 1726888966.47300: _low_level_execute_command(): starting 172629 1726888966.47311: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888966.48050: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888966.48070: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888966.48127: 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 <<< 172629 1726888966.48197: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888966.48232: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888966.48306: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888966.49921: stdout chunk (state=3): >>>/root <<< 172629 1726888966.50071: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888966.50074: stdout chunk (state=3): >>><<< 172629 1726888966.50077: stderr chunk (state=3): >>><<< 172629 1726888966.50171: _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 172629 1726888966.50175: _low_level_execute_command(): starting 172629 1726888966.50179: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888966.5011432-175004-46350153384861 `" && echo ansible-tmp-1726888966.5011432-175004-46350153384861="` echo /root/.ansible/tmp/ansible-tmp-1726888966.5011432-175004-46350153384861 `" ) && sleep 0' 172629 1726888966.50860: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888966.50876: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888966.50889: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888966.50931: stderr 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 <<< 172629 1726888966.50950: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888966.51102: 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 <<< 172629 1726888966.51115: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888966.51166: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888966.51225: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888966.51281: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888966.53181: stdout chunk (state=3): >>>ansible-tmp-1726888966.5011432-175004-46350153384861=/root/.ansible/tmp/ansible-tmp-1726888966.5011432-175004-46350153384861 <<< 172629 1726888966.53341: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888966.53344: stdout chunk (state=3): >>><<< 172629 1726888966.53347: stderr chunk (state=3): >>><<< 172629 1726888966.53575: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888966.5011432-175004-46350153384861=/root/.ansible/tmp/ansible-tmp-1726888966.5011432-175004-46350153384861 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888966.53579: variable 'ansible_module_compression' from source: unknown 172629 1726888966.53633: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726888966.53703: variable 'ansible_facts' from source: unknown 172629 1726888966.53896: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888966.5011432-175004-46350153384861/AnsiballZ_command.py 172629 1726888966.54134: Sending initial data 172629 1726888966.54144: Sent initial data (157 bytes) 172629 1726888966.55132: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888966.55137: 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 <<< 172629 1726888966.55186: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888966.55218: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888966.55291: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888966.56847: 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 <<< 172629 1726888966.56860: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888966.56898: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888966.56962: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpjxf3fekg /root/.ansible/tmp/ansible-tmp-1726888966.5011432-175004-46350153384861/AnsiballZ_command.py <<< 172629 1726888966.56965: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888966.5011432-175004-46350153384861/AnsiballZ_command.py" <<< 172629 1726888966.57097: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpjxf3fekg" to remote "/root/.ansible/tmp/ansible-tmp-1726888966.5011432-175004-46350153384861/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888966.5011432-175004-46350153384861/AnsiballZ_command.py" <<< 172629 1726888966.57878: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888966.57943: stderr chunk (state=3): >>><<< 172629 1726888966.57981: stdout chunk (state=3): >>><<< 172629 1726888966.58007: done transferring module to remote 172629 1726888966.58025: _low_level_execute_command(): starting 172629 1726888966.58028: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888966.5011432-175004-46350153384861/ /root/.ansible/tmp/ansible-tmp-1726888966.5011432-175004-46350153384861/AnsiballZ_command.py && sleep 0' 172629 1726888966.58450: 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 <<< 172629 1726888966.58469: stderr 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 <<< 172629 1726888966.58487: 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 found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888966.58522: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888966.58536: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888966.58590: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888966.60333: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888966.60375: stderr chunk (state=3): >>><<< 172629 1726888966.60378: stdout chunk (state=3): >>><<< 172629 1726888966.60420: _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 172629 1726888966.60425: _low_level_execute_command(): starting 172629 1726888966.60427: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888966.5011432-175004-46350153384861/AnsiballZ_command.py && sleep 0' 172629 1726888966.60971: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888966.60985: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888966.61004: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888966.61103: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888966.61127: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888966.61145: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888966.61233: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888966.63365: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888966.63387: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888966.63424: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888966.63497: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888966.63532: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888966.63578: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888966.63603: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888966.63620: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888966.63728: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # <<< 172629 1726888966.63763: 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 0x7fe8248184d0> <<< 172629 1726888966.63816: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8247e7b30> # /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' <<< 172629 1726888966.63836: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe82481aa50> import '_signal' # <<< 172629 1726888966.63869: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888966.63885: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888966.63913: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888966.64000: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888966.64025: stdout chunk (state=3): >>>import 'genericpath' # <<< 172629 1726888966.64032: stdout chunk (state=3): >>>import 'posixpath' # <<< 172629 1726888966.64061: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888966.64088: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888966.64096: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726888966.64099: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888966.64118: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888966.64152: 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' <<< 172629 1726888966.64182: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe824609130> <<< 172629 1726888966.64231: 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 <<< 172629 1726888966.64248: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888966.64257: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe82460a120> <<< 172629 1726888966.64287: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888966.64314: 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. <<< 172629 1726888966.64543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888966.64545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888966.64576: 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' <<< 172629 1726888966.64604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888966.64639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888966.64662: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888966.64687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888966.64702: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe824647f50> <<< 172629 1726888966.64721: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888966.64738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888966.64758: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726888966.64768: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe82465c0e0> <<< 172629 1726888966.64780: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888966.64812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888966.64836: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888966.64887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888966.64900: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888966.64924: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726888966.64932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe82467f980> <<< 172629 1726888966.64964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888966.64968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 172629 1726888966.64976: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe82467ff50> <<< 172629 1726888966.64990: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888966.65032: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe82465fc20> <<< 172629 1726888966.65047: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888966.65073: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe82465d340> <<< 172629 1726888966.65162: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe824645100> <<< 172629 1726888966.65185: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888966.65208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888966.65216: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888966.65244: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888966.65266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888966.65286: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888966.65290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888966.65330: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246a38f0> <<< 172629 1726888966.65333: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246a2510> <<< 172629 1726888966.65373: 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' <<< 172629 1726888966.65376: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe82465e210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246a0d40> <<< 172629 1726888966.65437: 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' <<< 172629 1726888966.65441: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246d0950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe824644380> <<< 172629 1726888966.65475: 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' <<< 172629 1726888966.65511: 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' <<< 172629 1726888966.65515: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe8246d0e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246d0cb0> <<< 172629 1726888966.65560: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888966.65563: 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 0x7fe8246d10a0> <<< 172629 1726888966.65576: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe824642ea0> <<< 172629 1726888966.65601: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726888966.65611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888966.65621: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888966.65671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888966.65674: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246d1760> <<< 172629 1726888966.65675: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246d1460> import 'importlib.machinery' # <<< 172629 1726888966.65716: 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' <<< 172629 1726888966.65741: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246d2660> <<< 172629 1726888966.65746: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726888966.65763: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726888966.65777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888966.65816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888966.65834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726888966.65839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246ec860> <<< 172629 1726888966.65862: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888966.65891: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888966.65893: 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 0x7fe8246edfa0> <<< 172629 1726888966.65923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888966.65926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888966.65951: 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' <<< 172629 1726888966.65973: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246eee40> <<< 172629 1726888966.66008: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888966.66015: 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 0x7fe8246ef4a0> <<< 172629 1726888966.66018: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246ee390> <<< 172629 1726888966.66046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888966.66050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888966.66099: 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' <<< 172629 1726888966.66102: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe8246eff20> <<< 172629 1726888966.66110: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246ef650> <<< 172629 1726888966.66157: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246d2690> <<< 172629 1726888966.66169: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888966.66201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888966.66213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888966.66241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888966.66273: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888966.66284: 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 0x7fe824487da0> <<< 172629 1726888966.66293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 172629 1726888966.66299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 172629 1726888966.66327: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888966.66329: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe8244b0800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8244b0560> <<< 172629 1726888966.66362: 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 0x7fe8244b0830> <<< 172629 1726888966.66387: 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' <<< 172629 1726888966.66465: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888966.66588: 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 0x7fe8244b1160><<< 172629 1726888966.66593: stdout chunk (state=3): >>> <<< 172629 1726888966.66704: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888966.66707: 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 0x7fe8244b1a90> <<< 172629 1726888966.66715: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8244b0a10> <<< 172629 1726888966.66725: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe824485f40> <<< 172629 1726888966.66759: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888966.66779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888966.66801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888966.66815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8244b2e10> <<< 172629 1726888966.66837: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8244b0fb0> <<< 172629 1726888966.66859: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246d2d80> <<< 172629 1726888966.66883: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888966.66941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888966.66961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888966.66995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888966.67024: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8244df0b0> <<< 172629 1726888966.67079: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888966.67091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888966.67117: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888966.67137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888966.67184: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe824507410> <<< 172629 1726888966.67194: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888966.67248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888966.67293: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888966.67336: 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 0x7fe824560200> <<< 172629 1726888966.67369: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888966.67406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888966.67440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888966.67526: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe824562960> <<< 172629 1726888966.67597: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe824560320> <<< 172629 1726888966.67631: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe82452d1f0> <<< 172629 1726888966.67673: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726888966.67685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe824365340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe824506240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8244b3cb0> <<< 172629 1726888966.67795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888966.67828: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe8243655b0> <<< 172629 1726888966.67951: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_fsr75uds/ansible_ansible.legacy.command_payload.zip' <<< 172629 1726888966.67960: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.68084: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.68117: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888966.68124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888966.68165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888966.68240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888966.68279: 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 0x7fe8243bb0b0><<< 172629 1726888966.68285: stdout chunk (state=3): >>> import '_typing' # <<< 172629 1726888966.68490: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe82439dfa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe82439d100> # zipimport: zlib available <<< 172629 1726888966.68507: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888966.68532: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.68570: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888966.68587: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.69957: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.71041: 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' <<< 172629 1726888966.71048: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8243b8f80> <<< 172629 1726888966.71081: 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' <<< 172629 1726888966.71106: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888966.71124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888966.71128: 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' <<< 172629 1726888966.71179: 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 0x7fe8243e6a20> <<< 172629 1726888966.71212: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8243e67b0> <<< 172629 1726888966.71227: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8243e60c0> <<< 172629 1726888966.71252: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888966.71257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888966.71297: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8243e6510> <<< 172629 1726888966.71299: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8243bbd40> import 'atexit' # <<< 172629 1726888966.71331: 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 0x7fe8243e77a0> <<< 172629 1726888966.71372: 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' <<< 172629 1726888966.71375: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe8243e7920> <<< 172629 1726888966.71381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888966.71433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888966.71447: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888966.71493: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8243e7e00> import 'pwd' # <<< 172629 1726888966.71520: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888966.71537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888966.71574: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d15af0> <<< 172629 1726888966.71593: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888966.71603: 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 0x7fe823d17710> <<< 172629 1726888966.71638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888966.71650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888966.71674: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d17fb0> <<< 172629 1726888966.71688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888966.71712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888966.71738: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d1d220> <<< 172629 1726888966.71753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888966.71789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888966.71810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726888966.71827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726888966.71863: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d1fce0> <<< 172629 1726888966.71902: 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 0x7fe824642f90> <<< 172629 1726888966.71920: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d1dfd0> <<< 172629 1726888966.71951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888966.71994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888966.72008: 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' <<< 172629 1726888966.72017: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888966.72044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888966.72060: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726888966.72076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d23b90> <<< 172629 1726888966.72087: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888966.72163: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d22660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d223c0> <<< 172629 1726888966.72190: 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' <<< 172629 1726888966.72256: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d22930> <<< 172629 1726888966.72283: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d1e450> <<< 172629 1726888966.72315: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888966.72319: 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 0x7fe823d67e60> <<< 172629 1726888966.72340: 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' <<< 172629 1726888966.72405: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d67f80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 172629 1726888966.72427: 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' <<< 172629 1726888966.72460: 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 0x7fe823d69a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d697f0> <<< 172629 1726888966.72470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888966.72566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888966.72612: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888966.72617: 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 0x7fe823d6bf80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d6a0f0> <<< 172629 1726888966.72645: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888966.72674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888966.72710: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888966.72713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726888966.72716: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888966.72760: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d6f6b0> <<< 172629 1726888966.72880: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d6bef0> <<< 172629 1726888966.72942: 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' <<< 172629 1726888966.72961: 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 0x7fe823d70410> <<< 172629 1726888966.72975: 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' <<< 172629 1726888966.72980: 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 0x7fe823d70530> <<< 172629 1726888966.73017: 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' <<< 172629 1726888966.73025: 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 0x7fe823d70890> <<< 172629 1726888966.73031: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d68140> <<< 172629 1726888966.73060: 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' <<< 172629 1726888966.73077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888966.73096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888966.73124: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888966.73148: 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 0x7fe823d73fe0><<< 172629 1726888966.73153: stdout chunk (state=3): >>> <<< 172629 1726888966.73297: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888966.73304: 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 0x7fe823dfd2e0> <<< 172629 1726888966.73310: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d72780> <<< 172629 1726888966.73349: 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 0x7fe823d73b00> <<< 172629 1726888966.73366: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d723c0> # zipimport: zlib available<<< 172629 1726888966.73379: stdout chunk (state=3): >>> # zipimport: zlib available <<< 172629 1726888966.73398: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 172629 1726888966.73400: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.73488: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.73573: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.73590: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888966.73622: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.73627: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.73636: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 172629 1726888966.73643: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.73761: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.73875: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.74413: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.74963: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888966.74991: 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 <<< 172629 1726888966.75020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888966.75061: 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 0x7fe823c01400> <<< 172629 1726888966.75142: 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' <<< 172629 1726888966.75173: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823c021b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8243bbb30> <<< 172629 1726888966.75212: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888966.75275: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.75278: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.75289: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888966.75416: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.75589: 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 0x7fe823c02360> <<< 172629 1726888966.75599: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.76043: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.76480: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.76563: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.76645: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888966.76650: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.76680: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.76725: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888966.76728: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.76790: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.76867: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888966.76899: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.76918: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.76931: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888966.76958: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.77022: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888966.77227: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.77458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888966.77537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888966.77541: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888966.77610: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823c033b0> <<< 172629 1726888966.77618: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.77673: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.77753: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726888966.77761: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888966.77780: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.77831: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.77867: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888966.77873: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.77915: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.77961: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.78017: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.78086: 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 <<< 172629 1726888966.78127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888966.78204: 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 0x7fe823c0df70> <<< 172629 1726888966.78240: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823c09610> <<< 172629 1726888966.78275: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888966.78278: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.78357: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.78408: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.78432: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.78476: 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' <<< 172629 1726888966.78498: 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 <<< 172629 1726888966.78518: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888966.78541: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888966.78594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888966.78617: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888966.78629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888966.78683: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe824436900> <<< 172629 1726888966.78724: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe82441a5d0> <<< 172629 1726888966.78802: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823c0e090> <<< 172629 1726888966.78805: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823c05610> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888966.78819: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.78842: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.78887: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888966.78938: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888966.78964: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888966.78982: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.79088: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.79214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726888966.79230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823c0dcd0> <<< 172629 1726888966.79290: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888966.79774: stdout chunk (state=3): >>> {"changed": true, "stdout": "\n# system_role:storage\n#\n# /etc/fstab\n# Created by anaconda on Tue Sep 17 08:39:54 2024\n#\n# Accessible filesystems, by reference, are maintained under '/dev/disk/'.\n# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.\n#\n# After editing this file, run 'systemctl daemon-reload' to update systemd\n# units generated from this file.\n#\nUUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nvtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nUUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d /opt/test ext3 defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 23:22:46.793095", "end": "2024-09-20 23:22:46.796480", "delta": "0:00:00.003385", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/fstab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726888966.79798: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888966.80217: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888966.80221: 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 <<< 172629 1726888966.80240: stdout chunk (state=3): >>># cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal <<< 172629 1726888966.80257: stdout chunk (state=3): >>># cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os <<< 172629 1726888966.80265: stdout chunk (state=3): >>># cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants <<< 172629 1726888966.80272: 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 <<< 172629 1726888966.80314: 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 # 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 <<< 172629 1726888966.80318: stdout chunk (state=3): >>># cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil <<< 172629 1726888966.80321: stdout chunk (state=3): >>># cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils <<< 172629 1726888966.80348: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array <<< 172629 1726888966.80360: stdout chunk (state=3): >>># cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text <<< 172629 1726888966.80393: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale <<< 172629 1726888966.80418: stdout chunk (state=3): >>># destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 <<< 172629 1726888966.80425: stdout chunk (state=3): >>># destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726888966.80677: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888966.80704: stdout chunk (state=3): >>># destroy _bz2 <<< 172629 1726888966.80712: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888966.80725: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888966.80759: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726888966.80790: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888966.80807: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 172629 1726888966.80828: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 172629 1726888966.80846: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 172629 1726888966.80886: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726888966.80889: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726888966.80934: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors # destroy errno # destroy array <<< 172629 1726888966.80939: stdout chunk (state=3): >>># destroy datetime <<< 172629 1726888966.80956: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888966.80972: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888966.81009: 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 <<< 172629 1726888966.81017: stdout chunk (state=3): >>># cleanup[3] wiping _socket <<< 172629 1726888966.81033: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 172629 1726888966.81048: 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 <<< 172629 1726888966.81075: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 172629 1726888966.81097: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 172629 1726888966.81105: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726888966.81117: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections <<< 172629 1726888966.81131: stdout chunk (state=3): >>># cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath <<< 172629 1726888966.81138: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 172629 1726888966.81163: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 172629 1726888966.81184: 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 <<< 172629 1726888966.81304: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888966.81325: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888966.81354: stdout chunk (state=3): >>># destroy platform <<< 172629 1726888966.81361: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888966.81394: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888966.81414: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 172629 1726888966.81437: 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 <<< 172629 1726888966.81467: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888966.81563: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig<<< 172629 1726888966.81583: stdout chunk (state=3): >>> # 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 <<< 172629 1726888966.81591: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726888966.81607: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726888966.81627: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726888966.81637: stdout chunk (state=3): >>># destroy itertools <<< 172629 1726888966.81667: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888966.81969: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888966.82017: stderr chunk (state=3): >>><<< 172629 1726888966.82020: stdout chunk (state=3): >>><<< 172629 1726888966.82106: _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 0x7fe8248184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8247e7b30> # /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 0x7fe82481aa50> 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 0x7fe824609130> # /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 0x7fe82460a120> 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 0x7fe824647f50> # /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 0x7fe82465c0e0> # /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 0x7fe82467f980> # /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 0x7fe82467ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe82465fc20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe82465d340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe824645100> # /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 0x7fe8246a38f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246a2510> # /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 0x7fe82465e210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246a0d40> # /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 0x7fe8246d0950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe824644380> # /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 0x7fe8246d0e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246d0cb0> # 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 0x7fe8246d10a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe824642ea0> # /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 0x7fe8246d1760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246d1460> 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 0x7fe8246d2660> 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 0x7fe8246ec860> 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 0x7fe8246edfa0> # /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 0x7fe8246eee40> # 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 0x7fe8246ef4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246ee390> # /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 0x7fe8246eff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246ef650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246d2690> # /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 0x7fe824487da0> # /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 0x7fe8244b0800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8244b0560> # 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 0x7fe8244b0830> # /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 0x7fe8244b1160> # 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 0x7fe8244b1a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8244b0a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe824485f40> # /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 0x7fe8244b2e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8244b0fb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8246d2d80> # /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 0x7fe8244df0b0> # /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 0x7fe824507410> # /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 0x7fe824560200> # /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 0x7fe824562960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe824560320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe82452d1f0> # /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 0x7fe824365340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe824506240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8244b3cb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe8243655b0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_fsr75uds/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8243bb0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe82439dfa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe82439d100> # 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 0x7fe8243b8f80> # /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 0x7fe8243e6a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8243e67b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8243e60c0> # /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 0x7fe8243e6510> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8243bbd40> 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 0x7fe8243e77a0> # 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 0x7fe8243e7920> # /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 0x7fe8243e7e00> 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 0x7fe823d15af0> # 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 0x7fe823d17710> # /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 0x7fe823d17fb0> # /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 0x7fe823d1d220> # /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 0x7fe823d1fce0> # 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 0x7fe824642f90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d1dfd0> # /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 0x7fe823d23b90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d22660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d223c0> # /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 0x7fe823d22930> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d1e450> # 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 0x7fe823d67e60> # /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 0x7fe823d67f80> # /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 0x7fe823d69a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d697f0> # /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 0x7fe823d6bf80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d6a0f0> # /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 0x7fe823d6f6b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d6bef0> # 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 0x7fe823d70410> # 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 0x7fe823d70530> # 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 0x7fe823d70890> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d68140> # /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 0x7fe823d73fe0> # 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 0x7fe823dfd2e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d72780> # 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 0x7fe823d73b00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823d723c0> # 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 0x7fe823c01400> # /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 0x7fe823c021b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe8243bbb30> 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 0x7fe823c02360> # 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 0x7fe823c033b0> # 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 0x7fe823c0df70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823c09610> 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 0x7fe824436900> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe82441a5d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823c0e090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823c05610> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe823c0dcd0> # zipimport: zlib available {"changed": true, "stdout": "\n# system_role:storage\n#\n# /etc/fstab\n# Created by anaconda on Tue Sep 17 08:39:54 2024\n#\n# Accessible filesystems, by reference, are maintained under '/dev/disk/'.\n# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.\n#\n# After editing this file, run 'systemctl daemon-reload' to update systemd\n# units generated from this file.\n#\nUUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nvtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nUUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d /opt/test ext3 defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 23:22:46.793095", "end": "2024-09-20 23:22:46.796480", "delta": "0:00:00.003385", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/fstab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726888966.82915: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /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': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888966.5011432-175004-46350153384861/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888966.82919: _low_level_execute_command(): starting 172629 1726888966.82922: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888966.5011432-175004-46350153384861/ > /dev/null 2>&1 && sleep 0' 172629 1726888966.83028: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888966.83032: 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 <<< 172629 1726888966.83035: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888966.83037: 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 <<< 172629 1726888966.83039: 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 <<< 172629 1726888966.83042: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888966.83086: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888966.83089: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888966.83162: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888966.84969: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888966.84996: stderr chunk (state=3): >>><<< 172629 1726888966.85000: stdout chunk (state=3): >>><<< 172629 1726888966.85014: _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 172629 1726888966.85019: handler run complete 172629 1726888966.85038: Evaluated conditional (False): False 172629 1726888966.85046: attempt loop complete, returning result 172629 1726888966.85053: _execute() done 172629 1726888966.85058: dumping result to json 172629 1726888966.85066: done dumping result, returning 172629 1726888966.85073: done running TaskExecutor() for managed_node1/TASK: Read the /etc/fstab file for volume existence [0affc8a3-6f6f-d0a8-add8-000000000f34] 172629 1726888966.85078: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000f34 172629 1726888966.85168: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000f34 172629 1726888966.85171: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003385", "end": "2024-09-20 23:22:46.796480", "rc": 0, "start": "2024-09-20 23:22:46.793095" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Sep 17 08:39:54 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d /opt/test ext3 defaults 0 0 172629 1726888966.85245: no more pending results, returning what we have 172629 1726888966.85248: results queue empty 172629 1726888966.85249: checking for any_errors_fatal 172629 1726888966.85263: done checking for any_errors_fatal 172629 1726888966.85264: checking for max_fail_percentage 172629 1726888966.85266: done checking for max_fail_percentage 172629 1726888966.85267: checking to see if all hosts have failed and the running result is not ok 172629 1726888966.85268: done checking to see if all hosts have failed 172629 1726888966.85269: getting the remaining hosts for this loop 172629 1726888966.85271: done getting the remaining hosts for this loop 172629 1726888966.85274: getting the next task for host managed_node1 172629 1726888966.85281: done getting next task for host managed_node1 172629 1726888966.85284: ^ task is: TASK: Read the /etc/crypttab file 172629 1726888966.85286: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888966.85290: getting variables 172629 1726888966.85292: in VariableManager get_vars() 172629 1726888966.85325: Calling all_inventory to load vars for managed_node1 172629 1726888966.85332: Calling groups_inventory to load vars for managed_node1 172629 1726888966.85335: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888966.85345: Calling all_plugins_play to load vars for managed_node1 172629 1726888966.85349: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888966.85352: Calling groups_plugins_play to load vars for managed_node1 172629 1726888966.85714: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888966.86042: done with get_vars() 172629 1726888966.86053: done getting variables 172629 1726888966.86096: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Friday 20 September 2024 23:22:46 -0400 (0:00:00.406) 0:01:07.141 ****** 172629 1726888966.86118: entering _queue_task() for managed_node1/command 172629 1726888966.86330: worker is 1 (out of 1 available) 172629 1726888966.86345: exiting _queue_task() for managed_node1/command 172629 1726888966.86361: done queuing things up, now waiting for results queue to drain 172629 1726888966.86363: waiting for pending results... 172629 1726888966.86541: running TaskExecutor() for managed_node1/TASK: Read the /etc/crypttab file 172629 1726888966.86620: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000f35 172629 1726888966.86631: variable 'ansible_search_path' from source: unknown 172629 1726888966.86662: calling self._execute() 172629 1726888966.86749: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888966.86753: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888966.86767: variable 'omit' from source: magic vars 172629 1726888966.86845: variable 'omit' from source: magic vars 172629 1726888966.86879: variable 'omit' from source: magic vars 172629 1726888966.86900: variable 'omit' from source: magic vars 172629 1726888966.86937: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888966.86970: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888966.86987: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888966.87001: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888966.87011: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888966.87037: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888966.87041: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888966.87043: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888966.87118: Set connection var ansible_timeout to 10 172629 1726888966.87121: Set connection var ansible_shell_type to sh 172629 1726888966.87133: Set connection var ansible_pipelining to False 172629 1726888966.87136: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888966.87138: Set connection var ansible_shell_executable to /bin/sh 172629 1726888966.87140: Set connection var ansible_connection to ssh 172629 1726888966.87161: variable 'ansible_shell_executable' from source: unknown 172629 1726888966.87164: variable 'ansible_connection' from source: unknown 172629 1726888966.87166: variable 'ansible_module_compression' from source: unknown 172629 1726888966.87169: variable 'ansible_shell_type' from source: unknown 172629 1726888966.87171: variable 'ansible_shell_executable' from source: unknown 172629 1726888966.87173: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888966.87178: variable 'ansible_pipelining' from source: unknown 172629 1726888966.87180: variable 'ansible_timeout' from source: unknown 172629 1726888966.87184: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888966.87293: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888966.87302: variable 'omit' from source: magic vars 172629 1726888966.87307: starting attempt loop 172629 1726888966.87310: running the handler 172629 1726888966.87323: _low_level_execute_command(): starting 172629 1726888966.87330: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888966.87822: 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 <<< 172629 1726888966.87857: stderr 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 <<< 172629 1726888966.87861: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726888966.87864: 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 <<< 172629 1726888966.87866: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888966.87907: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888966.87923: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888966.87971: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888966.89548: stdout chunk (state=3): >>>/root <<< 172629 1726888966.89658: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888966.89685: stderr chunk (state=3): >>><<< 172629 1726888966.89689: stdout chunk (state=3): >>><<< 172629 1726888966.89708: _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 172629 1726888966.89719: _low_level_execute_command(): starting 172629 1726888966.89726: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888966.8970633-175026-276982201961042 `" && echo ansible-tmp-1726888966.8970633-175026-276982201961042="` echo /root/.ansible/tmp/ansible-tmp-1726888966.8970633-175026-276982201961042 `" ) && sleep 0' 172629 1726888966.90157: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888966.90160: 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 <<< 172629 1726888966.90163: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 172629 1726888966.90165: 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 <<< 172629 1726888966.90173: 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 <<< 172629 1726888966.90220: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888966.90225: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888966.90273: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888966.92149: stdout chunk (state=3): >>>ansible-tmp-1726888966.8970633-175026-276982201961042=/root/.ansible/tmp/ansible-tmp-1726888966.8970633-175026-276982201961042 <<< 172629 1726888966.92264: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888966.92289: stderr chunk (state=3): >>><<< 172629 1726888966.92292: stdout chunk (state=3): >>><<< 172629 1726888966.92305: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888966.8970633-175026-276982201961042=/root/.ansible/tmp/ansible-tmp-1726888966.8970633-175026-276982201961042 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888966.92334: variable 'ansible_module_compression' from source: unknown 172629 1726888966.92376: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726888966.92405: variable 'ansible_facts' from source: unknown 172629 1726888966.92461: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888966.8970633-175026-276982201961042/AnsiballZ_command.py 172629 1726888966.92559: Sending initial data 172629 1726888966.92562: Sent initial data (158 bytes) 172629 1726888966.92991: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888966.92994: 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 <<< 172629 1726888966.92997: 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 <<< 172629 1726888966.92999: stderr 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 <<< 172629 1726888966.93043: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888966.93046: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888966.93099: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888966.94636: 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 <<< 172629 1726888966.94644: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888966.94681: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888966.94731: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpfhmkt862 /root/.ansible/tmp/ansible-tmp-1726888966.8970633-175026-276982201961042/AnsiballZ_command.py <<< 172629 1726888966.94737: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888966.8970633-175026-276982201961042/AnsiballZ_command.py" <<< 172629 1726888966.94780: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpfhmkt862" to remote "/root/.ansible/tmp/ansible-tmp-1726888966.8970633-175026-276982201961042/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888966.8970633-175026-276982201961042/AnsiballZ_command.py" <<< 172629 1726888966.95334: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888966.95375: stderr chunk (state=3): >>><<< 172629 1726888966.95378: stdout chunk (state=3): >>><<< 172629 1726888966.95399: done transferring module to remote 172629 1726888966.95409: _low_level_execute_command(): starting 172629 1726888966.95412: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888966.8970633-175026-276982201961042/ /root/.ansible/tmp/ansible-tmp-1726888966.8970633-175026-276982201961042/AnsiballZ_command.py && sleep 0' 172629 1726888966.95830: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888966.95833: 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 <<< 172629 1726888966.95835: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726888966.95837: 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 <<< 172629 1726888966.95839: 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 <<< 172629 1726888966.95886: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888966.95900: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888966.95940: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888966.97679: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888966.97700: stderr chunk (state=3): >>><<< 172629 1726888966.97703: stdout chunk (state=3): >>><<< 172629 1726888966.97719: _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 172629 1726888966.97722: _low_level_execute_command(): starting 172629 1726888966.97725: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888966.8970633-175026-276982201961042/AnsiballZ_command.py && sleep 0' 172629 1726888966.98128: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888966.98131: 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 <<< 172629 1726888966.98134: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888966.98136: 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 <<< 172629 1726888966.98138: stderr 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 <<< 172629 1726888966.98188: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888966.98197: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888966.98244: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888967.00369: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888967.00403: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888967.00434: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 172629 1726888967.00438: stdout chunk (state=3): >>>import '_weakref' # <<< 172629 1726888967.00511: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888967.00517: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888967.00548: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888967.00582: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 172629 1726888967.00585: stdout chunk (state=3): >>># installing zipimport hook <<< 172629 1726888967.00613: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 172629 1726888967.00617: stdout chunk (state=3): >>># installed zipimport hook <<< 172629 1726888967.00670: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726888967.00680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888967.00690: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888967.00721: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888967.00748: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888967.00785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888967.00788: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965fbc4d0> <<< 172629 1726888967.00791: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965f8bb00> <<< 172629 1726888967.00818: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 172629 1726888967.00829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 172629 1726888967.00832: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965fbea50> <<< 172629 1726888967.00854: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888967.00876: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726888967.00883: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726888967.00901: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888967.00934: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888967.01024: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888967.01057: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888967.01088: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888967.01109: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888967.01122: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726888967.01135: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888967.01144: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726888967.01165: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888967.01177: 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 <<< 172629 1726888967.01194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888967.01208: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965fcd130> <<< 172629 1726888967.01266: 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 <<< 172629 1726888967.01283: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888967.01289: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965fce120> <<< 172629 1726888967.01315: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888967.01345: 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. <<< 172629 1726888967.01565: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888967.01583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888967.01603: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888967.01617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888967.01632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888967.01676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888967.01699: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888967.01724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888967.01732: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965dabf50> <<< 172629 1726888967.01762: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888967.01770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888967.01799: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965dc00e0> <<< 172629 1726888967.01826: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888967.01850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888967.01878: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888967.01924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888967.01943: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888967.01970: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726888967.01977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965de3920> <<< 172629 1726888967.02000: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888967.02003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 172629 1726888967.02026: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965de3fb0> <<< 172629 1726888967.02029: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888967.02084: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965dc3bf0> <<< 172629 1726888967.02087: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888967.02123: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965dc1340> <<< 172629 1726888967.02211: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965da9100> <<< 172629 1726888967.02244: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888967.02262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888967.02275: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888967.02295: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888967.02322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888967.02338: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888967.02353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888967.02377: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e078c0> <<< 172629 1726888967.02399: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e064e0> <<< 172629 1726888967.02430: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726888967.02433: 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 0x7fc965dc21e0> <<< 172629 1726888967.02435: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e04c20> <<< 172629 1726888967.02487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888967.02500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e34920> <<< 172629 1726888967.02513: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965da8380> <<< 172629 1726888967.02531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 172629 1726888967.02536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 172629 1726888967.02568: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888967.02574: 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 0x7fc965e34dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e34c80> <<< 172629 1726888967.02617: 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' <<< 172629 1726888967.02620: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc965e35070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965da6ea0> <<< 172629 1726888967.02661: 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' <<< 172629 1726888967.02688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888967.02712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888967.02734: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e35730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e35430> import 'importlib.machinery' # <<< 172629 1726888967.02776: 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' <<< 172629 1726888967.02789: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e36630> <<< 172629 1726888967.02810: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726888967.02814: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726888967.02844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888967.02871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888967.02903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726888967.02915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e54860> <<< 172629 1726888967.02924: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888967.02957: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888967.02960: 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 0x7fc965e55f40> <<< 172629 1726888967.02990: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888967.02992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888967.03017: 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' <<< 172629 1726888967.03038: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e56de0> <<< 172629 1726888967.03077: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726888967.03089: 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 0x7fc965e57440> <<< 172629 1726888967.03096: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e56330> <<< 172629 1726888967.03119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888967.03126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888967.03162: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888967.03176: 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 0x7fc965e57e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e575c0> <<< 172629 1726888967.03232: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e36690> <<< 172629 1726888967.03245: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888967.03279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888967.03291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888967.03316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888967.03350: 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 0x7fc965bebd40> <<< 172629 1726888967.03375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 172629 1726888967.03378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 172629 1726888967.03402: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888967.03405: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc965c187a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965c18500> <<< 172629 1726888967.03435: 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 0x7fc965c187d0> <<< 172629 1726888967.03468: 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' <<< 172629 1726888967.03547: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888967.03678: 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 0x7fc965c19100> <<< 172629 1726888967.03816: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888967.03819: 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 0x7fc965c19af0> <<< 172629 1726888967.03823: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965c189b0> <<< 172629 1726888967.03834: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965be9ee0> <<< 172629 1726888967.03860: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888967.03881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888967.03904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888967.03918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726888967.03928: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965c1aed0> <<< 172629 1726888967.03947: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965c19c10> <<< 172629 1726888967.03971: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e36d80> <<< 172629 1726888967.03997: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888967.04057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888967.04072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888967.04111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888967.04139: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965c43200> <<< 172629 1726888967.04192: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888967.04206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888967.04227: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888967.04244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888967.04287: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965c6b590> <<< 172629 1726888967.04311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888967.04358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888967.04407: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888967.04434: 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 0x7fc965cc4350> <<< 172629 1726888967.04461: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888967.04484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888967.04513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888967.04549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888967.04641: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965cc6ab0> <<< 172629 1726888967.04713: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965cc4470> <<< 172629 1726888967.04752: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965c91370> <<< 172629 1726888967.04777: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726888967.04783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965521400> <<< 172629 1726888967.04801: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965c6a390> <<< 172629 1726888967.04809: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965c1bdd0> <<< 172629 1726888967.04911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888967.04933: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc965c6a990> <<< 172629 1726888967.05101: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_hxvb74b5/ansible_ansible.legacy.command_payload.zip' <<< 172629 1726888967.05104: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.05228: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.05259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888967.05267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888967.05314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888967.05385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888967.05424: 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 0x7fc9655770e0> <<< 172629 1726888967.05427: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888967.05619: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965559fd0> <<< 172629 1726888967.05622: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965559160> # zipimport: zlib available <<< 172629 1726888967.05661: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888967.05668: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.05681: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.05705: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.05710: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888967.05735: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.07123: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.08223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888967.08226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965574fb0> <<< 172629 1726888967.08254: 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' <<< 172629 1726888967.08284: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888967.08295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888967.08316: 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' <<< 172629 1726888967.08347: 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 0x7fc96559ebd0> <<< 172629 1726888967.08386: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc96559e960> <<< 172629 1726888967.08413: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc96559e270> <<< 172629 1726888967.08438: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888967.08443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888967.08480: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc96559e7b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965577d70> <<< 172629 1726888967.08498: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888967.08524: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888967.08529: 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 0x7fc96559f8c0> <<< 172629 1726888967.08560: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888967.08572: 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 0x7fc96559fb00> <<< 172629 1726888967.08581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888967.08624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888967.08643: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888967.08677: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc96559ff80> <<< 172629 1726888967.08695: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888967.08711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888967.08740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888967.08769: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc96540dd60> <<< 172629 1726888967.08801: 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 0x7fc96540f980> <<< 172629 1726888967.08829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888967.08841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888967.08882: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965414350> <<< 172629 1726888967.08895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888967.08928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888967.08941: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965415490> <<< 172629 1726888967.08965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888967.08996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888967.09018: 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' <<< 172629 1726888967.09075: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965417f80> <<< 172629 1726888967.09115: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888967.09123: 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 0x7fc9654182c0> <<< 172629 1726888967.09133: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965416240> <<< 172629 1726888967.09160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888967.09183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888967.09209: 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' <<< 172629 1726888967.09231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888967.09260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888967.09286: 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' <<< 172629 1726888967.09307: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc96541bf20> <<< 172629 1726888967.09309: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888967.09374: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc96541a9f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc96541a750> <<< 172629 1726888967.09402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888967.09407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888967.09489: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc96541acc0> <<< 172629 1726888967.09513: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965416750> <<< 172629 1726888967.09540: 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 0x7fc96545ffe0> <<< 172629 1726888967.09571: 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 0x7fc965460350> <<< 172629 1726888967.09590: 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 <<< 172629 1726888967.09617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888967.09632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 172629 1726888967.09641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 172629 1726888967.09675: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888967.09682: 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 0x7fc965461dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965461b80> <<< 172629 1726888967.09697: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888967.09795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888967.09846: 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 0x7fc965464320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965462480> <<< 172629 1726888967.09872: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888967.09907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888967.09936: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888967.09940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726888967.09958: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888967.09996: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965467b00> <<< 172629 1726888967.10118: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9654644d0> <<< 172629 1726888967.10180: 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' <<< 172629 1726888967.10184: 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 0x7fc965468b00> <<< 172629 1726888967.10215: 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' <<< 172629 1726888967.10220: 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 0x7fc965468b90> <<< 172629 1726888967.10265: 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 0x7fc965468dd0> <<< 172629 1726888967.10272: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965460530> <<< 172629 1726888967.10300: 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' <<< 172629 1726888967.10320: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888967.10337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888967.10369: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888967.10396: 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 0x7fc9654f4380><<< 172629 1726888967.10400: stdout chunk (state=3): >>> <<< 172629 1726888967.10539: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888967.10548: 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 0x7fc9654f5490> <<< 172629 1726888967.10556: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc96546ab10> <<< 172629 1726888967.10589: 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 0x7fc96546bec0> <<< 172629 1726888967.10600: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc96546a750> <<< 172629 1726888967.10605: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.10630: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888967.10637: stdout chunk (state=3): >>> import 'ansible.module_utils.compat' # <<< 172629 1726888967.10649: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.10736: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.10834: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.10837: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.10850: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 172629 1726888967.10870: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.10873: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.10884: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 172629 1726888967.10895: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.11015: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.11129: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.11662: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.12204: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888967.12207: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888967.12212: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888967.12232: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888967.12252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888967.12304: 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 0x7fc9654f9640> <<< 172629 1726888967.12381: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726888967.12388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 172629 1726888967.12404: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9654fa390> <<< 172629 1726888967.12418: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9654f5730> <<< 172629 1726888967.12463: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888967.12483: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.12493: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.12517: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888967.12521: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.12666: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.12823: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888967.12826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 172629 1726888967.12840: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9654fa540> <<< 172629 1726888967.12856: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.13305: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.13745: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.13814: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.13898: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888967.13910: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.13950: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.13970: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888967.13988: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.14052: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.14139: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888967.14144: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.14171: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888967.14180: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.14223: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.14261: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888967.14278: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.14495: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.14727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888967.14781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888967.14801: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888967.14859: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9654fb650> <<< 172629 1726888967.14880: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.14945: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.15022: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 172629 1726888967.15030: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 172629 1726888967.15034: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888967.15064: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.15104: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.15146: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888967.15151: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.15201: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.15244: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.15298: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.15365: 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 <<< 172629 1726888967.15403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888967.15487: 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'<<< 172629 1726888967.15492: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc965306120> <<< 172629 1726888967.15525: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965303d40> <<< 172629 1726888967.15556: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888967.15572: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.15633: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.15697: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.15722: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.15766: 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' <<< 172629 1726888967.15792: 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 <<< 172629 1726888967.15807: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888967.15833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888967.15889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888967.15913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888967.15925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888967.15981: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9655fe900> <<< 172629 1726888967.16022: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9655ee5d0> <<< 172629 1726888967.16103: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965306180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9654faf60> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888967.16120: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.16144: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.16176: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888967.16235: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888967.16243: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.16265: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888967.16278: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.16383: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.16500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726888967.16509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726888967.16523: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9655c5f10> <<< 172629 1726888967.16610: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888967.17070: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:22:47.166287", "end": "2024-09-20 23:22:47.169566", "delta": "0:00:00.003279", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/crypttab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726888967.17101: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888967.17516: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888967.17547: 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 <<< 172629 1726888967.17551: stdout chunk (state=3): >>># cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8<<< 172629 1726888967.17594: 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<<< 172629 1726888967.17612: 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 <<< 172629 1726888967.17625: stdout chunk (state=3): >>># 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<<< 172629 1726888967.17671: stdout chunk (state=3): >>> # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading <<< 172629 1726888967.17693: stdout chunk (state=3): >>># cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437<<< 172629 1726888967.17702: 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 <<< 172629 1726888967.17719: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner <<< 172629 1726888967.17729: 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 # cleanup[2] removing platform # cleanup[2] removing select <<< 172629 1726888967.17764: 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 # 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 <<< 172629 1726888967.17774: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy <<< 172629 1726888967.17810: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast<<< 172629 1726888967.17818: stdout chunk (state=3): >>> # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 <<< 172629 1726888967.17849: 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 <<< 172629 1726888967.17852: stdout chunk (state=3): >>># destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic<<< 172629 1726888967.17859: stdout chunk (state=3): >>> # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726888967.18101: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888967.18107: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888967.18140: stdout chunk (state=3): >>># destroy _bz2 <<< 172629 1726888967.18143: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888967.18164: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888967.18178: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726888967.18224: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888967.18239: 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 <<< 172629 1726888967.18264: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 172629 1726888967.18269: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 172629 1726888967.18287: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 172629 1726888967.18297: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726888967.18312: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726888967.18316: stdout chunk (state=3): >>># destroy fnmatch <<< 172629 1726888967.18341: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726888967.18346: stdout chunk (state=3): >>># destroy array <<< 172629 1726888967.18364: stdout chunk (state=3): >>># destroy datetime <<< 172629 1726888967.18380: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888967.18386: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888967.18424: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726888967.18447: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 <<< 172629 1726888967.18461: 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 <<< 172629 1726888967.18464: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing <<< 172629 1726888967.18505: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 172629 1726888967.18508: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 172629 1726888967.18522: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726888967.18535: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 172629 1726888967.18550: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 172629 1726888967.18567: stdout chunk (state=3): >>># destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 172629 1726888967.18590: 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 <<< 172629 1726888967.18593: 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 <<< 172629 1726888967.18732: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888967.18735: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726888967.18745: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888967.18768: stdout chunk (state=3): >>># destroy platform <<< 172629 1726888967.18771: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888967.18802: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888967.18837: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726888967.18842: 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 <<< 172629 1726888967.18848: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888967.18857: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888967.18950: 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 <<< 172629 1726888967.18958: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726888967.18980: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726888967.19008: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726888967.19016: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726888967.19043: stdout chunk (state=3): >>># destroy itertools <<< 172629 1726888967.19046: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726888967.19063: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726888967.19387: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888967.19418: stderr chunk (state=3): >>><<< 172629 1726888967.19421: stdout chunk (state=3): >>><<< 172629 1726888967.19490: _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 0x7fc965fbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965f8bb00> # /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 0x7fc965fbea50> 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 0x7fc965fcd130> # /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 0x7fc965fce120> 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 0x7fc965dabf50> # /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 0x7fc965dc00e0> # /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 0x7fc965de3920> # /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 0x7fc965de3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965dc3bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965dc1340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965da9100> # /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 0x7fc965e078c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e064e0> # /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 0x7fc965dc21e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e04c20> # /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 0x7fc965e34920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965da8380> # /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 0x7fc965e34dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e34c80> # 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 0x7fc965e35070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965da6ea0> # /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 0x7fc965e35730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e35430> 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 0x7fc965e36630> 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 0x7fc965e54860> 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 0x7fc965e55f40> # /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 0x7fc965e56de0> # 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 0x7fc965e57440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e56330> # /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 0x7fc965e57e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e575c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e36690> # /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 0x7fc965bebd40> # /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 0x7fc965c187a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965c18500> # 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 0x7fc965c187d0> # /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 0x7fc965c19100> # 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 0x7fc965c19af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965c189b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965be9ee0> # /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 0x7fc965c1aed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965c19c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965e36d80> # /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 0x7fc965c43200> # /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 0x7fc965c6b590> # /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 0x7fc965cc4350> # /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 0x7fc965cc6ab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965cc4470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965c91370> # /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 0x7fc965521400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965c6a390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965c1bdd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc965c6a990> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_hxvb74b5/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9655770e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965559fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965559160> # 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 0x7fc965574fb0> # /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 0x7fc96559ebd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc96559e960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc96559e270> # /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 0x7fc96559e7b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965577d70> 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 0x7fc96559f8c0> # 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 0x7fc96559fb00> # /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 0x7fc96559ff80> 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 0x7fc96540dd60> # 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 0x7fc96540f980> # /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 0x7fc965414350> # /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 0x7fc965415490> # /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 0x7fc965417f80> # 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 0x7fc9654182c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965416240> # /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 0x7fc96541bf20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc96541a9f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc96541a750> # /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 0x7fc96541acc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965416750> # 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 0x7fc96545ffe0> # /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 0x7fc965460350> # /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 0x7fc965461dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965461b80> # /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 0x7fc965464320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965462480> # /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 0x7fc965467b00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9654644d0> # 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 0x7fc965468b00> # 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 0x7fc965468b90> # 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 0x7fc965468dd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965460530> # /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 0x7fc9654f4380> # 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 0x7fc9654f5490> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc96546ab10> # 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 0x7fc96546bec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc96546a750> # 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 0x7fc9654f9640> # /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 0x7fc9654fa390> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9654f5730> 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 0x7fc9654fa540> # 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 0x7fc9654fb650> # 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 0x7fc965306120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965303d40> 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 0x7fc9655fe900> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9655ee5d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc965306180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9654faf60> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9655c5f10> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:22:47.166287", "end": "2024-09-20 23:22:47.169566", "delta": "0:00:00.003279", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/crypttab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726888967.20035: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /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': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888966.8970633-175026-276982201961042/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888967.20039: _low_level_execute_command(): starting 172629 1726888967.20042: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888966.8970633-175026-276982201961042/ > /dev/null 2>&1 && sleep 0' 172629 1726888967.20189: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888967.20199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888967.20202: 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 <<< 172629 1726888967.20204: 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 <<< 172629 1726888967.20206: 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 <<< 172629 1726888967.20208: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888967.20251: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888967.20259: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888967.20262: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888967.20304: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888967.22138: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888967.22169: stderr chunk (state=3): >>><<< 172629 1726888967.22172: stdout chunk (state=3): >>><<< 172629 1726888967.22183: _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 172629 1726888967.22189: handler run complete 172629 1726888967.22207: Evaluated conditional (False): False 172629 1726888967.22211: Evaluated conditional (False): False 172629 1726888967.22221: attempt loop complete, returning result 172629 1726888967.22223: _execute() done 172629 1726888967.22226: dumping result to json 172629 1726888967.22231: done dumping result, returning 172629 1726888967.22238: done running TaskExecutor() for managed_node1/TASK: Read the /etc/crypttab file [0affc8a3-6f6f-d0a8-add8-000000000f35] 172629 1726888967.22242: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000f35 172629 1726888967.22343: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000f35 172629 1726888967.22346: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003279", "end": "2024-09-20 23:22:47.169566", "failed_when_result": false, "rc": 0, "start": "2024-09-20 23:22:47.166287" } 172629 1726888967.22428: no more pending results, returning what we have 172629 1726888967.22433: results queue empty 172629 1726888967.22434: checking for any_errors_fatal 172629 1726888967.22445: done checking for any_errors_fatal 172629 1726888967.22445: checking for max_fail_percentage 172629 1726888967.22447: done checking for max_fail_percentage 172629 1726888967.22448: checking to see if all hosts have failed and the running result is not ok 172629 1726888967.22449: done checking to see if all hosts have failed 172629 1726888967.22449: getting the remaining hosts for this loop 172629 1726888967.22451: done getting the remaining hosts for this loop 172629 1726888967.22454: getting the next task for host managed_node1 172629 1726888967.22462: done getting next task for host managed_node1 172629 1726888967.22465: ^ task is: TASK: Verify the volumes listed in storage_pools were correctly managed 172629 1726888967.22469: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888967.22473: getting variables 172629 1726888967.22475: in VariableManager get_vars() 172629 1726888967.22513: Calling all_inventory to load vars for managed_node1 172629 1726888967.22516: Calling groups_inventory to load vars for managed_node1 172629 1726888967.22519: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888967.22530: Calling all_plugins_play to load vars for managed_node1 172629 1726888967.22533: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888967.22536: Calling groups_plugins_play to load vars for managed_node1 172629 1726888967.23183: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888967.23716: done with get_vars() 172629 1726888967.23736: done getting variables TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Friday 20 September 2024 23:22:47 -0400 (0:00:00.377) 0:01:07.518 ****** 172629 1726888967.23848: entering _queue_task() for managed_node1/include_tasks 172629 1726888967.24070: worker is 1 (out of 1 available) 172629 1726888967.24085: exiting _queue_task() for managed_node1/include_tasks 172629 1726888967.24098: done queuing things up, now waiting for results queue to drain 172629 1726888967.24099: waiting for pending results... 172629 1726888967.24287: running TaskExecutor() for managed_node1/TASK: Verify the volumes listed in storage_pools were correctly managed 172629 1726888967.24409: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000f36 172629 1726888967.24414: variable 'ansible_search_path' from source: unknown 172629 1726888967.24439: variable '_storage_pools_list' from source: set_fact 172629 1726888967.24752: variable '_storage_pools_list' from source: set_fact 172629 1726888967.24760: dumping result to json 172629 1726888967.24763: done dumping result, returning 172629 1726888967.24766: done running TaskExecutor() for managed_node1/TASK: Verify the volumes listed in storage_pools were correctly managed [0affc8a3-6f6f-d0a8-add8-000000000f36] 172629 1726888967.24771: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000f36 skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888967.25061: no more pending results, returning what we have 172629 1726888967.25065: results queue empty 172629 1726888967.25066: checking for any_errors_fatal 172629 1726888967.25076: done checking for any_errors_fatal 172629 1726888967.25077: checking for max_fail_percentage 172629 1726888967.25079: done checking for max_fail_percentage 172629 1726888967.25080: checking to see if all hosts have failed and the running result is not ok 172629 1726888967.25081: done checking to see if all hosts have failed 172629 1726888967.25081: getting the remaining hosts for this loop 172629 1726888967.25083: done getting the remaining hosts for this loop 172629 1726888967.25087: getting the next task for host managed_node1 172629 1726888967.25094: done getting next task for host managed_node1 172629 1726888967.25097: ^ task is: TASK: Verify the volumes with no pool were correctly managed 172629 1726888967.25100: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888967.25104: getting variables 172629 1726888967.25109: in VariableManager get_vars() 172629 1726888967.25146: Calling all_inventory to load vars for managed_node1 172629 1726888967.25148: Calling groups_inventory to load vars for managed_node1 172629 1726888967.25152: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888967.25170: Calling all_plugins_play to load vars for managed_node1 172629 1726888967.25174: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888967.25179: Calling groups_plugins_play to load vars for managed_node1 172629 1726888967.25728: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000f36 172629 1726888967.25732: WORKER PROCESS EXITING 172629 1726888967.25906: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888967.26517: done with get_vars() 172629 1726888967.26535: done getting variables TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Friday 20 September 2024 23:22:47 -0400 (0:00:00.027) 0:01:07.546 ****** 172629 1726888967.26625: entering _queue_task() for managed_node1/include_tasks 172629 1726888967.26909: worker is 1 (out of 1 available) 172629 1726888967.26922: exiting _queue_task() for managed_node1/include_tasks 172629 1726888967.26934: done queuing things up, now waiting for results queue to drain 172629 1726888967.26936: waiting for pending results... 172629 1726888967.27204: running TaskExecutor() for managed_node1/TASK: Verify the volumes with no pool were correctly managed 172629 1726888967.27269: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000f38 172629 1726888967.27282: variable 'ansible_search_path' from source: unknown 172629 1726888967.27316: variable '_storage_volumes_list' from source: set_fact 172629 1726888967.27483: variable '_storage_volumes_list' from source: set_fact 172629 1726888967.27648: variable 'omit' from source: magic vars 172629 1726888967.27748: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.27762: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.27770: variable 'omit' from source: magic vars 172629 1726888967.27968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888967.28163: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888967.28220: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888967.28248: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888967.28280: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888967.28338: 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) 172629 1726888967.28361: 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) 172629 1726888967.28381: 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) 172629 1726888967.28399: 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) 172629 1726888967.28444: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888967.30623: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888967.30764: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888967.30768: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888967.30770: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888967.30785: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888967.30837: 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) 172629 1726888967.30860: 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) 172629 1726888967.30882: 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) 172629 1726888967.30919: 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) 172629 1726888967.30932: 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) 172629 1726888967.31059: variable '_storage_volumes_list' from source: set_fact 172629 1726888967.31077: Evaluated conditional (_storage_volumes_list is defined and _storage_volumes_list | length > 0): True 172629 1726888967.31109: variable 'storage_test_volume' from source: unknown 172629 1726888967.31178: variable 'storage_test_volume' from source: unknown 172629 1726888967.31573: dumping result to json 172629 1726888967.31576: done dumping result, returning 172629 1726888967.31579: done running TaskExecutor() for managed_node1/TASK: Verify the volumes with no pool were correctly managed [0affc8a3-6f6f-d0a8-add8-000000000f38] 172629 1726888967.31581: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000f38 172629 1726888967.31632: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000f38 172629 1726888967.31635: WORKER PROCESS EXITING 172629 1726888967.31719: no more pending results, returning what we have 172629 1726888967.31723: in VariableManager get_vars() 172629 1726888967.31761: Calling all_inventory to load vars for managed_node1 172629 1726888967.31764: Calling groups_inventory to load vars for managed_node1 172629 1726888967.31767: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888967.31777: Calling all_plugins_play to load vars for managed_node1 172629 1726888967.31780: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888967.31783: Calling groups_plugins_play to load vars for managed_node1 172629 1726888967.32670: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888967.33276: done with get_vars() 172629 1726888967.33287: variable 'ansible_search_path' from source: unknown 172629 1726888967.33332: we have included files to process 172629 1726888967.33333: generating all_blocks data 172629 1726888967.33335: done generating all_blocks data 172629 1726888967.33338: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726888967.33339: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726888967.33341: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726888967.33592: in VariableManager get_vars() 172629 1726888967.33615: done with get_vars() 172629 1726888967.33710: done processing included file 172629 1726888967.33712: iterating over new_blocks loaded from include file 172629 1726888967.33714: in VariableManager get_vars() 172629 1726888967.33726: done with get_vars() 172629 1726888967.33728: filtering new block on tags 172629 1726888967.33747: done filtering new block on tags 172629 1726888967.33749: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node1 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': 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': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) 172629 1726888967.33769: extending task lists for all hosts with included blocks 172629 1726888967.34090: done extending task lists 172629 1726888967.34092: done processing included files 172629 1726888967.34093: results queue empty 172629 1726888967.34093: checking for any_errors_fatal 172629 1726888967.34097: done checking for any_errors_fatal 172629 1726888967.34097: checking for max_fail_percentage 172629 1726888967.34098: done checking for max_fail_percentage 172629 1726888967.34099: checking to see if all hosts have failed and the running result is not ok 172629 1726888967.34100: done checking to see if all hosts have failed 172629 1726888967.34101: getting the remaining hosts for this loop 172629 1726888967.34102: done getting the remaining hosts for this loop 172629 1726888967.34104: getting the next task for host managed_node1 172629 1726888967.34108: done getting next task for host managed_node1 172629 1726888967.34110: ^ task is: TASK: Set storage volume test variables 172629 1726888967.34112: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888967.34114: getting variables 172629 1726888967.34115: in VariableManager get_vars() 172629 1726888967.34124: Calling all_inventory to load vars for managed_node1 172629 1726888967.34126: Calling groups_inventory to load vars for managed_node1 172629 1726888967.34128: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888967.34134: Calling all_plugins_play to load vars for managed_node1 172629 1726888967.34141: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888967.34144: Calling groups_plugins_play to load vars for managed_node1 172629 1726888967.34615: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888967.35221: done with get_vars() 172629 1726888967.35239: done getting variables 172629 1726888967.35275: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Friday 20 September 2024 23:22:47 -0400 (0:00:00.086) 0:01:07.632 ****** 172629 1726888967.35299: entering _queue_task() for managed_node1/set_fact 172629 1726888967.35637: worker is 1 (out of 1 available) 172629 1726888967.35651: exiting _queue_task() for managed_node1/set_fact 172629 1726888967.35870: done queuing things up, now waiting for results queue to drain 172629 1726888967.35872: waiting for pending results... 172629 1726888967.36080: running TaskExecutor() for managed_node1/TASK: Set storage volume test variables 172629 1726888967.36139: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001062 172629 1726888967.36168: variable 'ansible_search_path' from source: unknown 172629 1726888967.36299: calling self._execute() 172629 1726888967.36349: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.36368: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.36384: variable 'omit' from source: magic vars 172629 1726888967.36526: variable 'omit' from source: magic vars 172629 1726888967.36586: variable 'omit' from source: magic vars 172629 1726888967.36962: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888967.39304: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888967.39390: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888967.39428: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888967.39479: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888967.39510: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888967.39600: 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) 172629 1726888967.39673: 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) 172629 1726888967.39677: 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) 172629 1726888967.39720: 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) 172629 1726888967.39739: 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) 172629 1726888967.39910: variable 'storage_test_volume' from source: include params 172629 1726888967.39984: variable 'omit' from source: magic vars 172629 1726888967.40106: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888967.40110: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888967.40113: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888967.40115: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888967.40117: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888967.40144: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888967.40159: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.40169: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.40282: Set connection var ansible_timeout to 10 172629 1726888967.40293: Set connection var ansible_shell_type to sh 172629 1726888967.40305: Set connection var ansible_pipelining to False 172629 1726888967.40315: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888967.40332: Set connection var ansible_shell_executable to /bin/sh 172629 1726888967.40560: Set connection var ansible_connection to ssh 172629 1726888967.40563: variable 'ansible_shell_executable' from source: unknown 172629 1726888967.40567: variable 'ansible_connection' from source: unknown 172629 1726888967.40569: variable 'ansible_module_compression' from source: unknown 172629 1726888967.40571: variable 'ansible_shell_type' from source: unknown 172629 1726888967.40574: variable 'ansible_shell_executable' from source: unknown 172629 1726888967.40576: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.40578: variable 'ansible_pipelining' from source: unknown 172629 1726888967.40580: variable 'ansible_timeout' from source: unknown 172629 1726888967.40582: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.40584: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888967.40586: variable 'omit' from source: magic vars 172629 1726888967.40588: starting attempt loop 172629 1726888967.40590: running the handler 172629 1726888967.40592: handler run complete 172629 1726888967.40594: attempt loop complete, returning result 172629 1726888967.40596: _execute() done 172629 1726888967.40598: dumping result to json 172629 1726888967.40600: done dumping result, returning 172629 1726888967.40602: done running TaskExecutor() for managed_node1/TASK: Set storage volume test variables [0affc8a3-6f6f-d0a8-add8-000000001062] 172629 1726888967.40605: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001062 ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 172629 1726888967.40782: no more pending results, returning what we have 172629 1726888967.40785: results queue empty 172629 1726888967.40786: checking for any_errors_fatal 172629 1726888967.40788: done checking for any_errors_fatal 172629 1726888967.40789: checking for max_fail_percentage 172629 1726888967.40790: done checking for max_fail_percentage 172629 1726888967.40791: checking to see if all hosts have failed and the running result is not ok 172629 1726888967.40792: done checking to see if all hosts have failed 172629 1726888967.40793: getting the remaining hosts for this loop 172629 1726888967.40795: done getting the remaining hosts for this loop 172629 1726888967.40798: getting the next task for host managed_node1 172629 1726888967.40806: done getting next task for host managed_node1 172629 1726888967.40808: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 172629 1726888967.40812: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888967.40823: getting variables 172629 1726888967.40825: in VariableManager get_vars() 172629 1726888967.40863: Calling all_inventory to load vars for managed_node1 172629 1726888967.40866: Calling groups_inventory to load vars for managed_node1 172629 1726888967.40870: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888967.40882: Calling all_plugins_play to load vars for managed_node1 172629 1726888967.40885: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888967.40888: Calling groups_plugins_play to load vars for managed_node1 172629 1726888967.41590: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001062 172629 1726888967.41593: WORKER PROCESS EXITING 172629 1726888967.41817: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888967.42449: done with get_vars() 172629 1726888967.42467: done getting variables 172629 1726888967.42665: Ignoring undefined failure: 'storage_test_volume_subset' is undefined TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Friday 20 September 2024 23:22:47 -0400 (0:00:00.073) 0:01:07.706 ****** 172629 1726888967.42697: entering _queue_task() for managed_node1/include_tasks 172629 1726888967.42979: worker is 1 (out of 1 available) 172629 1726888967.42991: exiting _queue_task() for managed_node1/include_tasks 172629 1726888967.43003: done queuing things up, now waiting for results queue to drain 172629 1726888967.43004: waiting for pending results... 172629 1726888967.43299: running TaskExecutor() for managed_node1/TASK: Run test verify for {{ storage_test_volume_subset }} 172629 1726888967.43426: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001063 172629 1726888967.43445: variable 'ansible_search_path' from source: unknown 172629 1726888967.43503: variable '_storage_volume_tests' from source: set_fact 172629 1726888967.43706: variable '_storage_volume_tests' from source: set_fact 172629 1726888967.43794: variable 'omit' from source: magic vars 172629 1726888967.43950: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.43971: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.43986: variable 'omit' from source: magic vars 172629 1726888967.44169: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.44220: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.44290: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.44562: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.44566: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.44568: variable 'omit' from source: magic vars 172629 1726888967.44648: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.44693: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.44764: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.44960: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.44963: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.44965: variable 'omit' from source: magic vars 172629 1726888967.45021: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.45059: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.45130: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.45305: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.45309: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.45311: variable 'omit' from source: magic vars 172629 1726888967.45419: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.45457: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.45527: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.45863: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.45871: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.45874: variable 'omit' from source: magic vars 172629 1726888967.45964: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.46005: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.46078: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.46289: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.46293: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.46295: variable 'omit' from source: magic vars 172629 1726888967.46358: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.46559: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.46748: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.46961: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.46964: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.46967: variable 'omit' from source: magic vars 172629 1726888967.47036: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.47166: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.47299: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.47808: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.47812: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.47818: variable 'omit' from source: magic vars 172629 1726888967.47824: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.47927: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.47995: variable 'storage_test_volume_subset' from source: unknown 172629 1726888967.48231: dumping result to json 172629 1726888967.48235: done dumping result, returning 172629 1726888967.48242: done running TaskExecutor() for managed_node1/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-d0a8-add8-000000001063] 172629 1726888967.48245: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001063 172629 1726888967.48289: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001063 172629 1726888967.48293: WORKER PROCESS EXITING 172629 1726888967.48403: no more pending results, returning what we have 172629 1726888967.48409: in VariableManager get_vars() 172629 1726888967.48470: Calling all_inventory to load vars for managed_node1 172629 1726888967.48473: Calling groups_inventory to load vars for managed_node1 172629 1726888967.48477: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888967.48493: Calling all_plugins_play to load vars for managed_node1 172629 1726888967.48497: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888967.48500: Calling groups_plugins_play to load vars for managed_node1 172629 1726888967.49740: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888967.51241: done with get_vars() 172629 1726888967.51259: variable 'ansible_search_path' from source: unknown 172629 1726888967.51297: variable 'ansible_search_path' from source: unknown 172629 1726888967.51324: variable 'ansible_search_path' from source: unknown 172629 1726888967.51351: variable 'ansible_search_path' from source: unknown 172629 1726888967.51577: variable 'ansible_search_path' from source: unknown 172629 1726888967.51598: variable 'ansible_search_path' from source: unknown 172629 1726888967.51616: variable 'ansible_search_path' from source: unknown 172629 1726888967.51634: variable 'ansible_search_path' from source: unknown 172629 1726888967.51652: we have included files to process 172629 1726888967.51653: generating all_blocks data 172629 1726888967.51761: done generating all_blocks data 172629 1726888967.51766: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726888967.51767: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726888967.51770: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726888967.53280: done processing included file 172629 1726888967.53283: iterating over new_blocks loaded from include file 172629 1726888967.53284: in VariableManager get_vars() 172629 1726888967.53301: done with get_vars() 172629 1726888967.53303: filtering new block on tags 172629 1726888967.53343: done filtering new block on tags 172629 1726888967.53346: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 => (item=mount) 172629 1726888967.53352: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726888967.53356: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726888967.53364: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726888967.53988: done processing included file 172629 1726888967.53989: iterating over new_blocks loaded from include file 172629 1726888967.53991: in VariableManager get_vars() 172629 1726888967.54005: done with get_vars() 172629 1726888967.54007: filtering new block on tags 172629 1726888967.54029: done filtering new block on tags 172629 1726888967.54031: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 => (item=fstab) 172629 1726888967.54035: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726888967.54036: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726888967.54038: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726888967.54261: done processing included file 172629 1726888967.54263: iterating over new_blocks loaded from include file 172629 1726888967.54264: in VariableManager get_vars() 172629 1726888967.54278: done with get_vars() 172629 1726888967.54280: filtering new block on tags 172629 1726888967.54296: done filtering new block on tags 172629 1726888967.54298: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 => (item=fs) 172629 1726888967.54301: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726888967.54302: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726888967.54304: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726888967.55651: done processing included file 172629 1726888967.55857: iterating over new_blocks loaded from include file 172629 1726888967.55859: in VariableManager get_vars() 172629 1726888967.55874: done with get_vars() 172629 1726888967.55876: filtering new block on tags 172629 1726888967.55902: done filtering new block on tags 172629 1726888967.55905: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 => (item=device) 172629 1726888967.55908: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726888967.55909: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726888967.55912: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726888967.58865: done processing included file 172629 1726888967.58867: iterating over new_blocks loaded from include file 172629 1726888967.58869: in VariableManager get_vars() 172629 1726888967.58885: done with get_vars() 172629 1726888967.58887: filtering new block on tags 172629 1726888967.58926: done filtering new block on tags 172629 1726888967.58929: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 => (item=encryption) 172629 1726888967.58933: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726888967.58934: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726888967.58937: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726888967.59890: done processing included file 172629 1726888967.59892: iterating over new_blocks loaded from include file 172629 1726888967.59893: in VariableManager get_vars() 172629 1726888967.59909: done with get_vars() 172629 1726888967.59910: filtering new block on tags 172629 1726888967.59940: done filtering new block on tags 172629 1726888967.59943: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 => (item=md) 172629 1726888967.59946: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726888967.59947: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726888967.59950: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726888967.65995: done processing included file 172629 1726888967.65998: iterating over new_blocks loaded from include file 172629 1726888967.65999: in VariableManager get_vars() 172629 1726888967.66018: done with get_vars() 172629 1726888967.66020: filtering new block on tags 172629 1726888967.66042: done filtering new block on tags 172629 1726888967.66045: in VariableManager get_vars() 172629 1726888967.66064: done with get_vars() 172629 1726888967.66066: filtering new block on tags 172629 1726888967.66088: done filtering new block on tags 172629 1726888967.66090: in VariableManager get_vars() 172629 1726888967.66105: done with get_vars() 172629 1726888967.66107: filtering new block on tags 172629 1726888967.66147: done filtering new block on tags 172629 1726888967.66151: in VariableManager get_vars() 172629 1726888967.66372: done with get_vars() 172629 1726888967.66374: filtering new block on tags 172629 1726888967.66392: done filtering new block on tags 172629 1726888967.66394: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 => (item=size) 172629 1726888967.66398: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726888967.66399: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726888967.66403: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726888967.68269: done processing included file 172629 1726888967.68271: iterating over new_blocks loaded from include file 172629 1726888967.68272: in VariableManager get_vars() 172629 1726888967.68287: done with get_vars() 172629 1726888967.68289: filtering new block on tags 172629 1726888967.68316: done filtering new block on tags 172629 1726888967.68318: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node1 => (item=cache) 172629 1726888967.68322: extending task lists for all hosts with included blocks 172629 1726888967.68933: done extending task lists 172629 1726888967.68935: done processing included files 172629 1726888967.68936: results queue empty 172629 1726888967.68936: checking for any_errors_fatal 172629 1726888967.68940: done checking for any_errors_fatal 172629 1726888967.68941: checking for max_fail_percentage 172629 1726888967.68942: done checking for max_fail_percentage 172629 1726888967.68943: checking to see if all hosts have failed and the running result is not ok 172629 1726888967.68948: done checking to see if all hosts have failed 172629 1726888967.68949: getting the remaining hosts for this loop 172629 1726888967.68950: done getting the remaining hosts for this loop 172629 1726888967.68952: getting the next task for host managed_node1 172629 1726888967.68960: done getting next task for host managed_node1 172629 1726888967.68963: ^ task is: TASK: Get expected mount device based on device type 172629 1726888967.68966: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888967.68968: getting variables 172629 1726888967.68969: in VariableManager get_vars() 172629 1726888967.68978: Calling all_inventory to load vars for managed_node1 172629 1726888967.68980: Calling groups_inventory to load vars for managed_node1 172629 1726888967.68982: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888967.68988: Calling all_plugins_play to load vars for managed_node1 172629 1726888967.68990: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888967.68993: Calling groups_plugins_play to load vars for managed_node1 172629 1726888967.69836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888967.71037: done with get_vars() 172629 1726888967.71051: done getting variables 172629 1726888967.71093: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Friday 20 September 2024 23:22:47 -0400 (0:00:00.284) 0:01:07.991 ****** 172629 1726888967.71121: entering _queue_task() for managed_node1/set_fact 172629 1726888967.71874: worker is 1 (out of 1 available) 172629 1726888967.71888: exiting _queue_task() for managed_node1/set_fact 172629 1726888967.71902: done queuing things up, now waiting for results queue to drain 172629 1726888967.71904: waiting for pending results... 172629 1726888967.72576: running TaskExecutor() for managed_node1/TASK: Get expected mount device based on device type 172629 1726888967.72582: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010a2 172629 1726888967.72586: variable 'ansible_search_path' from source: unknown 172629 1726888967.72961: calling self._execute() 172629 1726888967.72966: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.72969: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.72972: variable 'omit' from source: magic vars 172629 1726888967.73104: variable 'omit' from source: magic vars 172629 1726888967.73173: variable 'omit' from source: magic vars 172629 1726888967.73610: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888967.74001: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888967.74059: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888967.74133: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888967.74200: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888967.74299: 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) 172629 1726888967.74341: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 172629 1726888967.74375: 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) 172629 1726888967.74418: 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) 172629 1726888967.74473: 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) 172629 1726888967.74516: 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) 172629 1726888967.74558: 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) 172629 1726888967.74596: 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) 172629 1726888967.74828: variable '_storage_test_volume_present' from source: set_fact 172629 1726888967.74840: variable 'storage_test_volume' from source: include params 172629 1726888967.74897: variable 'omit' from source: magic vars 172629 1726888967.74927: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888967.75060: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888967.75064: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888967.75066: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888967.75069: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888967.75073: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888967.75075: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.75077: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.75180: Set connection var ansible_timeout to 10 172629 1726888967.75189: Set connection var ansible_shell_type to sh 172629 1726888967.75202: Set connection var ansible_pipelining to False 172629 1726888967.75210: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888967.75217: Set connection var ansible_shell_executable to /bin/sh 172629 1726888967.75222: Set connection var ansible_connection to ssh 172629 1726888967.75292: variable 'ansible_shell_executable' from source: unknown 172629 1726888967.75295: variable 'ansible_connection' from source: unknown 172629 1726888967.75298: variable 'ansible_module_compression' from source: unknown 172629 1726888967.75300: variable 'ansible_shell_type' from source: unknown 172629 1726888967.75302: variable 'ansible_shell_executable' from source: unknown 172629 1726888967.75304: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.75311: variable 'ansible_pipelining' from source: unknown 172629 1726888967.75313: variable 'ansible_timeout' from source: unknown 172629 1726888967.75315: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.75403: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888967.75423: variable 'omit' from source: magic vars 172629 1726888967.75431: starting attempt loop 172629 1726888967.75436: running the handler 172629 1726888967.75449: handler run complete 172629 1726888967.75484: attempt loop complete, returning result 172629 1726888967.75487: _execute() done 172629 1726888967.75489: dumping result to json 172629 1726888967.75491: done dumping result, returning 172629 1726888967.75520: done running TaskExecutor() for managed_node1/TASK: Get expected mount device based on device type [0affc8a3-6f6f-d0a8-add8-0000000010a2] 172629 1726888967.75528: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010a2 ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } 172629 1726888967.75674: no more pending results, returning what we have 172629 1726888967.75683: results queue empty 172629 1726888967.75684: checking for any_errors_fatal 172629 1726888967.75685: done checking for any_errors_fatal 172629 1726888967.75686: checking for max_fail_percentage 172629 1726888967.75687: done checking for max_fail_percentage 172629 1726888967.75688: checking to see if all hosts have failed and the running result is not ok 172629 1726888967.75689: done checking to see if all hosts have failed 172629 1726888967.75689: getting the remaining hosts for this loop 172629 1726888967.75691: done getting the remaining hosts for this loop 172629 1726888967.75695: getting the next task for host managed_node1 172629 1726888967.75702: done getting next task for host managed_node1 172629 1726888967.75704: ^ task is: TASK: Set some facts 172629 1726888967.75708: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888967.75718: getting variables 172629 1726888967.75719: in VariableManager get_vars() 172629 1726888967.75753: Calling all_inventory to load vars for managed_node1 172629 1726888967.75759: Calling groups_inventory to load vars for managed_node1 172629 1726888967.75763: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888967.75773: Calling all_plugins_play to load vars for managed_node1 172629 1726888967.75776: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888967.75779: Calling groups_plugins_play to load vars for managed_node1 172629 1726888967.76402: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010a2 172629 1726888967.76405: WORKER PROCESS EXITING 172629 1726888967.77047: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888967.78931: done with get_vars() 172629 1726888967.78949: done getting variables 172629 1726888967.79210: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set some facts] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Friday 20 September 2024 23:22:47 -0400 (0:00:00.081) 0:01:08.072 ****** 172629 1726888967.79242: entering _queue_task() for managed_node1/set_fact 172629 1726888967.79985: worker is 1 (out of 1 available) 172629 1726888967.79996: exiting _queue_task() for managed_node1/set_fact 172629 1726888967.80007: done queuing things up, now waiting for results queue to drain 172629 1726888967.80008: waiting for pending results... 172629 1726888967.80244: running TaskExecutor() for managed_node1/TASK: Set some facts 172629 1726888967.80363: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010a3 172629 1726888967.80581: variable 'ansible_search_path' from source: unknown 172629 1726888967.80613: calling self._execute() 172629 1726888967.80715: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.80722: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.80732: variable 'omit' from source: magic vars 172629 1726888967.81037: variable 'omit' from source: magic vars 172629 1726888967.81092: variable 'omit' from source: magic vars 172629 1726888967.81795: variable '_storage_test_volume_present' from source: set_fact 172629 1726888967.81801: variable 'storage_test_volume' from source: include params 172629 1726888967.82286: variable 'storage_test_volume' from source: include params 172629 1726888967.82297: variable 'mount_prefix' from source: task vars 172629 1726888967.82745: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888967.86139: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888967.86228: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888967.86260: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888967.86460: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888967.86463: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888967.86467: 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) 172629 1726888967.86469: 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) 172629 1726888967.86471: 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) 172629 1726888967.86501: 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) 172629 1726888967.86516: 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) 172629 1726888967.86768: variable '__storage_is_ostree' from source: set_fact 172629 1726888967.86771: variable 'storage_test_volume' from source: include params 172629 1726888967.86773: variable 'omit' from source: magic vars 172629 1726888967.86776: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888967.86799: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888967.86820: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888967.86838: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888967.86849: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888967.86884: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888967.86888: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.86890: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.86995: Set connection var ansible_timeout to 10 172629 1726888967.87000: Set connection var ansible_shell_type to sh 172629 1726888967.87008: Set connection var ansible_pipelining to False 172629 1726888967.87013: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888967.87019: Set connection var ansible_shell_executable to /bin/sh 172629 1726888967.87021: Set connection var ansible_connection to ssh 172629 1726888967.87044: variable 'ansible_shell_executable' from source: unknown 172629 1726888967.87047: variable 'ansible_connection' from source: unknown 172629 1726888967.87049: variable 'ansible_module_compression' from source: unknown 172629 1726888967.87052: variable 'ansible_shell_type' from source: unknown 172629 1726888967.87058: variable 'ansible_shell_executable' from source: unknown 172629 1726888967.87060: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.87062: variable 'ansible_pipelining' from source: unknown 172629 1726888967.87065: variable 'ansible_timeout' from source: unknown 172629 1726888967.87069: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.87263: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888967.87266: variable 'omit' from source: magic vars 172629 1726888967.87269: starting attempt loop 172629 1726888967.87272: running the handler 172629 1726888967.87274: handler run complete 172629 1726888967.87276: attempt loop complete, returning result 172629 1726888967.87278: _execute() done 172629 1726888967.87280: dumping result to json 172629 1726888967.87282: done dumping result, returning 172629 1726888967.87284: done running TaskExecutor() for managed_node1/TASK: Set some facts [0affc8a3-6f6f-d0a8-add8-0000000010a3] 172629 1726888967.87285: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010a3 172629 1726888967.87351: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010a3 172629 1726888967.87358: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test", "storage_test_swap_expected_matches": "0" }, "changed": false } 172629 1726888967.87415: no more pending results, returning what we have 172629 1726888967.87418: results queue empty 172629 1726888967.87419: checking for any_errors_fatal 172629 1726888967.87428: done checking for any_errors_fatal 172629 1726888967.87428: checking for max_fail_percentage 172629 1726888967.87430: done checking for max_fail_percentage 172629 1726888967.87431: checking to see if all hosts have failed and the running result is not ok 172629 1726888967.87432: done checking to see if all hosts have failed 172629 1726888967.87432: getting the remaining hosts for this loop 172629 1726888967.87434: done getting the remaining hosts for this loop 172629 1726888967.87437: getting the next task for host managed_node1 172629 1726888967.87444: done getting next task for host managed_node1 172629 1726888967.87447: ^ task is: TASK: Get information about the mountpoint directory 172629 1726888967.87451: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888967.87466: getting variables 172629 1726888967.87468: in VariableManager get_vars() 172629 1726888967.87502: Calling all_inventory to load vars for managed_node1 172629 1726888967.87505: Calling groups_inventory to load vars for managed_node1 172629 1726888967.87509: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888967.87519: Calling all_plugins_play to load vars for managed_node1 172629 1726888967.87522: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888967.87524: Calling groups_plugins_play to load vars for managed_node1 172629 1726888967.88668: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888967.89561: done with get_vars() 172629 1726888967.89578: done getting variables TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Friday 20 September 2024 23:22:47 -0400 (0:00:00.104) 0:01:08.176 ****** 172629 1726888967.89669: entering _queue_task() for managed_node1/stat 172629 1726888967.89957: worker is 1 (out of 1 available) 172629 1726888967.89969: exiting _queue_task() for managed_node1/stat 172629 1726888967.89983: done queuing things up, now waiting for results queue to drain 172629 1726888967.89985: waiting for pending results... 172629 1726888967.90573: running TaskExecutor() for managed_node1/TASK: Get information about the mountpoint directory 172629 1726888967.90762: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010a4 172629 1726888967.90767: variable 'ansible_search_path' from source: unknown 172629 1726888967.90771: calling self._execute() 172629 1726888967.90776: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.90779: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.90782: variable 'omit' from source: magic vars 172629 1726888967.90984: variable '_storage_test_volume_present' from source: set_fact 172629 1726888967.90988: variable 'storage_test_volume' from source: include params 172629 1726888967.91027: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)): False 172629 1726888967.91031: when evaluation is False, skipping this task 172629 1726888967.91033: _execute() done 172629 1726888967.91036: dumping result to json 172629 1726888967.91039: done dumping result, returning 172629 1726888967.91042: done running TaskExecutor() for managed_node1/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-d0a8-add8-0000000010a4] 172629 1726888967.91048: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010a4 172629 1726888967.91145: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010a4 172629 1726888967.91148: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } 172629 1726888967.91200: no more pending results, returning what we have 172629 1726888967.91204: results queue empty 172629 1726888967.91205: checking for any_errors_fatal 172629 1726888967.91212: done checking for any_errors_fatal 172629 1726888967.91213: checking for max_fail_percentage 172629 1726888967.91215: done checking for max_fail_percentage 172629 1726888967.91216: checking to see if all hosts have failed and the running result is not ok 172629 1726888967.91216: done checking to see if all hosts have failed 172629 1726888967.91217: getting the remaining hosts for this loop 172629 1726888967.91219: done getting the remaining hosts for this loop 172629 1726888967.91223: getting the next task for host managed_node1 172629 1726888967.91231: done getting next task for host managed_node1 172629 1726888967.91234: ^ task is: TASK: Verify the current mount state by device 172629 1726888967.91239: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888967.91242: getting variables 172629 1726888967.91244: in VariableManager get_vars() 172629 1726888967.91282: Calling all_inventory to load vars for managed_node1 172629 1726888967.91285: Calling groups_inventory to load vars for managed_node1 172629 1726888967.91290: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888967.91304: Calling all_plugins_play to load vars for managed_node1 172629 1726888967.91308: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888967.91312: Calling groups_plugins_play to load vars for managed_node1 172629 1726888967.91988: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888967.92549: done with get_vars() 172629 1726888967.92565: done getting variables 172629 1726888967.92621: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Friday 20 September 2024 23:22:47 -0400 (0:00:00.029) 0:01:08.206 ****** 172629 1726888967.92650: entering _queue_task() for managed_node1/assert 172629 1726888967.92903: worker is 1 (out of 1 available) 172629 1726888967.92915: exiting _queue_task() for managed_node1/assert 172629 1726888967.92928: done queuing things up, now waiting for results queue to drain 172629 1726888967.92929: waiting for pending results... 172629 1726888967.93273: running TaskExecutor() for managed_node1/TASK: Verify the current mount state by device 172629 1726888967.93462: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010a5 172629 1726888967.93466: variable 'ansible_search_path' from source: unknown 172629 1726888967.93470: calling self._execute() 172629 1726888967.93473: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.93661: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.93665: variable 'omit' from source: magic vars 172629 1726888967.93820: variable '_storage_test_volume_present' from source: set_fact 172629 1726888967.93834: Evaluated conditional (_storage_test_volume_present): True 172629 1726888967.93840: variable 'omit' from source: magic vars 172629 1726888967.93896: variable 'omit' from source: magic vars 172629 1726888967.94062: variable 'storage_test_volume' from source: include params 172629 1726888967.94071: variable 'omit' from source: magic vars 172629 1726888967.94112: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888967.94148: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888967.94174: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888967.94191: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888967.94203: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888967.94233: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888967.94236: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.94238: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.94341: Set connection var ansible_timeout to 10 172629 1726888967.94344: Set connection var ansible_shell_type to sh 172629 1726888967.94352: Set connection var ansible_pipelining to False 172629 1726888967.94359: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888967.94560: Set connection var ansible_shell_executable to /bin/sh 172629 1726888967.94563: Set connection var ansible_connection to ssh 172629 1726888967.94566: variable 'ansible_shell_executable' from source: unknown 172629 1726888967.94568: variable 'ansible_connection' from source: unknown 172629 1726888967.94570: variable 'ansible_module_compression' from source: unknown 172629 1726888967.94573: variable 'ansible_shell_type' from source: unknown 172629 1726888967.94575: variable 'ansible_shell_executable' from source: unknown 172629 1726888967.94576: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.94578: variable 'ansible_pipelining' from source: unknown 172629 1726888967.94581: variable 'ansible_timeout' from source: unknown 172629 1726888967.94760: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.94769: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888967.94772: variable 'omit' from source: magic vars 172629 1726888967.94775: starting attempt loop 172629 1726888967.94777: running the handler 172629 1726888967.94779: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888967.94782: variable 'storage_test_volume' from source: include params 172629 1726888967.94787: variable 'storage_test_mount_expected_mount_point' from source: set_fact 172629 1726888967.94795: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].mountpoint == storage_test_mount_expected_mount_point): True 172629 1726888967.94801: handler run complete 172629 1726888967.94817: attempt loop complete, returning result 172629 1726888967.94820: _execute() done 172629 1726888967.94822: dumping result to json 172629 1726888967.94825: done dumping result, returning 172629 1726888967.94831: done running TaskExecutor() for managed_node1/TASK: Verify the current mount state by device [0affc8a3-6f6f-d0a8-add8-0000000010a5] 172629 1726888967.94836: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010a5 172629 1726888967.94924: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010a5 172629 1726888967.94928: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888967.94982: no more pending results, returning what we have 172629 1726888967.94986: results queue empty 172629 1726888967.94987: checking for any_errors_fatal 172629 1726888967.94997: done checking for any_errors_fatal 172629 1726888967.94997: checking for max_fail_percentage 172629 1726888967.94999: done checking for max_fail_percentage 172629 1726888967.95000: checking to see if all hosts have failed and the running result is not ok 172629 1726888967.95001: done checking to see if all hosts have failed 172629 1726888967.95002: getting the remaining hosts for this loop 172629 1726888967.95004: done getting the remaining hosts for this loop 172629 1726888967.95007: getting the next task for host managed_node1 172629 1726888967.95014: done getting next task for host managed_node1 172629 1726888967.95017: ^ task is: TASK: Verify mount directory user 172629 1726888967.95022: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888967.95026: getting variables 172629 1726888967.95027: in VariableManager get_vars() 172629 1726888967.95066: Calling all_inventory to load vars for managed_node1 172629 1726888967.95069: Calling groups_inventory to load vars for managed_node1 172629 1726888967.95072: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888967.95084: Calling all_plugins_play to load vars for managed_node1 172629 1726888967.95087: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888967.95091: Calling groups_plugins_play to load vars for managed_node1 172629 1726888967.95814: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888967.96432: done with get_vars() 172629 1726888967.96446: done getting variables 172629 1726888967.96500: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Friday 20 September 2024 23:22:47 -0400 (0:00:00.038) 0:01:08.245 ****** 172629 1726888967.96533: entering _queue_task() for managed_node1/assert 172629 1726888967.96982: worker is 1 (out of 1 available) 172629 1726888967.96992: exiting _queue_task() for managed_node1/assert 172629 1726888967.97003: done queuing things up, now waiting for results queue to drain 172629 1726888967.97005: waiting for pending results... 172629 1726888967.97272: running TaskExecutor() for managed_node1/TASK: Verify mount directory user 172629 1726888967.97279: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010a6 172629 1726888967.97283: variable 'ansible_search_path' from source: unknown 172629 1726888967.97286: calling self._execute() 172629 1726888967.97394: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888967.97398: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888967.97408: variable 'omit' from source: magic vars 172629 1726888967.97990: variable '_storage_test_volume_present' from source: set_fact 172629 1726888967.97998: variable 'storage_test_volume' from source: include params 172629 1726888967.98034: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 172629 1726888967.98037: when evaluation is False, skipping this task 172629 1726888967.98042: _execute() done 172629 1726888967.98044: dumping result to json 172629 1726888967.98047: done dumping result, returning 172629 1726888967.98049: done running TaskExecutor() for managed_node1/TASK: Verify mount directory user [0affc8a3-6f6f-d0a8-add8-0000000010a6] 172629 1726888967.98059: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010a6 172629 1726888967.98172: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010a6 skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } 172629 1726888967.98224: no more pending results, returning what we have 172629 1726888967.98228: results queue empty 172629 1726888967.98229: checking for any_errors_fatal 172629 1726888967.98240: done checking for any_errors_fatal 172629 1726888967.98240: checking for max_fail_percentage 172629 1726888967.98243: done checking for max_fail_percentage 172629 1726888967.98244: checking to see if all hosts have failed and the running result is not ok 172629 1726888967.98245: done checking to see if all hosts have failed 172629 1726888967.98246: getting the remaining hosts for this loop 172629 1726888967.98248: done getting the remaining hosts for this loop 172629 1726888967.98251: getting the next task for host managed_node1 172629 1726888967.98462: done getting next task for host managed_node1 172629 1726888967.98466: ^ task is: TASK: Verify mount directory group 172629 1726888967.98472: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888967.98476: getting variables 172629 1726888967.98478: in VariableManager get_vars() 172629 1726888967.98515: Calling all_inventory to load vars for managed_node1 172629 1726888967.98518: Calling groups_inventory to load vars for managed_node1 172629 1726888967.98521: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888967.98537: Calling all_plugins_play to load vars for managed_node1 172629 1726888967.98540: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888967.98544: Calling groups_plugins_play to load vars for managed_node1 172629 1726888967.99317: WORKER PROCESS EXITING 172629 1726888967.99864: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888968.01712: done with get_vars() 172629 1726888968.01727: done getting variables 172629 1726888968.02296: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Friday 20 September 2024 23:22:48 -0400 (0:00:00.057) 0:01:08.303 ****** 172629 1726888968.02329: entering _queue_task() for managed_node1/assert 172629 1726888968.02630: worker is 1 (out of 1 available) 172629 1726888968.02641: exiting _queue_task() for managed_node1/assert 172629 1726888968.02653: done queuing things up, now waiting for results queue to drain 172629 1726888968.02655: waiting for pending results... 172629 1726888968.03175: running TaskExecutor() for managed_node1/TASK: Verify mount directory group 172629 1726888968.03180: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010a7 172629 1726888968.03183: variable 'ansible_search_path' from source: unknown 172629 1726888968.03185: calling self._execute() 172629 1726888968.03262: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.03266: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.03269: variable 'omit' from source: magic vars 172629 1726888968.03760: variable '_storage_test_volume_present' from source: set_fact 172629 1726888968.03763: variable 'storage_test_volume' from source: include params 172629 1726888968.03765: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 172629 1726888968.03767: when evaluation is False, skipping this task 172629 1726888968.03769: _execute() done 172629 1726888968.03770: dumping result to json 172629 1726888968.03772: done dumping result, returning 172629 1726888968.03774: done running TaskExecutor() for managed_node1/TASK: Verify mount directory group [0affc8a3-6f6f-d0a8-add8-0000000010a7] 172629 1726888968.03776: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010a7 172629 1726888968.03838: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010a7 172629 1726888968.03841: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } 172629 1726888968.03888: no more pending results, returning what we have 172629 1726888968.03892: results queue empty 172629 1726888968.03893: checking for any_errors_fatal 172629 1726888968.03905: done checking for any_errors_fatal 172629 1726888968.03906: checking for max_fail_percentage 172629 1726888968.03908: done checking for max_fail_percentage 172629 1726888968.03909: checking to see if all hosts have failed and the running result is not ok 172629 1726888968.03910: done checking to see if all hosts have failed 172629 1726888968.03910: getting the remaining hosts for this loop 172629 1726888968.03913: done getting the remaining hosts for this loop 172629 1726888968.03917: getting the next task for host managed_node1 172629 1726888968.03924: done getting next task for host managed_node1 172629 1726888968.03927: ^ task is: TASK: Verify mount directory permissions 172629 1726888968.03932: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888968.03937: getting variables 172629 1726888968.03938: in VariableManager get_vars() 172629 1726888968.03976: Calling all_inventory to load vars for managed_node1 172629 1726888968.03979: Calling groups_inventory to load vars for managed_node1 172629 1726888968.03983: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888968.03995: Calling all_plugins_play to load vars for managed_node1 172629 1726888968.03999: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888968.04002: Calling groups_plugins_play to load vars for managed_node1 172629 1726888968.04673: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888968.05283: done with get_vars() 172629 1726888968.05296: done getting variables 172629 1726888968.05352: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Friday 20 September 2024 23:22:48 -0400 (0:00:00.030) 0:01:08.333 ****** 172629 1726888968.05386: entering _queue_task() for managed_node1/assert 172629 1726888968.05626: worker is 1 (out of 1 available) 172629 1726888968.05638: exiting _queue_task() for managed_node1/assert 172629 1726888968.05651: done queuing things up, now waiting for results queue to drain 172629 1726888968.05652: waiting for pending results... 172629 1726888968.05938: running TaskExecutor() for managed_node1/TASK: Verify mount directory permissions 172629 1726888968.06262: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010a8 172629 1726888968.06266: variable 'ansible_search_path' from source: unknown 172629 1726888968.06269: calling self._execute() 172629 1726888968.06272: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.06275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.06278: variable 'omit' from source: magic vars 172629 1726888968.06641: variable '_storage_test_volume_present' from source: set_fact 172629 1726888968.06648: variable 'storage_test_volume' from source: include params 172629 1726888968.06685: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 172629 1726888968.06688: when evaluation is False, skipping this task 172629 1726888968.06691: _execute() done 172629 1726888968.06694: dumping result to json 172629 1726888968.06696: done dumping result, returning 172629 1726888968.06698: done running TaskExecutor() for managed_node1/TASK: Verify mount directory permissions [0affc8a3-6f6f-d0a8-add8-0000000010a8] 172629 1726888968.06705: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010a8 172629 1726888968.06803: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010a8 172629 1726888968.06807: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } 172629 1726888968.06857: no more pending results, returning what we have 172629 1726888968.06861: results queue empty 172629 1726888968.06863: checking for any_errors_fatal 172629 1726888968.06874: done checking for any_errors_fatal 172629 1726888968.06874: checking for max_fail_percentage 172629 1726888968.06877: done checking for max_fail_percentage 172629 1726888968.06878: checking to see if all hosts have failed and the running result is not ok 172629 1726888968.06879: done checking to see if all hosts have failed 172629 1726888968.06880: getting the remaining hosts for this loop 172629 1726888968.06882: done getting the remaining hosts for this loop 172629 1726888968.06885: getting the next task for host managed_node1 172629 1726888968.06894: done getting next task for host managed_node1 172629 1726888968.06897: ^ task is: TASK: Get path of test volume device 172629 1726888968.06903: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888968.06906: getting variables 172629 1726888968.06908: in VariableManager get_vars() 172629 1726888968.06944: Calling all_inventory to load vars for managed_node1 172629 1726888968.06948: Calling groups_inventory to load vars for managed_node1 172629 1726888968.06951: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888968.06966: Calling all_plugins_play to load vars for managed_node1 172629 1726888968.06970: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888968.06973: Calling groups_plugins_play to load vars for managed_node1 172629 1726888968.07682: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888968.08312: done with get_vars() 172629 1726888968.08325: done getting variables 172629 1726888968.08381: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Friday 20 September 2024 23:22:48 -0400 (0:00:00.030) 0:01:08.364 ****** 172629 1726888968.08411: entering _queue_task() for managed_node1/command 172629 1726888968.08644: worker is 1 (out of 1 available) 172629 1726888968.08860: exiting _queue_task() for managed_node1/command 172629 1726888968.08870: done queuing things up, now waiting for results queue to drain 172629 1726888968.08871: waiting for pending results... 172629 1726888968.09174: running TaskExecutor() for managed_node1/TASK: Get path of test volume device 172629 1726888968.09180: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010a9 172629 1726888968.09183: variable 'ansible_search_path' from source: unknown 172629 1726888968.09186: calling self._execute() 172629 1726888968.09362: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.09366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.09369: variable 'omit' from source: magic vars 172629 1726888968.09596: variable 'storage_test_volume' from source: include params 172629 1726888968.09629: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 172629 1726888968.09633: when evaluation is False, skipping this task 172629 1726888968.09640: _execute() done 172629 1726888968.09642: dumping result to json 172629 1726888968.09646: done dumping result, returning 172629 1726888968.09657: done running TaskExecutor() for managed_node1/TASK: Get path of test volume device [0affc8a3-6f6f-d0a8-add8-0000000010a9] 172629 1726888968.09660: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010a9 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 172629 1726888968.09798: no more pending results, returning what we have 172629 1726888968.09802: results queue empty 172629 1726888968.09803: checking for any_errors_fatal 172629 1726888968.09811: done checking for any_errors_fatal 172629 1726888968.09811: checking for max_fail_percentage 172629 1726888968.09813: done checking for max_fail_percentage 172629 1726888968.09814: checking to see if all hosts have failed and the running result is not ok 172629 1726888968.09815: done checking to see if all hosts have failed 172629 1726888968.09815: getting the remaining hosts for this loop 172629 1726888968.09817: done getting the remaining hosts for this loop 172629 1726888968.09820: getting the next task for host managed_node1 172629 1726888968.09828: done getting next task for host managed_node1 172629 1726888968.09830: ^ task is: TASK: Gather swap info 172629 1726888968.09835: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888968.09839: getting variables 172629 1726888968.09840: in VariableManager get_vars() 172629 1726888968.09876: Calling all_inventory to load vars for managed_node1 172629 1726888968.09879: Calling groups_inventory to load vars for managed_node1 172629 1726888968.09883: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888968.09898: Calling all_plugins_play to load vars for managed_node1 172629 1726888968.09901: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888968.09906: Calling groups_plugins_play to load vars for managed_node1 172629 1726888968.10662: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010a9 172629 1726888968.10801: WORKER PROCESS EXITING 172629 1726888968.10815: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888968.12028: done with get_vars() 172629 1726888968.12042: done getting variables 172629 1726888968.12098: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Gather swap info] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Friday 20 September 2024 23:22:48 -0400 (0:00:00.037) 0:01:08.401 ****** 172629 1726888968.12128: entering _queue_task() for managed_node1/command 172629 1726888968.12797: worker is 1 (out of 1 available) 172629 1726888968.12809: exiting _queue_task() for managed_node1/command 172629 1726888968.12821: done queuing things up, now waiting for results queue to drain 172629 1726888968.12823: waiting for pending results... 172629 1726888968.13158: running TaskExecutor() for managed_node1/TASK: Gather swap info 172629 1726888968.13661: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010aa 172629 1726888968.13665: variable 'ansible_search_path' from source: unknown 172629 1726888968.13668: calling self._execute() 172629 1726888968.13670: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.13672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.14063: variable 'omit' from source: magic vars 172629 1726888968.14674: variable 'storage_test_volume' from source: include params 172629 1726888968.14715: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 172629 1726888968.14722: when evaluation is False, skipping this task 172629 1726888968.14728: _execute() done 172629 1726888968.14735: dumping result to json 172629 1726888968.14741: done dumping result, returning 172629 1726888968.14751: done running TaskExecutor() for managed_node1/TASK: Gather swap info [0affc8a3-6f6f-d0a8-add8-0000000010aa] 172629 1726888968.14766: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010aa skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 172629 1726888968.14956: no more pending results, returning what we have 172629 1726888968.14962: results queue empty 172629 1726888968.14963: checking for any_errors_fatal 172629 1726888968.14970: done checking for any_errors_fatal 172629 1726888968.14971: checking for max_fail_percentage 172629 1726888968.14973: done checking for max_fail_percentage 172629 1726888968.14974: checking to see if all hosts have failed and the running result is not ok 172629 1726888968.14974: done checking to see if all hosts have failed 172629 1726888968.14975: getting the remaining hosts for this loop 172629 1726888968.14977: done getting the remaining hosts for this loop 172629 1726888968.14980: getting the next task for host managed_node1 172629 1726888968.14988: done getting next task for host managed_node1 172629 1726888968.14990: ^ task is: TASK: Verify swap status 172629 1726888968.14995: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888968.15000: getting variables 172629 1726888968.15002: in VariableManager get_vars() 172629 1726888968.15039: Calling all_inventory to load vars for managed_node1 172629 1726888968.15042: Calling groups_inventory to load vars for managed_node1 172629 1726888968.15046: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888968.15264: Calling all_plugins_play to load vars for managed_node1 172629 1726888968.15269: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888968.15275: Calling groups_plugins_play to load vars for managed_node1 172629 1726888968.15808: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010aa 172629 1726888968.15812: WORKER PROCESS EXITING 172629 1726888968.16143: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888968.17559: done with get_vars() 172629 1726888968.17578: done getting variables 172629 1726888968.17637: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify swap status] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Friday 20 September 2024 23:22:48 -0400 (0:00:00.055) 0:01:08.456 ****** 172629 1726888968.17672: entering _queue_task() for managed_node1/assert 172629 1726888968.18292: worker is 1 (out of 1 available) 172629 1726888968.18301: exiting _queue_task() for managed_node1/assert 172629 1726888968.18313: done queuing things up, now waiting for results queue to drain 172629 1726888968.18315: waiting for pending results... 172629 1726888968.18708: running TaskExecutor() for managed_node1/TASK: Verify swap status 172629 1726888968.19114: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010ab 172629 1726888968.19118: variable 'ansible_search_path' from source: unknown 172629 1726888968.19121: calling self._execute() 172629 1726888968.19308: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.19321: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.19384: variable 'omit' from source: magic vars 172629 1726888968.20179: variable 'storage_test_volume' from source: include params 172629 1726888968.20284: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 172629 1726888968.20292: when evaluation is False, skipping this task 172629 1726888968.20301: _execute() done 172629 1726888968.20360: dumping result to json 172629 1726888968.20369: done dumping result, returning 172629 1726888968.20379: done running TaskExecutor() for managed_node1/TASK: Verify swap status [0affc8a3-6f6f-d0a8-add8-0000000010ab] 172629 1726888968.20388: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ab skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 172629 1726888968.20565: no more pending results, returning what we have 172629 1726888968.20570: results queue empty 172629 1726888968.20571: checking for any_errors_fatal 172629 1726888968.20583: done checking for any_errors_fatal 172629 1726888968.20583: checking for max_fail_percentage 172629 1726888968.20585: done checking for max_fail_percentage 172629 1726888968.20586: checking to see if all hosts have failed and the running result is not ok 172629 1726888968.20587: done checking to see if all hosts have failed 172629 1726888968.20587: getting the remaining hosts for this loop 172629 1726888968.20590: done getting the remaining hosts for this loop 172629 1726888968.20593: getting the next task for host managed_node1 172629 1726888968.20600: done getting next task for host managed_node1 172629 1726888968.20603: ^ task is: TASK: Unset facts 172629 1726888968.20608: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888968.20612: getting variables 172629 1726888968.20613: in VariableManager get_vars() 172629 1726888968.20648: Calling all_inventory to load vars for managed_node1 172629 1726888968.20651: Calling groups_inventory to load vars for managed_node1 172629 1726888968.20654: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888968.20671: Calling all_plugins_play to load vars for managed_node1 172629 1726888968.20675: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888968.20678: Calling groups_plugins_play to load vars for managed_node1 172629 1726888968.21224: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ab 172629 1726888968.21228: WORKER PROCESS EXITING 172629 1726888968.21700: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888968.22880: done with get_vars() 172629 1726888968.22895: done getting variables 172629 1726888968.22954: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Unset facts] ************************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Friday 20 September 2024 23:22:48 -0400 (0:00:00.053) 0:01:08.509 ****** 172629 1726888968.22988: entering _queue_task() for managed_node1/set_fact 172629 1726888968.23693: worker is 1 (out of 1 available) 172629 1726888968.23704: exiting _queue_task() for managed_node1/set_fact 172629 1726888968.23716: done queuing things up, now waiting for results queue to drain 172629 1726888968.23717: waiting for pending results... 172629 1726888968.24075: running TaskExecutor() for managed_node1/TASK: Unset facts 172629 1726888968.24242: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010ac 172629 1726888968.24326: variable 'ansible_search_path' from source: unknown 172629 1726888968.24368: calling self._execute() 172629 1726888968.24594: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.24811: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.25160: variable 'omit' from source: magic vars 172629 1726888968.25561: variable 'omit' from source: magic vars 172629 1726888968.25565: variable 'omit' from source: magic vars 172629 1726888968.25567: variable 'omit' from source: magic vars 172629 1726888968.25570: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888968.26361: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888968.26364: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888968.26367: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888968.26370: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888968.26372: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888968.26374: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.26376: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.26760: Set connection var ansible_timeout to 10 172629 1726888968.26764: Set connection var ansible_shell_type to sh 172629 1726888968.26766: Set connection var ansible_pipelining to False 172629 1726888968.26769: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888968.26771: Set connection var ansible_shell_executable to /bin/sh 172629 1726888968.26773: Set connection var ansible_connection to ssh 172629 1726888968.26775: variable 'ansible_shell_executable' from source: unknown 172629 1726888968.26778: variable 'ansible_connection' from source: unknown 172629 1726888968.26779: variable 'ansible_module_compression' from source: unknown 172629 1726888968.26781: variable 'ansible_shell_type' from source: unknown 172629 1726888968.26784: variable 'ansible_shell_executable' from source: unknown 172629 1726888968.26786: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.26788: variable 'ansible_pipelining' from source: unknown 172629 1726888968.26790: variable 'ansible_timeout' from source: unknown 172629 1726888968.26792: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.26985: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888968.27004: variable 'omit' from source: magic vars 172629 1726888968.27014: starting attempt loop 172629 1726888968.27022: running the handler 172629 1726888968.27041: handler run complete 172629 1726888968.27061: attempt loop complete, returning result 172629 1726888968.27069: _execute() done 172629 1726888968.27076: dumping result to json 172629 1726888968.27084: done dumping result, returning 172629 1726888968.27097: done running TaskExecutor() for managed_node1/TASK: Unset facts [0affc8a3-6f6f-d0a8-add8-0000000010ac] 172629 1726888968.27106: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ac ok: [managed_node1] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } 172629 1726888968.27267: no more pending results, returning what we have 172629 1726888968.27271: results queue empty 172629 1726888968.27272: checking for any_errors_fatal 172629 1726888968.27280: done checking for any_errors_fatal 172629 1726888968.27281: checking for max_fail_percentage 172629 1726888968.27283: done checking for max_fail_percentage 172629 1726888968.27284: checking to see if all hosts have failed and the running result is not ok 172629 1726888968.27285: done checking to see if all hosts have failed 172629 1726888968.27286: getting the remaining hosts for this loop 172629 1726888968.27288: done getting the remaining hosts for this loop 172629 1726888968.27291: getting the next task for host managed_node1 172629 1726888968.27302: done getting next task for host managed_node1 172629 1726888968.27304: ^ task is: TASK: Set some variables for fstab checking 172629 1726888968.27310: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888968.27314: getting variables 172629 1726888968.27316: in VariableManager get_vars() 172629 1726888968.27353: Calling all_inventory to load vars for managed_node1 172629 1726888968.27562: Calling groups_inventory to load vars for managed_node1 172629 1726888968.27567: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888968.27577: Calling all_plugins_play to load vars for managed_node1 172629 1726888968.27580: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888968.27584: Calling groups_plugins_play to load vars for managed_node1 172629 1726888968.28263: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ac 172629 1726888968.28268: WORKER PROCESS EXITING 172629 1726888968.28606: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888968.30459: done with get_vars() 172629 1726888968.30589: done getting variables 172629 1726888968.30639: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Friday 20 September 2024 23:22:48 -0400 (0:00:00.077) 0:01:08.587 ****** 172629 1726888968.30773: entering _queue_task() for managed_node1/set_fact 172629 1726888968.31432: worker is 1 (out of 1 available) 172629 1726888968.31446: exiting _queue_task() for managed_node1/set_fact 172629 1726888968.31797: done queuing things up, now waiting for results queue to drain 172629 1726888968.31799: waiting for pending results... 172629 1726888968.31964: running TaskExecutor() for managed_node1/TASK: Set some variables for fstab checking 172629 1726888968.32387: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010b0 172629 1726888968.32441: variable 'ansible_search_path' from source: unknown 172629 1726888968.32479: calling self._execute() 172629 1726888968.32795: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.32801: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.32864: variable 'omit' from source: magic vars 172629 1726888968.33101: variable 'omit' from source: magic vars 172629 1726888968.33282: variable 'omit' from source: magic vars 172629 1726888968.34188: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888968.37330: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888968.37416: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888968.37464: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888968.37507: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888968.37544: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888968.37622: 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) 172629 1726888968.37661: 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) 172629 1726888968.37692: 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) 172629 1726888968.37735: 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) 172629 1726888968.37759: 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) 172629 1726888968.37808: 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) 172629 1726888968.37836: 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) 172629 1726888968.37870: 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) 172629 1726888968.37912: 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) 172629 1726888968.37930: 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) 172629 1726888968.37994: 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) 172629 1726888968.38017: 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) 172629 1726888968.38039: 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) 172629 1726888968.38079: 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) 172629 1726888968.38096: 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) 172629 1726888968.38254: variable 'storage_test_fstab' from source: set_fact 172629 1726888968.38295: variable 'storage_test_volume' from source: include params 172629 1726888968.38411: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888968.38582: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888968.38660: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888968.38663: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888968.38681: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888968.38721: 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) 172629 1726888968.38750: 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) 172629 1726888968.38781: 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) 172629 1726888968.38813: 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) 172629 1726888968.39066: 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) 172629 1726888968.39162: 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) 172629 1726888968.39164: 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) 172629 1726888968.39167: 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) 172629 1726888968.39173: 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) 172629 1726888968.39382: variable '__mount_point' from source: task vars 172629 1726888968.39459: variable 'storage_test_volume' from source: include params 172629 1726888968.39492: variable 'storage_test_fstab' from source: set_fact 172629 1726888968.39802: variable '_storage_test_volume_present' from source: set_fact 172629 1726888968.39816: variable '__mount_point' from source: task vars 172629 1726888968.39890: variable 'storage_test_volume' from source: include params 172629 1726888968.39910: variable 'storage_test_volume' from source: include params 172629 1726888968.40080: variable '_storage_test_volume_present' from source: set_fact 172629 1726888968.40089: variable '__mount_point' from source: task vars 172629 1726888968.40247: variable 'storage_test_volume' from source: include params 172629 1726888968.40536: variable '__mount_options' from source: task vars 172629 1726888968.40615: variable 'storage_test_volume' from source: include params 172629 1726888968.40634: variable '__mount_point' from source: task vars 172629 1726888968.40710: variable 'storage_test_volume' from source: include params 172629 1726888968.40729: variable 'storage_test_fstab' from source: set_fact 172629 1726888968.40740: variable '__pattern' from source: task vars 172629 1726888968.40833: variable '__mount_point' from source: task vars 172629 1726888968.40910: variable 'storage_test_volume' from source: include params 172629 1726888968.40929: variable '__mount_options' from source: task vars 172629 1726888968.41005: variable 'storage_test_volume' from source: include params 172629 1726888968.41178: variable '_storage_test_volume_present' from source: set_fact 172629 1726888968.41187: variable '__mount_options' from source: task vars 172629 1726888968.41263: variable 'storage_test_volume' from source: include params 172629 1726888968.41293: variable 'omit' from source: magic vars 172629 1726888968.41327: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888968.41364: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888968.41388: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888968.41408: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888968.41421: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888968.41454: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888968.41560: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.41563: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.41581: Set connection var ansible_timeout to 10 172629 1726888968.41591: Set connection var ansible_shell_type to sh 172629 1726888968.41601: Set connection var ansible_pipelining to False 172629 1726888968.41610: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888968.41618: Set connection var ansible_shell_executable to /bin/sh 172629 1726888968.41623: Set connection var ansible_connection to ssh 172629 1726888968.41648: variable 'ansible_shell_executable' from source: unknown 172629 1726888968.41657: variable 'ansible_connection' from source: unknown 172629 1726888968.41665: variable 'ansible_module_compression' from source: unknown 172629 1726888968.41671: variable 'ansible_shell_type' from source: unknown 172629 1726888968.41677: variable 'ansible_shell_executable' from source: unknown 172629 1726888968.41686: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.41693: variable 'ansible_pipelining' from source: unknown 172629 1726888968.41699: variable 'ansible_timeout' from source: unknown 172629 1726888968.41706: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.41811: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888968.41826: variable 'omit' from source: magic vars 172629 1726888968.41836: starting attempt loop 172629 1726888968.41842: running the handler 172629 1726888968.41861: handler run complete 172629 1726888968.41875: attempt loop complete, returning result 172629 1726888968.41881: _execute() done 172629 1726888968.41887: dumping result to json 172629 1726888968.41894: done dumping result, returning 172629 1726888968.41908: done running TaskExecutor() for managed_node1/TASK: Set some variables for fstab checking [0affc8a3-6f6f-d0a8-add8-0000000010b0] 172629 1726888968.42011: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010b0 172629 1726888968.42087: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010b0 172629 1726888968.42090: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d " ], "storage_test_fstab_mount_options_matches": [ " /opt/test ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test " ] }, "changed": false } 172629 1726888968.42180: no more pending results, returning what we have 172629 1726888968.42183: results queue empty 172629 1726888968.42184: checking for any_errors_fatal 172629 1726888968.42194: done checking for any_errors_fatal 172629 1726888968.42195: checking for max_fail_percentage 172629 1726888968.42197: done checking for max_fail_percentage 172629 1726888968.42198: checking to see if all hosts have failed and the running result is not ok 172629 1726888968.42198: done checking to see if all hosts have failed 172629 1726888968.42199: getting the remaining hosts for this loop 172629 1726888968.42201: done getting the remaining hosts for this loop 172629 1726888968.42204: getting the next task for host managed_node1 172629 1726888968.42211: done getting next task for host managed_node1 172629 1726888968.42214: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 172629 1726888968.42219: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888968.42223: getting variables 172629 1726888968.42225: in VariableManager get_vars() 172629 1726888968.42262: Calling all_inventory to load vars for managed_node1 172629 1726888968.42265: Calling groups_inventory to load vars for managed_node1 172629 1726888968.42268: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888968.42281: Calling all_plugins_play to load vars for managed_node1 172629 1726888968.42284: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888968.42287: Calling groups_plugins_play to load vars for managed_node1 172629 1726888968.43097: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888968.43678: done with get_vars() 172629 1726888968.43692: done getting variables 172629 1726888968.43742: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Friday 20 September 2024 23:22:48 -0400 (0:00:00.130) 0:01:08.717 ****** 172629 1726888968.43777: entering _queue_task() for managed_node1/assert 172629 1726888968.44486: worker is 1 (out of 1 available) 172629 1726888968.44494: exiting _queue_task() for managed_node1/assert 172629 1726888968.44505: done queuing things up, now waiting for results queue to drain 172629 1726888968.44506: waiting for pending results... 172629 1726888968.44853: running TaskExecutor() for managed_node1/TASK: Verify that the device identifier appears in /etc/fstab 172629 1726888968.44931: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010b1 172629 1726888968.45003: variable 'ansible_search_path' from source: unknown 172629 1726888968.45272: calling self._execute() 172629 1726888968.45393: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.45489: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.45494: variable 'omit' from source: magic vars 172629 1726888968.46198: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888968.50266: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888968.50352: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888968.50398: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888968.50439: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888968.50472: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888968.50574: variable '_storage_test_volume_present' from source: set_fact 172629 1726888968.50597: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888968.50608: variable 'omit' from source: magic vars 172629 1726888968.50669: variable 'omit' from source: magic vars 172629 1726888968.50710: variable 'omit' from source: magic vars 172629 1726888968.50839: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888968.50843: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888968.50846: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888968.50848: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888968.50851: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888968.50872: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888968.50881: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.50889: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.50999: Set connection var ansible_timeout to 10 172629 1726888968.51011: Set connection var ansible_shell_type to sh 172629 1726888968.51023: Set connection var ansible_pipelining to False 172629 1726888968.51034: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888968.51044: Set connection var ansible_shell_executable to /bin/sh 172629 1726888968.51057: Set connection var ansible_connection to ssh 172629 1726888968.51086: variable 'ansible_shell_executable' from source: unknown 172629 1726888968.51095: variable 'ansible_connection' from source: unknown 172629 1726888968.51103: variable 'ansible_module_compression' from source: unknown 172629 1726888968.51110: variable 'ansible_shell_type' from source: unknown 172629 1726888968.51117: variable 'ansible_shell_executable' from source: unknown 172629 1726888968.51124: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.51133: variable 'ansible_pipelining' from source: unknown 172629 1726888968.51140: variable 'ansible_timeout' from source: unknown 172629 1726888968.51162: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.51262: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888968.51462: variable 'omit' from source: magic vars 172629 1726888968.51465: starting attempt loop 172629 1726888968.51468: running the handler 172629 1726888968.51471: 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) 172629 1726888968.51500: 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) 172629 1726888968.51531: 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) 172629 1726888968.51577: 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) 172629 1726888968.51604: 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) 172629 1726888968.51806: 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) 172629 1726888968.51915: 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) 172629 1726888968.51918: 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) 172629 1726888968.51921: 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) 172629 1726888968.51966: 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) 172629 1726888968.52180: variable 'storage_test_fstab_id_matches' from source: set_fact 172629 1726888968.52191: variable 'storage_test_fstab_expected_id_matches' from source: set_fact 172629 1726888968.52217: Evaluated conditional (storage_test_fstab_id_matches | length == storage_test_fstab_expected_id_matches | int): True 172629 1726888968.52461: handler run complete 172629 1726888968.52464: attempt loop complete, returning result 172629 1726888968.52467: _execute() done 172629 1726888968.52470: dumping result to json 172629 1726888968.52472: done dumping result, returning 172629 1726888968.52474: done running TaskExecutor() for managed_node1/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-d0a8-add8-0000000010b1] 172629 1726888968.52476: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010b1 172629 1726888968.52541: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010b1 172629 1726888968.52544: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888968.52607: no more pending results, returning what we have 172629 1726888968.52610: results queue empty 172629 1726888968.52612: checking for any_errors_fatal 172629 1726888968.52629: done checking for any_errors_fatal 172629 1726888968.52630: checking for max_fail_percentage 172629 1726888968.52632: done checking for max_fail_percentage 172629 1726888968.52633: checking to see if all hosts have failed and the running result is not ok 172629 1726888968.52634: done checking to see if all hosts have failed 172629 1726888968.52635: getting the remaining hosts for this loop 172629 1726888968.52637: done getting the remaining hosts for this loop 172629 1726888968.52640: getting the next task for host managed_node1 172629 1726888968.52648: done getting next task for host managed_node1 172629 1726888968.52651: ^ task is: TASK: Verify the fstab mount point 172629 1726888968.52658: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888968.52664: getting variables 172629 1726888968.52665: in VariableManager get_vars() 172629 1726888968.52703: Calling all_inventory to load vars for managed_node1 172629 1726888968.52706: Calling groups_inventory to load vars for managed_node1 172629 1726888968.52709: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888968.52720: Calling all_plugins_play to load vars for managed_node1 172629 1726888968.52724: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888968.52727: Calling groups_plugins_play to load vars for managed_node1 172629 1726888968.53781: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888968.54392: done with get_vars() 172629 1726888968.54409: done getting variables 172629 1726888968.54467: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Friday 20 September 2024 23:22:48 -0400 (0:00:00.107) 0:01:08.824 ****** 172629 1726888968.54497: entering _queue_task() for managed_node1/assert 172629 1726888968.54775: worker is 1 (out of 1 available) 172629 1726888968.54787: exiting _queue_task() for managed_node1/assert 172629 1726888968.54800: done queuing things up, now waiting for results queue to drain 172629 1726888968.54801: waiting for pending results... 172629 1726888968.55084: running TaskExecutor() for managed_node1/TASK: Verify the fstab mount point 172629 1726888968.55216: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010b2 172629 1726888968.55235: variable 'ansible_search_path' from source: unknown 172629 1726888968.55279: calling self._execute() 172629 1726888968.55410: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.55461: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.55464: variable 'omit' from source: magic vars 172629 1726888968.55963: variable 'omit' from source: magic vars 172629 1726888968.55967: variable 'omit' from source: magic vars 172629 1726888968.56312: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 172629 1726888968.56325: variable 'storage_test_volume' from source: include params 172629 1726888968.56410: variable 'omit' from source: magic vars 172629 1726888968.56454: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888968.56497: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888968.56525: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888968.56546: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888968.56626: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888968.56629: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888968.56631: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.56633: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.56737: Set connection var ansible_timeout to 10 172629 1726888968.56748: Set connection var ansible_shell_type to sh 172629 1726888968.56764: Set connection var ansible_pipelining to False 172629 1726888968.56775: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888968.56785: Set connection var ansible_shell_executable to /bin/sh 172629 1726888968.56792: Set connection var ansible_connection to ssh 172629 1726888968.56815: variable 'ansible_shell_executable' from source: unknown 172629 1726888968.56823: variable 'ansible_connection' from source: unknown 172629 1726888968.56862: variable 'ansible_module_compression' from source: unknown 172629 1726888968.56866: variable 'ansible_shell_type' from source: unknown 172629 1726888968.56868: variable 'ansible_shell_executable' from source: unknown 172629 1726888968.56870: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.56872: variable 'ansible_pipelining' from source: unknown 172629 1726888968.56874: variable 'ansible_timeout' from source: unknown 172629 1726888968.56876: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.57011: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888968.57049: variable 'omit' from source: magic vars 172629 1726888968.57053: starting attempt loop 172629 1726888968.57057: running the handler 172629 1726888968.57228: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888968.59552: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888968.59592: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888968.59657: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888968.59701: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888968.59751: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888968.59879: 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) 172629 1726888968.59887: 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) 172629 1726888968.59926: 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) 172629 1726888968.59971: 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) 172629 1726888968.59989: 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) 172629 1726888968.60044: 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) 172629 1726888968.60107: 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) 172629 1726888968.60110: 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) 172629 1726888968.60151: 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) 172629 1726888968.60177: 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) 172629 1726888968.60291: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 172629 1726888968.60301: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 172629 1726888968.60324: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 172629 1726888968.60434: handler run complete 172629 1726888968.60437: attempt loop complete, returning result 172629 1726888968.60439: _execute() done 172629 1726888968.60442: dumping result to json 172629 1726888968.60444: done dumping result, returning 172629 1726888968.60446: done running TaskExecutor() for managed_node1/TASK: Verify the fstab mount point [0affc8a3-6f6f-d0a8-add8-0000000010b2] 172629 1726888968.60448: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010b2 172629 1726888968.60520: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010b2 172629 1726888968.60522: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888968.60585: no more pending results, returning what we have 172629 1726888968.60589: results queue empty 172629 1726888968.60590: checking for any_errors_fatal 172629 1726888968.60601: done checking for any_errors_fatal 172629 1726888968.60609: checking for max_fail_percentage 172629 1726888968.60611: done checking for max_fail_percentage 172629 1726888968.60612: checking to see if all hosts have failed and the running result is not ok 172629 1726888968.60613: done checking to see if all hosts have failed 172629 1726888968.60614: getting the remaining hosts for this loop 172629 1726888968.60615: done getting the remaining hosts for this loop 172629 1726888968.60619: getting the next task for host managed_node1 172629 1726888968.60627: done getting next task for host managed_node1 172629 1726888968.60630: ^ task is: TASK: Verify mount_options 172629 1726888968.60635: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888968.60640: getting variables 172629 1726888968.60642: in VariableManager get_vars() 172629 1726888968.60785: Calling all_inventory to load vars for managed_node1 172629 1726888968.60788: Calling groups_inventory to load vars for managed_node1 172629 1726888968.60793: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888968.60804: Calling all_plugins_play to load vars for managed_node1 172629 1726888968.60808: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888968.60811: Calling groups_plugins_play to load vars for managed_node1 172629 1726888968.61766: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888968.62356: done with get_vars() 172629 1726888968.62372: done getting variables 172629 1726888968.62429: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount_options] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Friday 20 September 2024 23:22:48 -0400 (0:00:00.079) 0:01:08.904 ****** 172629 1726888968.62463: entering _queue_task() for managed_node1/assert 172629 1726888968.62850: worker is 1 (out of 1 available) 172629 1726888968.63064: exiting _queue_task() for managed_node1/assert 172629 1726888968.63075: done queuing things up, now waiting for results queue to drain 172629 1726888968.63076: waiting for pending results... 172629 1726888968.63183: running TaskExecutor() for managed_node1/TASK: Verify mount_options 172629 1726888968.63320: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010b3 172629 1726888968.63344: variable 'ansible_search_path' from source: unknown 172629 1726888968.63388: calling self._execute() 172629 1726888968.63509: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.63523: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.63549: variable 'omit' from source: magic vars 172629 1726888968.63948: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888968.66531: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888968.66624: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888968.66668: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888968.66710: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888968.66741: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888968.66829: 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) 172629 1726888968.66886: 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) 172629 1726888968.66899: 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) 172629 1726888968.66947: 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) 172629 1726888968.66995: 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) 172629 1726888968.67102: Evaluated conditional (__storage_verify_mount_options | d(false)): False 172629 1726888968.67112: when evaluation is False, skipping this task 172629 1726888968.67125: _execute() done 172629 1726888968.67133: dumping result to json 172629 1726888968.67213: done dumping result, returning 172629 1726888968.67216: done running TaskExecutor() for managed_node1/TASK: Verify mount_options [0affc8a3-6f6f-d0a8-add8-0000000010b3] 172629 1726888968.67218: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010b3 172629 1726888968.67295: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010b3 172629 1726888968.67299: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 172629 1726888968.67351: no more pending results, returning what we have 172629 1726888968.67357: results queue empty 172629 1726888968.67358: checking for any_errors_fatal 172629 1726888968.67366: done checking for any_errors_fatal 172629 1726888968.67367: checking for max_fail_percentage 172629 1726888968.67369: done checking for max_fail_percentage 172629 1726888968.67370: checking to see if all hosts have failed and the running result is not ok 172629 1726888968.67371: done checking to see if all hosts have failed 172629 1726888968.67371: getting the remaining hosts for this loop 172629 1726888968.67374: done getting the remaining hosts for this loop 172629 1726888968.67378: getting the next task for host managed_node1 172629 1726888968.67385: done getting next task for host managed_node1 172629 1726888968.67388: ^ task is: TASK: Verify fingerprint 172629 1726888968.67394: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888968.67399: getting variables 172629 1726888968.67400: in VariableManager get_vars() 172629 1726888968.67437: Calling all_inventory to load vars for managed_node1 172629 1726888968.67441: Calling groups_inventory to load vars for managed_node1 172629 1726888968.67444: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888968.67579: Calling all_plugins_play to load vars for managed_node1 172629 1726888968.67584: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888968.67588: Calling groups_plugins_play to load vars for managed_node1 172629 1726888968.68505: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888968.69137: done with get_vars() 172629 1726888968.69153: done getting variables 172629 1726888968.69247: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Friday 20 September 2024 23:22:48 -0400 (0:00:00.068) 0:01:08.972 ****** 172629 1726888968.69286: entering _queue_task() for managed_node1/assert 172629 1726888968.69743: worker is 1 (out of 1 available) 172629 1726888968.69754: exiting _queue_task() for managed_node1/assert 172629 1726888968.69771: done queuing things up, now waiting for results queue to drain 172629 1726888968.69773: waiting for pending results... 172629 1726888968.70173: running TaskExecutor() for managed_node1/TASK: Verify fingerprint 172629 1726888968.70203: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010b4 172629 1726888968.70296: variable 'ansible_search_path' from source: unknown 172629 1726888968.70592: calling self._execute() 172629 1726888968.70747: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.70763: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.70783: variable 'omit' from source: magic vars 172629 1726888968.71045: variable 'omit' from source: magic vars 172629 1726888968.71200: variable 'omit' from source: magic vars 172629 1726888968.71238: variable 'omit' from source: magic vars 172629 1726888968.71465: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888968.71468: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888968.71585: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888968.71613: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888968.71634: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888968.71700: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888968.71860: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.71863: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.71961: Set connection var ansible_timeout to 10 172629 1726888968.72020: Set connection var ansible_shell_type to sh 172629 1726888968.72229: Set connection var ansible_pipelining to False 172629 1726888968.72232: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888968.72234: Set connection var ansible_shell_executable to /bin/sh 172629 1726888968.72237: Set connection var ansible_connection to ssh 172629 1726888968.72239: variable 'ansible_shell_executable' from source: unknown 172629 1726888968.72241: variable 'ansible_connection' from source: unknown 172629 1726888968.72243: variable 'ansible_module_compression' from source: unknown 172629 1726888968.72245: variable 'ansible_shell_type' from source: unknown 172629 1726888968.72247: variable 'ansible_shell_executable' from source: unknown 172629 1726888968.72251: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.72253: variable 'ansible_pipelining' from source: unknown 172629 1726888968.72256: variable 'ansible_timeout' from source: unknown 172629 1726888968.72259: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.72591: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888968.72609: variable 'omit' from source: magic vars 172629 1726888968.72675: starting attempt loop 172629 1726888968.72686: running the handler 172629 1726888968.73264: variable '__fingerprint' from source: task vars 172629 1726888968.73269: variable 'storage_test_fstab' from source: set_fact 172629 1726888968.73382: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 172629 1726888968.73861: handler run complete 172629 1726888968.73865: attempt loop complete, returning result 172629 1726888968.73869: _execute() done 172629 1726888968.73872: dumping result to json 172629 1726888968.73877: done dumping result, returning 172629 1726888968.73880: done running TaskExecutor() for managed_node1/TASK: Verify fingerprint [0affc8a3-6f6f-d0a8-add8-0000000010b4] 172629 1726888968.73882: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010b4 172629 1726888968.73951: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010b4 172629 1726888968.73954: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888968.74004: no more pending results, returning what we have 172629 1726888968.74008: results queue empty 172629 1726888968.74009: checking for any_errors_fatal 172629 1726888968.74018: done checking for any_errors_fatal 172629 1726888968.74019: checking for max_fail_percentage 172629 1726888968.74021: done checking for max_fail_percentage 172629 1726888968.74022: checking to see if all hosts have failed and the running result is not ok 172629 1726888968.74023: done checking to see if all hosts have failed 172629 1726888968.74024: getting the remaining hosts for this loop 172629 1726888968.74026: done getting the remaining hosts for this loop 172629 1726888968.74029: getting the next task for host managed_node1 172629 1726888968.74037: done getting next task for host managed_node1 172629 1726888968.74040: ^ task is: TASK: Clean up variables 172629 1726888968.74046: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888968.74050: getting variables 172629 1726888968.74052: in VariableManager get_vars() 172629 1726888968.74093: Calling all_inventory to load vars for managed_node1 172629 1726888968.74097: Calling groups_inventory to load vars for managed_node1 172629 1726888968.74101: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888968.74112: Calling all_plugins_play to load vars for managed_node1 172629 1726888968.74116: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888968.74120: Calling groups_plugins_play to load vars for managed_node1 172629 1726888968.75722: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888968.76934: done with get_vars() 172629 1726888968.76949: done getting variables 172629 1726888968.77075: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up variables] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Friday 20 September 2024 23:22:48 -0400 (0:00:00.078) 0:01:09.051 ****** 172629 1726888968.77105: entering _queue_task() for managed_node1/set_fact 172629 1726888968.77384: worker is 1 (out of 1 available) 172629 1726888968.77509: exiting _queue_task() for managed_node1/set_fact 172629 1726888968.77521: done queuing things up, now waiting for results queue to drain 172629 1726888968.77522: waiting for pending results... 172629 1726888968.77838: running TaskExecutor() for managed_node1/TASK: Clean up variables 172629 1726888968.77885: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010b5 172629 1726888968.77907: variable 'ansible_search_path' from source: unknown 172629 1726888968.77958: calling self._execute() 172629 1726888968.78084: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.78096: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.78110: variable 'omit' from source: magic vars 172629 1726888968.78232: variable 'omit' from source: magic vars 172629 1726888968.78305: variable 'omit' from source: magic vars 172629 1726888968.78344: variable 'omit' from source: magic vars 172629 1726888968.78409: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888968.78453: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888968.78495: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888968.78596: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888968.78601: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888968.78603: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888968.78605: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.78607: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.78695: Set connection var ansible_timeout to 10 172629 1726888968.78712: Set connection var ansible_shell_type to sh 172629 1726888968.78730: Set connection var ansible_pipelining to False 172629 1726888968.78741: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888968.78757: Set connection var ansible_shell_executable to /bin/sh 172629 1726888968.78766: Set connection var ansible_connection to ssh 172629 1726888968.78792: variable 'ansible_shell_executable' from source: unknown 172629 1726888968.78804: variable 'ansible_connection' from source: unknown 172629 1726888968.78829: variable 'ansible_module_compression' from source: unknown 172629 1726888968.78833: variable 'ansible_shell_type' from source: unknown 172629 1726888968.78836: variable 'ansible_shell_executable' from source: unknown 172629 1726888968.78925: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.78928: variable 'ansible_pipelining' from source: unknown 172629 1726888968.78930: variable 'ansible_timeout' from source: unknown 172629 1726888968.78934: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.79026: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888968.79053: variable 'omit' from source: magic vars 172629 1726888968.79069: starting attempt loop 172629 1726888968.79142: running the handler 172629 1726888968.79146: handler run complete 172629 1726888968.79149: attempt loop complete, returning result 172629 1726888968.79153: _execute() done 172629 1726888968.79157: dumping result to json 172629 1726888968.79159: done dumping result, returning 172629 1726888968.79162: done running TaskExecutor() for managed_node1/TASK: Clean up variables [0affc8a3-6f6f-d0a8-add8-0000000010b5] 172629 1726888968.79164: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010b5 ok: [managed_node1] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } 172629 1726888968.79422: no more pending results, returning what we have 172629 1726888968.79425: results queue empty 172629 1726888968.79426: checking for any_errors_fatal 172629 1726888968.79434: done checking for any_errors_fatal 172629 1726888968.79435: checking for max_fail_percentage 172629 1726888968.79437: done checking for max_fail_percentage 172629 1726888968.79438: checking to see if all hosts have failed and the running result is not ok 172629 1726888968.79439: done checking to see if all hosts have failed 172629 1726888968.79439: getting the remaining hosts for this loop 172629 1726888968.79441: done getting the remaining hosts for this loop 172629 1726888968.79444: getting the next task for host managed_node1 172629 1726888968.79458: done getting next task for host managed_node1 172629 1726888968.79461: ^ task is: TASK: Verify fs type 172629 1726888968.79469: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888968.79475: getting variables 172629 1726888968.79476: in VariableManager get_vars() 172629 1726888968.79512: Calling all_inventory to load vars for managed_node1 172629 1726888968.79515: Calling groups_inventory to load vars for managed_node1 172629 1726888968.79518: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888968.79531: Calling all_plugins_play to load vars for managed_node1 172629 1726888968.79534: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888968.79538: Calling groups_plugins_play to load vars for managed_node1 172629 1726888968.80169: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010b5 172629 1726888968.80172: WORKER PROCESS EXITING 172629 1726888968.80235: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888968.81173: done with get_vars() 172629 1726888968.81193: done getting variables 172629 1726888968.81249: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fs type] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Friday 20 September 2024 23:22:48 -0400 (0:00:00.041) 0:01:09.092 ****** 172629 1726888968.81286: entering _queue_task() for managed_node1/assert 172629 1726888968.81662: worker is 1 (out of 1 available) 172629 1726888968.81674: exiting _queue_task() for managed_node1/assert 172629 1726888968.81690: done queuing things up, now waiting for results queue to drain 172629 1726888968.81691: waiting for pending results... 172629 1726888968.82024: running TaskExecutor() for managed_node1/TASK: Verify fs type 172629 1726888968.82201: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010b9 172629 1726888968.82221: variable 'ansible_search_path' from source: unknown 172629 1726888968.82266: calling self._execute() 172629 1726888968.82397: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.82412: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.82427: variable 'omit' from source: magic vars 172629 1726888968.82861: variable 'storage_test_volume' from source: include params 172629 1726888968.82906: Evaluated conditional (storage_test_volume.type != "stratis"): True 172629 1726888968.83027: variable 'storage_test_volume' from source: include params 172629 1726888968.83051: Evaluated conditional (storage_test_volume.fs_type): True 172629 1726888968.83174: variable '_storage_test_volume_present' from source: set_fact 172629 1726888968.83185: Evaluated conditional (_storage_test_volume_present): True 172629 1726888968.83195: variable 'omit' from source: magic vars 172629 1726888968.83288: variable 'omit' from source: magic vars 172629 1726888968.83359: variable 'omit' from source: magic vars 172629 1726888968.83401: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888968.83441: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888968.83565: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888968.83569: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888968.83577: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888968.83581: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888968.83583: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.83589: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.83719: Set connection var ansible_timeout to 10 172629 1726888968.83797: Set connection var ansible_shell_type to sh 172629 1726888968.83800: Set connection var ansible_pipelining to False 172629 1726888968.83803: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888968.83805: Set connection var ansible_shell_executable to /bin/sh 172629 1726888968.83809: Set connection var ansible_connection to ssh 172629 1726888968.83811: variable 'ansible_shell_executable' from source: unknown 172629 1726888968.83813: variable 'ansible_connection' from source: unknown 172629 1726888968.83815: variable 'ansible_module_compression' from source: unknown 172629 1726888968.83817: variable 'ansible_shell_type' from source: unknown 172629 1726888968.83819: variable 'ansible_shell_executable' from source: unknown 172629 1726888968.83821: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.83822: variable 'ansible_pipelining' from source: unknown 172629 1726888968.83825: variable 'ansible_timeout' from source: unknown 172629 1726888968.83906: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.84003: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888968.84025: variable 'omit' from source: magic vars 172629 1726888968.84035: starting attempt loop 172629 1726888968.84043: running the handler 172629 1726888968.84452: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888968.86746: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888968.86819: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888968.86890: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888968.86930: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888968.86963: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888968.87038: 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) 172629 1726888968.87071: 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) 172629 1726888968.87107: 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) 172629 1726888968.87151: 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) 172629 1726888968.87172: 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) 172629 1726888968.87530: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888968.87533: variable 'storage_test_volume' from source: include params 172629 1726888968.87536: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].fstype == storage_test_volume.fs_type or (storage_test_blkinfo.info[storage_test_volume._device].fstype | length == 0 and storage_test_volume.fs_type == "unformatted")): True 172629 1726888968.87538: handler run complete 172629 1726888968.87540: attempt loop complete, returning result 172629 1726888968.87542: _execute() done 172629 1726888968.87544: dumping result to json 172629 1726888968.87546: done dumping result, returning 172629 1726888968.87548: done running TaskExecutor() for managed_node1/TASK: Verify fs type [0affc8a3-6f6f-d0a8-add8-0000000010b9] 172629 1726888968.87549: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010b9 172629 1726888968.87711: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010b9 172629 1726888968.87714: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888968.87779: no more pending results, returning what we have 172629 1726888968.87783: results queue empty 172629 1726888968.87784: checking for any_errors_fatal 172629 1726888968.87795: done checking for any_errors_fatal 172629 1726888968.87796: checking for max_fail_percentage 172629 1726888968.87798: done checking for max_fail_percentage 172629 1726888968.87800: checking to see if all hosts have failed and the running result is not ok 172629 1726888968.87800: done checking to see if all hosts have failed 172629 1726888968.87801: getting the remaining hosts for this loop 172629 1726888968.87803: done getting the remaining hosts for this loop 172629 1726888968.87807: getting the next task for host managed_node1 172629 1726888968.87817: done getting next task for host managed_node1 172629 1726888968.87820: ^ task is: TASK: Verify fs label 172629 1726888968.87826: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888968.87837: getting variables 172629 1726888968.87841: in VariableManager get_vars() 172629 1726888968.88108: Calling all_inventory to load vars for managed_node1 172629 1726888968.88113: Calling groups_inventory to load vars for managed_node1 172629 1726888968.88116: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888968.88126: Calling all_plugins_play to load vars for managed_node1 172629 1726888968.88129: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888968.88132: Calling groups_plugins_play to load vars for managed_node1 172629 1726888968.88947: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888968.89626: done with get_vars() 172629 1726888968.89640: done getting variables 172629 1726888968.89702: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fs label] ********************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Friday 20 September 2024 23:22:48 -0400 (0:00:00.084) 0:01:09.177 ****** 172629 1726888968.89779: entering _queue_task() for managed_node1/assert 172629 1726888968.90145: worker is 1 (out of 1 available) 172629 1726888968.90579: exiting _queue_task() for managed_node1/assert 172629 1726888968.90592: done queuing things up, now waiting for results queue to drain 172629 1726888968.90593: waiting for pending results... 172629 1726888968.90872: running TaskExecutor() for managed_node1/TASK: Verify fs label 172629 1726888968.91271: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010ba 172629 1726888968.91275: variable 'ansible_search_path' from source: unknown 172629 1726888968.91279: calling self._execute() 172629 1726888968.91281: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.91284: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.91287: variable 'omit' from source: magic vars 172629 1726888968.91765: variable 'storage_test_volume' from source: include params 172629 1726888968.91801: Evaluated conditional (storage_test_volume.type != "stratis"): True 172629 1726888968.91943: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888968.95400: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888968.95575: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888968.95616: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888968.95647: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888968.95674: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888968.95930: variable '_storage_test_volume_present' from source: set_fact 172629 1726888968.96060: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888968.96178: variable 'storage_test_volume' from source: include params 172629 1726888968.96194: Evaluated conditional (storage_test_volume.fs_type != "gfs2"): True 172629 1726888968.96200: variable 'omit' from source: magic vars 172629 1726888968.96362: variable 'omit' from source: magic vars 172629 1726888968.96661: variable 'storage_test_volume' from source: include params 172629 1726888968.96776: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888968.96821: variable 'omit' from source: magic vars 172629 1726888968.96849: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888968.96881: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888968.97072: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888968.97089: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888968.97099: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888968.97128: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888968.97131: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.97134: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.97362: Set connection var ansible_timeout to 10 172629 1726888968.97365: Set connection var ansible_shell_type to sh 172629 1726888968.97373: Set connection var ansible_pipelining to False 172629 1726888968.97378: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888968.97468: Set connection var ansible_shell_executable to /bin/sh 172629 1726888968.97472: Set connection var ansible_connection to ssh 172629 1726888968.97488: variable 'ansible_shell_executable' from source: unknown 172629 1726888968.97491: variable 'ansible_connection' from source: unknown 172629 1726888968.97502: variable 'ansible_module_compression' from source: unknown 172629 1726888968.97505: variable 'ansible_shell_type' from source: unknown 172629 1726888968.97507: variable 'ansible_shell_executable' from source: unknown 172629 1726888968.97509: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888968.97514: variable 'ansible_pipelining' from source: unknown 172629 1726888968.97516: variable 'ansible_timeout' from source: unknown 172629 1726888968.97520: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888968.97792: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888968.97804: variable 'omit' from source: magic vars 172629 1726888968.97807: starting attempt loop 172629 1726888968.97809: running the handler 172629 1726888968.98135: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888968.98265: variable 'storage_test_volume' from source: include params 172629 1726888968.98386: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].label == storage_test_volume.fs_label): True 172629 1726888968.98389: handler run complete 172629 1726888968.98403: attempt loop complete, returning result 172629 1726888968.98406: _execute() done 172629 1726888968.98408: dumping result to json 172629 1726888968.98411: done dumping result, returning 172629 1726888968.98418: done running TaskExecutor() for managed_node1/TASK: Verify fs label [0affc8a3-6f6f-d0a8-add8-0000000010ba] 172629 1726888968.98422: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ba 172629 1726888968.98523: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ba 172629 1726888968.98527: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888968.98703: no more pending results, returning what we have 172629 1726888968.98707: results queue empty 172629 1726888968.98708: checking for any_errors_fatal 172629 1726888968.98717: done checking for any_errors_fatal 172629 1726888968.98717: checking for max_fail_percentage 172629 1726888968.98720: done checking for max_fail_percentage 172629 1726888968.98721: checking to see if all hosts have failed and the running result is not ok 172629 1726888968.98721: done checking to see if all hosts have failed 172629 1726888968.98722: getting the remaining hosts for this loop 172629 1726888968.98724: done getting the remaining hosts for this loop 172629 1726888968.98727: getting the next task for host managed_node1 172629 1726888968.98737: done getting next task for host managed_node1 172629 1726888968.98740: ^ task is: TASK: See whether the device node is present 172629 1726888968.98745: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888968.98758: getting variables 172629 1726888968.98760: in VariableManager get_vars() 172629 1726888968.98795: Calling all_inventory to load vars for managed_node1 172629 1726888968.98799: Calling groups_inventory to load vars for managed_node1 172629 1726888968.98802: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888968.98813: Calling all_plugins_play to load vars for managed_node1 172629 1726888968.98816: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888968.98819: Calling groups_plugins_play to load vars for managed_node1 172629 1726888969.00058: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888969.01253: done with get_vars() 172629 1726888969.01478: done getting variables TASK [See whether the device node is present] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Friday 20 September 2024 23:22:49 -0400 (0:00:00.117) 0:01:09.295 ****** 172629 1726888969.01581: entering _queue_task() for managed_node1/stat 172629 1726888969.02108: worker is 1 (out of 1 available) 172629 1726888969.02125: exiting _queue_task() for managed_node1/stat 172629 1726888969.02139: done queuing things up, now waiting for results queue to drain 172629 1726888969.02140: waiting for pending results... 172629 1726888969.02884: running TaskExecutor() for managed_node1/TASK: See whether the device node is present 172629 1726888969.02944: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010be 172629 1726888969.02996: variable 'ansible_search_path' from source: unknown 172629 1726888969.03157: calling self._execute() 172629 1726888969.03252: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.03345: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.03365: variable 'omit' from source: magic vars 172629 1726888969.03636: variable 'omit' from source: magic vars 172629 1726888969.03742: variable 'omit' from source: magic vars 172629 1726888969.04232: variable 'storage_test_volume' from source: include params 172629 1726888969.04335: variable 'omit' from source: magic vars 172629 1726888969.04571: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888969.04584: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888969.04609: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888969.04631: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888969.04944: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888969.04949: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888969.04952: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.04959: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.04962: Set connection var ansible_timeout to 10 172629 1726888969.04964: Set connection var ansible_shell_type to sh 172629 1726888969.05097: Set connection var ansible_pipelining to False 172629 1726888969.05110: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888969.05138: Set connection var ansible_shell_executable to /bin/sh 172629 1726888969.05145: Set connection var ansible_connection to ssh 172629 1726888969.05187: variable 'ansible_shell_executable' from source: unknown 172629 1726888969.05223: variable 'ansible_connection' from source: unknown 172629 1726888969.05260: variable 'ansible_module_compression' from source: unknown 172629 1726888969.05292: variable 'ansible_shell_type' from source: unknown 172629 1726888969.05313: variable 'ansible_shell_executable' from source: unknown 172629 1726888969.05380: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.05383: variable 'ansible_pipelining' from source: unknown 172629 1726888969.05385: variable 'ansible_timeout' from source: unknown 172629 1726888969.05392: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.06018: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888969.06022: variable 'omit' from source: magic vars 172629 1726888969.06025: starting attempt loop 172629 1726888969.06033: running the handler 172629 1726888969.06035: _low_level_execute_command(): starting 172629 1726888969.06037: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888969.06982: 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 <<< 172629 1726888969.06995: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888969.07017: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888969.07138: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888969.07280: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888969.08989: stdout chunk (state=3): >>>/root <<< 172629 1726888969.09130: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888969.09143: stdout chunk (state=3): >>><<< 172629 1726888969.09169: stderr chunk (state=3): >>><<< 172629 1726888969.09203: _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 172629 1726888969.09340: _low_level_execute_command(): starting 172629 1726888969.09344: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888969.0923402-175096-201207559408718 `" && echo ansible-tmp-1726888969.0923402-175096-201207559408718="` echo /root/.ansible/tmp/ansible-tmp-1726888969.0923402-175096-201207559408718 `" ) && sleep 0' 172629 1726888969.09991: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888969.10025: 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 <<< 172629 1726888969.10049: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888969.10147: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888969.10196: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888969.10260: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888969.12127: stdout chunk (state=3): >>>ansible-tmp-1726888969.0923402-175096-201207559408718=/root/.ansible/tmp/ansible-tmp-1726888969.0923402-175096-201207559408718 <<< 172629 1726888969.12311: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888969.12314: stdout chunk (state=3): >>><<< 172629 1726888969.12315: stderr chunk (state=3): >>><<< 172629 1726888969.12863: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888969.0923402-175096-201207559408718=/root/.ansible/tmp/ansible-tmp-1726888969.0923402-175096-201207559408718 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888969.12867: variable 'ansible_module_compression' from source: unknown 172629 1726888969.12870: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726888969.12872: variable 'ansible_facts' from source: unknown 172629 1726888969.12912: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888969.0923402-175096-201207559408718/AnsiballZ_stat.py 172629 1726888969.13223: Sending initial data 172629 1726888969.13323: Sent initial data (155 bytes) 172629 1726888969.13809: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888969.13822: 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 <<< 172629 1726888969.13835: 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 <<< 172629 1726888969.13892: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888969.13904: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888969.13987: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888969.15523: 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 <<< 172629 1726888969.15528: stderr chunk (state=3): >>>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 <<< 172629 1726888969.15580: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888969.15629: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpp_u13bc4 /root/.ansible/tmp/ansible-tmp-1726888969.0923402-175096-201207559408718/AnsiballZ_stat.py <<< 172629 1726888969.15639: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888969.0923402-175096-201207559408718/AnsiballZ_stat.py" <<< 172629 1726888969.15668: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpp_u13bc4" to remote "/root/.ansible/tmp/ansible-tmp-1726888969.0923402-175096-201207559408718/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888969.0923402-175096-201207559408718/AnsiballZ_stat.py" <<< 172629 1726888969.16477: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888969.16532: stdout chunk (state=3): >>><<< 172629 1726888969.16544: stderr chunk (state=3): >>><<< 172629 1726888969.16571: done transferring module to remote 172629 1726888969.16590: _low_level_execute_command(): starting 172629 1726888969.16599: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888969.0923402-175096-201207559408718/ /root/.ansible/tmp/ansible-tmp-1726888969.0923402-175096-201207559408718/AnsiballZ_stat.py && sleep 0' 172629 1726888969.17796: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888969.17817: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888969.17853: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888969.17874: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888969.18139: 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 <<< 172629 1726888969.18142: stderr chunk (state=3): >>>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 <<< 172629 1726888969.18192: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888969.18491: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888969.20254: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888969.20273: stdout chunk (state=3): >>><<< 172629 1726888969.20290: stderr chunk (state=3): >>><<< 172629 1726888969.20310: _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 172629 1726888969.20318: _low_level_execute_command(): starting 172629 1726888969.20327: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888969.0923402-175096-201207559408718/AnsiballZ_stat.py && sleep 0' 172629 1726888969.20942: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888969.20960: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888969.20984: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888969.21123: stderr 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 <<< 172629 1726888969.21339: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888969.21368: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888969.21386: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888969.21466: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888969.23592: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888969.23620: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888969.23658: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888969.23728: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888969.23770: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888969.23802: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888969.23826: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888969.23849: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888969.23885: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726888969.23905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888969.23934: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888969.23937: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888969.23992: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888969.23996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888969.24036: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cf104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cedfb30> <<< 172629 1726888969.24063: 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' <<< 172629 1726888969.24095: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cf12a50> <<< 172629 1726888969.24103: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888969.24118: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888969.24129: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888969.24163: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888969.24236: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888969.24268: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888969.24342: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888969.24347: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888969.24378: 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' <<< 172629 1726888969.24425: 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' <<< 172629 1726888969.24428: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ccc1130> <<< 172629 1726888969.24490: 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' <<< 172629 1726888969.24493: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ccc2120> <<< 172629 1726888969.24545: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888969.24550: 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. <<< 172629 1726888969.24798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888969.24818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888969.24826: 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' <<< 172629 1726888969.24846: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888969.24886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888969.24901: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888969.24949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888969.24952: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ccfeea0> <<< 172629 1726888969.24998: 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' <<< 172629 1726888969.25001: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726888969.25024: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd141a0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888969.25080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888969.25129: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888969.25132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888969.25173: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888969.25186: 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 0x7fe21cd37a40> <<< 172629 1726888969.25216: 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 0x7fe21cd58110> <<< 172629 1726888969.25232: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888969.25281: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd17ce0> <<< 172629 1726888969.25304: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888969.25327: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd15400> <<< 172629 1726888969.25412: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ccfd1c0> <<< 172629 1726888969.25546: 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' # <<< 172629 1726888969.25558: 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 <<< 172629 1726888969.25690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd5b980> <<< 172629 1726888969.25734: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd5a5a0> # /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 0x7fe21cd162d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd58e30> <<< 172629 1726888969.25865: 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 0x7fe21cd88a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ccfc440> # /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 0x7fe21cd88ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd88d70> <<< 172629 1726888969.25868: 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 0x7fe21cd89160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ccfaf60> # /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' <<< 172629 1726888969.25922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd89850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd89520> import 'importlib.machinery' # <<< 172629 1726888969.26071: 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' <<< 172629 1726888969.26103: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd8a750> import 'importlib.util' # import 'runpy' # <<< 172629 1726888969.26147: 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' # /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' <<< 172629 1726888969.26268: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cda48f0> 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 0x7fe21cda6030> # /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' <<< 172629 1726888969.26346: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cda6ed0> # 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 0x7fe21cda7530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cda6420> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888969.26350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe21cda7fb0> <<< 172629 1726888969.26369: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cda76e0> <<< 172629 1726888969.26398: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd88da0> <<< 172629 1726888969.26420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888969.26452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888969.26533: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888969.26536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888969.26634: 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 0x7fe21cdbff20> # /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 0x7fe21cb5c920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cb5c680> <<< 172629 1726888969.26709: 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 0x7fe21cb5c950> # /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' <<< 172629 1726888969.26747: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888969.26839: 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 0x7fe21cb5d280> <<< 172629 1726888969.26982: 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 0x7fe21cb5dc40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cb5cb30> <<< 172629 1726888969.27026: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cdbe0c0> <<< 172629 1726888969.27060: 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' <<< 172629 1726888969.27086: 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 0x7fe21cb5eff0> <<< 172629 1726888969.27138: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cb5dac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd8ae10> <<< 172629 1726888969.27141: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888969.27236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888969.27291: 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' <<< 172629 1726888969.27362: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cb87320> <<< 172629 1726888969.27424: 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' <<< 172629 1726888969.27502: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cbab680> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888969.27566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888969.27648: 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 0x7fe21cc0c440> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888969.27685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888969.27738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888969.27822: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cc0eba0> <<< 172629 1726888969.27938: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cc0c560> <<< 172629 1726888969.27943: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cbd1460> <<< 172629 1726888969.27993: 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 0x7fe21c5254f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cbaa480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cb5fef0> <<< 172629 1726888969.28074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe21cbaaa80> <<< 172629 1726888969.28263: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_j7itltsy/ansible_stat_payload.zip' # zipimport: zlib available <<< 172629 1726888969.28407: 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' <<< 172629 1726888969.28457: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888969.28509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888969.28566: 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 0x7fe21c577290> <<< 172629 1726888969.28585: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888969.28780: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c55a180> <<< 172629 1726888969.28851: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c5592e0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888969.28907: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.30261: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.31374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888969.31380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c574fe0> <<< 172629 1726888969.31383: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726888969.31431: 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' <<< 172629 1726888969.31437: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726888969.31439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888969.31467: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888969.31470: 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 0x7fe21c5a2bd0> <<< 172629 1726888969.31497: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c5a2960> <<< 172629 1726888969.31536: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c5a2270> <<< 172629 1726888969.31543: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888969.31556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888969.31588: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c5a2cf0> <<< 172629 1726888969.31629: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cf129c0> import 'atexit' # <<< 172629 1726888969.31648: 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 0x7fe21c5a3890> <<< 172629 1726888969.31676: 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 0x7fe21c5a3a40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888969.31735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888969.31738: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888969.31785: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c5a3f80> <<< 172629 1726888969.31790: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888969.31807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888969.31831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888969.31872: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c411d60> <<< 172629 1726888969.31890: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888969.31914: 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 0x7fe21c413980> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888969.31931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888969.31970: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c418380> <<< 172629 1726888969.31989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888969.32011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888969.32046: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c419520> <<< 172629 1726888969.32051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888969.32090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888969.32110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726888969.32123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726888969.32172: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c41bf80> <<< 172629 1726888969.32209: 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 0x7fe21c5a2c60> <<< 172629 1726888969.32230: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c41a240> <<< 172629 1726888969.32235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888969.32252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888969.32298: 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' <<< 172629 1726888969.32341: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888969.32364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888969.32367: 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 0x7fe21c41ff20> <<< 172629 1726888969.32380: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888969.32451: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c41e9f0> <<< 172629 1726888969.32468: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c41e750> # /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' <<< 172629 1726888969.32546: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c41ecc0> <<< 172629 1726888969.32689: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c41a750> # 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 0x7fe21c463fe0> # /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 0x7fe21c4642c0> # /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' <<< 172629 1726888969.32704: 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' <<< 172629 1726888969.32737: 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 0x7fe21c465d60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c465b20> <<< 172629 1726888969.32767: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888969.32845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888969.32897: 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 0x7fe21c468320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c466450> <<< 172629 1726888969.32945: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888969.32981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888969.32998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888969.33010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726888969.33040: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c46bb00> <<< 172629 1726888969.33163: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c4684d0> <<< 172629 1726888969.33268: 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 0x7fe21c46cbc0> <<< 172629 1726888969.33364: 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 0x7fe21c46cb60> # 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 0x7fe21c46cdd0> <<< 172629 1726888969.33439: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c4643e0> # /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' <<< 172629 1726888969.33477: 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 0x7fe21c4f85c0> <<< 172629 1726888969.33645: 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 0x7fe21c4f9910> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c46ed50> <<< 172629 1726888969.33718: 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 0x7fe21c46f920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c46e960> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888969.33813: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.33880: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888969.34023: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888969.34154: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.34419: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.34653: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.35192: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888969.35256: 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' <<< 172629 1726888969.35330: 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 0x7fe21c4fdbe0> <<< 172629 1726888969.35416: 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 0x7fe21c4fe990> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c4f9b20> <<< 172629 1726888969.35486: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888969.35490: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726888969.35507: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.35657: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.35824: 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 0x7fe21c4fe750> <<< 172629 1726888969.35830: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.36275: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.36718: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.36787: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.36871: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888969.36885: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.36909: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.36953: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888969.36959: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.37023: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.37122: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888969.37146: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888969.37202: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.37271: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888969.37466: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.37699: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888969.37763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888969.37766: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888969.37840: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c4ffc20> <<< 172629 1726888969.37846: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.37912: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.37982: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726888969.38021: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 172629 1726888969.38059: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.38102: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888969.38137: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.38157: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.38194: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.38253: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.38326: 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 <<< 172629 1726888969.38377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888969.38437: 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 0x7fe21c30a3f0> <<< 172629 1726888969.38484: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c307380> <<< 172629 1726888969.38510: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888969.38576: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.38662: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.38770: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.38792: 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 <<< 172629 1726888969.39066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c5febd0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c5ee8d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c30a4e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c4f9d90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888969.39098: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.39101: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888969.39246: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888969.39265: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888969.39350: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.39510: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888969.40357: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/sda", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 454, "dev": 6, "nlink": 1, "atime": 1726888960.0389504, "mtime": 1726888960.0389504, "ctime": 1726888960.0389504, "wusr": true, "rusr": true, "xusr": false, "wgrp": true, "rgrp": true, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 2048, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/blockdevice", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/sda", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 172629 1726888969.40388: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888969.40749: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888969.40825: 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 <<< 172629 1726888969.40953: stdout chunk (state=3): >>># cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # 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 <<< 172629 1726888969.40999: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # 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 <<< 172629 1726888969.41253: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888969.41330: 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 fnmatch # destroy ipaddress # destroy ntpath <<< 172629 1726888969.41396: 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 <<< 172629 1726888969.41428: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 172629 1726888969.41477: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888969.41518: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726888969.41573: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 172629 1726888969.41630: 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 <<< 172629 1726888969.41657: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888969.41778: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888969.41836: stdout chunk (state=3): >>># destroy _socket # destroy _collections # destroy platform <<< 172629 1726888969.41840: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888969.41875: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888969.41906: 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 <<< 172629 1726888969.41916: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888969.42011: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 172629 1726888969.42039: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726888969.42086: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator <<< 172629 1726888969.42113: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726888969.42167: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726888969.42461: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888969.42489: stdout chunk (state=3): >>><<< 172629 1726888969.42492: stderr chunk (state=3): >>><<< 172629 1726888969.42685: _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 0x7fe21cf104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cedfb30> # /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 0x7fe21cf12a50> 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 0x7fe21ccc1130> # /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 0x7fe21ccc2120> 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 0x7fe21ccfeea0> # /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 0x7fe21cd141a0> # /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 0x7fe21cd37a40> # /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 0x7fe21cd58110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd17ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd15400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ccfd1c0> # /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 0x7fe21cd5b980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd5a5a0> # /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 0x7fe21cd162d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd58e30> # /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 0x7fe21cd88a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ccfc440> # /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 0x7fe21cd88ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd88d70> # 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 0x7fe21cd89160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ccfaf60> # /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 0x7fe21cd89850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd89520> 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 0x7fe21cd8a750> 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 0x7fe21cda48f0> 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 0x7fe21cda6030> # /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 0x7fe21cda6ed0> # 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 0x7fe21cda7530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cda6420> # /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 0x7fe21cda7fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cda76e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd88da0> # /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 0x7fe21cdbff20> # /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 0x7fe21cb5c920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cb5c680> # 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 0x7fe21cb5c950> # /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 0x7fe21cb5d280> # 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 0x7fe21cb5dc40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cb5cb30> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cdbe0c0> # /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 0x7fe21cb5eff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cb5dac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cd8ae10> # /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 0x7fe21cb87320> # /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 0x7fe21cbab680> # /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 0x7fe21cc0c440> # /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 0x7fe21cc0eba0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cc0c560> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cbd1460> # /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 0x7fe21c5254f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cbaa480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cb5fef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe21cbaaa80> # zipimport: found 30 names in '/tmp/ansible_stat_payload_j7itltsy/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 0x7fe21c577290> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c55a180> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c5592e0> # 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 0x7fe21c574fe0> # /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 0x7fe21c5a2bd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c5a2960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c5a2270> # /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 0x7fe21c5a2cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21cf129c0> 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 0x7fe21c5a3890> # 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 0x7fe21c5a3a40> # /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 0x7fe21c5a3f80> 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 0x7fe21c411d60> # 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 0x7fe21c413980> # /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 0x7fe21c418380> # /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 0x7fe21c419520> # /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 0x7fe21c41bf80> # 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 0x7fe21c5a2c60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c41a240> # /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 0x7fe21c41ff20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c41e9f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c41e750> # /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 0x7fe21c41ecc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c41a750> # 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 0x7fe21c463fe0> # /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 0x7fe21c4642c0> # /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 0x7fe21c465d60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c465b20> # /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 0x7fe21c468320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c466450> # /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 0x7fe21c46bb00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c4684d0> # 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 0x7fe21c46cbc0> # 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 0x7fe21c46cb60> # 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 0x7fe21c46cdd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c4643e0> # /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 0x7fe21c4f85c0> # 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 0x7fe21c4f9910> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c46ed50> # 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 0x7fe21c46f920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c46e960> # 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 0x7fe21c4fdbe0> # /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 0x7fe21c4fe990> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c4f9b20> 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 0x7fe21c4fe750> # 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 0x7fe21c4ffc20> # 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 0x7fe21c30a3f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c307380> 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 0x7fe21c5febd0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c5ee8d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c30a4e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21c4f9d90> # 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": "/dev/sda", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 454, "dev": 6, "nlink": 1, "atime": 1726888960.0389504, "mtime": 1726888960.0389504, "ctime": 1726888960.0389504, "wusr": true, "rusr": true, "xusr": false, "wgrp": true, "rgrp": true, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 2048, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/blockdevice", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/sda", "follow": true, "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. 172629 1726888969.43968: done with _execute_module (stat, {'path': '/dev/sda', 'follow': 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': '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-1726888969.0923402-175096-201207559408718/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888969.43972: _low_level_execute_command(): starting 172629 1726888969.43974: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888969.0923402-175096-201207559408718/ > /dev/null 2>&1 && sleep 0' 172629 1726888969.44180: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888969.44188: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888969.44191: 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 <<< 172629 1726888969.44194: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726888969.44196: 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 <<< 172629 1726888969.44198: 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 <<< 172629 1726888969.44234: 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 <<< 172629 1726888969.44279: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888969.46197: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888969.46201: stdout chunk (state=3): >>><<< 172629 1726888969.46244: stderr chunk (state=3): >>><<< 172629 1726888969.46258: _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 172629 1726888969.46275: handler run complete 172629 1726888969.46320: attempt loop complete, returning result 172629 1726888969.46323: _execute() done 172629 1726888969.46325: dumping result to json 172629 1726888969.46385: done dumping result, returning 172629 1726888969.46388: done running TaskExecutor() for managed_node1/TASK: See whether the device node is present [0affc8a3-6f6f-d0a8-add8-0000000010be] 172629 1726888969.46390: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010be 172629 1726888969.46461: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010be 172629 1726888969.46464: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726888960.0389504, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726888960.0389504, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 454, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1726888960.0389504, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726888969.46578: no more pending results, returning what we have 172629 1726888969.46581: results queue empty 172629 1726888969.46582: checking for any_errors_fatal 172629 1726888969.46595: done checking for any_errors_fatal 172629 1726888969.46596: checking for max_fail_percentage 172629 1726888969.46597: done checking for max_fail_percentage 172629 1726888969.46598: checking to see if all hosts have failed and the running result is not ok 172629 1726888969.46599: done checking to see if all hosts have failed 172629 1726888969.46600: getting the remaining hosts for this loop 172629 1726888969.46602: done getting the remaining hosts for this loop 172629 1726888969.46605: getting the next task for host managed_node1 172629 1726888969.46611: done getting next task for host managed_node1 172629 1726888969.46614: ^ task is: TASK: Verify the presence/absence of the device node 172629 1726888969.46618: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888969.46621: getting variables 172629 1726888969.46622: in VariableManager get_vars() 172629 1726888969.46652: Calling all_inventory to load vars for managed_node1 172629 1726888969.46754: Calling groups_inventory to load vars for managed_node1 172629 1726888969.46767: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888969.46778: Calling all_plugins_play to load vars for managed_node1 172629 1726888969.46781: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888969.46784: Calling groups_plugins_play to load vars for managed_node1 172629 1726888969.47393: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888969.48016: done with get_vars() 172629 1726888969.48033: done getting variables 172629 1726888969.48095: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Friday 20 September 2024 23:22:49 -0400 (0:00:00.465) 0:01:09.761 ****** 172629 1726888969.48126: entering _queue_task() for managed_node1/assert 172629 1726888969.48651: worker is 1 (out of 1 available) 172629 1726888969.48669: exiting _queue_task() for managed_node1/assert 172629 1726888969.48680: done queuing things up, now waiting for results queue to drain 172629 1726888969.48682: waiting for pending results... 172629 1726888969.49475: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node 172629 1726888969.49508: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010bf 172629 1726888969.49531: variable 'ansible_search_path' from source: unknown 172629 1726888969.49692: calling self._execute() 172629 1726888969.49735: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.49748: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.49768: variable 'omit' from source: magic vars 172629 1726888969.50198: variable '_storage_test_volume_present' from source: set_fact 172629 1726888969.50209: variable 'storage_test_volume' from source: include params 172629 1726888969.50248: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 172629 1726888969.50261: variable 'omit' from source: magic vars 172629 1726888969.50318: variable 'omit' from source: magic vars 172629 1726888969.50427: variable 'storage_test_volume' from source: include params 172629 1726888969.50476: variable 'omit' from source: magic vars 172629 1726888969.50519: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888969.50566: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888969.50591: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888969.50611: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888969.50627: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888969.50665: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888969.50673: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.50680: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.50778: Set connection var ansible_timeout to 10 172629 1726888969.50787: Set connection var ansible_shell_type to sh 172629 1726888969.50798: Set connection var ansible_pipelining to False 172629 1726888969.50870: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888969.50873: Set connection var ansible_shell_executable to /bin/sh 172629 1726888969.50875: Set connection var ansible_connection to ssh 172629 1726888969.50877: variable 'ansible_shell_executable' from source: unknown 172629 1726888969.50879: variable 'ansible_connection' from source: unknown 172629 1726888969.50881: variable 'ansible_module_compression' from source: unknown 172629 1726888969.50883: variable 'ansible_shell_type' from source: unknown 172629 1726888969.50884: variable 'ansible_shell_executable' from source: unknown 172629 1726888969.50886: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.50888: variable 'ansible_pipelining' from source: unknown 172629 1726888969.50890: variable 'ansible_timeout' from source: unknown 172629 1726888969.50892: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.51022: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888969.51038: variable 'omit' from source: magic vars 172629 1726888969.51047: starting attempt loop 172629 1726888969.51053: running the handler 172629 1726888969.51207: variable 'storage_test_dev' from source: set_fact 172629 1726888969.51230: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 172629 1726888969.51239: handler run complete 172629 1726888969.51259: attempt loop complete, returning result 172629 1726888969.51305: _execute() done 172629 1726888969.51308: dumping result to json 172629 1726888969.51310: done dumping result, returning 172629 1726888969.51312: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-d0a8-add8-0000000010bf] 172629 1726888969.51315: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010bf ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888969.51458: no more pending results, returning what we have 172629 1726888969.51462: results queue empty 172629 1726888969.51463: checking for any_errors_fatal 172629 1726888969.51475: done checking for any_errors_fatal 172629 1726888969.51476: checking for max_fail_percentage 172629 1726888969.51478: done checking for max_fail_percentage 172629 1726888969.51479: checking to see if all hosts have failed and the running result is not ok 172629 1726888969.51480: done checking to see if all hosts have failed 172629 1726888969.51480: getting the remaining hosts for this loop 172629 1726888969.51482: done getting the remaining hosts for this loop 172629 1726888969.51485: getting the next task for host managed_node1 172629 1726888969.51492: done getting next task for host managed_node1 172629 1726888969.51495: ^ task is: TASK: Verify the presence/absence of the device node 172629 1726888969.51499: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888969.51502: getting variables 172629 1726888969.51504: in VariableManager get_vars() 172629 1726888969.51539: Calling all_inventory to load vars for managed_node1 172629 1726888969.51542: Calling groups_inventory to load vars for managed_node1 172629 1726888969.51545: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888969.51558: Calling all_plugins_play to load vars for managed_node1 172629 1726888969.51562: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888969.51566: Calling groups_plugins_play to load vars for managed_node1 172629 1726888969.52268: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010bf 172629 1726888969.52271: WORKER PROCESS EXITING 172629 1726888969.52375: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888969.52996: done with get_vars() 172629 1726888969.53012: done getting variables 172629 1726888969.53068: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Friday 20 September 2024 23:22:49 -0400 (0:00:00.049) 0:01:09.810 ****** 172629 1726888969.53104: entering _queue_task() for managed_node1/assert 172629 1726888969.53376: worker is 1 (out of 1 available) 172629 1726888969.53389: exiting _queue_task() for managed_node1/assert 172629 1726888969.53400: done queuing things up, now waiting for results queue to drain 172629 1726888969.53402: waiting for pending results... 172629 1726888969.53683: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node 172629 1726888969.53821: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010c0 172629 1726888969.53843: variable 'ansible_search_path' from source: unknown 172629 1726888969.53885: calling self._execute() 172629 1726888969.53998: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.54010: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.54023: variable 'omit' from source: magic vars 172629 1726888969.54471: variable '_storage_test_volume_present' from source: set_fact 172629 1726888969.54483: variable 'storage_test_volume' from source: include params 172629 1726888969.54517: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 172629 1726888969.54526: when evaluation is False, skipping this task 172629 1726888969.54535: _execute() done 172629 1726888969.54542: dumping result to json 172629 1726888969.54640: done dumping result, returning 172629 1726888969.54644: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-d0a8-add8-0000000010c0] 172629 1726888969.54646: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010c0 172629 1726888969.54716: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010c0 172629 1726888969.54720: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 172629 1726888969.54768: no more pending results, returning what we have 172629 1726888969.54772: results queue empty 172629 1726888969.54773: checking for any_errors_fatal 172629 1726888969.54781: done checking for any_errors_fatal 172629 1726888969.54782: checking for max_fail_percentage 172629 1726888969.54784: done checking for max_fail_percentage 172629 1726888969.54785: checking to see if all hosts have failed and the running result is not ok 172629 1726888969.54786: done checking to see if all hosts have failed 172629 1726888969.54786: getting the remaining hosts for this loop 172629 1726888969.54788: done getting the remaining hosts for this loop 172629 1726888969.54792: getting the next task for host managed_node1 172629 1726888969.54800: done getting next task for host managed_node1 172629 1726888969.54803: ^ task is: TASK: Make sure we got info about this volume 172629 1726888969.54809: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888969.54813: getting variables 172629 1726888969.54814: in VariableManager get_vars() 172629 1726888969.54851: Calling all_inventory to load vars for managed_node1 172629 1726888969.54853: Calling groups_inventory to load vars for managed_node1 172629 1726888969.54859: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888969.54872: Calling all_plugins_play to load vars for managed_node1 172629 1726888969.54875: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888969.54878: Calling groups_plugins_play to load vars for managed_node1 172629 1726888969.55640: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888969.56260: done with get_vars() 172629 1726888969.56274: done getting variables 172629 1726888969.56332: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Friday 20 September 2024 23:22:49 -0400 (0:00:00.032) 0:01:09.843 ****** 172629 1726888969.56366: entering _queue_task() for managed_node1/assert 172629 1726888969.56634: worker is 1 (out of 1 available) 172629 1726888969.56648: exiting _queue_task() for managed_node1/assert 172629 1726888969.56863: done queuing things up, now waiting for results queue to drain 172629 1726888969.56865: waiting for pending results... 172629 1726888969.57073: running TaskExecutor() for managed_node1/TASK: Make sure we got info about this volume 172629 1726888969.57079: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010c1 172629 1726888969.57096: variable 'ansible_search_path' from source: unknown 172629 1726888969.57137: calling self._execute() 172629 1726888969.57254: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.57525: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.57529: variable 'omit' from source: magic vars 172629 1726888969.58062: variable '_storage_test_volume_present' from source: set_fact 172629 1726888969.58076: Evaluated conditional (_storage_test_volume_present): True 172629 1726888969.58086: variable 'omit' from source: magic vars 172629 1726888969.58143: variable 'omit' from source: magic vars 172629 1726888969.58460: variable 'storage_test_volume' from source: include params 172629 1726888969.58554: variable 'omit' from source: magic vars 172629 1726888969.58643: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888969.58747: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888969.58841: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888969.58866: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888969.58881: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888969.58913: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888969.59143: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.59146: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.59369: Set connection var ansible_timeout to 10 172629 1726888969.59372: Set connection var ansible_shell_type to sh 172629 1726888969.59375: Set connection var ansible_pipelining to False 172629 1726888969.59377: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888969.59379: Set connection var ansible_shell_executable to /bin/sh 172629 1726888969.59380: Set connection var ansible_connection to ssh 172629 1726888969.59382: variable 'ansible_shell_executable' from source: unknown 172629 1726888969.59384: variable 'ansible_connection' from source: unknown 172629 1726888969.59386: variable 'ansible_module_compression' from source: unknown 172629 1726888969.59388: variable 'ansible_shell_type' from source: unknown 172629 1726888969.59390: variable 'ansible_shell_executable' from source: unknown 172629 1726888969.59392: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.59394: variable 'ansible_pipelining' from source: unknown 172629 1726888969.59396: variable 'ansible_timeout' from source: unknown 172629 1726888969.59397: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.59685: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888969.59706: variable 'omit' from source: magic vars 172629 1726888969.59715: starting attempt loop 172629 1726888969.59722: running the handler 172629 1726888969.59990: variable 'storage_test_volume' from source: include params 172629 1726888969.60030: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888969.60083: Evaluated conditional (storage_test_volume._raw_device in storage_test_blkinfo.info): True 172629 1726888969.60135: handler run complete 172629 1726888969.60158: attempt loop complete, returning result 172629 1726888969.60167: _execute() done 172629 1726888969.60175: dumping result to json 172629 1726888969.60182: done dumping result, returning 172629 1726888969.60453: done running TaskExecutor() for managed_node1/TASK: Make sure we got info about this volume [0affc8a3-6f6f-d0a8-add8-0000000010c1] 172629 1726888969.60459: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010c1 172629 1726888969.60534: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010c1 172629 1726888969.60537: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888969.60606: no more pending results, returning what we have 172629 1726888969.60610: results queue empty 172629 1726888969.60611: checking for any_errors_fatal 172629 1726888969.60623: done checking for any_errors_fatal 172629 1726888969.60624: checking for max_fail_percentage 172629 1726888969.60625: done checking for max_fail_percentage 172629 1726888969.60626: checking to see if all hosts have failed and the running result is not ok 172629 1726888969.60627: done checking to see if all hosts have failed 172629 1726888969.60628: getting the remaining hosts for this loop 172629 1726888969.60630: done getting the remaining hosts for this loop 172629 1726888969.60634: getting the next task for host managed_node1 172629 1726888969.60641: done getting next task for host managed_node1 172629 1726888969.60645: ^ task is: TASK: Process volume type (set initial value) (1/2) 172629 1726888969.60650: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888969.60658: getting variables 172629 1726888969.60660: in VariableManager get_vars() 172629 1726888969.60701: Calling all_inventory to load vars for managed_node1 172629 1726888969.60704: Calling groups_inventory to load vars for managed_node1 172629 1726888969.60708: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888969.60721: Calling all_plugins_play to load vars for managed_node1 172629 1726888969.60725: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888969.60729: Calling groups_plugins_play to load vars for managed_node1 172629 1726888969.62051: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888969.64100: done with get_vars() 172629 1726888969.64118: done getting variables 172629 1726888969.64179: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Friday 20 September 2024 23:22:49 -0400 (0:00:00.078) 0:01:09.922 ****** 172629 1726888969.64216: entering _queue_task() for managed_node1/set_fact 172629 1726888969.64919: worker is 1 (out of 1 available) 172629 1726888969.64934: exiting _queue_task() for managed_node1/set_fact 172629 1726888969.64948: done queuing things up, now waiting for results queue to drain 172629 1726888969.64949: waiting for pending results... 172629 1726888969.65478: running TaskExecutor() for managed_node1/TASK: Process volume type (set initial value) (1/2) 172629 1726888969.65730: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010c2 172629 1726888969.65840: variable 'ansible_search_path' from source: unknown 172629 1726888969.65882: calling self._execute() 172629 1726888969.66005: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.66022: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.66036: variable 'omit' from source: magic vars 172629 1726888969.66160: variable 'omit' from source: magic vars 172629 1726888969.66222: variable 'omit' from source: magic vars 172629 1726888969.66473: variable 'storage_test_volume' from source: include params 172629 1726888969.66527: variable 'omit' from source: magic vars 172629 1726888969.66584: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888969.66626: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888969.66651: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888969.66761: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888969.66766: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888969.66768: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888969.66770: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.66773: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.66888: Set connection var ansible_timeout to 10 172629 1726888969.66892: Set connection var ansible_shell_type to sh 172629 1726888969.66894: Set connection var ansible_pipelining to False 172629 1726888969.66896: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888969.66898: Set connection var ansible_shell_executable to /bin/sh 172629 1726888969.66900: Set connection var ansible_connection to ssh 172629 1726888969.66915: variable 'ansible_shell_executable' from source: unknown 172629 1726888969.66923: variable 'ansible_connection' from source: unknown 172629 1726888969.66929: variable 'ansible_module_compression' from source: unknown 172629 1726888969.66936: variable 'ansible_shell_type' from source: unknown 172629 1726888969.66998: variable 'ansible_shell_executable' from source: unknown 172629 1726888969.67002: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.67004: variable 'ansible_pipelining' from source: unknown 172629 1726888969.67006: variable 'ansible_timeout' from source: unknown 172629 1726888969.67009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.67129: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888969.67144: variable 'omit' from source: magic vars 172629 1726888969.67157: starting attempt loop 172629 1726888969.67167: running the handler 172629 1726888969.67184: handler run complete 172629 1726888969.67199: attempt loop complete, returning result 172629 1726888969.67214: _execute() done 172629 1726888969.67218: dumping result to json 172629 1726888969.67324: done dumping result, returning 172629 1726888969.67327: done running TaskExecutor() for managed_node1/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-d0a8-add8-0000000010c2] 172629 1726888969.67329: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010c2 ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } 172629 1726888969.67442: no more pending results, returning what we have 172629 1726888969.67445: results queue empty 172629 1726888969.67446: checking for any_errors_fatal 172629 1726888969.67459: done checking for any_errors_fatal 172629 1726888969.67460: checking for max_fail_percentage 172629 1726888969.67462: done checking for max_fail_percentage 172629 1726888969.67463: checking to see if all hosts have failed and the running result is not ok 172629 1726888969.67464: done checking to see if all hosts have failed 172629 1726888969.67464: getting the remaining hosts for this loop 172629 1726888969.67466: done getting the remaining hosts for this loop 172629 1726888969.67469: getting the next task for host managed_node1 172629 1726888969.67476: done getting next task for host managed_node1 172629 1726888969.67479: ^ task is: TASK: Process volume type (get RAID value) (2/2) 172629 1726888969.67488: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888969.67495: getting variables 172629 1726888969.67497: in VariableManager get_vars() 172629 1726888969.67532: Calling all_inventory to load vars for managed_node1 172629 1726888969.67535: Calling groups_inventory to load vars for managed_node1 172629 1726888969.67538: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888969.67549: Calling all_plugins_play to load vars for managed_node1 172629 1726888969.67552: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888969.67658: Calling groups_plugins_play to load vars for managed_node1 172629 1726888969.67767: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010c2 172629 1726888969.67770: WORKER PROCESS EXITING 172629 1726888969.68430: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888969.69631: done with get_vars() 172629 1726888969.69654: done getting variables 172629 1726888969.69717: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Friday 20 September 2024 23:22:49 -0400 (0:00:00.055) 0:01:09.977 ****** 172629 1726888969.69752: entering _queue_task() for managed_node1/set_fact 172629 1726888969.70074: worker is 1 (out of 1 available) 172629 1726888969.70087: exiting _queue_task() for managed_node1/set_fact 172629 1726888969.70105: done queuing things up, now waiting for results queue to drain 172629 1726888969.70107: waiting for pending results... 172629 1726888969.70392: running TaskExecutor() for managed_node1/TASK: Process volume type (get RAID value) (2/2) 172629 1726888969.70553: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010c3 172629 1726888969.70579: variable 'ansible_search_path' from source: unknown 172629 1726888969.70621: calling self._execute() 172629 1726888969.70730: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.70740: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.70760: variable 'omit' from source: magic vars 172629 1726888969.71134: variable 'storage_test_volume' from source: include params 172629 1726888969.71175: Evaluated conditional (storage_test_volume.type == "raid"): False 172629 1726888969.71189: when evaluation is False, skipping this task 172629 1726888969.71195: _execute() done 172629 1726888969.71201: dumping result to json 172629 1726888969.71207: done dumping result, returning 172629 1726888969.71216: done running TaskExecutor() for managed_node1/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-d0a8-add8-0000000010c3] 172629 1726888969.71224: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010c3 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 172629 1726888969.71446: no more pending results, returning what we have 172629 1726888969.71450: results queue empty 172629 1726888969.71451: checking for any_errors_fatal 172629 1726888969.71466: done checking for any_errors_fatal 172629 1726888969.71467: checking for max_fail_percentage 172629 1726888969.71470: done checking for max_fail_percentage 172629 1726888969.71471: checking to see if all hosts have failed and the running result is not ok 172629 1726888969.71472: done checking to see if all hosts have failed 172629 1726888969.71472: getting the remaining hosts for this loop 172629 1726888969.71474: done getting the remaining hosts for this loop 172629 1726888969.71478: getting the next task for host managed_node1 172629 1726888969.71488: done getting next task for host managed_node1 172629 1726888969.71491: ^ task is: TASK: Verify the volume's device type 172629 1726888969.71497: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888969.71501: getting variables 172629 1726888969.71503: in VariableManager get_vars() 172629 1726888969.71544: Calling all_inventory to load vars for managed_node1 172629 1726888969.71547: Calling groups_inventory to load vars for managed_node1 172629 1726888969.71551: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888969.71641: Calling all_plugins_play to load vars for managed_node1 172629 1726888969.71645: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888969.71731: Calling groups_plugins_play to load vars for managed_node1 172629 1726888969.72349: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010c3 172629 1726888969.72352: WORKER PROCESS EXITING 172629 1726888969.72420: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888969.73163: done with get_vars() 172629 1726888969.73178: done getting variables 172629 1726888969.73230: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Friday 20 September 2024 23:22:49 -0400 (0:00:00.035) 0:01:10.012 ****** 172629 1726888969.73268: entering _queue_task() for managed_node1/assert 172629 1726888969.73543: worker is 1 (out of 1 available) 172629 1726888969.73660: exiting _queue_task() for managed_node1/assert 172629 1726888969.73672: done queuing things up, now waiting for results queue to drain 172629 1726888969.73674: waiting for pending results... 172629 1726888969.73872: running TaskExecutor() for managed_node1/TASK: Verify the volume's device type 172629 1726888969.74020: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010c4 172629 1726888969.74045: variable 'ansible_search_path' from source: unknown 172629 1726888969.74088: calling self._execute() 172629 1726888969.74213: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.74231: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.74247: variable 'omit' from source: magic vars 172629 1726888969.74611: variable '_storage_test_volume_present' from source: set_fact 172629 1726888969.74625: Evaluated conditional (_storage_test_volume_present): True 172629 1726888969.74635: variable 'omit' from source: magic vars 172629 1726888969.74707: variable 'omit' from source: magic vars 172629 1726888969.74744: variable 'omit' from source: magic vars 172629 1726888969.74798: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888969.74880: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888969.74884: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888969.74892: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888969.74908: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888969.74942: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888969.74952: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.74963: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.75078: Set connection var ansible_timeout to 10 172629 1726888969.75097: Set connection var ansible_shell_type to sh 172629 1726888969.75161: Set connection var ansible_pipelining to False 172629 1726888969.75164: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888969.75167: Set connection var ansible_shell_executable to /bin/sh 172629 1726888969.75169: Set connection var ansible_connection to ssh 172629 1726888969.75171: variable 'ansible_shell_executable' from source: unknown 172629 1726888969.75173: variable 'ansible_connection' from source: unknown 172629 1726888969.75175: variable 'ansible_module_compression' from source: unknown 172629 1726888969.75177: variable 'ansible_shell_type' from source: unknown 172629 1726888969.75179: variable 'ansible_shell_executable' from source: unknown 172629 1726888969.75181: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.75183: variable 'ansible_pipelining' from source: unknown 172629 1726888969.75191: variable 'ansible_timeout' from source: unknown 172629 1726888969.75203: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.75361: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888969.75378: variable 'omit' from source: magic vars 172629 1726888969.75424: starting attempt loop 172629 1726888969.75428: running the handler 172629 1726888969.75690: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888969.76037: variable 'storage_test_volume' from source: include params 172629 1726888969.76040: variable 'st_volume_type' from source: set_fact 172629 1726888969.76043: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._raw_device].type == st_volume_type): True 172629 1726888969.76052: handler run complete 172629 1726888969.76077: attempt loop complete, returning result 172629 1726888969.76363: _execute() done 172629 1726888969.76367: dumping result to json 172629 1726888969.76369: done dumping result, returning 172629 1726888969.76372: done running TaskExecutor() for managed_node1/TASK: Verify the volume's device type [0affc8a3-6f6f-d0a8-add8-0000000010c4] 172629 1726888969.76374: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010c4 172629 1726888969.76440: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010c4 172629 1726888969.76444: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888969.76493: no more pending results, returning what we have 172629 1726888969.76497: results queue empty 172629 1726888969.76502: checking for any_errors_fatal 172629 1726888969.76511: done checking for any_errors_fatal 172629 1726888969.76512: checking for max_fail_percentage 172629 1726888969.76514: done checking for max_fail_percentage 172629 1726888969.76515: checking to see if all hosts have failed and the running result is not ok 172629 1726888969.76516: done checking to see if all hosts have failed 172629 1726888969.76517: getting the remaining hosts for this loop 172629 1726888969.76518: done getting the remaining hosts for this loop 172629 1726888969.76521: getting the next task for host managed_node1 172629 1726888969.76532: done getting next task for host managed_node1 172629 1726888969.76535: ^ task is: TASK: Stat the LUKS device, if encrypted 172629 1726888969.76540: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888969.76543: getting variables 172629 1726888969.76545: in VariableManager get_vars() 172629 1726888969.76582: Calling all_inventory to load vars for managed_node1 172629 1726888969.76585: Calling groups_inventory to load vars for managed_node1 172629 1726888969.76588: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888969.76599: Calling all_plugins_play to load vars for managed_node1 172629 1726888969.76602: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888969.76605: Calling groups_plugins_play to load vars for managed_node1 172629 1726888969.78032: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888969.79566: done with get_vars() 172629 1726888969.79581: done getting variables TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Friday 20 September 2024 23:22:49 -0400 (0:00:00.064) 0:01:10.076 ****** 172629 1726888969.79672: entering _queue_task() for managed_node1/stat 172629 1726888969.79951: worker is 1 (out of 1 available) 172629 1726888969.79966: exiting _queue_task() for managed_node1/stat 172629 1726888969.79979: done queuing things up, now waiting for results queue to drain 172629 1726888969.79980: waiting for pending results... 172629 1726888969.80301: running TaskExecutor() for managed_node1/TASK: Stat the LUKS device, if encrypted 172629 1726888969.80503: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010c8 172629 1726888969.80507: variable 'ansible_search_path' from source: unknown 172629 1726888969.80524: calling self._execute() 172629 1726888969.80752: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.80842: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.80858: variable 'omit' from source: magic vars 172629 1726888969.81461: variable 'storage_test_volume' from source: include params 172629 1726888969.81508: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888969.81517: when evaluation is False, skipping this task 172629 1726888969.81526: _execute() done 172629 1726888969.81535: dumping result to json 172629 1726888969.81570: done dumping result, returning 172629 1726888969.81581: done running TaskExecutor() for managed_node1/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-d0a8-add8-0000000010c8] 172629 1726888969.81596: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010c8 172629 1726888969.82016: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010c8 172629 1726888969.82020: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888969.82065: no more pending results, returning what we have 172629 1726888969.82069: results queue empty 172629 1726888969.82070: checking for any_errors_fatal 172629 1726888969.82076: done checking for any_errors_fatal 172629 1726888969.82077: checking for max_fail_percentage 172629 1726888969.82078: done checking for max_fail_percentage 172629 1726888969.82079: checking to see if all hosts have failed and the running result is not ok 172629 1726888969.82080: done checking to see if all hosts have failed 172629 1726888969.82081: getting the remaining hosts for this loop 172629 1726888969.82082: done getting the remaining hosts for this loop 172629 1726888969.82085: getting the next task for host managed_node1 172629 1726888969.82092: done getting next task for host managed_node1 172629 1726888969.82094: ^ task is: TASK: Ensure cryptsetup is present 172629 1726888969.82099: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888969.82102: getting variables 172629 1726888969.82104: in VariableManager get_vars() 172629 1726888969.82135: Calling all_inventory to load vars for managed_node1 172629 1726888969.82138: Calling groups_inventory to load vars for managed_node1 172629 1726888969.82142: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888969.82154: Calling all_plugins_play to load vars for managed_node1 172629 1726888969.82160: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888969.82164: Calling groups_plugins_play to load vars for managed_node1 172629 1726888969.82946: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888969.83786: done with get_vars() 172629 1726888969.83801: done getting variables 172629 1726888969.83858: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Friday 20 September 2024 23:22:49 -0400 (0:00:00.042) 0:01:10.118 ****** 172629 1726888969.83890: entering _queue_task() for managed_node1/package 172629 1726888969.84697: worker is 1 (out of 1 available) 172629 1726888969.84709: exiting _queue_task() for managed_node1/package 172629 1726888969.84721: done queuing things up, now waiting for results queue to drain 172629 1726888969.84722: waiting for pending results... 172629 1726888969.85174: running TaskExecutor() for managed_node1/TASK: Ensure cryptsetup is present 172629 1726888969.85336: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010c9 172629 1726888969.85340: variable 'ansible_search_path' from source: unknown 172629 1726888969.85381: calling self._execute() 172629 1726888969.85508: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.85520: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.85534: variable 'omit' from source: magic vars 172629 1726888969.85712: variable 'omit' from source: magic vars 172629 1726888969.85783: variable 'omit' from source: magic vars 172629 1726888969.86437: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888969.88917: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888969.89012: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888969.89061: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888969.89112: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888969.89144: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888969.89301: 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) 172629 1726888969.89305: 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) 172629 1726888969.89341: 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) 172629 1726888969.89411: 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) 172629 1726888969.89424: 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) 172629 1726888969.89625: variable '__storage_is_ostree' from source: set_fact 172629 1726888969.89631: variable 'omit' from source: magic vars 172629 1726888969.89633: variable 'omit' from source: magic vars 172629 1726888969.89648: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888969.89685: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888969.89708: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888969.89732: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888969.89759: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888969.89797: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888969.89807: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.89862: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.89930: Set connection var ansible_timeout to 10 172629 1726888969.89945: Set connection var ansible_shell_type to sh 172629 1726888969.89959: Set connection var ansible_pipelining to False 172629 1726888969.89979: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888969.90060: Set connection var ansible_shell_executable to /bin/sh 172629 1726888969.90063: Set connection var ansible_connection to ssh 172629 1726888969.90065: variable 'ansible_shell_executable' from source: unknown 172629 1726888969.90067: variable 'ansible_connection' from source: unknown 172629 1726888969.90069: variable 'ansible_module_compression' from source: unknown 172629 1726888969.90072: variable 'ansible_shell_type' from source: unknown 172629 1726888969.90075: variable 'ansible_shell_executable' from source: unknown 172629 1726888969.90076: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888969.90078: variable 'ansible_pipelining' from source: unknown 172629 1726888969.90080: variable 'ansible_timeout' from source: unknown 172629 1726888969.90082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888969.90187: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888969.90212: variable 'omit' from source: magic vars 172629 1726888969.90223: starting attempt loop 172629 1726888969.90230: running the handler 172629 1726888969.90242: variable 'ansible_facts' from source: unknown 172629 1726888969.90308: variable 'ansible_facts' from source: unknown 172629 1726888969.90321: _low_level_execute_command(): starting 172629 1726888969.90336: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888969.91162: 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 <<< 172629 1726888969.91191: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888969.91287: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888969.92989: stdout chunk (state=3): >>>/root <<< 172629 1726888969.93127: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888969.93141: stdout chunk (state=3): >>><<< 172629 1726888969.93171: stderr chunk (state=3): >>><<< 172629 1726888969.93208: _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 172629 1726888969.93234: _low_level_execute_command(): starting 172629 1726888969.93245: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888969.9322207-175141-55010745971869 `" && echo ansible-tmp-1726888969.9322207-175141-55010745971869="` echo /root/.ansible/tmp/ansible-tmp-1726888969.9322207-175141-55010745971869 `" ) && sleep 0' 172629 1726888969.93831: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888969.93846: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888969.93871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888969.93993: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888969.94138: 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 <<< 172629 1726888969.94263: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888969.94701: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888969.96558: stdout chunk (state=3): >>>ansible-tmp-1726888969.9322207-175141-55010745971869=/root/.ansible/tmp/ansible-tmp-1726888969.9322207-175141-55010745971869 <<< 172629 1726888969.96696: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888969.96705: stdout chunk (state=3): >>><<< 172629 1726888969.96717: stderr chunk (state=3): >>><<< 172629 1726888969.96742: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888969.9322207-175141-55010745971869=/root/.ansible/tmp/ansible-tmp-1726888969.9322207-175141-55010745971869 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888969.96834: variable 'ansible_module_compression' from source: unknown 172629 1726888969.96900: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 172629 1726888969.96948: variable 'ansible_facts' from source: unknown 172629 1726888969.97090: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888969.9322207-175141-55010745971869/AnsiballZ_dnf.py 172629 1726888969.97326: Sending initial data 172629 1726888969.97329: Sent initial data (153 bytes) 172629 1726888969.97839: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888969.97948: 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' <<< 172629 1726888969.97972: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888969.97992: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888969.98093: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888969.99783: 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 debug2: Sending SSH2_FXP_REALPATH "." debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888969.9322207-175141-55010745971869/AnsiballZ_dnf.py" debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpieysurnm" to remote "/root/.ansible/tmp/ansible-tmp-1726888969.9322207-175141-55010745971869/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888969.9322207-175141-55010745971869/AnsiballZ_dnf.py" <<< 172629 1726888969.99787: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpieysurnm /root/.ansible/tmp/ansible-tmp-1726888969.9322207-175141-55010745971869/AnsiballZ_dnf.py <<< 172629 1726888970.01234: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888970.01305: stderr chunk (state=3): >>><<< 172629 1726888970.01316: stdout chunk (state=3): >>><<< 172629 1726888970.01344: done transferring module to remote 172629 1726888970.01368: _low_level_execute_command(): starting 172629 1726888970.01376: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888969.9322207-175141-55010745971869/ /root/.ansible/tmp/ansible-tmp-1726888969.9322207-175141-55010745971869/AnsiballZ_dnf.py && sleep 0' 172629 1726888970.02060: 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 <<< 172629 1726888970.02077: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888970.02170: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888970.03899: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888970.03938: stderr chunk (state=3): >>><<< 172629 1726888970.04020: stdout chunk (state=3): >>><<< 172629 1726888970.04039: _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 172629 1726888970.04047: _low_level_execute_command(): starting 172629 1726888970.04057: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888969.9322207-175141-55010745971869/AnsiballZ_dnf.py && sleep 0' 172629 1726888970.04691: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888970.04710: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888970.04724: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888970.04743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888970.04825: 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 <<< 172629 1726888970.04854: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888970.04873: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888970.04900: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888970.05038: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888970.07120: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888970.07149: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888970.07181: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888970.07258: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888970.07290: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888970.07329: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888970.07364: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888970.07419: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726888970.07422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888970.07436: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888970.07465: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888970.07590: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888970.07593: 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 0x7f43fa4184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa3e7b30> # /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 0x7f43fa41aa50> <<< 172629 1726888970.07598: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888970.07616: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888970.07643: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888970.07678: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888970.07764: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888970.07791: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888970.07862: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888970.07867: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 172629 1726888970.07870: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888970.07881: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888970.07914: 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 <<< 172629 1726888970.07951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa1c9130> <<< 172629 1726888970.07992: 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 <<< 172629 1726888970.08023: 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 0x7f43fa1ca120> <<< 172629 1726888970.08038: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888970.08074: 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. <<< 172629 1726888970.08342: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888970.08376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888970.08407: 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' <<< 172629 1726888970.08552: 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' <<< 172629 1726888970.08653: 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 0x7f43fa20ff50> <<< 172629 1726888970.08675: 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 0x7f43fa21c0e0> # /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 <<< 172629 1726888970.09308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 172629 1726888970.09313: 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 0x7f43fa23f980> # /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 0x7f43fa23ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa21fc20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa21d340> <<< 172629 1726888970.09342: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa20d100> # /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 0x7f43fa2638f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa262510> # /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 0x7f43fa21e210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa260d40> # /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 0x7f43fa290950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa20c380> # /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 0x7f43fa290e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa290cb0> # 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 0x7f43fa2910a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa202ea0> <<< 172629 1726888970.09419: 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 <<< 172629 1726888970.09456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa291760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa291460> import 'importlib.machinery' # <<< 172629 1726888970.09529: 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 0x7f43fa292660> import 'importlib.util' # import 'runpy' # <<< 172629 1726888970.09557: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888970.09580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888970.09615: 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 0x7f43fa2ac860> <<< 172629 1726888970.09635: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888970.09690: 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 0x7f43fa2adfa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888970.09743: 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 0x7f43fa2aee40> <<< 172629 1726888970.09961: 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 0x7f43fa2af4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa2ae390> <<< 172629 1726888970.09985: 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 0x7f43fa2aff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa2af650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa292690> # /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 <<< 172629 1726888970.10015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888970.10050: 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 0x7f43f9fdfda0> <<< 172629 1726888970.10081: 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' <<< 172629 1726888970.10137: 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 0x7f43fa008800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa008560> <<< 172629 1726888970.10140: 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 0x7f43fa008830> <<< 172629 1726888970.10340: 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' <<< 172629 1726888970.10344: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888970.10365: 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 0x7f43fa009160> <<< 172629 1726888970.10476: 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 0x7f43fa009a90> <<< 172629 1726888970.10492: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa008a10> <<< 172629 1726888970.10518: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9fddf40> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888970.10671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa00ae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa008fe0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa292d80> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888970.10728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888970.10745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888970.10773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888970.10799: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa037140> <<< 172629 1726888970.11145: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa05f4d0> # /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' <<< 172629 1726888970.11150: 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 0x7f43fa0b82c0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888970.11153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888970.11191: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888970.11244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888970.11304: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa0baa20> <<< 172629 1726888970.11369: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa0b83e0> <<< 172629 1726888970.11419: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa0852b0> <<< 172629 1726888970.11497: 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 0x7f43f99293d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa05e2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa00bd10> <<< 172629 1726888970.11627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888970.11633: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f43f9929670> <<< 172629 1726888970.12091: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_xfl52mua/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 0x7f43f9983140> import '_typing' # <<< 172629 1726888970.12286: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9962030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9961190> # zipimport: zlib available <<< 172629 1726888970.12311: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888970.12340: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888970.12371: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888970.12394: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.13769: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.14873: 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 0x7f43f9981010> <<< 172629 1726888970.14908: 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' <<< 172629 1726888970.14937: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888970.14961: 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' <<< 172629 1726888970.14995: 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 0x7f43f99aaa80> <<< 172629 1726888970.15029: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f99aa810> <<< 172629 1726888970.15064: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f99aa120> <<< 172629 1726888970.15090: 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' <<< 172629 1726888970.15137: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f99aa570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9983b60> import 'atexit' # <<< 172629 1726888970.15261: 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 0x7f43f99ab860> # 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 0x7f43f99aba40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888970.15263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888970.15281: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888970.15318: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f99abf80> <<< 172629 1726888970.15342: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888970.15373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888970.15474: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9815d90> # 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 0x7f43f98179b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888970.15478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888970.15515: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f981c3b0> <<< 172629 1726888970.15533: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888970.15662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888970.15687: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f981d550> # /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' <<< 172629 1726888970.15705: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f981ffe0> <<< 172629 1726888970.15746: 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 0x7f43f9820140> <<< 172629 1726888970.15777: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f981e2d0> <<< 172629 1726888970.15794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888970.15989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888970.16021: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9823f20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f98229f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9822750> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888970.16035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888970.16101: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9822c60> <<< 172629 1726888970.16130: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f981e7b0> <<< 172629 1726888970.16212: 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 0x7f43f9867fe0> <<< 172629 1726888970.16243: 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 0x7f43f9868230> # /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' <<< 172629 1726888970.16282: 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 0x7f43f9869d90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9869b50> <<< 172629 1726888970.16320: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888970.16430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888970.16458: 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 0x7f43f986c2f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f986a480> <<< 172629 1726888970.16544: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888970.16566: 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' # <<< 172629 1726888970.16599: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f986fad0> <<< 172629 1726888970.16719: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f986c4a0> <<< 172629 1726888970.16781: 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 0x7f43f9870b60> <<< 172629 1726888970.16890: 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 0x7f43f986d010> # 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 0x7f43f9870c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f98684d0> # /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' <<< 172629 1726888970.16917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888970.16950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888970.17087: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888970.17091: 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 0x7f43f98fc3e0> <<< 172629 1726888970.17137: 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 0x7f43f98fd670> <<< 172629 1726888970.17159: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9872b70> <<< 172629 1726888970.17202: 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 0x7f43f9873f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9872780> <<< 172629 1726888970.17474: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888970.17478: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.17501: stdout chunk (state=3): >>># 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 <<< 172629 1726888970.17597: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.17713: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.18376: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.18783: 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' # <<< 172629 1726888970.18818: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888970.18837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888970.18879: 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 0x7f43f97017f0> <<< 172629 1726888970.18966: 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' <<< 172629 1726888970.18990: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97025d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f98fd7c0> <<< 172629 1726888970.19042: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888970.19086: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726888970.19107: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.19243: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.19401: 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' <<< 172629 1726888970.19426: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97023f0> # zipimport: zlib available <<< 172629 1726888970.19879: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.20319: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.20384: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.20463: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888970.20480: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.20509: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.20549: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888970.20565: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.20622: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.20725: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888970.20728: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.20750: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888970.20839: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.20842: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888970.20844: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.21073: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.21298: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888970.21390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726888970.21646: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97036b0> # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888970.21652: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888970.21675: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888970.21707: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888970.21725: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.21766: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.21813: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.21869: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.22052: 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 <<< 172629 1726888970.22059: 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 0x7f43f970e180> <<< 172629 1726888970.22081: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97090a0> <<< 172629 1726888970.22115: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888970.22134: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888970.22187: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.22283: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888970.22323: 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' <<< 172629 1726888970.22344: 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 <<< 172629 1726888970.22369: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888970.22431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888970.22453: 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 <<< 172629 1726888970.22481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888970.22700: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f99faae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f99e27e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f970e300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9871610> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888970.22712: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.22733: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888970.22782: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888970.22816: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888970.22835: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.23471: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.23920: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.24586: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.25247: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a08c0> <<< 172629 1726888970.25274: 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 0x7f43f97a0b60> <<< 172629 1726888970.25312: 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' <<< 172629 1726888970.25636: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a1280> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a0e00> # /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 0x7f43f97a1b80> # /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' <<< 172629 1726888970.25647: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f978cf80> <<< 172629 1726888970.25650: 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 0x7f43f978d910> <<< 172629 1726888970.25676: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f93f2690> <<< 172629 1726888970.25720: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a3350> <<< 172629 1726888970.25737: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 172629 1726888970.25775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 172629 1726888970.25802: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 172629 1726888970.25816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 172629 1726888970.25834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 172629 1726888970.25864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 172629 1726888970.25925: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9401250> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f93f3dd0> <<< 172629 1726888970.25963: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f93f3140> <<< 172629 1726888970.25978: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a27e0> <<< 172629 1726888970.26005: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 172629 1726888970.26025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 172629 1726888970.26042: 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 <<< 172629 1726888970.26143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 172629 1726888970.26150: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 172629 1726888970.26153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 172629 1726888970.26157: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f946d220> <<< 172629 1726888970.26275: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9425340> <<< 172629 1726888970.26390: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a2900> <<< 172629 1726888970.26418: 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'<<< 172629 1726888970.26442: stdout chunk (state=3): >>> # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 172629 1726888970.26459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 172629 1726888970.26497: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 172629 1726888970.26521: 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 0x7f43f9474cb0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f946efc0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9424e30> <<< 172629 1726888970.26628: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a21b0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a1be0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a1910> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a0bc0> # /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 0x7f43f97a1c10> # /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' <<< 172629 1726888970.26651: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 172629 1726888970.26665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 172629 1726888970.26697: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f94752b0> <<< 172629 1726888970.26816: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9474a10> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 172629 1726888970.26829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888970.26853: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9475a00> # /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' <<< 172629 1726888970.26915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888970.26946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888970.27020: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888970.27100: 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 0x7f43f9478080> <<< 172629 1726888970.27390: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f945d730> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9476930> # /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 0x7f43f945d1c0> <<< 172629 1726888970.27439: 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 0x7f43f94923c0> <<< 172629 1726888970.27564: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 172629 1726888970.27568: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 172629 1726888970.27571: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9493050> <<< 172629 1726888970.27593: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9492b10> # /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' <<< 172629 1726888970.27654: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9493530> <<< 172629 1726888970.27676: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 172629 1726888970.27710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 172629 1726888970.27928: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9467a40> <<< 172629 1726888970.27957: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 172629 1726888970.28037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9385eb0> <<< 172629 1726888970.28050: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.28141: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 172629 1726888970.28159: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.28399: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat.version' # # zipimport: zlib available <<< 172629 1726888970.28453: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.28500: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 172629 1726888970.28525: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.28633: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.28744: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 172629 1726888970.28827: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888970.29291: 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' <<< 172629 1726888970.29311: 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 <<< 172629 1726888970.29349: 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' <<< 172629 1726888970.29375: stdout chunk (state=3): >>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f93c2f60> <<< 172629 1726888970.29398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726888970.29465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726888970.29540: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f93c3080> <<< 172629 1726888970.29575: 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' <<< 172629 1726888970.29618: 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' <<< 172629 1726888970.29698: 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 0x7f43f9117230> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9116a80> # 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 0x7f43f9116c60> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f93c35c0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f93c2150> <<< 172629 1726888970.29751: 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 0x7f43f93c2c60> <<< 172629 1726888970.29768: 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 <<< 172629 1726888970.29892: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 172629 1726888970.29899: 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' <<< 172629 1726888970.29919: 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' <<< 172629 1726888970.30048: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 172629 1726888970.30058: stdout chunk (state=3): >>># extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43f9190800> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f91903e0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 172629 1726888970.30421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43f9193fb0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f91908f0> <<< 172629 1726888970.30424: 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 # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 172629 1726888970.31196: 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 0x7f43f8cc30e0> <<< 172629 1726888970.31260: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a09b0> <<< 172629 1726888970.31279: 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 <<< 172629 1726888970.31345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 172629 1726888970.31428: 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 0x7f43f8d40da0> <<< 172629 1726888970.31574: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f8cc3620> <<< 172629 1726888970.31596: 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 <<< 172629 1726888970.31617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726888970.31700: 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 0x7f43f8d43ce0> <<< 172629 1726888970.31799: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f8d40ec0> # /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' <<< 172629 1726888970.31880: 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 0x7f43f8d7fe90> <<< 172629 1726888970.31914: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f8d7c0e0> <<< 172629 1726888970.32030: 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 <<< 172629 1726888970.32033: stdout chunk (state=3): >>># 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 0x7f43f72f1190> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f72f0590> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9133f20> <<< 172629 1726888970.32048: 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 <<< 172629 1726888970.32083: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 172629 1726888970.32103: 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 <<< 172629 1726888970.32219: 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 <<< 172629 1726888970.32247: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43f730c620> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f72f3a70> # /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' <<< 172629 1726888970.32282: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 172629 1726888970.32302: 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 0x7f43f730ec90> <<< 172629 1726888970.32323: 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 <<< 172629 1726888970.32441: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py <<< 172629 1726888970.32445: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f730fb60> <<< 172629 1726888970.32464: 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' <<< 172629 1726888970.32834: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' <<< 172629 1726888970.32876: stdout chunk (state=3): >>># extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43f733c470> <<< 172629 1726888970.33060: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f733d940> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f730fda0> <<< 172629 1726888970.33088: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f730eb40> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f730e4e0> # /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 0x7f43f733f590> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f730f080> <<< 172629 1726888970.33149: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f730c950> <<< 172629 1726888970.33176: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f72f3080> <<< 172629 1726888970.33212: 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' <<< 172629 1726888970.33338: 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 0x7f43f72f37a0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f72f3500> <<< 172629 1726888970.33377: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f72f1280> <<< 172629 1726888970.33523: 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 0x7f43f7378c20> <<< 172629 1726888970.33528: 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 <<< 172629 1726888970.33558: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f737b140> # /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' <<< 172629 1726888970.33595: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f737b8f0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f737a450> <<< 172629 1726888970.33599: 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 <<< 172629 1726888970.33627: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 172629 1726888970.33640: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f73a0110> <<< 172629 1726888970.33662: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f7378bf0> <<< 172629 1726888970.33707: 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 <<< 172629 1726888970.33747: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 172629 1726888970.33769: 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' <<< 172629 1726888970.33818: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f73a1b80> <<< 172629 1726888970.33832: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f73a1100> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f73a0f20> # /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' <<< 172629 1726888970.33885: 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 <<< 172629 1726888970.34021: 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' <<< 172629 1726888970.34025: 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 0x7f43f73ccbf0> # /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' <<< 172629 1726888970.34056: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888970.34088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888970.34129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726888970.34231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6c9ac90> # 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 0x7f43f6c9aff0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f73cef00> <<< 172629 1726888970.34279: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f73cd0a0> <<< 172629 1726888970.34282: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f73cc0e0> <<< 172629 1726888970.34325: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f73a2360> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f73a2090> <<< 172629 1726888970.34351: 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 <<< 172629 1726888970.34450: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 172629 1726888970.34453: 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' <<< 172629 1726888970.34460: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6cd4b60> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6c9bc80> <<< 172629 1726888970.34475: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f73a2870> <<< 172629 1726888970.34497: 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 <<< 172629 1726888970.34509: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 172629 1726888970.34575: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6cd5220> # /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 0x7f43f6cd55b0> <<< 172629 1726888970.34693: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc'<<< 172629 1726888970.34696: stdout chunk (state=3): >>> import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6cd5670> <<< 172629 1726888970.34705: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6cd5790> # /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 <<< 172629 1726888970.34723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 172629 1726888970.34794: 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 0x7f43f6cf4380> <<< 172629 1726888970.34878: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6cd64b0> <<< 172629 1726888970.35082: 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 0x7f43f6cf44a0> # /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 0x7f43f6cf4590> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6cd55e0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py <<< 172629 1726888970.35086: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6cf4680> <<< 172629 1726888970.35099: 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 <<< 172629 1726888970.35155: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888970.35178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726888970.35219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888970.35223: 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 0x7f43f6d1ffe0> <<< 172629 1726888970.35249: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6d1f4d0> <<< 172629 1726888970.35308: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6d1df70> <<< 172629 1726888970.35447: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6cf5eb0> <<< 172629 1726888970.35475: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6cf5340> <<< 172629 1726888970.35523: 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 0x7f43f8d40c50> # /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' <<< 172629 1726888970.35549: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6cf7560> <<< 172629 1726888970.35684: 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 0x7f43f6d609b0> # /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 0x7f43f6d60bf0> # /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 0x7f43f6d61550> <<< 172629 1726888970.35726: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6d60fe0> # /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 0x7f43f6d62450> import 'gc' # <<< 172629 1726888970.35745: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9117320> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f93c1ee0> <<< 172629 1726888970.36493: 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 0x7f43f6d63200> # /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 <<< 172629 1726888970.36496: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 172629 1726888970.36498: 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 0x7f43f6b2fc20> <<< 172629 1726888970.36542: 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'<<< 172629 1726888970.36545: stdout chunk (state=3): >>> <<< 172629 1726888970.36566: 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 <<< 172629 1726888970.36600: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' # /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888970.36716: 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 0x7f43f6b55ca0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b55850> <<< 172629 1726888970.36752: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888970.36901: 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 0x7f43f6d60e90> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b54710> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b2ff50> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b2ccb0> # /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 0x7f43f6b2fa10> # /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 <<< 172629 1726888970.36916: 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 <<< 172629 1726888970.36940: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 172629 1726888970.36966: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b6b200> <<< 172629 1726888970.36987: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b69d30> <<< 172629 1726888970.37050: 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' <<< 172629 1726888970.37100: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b90a10> <<< 172629 1726888970.37142: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b90cb0> <<< 172629 1726888970.37145: 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' <<< 172629 1726888970.37277: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b90f20> # /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' <<< 172629 1726888970.37281: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b911c0> <<< 172629 1726888970.37309: 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 # 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 0x7f43f6b918e0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b91730> # /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 0x7f43f6b931d0> <<< 172629 1726888970.37335: 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 0x7f43f6b93320> <<< 172629 1726888970.37381: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py <<< 172629 1726888970.37411: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b93500> <<< 172629 1726888970.37413: 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 <<< 172629 1726888970.37479: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 172629 1726888970.37492: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6ba8470> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b93ce0> <<< 172629 1726888970.37606: 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 <<< 172629 1726888970.37610: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6ba9010> # /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 0x7f43f6ba9460> # /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' <<< 172629 1726888970.37640: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6ba9640> # /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 <<< 172629 1726888970.37653: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 172629 1726888970.37782: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6ba9910> <<< 172629 1726888970.37789: 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 0x7f43f6baa810> <<< 172629 1726888970.37802: 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 0x7f43f6baaa80> <<< 172629 1726888970.37830: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6baac90> # /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 <<< 172629 1726888970.37943: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 172629 1726888970.37950: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6bab890> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6bab3b0> # /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' <<< 172629 1726888970.37953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 172629 1726888970.38015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6bd0740> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6babf80> <<< 172629 1726888970.38047: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6bd13d0> <<< 172629 1726888970.38159: 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 0x7f43f6bd16d0> <<< 172629 1726888970.38166: 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' <<< 172629 1726888970.38320: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6bd2630> # /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 0x7f43f6bd28d0> # /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 0x7f43f6bd2a80> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6d63650> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6d633e0> <<< 172629 1726888970.38324: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6d62b10> <<< 172629 1726888970.38326: 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' <<< 172629 1726888970.38347: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6bd3470> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6bd31d0> # /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 <<< 172629 1726888970.38403: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888970.38558: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 172629 1726888970.38562: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6bf9910> # /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' <<< 172629 1726888970.38606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 172629 1726888970.38626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 172629 1726888970.38641: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6bfb020> <<< 172629 1726888970.38689: 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 0x7f43f6bfa210> <<< 172629 1726888970.38779: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6bf9d30> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py <<< 172629 1726888970.38805: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f69487d0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f692fbc0> # /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' <<< 172629 1726888970.38825: 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 <<< 172629 1726888970.38875: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 172629 1726888970.38921: stdout chunk (state=3): >>>import 'six.moves' # <<< 172629 1726888970.38982: 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 0x7f43f694b650> <<< 172629 1726888970.38989: 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' <<< 172629 1726888970.39078: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f694bec0> # /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 0x7f43f6948e30> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6948b00> <<< 172629 1726888970.39111: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6bd3740> <<< 172629 1726888970.39137: 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' <<< 172629 1726888970.39371: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6bf9460> <<< 172629 1726888970.39404: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6bd34a0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b2c3b0> # /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 0x7f43f69720c0> # /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 0x7f43f6972990> # /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 0x7f43f69739b0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py <<< 172629 1726888970.39422: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6973f50> <<< 172629 1726888970.39446: 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' <<< 172629 1726888970.39473: 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' <<< 172629 1726888970.39500: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 172629 1726888970.39518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 172629 1726888970.39533: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888970.39657: 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 0x7f43f699d6d0> <<< 172629 1726888970.39681: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f699d0a0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f699cd40> <<< 172629 1726888970.39712: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f699c9e0> <<< 172629 1726888970.39730: 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' <<< 172629 1726888970.39777: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f699d340> <<< 172629 1726888970.39780: 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 <<< 172629 1726888970.39817: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 172629 1726888970.39938: 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 <<< 172629 1726888970.39941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f699f440> # /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' <<< 172629 1726888970.39966: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f699f500> # /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' <<< 172629 1726888970.40018: 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 0x7f43f699fbf0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f699fa70> <<< 172629 1726888970.40168: 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' <<< 172629 1726888970.40188: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 172629 1726888970.40214: 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 0x7f43f69ce210> <<< 172629 1726888970.40241: 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 <<< 172629 1726888970.40319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 172629 1726888970.40324: 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' <<< 172629 1726888970.40347: 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 0x7f43f69cf3e0> # /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 0x7f43f69cf650> # /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py <<< 172629 1726888970.40402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 172629 1726888970.40499: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43f69cf7d0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f69cf5f0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f69ceed0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f69ce360> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f69cd640> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f69ccbc0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f69cc440> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f699ef30> <<< 172629 1726888970.40505: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f699e420> <<< 172629 1726888970.40529: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f69cf140> <<< 172629 1726888970.40567: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 172629 1726888970.40628: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f69cfce0> <<< 172629 1726888970.40632: 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 0x7f43f69f85f0> <<< 172629 1726888970.40703: 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 0x7f43f69f89b0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py <<< 172629 1726888970.40760: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f69f92e0> <<< 172629 1726888970.40789: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 172629 1726888970.40801: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f69f9e50> <<< 172629 1726888970.53292: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["cryptsetup"], "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}}} <<< 172629 1726888970.54501: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 172629 1726888970.54526: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888970.55020: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888970.55062: 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 <<< 172629 1726888970.55072: stdout chunk (state=3): >>># cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc <<< 172629 1726888970.55285: stdout chunk (state=3): >>># 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<<< 172629 1726888970.55352: stdout chunk (state=3): >>> # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # 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 <<< 172629 1726888970.55370: stdout chunk (state=3): >>># cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # 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 <<< 172629 1726888970.55776: 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 # 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 <<< 172629 1726888970.55952: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma <<< 172629 1726888970.55957: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888970.55969: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 172629 1726888970.56067: stdout chunk (state=3): >>># 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 <<< 172629 1726888970.56108: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves <<< 172629 1726888970.56122: stdout chunk (state=3): >>># destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 172629 1726888970.56178: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus <<< 172629 1726888970.56201: stdout chunk (state=3): >>># destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal <<< 172629 1726888970.56418: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm <<< 172629 1726888970.56421: stdout chunk (state=3): >>># destroy rpm.transaction # cleanup[3] wiping rpm._rpm <<< 172629 1726888970.56424: stdout chunk (state=3): >>># cleanup[3] wiping unicodedata <<< 172629 1726888970.56428: stdout chunk (state=3): >>># cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module <<< 172629 1726888970.56535: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 172629 1726888970.56773: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # 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 <<< 172629 1726888970.56983: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix <<< 172629 1726888970.56986: stdout chunk (state=3): >>># 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 <<< 172629 1726888970.57335: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888970.57377: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726888970.57410: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib # destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 172629 1726888970.57439: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 172629 1726888970.57480: stdout chunk (state=3): >>># destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888970.57522: stdout chunk (state=3): >>># destroy _queue # destroy array # destroy copyreg # destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 172629 1726888970.57552: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip <<< 172629 1726888970.57629: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # 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 <<< 172629 1726888970.57752: stdout chunk (state=3): >>># 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 <<< 172629 1726888970.57800: stdout chunk (state=3): >>># destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner <<< 172629 1726888970.57804: stdout chunk (state=3): >>># destroy _json # destroy collections # destroy io # destroy _opcode <<< 172629 1726888970.57870: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 172629 1726888970.57899: stdout chunk (state=3): >>># destroy binascii <<< 172629 1726888970.57909: stdout chunk (state=3): >>># destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 172629 1726888970.57939: stdout chunk (state=3): >>># destroy _ssl <<< 172629 1726888970.58014: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888970.58118: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 172629 1726888970.58144: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random <<< 172629 1726888970.58166: stdout chunk (state=3): >>># destroy _sre <<< 172629 1726888970.58185: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 172629 1726888970.58862: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888970.58865: stdout chunk (state=3): >>><<< 172629 1726888970.58869: stderr chunk (state=3): >>><<< 172629 1726888970.59286: _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 0x7f43fa4184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa3e7b30> # /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 0x7f43fa41aa50> 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 0x7f43fa1c9130> # /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 0x7f43fa1ca120> 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 0x7f43fa20ff50> # /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 0x7f43fa21c0e0> # /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 0x7f43fa23f980> # /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 0x7f43fa23ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa21fc20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa21d340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa20d100> # /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 0x7f43fa2638f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa262510> # /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 0x7f43fa21e210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa260d40> # /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 0x7f43fa290950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa20c380> # /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 0x7f43fa290e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa290cb0> # 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 0x7f43fa2910a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa202ea0> # /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 0x7f43fa291760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa291460> 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 0x7f43fa292660> 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 0x7f43fa2ac860> 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 0x7f43fa2adfa0> # /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 0x7f43fa2aee40> # 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 0x7f43fa2af4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa2ae390> # /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 0x7f43fa2aff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa2af650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa292690> # /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 0x7f43f9fdfda0> # /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 0x7f43fa008800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa008560> # 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 0x7f43fa008830> # /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 0x7f43fa009160> # 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 0x7f43fa009a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa008a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9fddf40> # /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 0x7f43fa00ae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa008fe0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa292d80> # /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 0x7f43fa037140> # /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 0x7f43fa05f4d0> # /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 0x7f43fa0b82c0> # /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 0x7f43fa0baa20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa0b83e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa0852b0> # /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 0x7f43f99293d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa05e2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa00bd10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f43f9929670> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_xfl52mua/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 0x7f43f9983140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9962030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9961190> # 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 0x7f43f9981010> # /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 0x7f43f99aaa80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f99aa810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f99aa120> # /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 0x7f43f99aa570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9983b60> 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 0x7f43f99ab860> # 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 0x7f43f99aba40> # /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 0x7f43f99abf80> 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 0x7f43f9815d90> # 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 0x7f43f98179b0> # /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 0x7f43f981c3b0> # /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 0x7f43f981d550> # /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 0x7f43f981ffe0> # 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 0x7f43f9820140> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f981e2d0> # /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 0x7f43f9823f20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f98229f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9822750> # /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 0x7f43f9822c60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f981e7b0> # 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 0x7f43f9867fe0> # /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 0x7f43f9868230> # /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 0x7f43f9869d90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9869b50> # /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 0x7f43f986c2f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f986a480> # /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 0x7f43f986fad0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f986c4a0> # 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 0x7f43f9870b60> # 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 0x7f43f986d010> # 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 0x7f43f9870c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f98684d0> # /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 0x7f43f98fc3e0> # 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 0x7f43f98fd670> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9872b70> # 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 0x7f43f9873f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9872780> # 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 0x7f43f97017f0> # /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 0x7f43f97025d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f98fd7c0> 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 0x7f43f97023f0> # 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 0x7f43f97036b0> # 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 0x7f43f970e180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97090a0> 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 0x7f43f99faae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f99e27e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f970e300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9871610> # 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 0x7f43f97a08c0> # /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 0x7f43f97a0b60> # /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 0x7f43f97a1280> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a0e00> # /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 0x7f43f97a1b80> # /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 0x7f43f978cf80> # /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 0x7f43f978d910> # /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 0x7f43f93f2690> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a3350> # /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 0x7f43f9401250> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f93f3dd0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f93f3140> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a27e0> # /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 0x7f43f946d220> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9425340> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a2900> # /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 0x7f43f9474cb0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f946efc0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9424e30> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a21b0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a1be0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a1910> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a0bc0> # /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 0x7f43f97a1c10> # /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 0x7f43f94752b0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9474a10> # /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 0x7f43f9475a00> # /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 0x7f43f9478080> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f945d730> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9476930> # /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 0x7f43f945d1c0> # /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 0x7f43f94923c0> # /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 0x7f43f9493050> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9492b10> # /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 0x7f43f9493530> # /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 0x7f43f9467a40> # /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 0x7f43f9385eb0> # 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 0x7f43f93c2f60> # /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 0x7f43f93c3080> # /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 0x7f43f9117230> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9116a80> # 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 0x7f43f9116c60> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f93c35c0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f93c2150> # /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 0x7f43f93c2c60> # /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 0x7f43f9190800> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f91903e0> # /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 0x7f43f9193fb0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f91908f0> # /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 0x7f43f8cc30e0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f97a09b0> # /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 0x7f43f8d40da0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f8cc3620> # /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 0x7f43f8d43ce0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f8d40ec0> # /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 0x7f43f8d7fe90> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f8d7c0e0> # /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 0x7f43f72f1190> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f72f0590> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9133f20> # /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 0x7f43f730c620> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f72f3a70> # /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 0x7f43f730ec90> # /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 0x7f43f730fb60> # /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 0x7f43f733c470> # /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 0x7f43f733d940> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f730fda0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f730eb40> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f730e4e0> # /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 0x7f43f733f590> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f730f080> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f730c950> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f72f3080> # /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 0x7f43f72f37a0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f72f3500> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f72f1280> # /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 0x7f43f7378c20> # /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 0x7f43f737b140> # /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 0x7f43f737b8f0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f737a450> # /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 0x7f43f73a0110> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f7378bf0> # /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 0x7f43f73a1b80> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f73a1100> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f73a0f20> # /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 0x7f43f73ccbf0> # /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 0x7f43f6c9ac90> # 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 0x7f43f6c9aff0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f73cef00> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f73cd0a0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f73cc0e0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f73a2360> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f73a2090> # /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 0x7f43f6cd4b60> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6c9bc80> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f73a2870> # /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 0x7f43f6cd5220> # /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 0x7f43f6cd55b0> # /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 0x7f43f6cd5670> # /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 0x7f43f6cd5790> # /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 0x7f43f6cf4380> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6cd64b0> # /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 0x7f43f6cf44a0> # /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 0x7f43f6cf4590> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6cd55e0> # /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 0x7f43f6cf4680> # /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 0x7f43f6d1ffe0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6d1f4d0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6d1df70> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6cf5eb0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6cf5340> # /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 0x7f43f8d40c50> # /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 0x7f43f6cf7560> # /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 0x7f43f6d609b0> # /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 0x7f43f6d60bf0> # /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 0x7f43f6d61550> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6d60fe0> # /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 0x7f43f6d62450> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f9117320> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f93c1ee0> # /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 0x7f43f6d63200> # /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 0x7f43f6b2fc20> # /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 0x7f43f6b55ca0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b55850> # 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 0x7f43f6d60e90> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b54710> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b2ff50> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b2ccb0> # /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 0x7f43f6b2fa10> # /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 0x7f43f6b6b200> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b69d30> # /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 0x7f43f6b90a10> # /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 0x7f43f6b90cb0> # /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 0x7f43f6b90f20> # /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 0x7f43f6b911c0> # /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 0x7f43f6b918e0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b91730> # /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 0x7f43f6b931d0> # /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 0x7f43f6b93320> # /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 0x7f43f6b93500> # /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 0x7f43f6ba8470> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b93ce0> # /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 0x7f43f6ba9010> # /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 0x7f43f6ba9460> # /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 0x7f43f6ba9640> # /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 0x7f43f6ba9910> # /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 0x7f43f6baa810> # /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 0x7f43f6baaa80> # /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 0x7f43f6baac90> # /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 0x7f43f6bab890> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6bab3b0> # /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 0x7f43f6bd0740> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6babf80> # /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 0x7f43f6bd13d0> # /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 0x7f43f6bd16d0> # /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 0x7f43f6bd2630> # /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 0x7f43f6bd28d0> # /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 0x7f43f6bd2a80> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6d63650> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6d633e0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6d62b10> # /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 0x7f43f6bd3470> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6bd31d0> # /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 0x7f43f6bf9910> # /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 0x7f43f6bfb020> # 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 0x7f43f6bfa210> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6bf9d30> # /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 0x7f43f69487d0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f692fbc0> # /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 0x7f43f694b650> # /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 0x7f43f694bec0> # /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 0x7f43f6948e30> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6948b00> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6bd3740> # /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 0x7f43f6bf9460> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6bd34a0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f6b2c3b0> # /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 0x7f43f69720c0> # /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 0x7f43f6972990> # /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 0x7f43f69739b0> # /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 0x7f43f6973f50> # /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 0x7f43f699d6d0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f699d0a0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f699cd40> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f699c9e0> # /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 0x7f43f699d340> # /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 0x7f43f699f440> # /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 0x7f43f699f500> # /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 0x7f43f699fbf0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f699fa70> # /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 0x7f43f69ce210> # /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 0x7f43f69cf3e0> # /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 0x7f43f69cf650> # /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 0x7f43f69cf7d0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f69cf5f0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f69ceed0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f69ce360> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f69cd640> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f69ccbc0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f69cc440> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f699ef30> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43f699e420> # /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 0x7f43f69cf140> # /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 0x7f43f69cfce0> # /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 0x7f43f69f85f0> # /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 0x7f43f69f89b0> # /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 0x7f43f69f92e0> # /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 0x7f43f69f9e50> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["cryptsetup"], "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. 172629 1726888970.60670: done with _execute_module (ansible.legacy.dnf, {'name': 'cryptsetup', '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-1726888969.9322207-175141-55010745971869/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888970.60673: _low_level_execute_command(): starting 172629 1726888970.60676: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888969.9322207-175141-55010745971869/ > /dev/null 2>&1 && sleep 0' 172629 1726888970.60957: 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 <<< 172629 1726888970.60967: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888970.60984: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888970.60993: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888970.61010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888970.61027: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888970.61040: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888970.61063: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726888970.61069: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888970.61116: 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 <<< 172629 1726888970.61207: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888970.61224: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888970.61231: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888970.61436: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888970.63463: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888970.63467: stdout chunk (state=3): >>><<< 172629 1726888970.63469: stderr chunk (state=3): >>><<< 172629 1726888970.63472: _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 172629 1726888970.63474: handler run complete 172629 1726888970.63476: attempt loop complete, returning result 172629 1726888970.63478: _execute() done 172629 1726888970.63480: dumping result to json 172629 1726888970.63482: done dumping result, returning 172629 1726888970.63484: done running TaskExecutor() for managed_node1/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-d0a8-add8-0000000010c9] 172629 1726888970.63486: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010c9 172629 1726888970.63546: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010c9 172629 1726888970.63549: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 172629 1726888970.63634: no more pending results, returning what we have 172629 1726888970.63637: results queue empty 172629 1726888970.63638: checking for any_errors_fatal 172629 1726888970.63645: done checking for any_errors_fatal 172629 1726888970.63646: checking for max_fail_percentage 172629 1726888970.63647: done checking for max_fail_percentage 172629 1726888970.63648: checking to see if all hosts have failed and the running result is not ok 172629 1726888970.63649: done checking to see if all hosts have failed 172629 1726888970.63650: getting the remaining hosts for this loop 172629 1726888970.63652: done getting the remaining hosts for this loop 172629 1726888970.63659: getting the next task for host managed_node1 172629 1726888970.63667: done getting next task for host managed_node1 172629 1726888970.63670: ^ task is: TASK: Collect LUKS info for this volume 172629 1726888970.63674: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888970.63678: getting variables 172629 1726888970.63679: in VariableManager get_vars() 172629 1726888970.63713: Calling all_inventory to load vars for managed_node1 172629 1726888970.63716: Calling groups_inventory to load vars for managed_node1 172629 1726888970.63719: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888970.63729: Calling all_plugins_play to load vars for managed_node1 172629 1726888970.63732: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888970.63735: Calling groups_plugins_play to load vars for managed_node1 172629 1726888970.64398: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888970.65376: done with get_vars() 172629 1726888970.65393: done getting variables 172629 1726888970.65721: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Friday 20 September 2024 23:22:50 -0400 (0:00:00.819) 0:01:10.938 ****** 172629 1726888970.65843: entering _queue_task() for managed_node1/command 172629 1726888970.66229: worker is 1 (out of 1 available) 172629 1726888970.66243: exiting _queue_task() for managed_node1/command 172629 1726888970.66620: done queuing things up, now waiting for results queue to drain 172629 1726888970.66622: waiting for pending results... 172629 1726888970.66671: running TaskExecutor() for managed_node1/TASK: Collect LUKS info for this volume 172629 1726888970.66676: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010ca 172629 1726888970.66690: variable 'ansible_search_path' from source: unknown 172629 1726888970.66727: calling self._execute() 172629 1726888970.66840: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888970.66852: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888970.66870: variable 'omit' from source: magic vars 172629 1726888970.67252: variable 'storage_test_volume' from source: include params 172629 1726888970.67283: variable '_storage_test_volume_present' from source: set_fact 172629 1726888970.67307: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 172629 1726888970.67313: when evaluation is False, skipping this task 172629 1726888970.67320: _execute() done 172629 1726888970.67328: dumping result to json 172629 1726888970.67461: done dumping result, returning 172629 1726888970.67465: done running TaskExecutor() for managed_node1/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-d0a8-add8-0000000010ca] 172629 1726888970.67467: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ca 172629 1726888970.67539: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ca 172629 1726888970.67543: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888970.67595: no more pending results, returning what we have 172629 1726888970.67599: results queue empty 172629 1726888970.67600: checking for any_errors_fatal 172629 1726888970.67611: done checking for any_errors_fatal 172629 1726888970.67611: checking for max_fail_percentage 172629 1726888970.67613: done checking for max_fail_percentage 172629 1726888970.67614: checking to see if all hosts have failed and the running result is not ok 172629 1726888970.67615: done checking to see if all hosts have failed 172629 1726888970.67615: getting the remaining hosts for this loop 172629 1726888970.67617: done getting the remaining hosts for this loop 172629 1726888970.67620: getting the next task for host managed_node1 172629 1726888970.67629: done getting next task for host managed_node1 172629 1726888970.67631: ^ task is: TASK: Verify the presence/absence of the LUKS device node 172629 1726888970.67637: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888970.67640: getting variables 172629 1726888970.67642: in VariableManager get_vars() 172629 1726888970.67676: Calling all_inventory to load vars for managed_node1 172629 1726888970.67678: Calling groups_inventory to load vars for managed_node1 172629 1726888970.67681: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888970.67690: Calling all_plugins_play to load vars for managed_node1 172629 1726888970.67692: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888970.67695: Calling groups_plugins_play to load vars for managed_node1 172629 1726888970.68207: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888970.69171: done with get_vars() 172629 1726888970.69184: done getting variables 172629 1726888970.69237: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Friday 20 September 2024 23:22:50 -0400 (0:00:00.034) 0:01:10.972 ****** 172629 1726888970.69289: entering _queue_task() for managed_node1/assert 172629 1726888970.69874: worker is 1 (out of 1 available) 172629 1726888970.69888: exiting _queue_task() for managed_node1/assert 172629 1726888970.69899: done queuing things up, now waiting for results queue to drain 172629 1726888970.69900: waiting for pending results... 172629 1726888970.70140: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the LUKS device node 172629 1726888970.70359: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010cb 172629 1726888970.70473: variable 'ansible_search_path' from source: unknown 172629 1726888970.70478: calling self._execute() 172629 1726888970.70552: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888970.70571: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888970.70599: variable 'omit' from source: magic vars 172629 1726888970.71124: variable 'storage_test_volume' from source: include params 172629 1726888970.71224: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888970.71233: when evaluation is False, skipping this task 172629 1726888970.71239: _execute() done 172629 1726888970.71242: dumping result to json 172629 1726888970.71247: done dumping result, returning 172629 1726888970.71250: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-d0a8-add8-0000000010cb] 172629 1726888970.71252: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010cb 172629 1726888970.71420: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010cb 172629 1726888970.71565: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888970.71617: no more pending results, returning what we have 172629 1726888970.71621: results queue empty 172629 1726888970.71622: checking for any_errors_fatal 172629 1726888970.71631: done checking for any_errors_fatal 172629 1726888970.71631: checking for max_fail_percentage 172629 1726888970.71633: done checking for max_fail_percentage 172629 1726888970.71634: checking to see if all hosts have failed and the running result is not ok 172629 1726888970.71635: done checking to see if all hosts have failed 172629 1726888970.71636: getting the remaining hosts for this loop 172629 1726888970.71637: done getting the remaining hosts for this loop 172629 1726888970.71642: getting the next task for host managed_node1 172629 1726888970.71649: done getting next task for host managed_node1 172629 1726888970.71652: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 172629 1726888970.71660: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888970.71730: getting variables 172629 1726888970.71733: in VariableManager get_vars() 172629 1726888970.71886: Calling all_inventory to load vars for managed_node1 172629 1726888970.71907: Calling groups_inventory to load vars for managed_node1 172629 1726888970.71911: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888970.71922: Calling all_plugins_play to load vars for managed_node1 172629 1726888970.71926: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888970.71932: Calling groups_plugins_play to load vars for managed_node1 172629 1726888970.72626: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888970.73422: done with get_vars() 172629 1726888970.73439: done getting variables 172629 1726888970.73521: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Friday 20 September 2024 23:22:50 -0400 (0:00:00.042) 0:01:11.015 ****** 172629 1726888970.73560: entering _queue_task() for managed_node1/assert 172629 1726888970.73980: worker is 1 (out of 1 available) 172629 1726888970.73991: exiting _queue_task() for managed_node1/assert 172629 1726888970.74003: done queuing things up, now waiting for results queue to drain 172629 1726888970.74004: waiting for pending results... 172629 1726888970.74217: running TaskExecutor() for managed_node1/TASK: Verify that the raw device is the same as the device if not encrypted 172629 1726888970.74425: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010cc 172629 1726888970.74474: variable 'ansible_search_path' from source: unknown 172629 1726888970.74518: calling self._execute() 172629 1726888970.74689: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888970.74695: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888970.74708: variable 'omit' from source: magic vars 172629 1726888970.75110: variable '_storage_test_volume_present' from source: set_fact 172629 1726888970.75126: Evaluated conditional (_storage_test_volume_present): True 172629 1726888970.75171: variable 'omit' from source: magic vars 172629 1726888970.75202: variable 'omit' from source: magic vars 172629 1726888970.75411: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888970.77730: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888970.77899: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888970.78007: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888970.78030: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888970.78069: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888970.78252: variable 'storage_test_volume' from source: include params 172629 1726888970.78278: variable '__dev_ne_raw' from source: task vars 172629 1726888970.78534: variable 'storage_test_volume' from source: include params 172629 1726888970.78619: variable 'omit' from source: magic vars 172629 1726888970.78673: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888970.78714: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888970.78736: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888970.78764: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888970.78792: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888970.78828: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888970.78874: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888970.78878: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888970.79037: Set connection var ansible_timeout to 10 172629 1726888970.79047: Set connection var ansible_shell_type to sh 172629 1726888970.79089: Set connection var ansible_pipelining to False 172629 1726888970.79092: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888970.79094: Set connection var ansible_shell_executable to /bin/sh 172629 1726888970.79096: Set connection var ansible_connection to ssh 172629 1726888970.79122: variable 'ansible_shell_executable' from source: unknown 172629 1726888970.79129: variable 'ansible_connection' from source: unknown 172629 1726888970.79160: variable 'ansible_module_compression' from source: unknown 172629 1726888970.79163: variable 'ansible_shell_type' from source: unknown 172629 1726888970.79166: variable 'ansible_shell_executable' from source: unknown 172629 1726888970.79169: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888970.79171: variable 'ansible_pipelining' from source: unknown 172629 1726888970.79173: variable 'ansible_timeout' from source: unknown 172629 1726888970.79197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888970.79374: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888970.79425: variable 'omit' from source: magic vars 172629 1726888970.79432: starting attempt loop 172629 1726888970.79435: running the handler 172629 1726888970.79647: variable '__dev_ne_raw' from source: task vars 172629 1726888970.79797: variable 'storage_test_volume' from source: include params 172629 1726888970.79825: variable 'storage_test_volume' from source: include params 172629 1726888970.79841: Evaluated conditional (__dev_ne_raw == (storage_test_volume.encryption | bool)): True 172629 1726888970.79871: handler run complete 172629 1726888970.79972: attempt loop complete, returning result 172629 1726888970.79976: _execute() done 172629 1726888970.79979: dumping result to json 172629 1726888970.79980: done dumping result, returning 172629 1726888970.79982: done running TaskExecutor() for managed_node1/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-d0a8-add8-0000000010cc] 172629 1726888970.79984: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010cc 172629 1726888970.80050: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010cc 172629 1726888970.80053: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888970.80106: no more pending results, returning what we have 172629 1726888970.80110: results queue empty 172629 1726888970.80111: checking for any_errors_fatal 172629 1726888970.80121: done checking for any_errors_fatal 172629 1726888970.80121: checking for max_fail_percentage 172629 1726888970.80124: done checking for max_fail_percentage 172629 1726888970.80125: checking to see if all hosts have failed and the running result is not ok 172629 1726888970.80126: done checking to see if all hosts have failed 172629 1726888970.80126: getting the remaining hosts for this loop 172629 1726888970.80128: done getting the remaining hosts for this loop 172629 1726888970.80132: getting the next task for host managed_node1 172629 1726888970.80141: done getting next task for host managed_node1 172629 1726888970.80145: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 172629 1726888970.80153: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888970.80159: getting variables 172629 1726888970.80161: in VariableManager get_vars() 172629 1726888970.80205: Calling all_inventory to load vars for managed_node1 172629 1726888970.80208: Calling groups_inventory to load vars for managed_node1 172629 1726888970.80212: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888970.80225: Calling all_plugins_play to load vars for managed_node1 172629 1726888970.80229: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888970.80232: Calling groups_plugins_play to load vars for managed_node1 172629 1726888970.81163: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888970.82044: done with get_vars() 172629 1726888970.82065: done getting variables 172629 1726888970.82130: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Friday 20 September 2024 23:22:50 -0400 (0:00:00.086) 0:01:11.101 ****** 172629 1726888970.82166: entering _queue_task() for managed_node1/assert 172629 1726888970.82592: worker is 1 (out of 1 available) 172629 1726888970.82604: exiting _queue_task() for managed_node1/assert 172629 1726888970.82616: done queuing things up, now waiting for results queue to drain 172629 1726888970.82617: waiting for pending results... 172629 1726888970.82932: running TaskExecutor() for managed_node1/TASK: Make sure we got info about the LUKS volume if encrypted 172629 1726888970.83021: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010cd 172629 1726888970.83042: variable 'ansible_search_path' from source: unknown 172629 1726888970.83174: calling self._execute() 172629 1726888970.83263: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888970.83266: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888970.83270: variable 'omit' from source: magic vars 172629 1726888970.83683: variable '_storage_test_volume_present' from source: set_fact 172629 1726888970.83695: variable 'storage_test_volume' from source: include params 172629 1726888970.83743: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 172629 1726888970.83752: when evaluation is False, skipping this task 172629 1726888970.83764: _execute() done 172629 1726888970.83828: dumping result to json 172629 1726888970.83831: done dumping result, returning 172629 1726888970.83834: done running TaskExecutor() for managed_node1/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-d0a8-add8-0000000010cd] 172629 1726888970.83836: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010cd skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888970.84099: no more pending results, returning what we have 172629 1726888970.84103: results queue empty 172629 1726888970.84104: checking for any_errors_fatal 172629 1726888970.84117: done checking for any_errors_fatal 172629 1726888970.84119: checking for max_fail_percentage 172629 1726888970.84121: done checking for max_fail_percentage 172629 1726888970.84122: checking to see if all hosts have failed and the running result is not ok 172629 1726888970.84123: done checking to see if all hosts have failed 172629 1726888970.84124: getting the remaining hosts for this loop 172629 1726888970.84125: done getting the remaining hosts for this loop 172629 1726888970.84130: getting the next task for host managed_node1 172629 1726888970.84138: done getting next task for host managed_node1 172629 1726888970.84141: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 172629 1726888970.84151: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888970.84159: getting variables 172629 1726888970.84161: in VariableManager get_vars() 172629 1726888970.84200: Calling all_inventory to load vars for managed_node1 172629 1726888970.84206: Calling groups_inventory to load vars for managed_node1 172629 1726888970.84210: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888970.84223: Calling all_plugins_play to load vars for managed_node1 172629 1726888970.84227: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888970.84230: Calling groups_plugins_play to load vars for managed_node1 172629 1726888970.84771: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010cd 172629 1726888970.84775: WORKER PROCESS EXITING 172629 1726888970.85143: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888970.86418: done with get_vars() 172629 1726888970.86432: done getting variables 172629 1726888970.86498: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Friday 20 September 2024 23:22:50 -0400 (0:00:00.045) 0:01:11.147 ****** 172629 1726888970.86706: entering _queue_task() for managed_node1/assert 172629 1726888970.87226: worker is 1 (out of 1 available) 172629 1726888970.87237: exiting _queue_task() for managed_node1/assert 172629 1726888970.87249: done queuing things up, now waiting for results queue to drain 172629 1726888970.87251: waiting for pending results... 172629 1726888970.88045: running TaskExecutor() for managed_node1/TASK: Verify the LUKS volume's device type if encrypted 172629 1726888970.88460: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010ce 172629 1726888970.88496: variable 'ansible_search_path' from source: unknown 172629 1726888970.88662: calling self._execute() 172629 1726888970.89161: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888970.89165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888970.89168: variable 'omit' from source: magic vars 172629 1726888970.89933: variable '_storage_test_volume_present' from source: set_fact 172629 1726888970.90671: variable 'storage_test_volume' from source: include params 172629 1726888970.90674: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 172629 1726888970.90677: when evaluation is False, skipping this task 172629 1726888970.90680: _execute() done 172629 1726888970.90682: dumping result to json 172629 1726888970.90685: done dumping result, returning 172629 1726888970.90691: done running TaskExecutor() for managed_node1/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-d0a8-add8-0000000010ce] 172629 1726888970.90694: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ce 172629 1726888970.90768: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ce 172629 1726888970.90772: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888970.90841: no more pending results, returning what we have 172629 1726888970.90845: results queue empty 172629 1726888970.90846: checking for any_errors_fatal 172629 1726888970.90858: done checking for any_errors_fatal 172629 1726888970.90859: checking for max_fail_percentage 172629 1726888970.90861: done checking for max_fail_percentage 172629 1726888970.90862: checking to see if all hosts have failed and the running result is not ok 172629 1726888970.90863: done checking to see if all hosts have failed 172629 1726888970.90863: getting the remaining hosts for this loop 172629 1726888970.90865: done getting the remaining hosts for this loop 172629 1726888970.90868: getting the next task for host managed_node1 172629 1726888970.90876: done getting next task for host managed_node1 172629 1726888970.90878: ^ task is: TASK: Check LUKS version 172629 1726888970.90883: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888970.90887: getting variables 172629 1726888970.90888: in VariableManager get_vars() 172629 1726888970.90923: Calling all_inventory to load vars for managed_node1 172629 1726888970.90926: Calling groups_inventory to load vars for managed_node1 172629 1726888970.90929: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888970.90941: Calling all_plugins_play to load vars for managed_node1 172629 1726888970.90944: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888970.90948: Calling groups_plugins_play to load vars for managed_node1 172629 1726888970.92125: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888970.92969: done with get_vars() 172629 1726888970.92985: done getting variables 172629 1726888970.93046: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Friday 20 September 2024 23:22:50 -0400 (0:00:00.063) 0:01:11.210 ****** 172629 1726888970.93085: entering _queue_task() for managed_node1/assert 172629 1726888970.93364: worker is 1 (out of 1 available) 172629 1726888970.93376: exiting _queue_task() for managed_node1/assert 172629 1726888970.93386: done queuing things up, now waiting for results queue to drain 172629 1726888970.93387: waiting for pending results... 172629 1726888970.93688: running TaskExecutor() for managed_node1/TASK: Check LUKS version 172629 1726888970.93815: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010cf 172629 1726888970.93844: variable 'ansible_search_path' from source: unknown 172629 1726888970.93894: calling self._execute() 172629 1726888970.94036: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888970.94059: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888970.94074: variable 'omit' from source: magic vars 172629 1726888970.94546: variable '_storage_test_volume_present' from source: set_fact 172629 1726888970.94566: Evaluated conditional (_storage_test_volume_present): True 172629 1726888970.94692: variable 'storage_test_volume' from source: include params 172629 1726888970.94728: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888970.94735: when evaluation is False, skipping this task 172629 1726888970.94742: _execute() done 172629 1726888970.94749: dumping result to json 172629 1726888970.94763: done dumping result, returning 172629 1726888970.94773: done running TaskExecutor() for managed_node1/TASK: Check LUKS version [0affc8a3-6f6f-d0a8-add8-0000000010cf] 172629 1726888970.94781: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010cf skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888970.95022: no more pending results, returning what we have 172629 1726888970.95027: results queue empty 172629 1726888970.95028: checking for any_errors_fatal 172629 1726888970.95036: done checking for any_errors_fatal 172629 1726888970.95037: checking for max_fail_percentage 172629 1726888970.95039: done checking for max_fail_percentage 172629 1726888970.95040: checking to see if all hosts have failed and the running result is not ok 172629 1726888970.95041: done checking to see if all hosts have failed 172629 1726888970.95041: getting the remaining hosts for this loop 172629 1726888970.95043: done getting the remaining hosts for this loop 172629 1726888970.95047: getting the next task for host managed_node1 172629 1726888970.95060: done getting next task for host managed_node1 172629 1726888970.95063: ^ task is: TASK: Check LUKS key size 172629 1726888970.95068: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888970.95072: getting variables 172629 1726888970.95074: in VariableManager get_vars() 172629 1726888970.95108: Calling all_inventory to load vars for managed_node1 172629 1726888970.95111: Calling groups_inventory to load vars for managed_node1 172629 1726888970.95114: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888970.95126: Calling all_plugins_play to load vars for managed_node1 172629 1726888970.95129: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888970.95132: Calling groups_plugins_play to load vars for managed_node1 172629 1726888970.95668: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010cf 172629 1726888970.95671: WORKER PROCESS EXITING 172629 1726888970.95826: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888970.96437: done with get_vars() 172629 1726888970.96450: done getting variables 172629 1726888970.96509: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Friday 20 September 2024 23:22:50 -0400 (0:00:00.034) 0:01:11.245 ****** 172629 1726888970.96538: entering _queue_task() for managed_node1/assert 172629 1726888970.96785: worker is 1 (out of 1 available) 172629 1726888970.96797: exiting _queue_task() for managed_node1/assert 172629 1726888970.96810: done queuing things up, now waiting for results queue to drain 172629 1726888970.96811: waiting for pending results... 172629 1726888970.97091: running TaskExecutor() for managed_node1/TASK: Check LUKS key size 172629 1726888970.97221: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010d0 172629 1726888970.97241: variable 'ansible_search_path' from source: unknown 172629 1726888970.97288: calling self._execute() 172629 1726888970.97400: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888970.97412: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888970.97425: variable 'omit' from source: magic vars 172629 1726888970.97771: variable '_storage_test_volume_present' from source: set_fact 172629 1726888970.97784: Evaluated conditional (_storage_test_volume_present): True 172629 1726888970.97908: variable 'storage_test_volume' from source: include params 172629 1726888970.97947: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888970.97958: when evaluation is False, skipping this task 172629 1726888970.97966: _execute() done 172629 1726888970.98163: dumping result to json 172629 1726888970.98166: done dumping result, returning 172629 1726888970.98169: done running TaskExecutor() for managed_node1/TASK: Check LUKS key size [0affc8a3-6f6f-d0a8-add8-0000000010d0] 172629 1726888970.98172: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010d0 172629 1726888970.98234: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010d0 172629 1726888970.98237: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888970.98276: no more pending results, returning what we have 172629 1726888970.98279: results queue empty 172629 1726888970.98280: checking for any_errors_fatal 172629 1726888970.98286: done checking for any_errors_fatal 172629 1726888970.98287: checking for max_fail_percentage 172629 1726888970.98288: done checking for max_fail_percentage 172629 1726888970.98289: checking to see if all hosts have failed and the running result is not ok 172629 1726888970.98290: done checking to see if all hosts have failed 172629 1726888970.98291: getting the remaining hosts for this loop 172629 1726888970.98292: done getting the remaining hosts for this loop 172629 1726888970.98295: getting the next task for host managed_node1 172629 1726888970.98301: done getting next task for host managed_node1 172629 1726888970.98304: ^ task is: TASK: Check LUKS cipher 172629 1726888970.98308: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888970.98312: getting variables 172629 1726888970.98313: in VariableManager get_vars() 172629 1726888970.98341: Calling all_inventory to load vars for managed_node1 172629 1726888970.98343: Calling groups_inventory to load vars for managed_node1 172629 1726888970.98346: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888970.98359: Calling all_plugins_play to load vars for managed_node1 172629 1726888970.98362: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888970.98365: Calling groups_plugins_play to load vars for managed_node1 172629 1726888970.98937: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888970.99864: done with get_vars() 172629 1726888970.99876: done getting variables 172629 1726888970.99930: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Friday 20 September 2024 23:22:50 -0400 (0:00:00.034) 0:01:11.279 ****** 172629 1726888970.99962: entering _queue_task() for managed_node1/assert 172629 1726888971.00203: worker is 1 (out of 1 available) 172629 1726888971.00216: exiting _queue_task() for managed_node1/assert 172629 1726888971.00228: done queuing things up, now waiting for results queue to drain 172629 1726888971.00229: waiting for pending results... 172629 1726888971.00511: running TaskExecutor() for managed_node1/TASK: Check LUKS cipher 172629 1726888971.00682: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010d1 172629 1726888971.00686: variable 'ansible_search_path' from source: unknown 172629 1726888971.00704: calling self._execute() 172629 1726888971.00815: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.00829: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.00845: variable 'omit' from source: magic vars 172629 1726888971.01195: variable '_storage_test_volume_present' from source: set_fact 172629 1726888971.01225: Evaluated conditional (_storage_test_volume_present): True 172629 1726888971.01340: variable 'storage_test_volume' from source: include params 172629 1726888971.01562: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888971.01566: when evaluation is False, skipping this task 172629 1726888971.01568: _execute() done 172629 1726888971.01570: dumping result to json 172629 1726888971.01571: done dumping result, returning 172629 1726888971.01574: done running TaskExecutor() for managed_node1/TASK: Check LUKS cipher [0affc8a3-6f6f-d0a8-add8-0000000010d1] 172629 1726888971.01576: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010d1 172629 1726888971.01637: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010d1 172629 1726888971.01639: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888971.01683: no more pending results, returning what we have 172629 1726888971.01686: results queue empty 172629 1726888971.01688: checking for any_errors_fatal 172629 1726888971.01695: done checking for any_errors_fatal 172629 1726888971.01696: checking for max_fail_percentage 172629 1726888971.01697: done checking for max_fail_percentage 172629 1726888971.01699: checking to see if all hosts have failed and the running result is not ok 172629 1726888971.01699: done checking to see if all hosts have failed 172629 1726888971.01700: getting the remaining hosts for this loop 172629 1726888971.01702: done getting the remaining hosts for this loop 172629 1726888971.01705: getting the next task for host managed_node1 172629 1726888971.01712: done getting next task for host managed_node1 172629 1726888971.01715: ^ task is: TASK: Set test variables 172629 1726888971.01720: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888971.01724: getting variables 172629 1726888971.01725: in VariableManager get_vars() 172629 1726888971.01762: Calling all_inventory to load vars for managed_node1 172629 1726888971.01765: Calling groups_inventory to load vars for managed_node1 172629 1726888971.01768: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888971.01779: Calling all_plugins_play to load vars for managed_node1 172629 1726888971.01782: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888971.01784: Calling groups_plugins_play to load vars for managed_node1 172629 1726888971.02398: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888971.03170: done with get_vars() 172629 1726888971.03184: done getting variables 172629 1726888971.03242: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set test variables] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Friday 20 September 2024 23:22:51 -0400 (0:00:00.033) 0:01:11.312 ****** 172629 1726888971.03278: entering _queue_task() for managed_node1/set_fact 172629 1726888971.03823: worker is 1 (out of 1 available) 172629 1726888971.03836: exiting _queue_task() for managed_node1/set_fact 172629 1726888971.03850: done queuing things up, now waiting for results queue to drain 172629 1726888971.03851: waiting for pending results... 172629 1726888971.04423: running TaskExecutor() for managed_node1/TASK: Set test variables 172629 1726888971.04673: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010d2 172629 1726888971.04676: variable 'ansible_search_path' from source: unknown 172629 1726888971.04699: calling self._execute() 172629 1726888971.05042: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.05047: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.05050: variable 'omit' from source: magic vars 172629 1726888971.05342: variable 'omit' from source: magic vars 172629 1726888971.05520: variable 'omit' from source: magic vars 172629 1726888971.06588: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888971.08859: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888971.08952: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888971.09060: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888971.09064: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888971.09074: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888971.09204: variable 'storage_test_volume' from source: include params 172629 1726888971.09227: variable '_storage_test_volume_present' from source: set_fact 172629 1726888971.09457: 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) 172629 1726888971.09490: 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) 172629 1726888971.09521: 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) 172629 1726888971.09572: 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) 172629 1726888971.09592: 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) 172629 1726888971.09860: 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) 172629 1726888971.09864: 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) 172629 1726888971.09866: 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) 172629 1726888971.09868: 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) 172629 1726888971.09870: 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) 172629 1726888971.09872: 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) 172629 1726888971.09874: 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) 172629 1726888971.09876: 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) 172629 1726888971.09913: 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) 172629 1726888971.09932: 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) 172629 1726888971.10118: variable 'storage_test_crypttab' from source: set_fact 172629 1726888971.10133: variable 'storage_test_volume' from source: include params 172629 1726888971.10291: variable 'storage_test_volume' from source: include params 172629 1726888971.10327: variable 'omit' from source: magic vars 172629 1726888971.10359: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888971.10391: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888971.10412: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888971.10436: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888971.10450: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888971.10488: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888971.10496: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.10503: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.10616: Set connection var ansible_timeout to 10 172629 1726888971.10626: Set connection var ansible_shell_type to sh 172629 1726888971.10643: Set connection var ansible_pipelining to False 172629 1726888971.10653: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888971.10666: Set connection var ansible_shell_executable to /bin/sh 172629 1726888971.10672: Set connection var ansible_connection to ssh 172629 1726888971.10696: variable 'ansible_shell_executable' from source: unknown 172629 1726888971.10703: variable 'ansible_connection' from source: unknown 172629 1726888971.10709: variable 'ansible_module_compression' from source: unknown 172629 1726888971.10714: variable 'ansible_shell_type' from source: unknown 172629 1726888971.10720: variable 'ansible_shell_executable' from source: unknown 172629 1726888971.10726: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.10732: variable 'ansible_pipelining' from source: unknown 172629 1726888971.10738: variable 'ansible_timeout' from source: unknown 172629 1726888971.10745: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.10848: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888971.10871: variable 'omit' from source: magic vars 172629 1726888971.10889: starting attempt loop 172629 1726888971.10970: running the handler 172629 1726888971.10973: handler run complete 172629 1726888971.10976: attempt loop complete, returning result 172629 1726888971.10978: _execute() done 172629 1726888971.10980: dumping result to json 172629 1726888971.10982: done dumping result, returning 172629 1726888971.10984: done running TaskExecutor() for managed_node1/TASK: Set test variables [0affc8a3-6f6f-d0a8-add8-0000000010d2] 172629 1726888971.10986: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010d2 172629 1726888971.11062: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010d2 ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 172629 1726888971.11128: no more pending results, returning what we have 172629 1726888971.11131: results queue empty 172629 1726888971.11132: checking for any_errors_fatal 172629 1726888971.11144: done checking for any_errors_fatal 172629 1726888971.11145: checking for max_fail_percentage 172629 1726888971.11147: done checking for max_fail_percentage 172629 1726888971.11148: checking to see if all hosts have failed and the running result is not ok 172629 1726888971.11149: done checking to see if all hosts have failed 172629 1726888971.11150: getting the remaining hosts for this loop 172629 1726888971.11151: done getting the remaining hosts for this loop 172629 1726888971.11159: getting the next task for host managed_node1 172629 1726888971.11167: done getting next task for host managed_node1 172629 1726888971.11169: ^ task is: TASK: Check for /etc/crypttab entry 172629 1726888971.11175: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888971.11178: getting variables 172629 1726888971.11180: in VariableManager get_vars() 172629 1726888971.11214: Calling all_inventory to load vars for managed_node1 172629 1726888971.11217: Calling groups_inventory to load vars for managed_node1 172629 1726888971.11220: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888971.11231: Calling all_plugins_play to load vars for managed_node1 172629 1726888971.11234: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888971.11238: Calling groups_plugins_play to load vars for managed_node1 172629 1726888971.11905: WORKER PROCESS EXITING 172629 1726888971.12138: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888971.12733: done with get_vars() 172629 1726888971.12748: done getting variables 172629 1726888971.12807: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Friday 20 September 2024 23:22:51 -0400 (0:00:00.095) 0:01:11.408 ****** 172629 1726888971.12837: entering _queue_task() for managed_node1/assert 172629 1726888971.13121: worker is 1 (out of 1 available) 172629 1726888971.13133: exiting _queue_task() for managed_node1/assert 172629 1726888971.13146: done queuing things up, now waiting for results queue to drain 172629 1726888971.13147: waiting for pending results... 172629 1726888971.13438: running TaskExecutor() for managed_node1/TASK: Check for /etc/crypttab entry 172629 1726888971.13568: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010d3 172629 1726888971.13594: variable 'ansible_search_path' from source: unknown 172629 1726888971.13633: calling self._execute() 172629 1726888971.13751: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.13769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.13782: variable 'omit' from source: magic vars 172629 1726888971.13902: variable 'omit' from source: magic vars 172629 1726888971.13971: variable 'omit' from source: magic vars 172629 1726888971.14210: variable 'storage_test_volume' from source: include params 172629 1726888971.14342: variable 'omit' from source: magic vars 172629 1726888971.14346: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888971.14365: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888971.14388: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888971.14406: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888971.14418: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888971.14449: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888971.14464: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.14471: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.14573: Set connection var ansible_timeout to 10 172629 1726888971.14584: Set connection var ansible_shell_type to sh 172629 1726888971.14594: Set connection var ansible_pipelining to False 172629 1726888971.14602: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888971.14609: Set connection var ansible_shell_executable to /bin/sh 172629 1726888971.14614: Set connection var ansible_connection to ssh 172629 1726888971.14661: variable 'ansible_shell_executable' from source: unknown 172629 1726888971.14663: variable 'ansible_connection' from source: unknown 172629 1726888971.14665: variable 'ansible_module_compression' from source: unknown 172629 1726888971.14667: variable 'ansible_shell_type' from source: unknown 172629 1726888971.14669: variable 'ansible_shell_executable' from source: unknown 172629 1726888971.14670: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.14674: variable 'ansible_pipelining' from source: unknown 172629 1726888971.14678: variable 'ansible_timeout' from source: unknown 172629 1726888971.14682: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.14962: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888971.14966: variable 'omit' from source: magic vars 172629 1726888971.14968: starting attempt loop 172629 1726888971.14971: running the handler 172629 1726888971.15217: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888971.19052: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888971.19130: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888971.19177: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888971.19217: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888971.19246: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888971.19324: 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) 172629 1726888971.19361: 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) 172629 1726888971.19396: 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) 172629 1726888971.19499: 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) 172629 1726888971.19502: 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) 172629 1726888971.19513: 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) 172629 1726888971.19540: 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) 172629 1726888971.19572: 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) 172629 1726888971.19619: 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) 172629 1726888971.19636: 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) 172629 1726888971.19756: variable '_storage_test_crypttab_entries' from source: set_fact 172629 1726888971.19772: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726888971.19792: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 172629 1726888971.19803: handler run complete 172629 1726888971.19826: attempt loop complete, returning result 172629 1726888971.19832: _execute() done 172629 1726888971.19934: dumping result to json 172629 1726888971.19937: done dumping result, returning 172629 1726888971.19939: done running TaskExecutor() for managed_node1/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-d0a8-add8-0000000010d3] 172629 1726888971.19941: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010d3 172629 1726888971.20017: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010d3 172629 1726888971.20020: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888971.20087: no more pending results, returning what we have 172629 1726888971.20090: results queue empty 172629 1726888971.20092: checking for any_errors_fatal 172629 1726888971.20100: done checking for any_errors_fatal 172629 1726888971.20101: checking for max_fail_percentage 172629 1726888971.20103: done checking for max_fail_percentage 172629 1726888971.20110: checking to see if all hosts have failed and the running result is not ok 172629 1726888971.20111: done checking to see if all hosts have failed 172629 1726888971.20112: getting the remaining hosts for this loop 172629 1726888971.20114: done getting the remaining hosts for this loop 172629 1726888971.20118: getting the next task for host managed_node1 172629 1726888971.20126: done getting next task for host managed_node1 172629 1726888971.20129: ^ task is: TASK: Validate the format of the crypttab entry 172629 1726888971.20134: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888971.20138: getting variables 172629 1726888971.20139: in VariableManager get_vars() 172629 1726888971.20180: Calling all_inventory to load vars for managed_node1 172629 1726888971.20183: Calling groups_inventory to load vars for managed_node1 172629 1726888971.20187: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888971.20198: Calling all_plugins_play to load vars for managed_node1 172629 1726888971.20202: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888971.20205: Calling groups_plugins_play to load vars for managed_node1 172629 1726888971.21083: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888971.21759: done with get_vars() 172629 1726888971.21775: done getting variables 172629 1726888971.21831: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Friday 20 September 2024 23:22:51 -0400 (0:00:00.090) 0:01:11.498 ****** 172629 1726888971.21866: entering _queue_task() for managed_node1/assert 172629 1726888971.22283: worker is 1 (out of 1 available) 172629 1726888971.22294: exiting _queue_task() for managed_node1/assert 172629 1726888971.22305: done queuing things up, now waiting for results queue to drain 172629 1726888971.22307: waiting for pending results... 172629 1726888971.22543: running TaskExecutor() for managed_node1/TASK: Validate the format of the crypttab entry 172629 1726888971.22664: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010d4 172629 1726888971.22687: variable 'ansible_search_path' from source: unknown 172629 1726888971.22749: calling self._execute() 172629 1726888971.22841: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.22862: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.22877: variable 'omit' from source: magic vars 172629 1726888971.23461: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888971.25589: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888971.25680: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888971.25715: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888971.25759: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888971.25788: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888971.25867: 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) 172629 1726888971.25903: 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) 172629 1726888971.25934: 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) 172629 1726888971.25985: 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) 172629 1726888971.26003: 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) 172629 1726888971.26207: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726888971.26237: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726888971.26244: when evaluation is False, skipping this task 172629 1726888971.26404: _execute() done 172629 1726888971.26407: dumping result to json 172629 1726888971.26409: done dumping result, returning 172629 1726888971.26411: done running TaskExecutor() for managed_node1/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-d0a8-add8-0000000010d4] 172629 1726888971.26413: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010d4 172629 1726888971.26488: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010d4 172629 1726888971.26492: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726888971.26557: no more pending results, returning what we have 172629 1726888971.26561: results queue empty 172629 1726888971.26562: checking for any_errors_fatal 172629 1726888971.26573: done checking for any_errors_fatal 172629 1726888971.26574: checking for max_fail_percentage 172629 1726888971.26576: done checking for max_fail_percentage 172629 1726888971.26577: checking to see if all hosts have failed and the running result is not ok 172629 1726888971.26578: done checking to see if all hosts have failed 172629 1726888971.26579: getting the remaining hosts for this loop 172629 1726888971.26581: done getting the remaining hosts for this loop 172629 1726888971.26585: getting the next task for host managed_node1 172629 1726888971.26593: done getting next task for host managed_node1 172629 1726888971.26596: ^ task is: TASK: Check backing device of crypttab entry 172629 1726888971.26601: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888971.26606: getting variables 172629 1726888971.26608: in VariableManager get_vars() 172629 1726888971.26643: Calling all_inventory to load vars for managed_node1 172629 1726888971.26646: Calling groups_inventory to load vars for managed_node1 172629 1726888971.26650: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888971.26666: Calling all_plugins_play to load vars for managed_node1 172629 1726888971.26670: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888971.26673: Calling groups_plugins_play to load vars for managed_node1 172629 1726888971.28235: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888971.29392: done with get_vars() 172629 1726888971.29410: done getting variables 172629 1726888971.29709: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Friday 20 September 2024 23:22:51 -0400 (0:00:00.078) 0:01:11.577 ****** 172629 1726888971.29744: entering _queue_task() for managed_node1/assert 172629 1726888971.30530: worker is 1 (out of 1 available) 172629 1726888971.30543: exiting _queue_task() for managed_node1/assert 172629 1726888971.30561: done queuing things up, now waiting for results queue to drain 172629 1726888971.30563: waiting for pending results... 172629 1726888971.30830: running TaskExecutor() for managed_node1/TASK: Check backing device of crypttab entry 172629 1726888971.31434: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010d5 172629 1726888971.31439: variable 'ansible_search_path' from source: unknown 172629 1726888971.31538: calling self._execute() 172629 1726888971.31763: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.31768: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.31770: variable 'omit' from source: magic vars 172629 1726888971.32695: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888971.37762: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888971.37766: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888971.37769: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888971.37771: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888971.37773: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888971.37944: 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) 172629 1726888971.38093: 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) 172629 1726888971.38124: 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) 172629 1726888971.38402: 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) 172629 1726888971.38561: 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) 172629 1726888971.38564: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726888971.38576: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726888971.38583: when evaluation is False, skipping this task 172629 1726888971.38960: _execute() done 172629 1726888971.38964: dumping result to json 172629 1726888971.38967: done dumping result, returning 172629 1726888971.38969: done running TaskExecutor() for managed_node1/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-d0a8-add8-0000000010d5] 172629 1726888971.38971: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010d5 172629 1726888971.39048: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010d5 172629 1726888971.39052: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726888971.39106: no more pending results, returning what we have 172629 1726888971.39111: results queue empty 172629 1726888971.39112: checking for any_errors_fatal 172629 1726888971.39123: done checking for any_errors_fatal 172629 1726888971.39124: checking for max_fail_percentage 172629 1726888971.39126: done checking for max_fail_percentage 172629 1726888971.39127: checking to see if all hosts have failed and the running result is not ok 172629 1726888971.39128: done checking to see if all hosts have failed 172629 1726888971.39129: getting the remaining hosts for this loop 172629 1726888971.39131: done getting the remaining hosts for this loop 172629 1726888971.39135: getting the next task for host managed_node1 172629 1726888971.39143: done getting next task for host managed_node1 172629 1726888971.39146: ^ task is: TASK: Check key file of crypttab entry 172629 1726888971.39151: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888971.39160: getting variables 172629 1726888971.39163: in VariableManager get_vars() 172629 1726888971.39203: Calling all_inventory to load vars for managed_node1 172629 1726888971.39206: Calling groups_inventory to load vars for managed_node1 172629 1726888971.39209: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888971.39222: Calling all_plugins_play to load vars for managed_node1 172629 1726888971.39225: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888971.39229: Calling groups_plugins_play to load vars for managed_node1 172629 1726888971.40610: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888971.42843: done with get_vars() 172629 1726888971.42865: done getting variables 172629 1726888971.42922: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Friday 20 September 2024 23:22:51 -0400 (0:00:00.132) 0:01:11.709 ****** 172629 1726888971.42959: entering _queue_task() for managed_node1/assert 172629 1726888971.43490: worker is 1 (out of 1 available) 172629 1726888971.43502: exiting _queue_task() for managed_node1/assert 172629 1726888971.43515: done queuing things up, now waiting for results queue to drain 172629 1726888971.43516: waiting for pending results... 172629 1726888971.44036: running TaskExecutor() for managed_node1/TASK: Check key file of crypttab entry 172629 1726888971.44161: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010d6 172629 1726888971.44561: variable 'ansible_search_path' from source: unknown 172629 1726888971.44565: calling self._execute() 172629 1726888971.44568: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.44571: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.44574: variable 'omit' from source: magic vars 172629 1726888971.45301: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888971.49613: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888971.49685: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888971.49731: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888971.49790: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888971.49828: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888971.49921: 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) 172629 1726888971.49961: 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) 172629 1726888971.49992: 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) 172629 1726888971.50044: 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) 172629 1726888971.50072: 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) 172629 1726888971.50198: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726888971.50229: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726888971.50242: when evaluation is False, skipping this task 172629 1726888971.50251: _execute() done 172629 1726888971.50262: dumping result to json 172629 1726888971.50271: done dumping result, returning 172629 1726888971.50287: done running TaskExecutor() for managed_node1/TASK: Check key file of crypttab entry [0affc8a3-6f6f-d0a8-add8-0000000010d6] 172629 1726888971.50296: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010d6 skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726888971.50509: no more pending results, returning what we have 172629 1726888971.50513: results queue empty 172629 1726888971.50514: checking for any_errors_fatal 172629 1726888971.50522: done checking for any_errors_fatal 172629 1726888971.50523: checking for max_fail_percentage 172629 1726888971.50525: done checking for max_fail_percentage 172629 1726888971.50526: checking to see if all hosts have failed and the running result is not ok 172629 1726888971.50527: done checking to see if all hosts have failed 172629 1726888971.50528: getting the remaining hosts for this loop 172629 1726888971.50531: done getting the remaining hosts for this loop 172629 1726888971.50535: getting the next task for host managed_node1 172629 1726888971.50544: done getting next task for host managed_node1 172629 1726888971.50548: ^ task is: TASK: Clear test variables 172629 1726888971.50553: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888971.50560: getting variables 172629 1726888971.50562: in VariableManager get_vars() 172629 1726888971.50603: Calling all_inventory to load vars for managed_node1 172629 1726888971.50606: Calling groups_inventory to load vars for managed_node1 172629 1726888971.50610: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888971.50622: Calling all_plugins_play to load vars for managed_node1 172629 1726888971.50626: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888971.50630: Calling groups_plugins_play to load vars for managed_node1 172629 1726888971.51170: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010d6 172629 1726888971.51173: WORKER PROCESS EXITING 172629 1726888971.51514: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888971.53226: done with get_vars() 172629 1726888971.53240: done getting variables 172629 1726888971.53298: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clear test variables] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Friday 20 September 2024 23:22:51 -0400 (0:00:00.103) 0:01:11.813 ****** 172629 1726888971.53328: entering _queue_task() for managed_node1/set_fact 172629 1726888971.54036: worker is 1 (out of 1 available) 172629 1726888971.54049: exiting _queue_task() for managed_node1/set_fact 172629 1726888971.54067: done queuing things up, now waiting for results queue to drain 172629 1726888971.54068: waiting for pending results... 172629 1726888971.54575: running TaskExecutor() for managed_node1/TASK: Clear test variables 172629 1726888971.55261: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010d7 172629 1726888971.55266: variable 'ansible_search_path' from source: unknown 172629 1726888971.55280: calling self._execute() 172629 1726888971.55310: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.55323: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.55336: variable 'omit' from source: magic vars 172629 1726888971.55446: variable 'omit' from source: magic vars 172629 1726888971.55713: variable 'omit' from source: magic vars 172629 1726888971.55751: variable 'omit' from source: magic vars 172629 1726888971.55802: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888971.55904: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888971.56160: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888971.56164: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888971.56167: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888971.56170: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888971.56173: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.56175: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.56271: Set connection var ansible_timeout to 10 172629 1726888971.56560: Set connection var ansible_shell_type to sh 172629 1726888971.56564: Set connection var ansible_pipelining to False 172629 1726888971.56567: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888971.56569: Set connection var ansible_shell_executable to /bin/sh 172629 1726888971.56571: Set connection var ansible_connection to ssh 172629 1726888971.56573: variable 'ansible_shell_executable' from source: unknown 172629 1726888971.56576: variable 'ansible_connection' from source: unknown 172629 1726888971.56578: variable 'ansible_module_compression' from source: unknown 172629 1726888971.56580: variable 'ansible_shell_type' from source: unknown 172629 1726888971.56582: variable 'ansible_shell_executable' from source: unknown 172629 1726888971.56585: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.56586: variable 'ansible_pipelining' from source: unknown 172629 1726888971.56588: variable 'ansible_timeout' from source: unknown 172629 1726888971.56590: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.56709: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888971.57060: variable 'omit' from source: magic vars 172629 1726888971.57064: starting attempt loop 172629 1726888971.57066: running the handler 172629 1726888971.57068: handler run complete 172629 1726888971.57070: attempt loop complete, returning result 172629 1726888971.57072: _execute() done 172629 1726888971.57074: dumping result to json 172629 1726888971.57075: done dumping result, returning 172629 1726888971.57078: done running TaskExecutor() for managed_node1/TASK: Clear test variables [0affc8a3-6f6f-d0a8-add8-0000000010d7] 172629 1726888971.57080: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010d7 172629 1726888971.57152: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010d7 172629 1726888971.57159: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 172629 1726888971.57215: no more pending results, returning what we have 172629 1726888971.57218: results queue empty 172629 1726888971.57219: checking for any_errors_fatal 172629 1726888971.57228: done checking for any_errors_fatal 172629 1726888971.57229: checking for max_fail_percentage 172629 1726888971.57230: done checking for max_fail_percentage 172629 1726888971.57231: checking to see if all hosts have failed and the running result is not ok 172629 1726888971.57232: done checking to see if all hosts have failed 172629 1726888971.57232: getting the remaining hosts for this loop 172629 1726888971.57235: done getting the remaining hosts for this loop 172629 1726888971.57238: getting the next task for host managed_node1 172629 1726888971.57248: done getting next task for host managed_node1 172629 1726888971.57251: ^ task is: TASK: Get information about RAID 172629 1726888971.57259: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888971.57264: getting variables 172629 1726888971.57265: in VariableManager get_vars() 172629 1726888971.57301: Calling all_inventory to load vars for managed_node1 172629 1726888971.57304: Calling groups_inventory to load vars for managed_node1 172629 1726888971.57307: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888971.57318: Calling all_plugins_play to load vars for managed_node1 172629 1726888971.57320: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888971.57323: Calling groups_plugins_play to load vars for managed_node1 172629 1726888971.58332: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888971.59560: done with get_vars() 172629 1726888971.59580: done getting variables 172629 1726888971.59642: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get information about RAID] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Friday 20 September 2024 23:22:51 -0400 (0:00:00.065) 0:01:11.878 ****** 172629 1726888971.59885: entering _queue_task() for managed_node1/command 172629 1726888971.60547: worker is 1 (out of 1 available) 172629 1726888971.60665: exiting _queue_task() for managed_node1/command 172629 1726888971.60679: done queuing things up, now waiting for results queue to drain 172629 1726888971.60681: waiting for pending results... 172629 1726888971.61320: running TaskExecutor() for managed_node1/TASK: Get information about RAID 172629 1726888971.61911: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010db 172629 1726888971.62465: variable 'ansible_search_path' from source: unknown 172629 1726888971.62469: calling self._execute() 172629 1726888971.62501: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.62512: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.62526: variable 'omit' from source: magic vars 172629 1726888971.63335: variable 'storage_test_volume' from source: include params 172629 1726888971.63382: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888971.63661: when evaluation is False, skipping this task 172629 1726888971.63664: _execute() done 172629 1726888971.63667: dumping result to json 172629 1726888971.63669: done dumping result, returning 172629 1726888971.63672: done running TaskExecutor() for managed_node1/TASK: Get information about RAID [0affc8a3-6f6f-d0a8-add8-0000000010db] 172629 1726888971.63674: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010db 172629 1726888971.63744: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010db 172629 1726888971.63747: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888971.63806: no more pending results, returning what we have 172629 1726888971.63810: results queue empty 172629 1726888971.63811: checking for any_errors_fatal 172629 1726888971.63821: done checking for any_errors_fatal 172629 1726888971.63822: checking for max_fail_percentage 172629 1726888971.63824: done checking for max_fail_percentage 172629 1726888971.63825: checking to see if all hosts have failed and the running result is not ok 172629 1726888971.63825: done checking to see if all hosts have failed 172629 1726888971.63826: getting the remaining hosts for this loop 172629 1726888971.63828: done getting the remaining hosts for this loop 172629 1726888971.63831: getting the next task for host managed_node1 172629 1726888971.63839: done getting next task for host managed_node1 172629 1726888971.63841: ^ task is: TASK: Set active devices regex 172629 1726888971.63847: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888971.63850: getting variables 172629 1726888971.63852: in VariableManager get_vars() 172629 1726888971.63893: Calling all_inventory to load vars for managed_node1 172629 1726888971.63896: Calling groups_inventory to load vars for managed_node1 172629 1726888971.63899: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888971.63912: Calling all_plugins_play to load vars for managed_node1 172629 1726888971.63915: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888971.63917: Calling groups_plugins_play to load vars for managed_node1 172629 1726888971.65195: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888971.66427: done with get_vars() 172629 1726888971.66444: done getting variables 172629 1726888971.66707: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set active devices regex] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Friday 20 September 2024 23:22:51 -0400 (0:00:00.068) 0:01:11.947 ****** 172629 1726888971.66742: entering _queue_task() for managed_node1/set_fact 172629 1726888971.67262: worker is 1 (out of 1 available) 172629 1726888971.67274: exiting _queue_task() for managed_node1/set_fact 172629 1726888971.67286: done queuing things up, now waiting for results queue to drain 172629 1726888971.67287: waiting for pending results... 172629 1726888971.67600: running TaskExecutor() for managed_node1/TASK: Set active devices regex 172629 1726888971.67965: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010dc 172629 1726888971.67970: variable 'ansible_search_path' from source: unknown 172629 1726888971.68062: calling self._execute() 172629 1726888971.68245: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.68261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.68278: variable 'omit' from source: magic vars 172629 1726888971.69150: variable 'storage_test_volume' from source: include params 172629 1726888971.69307: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888971.69315: when evaluation is False, skipping this task 172629 1726888971.69324: _execute() done 172629 1726888971.69331: dumping result to json 172629 1726888971.69339: done dumping result, returning 172629 1726888971.69351: done running TaskExecutor() for managed_node1/TASK: Set active devices regex [0affc8a3-6f6f-d0a8-add8-0000000010dc] 172629 1726888971.69391: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010dc skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888971.69661: no more pending results, returning what we have 172629 1726888971.69666: results queue empty 172629 1726888971.69667: checking for any_errors_fatal 172629 1726888971.69676: done checking for any_errors_fatal 172629 1726888971.69676: checking for max_fail_percentage 172629 1726888971.69678: done checking for max_fail_percentage 172629 1726888971.69679: checking to see if all hosts have failed and the running result is not ok 172629 1726888971.69680: done checking to see if all hosts have failed 172629 1726888971.69681: getting the remaining hosts for this loop 172629 1726888971.69683: done getting the remaining hosts for this loop 172629 1726888971.69697: getting the next task for host managed_node1 172629 1726888971.69706: done getting next task for host managed_node1 172629 1726888971.69709: ^ task is: TASK: Set spare devices regex 172629 1726888971.69830: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888971.69836: getting variables 172629 1726888971.69838: in VariableManager get_vars() 172629 1726888971.69881: Calling all_inventory to load vars for managed_node1 172629 1726888971.69884: Calling groups_inventory to load vars for managed_node1 172629 1726888971.69888: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888971.70466: Calling all_plugins_play to load vars for managed_node1 172629 1726888971.70470: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888971.70473: Calling groups_plugins_play to load vars for managed_node1 172629 1726888971.71362: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010dc 172629 1726888971.71366: WORKER PROCESS EXITING 172629 1726888971.71478: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888971.72715: done with get_vars() 172629 1726888971.72734: done getting variables 172629 1726888971.73000: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Friday 20 September 2024 23:22:51 -0400 (0:00:00.062) 0:01:12.010 ****** 172629 1726888971.73033: entering _queue_task() for managed_node1/set_fact 172629 1726888971.73900: worker is 1 (out of 1 available) 172629 1726888971.73914: exiting _queue_task() for managed_node1/set_fact 172629 1726888971.73928: done queuing things up, now waiting for results queue to drain 172629 1726888971.73930: waiting for pending results... 172629 1726888971.74070: running TaskExecutor() for managed_node1/TASK: Set spare devices regex 172629 1726888971.74303: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010dd 172629 1726888971.74323: variable 'ansible_search_path' from source: unknown 172629 1726888971.74368: calling self._execute() 172629 1726888971.74483: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.74496: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.74509: variable 'omit' from source: magic vars 172629 1726888971.74890: variable 'storage_test_volume' from source: include params 172629 1726888971.74930: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888971.74937: when evaluation is False, skipping this task 172629 1726888971.74943: _execute() done 172629 1726888971.74952: dumping result to json 172629 1726888971.74961: done dumping result, returning 172629 1726888971.74971: done running TaskExecutor() for managed_node1/TASK: Set spare devices regex [0affc8a3-6f6f-d0a8-add8-0000000010dd] 172629 1726888971.74980: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010dd 172629 1726888971.75091: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010dd 172629 1726888971.75098: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888971.75146: no more pending results, returning what we have 172629 1726888971.75150: results queue empty 172629 1726888971.75151: checking for any_errors_fatal 172629 1726888971.75164: done checking for any_errors_fatal 172629 1726888971.75165: checking for max_fail_percentage 172629 1726888971.75166: done checking for max_fail_percentage 172629 1726888971.75167: checking to see if all hosts have failed and the running result is not ok 172629 1726888971.75168: done checking to see if all hosts have failed 172629 1726888971.75169: getting the remaining hosts for this loop 172629 1726888971.75170: done getting the remaining hosts for this loop 172629 1726888971.75174: getting the next task for host managed_node1 172629 1726888971.75181: done getting next task for host managed_node1 172629 1726888971.75184: ^ task is: TASK: Set md version regex 172629 1726888971.75189: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888971.75193: getting variables 172629 1726888971.75195: in VariableManager get_vars() 172629 1726888971.75231: Calling all_inventory to load vars for managed_node1 172629 1726888971.75234: Calling groups_inventory to load vars for managed_node1 172629 1726888971.75237: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888971.75251: Calling all_plugins_play to load vars for managed_node1 172629 1726888971.75423: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888971.75429: Calling groups_plugins_play to load vars for managed_node1 172629 1726888971.76364: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888971.77738: done with get_vars() 172629 1726888971.77962: done getting variables 172629 1726888971.78018: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set md version regex] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Friday 20 September 2024 23:22:51 -0400 (0:00:00.050) 0:01:12.060 ****** 172629 1726888971.78052: entering _queue_task() for managed_node1/set_fact 172629 1726888971.78682: worker is 1 (out of 1 available) 172629 1726888971.78691: exiting _queue_task() for managed_node1/set_fact 172629 1726888971.78703: done queuing things up, now waiting for results queue to drain 172629 1726888971.78704: waiting for pending results... 172629 1726888971.79078: running TaskExecutor() for managed_node1/TASK: Set md version regex 172629 1726888971.79562: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010de 172629 1726888971.79566: variable 'ansible_search_path' from source: unknown 172629 1726888971.79570: calling self._execute() 172629 1726888971.79961: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.79965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.79968: variable 'omit' from source: magic vars 172629 1726888971.80600: variable 'storage_test_volume' from source: include params 172629 1726888971.80644: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888971.80651: when evaluation is False, skipping this task 172629 1726888971.80662: _execute() done 172629 1726888971.80671: dumping result to json 172629 1726888971.80678: done dumping result, returning 172629 1726888971.80961: done running TaskExecutor() for managed_node1/TASK: Set md version regex [0affc8a3-6f6f-d0a8-add8-0000000010de] 172629 1726888971.80964: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010de 172629 1726888971.81038: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010de 172629 1726888971.81042: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888971.81094: no more pending results, returning what we have 172629 1726888971.81099: results queue empty 172629 1726888971.81100: checking for any_errors_fatal 172629 1726888971.81109: done checking for any_errors_fatal 172629 1726888971.81110: checking for max_fail_percentage 172629 1726888971.81111: done checking for max_fail_percentage 172629 1726888971.81112: checking to see if all hosts have failed and the running result is not ok 172629 1726888971.81113: done checking to see if all hosts have failed 172629 1726888971.81114: getting the remaining hosts for this loop 172629 1726888971.81116: done getting the remaining hosts for this loop 172629 1726888971.81119: getting the next task for host managed_node1 172629 1726888971.81127: done getting next task for host managed_node1 172629 1726888971.81129: ^ task is: TASK: Set chunk size regex 172629 1726888971.81135: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888971.81140: getting variables 172629 1726888971.81141: in VariableManager get_vars() 172629 1726888971.81181: Calling all_inventory to load vars for managed_node1 172629 1726888971.81183: Calling groups_inventory to load vars for managed_node1 172629 1726888971.81187: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888971.81200: Calling all_plugins_play to load vars for managed_node1 172629 1726888971.81203: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888971.81206: Calling groups_plugins_play to load vars for managed_node1 172629 1726888971.82436: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888971.83641: done with get_vars() 172629 1726888971.83667: done getting variables 172629 1726888971.83730: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Friday 20 September 2024 23:22:51 -0400 (0:00:00.058) 0:01:12.119 ****** 172629 1726888971.83918: entering _queue_task() for managed_node1/set_fact 172629 1726888971.84588: worker is 1 (out of 1 available) 172629 1726888971.84603: exiting _queue_task() for managed_node1/set_fact 172629 1726888971.84618: done queuing things up, now waiting for results queue to drain 172629 1726888971.84619: waiting for pending results... 172629 1726888971.85375: running TaskExecutor() for managed_node1/TASK: Set chunk size regex 172629 1726888971.85475: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010df 172629 1726888971.85768: variable 'ansible_search_path' from source: unknown 172629 1726888971.85771: calling self._execute() 172629 1726888971.85847: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.86361: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.86365: variable 'omit' from source: magic vars 172629 1726888971.86960: variable 'storage_test_volume' from source: include params 172629 1726888971.86963: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888971.86965: when evaluation is False, skipping this task 172629 1726888971.86967: _execute() done 172629 1726888971.86969: dumping result to json 172629 1726888971.86971: done dumping result, returning 172629 1726888971.86973: done running TaskExecutor() for managed_node1/TASK: Set chunk size regex [0affc8a3-6f6f-d0a8-add8-0000000010df] 172629 1726888971.86975: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010df skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888971.87114: no more pending results, returning what we have 172629 1726888971.87118: results queue empty 172629 1726888971.87119: checking for any_errors_fatal 172629 1726888971.87127: done checking for any_errors_fatal 172629 1726888971.87128: checking for max_fail_percentage 172629 1726888971.87130: done checking for max_fail_percentage 172629 1726888971.87131: checking to see if all hosts have failed and the running result is not ok 172629 1726888971.87131: done checking to see if all hosts have failed 172629 1726888971.87132: getting the remaining hosts for this loop 172629 1726888971.87134: done getting the remaining hosts for this loop 172629 1726888971.87137: getting the next task for host managed_node1 172629 1726888971.87145: done getting next task for host managed_node1 172629 1726888971.87148: ^ task is: TASK: Parse the chunk size 172629 1726888971.87158: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888971.87164: getting variables 172629 1726888971.87165: in VariableManager get_vars() 172629 1726888971.87202: Calling all_inventory to load vars for managed_node1 172629 1726888971.87205: Calling groups_inventory to load vars for managed_node1 172629 1726888971.87208: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888971.87215: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010df 172629 1726888971.87219: WORKER PROCESS EXITING 172629 1726888971.87233: Calling all_plugins_play to load vars for managed_node1 172629 1726888971.87237: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888971.87241: Calling groups_plugins_play to load vars for managed_node1 172629 1726888971.88332: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888971.90387: done with get_vars() 172629 1726888971.90408: done getting variables TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Friday 20 September 2024 23:22:51 -0400 (0:00:00.066) 0:01:12.185 ****** 172629 1726888971.90574: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888971.91379: worker is 1 (out of 1 available) 172629 1726888971.91393: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888971.91406: done queuing things up, now waiting for results queue to drain 172629 1726888971.91408: waiting for pending results... 172629 1726888971.91828: running TaskExecutor() for managed_node1/TASK: Parse the chunk size 172629 1726888971.92138: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010e0 172629 1726888971.92233: variable 'ansible_search_path' from source: unknown 172629 1726888971.92349: calling self._execute() 172629 1726888971.92494: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888971.92508: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888971.92523: variable 'omit' from source: magic vars 172629 1726888971.93473: variable 'storage_test_volume' from source: include params 172629 1726888971.93588: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888971.93659: when evaluation is False, skipping this task 172629 1726888971.93674: _execute() done 172629 1726888971.93683: dumping result to json 172629 1726888971.93690: done dumping result, returning 172629 1726888971.93702: done running TaskExecutor() for managed_node1/TASK: Parse the chunk size [0affc8a3-6f6f-d0a8-add8-0000000010e0] 172629 1726888971.93732: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010e0 172629 1726888971.94046: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010e0 172629 1726888971.94050: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888971.94122: no more pending results, returning what we have 172629 1726888971.94127: results queue empty 172629 1726888971.94128: checking for any_errors_fatal 172629 1726888971.94139: done checking for any_errors_fatal 172629 1726888971.94140: checking for max_fail_percentage 172629 1726888971.94142: done checking for max_fail_percentage 172629 1726888971.94143: checking to see if all hosts have failed and the running result is not ok 172629 1726888971.94144: done checking to see if all hosts have failed 172629 1726888971.94145: getting the remaining hosts for this loop 172629 1726888971.94148: done getting the remaining hosts for this loop 172629 1726888971.94152: getting the next task for host managed_node1 172629 1726888971.94368: done getting next task for host managed_node1 172629 1726888971.94372: ^ task is: TASK: Check RAID active devices count 172629 1726888971.94378: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888971.94384: getting variables 172629 1726888971.94386: in VariableManager get_vars() 172629 1726888971.94428: Calling all_inventory to load vars for managed_node1 172629 1726888971.94431: Calling groups_inventory to load vars for managed_node1 172629 1726888971.94435: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888971.94449: Calling all_plugins_play to load vars for managed_node1 172629 1726888971.94456: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888971.94925: Calling groups_plugins_play to load vars for managed_node1 172629 1726888972.01978: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888972.02363: done with get_vars() 172629 1726888972.02380: done getting variables 172629 1726888972.02425: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Friday 20 September 2024 23:22:52 -0400 (0:00:00.118) 0:01:12.304 ****** 172629 1726888972.02457: entering _queue_task() for managed_node1/assert 172629 1726888972.02792: worker is 1 (out of 1 available) 172629 1726888972.02807: exiting _queue_task() for managed_node1/assert 172629 1726888972.02820: done queuing things up, now waiting for results queue to drain 172629 1726888972.02821: waiting for pending results... 172629 1726888972.03211: running TaskExecutor() for managed_node1/TASK: Check RAID active devices count 172629 1726888972.03260: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010e1 172629 1726888972.03271: variable 'ansible_search_path' from source: unknown 172629 1726888972.03312: calling self._execute() 172629 1726888972.03560: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.03565: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.03568: variable 'omit' from source: magic vars 172629 1726888972.03893: variable 'storage_test_volume' from source: include params 172629 1726888972.03940: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888972.03949: when evaluation is False, skipping this task 172629 1726888972.03961: _execute() done 172629 1726888972.03973: dumping result to json 172629 1726888972.03983: done dumping result, returning 172629 1726888972.03999: done running TaskExecutor() for managed_node1/TASK: Check RAID active devices count [0affc8a3-6f6f-d0a8-add8-0000000010e1] 172629 1726888972.04023: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010e1 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888972.04309: no more pending results, returning what we have 172629 1726888972.04314: results queue empty 172629 1726888972.04315: checking for any_errors_fatal 172629 1726888972.04329: done checking for any_errors_fatal 172629 1726888972.04330: checking for max_fail_percentage 172629 1726888972.04331: done checking for max_fail_percentage 172629 1726888972.04332: checking to see if all hosts have failed and the running result is not ok 172629 1726888972.04333: done checking to see if all hosts have failed 172629 1726888972.04334: getting the remaining hosts for this loop 172629 1726888972.04336: done getting the remaining hosts for this loop 172629 1726888972.04340: getting the next task for host managed_node1 172629 1726888972.04349: done getting next task for host managed_node1 172629 1726888972.04353: ^ task is: TASK: Check RAID spare devices count 172629 1726888972.04361: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888972.04367: getting variables 172629 1726888972.04369: in VariableManager get_vars() 172629 1726888972.04525: Calling all_inventory to load vars for managed_node1 172629 1726888972.04528: Calling groups_inventory to load vars for managed_node1 172629 1726888972.04532: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888972.04545: Calling all_plugins_play to load vars for managed_node1 172629 1726888972.04549: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888972.04553: Calling groups_plugins_play to load vars for managed_node1 172629 1726888972.05169: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010e1 172629 1726888972.05173: WORKER PROCESS EXITING 172629 1726888972.05265: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888972.05812: done with get_vars() 172629 1726888972.05824: done getting variables 172629 1726888972.05871: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Friday 20 September 2024 23:22:52 -0400 (0:00:00.034) 0:01:12.338 ****** 172629 1726888972.05898: entering _queue_task() for managed_node1/assert 172629 1726888972.06138: worker is 1 (out of 1 available) 172629 1726888972.06158: exiting _queue_task() for managed_node1/assert 172629 1726888972.06172: done queuing things up, now waiting for results queue to drain 172629 1726888972.06173: waiting for pending results... 172629 1726888972.06367: running TaskExecutor() for managed_node1/TASK: Check RAID spare devices count 172629 1726888972.06450: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010e2 172629 1726888972.06465: variable 'ansible_search_path' from source: unknown 172629 1726888972.06493: calling self._execute() 172629 1726888972.06588: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.06592: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.06601: variable 'omit' from source: magic vars 172629 1726888972.06895: variable 'storage_test_volume' from source: include params 172629 1726888972.06920: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888972.06925: when evaluation is False, skipping this task 172629 1726888972.06928: _execute() done 172629 1726888972.06931: dumping result to json 172629 1726888972.06933: done dumping result, returning 172629 1726888972.06938: done running TaskExecutor() for managed_node1/TASK: Check RAID spare devices count [0affc8a3-6f6f-d0a8-add8-0000000010e2] 172629 1726888972.06946: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010e2 172629 1726888972.07035: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010e2 172629 1726888972.07038: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888972.07098: no more pending results, returning what we have 172629 1726888972.07103: results queue empty 172629 1726888972.07104: checking for any_errors_fatal 172629 1726888972.07113: done checking for any_errors_fatal 172629 1726888972.07114: checking for max_fail_percentage 172629 1726888972.07118: done checking for max_fail_percentage 172629 1726888972.07119: checking to see if all hosts have failed and the running result is not ok 172629 1726888972.07120: done checking to see if all hosts have failed 172629 1726888972.07120: getting the remaining hosts for this loop 172629 1726888972.07122: done getting the remaining hosts for this loop 172629 1726888972.07125: getting the next task for host managed_node1 172629 1726888972.07132: done getting next task for host managed_node1 172629 1726888972.07134: ^ task is: TASK: Check RAID metadata version 172629 1726888972.07139: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888972.07142: getting variables 172629 1726888972.07144: in VariableManager get_vars() 172629 1726888972.07175: Calling all_inventory to load vars for managed_node1 172629 1726888972.07178: Calling groups_inventory to load vars for managed_node1 172629 1726888972.07181: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888972.07190: Calling all_plugins_play to load vars for managed_node1 172629 1726888972.07192: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888972.07195: Calling groups_plugins_play to load vars for managed_node1 172629 1726888972.07720: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888972.08820: done with get_vars() 172629 1726888972.08837: done getting variables 172629 1726888972.08939: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Friday 20 September 2024 23:22:52 -0400 (0:00:00.030) 0:01:12.369 ****** 172629 1726888972.08989: entering _queue_task() for managed_node1/assert 172629 1726888972.09233: worker is 1 (out of 1 available) 172629 1726888972.09248: exiting _queue_task() for managed_node1/assert 172629 1726888972.09263: done queuing things up, now waiting for results queue to drain 172629 1726888972.09264: waiting for pending results... 172629 1726888972.09467: running TaskExecutor() for managed_node1/TASK: Check RAID metadata version 172629 1726888972.09572: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010e3 172629 1726888972.09583: variable 'ansible_search_path' from source: unknown 172629 1726888972.09618: calling self._execute() 172629 1726888972.09710: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.09716: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.09719: variable 'omit' from source: magic vars 172629 1726888972.10024: variable 'storage_test_volume' from source: include params 172629 1726888972.10052: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888972.10057: when evaluation is False, skipping this task 172629 1726888972.10061: _execute() done 172629 1726888972.10064: dumping result to json 172629 1726888972.10067: done dumping result, returning 172629 1726888972.10073: done running TaskExecutor() for managed_node1/TASK: Check RAID metadata version [0affc8a3-6f6f-d0a8-add8-0000000010e3] 172629 1726888972.10078: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010e3 172629 1726888972.10174: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010e3 172629 1726888972.10177: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888972.10224: no more pending results, returning what we have 172629 1726888972.10227: results queue empty 172629 1726888972.10228: checking for any_errors_fatal 172629 1726888972.10238: done checking for any_errors_fatal 172629 1726888972.10238: checking for max_fail_percentage 172629 1726888972.10240: done checking for max_fail_percentage 172629 1726888972.10241: checking to see if all hosts have failed and the running result is not ok 172629 1726888972.10242: done checking to see if all hosts have failed 172629 1726888972.10242: getting the remaining hosts for this loop 172629 1726888972.10244: done getting the remaining hosts for this loop 172629 1726888972.10248: getting the next task for host managed_node1 172629 1726888972.10256: done getting next task for host managed_node1 172629 1726888972.10259: ^ task is: TASK: Check RAID chunk size 172629 1726888972.10264: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888972.10269: getting variables 172629 1726888972.10270: in VariableManager get_vars() 172629 1726888972.10305: Calling all_inventory to load vars for managed_node1 172629 1726888972.10308: Calling groups_inventory to load vars for managed_node1 172629 1726888972.10310: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888972.10320: Calling all_plugins_play to load vars for managed_node1 172629 1726888972.10322: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888972.10324: Calling groups_plugins_play to load vars for managed_node1 172629 1726888972.10671: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888972.11015: done with get_vars() 172629 1726888972.11026: done getting variables 172629 1726888972.11068: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Friday 20 September 2024 23:22:52 -0400 (0:00:00.021) 0:01:12.390 ****** 172629 1726888972.11091: entering _queue_task() for managed_node1/assert 172629 1726888972.11303: worker is 1 (out of 1 available) 172629 1726888972.11319: exiting _queue_task() for managed_node1/assert 172629 1726888972.11330: done queuing things up, now waiting for results queue to drain 172629 1726888972.11332: waiting for pending results... 172629 1726888972.11518: running TaskExecutor() for managed_node1/TASK: Check RAID chunk size 172629 1726888972.11603: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010e4 172629 1726888972.11615: variable 'ansible_search_path' from source: unknown 172629 1726888972.11642: calling self._execute() 172629 1726888972.11758: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.11763: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.11772: variable 'omit' from source: magic vars 172629 1726888972.12086: variable 'storage_test_volume' from source: include params 172629 1726888972.12133: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888972.12362: when evaluation is False, skipping this task 172629 1726888972.12365: _execute() done 172629 1726888972.12370: dumping result to json 172629 1726888972.12376: done dumping result, returning 172629 1726888972.12380: done running TaskExecutor() for managed_node1/TASK: Check RAID chunk size [0affc8a3-6f6f-d0a8-add8-0000000010e4] 172629 1726888972.12382: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010e4 172629 1726888972.12469: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010e4 172629 1726888972.12473: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888972.12534: no more pending results, returning what we have 172629 1726888972.12537: results queue empty 172629 1726888972.12539: checking for any_errors_fatal 172629 1726888972.12552: done checking for any_errors_fatal 172629 1726888972.12553: checking for max_fail_percentage 172629 1726888972.12558: done checking for max_fail_percentage 172629 1726888972.12560: checking to see if all hosts have failed and the running result is not ok 172629 1726888972.12561: done checking to see if all hosts have failed 172629 1726888972.12562: getting the remaining hosts for this loop 172629 1726888972.12565: done getting the remaining hosts for this loop 172629 1726888972.12570: getting the next task for host managed_node1 172629 1726888972.12586: done getting next task for host managed_node1 172629 1726888972.12589: ^ task is: TASK: Parse the actual size of the volume 172629 1726888972.12594: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888972.12601: getting variables 172629 1726888972.12603: in VariableManager get_vars() 172629 1726888972.12646: Calling all_inventory to load vars for managed_node1 172629 1726888972.12649: Calling groups_inventory to load vars for managed_node1 172629 1726888972.12654: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888972.12825: Calling all_plugins_play to load vars for managed_node1 172629 1726888972.12829: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888972.12833: Calling groups_plugins_play to load vars for managed_node1 172629 1726888972.13403: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888972.14075: done with get_vars() 172629 1726888972.14096: done getting variables TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Friday 20 September 2024 23:22:52 -0400 (0:00:00.031) 0:01:12.421 ****** 172629 1726888972.14202: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888972.14594: worker is 1 (out of 1 available) 172629 1726888972.14611: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888972.14624: done queuing things up, now waiting for results queue to drain 172629 1726888972.14628: waiting for pending results... 172629 1726888972.14990: running TaskExecutor() for managed_node1/TASK: Parse the actual size of the volume 172629 1726888972.15162: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010e8 172629 1726888972.15187: variable 'ansible_search_path' from source: unknown 172629 1726888972.15236: calling self._execute() 172629 1726888972.15368: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.15382: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.15401: variable 'omit' from source: magic vars 172629 1726888972.15877: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888972.18549: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888972.18745: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888972.18749: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888972.18766: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888972.18772: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888972.18853: variable '_storage_test_volume_present' from source: set_fact 172629 1726888972.18859: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888972.18977: variable 'storage_test_volume' from source: include params 172629 1726888972.19001: Evaluated conditional (storage_test_volume.type not in ['partition', 'disk']): False 172629 1726888972.19004: when evaluation is False, skipping this task 172629 1726888972.19007: _execute() done 172629 1726888972.19009: dumping result to json 172629 1726888972.19012: done dumping result, returning 172629 1726888972.19019: done running TaskExecutor() for managed_node1/TASK: Parse the actual size of the volume [0affc8a3-6f6f-d0a8-add8-0000000010e8] 172629 1726888972.19022: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010e8 172629 1726888972.19131: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010e8 172629 1726888972.19136: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } 172629 1726888972.19195: no more pending results, returning what we have 172629 1726888972.19199: results queue empty 172629 1726888972.19200: checking for any_errors_fatal 172629 1726888972.19212: done checking for any_errors_fatal 172629 1726888972.19213: checking for max_fail_percentage 172629 1726888972.19214: done checking for max_fail_percentage 172629 1726888972.19215: checking to see if all hosts have failed and the running result is not ok 172629 1726888972.19216: done checking to see if all hosts have failed 172629 1726888972.19217: getting the remaining hosts for this loop 172629 1726888972.19218: done getting the remaining hosts for this loop 172629 1726888972.19222: getting the next task for host managed_node1 172629 1726888972.19230: done getting next task for host managed_node1 172629 1726888972.19236: ^ task is: TASK: Parse the requested size of the volume 172629 1726888972.19241: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888972.19246: getting variables 172629 1726888972.19247: in VariableManager get_vars() 172629 1726888972.19294: Calling all_inventory to load vars for managed_node1 172629 1726888972.19297: Calling groups_inventory to load vars for managed_node1 172629 1726888972.19300: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888972.19313: Calling all_plugins_play to load vars for managed_node1 172629 1726888972.19316: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888972.19321: Calling groups_plugins_play to load vars for managed_node1 172629 1726888972.19956: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888972.20632: done with get_vars() 172629 1726888972.20653: done getting variables TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Friday 20 September 2024 23:22:52 -0400 (0:00:00.065) 0:01:12.487 ****** 172629 1726888972.20751: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888972.21147: worker is 1 (out of 1 available) 172629 1726888972.21164: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888972.21179: done queuing things up, now waiting for results queue to drain 172629 1726888972.21181: waiting for pending results... 172629 1726888972.21525: running TaskExecutor() for managed_node1/TASK: Parse the requested size of the volume 172629 1726888972.21708: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010e9 172629 1726888972.21712: variable 'ansible_search_path' from source: unknown 172629 1726888972.21741: calling self._execute() 172629 1726888972.21839: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.21843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.21854: variable 'omit' from source: magic vars 172629 1726888972.22211: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888972.24967: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888972.25029: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888972.25119: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888972.25133: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888972.25156: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888972.25232: variable '_storage_test_volume_present' from source: set_fact 172629 1726888972.25261: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888972.25391: variable 'storage_test_volume' from source: include params 172629 1726888972.25414: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888972.25616: when evaluation is False, skipping this task 172629 1726888972.25619: _execute() done 172629 1726888972.25621: dumping result to json 172629 1726888972.25622: done dumping result, returning 172629 1726888972.25629: done running TaskExecutor() for managed_node1/TASK: Parse the requested size of the volume [0affc8a3-6f6f-d0a8-add8-0000000010e9] 172629 1726888972.25630: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010e9 172629 1726888972.25763: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010e9 172629 1726888972.25766: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888972.25876: no more pending results, returning what we have 172629 1726888972.25880: results queue empty 172629 1726888972.25882: checking for any_errors_fatal 172629 1726888972.25893: done checking for any_errors_fatal 172629 1726888972.25894: checking for max_fail_percentage 172629 1726888972.25897: done checking for max_fail_percentage 172629 1726888972.25898: checking to see if all hosts have failed and the running result is not ok 172629 1726888972.25899: done checking to see if all hosts have failed 172629 1726888972.25900: getting the remaining hosts for this loop 172629 1726888972.25901: done getting the remaining hosts for this loop 172629 1726888972.25905: getting the next task for host managed_node1 172629 1726888972.25915: done getting next task for host managed_node1 172629 1726888972.25925: ^ task is: TASK: Establish base value for expected size 172629 1726888972.25930: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888972.25935: getting variables 172629 1726888972.25936: in VariableManager get_vars() 172629 1726888972.25982: Calling all_inventory to load vars for managed_node1 172629 1726888972.25985: Calling groups_inventory to load vars for managed_node1 172629 1726888972.25989: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888972.26004: Calling all_plugins_play to load vars for managed_node1 172629 1726888972.26008: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888972.26017: Calling groups_plugins_play to load vars for managed_node1 172629 1726888972.26999: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888972.27582: done with get_vars() 172629 1726888972.27602: done getting variables 172629 1726888972.27693: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Friday 20 September 2024 23:22:52 -0400 (0:00:00.069) 0:01:12.557 ****** 172629 1726888972.27738: entering _queue_task() for managed_node1/set_fact 172629 1726888972.28142: worker is 1 (out of 1 available) 172629 1726888972.28163: exiting _queue_task() for managed_node1/set_fact 172629 1726888972.28176: done queuing things up, now waiting for results queue to drain 172629 1726888972.28177: waiting for pending results... 172629 1726888972.28516: running TaskExecutor() for managed_node1/TASK: Establish base value for expected size 172629 1726888972.28633: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010ea 172629 1726888972.28645: variable 'ansible_search_path' from source: unknown 172629 1726888972.28683: calling self._execute() 172629 1726888972.28791: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.28837: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.28841: variable 'omit' from source: magic vars 172629 1726888972.29204: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888972.31164: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888972.31364: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888972.31369: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888972.31382: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888972.31427: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888972.31568: variable '_storage_test_volume_present' from source: set_fact 172629 1726888972.31593: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888972.31822: variable 'storage_test_volume' from source: include params 172629 1726888972.31827: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888972.31830: when evaluation is False, skipping this task 172629 1726888972.31832: _execute() done 172629 1726888972.31835: dumping result to json 172629 1726888972.31841: done dumping result, returning 172629 1726888972.31844: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected size [0affc8a3-6f6f-d0a8-add8-0000000010ea] 172629 1726888972.31851: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ea 172629 1726888972.32078: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ea 172629 1726888972.32084: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888972.32147: no more pending results, returning what we have 172629 1726888972.32150: results queue empty 172629 1726888972.32151: checking for any_errors_fatal 172629 1726888972.32161: done checking for any_errors_fatal 172629 1726888972.32161: checking for max_fail_percentage 172629 1726888972.32163: done checking for max_fail_percentage 172629 1726888972.32164: checking to see if all hosts have failed and the running result is not ok 172629 1726888972.32164: done checking to see if all hosts have failed 172629 1726888972.32165: getting the remaining hosts for this loop 172629 1726888972.32166: done getting the remaining hosts for this loop 172629 1726888972.32171: getting the next task for host managed_node1 172629 1726888972.32177: done getting next task for host managed_node1 172629 1726888972.32180: ^ task is: TASK: Show expected size 172629 1726888972.32185: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888972.32189: getting variables 172629 1726888972.32190: in VariableManager get_vars() 172629 1726888972.32224: Calling all_inventory to load vars for managed_node1 172629 1726888972.32227: Calling groups_inventory to load vars for managed_node1 172629 1726888972.32230: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888972.32240: Calling all_plugins_play to load vars for managed_node1 172629 1726888972.32242: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888972.32245: Calling groups_plugins_play to load vars for managed_node1 172629 1726888972.32796: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888972.33218: done with get_vars() 172629 1726888972.33234: done getting variables 172629 1726888972.33299: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show expected size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Friday 20 September 2024 23:22:52 -0400 (0:00:00.055) 0:01:12.613 ****** 172629 1726888972.33328: entering _queue_task() for managed_node1/debug 172629 1726888972.33625: worker is 1 (out of 1 available) 172629 1726888972.33638: exiting _queue_task() for managed_node1/debug 172629 1726888972.33758: done queuing things up, now waiting for results queue to drain 172629 1726888972.33761: waiting for pending results... 172629 1726888972.34002: running TaskExecutor() for managed_node1/TASK: Show expected size 172629 1726888972.34130: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010eb 172629 1726888972.34139: variable 'ansible_search_path' from source: unknown 172629 1726888972.34172: calling self._execute() 172629 1726888972.34258: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.34269: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.34279: variable 'omit' from source: magic vars 172629 1726888972.34367: variable 'omit' from source: magic vars 172629 1726888972.34412: variable 'omit' from source: magic vars 172629 1726888972.34435: variable 'omit' from source: magic vars 172629 1726888972.34476: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888972.34507: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888972.34540: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888972.34545: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888972.34661: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888972.34667: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888972.34674: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.34678: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.34790: Set connection var ansible_timeout to 10 172629 1726888972.34806: Set connection var ansible_shell_type to sh 172629 1726888972.34829: Set connection var ansible_pipelining to False 172629 1726888972.34850: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888972.34872: Set connection var ansible_shell_executable to /bin/sh 172629 1726888972.34888: Set connection var ansible_connection to ssh 172629 1726888972.34926: variable 'ansible_shell_executable' from source: unknown 172629 1726888972.34943: variable 'ansible_connection' from source: unknown 172629 1726888972.34964: variable 'ansible_module_compression' from source: unknown 172629 1726888972.35061: variable 'ansible_shell_type' from source: unknown 172629 1726888972.35067: variable 'ansible_shell_executable' from source: unknown 172629 1726888972.35070: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.35072: variable 'ansible_pipelining' from source: unknown 172629 1726888972.35074: variable 'ansible_timeout' from source: unknown 172629 1726888972.35077: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.35195: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888972.35218: variable 'omit' from source: magic vars 172629 1726888972.35233: starting attempt loop 172629 1726888972.35241: running the handler 172629 1726888972.35491: handler run complete 172629 1726888972.35525: attempt loop complete, returning result 172629 1726888972.35534: _execute() done 172629 1726888972.35538: dumping result to json 172629 1726888972.35540: done dumping result, returning 172629 1726888972.35546: done running TaskExecutor() for managed_node1/TASK: Show expected size [0affc8a3-6f6f-d0a8-add8-0000000010eb] 172629 1726888972.35551: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010eb 172629 1726888972.35648: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010eb 172629 1726888972.35652: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } 172629 1726888972.35719: no more pending results, returning what we have 172629 1726888972.35722: results queue empty 172629 1726888972.35723: checking for any_errors_fatal 172629 1726888972.35732: done checking for any_errors_fatal 172629 1726888972.35733: checking for max_fail_percentage 172629 1726888972.35735: done checking for max_fail_percentage 172629 1726888972.35736: checking to see if all hosts have failed and the running result is not ok 172629 1726888972.35736: done checking to see if all hosts have failed 172629 1726888972.35737: getting the remaining hosts for this loop 172629 1726888972.35739: done getting the remaining hosts for this loop 172629 1726888972.35742: getting the next task for host managed_node1 172629 1726888972.35751: done getting next task for host managed_node1 172629 1726888972.35754: ^ task is: TASK: Get the size of parent/pool device 172629 1726888972.35761: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888972.35764: getting variables 172629 1726888972.35766: in VariableManager get_vars() 172629 1726888972.35800: Calling all_inventory to load vars for managed_node1 172629 1726888972.35803: Calling groups_inventory to load vars for managed_node1 172629 1726888972.35806: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888972.35816: Calling all_plugins_play to load vars for managed_node1 172629 1726888972.35818: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888972.35820: Calling groups_plugins_play to load vars for managed_node1 172629 1726888972.36413: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888972.37308: done with get_vars() 172629 1726888972.37324: done getting variables TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Friday 20 September 2024 23:22:52 -0400 (0:00:00.040) 0:01:12.654 ****** 172629 1726888972.37425: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888972.37797: worker is 1 (out of 1 available) 172629 1726888972.37811: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888972.37825: done queuing things up, now waiting for results queue to drain 172629 1726888972.37827: waiting for pending results... 172629 1726888972.38065: running TaskExecutor() for managed_node1/TASK: Get the size of parent/pool device 172629 1726888972.38160: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010ec 172629 1726888972.38167: variable 'ansible_search_path' from source: unknown 172629 1726888972.38202: calling self._execute() 172629 1726888972.38375: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.38379: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.38382: variable 'omit' from source: magic vars 172629 1726888972.38737: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888972.41298: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888972.41362: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888972.41416: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888972.41465: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888972.41516: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888972.41625: variable '_storage_test_volume_present' from source: set_fact 172629 1726888972.41733: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888972.41818: variable 'storage_test_volume' from source: include params 172629 1726888972.41865: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888972.41872: when evaluation is False, skipping this task 172629 1726888972.41879: _execute() done 172629 1726888972.41886: dumping result to json 172629 1726888972.41895: done dumping result, returning 172629 1726888972.41906: done running TaskExecutor() for managed_node1/TASK: Get the size of parent/pool device [0affc8a3-6f6f-d0a8-add8-0000000010ec] 172629 1726888972.41920: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ec skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888972.42221: no more pending results, returning what we have 172629 1726888972.42228: results queue empty 172629 1726888972.42229: checking for any_errors_fatal 172629 1726888972.42243: done checking for any_errors_fatal 172629 1726888972.42244: checking for max_fail_percentage 172629 1726888972.42246: done checking for max_fail_percentage 172629 1726888972.42247: checking to see if all hosts have failed and the running result is not ok 172629 1726888972.42248: done checking to see if all hosts have failed 172629 1726888972.42250: getting the remaining hosts for this loop 172629 1726888972.42252: done getting the remaining hosts for this loop 172629 1726888972.42258: getting the next task for host managed_node1 172629 1726888972.42464: done getting next task for host managed_node1 172629 1726888972.42468: ^ task is: TASK: Show test pool 172629 1726888972.42477: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888972.42483: getting variables 172629 1726888972.42484: in VariableManager get_vars() 172629 1726888972.42520: Calling all_inventory to load vars for managed_node1 172629 1726888972.42523: Calling groups_inventory to load vars for managed_node1 172629 1726888972.42529: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888972.42545: Calling all_plugins_play to load vars for managed_node1 172629 1726888972.42548: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888972.42554: Calling groups_plugins_play to load vars for managed_node1 172629 1726888972.43160: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ec 172629 1726888972.43165: WORKER PROCESS EXITING 172629 1726888972.43335: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888972.44045: done with get_vars() 172629 1726888972.44082: done getting variables 172629 1726888972.44152: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test pool] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Friday 20 September 2024 23:22:52 -0400 (0:00:00.067) 0:01:12.722 ****** 172629 1726888972.44213: entering _queue_task() for managed_node1/debug 172629 1726888972.44765: worker is 1 (out of 1 available) 172629 1726888972.44783: exiting _queue_task() for managed_node1/debug 172629 1726888972.44797: done queuing things up, now waiting for results queue to drain 172629 1726888972.44798: waiting for pending results... 172629 1726888972.45181: running TaskExecutor() for managed_node1/TASK: Show test pool 172629 1726888972.45368: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010ee 172629 1726888972.45408: variable 'ansible_search_path' from source: unknown 172629 1726888972.45507: calling self._execute() 172629 1726888972.45712: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.45720: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.45736: variable 'omit' from source: magic vars 172629 1726888972.46331: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888972.48699: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888972.48788: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888972.48828: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888972.49062: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888972.49066: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888972.49068: variable '_storage_test_volume_present' from source: set_fact 172629 1726888972.49070: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888972.49177: variable 'storage_test_volume' from source: include params 172629 1726888972.49219: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888972.49228: when evaluation is False, skipping this task 172629 1726888972.49260: _execute() done 172629 1726888972.49263: dumping result to json 172629 1726888972.49265: done dumping result, returning 172629 1726888972.49267: done running TaskExecutor() for managed_node1/TASK: Show test pool [0affc8a3-6f6f-d0a8-add8-0000000010ee] 172629 1726888972.49269: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ee skipping: [managed_node1] => { "false_condition": "storage_test_volume.type == \"lvm\"" } 172629 1726888972.49446: no more pending results, returning what we have 172629 1726888972.49450: results queue empty 172629 1726888972.49452: checking for any_errors_fatal 172629 1726888972.49464: done checking for any_errors_fatal 172629 1726888972.49465: checking for max_fail_percentage 172629 1726888972.49467: done checking for max_fail_percentage 172629 1726888972.49468: checking to see if all hosts have failed and the running result is not ok 172629 1726888972.49469: done checking to see if all hosts have failed 172629 1726888972.49470: getting the remaining hosts for this loop 172629 1726888972.49472: done getting the remaining hosts for this loop 172629 1726888972.49476: getting the next task for host managed_node1 172629 1726888972.49484: done getting next task for host managed_node1 172629 1726888972.49488: ^ task is: TASK: Show test blockinfo 172629 1726888972.49494: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888972.49498: getting variables 172629 1726888972.49500: in VariableManager get_vars() 172629 1726888972.49538: Calling all_inventory to load vars for managed_node1 172629 1726888972.49541: Calling groups_inventory to load vars for managed_node1 172629 1726888972.49545: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888972.49673: Calling all_plugins_play to load vars for managed_node1 172629 1726888972.49678: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888972.49682: Calling groups_plugins_play to load vars for managed_node1 172629 1726888972.50373: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ee 172629 1726888972.50377: WORKER PROCESS EXITING 172629 1726888972.50525: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888972.51171: done with get_vars() 172629 1726888972.51189: done getting variables 172629 1726888972.51259: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Friday 20 September 2024 23:22:52 -0400 (0:00:00.070) 0:01:12.792 ****** 172629 1726888972.51292: entering _queue_task() for managed_node1/debug 172629 1726888972.51653: worker is 1 (out of 1 available) 172629 1726888972.51671: exiting _queue_task() for managed_node1/debug 172629 1726888972.51686: done queuing things up, now waiting for results queue to drain 172629 1726888972.51687: waiting for pending results... 172629 1726888972.51993: running TaskExecutor() for managed_node1/TASK: Show test blockinfo 172629 1726888972.52135: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010ef 172629 1726888972.52153: variable 'ansible_search_path' from source: unknown 172629 1726888972.52196: calling self._execute() 172629 1726888972.52309: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.52320: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.52338: variable 'omit' from source: magic vars 172629 1726888972.52711: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888972.55383: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888972.55415: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888972.55457: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888972.55517: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888972.55548: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888972.55654: variable '_storage_test_volume_present' from source: set_fact 172629 1726888972.55707: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888972.55836: variable 'storage_test_volume' from source: include params 172629 1726888972.55876: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888972.55885: when evaluation is False, skipping this task 172629 1726888972.55925: _execute() done 172629 1726888972.55928: dumping result to json 172629 1726888972.55931: done dumping result, returning 172629 1726888972.55933: done running TaskExecutor() for managed_node1/TASK: Show test blockinfo [0affc8a3-6f6f-d0a8-add8-0000000010ef] 172629 1726888972.55935: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ef skipping: [managed_node1] => { "false_condition": "storage_test_volume.type == \"lvm\"" } 172629 1726888972.56081: no more pending results, returning what we have 172629 1726888972.56084: results queue empty 172629 1726888972.56086: checking for any_errors_fatal 172629 1726888972.56096: done checking for any_errors_fatal 172629 1726888972.56096: checking for max_fail_percentage 172629 1726888972.56099: done checking for max_fail_percentage 172629 1726888972.56100: checking to see if all hosts have failed and the running result is not ok 172629 1726888972.56101: done checking to see if all hosts have failed 172629 1726888972.56101: getting the remaining hosts for this loop 172629 1726888972.56103: done getting the remaining hosts for this loop 172629 1726888972.56106: getting the next task for host managed_node1 172629 1726888972.56114: done getting next task for host managed_node1 172629 1726888972.56117: ^ task is: TASK: Show test pool size 172629 1726888972.56122: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888972.56125: getting variables 172629 1726888972.56127: in VariableManager get_vars() 172629 1726888972.56166: Calling all_inventory to load vars for managed_node1 172629 1726888972.56169: Calling groups_inventory to load vars for managed_node1 172629 1726888972.56173: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888972.56187: Calling all_plugins_play to load vars for managed_node1 172629 1726888972.56190: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888972.56193: Calling groups_plugins_play to load vars for managed_node1 172629 1726888972.56981: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ef 172629 1726888972.56984: WORKER PROCESS EXITING 172629 1726888972.57134: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888972.57775: done with get_vars() 172629 1726888972.57791: done getting variables 172629 1726888972.57847: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test pool size] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Friday 20 September 2024 23:22:52 -0400 (0:00:00.065) 0:01:12.858 ****** 172629 1726888972.57887: entering _queue_task() for managed_node1/debug 172629 1726888972.58329: worker is 1 (out of 1 available) 172629 1726888972.58342: exiting _queue_task() for managed_node1/debug 172629 1726888972.58354: done queuing things up, now waiting for results queue to drain 172629 1726888972.58358: waiting for pending results... 172629 1726888972.58570: running TaskExecutor() for managed_node1/TASK: Show test pool size 172629 1726888972.58697: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010f0 172629 1726888972.58716: variable 'ansible_search_path' from source: unknown 172629 1726888972.58760: calling self._execute() 172629 1726888972.58893: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.58912: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.58928: variable 'omit' from source: magic vars 172629 1726888972.59377: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888972.62266: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888972.62352: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888972.62422: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888972.62566: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888972.62569: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888972.62665: variable '_storage_test_volume_present' from source: set_fact 172629 1726888972.62708: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888972.62982: variable 'storage_test_volume' from source: include params 172629 1726888972.62994: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888972.63003: when evaluation is False, skipping this task 172629 1726888972.63010: _execute() done 172629 1726888972.63017: dumping result to json 172629 1726888972.63024: done dumping result, returning 172629 1726888972.63099: done running TaskExecutor() for managed_node1/TASK: Show test pool size [0affc8a3-6f6f-d0a8-add8-0000000010f0] 172629 1726888972.63104: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010f0 172629 1726888972.63176: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010f0 172629 1726888972.63179: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.type == \"lvm\"" } 172629 1726888972.63227: no more pending results, returning what we have 172629 1726888972.63230: results queue empty 172629 1726888972.63231: checking for any_errors_fatal 172629 1726888972.63240: done checking for any_errors_fatal 172629 1726888972.63241: checking for max_fail_percentage 172629 1726888972.63243: done checking for max_fail_percentage 172629 1726888972.63244: checking to see if all hosts have failed and the running result is not ok 172629 1726888972.63245: done checking to see if all hosts have failed 172629 1726888972.63246: getting the remaining hosts for this loop 172629 1726888972.63248: done getting the remaining hosts for this loop 172629 1726888972.63251: getting the next task for host managed_node1 172629 1726888972.63261: done getting next task for host managed_node1 172629 1726888972.63264: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 172629 1726888972.63269: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888972.63274: getting variables 172629 1726888972.63275: in VariableManager get_vars() 172629 1726888972.63315: Calling all_inventory to load vars for managed_node1 172629 1726888972.63320: Calling groups_inventory to load vars for managed_node1 172629 1726888972.63325: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888972.63338: Calling all_plugins_play to load vars for managed_node1 172629 1726888972.63341: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888972.63344: Calling groups_plugins_play to load vars for managed_node1 172629 1726888972.64855: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888972.66239: done with get_vars() 172629 1726888972.66401: done getting variables 172629 1726888972.66465: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Friday 20 September 2024 23:22:52 -0400 (0:00:00.086) 0:01:12.944 ****** 172629 1726888972.66498: entering _queue_task() for managed_node1/set_fact 172629 1726888972.67465: worker is 1 (out of 1 available) 172629 1726888972.67476: exiting _queue_task() for managed_node1/set_fact 172629 1726888972.67489: done queuing things up, now waiting for results queue to drain 172629 1726888972.67490: waiting for pending results... 172629 1726888972.68167: running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value 172629 1726888972.68207: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010f1 172629 1726888972.68258: variable 'ansible_search_path' from source: unknown 172629 1726888972.68303: calling self._execute() 172629 1726888972.68439: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.68453: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.68471: variable 'omit' from source: magic vars 172629 1726888972.68888: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888972.72923: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888972.73214: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888972.73231: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888972.73273: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888972.73304: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888972.73530: variable '_storage_test_volume_present' from source: set_fact 172629 1726888972.73759: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888972.73916: variable 'storage_test_volume' from source: include params 172629 1726888972.73953: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888972.73965: when evaluation is False, skipping this task 172629 1726888972.73975: _execute() done 172629 1726888972.74160: dumping result to json 172629 1726888972.74164: done dumping result, returning 172629 1726888972.74167: done running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-d0a8-add8-0000000010f1] 172629 1726888972.74170: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010f1 172629 1726888972.74461: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010f1 172629 1726888972.74464: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888972.74514: no more pending results, returning what we have 172629 1726888972.74518: results queue empty 172629 1726888972.74519: checking for any_errors_fatal 172629 1726888972.74529: done checking for any_errors_fatal 172629 1726888972.74530: checking for max_fail_percentage 172629 1726888972.74532: done checking for max_fail_percentage 172629 1726888972.74533: checking to see if all hosts have failed and the running result is not ok 172629 1726888972.74534: done checking to see if all hosts have failed 172629 1726888972.74535: getting the remaining hosts for this loop 172629 1726888972.74537: done getting the remaining hosts for this loop 172629 1726888972.74541: getting the next task for host managed_node1 172629 1726888972.74554: done getting next task for host managed_node1 172629 1726888972.74559: ^ task is: TASK: Default thin pool reserved space values 172629 1726888972.74565: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888972.74570: getting variables 172629 1726888972.74571: in VariableManager get_vars() 172629 1726888972.74608: Calling all_inventory to load vars for managed_node1 172629 1726888972.74610: Calling groups_inventory to load vars for managed_node1 172629 1726888972.74613: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888972.74624: Calling all_plugins_play to load vars for managed_node1 172629 1726888972.74627: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888972.74629: Calling groups_plugins_play to load vars for managed_node1 172629 1726888972.75897: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888972.77114: done with get_vars() 172629 1726888972.77131: done getting variables 172629 1726888972.77396: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Friday 20 September 2024 23:22:52 -0400 (0:00:00.109) 0:01:13.054 ****** 172629 1726888972.77430: entering _queue_task() for managed_node1/set_fact 172629 1726888972.78388: worker is 1 (out of 1 available) 172629 1726888972.78399: exiting _queue_task() for managed_node1/set_fact 172629 1726888972.78410: done queuing things up, now waiting for results queue to drain 172629 1726888972.78411: waiting for pending results... 172629 1726888972.78650: running TaskExecutor() for managed_node1/TASK: Default thin pool reserved space values 172629 1726888972.78867: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010f3 172629 1726888972.78954: variable 'ansible_search_path' from source: unknown 172629 1726888972.79072: calling self._execute() 172629 1726888972.79161: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.79176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.79194: variable 'omit' from source: magic vars 172629 1726888972.79614: variable 'storage_test_volume' from source: include params 172629 1726888972.79660: Evaluated conditional (storage_test_volume.thin): False 172629 1726888972.79668: when evaluation is False, skipping this task 172629 1726888972.79675: _execute() done 172629 1726888972.79682: dumping result to json 172629 1726888972.79689: done dumping result, returning 172629 1726888972.79705: done running TaskExecutor() for managed_node1/TASK: Default thin pool reserved space values [0affc8a3-6f6f-d0a8-add8-0000000010f3] 172629 1726888972.79716: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010f3 172629 1726888972.80061: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010f3 172629 1726888972.80065: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888972.80107: no more pending results, returning what we have 172629 1726888972.80110: results queue empty 172629 1726888972.80111: checking for any_errors_fatal 172629 1726888972.80118: done checking for any_errors_fatal 172629 1726888972.80118: checking for max_fail_percentage 172629 1726888972.80120: done checking for max_fail_percentage 172629 1726888972.80121: checking to see if all hosts have failed and the running result is not ok 172629 1726888972.80122: done checking to see if all hosts have failed 172629 1726888972.80122: getting the remaining hosts for this loop 172629 1726888972.80124: done getting the remaining hosts for this loop 172629 1726888972.80127: getting the next task for host managed_node1 172629 1726888972.80134: done getting next task for host managed_node1 172629 1726888972.80136: ^ task is: TASK: Default minimal thin pool reserved space size 172629 1726888972.80142: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888972.80145: getting variables 172629 1726888972.80146: in VariableManager get_vars() 172629 1726888972.80177: Calling all_inventory to load vars for managed_node1 172629 1726888972.80180: Calling groups_inventory to load vars for managed_node1 172629 1726888972.80183: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888972.80193: Calling all_plugins_play to load vars for managed_node1 172629 1726888972.80195: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888972.80198: Calling groups_plugins_play to load vars for managed_node1 172629 1726888972.80859: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888972.81853: done with get_vars() 172629 1726888972.81870: done getting variables TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Friday 20 September 2024 23:22:52 -0400 (0:00:00.045) 0:01:13.099 ****** 172629 1726888972.81949: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888972.82539: worker is 1 (out of 1 available) 172629 1726888972.82551: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888972.82566: done queuing things up, now waiting for results queue to drain 172629 1726888972.82568: waiting for pending results... 172629 1726888972.83038: running TaskExecutor() for managed_node1/TASK: Default minimal thin pool reserved space size 172629 1726888972.83150: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010f4 172629 1726888972.83369: variable 'ansible_search_path' from source: unknown 172629 1726888972.83417: calling self._execute() 172629 1726888972.83526: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.83530: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.83633: variable 'omit' from source: magic vars 172629 1726888972.84313: variable 'storage_test_volume' from source: include params 172629 1726888972.84347: Evaluated conditional (storage_test_volume.thin): False 172629 1726888972.84351: when evaluation is False, skipping this task 172629 1726888972.84354: _execute() done 172629 1726888972.84563: dumping result to json 172629 1726888972.84567: done dumping result, returning 172629 1726888972.84574: done running TaskExecutor() for managed_node1/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-d0a8-add8-0000000010f4] 172629 1726888972.84581: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010f4 172629 1726888972.84683: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010f4 172629 1726888972.84686: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888972.84766: no more pending results, returning what we have 172629 1726888972.84771: results queue empty 172629 1726888972.84772: checking for any_errors_fatal 172629 1726888972.84780: done checking for any_errors_fatal 172629 1726888972.84781: checking for max_fail_percentage 172629 1726888972.84783: done checking for max_fail_percentage 172629 1726888972.84784: checking to see if all hosts have failed and the running result is not ok 172629 1726888972.84785: done checking to see if all hosts have failed 172629 1726888972.84785: getting the remaining hosts for this loop 172629 1726888972.84787: done getting the remaining hosts for this loop 172629 1726888972.84791: getting the next task for host managed_node1 172629 1726888972.84801: done getting next task for host managed_node1 172629 1726888972.84804: ^ task is: TASK: Default maximal thin pool reserved space size 172629 1726888972.84809: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888972.84814: getting variables 172629 1726888972.84815: in VariableManager get_vars() 172629 1726888972.84849: Calling all_inventory to load vars for managed_node1 172629 1726888972.84851: Calling groups_inventory to load vars for managed_node1 172629 1726888972.84857: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888972.85070: Calling all_plugins_play to load vars for managed_node1 172629 1726888972.85073: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888972.85076: Calling groups_plugins_play to load vars for managed_node1 172629 1726888972.86232: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888972.87439: done with get_vars() 172629 1726888972.87457: done getting variables TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Friday 20 September 2024 23:22:52 -0400 (0:00:00.055) 0:01:13.155 ****** 172629 1726888972.87539: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888972.88168: worker is 1 (out of 1 available) 172629 1726888972.88180: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888972.88192: done queuing things up, now waiting for results queue to drain 172629 1726888972.88194: waiting for pending results... 172629 1726888972.89103: running TaskExecutor() for managed_node1/TASK: Default maximal thin pool reserved space size 172629 1726888972.89135: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010f5 172629 1726888972.89154: variable 'ansible_search_path' from source: unknown 172629 1726888972.89311: calling self._execute() 172629 1726888972.89494: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.89505: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.89519: variable 'omit' from source: magic vars 172629 1726888972.90323: variable 'storage_test_volume' from source: include params 172629 1726888972.90442: Evaluated conditional (storage_test_volume.thin): False 172629 1726888972.90445: when evaluation is False, skipping this task 172629 1726888972.90448: _execute() done 172629 1726888972.90451: dumping result to json 172629 1726888972.90454: done dumping result, returning 172629 1726888972.90457: done running TaskExecutor() for managed_node1/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-d0a8-add8-0000000010f5] 172629 1726888972.90460: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010f5 172629 1726888972.90967: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010f5 172629 1726888972.90971: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888972.91199: no more pending results, returning what we have 172629 1726888972.91202: results queue empty 172629 1726888972.91203: checking for any_errors_fatal 172629 1726888972.91210: done checking for any_errors_fatal 172629 1726888972.91210: checking for max_fail_percentage 172629 1726888972.91212: done checking for max_fail_percentage 172629 1726888972.91213: checking to see if all hosts have failed and the running result is not ok 172629 1726888972.91214: done checking to see if all hosts have failed 172629 1726888972.91214: getting the remaining hosts for this loop 172629 1726888972.91216: done getting the remaining hosts for this loop 172629 1726888972.91219: getting the next task for host managed_node1 172629 1726888972.91226: done getting next task for host managed_node1 172629 1726888972.91228: ^ task is: TASK: Calculate maximum usable space in thin pool 172629 1726888972.91233: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888972.91237: getting variables 172629 1726888972.91238: in VariableManager get_vars() 172629 1726888972.91271: Calling all_inventory to load vars for managed_node1 172629 1726888972.91273: Calling groups_inventory to load vars for managed_node1 172629 1726888972.91276: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888972.91288: Calling all_plugins_play to load vars for managed_node1 172629 1726888972.91291: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888972.91294: Calling groups_plugins_play to load vars for managed_node1 172629 1726888972.92804: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888972.94020: done with get_vars() 172629 1726888972.94037: done getting variables 172629 1726888972.94101: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Friday 20 September 2024 23:22:52 -0400 (0:00:00.065) 0:01:13.221 ****** 172629 1726888972.94135: entering _queue_task() for managed_node1/set_fact 172629 1726888972.94854: worker is 1 (out of 1 available) 172629 1726888972.94872: exiting _queue_task() for managed_node1/set_fact 172629 1726888972.94886: done queuing things up, now waiting for results queue to drain 172629 1726888972.94887: waiting for pending results... 172629 1726888972.95742: running TaskExecutor() for managed_node1/TASK: Calculate maximum usable space in thin pool 172629 1726888972.96217: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010f6 172629 1726888972.96231: variable 'ansible_search_path' from source: unknown 172629 1726888972.96268: calling self._execute() 172629 1726888972.96662: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888972.96665: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888972.96671: variable 'omit' from source: magic vars 172629 1726888972.97157: variable 'storage_test_volume' from source: include params 172629 1726888972.97393: Evaluated conditional (storage_test_volume.thin): False 172629 1726888972.97396: when evaluation is False, skipping this task 172629 1726888972.97399: _execute() done 172629 1726888972.97402: dumping result to json 172629 1726888972.97404: done dumping result, returning 172629 1726888972.97410: done running TaskExecutor() for managed_node1/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-d0a8-add8-0000000010f6] 172629 1726888972.97415: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010f6 172629 1726888972.97514: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010f6 172629 1726888972.97517: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888972.97567: no more pending results, returning what we have 172629 1726888972.97571: results queue empty 172629 1726888972.97572: checking for any_errors_fatal 172629 1726888972.97582: done checking for any_errors_fatal 172629 1726888972.97583: checking for max_fail_percentage 172629 1726888972.97586: done checking for max_fail_percentage 172629 1726888972.97587: checking to see if all hosts have failed and the running result is not ok 172629 1726888972.97588: done checking to see if all hosts have failed 172629 1726888972.97588: getting the remaining hosts for this loop 172629 1726888972.97591: done getting the remaining hosts for this loop 172629 1726888972.97594: getting the next task for host managed_node1 172629 1726888972.97602: done getting next task for host managed_node1 172629 1726888972.97605: ^ task is: TASK: Apply upper size limit to max usable thin pool space 172629 1726888972.97610: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888972.97615: getting variables 172629 1726888972.97616: in VariableManager get_vars() 172629 1726888972.97653: Calling all_inventory to load vars for managed_node1 172629 1726888972.97658: Calling groups_inventory to load vars for managed_node1 172629 1726888972.97661: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888972.97676: Calling all_plugins_play to load vars for managed_node1 172629 1726888972.97679: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888972.97682: Calling groups_plugins_play to load vars for managed_node1 172629 1726888972.98887: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888973.00218: done with get_vars() 172629 1726888973.00234: done getting variables 172629 1726888973.00380: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Friday 20 September 2024 23:22:53 -0400 (0:00:00.062) 0:01:13.284 ****** 172629 1726888973.00412: entering _queue_task() for managed_node1/set_fact 172629 1726888973.01222: worker is 1 (out of 1 available) 172629 1726888973.01235: exiting _queue_task() for managed_node1/set_fact 172629 1726888973.01247: done queuing things up, now waiting for results queue to drain 172629 1726888973.01248: waiting for pending results... 172629 1726888973.01879: running TaskExecutor() for managed_node1/TASK: Apply upper size limit to max usable thin pool space 172629 1726888973.02263: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010f7 172629 1726888973.02267: variable 'ansible_search_path' from source: unknown 172629 1726888973.02465: calling self._execute() 172629 1726888973.02552: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.02637: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.02654: variable 'omit' from source: magic vars 172629 1726888973.03475: variable 'storage_test_volume' from source: include params 172629 1726888973.03650: Evaluated conditional (storage_test_volume.thin): False 172629 1726888973.03722: when evaluation is False, skipping this task 172629 1726888973.03731: _execute() done 172629 1726888973.03738: dumping result to json 172629 1726888973.03775: done dumping result, returning 172629 1726888973.03786: done running TaskExecutor() for managed_node1/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-d0a8-add8-0000000010f7] 172629 1726888973.03878: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010f7 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888973.04251: no more pending results, returning what we have 172629 1726888973.04258: results queue empty 172629 1726888973.04260: checking for any_errors_fatal 172629 1726888973.04272: done checking for any_errors_fatal 172629 1726888973.04273: checking for max_fail_percentage 172629 1726888973.04275: done checking for max_fail_percentage 172629 1726888973.04276: checking to see if all hosts have failed and the running result is not ok 172629 1726888973.04277: done checking to see if all hosts have failed 172629 1726888973.04278: getting the remaining hosts for this loop 172629 1726888973.04280: done getting the remaining hosts for this loop 172629 1726888973.04284: getting the next task for host managed_node1 172629 1726888973.04293: done getting next task for host managed_node1 172629 1726888973.04296: ^ task is: TASK: Apply lower size limit to max usable thin pool space 172629 1726888973.04303: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888973.04307: getting variables 172629 1726888973.04309: in VariableManager get_vars() 172629 1726888973.04349: Calling all_inventory to load vars for managed_node1 172629 1726888973.04353: Calling groups_inventory to load vars for managed_node1 172629 1726888973.04660: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888973.04673: Calling all_plugins_play to load vars for managed_node1 172629 1726888973.04677: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888973.04681: Calling groups_plugins_play to load vars for managed_node1 172629 1726888973.05272: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010f7 172629 1726888973.05277: WORKER PROCESS EXITING 172629 1726888973.07189: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888973.08720: done with get_vars() 172629 1726888973.08737: done getting variables 172629 1726888973.08799: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Friday 20 September 2024 23:22:53 -0400 (0:00:00.084) 0:01:13.368 ****** 172629 1726888973.08829: entering _queue_task() for managed_node1/set_fact 172629 1726888973.09890: worker is 1 (out of 1 available) 172629 1726888973.09903: exiting _queue_task() for managed_node1/set_fact 172629 1726888973.09915: done queuing things up, now waiting for results queue to drain 172629 1726888973.09916: waiting for pending results... 172629 1726888973.10471: running TaskExecutor() for managed_node1/TASK: Apply lower size limit to max usable thin pool space 172629 1726888973.10873: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010f8 172629 1726888973.11161: variable 'ansible_search_path' from source: unknown 172629 1726888973.11165: calling self._execute() 172629 1726888973.11169: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.11172: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.11182: variable 'omit' from source: magic vars 172629 1726888973.11424: variable 'storage_test_volume' from source: include params 172629 1726888973.11465: Evaluated conditional (storage_test_volume.thin): False 172629 1726888973.11473: when evaluation is False, skipping this task 172629 1726888973.11480: _execute() done 172629 1726888973.11488: dumping result to json 172629 1726888973.11495: done dumping result, returning 172629 1726888973.11512: done running TaskExecutor() for managed_node1/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-d0a8-add8-0000000010f8] 172629 1726888973.11523: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010f8 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888973.11677: no more pending results, returning what we have 172629 1726888973.11681: results queue empty 172629 1726888973.11682: checking for any_errors_fatal 172629 1726888973.11693: done checking for any_errors_fatal 172629 1726888973.11694: checking for max_fail_percentage 172629 1726888973.11696: done checking for max_fail_percentage 172629 1726888973.11697: checking to see if all hosts have failed and the running result is not ok 172629 1726888973.11697: done checking to see if all hosts have failed 172629 1726888973.11698: getting the remaining hosts for this loop 172629 1726888973.11700: done getting the remaining hosts for this loop 172629 1726888973.11703: getting the next task for host managed_node1 172629 1726888973.11712: done getting next task for host managed_node1 172629 1726888973.11715: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 172629 1726888973.11721: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888973.11726: getting variables 172629 1726888973.11728: in VariableManager get_vars() 172629 1726888973.11766: Calling all_inventory to load vars for managed_node1 172629 1726888973.11769: Calling groups_inventory to load vars for managed_node1 172629 1726888973.11772: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888973.11786: Calling all_plugins_play to load vars for managed_node1 172629 1726888973.11790: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888973.11794: Calling groups_plugins_play to load vars for managed_node1 172629 1726888973.12568: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010f8 172629 1726888973.12572: WORKER PROCESS EXITING 172629 1726888973.12592: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888973.13801: done with get_vars() 172629 1726888973.13815: done getting variables TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Friday 20 September 2024 23:22:53 -0400 (0:00:00.050) 0:01:13.418 ****** 172629 1726888973.13896: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888973.14592: worker is 1 (out of 1 available) 172629 1726888973.14606: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888973.14619: done queuing things up, now waiting for results queue to drain 172629 1726888973.14621: waiting for pending results... 172629 1726888973.15034: running TaskExecutor() for managed_node1/TASK: Convert maximum usable thin pool space from int to Size 172629 1726888973.15406: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010f9 172629 1726888973.15427: variable 'ansible_search_path' from source: unknown 172629 1726888973.15506: calling self._execute() 172629 1726888973.15772: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.15785: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.15801: variable 'omit' from source: magic vars 172629 1726888973.16676: variable 'storage_test_volume' from source: include params 172629 1726888973.17060: Evaluated conditional (storage_test_volume.thin): False 172629 1726888973.17064: when evaluation is False, skipping this task 172629 1726888973.17067: _execute() done 172629 1726888973.17070: dumping result to json 172629 1726888973.17073: done dumping result, returning 172629 1726888973.17076: done running TaskExecutor() for managed_node1/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-d0a8-add8-0000000010f9] 172629 1726888973.17078: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010f9 172629 1726888973.17156: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010f9 172629 1726888973.17161: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888973.17214: no more pending results, returning what we have 172629 1726888973.17218: results queue empty 172629 1726888973.17219: checking for any_errors_fatal 172629 1726888973.17228: done checking for any_errors_fatal 172629 1726888973.17229: checking for max_fail_percentage 172629 1726888973.17230: done checking for max_fail_percentage 172629 1726888973.17231: checking to see if all hosts have failed and the running result is not ok 172629 1726888973.17232: done checking to see if all hosts have failed 172629 1726888973.17233: getting the remaining hosts for this loop 172629 1726888973.17235: done getting the remaining hosts for this loop 172629 1726888973.17239: getting the next task for host managed_node1 172629 1726888973.17247: done getting next task for host managed_node1 172629 1726888973.17250: ^ task is: TASK: Show max thin pool size 172629 1726888973.17261: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888973.17264: getting variables 172629 1726888973.17265: in VariableManager get_vars() 172629 1726888973.17300: Calling all_inventory to load vars for managed_node1 172629 1726888973.17303: Calling groups_inventory to load vars for managed_node1 172629 1726888973.17306: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888973.17319: Calling all_plugins_play to load vars for managed_node1 172629 1726888973.17322: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888973.17325: Calling groups_plugins_play to load vars for managed_node1 172629 1726888973.18013: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888973.18615: done with get_vars() 172629 1726888973.18630: done getting variables 172629 1726888973.18692: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Friday 20 September 2024 23:22:53 -0400 (0:00:00.048) 0:01:13.467 ****** 172629 1726888973.18722: entering _queue_task() for managed_node1/debug 172629 1726888973.18996: worker is 1 (out of 1 available) 172629 1726888973.19009: exiting _queue_task() for managed_node1/debug 172629 1726888973.19022: done queuing things up, now waiting for results queue to drain 172629 1726888973.19023: waiting for pending results... 172629 1726888973.19311: running TaskExecutor() for managed_node1/TASK: Show max thin pool size 172629 1726888973.19443: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010fa 172629 1726888973.19466: variable 'ansible_search_path' from source: unknown 172629 1726888973.19510: calling self._execute() 172629 1726888973.19636: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.19650: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.19697: variable 'omit' from source: magic vars 172629 1726888973.20031: variable 'storage_test_volume' from source: include params 172629 1726888973.20073: Evaluated conditional (storage_test_volume.thin): False 172629 1726888973.20080: when evaluation is False, skipping this task 172629 1726888973.20087: _execute() done 172629 1726888973.20093: dumping result to json 172629 1726888973.20100: done dumping result, returning 172629 1726888973.20132: done running TaskExecutor() for managed_node1/TASK: Show max thin pool size [0affc8a3-6f6f-d0a8-add8-0000000010fa] 172629 1726888973.20135: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010fa skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726888973.20399: no more pending results, returning what we have 172629 1726888973.20403: results queue empty 172629 1726888973.20404: checking for any_errors_fatal 172629 1726888973.20413: done checking for any_errors_fatal 172629 1726888973.20413: checking for max_fail_percentage 172629 1726888973.20415: done checking for max_fail_percentage 172629 1726888973.20416: checking to see if all hosts have failed and the running result is not ok 172629 1726888973.20417: done checking to see if all hosts have failed 172629 1726888973.20417: getting the remaining hosts for this loop 172629 1726888973.20419: done getting the remaining hosts for this loop 172629 1726888973.20422: getting the next task for host managed_node1 172629 1726888973.20429: done getting next task for host managed_node1 172629 1726888973.20432: ^ task is: TASK: Show volume thin pool size 172629 1726888973.20437: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888973.20441: getting variables 172629 1726888973.20443: in VariableManager get_vars() 172629 1726888973.20480: Calling all_inventory to load vars for managed_node1 172629 1726888973.20483: Calling groups_inventory to load vars for managed_node1 172629 1726888973.20487: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888973.20498: Calling all_plugins_play to load vars for managed_node1 172629 1726888973.20502: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888973.20505: Calling groups_plugins_play to load vars for managed_node1 172629 1726888973.21069: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010fa 172629 1726888973.21073: WORKER PROCESS EXITING 172629 1726888973.21174: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888973.21803: done with get_vars() 172629 1726888973.21819: done getting variables 172629 1726888973.21879: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Friday 20 September 2024 23:22:53 -0400 (0:00:00.031) 0:01:13.499 ****** 172629 1726888973.21910: entering _queue_task() for managed_node1/debug 172629 1726888973.22160: worker is 1 (out of 1 available) 172629 1726888973.22173: exiting _queue_task() for managed_node1/debug 172629 1726888973.22187: done queuing things up, now waiting for results queue to drain 172629 1726888973.22188: waiting for pending results... 172629 1726888973.22479: running TaskExecutor() for managed_node1/TASK: Show volume thin pool size 172629 1726888973.22626: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010fb 172629 1726888973.22646: variable 'ansible_search_path' from source: unknown 172629 1726888973.22689: calling self._execute() 172629 1726888973.22810: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.22824: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.22836: variable 'omit' from source: magic vars 172629 1726888973.23213: variable 'storage_test_volume' from source: include params 172629 1726888973.23258: Evaluated conditional (storage_test_volume.thin): False 172629 1726888973.23267: when evaluation is False, skipping this task 172629 1726888973.23274: _execute() done 172629 1726888973.23281: dumping result to json 172629 1726888973.23287: done dumping result, returning 172629 1726888973.23296: done running TaskExecutor() for managed_node1/TASK: Show volume thin pool size [0affc8a3-6f6f-d0a8-add8-0000000010fb] 172629 1726888973.23306: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010fb 172629 1726888973.23604: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010fb 172629 1726888973.23608: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726888973.23642: no more pending results, returning what we have 172629 1726888973.23645: results queue empty 172629 1726888973.23646: checking for any_errors_fatal 172629 1726888973.23651: done checking for any_errors_fatal 172629 1726888973.23652: checking for max_fail_percentage 172629 1726888973.23657: done checking for max_fail_percentage 172629 1726888973.23658: checking to see if all hosts have failed and the running result is not ok 172629 1726888973.23659: done checking to see if all hosts have failed 172629 1726888973.23660: getting the remaining hosts for this loop 172629 1726888973.23661: done getting the remaining hosts for this loop 172629 1726888973.23664: getting the next task for host managed_node1 172629 1726888973.23671: done getting next task for host managed_node1 172629 1726888973.23674: ^ task is: TASK: Show test volume size 172629 1726888973.23679: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888973.23682: getting variables 172629 1726888973.23683: in VariableManager get_vars() 172629 1726888973.23709: Calling all_inventory to load vars for managed_node1 172629 1726888973.23712: Calling groups_inventory to load vars for managed_node1 172629 1726888973.23714: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888973.23723: Calling all_plugins_play to load vars for managed_node1 172629 1726888973.23726: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888973.23729: Calling groups_plugins_play to load vars for managed_node1 172629 1726888973.24650: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888973.25847: done with get_vars() 172629 1726888973.26068: done getting variables 172629 1726888973.26129: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test volume size] *************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Friday 20 September 2024 23:22:53 -0400 (0:00:00.042) 0:01:13.541 ****** 172629 1726888973.26168: entering _queue_task() for managed_node1/debug 172629 1726888973.26896: worker is 1 (out of 1 available) 172629 1726888973.26908: exiting _queue_task() for managed_node1/debug 172629 1726888973.26921: done queuing things up, now waiting for results queue to drain 172629 1726888973.26922: waiting for pending results... 172629 1726888973.27172: running TaskExecutor() for managed_node1/TASK: Show test volume size 172629 1726888973.27493: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010fc 172629 1726888973.27589: variable 'ansible_search_path' from source: unknown 172629 1726888973.27599: calling self._execute() 172629 1726888973.28279: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.28284: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.28349: variable 'omit' from source: magic vars 172629 1726888973.29261: variable 'storage_test_volume' from source: include params 172629 1726888973.29460: Evaluated conditional (storage_test_volume.thin): False 172629 1726888973.29464: when evaluation is False, skipping this task 172629 1726888973.29466: _execute() done 172629 1726888973.29469: dumping result to json 172629 1726888973.29471: done dumping result, returning 172629 1726888973.29473: done running TaskExecutor() for managed_node1/TASK: Show test volume size [0affc8a3-6f6f-d0a8-add8-0000000010fc] 172629 1726888973.29475: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010fc 172629 1726888973.29544: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010fc 172629 1726888973.29547: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726888973.29600: no more pending results, returning what we have 172629 1726888973.29604: results queue empty 172629 1726888973.29605: checking for any_errors_fatal 172629 1726888973.29613: done checking for any_errors_fatal 172629 1726888973.29614: checking for max_fail_percentage 172629 1726888973.29615: done checking for max_fail_percentage 172629 1726888973.29616: checking to see if all hosts have failed and the running result is not ok 172629 1726888973.29617: done checking to see if all hosts have failed 172629 1726888973.29618: getting the remaining hosts for this loop 172629 1726888973.29620: done getting the remaining hosts for this loop 172629 1726888973.29624: getting the next task for host managed_node1 172629 1726888973.29633: done getting next task for host managed_node1 172629 1726888973.29636: ^ task is: TASK: Establish base value for expected thin pool size 172629 1726888973.29641: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888973.29645: getting variables 172629 1726888973.29647: in VariableManager get_vars() 172629 1726888973.29688: Calling all_inventory to load vars for managed_node1 172629 1726888973.29692: Calling groups_inventory to load vars for managed_node1 172629 1726888973.29695: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888973.29709: Calling all_plugins_play to load vars for managed_node1 172629 1726888973.29712: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888973.29716: Calling groups_plugins_play to load vars for managed_node1 172629 1726888973.30975: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888973.32217: done with get_vars() 172629 1726888973.32235: done getting variables 172629 1726888973.32502: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Friday 20 September 2024 23:22:53 -0400 (0:00:00.063) 0:01:13.605 ****** 172629 1726888973.32536: entering _queue_task() for managed_node1/set_fact 172629 1726888973.33205: worker is 1 (out of 1 available) 172629 1726888973.33219: exiting _queue_task() for managed_node1/set_fact 172629 1726888973.33232: done queuing things up, now waiting for results queue to drain 172629 1726888973.33233: waiting for pending results... 172629 1726888973.33716: running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool size 172629 1726888973.34172: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010fd 172629 1726888973.34177: variable 'ansible_search_path' from source: unknown 172629 1726888973.34185: calling self._execute() 172629 1726888973.34606: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.34610: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.34613: variable 'omit' from source: magic vars 172629 1726888973.35241: variable 'storage_test_volume' from source: include params 172629 1726888973.35406: Evaluated conditional (storage_test_volume.thin): False 172629 1726888973.35414: when evaluation is False, skipping this task 172629 1726888973.35423: _execute() done 172629 1726888973.35426: dumping result to json 172629 1726888973.35431: done dumping result, returning 172629 1726888973.35439: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-d0a8-add8-0000000010fd] 172629 1726888973.35444: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010fd 172629 1726888973.35767: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010fd 172629 1726888973.35772: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888973.35822: no more pending results, returning what we have 172629 1726888973.35826: results queue empty 172629 1726888973.35827: checking for any_errors_fatal 172629 1726888973.35838: done checking for any_errors_fatal 172629 1726888973.35838: checking for max_fail_percentage 172629 1726888973.35840: done checking for max_fail_percentage 172629 1726888973.35841: checking to see if all hosts have failed and the running result is not ok 172629 1726888973.35841: done checking to see if all hosts have failed 172629 1726888973.35842: getting the remaining hosts for this loop 172629 1726888973.35844: done getting the remaining hosts for this loop 172629 1726888973.35847: getting the next task for host managed_node1 172629 1726888973.35858: done getting next task for host managed_node1 172629 1726888973.35861: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 172629 1726888973.35866: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888973.35871: getting variables 172629 1726888973.35872: in VariableManager get_vars() 172629 1726888973.35908: Calling all_inventory to load vars for managed_node1 172629 1726888973.35911: Calling groups_inventory to load vars for managed_node1 172629 1726888973.35915: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888973.35928: Calling all_plugins_play to load vars for managed_node1 172629 1726888973.35932: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888973.35935: Calling groups_plugins_play to load vars for managed_node1 172629 1726888973.37893: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888973.39121: done with get_vars() 172629 1726888973.39137: done getting variables 172629 1726888973.39199: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Friday 20 September 2024 23:22:53 -0400 (0:00:00.066) 0:01:13.672 ****** 172629 1726888973.39230: entering _queue_task() for managed_node1/set_fact 172629 1726888973.39967: worker is 1 (out of 1 available) 172629 1726888973.39980: exiting _queue_task() for managed_node1/set_fact 172629 1726888973.39992: done queuing things up, now waiting for results queue to drain 172629 1726888973.39994: waiting for pending results... 172629 1726888973.40774: running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value 172629 1726888973.40779: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010fe 172629 1726888973.40783: variable 'ansible_search_path' from source: unknown 172629 1726888973.41162: calling self._execute() 172629 1726888973.41166: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.41169: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.41173: variable 'omit' from source: magic vars 172629 1726888973.41857: variable 'storage_test_volume' from source: include params 172629 1726888973.41895: Evaluated conditional (storage_test_volume.thin): False 172629 1726888973.41901: when evaluation is False, skipping this task 172629 1726888973.42007: _execute() done 172629 1726888973.42015: dumping result to json 172629 1726888973.42023: done dumping result, returning 172629 1726888973.42035: done running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-d0a8-add8-0000000010fe] 172629 1726888973.42045: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010fe 172629 1726888973.42177: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010fe 172629 1726888973.42184: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888973.42337: no more pending results, returning what we have 172629 1726888973.42340: results queue empty 172629 1726888973.42341: checking for any_errors_fatal 172629 1726888973.42352: done checking for any_errors_fatal 172629 1726888973.42352: checking for max_fail_percentage 172629 1726888973.42358: done checking for max_fail_percentage 172629 1726888973.42359: checking to see if all hosts have failed and the running result is not ok 172629 1726888973.42360: done checking to see if all hosts have failed 172629 1726888973.42360: getting the remaining hosts for this loop 172629 1726888973.42362: done getting the remaining hosts for this loop 172629 1726888973.42366: getting the next task for host managed_node1 172629 1726888973.42375: done getting next task for host managed_node1 172629 1726888973.42379: ^ task is: TASK: Establish base value for expected thin pool volume size 172629 1726888973.42386: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888973.42391: getting variables 172629 1726888973.42393: in VariableManager get_vars() 172629 1726888973.42434: Calling all_inventory to load vars for managed_node1 172629 1726888973.42438: Calling groups_inventory to load vars for managed_node1 172629 1726888973.42442: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888973.42459: Calling all_plugins_play to load vars for managed_node1 172629 1726888973.42463: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888973.42466: Calling groups_plugins_play to load vars for managed_node1 172629 1726888973.43589: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888973.45023: done with get_vars() 172629 1726888973.45038: done getting variables 172629 1726888973.45503: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Friday 20 September 2024 23:22:53 -0400 (0:00:00.063) 0:01:13.735 ****** 172629 1726888973.45535: entering _queue_task() for managed_node1/set_fact 172629 1726888973.46152: worker is 1 (out of 1 available) 172629 1726888973.46462: exiting _queue_task() for managed_node1/set_fact 172629 1726888973.46473: done queuing things up, now waiting for results queue to drain 172629 1726888973.46474: waiting for pending results... 172629 1726888973.46873: running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool volume size 172629 1726888973.47261: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000010ff 172629 1726888973.47265: variable 'ansible_search_path' from source: unknown 172629 1726888973.47268: calling self._execute() 172629 1726888973.47270: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.47273: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.47277: variable 'omit' from source: magic vars 172629 1726888973.47984: variable 'storage_test_volume' from source: include params 172629 1726888973.48197: Evaluated conditional (storage_test_volume.thin): False 172629 1726888973.48205: when evaluation is False, skipping this task 172629 1726888973.48211: _execute() done 172629 1726888973.48220: dumping result to json 172629 1726888973.48227: done dumping result, returning 172629 1726888973.48236: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-d0a8-add8-0000000010ff] 172629 1726888973.48246: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ff skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888973.48395: no more pending results, returning what we have 172629 1726888973.48398: results queue empty 172629 1726888973.48399: checking for any_errors_fatal 172629 1726888973.48406: done checking for any_errors_fatal 172629 1726888973.48407: checking for max_fail_percentage 172629 1726888973.48408: done checking for max_fail_percentage 172629 1726888973.48409: checking to see if all hosts have failed and the running result is not ok 172629 1726888973.48410: done checking to see if all hosts have failed 172629 1726888973.48410: getting the remaining hosts for this loop 172629 1726888973.48412: done getting the remaining hosts for this loop 172629 1726888973.48415: getting the next task for host managed_node1 172629 1726888973.48423: done getting next task for host managed_node1 172629 1726888973.48425: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 172629 1726888973.48432: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888973.48435: getting variables 172629 1726888973.48437: in VariableManager get_vars() 172629 1726888973.48474: Calling all_inventory to load vars for managed_node1 172629 1726888973.48477: Calling groups_inventory to load vars for managed_node1 172629 1726888973.48481: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888973.48495: Calling all_plugins_play to load vars for managed_node1 172629 1726888973.48498: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888973.48502: Calling groups_plugins_play to load vars for managed_node1 172629 1726888973.49169: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000010ff 172629 1726888973.49172: WORKER PROCESS EXITING 172629 1726888973.49770: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888973.50985: done with get_vars() 172629 1726888973.51001: done getting variables 172629 1726888973.51269: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Friday 20 September 2024 23:22:53 -0400 (0:00:00.057) 0:01:13.792 ****** 172629 1726888973.51302: entering _queue_task() for managed_node1/set_fact 172629 1726888973.51790: worker is 1 (out of 1 available) 172629 1726888973.51805: exiting _queue_task() for managed_node1/set_fact 172629 1726888973.51818: done queuing things up, now waiting for results queue to drain 172629 1726888973.51820: waiting for pending results... 172629 1726888973.52218: running TaskExecutor() for managed_node1/TASK: Calculate the expected thin pool volume size based on percentage value 172629 1726888973.52394: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001100 172629 1726888973.52417: variable 'ansible_search_path' from source: unknown 172629 1726888973.52461: calling self._execute() 172629 1726888973.52591: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.52611: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.52627: variable 'omit' from source: magic vars 172629 1726888973.53028: variable 'storage_test_volume' from source: include params 172629 1726888973.53079: Evaluated conditional (storage_test_volume.thin): False 172629 1726888973.53087: when evaluation is False, skipping this task 172629 1726888973.53094: _execute() done 172629 1726888973.53102: dumping result to json 172629 1726888973.53109: done dumping result, returning 172629 1726888973.53120: done running TaskExecutor() for managed_node1/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-d0a8-add8-000000001100] 172629 1726888973.53132: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001100 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888973.53308: no more pending results, returning what we have 172629 1726888973.53312: results queue empty 172629 1726888973.53313: checking for any_errors_fatal 172629 1726888973.53321: done checking for any_errors_fatal 172629 1726888973.53321: checking for max_fail_percentage 172629 1726888973.53323: done checking for max_fail_percentage 172629 1726888973.53324: checking to see if all hosts have failed and the running result is not ok 172629 1726888973.53325: done checking to see if all hosts have failed 172629 1726888973.53326: getting the remaining hosts for this loop 172629 1726888973.53328: done getting the remaining hosts for this loop 172629 1726888973.53331: getting the next task for host managed_node1 172629 1726888973.53341: done getting next task for host managed_node1 172629 1726888973.53344: ^ task is: TASK: Replace expected volume size with calculated value 172629 1726888973.53351: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888973.53372: getting variables 172629 1726888973.53374: in VariableManager get_vars() 172629 1726888973.53412: Calling all_inventory to load vars for managed_node1 172629 1726888973.53415: Calling groups_inventory to load vars for managed_node1 172629 1726888973.53419: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888973.53433: Calling all_plugins_play to load vars for managed_node1 172629 1726888973.53437: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888973.53441: Calling groups_plugins_play to load vars for managed_node1 172629 1726888973.54071: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001100 172629 1726888973.54075: WORKER PROCESS EXITING 172629 1726888973.54312: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888973.54968: done with get_vars() 172629 1726888973.54989: done getting variables 172629 1726888973.55048: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Friday 20 September 2024 23:22:53 -0400 (0:00:00.037) 0:01:13.830 ****** 172629 1726888973.55087: entering _queue_task() for managed_node1/set_fact 172629 1726888973.55420: worker is 1 (out of 1 available) 172629 1726888973.55431: exiting _queue_task() for managed_node1/set_fact 172629 1726888973.55443: done queuing things up, now waiting for results queue to drain 172629 1726888973.55444: waiting for pending results... 172629 1726888973.55694: running TaskExecutor() for managed_node1/TASK: Replace expected volume size with calculated value 172629 1726888973.55826: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001101 172629 1726888973.55862: variable 'ansible_search_path' from source: unknown 172629 1726888973.55901: calling self._execute() 172629 1726888973.56029: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.56042: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.56062: variable 'omit' from source: magic vars 172629 1726888973.56451: variable 'storage_test_volume' from source: include params 172629 1726888973.56500: Evaluated conditional (storage_test_volume.thin): False 172629 1726888973.56512: when evaluation is False, skipping this task 172629 1726888973.56519: _execute() done 172629 1726888973.56561: dumping result to json 172629 1726888973.56564: done dumping result, returning 172629 1726888973.56566: done running TaskExecutor() for managed_node1/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-d0a8-add8-000000001101] 172629 1726888973.56569: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001101 172629 1726888973.56804: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001101 172629 1726888973.56807: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888973.56849: no more pending results, returning what we have 172629 1726888973.56857: results queue empty 172629 1726888973.56858: checking for any_errors_fatal 172629 1726888973.56867: done checking for any_errors_fatal 172629 1726888973.56868: checking for max_fail_percentage 172629 1726888973.56870: done checking for max_fail_percentage 172629 1726888973.56871: checking to see if all hosts have failed and the running result is not ok 172629 1726888973.56872: done checking to see if all hosts have failed 172629 1726888973.56873: getting the remaining hosts for this loop 172629 1726888973.56874: done getting the remaining hosts for this loop 172629 1726888973.56878: getting the next task for host managed_node1 172629 1726888973.56889: done getting next task for host managed_node1 172629 1726888973.56892: ^ task is: TASK: Show actual size 172629 1726888973.56897: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888973.56901: getting variables 172629 1726888973.56902: in VariableManager get_vars() 172629 1726888973.56934: Calling all_inventory to load vars for managed_node1 172629 1726888973.56937: Calling groups_inventory to load vars for managed_node1 172629 1726888973.56940: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888973.56952: Calling all_plugins_play to load vars for managed_node1 172629 1726888973.56959: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888973.56963: Calling groups_plugins_play to load vars for managed_node1 172629 1726888973.58049: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888973.59398: done with get_vars() 172629 1726888973.59413: done getting variables 172629 1726888973.59472: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show actual size] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Friday 20 September 2024 23:22:53 -0400 (0:00:00.044) 0:01:13.874 ****** 172629 1726888973.59501: entering _queue_task() for managed_node1/debug 172629 1726888973.60199: worker is 1 (out of 1 available) 172629 1726888973.60214: exiting _queue_task() for managed_node1/debug 172629 1726888973.60228: done queuing things up, now waiting for results queue to drain 172629 1726888973.60229: waiting for pending results... 172629 1726888973.60799: running TaskExecutor() for managed_node1/TASK: Show actual size 172629 1726888973.60832: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001103 172629 1726888973.60848: variable 'ansible_search_path' from source: unknown 172629 1726888973.61094: calling self._execute() 172629 1726888973.61336: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.61343: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.61353: variable 'omit' from source: magic vars 172629 1726888973.61607: variable 'omit' from source: magic vars 172629 1726888973.61961: variable 'omit' from source: magic vars 172629 1726888973.61964: variable 'omit' from source: magic vars 172629 1726888973.61971: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888973.62010: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888973.62032: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888973.62096: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888973.62107: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888973.62136: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888973.62140: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.62142: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.62362: Set connection var ansible_timeout to 10 172629 1726888973.62463: Set connection var ansible_shell_type to sh 172629 1726888973.62472: Set connection var ansible_pipelining to False 172629 1726888973.62482: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888973.62488: Set connection var ansible_shell_executable to /bin/sh 172629 1726888973.62491: Set connection var ansible_connection to ssh 172629 1726888973.62513: variable 'ansible_shell_executable' from source: unknown 172629 1726888973.62516: variable 'ansible_connection' from source: unknown 172629 1726888973.62519: variable 'ansible_module_compression' from source: unknown 172629 1726888973.62523: variable 'ansible_shell_type' from source: unknown 172629 1726888973.62525: variable 'ansible_shell_executable' from source: unknown 172629 1726888973.62528: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.62533: variable 'ansible_pipelining' from source: unknown 172629 1726888973.62535: variable 'ansible_timeout' from source: unknown 172629 1726888973.62539: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.62802: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888973.62928: variable 'omit' from source: magic vars 172629 1726888973.62931: starting attempt loop 172629 1726888973.62934: running the handler 172629 1726888973.63058: variable 'storage_test_actual_size' from source: set_fact 172629 1726888973.63347: variable 'storage_test_actual_size' from source: set_fact 172629 1726888973.63530: handler run complete 172629 1726888973.63560: attempt loop complete, returning result 172629 1726888973.63662: _execute() done 172629 1726888973.63665: dumping result to json 172629 1726888973.63674: done dumping result, returning 172629 1726888973.63681: done running TaskExecutor() for managed_node1/TASK: Show actual size [0affc8a3-6f6f-d0a8-add8-000000001103] 172629 1726888973.63686: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001103 172629 1726888973.63784: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001103 172629 1726888973.63787: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } 172629 1726888973.63872: no more pending results, returning what we have 172629 1726888973.63875: results queue empty 172629 1726888973.63876: checking for any_errors_fatal 172629 1726888973.63884: done checking for any_errors_fatal 172629 1726888973.63885: checking for max_fail_percentage 172629 1726888973.63888: done checking for max_fail_percentage 172629 1726888973.63889: checking to see if all hosts have failed and the running result is not ok 172629 1726888973.63890: done checking to see if all hosts have failed 172629 1726888973.63890: getting the remaining hosts for this loop 172629 1726888973.63892: done getting the remaining hosts for this loop 172629 1726888973.63900: getting the next task for host managed_node1 172629 1726888973.63909: done getting next task for host managed_node1 172629 1726888973.63913: ^ task is: TASK: Show expected size 172629 1726888973.63918: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888973.63922: getting variables 172629 1726888973.63924: in VariableManager get_vars() 172629 1726888973.63964: Calling all_inventory to load vars for managed_node1 172629 1726888973.63967: Calling groups_inventory to load vars for managed_node1 172629 1726888973.63970: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888973.63980: Calling all_plugins_play to load vars for managed_node1 172629 1726888973.63983: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888973.63986: Calling groups_plugins_play to load vars for managed_node1 172629 1726888973.65137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888973.66468: done with get_vars() 172629 1726888973.66485: done getting variables 172629 1726888973.66543: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show expected size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Friday 20 September 2024 23:22:53 -0400 (0:00:00.071) 0:01:13.946 ****** 172629 1726888973.66694: entering _queue_task() for managed_node1/debug 172629 1726888973.67466: worker is 1 (out of 1 available) 172629 1726888973.67479: exiting _queue_task() for managed_node1/debug 172629 1726888973.67491: done queuing things up, now waiting for results queue to drain 172629 1726888973.67493: waiting for pending results... 172629 1726888973.68076: running TaskExecutor() for managed_node1/TASK: Show expected size 172629 1726888973.68081: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001104 172629 1726888973.68328: variable 'ansible_search_path' from source: unknown 172629 1726888973.68363: calling self._execute() 172629 1726888973.68665: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.68672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.68683: variable 'omit' from source: magic vars 172629 1726888973.69049: variable 'omit' from source: magic vars 172629 1726888973.69112: variable 'omit' from source: magic vars 172629 1726888973.69677: variable 'omit' from source: magic vars 172629 1726888973.69722: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888973.69762: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888973.69803: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888973.69807: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888973.69809: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888973.69838: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888973.69841: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.69912: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.70241: Set connection var ansible_timeout to 10 172629 1726888973.70247: Set connection var ansible_shell_type to sh 172629 1726888973.70259: Set connection var ansible_pipelining to False 172629 1726888973.70262: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888973.70267: Set connection var ansible_shell_executable to /bin/sh 172629 1726888973.70270: Set connection var ansible_connection to ssh 172629 1726888973.70291: variable 'ansible_shell_executable' from source: unknown 172629 1726888973.70294: variable 'ansible_connection' from source: unknown 172629 1726888973.70297: variable 'ansible_module_compression' from source: unknown 172629 1726888973.70299: variable 'ansible_shell_type' from source: unknown 172629 1726888973.70301: variable 'ansible_shell_executable' from source: unknown 172629 1726888973.70304: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.70309: variable 'ansible_pipelining' from source: unknown 172629 1726888973.70311: variable 'ansible_timeout' from source: unknown 172629 1726888973.70347: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.70658: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888973.70669: variable 'omit' from source: magic vars 172629 1726888973.70672: starting attempt loop 172629 1726888973.70675: running the handler 172629 1726888973.71106: handler run complete 172629 1726888973.71132: attempt loop complete, returning result 172629 1726888973.71135: _execute() done 172629 1726888973.71138: dumping result to json 172629 1726888973.71141: done dumping result, returning 172629 1726888973.71361: done running TaskExecutor() for managed_node1/TASK: Show expected size [0affc8a3-6f6f-d0a8-add8-000000001104] 172629 1726888973.71364: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001104 172629 1726888973.71439: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001104 172629 1726888973.71442: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } 172629 1726888973.71516: no more pending results, returning what we have 172629 1726888973.71519: results queue empty 172629 1726888973.71520: checking for any_errors_fatal 172629 1726888973.71529: done checking for any_errors_fatal 172629 1726888973.71529: checking for max_fail_percentage 172629 1726888973.71531: done checking for max_fail_percentage 172629 1726888973.71532: checking to see if all hosts have failed and the running result is not ok 172629 1726888973.71533: done checking to see if all hosts have failed 172629 1726888973.71534: getting the remaining hosts for this loop 172629 1726888973.71535: done getting the remaining hosts for this loop 172629 1726888973.71538: getting the next task for host managed_node1 172629 1726888973.71545: done getting next task for host managed_node1 172629 1726888973.71547: ^ task is: TASK: Assert expected size is actual size 172629 1726888973.71552: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888973.71559: getting variables 172629 1726888973.71561: in VariableManager get_vars() 172629 1726888973.71595: Calling all_inventory to load vars for managed_node1 172629 1726888973.71598: Calling groups_inventory to load vars for managed_node1 172629 1726888973.71602: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888973.71612: Calling all_plugins_play to load vars for managed_node1 172629 1726888973.71615: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888973.71618: Calling groups_plugins_play to load vars for managed_node1 172629 1726888973.73282: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888973.74457: done with get_vars() 172629 1726888973.74471: done getting variables 172629 1726888973.74532: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Friday 20 September 2024 23:22:53 -0400 (0:00:00.078) 0:01:14.025 ****** 172629 1726888973.74567: entering _queue_task() for managed_node1/assert 172629 1726888973.75089: worker is 1 (out of 1 available) 172629 1726888973.75100: exiting _queue_task() for managed_node1/assert 172629 1726888973.75112: done queuing things up, now waiting for results queue to drain 172629 1726888973.75113: waiting for pending results... 172629 1726888973.75236: running TaskExecutor() for managed_node1/TASK: Assert expected size is actual size 172629 1726888973.75662: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001105 172629 1726888973.75668: variable 'ansible_search_path' from source: unknown 172629 1726888973.75762: calling self._execute() 172629 1726888973.75951: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.75970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.75989: variable 'omit' from source: magic vars 172629 1726888973.76964: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888973.81677: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888973.81770: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888973.81905: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888973.81940: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888973.82020: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888973.82198: variable '_storage_test_volume_present' from source: set_fact 172629 1726888973.82281: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888973.82761: variable 'storage_test_volume' from source: include params 172629 1726888973.82764: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888973.82766: when evaluation is False, skipping this task 172629 1726888973.82768: _execute() done 172629 1726888973.82771: dumping result to json 172629 1726888973.82773: done dumping result, returning 172629 1726888973.82775: done running TaskExecutor() for managed_node1/TASK: Assert expected size is actual size [0affc8a3-6f6f-d0a8-add8-000000001105] 172629 1726888973.82777: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001105 172629 1726888973.82866: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001105 172629 1726888973.82870: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888973.82921: no more pending results, returning what we have 172629 1726888973.82926: results queue empty 172629 1726888973.82927: checking for any_errors_fatal 172629 1726888973.82937: done checking for any_errors_fatal 172629 1726888973.82938: checking for max_fail_percentage 172629 1726888973.82940: done checking for max_fail_percentage 172629 1726888973.82941: checking to see if all hosts have failed and the running result is not ok 172629 1726888973.82942: done checking to see if all hosts have failed 172629 1726888973.82943: getting the remaining hosts for this loop 172629 1726888973.82945: done getting the remaining hosts for this loop 172629 1726888973.82949: getting the next task for host managed_node1 172629 1726888973.82965: done getting next task for host managed_node1 172629 1726888973.82969: ^ task is: TASK: Get information about the LV 172629 1726888973.82975: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888973.82981: getting variables 172629 1726888973.82983: in VariableManager get_vars() 172629 1726888973.83022: Calling all_inventory to load vars for managed_node1 172629 1726888973.83025: Calling groups_inventory to load vars for managed_node1 172629 1726888973.83028: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888973.83040: Calling all_plugins_play to load vars for managed_node1 172629 1726888973.83044: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888973.83048: Calling groups_plugins_play to load vars for managed_node1 172629 1726888973.84442: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888973.85665: done with get_vars() 172629 1726888973.85682: done getting variables 172629 1726888973.85738: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get information about the LV] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Friday 20 September 2024 23:22:53 -0400 (0:00:00.112) 0:01:14.137 ****** 172629 1726888973.85772: entering _queue_task() for managed_node1/command 172629 1726888973.87089: worker is 1 (out of 1 available) 172629 1726888973.87100: exiting _queue_task() for managed_node1/command 172629 1726888973.87110: done queuing things up, now waiting for results queue to drain 172629 1726888973.87111: waiting for pending results... 172629 1726888973.87372: running TaskExecutor() for managed_node1/TASK: Get information about the LV 172629 1726888973.87761: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000110c 172629 1726888973.87765: variable 'ansible_search_path' from source: unknown 172629 1726888973.87768: calling self._execute() 172629 1726888973.87770: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.87773: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.88160: variable 'omit' from source: magic vars 172629 1726888973.88787: variable 'storage_test_volume' from source: include params 172629 1726888973.88813: variable '_storage_test_volume_present' from source: set_fact 172629 1726888973.88838: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888973.88845: when evaluation is False, skipping this task 172629 1726888973.88852: _execute() done 172629 1726888973.88864: dumping result to json 172629 1726888973.89160: done dumping result, returning 172629 1726888973.89165: done running TaskExecutor() for managed_node1/TASK: Get information about the LV [0affc8a3-6f6f-d0a8-add8-00000000110c] 172629 1726888973.89167: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000110c 172629 1726888973.89236: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000110c 172629 1726888973.89239: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888973.89291: no more pending results, returning what we have 172629 1726888973.89295: results queue empty 172629 1726888973.89296: checking for any_errors_fatal 172629 1726888973.89307: done checking for any_errors_fatal 172629 1726888973.89307: checking for max_fail_percentage 172629 1726888973.89309: done checking for max_fail_percentage 172629 1726888973.89310: checking to see if all hosts have failed and the running result is not ok 172629 1726888973.89311: done checking to see if all hosts have failed 172629 1726888973.89312: getting the remaining hosts for this loop 172629 1726888973.89313: done getting the remaining hosts for this loop 172629 1726888973.89317: getting the next task for host managed_node1 172629 1726888973.89325: done getting next task for host managed_node1 172629 1726888973.89327: ^ task is: TASK: Set LV segment type 172629 1726888973.89333: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888973.89337: getting variables 172629 1726888973.89338: in VariableManager get_vars() 172629 1726888973.89378: Calling all_inventory to load vars for managed_node1 172629 1726888973.89380: Calling groups_inventory to load vars for managed_node1 172629 1726888973.89384: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888973.89396: Calling all_plugins_play to load vars for managed_node1 172629 1726888973.89398: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888973.89401: Calling groups_plugins_play to load vars for managed_node1 172629 1726888973.90528: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888973.91616: done with get_vars() 172629 1726888973.91631: done getting variables 172629 1726888973.91693: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Friday 20 September 2024 23:22:53 -0400 (0:00:00.059) 0:01:14.197 ****** 172629 1726888973.91729: entering _queue_task() for managed_node1/set_fact 172629 1726888973.92540: worker is 1 (out of 1 available) 172629 1726888973.92554: exiting _queue_task() for managed_node1/set_fact 172629 1726888973.92570: done queuing things up, now waiting for results queue to drain 172629 1726888973.92571: waiting for pending results... 172629 1726888973.93062: running TaskExecutor() for managed_node1/TASK: Set LV segment type 172629 1726888973.93332: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000110d 172629 1726888973.93425: variable 'ansible_search_path' from source: unknown 172629 1726888973.93472: calling self._execute() 172629 1726888973.93793: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888973.93807: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888973.93822: variable 'omit' from source: magic vars 172629 1726888973.94791: variable 'storage_test_volume' from source: include params 172629 1726888973.94820: variable '_storage_test_volume_present' from source: set_fact 172629 1726888973.94846: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888973.95081: when evaluation is False, skipping this task 172629 1726888973.95086: _execute() done 172629 1726888973.95089: dumping result to json 172629 1726888973.95091: done dumping result, returning 172629 1726888973.95094: done running TaskExecutor() for managed_node1/TASK: Set LV segment type [0affc8a3-6f6f-d0a8-add8-00000000110d] 172629 1726888973.95097: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000110d 172629 1726888973.95169: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000110d 172629 1726888973.95174: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888973.95225: no more pending results, returning what we have 172629 1726888973.95229: results queue empty 172629 1726888973.95230: checking for any_errors_fatal 172629 1726888973.95239: done checking for any_errors_fatal 172629 1726888973.95239: checking for max_fail_percentage 172629 1726888973.95241: done checking for max_fail_percentage 172629 1726888973.95242: checking to see if all hosts have failed and the running result is not ok 172629 1726888973.95243: done checking to see if all hosts have failed 172629 1726888973.95243: getting the remaining hosts for this loop 172629 1726888973.95246: done getting the remaining hosts for this loop 172629 1726888973.95249: getting the next task for host managed_node1 172629 1726888973.95259: done getting next task for host managed_node1 172629 1726888973.95262: ^ task is: TASK: Check segment type 172629 1726888973.95270: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888973.95274: getting variables 172629 1726888973.95275: in VariableManager get_vars() 172629 1726888973.95311: Calling all_inventory to load vars for managed_node1 172629 1726888973.95313: Calling groups_inventory to load vars for managed_node1 172629 1726888973.95318: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888973.95331: Calling all_plugins_play to load vars for managed_node1 172629 1726888973.95334: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888973.95336: Calling groups_plugins_play to load vars for managed_node1 172629 1726888973.96710: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888973.98526: done with get_vars() 172629 1726888973.98543: done getting variables 172629 1726888973.98602: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check segment type] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Friday 20 September 2024 23:22:53 -0400 (0:00:00.069) 0:01:14.266 ****** 172629 1726888973.98634: entering _queue_task() for managed_node1/assert 172629 1726888973.99327: worker is 1 (out of 1 available) 172629 1726888973.99340: exiting _queue_task() for managed_node1/assert 172629 1726888973.99354: done queuing things up, now waiting for results queue to drain 172629 1726888973.99357: waiting for pending results... 172629 1726888973.99971: running TaskExecutor() for managed_node1/TASK: Check segment type 172629 1726888973.99975: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000110e 172629 1726888973.99978: variable 'ansible_search_path' from source: unknown 172629 1726888974.00193: calling self._execute() 172629 1726888974.00562: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.00566: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.00569: variable 'omit' from source: magic vars 172629 1726888974.01148: variable 'storage_test_volume' from source: include params 172629 1726888974.01383: variable '_storage_test_volume_present' from source: set_fact 172629 1726888974.01406: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888974.01412: when evaluation is False, skipping this task 172629 1726888974.01419: _execute() done 172629 1726888974.01425: dumping result to json 172629 1726888974.01431: done dumping result, returning 172629 1726888974.01442: done running TaskExecutor() for managed_node1/TASK: Check segment type [0affc8a3-6f6f-d0a8-add8-00000000110e] 172629 1726888974.01451: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000110e skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888974.01600: no more pending results, returning what we have 172629 1726888974.01604: results queue empty 172629 1726888974.01605: checking for any_errors_fatal 172629 1726888974.01615: done checking for any_errors_fatal 172629 1726888974.01616: checking for max_fail_percentage 172629 1726888974.01618: done checking for max_fail_percentage 172629 1726888974.01619: checking to see if all hosts have failed and the running result is not ok 172629 1726888974.01620: done checking to see if all hosts have failed 172629 1726888974.01621: getting the remaining hosts for this loop 172629 1726888974.01623: done getting the remaining hosts for this loop 172629 1726888974.01627: getting the next task for host managed_node1 172629 1726888974.01637: done getting next task for host managed_node1 172629 1726888974.01639: ^ task is: TASK: Set LV cache size 172629 1726888974.01645: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888974.01650: getting variables 172629 1726888974.01651: in VariableManager get_vars() 172629 1726888974.01690: Calling all_inventory to load vars for managed_node1 172629 1726888974.01693: Calling groups_inventory to load vars for managed_node1 172629 1726888974.01696: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888974.01711: Calling all_plugins_play to load vars for managed_node1 172629 1726888974.01714: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888974.01717: Calling groups_plugins_play to load vars for managed_node1 172629 1726888974.03023: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000110e 172629 1726888974.03027: WORKER PROCESS EXITING 172629 1726888974.03040: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888974.04048: done with get_vars() 172629 1726888974.04083: done getting variables 172629 1726888974.04142: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Friday 20 September 2024 23:22:54 -0400 (0:00:00.055) 0:01:14.321 ****** 172629 1726888974.04182: entering _queue_task() for managed_node1/set_fact 172629 1726888974.04542: worker is 1 (out of 1 available) 172629 1726888974.04615: exiting _queue_task() for managed_node1/set_fact 172629 1726888974.04628: done queuing things up, now waiting for results queue to drain 172629 1726888974.04630: waiting for pending results... 172629 1726888974.04859: running TaskExecutor() for managed_node1/TASK: Set LV cache size 172629 1726888974.05008: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000110f 172629 1726888974.05031: variable 'ansible_search_path' from source: unknown 172629 1726888974.05078: calling self._execute() 172629 1726888974.05209: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.05222: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.05235: variable 'omit' from source: magic vars 172629 1726888974.05705: variable 'storage_test_volume' from source: include params 172629 1726888974.05735: variable '_storage_test_volume_present' from source: set_fact 172629 1726888974.05766: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888974.05774: when evaluation is False, skipping this task 172629 1726888974.05783: _execute() done 172629 1726888974.05796: dumping result to json 172629 1726888974.05809: done dumping result, returning 172629 1726888974.05961: done running TaskExecutor() for managed_node1/TASK: Set LV cache size [0affc8a3-6f6f-d0a8-add8-00000000110f] 172629 1726888974.05965: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000110f 172629 1726888974.06035: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000110f 172629 1726888974.06039: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888974.06093: no more pending results, returning what we have 172629 1726888974.06098: results queue empty 172629 1726888974.06099: checking for any_errors_fatal 172629 1726888974.06109: done checking for any_errors_fatal 172629 1726888974.06110: checking for max_fail_percentage 172629 1726888974.06112: done checking for max_fail_percentage 172629 1726888974.06113: checking to see if all hosts have failed and the running result is not ok 172629 1726888974.06114: done checking to see if all hosts have failed 172629 1726888974.06115: getting the remaining hosts for this loop 172629 1726888974.06117: done getting the remaining hosts for this loop 172629 1726888974.06120: getting the next task for host managed_node1 172629 1726888974.06129: done getting next task for host managed_node1 172629 1726888974.06132: ^ task is: TASK: Parse the requested cache size 172629 1726888974.06138: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888974.06143: getting variables 172629 1726888974.06145: in VariableManager get_vars() 172629 1726888974.06189: Calling all_inventory to load vars for managed_node1 172629 1726888974.06192: Calling groups_inventory to load vars for managed_node1 172629 1726888974.06196: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888974.06210: Calling all_plugins_play to load vars for managed_node1 172629 1726888974.06214: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888974.06218: Calling groups_plugins_play to load vars for managed_node1 172629 1726888974.06946: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888974.07563: done with get_vars() 172629 1726888974.07577: done getting variables TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Friday 20 September 2024 23:22:54 -0400 (0:00:00.034) 0:01:14.356 ****** 172629 1726888974.07665: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888974.08066: worker is 1 (out of 1 available) 172629 1726888974.08079: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888974.08092: done queuing things up, now waiting for results queue to drain 172629 1726888974.08093: waiting for pending results... 172629 1726888974.08375: running TaskExecutor() for managed_node1/TASK: Parse the requested cache size 172629 1726888974.08472: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001110 172629 1726888974.08476: variable 'ansible_search_path' from source: unknown 172629 1726888974.08562: calling self._execute() 172629 1726888974.08846: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.08862: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.09164: variable 'omit' from source: magic vars 172629 1726888974.09824: variable 'storage_test_volume' from source: include params 172629 1726888974.09854: variable '_storage_test_volume_present' from source: set_fact 172629 1726888974.09948: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888974.09958: when evaluation is False, skipping this task 172629 1726888974.09967: _execute() done 172629 1726888974.09974: dumping result to json 172629 1726888974.09981: done dumping result, returning 172629 1726888974.09992: done running TaskExecutor() for managed_node1/TASK: Parse the requested cache size [0affc8a3-6f6f-d0a8-add8-000000001110] 172629 1726888974.10001: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001110 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888974.10325: no more pending results, returning what we have 172629 1726888974.10330: results queue empty 172629 1726888974.10331: checking for any_errors_fatal 172629 1726888974.10342: done checking for any_errors_fatal 172629 1726888974.10343: checking for max_fail_percentage 172629 1726888974.10345: done checking for max_fail_percentage 172629 1726888974.10346: checking to see if all hosts have failed and the running result is not ok 172629 1726888974.10347: done checking to see if all hosts have failed 172629 1726888974.10348: getting the remaining hosts for this loop 172629 1726888974.10350: done getting the remaining hosts for this loop 172629 1726888974.10353: getting the next task for host managed_node1 172629 1726888974.10365: done getting next task for host managed_node1 172629 1726888974.10369: ^ task is: TASK: Set expected cache size 172629 1726888974.10375: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888974.10381: getting variables 172629 1726888974.10382: in VariableManager get_vars() 172629 1726888974.10421: Calling all_inventory to load vars for managed_node1 172629 1726888974.10423: Calling groups_inventory to load vars for managed_node1 172629 1726888974.10427: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888974.10441: Calling all_plugins_play to load vars for managed_node1 172629 1726888974.10444: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888974.10448: Calling groups_plugins_play to load vars for managed_node1 172629 1726888974.11362: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001110 172629 1726888974.11366: WORKER PROCESS EXITING 172629 1726888974.12637: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888974.13854: done with get_vars() 172629 1726888974.13873: done getting variables 172629 1726888974.13932: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set expected cache size] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Friday 20 September 2024 23:22:54 -0400 (0:00:00.062) 0:01:14.419 ****** 172629 1726888974.13967: entering _queue_task() for managed_node1/set_fact 172629 1726888974.14680: worker is 1 (out of 1 available) 172629 1726888974.14692: exiting _queue_task() for managed_node1/set_fact 172629 1726888974.14704: done queuing things up, now waiting for results queue to drain 172629 1726888974.14705: waiting for pending results... 172629 1726888974.15203: running TaskExecutor() for managed_node1/TASK: Set expected cache size 172629 1726888974.15762: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001111 172629 1726888974.15766: variable 'ansible_search_path' from source: unknown 172629 1726888974.15864: calling self._execute() 172629 1726888974.15997: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.16012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.16029: variable 'omit' from source: magic vars 172629 1726888974.17014: variable 'storage_test_volume' from source: include params 172629 1726888974.17046: variable '_storage_test_volume_present' from source: set_fact 172629 1726888974.17261: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888974.17264: when evaluation is False, skipping this task 172629 1726888974.17267: _execute() done 172629 1726888974.17269: dumping result to json 172629 1726888974.17272: done dumping result, returning 172629 1726888974.17278: done running TaskExecutor() for managed_node1/TASK: Set expected cache size [0affc8a3-6f6f-d0a8-add8-000000001111] 172629 1726888974.17280: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001111 172629 1726888974.17357: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001111 172629 1726888974.17361: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888974.17417: no more pending results, returning what we have 172629 1726888974.17420: results queue empty 172629 1726888974.17422: checking for any_errors_fatal 172629 1726888974.17436: done checking for any_errors_fatal 172629 1726888974.17437: checking for max_fail_percentage 172629 1726888974.17439: done checking for max_fail_percentage 172629 1726888974.17440: checking to see if all hosts have failed and the running result is not ok 172629 1726888974.17441: done checking to see if all hosts have failed 172629 1726888974.17441: getting the remaining hosts for this loop 172629 1726888974.17443: done getting the remaining hosts for this loop 172629 1726888974.17447: getting the next task for host managed_node1 172629 1726888974.17459: done getting next task for host managed_node1 172629 1726888974.17463: ^ task is: TASK: Check cache size 172629 1726888974.17469: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888974.17475: getting variables 172629 1726888974.17477: in VariableManager get_vars() 172629 1726888974.17515: Calling all_inventory to load vars for managed_node1 172629 1726888974.17518: Calling groups_inventory to load vars for managed_node1 172629 1726888974.17522: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888974.17535: Calling all_plugins_play to load vars for managed_node1 172629 1726888974.17538: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888974.17541: Calling groups_plugins_play to load vars for managed_node1 172629 1726888974.19150: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888974.20395: done with get_vars() 172629 1726888974.20411: done getting variables 172629 1726888974.20585: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check cache size] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Friday 20 September 2024 23:22:54 -0400 (0:00:00.066) 0:01:14.486 ****** 172629 1726888974.20616: entering _queue_task() for managed_node1/assert 172629 1726888974.21258: worker is 1 (out of 1 available) 172629 1726888974.21271: exiting _queue_task() for managed_node1/assert 172629 1726888974.21286: done queuing things up, now waiting for results queue to drain 172629 1726888974.21287: waiting for pending results... 172629 1726888974.22093: running TaskExecutor() for managed_node1/TASK: Check cache size 172629 1726888974.22145: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001112 172629 1726888974.22463: variable 'ansible_search_path' from source: unknown 172629 1726888974.22467: calling self._execute() 172629 1726888974.22471: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.22474: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.22477: variable 'omit' from source: magic vars 172629 1726888974.23536: variable 'storage_test_volume' from source: include params 172629 1726888974.23569: variable '_storage_test_volume_present' from source: set_fact 172629 1726888974.23592: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888974.23599: when evaluation is False, skipping this task 172629 1726888974.23607: _execute() done 172629 1726888974.23614: dumping result to json 172629 1726888974.23621: done dumping result, returning 172629 1726888974.23631: done running TaskExecutor() for managed_node1/TASK: Check cache size [0affc8a3-6f6f-d0a8-add8-000000001112] 172629 1726888974.23642: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001112 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888974.23809: no more pending results, returning what we have 172629 1726888974.23813: results queue empty 172629 1726888974.23814: checking for any_errors_fatal 172629 1726888974.23822: done checking for any_errors_fatal 172629 1726888974.23823: checking for max_fail_percentage 172629 1726888974.23825: done checking for max_fail_percentage 172629 1726888974.23826: checking to see if all hosts have failed and the running result is not ok 172629 1726888974.23827: done checking to see if all hosts have failed 172629 1726888974.23827: getting the remaining hosts for this loop 172629 1726888974.23829: done getting the remaining hosts for this loop 172629 1726888974.23832: getting the next task for host managed_node1 172629 1726888974.23842: done getting next task for host managed_node1 172629 1726888974.23845: ^ task is: TASK: Clean up facts 172629 1726888974.23849: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888974.23857: getting variables 172629 1726888974.23859: in VariableManager get_vars() 172629 1726888974.23894: Calling all_inventory to load vars for managed_node1 172629 1726888974.23897: Calling groups_inventory to load vars for managed_node1 172629 1726888974.23900: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888974.23914: Calling all_plugins_play to load vars for managed_node1 172629 1726888974.23917: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888974.23921: Calling groups_plugins_play to load vars for managed_node1 172629 1726888974.24443: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001112 172629 1726888974.24447: WORKER PROCESS EXITING 172629 1726888974.24603: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888974.25242: done with get_vars() 172629 1726888974.25261: done getting variables 172629 1726888974.25316: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up facts] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Friday 20 September 2024 23:22:54 -0400 (0:00:00.047) 0:01:14.533 ****** 172629 1726888974.25344: entering _queue_task() for managed_node1/set_fact 172629 1726888974.25632: worker is 1 (out of 1 available) 172629 1726888974.25644: exiting _queue_task() for managed_node1/set_fact 172629 1726888974.25861: done queuing things up, now waiting for results queue to drain 172629 1726888974.25863: waiting for pending results... 172629 1726888974.25965: running TaskExecutor() for managed_node1/TASK: Clean up facts 172629 1726888974.26095: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001065 172629 1726888974.26163: variable 'ansible_search_path' from source: unknown 172629 1726888974.26167: calling self._execute() 172629 1726888974.26283: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.26294: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.26312: variable 'omit' from source: magic vars 172629 1726888974.26429: variable 'omit' from source: magic vars 172629 1726888974.26489: variable 'omit' from source: magic vars 172629 1726888974.26535: variable 'omit' from source: magic vars 172629 1726888974.26631: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888974.26642: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888974.26672: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888974.26695: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888974.26711: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888974.26752: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888974.26848: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.26851: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.26881: Set connection var ansible_timeout to 10 172629 1726888974.26891: Set connection var ansible_shell_type to sh 172629 1726888974.26902: Set connection var ansible_pipelining to False 172629 1726888974.26910: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888974.26919: Set connection var ansible_shell_executable to /bin/sh 172629 1726888974.26924: Set connection var ansible_connection to ssh 172629 1726888974.26952: variable 'ansible_shell_executable' from source: unknown 172629 1726888974.26967: variable 'ansible_connection' from source: unknown 172629 1726888974.26974: variable 'ansible_module_compression' from source: unknown 172629 1726888974.26980: variable 'ansible_shell_type' from source: unknown 172629 1726888974.26986: variable 'ansible_shell_executable' from source: unknown 172629 1726888974.26992: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.26999: variable 'ansible_pipelining' from source: unknown 172629 1726888974.27005: variable 'ansible_timeout' from source: unknown 172629 1726888974.27012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.27166: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888974.27187: variable 'omit' from source: magic vars 172629 1726888974.27196: starting attempt loop 172629 1726888974.27202: running the handler 172629 1726888974.27260: handler run complete 172629 1726888974.27263: attempt loop complete, returning result 172629 1726888974.27265: _execute() done 172629 1726888974.27267: dumping result to json 172629 1726888974.27269: done dumping result, returning 172629 1726888974.27271: done running TaskExecutor() for managed_node1/TASK: Clean up facts [0affc8a3-6f6f-d0a8-add8-000000001065] 172629 1726888974.27273: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001065 ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 172629 1726888974.27442: no more pending results, returning what we have 172629 1726888974.27445: results queue empty 172629 1726888974.27446: checking for any_errors_fatal 172629 1726888974.27461: done checking for any_errors_fatal 172629 1726888974.27462: checking for max_fail_percentage 172629 1726888974.27464: done checking for max_fail_percentage 172629 1726888974.27465: checking to see if all hosts have failed and the running result is not ok 172629 1726888974.27466: done checking to see if all hosts have failed 172629 1726888974.27466: getting the remaining hosts for this loop 172629 1726888974.27468: done getting the remaining hosts for this loop 172629 1726888974.27472: getting the next task for host managed_node1 172629 1726888974.27481: done getting next task for host managed_node1 172629 1726888974.27484: ^ task is: TASK: Clean up variable namespace 172629 1726888974.27487: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888974.27492: getting variables 172629 1726888974.27493: in VariableManager get_vars() 172629 1726888974.27528: Calling all_inventory to load vars for managed_node1 172629 1726888974.27531: Calling groups_inventory to load vars for managed_node1 172629 1726888974.27534: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888974.27545: Calling all_plugins_play to load vars for managed_node1 172629 1726888974.27548: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888974.27551: Calling groups_plugins_play to load vars for managed_node1 172629 1726888974.27766: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001065 172629 1726888974.27769: WORKER PROCESS EXITING 172629 1726888974.28303: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888974.28887: done with get_vars() 172629 1726888974.28902: done getting variables 172629 1726888974.28959: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Friday 20 September 2024 23:22:54 -0400 (0:00:00.036) 0:01:14.569 ****** 172629 1726888974.28986: entering _queue_task() for managed_node1/set_fact 172629 1726888974.29368: worker is 1 (out of 1 available) 172629 1726888974.29381: exiting _queue_task() for managed_node1/set_fact 172629 1726888974.29393: done queuing things up, now waiting for results queue to drain 172629 1726888974.29394: waiting for pending results... 172629 1726888974.29591: running TaskExecutor() for managed_node1/TASK: Clean up variable namespace 172629 1726888974.29709: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000f3a 172629 1726888974.29735: variable 'ansible_search_path' from source: unknown 172629 1726888974.29779: calling self._execute() 172629 1726888974.29905: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.29916: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.29930: variable 'omit' from source: magic vars 172629 1726888974.30046: variable 'omit' from source: magic vars 172629 1726888974.30104: variable 'omit' from source: magic vars 172629 1726888974.30143: variable 'omit' from source: magic vars 172629 1726888974.30199: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888974.30240: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888974.30277: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888974.30298: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888974.30316: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888974.30349: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888974.30362: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.30370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.30466: Set connection var ansible_timeout to 10 172629 1726888974.30475: Set connection var ansible_shell_type to sh 172629 1726888974.30488: Set connection var ansible_pipelining to False 172629 1726888974.30496: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888974.30503: Set connection var ansible_shell_executable to /bin/sh 172629 1726888974.30508: Set connection var ansible_connection to ssh 172629 1726888974.30529: variable 'ansible_shell_executable' from source: unknown 172629 1726888974.30535: variable 'ansible_connection' from source: unknown 172629 1726888974.30540: variable 'ansible_module_compression' from source: unknown 172629 1726888974.30545: variable 'ansible_shell_type' from source: unknown 172629 1726888974.30551: variable 'ansible_shell_executable' from source: unknown 172629 1726888974.30561: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.30568: variable 'ansible_pipelining' from source: unknown 172629 1726888974.30574: variable 'ansible_timeout' from source: unknown 172629 1726888974.30580: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.30725: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888974.30740: variable 'omit' from source: magic vars 172629 1726888974.30749: starting attempt loop 172629 1726888974.31163: running the handler 172629 1726888974.31166: handler run complete 172629 1726888974.31168: attempt loop complete, returning result 172629 1726888974.31170: _execute() done 172629 1726888974.31171: dumping result to json 172629 1726888974.31173: done dumping result, returning 172629 1726888974.31175: done running TaskExecutor() for managed_node1/TASK: Clean up variable namespace [0affc8a3-6f6f-d0a8-add8-000000000f3a] 172629 1726888974.31176: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000f3a 172629 1726888974.31239: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000f3a 172629 1726888974.31242: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } 172629 1726888974.31319: no more pending results, returning what we have 172629 1726888974.31322: results queue empty 172629 1726888974.31323: checking for any_errors_fatal 172629 1726888974.31333: done checking for any_errors_fatal 172629 1726888974.31334: checking for max_fail_percentage 172629 1726888974.31335: done checking for max_fail_percentage 172629 1726888974.31336: checking to see if all hosts have failed and the running result is not ok 172629 1726888974.31337: done checking to see if all hosts have failed 172629 1726888974.31338: getting the remaining hosts for this loop 172629 1726888974.31339: done getting the remaining hosts for this loop 172629 1726888974.31342: getting the next task for host managed_node1 172629 1726888974.31351: done getting next task for host managed_node1 172629 1726888974.31358: ^ task is: TASK: Repeat the previous invocation to verify idempotence 172629 1726888974.31360: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888974.31364: getting variables 172629 1726888974.31365: in VariableManager get_vars() 172629 1726888974.31399: Calling all_inventory to load vars for managed_node1 172629 1726888974.31402: Calling groups_inventory to load vars for managed_node1 172629 1726888974.31404: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888974.31414: Calling all_plugins_play to load vars for managed_node1 172629 1726888974.31417: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888974.31420: Calling groups_plugins_play to load vars for managed_node1 172629 1726888974.32769: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888974.34059: done with get_vars() 172629 1726888974.34080: done getting variables TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:88 Friday 20 September 2024 23:22:54 -0400 (0:00:00.053) 0:01:14.623 ****** 172629 1726888974.34387: entering _queue_task() for managed_node1/include_role 172629 1726888974.34931: worker is 1 (out of 1 available) 172629 1726888974.34945: exiting _queue_task() for managed_node1/include_role 172629 1726888974.35162: done queuing things up, now waiting for results queue to drain 172629 1726888974.35164: waiting for pending results... 172629 1726888974.35473: running TaskExecutor() for managed_node1/TASK: Repeat the previous invocation to verify idempotence 172629 1726888974.35873: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000012 172629 1726888974.35877: variable 'ansible_search_path' from source: unknown 172629 1726888974.35880: calling self._execute() 172629 1726888974.36099: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.36203: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.36206: variable 'omit' from source: magic vars 172629 1726888974.36453: _execute() done 172629 1726888974.36465: dumping result to json 172629 1726888974.36475: done dumping result, returning 172629 1726888974.36486: done running TaskExecutor() for managed_node1/TASK: Repeat the previous invocation to verify idempotence [0affc8a3-6f6f-d0a8-add8-000000000012] 172629 1726888974.36497: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000012 172629 1726888974.37298: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000012 172629 1726888974.37302: WORKER PROCESS EXITING 172629 1726888974.37330: no more pending results, returning what we have 172629 1726888974.37335: in VariableManager get_vars() 172629 1726888974.37383: Calling all_inventory to load vars for managed_node1 172629 1726888974.37386: Calling groups_inventory to load vars for managed_node1 172629 1726888974.37390: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888974.37402: Calling all_plugins_play to load vars for managed_node1 172629 1726888974.37405: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888974.37408: Calling groups_plugins_play to load vars for managed_node1 172629 1726888974.38369: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888974.39574: done with get_vars() 172629 1726888974.39587: variable 'ansible_search_path' from source: unknown 172629 1726888974.45095: variable 'omit' from source: magic vars 172629 1726888974.45236: variable 'omit' from source: magic vars 172629 1726888974.45252: variable 'omit' from source: magic vars 172629 1726888974.45260: we have included files to process 172629 1726888974.45262: generating all_blocks data 172629 1726888974.45264: done generating all_blocks data 172629 1726888974.45269: processing included file: fedora.linux_system_roles.storage 172629 1726888974.45290: in VariableManager get_vars() 172629 1726888974.45306: done with get_vars() 172629 1726888974.45469: in VariableManager get_vars() 172629 1726888974.45484: done with get_vars() 172629 1726888974.45519: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 172629 1726888974.45673: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 172629 1726888974.45908: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 172629 1726888974.46243: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 172629 1726888974.46339: in VariableManager get_vars() 172629 1726888974.46359: done with get_vars() 172629 1726888974.46558: in VariableManager get_vars() 172629 1726888974.46577: done with get_vars() 172629 1726888974.46696: iterating over new_blocks loaded from include file 172629 1726888974.46698: in VariableManager get_vars() 172629 1726888974.46711: done with get_vars() 172629 1726888974.46713: filtering new block on tags 172629 1726888974.46731: done filtering new block on tags 172629 1726888974.46734: in VariableManager get_vars() 172629 1726888974.46747: done with get_vars() 172629 1726888974.46748: filtering new block on tags 172629 1726888974.46766: done filtering new block on tags 172629 1726888974.46768: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node1 172629 1726888974.46773: extending task lists for all hosts with included blocks 172629 1726888974.51878: done extending task lists 172629 1726888974.51879: done processing included files 172629 1726888974.51880: results queue empty 172629 1726888974.51881: checking for any_errors_fatal 172629 1726888974.51884: done checking for any_errors_fatal 172629 1726888974.51885: checking for max_fail_percentage 172629 1726888974.51886: done checking for max_fail_percentage 172629 1726888974.51887: checking to see if all hosts have failed and the running result is not ok 172629 1726888974.51888: done checking to see if all hosts have failed 172629 1726888974.51889: getting the remaining hosts for this loop 172629 1726888974.51890: done getting the remaining hosts for this loop 172629 1726888974.51892: getting the next task for host managed_node1 172629 1726888974.51896: done getting next task for host managed_node1 172629 1726888974.51899: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888974.51901: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888974.51913: getting variables 172629 1726888974.51914: in VariableManager get_vars() 172629 1726888974.51929: Calling all_inventory to load vars for managed_node1 172629 1726888974.51931: Calling groups_inventory to load vars for managed_node1 172629 1726888974.51933: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888974.51939: Calling all_plugins_play to load vars for managed_node1 172629 1726888974.51941: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888974.51944: Calling groups_plugins_play to load vars for managed_node1 172629 1726888974.53006: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888974.54209: done with get_vars() 172629 1726888974.54225: 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 23:22:54 -0400 (0:00:00.199) 0:01:14.822 ****** 172629 1726888974.54301: entering _queue_task() for managed_node1/include_tasks 172629 1726888974.55047: worker is 1 (out of 1 available) 172629 1726888974.55062: exiting _queue_task() for managed_node1/include_tasks 172629 1726888974.55076: done queuing things up, now waiting for results queue to drain 172629 1726888974.55077: waiting for pending results... 172629 1726888974.55773: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888974.55779: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000136d 172629 1726888974.56161: variable 'ansible_search_path' from source: unknown 172629 1726888974.56165: variable 'ansible_search_path' from source: unknown 172629 1726888974.56168: calling self._execute() 172629 1726888974.56172: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.56175: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.56178: variable 'omit' from source: magic vars 172629 1726888974.56438: _execute() done 172629 1726888974.56448: dumping result to json 172629 1726888974.56461: done dumping result, returning 172629 1726888974.56475: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-d0a8-add8-00000000136d] 172629 1726888974.56486: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000136d 172629 1726888974.56645: no more pending results, returning what we have 172629 1726888974.56651: in VariableManager get_vars() 172629 1726888974.56697: Calling all_inventory to load vars for managed_node1 172629 1726888974.56701: Calling groups_inventory to load vars for managed_node1 172629 1726888974.56703: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888974.56716: Calling all_plugins_play to load vars for managed_node1 172629 1726888974.56719: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888974.56723: Calling groups_plugins_play to load vars for managed_node1 172629 1726888974.57463: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000136d 172629 1726888974.57468: WORKER PROCESS EXITING 172629 1726888974.57975: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888974.59148: done with get_vars() 172629 1726888974.59164: variable 'ansible_search_path' from source: unknown 172629 1726888974.59166: variable 'ansible_search_path' from source: unknown 172629 1726888974.59205: we have included files to process 172629 1726888974.59206: generating all_blocks data 172629 1726888974.59208: done generating all_blocks data 172629 1726888974.59212: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726888974.59213: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726888974.59215: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726888974.60301: done processing included file 172629 1726888974.60303: iterating over new_blocks loaded from include file 172629 1726888974.60304: in VariableManager get_vars() 172629 1726888974.60323: done with get_vars() 172629 1726888974.60324: filtering new block on tags 172629 1726888974.60341: done filtering new block on tags 172629 1726888974.60344: in VariableManager get_vars() 172629 1726888974.60363: done with get_vars() 172629 1726888974.60365: filtering new block on tags 172629 1726888974.60384: done filtering new block on tags 172629 1726888974.60386: 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 172629 1726888974.60392: extending task lists for all hosts with included blocks 172629 1726888974.60770: done extending task lists 172629 1726888974.60772: done processing included files 172629 1726888974.60772: results queue empty 172629 1726888974.60773: checking for any_errors_fatal 172629 1726888974.60777: done checking for any_errors_fatal 172629 1726888974.60778: checking for max_fail_percentage 172629 1726888974.60779: done checking for max_fail_percentage 172629 1726888974.60780: checking to see if all hosts have failed and the running result is not ok 172629 1726888974.60780: done checking to see if all hosts have failed 172629 1726888974.60781: getting the remaining hosts for this loop 172629 1726888974.60782: done getting the remaining hosts for this loop 172629 1726888974.60784: getting the next task for host managed_node1 172629 1726888974.60788: done getting next task for host managed_node1 172629 1726888974.60790: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 172629 1726888974.60794: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888974.60805: getting variables 172629 1726888974.60806: in VariableManager get_vars() 172629 1726888974.60818: Calling all_inventory to load vars for managed_node1 172629 1726888974.60820: Calling groups_inventory to load vars for managed_node1 172629 1726888974.60822: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888974.60827: Calling all_plugins_play to load vars for managed_node1 172629 1726888974.60829: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888974.60832: Calling groups_plugins_play to load vars for managed_node1 172629 1726888974.61884: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888974.63071: done with get_vars() 172629 1726888974.63085: 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 23:22:54 -0400 (0:00:00.088) 0:01:14.911 ****** 172629 1726888974.63152: entering _queue_task() for managed_node1/setup 172629 1726888974.63879: worker is 1 (out of 1 available) 172629 1726888974.63891: exiting _queue_task() for managed_node1/setup 172629 1726888974.63904: done queuing things up, now waiting for results queue to drain 172629 1726888974.63905: waiting for pending results... 172629 1726888974.64372: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 172629 1726888974.64761: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014b3 172629 1726888974.64765: variable 'ansible_search_path' from source: unknown 172629 1726888974.64768: variable 'ansible_search_path' from source: unknown 172629 1726888974.64771: calling self._execute() 172629 1726888974.64774: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.64778: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.64780: variable 'omit' from source: magic vars 172629 1726888974.65337: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888974.69197: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888974.69429: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888974.69475: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888974.69861: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888974.69865: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888974.69869: 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) 172629 1726888974.69875: 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) 172629 1726888974.70019: 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) 172629 1726888974.70070: 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) 172629 1726888974.70089: 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) 172629 1726888974.70146: 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) 172629 1726888974.70288: 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) 172629 1726888974.70316: 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) 172629 1726888974.70361: 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) 172629 1726888974.70432: 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) 172629 1726888974.70811: variable '__storage_required_facts' from source: role '' all vars 172629 1726888974.70827: variable 'ansible_facts' from source: unknown 172629 1726888974.71285: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 172629 1726888974.71561: when evaluation is False, skipping this task 172629 1726888974.71565: _execute() done 172629 1726888974.71567: dumping result to json 172629 1726888974.71570: done dumping result, returning 172629 1726888974.71572: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-d0a8-add8-0000000014b3] 172629 1726888974.71574: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014b3 172629 1726888974.71649: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014b3 172629 1726888974.71657: 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" } 172629 1726888974.71705: no more pending results, returning what we have 172629 1726888974.71709: results queue empty 172629 1726888974.71710: checking for any_errors_fatal 172629 1726888974.71712: done checking for any_errors_fatal 172629 1726888974.71713: checking for max_fail_percentage 172629 1726888974.71959: done checking for max_fail_percentage 172629 1726888974.71961: checking to see if all hosts have failed and the running result is not ok 172629 1726888974.71962: done checking to see if all hosts have failed 172629 1726888974.71963: getting the remaining hosts for this loop 172629 1726888974.71964: done getting the remaining hosts for this loop 172629 1726888974.71968: getting the next task for host managed_node1 172629 1726888974.71975: done getting next task for host managed_node1 172629 1726888974.71979: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888974.71983: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888974.72008: getting variables 172629 1726888974.72010: in VariableManager get_vars() 172629 1726888974.72051: Calling all_inventory to load vars for managed_node1 172629 1726888974.72054: Calling groups_inventory to load vars for managed_node1 172629 1726888974.72063: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888974.72073: Calling all_plugins_play to load vars for managed_node1 172629 1726888974.72076: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888974.72080: Calling groups_plugins_play to load vars for managed_node1 172629 1726888974.72801: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888974.74132: done with get_vars() 172629 1726888974.74148: done getting variables 172629 1726888974.74329: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:54 -0400 (0:00:00.112) 0:01:15.024 ****** 172629 1726888974.74436: entering _queue_task() for managed_node1/include_vars 172629 1726888974.75183: worker is 1 (out of 1 available) 172629 1726888974.75197: exiting _queue_task() for managed_node1/include_vars 172629 1726888974.75210: done queuing things up, now waiting for results queue to drain 172629 1726888974.75211: waiting for pending results... 172629 1726888974.75972: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888974.76362: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014b4 172629 1726888974.76366: variable 'ansible_search_path' from source: unknown 172629 1726888974.76368: variable 'ansible_search_path' from source: unknown 172629 1726888974.76664: variable 'ansible_facts' from source: unknown 172629 1726888974.77484: variable 'ansible_facts' from source: unknown 172629 1726888974.78219: variable 'ansible_facts' from source: unknown 172629 1726888974.78739: variable 'ansible_facts' from source: unknown 172629 1726888974.79133: variable 'omit' from source: magic vars 172629 1726888974.79253: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.79474: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.79492: variable 'omit' from source: magic vars 172629 1726888974.79752: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888974.80443: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888974.80760: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888974.80764: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888974.80781: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888974.80868: variable '__vars_file' from source: task vars 172629 1726888974.81135: variable 'role_path' from source: magic vars 172629 1726888974.81143: variable 'item' from source: unknown 172629 1726888974.81162: Evaluated conditional (__vars_file is file): False 172629 1726888974.81170: when evaluation is False, skipping this task 172629 1726888974.81212: variable 'item' from source: unknown 172629 1726888974.81561: 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" } 172629 1726888974.81861: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.81865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.81867: variable 'omit' from source: magic vars 172629 1726888974.82263: variable '__vars_file' from source: task vars 172629 1726888974.82267: variable 'role_path' from source: magic vars 172629 1726888974.82660: variable 'item' from source: unknown 172629 1726888974.82664: Evaluated conditional (__vars_file is file): False 172629 1726888974.82666: when evaluation is False, skipping this task 172629 1726888974.82669: variable 'item' from source: unknown 172629 1726888974.82671: 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" } 172629 1726888974.82738: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.82742: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.82745: variable 'omit' from source: magic vars 172629 1726888974.82978: variable '__vars_file' from source: task vars 172629 1726888974.83066: variable 'role_path' from source: magic vars 172629 1726888974.83076: variable 'item' from source: unknown 172629 1726888974.83095: Evaluated conditional (__vars_file is file): True 172629 1726888974.83104: variable 'omit' from source: magic vars 172629 1726888974.83165: variable 'omit' from source: magic vars 172629 1726888974.83227: variable '__vars_file' from source: task vars 172629 1726888974.83295: variable '__vars_file' from source: task vars 172629 1726888974.83387: variable 'role_path' from source: magic vars 172629 1726888974.83396: variable 'item' from source: unknown 172629 1726888974.83417: variable 'omit' from source: magic vars 172629 1726888974.83451: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888974.83493: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888974.83518: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888974.83546: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888974.83569: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888974.83604: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888974.83613: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.83620: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.83728: Set connection var ansible_timeout to 10 172629 1726888974.83739: Set connection var ansible_shell_type to sh 172629 1726888974.83762: Set connection var ansible_pipelining to False 172629 1726888974.83773: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888974.83782: Set connection var ansible_shell_executable to /bin/sh 172629 1726888974.83789: Set connection var ansible_connection to ssh 172629 1726888974.83810: variable 'ansible_shell_executable' from source: unknown 172629 1726888974.83817: variable 'ansible_connection' from source: unknown 172629 1726888974.83862: variable 'ansible_module_compression' from source: unknown 172629 1726888974.83865: variable 'ansible_shell_type' from source: unknown 172629 1726888974.83867: variable 'ansible_shell_executable' from source: unknown 172629 1726888974.83869: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.83871: variable 'ansible_pipelining' from source: unknown 172629 1726888974.83872: variable 'ansible_timeout' from source: unknown 172629 1726888974.83874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.83983: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888974.84001: variable 'omit' from source: magic vars 172629 1726888974.84010: starting attempt loop 172629 1726888974.84160: running the handler 172629 1726888974.84163: handler run complete 172629 1726888974.84166: attempt loop complete, returning result 172629 1726888974.84168: variable 'item' from source: unknown 172629 1726888974.84214: 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" } 172629 1726888974.84407: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.84421: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.84434: variable 'omit' from source: magic vars 172629 1726888974.84596: variable '__vars_file' from source: task vars 172629 1726888974.84683: variable 'role_path' from source: magic vars 172629 1726888974.84693: variable 'item' from source: unknown 172629 1726888974.84720: Evaluated conditional (__vars_file is file): True 172629 1726888974.84723: variable 'omit' from source: magic vars 172629 1726888974.84829: variable 'omit' from source: magic vars 172629 1726888974.84833: variable '__vars_file' from source: task vars 172629 1726888974.84867: variable '__vars_file' from source: task vars 172629 1726888974.84950: variable 'role_path' from source: magic vars 172629 1726888974.84965: variable 'item' from source: unknown 172629 1726888974.84986: variable 'omit' from source: magic vars 172629 1726888974.85007: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888974.85020: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888974.85030: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888974.85049: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888974.85060: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.85067: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.85141: Set connection var ansible_timeout to 10 172629 1726888974.85160: Set connection var ansible_shell_type to sh 172629 1726888974.85175: Set connection var ansible_pipelining to False 172629 1726888974.85184: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888974.85192: Set connection var ansible_shell_executable to /bin/sh 172629 1726888974.85198: Set connection var ansible_connection to ssh 172629 1726888974.85220: variable 'ansible_shell_executable' from source: unknown 172629 1726888974.85228: variable 'ansible_connection' from source: unknown 172629 1726888974.85262: variable 'ansible_module_compression' from source: unknown 172629 1726888974.85265: variable 'ansible_shell_type' from source: unknown 172629 1726888974.85268: variable 'ansible_shell_executable' from source: unknown 172629 1726888974.85269: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.85271: variable 'ansible_pipelining' from source: unknown 172629 1726888974.85273: variable 'ansible_timeout' from source: unknown 172629 1726888974.85275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.85360: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888974.85461: variable 'omit' from source: magic vars 172629 1726888974.85464: starting attempt loop 172629 1726888974.85466: running the handler 172629 1726888974.85468: handler run complete 172629 1726888974.85470: attempt loop complete, returning result 172629 1726888974.85474: variable 'item' from source: unknown 172629 1726888974.85532: 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" } 172629 1726888974.85756: dumping result to json 172629 1726888974.85760: done dumping result, returning 172629 1726888974.85766: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-d0a8-add8-0000000014b4] 172629 1726888974.85769: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014b4 172629 1726888974.86004: no more pending results, returning what we have 172629 1726888974.86007: results queue empty 172629 1726888974.86008: checking for any_errors_fatal 172629 1726888974.86014: done checking for any_errors_fatal 172629 1726888974.86014: checking for max_fail_percentage 172629 1726888974.86016: done checking for max_fail_percentage 172629 1726888974.86017: checking to see if all hosts have failed and the running result is not ok 172629 1726888974.86018: done checking to see if all hosts have failed 172629 1726888974.86018: getting the remaining hosts for this loop 172629 1726888974.86020: done getting the remaining hosts for this loop 172629 1726888974.86022: getting the next task for host managed_node1 172629 1726888974.86029: done getting next task for host managed_node1 172629 1726888974.86033: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 172629 1726888974.86037: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888974.86048: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014b4 172629 1726888974.86051: WORKER PROCESS EXITING 172629 1726888974.86062: getting variables 172629 1726888974.86063: in VariableManager get_vars() 172629 1726888974.86094: Calling all_inventory to load vars for managed_node1 172629 1726888974.86096: Calling groups_inventory to load vars for managed_node1 172629 1726888974.86099: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888974.86106: Calling all_plugins_play to load vars for managed_node1 172629 1726888974.86109: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888974.86111: Calling groups_plugins_play to load vars for managed_node1 172629 1726888974.87139: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888974.88549: done with get_vars() 172629 1726888974.88674: 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 23:22:54 -0400 (0:00:00.144) 0:01:15.168 ****** 172629 1726888974.88889: entering _queue_task() for managed_node1/stat 172629 1726888974.89711: worker is 1 (out of 1 available) 172629 1726888974.89724: exiting _queue_task() for managed_node1/stat 172629 1726888974.89736: done queuing things up, now waiting for results queue to drain 172629 1726888974.89737: waiting for pending results... 172629 1726888974.90374: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree 172629 1726888974.90380: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014b6 172629 1726888974.90384: variable 'ansible_search_path' from source: unknown 172629 1726888974.90387: variable 'ansible_search_path' from source: unknown 172629 1726888974.90390: calling self._execute() 172629 1726888974.90463: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.90467: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.90470: variable 'omit' from source: magic vars 172629 1726888974.90796: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888974.91066: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888974.91109: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888974.91140: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888974.91176: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888974.91258: 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) 172629 1726888974.91290: 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) 172629 1726888974.91314: 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) 172629 1726888974.91339: 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) 172629 1726888974.91449: variable '__storage_is_ostree' from source: set_fact 172629 1726888974.91460: Evaluated conditional (not __storage_is_ostree is defined): False 172629 1726888974.91463: when evaluation is False, skipping this task 172629 1726888974.91466: _execute() done 172629 1726888974.91468: dumping result to json 172629 1726888974.91471: done dumping result, returning 172629 1726888974.91732: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-d0a8-add8-0000000014b6] 172629 1726888974.91735: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014b6 172629 1726888974.91798: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014b6 172629 1726888974.91801: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 172629 1726888974.91877: no more pending results, returning what we have 172629 1726888974.91880: results queue empty 172629 1726888974.91881: checking for any_errors_fatal 172629 1726888974.91892: done checking for any_errors_fatal 172629 1726888974.91893: checking for max_fail_percentage 172629 1726888974.91894: done checking for max_fail_percentage 172629 1726888974.91895: checking to see if all hosts have failed and the running result is not ok 172629 1726888974.91896: done checking to see if all hosts have failed 172629 1726888974.91897: getting the remaining hosts for this loop 172629 1726888974.91898: done getting the remaining hosts for this loop 172629 1726888974.91901: getting the next task for host managed_node1 172629 1726888974.91907: done getting next task for host managed_node1 172629 1726888974.91910: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 172629 1726888974.91914: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888974.91935: getting variables 172629 1726888974.91936: in VariableManager get_vars() 172629 1726888974.91972: Calling all_inventory to load vars for managed_node1 172629 1726888974.91975: Calling groups_inventory to load vars for managed_node1 172629 1726888974.91977: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888974.91985: Calling all_plugins_play to load vars for managed_node1 172629 1726888974.91988: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888974.91990: Calling groups_plugins_play to load vars for managed_node1 172629 1726888974.93140: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888974.94368: done with get_vars() 172629 1726888974.94385: done getting variables 172629 1726888974.94443: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:54 -0400 (0:00:00.057) 0:01:15.226 ****** 172629 1726888974.94684: entering _queue_task() for managed_node1/set_fact 172629 1726888974.95195: worker is 1 (out of 1 available) 172629 1726888974.95210: exiting _queue_task() for managed_node1/set_fact 172629 1726888974.95223: done queuing things up, now waiting for results queue to drain 172629 1726888974.95224: waiting for pending results... 172629 1726888974.95780: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 172629 1726888974.95995: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014b7 172629 1726888974.96008: variable 'ansible_search_path' from source: unknown 172629 1726888974.96012: variable 'ansible_search_path' from source: unknown 172629 1726888974.96467: calling self._execute() 172629 1726888974.96876: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888974.96881: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888974.97161: variable 'omit' from source: magic vars 172629 1726888974.97259: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888974.97530: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888974.97576: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888974.97610: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888974.97645: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888974.97776: 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) 172629 1726888974.97780: 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) 172629 1726888974.97782: 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) 172629 1726888974.97797: 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) 172629 1726888974.98162: variable '__storage_is_ostree' from source: set_fact 172629 1726888974.98165: Evaluated conditional (not __storage_is_ostree is defined): False 172629 1726888974.98167: when evaluation is False, skipping this task 172629 1726888974.98169: _execute() done 172629 1726888974.98171: dumping result to json 172629 1726888974.98172: done dumping result, returning 172629 1726888974.98175: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-d0a8-add8-0000000014b7] 172629 1726888974.98176: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014b7 172629 1726888974.98233: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014b7 172629 1726888974.98236: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 172629 1726888974.98304: no more pending results, returning what we have 172629 1726888974.98307: results queue empty 172629 1726888974.98309: checking for any_errors_fatal 172629 1726888974.98314: done checking for any_errors_fatal 172629 1726888974.98315: checking for max_fail_percentage 172629 1726888974.98317: done checking for max_fail_percentage 172629 1726888974.98318: checking to see if all hosts have failed and the running result is not ok 172629 1726888974.98319: done checking to see if all hosts have failed 172629 1726888974.98319: getting the remaining hosts for this loop 172629 1726888974.98321: done getting the remaining hosts for this loop 172629 1726888974.98324: getting the next task for host managed_node1 172629 1726888974.98332: done getting next task for host managed_node1 172629 1726888974.98336: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 172629 1726888974.98339: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888974.98365: getting variables 172629 1726888974.98367: in VariableManager get_vars() 172629 1726888974.98400: Calling all_inventory to load vars for managed_node1 172629 1726888974.98404: Calling groups_inventory to load vars for managed_node1 172629 1726888974.98406: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888974.98415: Calling all_plugins_play to load vars for managed_node1 172629 1726888974.98418: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888974.98421: Calling groups_plugins_play to load vars for managed_node1 172629 1726888974.99362: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888975.00593: done with get_vars() 172629 1726888975.00608: done getting variables 172629 1726888975.00867: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:55 -0400 (0:00:00.062) 0:01:15.288 ****** 172629 1726888975.00897: entering _queue_task() for managed_node1/set_fact 172629 1726888975.01385: worker is 1 (out of 1 available) 172629 1726888975.01399: exiting _queue_task() for managed_node1/set_fact 172629 1726888975.01412: done queuing things up, now waiting for results queue to drain 172629 1726888975.01413: waiting for pending results... 172629 1726888975.01997: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 172629 1726888975.02346: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000136e 172629 1726888975.02360: variable 'ansible_search_path' from source: unknown 172629 1726888975.02385: variable 'ansible_search_path' from source: unknown 172629 1726888975.02418: calling self._execute() 172629 1726888975.02524: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.02529: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.02539: variable 'omit' from source: magic vars 172629 1726888975.02904: variable 'omit' from source: magic vars 172629 1726888975.02937: variable 'omit' from source: magic vars 172629 1726888975.03047: variable 'omit' from source: magic vars 172629 1726888975.03095: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888975.03340: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888975.03344: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888975.03346: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888975.03349: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888975.03464: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888975.03559: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.03562: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.03667: Set connection var ansible_timeout to 10 172629 1726888975.03684: Set connection var ansible_shell_type to sh 172629 1726888975.03695: Set connection var ansible_pipelining to False 172629 1726888975.03703: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888975.03711: Set connection var ansible_shell_executable to /bin/sh 172629 1726888975.03717: Set connection var ansible_connection to ssh 172629 1726888975.03741: variable 'ansible_shell_executable' from source: unknown 172629 1726888975.03987: variable 'ansible_connection' from source: unknown 172629 1726888975.03990: variable 'ansible_module_compression' from source: unknown 172629 1726888975.03992: variable 'ansible_shell_type' from source: unknown 172629 1726888975.03995: variable 'ansible_shell_executable' from source: unknown 172629 1726888975.03996: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.03998: variable 'ansible_pipelining' from source: unknown 172629 1726888975.04000: variable 'ansible_timeout' from source: unknown 172629 1726888975.04002: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.04133: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888975.04190: variable 'omit' from source: magic vars 172629 1726888975.04226: starting attempt loop 172629 1726888975.04246: running the handler 172629 1726888975.04327: handler run complete 172629 1726888975.04341: attempt loop complete, returning result 172629 1726888975.04348: _execute() done 172629 1726888975.04860: dumping result to json 172629 1726888975.04864: done dumping result, returning 172629 1726888975.04866: 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-d0a8-add8-00000000136e] 172629 1726888975.04869: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000136e 172629 1726888975.04935: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000136e 172629 1726888975.04940: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 172629 1726888975.05024: no more pending results, returning what we have 172629 1726888975.05028: results queue empty 172629 1726888975.05029: checking for any_errors_fatal 172629 1726888975.05039: done checking for any_errors_fatal 172629 1726888975.05039: checking for max_fail_percentage 172629 1726888975.05041: done checking for max_fail_percentage 172629 1726888975.05042: checking to see if all hosts have failed and the running result is not ok 172629 1726888975.05042: done checking to see if all hosts have failed 172629 1726888975.05043: getting the remaining hosts for this loop 172629 1726888975.05045: done getting the remaining hosts for this loop 172629 1726888975.05047: getting the next task for host managed_node1 172629 1726888975.05057: done getting next task for host managed_node1 172629 1726888975.05061: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 172629 1726888975.05064: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888975.05078: getting variables 172629 1726888975.05080: in VariableManager get_vars() 172629 1726888975.05115: Calling all_inventory to load vars for managed_node1 172629 1726888975.05118: Calling groups_inventory to load vars for managed_node1 172629 1726888975.05120: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888975.05130: Calling all_plugins_play to load vars for managed_node1 172629 1726888975.05133: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888975.05136: Calling groups_plugins_play to load vars for managed_node1 172629 1726888975.06371: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888975.07292: done with get_vars() 172629 1726888975.07307: done getting variables 172629 1726888975.07368: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:55 -0400 (0:00:00.065) 0:01:15.354 ****** 172629 1726888975.07406: entering _queue_task() for managed_node1/set_fact 172629 1726888975.07776: worker is 1 (out of 1 available) 172629 1726888975.07790: exiting _queue_task() for managed_node1/set_fact 172629 1726888975.07802: done queuing things up, now waiting for results queue to drain 172629 1726888975.07803: waiting for pending results... 172629 1726888975.08080: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 172629 1726888975.08220: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000136f 172629 1726888975.08239: variable 'ansible_search_path' from source: unknown 172629 1726888975.08245: variable 'ansible_search_path' from source: unknown 172629 1726888975.08287: calling self._execute() 172629 1726888975.08423: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.08436: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.08451: variable 'omit' from source: magic vars 172629 1726888975.08576: variable 'omit' from source: magic vars 172629 1726888975.08638: variable 'omit' from source: magic vars 172629 1726888975.08681: variable 'omit' from source: magic vars 172629 1726888975.08732: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888975.08787: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888975.08814: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888975.08837: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888975.08865: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888975.08899: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888975.08963: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.08966: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.09025: Set connection var ansible_timeout to 10 172629 1726888975.09035: Set connection var ansible_shell_type to sh 172629 1726888975.09046: Set connection var ansible_pipelining to False 172629 1726888975.09060: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888975.09077: Set connection var ansible_shell_executable to /bin/sh 172629 1726888975.09084: Set connection var ansible_connection to ssh 172629 1726888975.09109: variable 'ansible_shell_executable' from source: unknown 172629 1726888975.09117: variable 'ansible_connection' from source: unknown 172629 1726888975.09125: variable 'ansible_module_compression' from source: unknown 172629 1726888975.09131: variable 'ansible_shell_type' from source: unknown 172629 1726888975.09180: variable 'ansible_shell_executable' from source: unknown 172629 1726888975.09183: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.09186: variable 'ansible_pipelining' from source: unknown 172629 1726888975.09188: variable 'ansible_timeout' from source: unknown 172629 1726888975.09190: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.09329: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888975.09345: variable 'omit' from source: magic vars 172629 1726888975.09361: starting attempt loop 172629 1726888975.09368: running the handler 172629 1726888975.09382: handler run complete 172629 1726888975.09507: attempt loop complete, returning result 172629 1726888975.09510: _execute() done 172629 1726888975.09513: dumping result to json 172629 1726888975.09515: done dumping result, returning 172629 1726888975.09518: 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-d0a8-add8-00000000136f] 172629 1726888975.09520: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000136f 172629 1726888975.09588: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000136f 172629 1726888975.09591: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 172629 1726888975.09696: no more pending results, returning what we have 172629 1726888975.09700: results queue empty 172629 1726888975.09701: checking for any_errors_fatal 172629 1726888975.09709: done checking for any_errors_fatal 172629 1726888975.09709: checking for max_fail_percentage 172629 1726888975.09712: done checking for max_fail_percentage 172629 1726888975.09713: checking to see if all hosts have failed and the running result is not ok 172629 1726888975.09713: done checking to see if all hosts have failed 172629 1726888975.09714: getting the remaining hosts for this loop 172629 1726888975.09758: done getting the remaining hosts for this loop 172629 1726888975.09762: getting the next task for host managed_node1 172629 1726888975.09770: done getting next task for host managed_node1 172629 1726888975.09775: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 172629 1726888975.09778: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888975.09792: getting variables 172629 1726888975.09794: in VariableManager get_vars() 172629 1726888975.09943: Calling all_inventory to load vars for managed_node1 172629 1726888975.09947: Calling groups_inventory to load vars for managed_node1 172629 1726888975.09950: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888975.09962: Calling all_plugins_play to load vars for managed_node1 172629 1726888975.09966: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888975.09969: Calling groups_plugins_play to load vars for managed_node1 172629 1726888975.10584: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888975.11184: done with get_vars() 172629 1726888975.11198: 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 23:22:55 -0400 (0:00:00.038) 0:01:15.392 ****** 172629 1726888975.11297: entering _queue_task() for managed_node1/include_tasks 172629 1726888975.11669: worker is 1 (out of 1 available) 172629 1726888975.11682: exiting _queue_task() for managed_node1/include_tasks 172629 1726888975.11694: done queuing things up, now waiting for results queue to drain 172629 1726888975.11696: waiting for pending results... 172629 1726888975.12274: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 172629 1726888975.12468: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001370 172629 1726888975.12587: variable 'ansible_search_path' from source: unknown 172629 1726888975.12591: variable 'ansible_search_path' from source: unknown 172629 1726888975.12644: calling self._execute() 172629 1726888975.12879: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.12889: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.12901: variable 'omit' from source: magic vars 172629 1726888975.13518: variable 'storage_provider' from source: role '' defaults 172629 1726888975.13613: _execute() done 172629 1726888975.13617: dumping result to json 172629 1726888975.13620: done dumping result, returning 172629 1726888975.13622: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-d0a8-add8-000000001370] 172629 1726888975.13625: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001370 172629 1726888975.14164: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001370 172629 1726888975.14169: WORKER PROCESS EXITING 172629 1726888975.14217: no more pending results, returning what we have 172629 1726888975.14222: in VariableManager get_vars() 172629 1726888975.14381: Calling all_inventory to load vars for managed_node1 172629 1726888975.14385: Calling groups_inventory to load vars for managed_node1 172629 1726888975.14388: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888975.14397: Calling all_plugins_play to load vars for managed_node1 172629 1726888975.14400: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888975.14403: Calling groups_plugins_play to load vars for managed_node1 172629 1726888975.15424: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888975.16943: done with get_vars() 172629 1726888975.17160: variable 'ansible_search_path' from source: unknown 172629 1726888975.17161: variable 'ansible_search_path' from source: unknown 172629 1726888975.17194: we have included files to process 172629 1726888975.17195: generating all_blocks data 172629 1726888975.17197: done generating all_blocks data 172629 1726888975.17202: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726888975.17203: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726888975.17206: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726888975.18869: in VariableManager get_vars() 172629 1726888975.18896: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888975.23851: done processing included file 172629 1726888975.23858: iterating over new_blocks loaded from include file 172629 1726888975.23860: in VariableManager get_vars() 172629 1726888975.23883: done with get_vars() 172629 1726888975.23884: filtering new block on tags 172629 1726888975.24050: done filtering new block on tags 172629 1726888975.24258: in VariableManager get_vars() 172629 1726888975.24280: done with get_vars() 172629 1726888975.24282: filtering new block on tags 172629 1726888975.24314: done filtering new block on tags 172629 1726888975.24316: in VariableManager get_vars() 172629 1726888975.24334: done with get_vars() 172629 1726888975.24335: filtering new block on tags 172629 1726888975.24377: done filtering new block on tags 172629 1726888975.24380: 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 172629 1726888975.24386: extending task lists for all hosts with included blocks 172629 1726888975.25444: done extending task lists 172629 1726888975.25446: done processing included files 172629 1726888975.25447: results queue empty 172629 1726888975.25447: checking for any_errors_fatal 172629 1726888975.25451: done checking for any_errors_fatal 172629 1726888975.25452: checking for max_fail_percentage 172629 1726888975.25457: done checking for max_fail_percentage 172629 1726888975.25458: checking to see if all hosts have failed and the running result is not ok 172629 1726888975.25459: done checking to see if all hosts have failed 172629 1726888975.25460: getting the remaining hosts for this loop 172629 1726888975.25461: done getting the remaining hosts for this loop 172629 1726888975.25464: getting the next task for host managed_node1 172629 1726888975.25468: done getting next task for host managed_node1 172629 1726888975.25471: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 172629 1726888975.25473: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888975.25486: getting variables 172629 1726888975.25487: in VariableManager get_vars() 172629 1726888975.25502: Calling all_inventory to load vars for managed_node1 172629 1726888975.25505: Calling groups_inventory to load vars for managed_node1 172629 1726888975.25507: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888975.25513: Calling all_plugins_play to load vars for managed_node1 172629 1726888975.25515: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888975.25518: Calling groups_plugins_play to load vars for managed_node1 172629 1726888975.26278: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888975.27724: done with get_vars() 172629 1726888975.27739: done getting variables 172629 1726888975.27782: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:55 -0400 (0:00:00.165) 0:01:15.558 ****** 172629 1726888975.27810: entering _queue_task() for managed_node1/package 172629 1726888975.28996: worker is 1 (out of 1 available) 172629 1726888975.29008: exiting _queue_task() for managed_node1/package 172629 1726888975.29023: done queuing things up, now waiting for results queue to drain 172629 1726888975.29024: waiting for pending results... 172629 1726888975.29471: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 172629 1726888975.29866: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014ec 172629 1726888975.29874: variable 'ansible_search_path' from source: unknown 172629 1726888975.29878: variable 'ansible_search_path' from source: unknown 172629 1726888975.30029: calling self._execute() 172629 1726888975.30579: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.30583: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.30594: variable 'omit' from source: magic vars 172629 1726888975.31717: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888975.32214: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888975.32464: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888975.32501: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888975.32537: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888975.32622: 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) 172629 1726888975.32649: 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) 172629 1726888975.32880: 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) 172629 1726888975.32907: 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) 172629 1726888975.33052: variable 'storage_skip_checks' from source: set_fact 172629 1726888975.33281: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 172629 1726888975.33284: when evaluation is False, skipping this task 172629 1726888975.33287: _execute() done 172629 1726888975.33289: dumping result to json 172629 1726888975.33291: done dumping result, returning 172629 1726888975.33344: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-d0a8-add8-0000000014ec] 172629 1726888975.33348: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014ec 172629 1726888975.33417: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014ec 172629 1726888975.33420: WORKER PROCESS EXITING 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" } 172629 1726888975.33499: no more pending results, returning what we have 172629 1726888975.33503: results queue empty 172629 1726888975.33504: checking for any_errors_fatal 172629 1726888975.33505: done checking for any_errors_fatal 172629 1726888975.33506: checking for max_fail_percentage 172629 1726888975.33508: done checking for max_fail_percentage 172629 1726888975.33509: checking to see if all hosts have failed and the running result is not ok 172629 1726888975.33510: done checking to see if all hosts have failed 172629 1726888975.33510: getting the remaining hosts for this loop 172629 1726888975.33512: done getting the remaining hosts for this loop 172629 1726888975.33516: getting the next task for host managed_node1 172629 1726888975.33524: done getting next task for host managed_node1 172629 1726888975.33529: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 172629 1726888975.33534: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888975.33568: getting variables 172629 1726888975.33570: in VariableManager get_vars() 172629 1726888975.33610: Calling all_inventory to load vars for managed_node1 172629 1726888975.33613: Calling groups_inventory to load vars for managed_node1 172629 1726888975.33615: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888975.33626: Calling all_plugins_play to load vars for managed_node1 172629 1726888975.33629: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888975.33632: Calling groups_plugins_play to load vars for managed_node1 172629 1726888975.34902: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888975.36140: done with get_vars() 172629 1726888975.36362: done getting variables 172629 1726888975.36414: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:22:55 -0400 (0:00:00.086) 0:01:15.644 ****** 172629 1726888975.36444: entering _queue_task() for managed_node1/debug 172629 1726888975.37189: worker is 1 (out of 1 available) 172629 1726888975.37199: exiting _queue_task() for managed_node1/debug 172629 1726888975.37210: done queuing things up, now waiting for results queue to drain 172629 1726888975.37211: waiting for pending results... 172629 1726888975.37565: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools 172629 1726888975.37870: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014ed 172629 1726888975.37883: variable 'ansible_search_path' from source: unknown 172629 1726888975.37887: variable 'ansible_search_path' from source: unknown 172629 1726888975.37922: calling self._execute() 172629 1726888975.38208: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.38211: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.38215: variable 'omit' from source: magic vars 172629 1726888975.38437: variable 'omit' from source: magic vars 172629 1726888975.38614: variable 'omit' from source: magic vars 172629 1726888975.38644: variable 'omit' from source: magic vars 172629 1726888975.38687: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888975.38838: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888975.38862: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888975.38880: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888975.38893: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888975.38923: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888975.38926: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.39047: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.39141: Set connection var ansible_timeout to 10 172629 1726888975.39263: Set connection var ansible_shell_type to sh 172629 1726888975.39271: Set connection var ansible_pipelining to False 172629 1726888975.39277: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888975.39282: Set connection var ansible_shell_executable to /bin/sh 172629 1726888975.39285: Set connection var ansible_connection to ssh 172629 1726888975.39307: variable 'ansible_shell_executable' from source: unknown 172629 1726888975.39310: variable 'ansible_connection' from source: unknown 172629 1726888975.39313: variable 'ansible_module_compression' from source: unknown 172629 1726888975.39315: variable 'ansible_shell_type' from source: unknown 172629 1726888975.39318: variable 'ansible_shell_executable' from source: unknown 172629 1726888975.39320: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.39405: variable 'ansible_pipelining' from source: unknown 172629 1726888975.39408: variable 'ansible_timeout' from source: unknown 172629 1726888975.39411: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.39576: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888975.39674: variable 'omit' from source: magic vars 172629 1726888975.39678: starting attempt loop 172629 1726888975.39681: running the handler 172629 1726888975.40183: handler run complete 172629 1726888975.40210: attempt loop complete, returning result 172629 1726888975.40213: _execute() done 172629 1726888975.40216: dumping result to json 172629 1726888975.40219: done dumping result, returning 172629 1726888975.40226: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-d0a8-add8-0000000014ed] 172629 1726888975.40349: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014ed 172629 1726888975.40445: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014ed 172629 1726888975.40448: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } 172629 1726888975.40569: no more pending results, returning what we have 172629 1726888975.40572: results queue empty 172629 1726888975.40573: checking for any_errors_fatal 172629 1726888975.40582: done checking for any_errors_fatal 172629 1726888975.40582: checking for max_fail_percentage 172629 1726888975.40585: done checking for max_fail_percentage 172629 1726888975.40585: checking to see if all hosts have failed and the running result is not ok 172629 1726888975.40586: done checking to see if all hosts have failed 172629 1726888975.40587: getting the remaining hosts for this loop 172629 1726888975.40588: done getting the remaining hosts for this loop 172629 1726888975.40592: getting the next task for host managed_node1 172629 1726888975.40598: done getting next task for host managed_node1 172629 1726888975.40601: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 172629 1726888975.40605: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888975.40617: getting variables 172629 1726888975.40618: in VariableManager get_vars() 172629 1726888975.40758: Calling all_inventory to load vars for managed_node1 172629 1726888975.40761: Calling groups_inventory to load vars for managed_node1 172629 1726888975.40764: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888975.40775: Calling all_plugins_play to load vars for managed_node1 172629 1726888975.40778: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888975.40781: Calling groups_plugins_play to load vars for managed_node1 172629 1726888975.41710: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888975.42924: done with get_vars() 172629 1726888975.42941: done getting variables 172629 1726888975.43209: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:22:55 -0400 (0:00:00.067) 0:01:15.712 ****** 172629 1726888975.43244: entering _queue_task() for managed_node1/debug 172629 1726888975.43995: worker is 1 (out of 1 available) 172629 1726888975.44006: exiting _queue_task() for managed_node1/debug 172629 1726888975.44017: done queuing things up, now waiting for results queue to drain 172629 1726888975.44018: waiting for pending results... 172629 1726888975.44674: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes 172629 1726888975.44680: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014ee 172629 1726888975.44683: variable 'ansible_search_path' from source: unknown 172629 1726888975.44686: variable 'ansible_search_path' from source: unknown 172629 1726888975.44689: calling self._execute() 172629 1726888975.44692: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.44694: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.44697: variable 'omit' from source: magic vars 172629 1726888975.44699: variable 'omit' from source: magic vars 172629 1726888975.44795: variable 'omit' from source: magic vars 172629 1726888975.44852: variable 'omit' from source: magic vars 172629 1726888975.44897: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888975.44934: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888975.44966: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888975.44988: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888975.45002: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888975.45036: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888975.45040: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.45046: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.45150: Set connection var ansible_timeout to 10 172629 1726888975.45164: Set connection var ansible_shell_type to sh 172629 1726888975.45171: Set connection var ansible_pipelining to False 172629 1726888975.45178: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888975.45184: Set connection var ansible_shell_executable to /bin/sh 172629 1726888975.45186: Set connection var ansible_connection to ssh 172629 1726888975.45210: variable 'ansible_shell_executable' from source: unknown 172629 1726888975.45214: variable 'ansible_connection' from source: unknown 172629 1726888975.45216: variable 'ansible_module_compression' from source: unknown 172629 1726888975.45219: variable 'ansible_shell_type' from source: unknown 172629 1726888975.45221: variable 'ansible_shell_executable' from source: unknown 172629 1726888975.45224: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.45229: variable 'ansible_pipelining' from source: unknown 172629 1726888975.45231: variable 'ansible_timeout' from source: unknown 172629 1726888975.45235: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.45394: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888975.45461: variable 'omit' from source: magic vars 172629 1726888975.45464: starting attempt loop 172629 1726888975.45471: running the handler 172629 1726888975.45475: variable 'storage_volumes' from source: include params 172629 1726888975.45665: variable 'storage_volumes' from source: include params 172629 1726888975.45689: variable 'mount_location' from source: play vars 172629 1726888975.45860: variable 'mount_location' from source: play vars 172629 1726888975.45864: variable '__swap_disk' from source: set_fact 172629 1726888975.45952: handler run complete 172629 1726888975.45984: attempt loop complete, returning result 172629 1726888975.45991: _execute() done 172629 1726888975.45999: dumping result to json 172629 1726888975.46007: done dumping result, returning 172629 1726888975.46018: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-d0a8-add8-0000000014ee] 172629 1726888975.46030: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014ee ok: [managed_node1] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } 172629 1726888975.46225: no more pending results, returning what we have 172629 1726888975.46228: results queue empty 172629 1726888975.46229: checking for any_errors_fatal 172629 1726888975.46235: done checking for any_errors_fatal 172629 1726888975.46236: checking for max_fail_percentage 172629 1726888975.46238: done checking for max_fail_percentage 172629 1726888975.46238: checking to see if all hosts have failed and the running result is not ok 172629 1726888975.46239: done checking to see if all hosts have failed 172629 1726888975.46240: getting the remaining hosts for this loop 172629 1726888975.46241: done getting the remaining hosts for this loop 172629 1726888975.46244: getting the next task for host managed_node1 172629 1726888975.46251: done getting next task for host managed_node1 172629 1726888975.46258: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 172629 1726888975.46262: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888975.46279: getting variables 172629 1726888975.46281: in VariableManager get_vars() 172629 1726888975.46316: Calling all_inventory to load vars for managed_node1 172629 1726888975.46319: Calling groups_inventory to load vars for managed_node1 172629 1726888975.46321: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888975.46332: Calling all_plugins_play to load vars for managed_node1 172629 1726888975.46335: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888975.46339: Calling groups_plugins_play to load vars for managed_node1 172629 1726888975.46884: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014ee 172629 1726888975.46887: WORKER PROCESS EXITING 172629 1726888975.47303: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888975.47939: done with get_vars() 172629 1726888975.47953: 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 23:22:55 -0400 (0:00:00.047) 0:01:15.760 ****** 172629 1726888975.48033: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888975.48482: worker is 1 (out of 1 available) 172629 1726888975.48494: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888975.48505: done queuing things up, now waiting for results queue to drain 172629 1726888975.48506: waiting for pending results... 172629 1726888975.48706: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages 172629 1726888975.48915: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014ef 172629 1726888975.48919: variable 'ansible_search_path' from source: unknown 172629 1726888975.48922: variable 'ansible_search_path' from source: unknown 172629 1726888975.48925: calling self._execute() 172629 1726888975.49035: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.49047: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.49066: variable 'omit' from source: magic vars 172629 1726888975.49487: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888975.49786: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888975.49790: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888975.49835: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888975.49878: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888975.49978: 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) 172629 1726888975.50014: 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) 172629 1726888975.50116: 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) 172629 1726888975.50119: 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) 172629 1726888975.50266: variable 'storage_skip_checks' from source: set_fact 172629 1726888975.50302: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726888975.50336: when evaluation is False, skipping this task 172629 1726888975.50344: _execute() done 172629 1726888975.50351: dumping result to json 172629 1726888975.50360: done dumping result, returning 172629 1726888975.50371: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-d0a8-add8-0000000014ef] 172629 1726888975.50384: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014ef 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" } 172629 1726888975.50606: no more pending results, returning what we have 172629 1726888975.50610: results queue empty 172629 1726888975.50612: checking for any_errors_fatal 172629 1726888975.50620: done checking for any_errors_fatal 172629 1726888975.50621: checking for max_fail_percentage 172629 1726888975.50623: done checking for max_fail_percentage 172629 1726888975.50624: checking to see if all hosts have failed and the running result is not ok 172629 1726888975.50625: done checking to see if all hosts have failed 172629 1726888975.50626: getting the remaining hosts for this loop 172629 1726888975.50628: done getting the remaining hosts for this loop 172629 1726888975.50631: getting the next task for host managed_node1 172629 1726888975.50640: done getting next task for host managed_node1 172629 1726888975.50646: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 172629 1726888975.50651: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888975.50682: getting variables 172629 1726888975.50684: in VariableManager get_vars() 172629 1726888975.50724: Calling all_inventory to load vars for managed_node1 172629 1726888975.50727: Calling groups_inventory to load vars for managed_node1 172629 1726888975.50730: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888975.50741: Calling all_plugins_play to load vars for managed_node1 172629 1726888975.50745: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888975.50748: Calling groups_plugins_play to load vars for managed_node1 172629 1726888975.51302: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014ef 172629 1726888975.51306: WORKER PROCESS EXITING 172629 1726888975.52079: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888975.53703: done with get_vars() 172629 1726888975.53721: 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 23:22:55 -0400 (0:00:00.057) 0:01:15.818 ****** 172629 1726888975.53813: entering _queue_task() for managed_node1/include_tasks 172629 1726888975.54103: worker is 1 (out of 1 available) 172629 1726888975.54115: exiting _queue_task() for managed_node1/include_tasks 172629 1726888975.54128: done queuing things up, now waiting for results queue to drain 172629 1726888975.54129: waiting for pending results... 172629 1726888975.54433: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 172629 1726888975.54583: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014f0 172629 1726888975.54699: variable 'ansible_search_path' from source: unknown 172629 1726888975.54703: variable 'ansible_search_path' from source: unknown 172629 1726888975.54706: calling self._execute() 172629 1726888975.54764: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.54777: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.54792: variable 'omit' from source: magic vars 172629 1726888975.55242: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888975.55559: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888975.55611: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888975.55647: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888975.55691: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888975.56018: 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) 172629 1726888975.56021: 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) 172629 1726888975.56023: 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) 172629 1726888975.56029: 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) 172629 1726888975.56312: variable 'storage_skip_checks' from source: set_fact 172629 1726888975.56340: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726888975.56346: when evaluation is False, skipping this task 172629 1726888975.56349: _execute() done 172629 1726888975.56352: dumping result to json 172629 1726888975.56359: done dumping result, returning 172629 1726888975.56362: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-d0a8-add8-0000000014f0] 172629 1726888975.56364: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014f0 172629 1726888975.56529: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014f0 172629 1726888975.56531: 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" } 172629 1726888975.56603: no more pending results, returning what we have 172629 1726888975.56607: results queue empty 172629 1726888975.56608: checking for any_errors_fatal 172629 1726888975.56616: done checking for any_errors_fatal 172629 1726888975.56616: checking for max_fail_percentage 172629 1726888975.56618: done checking for max_fail_percentage 172629 1726888975.56619: checking to see if all hosts have failed and the running result is not ok 172629 1726888975.56620: done checking to see if all hosts have failed 172629 1726888975.56620: getting the remaining hosts for this loop 172629 1726888975.56622: done getting the remaining hosts for this loop 172629 1726888975.56625: getting the next task for host managed_node1 172629 1726888975.56631: done getting next task for host managed_node1 172629 1726888975.56634: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 172629 1726888975.56638: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888975.56662: getting variables 172629 1726888975.56748: in VariableManager get_vars() 172629 1726888975.56783: Calling all_inventory to load vars for managed_node1 172629 1726888975.56786: Calling groups_inventory to load vars for managed_node1 172629 1726888975.56788: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888975.56796: Calling all_plugins_play to load vars for managed_node1 172629 1726888975.56799: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888975.56802: Calling groups_plugins_play to load vars for managed_node1 172629 1726888975.57676: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888975.58689: done with get_vars() 172629 1726888975.58706: done getting variables 172629 1726888975.58778: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:55 -0400 (0:00:00.049) 0:01:15.868 ****** 172629 1726888975.58814: entering _queue_task() for managed_node1/package 172629 1726888975.59122: worker is 1 (out of 1 available) 172629 1726888975.59135: exiting _queue_task() for managed_node1/package 172629 1726888975.59148: done queuing things up, now waiting for results queue to drain 172629 1726888975.59150: waiting for pending results... 172629 1726888975.59707: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 172629 1726888975.59712: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014f1 172629 1726888975.59716: variable 'ansible_search_path' from source: unknown 172629 1726888975.59719: variable 'ansible_search_path' from source: unknown 172629 1726888975.59766: calling self._execute() 172629 1726888975.59967: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.60000: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.60020: variable 'omit' from source: magic vars 172629 1726888975.60766: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888975.61337: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888975.61471: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888975.61511: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888975.61845: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888975.61963: 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) 172629 1726888975.61966: 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) 172629 1726888975.61974: 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) 172629 1726888975.62004: 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) 172629 1726888975.62212: variable 'storage_skip_checks' from source: set_fact 172629 1726888975.62240: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726888975.62247: when evaluation is False, skipping this task 172629 1726888975.62253: _execute() done 172629 1726888975.62263: dumping result to json 172629 1726888975.62269: done dumping result, returning 172629 1726888975.62279: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-d0a8-add8-0000000014f1] 172629 1726888975.62290: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014f1 172629 1726888975.62516: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014f1 172629 1726888975.62521: 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" } 172629 1726888975.62570: no more pending results, returning what we have 172629 1726888975.62573: results queue empty 172629 1726888975.62574: checking for any_errors_fatal 172629 1726888975.62581: done checking for any_errors_fatal 172629 1726888975.62582: checking for max_fail_percentage 172629 1726888975.62583: done checking for max_fail_percentage 172629 1726888975.62585: checking to see if all hosts have failed and the running result is not ok 172629 1726888975.62585: done checking to see if all hosts have failed 172629 1726888975.62586: getting the remaining hosts for this loop 172629 1726888975.62588: done getting the remaining hosts for this loop 172629 1726888975.62591: getting the next task for host managed_node1 172629 1726888975.62597: done getting next task for host managed_node1 172629 1726888975.62601: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 172629 1726888975.62605: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888975.62626: getting variables 172629 1726888975.62628: in VariableManager get_vars() 172629 1726888975.62661: Calling all_inventory to load vars for managed_node1 172629 1726888975.62664: Calling groups_inventory to load vars for managed_node1 172629 1726888975.62666: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888975.62674: Calling all_plugins_play to load vars for managed_node1 172629 1726888975.62677: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888975.62679: Calling groups_plugins_play to load vars for managed_node1 172629 1726888975.63201: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888975.63827: done with get_vars() 172629 1726888975.63840: 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 23:22:55 -0400 (0:00:00.051) 0:01:15.919 ****** 172629 1726888975.63930: entering _queue_task() for managed_node1/service_facts 172629 1726888975.64382: worker is 1 (out of 1 available) 172629 1726888975.64392: exiting _queue_task() for managed_node1/service_facts 172629 1726888975.64403: done queuing things up, now waiting for results queue to drain 172629 1726888975.64404: waiting for pending results... 172629 1726888975.64509: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts 172629 1726888975.64649: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014f2 172629 1726888975.64668: variable 'ansible_search_path' from source: unknown 172629 1726888975.64671: variable 'ansible_search_path' from source: unknown 172629 1726888975.64761: calling self._execute() 172629 1726888975.64805: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.64811: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.64820: variable 'omit' from source: magic vars 172629 1726888975.65251: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888975.65641: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888975.65778: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888975.65986: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888975.66063: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888975.66422: 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) 172629 1726888975.66474: 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) 172629 1726888975.66541: 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) 172629 1726888975.66578: 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) 172629 1726888975.66976: variable 'storage_skip_checks' from source: set_fact 172629 1726888975.67058: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 172629 1726888975.67090: when evaluation is False, skipping this task 172629 1726888975.67110: _execute() done 172629 1726888975.67125: dumping result to json 172629 1726888975.67250: done dumping result, returning 172629 1726888975.67254: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-d0a8-add8-0000000014f2] 172629 1726888975.67258: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014f2 172629 1726888975.67332: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014f2 172629 1726888975.67335: 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" } 172629 1726888975.67408: no more pending results, returning what we have 172629 1726888975.67413: results queue empty 172629 1726888975.67414: checking for any_errors_fatal 172629 1726888975.67424: done checking for any_errors_fatal 172629 1726888975.67425: checking for max_fail_percentage 172629 1726888975.67427: done checking for max_fail_percentage 172629 1726888975.67428: checking to see if all hosts have failed and the running result is not ok 172629 1726888975.67429: done checking to see if all hosts have failed 172629 1726888975.67430: getting the remaining hosts for this loop 172629 1726888975.67432: done getting the remaining hosts for this loop 172629 1726888975.67436: getting the next task for host managed_node1 172629 1726888975.67448: done getting next task for host managed_node1 172629 1726888975.67452: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 172629 1726888975.67459: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888975.67490: getting variables 172629 1726888975.67493: in VariableManager get_vars() 172629 1726888975.67533: Calling all_inventory to load vars for managed_node1 172629 1726888975.67536: Calling groups_inventory to load vars for managed_node1 172629 1726888975.67542: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888975.68014: Calling all_plugins_play to load vars for managed_node1 172629 1726888975.68020: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888975.68027: Calling groups_plugins_play to load vars for managed_node1 172629 1726888975.69351: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888975.70232: done with get_vars() 172629 1726888975.70248: done getting variables 172629 1726888975.70311: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:55 -0400 (0:00:00.064) 0:01:15.984 ****** 172629 1726888975.70430: entering _queue_task() for managed_node1/set_fact 172629 1726888975.70885: worker is 1 (out of 1 available) 172629 1726888975.70898: exiting _queue_task() for managed_node1/set_fact 172629 1726888975.70910: done queuing things up, now waiting for results queue to drain 172629 1726888975.70911: waiting for pending results... 172629 1726888975.71283: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 172629 1726888975.71380: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014f3 172629 1726888975.71383: variable 'ansible_search_path' from source: unknown 172629 1726888975.71385: variable 'ansible_search_path' from source: unknown 172629 1726888975.71561: calling self._execute() 172629 1726888975.71564: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.71567: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.71570: variable 'omit' from source: magic vars 172629 1726888975.71648: variable 'omit' from source: magic vars 172629 1726888975.71725: variable 'omit' from source: magic vars 172629 1726888975.72120: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888975.75367: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888975.75500: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888975.75540: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888975.75620: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888975.75687: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888975.75964: 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) 172629 1726888975.75968: 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) 172629 1726888975.75970: 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) 172629 1726888975.75973: 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) 172629 1726888975.75975: 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) 172629 1726888975.75977: 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) 172629 1726888975.76021: 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) 172629 1726888975.76074: 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) 172629 1726888975.76116: 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) 172629 1726888975.76136: 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) 172629 1726888975.76226: 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) 172629 1726888975.76254: 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) 172629 1726888975.76287: 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) 172629 1726888975.76330: 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) 172629 1726888975.76350: 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) 172629 1726888975.76403: 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) 172629 1726888975.76431: 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) 172629 1726888975.76462: 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) 172629 1726888975.76507: 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) 172629 1726888975.76622: 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) 172629 1726888975.76625: 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) 172629 1726888975.76628: 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) 172629 1726888975.76640: 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) 172629 1726888975.76701: 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) 172629 1726888975.76722: 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) 172629 1726888975.77009: variable 'ansible_facts' from source: unknown 172629 1726888975.77474: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888975.77744: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888975.77787: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888975.77821: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888975.77940: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888975.77949: 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) 172629 1726888975.77976: 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) 172629 1726888975.78004: 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) 172629 1726888975.78032: 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) 172629 1726888975.78631: variable 'omit' from source: magic vars 172629 1726888975.78663: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888975.78700: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888975.78803: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888975.78806: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888975.78808: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888975.78811: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888975.78812: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.78816: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.79007: Set connection var ansible_timeout to 10 172629 1726888975.79037: Set connection var ansible_shell_type to sh 172629 1726888975.79049: Set connection var ansible_pipelining to False 172629 1726888975.79065: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888975.79095: Set connection var ansible_shell_executable to /bin/sh 172629 1726888975.79102: Set connection var ansible_connection to ssh 172629 1726888975.79131: variable 'ansible_shell_executable' from source: unknown 172629 1726888975.79169: variable 'ansible_connection' from source: unknown 172629 1726888975.79172: variable 'ansible_module_compression' from source: unknown 172629 1726888975.79177: variable 'ansible_shell_type' from source: unknown 172629 1726888975.79179: variable 'ansible_shell_executable' from source: unknown 172629 1726888975.79181: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.79182: variable 'ansible_pipelining' from source: unknown 172629 1726888975.79240: variable 'ansible_timeout' from source: unknown 172629 1726888975.79243: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.79380: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888975.79395: variable 'omit' from source: magic vars 172629 1726888975.79458: starting attempt loop 172629 1726888975.79461: running the handler 172629 1726888975.79463: handler run complete 172629 1726888975.79465: attempt loop complete, returning result 172629 1726888975.79467: _execute() done 172629 1726888975.79469: dumping result to json 172629 1726888975.79471: done dumping result, returning 172629 1726888975.79473: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-d0a8-add8-0000000014f3] 172629 1726888975.79475: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014f3 ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 172629 1726888975.79632: no more pending results, returning what we have 172629 1726888975.79636: results queue empty 172629 1726888975.79637: checking for any_errors_fatal 172629 1726888975.79644: done checking for any_errors_fatal 172629 1726888975.79644: checking for max_fail_percentage 172629 1726888975.79646: done checking for max_fail_percentage 172629 1726888975.79647: checking to see if all hosts have failed and the running result is not ok 172629 1726888975.79648: done checking to see if all hosts have failed 172629 1726888975.79649: getting the remaining hosts for this loop 172629 1726888975.79650: done getting the remaining hosts for this loop 172629 1726888975.79654: getting the next task for host managed_node1 172629 1726888975.79664: done getting next task for host managed_node1 172629 1726888975.79668: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 172629 1726888975.79672: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888975.79685: getting variables 172629 1726888975.79686: in VariableManager get_vars() 172629 1726888975.79723: Calling all_inventory to load vars for managed_node1 172629 1726888975.79725: Calling groups_inventory to load vars for managed_node1 172629 1726888975.79728: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888975.79738: Calling all_plugins_play to load vars for managed_node1 172629 1726888975.79741: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888975.79744: Calling groups_plugins_play to load vars for managed_node1 172629 1726888975.80486: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014f3 172629 1726888975.80493: WORKER PROCESS EXITING 172629 1726888975.81053: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888975.81896: done with get_vars() 172629 1726888975.81913: 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 23:22:55 -0400 (0:00:00.116) 0:01:16.100 ****** 172629 1726888975.82072: entering _queue_task() for managed_node1/systemd 172629 1726888975.82449: worker is 1 (out of 1 available) 172629 1726888975.82470: exiting _queue_task() for managed_node1/systemd 172629 1726888975.82485: done queuing things up, now waiting for results queue to drain 172629 1726888975.82487: waiting for pending results... 172629 1726888975.82920: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 172629 1726888975.83146: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014f5 172629 1726888975.83164: variable 'ansible_search_path' from source: unknown 172629 1726888975.83168: variable 'ansible_search_path' from source: unknown 172629 1726888975.83235: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888975.83590: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888975.83663: dumping result to json 172629 1726888975.83666: done dumping result, returning 172629 1726888975.83673: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-d0a8-add8-0000000014f5] 172629 1726888975.83681: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014f5 172629 1726888975.83782: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014f5 172629 1726888975.83786: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888975.84069: no more pending results, returning what we have 172629 1726888975.84072: results queue empty 172629 1726888975.84073: checking for any_errors_fatal 172629 1726888975.84079: done checking for any_errors_fatal 172629 1726888975.84080: checking for max_fail_percentage 172629 1726888975.84082: done checking for max_fail_percentage 172629 1726888975.84083: checking to see if all hosts have failed and the running result is not ok 172629 1726888975.84084: done checking to see if all hosts have failed 172629 1726888975.84084: getting the remaining hosts for this loop 172629 1726888975.84086: done getting the remaining hosts for this loop 172629 1726888975.84089: getting the next task for host managed_node1 172629 1726888975.84095: done getting next task for host managed_node1 172629 1726888975.84099: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 172629 1726888975.84103: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888975.84132: getting variables 172629 1726888975.84134: in VariableManager get_vars() 172629 1726888975.84168: Calling all_inventory to load vars for managed_node1 172629 1726888975.84171: Calling groups_inventory to load vars for managed_node1 172629 1726888975.84174: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888975.84183: Calling all_plugins_play to load vars for managed_node1 172629 1726888975.84186: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888975.84189: Calling groups_plugins_play to load vars for managed_node1 172629 1726888975.85061: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888975.86043: done with get_vars() 172629 1726888975.86060: 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 23:22:55 -0400 (0:00:00.041) 0:01:16.142 ****** 172629 1726888975.86233: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888975.86535: worker is 1 (out of 1 available) 172629 1726888975.86548: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888975.86562: done queuing things up, now waiting for results queue to drain 172629 1726888975.86680: waiting for pending results... 172629 1726888975.87073: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 172629 1726888975.87079: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014f6 172629 1726888975.87086: variable 'ansible_search_path' from source: unknown 172629 1726888975.87090: variable 'ansible_search_path' from source: unknown 172629 1726888975.87239: calling self._execute() 172629 1726888975.87447: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.87458: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.87464: variable 'omit' from source: magic vars 172629 1726888975.87665: variable 'omit' from source: magic vars 172629 1726888975.87734: variable 'omit' from source: magic vars 172629 1726888975.87984: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888975.94906: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888975.95162: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888975.95166: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888975.95169: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888975.95171: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888975.95174: 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) 172629 1726888975.95176: 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) 172629 1726888975.95189: 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) 172629 1726888975.95232: 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) 172629 1726888975.95249: 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) 172629 1726888975.95463: variable 'storage_volumes' from source: include params 172629 1726888975.95479: variable 'mount_location' from source: play vars 172629 1726888975.95545: variable 'mount_location' from source: play vars 172629 1726888975.95619: variable '__swap_disk' from source: set_fact 172629 1726888975.95689: variable 'storage_use_partitions' from source: role '' defaults 172629 1726888975.95700: variable 'storage_disklabel_type' from source: role '' defaults 172629 1726888975.95708: variable 'storage_pool_defaults' from source: role '' defaults 172629 1726888975.95775: variable 'storage_pool_defaults' from source: role '' defaults 172629 1726888975.95835: variable 'storage_volume_defaults' from source: role '' defaults 172629 1726888975.95900: variable 'storage_volume_defaults' from source: role '' defaults 172629 1726888975.95993: variable 'storage_safe_mode' from source: play vars 172629 1726888975.96070: 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) 172629 1726888975.96097: 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) 172629 1726888975.96125: 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) 172629 1726888975.96168: 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) 172629 1726888975.96183: 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) 172629 1726888975.96243: variable 'omit' from source: magic vars 172629 1726888975.96273: variable 'omit' from source: magic vars 172629 1726888975.96299: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888975.96324: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888975.96341: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888975.96362: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888975.96373: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888975.96392: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888975.96399: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.96404: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.96490: Set connection var ansible_timeout to 10 172629 1726888975.96500: Set connection var ansible_shell_type to sh 172629 1726888975.96513: Set connection var ansible_pipelining to False 172629 1726888975.96522: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888975.96531: Set connection var ansible_shell_executable to /bin/sh 172629 1726888975.96537: Set connection var ansible_connection to ssh 172629 1726888975.96570: variable 'ansible_shell_executable' from source: unknown 172629 1726888975.96760: variable 'ansible_connection' from source: unknown 172629 1726888975.96764: variable 'ansible_module_compression' from source: unknown 172629 1726888975.96766: variable 'ansible_shell_type' from source: unknown 172629 1726888975.96768: variable 'ansible_shell_executable' from source: unknown 172629 1726888975.96769: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888975.96771: variable 'ansible_pipelining' from source: unknown 172629 1726888975.96773: variable 'ansible_timeout' from source: unknown 172629 1726888975.96775: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888975.96777: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888975.96779: variable 'omit' from source: magic vars 172629 1726888975.96781: starting attempt loop 172629 1726888975.96783: running the handler 172629 1726888975.96786: _low_level_execute_command(): starting 172629 1726888975.96788: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888975.98390: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888975.98405: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888975.98474: 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 <<< 172629 1726888975.98720: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888975.98745: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888975.98835: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888976.00559: stdout chunk (state=3): >>>/root <<< 172629 1726888976.00744: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888976.00747: stdout chunk (state=3): >>><<< 172629 1726888976.00749: stderr chunk (state=3): >>><<< 172629 1726888976.00768: _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 172629 1726888976.00936: _low_level_execute_command(): starting 172629 1726888976.00940: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888976.0086167-175372-33452398799100 `" && echo ansible-tmp-1726888976.0086167-175372-33452398799100="` echo /root/.ansible/tmp/ansible-tmp-1726888976.0086167-175372-33452398799100 `" ) && sleep 0' 172629 1726888976.02059: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888976.02063: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888976.02066: 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 <<< 172629 1726888976.02068: 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 <<< 172629 1726888976.02070: 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 <<< 172629 1726888976.02073: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888976.02340: 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 <<< 172629 1726888976.02371: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888976.04272: stdout chunk (state=3): >>>ansible-tmp-1726888976.0086167-175372-33452398799100=/root/.ansible/tmp/ansible-tmp-1726888976.0086167-175372-33452398799100 <<< 172629 1726888976.04761: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888976.04764: stdout chunk (state=3): >>><<< 172629 1726888976.04766: stderr chunk (state=3): >>><<< 172629 1726888976.04769: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888976.0086167-175372-33452398799100=/root/.ansible/tmp/ansible-tmp-1726888976.0086167-175372-33452398799100 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888976.04771: variable 'ansible_module_compression' from source: unknown 172629 1726888976.04773: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 172629 1726888976.04775: variable 'ansible_facts' from source: unknown 172629 1726888976.04952: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888976.0086167-175372-33452398799100/AnsiballZ_blivet.py 172629 1726888976.05266: Sending initial data 172629 1726888976.05367: Sent initial data (156 bytes) 172629 1726888976.06476: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888976.06491: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888976.06570: 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 <<< 172629 1726888976.06798: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888976.06836: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888976.07084: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888976.08623: 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 <<< 172629 1726888976.08636: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888976.08672: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888976.08720: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpp_y8ep5k /root/.ansible/tmp/ansible-tmp-1726888976.0086167-175372-33452398799100/AnsiballZ_blivet.py <<< 172629 1726888976.08772: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888976.0086167-175372-33452398799100/AnsiballZ_blivet.py" debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpp_y8ep5k" to remote "/root/.ansible/tmp/ansible-tmp-1726888976.0086167-175372-33452398799100/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888976.0086167-175372-33452398799100/AnsiballZ_blivet.py" <<< 172629 1726888976.10491: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888976.10611: stderr chunk (state=3): >>><<< 172629 1726888976.10614: stdout chunk (state=3): >>><<< 172629 1726888976.10616: done transferring module to remote 172629 1726888976.10618: _low_level_execute_command(): starting 172629 1726888976.10619: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888976.0086167-175372-33452398799100/ /root/.ansible/tmp/ansible-tmp-1726888976.0086167-175372-33452398799100/AnsiballZ_blivet.py && sleep 0' 172629 1726888976.11688: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888976.11771: 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 <<< 172629 1726888976.11935: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888976.11960: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888976.12016: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888976.13962: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888976.13966: stderr chunk (state=3): >>><<< 172629 1726888976.13969: stdout chunk (state=3): >>><<< 172629 1726888976.13972: _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 172629 1726888976.13975: _low_level_execute_command(): starting 172629 1726888976.13978: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888976.0086167-175372-33452398799100/AnsiballZ_blivet.py && sleep 0' 172629 1726888976.15084: 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 <<< 172629 1726888976.15088: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888976.15103: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 172629 1726888976.15108: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888976.15122: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726888976.15127: 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 <<< 172629 1726888976.15141: 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 <<< 172629 1726888976.15424: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888976.15448: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888976.15532: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888976.17695: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888976.17725: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888976.17764: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888976.17829: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888976.17872: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888976.17981: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888976.18005: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 172629 1726888976.18029: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888976.18069: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888976.18097: 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 0x7fa9c47bc4d0> <<< 172629 1726888976.18216: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c478bb00> # /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 0x7fa9c47bea50> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 172629 1726888976.18245: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888976.18330: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888976.18362: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888976.18391: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888976.18435: 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' <<< 172629 1726888976.18481: 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 # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888976.18509: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c47cd130> <<< 172629 1726888976.18661: 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' <<< 172629 1726888976.18664: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c47ce120> <<< 172629 1726888976.18666: stdout chunk (state=3): >>>import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 172629 1726888976.18895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888976.18924: 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 <<< 172629 1726888976.18995: 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 <<< 172629 1726888976.19030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888976.19069: 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' <<< 172629 1726888976.19179: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c45b3f50> # /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' <<< 172629 1726888976.19201: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c45c00e0> # /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 <<< 172629 1726888976.19245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888976.19271: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888976.19330: 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 0x7fa9c45e3950> <<< 172629 1726888976.19343: 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 0x7fa9c45e3fe0> import '_collections' # <<< 172629 1726888976.19398: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c45c3bf0> <<< 172629 1726888976.19428: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888976.19431: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c45c1340> <<< 172629 1726888976.19522: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c45b1100> <<< 172629 1726888976.19724: 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' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c46078f0> <<< 172629 1726888976.19732: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4606510> <<< 172629 1726888976.19735: 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 0x7fa9c45c2360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4604cb0> <<< 172629 1726888976.19797: 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 0x7fa9c4634920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c45b0380> <<< 172629 1726888976.19820: 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' <<< 172629 1726888976.19858: 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 0x7fa9c4634dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4634c80> <<< 172629 1726888976.20005: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888976.20017: 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 0x7fa9c4635070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c45a6ea0> # /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 0x7fa9c4635730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4635430> import 'importlib.machinery' # <<< 172629 1726888976.20059: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 172629 1726888976.20088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4636630> <<< 172629 1726888976.20112: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726888976.20126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888976.20189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888976.20195: 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 0x7fa9c4650860> <<< 172629 1726888976.20249: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888976.20253: 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 0x7fa9c4651fa0> <<< 172629 1726888976.20312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726888976.20362: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4652e40> <<< 172629 1726888976.20383: 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 0x7fa9c4653470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4652390> <<< 172629 1726888976.20397: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888976.20399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888976.20578: 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 0x7fa9c4653ef0> <<< 172629 1726888976.20581: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4653620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4636690> # /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' <<< 172629 1726888976.20622: 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 0x7fa9c4397da0> <<< 172629 1726888976.20666: 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' <<< 172629 1726888976.20703: 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 0x7fa9c43c0890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c43c05f0> <<< 172629 1726888976.20707: 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 0x7fa9c43c0800> <<< 172629 1726888976.20736: 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' <<< 172629 1726888976.20807: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888976.20937: 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 0x7fa9c43c11c0> <<< 172629 1726888976.21091: 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 0x7fa9c43c1b80> <<< 172629 1726888976.21094: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c43c0a70> <<< 172629 1726888976.21205: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4395f40> # /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' <<< 172629 1726888976.21298: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c43c2f60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c43c1ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4636d80> # /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' <<< 172629 1726888976.21318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888976.21346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888976.21382: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c43eb260> <<< 172629 1726888976.21476: 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' <<< 172629 1726888976.21488: 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' <<< 172629 1726888976.21537: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4413650> <<< 172629 1726888976.21584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888976.21600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888976.21673: 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 0x7fa9c4470440> <<< 172629 1726888976.21702: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888976.21713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888976.21741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888976.21783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888976.21864: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4472ba0> <<< 172629 1726888976.21935: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4470560> <<< 172629 1726888976.21983: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4439430> <<< 172629 1726888976.22017: 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 0x7fa9c3d25550> <<< 172629 1726888976.22027: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4412450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c43c3e30> <<< 172629 1726888976.22149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888976.22163: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa9c4412570> <<< 172629 1726888976.22321: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_o_fdapok/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 172629 1726888976.22448: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.22485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888976.22494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888976.22527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888976.22606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888976.22638: 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 0x7fa9c3d771a0> <<< 172629 1726888976.22647: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888976.22833: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3d5a090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3d59220> <<< 172629 1726888976.22863: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.22891: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726888976.22919: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888976.22935: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888976.24396: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.25404: 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' <<< 172629 1726888976.25414: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3d74ef0> <<< 172629 1726888976.25425: 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' <<< 172629 1726888976.25468: 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' <<< 172629 1726888976.25503: 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' <<< 172629 1726888976.25523: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888976.25545: 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 0x7fa9c3da6ba0> <<< 172629 1726888976.25565: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3da6930> <<< 172629 1726888976.25595: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3da6240> <<< 172629 1726888976.25616: 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' <<< 172629 1726888976.25662: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3da66c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3d77c20> import 'atexit' # <<< 172629 1726888976.25697: 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 0x7fa9c3da7830> <<< 172629 1726888976.25728: 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 0x7fa9c3da79e0> <<< 172629 1726888976.25744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888976.25791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888976.25816: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888976.25925: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3da7ec0> <<< 172629 1726888976.25929: stdout chunk (state=3): >>>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 0x7fa9c3c15c10> <<< 172629 1726888976.26021: 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 0x7fa9c3c17830> <<< 172629 1726888976.26165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888976.26173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888976.26191: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c181d0> # /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 0x7fa9c3c19340> # /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' <<< 172629 1726888976.26219: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c1be30> <<< 172629 1726888976.26251: 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 0x7fa9c45a6e40> <<< 172629 1726888976.26270: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c1a120> <<< 172629 1726888976.26294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888976.26319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888976.26348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 172629 1726888976.26361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726888976.26382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888976.26392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888976.26423: 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' <<< 172629 1726888976.26502: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c23cb0> import '_tokenize' # <<< 172629 1726888976.26567: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c227b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c22510> <<< 172629 1726888976.26571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888976.26661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888976.26678: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c22a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c1a5a0> # 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 0x7fa9c3c67ef0> <<< 172629 1726888976.26860: 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 0x7fa9c3c67920> <<< 172629 1726888976.26886: 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 <<< 172629 1726888976.26890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9c3c69a90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c69850> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888976.26919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888976.26968: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888976.26990: 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 0x7fa9c3c6bf80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c6a180> <<< 172629 1726888976.26999: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888976.27030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888976.27048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888976.27069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726888976.27175: stdout chunk (state=3): >>>import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c6f710> <<< 172629 1726888976.27238: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c6c0e0> <<< 172629 1726888976.27305: 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 0x7fa9c3c70770> <<< 172629 1726888976.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' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9c3c70950> # 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 0x7fa9c3c70800> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c680e0> # /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' <<< 172629 1726888976.27528: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888976.27530: 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 0x7fa9c3c73fe0> <<< 172629 1726888976.27777: 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 0x7fa9c3cfd160> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c72810> # 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 0x7fa9c3c73b90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c72420> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888976.27829: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.27922: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.27940: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888976.27964: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.28063: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888976.28105: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.28270: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.28747: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.29296: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888976.29311: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888976.29338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888976.29390: 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 0x7fa9c3b01310> <<< 172629 1726888976.29468: 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' <<< 172629 1726888976.29493: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3b02180> <<< 172629 1726888976.29511: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3cfd3d0> <<< 172629 1726888976.29546: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888976.29571: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.29574: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.29598: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888976.29752: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.29908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888976.29964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3b020f0> # zipimport: zlib available <<< 172629 1726888976.30491: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.30940: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.30966: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.30999: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726888976.31130: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726888976.31146: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.31410: stdout chunk (state=3): >>>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 <<< 172629 1726888976.31816: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888976.31864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888976.31880: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888976.31935: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3b032c0> <<< 172629 1726888976.31950: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.32086: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.32107: 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' # <<< 172629 1726888976.32150: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.32565: stdout chunk (state=3): >>># 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' <<< 172629 1726888976.32681: 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 0x7fa9c3b0de80> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3b0bb30> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888976.32744: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.32773: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.32814: 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' <<< 172629 1726888976.33100: 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 0x7fa9c3c02870> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3de2540> <<< 172629 1726888976.33235: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3b0e0f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3b0df40> # 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' # <<< 172629 1726888976.33269: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888976.33297: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # <<< 172629 1726888976.33441: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.33449: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # <<< 172629 1726888976.33452: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.33460: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 172629 1726888976.33469: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 172629 1726888976.33472: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.33572: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 172629 1726888976.34993: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.36357: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888976.36415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888976.36440: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888976.36469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888976.36505: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888976.36531: 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 0x7fa9c37a8b60> <<< 172629 1726888976.36558: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3b83fb0> <<< 172629 1726888976.36604: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3b81940> <<< 172629 1726888976.36744: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3ba0320> <<< 172629 1726888976.36820: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.37064: 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' <<< 172629 1726888976.37067: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/arch.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/storage_log.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/flags.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc' import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37ba7b0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37ba3c0> # /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' <<< 172629 1726888976.37070: 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' <<< 172629 1726888976.37072: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37dcef0> <<< 172629 1726888976.37089: 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' <<< 172629 1726888976.37137: 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' <<< 172629 1726888976.37199: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37de150> <<< 172629 1726888976.37229: 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 0x7fa9c37dda60> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37dd8b0> <<< 172629 1726888976.37292: 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' <<< 172629 1726888976.37315: 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 0x7fa9c37e0680> <<< 172629 1726888976.37451: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e0410> <<< 172629 1726888976.37501: 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' <<< 172629 1726888976.37523: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib/python3.12/site-packages/gi <<< 172629 1726888976.37633: 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 <<< 172629 1726888976.37645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e2420> <<< 172629 1726888976.37686: 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' <<< 172629 1726888976.37703: stdout chunk (state=3): >>># extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9c37e21e0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e1ac0> <<< 172629 1726888976.37760: 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' <<< 172629 1726888976.37785: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 172629 1726888976.37812: 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 <<< 172629 1726888976.37866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 172629 1726888976.37889: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e51c0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py <<< 172629 1726888976.37917: 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 0x7fa9c37e5580> <<< 172629 1726888976.37958: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e59a0> <<< 172629 1726888976.37987: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e6210> <<< 172629 1726888976.38067: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e4830> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e42f0> # 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 <<< 172629 1726888976.38076: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888976.38079: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e6990> <<< 172629 1726888976.38096: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e3e00> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e3dd0> <<< 172629 1726888976.38117: 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 <<< 172629 1726888976.38171: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 172629 1726888976.38175: 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' <<< 172629 1726888976.38208: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3829010> <<< 172629 1726888976.38231: 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' <<< 172629 1726888976.38266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 172629 1726888976.38269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 172629 1726888976.38326: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3829e80> <<< 172629 1726888976.38336: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3829550> <<< 172629 1726888976.38484: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e72c0> <<< 172629 1726888976.38498: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 172629 1726888976.38550: 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 <<< 172629 1726888976.38574: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 172629 1726888976.38687: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3832990> <<< 172629 1726888976.38726: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 172629 1726888976.38772: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 172629 1726888976.38790: 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' <<< 172629 1726888976.39052: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c38380b0> import 'gi.repository.Gio' # <<< 172629 1726888976.39071: stdout chunk (state=3): >>>import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e0f80> <<< 172629 1726888976.39103: 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 <<< 172629 1726888976.39171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 172629 1726888976.39175: 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 <<< 172629 1726888976.39225: stdout chunk (state=3): >>># 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' <<< 172629 1726888976.39313: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36c5fa0> <<< 172629 1726888976.39330: stdout chunk (state=3): >>>import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36c57c0> <<< 172629 1726888976.40108: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c38325a0> <<< 172629 1726888976.40134: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37ba960> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37b9760> <<< 172629 1726888976.40567: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3ba15b0> <<< 172629 1726888976.40599: 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' <<< 172629 1726888976.40664: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36da690> <<< 172629 1726888976.40771: 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 0x7fa9c36dc440> # /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' <<< 172629 1726888976.40877: 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 # 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' <<< 172629 1726888976.40951: 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 0x7fa9c36dfc20> # /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 0x7fa9c36e0200> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/core.py <<< 172629 1726888976.41088: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc' # /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' <<< 172629 1726888976.41171: stdout chunk (state=3): >>>import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e12b0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e1160> # /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' <<< 172629 1726888976.41249: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e1550> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e0ec0> # /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 <<< 172629 1726888976.41253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e1a30> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e1880> # /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' <<< 172629 1726888976.41369: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/device/_device.py # code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e1d90> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e1a90> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e0650> # /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' <<< 172629 1726888976.41514: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e18b0> # /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' <<< 172629 1726888976.41587: 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 0x7fa9c36e5d00> # /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 0x7fa9c36e6090> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e5a60> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e50d0> # /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 0x7fa9c36e6210> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36df8c0> <<< 172629 1726888976.41666: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/size.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e62a0> <<< 172629 1726888976.41794: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36dd430> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36dcb00> <<< 172629 1726888976.41889: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/device.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' # /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 <<< 172629 1726888976.41960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36ee450> <<< 172629 1726888976.42047: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36ed280> # /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 0x7fa9c36ee5d0> <<< 172629 1726888976.42121: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e7440> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/storage.py <<< 172629 1726888976.42187: stdout chunk (state=3): >>># 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 <<< 172629 1726888976.42272: 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 0x7fa9c3877e30> # /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' <<< 172629 1726888976.42285: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/availability.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 172629 1726888976.42448: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' # /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' <<< 172629 1726888976.42460: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2760590> # /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 0x7fa9c2760d70> <<< 172629 1726888976.42575: 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 0x7fa9c27613a0> # /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 0x7fa9c27616d0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2760410> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3723b30> <<< 172629 1726888976.42651: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3720950> # /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' <<< 172629 1726888976.42682: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2774410> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3721460> <<< 172629 1726888976.42730: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3720470> <<< 172629 1726888976.42737: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' <<< 172629 1726888976.42800: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/dfresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc' import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2774a10> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3721370> <<< 172629 1726888976.42842: 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' <<< 172629 1726888976.42847: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2774c20> <<< 172629 1726888976.42932: 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' <<< 172629 1726888976.42993: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2775070> # /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 0x7fa9c2775820> <<< 172629 1726888976.43132: 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' <<< 172629 1726888976.43176: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/__init__.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888976.43297: 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 0x7fa9c27a1250> # /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' <<< 172629 1726888976.43413: 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 0x7fa9c27a2390> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c27a1d60> # /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 0x7fa9c27a2780> # /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' <<< 172629 1726888976.43483: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c27a3320> # /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' <<< 172629 1726888976.43558: stdout chunk (state=3): >>>import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c254e030> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c254cd10> # /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 0x7fa9c254f4a0> <<< 172629 1726888976.43607: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/geometry.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc' import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25707d0> <<< 172629 1726888976.43650: 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 0x7fa9c25715e0> <<< 172629 1726888976.43687: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2792540> <<< 172629 1726888976.43728: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c27921b0> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/disklabel.py <<< 172629 1726888976.43760: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 172629 1726888976.43853: 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 0x7fa9c2573a70> # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/manager.py <<< 172629 1726888976.43859: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/changes.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 172629 1726888976.43944: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25a0440> <<< 172629 1726888976.43948: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25738c0> <<< 172629 1726888976.44133: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2572f60> <<< 172629 1726888976.44137: 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' <<< 172629 1726888976.44172: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25bcc80> # /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 0x7fa9c25bcdd0> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/fs.py <<< 172629 1726888976.44229: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 172629 1726888976.44295: 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' import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25d4590> <<< 172629 1726888976.44335: 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' <<< 172629 1726888976.44393: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25d4c50> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsmount.py <<< 172629 1726888976.44401: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 172629 1726888976.44506: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25d5640> # /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 0x7fa9c25d5ac0> <<< 172629 1726888976.44510: 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' <<< 172629 1726888976.44545: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25d6060> <<< 172629 1726888976.44583: 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' <<< 172629 1726888976.44627: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25d6390> # /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' <<< 172629 1726888976.44746: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25d6960> # /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 0x7fa9c25d6b40> # /usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fstab.py <<< 172629 1726888976.44804: stdout chunk (state=3): >>># 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' <<< 172629 1726888976.44841: 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 0x7fa9c25d7dd0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25d7c50> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25d6cf0> <<< 172629 1726888976.44896: 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' <<< 172629 1726888976.44917: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 172629 1726888976.44974: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2608aa0> <<< 172629 1726888976.44992: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c26086b0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25d7aa0> <<< 172629 1726888976.45380: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25bd310> # /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 0x7fa9c25d05c0> # /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 0x7fa9c25d09b0> <<< 172629 1726888976.45490: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25bef60> <<< 172629 1726888976.45525: 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 <<< 172629 1726888976.45528: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 172629 1726888976.45530: 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 <<< 172629 1726888976.45532: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 172629 1726888976.45976: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25d3a40> <<< 172629 1726888976.46010: 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 <<< 172629 1726888976.46035: 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 0x7fa9c25d3bc0> <<< 172629 1726888976.46139: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25d3110> <<< 172629 1726888976.46143: 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' <<< 172629 1726888976.46181: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2456060> <<< 172629 1726888976.46213: 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 <<< 172629 1726888976.46220: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 172629 1726888976.46257: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c24574a0> <<< 172629 1726888976.46271: 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' <<< 172629 1726888976.46304: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2457c50> <<< 172629 1726888976.46327: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/swap.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 172629 1726888976.46389: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2468560> <<< 172629 1726888976.46414: 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' <<< 172629 1726888976.46476: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c246a330> <<< 172629 1726888976.46501: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3875c40> # /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 0x7fa9c2791ee0> <<< 172629 1726888976.46650: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36f2ae0> <<< 172629 1726888976.46671: 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 <<< 172629 1726888976.46705: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 172629 1726888976.46723: 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 <<< 172629 1726888976.46736: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 172629 1726888976.46764: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c249d520> <<< 172629 1726888976.46782: 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 <<< 172629 1726888976.46819: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 172629 1726888976.46839: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c249e360> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/dm.py <<< 172629 1726888976.46850: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 172629 1726888976.46894: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c249eb40> <<< 172629 1726888976.47014: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c249c470> <<< 172629 1726888976.47037: 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 <<< 172629 1726888976.47051: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 172629 1726888976.47084: 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' <<< 172629 1726888976.47129: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c24d8650> <<< 172629 1726888976.47299: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c24b6d80> # /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' <<< 172629 1726888976.47419: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c24ea180> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lvm.py <<< 172629 1726888976.47573: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/container.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 172629 1726888976.47676: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2503b30> # /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 0x7fa9c23401a0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/md.py <<< 172629 1726888976.47729: 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' <<< 172629 1726888976.47800: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2342480> <<< 172629 1726888976.47943: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c23406b0> <<< 172629 1726888976.47998: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/cache.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c23748f0> <<< 172629 1726888976.48337: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25005f0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/btrfs.py <<< 172629 1726888976.48378: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 172629 1726888976.48470: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2500830> <<< 172629 1726888976.48621: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/file.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c23d69c0> # /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' <<< 172629 1726888976.48661: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c23d7500> # /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 0x7fa9c23d7f80> <<< 172629 1726888976.48729: 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' import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c23e8500> # /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' <<< 172629 1726888976.48762: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c23e93d0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/stratis.py <<< 172629 1726888976.48765: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 172629 1726888976.48904: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c23e9c70> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36dc590> <<< 172629 1726888976.48930: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/deviceaction.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 172629 1726888976.49058: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c23ea6f0> <<< 172629 1726888976.49083: 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 <<< 172629 1726888976.49144: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 172629 1726888976.49192: 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 <<< 172629 1726888976.49248: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2419070> <<< 172629 1726888976.49359: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2406d80> # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available <<< 172629 1726888976.49379: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 172629 1726888976.49609: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.49849: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 172629 1726888976.50044: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888976.50209: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/blivet.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' <<< 172629 1726888976.50236: 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' <<< 172629 1726888976.50265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888976.50316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888976.50320: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726888976.50370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2290470> <<< 172629 1726888976.50383: 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 0x7fa9c22907a0> <<< 172629 1726888976.50461: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c227c800> <<< 172629 1726888976.50465: stdout chunk (state=3): >>>import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2263f80> <<< 172629 1726888976.50493: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' <<< 172629 1726888976.50617: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c227c9e0> <<< 172629 1726888976.50659: 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 <<< 172629 1726888976.50722: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/actionlist.py <<< 172629 1726888976.50725: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' <<< 172629 1726888976.50743: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tsort.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc' import 'blivet.tsort' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c23241d0> <<< 172629 1726888976.50783: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2293440> <<< 172629 1726888976.50787: 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 <<< 172629 1726888976.50826: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2324650> <<< 172629 1726888976.50853: 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' <<< 172629 1726888976.50875: 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 <<< 172629 1726888976.50890: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 172629 1726888976.50922: 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' <<< 172629 1726888976.50999: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/devicepopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' <<< 172629 1726888976.51004: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/populatorhelper.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc' import 'blivet.populator.helpers.populatorhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2326750> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2326510> <<< 172629 1726888976.51090: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/formatpopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2326a50> # /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 <<< 172629 1726888976.51115: 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 0x7fa9c2326d20> # /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' <<< 172629 1726888976.51119: stdout chunk (state=3): >>>import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2326ed0> <<< 172629 1726888976.51184: 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' <<< 172629 1726888976.51251: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2327110> # /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 <<< 172629 1726888976.51314: 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 0x7fa9c2327680> # /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 0x7fa9c2128170> <<< 172629 1726888976.51389: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/loop.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc' import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2128320> # /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' <<< 172629 1726888976.51446: stdout chunk (state=3): >>>import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2128500> # /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 0x7fa9c2128b30> # /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 <<< 172629 1726888976.51512: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2129490> # /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 0x7fa9c21298b0> <<< 172629 1726888976.51584: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/optical.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc' import 'blivet.populator.helpers.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2129af0> # /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 0x7fa9c2129be0> # /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 <<< 172629 1726888976.51606: 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 0x7fa9c2129eb0> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2325df0> <<< 172629 1726888976.51658: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2324ec0> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2324e00> <<< 172629 1726888976.51720: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2291910> <<< 172629 1726888976.51832: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2261a00> <<< 172629 1726888976.61215: 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 <<< 172629 1726888976.61219: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 172629 1726888976.61554: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c21b77d0> <<< 172629 1726888977.24163: stdout chunk (state=3): >>> {"changed": false, "actions": [], "leaves": ["/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "path": "/opt/test", "fstype": "ext3", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "ext3", "mount_options": "defaults", "mount_point": "/opt/test", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "packages": ["xfsprogs", "e2fsprogs"], "invocation": {"module_args": {"pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "ext3", "mount_options": "defaults", "mount_point": "/opt/test", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 172629 1726888977.24842: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888977.24892: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888977.24928: 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__ <<< 172629 1726888977.24956: stdout chunk (state=3): >>># clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # 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<<< 172629 1726888977.24980: stdout chunk (state=3): >>> # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math <<< 172629 1726888977.25002: stdout chunk (state=3): >>># 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 <<< 172629 1726888977.25046: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # 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 <<< 172629 1726888977.25070: 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 # 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 <<< 172629 1726888977.25088: stdout chunk (state=3): >>># cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode <<< 172629 1726888977.25108: stdout chunk (state=3): >>># 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 <<< 172629 1726888977.25152: stdout chunk (state=3): >>># 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 <<< 172629 1726888977.25160: stdout chunk (state=3): >>># 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 <<< 172629 1726888977.25180: stdout chunk (state=3): >>># 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 <<< 172629 1726888977.25208: stdout chunk (state=3): >>># 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 <<< 172629 1726888977.25232: stdout chunk (state=3): >>># 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 <<< 172629 1726888977.25252: stdout chunk (state=3): >>># 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 <<< 172629 1726888977.25930: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888977.25962: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888977.26030: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd <<< 172629 1726888977.26121: stdout chunk (state=3): >>># destroy datetime # destroy distro # destroy distro.distro # destroy argparse # destroy _compat_pickle <<< 172629 1726888977.26166: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree <<< 172629 1726888977.26197: stdout chunk (state=3): >>># cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper <<< 172629 1726888977.26275: stdout chunk (state=3): >>># 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 <<< 172629 1726888977.26460: stdout chunk (state=3): >>># 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 <<< 172629 1726888977.26468: stdout chunk (state=3): >>># 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 <<< 172629 1726888977.26487: stdout chunk (state=3): >>># 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 <<< 172629 1726888977.26522: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux <<< 172629 1726888977.26678: stdout chunk (state=3): >>># 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 <<< 172629 1726888977.26704: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 172629 1726888977.26745: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _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 <<< 172629 1726888977.26774: 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 <<< 172629 1726888977.26888: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _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 <<< 172629 1726888977.26905: 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 <<< 172629 1726888977.27761: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888977.27764: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc # destroy _weakref <<< 172629 1726888977.27766: stdout chunk (state=3): >>># destroy zipimport # destroy gi._gi <<< 172629 1726888977.27768: stdout chunk (state=3): >>># destroy _struct <<< 172629 1726888977.27793: stdout chunk (state=3): >>># destroy pyudev <<< 172629 1726888977.27872: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid <<< 172629 1726888977.27953: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser <<< 172629 1726888977.27977: stdout chunk (state=3): >>># 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 <<< 172629 1726888977.28161: stdout chunk (state=3): >>># 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 <<< 172629 1726888977.28165: 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 <<< 172629 1726888977.28168: stdout chunk (state=3): >>># destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 172629 1726888977.28171: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 172629 1726888977.28173: stdout chunk (state=3): >>># destroy select # destroy json.scanner<<< 172629 1726888977.28302: stdout chunk (state=3): >>> # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread <<< 172629 1726888977.28460: 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 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 <<< 172629 1726888977.28471: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888977.28488: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726888977.28506: 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 <<< 172629 1726888977.28574: stdout chunk (state=3): >>># destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks <<< 172629 1726888977.29070: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888977.29074: stdout chunk (state=3): >>><<< 172629 1726888977.29082: stderr chunk (state=3): >>><<< 172629 1726888977.29513: _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 0x7fa9c47bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c478bb00> # /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 0x7fa9c47bea50> 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 0x7fa9c47cd130> # /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 0x7fa9c47ce120> 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 0x7fa9c45b3f50> # /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 0x7fa9c45c00e0> # /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 0x7fa9c45e3950> # /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 0x7fa9c45e3fe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c45c3bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c45c1340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c45b1100> # /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 0x7fa9c46078f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4606510> # /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 0x7fa9c45c2360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4604cb0> # /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 0x7fa9c4634920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c45b0380> # /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 0x7fa9c4634dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4634c80> # 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 0x7fa9c4635070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c45a6ea0> # /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 0x7fa9c4635730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4635430> 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 0x7fa9c4636630> 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 0x7fa9c4650860> 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 0x7fa9c4651fa0> # /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 0x7fa9c4652e40> # 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 0x7fa9c4653470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4652390> # /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 0x7fa9c4653ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4653620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4636690> # /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 0x7fa9c4397da0> # /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 0x7fa9c43c0890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c43c05f0> # 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 0x7fa9c43c0800> # /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 0x7fa9c43c11c0> # 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 0x7fa9c43c1b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c43c0a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4395f40> # /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 0x7fa9c43c2f60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c43c1ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4636d80> # /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 0x7fa9c43eb260> # /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 0x7fa9c4413650> # /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 0x7fa9c4470440> # /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 0x7fa9c4472ba0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4470560> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4439430> # /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 0x7fa9c3d25550> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c4412450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c43c3e30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa9c4412570> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_o_fdapok/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 0x7fa9c3d771a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3d5a090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3d59220> # 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 0x7fa9c3d74ef0> # /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 0x7fa9c3da6ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3da6930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3da6240> # /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 0x7fa9c3da66c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3d77c20> 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 0x7fa9c3da7830> # 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 0x7fa9c3da79e0> # /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 0x7fa9c3da7ec0> 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 0x7fa9c3c15c10> # 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 0x7fa9c3c17830> # /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 0x7fa9c3c181d0> # /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 0x7fa9c3c19340> # /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 0x7fa9c3c1be30> # 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 0x7fa9c45a6e40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c1a120> # /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 0x7fa9c3c23cb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c227b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c22510> # /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 0x7fa9c3c22a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c1a5a0> # 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 0x7fa9c3c67ef0> # /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 0x7fa9c3c67920> # /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 0x7fa9c3c69a90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c69850> # /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 0x7fa9c3c6bf80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c6a180> # /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 0x7fa9c3c6f710> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c6c0e0> # 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 0x7fa9c3c70770> # 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 0x7fa9c3c70950> # 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 0x7fa9c3c70800> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c680e0> # /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 0x7fa9c3c73fe0> # 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 0x7fa9c3cfd160> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c72810> # 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 0x7fa9c3c73b90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3c72420> # 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 0x7fa9c3b01310> # /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 0x7fa9c3b02180> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3cfd3d0> 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 0x7fa9c3b020f0> # 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 0x7fa9c3b032c0> # 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 0x7fa9c3b0de80> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3b0bb30> 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 0x7fa9c3c02870> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3de2540> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3b0e0f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3b0df40> # 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 0x7fa9c37a8b60> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3b83fb0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3b81940> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3ba0320> # 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 0x7fa9c37ba7b0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37ba3c0> # /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 0x7fa9c37dcef0> # /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 0x7fa9c37de150> # 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 0x7fa9c37dda60> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37dd8b0> # /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 0x7fa9c37e0680> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e0410> # /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 0x7fa9c37e2420> # 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 0x7fa9c37e21e0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e1ac0> # /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 0x7fa9c37e51c0> # /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 0x7fa9c37e5580> # /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 0x7fa9c37e59a0> # /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 0x7fa9c37e6210> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e4830> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e42f0> # 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 0x7fa9c37e6990> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e3e00> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e3dd0> # /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 0x7fa9c3829010> # /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 0x7fa9c3829e80> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3829550> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e72c0> 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 0x7fa9c3832990> 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 0x7fa9c38380b0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37e0f80> # /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 0x7fa9c36c5fa0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36c57c0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c38325a0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37ba960> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c37b9760> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3ba15b0> # /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 0x7fa9c36da690> # /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 0x7fa9c36dc440> # /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 0x7fa9c36dfc20> # /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 0x7fa9c36e0200> # /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 0x7fa9c36e12b0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e1160> # /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 0x7fa9c36e1550> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e0ec0> # /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 0x7fa9c36e1a30> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e1880> # /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 0x7fa9c36e1d90> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e1a90> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e0650> # /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 0x7fa9c36e18b0> # /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 0x7fa9c36e5d00> # /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 0x7fa9c36e6090> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e5a60> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e50d0> # /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 0x7fa9c36e6210> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36df8c0> # /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 0x7fa9c36e62a0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36dd430> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36dcb00> # /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 0x7fa9c36ee450> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36ed280> # /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 0x7fa9c36ee5d0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36e7440> # /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 0x7fa9c3877e30> # /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 0x7fa9c2760590> # /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 0x7fa9c2760d70> # /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 0x7fa9c27613a0> # /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 0x7fa9c27616d0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2760410> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3723b30> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3720950> # /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 0x7fa9c2774410> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3721460> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3720470> # /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 0x7fa9c2774a10> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3721370> # /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 0x7fa9c2774c20> # /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 0x7fa9c2775070> # /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 0x7fa9c2775820> # /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 0x7fa9c27a1250> # /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 0x7fa9c27a2390> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c27a1d60> # /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 0x7fa9c27a2780> # /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 0x7fa9c27a3320> # /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 0x7fa9c254e030> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c254cd10> # /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 0x7fa9c254f4a0> # /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 0x7fa9c25707d0> # /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 0x7fa9c25715e0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2792540> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c27921b0> # /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 0x7fa9c2573a70> # /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 0x7fa9c25a0440> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25738c0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2572f60> # /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 0x7fa9c25bcc80> # /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 0x7fa9c25bcdd0> # /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 0x7fa9c25d4590> # /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 0x7fa9c25d4c50> # /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 0x7fa9c25d5640> # /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 0x7fa9c25d5ac0> # /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 0x7fa9c25d6060> # /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 0x7fa9c25d6390> # /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 0x7fa9c25d6960> # /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 0x7fa9c25d6b40> # /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 0x7fa9c25d7dd0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25d7c50> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25d6cf0> # /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 0x7fa9c2608aa0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c26086b0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25d7aa0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25bd310> # /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 0x7fa9c25d05c0> # /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 0x7fa9c25d09b0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25bef60> # /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 0x7fa9c25d3a40> # /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 0x7fa9c25d3bc0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25d3110> # /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 0x7fa9c2456060> # /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 0x7fa9c24574a0> # /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 0x7fa9c2457c50> # /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 0x7fa9c2468560> # /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 0x7fa9c246a330> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c3875c40> # /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 0x7fa9c2791ee0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36f2ae0> # /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 0x7fa9c249d520> # /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 0x7fa9c249e360> # /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 0x7fa9c249eb40> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c249c470> # /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 0x7fa9c24d8650> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c24b6d80> # /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 0x7fa9c24ea180> # /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 0x7fa9c2503b30> # /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 0x7fa9c23401a0> # /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 0x7fa9c2342480> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c23406b0> # /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 0x7fa9c23748f0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c25005f0> # /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 0x7fa9c2500830> # /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 0x7fa9c23d69c0> # /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 0x7fa9c23d7500> # /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 0x7fa9c23d7f80> # /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 0x7fa9c23e8500> # /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 0x7fa9c23e93d0> # /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 0x7fa9c23e9c70> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c36dc590> # /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 0x7fa9c23ea6f0> # /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 0x7fa9c2419070> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2406d80> # 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 0x7fa9c2290470> # 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 0x7fa9c22907a0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c227c800> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2263f80> # /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 0x7fa9c227c9e0> # /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 0x7fa9c23241d0> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2293440> # /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 0x7fa9c2324650> # /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 0x7fa9c2326750> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2326510> # /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 0x7fa9c2326a50> # /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 0x7fa9c2326d20> # /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 0x7fa9c2326ed0> # /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 0x7fa9c2327110> # /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 0x7fa9c2327680> # /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 0x7fa9c2128170> # /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 0x7fa9c2128320> # /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 0x7fa9c2128500> # /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 0x7fa9c2128b30> # /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 0x7fa9c2129490> # /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 0x7fa9c21298b0> # /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 0x7fa9c2129af0> # /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 0x7fa9c2129be0> # /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 0x7fa9c2129eb0> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2325df0> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2324ec0> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2324e00> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2291910> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9c2261a00> # /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 0x7fa9c21b77d0> {"changed": false, "actions": [], "leaves": ["/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "path": "/opt/test", "fstype": "ext3", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "ext3", "mount_options": "defaults", "mount_point": "/opt/test", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "packages": ["xfsprogs", "e2fsprogs"], "invocation": {"module_args": {"pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "ext3", "mount_options": "defaults", "mount_point": "/opt/test", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy __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 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 # 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 172629 1726888977.31657: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [], 'volumes': [{'name': 'test1', 'type': 'disk', 'mount_point': '/opt/test', 'fs_type': 'ext3', 'disks': ['sda']}], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888976.0086167-175372-33452398799100/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888977.31661: _low_level_execute_command(): starting 172629 1726888977.31663: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888976.0086167-175372-33452398799100/ > /dev/null 2>&1 && sleep 0' 172629 1726888977.31666: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888977.31669: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888977.31672: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888977.31674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888977.31676: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888977.31678: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888977.31680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888977.31683: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888977.31685: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888977.31687: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888977.31690: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888977.31692: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888977.31694: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888977.32843: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888977.32847: stdout chunk (state=3): >>><<< 172629 1726888977.32850: stderr chunk (state=3): >>><<< 172629 1726888977.33115: _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 172629 1726888977.33120: handler run complete 172629 1726888977.33159: attempt loop complete, returning result 172629 1726888977.33162: _execute() done 172629 1726888977.33164: dumping result to json 172629 1726888977.33178: done dumping result, returning 172629 1726888977.33223: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-d0a8-add8-0000000014f6] 172629 1726888977.33226: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014f6 172629 1726888977.33395: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014f6 172629 1726888977.33398: WORKER PROCESS EXITING ok: [managed_node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } 172629 1726888977.33808: no more pending results, returning what we have 172629 1726888977.33811: results queue empty 172629 1726888977.33812: checking for any_errors_fatal 172629 1726888977.33816: done checking for any_errors_fatal 172629 1726888977.33817: checking for max_fail_percentage 172629 1726888977.33818: done checking for max_fail_percentage 172629 1726888977.33819: checking to see if all hosts have failed and the running result is not ok 172629 1726888977.33820: done checking to see if all hosts have failed 172629 1726888977.33821: getting the remaining hosts for this loop 172629 1726888977.33822: done getting the remaining hosts for this loop 172629 1726888977.33825: getting the next task for host managed_node1 172629 1726888977.33830: done getting next task for host managed_node1 172629 1726888977.33833: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 172629 1726888977.33836: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888977.33846: getting variables 172629 1726888977.33847: in VariableManager get_vars() 172629 1726888977.33885: Calling all_inventory to load vars for managed_node1 172629 1726888977.33888: Calling groups_inventory to load vars for managed_node1 172629 1726888977.33890: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888977.33899: Calling all_plugins_play to load vars for managed_node1 172629 1726888977.33902: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888977.33905: Calling groups_plugins_play to load vars for managed_node1 172629 1726888977.35797: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888977.47139: done with get_vars() 172629 1726888977.47161: done getting variables 172629 1726888977.47213: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:57 -0400 (0:00:01.610) 0:01:17.752 ****** 172629 1726888977.47243: entering _queue_task() for managed_node1/command 172629 1726888977.48206: worker is 1 (out of 1 available) 172629 1726888977.48218: exiting _queue_task() for managed_node1/command 172629 1726888977.48230: done queuing things up, now waiting for results queue to drain 172629 1726888977.48231: waiting for pending results... 172629 1726888977.48874: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 172629 1726888977.49094: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014f7 172629 1726888977.49195: variable 'ansible_search_path' from source: unknown 172629 1726888977.49200: variable 'ansible_search_path' from source: unknown 172629 1726888977.49258: calling self._execute() 172629 1726888977.49540: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888977.49544: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888977.49547: variable 'omit' from source: magic vars 172629 1726888977.50865: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888977.55274: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888977.55661: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888977.55665: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888977.55668: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888977.55670: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888977.56063: 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) 172629 1726888977.56070: 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) 172629 1726888977.56073: 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) 172629 1726888977.56076: 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) 172629 1726888977.56079: 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) 172629 1726888977.56337: Evaluated conditional (storage_udevadm_trigger | d(false)): False 172629 1726888977.56341: when evaluation is False, skipping this task 172629 1726888977.56344: _execute() done 172629 1726888977.56347: dumping result to json 172629 1726888977.56349: done dumping result, returning 172629 1726888977.56360: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-d0a8-add8-0000000014f7] 172629 1726888977.56363: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014f7 172629 1726888977.56465: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014f7 172629 1726888977.56469: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 172629 1726888977.56514: no more pending results, returning what we have 172629 1726888977.56517: results queue empty 172629 1726888977.56519: checking for any_errors_fatal 172629 1726888977.56535: done checking for any_errors_fatal 172629 1726888977.56536: checking for max_fail_percentage 172629 1726888977.56538: done checking for max_fail_percentage 172629 1726888977.56539: checking to see if all hosts have failed and the running result is not ok 172629 1726888977.56540: done checking to see if all hosts have failed 172629 1726888977.56541: getting the remaining hosts for this loop 172629 1726888977.56543: done getting the remaining hosts for this loop 172629 1726888977.56546: getting the next task for host managed_node1 172629 1726888977.56558: done getting next task for host managed_node1 172629 1726888977.56562: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 172629 1726888977.56566: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888977.56592: getting variables 172629 1726888977.56594: in VariableManager get_vars() 172629 1726888977.56632: Calling all_inventory to load vars for managed_node1 172629 1726888977.56635: Calling groups_inventory to load vars for managed_node1 172629 1726888977.56638: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888977.56649: Calling all_plugins_play to load vars for managed_node1 172629 1726888977.56652: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888977.56862: Calling groups_plugins_play to load vars for managed_node1 172629 1726888977.57673: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888977.58910: done with get_vars() 172629 1726888977.58927: 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 23:22:57 -0400 (0:00:00.119) 0:01:17.872 ****** 172629 1726888977.59237: entering _queue_task() for managed_node1/stat 172629 1726888977.59759: worker is 1 (out of 1 available) 172629 1726888977.59772: exiting _queue_task() for managed_node1/stat 172629 1726888977.59785: done queuing things up, now waiting for results queue to drain 172629 1726888977.59786: waiting for pending results... 172629 1726888977.60181: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 172629 1726888977.60362: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014f8 172629 1726888977.60367: variable 'ansible_search_path' from source: unknown 172629 1726888977.60370: variable 'ansible_search_path' from source: unknown 172629 1726888977.60495: calling self._execute() 172629 1726888977.60567: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888977.60580: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888977.60598: variable 'omit' from source: magic vars 172629 1726888977.60741: variable 'omit' from source: magic vars 172629 1726888977.60849: variable 'omit' from source: magic vars 172629 1726888977.60889: variable 'omit' from source: magic vars 172629 1726888977.60948: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888977.61039: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888977.61042: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888977.61045: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888977.61068: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888977.61103: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888977.61113: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888977.61122: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888977.61238: Set connection var ansible_timeout to 10 172629 1726888977.61259: Set connection var ansible_shell_type to sh 172629 1726888977.61364: Set connection var ansible_pipelining to False 172629 1726888977.61367: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888977.61370: Set connection var ansible_shell_executable to /bin/sh 172629 1726888977.61374: Set connection var ansible_connection to ssh 172629 1726888977.61377: variable 'ansible_shell_executable' from source: unknown 172629 1726888977.61379: variable 'ansible_connection' from source: unknown 172629 1726888977.61382: variable 'ansible_module_compression' from source: unknown 172629 1726888977.61385: variable 'ansible_shell_type' from source: unknown 172629 1726888977.61388: variable 'ansible_shell_executable' from source: unknown 172629 1726888977.61391: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888977.61394: variable 'ansible_pipelining' from source: unknown 172629 1726888977.61396: variable 'ansible_timeout' from source: unknown 172629 1726888977.61398: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888977.61600: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888977.61626: variable 'omit' from source: magic vars 172629 1726888977.61636: starting attempt loop 172629 1726888977.61644: running the handler 172629 1726888977.61667: _low_level_execute_command(): starting 172629 1726888977.61731: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888977.62496: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888977.62584: 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 <<< 172629 1726888977.62629: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888977.62650: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888977.62700: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888977.62760: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888977.64525: stdout chunk (state=3): >>>/root <<< 172629 1726888977.64528: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888977.64613: stderr chunk (state=3): >>><<< 172629 1726888977.64617: stdout chunk (state=3): >>><<< 172629 1726888977.64621: _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 172629 1726888977.64625: _low_level_execute_command(): starting 172629 1726888977.64723: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888977.645906-175435-201263205495860 `" && echo ansible-tmp-1726888977.645906-175435-201263205495860="` echo /root/.ansible/tmp/ansible-tmp-1726888977.645906-175435-201263205495860 `" ) && sleep 0' 172629 1726888977.65937: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888977.65950: 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 <<< 172629 1726888977.65971: 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 <<< 172629 1726888977.66046: 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 <<< 172629 1726888977.66087: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888977.67988: stdout chunk (state=3): >>>ansible-tmp-1726888977.645906-175435-201263205495860=/root/.ansible/tmp/ansible-tmp-1726888977.645906-175435-201263205495860 <<< 172629 1726888977.68098: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888977.68197: stderr chunk (state=3): >>><<< 172629 1726888977.68200: stdout chunk (state=3): >>><<< 172629 1726888977.68204: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888977.645906-175435-201263205495860=/root/.ansible/tmp/ansible-tmp-1726888977.645906-175435-201263205495860 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888977.68228: variable 'ansible_module_compression' from source: unknown 172629 1726888977.68384: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726888977.68454: variable 'ansible_facts' from source: unknown 172629 1726888977.68661: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888977.645906-175435-201263205495860/AnsiballZ_stat.py 172629 1726888977.69182: Sending initial data 172629 1726888977.69185: Sent initial data (154 bytes) 172629 1726888977.70443: 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 <<< 172629 1726888977.70505: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888977.70671: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888977.70749: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888977.72297: 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 <<< 172629 1726888977.72341: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888977.72395: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpvf13uxly /root/.ansible/tmp/ansible-tmp-1726888977.645906-175435-201263205495860/AnsiballZ_stat.py <<< 172629 1726888977.72405: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888977.645906-175435-201263205495860/AnsiballZ_stat.py" <<< 172629 1726888977.72599: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpvf13uxly" to remote "/root/.ansible/tmp/ansible-tmp-1726888977.645906-175435-201263205495860/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888977.645906-175435-201263205495860/AnsiballZ_stat.py" <<< 172629 1726888977.73702: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888977.73705: stdout chunk (state=3): >>><<< 172629 1726888977.73712: stderr chunk (state=3): >>><<< 172629 1726888977.73732: done transferring module to remote 172629 1726888977.73746: _low_level_execute_command(): starting 172629 1726888977.73752: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888977.645906-175435-201263205495860/ /root/.ansible/tmp/ansible-tmp-1726888977.645906-175435-201263205495860/AnsiballZ_stat.py && sleep 0' 172629 1726888977.75112: 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 <<< 172629 1726888977.75116: stderr 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 <<< 172629 1726888977.75186: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888977.75316: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888977.75342: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888977.77323: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888977.77326: stdout chunk (state=3): >>><<< 172629 1726888977.77333: stderr chunk (state=3): >>><<< 172629 1726888977.77350: _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 172629 1726888977.77360: _low_level_execute_command(): starting 172629 1726888977.77363: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888977.645906-175435-201263205495860/AnsiballZ_stat.py && sleep 0' 172629 1726888977.78458: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888977.78468: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888977.78525: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 172629 1726888977.78530: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 172629 1726888977.78670: 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 <<< 172629 1726888977.78735: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888977.78738: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888977.78968: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888977.80952: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888977.80977: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888977.81005: stdout chunk (state=3): >>>import '_thread' # <<< 172629 1726888977.81012: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 172629 1726888977.81076: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888977.81086: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888977.81116: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888977.81275: stdout chunk (state=3): >>>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' # <<< 172629 1726888977.81311: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888977.81332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888977.81346: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960abbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960ab8bb00> <<< 172629 1726888977.81382: 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 0x7f960abbea50> <<< 172629 1726888977.81403: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888977.81428: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726888977.81440: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726888977.81487: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 172629 1726888977.81724: 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' <<< 172629 1726888977.81731: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960abcd130> <<< 172629 1726888977.81785: 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 <<< 172629 1726888977.81803: 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 0x7f960abce120> <<< 172629 1726888977.81824: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888977.81860: 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. <<< 172629 1726888977.82080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888977.82098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888977.82114: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888977.82135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888977.82312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888977.82316: 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 0x7f960a9aaea0> # /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' <<< 172629 1726888977.82321: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a9c01a0> <<< 172629 1726888977.82332: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888977.82335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888977.82365: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888977.82416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888977.82426: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888977.82450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726888977.82614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a9e3a40> # /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' <<< 172629 1726888977.82618: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960aa04110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a9c3ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a9c1400> <<< 172629 1726888977.82756: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a9a91c0> <<< 172629 1726888977.82760: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888977.82762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888977.82766: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888977.82768: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888977.82809: 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' <<< 172629 1726888977.82876: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960aa07950> <<< 172629 1726888977.82884: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960aa06570> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726888977.83277: 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 0x7f960a9c22a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a9c1430> <<< 172629 1726888977.83289: 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 0x7f960aa349b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a9a8440> # /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 0x7f960aa34e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960aa34d10> # 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 0x7f960aa35100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a9a6f60> # /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 0x7f960aa357c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960aa354c0> 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 0x7f960aa366c0> 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' <<< 172629 1726888977.83319: 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 0x7f960aa508f0> <<< 172629 1726888977.83330: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888977.83578: 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 0x7f960aa52030> # /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 0x7f960aa52ed0> # 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 0x7f960aa53530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960aa52420> # /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 0x7f960aa53fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960aa536e0> <<< 172629 1726888977.83776: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960aa36720> # /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 0x7f960a7dfe00> # /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 0x7f960a80c8f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a80c650> <<< 172629 1726888977.83802: 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 0x7f960a80c920> <<< 172629 1726888977.83823: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888977.83860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726888977.83907: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888977.84031: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888977.84048: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f960a80d250> <<< 172629 1726888977.84142: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888977.84261: 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 0x7f960a80dc40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a80cb00> <<< 172629 1726888977.84264: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a7ddfa0> <<< 172629 1726888977.84267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888977.84269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888977.84271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888977.84476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a80f050> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a80dd90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960aa36e10> # /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 0x7f960a8373b0> <<< 172629 1726888977.84512: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888977.84530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888977.84541: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888977.84565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888977.84604: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a85b770> <<< 172629 1726888977.84624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888977.84669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888977.84720: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888977.84739: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726888977.84877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a8b8530> # /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' <<< 172629 1726888977.85040: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a8bac90> <<< 172629 1726888977.85081: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a8b8650> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a87d550> # /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 0x7f960a125640> <<< 172629 1726888977.85095: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a85a570> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a80ff80> <<< 172629 1726888977.85275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f960a85ab70> <<< 172629 1726888977.85349: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_3pe9ubff/ansible_stat_payload.zip' <<< 172629 1726888977.85366: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.85481: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.85509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888977.85519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888977.85563: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888977.85768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888977.85808: 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 0x7f960a1773e0> import '_typing' # <<< 172629 1726888977.85858: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a15a2d0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a159430> # zipimport: zlib available <<< 172629 1726888977.85887: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888977.85916: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.85920: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.86075: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888977.87436: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.88442: 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' <<< 172629 1726888977.88466: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a175280> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726888977.88486: 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 <<< 172629 1726888977.88498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888977.88521: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726888977.88537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888977.88558: 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 0x7f960a1a2e70> <<< 172629 1726888977.88778: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a1a2c00> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a1a2510> # /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 0x7f960a1a2f30> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a177e00> 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 0x7f960a1a3b90> # 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 0x7f960a1a3dd0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888977.88810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888977.88860: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888977.88863: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a1c8290> <<< 172629 1726888977.88882: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888977.88893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888977.88916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888977.88966: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a0120c0> <<< 172629 1726888977.88977: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888977.89186: 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 0x7f960a013ce0> # /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 0x7f960a018680> # /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 0x7f960a019580> # /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' <<< 172629 1726888977.89461: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a01c260> <<< 172629 1726888977.89465: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888977.89467: 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 0x7f960a01c5c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a01a510> <<< 172629 1726888977.89470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888977.89472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888977.89474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 172629 1726888977.89480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726888977.89482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888977.89560: 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 0x7f960a0601a0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a01ec90> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a01e9f0> # /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' <<< 172629 1726888977.89788: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a01ef60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a01aa20> # 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 0x7f960a064380> # /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 0x7f960a0645f0> # /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' <<< 172629 1726888977.89807: 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 0x7f960a066090> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a065e50> <<< 172629 1726888977.89820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888977.89914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888977.89970: 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 0x7f960a068590> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a066720> <<< 172629 1726888977.89992: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888977.90029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888977.90052: 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' <<< 172629 1726888977.90069: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888977.90108: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a06bd70> <<< 172629 1726888977.90224: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a068740> <<< 172629 1726888977.90282: 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' <<< 172629 1726888977.90307: 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 0x7f960a06cb90> <<< 172629 1726888977.90321: 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 0x7f960a06ca10> <<< 172629 1726888977.90486: 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 0x7f960a06d040> <<< 172629 1726888977.90490: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a064800> # /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 <<< 172629 1726888977.90493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888977.90495: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888977.90497: 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 0x7f960a0f8680> <<< 172629 1726888977.90673: 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 0x7f960a0f9c70> <<< 172629 1726888977.90710: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a06ee10> # 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 0x7f960a06fa10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a06ea20> # zipimport: zlib available <<< 172629 1726888977.90724: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888977.90980: stdout chunk (state=3): >>># 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 <<< 172629 1726888977.91077: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.91207: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.92112: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.92237: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888977.92252: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888977.92381: 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 0x7f960a0fdd90> <<< 172629 1726888977.92411: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726888977.92438: 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 0x7f960a0feb10> <<< 172629 1726888977.92547: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a0fa030> <<< 172629 1726888977.92551: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888977.92556: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.92559: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.92561: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888977.92563: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.92688: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.92840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888977.92859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a0fec30> <<< 172629 1726888977.92974: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.93319: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.93759: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.93826: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.93899: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888977.93912: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.93980: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # <<< 172629 1726888977.93990: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.94070: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.94180: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888977.94264: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.94371: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888977.94493: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.94725: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888977.94833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888977.94838: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888977.95010: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a0ffd40> # 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' # <<< 172629 1726888977.95028: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888977.95038: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.95080: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.95119: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888977.95133: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.95260: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.95265: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.95272: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.95378: 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' <<< 172629 1726888977.95496: 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 0x7f9609f0aab0> <<< 172629 1726888977.95505: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9609f071d0> <<< 172629 1726888977.95508: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888977.95528: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888977.95589: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.95678: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888977.95825: 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' <<< 172629 1726888977.95833: 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 <<< 172629 1726888977.95836: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888977.95839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888977.95841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888977.95934: 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 0x7f960a1ceed0> <<< 172629 1726888977.95969: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a1eebd0> <<< 172629 1726888977.96045: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9609f01fd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a0ff710> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888977.96062: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.96080: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.96112: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888977.96170: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888977.96274: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888977.96338: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.96523: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888977.97884: 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": 1436, "inode": 253755650, "dev": 51714, "nlink": 1, "atime": 1726888962.99197, "mtime": 1726888962.98797, "ctime": 1726888962.98797, "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": "237ce2c2727d38d54f3d7435738d50a54deda1f3", "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"}}} <<< 172629 1726888977.97920: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888977.98664: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888977.98667: 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__ <<< 172629 1726888977.98670: stdout chunk (state=3): >>># clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # 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 <<< 172629 1726888977.98892: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888977.98915: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888977.98942: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888977.98973: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888977.98980: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726888977.99018: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888977.99087: 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 <<< 172629 1726888977.99164: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726888977.99169: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 172629 1726888977.99192: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888977.99252: 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 <<< 172629 1726888977.99387: 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 # 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 <<< 172629 1726888977.99407: 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 <<< 172629 1726888977.99545: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888977.99552: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888977.99587: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888977.99642: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888977.99646: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726888977.99679: 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 <<< 172629 1726888977.99815: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 172629 1726888977.99819: stdout chunk (state=3): >>># destroy time <<< 172629 1726888977.99889: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 172629 1726888977.99897: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888978.00276: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888978.00393: stderr chunk (state=3): >>><<< 172629 1726888978.00396: stdout chunk (state=3): >>><<< 172629 1726888978.00478: _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 0x7f960abbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960ab8bb00> # /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 0x7f960abbea50> 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 0x7f960abcd130> # /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 0x7f960abce120> 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 0x7f960a9aaea0> # /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 0x7f960a9c01a0> # /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 0x7f960a9e3a40> # /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 0x7f960aa04110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a9c3ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a9c1400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a9a91c0> # /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 0x7f960aa07950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960aa06570> # /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 0x7f960a9c22a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a9c1430> # /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 0x7f960aa349b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a9a8440> # /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 0x7f960aa34e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960aa34d10> # 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 0x7f960aa35100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a9a6f60> # /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 0x7f960aa357c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960aa354c0> 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 0x7f960aa366c0> 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 0x7f960aa508f0> 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 0x7f960aa52030> # /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 0x7f960aa52ed0> # 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 0x7f960aa53530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960aa52420> # /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 0x7f960aa53fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960aa536e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960aa36720> # /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 0x7f960a7dfe00> # /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 0x7f960a80c8f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a80c650> # 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 0x7f960a80c920> # /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 0x7f960a80d250> # 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 0x7f960a80dc40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a80cb00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a7ddfa0> # /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 0x7f960a80f050> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a80dd90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960aa36e10> # /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 0x7f960a8373b0> # /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 0x7f960a85b770> # /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 0x7f960a8b8530> # /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 0x7f960a8bac90> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a8b8650> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a87d550> # /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 0x7f960a125640> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a85a570> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a80ff80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f960a85ab70> # zipimport: found 30 names in '/tmp/ansible_stat_payload_3pe9ubff/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 0x7f960a1773e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a15a2d0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a159430> # 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 0x7f960a175280> # /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 0x7f960a1a2e70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a1a2c00> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a1a2510> # /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 0x7f960a1a2f30> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a177e00> 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 0x7f960a1a3b90> # 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 0x7f960a1a3dd0> # /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 0x7f960a1c8290> 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 0x7f960a0120c0> # 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 0x7f960a013ce0> # /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 0x7f960a018680> # /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 0x7f960a019580> # /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 0x7f960a01c260> # 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 0x7f960a01c5c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a01a510> # /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 0x7f960a0601a0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a01ec90> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a01e9f0> # /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 0x7f960a01ef60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a01aa20> # 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 0x7f960a064380> # /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 0x7f960a0645f0> # /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 0x7f960a066090> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a065e50> # /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 0x7f960a068590> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a066720> # /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 0x7f960a06bd70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a068740> # 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 0x7f960a06cb90> # 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 0x7f960a06ca10> # 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 0x7f960a06d040> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a064800> # /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 0x7f960a0f8680> # 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 0x7f960a0f9c70> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a06ee10> # 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 0x7f960a06fa10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a06ea20> # 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 0x7f960a0fdd90> # /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 0x7f960a0feb10> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a0fa030> 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 0x7f960a0fec30> # 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 0x7f960a0ffd40> # 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 0x7f9609f0aab0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9609f071d0> 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 0x7f960a1ceed0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a1eebd0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9609f01fd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f960a0ff710> # 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": 1436, "inode": 253755650, "dev": 51714, "nlink": 1, "atime": 1726888962.99197, "mtime": 1726888962.98797, "ctime": 1726888962.98797, "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": "237ce2c2727d38d54f3d7435738d50a54deda1f3", "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. 172629 1726888978.01686: 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-1726888977.645906-175435-201263205495860/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888978.01693: _low_level_execute_command(): starting 172629 1726888978.01696: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888977.645906-175435-201263205495860/ > /dev/null 2>&1 && sleep 0' 172629 1726888978.02044: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888978.02375: 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' <<< 172629 1726888978.02379: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888978.02450: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888978.02463: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888978.04300: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888978.04347: stderr chunk (state=3): >>><<< 172629 1726888978.04379: stdout chunk (state=3): >>><<< 172629 1726888978.04462: _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 172629 1726888978.04465: handler run complete 172629 1726888978.04468: attempt loop complete, returning result 172629 1726888978.04470: _execute() done 172629 1726888978.04472: dumping result to json 172629 1726888978.04474: done dumping result, returning 172629 1726888978.04480: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-d0a8-add8-0000000014f8] 172629 1726888978.04570: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014f8 172629 1726888978.04639: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014f8 172629 1726888978.04643: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726888962.99197, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "237ce2c2727d38d54f3d7435738d50a54deda1f3", "ctime": 1726888962.98797, "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": 1726888962.98797, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1436, "uid": 0, "version": "3790368620", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726888978.04790: no more pending results, returning what we have 172629 1726888978.04794: results queue empty 172629 1726888978.04795: checking for any_errors_fatal 172629 1726888978.04801: done checking for any_errors_fatal 172629 1726888978.04802: checking for max_fail_percentage 172629 1726888978.04803: done checking for max_fail_percentage 172629 1726888978.04804: checking to see if all hosts have failed and the running result is not ok 172629 1726888978.04805: done checking to see if all hosts have failed 172629 1726888978.04805: getting the remaining hosts for this loop 172629 1726888978.04807: done getting the remaining hosts for this loop 172629 1726888978.04810: getting the next task for host managed_node1 172629 1726888978.04816: done getting next task for host managed_node1 172629 1726888978.04819: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 172629 1726888978.04823: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888978.04834: getting variables 172629 1726888978.04835: in VariableManager get_vars() 172629 1726888978.04928: Calling all_inventory to load vars for managed_node1 172629 1726888978.04931: Calling groups_inventory to load vars for managed_node1 172629 1726888978.04934: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888978.04945: Calling all_plugins_play to load vars for managed_node1 172629 1726888978.04950: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888978.04953: Calling groups_plugins_play to load vars for managed_node1 172629 1726888978.05985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888978.07270: done with get_vars() 172629 1726888978.07285: 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 23:22:58 -0400 (0:00:00.481) 0:01:18.353 ****** 172629 1726888978.07382: entering _queue_task() for managed_node1/lineinfile 172629 1726888978.07769: worker is 1 (out of 1 available) 172629 1726888978.07780: exiting _queue_task() for managed_node1/lineinfile 172629 1726888978.07790: done queuing things up, now waiting for results queue to drain 172629 1726888978.07791: waiting for pending results... 172629 1726888978.08029: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 172629 1726888978.08162: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014f9 172629 1726888978.08233: variable 'ansible_search_path' from source: unknown 172629 1726888978.08237: variable 'ansible_search_path' from source: unknown 172629 1726888978.08239: calling self._execute() 172629 1726888978.08334: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888978.08348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888978.08460: variable 'omit' from source: magic vars 172629 1726888978.08732: variable '__storage_fstab' from source: set_fact 172629 1726888978.08772: Evaluated conditional (__storage_fstab.stat.exists): True 172629 1726888978.08932: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888978.09200: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888978.09253: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888978.09294: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888978.09335: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888978.09420: variable 'blivet_output' from source: set_fact 172629 1726888978.09452: Evaluated conditional (blivet_output is changed): False 172629 1726888978.09461: when evaluation is False, skipping this task 172629 1726888978.09468: _execute() done 172629 1726888978.09475: dumping result to json 172629 1726888978.09481: done dumping result, returning 172629 1726888978.09491: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-d0a8-add8-0000000014f9] 172629 1726888978.09500: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014f9 172629 1726888978.09627: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014f9 172629 1726888978.09630: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } 172629 1726888978.09701: no more pending results, returning what we have 172629 1726888978.09705: results queue empty 172629 1726888978.09706: checking for any_errors_fatal 172629 1726888978.09715: done checking for any_errors_fatal 172629 1726888978.09715: checking for max_fail_percentage 172629 1726888978.09717: done checking for max_fail_percentage 172629 1726888978.09718: checking to see if all hosts have failed and the running result is not ok 172629 1726888978.09719: done checking to see if all hosts have failed 172629 1726888978.09720: getting the remaining hosts for this loop 172629 1726888978.09722: done getting the remaining hosts for this loop 172629 1726888978.09725: getting the next task for host managed_node1 172629 1726888978.09734: done getting next task for host managed_node1 172629 1726888978.09738: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 172629 1726888978.09742: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888978.09772: getting variables 172629 1726888978.09775: in VariableManager get_vars() 172629 1726888978.09812: Calling all_inventory to load vars for managed_node1 172629 1726888978.09815: Calling groups_inventory to load vars for managed_node1 172629 1726888978.09817: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888978.09829: Calling all_plugins_play to load vars for managed_node1 172629 1726888978.09832: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888978.09836: Calling groups_plugins_play to load vars for managed_node1 172629 1726888978.10574: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888978.11242: done with get_vars() 172629 1726888978.11257: 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 23:22:58 -0400 (0:00:00.040) 0:01:18.394 ****** 172629 1726888978.11446: entering _queue_task() for managed_node1/systemd 172629 1726888978.12005: worker is 1 (out of 1 available) 172629 1726888978.12017: exiting _queue_task() for managed_node1/systemd 172629 1726888978.12030: done queuing things up, now waiting for results queue to drain 172629 1726888978.12031: waiting for pending results... 172629 1726888978.12673: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 172629 1726888978.12742: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014fb 172629 1726888978.12788: variable 'ansible_search_path' from source: unknown 172629 1726888978.12988: variable 'ansible_search_path' from source: unknown 172629 1726888978.12992: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888978.13446: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888978.13509: dumping result to json 172629 1726888978.13519: done dumping result, returning 172629 1726888978.13533: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-d0a8-add8-0000000014fb] 172629 1726888978.13545: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014fb skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888978.13783: no more pending results, returning what we have 172629 1726888978.13787: results queue empty 172629 1726888978.13788: checking for any_errors_fatal 172629 1726888978.13799: done checking for any_errors_fatal 172629 1726888978.13800: checking for max_fail_percentage 172629 1726888978.13801: done checking for max_fail_percentage 172629 1726888978.13802: checking to see if all hosts have failed and the running result is not ok 172629 1726888978.13803: done checking to see if all hosts have failed 172629 1726888978.13804: getting the remaining hosts for this loop 172629 1726888978.13805: done getting the remaining hosts for this loop 172629 1726888978.13808: getting the next task for host managed_node1 172629 1726888978.13818: done getting next task for host managed_node1 172629 1726888978.13822: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 172629 1726888978.13826: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888978.13852: getting variables 172629 1726888978.13854: in VariableManager get_vars() 172629 1726888978.13899: Calling all_inventory to load vars for managed_node1 172629 1726888978.13903: Calling groups_inventory to load vars for managed_node1 172629 1726888978.13906: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888978.13919: Calling all_plugins_play to load vars for managed_node1 172629 1726888978.13922: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888978.13926: Calling groups_plugins_play to load vars for managed_node1 172629 1726888978.15173: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014fb 172629 1726888978.15177: WORKER PROCESS EXITING 172629 1726888978.15200: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888978.16626: done with get_vars() 172629 1726888978.16642: done getting variables 172629 1726888978.16700: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:22:58 -0400 (0:00:00.052) 0:01:18.447 ****** 172629 1726888978.16736: entering _queue_task() for managed_node1/debug 172629 1726888978.17527: worker is 1 (out of 1 available) 172629 1726888978.17541: exiting _queue_task() for managed_node1/debug 172629 1726888978.17759: done queuing things up, now waiting for results queue to drain 172629 1726888978.17761: waiting for pending results... 172629 1726888978.18087: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show blivet_output 172629 1726888978.18483: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014fd 172629 1726888978.18748: variable 'ansible_search_path' from source: unknown 172629 1726888978.18752: variable 'ansible_search_path' from source: unknown 172629 1726888978.18759: calling self._execute() 172629 1726888978.18923: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888978.18935: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888978.18950: variable 'omit' from source: magic vars 172629 1726888978.19259: variable 'omit' from source: magic vars 172629 1726888978.19332: variable 'omit' from source: magic vars 172629 1726888978.19500: variable 'omit' from source: magic vars 172629 1726888978.19604: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888978.19703: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888978.19731: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888978.19818: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888978.20063: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888978.20067: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888978.20070: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888978.20072: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888978.20387: Set connection var ansible_timeout to 10 172629 1726888978.20390: Set connection var ansible_shell_type to sh 172629 1726888978.20393: Set connection var ansible_pipelining to False 172629 1726888978.20395: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888978.20397: Set connection var ansible_shell_executable to /bin/sh 172629 1726888978.20400: Set connection var ansible_connection to ssh 172629 1726888978.20402: variable 'ansible_shell_executable' from source: unknown 172629 1726888978.20404: variable 'ansible_connection' from source: unknown 172629 1726888978.20406: variable 'ansible_module_compression' from source: unknown 172629 1726888978.20408: variable 'ansible_shell_type' from source: unknown 172629 1726888978.20411: variable 'ansible_shell_executable' from source: unknown 172629 1726888978.20413: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888978.20415: variable 'ansible_pipelining' from source: unknown 172629 1726888978.20417: variable 'ansible_timeout' from source: unknown 172629 1726888978.20419: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888978.20746: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888978.20834: variable 'omit' from source: magic vars 172629 1726888978.20844: starting attempt loop 172629 1726888978.20852: running the handler 172629 1726888978.20945: variable 'blivet_output' from source: set_fact 172629 1726888978.21429: variable 'blivet_output' from source: set_fact 172629 1726888978.22168: handler run complete 172629 1726888978.22328: attempt loop complete, returning result 172629 1726888978.22515: _execute() done 172629 1726888978.22519: dumping result to json 172629 1726888978.22521: done dumping result, returning 172629 1726888978.22523: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-d0a8-add8-0000000014fd] 172629 1726888978.22526: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014fd 172629 1726888978.22612: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014fd ok: [managed_node1] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } 172629 1726888978.22753: no more pending results, returning what we have 172629 1726888978.22758: results queue empty 172629 1726888978.22760: checking for any_errors_fatal 172629 1726888978.22768: done checking for any_errors_fatal 172629 1726888978.22769: checking for max_fail_percentage 172629 1726888978.22770: done checking for max_fail_percentage 172629 1726888978.22771: checking to see if all hosts have failed and the running result is not ok 172629 1726888978.22772: done checking to see if all hosts have failed 172629 1726888978.22773: getting the remaining hosts for this loop 172629 1726888978.22774: done getting the remaining hosts for this loop 172629 1726888978.22777: getting the next task for host managed_node1 172629 1726888978.22783: done getting next task for host managed_node1 172629 1726888978.22786: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 172629 1726888978.22795: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888978.22806: getting variables 172629 1726888978.22808: in VariableManager get_vars() 172629 1726888978.22841: Calling all_inventory to load vars for managed_node1 172629 1726888978.22844: Calling groups_inventory to load vars for managed_node1 172629 1726888978.22846: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888978.23164: Calling all_plugins_play to load vars for managed_node1 172629 1726888978.23169: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888978.23173: Calling groups_plugins_play to load vars for managed_node1 172629 1726888978.23869: WORKER PROCESS EXITING 172629 1726888978.24009: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888978.25254: done with get_vars() 172629 1726888978.25272: done getting variables 172629 1726888978.25328: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:58 -0400 (0:00:00.088) 0:01:18.535 ****** 172629 1726888978.25568: entering _queue_task() for managed_node1/set_fact 172629 1726888978.26100: worker is 1 (out of 1 available) 172629 1726888978.26113: exiting _queue_task() for managed_node1/set_fact 172629 1726888978.26125: done queuing things up, now waiting for results queue to drain 172629 1726888978.26127: waiting for pending results... 172629 1726888978.26964: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 172629 1726888978.27321: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014fe 172629 1726888978.27341: variable 'ansible_search_path' from source: unknown 172629 1726888978.27352: variable 'ansible_search_path' from source: unknown 172629 1726888978.27397: calling self._execute() 172629 1726888978.27530: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888978.27861: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888978.27866: variable 'omit' from source: magic vars 172629 1726888978.27908: variable 'omit' from source: magic vars 172629 1726888978.27990: variable 'omit' from source: magic vars 172629 1726888978.28395: variable 'blivet_output' from source: set_fact 172629 1726888978.28632: variable 'omit' from source: magic vars 172629 1726888978.29062: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888978.29066: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888978.29069: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888978.29071: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888978.29074: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888978.29076: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888978.29078: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888978.29081: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888978.29327: Set connection var ansible_timeout to 10 172629 1726888978.29337: Set connection var ansible_shell_type to sh 172629 1726888978.29349: Set connection var ansible_pipelining to False 172629 1726888978.29363: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888978.29372: Set connection var ansible_shell_executable to /bin/sh 172629 1726888978.29378: Set connection var ansible_connection to ssh 172629 1726888978.29402: variable 'ansible_shell_executable' from source: unknown 172629 1726888978.29410: variable 'ansible_connection' from source: unknown 172629 1726888978.29418: variable 'ansible_module_compression' from source: unknown 172629 1726888978.29425: variable 'ansible_shell_type' from source: unknown 172629 1726888978.29431: variable 'ansible_shell_executable' from source: unknown 172629 1726888978.29437: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888978.29444: variable 'ansible_pipelining' from source: unknown 172629 1726888978.29450: variable 'ansible_timeout' from source: unknown 172629 1726888978.29461: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888978.29602: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888978.29774: variable 'omit' from source: magic vars 172629 1726888978.29784: starting attempt loop 172629 1726888978.29790: running the handler 172629 1726888978.29804: handler run complete 172629 1726888978.30261: attempt loop complete, returning result 172629 1726888978.30264: _execute() done 172629 1726888978.30266: dumping result to json 172629 1726888978.30269: done dumping result, returning 172629 1726888978.30272: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-d0a8-add8-0000000014fe] 172629 1726888978.30274: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014fe 172629 1726888978.30341: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014fe 172629 1726888978.30344: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 172629 1726888978.30429: no more pending results, returning what we have 172629 1726888978.30432: results queue empty 172629 1726888978.30433: checking for any_errors_fatal 172629 1726888978.30442: done checking for any_errors_fatal 172629 1726888978.30443: checking for max_fail_percentage 172629 1726888978.30444: done checking for max_fail_percentage 172629 1726888978.30445: checking to see if all hosts have failed and the running result is not ok 172629 1726888978.30446: done checking to see if all hosts have failed 172629 1726888978.30446: getting the remaining hosts for this loop 172629 1726888978.30448: done getting the remaining hosts for this loop 172629 1726888978.30450: getting the next task for host managed_node1 172629 1726888978.30457: done getting next task for host managed_node1 172629 1726888978.30461: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 172629 1726888978.30465: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888978.30476: getting variables 172629 1726888978.30477: in VariableManager get_vars() 172629 1726888978.30509: Calling all_inventory to load vars for managed_node1 172629 1726888978.30512: Calling groups_inventory to load vars for managed_node1 172629 1726888978.30514: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888978.30522: Calling all_plugins_play to load vars for managed_node1 172629 1726888978.30524: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888978.30527: Calling groups_plugins_play to load vars for managed_node1 172629 1726888978.31473: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888978.32514: done with get_vars() 172629 1726888978.32530: done getting variables 172629 1726888978.32594: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:22:58 -0400 (0:00:00.070) 0:01:18.606 ****** 172629 1726888978.32628: entering _queue_task() for managed_node1/set_fact 172629 1726888978.32970: worker is 1 (out of 1 available) 172629 1726888978.33069: exiting _queue_task() for managed_node1/set_fact 172629 1726888978.33085: done queuing things up, now waiting for results queue to drain 172629 1726888978.33086: waiting for pending results... 172629 1726888978.33327: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 172629 1726888978.33500: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000014ff 172629 1726888978.33527: variable 'ansible_search_path' from source: unknown 172629 1726888978.33536: variable 'ansible_search_path' from source: unknown 172629 1726888978.33578: calling self._execute() 172629 1726888978.33922: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888978.34071: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888978.34087: variable 'omit' from source: magic vars 172629 1726888978.34460: variable 'omit' from source: magic vars 172629 1726888978.34464: variable 'omit' from source: magic vars 172629 1726888978.34890: variable 'blivet_output' from source: set_fact 172629 1726888978.35306: variable 'omit' from source: magic vars 172629 1726888978.35386: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888978.35491: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888978.35585: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888978.35608: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888978.35627: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888978.35696: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888978.35784: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888978.35793: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888978.35925: Set connection var ansible_timeout to 10 172629 1726888978.36004: Set connection var ansible_shell_type to sh 172629 1726888978.36018: Set connection var ansible_pipelining to False 172629 1726888978.36028: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888978.36039: Set connection var ansible_shell_executable to /bin/sh 172629 1726888978.36047: Set connection var ansible_connection to ssh 172629 1726888978.36127: variable 'ansible_shell_executable' from source: unknown 172629 1726888978.36136: variable 'ansible_connection' from source: unknown 172629 1726888978.36144: variable 'ansible_module_compression' from source: unknown 172629 1726888978.36153: variable 'ansible_shell_type' from source: unknown 172629 1726888978.36164: variable 'ansible_shell_executable' from source: unknown 172629 1726888978.36172: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888978.36180: variable 'ansible_pipelining' from source: unknown 172629 1726888978.36219: variable 'ansible_timeout' from source: unknown 172629 1726888978.36229: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888978.36663: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888978.36667: variable 'omit' from source: magic vars 172629 1726888978.36670: starting attempt loop 172629 1726888978.36672: running the handler 172629 1726888978.36675: handler run complete 172629 1726888978.36677: attempt loop complete, returning result 172629 1726888978.36680: _execute() done 172629 1726888978.36682: dumping result to json 172629 1726888978.36684: done dumping result, returning 172629 1726888978.36687: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-d0a8-add8-0000000014ff] 172629 1726888978.36689: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014ff ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } 172629 1726888978.36885: no more pending results, returning what we have 172629 1726888978.36888: results queue empty 172629 1726888978.36890: checking for any_errors_fatal 172629 1726888978.36900: done checking for any_errors_fatal 172629 1726888978.36901: checking for max_fail_percentage 172629 1726888978.36902: done checking for max_fail_percentage 172629 1726888978.36904: checking to see if all hosts have failed and the running result is not ok 172629 1726888978.36904: done checking to see if all hosts have failed 172629 1726888978.36905: getting the remaining hosts for this loop 172629 1726888978.36907: done getting the remaining hosts for this loop 172629 1726888978.36910: getting the next task for host managed_node1 172629 1726888978.36917: done getting next task for host managed_node1 172629 1726888978.36921: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 172629 1726888978.36925: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888978.36938: getting variables 172629 1726888978.36948: in VariableManager get_vars() 172629 1726888978.37190: Calling all_inventory to load vars for managed_node1 172629 1726888978.37193: Calling groups_inventory to load vars for managed_node1 172629 1726888978.37196: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888978.37208: Calling all_plugins_play to load vars for managed_node1 172629 1726888978.37212: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888978.37215: Calling groups_plugins_play to load vars for managed_node1 172629 1726888978.37962: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000014ff 172629 1726888978.37966: WORKER PROCESS EXITING 172629 1726888978.38669: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888978.39868: done with get_vars() 172629 1726888978.39882: 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 23:22:58 -0400 (0:00:00.073) 0:01:18.679 ****** 172629 1726888978.39973: entering _queue_task() for managed_node1/mount 172629 1726888978.40682: worker is 1 (out of 1 available) 172629 1726888978.40692: exiting _queue_task() for managed_node1/mount 172629 1726888978.40703: done queuing things up, now waiting for results queue to drain 172629 1726888978.40704: waiting for pending results... 172629 1726888978.40964: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 172629 1726888978.41307: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001500 172629 1726888978.41329: variable 'ansible_search_path' from source: unknown 172629 1726888978.41561: variable 'ansible_search_path' from source: unknown 172629 1726888978.42162: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888978.46463: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888978.46632: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888978.46965: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888978.46969: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888978.46971: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888978.47462: 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) 172629 1726888978.47466: 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) 172629 1726888978.47469: 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) 172629 1726888978.47472: 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) 172629 1726888978.47474: 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) 172629 1726888978.47476: 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) 172629 1726888978.47478: 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) 172629 1726888978.47684: 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) 172629 1726888978.47728: 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) 172629 1726888978.47746: 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) 172629 1726888978.48006: variable 'blivet_output' from source: set_fact 172629 1726888978.48099: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888978.48536: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888978.48585: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888978.48823: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888978.48860: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888978.49016: 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) 172629 1726888978.49044: 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) 172629 1726888978.49079: 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) 172629 1726888978.49288: 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) 172629 1726888978.49362: dumping result to json 172629 1726888978.49372: done dumping result, returning 172629 1726888978.49384: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-d0a8-add8-000000001500] 172629 1726888978.49395: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001500 skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888978.49580: no more pending results, returning what we have 172629 1726888978.49585: results queue empty 172629 1726888978.49586: checking for any_errors_fatal 172629 1726888978.49595: done checking for any_errors_fatal 172629 1726888978.49595: checking for max_fail_percentage 172629 1726888978.49598: done checking for max_fail_percentage 172629 1726888978.49599: checking to see if all hosts have failed and the running result is not ok 172629 1726888978.49600: done checking to see if all hosts have failed 172629 1726888978.49601: getting the remaining hosts for this loop 172629 1726888978.49603: done getting the remaining hosts for this loop 172629 1726888978.49606: getting the next task for host managed_node1 172629 1726888978.49614: done getting next task for host managed_node1 172629 1726888978.49618: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888978.49622: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888978.49647: getting variables 172629 1726888978.49649: in VariableManager get_vars() 172629 1726888978.49692: Calling all_inventory to load vars for managed_node1 172629 1726888978.49695: Calling groups_inventory to load vars for managed_node1 172629 1726888978.49697: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888978.49708: Calling all_plugins_play to load vars for managed_node1 172629 1726888978.49710: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888978.49713: Calling groups_plugins_play to load vars for managed_node1 172629 1726888978.50562: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001500 172629 1726888978.50574: WORKER PROCESS EXITING 172629 1726888978.51410: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888978.53045: done with get_vars() 172629 1726888978.53167: 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 23:22:58 -0400 (0:00:00.132) 0:01:18.812 ****** 172629 1726888978.53270: entering _queue_task() for managed_node1/systemd 172629 1726888978.54030: worker is 1 (out of 1 available) 172629 1726888978.54043: exiting _queue_task() for managed_node1/systemd 172629 1726888978.54060: done queuing things up, now waiting for results queue to drain 172629 1726888978.54061: waiting for pending results... 172629 1726888978.54561: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888978.54920: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001502 172629 1726888978.54997: variable 'ansible_search_path' from source: unknown 172629 1726888978.55007: variable 'ansible_search_path' from source: unknown 172629 1726888978.55050: calling self._execute() 172629 1726888978.55524: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888978.55527: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888978.55530: variable 'omit' from source: magic vars 172629 1726888978.56146: variable 'blivet_output' from source: set_fact 172629 1726888978.56216: Evaluated conditional (blivet_output['mounts']): True 172629 1726888978.56292: variable 'omit' from source: magic vars 172629 1726888978.56401: variable 'omit' from source: magic vars 172629 1726888978.56493: variable 'omit' from source: magic vars 172629 1726888978.56539: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888978.56645: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888978.56825: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888978.56829: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888978.56831: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888978.56851: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888978.56864: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888978.56871: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888978.57090: Set connection var ansible_timeout to 10 172629 1726888978.57100: Set connection var ansible_shell_type to sh 172629 1726888978.57113: Set connection var ansible_pipelining to False 172629 1726888978.57122: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888978.57161: Set connection var ansible_shell_executable to /bin/sh 172629 1726888978.57168: Set connection var ansible_connection to ssh 172629 1726888978.57194: variable 'ansible_shell_executable' from source: unknown 172629 1726888978.57370: variable 'ansible_connection' from source: unknown 172629 1726888978.57373: variable 'ansible_module_compression' from source: unknown 172629 1726888978.57376: variable 'ansible_shell_type' from source: unknown 172629 1726888978.57378: variable 'ansible_shell_executable' from source: unknown 172629 1726888978.57380: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888978.57382: variable 'ansible_pipelining' from source: unknown 172629 1726888978.57384: variable 'ansible_timeout' from source: unknown 172629 1726888978.57386: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888978.57702: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888978.57913: variable 'omit' from source: magic vars 172629 1726888978.57916: starting attempt loop 172629 1726888978.57919: running the handler 172629 1726888978.57921: _low_level_execute_command(): starting 172629 1726888978.57923: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888978.58880: 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 <<< 172629 1726888978.58907: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888978.58943: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888978.58998: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888978.60731: stdout chunk (state=3): >>>/root <<< 172629 1726888978.60836: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888978.60904: stderr chunk (state=3): >>><<< 172629 1726888978.60913: stdout chunk (state=3): >>><<< 172629 1726888978.60962: _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 172629 1726888978.61139: _low_level_execute_command(): starting 172629 1726888978.61144: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888978.6104796-175468-183083928295175 `" && echo ansible-tmp-1726888978.6104796-175468-183083928295175="` echo /root/.ansible/tmp/ansible-tmp-1726888978.6104796-175468-183083928295175 `" ) && sleep 0' 172629 1726888978.62250: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888978.62457: 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 <<< 172629 1726888978.62593: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888978.62647: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888978.64576: stdout chunk (state=3): >>>ansible-tmp-1726888978.6104796-175468-183083928295175=/root/.ansible/tmp/ansible-tmp-1726888978.6104796-175468-183083928295175 <<< 172629 1726888978.64737: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888978.64740: stdout chunk (state=3): >>><<< 172629 1726888978.64742: stderr chunk (state=3): >>><<< 172629 1726888978.65161: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888978.6104796-175468-183083928295175=/root/.ansible/tmp/ansible-tmp-1726888978.6104796-175468-183083928295175 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888978.65166: variable 'ansible_module_compression' from source: unknown 172629 1726888978.65168: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 172629 1726888978.65171: variable 'ansible_facts' from source: unknown 172629 1726888978.65462: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888978.6104796-175468-183083928295175/AnsiballZ_systemd.py 172629 1726888978.65627: Sending initial data 172629 1726888978.65636: Sent initial data (158 bytes) 172629 1726888978.66247: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888978.66270: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888978.66382: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888978.66401: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888978.66420: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888978.66498: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888978.68090: 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 <<< 172629 1726888978.68135: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888978.68191: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp09_tj86q /root/.ansible/tmp/ansible-tmp-1726888978.6104796-175468-183083928295175/AnsiballZ_systemd.py <<< 172629 1726888978.68195: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888978.6104796-175468-183083928295175/AnsiballZ_systemd.py" <<< 172629 1726888978.68231: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp09_tj86q" to remote "/root/.ansible/tmp/ansible-tmp-1726888978.6104796-175468-183083928295175/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888978.6104796-175468-183083928295175/AnsiballZ_systemd.py" <<< 172629 1726888978.70932: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888978.71063: stdout chunk (state=3): >>><<< 172629 1726888978.71066: stderr chunk (state=3): >>><<< 172629 1726888978.71069: done transferring module to remote 172629 1726888978.71071: _low_level_execute_command(): starting 172629 1726888978.71073: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888978.6104796-175468-183083928295175/ /root/.ansible/tmp/ansible-tmp-1726888978.6104796-175468-183083928295175/AnsiballZ_systemd.py && sleep 0' 172629 1726888978.72380: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888978.72471: 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 <<< 172629 1726888978.72583: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888978.72602: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888978.72626: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888978.73005: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888978.74921: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888978.74925: stdout chunk (state=3): >>><<< 172629 1726888978.74928: stderr chunk (state=3): >>><<< 172629 1726888978.74931: _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 172629 1726888978.74939: _low_level_execute_command(): starting 172629 1726888978.74941: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888978.6104796-175468-183083928295175/AnsiballZ_systemd.py && sleep 0' 172629 1726888978.76242: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888978.76248: 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 <<< 172629 1726888978.76251: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888978.76256: 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 <<< 172629 1726888978.76259: stderr 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 <<< 172629 1726888978.76301: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888978.76382: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888978.76385: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888978.78532: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888978.78565: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888978.78670: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888978.78674: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888978.78677: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888978.78748: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888978.78765: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # <<< 172629 1726888978.78871: 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 # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # <<< 172629 1726888978.78930: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888978.78934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888978.78936: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be7104d0> <<< 172629 1726888978.79092: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be6dfb30> # /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 0x7f03be712a50> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 172629 1726888978.79096: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888978.79176: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888978.79205: stdout chunk (state=3): >>>import 'genericpath' # <<< 172629 1726888978.79208: stdout chunk (state=3): >>>import 'posixpath' # <<< 172629 1726888978.79223: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888978.79303: 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' <<< 172629 1726888978.79323: 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' <<< 172629 1726888978.79345: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be4e5130> <<< 172629 1726888978.79408: 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 <<< 172629 1726888978.79489: 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 0x7f03be4e6120> import 'site' # <<< 172629 1726888978.79492: 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 <<< 172629 1726888978.79495: stdout chunk (state=3): >>>Type "help", "copyright", "credits" or "license" for more information. <<< 172629 1726888978.79957: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888978.79982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888978.79996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888978.80023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888978.80035: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be522ea0> <<< 172629 1726888978.80062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888978.80175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be5381a0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888978.80379: 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 # 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 0x7f03be55ba40> # /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 0x7f03be57c110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be53bce0> <<< 172629 1726888978.80581: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be539400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be5211c0> # /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 <<< 172629 1726888978.80606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888978.80795: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be57f980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be57e5a0> # /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 0x7f03be53a2a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be5230b0> <<< 172629 1726888978.80801: 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 0x7f03be5aca10> <<< 172629 1726888978.80807: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be520440> <<< 172629 1726888978.80820: 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' <<< 172629 1726888978.80843: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888978.80859: 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 0x7f03be5acec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be5acd70> <<< 172629 1726888978.80890: 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 0x7f03be5ad160> <<< 172629 1726888978.80910: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be51ef60> <<< 172629 1726888978.81023: 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 0x7f03be5ad850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be5ad520> import 'importlib.machinery' # <<< 172629 1726888978.81299: 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 0x7f03be5ae750> 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 0x7f03be5c8950> 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 0x7f03be5ca060> # /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 <<< 172629 1726888978.81303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726888978.81311: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be5caed0> <<< 172629 1726888978.81362: 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 0x7f03be5cb530> <<< 172629 1726888978.81369: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be5ca420> <<< 172629 1726888978.81390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888978.81392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888978.81432: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888978.81576: 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 0x7f03be5cbef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be5cb620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be5ae780> # /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 <<< 172629 1726888978.81593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888978.81621: 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 0x7f03be2afd70> <<< 172629 1726888978.81644: 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' <<< 172629 1726888978.81678: 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 0x7f03be2dc890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be2dc5f0> <<< 172629 1726888978.81700: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888978.81714: 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 0x7f03be2dc8c0> <<< 172629 1726888978.81775: 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' <<< 172629 1726888978.81814: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888978.81939: 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 0x7f03be2dd1f0> <<< 172629 1726888978.82056: 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 0x7f03be2ddaf0> <<< 172629 1726888978.82177: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be2dcaa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be2adf10> # /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 0x7f03be2deed0> <<< 172629 1726888978.82196: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be2ddc10> <<< 172629 1726888978.82215: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be5aee70> <<< 172629 1726888978.82260: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888978.82301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888978.82480: 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 0x7f03be307260> # /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 <<< 172629 1726888978.82531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888978.82535: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be32f620> <<< 172629 1726888978.82542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888978.82588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888978.82639: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888978.82666: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726888978.82682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be3883b0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888978.82715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888978.82743: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888978.82779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888978.82867: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be38ab10> <<< 172629 1726888978.83080: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be3884d0> <<< 172629 1726888978.83084: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be351400> # /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 0x7f03be1ad460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be32e420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be2dfe30> <<< 172629 1726888978.83260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888978.83264: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f03be1ad700> <<< 172629 1726888978.83478: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_o4nzttcf/ansible_systemd_payload.zip' <<< 172629 1726888978.83493: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.83604: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.83632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888978.83643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888978.83678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888978.83876: 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 0x7f03be217200> import '_typing' # <<< 172629 1726888978.84062: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be1f20f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be1f1250> <<< 172629 1726888978.84065: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.84068: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888978.84070: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.84072: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888978.84074: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888978.84085: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.85473: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.86569: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888978.86592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be2150d0> <<< 172629 1726888978.86606: 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' <<< 172629 1726888978.86661: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888978.86760: 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 0x7f03be24abd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be24a960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be24a270> <<< 172629 1726888978.86786: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888978.86797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888978.86835: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be24a7b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be217e90> <<< 172629 1726888978.86846: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888978.87107: 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 0x7f03be24b890> # 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 0x7f03be24ba10> # /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 0x7f03be24bec0> 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' <<< 172629 1726888978.87261: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb31ca0> <<< 172629 1726888978.87264: 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 0x7f03bdb338c0> <<< 172629 1726888978.87270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888978.87273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888978.87275: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb38260> <<< 172629 1726888978.87277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888978.87281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888978.87294: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb39100> <<< 172629 1726888978.87318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888978.87350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888978.87374: 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' <<< 172629 1726888978.87431: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb3bdd0> <<< 172629 1726888978.87470: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888978.87548: 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 0x7f03be5cad50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb3a0c0> # /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' <<< 172629 1726888978.87570: 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' <<< 172629 1726888978.87584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888978.87688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888978.87750: 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 0x7f03bdb3fdd0> <<< 172629 1726888978.87759: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888978.87834: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb3e8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb3e600> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888978.87867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888978.87970: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb3eb70> <<< 172629 1726888978.87994: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb3a5d0> # 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 0x7f03bdb83ec0> # /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 0x7f03bdb84170> <<< 172629 1726888978.88023: 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 <<< 172629 1726888978.88157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888978.88162: 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' <<< 172629 1726888978.88165: 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 0x7f03bdb85c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb85a00> <<< 172629 1726888978.88213: stdout chunk (state=3): >>># /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 0x7f03bdb88110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb86270> <<< 172629 1726888978.88232: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888978.88280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888978.88309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888978.88315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726888978.88473: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb8b8c0> <<< 172629 1726888978.88487: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb88290> <<< 172629 1726888978.88539: 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 0x7f03bdb8c980> <<< 172629 1726888978.88579: 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 0x7f03bdb8cb30> <<< 172629 1726888978.88617: 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' <<< 172629 1726888978.88645: 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 0x7f03bdb8cc20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb842c0> <<< 172629 1726888978.88700: 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' <<< 172629 1726888978.88718: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888978.88810: 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 0x7f03bda182c0> <<< 172629 1726888978.88891: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888978.88913: 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 0x7f03bda19760> <<< 172629 1726888978.89049: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb8ea50> # 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 0x7f03bdb8fe00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb8e660> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888978.89147: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.89181: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.89201: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888978.89267: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888978.89470: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.89868: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.90014: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.90563: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888978.90577: 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' # <<< 172629 1726888978.90589: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888978.90611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888978.90668: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888978.90672: 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 0x7f03bda1d970> <<< 172629 1726888978.90770: 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' <<< 172629 1726888978.90775: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bda1e690> <<< 172629 1726888978.90878: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bda1a330> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888978.91015: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.91173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888978.91190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bda1e450> # zipimport: zlib available <<< 172629 1726888978.92064: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.92276: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888978.92296: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888978.92311: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.92377: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.92463: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888978.92482: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.92501: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888978.92512: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.92548: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.92587: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888978.92603: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.92825: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.93053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888978.93178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726888978.93198: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bda1f8c0> # zipimport: zlib available <<< 172629 1726888978.93272: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.93352: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888978.93369: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888978.93385: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.93434: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.93481: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888978.93487: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.93674: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888978.93694: 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 <<< 172629 1726888978.93733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888978.93816: 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' <<< 172629 1726888978.93830: 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 0x7f03bda2a2a0> <<< 172629 1726888978.93854: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bda25220> <<< 172629 1726888978.93887: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888978.93974: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888978.94021: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.94047: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.94089: 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 <<< 172629 1726888978.94109: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 172629 1726888978.94276: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888978.94297: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb02ae0> <<< 172629 1726888978.94342: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdbfa7b0> <<< 172629 1726888978.94425: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bda2a360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bda1f1d0> # destroy ansible.module_utils.distro <<< 172629 1726888978.94439: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888978.94468: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.94495: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726888978.94504: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888978.94558: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888978.94675: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888978.94796: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.94984: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.94999: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.95024: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.95070: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.95216: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.95219: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.95221: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 172629 1726888978.95479: 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 # 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 <<< 172629 1726888978.95550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888978.95556: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888978.95601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888978.95626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888978.95659: 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 0x7f03bd706f30> <<< 172629 1726888978.95702: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd706360> <<< 172629 1726888978.95749: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd704860> <<< 172629 1726888978.95961: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdabac90> <<< 172629 1726888978.96029: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdab8bf0> import 'ansible.module_utils.compat.typing' # <<< 172629 1726888978.96142: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.96221: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.96384: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.96428: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.96477: 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' <<< 172629 1726888978.96565: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 172629 1726888978.96581: 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 # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdabb080> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 172629 1726888978.96612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 172629 1726888978.96760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888978.96780: 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' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd788ec0> # 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 0x7f03bd7891f0> <<< 172629 1726888978.96806: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd778a10> <<< 172629 1726888978.96826: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd753cb0> <<< 172629 1726888978.96854: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdaa42f0> <<< 172629 1726888978.96877: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdaa44d0> <<< 172629 1726888978.96993: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 172629 1726888978.96997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 172629 1726888978.97003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 172629 1726888978.97039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # 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 0x7f03bd78bec0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd78b770> # 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 0x7f03bd78b950> <<< 172629 1726888978.97069: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd78aba0> <<< 172629 1726888978.97090: stdout chunk (state=3): >>># /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' <<< 172629 1726888978.97129: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd78bfb0> <<< 172629 1726888978.97136: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 172629 1726888978.97183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 172629 1726888978.97206: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f03bd59eb70> <<< 172629 1726888978.97231: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd59cb60> <<< 172629 1726888978.97263: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdaa4470> import 'ansible.module_utils.facts.timeout' # <<< 172629 1726888978.97326: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 172629 1726888978.97335: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.97446: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available <<< 172629 1726888978.97497: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.97607: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 172629 1726888978.97612: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 172629 1726888978.97615: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.97628: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.98060: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 172629 1726888978.98064: stdout chunk (state=3): >>># 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 <<< 172629 1726888978.98068: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.98071: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.98076: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.98162: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 172629 1726888978.98165: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 172629 1726888978.98578: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.99001: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 172629 1726888978.99013: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.99066: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.99117: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.99150: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.99274: stdout chunk (state=3): >>>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 <<< 172629 1726888978.99326: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.99381: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 172629 1726888978.99392: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.99422: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.99454: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 172629 1726888978.99471: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.99488: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.99574: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available <<< 172629 1726888978.99607: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.99693: 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' <<< 172629 1726888978.99790: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd59f350> <<< 172629 1726888978.99794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726888978.99887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd5cfa70> import 'ansible.module_utils.facts.system.local' # <<< 172629 1726888978.99960: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888978.99964: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.00029: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 172629 1726888979.00040: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.00128: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.00221: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 172629 1726888979.00263: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.00292: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.00368: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 172629 1726888979.00475: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888979.00592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888979.00595: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888979.00633: 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 0x7f03bd5e7110> <<< 172629 1726888979.00808: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd5cfb00> <<< 172629 1726888979.01205: stdout chunk (state=3): >>>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 <<< 172629 1726888979.01301: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.01607: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888979.01617: 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 0x7f03bd5fade0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd789760> import 'ansible.module_utils.facts.system.user' # <<< 172629 1726888979.01647: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.01667: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 172629 1726888979.01672: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.01861: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 172629 1726888979.01969: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.02064: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 172629 1726888979.02078: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.02173: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.02271: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.02310: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.02351: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 172629 1726888979.02566: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available <<< 172629 1726888979.02573: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888979.02703: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 172629 1726888979.02707: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 172629 1726888979.02834: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.02952: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 172629 1726888979.02974: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.03175: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888979.03578: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.04090: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 172629 1726888979.04104: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.04202: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.04304: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 172629 1726888979.04323: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.04410: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.04512: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 172629 1726888979.04534: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.04675: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.04829: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 172629 1726888979.04865: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 172629 1726888979.04886: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.04919: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.04966: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 172629 1726888979.05069: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.05277: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.05366: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.05564: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 172629 1726888979.05584: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 172629 1726888979.05618: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.05657: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 172629 1726888979.05672: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.05690: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.05719: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 172629 1726888979.05726: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.05792: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.05863: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 172629 1726888979.05945: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 172629 1726888979.05991: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.06076: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 172629 1726888979.06079: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.06114: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.06174: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726888979.06210: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.06443: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.06704: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 172629 1726888979.06765: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.06804: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.07039: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 172629 1726888979.07044: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.07048: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 172629 1726888979.07050: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.07053: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 172629 1726888979.07056: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.07393: stdout chunk (state=3): >>>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 <<< 172629 1726888979.07447: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.07451: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.07608: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.07612: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.07640: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 172629 1726888979.07664: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 172629 1726888979.07674: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.07716: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.07765: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 172629 1726888979.07779: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.07968: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.08170: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 172629 1726888979.08378: stdout chunk (state=3): >>># 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 <<< 172629 1726888979.08459: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.08539: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 172629 1726888979.08557: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.08642: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.08732: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 172629 1726888979.08746: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available <<< 172629 1726888979.08917: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.09013: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 172629 1726888979.09098: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.31417: stdout chunk (state=3): >>> {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} <<< 172629 1726888979.32285: 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 <<< 172629 1726888979.32336: stdout chunk (state=3): >>># restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # 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 <<< 172629 1726888979.32348: stdout chunk (state=3): >>># cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 172629 1726888979.32379: stdout chunk (state=3): >>># destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # 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 <<< 172629 1726888979.32416: 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 # 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 <<< 172629 1726888979.32488: stdout chunk (state=3): >>># destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # 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 <<< 172629 1726888979.32515: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing 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 <<< 172629 1726888979.32526: stdout chunk (state=3): >>># 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 <<< 172629 1726888979.32681: stdout chunk (state=3): >>># 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 ansible.module_utils.service # destroy ansible.module_utils.service <<< 172629 1726888979.33169: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888979.33175: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888979.33178: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888979.33180: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726888979.33182: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888979.33185: 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 <<< 172629 1726888979.33187: stdout chunk (state=3): >>># destroy _locale <<< 172629 1726888979.33189: stdout chunk (state=3): >>># destroy locale # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726888979.33297: stdout chunk (state=3): >>># 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.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 172629 1726888979.33322: stdout chunk (state=3): >>># destroy fcntl # destroy datetime <<< 172629 1726888979.33342: stdout chunk (state=3): >>># destroy base64 <<< 172629 1726888979.33417: stdout chunk (state=3): >>># destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct <<< 172629 1726888979.33436: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess <<< 172629 1726888979.33470: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 172629 1726888979.33669: stdout chunk (state=3): >>># 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 <<< 172629 1726888979.33697: stdout chunk (state=3): >>># destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 172629 1726888979.33711: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888979.33851: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888979.33957: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888979.33990: stdout chunk (state=3): >>># 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 <<< 172629 1726888979.34070: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888979.34073: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888979.34123: 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 <<< 172629 1726888979.34195: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _string # destroy re <<< 172629 1726888979.34299: stdout chunk (state=3): >>># destroy _abc # destroy itertools # destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726888979.34302: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726888979.34745: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888979.34748: stdout chunk (state=3): >>><<< 172629 1726888979.34750: stderr chunk (state=3): >>><<< 172629 1726888979.35049: _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 0x7f03be7104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be6dfb30> # /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 0x7f03be712a50> 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 0x7f03be4e5130> # /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 0x7f03be4e6120> 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 0x7f03be522ea0> # /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 0x7f03be5381a0> # /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 0x7f03be55ba40> # /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 0x7f03be57c110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be53bce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be539400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be5211c0> # /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 0x7f03be57f980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be57e5a0> # /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 0x7f03be53a2a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be5230b0> # /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 0x7f03be5aca10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be520440> # /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 0x7f03be5acec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be5acd70> # 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 0x7f03be5ad160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be51ef60> # /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 0x7f03be5ad850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be5ad520> 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 0x7f03be5ae750> 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 0x7f03be5c8950> 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 0x7f03be5ca060> # /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 0x7f03be5caed0> # 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 0x7f03be5cb530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be5ca420> # /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 0x7f03be5cbef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be5cb620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be5ae780> # /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 0x7f03be2afd70> # /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 0x7f03be2dc890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be2dc5f0> # 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 0x7f03be2dc8c0> # /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 0x7f03be2dd1f0> # 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 0x7f03be2ddaf0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be2dcaa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be2adf10> # /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 0x7f03be2deed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be2ddc10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be5aee70> # /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 0x7f03be307260> # /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 0x7f03be32f620> # /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 0x7f03be3883b0> # /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 0x7f03be38ab10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be3884d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be351400> # /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 0x7f03be1ad460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be32e420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be2dfe30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f03be1ad700> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_o4nzttcf/ansible_systemd_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 0x7f03be217200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be1f20f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be1f1250> # 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 0x7f03be2150d0> # /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 0x7f03be24abd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be24a960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be24a270> # /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 0x7f03be24a7b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03be217e90> 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 0x7f03be24b890> # 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 0x7f03be24ba10> # /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 0x7f03be24bec0> 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 0x7f03bdb31ca0> # 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 0x7f03bdb338c0> # /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 0x7f03bdb38260> # /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 0x7f03bdb39100> # /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 0x7f03bdb3bdd0> # 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 0x7f03be5cad50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb3a0c0> # /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 0x7f03bdb3fdd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb3e8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb3e600> # /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 0x7f03bdb3eb70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb3a5d0> # 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 0x7f03bdb83ec0> # /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 0x7f03bdb84170> # /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 0x7f03bdb85c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb85a00> # /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 0x7f03bdb88110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb86270> # /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 0x7f03bdb8b8c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb88290> # 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 0x7f03bdb8c980> # 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 0x7f03bdb8cb30> # 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 0x7f03bdb8cc20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb842c0> # /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 0x7f03bda182c0> # 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 0x7f03bda19760> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb8ea50> # 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 0x7f03bdb8fe00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdb8e660> # 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 0x7f03bda1d970> # /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 0x7f03bda1e690> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bda1a330> 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 0x7f03bda1e450> # 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 0x7f03bda1f8c0> # 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 0x7f03bda2a2a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bda25220> 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 0x7f03bdb02ae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdbfa7b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bda2a360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bda1f1d0> # 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 0x7f03bd706f30> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd706360> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd704860> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdabac90> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdab8bf0> 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 0x7f03bdabb080> # /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 0x7f03bd788ec0> # 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 0x7f03bd7891f0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd778a10> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd753cb0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdaa42f0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdaa44d0> # /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 0x7f03bd78bec0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd78b770> # 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 0x7f03bd78b950> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd78aba0> # /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 0x7f03bd78bfb0> # /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 0x7f03bd59eb70> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd59cb60> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bdaa4470> 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 0x7f03bd59f350> # /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 0x7f03bd5cfa70> 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 0x7f03bd5e7110> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd5cfb00> 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 0x7f03bd5fade0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f03bd789760> 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 # zipimport: zlib available import 'ansible.module_utils.service' # # zipimport: zlib available {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} # 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 ansible.module_utils.service # destroy ansible.module_utils.service # 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 _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.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # 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 _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 _string # destroy re # destroy _abc # destroy itertools # destroy _sre # 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. 172629 1726888979.37004: done with _execute_module (systemd, {'daemon_reload': 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': 'systemd', '_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-1726888978.6104796-175468-183083928295175/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888979.37008: _low_level_execute_command(): starting 172629 1726888979.37012: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888978.6104796-175468-183083928295175/ > /dev/null 2>&1 && sleep 0' 172629 1726888979.37015: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888979.37069: 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' <<< 172629 1726888979.37085: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888979.37093: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888979.37220: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888979.39112: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888979.39116: stderr chunk (state=3): >>><<< 172629 1726888979.39129: stdout chunk (state=3): >>><<< 172629 1726888979.39151: _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 172629 1726888979.39168: handler run complete 172629 1726888979.39194: attempt loop complete, returning result 172629 1726888979.39393: _execute() done 172629 1726888979.39396: dumping result to json 172629 1726888979.39399: done dumping result, returning 172629 1726888979.39401: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-d0a8-add8-000000001502] 172629 1726888979.39403: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001502 172629 1726888979.39476: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001502 172629 1726888979.39479: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "name": null, "status": {} } 172629 1726888979.39569: no more pending results, returning what we have 172629 1726888979.39573: results queue empty 172629 1726888979.39574: checking for any_errors_fatal 172629 1726888979.39583: done checking for any_errors_fatal 172629 1726888979.39584: checking for max_fail_percentage 172629 1726888979.39586: done checking for max_fail_percentage 172629 1726888979.39586: checking to see if all hosts have failed and the running result is not ok 172629 1726888979.39587: done checking to see if all hosts have failed 172629 1726888979.39588: getting the remaining hosts for this loop 172629 1726888979.39590: done getting the remaining hosts for this loop 172629 1726888979.39592: getting the next task for host managed_node1 172629 1726888979.39599: done getting next task for host managed_node1 172629 1726888979.39602: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 172629 1726888979.39605: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888979.39617: getting variables 172629 1726888979.39618: in VariableManager get_vars() 172629 1726888979.39653: Calling all_inventory to load vars for managed_node1 172629 1726888979.39959: Calling groups_inventory to load vars for managed_node1 172629 1726888979.39964: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888979.39976: Calling all_plugins_play to load vars for managed_node1 172629 1726888979.39981: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888979.39984: Calling groups_plugins_play to load vars for managed_node1 172629 1726888979.41468: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888979.42449: done with get_vars() 172629 1726888979.42668: 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 23:22:59 -0400 (0:00:00.894) 0:01:19.707 ****** 172629 1726888979.42768: entering _queue_task() for managed_node1/mount 172629 1726888979.43487: worker is 1 (out of 1 available) 172629 1726888979.43500: exiting _queue_task() for managed_node1/mount 172629 1726888979.43513: done queuing things up, now waiting for results queue to drain 172629 1726888979.43514: waiting for pending results... 172629 1726888979.43863: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 172629 1726888979.43868: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001503 172629 1726888979.44178: variable 'ansible_search_path' from source: unknown 172629 1726888979.44182: variable 'ansible_search_path' from source: unknown 172629 1726888979.44624: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888979.49060: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888979.49326: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888979.49366: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888979.49399: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888979.49424: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888979.49963: 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) 172629 1726888979.49967: 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) 172629 1726888979.49971: 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) 172629 1726888979.49973: 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) 172629 1726888979.49975: 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) 172629 1726888979.49977: 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) 172629 1726888979.49979: 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) 172629 1726888979.49992: 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) 172629 1726888979.50033: 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) 172629 1726888979.50047: 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) 172629 1726888979.50108: 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) 172629 1726888979.50131: 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) 172629 1726888979.50163: 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) 172629 1726888979.50207: 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) 172629 1726888979.50226: 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) 172629 1726888979.50420: variable 'blivet_output' from source: set_fact 172629 1726888979.50517: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888979.50728: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888979.50775: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888979.50814: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888979.50847: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888979.50901: 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) 172629 1726888979.50946: 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) 172629 1726888979.50981: 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) 172629 1726888979.51017: 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) 172629 1726888979.51152: variable 'omit' from source: magic vars 172629 1726888979.51301: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888979.51317: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888979.51338: variable 'omit' from source: magic vars 172629 1726888979.51422: variable 'omit' from source: magic vars 172629 1726888979.51494: variable 'omit' from source: magic vars 172629 1726888979.51647: 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) 172629 1726888979.51687: 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) 172629 1726888979.51717: 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) 172629 1726888979.51784: 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) 172629 1726888979.51804: 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) 172629 1726888979.51908: variable 'mount_info' from source: unknown 172629 1726888979.51923: variable 'omit' from source: magic vars 172629 1726888979.52023: variable 'mount_info' from source: unknown 172629 1726888979.52178: variable 'mount_info' from source: unknown 172629 1726888979.52315: variable 'omit' from source: magic vars 172629 1726888979.52342: variable 'mount_info' from source: unknown 172629 1726888979.52358: variable 'omit' from source: magic vars 172629 1726888979.52435: variable 'mount_info' from source: unknown 172629 1726888979.52458: variable 'omit' from source: magic vars 172629 1726888979.52489: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888979.52520: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888979.52550: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888979.52593: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888979.52605: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888979.52640: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888979.52648: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888979.52680: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888979.52962: Set connection var ansible_timeout to 10 172629 1726888979.53161: Set connection var ansible_shell_type to sh 172629 1726888979.53164: Set connection var ansible_pipelining to False 172629 1726888979.53167: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888979.53169: Set connection var ansible_shell_executable to /bin/sh 172629 1726888979.53171: Set connection var ansible_connection to ssh 172629 1726888979.53173: variable 'ansible_shell_executable' from source: unknown 172629 1726888979.53175: variable 'ansible_connection' from source: unknown 172629 1726888979.53177: variable 'ansible_module_compression' from source: unknown 172629 1726888979.53179: variable 'ansible_shell_type' from source: unknown 172629 1726888979.53181: variable 'ansible_shell_executable' from source: unknown 172629 1726888979.53278: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888979.53282: variable 'ansible_pipelining' from source: unknown 172629 1726888979.53284: variable 'ansible_timeout' from source: unknown 172629 1726888979.53286: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888979.53763: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888979.53767: variable 'omit' from source: magic vars 172629 1726888979.53769: starting attempt loop 172629 1726888979.53771: running the handler 172629 1726888979.53773: _low_level_execute_command(): starting 172629 1726888979.53775: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888979.54984: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888979.55000: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888979.55017: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888979.55072: stderr 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 <<< 172629 1726888979.55322: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888979.55353: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888979.55431: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888979.57187: stdout chunk (state=3): >>>/root <<< 172629 1726888979.57245: stdout chunk (state=3): >>><<< 172629 1726888979.57260: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888979.57272: stderr chunk (state=3): >>><<< 172629 1726888979.57297: _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 172629 1726888979.57549: _low_level_execute_command(): starting 172629 1726888979.57559: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888979.5746315-175493-65418276716321 `" && echo ansible-tmp-1726888979.5746315-175493-65418276716321="` echo /root/.ansible/tmp/ansible-tmp-1726888979.5746315-175493-65418276716321 `" ) && sleep 0' 172629 1726888979.58470: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888979.58765: 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' <<< 172629 1726888979.58794: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888979.58872: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888979.60741: stdout chunk (state=3): >>>ansible-tmp-1726888979.5746315-175493-65418276716321=/root/.ansible/tmp/ansible-tmp-1726888979.5746315-175493-65418276716321 <<< 172629 1726888979.61087: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888979.61102: stderr chunk (state=3): >>><<< 172629 1726888979.61176: stdout chunk (state=3): >>><<< 172629 1726888979.61199: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888979.5746315-175493-65418276716321=/root/.ansible/tmp/ansible-tmp-1726888979.5746315-175493-65418276716321 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888979.61563: variable 'ansible_module_compression' from source: unknown 172629 1726888979.61567: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 172629 1726888979.61596: variable 'ansible_facts' from source: unknown 172629 1726888979.61801: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888979.5746315-175493-65418276716321/AnsiballZ_mount.py 172629 1726888979.62289: Sending initial data 172629 1726888979.62292: Sent initial data (155 bytes) 172629 1726888979.63278: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888979.63291: 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 <<< 172629 1726888979.63303: 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 <<< 172629 1726888979.63361: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888979.63578: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888979.63642: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888979.65493: 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 debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888979.65551: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpwi8_xmtj /root/.ansible/tmp/ansible-tmp-1726888979.5746315-175493-65418276716321/AnsiballZ_mount.py <<< 172629 1726888979.65557: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888979.5746315-175493-65418276716321/AnsiballZ_mount.py" <<< 172629 1726888979.65603: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpwi8_xmtj" to remote "/root/.ansible/tmp/ansible-tmp-1726888979.5746315-175493-65418276716321/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888979.5746315-175493-65418276716321/AnsiballZ_mount.py" <<< 172629 1726888979.67225: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888979.67282: stderr chunk (state=3): >>><<< 172629 1726888979.67286: stdout chunk (state=3): >>><<< 172629 1726888979.67296: done transferring module to remote 172629 1726888979.67315: _low_level_execute_command(): starting 172629 1726888979.67325: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888979.5746315-175493-65418276716321/ /root/.ansible/tmp/ansible-tmp-1726888979.5746315-175493-65418276716321/AnsiballZ_mount.py && sleep 0' 172629 1726888979.68445: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888979.68471: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888979.68485: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888979.68532: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888979.68550: 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 <<< 172629 1726888979.68633: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888979.68678: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888979.68774: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888979.68813: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888979.70635: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888979.70645: stdout chunk (state=3): >>><<< 172629 1726888979.70660: stderr chunk (state=3): >>><<< 172629 1726888979.70806: _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 172629 1726888979.70866: _low_level_execute_command(): starting 172629 1726888979.70869: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888979.5746315-175493-65418276716321/AnsiballZ_mount.py && sleep 0' 172629 1726888979.71962: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888979.71979: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888979.71994: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888979.72011: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888979.72033: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888979.72049: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888979.72155: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888979.72179: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888979.72271: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888979.74478: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888979.74481: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888979.74515: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888979.74580: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888979.74601: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888979.74673: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888979.74693: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888979.74736: 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' <<< 172629 1726888979.74780: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888979.74783: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888979.74841: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888979.74845: 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 0x7f3efdbbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efdb8bb00> <<< 172629 1726888979.74918: 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 0x7f3efdbbea50> <<< 172629 1726888979.74987: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 172629 1726888979.75074: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888979.75209: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888979.75227: 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' <<< 172629 1726888979.75243: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efdbcd130> <<< 172629 1726888979.75295: 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 <<< 172629 1726888979.75322: 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 0x7f3efdbce120> <<< 172629 1726888979.75339: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888979.75418: 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. <<< 172629 1726888979.75625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888979.75773: 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' <<< 172629 1726888979.75775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888979.75806: 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 0x7f3efd9aaea0> # /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' <<< 172629 1726888979.75824: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd9c01a0> <<< 172629 1726888979.75838: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888979.75867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888979.76090: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888979.76109: 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 0x7f3efd9e3a40> # /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 0x7f3efda04110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd9c3ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd9c1400> <<< 172629 1726888979.76198: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd9a91c0> <<< 172629 1726888979.76230: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888979.76261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888979.76278: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888979.76318: 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' <<< 172629 1726888979.76362: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efda07950> <<< 172629 1726888979.76385: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efda06570> <<< 172629 1726888979.76407: 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 0x7f3efd9c22d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd9c1430> <<< 172629 1726888979.76471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888979.76490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efda349e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd9a8440> # /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' <<< 172629 1726888979.76549: 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 0x7f3efda34e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efda34d40> <<< 172629 1726888979.76687: 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 0x7f3efda35130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd9a6f60> <<< 172629 1726888979.76692: 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 0x7f3efda35820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efda354f0> import 'importlib.machinery' # <<< 172629 1726888979.76782: 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 0x7f3efda36720> import 'importlib.util' # import 'runpy' # <<< 172629 1726888979.76801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888979.76975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efda50920> import 'errno' # <<< 172629 1726888979.76979: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888979.76981: 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 0x7f3efda52030> <<< 172629 1726888979.77019: 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' <<< 172629 1726888979.77092: 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 0x7f3efda52ed0> # 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 0x7f3efda53530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efda52420> <<< 172629 1726888979.77122: 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 0x7f3efda53fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efda536e0> <<< 172629 1726888979.77172: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efda36750> <<< 172629 1726888979.77217: 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' <<< 172629 1726888979.77271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888979.77415: 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 0x7f3efd7cfe00> <<< 172629 1726888979.77419: 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' <<< 172629 1726888979.77440: 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 0x7f3efd7f88c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd7f8620> # 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 0x7f3efd7f88f0> # /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' <<< 172629 1726888979.77470: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888979.77592: 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 0x7f3efd7f9220> <<< 172629 1726888979.77711: 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 0x7f3efd7f9bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd7f8ad0> <<< 172629 1726888979.77747: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd7cdfa0> <<< 172629 1726888979.77805: 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' <<< 172629 1726888979.77875: 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 0x7f3efd7faf60> <<< 172629 1726888979.77888: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd7f9cd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efda36e40> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888979.77947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888979.78089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888979.78111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd8232c0> # /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 <<< 172629 1726888979.78134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888979.78177: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd847680> <<< 172629 1726888979.78201: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888979.78239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888979.78289: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888979.78435: 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 0x7f3efd8a84a0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888979.78450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888979.78516: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd8aac00> <<< 172629 1726888979.78584: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd8a85c0> <<< 172629 1726888979.78679: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd871490> # /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 0x7f3efd125580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd846480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd7fbe90> <<< 172629 1726888979.78784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888979.78803: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3efd125820> <<< 172629 1726888979.79041: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_zlk0b78v/ansible_mount_payload.zip' # zipimport: zlib available <<< 172629 1726888979.79168: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.79212: 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' <<< 172629 1726888979.79460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888979.79485: 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 0x7f3efd17b2f0> import '_typing' # <<< 172629 1726888979.79549: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd15e1e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd15d370> # zipimport: zlib available <<< 172629 1726888979.79595: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888979.79644: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888979.79648: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888979.79650: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.81035: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.82153: 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 0x7f3efd1795e0> <<< 172629 1726888979.82226: 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 <<< 172629 1726888979.82229: 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' <<< 172629 1726888979.82258: 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 0x7f3efd1a6c00> <<< 172629 1726888979.82290: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1a6990> <<< 172629 1726888979.82348: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1a62a0> <<< 172629 1726888979.82351: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888979.82388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888979.82405: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1a66f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd17bf80> import 'atexit' # <<< 172629 1726888979.82527: 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 0x7f3efd1a79e0> # 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 0x7f3efd1a7c20> <<< 172629 1726888979.82568: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888979.82571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 172629 1726888979.82595: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1d00e0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888979.82623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888979.82684: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd015e50> <<< 172629 1726888979.82770: 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 0x7f3efd017a70> <<< 172629 1726888979.82773: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888979.82776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888979.82841: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd018470> # /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' <<< 172629 1726888979.82844: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd019370> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888979.82936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888979.82940: 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' <<< 172629 1726888979.82951: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd0200b0> <<< 172629 1726888979.83012: 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 0x7f3efd0201d0> <<< 172629 1726888979.83105: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd01a360> # /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' <<< 172629 1726888979.83291: 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' <<< 172629 1726888979.83299: 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' <<< 172629 1726888979.83302: 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 0x7f3efd0640e0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd022bd0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd022930> # /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' <<< 172629 1726888979.83330: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd022ea0> <<< 172629 1726888979.83360: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd01a870> <<< 172629 1726888979.83385: 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 0x7f3efd0682c0> <<< 172629 1726888979.83521: 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 0x7f3efd0683b0> <<< 172629 1726888979.83546: 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 0x7f3efd069f70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd069d30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888979.83633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888979.83675: 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 0x7f3efd06c500> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd06a660> <<< 172629 1726888979.83701: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888979.83748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888979.83772: 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' # <<< 172629 1726888979.83860: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd06fce0> <<< 172629 1726888979.83934: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd06c6b0> <<< 172629 1726888979.83991: 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' <<< 172629 1726888979.84079: 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 0x7f3efd070aa0> # 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 0x7f3efd070e90> <<< 172629 1726888979.84115: 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 0x7f3efd070e60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd0686b0> # /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' <<< 172629 1726888979.84201: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888979.84204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888979.84288: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3efd0fc500> <<< 172629 1726888979.84342: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888979.84372: 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 0x7f3efd0fd730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd072c90> <<< 172629 1726888979.84396: 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 0x7f3efd070da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd0728a0> <<< 172629 1726888979.84683: stdout chunk (state=3): >>># 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 <<< 172629 1726888979.84788: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.84902: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.85424: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.85953: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888979.85979: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888979.86009: 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' <<< 172629 1726888979.86139: 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 0x7f3efcf01940> # /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' <<< 172629 1726888979.86163: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf02600> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd17b260> <<< 172629 1726888979.86211: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888979.86249: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888979.86267: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888979.86411: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.86589: 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 0x7f3efcf027b0> <<< 172629 1726888979.86592: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.87035: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.87471: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.87546: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.87612: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888979.87627: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.87663: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.87776: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888979.87779: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.87851: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.errors' # <<< 172629 1726888979.87895: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888979.87937: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.87980: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888979.88211: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.88438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888979.88491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888979.88502: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888979.88574: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf039b0> <<< 172629 1726888979.88585: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.88647: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.88742: 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' # <<< 172629 1726888979.88845: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.88867: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888979.88892: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.88935: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.88991: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.89061: 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 <<< 172629 1726888979.89088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888979.89176: 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 0x7f3efcf0e3f0> <<< 172629 1726888979.89265: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf0b620> <<< 172629 1726888979.89269: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888979.89316: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.89394: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.89414: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888979.89478: 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' <<< 172629 1726888979.89509: 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 <<< 172629 1726888979.89649: 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' <<< 172629 1726888979.89652: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd002b70> <<< 172629 1726888979.89688: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1e6870> <<< 172629 1726888979.89771: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf0e420> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf03890> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888979.89792: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.89844: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.89874: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888979.89962: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888979.89982: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible' # # zipimport: zlib available <<< 172629 1726888979.90053: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # <<< 172629 1726888979.90175: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # # zipimport: zlib available <<< 172629 1726888979.90490: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.90878: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.90904: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # <<< 172629 1726888979.90977: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888979.91062: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 172629 1726888979.91090: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888979.91275: stdout chunk (state=3): >>> {"changed": false, "name": "/opt/test", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "fstype": "ext3", "invocation": {"module_args": {"src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "path": "/opt/test", "fstype": "ext3", "opts": "defaults", "state": "mounted", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null}}} <<< 172629 1726888979.91283: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888979.91630: 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 <<< 172629 1726888979.91790: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # 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 <<< 172629 1726888979.91808: 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.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount <<< 172629 1726888979.92262: 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 # destroy array # destroy datetime <<< 172629 1726888979.92265: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888979.92348: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888979.92399: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726888979.92402: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726888979.92485: 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 <<< 172629 1726888979.92489: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888979.92658: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 172629 1726888979.92662: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888979.92750: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing <<< 172629 1726888979.92769: 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 <<< 172629 1726888979.92895: 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 <<< 172629 1726888979.92972: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888979.93331: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888979.93469: stdout chunk (state=3): >>><<< 172629 1726888979.93472: stderr chunk (state=3): >>><<< 172629 1726888979.93513: _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 0x7f3efdbbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efdb8bb00> # /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 0x7f3efdbbea50> 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 0x7f3efdbcd130> # /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 0x7f3efdbce120> 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 0x7f3efd9aaea0> # /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 0x7f3efd9c01a0> # /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 0x7f3efd9e3a40> # /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 0x7f3efda04110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd9c3ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd9c1400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd9a91c0> # /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 0x7f3efda07950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efda06570> # /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 0x7f3efd9c22d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd9c1430> # /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 0x7f3efda349e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd9a8440> # /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 0x7f3efda34e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efda34d40> # 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 0x7f3efda35130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd9a6f60> # /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 0x7f3efda35820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efda354f0> 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 0x7f3efda36720> 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 0x7f3efda50920> 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 0x7f3efda52030> # /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 0x7f3efda52ed0> # 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 0x7f3efda53530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efda52420> # /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 0x7f3efda53fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efda536e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efda36750> # /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 0x7f3efd7cfe00> # /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 0x7f3efd7f88c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd7f8620> # 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 0x7f3efd7f88f0> # /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 0x7f3efd7f9220> # 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 0x7f3efd7f9bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd7f8ad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd7cdfa0> # /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 0x7f3efd7faf60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd7f9cd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efda36e40> # /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 0x7f3efd8232c0> # /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 0x7f3efd847680> # /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 0x7f3efd8a84a0> # /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 0x7f3efd8aac00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd8a85c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd871490> # /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 0x7f3efd125580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd846480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd7fbe90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3efd125820> # zipimport: found 36 names in '/tmp/ansible_mount_payload_zlk0b78v/ansible_mount_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 0x7f3efd17b2f0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd15e1e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd15d370> # 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 0x7f3efd1795e0> # /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 0x7f3efd1a6c00> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1a6990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1a62a0> # /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 0x7f3efd1a66f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd17bf80> 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 0x7f3efd1a79e0> # 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 0x7f3efd1a7c20> # /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 0x7f3efd1d00e0> 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 0x7f3efd015e50> # 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 0x7f3efd017a70> # /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 0x7f3efd018470> # /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 0x7f3efd019370> # /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 0x7f3efd0200b0> # 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 0x7f3efd0201d0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd01a360> # /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 0x7f3efd0640e0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd022bd0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd022930> # /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 0x7f3efd022ea0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd01a870> # 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 0x7f3efd0682c0> # /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 0x7f3efd0683b0> # /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 0x7f3efd069f70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd069d30> # /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 0x7f3efd06c500> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd06a660> # /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 0x7f3efd06fce0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd06c6b0> # 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 0x7f3efd070aa0> # 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 0x7f3efd070e90> # 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 0x7f3efd070e60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd0686b0> # /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 0x7f3efd0fc500> # 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 0x7f3efd0fd730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd072c90> # 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 0x7f3efd070da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd0728a0> # 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 0x7f3efcf01940> # /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 0x7f3efcf02600> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd17b260> 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 0x7f3efcf027b0> # 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 0x7f3efcf039b0> # 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 0x7f3efcf0e3f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf0b620> 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 0x7f3efd002b70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1e6870> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf0e420> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf03890> # 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.ansible' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # # zipimport: zlib available {"changed": false, "name": "/opt/test", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "fstype": "ext3", "invocation": {"module_args": {"src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "path": "/opt/test", "fstype": "ext3", "opts": "defaults", "state": "mounted", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": 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.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount # 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. 172629 1726888979.94700: done with _execute_module (mount, {'src': 'UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d', 'path': '/opt/test', 'fstype': 'ext3', 'opts': 'defaults', 'state': 'mounted', '_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': 'mount', '_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-1726888979.5746315-175493-65418276716321/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888979.94704: _low_level_execute_command(): starting 172629 1726888979.94707: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888979.5746315-175493-65418276716321/ > /dev/null 2>&1 && sleep 0' 172629 1726888979.95261: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888979.95289: 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 <<< 172629 1726888979.95544: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888979.95586: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888979.97632: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888979.97636: stdout chunk (state=3): >>><<< 172629 1726888979.97642: stderr chunk (state=3): >>><<< 172629 1726888979.97658: _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 172629 1726888979.97667: handler run complete 172629 1726888979.97686: attempt loop complete, returning result 172629 1726888979.97713: variable 'mount_info' from source: unknown 172629 1726888979.97791: variable 'mount_info' from source: unknown ok: [managed_node1] => (item={'src': 'UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d', 'path': '/opt/test', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d" } 172629 1726888979.98180: dumping result to json 172629 1726888979.98183: done dumping result, returning 172629 1726888979.98399: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-d0a8-add8-000000001503] 172629 1726888979.98413: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001503 172629 1726888979.98561: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001503 172629 1726888979.98565: WORKER PROCESS EXITING 172629 1726888979.98618: no more pending results, returning what we have 172629 1726888979.98620: results queue empty 172629 1726888979.98621: checking for any_errors_fatal 172629 1726888979.98627: done checking for any_errors_fatal 172629 1726888979.98628: checking for max_fail_percentage 172629 1726888979.98629: done checking for max_fail_percentage 172629 1726888979.98630: checking to see if all hosts have failed and the running result is not ok 172629 1726888979.98631: done checking to see if all hosts have failed 172629 1726888979.98632: getting the remaining hosts for this loop 172629 1726888979.98633: done getting the remaining hosts for this loop 172629 1726888979.98636: getting the next task for host managed_node1 172629 1726888979.98641: done getting next task for host managed_node1 172629 1726888979.98644: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 172629 1726888979.98648: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888979.98663: getting variables 172629 1726888979.98665: in VariableManager get_vars() 172629 1726888979.98697: Calling all_inventory to load vars for managed_node1 172629 1726888979.98699: Calling groups_inventory to load vars for managed_node1 172629 1726888979.98701: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888979.98709: Calling all_plugins_play to load vars for managed_node1 172629 1726888979.98712: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888979.98714: Calling groups_plugins_play to load vars for managed_node1 172629 1726888979.99850: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888980.01328: done with get_vars() 172629 1726888980.01350: 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 23:23:00 -0400 (0:00:00.586) 0:01:20.294 ****** 172629 1726888980.01663: entering _queue_task() for managed_node1/file 172629 1726888980.02223: worker is 1 (out of 1 available) 172629 1726888980.02235: exiting _queue_task() for managed_node1/file 172629 1726888980.02248: done queuing things up, now waiting for results queue to drain 172629 1726888980.02249: waiting for pending results... 172629 1726888980.03272: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 172629 1726888980.03277: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001505 172629 1726888980.03295: variable 'ansible_search_path' from source: unknown 172629 1726888980.03303: variable 'ansible_search_path' from source: unknown 172629 1726888980.03836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888980.08264: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888980.08268: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888980.08271: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888980.08274: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888980.08477: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888980.09687: 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) 172629 1726888980.09730: 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) 172629 1726888980.09767: 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) 172629 1726888980.10060: 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) 172629 1726888980.10064: 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) 172629 1726888980.10260: 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) 172629 1726888980.10263: 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) 172629 1726888980.10266: 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) 172629 1726888980.10268: 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) 172629 1726888980.10270: 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) 172629 1726888980.10272: 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) 172629 1726888980.10274: 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) 172629 1726888980.10486: 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) 172629 1726888980.10529: 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) 172629 1726888980.10548: 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) 172629 1726888980.10900: variable 'blivet_output' from source: set_fact 172629 1726888980.10995: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888980.11330: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888980.11518: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888980.11556: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888980.11593: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888980.11638: 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) 172629 1726888980.11666: 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) 172629 1726888980.11698: 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) 172629 1726888980.11731: 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) 172629 1726888980.11867: variable 'omit' from source: magic vars 172629 1726888980.11973: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888980.11989: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888980.12003: variable 'omit' from source: magic vars 172629 1726888980.12409: variable 'mount_info' from source: unknown 172629 1726888980.12422: Evaluated conditional (mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none): False 172629 1726888980.12429: when evaluation is False, skipping this task 172629 1726888980.12472: variable 'mount_info' from source: unknown 172629 1726888980.12563: variable 'mount_info' from source: unknown skipping: [managed_node1] => (item={'src': 'UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d', 'path': '/opt/test', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "state": "mounted" }, "skip_reason": "Conditional result was False" } 172629 1726888980.12923: dumping result to json 172629 1726888980.12927: done dumping result, returning 172629 1726888980.12929: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-d0a8-add8-000000001505] 172629 1726888980.12939: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001505 172629 1726888980.12992: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001505 172629 1726888980.12995: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false } MSG: All items skipped 172629 1726888980.13064: no more pending results, returning what we have 172629 1726888980.13067: results queue empty 172629 1726888980.13068: checking for any_errors_fatal 172629 1726888980.13079: done checking for any_errors_fatal 172629 1726888980.13080: checking for max_fail_percentage 172629 1726888980.13081: done checking for max_fail_percentage 172629 1726888980.13082: checking to see if all hosts have failed and the running result is not ok 172629 1726888980.13083: done checking to see if all hosts have failed 172629 1726888980.13084: getting the remaining hosts for this loop 172629 1726888980.13086: done getting the remaining hosts for this loop 172629 1726888980.13088: getting the next task for host managed_node1 172629 1726888980.13095: done getting next task for host managed_node1 172629 1726888980.13099: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888980.13102: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888980.13126: getting variables 172629 1726888980.13127: in VariableManager get_vars() 172629 1726888980.13168: Calling all_inventory to load vars for managed_node1 172629 1726888980.13170: Calling groups_inventory to load vars for managed_node1 172629 1726888980.13173: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888980.13182: Calling all_plugins_play to load vars for managed_node1 172629 1726888980.13185: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888980.13188: Calling groups_plugins_play to load vars for managed_node1 172629 1726888980.14215: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888980.15558: done with get_vars() 172629 1726888980.15761: 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 23:23:00 -0400 (0:00:00.143) 0:01:20.438 ****** 172629 1726888980.15864: entering _queue_task() for managed_node1/systemd 172629 1726888980.16528: worker is 1 (out of 1 available) 172629 1726888980.16542: exiting _queue_task() for managed_node1/systemd 172629 1726888980.16621: done queuing things up, now waiting for results queue to drain 172629 1726888980.16624: waiting for pending results... 172629 1726888980.17077: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888980.17287: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001507 172629 1726888980.17301: variable 'ansible_search_path' from source: unknown 172629 1726888980.17304: variable 'ansible_search_path' from source: unknown 172629 1726888980.17334: calling self._execute() 172629 1726888980.17439: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888980.17443: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888980.17453: variable 'omit' from source: magic vars 172629 1726888980.18269: variable 'blivet_output' from source: set_fact 172629 1726888980.18272: Evaluated conditional (blivet_output['mounts']): True 172629 1726888980.18275: variable 'omit' from source: magic vars 172629 1726888980.18528: variable 'omit' from source: magic vars 172629 1726888980.18562: variable 'omit' from source: magic vars 172629 1726888980.18601: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888980.18636: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888980.18658: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888980.18881: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888980.18894: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888980.19021: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888980.19026: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888980.19029: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888980.19032: Set connection var ansible_timeout to 10 172629 1726888980.19034: Set connection var ansible_shell_type to sh 172629 1726888980.19041: Set connection var ansible_pipelining to False 172629 1726888980.19047: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888980.19052: Set connection var ansible_shell_executable to /bin/sh 172629 1726888980.19056: Set connection var ansible_connection to ssh 172629 1726888980.19283: variable 'ansible_shell_executable' from source: unknown 172629 1726888980.19286: variable 'ansible_connection' from source: unknown 172629 1726888980.19289: variable 'ansible_module_compression' from source: unknown 172629 1726888980.19292: variable 'ansible_shell_type' from source: unknown 172629 1726888980.19294: variable 'ansible_shell_executable' from source: unknown 172629 1726888980.19296: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888980.19298: variable 'ansible_pipelining' from source: unknown 172629 1726888980.19350: variable 'ansible_timeout' from source: unknown 172629 1726888980.19353: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888980.19704: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888980.19714: variable 'omit' from source: magic vars 172629 1726888980.19719: starting attempt loop 172629 1726888980.19722: running the handler 172629 1726888980.19735: _low_level_execute_command(): starting 172629 1726888980.19743: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888980.21246: 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 debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888980.21445: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888980.23023: stdout chunk (state=3): >>>/root <<< 172629 1726888980.23153: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888980.23186: stderr chunk (state=3): >>><<< 172629 1726888980.23189: stdout chunk (state=3): >>><<< 172629 1726888980.23213: _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 172629 1726888980.23229: _low_level_execute_command(): starting 172629 1726888980.23237: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888980.2321494-175519-247981774988778 `" && echo ansible-tmp-1726888980.2321494-175519-247981774988778="` echo /root/.ansible/tmp/ansible-tmp-1726888980.2321494-175519-247981774988778 `" ) && sleep 0' 172629 1726888980.23834: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888980.23842: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888980.23854: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888980.24008: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888980.24019: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888980.24021: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888980.24054: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888980.26135: stdout chunk (state=3): >>>ansible-tmp-1726888980.2321494-175519-247981774988778=/root/.ansible/tmp/ansible-tmp-1726888980.2321494-175519-247981774988778 <<< 172629 1726888980.26139: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888980.26145: stdout chunk (state=3): >>><<< 172629 1726888980.26149: stderr chunk (state=3): >>><<< 172629 1726888980.26172: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888980.2321494-175519-247981774988778=/root/.ansible/tmp/ansible-tmp-1726888980.2321494-175519-247981774988778 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888980.26227: variable 'ansible_module_compression' from source: unknown 172629 1726888980.26286: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 172629 1726888980.26560: variable 'ansible_facts' from source: unknown 172629 1726888980.26983: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888980.2321494-175519-247981774988778/AnsiballZ_systemd.py 172629 1726888980.27277: Sending initial data 172629 1726888980.27286: Sent initial data (158 bytes) 172629 1726888980.28377: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888980.28665: 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' <<< 172629 1726888980.28707: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888980.28749: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888980.30319: 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" <<< 172629 1726888980.30346: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888980.30397: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888980.30518: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmporb_7rzu /root/.ansible/tmp/ansible-tmp-1726888980.2321494-175519-247981774988778/AnsiballZ_systemd.py <<< 172629 1726888980.30566: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888980.2321494-175519-247981774988778/AnsiballZ_systemd.py" debug1: stat remote: No such file or directory <<< 172629 1726888980.30579: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmporb_7rzu" to remote "/root/.ansible/tmp/ansible-tmp-1726888980.2321494-175519-247981774988778/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888980.2321494-175519-247981774988778/AnsiballZ_systemd.py" <<< 172629 1726888980.33737: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888980.33758: stderr chunk (state=3): >>><<< 172629 1726888980.33768: stdout chunk (state=3): >>><<< 172629 1726888980.33867: done transferring module to remote 172629 1726888980.33870: _low_level_execute_command(): starting 172629 1726888980.33876: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888980.2321494-175519-247981774988778/ /root/.ansible/tmp/ansible-tmp-1726888980.2321494-175519-247981774988778/AnsiballZ_systemd.py && sleep 0' 172629 1726888980.35012: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888980.35061: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888980.35072: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888980.35087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888980.35101: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888980.35171: 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 <<< 172629 1726888980.35326: 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 <<< 172629 1726888980.35475: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888980.37177: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888980.37432: stderr chunk (state=3): >>><<< 172629 1726888980.37440: stdout chunk (state=3): >>><<< 172629 1726888980.37443: _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 172629 1726888980.37445: _low_level_execute_command(): starting 172629 1726888980.37448: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888980.2321494-175519-247981774988778/AnsiballZ_systemd.py && sleep 0' 172629 1726888980.38570: 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 <<< 172629 1726888980.38596: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888980.38615: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888980.38636: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888980.38873: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888980.40967: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888980.41002: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888980.41028: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888980.41106: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888980.41138: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888980.41174: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888980.41204: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888980.41395: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c1bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c18bb00> <<< 172629 1726888980.41437: 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 0x7f523c1bea50> <<< 172629 1726888980.41442: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888980.41476: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888980.41478: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888980.41515: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888980.41598: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888980.41625: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888980.41781: 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 0x7f523c1cd130> <<< 172629 1726888980.41825: 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 <<< 172629 1726888980.41848: 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 0x7f523c1ce120> <<< 172629 1726888980.41867: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888980.41895: 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. <<< 172629 1726888980.42283: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888980.42309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888980.42335: 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' <<< 172629 1726888980.42349: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888980.42488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888980.42492: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888980.42523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bfcbfe0> # /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 0x7f523bfe0170> <<< 172629 1726888980.42545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888980.42562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888980.42578: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888980.42740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888980.42743: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888980.42746: 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 0x7f523c0039e0> # /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 0x7f523c003fb0> import '_collections' # <<< 172629 1726888980.42798: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bfe3cb0> import '_functools' # <<< 172629 1726888980.42816: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bfe13d0> <<< 172629 1726888980.42899: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bfc9190> <<< 172629 1726888980.42921: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888980.42975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888980.43023: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888980.43033: 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' <<< 172629 1726888980.43096: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c027920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c026540> <<< 172629 1726888980.43201: 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 0x7f523bfe22a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bfcaa50> <<< 172629 1726888980.43204: 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 0x7f523c054920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bfc8410> <<< 172629 1726888980.43361: 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' <<< 172629 1726888980.43412: 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 0x7f523c054dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c054c80> # 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 0x7f523c055040> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bfc6f30> # /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 0x7f523c055730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c055400> import 'importlib.machinery' # <<< 172629 1726888980.43447: 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' <<< 172629 1726888980.43468: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c056630> <<< 172629 1726888980.43482: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726888980.43502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888980.43544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888980.43575: 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 0x7f523c070830> <<< 172629 1726888980.43597: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888980.43633: 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 0x7f523c071f70> <<< 172629 1726888980.43810: 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' <<< 172629 1726888980.43829: 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 0x7f523c072e10> # 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 0x7f523c073470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c072360> # /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 0x7f523c073ef0> <<< 172629 1726888980.43854: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c073620> <<< 172629 1726888980.43883: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c0565a0> <<< 172629 1726888980.43901: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888980.43920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888980.43941: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888980.43962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888980.43998: 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 0x7f523bd5bd70> <<< 172629 1726888980.44023: 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' <<< 172629 1726888980.44090: 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 0x7f523bd88830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bd88590> <<< 172629 1726888980.44112: 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 0x7f523bd88860> <<< 172629 1726888980.44142: 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' <<< 172629 1726888980.44196: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888980.44336: 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 0x7f523bd89160> <<< 172629 1726888980.44469: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888980.44494: 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 0x7f523bd89b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bd88a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bd59f10> <<< 172629 1726888980.44513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888980.44534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888980.44569: 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 0x7f523bd8af00> <<< 172629 1726888980.44601: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bd899d0> <<< 172629 1726888980.44677: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c056d50> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888980.44698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888980.44720: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888980.44751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888980.44782: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bdb3200> <<< 172629 1726888980.44922: 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' <<< 172629 1726888980.44948: 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 0x7f523bddb590> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888980.44995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888980.45064: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888980.45114: 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 0x7f523be34380> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888980.45423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888980.45426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888980.45429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523be36ae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523be344a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523be013a0> <<< 172629 1726888980.45431: 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 0x7f523b725430> <<< 172629 1726888980.45433: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bdda3c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bd8bdd0> <<< 172629 1726888980.45606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888980.45626: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f523b7256d0> <<< 172629 1726888980.45893: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_8gimpglg/ansible_systemd_payload.zip' # zipimport: zlib available <<< 172629 1726888980.46013: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.46046: 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' <<< 172629 1726888980.46086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888980.46188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888980.46270: 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 0x7f523b78f1a0> <<< 172629 1726888980.46292: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888980.46388: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b76a090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b7691f0> <<< 172629 1726888980.46409: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.46448: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726888980.46480: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888980.46571: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888980.47881: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.48976: 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 0x7f523b78d040> <<< 172629 1726888980.49004: 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' <<< 172629 1726888980.49041: 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' <<< 172629 1726888980.49110: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f523b7bea50> <<< 172629 1726888980.49136: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b7be7e0> <<< 172629 1726888980.49173: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b7be120> <<< 172629 1726888980.49332: 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' <<< 172629 1726888980.49337: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b7be600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bd88440> 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 0x7f523b7bf6b0> # 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 0x7f523b7bf8f0> <<< 172629 1726888980.49341: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888980.49380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888980.49393: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888980.49436: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b7bfe30> <<< 172629 1726888980.49512: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888980.49516: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888980.49598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b629c10> <<< 172629 1726888980.49603: 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 0x7f523b62b830> <<< 172629 1726888980.49641: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b630230> <<< 172629 1726888980.49672: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888980.49769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888980.49772: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b631100> <<< 172629 1726888980.49784: 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' <<< 172629 1726888980.49836: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b633e60> <<< 172629 1726888980.50274: 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 0x7f523bfc7020> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b632120> # /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 <<< 172629 1726888980.50277: 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 0x7f523b637e60> import '_tokenize' # <<< 172629 1726888980.50280: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b636930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b636690> <<< 172629 1726888980.50282: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888980.50284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888980.50343: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b636c00> <<< 172629 1726888980.50369: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b632630> <<< 172629 1726888980.50391: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888980.50415: 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 0x7f523b67bf80> <<< 172629 1726888980.50441: 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 0x7f523b67c2c0> <<< 172629 1726888980.50487: 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 <<< 172629 1726888980.50502: 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' <<< 172629 1726888980.50693: 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 0x7f523b67dd90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b67db50> <<< 172629 1726888980.50696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888980.50734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f523b680320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b67e450> # /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 <<< 172629 1726888980.50751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726888980.50787: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b683b00> <<< 172629 1726888980.50913: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b6804d0> <<< 172629 1726888980.50980: 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 0x7f523b6848c0> <<< 172629 1726888980.51005: 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' <<< 172629 1726888980.51051: 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 0x7f523b684ce0> <<< 172629 1726888980.51073: 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 0x7f523b684c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b67c4a0> <<< 172629 1726888980.51139: 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' <<< 172629 1726888980.51142: 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' <<< 172629 1726888980.51165: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888980.51252: 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 0x7f523b5103e0> <<< 172629 1726888980.51460: 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 0x7f523b511820> <<< 172629 1726888980.51484: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b686b70> # 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 0x7f523b687f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b686780> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888980.51529: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.51620: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.51657: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888980.51680: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888980.51803: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.51921: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.52463: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.53002: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888980.53070: 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' # <<< 172629 1726888980.53087: 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' <<< 172629 1726888980.53128: 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 0x7f523b515a00> <<< 172629 1726888980.53383: 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 0x7f523b5167e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b5119a0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888980.53498: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.53652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888980.53672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b516540> <<< 172629 1726888980.53686: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.54135: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.54577: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.54654: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.54731: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888980.54744: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.54772: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.54810: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888980.54825: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.54888: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.54972: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888980.55172: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888980.55194: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888980.55331: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.55566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888980.55628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888980.55649: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888980.55714: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b5179e0> <<< 172629 1726888980.55734: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.55797: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.55872: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726888980.55894: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888980.55917: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.55982: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.56006: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888980.56157: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888980.56220: 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 <<< 172629 1726888980.56268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888980.56367: 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 0x7f523b5223c0> <<< 172629 1726888980.56460: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b51dbe0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888980.56506: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.56570: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.56682: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 172629 1726888980.56698: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888980.56716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888980.56773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888980.56800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888980.56817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888980.56874: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b60abd0> <<< 172629 1726888980.56917: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b6fe8d0> <<< 172629 1726888980.57010: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b522450> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bddb500> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888980.57021: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.57188: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.57192: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888980.57376: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.57574: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.57594: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.57884: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.57887: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888980.57920: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.57940: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.57974: 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 <<< 172629 1726888980.58040: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 172629 1726888980.58062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888980.58125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888980.58141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888980.58197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888980.58216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726888980.58250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888980.58267: 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 0x7f523b19aff0> <<< 172629 1726888980.58303: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b19a420> <<< 172629 1726888980.58360: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b198920> <<< 172629 1726888980.58587: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b5b2e40> <<< 172629 1726888980.58660: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b5b0da0> import 'ansible.module_utils.compat.typing' # <<< 172629 1726888980.58677: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.58852: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.59023: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.59072: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.59122: 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' <<< 172629 1726888980.59150: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 172629 1726888980.59198: 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 # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 172629 1726888980.59311: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b59daf0> # /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' <<< 172629 1726888980.59340: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888980.59386: 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' <<< 172629 1726888980.59682: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b229250> # 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 0x7f523b229580> <<< 172629 1726888980.59728: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b210d70> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b1e7f20> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b5b2090> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b5b13d0> # /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 0x7f523b0381d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b22ba40> <<< 172629 1726888980.59750: 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 0x7f523b22bc20> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b22ae70> <<< 172629 1726888980.59773: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 172629 1726888980.59797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b038380> <<< 172629 1726888980.59820: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 172629 1726888980.59868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 172629 1726888980.59895: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888980.59911: 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 0x7f523b03af00> <<< 172629 1726888980.59934: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b038ef0> <<< 172629 1726888980.60009: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b5b1430> import 'ansible.module_utils.facts.timeout' # <<< 172629 1726888980.60057: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 172629 1726888980.60100: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.60151: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 172629 1726888980.60176: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.60214: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.60267: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 172629 1726888980.60319: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 172629 1726888980.60383: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # <<< 172629 1726888980.60516: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.60542: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888980.60587: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 172629 1726888980.60650: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.60707: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.60768: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.60840: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 172629 1726888980.60843: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.61345: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.61771: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 172629 1726888980.61832: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.61882: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.61918: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.61959: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 172629 1726888980.61976: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.61999: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.62190: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 172629 1726888980.62193: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888980.62228: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 172629 1726888980.62240: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.62387: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888980.62475: 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' <<< 172629 1726888980.62502: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b03b980> <<< 172629 1726888980.62524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726888980.62561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726888980.62687: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b0690a0> import 'ansible.module_utils.facts.system.local' # <<< 172629 1726888980.62780: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888980.62831: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 172629 1726888980.62852: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.62935: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.63031: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 172629 1726888980.63182: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 172629 1726888980.63227: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.63275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888980.63329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888980.63405: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888980.63469: 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 0x7f523b0834d0> <<< 172629 1726888980.63786: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b06bb00> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 172629 1726888980.63878: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.63965: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.64075: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.64221: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 172629 1726888980.64240: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.64279: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.64324: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 172629 1726888980.64338: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.64369: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.64417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 172629 1726888980.64601: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888980.64605: 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 0x7f523b097110> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b0804a0> <<< 172629 1726888980.64612: 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 # zipimport: zlib available <<< 172629 1726888980.64634: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 172629 1726888980.64786: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.64937: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 172629 1726888980.64958: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.65051: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.65478: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888980.65588: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 172629 1726888980.65606: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.65979: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888980.66477: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.66989: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 172629 1726888980.67014: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.67106: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.67215: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 172629 1726888980.67236: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.67323: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.67420: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 172629 1726888980.67444: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.67783: 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 <<< 172629 1726888980.67826: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.67875: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 172629 1726888980.67889: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.67976: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.68074: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.68272: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.68479: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 172629 1726888980.68492: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.68522: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.68563: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 172629 1726888980.68584: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.68607: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.68630: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 172629 1726888980.68701: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.68773: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available <<< 172629 1726888980.68977: stdout chunk (state=3): >>># 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 <<< 172629 1726888980.69021: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.69078: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726888980.69096: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.69349: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.69601: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 172629 1726888980.69621: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.69676: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.69730: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 172629 1726888980.69749: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.69776: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.69809: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 172629 1726888980.69830: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.69858: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.70083: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 172629 1726888980.70086: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888980.70126: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 172629 1726888980.70160: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 172629 1726888980.70176: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.70223: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.70277: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 172629 1726888980.70294: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888980.70370: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.70387: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.70416: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.70482: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.70662: 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 <<< 172629 1726888980.70691: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 172629 1726888980.70881: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.71129: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 172629 1726888980.71145: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.71174: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 172629 1726888980.71190: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.71232: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.71276: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 172629 1726888980.71299: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.71403: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.71451: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 172629 1726888980.71469: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.71552: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.71644: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 172629 1726888980.71665: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.71832: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.71936: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 172629 1726888980.72272: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888980.94518: stdout chunk (state=3): >>> {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} <<< 172629 1726888980.95164: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path <<< 172629 1726888980.95223: stdout chunk (state=3): >>># clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # 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 <<< 172629 1726888980.95261: stdout chunk (state=3): >>># cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache <<< 172629 1726888980.95307: stdout chunk (state=3): >>># cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # 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 <<< 172629 1726888980.95368: stdout chunk (state=3): >>># 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 <<< 172629 1726888980.95412: stdout chunk (state=3): >>># 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 <<< 172629 1726888980.95453: stdout chunk (state=3): >>># 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 <<< 172629 1726888980.95479: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin<<< 172629 1726888980.95906: stdout chunk (state=3): >>> # 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 ansible.module_utils.service # destroy ansible.module_utils.service # destroy _sitebuiltins <<< 172629 1726888980.95928: stdout chunk (state=3): >>># 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 <<< 172629 1726888980.96018: 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 # destroy _locale <<< 172629 1726888980.96032: stdout chunk (state=3): >>># destroy locale # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726888980.96071: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 172629 1726888980.96108: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 172629 1726888980.96136: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle <<< 172629 1726888980.96148: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 172629 1726888980.96181: stdout chunk (state=3): >>># destroy fcntl # destroy datetime # destroy base64 <<< 172629 1726888980.96251: stdout chunk (state=3): >>># destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd <<< 172629 1726888980.96279: stdout chunk (state=3): >>># destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 172629 1726888980.96342: stdout chunk (state=3): >>># destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # 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 <<< 172629 1726888980.96382: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726888980.96397: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # 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 <<< 172629 1726888980.96407: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser <<< 172629 1726888980.96421: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 172629 1726888980.96447: 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 <<< 172629 1726888980.96467: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 172629 1726888980.96657: stdout chunk (state=3): >>># 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 <<< 172629 1726888980.96678: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888980.96712: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 172629 1726888980.96724: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing <<< 172629 1726888980.96728: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 172629 1726888980.96771: stdout chunk (state=3): >>># destroy _opcode <<< 172629 1726888980.96775: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888980.96778: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888980.96800: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888980.96886: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 172629 1726888980.96901: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit <<< 172629 1726888980.96908: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726888980.96937: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726888980.96968: stdout chunk (state=3): >>># destroy _hashlib # destroy abc <<< 172629 1726888980.96971: stdout chunk (state=3): >>># destroy _collections_abc # destroy _operator # destroy _string <<< 172629 1726888980.97003: stdout chunk (state=3): >>># destroy re <<< 172629 1726888980.97010: stdout chunk (state=3): >>># destroy _abc # destroy itertools <<< 172629 1726888980.97025: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726888980.97040: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726888980.97405: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888980.97432: stderr chunk (state=3): >>><<< 172629 1726888980.97435: stdout chunk (state=3): >>><<< 172629 1726888980.97536: _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 0x7f523c1bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c18bb00> # /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 0x7f523c1bea50> 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 0x7f523c1cd130> # /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 0x7f523c1ce120> 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 0x7f523bfcbfe0> # /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 0x7f523bfe0170> # /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 0x7f523c0039e0> # /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 0x7f523c003fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bfe3cb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bfe13d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bfc9190> # /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 0x7f523c027920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c026540> # /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 0x7f523bfe22a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bfcaa50> # /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 0x7f523c054920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bfc8410> # /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 0x7f523c054dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c054c80> # 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 0x7f523c055040> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bfc6f30> # /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 0x7f523c055730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c055400> 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 0x7f523c056630> 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 0x7f523c070830> 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 0x7f523c071f70> # /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 0x7f523c072e10> # 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 0x7f523c073470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c072360> # /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 0x7f523c073ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c073620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c0565a0> # /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 0x7f523bd5bd70> # /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 0x7f523bd88830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bd88590> # 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 0x7f523bd88860> # /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 0x7f523bd89160> # 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 0x7f523bd89b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bd88a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bd59f10> # /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 0x7f523bd8af00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bd899d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523c056d50> # /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 0x7f523bdb3200> # /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 0x7f523bddb590> # /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 0x7f523be34380> # /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 0x7f523be36ae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523be344a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523be013a0> # /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 0x7f523b725430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bdda3c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bd8bdd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f523b7256d0> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_8gimpglg/ansible_systemd_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 0x7f523b78f1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b76a090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b7691f0> # 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 0x7f523b78d040> # /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 0x7f523b7bea50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b7be7e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b7be120> # /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 0x7f523b7be600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bd88440> 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 0x7f523b7bf6b0> # 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 0x7f523b7bf8f0> # /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 0x7f523b7bfe30> 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 0x7f523b629c10> # 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 0x7f523b62b830> # /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 0x7f523b630230> # /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 0x7f523b631100> # /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 0x7f523b633e60> # 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 0x7f523bfc7020> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b632120> # /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 0x7f523b637e60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b636930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b636690> # /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 0x7f523b636c00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b632630> # 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 0x7f523b67bf80> # /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 0x7f523b67c2c0> # /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 0x7f523b67dd90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b67db50> # /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 0x7f523b680320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b67e450> # /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 0x7f523b683b00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b6804d0> # 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 0x7f523b6848c0> # 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 0x7f523b684ce0> # 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 0x7f523b684c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b67c4a0> # /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 0x7f523b5103e0> # 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 0x7f523b511820> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b686b70> # 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 0x7f523b687f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b686780> # 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 0x7f523b515a00> # /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 0x7f523b5167e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b5119a0> 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 0x7f523b516540> # 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 0x7f523b5179e0> # 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 0x7f523b5223c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b51dbe0> 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 0x7f523b60abd0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b6fe8d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b522450> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523bddb500> # 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 0x7f523b19aff0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b19a420> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b198920> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b5b2e40> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b5b0da0> 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 0x7f523b59daf0> # /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 0x7f523b229250> # 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 0x7f523b229580> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b210d70> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b1e7f20> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b5b2090> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b5b13d0> # /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 0x7f523b0381d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b22ba40> # 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 0x7f523b22bc20> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b22ae70> # /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 0x7f523b038380> # /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 0x7f523b03af00> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b038ef0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b5b1430> 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 0x7f523b03b980> # /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 0x7f523b0690a0> 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 0x7f523b0834d0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b06bb00> 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 0x7f523b097110> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f523b0804a0> 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 # zipimport: zlib available import 'ansible.module_utils.service' # # zipimport: zlib available {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} # 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 ansible.module_utils.service # destroy ansible.module_utils.service # 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 _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.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # 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 _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 _string # destroy re # destroy _abc # destroy itertools # destroy _sre # 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. 172629 1726888980.98494: done with _execute_module (systemd, {'daemon_reload': 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': 'systemd', '_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-1726888980.2321494-175519-247981774988778/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888980.98498: _low_level_execute_command(): starting 172629 1726888980.98503: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888980.2321494-175519-247981774988778/ > /dev/null 2>&1 && sleep 0' 172629 1726888980.98507: 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 <<< 172629 1726888980.98510: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888980.98513: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888981.00210: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888981.00287: stderr chunk (state=3): >>><<< 172629 1726888981.00290: stdout chunk (state=3): >>><<< 172629 1726888981.00296: _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 172629 1726888981.00302: handler run complete 172629 1726888981.00318: attempt loop complete, returning result 172629 1726888981.00321: _execute() done 172629 1726888981.00323: dumping result to json 172629 1726888981.00325: done dumping result, returning 172629 1726888981.00335: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-d0a8-add8-000000001507] 172629 1726888981.00339: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001507 172629 1726888981.00426: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001507 172629 1726888981.00429: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "name": null, "status": {} } 172629 1726888981.00502: no more pending results, returning what we have 172629 1726888981.00505: results queue empty 172629 1726888981.00506: checking for any_errors_fatal 172629 1726888981.00523: done checking for any_errors_fatal 172629 1726888981.00524: checking for max_fail_percentage 172629 1726888981.00527: done checking for max_fail_percentage 172629 1726888981.00528: checking to see if all hosts have failed and the running result is not ok 172629 1726888981.00529: done checking to see if all hosts have failed 172629 1726888981.00530: getting the remaining hosts for this loop 172629 1726888981.00531: done getting the remaining hosts for this loop 172629 1726888981.00535: getting the next task for host managed_node1 172629 1726888981.00541: done getting next task for host managed_node1 172629 1726888981.00548: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 172629 1726888981.00552: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888981.00569: getting variables 172629 1726888981.00571: in VariableManager get_vars() 172629 1726888981.00612: Calling all_inventory to load vars for managed_node1 172629 1726888981.00615: Calling groups_inventory to load vars for managed_node1 172629 1726888981.00620: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888981.00630: Calling all_plugins_play to load vars for managed_node1 172629 1726888981.00633: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888981.00638: Calling groups_plugins_play to load vars for managed_node1 172629 1726888981.01571: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888981.03282: done with get_vars() 172629 1726888981.03301: 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 23:23:01 -0400 (0:00:00.875) 0:01:21.314 ****** 172629 1726888981.03439: entering _queue_task() for managed_node1/stat 172629 1726888981.03732: worker is 1 (out of 1 available) 172629 1726888981.03744: exiting _queue_task() for managed_node1/stat 172629 1726888981.03758: done queuing things up, now waiting for results queue to drain 172629 1726888981.03760: waiting for pending results... 172629 1726888981.04017: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 172629 1726888981.04160: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001508 172629 1726888981.04176: variable 'ansible_search_path' from source: unknown 172629 1726888981.04180: variable 'ansible_search_path' from source: unknown 172629 1726888981.04182: calling self._execute() 172629 1726888981.04274: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888981.04282: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888981.04285: variable 'omit' from source: magic vars 172629 1726888981.04385: variable 'omit' from source: magic vars 172629 1726888981.04431: variable 'omit' from source: magic vars 172629 1726888981.04481: variable 'omit' from source: magic vars 172629 1726888981.04602: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888981.04606: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888981.04609: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888981.04619: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888981.04632: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888981.04663: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888981.04666: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888981.04669: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888981.04739: Set connection var ansible_timeout to 10 172629 1726888981.04744: Set connection var ansible_shell_type to sh 172629 1726888981.04750: Set connection var ansible_pipelining to False 172629 1726888981.04759: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888981.04768: Set connection var ansible_shell_executable to /bin/sh 172629 1726888981.04772: Set connection var ansible_connection to ssh 172629 1726888981.04787: variable 'ansible_shell_executable' from source: unknown 172629 1726888981.04790: variable 'ansible_connection' from source: unknown 172629 1726888981.04794: variable 'ansible_module_compression' from source: unknown 172629 1726888981.04796: variable 'ansible_shell_type' from source: unknown 172629 1726888981.04799: variable 'ansible_shell_executable' from source: unknown 172629 1726888981.04802: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888981.04804: variable 'ansible_pipelining' from source: unknown 172629 1726888981.04807: variable 'ansible_timeout' from source: unknown 172629 1726888981.04809: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888981.04964: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888981.04977: variable 'omit' from source: magic vars 172629 1726888981.04985: starting attempt loop 172629 1726888981.04989: running the handler 172629 1726888981.05028: _low_level_execute_command(): starting 172629 1726888981.05031: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888981.05718: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888981.05743: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888981.05819: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888981.05823: 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 <<< 172629 1726888981.05957: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888981.06036: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888981.06082: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888981.07676: stdout chunk (state=3): >>>/root <<< 172629 1726888981.07789: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888981.07831: stderr chunk (state=3): >>><<< 172629 1726888981.07836: stdout chunk (state=3): >>><<< 172629 1726888981.07891: _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 172629 1726888981.07895: _low_level_execute_command(): starting 172629 1726888981.07899: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888981.0786846-175559-223896808688057 `" && echo ansible-tmp-1726888981.0786846-175559-223896808688057="` echo /root/.ansible/tmp/ansible-tmp-1726888981.0786846-175559-223896808688057 `" ) && sleep 0' 172629 1726888981.08581: 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' <<< 172629 1726888981.08593: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888981.08634: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888981.10498: stdout chunk (state=3): >>>ansible-tmp-1726888981.0786846-175559-223896808688057=/root/.ansible/tmp/ansible-tmp-1726888981.0786846-175559-223896808688057 <<< 172629 1726888981.10606: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888981.10639: stderr chunk (state=3): >>><<< 172629 1726888981.10642: stdout chunk (state=3): >>><<< 172629 1726888981.10826: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888981.0786846-175559-223896808688057=/root/.ansible/tmp/ansible-tmp-1726888981.0786846-175559-223896808688057 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888981.10829: variable 'ansible_module_compression' from source: unknown 172629 1726888981.10832: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726888981.10834: variable 'ansible_facts' from source: unknown 172629 1726888981.10937: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888981.0786846-175559-223896808688057/AnsiballZ_stat.py 172629 1726888981.11074: Sending initial data 172629 1726888981.11081: Sent initial data (155 bytes) 172629 1726888981.11822: 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 <<< 172629 1726888981.11882: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888981.11904: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888981.11939: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888981.12017: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888981.13533: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 172629 1726888981.13557: 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 <<< 172629 1726888981.13611: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888981.13668: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpuj06ohsr /root/.ansible/tmp/ansible-tmp-1726888981.0786846-175559-223896808688057/AnsiballZ_stat.py <<< 172629 1726888981.13698: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888981.0786846-175559-223896808688057/AnsiballZ_stat.py" <<< 172629 1726888981.13726: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpuj06ohsr" to remote "/root/.ansible/tmp/ansible-tmp-1726888981.0786846-175559-223896808688057/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888981.0786846-175559-223896808688057/AnsiballZ_stat.py" <<< 172629 1726888981.14576: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888981.14664: stderr chunk (state=3): >>><<< 172629 1726888981.14668: stdout chunk (state=3): >>><<< 172629 1726888981.14671: done transferring module to remote 172629 1726888981.14673: _low_level_execute_command(): starting 172629 1726888981.14675: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888981.0786846-175559-223896808688057/ /root/.ansible/tmp/ansible-tmp-1726888981.0786846-175559-223896808688057/AnsiballZ_stat.py && sleep 0' 172629 1726888981.15332: 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 <<< 172629 1726888981.15352: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888981.15358: stderr 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 <<< 172629 1726888981.15360: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888981.15415: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888981.15418: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888981.15475: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888981.17303: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888981.17306: stdout chunk (state=3): >>><<< 172629 1726888981.17313: stderr chunk (state=3): >>><<< 172629 1726888981.17316: _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 172629 1726888981.17322: _low_level_execute_command(): starting 172629 1726888981.17325: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888981.0786846-175559-223896808688057/AnsiballZ_stat.py && sleep 0' 172629 1726888981.18006: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888981.18008: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888981.18011: stderr 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 <<< 172629 1726888981.18014: 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 <<< 172629 1726888981.18016: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888981.18090: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888981.18109: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888981.18181: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888981.20295: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888981.20325: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888981.20379: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888981.20428: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888981.20434: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888981.20468: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888981.20505: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888981.20534: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888981.20545: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888981.20604: 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' <<< 172629 1726888981.20631: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888981.20634: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888981.20662: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888981.20689: 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 0x7f5e294104d0><<< 172629 1726888981.20694: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e293dfb30> <<< 172629 1726888981.20731: 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' <<< 172629 1726888981.20744: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e29412a50> <<< 172629 1726888981.20772: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888981.20788: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888981.20812: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888981.20844: stdout chunk (state=3): >>>import '_stat' # <<< 172629 1726888981.20860: stdout chunk (state=3): >>>import 'stat' # <<< 172629 1726888981.20926: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888981.20951: stdout chunk (state=3): >>>import 'genericpath' # <<< 172629 1726888981.20958: stdout chunk (state=3): >>>import 'posixpath' # <<< 172629 1726888981.20977: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888981.21006: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888981.21013: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726888981.21025: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888981.21035: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726888981.21045: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888981.21081: 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' <<< 172629 1726888981.21110: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e291c1130> <<< 172629 1726888981.21201: 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 0x7f5e291c2120> <<< 172629 1726888981.21228: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888981.21238: 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. <<< 172629 1726888981.21451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888981.21464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888981.21489: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888981.21494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888981.21518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888981.21569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888981.21578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888981.21594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888981.21613: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e291fffe0> <<< 172629 1726888981.21627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888981.21656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888981.21670: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726888981.21676: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e29214170> <<< 172629 1726888981.21698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888981.21731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888981.21754: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888981.21793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888981.21807: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888981.21836: 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' <<< 172629 1726888981.21843: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e29237a10> <<< 172629 1726888981.21864: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888981.21883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e292580e0> <<< 172629 1726888981.21891: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888981.21943: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e29217cb0> <<< 172629 1726888981.21950: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888981.21977: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e292153d0> <<< 172629 1726888981.22071: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e291fd190> <<< 172629 1726888981.22089: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888981.22114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888981.22119: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888981.22145: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888981.22164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888981.22214: 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' <<< 172629 1726888981.22248: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2925b9b0> <<< 172629 1726888981.22251: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2925a5d0> <<< 172629 1726888981.22283: 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 0x7f5e29216270> <<< 172629 1726888981.22286: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e29258a40> <<< 172629 1726888981.22340: 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' <<< 172629 1726888981.22343: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e29288a70> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e291fc410> <<< 172629 1726888981.22370: 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' <<< 172629 1726888981.22409: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888981.22416: 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 0x7f5e29288f20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e29288dd0> <<< 172629 1726888981.22458: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888981.22461: 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 0x7f5e29289190> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e291faf30> <<< 172629 1726888981.22498: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726888981.22512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888981.22521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888981.22561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888981.22568: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e29289820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e292894f0> <<< 172629 1726888981.22576: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726888981.22602: 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' <<< 172629 1726888981.22631: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2928a720> <<< 172629 1726888981.22657: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726888981.22668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888981.22709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888981.22778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726888981.22782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e292a48f0> <<< 172629 1726888981.22796: 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 0x7f5e292a6030> <<< 172629 1726888981.22849: 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' <<< 172629 1726888981.22879: 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 0x7f5e292a6ed0> <<< 172629 1726888981.22926: 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 0x7f5e292a7530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e292a6420> <<< 172629 1726888981.22949: 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' <<< 172629 1726888981.23092: 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 0x7f5e292a7fb0> <<< 172629 1726888981.23099: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e292a76e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e292888f0> <<< 172629 1726888981.23164: 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' # /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' <<< 172629 1726888981.23171: 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 0x7f5e292bfe30> <<< 172629 1726888981.23190: 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' <<< 172629 1726888981.23227: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888981.23233: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5e2904c860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2904c5c0> <<< 172629 1726888981.23247: 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 0x7f5e2904c890> <<< 172629 1726888981.23289: 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' <<< 172629 1726888981.23376: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888981.23494: 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 0x7f5e2904d1c0> <<< 172629 1726888981.23618: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888981.23691: 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 0x7f5e2904dbb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2904ca70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e292bdfd0> <<< 172629 1726888981.23699: 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' <<< 172629 1726888981.23764: 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 0x7f5e2904ef90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2904dcd0> <<< 172629 1726888981.23784: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2928ae10> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888981.23842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888981.23848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888981.23894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888981.23918: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e290772f0> <<< 172629 1726888981.23974: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888981.24013: 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 <<< 172629 1726888981.24044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888981.24087: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2909b620> <<< 172629 1726888981.24128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888981.24154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888981.24206: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888981.24215: 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 0x7f5e290fc3e0> <<< 172629 1726888981.24257: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888981.24276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888981.24298: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888981.24358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888981.24428: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e290feb40> <<< 172629 1726888981.24504: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e290fc500> <<< 172629 1726888981.24527: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e290c5400> <<< 172629 1726888981.24605: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726888981.24608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28efd490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2909a420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2904fec0> <<< 172629 1726888981.24723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5e2909a780> <<< 172629 1726888981.24866: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_l_cyu0rl/ansible_stat_payload.zip' # zipimport: zlib available <<< 172629 1726888981.24986: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.25020: 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' <<< 172629 1726888981.25051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888981.25165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888981.25179: 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 0x7f5e28f531d0> import '_typing' # <<< 172629 1726888981.25363: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28f320c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28f31220> <<< 172629 1726888981.25369: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.25428: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726888981.25432: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.25443: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888981.25458: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.26889: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.28000: 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 0x7f5e28f50f50> # /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 <<< 172629 1726888981.28332: 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 0x7f5e28f7ea80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28f7e840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28f7e150> # /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 0x7f5e28f7e900> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28f53bf0> 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 0x7f5e28f7f800> # 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 0x7f5e28f7fa40> # /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' <<< 172629 1726888981.28338: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888981.28378: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28f7ff80> import 'pwd' # <<< 172629 1726888981.28386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888981.28407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888981.28437: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2890dbb0> <<< 172629 1726888981.28466: 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 0x7f5e2890f860> <<< 172629 1726888981.28492: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888981.28508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888981.28542: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28914200> <<< 172629 1726888981.28561: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888981.28590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888981.28606: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28915370> <<< 172629 1726888981.28627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888981.28667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888981.28734: 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' <<< 172629 1726888981.28789: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28917e60> # 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 0x7f5e28917dd0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28916150> <<< 172629 1726888981.28874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888981.28998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888981.29056: 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 0x7f5e2891bdd0> import '_tokenize' # <<< 172629 1726888981.29081: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2891a8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2891a600> # /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' <<< 172629 1726888981.29176: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2891ab70> <<< 172629 1726888981.29212: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28916660> # 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 0x7f5e2895fe90> <<< 172629 1726888981.29281: 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 0x7f5e289600b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 172629 1726888981.29284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888981.29293: 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' <<< 172629 1726888981.29317: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888981.29331: 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 0x7f5e28961bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28961970> <<< 172629 1726888981.29344: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888981.29441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888981.29492: 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 0x7f5e28964140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e289622a0> <<< 172629 1726888981.29528: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888981.29592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888981.29598: 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' <<< 172629 1726888981.29613: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888981.29634: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28967860> <<< 172629 1726888981.29761: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28964230> <<< 172629 1726888981.29823: 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 0x7f5e289688f0> <<< 172629 1726888981.29862: 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 0x7f5e289686b0> <<< 172629 1726888981.29903: 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 0x7f5e28968a10> <<< 172629 1726888981.29931: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28960230> <<< 172629 1726888981.29935: 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' <<< 172629 1726888981.29958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888981.29973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888981.30010: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888981.30045: 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 0x7f5e289f4170> <<< 172629 1726888981.30179: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888981.30183: 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 0x7f5e289f5460> <<< 172629 1726888981.30206: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2896a900> <<< 172629 1726888981.30225: 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' <<< 172629 1726888981.30241: 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 0x7f5e2896bc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2896a540> <<< 172629 1726888981.30248: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.30272: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.30275: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 172629 1726888981.30282: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.30386: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.30466: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.30498: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888981.30536: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888981.30539: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.30639: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.30769: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.31473: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.31849: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888981.31853: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888981.31888: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888981.31891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888981.31971: 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 0x7f5e289f96a0> <<< 172629 1726888981.32039: 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 0x7f5e289fa360> <<< 172629 1726888981.32057: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2896b7d0> <<< 172629 1726888981.32107: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888981.32151: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888981.32302: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.32446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888981.32470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e289fa600> <<< 172629 1726888981.32507: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.32924: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.33377: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.33469: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.33507: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888981.33525: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.33552: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.33602: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888981.33637: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.33712: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.33801: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 172629 1726888981.33831: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888981.33910: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888981.34145: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.34364: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888981.34428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726888981.34521: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e289fb620> # zipimport: zlib available <<< 172629 1726888981.34570: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.34676: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888981.34729: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888981.34766: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888981.34806: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.34837: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.34893: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.34963: 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 <<< 172629 1726888981.34995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888981.35073: 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 0x7f5e28806180> <<< 172629 1726888981.35109: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28801850> <<< 172629 1726888981.35149: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888981.35162: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.35215: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.35277: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.35308: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.35363: 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' <<< 172629 1726888981.35400: 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 <<< 172629 1726888981.35403: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888981.35419: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888981.35482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888981.35513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888981.35516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888981.35560: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28fb68a0> <<< 172629 1726888981.35607: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28fca570> <<< 172629 1726888981.35687: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28805ee0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e289fb3b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888981.35726: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.35751: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888981.35922: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888981.35925: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888981.35982: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.36171: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.36971: 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": 195035400, "dev": 51714, "nlink": 1, "atime": 1726887894.9028583, "mtime": 1726562394.502, "ctime": 1726887890.8548312, "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": "2210578496", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 172629 1726888981.36999: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888981.37382: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888981.37386: 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 <<< 172629 1726888981.37450: 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 <<< 172629 1726888981.37457: stdout chunk (state=3): >>># cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum <<< 172629 1726888981.37483: stdout chunk (state=3): >>># cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 172629 1726888981.37538: stdout chunk (state=3): >>># cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # 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 <<< 172629 1726888981.37583: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # 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 <<< 172629 1726888981.38001: 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 <<< 172629 1726888981.38079: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 172629 1726888981.38088: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726888981.38090: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888981.38093: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888981.38143: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726888981.38151: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal <<< 172629 1726888981.38159: stdout chunk (state=3): >>># cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 172629 1726888981.38293: 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 <<< 172629 1726888981.38310: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888981.38456: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888981.38462: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888981.38481: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 172629 1726888981.38494: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 172629 1726888981.38532: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg<<< 172629 1726888981.38538: stdout chunk (state=3): >>> # destroy contextlib <<< 172629 1726888981.38572: 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 <<< 172629 1726888981.38590: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888981.38682: 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 <<< 172629 1726888981.38714: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 172629 1726888981.38735: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726888981.38779: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726888981.38794: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726888981.39167: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888981.39170: stdout chunk (state=3): >>><<< 172629 1726888981.39172: stderr chunk (state=3): >>><<< 172629 1726888981.39375: _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 0x7f5e294104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e293dfb30> # /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 0x7f5e29412a50> 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 0x7f5e291c1130> # /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 0x7f5e291c2120> 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 0x7f5e291fffe0> # /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 0x7f5e29214170> # /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 0x7f5e29237a10> # /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 0x7f5e292580e0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e29217cb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e292153d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e291fd190> # /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 0x7f5e2925b9b0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2925a5d0> # /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 0x7f5e29216270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e29258a40> # /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 0x7f5e29288a70> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e291fc410> # /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 0x7f5e29288f20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e29288dd0> # 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 0x7f5e29289190> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e291faf30> # /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 0x7f5e29289820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e292894f0> 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 0x7f5e2928a720> 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 0x7f5e292a48f0> 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 0x7f5e292a6030> # /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 0x7f5e292a6ed0> # 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 0x7f5e292a7530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e292a6420> # /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 0x7f5e292a7fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e292a76e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e292888f0> # /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 0x7f5e292bfe30> # /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 0x7f5e2904c860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2904c5c0> # 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 0x7f5e2904c890> # /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 0x7f5e2904d1c0> # 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 0x7f5e2904dbb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2904ca70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e292bdfd0> # /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 0x7f5e2904ef90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2904dcd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2928ae10> # /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 0x7f5e290772f0> # /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 0x7f5e2909b620> # /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 0x7f5e290fc3e0> # /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 0x7f5e290feb40> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e290fc500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e290c5400> # /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 0x7f5e28efd490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2909a420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2904fec0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5e2909a780> # zipimport: found 30 names in '/tmp/ansible_stat_payload_l_cyu0rl/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 0x7f5e28f531d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28f320c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28f31220> # 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 0x7f5e28f50f50> # /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 0x7f5e28f7ea80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28f7e840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28f7e150> # /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 0x7f5e28f7e900> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28f53bf0> 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 0x7f5e28f7f800> # 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 0x7f5e28f7fa40> # /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 0x7f5e28f7ff80> 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 0x7f5e2890dbb0> # 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 0x7f5e2890f860> # /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 0x7f5e28914200> # /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 0x7f5e28915370> # /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 0x7f5e28917e60> # 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 0x7f5e28917dd0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28916150> # /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 0x7f5e2891bdd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2891a8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2891a600> # /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 0x7f5e2891ab70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28916660> # 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 0x7f5e2895fe90> # /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 0x7f5e289600b0> # /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 0x7f5e28961bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28961970> # /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 0x7f5e28964140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e289622a0> # /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 0x7f5e28967860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28964230> # 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 0x7f5e289688f0> # 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 0x7f5e289686b0> # 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 0x7f5e28968a10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28960230> # /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 0x7f5e289f4170> # 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 0x7f5e289f5460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2896a900> # 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 0x7f5e2896bc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2896a540> # 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 0x7f5e289f96a0> # /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 0x7f5e289fa360> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e2896b7d0> 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 0x7f5e289fa600> # 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 0x7f5e289fb620> # 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 0x7f5e28806180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28801850> 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 0x7f5e28fb68a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28fca570> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e28805ee0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5e289fb3b0> # 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": 195035400, "dev": 51714, "nlink": 1, "atime": 1726887894.9028583, "mtime": 1726562394.502, "ctime": 1726887890.8548312, "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": "2210578496", "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. 172629 1726888981.40495: 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-1726888981.0786846-175559-223896808688057/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888981.40499: _low_level_execute_command(): starting 172629 1726888981.40502: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888981.0786846-175559-223896808688057/ > /dev/null 2>&1 && sleep 0' 172629 1726888981.40665: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888981.40680: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888981.40694: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888981.40710: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888981.40731: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888981.40768: 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 <<< 172629 1726888981.40842: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888981.40866: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888981.40888: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888981.40971: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888981.42863: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888981.42875: stdout chunk (state=3): >>><<< 172629 1726888981.42888: stderr chunk (state=3): >>><<< 172629 1726888981.43062: _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 172629 1726888981.43067: handler run complete 172629 1726888981.43069: attempt loop complete, returning result 172629 1726888981.43072: _execute() done 172629 1726888981.43077: dumping result to json 172629 1726888981.43080: done dumping result, returning 172629 1726888981.43083: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-d0a8-add8-000000001508] 172629 1726888981.43085: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001508 172629 1726888981.43159: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001508 172629 1726888981.43164: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726887894.9028583, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726887890.8548312, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 195035400, "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": "2210578496", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726888981.43292: no more pending results, returning what we have 172629 1726888981.43295: results queue empty 172629 1726888981.43296: checking for any_errors_fatal 172629 1726888981.43305: done checking for any_errors_fatal 172629 1726888981.43306: checking for max_fail_percentage 172629 1726888981.43308: done checking for max_fail_percentage 172629 1726888981.43309: checking to see if all hosts have failed and the running result is not ok 172629 1726888981.43310: done checking to see if all hosts have failed 172629 1726888981.43310: getting the remaining hosts for this loop 172629 1726888981.43312: done getting the remaining hosts for this loop 172629 1726888981.43315: getting the next task for host managed_node1 172629 1726888981.43321: done getting next task for host managed_node1 172629 1726888981.43325: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 172629 1726888981.43329: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888981.43341: getting variables 172629 1726888981.43343: in VariableManager get_vars() 172629 1726888981.43491: Calling all_inventory to load vars for managed_node1 172629 1726888981.43494: Calling groups_inventory to load vars for managed_node1 172629 1726888981.43496: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888981.43510: Calling all_plugins_play to load vars for managed_node1 172629 1726888981.43513: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888981.43516: Calling groups_plugins_play to load vars for managed_node1 172629 1726888981.44125: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888981.44761: done with get_vars() 172629 1726888981.44786: 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 23:23:01 -0400 (0:00:00.414) 0:01:21.728 ****** 172629 1726888981.44897: entering _queue_task() for managed_node1/lineinfile 172629 1726888981.45354: worker is 1 (out of 1 available) 172629 1726888981.45471: exiting _queue_task() for managed_node1/lineinfile 172629 1726888981.45481: done queuing things up, now waiting for results queue to drain 172629 1726888981.45482: waiting for pending results... 172629 1726888981.45672: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 172629 1726888981.45819: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001509 172629 1726888981.45840: variable 'ansible_search_path' from source: unknown 172629 1726888981.45849: variable 'ansible_search_path' from source: unknown 172629 1726888981.46099: variable 'blivet_output' from source: set_fact 172629 1726888981.46360: dumping result to json 172629 1726888981.46364: done dumping result, returning 172629 1726888981.46370: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-d0a8-add8-000000001509] 172629 1726888981.46372: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001509 172629 1726888981.46458: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001509 172629 1726888981.46463: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888981.46514: no more pending results, returning what we have 172629 1726888981.46521: results queue empty 172629 1726888981.46522: checking for any_errors_fatal 172629 1726888981.46529: done checking for any_errors_fatal 172629 1726888981.46530: checking for max_fail_percentage 172629 1726888981.46531: done checking for max_fail_percentage 172629 1726888981.46532: checking to see if all hosts have failed and the running result is not ok 172629 1726888981.46533: done checking to see if all hosts have failed 172629 1726888981.46533: getting the remaining hosts for this loop 172629 1726888981.46535: done getting the remaining hosts for this loop 172629 1726888981.46537: getting the next task for host managed_node1 172629 1726888981.46543: done getting next task for host managed_node1 172629 1726888981.46551: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 172629 1726888981.46558: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888981.46580: getting variables 172629 1726888981.46581: in VariableManager get_vars() 172629 1726888981.46611: Calling all_inventory to load vars for managed_node1 172629 1726888981.46613: Calling groups_inventory to load vars for managed_node1 172629 1726888981.46615: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888981.46623: Calling all_plugins_play to load vars for managed_node1 172629 1726888981.46677: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888981.46682: Calling groups_plugins_play to load vars for managed_node1 172629 1726888981.47291: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888981.47945: done with get_vars() 172629 1726888981.47966: 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 23:23:01 -0400 (0:00:00.031) 0:01:21.760 ****** 172629 1726888981.48059: entering _queue_task() for managed_node1/setup 172629 1726888981.48363: worker is 1 (out of 1 available) 172629 1726888981.48377: exiting _queue_task() for managed_node1/setup 172629 1726888981.48502: done queuing things up, now waiting for results queue to drain 172629 1726888981.48504: waiting for pending results... 172629 1726888981.48698: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Update facts 172629 1726888981.48852: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000150b 172629 1726888981.48871: variable 'ansible_search_path' from source: unknown 172629 1726888981.48875: variable 'ansible_search_path' from source: unknown 172629 1726888981.48908: calling self._execute() 172629 1726888981.49016: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888981.49028: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888981.49048: variable 'omit' from source: magic vars 172629 1726888981.49435: variable 'ansible_check_mode' from source: magic vars 172629 1726888981.49481: Evaluated conditional (not ansible_check_mode): True 172629 1726888981.49485: variable 'omit' from source: magic vars 172629 1726888981.49534: variable 'omit' from source: magic vars 172629 1726888981.49587: variable 'omit' from source: magic vars 172629 1726888981.49616: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888981.49652: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888981.49696: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888981.49699: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888981.49716: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888981.49748: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888981.49805: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888981.49807: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888981.49874: Set connection var ansible_timeout to 10 172629 1726888981.49885: Set connection var ansible_shell_type to sh 172629 1726888981.49896: Set connection var ansible_pipelining to False 172629 1726888981.49906: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888981.49960: Set connection var ansible_shell_executable to /bin/sh 172629 1726888981.49963: Set connection var ansible_connection to ssh 172629 1726888981.49966: variable 'ansible_shell_executable' from source: unknown 172629 1726888981.49968: variable 'ansible_connection' from source: unknown 172629 1726888981.49971: variable 'ansible_module_compression' from source: unknown 172629 1726888981.49973: variable 'ansible_shell_type' from source: unknown 172629 1726888981.49980: variable 'ansible_shell_executable' from source: unknown 172629 1726888981.49988: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888981.49996: variable 'ansible_pipelining' from source: unknown 172629 1726888981.50003: variable 'ansible_timeout' from source: unknown 172629 1726888981.50010: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888981.50261: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888981.50268: variable 'omit' from source: magic vars 172629 1726888981.50348: starting attempt loop 172629 1726888981.50353: running the handler 172629 1726888981.50356: _low_level_execute_command(): starting 172629 1726888981.50359: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888981.51149: 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 <<< 172629 1726888981.51189: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888981.51210: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888981.51240: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888981.51328: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888981.52989: stdout chunk (state=3): >>>/root <<< 172629 1726888981.53149: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888981.53160: stdout chunk (state=3): >>><<< 172629 1726888981.53163: stderr chunk (state=3): >>><<< 172629 1726888981.53183: _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 172629 1726888981.53279: _low_level_execute_command(): starting 172629 1726888981.53283: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888981.531896-175572-8346473539121 `" && echo ansible-tmp-1726888981.531896-175572-8346473539121="` echo /root/.ansible/tmp/ansible-tmp-1726888981.531896-175572-8346473539121 `" ) && sleep 0' 172629 1726888981.53834: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888981.53846: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888981.53922: 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 <<< 172629 1726888981.53983: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888981.53998: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888981.54023: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888981.54096: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888981.55998: stdout chunk (state=3): >>>ansible-tmp-1726888981.531896-175572-8346473539121=/root/.ansible/tmp/ansible-tmp-1726888981.531896-175572-8346473539121 <<< 172629 1726888981.56261: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888981.56264: stdout chunk (state=3): >>><<< 172629 1726888981.56267: stderr chunk (state=3): >>><<< 172629 1726888981.56269: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888981.531896-175572-8346473539121=/root/.ansible/tmp/ansible-tmp-1726888981.531896-175572-8346473539121 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888981.56272: variable 'ansible_module_compression' from source: unknown 172629 1726888981.56304: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 172629 1726888981.56370: variable 'ansible_facts' from source: unknown 172629 1726888981.56594: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888981.531896-175572-8346473539121/AnsiballZ_setup.py 172629 1726888981.56849: Sending initial data 172629 1726888981.56852: Sent initial data (153 bytes) 172629 1726888981.57373: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888981.57385: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888981.57472: 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 <<< 172629 1726888981.57503: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888981.57520: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888981.57542: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888981.57632: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888981.59195: 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 <<< 172629 1726888981.59257: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888981.59326: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpc25capsr /root/.ansible/tmp/ansible-tmp-1726888981.531896-175572-8346473539121/AnsiballZ_setup.py <<< 172629 1726888981.59345: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888981.531896-175572-8346473539121/AnsiballZ_setup.py" <<< 172629 1726888981.59382: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpc25capsr" to remote "/root/.ansible/tmp/ansible-tmp-1726888981.531896-175572-8346473539121/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888981.531896-175572-8346473539121/AnsiballZ_setup.py" <<< 172629 1726888981.60945: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888981.60949: stdout chunk (state=3): >>><<< 172629 1726888981.60951: stderr chunk (state=3): >>><<< 172629 1726888981.60957: done transferring module to remote 172629 1726888981.60960: _low_level_execute_command(): starting 172629 1726888981.60962: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888981.531896-175572-8346473539121/ /root/.ansible/tmp/ansible-tmp-1726888981.531896-175572-8346473539121/AnsiballZ_setup.py && sleep 0' 172629 1726888981.61530: 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 <<< 172629 1726888981.61601: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888981.61629: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888981.61658: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888981.61740: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888981.63561: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888981.63564: stdout chunk (state=3): >>><<< 172629 1726888981.63571: stderr chunk (state=3): >>><<< 172629 1726888981.63587: _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 172629 1726888981.63667: _low_level_execute_command(): starting 172629 1726888981.63670: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888981.531896-175572-8346473539121/AnsiballZ_setup.py && sleep 0' 172629 1726888981.64202: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888981.64215: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888981.64273: 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 <<< 172629 1726888981.64338: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888981.64359: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888981.64382: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888981.64469: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888981.66717: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888981.66721: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888981.66742: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888981.66807: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888981.66832: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888981.66853: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888981.66894: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888981.66911: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888981.66973: 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' <<< 172629 1726888981.66982: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888981.66997: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888981.67062: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888981.67078: 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 0x7f43d7dbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7d8bb00> <<< 172629 1726888981.67108: 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 0x7f43d7dbea50> <<< 172629 1726888981.67143: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888981.67181: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888981.67205: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888981.67220: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888981.67317: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888981.67330: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888981.67381: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888981.67416: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 172629 1726888981.67438: 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' <<< 172629 1726888981.67475: 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' <<< 172629 1726888981.67479: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7dcd130> <<< 172629 1726888981.67537: 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' <<< 172629 1726888981.67573: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7dce120> <<< 172629 1726888981.67576: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888981.67617: 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. <<< 172629 1726888981.67999: 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' <<< 172629 1726888981.68038: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888981.68041: 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 <<< 172629 1726888981.68168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888981.68194: 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 0x7f43d7babfe0> # /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' # <<< 172629 1726888981.68218: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7bc0170> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888981.68246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888981.68267: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888981.68367: 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 0x7f43d7be39e0> <<< 172629 1726888981.68474: 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' <<< 172629 1726888981.68491: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7be3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7bc3cb0> import '_functools' # <<< 172629 1726888981.68510: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7bc13d0> <<< 172629 1726888981.68626: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7ba9190> <<< 172629 1726888981.68629: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888981.68664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888981.68681: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888981.68994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888981.69002: 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' <<< 172629 1726888981.69050: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7c07950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7c06570> # /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 0x7f43d7bc22a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7baaa50> # /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 0x7f43d7c34950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7ba8410> # /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 0x7f43d7c34e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7c34cb0> # 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 0x7f43d7c35070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7ba6f30> # /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' <<< 172629 1726888981.69065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888981.69095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7c35730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7c35430> import 'importlib.machinery' # <<< 172629 1726888981.69131: 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' <<< 172629 1726888981.69168: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7c36600> import 'importlib.util' # import 'runpy' # <<< 172629 1726888981.69193: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888981.69240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888981.69277: 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 0x7f43d7c54800> import 'errno' # <<< 172629 1726888981.69312: 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 0x7f43d7c55ee0> <<< 172629 1726888981.69460: 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 <<< 172629 1726888981.69464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7c56d80> <<< 172629 1726888981.69505: 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 0x7f43d7c573e0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7c562d0> # /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 0x7f43d7c57e00> <<< 172629 1726888981.69527: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7c57530> <<< 172629 1726888981.69562: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7c36570> <<< 172629 1726888981.69636: 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' # /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' <<< 172629 1726888981.69792: 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 0x7f43d7947d10> <<< 172629 1726888981.69796: 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' <<< 172629 1726888981.69798: 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 0x7f43d7974800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7974560> <<< 172629 1726888981.69801: 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 0x7f43d7974830> <<< 172629 1726888981.69803: 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' <<< 172629 1726888981.69872: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888981.70007: 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 0x7f43d7975160> <<< 172629 1726888981.70137: 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 0x7f43d7975b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7974a10> <<< 172629 1726888981.70247: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7945eb0> # /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 0x7f43d7976e70> <<< 172629 1726888981.70345: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7974fb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7c36d20> <<< 172629 1726888981.70366: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888981.70380: 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 <<< 172629 1726888981.70408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888981.70440: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d799f1d0> <<< 172629 1726888981.70511: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888981.70516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888981.70658: 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' <<< 172629 1726888981.70694: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d79c7530> # /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' <<< 172629 1726888981.70717: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888981.70745: 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 0x7f43d7a20350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888981.70789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888981.70835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888981.70849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888981.70928: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7a22ab0> <<< 172629 1726888981.71027: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7a20470> <<< 172629 1726888981.71070: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d79ed340> <<< 172629 1726888981.71209: 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 0x7f43d7325430> <<< 172629 1726888981.71226: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d79c6360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7977da0> <<< 172629 1726888981.71260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888981.71283: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f43d79c6690> <<< 172629 1726888981.71581: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_sk1jbfv2/ansible_setup_payload.zip' # zipimport: zlib available <<< 172629 1726888981.71671: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.71849: 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' <<< 172629 1726888981.71857: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888981.71861: 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 0x7f43d738f140> import '_typing' # <<< 172629 1726888981.72039: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d736e030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d736d1f0> # zipimport: zlib available <<< 172629 1726888981.72083: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726888981.72129: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888981.72180: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888981.73525: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.74642: 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 0x7f43d738cfe0> <<< 172629 1726888981.74681: 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' <<< 172629 1726888981.74717: 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' <<< 172629 1726888981.74721: 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' <<< 172629 1726888981.74758: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888981.74762: 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 0x7f43d73c2b10> <<< 172629 1726888981.74799: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d73c28a0> <<< 172629 1726888981.74835: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d73c21b0> <<< 172629 1726888981.74864: 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' <<< 172629 1726888981.74899: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d73c2c00> <<< 172629 1726888981.74902: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d738fb60> import 'atexit' # <<< 172629 1726888981.74935: 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 0x7f43d73c3890> <<< 172629 1726888981.74965: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888981.74978: 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 0x7f43d73c3ad0> <<< 172629 1726888981.75003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888981.75035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888981.75061: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888981.75097: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d73c3f50> <<< 172629 1726888981.75101: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888981.75117: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888981.75152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888981.75176: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7229df0> <<< 172629 1726888981.75214: 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 0x7f43d722ba10> <<< 172629 1726888981.75252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888981.75257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888981.75285: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d72303e0> <<< 172629 1726888981.75303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888981.75338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888981.75373: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7231580> <<< 172629 1726888981.75376: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888981.75428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888981.75431: 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' <<< 172629 1726888981.75482: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7233f80> <<< 172629 1726888981.75524: 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 0x7f43d7234170> <<< 172629 1726888981.75575: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7232300> <<< 172629 1726888981.75579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888981.75610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726888981.75632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888981.75782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888981.75786: 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' <<< 172629 1726888981.75810: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7237f80> import '_tokenize' # <<< 172629 1726888981.75879: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7236a50> <<< 172629 1726888981.75891: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d72367b0> # /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' <<< 172629 1726888981.75968: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7236d20> <<< 172629 1726888981.75993: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7232810> <<< 172629 1726888981.76058: 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 0x7f43d727c1a0> <<< 172629 1726888981.76075: 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 0x7f43d727c380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 172629 1726888981.76114: 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' <<< 172629 1726888981.76169: 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 0x7f43d727de20> <<< 172629 1726888981.76181: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d727dbe0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888981.76207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888981.76289: 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 0x7f43d7280350> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d727e4e0> <<< 172629 1726888981.76348: 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' <<< 172629 1726888981.76380: 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' <<< 172629 1726888981.76404: stdout chunk (state=3): >>>import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7283b30> <<< 172629 1726888981.76662: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7280500> <<< 172629 1726888981.76704: 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 0x7f43d7284a40> # 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 0x7f43d7284ce0> # 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 0x7f43d7284c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d727c530> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 172629 1726888981.76724: 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 <<< 172629 1726888981.76743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888981.76767: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888981.76893: 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 0x7f43d71103e0> <<< 172629 1726888981.76943: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888981.76975: 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 0x7f43d7111580> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7286b70> <<< 172629 1726888981.77022: 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 0x7f43d7287f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d72867e0> <<< 172629 1726888981.77045: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888981.77132: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.77241: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.77275: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888981.77284: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.77396: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.77514: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.78093: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.78623: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888981.78626: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888981.78658: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888981.78678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888981.78707: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888981.78718: 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 0x7f43d71157c0> <<< 172629 1726888981.78791: 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' <<< 172629 1726888981.78815: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7116510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7285820> <<< 172629 1726888981.78875: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888981.78908: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.78921: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888981.79067: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.79231: 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 0x7f43d71164e0> <<< 172629 1726888981.79258: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.79690: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.80129: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.80192: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.80278: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888981.80281: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.80320: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.80349: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888981.80372: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.80423: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.80510: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888981.80534: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888981.80556: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.80590: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.80634: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888981.80645: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.80866: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.81090: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888981.81160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888981.81163: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888981.81238: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7117830> <<< 172629 1726888981.81257: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.81312: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.81405: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726888981.81408: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888981.81410: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888981.81430: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.81463: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.81507: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888981.81518: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.81550: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.81596: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.81659: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.81719: 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 <<< 172629 1726888981.81765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888981.81841: 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 0x7f43d7122210> <<< 172629 1726888981.81890: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d711f290> <<< 172629 1726888981.81920: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888981.81986: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.82043: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.82074: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.82129: 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' <<< 172629 1726888981.82163: 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' <<< 172629 1726888981.82181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888981.82247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888981.82275: 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' <<< 172629 1726888981.82323: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d720aab0> <<< 172629 1726888981.82371: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d73ee7b0> <<< 172629 1726888981.82452: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d71222d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d71171d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888981.82484: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888981.82517: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888981.82594: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 172629 1726888981.82615: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888981.82677: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.82741: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.82751: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.82774: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.82817: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.82863: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.82898: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.82939: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 172629 1726888981.83019: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.83079: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.83105: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.83146: 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 <<< 172629 1726888981.83192: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 172629 1726888981.83223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888981.83297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888981.83300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888981.83352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888981.83410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888981.83422: 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 0x7f43d6dae8d0> <<< 172629 1726888981.83434: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6dadd00> <<< 172629 1726888981.83498: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6dac6e0> <<< 172629 1726888981.83721: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d71b2150> <<< 172629 1726888981.83793: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d71b0830> import 'ansible.module_utils.compat.typing' # <<< 172629 1726888981.83797: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.83978: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.84153: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.84214: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.84246: 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' <<< 172629 1726888981.84291: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 172629 1726888981.84310: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 172629 1726888981.84336: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d719cf20> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 172629 1726888981.84365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 172629 1726888981.84425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888981.84452: 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' <<< 172629 1726888981.84506: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6dfcad0> <<< 172629 1726888981.84523: 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 0x7f43d6dfce00> <<< 172629 1726888981.84564: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6dec2c0> <<< 172629 1726888981.84592: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6dbf860> <<< 172629 1726888981.84626: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d71b1910> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d71b0cb0> <<< 172629 1726888981.84675: stdout chunk (state=3): >>># /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' <<< 172629 1726888981.84697: 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' <<< 172629 1726888981.84724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 172629 1726888981.84793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 172629 1726888981.84797: 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 0x7f43d6dffaa0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6dff350> <<< 172629 1726888981.84823: 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 0x7f43d6dff530> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6dfe780> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 172629 1726888981.84865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6dffb90> <<< 172629 1726888981.84880: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 172629 1726888981.84915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 172629 1726888981.84943: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43d6c22750> <<< 172629 1726888981.84999: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6c20740> <<< 172629 1726888981.85030: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d71b0d10> import 'ansible.module_utils.facts.timeout' # <<< 172629 1726888981.85070: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 172629 1726888981.85073: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.85134: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.85204: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available <<< 172629 1726888981.85286: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.85326: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 172629 1726888981.85330: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888981.85334: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 172629 1726888981.85353: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.85371: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.85394: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 172629 1726888981.85400: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.85451: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.85502: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 172629 1726888981.85507: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.85553: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.85589: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 172629 1726888981.85608: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.85661: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.85722: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.85772: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.85831: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 172629 1726888981.85848: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.86328: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.86758: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 172629 1726888981.86761: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.86812: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.86865: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.86899: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.86931: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 172629 1726888981.86944: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 172629 1726888981.86946: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.86982: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.87004: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 172629 1726888981.87018: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.87070: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.87137: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 172629 1726888981.87147: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.87185: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.87226: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available <<< 172629 1726888981.87262: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.87290: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available <<< 172629 1726888981.87373: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.87449: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726888981.87458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726888981.87471: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6c22b10> <<< 172629 1726888981.87497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726888981.87520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726888981.87637: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6c23710> <<< 172629 1726888981.87661: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 172629 1726888981.87709: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.87785: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 172629 1726888981.87881: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.87962: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 172629 1726888981.87967: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.88027: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.88103: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 172629 1726888981.88108: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.88158: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.88196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888981.88244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888981.88310: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888981.88368: 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 0x7f43d6c5ec90> <<< 172629 1726888981.88556: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6c4b8f0> <<< 172629 1726888981.88560: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 172629 1726888981.88623: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.88677: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 172629 1726888981.88683: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.88775: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.88860: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.88972: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.89110: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 172629 1726888981.89127: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.89167: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.89208: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 172629 1726888981.89213: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.89258: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.89304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 172629 1726888981.89307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 172629 1726888981.89336: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888981.89360: 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 0x7f43d6c728a0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6c4b9e0> <<< 172629 1726888981.89368: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.user' # <<< 172629 1726888981.89377: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.89398: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 172629 1726888981.89415: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.89450: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.89493: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 172629 1726888981.89498: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.89651: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.89802: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 172629 1726888981.89812: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.89907: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.90012: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.90047: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.90091: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 172629 1726888981.90113: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.90168: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.90174: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.90300: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.90443: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 172629 1726888981.90570: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.90691: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available <<< 172629 1726888981.90733: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.90766: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.91304: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.91824: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 172629 1726888981.91841: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.91940: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.92053: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 172629 1726888981.92154: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.92264: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 172629 1726888981.92269: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.92411: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.92583: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 172629 1726888981.92607: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 172629 1726888981.92657: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.92717: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 172629 1726888981.92720: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.92812: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.92912: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.93106: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.93316: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 172629 1726888981.93329: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.93367: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.93412: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 172629 1726888981.93419: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.93460: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.93464: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 172629 1726888981.93489: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.93542: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.93616: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available <<< 172629 1726888981.93654: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.93684: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 172629 1726888981.93691: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.93745: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.93813: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 172629 1726888981.93816: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.93868: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.93943: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726888981.93946: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.94198: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.94459: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 172629 1726888981.94525: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.94597: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 172629 1726888981.94600: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.94628: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.94676: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 172629 1726888981.94679: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.94710: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.94750: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 172629 1726888981.94763: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.94783: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.94825: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 172629 1726888981.94841: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.94911: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.95009: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 172629 1726888981.95012: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.95036: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 172629 1726888981.95084: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.95145: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 172629 1726888981.95149: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.95183: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.95197: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.95230: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.95286: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.95350: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.95431: 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' # <<< 172629 1726888981.95454: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.95496: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.95560: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 172629 1726888981.95563: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.95742: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.95946: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 172629 1726888981.95963: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.95994: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.96062: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 172629 1726888981.96066: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.96101: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.96158: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 172629 1726888981.96161: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.96237: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.96331: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 172629 1726888981.96340: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.96421: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.96522: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 172629 1726888981.96609: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888981.97784: 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' <<< 172629 1726888981.97812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 172629 1726888981.97844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 172629 1726888981.97875: 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 0x7f43d6ce18e0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6c9cad0> <<< 172629 1726888981.97941: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6c9f650> <<< 172629 1726888982.11314: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 172629 1726888982.11322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 172629 1726888982.11349: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6ce1b80> # /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' <<< 172629 1726888982.11362: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6ce2d80> <<< 172629 1726888982.11424: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 172629 1726888982.11445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888982.11459: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py <<< 172629 1726888982.11468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' <<< 172629 1726888982.11479: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6ce5520> <<< 172629 1726888982.11486: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6ce4fe0> <<< 172629 1726888982.11923: 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 PyThreadState_Clear: warning: thread still has a frame <<< 172629 1726888982.11947: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame<<< 172629 1726888982.12010: stdout chunk (state=3): >>> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame <<< 172629 1726888982.35891: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_fips": false, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.13.105 34704 10.31.15.52 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.13.105 34704 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCkrpJzfLuG9mdc/dV6qL7V5322vejP/EHwM9IaswJ1BtE2kyUlJQb0R6Ng0OHjBABTOqLJLtzoIuDGMZ5SMrvfjcC726/iQB34D0z/B7CB1t+nJTDDa/AFwwSREMraiQvoU3lYmSgscxERqp9hRgBH5twYtii/ifWzV/J7R5Rm9aHXUkAShJKtuElx5NyNv9z2AEV/5jP/asM7seC7uso51nuLba37FVp4iJZPyHMBlDAOWG<<< 172629 1726888982.35919: stdout chunk (state=3): >>>QyHyifcVMvGpiUfkkuXas7wiWZ9Jx7BS+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_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_apparmor": {"status": "disabled"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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_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_loadavg": {"1m": 0.63427734375, "5m": 0.76708984375, "15m": 0.98388671875}, "ansible_is_chroot": false, "ansible_iscsi_iqn": "", "ansible_fibre_channel_wwn": [], "ansible_lsb": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "23", "second": "01", "epoch": "1726888981", "epoch_int": "1726888981", "date": "2024-09-20", "time": "23:23:01", "iso8601_micro": "2024-09-21T03:23:01.982834Z", "iso8601": "2024-09-21T03:23:01Z", "iso8601_basic": "20240920T232301982834", "iso8601_basic_short": "20240920T232301", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "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": 462, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3069, "free": 462}, "nocache": {"free": 3260, "used": 271}, "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": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"], "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"<<< 172629 1726888982.35964: stdout chunk (state=3): >>>: "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": ["33d7aeb5-88a3-42e8-a618-16c88ef71b2d"], "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"], "sdb": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"], "sda": ["33d7aeb5-88a3-42e8-a618-16c88ef71b2d"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 4424, "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": 255223746560, "block_size": 4096, "block_total": 65519099, "block_available": 62310485, "block_used": 3208614, "inode_total": 131070960, "inode_available": 131027024, "inode_used": 43936, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}, {"mount": "/opt/test", "device": "/dev/sda", "fstype": "ext3", "options": "rw,seclabel,relatime,stripe=2048", "dump": 0, "passno": 0, "size_total": 10478252032, "size_available": 9941286912, "block_size": 4096, "block_total": 2558167, "block_available": 2427072, "block_used": 131095, "inode_total": 655360, "inode_available": 655349, "inode_used": 11, "uuid": "33d7aeb5-88a3-42e8-a618-16c88ef71b2d"}], "ansible_local": {}, "ansible_pkg_mgr": "dnf", "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "<<< 172629 1726888982.35968: stdout chunk (state=3): >>>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_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"}}} <<< 172629 1726888982.36579: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888982.36609: 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 <<< 172629 1726888982.36613: stdout chunk (state=3): >>># clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys <<< 172629 1726888982.36678: stdout chunk (state=3): >>># cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools <<< 172629 1726888982.36683: stdout chunk (state=3): >>># cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util <<< 172629 1726888982.36690: stdout chunk (state=3): >>># 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 <<< 172629 1726888982.36800: stdout chunk (state=3): >>># 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 <<< 172629 1726888982.36817: stdout chunk (state=3): >>># cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # 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 <<< 172629 1726888982.36872: stdout chunk (state=3): >>># 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 <<< 172629 1726888982.36883: stdout chunk (state=3): >>># 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 <<< 172629 1726888982.36942: stdout chunk (state=3): >>># 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 <<< 172629 1726888982.36961: stdout chunk (state=3): >>># 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 <<< 172629 1726888982.36982: stdout chunk (state=3): >>># 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 <<< 172629 1726888982.37312: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888982.37340: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726888982.37354: stdout chunk (state=3): >>># destroy _blake2 <<< 172629 1726888982.37383: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888982.37396: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726888982.37453: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888982.37462: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 172629 1726888982.37529: stdout chunk (state=3): >>># 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 <<< 172629 1726888982.37533: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726888982.37572: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888982.37580: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 172629 1726888982.37641: stdout chunk (state=3): >>># 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 <<< 172629 1726888982.37695: stdout chunk (state=3): >>># destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue <<< 172629 1726888982.37718: stdout chunk (state=3): >>># destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl <<< 172629 1726888982.37743: stdout chunk (state=3): >>># destroy datetime # destroy subprocess # destroy base64 <<< 172629 1726888982.37771: stdout chunk (state=3): >>># destroy _ssl <<< 172629 1726888982.37814: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json <<< 172629 1726888982.37839: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 172629 1726888982.37845: stdout chunk (state=3): >>># destroy glob # destroy fnmatch <<< 172629 1726888982.37857: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 172629 1726888982.37913: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast <<< 172629 1726888982.37965: stdout chunk (state=3): >>># 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 <<< 172629 1726888982.38016: stdout chunk (state=3): >>># cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading <<< 172629 1726888982.38035: 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 <<< 172629 1726888982.38075: stdout chunk (state=3): >>># 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 <<< 172629 1726888982.38121: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath <<< 172629 1726888982.38126: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases <<< 172629 1726888982.38163: stdout chunk (state=3): >>># cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # 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 <<< 172629 1726888982.38182: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888982.38329: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888982.38345: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726888982.38378: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888982.38403: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888982.38426: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726888982.38458: 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 <<< 172629 1726888982.38463: stdout chunk (state=3): >>># destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 172629 1726888982.38486: stdout chunk (state=3): >>># destroy _opcode <<< 172629 1726888982.38494: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888982.38526: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888982.38631: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit <<< 172629 1726888982.38638: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726888982.38679: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726888982.38704: stdout chunk (state=3): >>># destroy _hashlib # destroy abc # destroy _collections_abc <<< 172629 1726888982.38707: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 172629 1726888982.38733: stdout chunk (state=3): >>># destroy _abc # destroy itertools <<< 172629 1726888982.38744: stdout chunk (state=3): >>># destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726888982.38764: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726888982.39202: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888982.39213: stderr chunk (state=3): >>><<< 172629 1726888982.39219: stdout chunk (state=3): >>><<< 172629 1726888982.39350: _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 0x7f43d7dbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7d8bb00> # /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 0x7f43d7dbea50> 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 0x7f43d7dcd130> # /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 0x7f43d7dce120> 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 0x7f43d7babfe0> # /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 0x7f43d7bc0170> # /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 0x7f43d7be39e0> # /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 0x7f43d7be3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7bc3cb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7bc13d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7ba9190> # /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 0x7f43d7c07950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7c06570> # /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 0x7f43d7bc22a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7baaa50> # /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 0x7f43d7c34950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7ba8410> # /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 0x7f43d7c34e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7c34cb0> # 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 0x7f43d7c35070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7ba6f30> # /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 0x7f43d7c35730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7c35430> 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 0x7f43d7c36600> 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 0x7f43d7c54800> 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 0x7f43d7c55ee0> # /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 0x7f43d7c56d80> # 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 0x7f43d7c573e0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7c562d0> # /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 0x7f43d7c57e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7c57530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7c36570> # /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 0x7f43d7947d10> # /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 0x7f43d7974800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7974560> # 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 0x7f43d7974830> # /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 0x7f43d7975160> # 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 0x7f43d7975b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7974a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7945eb0> # /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 0x7f43d7976e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7974fb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7c36d20> # /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 0x7f43d799f1d0> # /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 0x7f43d79c7530> # /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 0x7f43d7a20350> # /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 0x7f43d7a22ab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7a20470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d79ed340> # /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 0x7f43d7325430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d79c6360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7977da0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f43d79c6690> # zipimport: found 103 names in '/tmp/ansible_setup_payload_sk1jbfv2/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 0x7f43d738f140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d736e030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d736d1f0> # 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 0x7f43d738cfe0> # /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 0x7f43d73c2b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d73c28a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d73c21b0> # /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 0x7f43d73c2c00> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d738fb60> 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 0x7f43d73c3890> # 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 0x7f43d73c3ad0> # /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 0x7f43d73c3f50> 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 0x7f43d7229df0> # 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 0x7f43d722ba10> # /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 0x7f43d72303e0> # /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 0x7f43d7231580> # /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 0x7f43d7233f80> # 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 0x7f43d7234170> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7232300> # /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 0x7f43d7237f80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7236a50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d72367b0> # /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 0x7f43d7236d20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7232810> # 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 0x7f43d727c1a0> # /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 0x7f43d727c380> # /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 0x7f43d727de20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d727dbe0> # /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 0x7f43d7280350> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d727e4e0> # /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 0x7f43d7283b30> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7280500> # 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 0x7f43d7284a40> # 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 0x7f43d7284ce0> # 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 0x7f43d7284c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d727c530> # /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 0x7f43d71103e0> # 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 0x7f43d7111580> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7286b70> # 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 0x7f43d7287f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d72867e0> # 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 0x7f43d71157c0> # /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 0x7f43d7116510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d7285820> 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 0x7f43d71164e0> # 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 0x7f43d7117830> # 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 0x7f43d7122210> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d711f290> 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 0x7f43d720aab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d73ee7b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d71222d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d71171d0> # 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 0x7f43d6dae8d0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6dadd00> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6dac6e0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d71b2150> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d71b0830> 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 0x7f43d719cf20> # /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 0x7f43d6dfcad0> # 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 0x7f43d6dfce00> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6dec2c0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6dbf860> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d71b1910> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d71b0cb0> # /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 0x7f43d6dffaa0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6dff350> # 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 0x7f43d6dff530> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6dfe780> # /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 0x7f43d6dffb90> # /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 0x7f43d6c22750> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6c20740> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d71b0d10> 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 0x7f43d6c22b10> # /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 0x7f43d6c23710> 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 0x7f43d6c5ec90> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6c4b8f0> 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 0x7f43d6c728a0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6c4b9e0> 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 0x7f43d6ce18e0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6c9cad0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6c9f650> # /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 0x7f43d6ce1b80> # /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 0x7f43d6ce2d80> # /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 0x7f43d6ce5520> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43d6ce4fe0> 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 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_fips": false, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.13.105 34704 10.31.15.52 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.13.105 34704 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_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_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_apparmor": {"status": "disabled"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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_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_loadavg": {"1m": 0.63427734375, "5m": 0.76708984375, "15m": 0.98388671875}, "ansible_is_chroot": false, "ansible_iscsi_iqn": "", "ansible_fibre_channel_wwn": [], "ansible_lsb": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "23", "second": "01", "epoch": "1726888981", "epoch_int": "1726888981", "date": "2024-09-20", "time": "23:23:01", "iso8601_micro": "2024-09-21T03:23:01.982834Z", "iso8601": "2024-09-21T03:23:01Z", "iso8601_basic": "20240920T232301982834", "iso8601_basic_short": "20240920T232301", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "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": 462, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3069, "free": 462}, "nocache": {"free": 3260, "used": 271}, "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": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"], "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": ["33d7aeb5-88a3-42e8-a618-16c88ef71b2d"], "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"], "sdb": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"], "sda": ["33d7aeb5-88a3-42e8-a618-16c88ef71b2d"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 4424, "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": 255223746560, "block_size": 4096, "block_total": 65519099, "block_available": 62310485, "block_used": 3208614, "inode_total": 131070960, "inode_available": 131027024, "inode_used": 43936, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}, {"mount": "/opt/test", "device": "/dev/sda", "fstype": "ext3", "options": "rw,seclabel,relatime,stripe=2048", "dump": 0, "passno": 0, "size_total": 10478252032, "size_available": 9941286912, "block_size": 4096, "block_total": 2558167, "block_available": 2427072, "block_used": 131095, "inode_total": 655360, "inode_available": 655349, "inode_used": 11, "uuid": "33d7aeb5-88a3-42e8-a618-16c88ef71b2d"}], "ansible_local": {}, "ansible_pkg_mgr": "dnf", "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "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_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. 172629 1726888982.40968: 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-1726888981.531896-175572-8346473539121/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888982.40972: _low_level_execute_command(): starting 172629 1726888982.40976: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888981.531896-175572-8346473539121/ > /dev/null 2>&1 && sleep 0' 172629 1726888982.40979: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888982.40983: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888982.41001: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888982.41005: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888982.41007: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888982.41010: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888982.41013: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888982.41016: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888982.41018: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888982.41022: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726888982.41024: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888982.41027: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888982.41029: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888982.41031: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888982.41033: stderr chunk (state=3): >>>debug2: match found <<< 172629 1726888982.41035: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888982.41038: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888982.41040: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888982.41042: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888982.41126: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888982.43032: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888982.43054: stderr chunk (state=3): >>><<< 172629 1726888982.43060: stdout chunk (state=3): >>><<< 172629 1726888982.43094: _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 172629 1726888982.43107: handler run complete 172629 1726888982.43317: variable 'ansible_facts' from source: unknown 172629 1726888982.43435: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888982.43950: variable 'ansible_facts' from source: unknown 172629 1726888982.44194: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888982.44259: attempt loop complete, returning result 172629 1726888982.44263: _execute() done 172629 1726888982.44269: dumping result to json 172629 1726888982.44309: done dumping result, returning 172629 1726888982.44319: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-d0a8-add8-00000000150b] 172629 1726888982.44414: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000150b ok: [managed_node1] 172629 1726888982.45138: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000150b 172629 1726888982.45142: WORKER PROCESS EXITING 172629 1726888982.45158: no more pending results, returning what we have 172629 1726888982.45160: results queue empty 172629 1726888982.45160: checking for any_errors_fatal 172629 1726888982.45165: done checking for any_errors_fatal 172629 1726888982.45165: checking for max_fail_percentage 172629 1726888982.45166: done checking for max_fail_percentage 172629 1726888982.45167: checking to see if all hosts have failed and the running result is not ok 172629 1726888982.45167: done checking to see if all hosts have failed 172629 1726888982.45168: getting the remaining hosts for this loop 172629 1726888982.45169: done getting the remaining hosts for this loop 172629 1726888982.45171: getting the next task for host managed_node1 172629 1726888982.45178: done getting next task for host managed_node1 172629 1726888982.45180: ^ task is: TASK: meta (role_complete) 172629 1726888982.45182: ^ state is: HOST STATE: block=2, task=28, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888982.45190: getting variables 172629 1726888982.45191: in VariableManager get_vars() 172629 1726888982.45212: Calling all_inventory to load vars for managed_node1 172629 1726888982.45213: Calling groups_inventory to load vars for managed_node1 172629 1726888982.45215: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888982.45221: Calling all_plugins_play to load vars for managed_node1 172629 1726888982.45223: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888982.45225: Calling groups_plugins_play to load vars for managed_node1 172629 1726888982.45518: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888982.45859: done with get_vars() 172629 1726888982.45871: done getting variables 172629 1726888982.45928: done queuing things up, now waiting for results queue to drain 172629 1726888982.45929: results queue empty 172629 1726888982.45932: checking for any_errors_fatal 172629 1726888982.45935: done checking for any_errors_fatal 172629 1726888982.45935: checking for max_fail_percentage 172629 1726888982.45936: done checking for max_fail_percentage 172629 1726888982.45936: checking to see if all hosts have failed and the running result is not ok 172629 1726888982.45937: done checking to see if all hosts have failed 172629 1726888982.45937: getting the remaining hosts for this loop 172629 1726888982.45938: done getting the remaining hosts for this loop 172629 1726888982.45939: getting the next task for host managed_node1 172629 1726888982.45942: done getting next task for host managed_node1 172629 1726888982.45944: ^ task is: TASK: Verify results 172629 1726888982.45945: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888982.45946: getting variables 172629 1726888982.45947: in VariableManager get_vars() 172629 1726888982.45957: Calling all_inventory to load vars for managed_node1 172629 1726888982.45959: Calling groups_inventory to load vars for managed_node1 172629 1726888982.45960: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888982.45964: Calling all_plugins_play to load vars for managed_node1 172629 1726888982.45965: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888982.45967: Calling groups_plugins_play to load vars for managed_node1 172629 1726888982.46207: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888982.46536: done with get_vars() 172629 1726888982.46545: done getting variables TASK [Verify results] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:99 Friday 20 September 2024 23:23:02 -0400 (0:00:00.985) 0:01:22.745 ****** 172629 1726888982.46597: entering _queue_task() for managed_node1/include_tasks 172629 1726888982.46816: worker is 1 (out of 1 available) 172629 1726888982.46830: exiting _queue_task() for managed_node1/include_tasks 172629 1726888982.46843: done queuing things up, now waiting for results queue to drain 172629 1726888982.46844: waiting for pending results... 172629 1726888982.47026: running TaskExecutor() for managed_node1/TASK: Verify results 172629 1726888982.47102: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000013 172629 1726888982.47113: variable 'ansible_search_path' from source: unknown 172629 1726888982.47141: calling self._execute() 172629 1726888982.47226: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888982.47230: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888982.47240: variable 'omit' from source: magic vars 172629 1726888982.47331: _execute() done 172629 1726888982.47335: dumping result to json 172629 1726888982.47338: done dumping result, returning 172629 1726888982.47341: done running TaskExecutor() for managed_node1/TASK: Verify results [0affc8a3-6f6f-d0a8-add8-000000000013] 172629 1726888982.47348: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000013 172629 1726888982.47446: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000013 172629 1726888982.47448: WORKER PROCESS EXITING 172629 1726888982.47479: no more pending results, returning what we have 172629 1726888982.47484: in VariableManager get_vars() 172629 1726888982.47523: Calling all_inventory to load vars for managed_node1 172629 1726888982.47526: Calling groups_inventory to load vars for managed_node1 172629 1726888982.47529: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888982.47538: Calling all_plugins_play to load vars for managed_node1 172629 1726888982.47540: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888982.47543: Calling groups_plugins_play to load vars for managed_node1 172629 1726888982.48070: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888982.48388: done with get_vars() 172629 1726888982.48395: variable 'ansible_search_path' from source: unknown 172629 1726888982.48405: we have included files to process 172629 1726888982.48406: generating all_blocks data 172629 1726888982.48407: done generating all_blocks data 172629 1726888982.48412: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726888982.48413: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726888982.48414: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726888982.48815: in VariableManager get_vars() 172629 1726888982.48825: done with get_vars() 172629 1726888982.48850: in VariableManager get_vars() 172629 1726888982.48863: done with get_vars() 172629 1726888982.48920: done processing included file 172629 1726888982.48922: iterating over new_blocks loaded from include file 172629 1726888982.48923: in VariableManager get_vars() 172629 1726888982.48931: done with get_vars() 172629 1726888982.48932: filtering new block on tags 172629 1726888982.48947: done filtering new block on tags 172629 1726888982.48949: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 172629 1726888982.48954: extending task lists for all hosts with included blocks 172629 1726888982.50596: done extending task lists 172629 1726888982.50597: done processing included files 172629 1726888982.50598: results queue empty 172629 1726888982.50598: checking for any_errors_fatal 172629 1726888982.50599: done checking for any_errors_fatal 172629 1726888982.50600: checking for max_fail_percentage 172629 1726888982.50600: done checking for max_fail_percentage 172629 1726888982.50601: checking to see if all hosts have failed and the running result is not ok 172629 1726888982.50601: done checking to see if all hosts have failed 172629 1726888982.50602: getting the remaining hosts for this loop 172629 1726888982.50603: done getting the remaining hosts for this loop 172629 1726888982.50604: getting the next task for host managed_node1 172629 1726888982.50606: done getting next task for host managed_node1 172629 1726888982.50608: ^ task is: TASK: Print out pool information 172629 1726888982.50609: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888982.50611: getting variables 172629 1726888982.50611: in VariableManager get_vars() 172629 1726888982.50618: Calling all_inventory to load vars for managed_node1 172629 1726888982.50619: Calling groups_inventory to load vars for managed_node1 172629 1726888982.50621: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888982.50624: Calling all_plugins_play to load vars for managed_node1 172629 1726888982.50626: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888982.50627: Calling groups_plugins_play to load vars for managed_node1 172629 1726888982.50867: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888982.51177: done with get_vars() 172629 1726888982.51188: done getting variables 172629 1726888982.51213: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Print out pool information] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Friday 20 September 2024 23:23:02 -0400 (0:00:00.046) 0:01:22.792 ****** 172629 1726888982.51231: entering _queue_task() for managed_node1/debug 172629 1726888982.51447: worker is 1 (out of 1 available) 172629 1726888982.51460: exiting _queue_task() for managed_node1/debug 172629 1726888982.51474: done queuing things up, now waiting for results queue to drain 172629 1726888982.51475: waiting for pending results... 172629 1726888982.51664: running TaskExecutor() for managed_node1/TASK: Print out pool information 172629 1726888982.51728: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001599 172629 1726888982.51739: variable 'ansible_search_path' from source: unknown 172629 1726888982.51772: calling self._execute() 172629 1726888982.51853: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888982.51863: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888982.51872: variable 'omit' from source: magic vars 172629 1726888982.52152: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888982.53722: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888982.53771: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888982.53798: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888982.53823: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888982.53842: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888982.53903: 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) 172629 1726888982.53923: 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) 172629 1726888982.53941: 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) 172629 1726888982.53975: 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) 172629 1726888982.53985: 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) 172629 1726888982.54075: variable '_storage_pools_list' from source: set_fact 172629 1726888982.54084: Evaluated conditional (_storage_pools_list | length > 0): False 172629 1726888982.54087: when evaluation is False, skipping this task 172629 1726888982.54090: _execute() done 172629 1726888982.54092: dumping result to json 172629 1726888982.54095: done dumping result, returning 172629 1726888982.54101: done running TaskExecutor() for managed_node1/TASK: Print out pool information [0affc8a3-6f6f-d0a8-add8-000000001599] 172629 1726888982.54106: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001599 172629 1726888982.54191: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001599 172629 1726888982.54194: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "_storage_pools_list | length > 0" } 172629 1726888982.54239: no more pending results, returning what we have 172629 1726888982.54242: results queue empty 172629 1726888982.54244: checking for any_errors_fatal 172629 1726888982.54245: done checking for any_errors_fatal 172629 1726888982.54245: checking for max_fail_percentage 172629 1726888982.54247: done checking for max_fail_percentage 172629 1726888982.54248: checking to see if all hosts have failed and the running result is not ok 172629 1726888982.54249: done checking to see if all hosts have failed 172629 1726888982.54250: getting the remaining hosts for this loop 172629 1726888982.54252: done getting the remaining hosts for this loop 172629 1726888982.54256: getting the next task for host managed_node1 172629 1726888982.54262: done getting next task for host managed_node1 172629 1726888982.54265: ^ task is: TASK: Print out volume information 172629 1726888982.54267: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888982.54271: getting variables 172629 1726888982.54272: in VariableManager get_vars() 172629 1726888982.54306: Calling all_inventory to load vars for managed_node1 172629 1726888982.54308: Calling groups_inventory to load vars for managed_node1 172629 1726888982.54311: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888982.54321: Calling all_plugins_play to load vars for managed_node1 172629 1726888982.54323: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888982.54326: Calling groups_plugins_play to load vars for managed_node1 172629 1726888982.54678: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888982.55017: done with get_vars() 172629 1726888982.55027: done getting variables 172629 1726888982.55066: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Print out volume information] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Friday 20 September 2024 23:23:02 -0400 (0:00:00.038) 0:01:22.830 ****** 172629 1726888982.55086: entering _queue_task() for managed_node1/debug 172629 1726888982.55289: worker is 1 (out of 1 available) 172629 1726888982.55304: exiting _queue_task() for managed_node1/debug 172629 1726888982.55317: done queuing things up, now waiting for results queue to drain 172629 1726888982.55318: waiting for pending results... 172629 1726888982.55501: running TaskExecutor() for managed_node1/TASK: Print out volume information 172629 1726888982.55574: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000159a 172629 1726888982.55585: variable 'ansible_search_path' from source: unknown 172629 1726888982.55613: calling self._execute() 172629 1726888982.55699: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888982.55705: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888982.55713: variable 'omit' from source: magic vars 172629 1726888982.55999: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888982.57550: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888982.57597: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888982.57626: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888982.57653: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888982.57676: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888982.57731: 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) 172629 1726888982.57756: 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) 172629 1726888982.57776: 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) 172629 1726888982.57801: 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) 172629 1726888982.57812: 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) 172629 1726888982.57894: variable '_storage_volumes_list' from source: set_fact 172629 1726888982.57921: Evaluated conditional (_storage_volumes_list | length > 0): True 172629 1726888982.57924: variable 'omit' from source: magic vars 172629 1726888982.57949: variable 'omit' from source: magic vars 172629 1726888982.57978: variable 'omit' from source: magic vars 172629 1726888982.57996: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888982.58017: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888982.58031: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888982.58044: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888982.58053: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888982.58082: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888982.58085: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888982.58087: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888982.58151: Set connection var ansible_timeout to 10 172629 1726888982.58159: Set connection var ansible_shell_type to sh 172629 1726888982.58168: Set connection var ansible_pipelining to False 172629 1726888982.58171: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888982.58180: Set connection var ansible_shell_executable to /bin/sh 172629 1726888982.58183: Set connection var ansible_connection to ssh 172629 1726888982.58196: variable 'ansible_shell_executable' from source: unknown 172629 1726888982.58199: variable 'ansible_connection' from source: unknown 172629 1726888982.58202: variable 'ansible_module_compression' from source: unknown 172629 1726888982.58204: variable 'ansible_shell_type' from source: unknown 172629 1726888982.58207: variable 'ansible_shell_executable' from source: unknown 172629 1726888982.58209: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888982.58213: variable 'ansible_pipelining' from source: unknown 172629 1726888982.58215: variable 'ansible_timeout' from source: unknown 172629 1726888982.58219: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888982.58294: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888982.58303: variable 'omit' from source: magic vars 172629 1726888982.58308: starting attempt loop 172629 1726888982.58311: running the handler 172629 1726888982.58346: variable '_storage_volumes_list' from source: set_fact 172629 1726888982.58404: variable '_storage_volumes_list' from source: set_fact 172629 1726888982.58532: handler run complete 172629 1726888982.58551: attempt loop complete, returning result 172629 1726888982.58559: _execute() done 172629 1726888982.58562: dumping result to json 172629 1726888982.58564: done dumping result, returning 172629 1726888982.58570: done running TaskExecutor() for managed_node1/TASK: Print out volume information [0affc8a3-6f6f-d0a8-add8-00000000159a] 172629 1726888982.58575: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000159a ok: [managed_node1] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } 172629 1726888982.58750: no more pending results, returning what we have 172629 1726888982.58764: results queue empty 172629 1726888982.58766: checking for any_errors_fatal 172629 1726888982.58776: done checking for any_errors_fatal 172629 1726888982.58777: checking for max_fail_percentage 172629 1726888982.58778: done checking for max_fail_percentage 172629 1726888982.58779: checking to see if all hosts have failed and the running result is not ok 172629 1726888982.58780: done checking to see if all hosts have failed 172629 1726888982.58780: getting the remaining hosts for this loop 172629 1726888982.58782: done getting the remaining hosts for this loop 172629 1726888982.58785: getting the next task for host managed_node1 172629 1726888982.58790: done getting next task for host managed_node1 172629 1726888982.58793: ^ task is: TASK: Collect info about the volumes. 172629 1726888982.58796: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888982.58799: getting variables 172629 1726888982.58801: in VariableManager get_vars() 172629 1726888982.58829: Calling all_inventory to load vars for managed_node1 172629 1726888982.58832: Calling groups_inventory to load vars for managed_node1 172629 1726888982.58835: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888982.58843: Calling all_plugins_play to load vars for managed_node1 172629 1726888982.58846: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888982.58848: Calling groups_plugins_play to load vars for managed_node1 172629 1726888982.58878: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000159a 172629 1726888982.58880: WORKER PROCESS EXITING 172629 1726888982.59229: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888982.59660: done with get_vars() 172629 1726888982.59670: done getting variables TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Friday 20 September 2024 23:23:02 -0400 (0:00:00.046) 0:01:22.877 ****** 172629 1726888982.59721: entering _queue_task() for managed_node1/fedora.linux_system_roles.blockdev_info 172629 1726888982.59924: worker is 1 (out of 1 available) 172629 1726888982.59938: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blockdev_info 172629 1726888982.59950: done queuing things up, now waiting for results queue to drain 172629 1726888982.59952: waiting for pending results... 172629 1726888982.60193: running TaskExecutor() for managed_node1/TASK: Collect info about the volumes. 172629 1726888982.60322: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000159b 172629 1726888982.60346: variable 'ansible_search_path' from source: unknown 172629 1726888982.60432: calling self._execute() 172629 1726888982.60507: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888982.60512: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888982.60521: variable 'omit' from source: magic vars 172629 1726888982.60663: variable 'omit' from source: magic vars 172629 1726888982.60695: variable 'omit' from source: magic vars 172629 1726888982.60741: variable 'omit' from source: magic vars 172629 1726888982.60807: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888982.60813: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888982.60852: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888982.60859: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888982.60902: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888982.60907: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888982.60910: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888982.60913: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888982.61007: Set connection var ansible_timeout to 10 172629 1726888982.61010: Set connection var ansible_shell_type to sh 172629 1726888982.61017: Set connection var ansible_pipelining to False 172629 1726888982.61022: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888982.61027: Set connection var ansible_shell_executable to /bin/sh 172629 1726888982.61029: Set connection var ansible_connection to ssh 172629 1726888982.61046: variable 'ansible_shell_executable' from source: unknown 172629 1726888982.61049: variable 'ansible_connection' from source: unknown 172629 1726888982.61057: variable 'ansible_module_compression' from source: unknown 172629 1726888982.61060: variable 'ansible_shell_type' from source: unknown 172629 1726888982.61062: variable 'ansible_shell_executable' from source: unknown 172629 1726888982.61065: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888982.61067: variable 'ansible_pipelining' from source: unknown 172629 1726888982.61070: variable 'ansible_timeout' from source: unknown 172629 1726888982.61072: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888982.61207: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888982.61216: variable 'omit' from source: magic vars 172629 1726888982.61221: starting attempt loop 172629 1726888982.61224: running the handler 172629 1726888982.61236: _low_level_execute_command(): starting 172629 1726888982.61243: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888982.62048: 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 <<< 172629 1726888982.62056: 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 <<< 172629 1726888982.62060: stderr 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 <<< 172629 1726888982.62120: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888982.62128: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888982.62211: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888982.64062: stdout chunk (state=3): >>>/root <<< 172629 1726888982.64065: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888982.64067: stdout chunk (state=3): >>><<< 172629 1726888982.64069: stderr chunk (state=3): >>><<< 172629 1726888982.64074: _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 172629 1726888982.64080: _low_level_execute_command(): starting 172629 1726888982.64087: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888982.640646-175602-74960057983644 `" && echo ansible-tmp-1726888982.640646-175602-74960057983644="` echo /root/.ansible/tmp/ansible-tmp-1726888982.640646-175602-74960057983644 `" ) && sleep 0' 172629 1726888982.64788: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888982.64792: 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 <<< 172629 1726888982.64794: 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 <<< 172629 1726888982.64803: stderr 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 <<< 172629 1726888982.64864: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888982.64867: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888982.64924: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888982.67095: stdout chunk (state=3): >>>ansible-tmp-1726888982.640646-175602-74960057983644=/root/.ansible/tmp/ansible-tmp-1726888982.640646-175602-74960057983644 <<< 172629 1726888982.67099: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888982.67102: stdout chunk (state=3): >>><<< 172629 1726888982.67108: stderr chunk (state=3): >>><<< 172629 1726888982.67124: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888982.640646-175602-74960057983644=/root/.ansible/tmp/ansible-tmp-1726888982.640646-175602-74960057983644 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888982.67180: variable 'ansible_module_compression' from source: unknown 172629 1726888982.67221: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blockdev_info-ZIP_DEFLATED 172629 1726888982.67565: variable 'ansible_facts' from source: unknown 172629 1726888982.67654: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888982.640646-175602-74960057983644/AnsiballZ_blockdev_info.py 172629 1726888982.67915: Sending initial data 172629 1726888982.67918: Sent initial data (162 bytes) 172629 1726888982.68407: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888982.68461: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888982.68465: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888982.68468: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888982.68470: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888982.68545: 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' <<< 172629 1726888982.68553: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888982.68570: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888982.68646: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888982.70237: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 172629 1726888982.70251: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 172629 1726888982.70264: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 <<< 172629 1726888982.70297: stderr chunk (state=3): >>>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 <<< 172629 1726888982.70352: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888982.70402: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpzvd3dviw /root/.ansible/tmp/ansible-tmp-1726888982.640646-175602-74960057983644/AnsiballZ_blockdev_info.py <<< 172629 1726888982.70415: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888982.640646-175602-74960057983644/AnsiballZ_blockdev_info.py" <<< 172629 1726888982.70463: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpzvd3dviw" to remote "/root/.ansible/tmp/ansible-tmp-1726888982.640646-175602-74960057983644/AnsiballZ_blockdev_info.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888982.640646-175602-74960057983644/AnsiballZ_blockdev_info.py" <<< 172629 1726888982.71217: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888982.71220: stdout chunk (state=3): >>><<< 172629 1726888982.71222: stderr chunk (state=3): >>><<< 172629 1726888982.71230: done transferring module to remote 172629 1726888982.71247: _low_level_execute_command(): starting 172629 1726888982.71258: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888982.640646-175602-74960057983644/ /root/.ansible/tmp/ansible-tmp-1726888982.640646-175602-74960057983644/AnsiballZ_blockdev_info.py && sleep 0' 172629 1726888982.71824: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888982.71877: 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 <<< 172629 1726888982.71937: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888982.71993: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888982.72027: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888982.74095: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888982.74099: stdout chunk (state=3): >>><<< 172629 1726888982.74101: stderr chunk (state=3): >>><<< 172629 1726888982.74103: _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 172629 1726888982.74105: _low_level_execute_command(): starting 172629 1726888982.74106: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888982.640646-175602-74960057983644/AnsiballZ_blockdev_info.py && sleep 0' 172629 1726888982.75267: 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 <<< 172629 1726888982.75305: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888982.75319: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888982.75360: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888982.75408: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888982.77633: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888982.77695: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888982.77788: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888982.77806: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888982.77840: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888982.78033: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # <<< 172629 1726888982.78038: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888982.78044: 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 0x7fa4b64184d0> <<< 172629 1726888982.78104: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b63e7b30> <<< 172629 1726888982.78161: 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 0x7fa4b641aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 172629 1726888982.78190: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888982.78276: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888982.78321: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888982.78425: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 172629 1726888982.78526: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b61e9130> <<< 172629 1726888982.78634: 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 0x7fa4b61ea120> import 'site' # <<< 172629 1726888982.78660: 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. <<< 172629 1726888982.78809: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888982.78829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888982.78857: 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' <<< 172629 1726888982.78881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888982.78917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888982.78935: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888982.78975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888982.78982: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b622ff20> <<< 172629 1726888982.79008: 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' <<< 172629 1726888982.79037: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726888982.79066: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b623c0b0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888982.79091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888982.79115: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888982.79166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888982.79200: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888982.79225: 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 0x7fa4b625f950> <<< 172629 1726888982.79268: 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 0x7fa4b625ffe0> <<< 172629 1726888982.79271: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888982.79329: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b623fbf0> <<< 172629 1726888982.79336: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888982.79361: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b623d310> <<< 172629 1726888982.79458: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b622d0d0> <<< 172629 1726888982.79493: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888982.79496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888982.79526: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888982.79539: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888982.79578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888982.79581: 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' <<< 172629 1726888982.79623: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62838c0> <<< 172629 1726888982.79626: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62824e0> <<< 172629 1726888982.79668: 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 0x7fa4b623e300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b6280d10> <<< 172629 1726888982.79733: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888982.79745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62b0920> <<< 172629 1726888982.79793: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b622c350> # /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' <<< 172629 1726888982.79809: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888982.79814: 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 0x7fa4b62b0dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62b0c80> <<< 172629 1726888982.79846: 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 0x7fa4b62b1070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b6222e70> <<< 172629 1726888982.79900: 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' <<< 172629 1726888982.79915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888982.79954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888982.79971: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62b1760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62b1430> import 'importlib.machinery' # <<< 172629 1726888982.80010: 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' <<< 172629 1726888982.80044: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62b2660> import 'importlib.util' # import 'runpy' # <<< 172629 1726888982.80074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888982.80124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888982.80142: 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 0x7fa4b62cc890> <<< 172629 1726888982.80180: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888982.80197: 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 0x7fa4b62cdfd0> <<< 172629 1726888982.80221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888982.80260: 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 <<< 172629 1726888982.80275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62cee40> <<< 172629 1726888982.80317: 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' <<< 172629 1726888982.80343: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4b62cf4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62ce3c0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888982.80366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888982.80398: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888982.80419: 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 0x7fa4b62cff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62cf650> <<< 172629 1726888982.80466: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62b26c0> <<< 172629 1726888982.80479: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888982.80513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888982.80533: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888982.80549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888982.80585: 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 0x7fa4b6057dd0> <<< 172629 1726888982.80603: 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' <<< 172629 1726888982.80632: 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 0x7fa4b6080890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b60805f0> <<< 172629 1726888982.80667: 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 0x7fa4b6080830> <<< 172629 1726888982.80701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888982.80711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726888982.80770: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888982.80930: 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 0x7fa4b6081160> <<< 172629 1726888982.81021: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888982.81045: 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 0x7fa4b6081a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b6080a40> <<< 172629 1726888982.81084: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b6055f70> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888982.81088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888982.81126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888982.81129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726888982.81146: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b6082ea0> <<< 172629 1726888982.81180: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b6081be0> <<< 172629 1726888982.81192: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62b2db0> <<< 172629 1726888982.81216: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888982.81289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888982.81296: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888982.81320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888982.81351: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b60ab1a0> <<< 172629 1726888982.81420: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888982.81424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888982.81457: 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' <<< 172629 1726888982.81515: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b60d3560> <<< 172629 1726888982.81526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888982.81571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888982.81623: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888982.81664: 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 0x7fa4b6130380> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888982.81697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888982.81723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888982.81763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888982.81852: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b6132ae0> <<< 172629 1726888982.81930: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b61304a0> <<< 172629 1726888982.81979: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b60fd370> <<< 172629 1726888982.82012: 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 0x7fa4b5f35430> <<< 172629 1726888982.82025: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b60d2360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b6083d70> <<< 172629 1726888982.82135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888982.82149: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa4b60d2960> <<< 172629 1726888982.82320: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_79uq0yju/ansible_fedora.linux_system_roles.blockdev_info_payload.zip' # zipimport: zlib available <<< 172629 1726888982.82442: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.82481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888982.82504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888982.82524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888982.82623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888982.82640: 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 0x7fa4b5f87200> <<< 172629 1726888982.82653: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888982.82839: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5f6a0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5f69250> # zipimport: zlib available <<< 172629 1726888982.82874: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888982.82926: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888982.82931: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888982.84319: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.85439: 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' <<< 172629 1726888982.85442: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5f850d0> <<< 172629 1726888982.85489: 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' <<< 172629 1726888982.85493: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888982.85503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888982.85528: 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' <<< 172629 1726888982.85561: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888982.85575: 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 0x7fa4b5fb6c00> <<< 172629 1726888982.85602: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5fb6990> <<< 172629 1726888982.85637: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5fb62a0> <<< 172629 1726888982.85641: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888982.85666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888982.85697: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5fb6cc0> <<< 172629 1726888982.85703: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5f87c20> import 'atexit' # <<< 172629 1726888982.85735: 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 0x7fa4b5fb78c0> <<< 172629 1726888982.85765: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888982.85779: 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 0x7fa4b5fb7a70> <<< 172629 1726888982.85793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888982.85832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888982.85854: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888982.85887: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5fb7fb0> <<< 172629 1726888982.85902: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888982.85918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888982.85947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888982.86126: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5919d00> # 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 0x7fa4b591b920> # /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 0x7fa4b591c2f0> <<< 172629 1726888982.86135: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888982.86166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888982.86180: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b591d1c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888982.86218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888982.86243: 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' <<< 172629 1726888982.86282: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b591fef0> <<< 172629 1726888982.86357: 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 0x7fa4b6082e10> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b591e1e0> <<< 172629 1726888982.86386: 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' <<< 172629 1726888982.86418: 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' <<< 172629 1726888982.86451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888982.86512: 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 0x7fa4b5927d40> <<< 172629 1726888982.86517: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888982.86601: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5926810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b59265a0> <<< 172629 1726888982.86615: 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' <<< 172629 1726888982.86721: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5926ae0> <<< 172629 1726888982.86747: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b591e6f0> # 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 0x7fa4b596bec0> <<< 172629 1726888982.86790: 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 <<< 172629 1726888982.86818: 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 0x7fa4b596bfe0> # /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' <<< 172629 1726888982.86841: 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' <<< 172629 1726888982.86883: 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 0x7fa4b596daf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b596d8b0> <<< 172629 1726888982.86901: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888982.87024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888982.87081: 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 0x7fa4b596ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b596e1e0> <<< 172629 1726888982.87097: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888982.87160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888982.87176: 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' # <<< 172629 1726888982.87215: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5973800> <<< 172629 1726888982.87338: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b59701d0> <<< 172629 1726888982.87402: 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 0x7fa4b5974890> <<< 172629 1726888982.87431: 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 0x7fa4b5974830> <<< 172629 1726888982.87492: 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 0x7fa4b5974ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b596c1a0> <<< 172629 1726888982.87523: 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' <<< 172629 1726888982.87557: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888982.87565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888982.87613: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888982.87617: 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 0x7fa4b5800260> <<< 172629 1726888982.87792: 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 0x7fa4b58012e0> <<< 172629 1726888982.87796: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5976a20> <<< 172629 1726888982.87860: 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 0x7fa4b5977da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5976630> # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888982.87864: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888982.87951: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.88064: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.88092: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888982.88104: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.88216: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.88337: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.88880: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.89403: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888982.89434: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888982.89438: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888982.89469: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888982.89472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888982.89519: 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 0x7fa4b5805370> <<< 172629 1726888982.89600: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726888982.89603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 172629 1726888982.89629: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5806120> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b58014c0> <<< 172629 1726888982.89685: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888982.89688: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.89709: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.89727: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888982.89729: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.89884: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.90034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888982.90039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b58061e0> <<< 172629 1726888982.90063: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.90511: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.90961: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.91024: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.91102: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888982.91112: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.91148: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.91179: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888982.91206: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.91262: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.91335: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888982.91370: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888982.91391: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.91421: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.91471: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888982.91474: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.91697: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.91924: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888982.91992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888982.91997: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888982.92074: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5807350> <<< 172629 1726888982.92080: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.92150: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.92232: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726888982.92237: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888982.92274: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 172629 1726888982.92298: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.92348: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888982.92351: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.92395: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.92437: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.92512: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.92563: 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 <<< 172629 1726888982.92599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888982.92684: 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 0x7fa4b5811f70> <<< 172629 1726888982.92735: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b580cd10> <<< 172629 1726888982.92753: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888982.92772: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.92826: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.92887: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.92923: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.92967: 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' <<< 172629 1726888982.92984: 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 <<< 172629 1726888982.93015: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888982.93038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888982.93100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888982.93121: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888982.93144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888982.93183: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b6006750> <<< 172629 1726888982.93233: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5ff2420> <<< 172629 1726888982.93320: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5811f40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b58071d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888982.93335: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.93388: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.93392: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888982.93483: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888982.93491: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.93545: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 172629 1726888982.93612: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888982.93625: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888982.93637: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 172629 1726888982.93767: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.93979: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888982.94777: stdout chunk (state=3): >>> {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "ext3", "label": "", "uuid": "33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "type": "disk", "size": "10G", "mountpoint": "/opt/test"}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "ext3", "label": "", "uuid": "8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdd": {"name": "/dev/sdd", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sde": {"name": "/dev/sde", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdf": {"name": "/dev/sdf", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdg": {"name": "/dev/sdg", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdh": {"name": "/dev/sdh", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdi": {"name": "/dev/sdi", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/xvda": {"name": "/dev/xvda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "250G", "mountpoint": ""}, "/dev/xvda1": {"name": "/dev/xvda1", "fstype": "", "label": "", "uuid": "", "type": "partition", "size": "1M", "mountpoint": ""}, "/dev/xvda2": {"name": "/dev/xvda2", "fstype": "xfs", "label": "", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "type": "partition", "size": "250G", "mountpoint": "/"}}, "invocation": {"module_args": {}}}<<< 172629 1726888982.94803: stdout chunk (state=3): >>> <<< 172629 1726888982.94818: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888982.95258: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888982.95282: 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__ <<< 172629 1726888982.95308: stdout chunk (state=3): >>># clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins <<< 172629 1726888982.95335: stdout chunk (state=3): >>># cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # 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 <<< 172629 1726888982.95383: stdout chunk (state=3): >>># cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # 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 <<< 172629 1726888982.95445: 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 # 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<<< 172629 1726888982.95448: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text <<< 172629 1726888982.95451: 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 # 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 <<< 172629 1726888982.95453: stdout chunk (state=3): >>># 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 <<< 172629 1726888982.95459: stdout chunk (state=3): >>># destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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 <<< 172629 1726888982.95690: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888982.95693: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888982.95724: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888982.95749: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib<<< 172629 1726888982.95757: stdout chunk (state=3): >>> # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888982.95770: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 172629 1726888982.95782: stdout chunk (state=3): >>># destroy fnmatch # destroy ipaddress <<< 172629 1726888982.95805: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888982.95837: 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 <<< 172629 1726888982.95872: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 172629 1726888982.95888: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726888982.95914: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726888982.95943: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 172629 1726888982.95946: stdout chunk (state=3): >>># destroy datetime <<< 172629 1726888982.95982: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro <<< 172629 1726888982.95985: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888982.96046: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 172629 1726888982.96050: 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 <<< 172629 1726888982.96068: stdout chunk (state=3): >>># cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726888982.96110: 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 <<< 172629 1726888982.96143: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726888982.96163: 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 <<< 172629 1726888982.96197: 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 <<< 172629 1726888982.96200: 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 <<< 172629 1726888982.96223: 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 <<< 172629 1726888982.96360: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888982.96363: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726888982.96401: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 172629 1726888982.96409: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 172629 1726888982.96434: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888982.96458: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726888982.96485: 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 <<< 172629 1726888982.96490: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888982.96511: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888982.96610: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 172629 1726888982.96613: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 172629 1726888982.96616: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726888982.96645: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 172629 1726888982.96665: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726888982.96700: stdout chunk (state=3): >>># destroy itertools # destroy _abc <<< 172629 1726888982.96703: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726888982.96724: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726888982.97102: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888982.97105: stdout chunk (state=3): >>><<< 172629 1726888982.97106: stderr chunk (state=3): >>><<< 172629 1726888982.97271: _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 0x7fa4b64184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b63e7b30> # /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 0x7fa4b641aa50> 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 0x7fa4b61e9130> # /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 0x7fa4b61ea120> 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 0x7fa4b622ff20> # /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 0x7fa4b623c0b0> # /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 0x7fa4b625f950> # /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 0x7fa4b625ffe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b623fbf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b623d310> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b622d0d0> # /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 0x7fa4b62838c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62824e0> # /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 0x7fa4b623e300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b6280d10> # /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 0x7fa4b62b0920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b622c350> # /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 0x7fa4b62b0dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62b0c80> # 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 0x7fa4b62b1070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b6222e70> # /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 0x7fa4b62b1760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62b1430> 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 0x7fa4b62b2660> 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 0x7fa4b62cc890> 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 0x7fa4b62cdfd0> # /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 0x7fa4b62cee40> # 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 0x7fa4b62cf4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62ce3c0> # /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 0x7fa4b62cff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62cf650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62b26c0> # /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 0x7fa4b6057dd0> # /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 0x7fa4b6080890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b60805f0> # 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 0x7fa4b6080830> # /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 0x7fa4b6081160> # 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 0x7fa4b6081a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b6080a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b6055f70> # /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 0x7fa4b6082ea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b6081be0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b62b2db0> # /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 0x7fa4b60ab1a0> # /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 0x7fa4b60d3560> # /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 0x7fa4b6130380> # /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 0x7fa4b6132ae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b61304a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b60fd370> # /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 0x7fa4b5f35430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b60d2360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b6083d70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa4b60d2960> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_79uq0yju/ansible_fedora.linux_system_roles.blockdev_info_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 0x7fa4b5f87200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5f6a0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5f69250> # 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 0x7fa4b5f850d0> # /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 0x7fa4b5fb6c00> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5fb6990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5fb62a0> # /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 0x7fa4b5fb6cc0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5f87c20> 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 0x7fa4b5fb78c0> # 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 0x7fa4b5fb7a70> # /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 0x7fa4b5fb7fb0> 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 0x7fa4b5919d00> # 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 0x7fa4b591b920> # /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 0x7fa4b591c2f0> # /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 0x7fa4b591d1c0> # /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 0x7fa4b591fef0> # 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 0x7fa4b6082e10> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b591e1e0> # /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 0x7fa4b5927d40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5926810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b59265a0> # /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 0x7fa4b5926ae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b591e6f0> # 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 0x7fa4b596bec0> # /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 0x7fa4b596bfe0> # /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 0x7fa4b596daf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b596d8b0> # /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 0x7fa4b596ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b596e1e0> # /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 0x7fa4b5973800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b59701d0> # 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 0x7fa4b5974890> # 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 0x7fa4b5974830> # 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 0x7fa4b5974ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b596c1a0> # /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 0x7fa4b5800260> # 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 0x7fa4b58012e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5976a20> # 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 0x7fa4b5977da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5976630> # 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 0x7fa4b5805370> # /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 0x7fa4b5806120> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b58014c0> 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 0x7fa4b58061e0> # 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 0x7fa4b5807350> # 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 0x7fa4b5811f70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b580cd10> 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 0x7fa4b6006750> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5ff2420> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b5811f40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4b58071d0> # 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 {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "ext3", "label": "", "uuid": "33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "type": "disk", "size": "10G", "mountpoint": "/opt/test"}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "ext3", "label": "", "uuid": "8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdd": {"name": "/dev/sdd", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sde": {"name": "/dev/sde", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdf": {"name": "/dev/sdf", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdg": {"name": "/dev/sdg", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdh": {"name": "/dev/sdh", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdi": {"name": "/dev/sdi", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/xvda": {"name": "/dev/xvda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "250G", "mountpoint": ""}, "/dev/xvda1": {"name": "/dev/xvda1", "fstype": "", "label": "", "uuid": "", "type": "partition", "size": "1M", "mountpoint": ""}, "/dev/xvda2": {"name": "/dev/xvda2", "fstype": "xfs", "label": "", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "type": "partition", "size": "250G", "mountpoint": "/"}}, "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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _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. 172629 1726888982.98341: done with _execute_module (fedora.linux_system_roles.blockdev_info, {'_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.blockdev_info', '_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-1726888982.640646-175602-74960057983644/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888982.98346: _low_level_execute_command(): starting 172629 1726888982.98349: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888982.640646-175602-74960057983644/ > /dev/null 2>&1 && sleep 0' 172629 1726888982.98609: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888982.98627: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888982.98643: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888982.98669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888982.98688: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888982.98706: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888982.98812: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888982.98841: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888982.98936: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888983.00869: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888983.00874: stdout chunk (state=3): >>><<< 172629 1726888983.00961: stderr chunk (state=3): >>><<< 172629 1726888983.00965: _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 172629 1726888983.00968: handler run complete 172629 1726888983.00970: Evaluated conditional (False): False 172629 1726888983.00973: attempt loop complete, returning result 172629 1726888983.00975: _execute() done 172629 1726888983.00977: dumping result to json 172629 1726888983.00980: done dumping result, returning 172629 1726888983.00982: done running TaskExecutor() for managed_node1/TASK: Collect info about the volumes. [0affc8a3-6f6f-d0a8-add8-00000000159b] 172629 1726888983.00984: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000159b ok: [managed_node1] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "33d7aeb5-88a3-42e8-a618-16c88ef71b2d" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "8eb5208c-2ff3-4c8f-a642-5aca66cfb112" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1" } } } 172629 1726888983.01274: no more pending results, returning what we have 172629 1726888983.01278: results queue empty 172629 1726888983.01279: checking for any_errors_fatal 172629 1726888983.01291: done checking for any_errors_fatal 172629 1726888983.01292: checking for max_fail_percentage 172629 1726888983.01294: done checking for max_fail_percentage 172629 1726888983.01295: checking to see if all hosts have failed and the running result is not ok 172629 1726888983.01296: done checking to see if all hosts have failed 172629 1726888983.01296: getting the remaining hosts for this loop 172629 1726888983.01304: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000159b 172629 1726888983.01420: done getting the remaining hosts for this loop 172629 1726888983.01427: WORKER PROCESS EXITING 172629 1726888983.01530: getting the next task for host managed_node1 172629 1726888983.01540: done getting next task for host managed_node1 172629 1726888983.01543: ^ task is: TASK: Read the /etc/fstab file for volume existence 172629 1726888983.01546: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888983.01550: getting variables 172629 1726888983.01551: in VariableManager get_vars() 172629 1726888983.01585: Calling all_inventory to load vars for managed_node1 172629 1726888983.01588: Calling groups_inventory to load vars for managed_node1 172629 1726888983.01591: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888983.01601: Calling all_plugins_play to load vars for managed_node1 172629 1726888983.01604: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888983.01607: Calling groups_plugins_play to load vars for managed_node1 172629 1726888983.02277: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888983.02901: done with get_vars() 172629 1726888983.02920: done getting variables 172629 1726888983.02990: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Friday 20 September 2024 23:23:03 -0400 (0:00:00.432) 0:01:23.310 ****** 172629 1726888983.03022: entering _queue_task() for managed_node1/command 172629 1726888983.03588: worker is 1 (out of 1 available) 172629 1726888983.03599: exiting _queue_task() for managed_node1/command 172629 1726888983.03609: done queuing things up, now waiting for results queue to drain 172629 1726888983.03610: waiting for pending results... 172629 1726888983.03738: running TaskExecutor() for managed_node1/TASK: Read the /etc/fstab file for volume existence 172629 1726888983.03874: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000159c 172629 1726888983.03896: variable 'ansible_search_path' from source: unknown 172629 1726888983.03946: calling self._execute() 172629 1726888983.04096: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888983.04109: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888983.04128: variable 'omit' from source: magic vars 172629 1726888983.04272: variable 'omit' from source: magic vars 172629 1726888983.04381: variable 'omit' from source: magic vars 172629 1726888983.04386: variable 'omit' from source: magic vars 172629 1726888983.04418: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888983.04471: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888983.04513: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888983.04537: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888983.04560: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888983.04604: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888983.04618: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888983.04627: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888983.04817: Set connection var ansible_timeout to 10 172629 1726888983.04820: Set connection var ansible_shell_type to sh 172629 1726888983.04824: Set connection var ansible_pipelining to False 172629 1726888983.04827: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888983.04830: Set connection var ansible_shell_executable to /bin/sh 172629 1726888983.04832: Set connection var ansible_connection to ssh 172629 1726888983.04834: variable 'ansible_shell_executable' from source: unknown 172629 1726888983.04836: variable 'ansible_connection' from source: unknown 172629 1726888983.04838: variable 'ansible_module_compression' from source: unknown 172629 1726888983.04840: variable 'ansible_shell_type' from source: unknown 172629 1726888983.04842: variable 'ansible_shell_executable' from source: unknown 172629 1726888983.04848: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888983.04859: variable 'ansible_pipelining' from source: unknown 172629 1726888983.04926: variable 'ansible_timeout' from source: unknown 172629 1726888983.04930: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888983.05061: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888983.05081: variable 'omit' from source: magic vars 172629 1726888983.05091: starting attempt loop 172629 1726888983.05145: running the handler 172629 1726888983.05149: _low_level_execute_command(): starting 172629 1726888983.05152: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888983.05982: 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 <<< 172629 1726888983.06063: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888983.06101: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888983.06147: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888983.06206: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888983.07879: stdout chunk (state=3): >>>/root <<< 172629 1726888983.08038: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888983.08043: stdout chunk (state=3): >>><<< 172629 1726888983.08045: stderr chunk (state=3): >>><<< 172629 1726888983.08072: _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 172629 1726888983.08189: _low_level_execute_command(): starting 172629 1726888983.08193: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888983.0808558-175622-269220480774226 `" && echo ansible-tmp-1726888983.0808558-175622-269220480774226="` echo /root/.ansible/tmp/ansible-tmp-1726888983.0808558-175622-269220480774226 `" ) && sleep 0' 172629 1726888983.08772: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888983.08824: 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 <<< 172629 1726888983.08906: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888983.08938: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888983.08966: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888983.09042: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888983.10983: stdout chunk (state=3): >>>ansible-tmp-1726888983.0808558-175622-269220480774226=/root/.ansible/tmp/ansible-tmp-1726888983.0808558-175622-269220480774226 <<< 172629 1726888983.11160: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888983.11165: stdout chunk (state=3): >>><<< 172629 1726888983.11167: stderr chunk (state=3): >>><<< 172629 1726888983.11361: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888983.0808558-175622-269220480774226=/root/.ansible/tmp/ansible-tmp-1726888983.0808558-175622-269220480774226 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888983.11366: variable 'ansible_module_compression' from source: unknown 172629 1726888983.11369: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726888983.11371: variable 'ansible_facts' from source: unknown 172629 1726888983.11445: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888983.0808558-175622-269220480774226/AnsiballZ_command.py 172629 1726888983.11617: Sending initial data 172629 1726888983.11718: Sent initial data (158 bytes) 172629 1726888983.12274: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888983.12291: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888983.12308: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888983.12328: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888983.12429: 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' <<< 172629 1726888983.12453: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888983.12472: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888983.12691: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888983.14153: 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 <<< 172629 1726888983.14227: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888983.14297: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpeylzkd1k /root/.ansible/tmp/ansible-tmp-1726888983.0808558-175622-269220480774226/AnsiballZ_command.py <<< 172629 1726888983.14301: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888983.0808558-175622-269220480774226/AnsiballZ_command.py" <<< 172629 1726888983.14370: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpeylzkd1k" to remote "/root/.ansible/tmp/ansible-tmp-1726888983.0808558-175622-269220480774226/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888983.0808558-175622-269220480774226/AnsiballZ_command.py" <<< 172629 1726888983.15153: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888983.15308: stderr chunk (state=3): >>><<< 172629 1726888983.15311: stdout chunk (state=3): >>><<< 172629 1726888983.15313: done transferring module to remote 172629 1726888983.15316: _low_level_execute_command(): starting 172629 1726888983.15318: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888983.0808558-175622-269220480774226/ /root/.ansible/tmp/ansible-tmp-1726888983.0808558-175622-269220480774226/AnsiballZ_command.py && sleep 0' 172629 1726888983.15983: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888983.15987: 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 <<< 172629 1726888983.16011: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888983.16024: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888983.16043: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888983.16126: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888983.18046: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888983.18063: stdout chunk (state=3): >>><<< 172629 1726888983.18370: stderr chunk (state=3): >>><<< 172629 1726888983.18374: _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 172629 1726888983.18377: _low_level_execute_command(): starting 172629 1726888983.18379: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888983.0808558-175622-269220480774226/AnsiballZ_command.py && sleep 0' 172629 1726888983.19129: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888983.19145: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888983.19167: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888983.19186: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888983.19202: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888983.19278: 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 <<< 172629 1726888983.19317: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888983.19343: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888983.19365: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888983.19454: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888983.21630: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888983.21681: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888983.21745: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888983.21780: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888983.21818: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888983.21847: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888983.21902: 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' <<< 172629 1726888983.21930: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888983.21947: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888983.21991: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888983.22047: 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 0x7f2ae81104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae80dfb30> <<< 172629 1726888983.22077: 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' <<< 172629 1726888983.22085: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae8112a50> import '_signal' # <<< 172629 1726888983.22117: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 172629 1726888983.22157: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888983.22251: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888983.22273: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888983.22315: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888983.22347: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 172629 1726888983.22391: 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 <<< 172629 1726888983.22394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888983.22411: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7ec1130> <<< 172629 1726888983.22470: 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' <<< 172629 1726888983.22503: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7ec2120> <<< 172629 1726888983.22514: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888983.22537: 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. <<< 172629 1726888983.22789: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888983.22792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888983.22823: 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 <<< 172629 1726888983.22874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888983.22920: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888983.22924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888983.22992: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7efff20> # /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' <<< 172629 1726888983.22995: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726888983.22997: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f140b0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888983.23040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888983.23059: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888983.23100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888983.23168: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888983.23172: 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 0x7f2ae7f37950> <<< 172629 1726888983.23199: 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 0x7f2ae7f37fe0> import '_collections' # <<< 172629 1726888983.23251: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f17bf0> <<< 172629 1726888983.23286: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888983.23302: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f15310> <<< 172629 1726888983.23378: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7efd0d0> <<< 172629 1726888983.23419: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888983.23438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888983.23463: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888983.23493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888983.23525: 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' <<< 172629 1726888983.23570: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f5b890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f5a4b0> <<< 172629 1726888983.23582: 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 0x7f2ae7f161e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f58d40> <<< 172629 1726888983.23667: 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 0x7f2ae7f888f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7efc350> <<< 172629 1726888983.23694: 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' <<< 172629 1726888983.23738: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888983.23743: 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 0x7f2ae7f88da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f88c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888983.23802: 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 0x7f2ae7f89010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7efae70> # /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' <<< 172629 1726888983.23805: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888983.23859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888983.23867: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f896a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f893a0> import 'importlib.machinery' # <<< 172629 1726888983.23918: 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' <<< 172629 1726888983.23942: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f8a5a0> import 'importlib.util' # import 'runpy' # <<< 172629 1726888983.23967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888983.24018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888983.24022: 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 0x7f2ae7fa47d0> <<< 172629 1726888983.24078: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888983.24081: 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 0x7f2ae7fa5f10> <<< 172629 1726888983.24117: 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' <<< 172629 1726888983.24120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888983.24145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7fa6db0> <<< 172629 1726888983.24278: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888983.24303: 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 0x7f2ae7fa7410> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7fa6300> # /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 0x7f2ae7fa7e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7fa75c0> <<< 172629 1726888983.24339: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f8a600> <<< 172629 1726888983.24363: 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' <<< 172629 1726888983.24397: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888983.24400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888983.24694: 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 0x7f2ae7d27d70> <<< 172629 1726888983.24698: 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 0x7f2ae7d507d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7d50530> # 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 0x7f2ae7d50710> # /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' <<< 172629 1726888983.24741: 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 0x7f2ae7d510d0> <<< 172629 1726888983.24870: 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 0x7f2ae7d51a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7d50980> <<< 172629 1726888983.24904: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7d25f10> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888983.24923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888983.24963: 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' <<< 172629 1726888983.24983: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7d52e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7d51b50> <<< 172629 1726888983.25032: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f8acf0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888983.25096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888983.25120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888983.25143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888983.25172: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7d7f1a0> <<< 172629 1726888983.25233: 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' <<< 172629 1726888983.25270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888983.25280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888983.25316: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7da74d0> <<< 172629 1726888983.25344: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888983.25378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888983.25444: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888983.25476: 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 0x7f2ae7e00290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888983.25508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888983.25530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888983.25576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888983.25665: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7e029f0> <<< 172629 1726888983.25731: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7e003b0> <<< 172629 1726888983.25784: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7dcd2e0> <<< 172629 1726888983.25804: 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 0x7f2ae77213a0> <<< 172629 1726888983.25824: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7da6300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7d53d70> <<< 172629 1726888983.25930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888983.25940: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2ae7da69c0> <<< 172629 1726888983.26094: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_c5mb_6gc/ansible_ansible.legacy.command_payload.zip' <<< 172629 1726888983.26107: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.26223: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.26261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888983.26271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888983.26302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888983.26396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888983.26415: 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 0x7f2ae7777080> import '_typing' # <<< 172629 1726888983.26605: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7759f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7759100> # zipimport: zlib available <<< 172629 1726888983.26641: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726888983.26671: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.26702: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.26714: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888983.28142: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.29281: 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 0x7f2ae7774f20> <<< 172629 1726888983.29286: 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' <<< 172629 1726888983.29322: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888983.29366: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888983.29373: 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 0x7f2ae77a29c0> <<< 172629 1726888983.29398: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae77a2780> <<< 172629 1726888983.29424: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae77a2090> <<< 172629 1726888983.29450: 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' <<< 172629 1726888983.29512: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae77a24e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7777aa0> import 'atexit' # <<< 172629 1726888983.29563: 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 0x7f2ae77a3770> <<< 172629 1726888983.29566: 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 0x7f2ae77a39b0> <<< 172629 1726888983.29593: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888983.29640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888983.29653: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888983.29685: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae77a3ec0> <<< 172629 1726888983.29700: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888983.29716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888983.29747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888983.29778: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae760dcd0> <<< 172629 1726888983.29802: 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 0x7f2ae760f8c0> <<< 172629 1726888983.29837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888983.29854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888983.29888: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76142c0> <<< 172629 1726888983.29900: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888983.29937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888983.29940: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76151c0> <<< 172629 1726888983.29968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888983.29994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888983.30018: 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' <<< 172629 1726888983.30085: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7617ef0> <<< 172629 1726888983.30123: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888983.30127: 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 0x7f2ae775b170> <<< 172629 1726888983.30151: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76161e0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888983.30180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888983.30217: 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' <<< 172629 1726888983.30231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888983.30245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888983.30274: 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' <<< 172629 1726888983.30303: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae761be00> import '_tokenize' # <<< 172629 1726888983.30376: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae761a8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae761a660> <<< 172629 1726888983.30395: 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' <<< 172629 1726888983.30473: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae761aba0> <<< 172629 1726888983.30493: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76166c0> <<< 172629 1726888983.30530: 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 0x7f2ae765fa10> <<< 172629 1726888983.30563: 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 0x7f2ae7660140> <<< 172629 1726888983.30589: 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 <<< 172629 1726888983.30613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888983.30628: 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' <<< 172629 1726888983.30667: 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 0x7f2ae7661be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76619a0> <<< 172629 1726888983.30692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888983.30790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888983.30851: 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 0x7f2ae76640e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76622a0> <<< 172629 1726888983.30893: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888983.30911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888983.30937: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888983.30950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726888983.30981: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7667860> <<< 172629 1726888983.31111: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7664230> <<< 172629 1726888983.31170: 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' <<< 172629 1726888983.31193: 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 0x7f2ae76685f0> <<< 172629 1726888983.31206: 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 0x7f2ae7668890> <<< 172629 1726888983.31251: 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' <<< 172629 1726888983.31264: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2ae76689e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76602c0> <<< 172629 1726888983.31292: 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' <<< 172629 1726888983.31301: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888983.31341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888983.31351: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888983.31378: 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 0x7f2ae76f41a0> <<< 172629 1726888983.31527: 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 0x7f2ae76f54c0> <<< 172629 1726888983.31578: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae766a930> <<< 172629 1726888983.31594: 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 0x7f2ae766bce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae766a570> # zipimport: zlib available <<< 172629 1726888983.31615: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888983.31633: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.31723: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.31826: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.31829: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888983.31851: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888983.31878: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.31986: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.32111: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.32645: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.33185: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888983.33202: 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' # <<< 172629 1726888983.33240: 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' <<< 172629 1726888983.33279: 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 0x7f2ae76f9550> <<< 172629 1726888983.33370: 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' <<< 172629 1726888983.33384: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76fa330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76f5640> <<< 172629 1726888983.33444: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 172629 1726888983.33493: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726888983.33496: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.33633: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.34069: 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' <<< 172629 1726888983.34085: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76f9460> # zipimport: zlib available <<< 172629 1726888983.34265: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.34696: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.34767: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.34841: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888983.34864: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.34887: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.34921: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888983.34939: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.34999: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.35099: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 172629 1726888983.35123: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888983.35168: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.35201: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888983.35222: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.35435: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.35666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888983.35726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888983.35749: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888983.35803: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76fb4d0> <<< 172629 1726888983.35821: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.35884: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.35969: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888983.35993: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888983.36010: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.36039: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.36081: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888983.36101: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.36132: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.36174: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.36233: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.36305: 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 <<< 172629 1726888983.36337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888983.36432: 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' <<< 172629 1726888983.36447: 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 0x7f2ae7505eb0> <<< 172629 1726888983.36486: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7503c50> <<< 172629 1726888983.36497: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888983.36568: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.36630: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.36663: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.36702: 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 <<< 172629 1726888983.36722: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888983.36747: 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 <<< 172629 1726888983.36776: 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 <<< 172629 1726888983.36839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888983.36848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888983.36883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888983.36925: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae77fe7e0> <<< 172629 1726888983.36969: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae77ee4b0> <<< 172629 1726888983.37119: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7505f40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76fc140> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888983.37146: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888983.37184: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888983.37209: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.37230: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888983.37240: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.37340: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.37462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726888983.37475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726888983.37488: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae77ed430> <<< 172629 1726888983.37563: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.38027: stdout chunk (state=3): >>> {"changed": true, "stdout": "\n# system_role:storage\n#\n# /etc/fstab\n# Created by anaconda on Tue Sep 17 08:39:54 2024\n#\n# Accessible filesystems, by reference, are maintained under '/dev/disk/'.\n# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.\n#\n# After editing this file, run 'systemctl daemon-reload' to update systemd\n# units generated from this file.\n#\nUUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nvtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nUUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d /opt/test ext3 defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 23:23:03.375712", "end": "2024-09-20 23:23:03.378851", "delta": "0:00:00.003139", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/fstab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726888983.38049: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888983.38497: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888983.38537: 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 <<< 172629 1726888983.38571: stdout chunk (state=3): >>># cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib <<< 172629 1726888983.38620: stdout chunk (state=3): >>># destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # 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 <<< 172629 1726888983.38664: 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 # 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 <<< 172629 1726888983.38668: stdout chunk (state=3): >>># cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # 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 <<< 172629 1726888983.38713: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726888983.38960: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888983.38989: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888983.39018: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888983.39042: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888983.39067: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726888983.39108: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888983.39127: 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 <<< 172629 1726888983.39166: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 172629 1726888983.39195: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno <<< 172629 1726888983.39228: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726888983.39246: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888983.39276: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888983.39337: 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 <<< 172629 1726888983.39364: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib <<< 172629 1726888983.39474: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # 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 <<< 172629 1726888983.39481: stdout chunk (state=3): >>># destroy posixpath <<< 172629 1726888983.39498: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888983.39649: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888983.39751: stdout chunk (state=3): >>># 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 <<< 172629 1726888983.39778: 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 <<< 172629 1726888983.39791: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888983.39886: 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 <<< 172629 1726888983.39919: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 172629 1726888983.39986: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 172629 1726888983.39989: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 172629 1726888983.40006: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888983.40373: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888983.40404: stderr chunk (state=3): >>>Shared connection to 10.31.15.52 closed. <<< 172629 1726888983.40407: stdout chunk (state=3): >>><<< 172629 1726888983.40410: stderr chunk (state=3): >>><<< 172629 1726888983.40597: _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 0x7f2ae81104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae80dfb30> # /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 0x7f2ae8112a50> 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 0x7f2ae7ec1130> # /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 0x7f2ae7ec2120> 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 0x7f2ae7efff20> # /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 0x7f2ae7f140b0> # /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 0x7f2ae7f37950> # /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 0x7f2ae7f37fe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f17bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f15310> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7efd0d0> # /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 0x7f2ae7f5b890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f5a4b0> # /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 0x7f2ae7f161e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f58d40> # /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 0x7f2ae7f888f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7efc350> # /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 0x7f2ae7f88da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f88c50> # 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 0x7f2ae7f89010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7efae70> # /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 0x7f2ae7f896a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f893a0> 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 0x7f2ae7f8a5a0> 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 0x7f2ae7fa47d0> 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 0x7f2ae7fa5f10> # /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 0x7f2ae7fa6db0> # 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 0x7f2ae7fa7410> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7fa6300> # /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 0x7f2ae7fa7e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7fa75c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f8a600> # /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 0x7f2ae7d27d70> # /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 0x7f2ae7d507d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7d50530> # 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 0x7f2ae7d50710> # /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 0x7f2ae7d510d0> # 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 0x7f2ae7d51a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7d50980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7d25f10> # /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 0x7f2ae7d52e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7d51b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7f8acf0> # /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 0x7f2ae7d7f1a0> # /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 0x7f2ae7da74d0> # /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 0x7f2ae7e00290> # /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 0x7f2ae7e029f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7e003b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7dcd2e0> # /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 0x7f2ae77213a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7da6300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7d53d70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2ae7da69c0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_c5mb_6gc/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7777080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7759f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7759100> # 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 0x7f2ae7774f20> # /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 0x7f2ae77a29c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae77a2780> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae77a2090> # /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 0x7f2ae77a24e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7777aa0> 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 0x7f2ae77a3770> # 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 0x7f2ae77a39b0> # /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 0x7f2ae77a3ec0> 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 0x7f2ae760dcd0> # 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 0x7f2ae760f8c0> # /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 0x7f2ae76142c0> # /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 0x7f2ae76151c0> # /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 0x7f2ae7617ef0> # 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 0x7f2ae775b170> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76161e0> # /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 0x7f2ae761be00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae761a8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae761a660> # /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 0x7f2ae761aba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76166c0> # 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 0x7f2ae765fa10> # /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 0x7f2ae7660140> # /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 0x7f2ae7661be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76619a0> # /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 0x7f2ae76640e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76622a0> # /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 0x7f2ae7667860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7664230> # 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 0x7f2ae76685f0> # 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 0x7f2ae7668890> # 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 0x7f2ae76689e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76602c0> # /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 0x7f2ae76f41a0> # 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 0x7f2ae76f54c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae766a930> # 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 0x7f2ae766bce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae766a570> # 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 0x7f2ae76f9550> # /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 0x7f2ae76fa330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76f5640> 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 0x7f2ae76f9460> # 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 0x7f2ae76fb4d0> # 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 0x7f2ae7505eb0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7503c50> 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 0x7f2ae77fe7e0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae77ee4b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae7505f40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae76fc140> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae77ed430> # zipimport: zlib available {"changed": true, "stdout": "\n# system_role:storage\n#\n# /etc/fstab\n# Created by anaconda on Tue Sep 17 08:39:54 2024\n#\n# Accessible filesystems, by reference, are maintained under '/dev/disk/'.\n# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.\n#\n# After editing this file, run 'systemctl daemon-reload' to update systemd\n# units generated from this file.\n#\nUUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nvtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nUUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d /opt/test ext3 defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 23:23:03.375712", "end": "2024-09-20 23:23:03.378851", "delta": "0:00:00.003139", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/fstab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726888983.41308: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /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': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888983.0808558-175622-269220480774226/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888983.41311: _low_level_execute_command(): starting 172629 1726888983.41314: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888983.0808558-175622-269220480774226/ > /dev/null 2>&1 && sleep 0' 172629 1726888983.41659: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888983.41676: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888983.41769: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888983.41781: stderr 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 <<< 172629 1726888983.41799: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888983.41815: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888983.41836: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888983.41915: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888983.43799: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888983.43809: stdout chunk (state=3): >>><<< 172629 1726888983.43820: stderr chunk (state=3): >>><<< 172629 1726888983.43845: _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 172629 1726888983.43860: handler run complete 172629 1726888983.43887: Evaluated conditional (False): False 172629 1726888983.43902: attempt loop complete, returning result 172629 1726888983.43908: _execute() done 172629 1726888983.44061: dumping result to json 172629 1726888983.44065: done dumping result, returning 172629 1726888983.44067: done running TaskExecutor() for managed_node1/TASK: Read the /etc/fstab file for volume existence [0affc8a3-6f6f-d0a8-add8-00000000159c] 172629 1726888983.44070: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000159c 172629 1726888983.44135: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000159c 172629 1726888983.44138: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003139", "end": "2024-09-20 23:23:03.378851", "rc": 0, "start": "2024-09-20 23:23:03.375712" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Sep 17 08:39:54 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d /opt/test ext3 defaults 0 0 172629 1726888983.44226: no more pending results, returning what we have 172629 1726888983.44230: results queue empty 172629 1726888983.44231: checking for any_errors_fatal 172629 1726888983.44241: done checking for any_errors_fatal 172629 1726888983.44242: checking for max_fail_percentage 172629 1726888983.44244: done checking for max_fail_percentage 172629 1726888983.44245: checking to see if all hosts have failed and the running result is not ok 172629 1726888983.44250: done checking to see if all hosts have failed 172629 1726888983.44251: getting the remaining hosts for this loop 172629 1726888983.44257: done getting the remaining hosts for this loop 172629 1726888983.44261: getting the next task for host managed_node1 172629 1726888983.44267: done getting next task for host managed_node1 172629 1726888983.44270: ^ task is: TASK: Read the /etc/crypttab file 172629 1726888983.44273: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888983.44276: getting variables 172629 1726888983.44278: in VariableManager get_vars() 172629 1726888983.44313: Calling all_inventory to load vars for managed_node1 172629 1726888983.44316: Calling groups_inventory to load vars for managed_node1 172629 1726888983.44323: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888983.44334: Calling all_plugins_play to load vars for managed_node1 172629 1726888983.44338: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888983.44341: Calling groups_plugins_play to load vars for managed_node1 172629 1726888983.45515: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888983.46109: done with get_vars() 172629 1726888983.46122: done getting variables 172629 1726888983.46185: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Friday 20 September 2024 23:23:03 -0400 (0:00:00.431) 0:01:23.742 ****** 172629 1726888983.46210: entering _queue_task() for managed_node1/command 172629 1726888983.46590: worker is 1 (out of 1 available) 172629 1726888983.46604: exiting _queue_task() for managed_node1/command 172629 1726888983.46731: done queuing things up, now waiting for results queue to drain 172629 1726888983.46733: waiting for pending results... 172629 1726888983.47070: running TaskExecutor() for managed_node1/TASK: Read the /etc/crypttab file 172629 1726888983.47105: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000159d 172629 1726888983.47126: variable 'ansible_search_path' from source: unknown 172629 1726888983.47177: calling self._execute() 172629 1726888983.47304: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888983.47383: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888983.47387: variable 'omit' from source: magic vars 172629 1726888983.47460: variable 'omit' from source: magic vars 172629 1726888983.47518: variable 'omit' from source: magic vars 172629 1726888983.47560: variable 'omit' from source: magic vars 172629 1726888983.47615: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888983.47664: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888983.47690: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888983.47722: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888983.47741: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888983.47818: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888983.47822: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888983.47824: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888983.47928: Set connection var ansible_timeout to 10 172629 1726888983.47939: Set connection var ansible_shell_type to sh 172629 1726888983.47951: Set connection var ansible_pipelining to False 172629 1726888983.47966: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888983.48035: Set connection var ansible_shell_executable to /bin/sh 172629 1726888983.48039: Set connection var ansible_connection to ssh 172629 1726888983.48041: variable 'ansible_shell_executable' from source: unknown 172629 1726888983.48044: variable 'ansible_connection' from source: unknown 172629 1726888983.48046: variable 'ansible_module_compression' from source: unknown 172629 1726888983.48048: variable 'ansible_shell_type' from source: unknown 172629 1726888983.48051: variable 'ansible_shell_executable' from source: unknown 172629 1726888983.48058: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888983.48060: variable 'ansible_pipelining' from source: unknown 172629 1726888983.48062: variable 'ansible_timeout' from source: unknown 172629 1726888983.48064: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888983.48213: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888983.48230: variable 'omit' from source: magic vars 172629 1726888983.48240: starting attempt loop 172629 1726888983.48258: running the handler 172629 1726888983.48365: _low_level_execute_command(): starting 172629 1726888983.48369: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888983.49146: 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 <<< 172629 1726888983.49190: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888983.49210: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888983.49244: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888983.49326: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888983.51196: stdout chunk (state=3): >>>/root <<< 172629 1726888983.51274: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888983.51278: stdout chunk (state=3): >>><<< 172629 1726888983.51280: stderr chunk (state=3): >>><<< 172629 1726888983.51389: _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 172629 1726888983.51393: _low_level_execute_command(): starting 172629 1726888983.51396: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888983.5129943-175637-240646144322142 `" && echo ansible-tmp-1726888983.5129943-175637-240646144322142="` echo /root/.ansible/tmp/ansible-tmp-1726888983.5129943-175637-240646144322142 `" ) && sleep 0' 172629 1726888983.52075: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888983.52088: 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 <<< 172629 1726888983.52174: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888983.52185: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888983.52277: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888983.54177: stdout chunk (state=3): >>>ansible-tmp-1726888983.5129943-175637-240646144322142=/root/.ansible/tmp/ansible-tmp-1726888983.5129943-175637-240646144322142 <<< 172629 1726888983.54363: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888983.54367: stdout chunk (state=3): >>><<< 172629 1726888983.54370: stderr chunk (state=3): >>><<< 172629 1726888983.54389: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888983.5129943-175637-240646144322142=/root/.ansible/tmp/ansible-tmp-1726888983.5129943-175637-240646144322142 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888983.54467: variable 'ansible_module_compression' from source: unknown 172629 1726888983.54503: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726888983.54546: variable 'ansible_facts' from source: unknown 172629 1726888983.54646: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888983.5129943-175637-240646144322142/AnsiballZ_command.py 172629 1726888983.54812: Sending initial data 172629 1726888983.54822: Sent initial data (158 bytes) 172629 1726888983.55581: 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' <<< 172629 1726888983.55594: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888983.55612: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888983.55692: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888983.57238: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 172629 1726888983.57249: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 172629 1726888983.57261: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 <<< 172629 1726888983.57271: stderr chunk (state=3): >>>debug2: Server supports extension "fstatvfs@openssh.com" revision 2 <<< 172629 1726888983.57285: stderr chunk (state=3): >>>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 <<< 172629 1726888983.57344: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888983.57417: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpcu3x59q6 /root/.ansible/tmp/ansible-tmp-1726888983.5129943-175637-240646144322142/AnsiballZ_command.py <<< 172629 1726888983.57438: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888983.5129943-175637-240646144322142/AnsiballZ_command.py" <<< 172629 1726888983.57473: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpcu3x59q6" to remote "/root/.ansible/tmp/ansible-tmp-1726888983.5129943-175637-240646144322142/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888983.5129943-175637-240646144322142/AnsiballZ_command.py" <<< 172629 1726888983.58284: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888983.58304: stdout chunk (state=3): >>><<< 172629 1726888983.58323: stderr chunk (state=3): >>><<< 172629 1726888983.58350: done transferring module to remote 172629 1726888983.58371: _low_level_execute_command(): starting 172629 1726888983.58445: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888983.5129943-175637-240646144322142/ /root/.ansible/tmp/ansible-tmp-1726888983.5129943-175637-240646144322142/AnsiballZ_command.py && sleep 0' 172629 1726888983.59281: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888983.59296: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888983.59372: 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 <<< 172629 1726888983.59416: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888983.59432: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888983.59447: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888983.59523: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888983.61345: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888983.61358: stdout chunk (state=3): >>><<< 172629 1726888983.61460: stderr chunk (state=3): >>><<< 172629 1726888983.61464: _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 172629 1726888983.61466: _low_level_execute_command(): starting 172629 1726888983.61469: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888983.5129943-175637-240646144322142/AnsiballZ_command.py && sleep 0' 172629 1726888983.61962: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888983.61978: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888983.62001: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888983.62018: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888983.62111: 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 <<< 172629 1726888983.62132: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888983.62148: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888983.62176: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888983.62257: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888983.64438: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888983.64466: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888983.64496: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 172629 1726888983.64518: stdout chunk (state=3): >>>import '_weakref' # <<< 172629 1726888983.64567: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888983.64589: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888983.64613: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888983.64642: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888983.64680: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888983.64683: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888983.64730: 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' <<< 172629 1726888983.64748: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888983.64773: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888983.64811: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888983.64846: 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 0x7f3c269104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c268dfb30> <<< 172629 1726888983.64881: 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 0x7f3c26912a50> <<< 172629 1726888983.64916: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888983.64979: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888983.64982: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888983.64995: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888983.65091: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888983.65112: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888983.65168: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 172629 1726888983.65185: 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' <<< 172629 1726888983.65235: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888983.65238: 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' <<< 172629 1726888983.65261: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c266e5130> <<< 172629 1726888983.65308: 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 <<< 172629 1726888983.65332: 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 0x7f3c266e6120> <<< 172629 1726888983.65351: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888983.65380: 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. <<< 172629 1726888983.65607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888983.65632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888983.65635: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888983.65665: 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 <<< 172629 1726888983.65724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888983.65727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888983.65777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c26723f20> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888983.66060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267380b0> <<< 172629 1726888983.66084: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2675b920> # /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 0x7f3c2675bfb0> import '_collections' # <<< 172629 1726888983.66096: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2673bbc0> import '_functools' # <<< 172629 1726888983.66166: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c26739310> <<< 172629 1726888983.66215: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267210d0> <<< 172629 1726888983.66242: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888983.66253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888983.66273: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888983.66378: 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' <<< 172629 1726888983.66385: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2677f8c0> <<< 172629 1726888983.66408: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2677e4e0> <<< 172629 1726888983.66411: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726888983.66437: 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 0x7f3c2673a1e0> <<< 172629 1726888983.66441: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c26722fc0> <<< 172629 1726888983.66578: 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 0x7f3c267ac950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c26720350> # /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 0x7f3c267ace00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267accb0> <<< 172629 1726888983.66606: 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 0x7f3c267ad0a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2671ee70> <<< 172629 1726888983.66639: 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' <<< 172629 1726888983.66677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888983.66715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267ad460> import 'importlib.machinery' # <<< 172629 1726888983.66753: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 172629 1726888983.66768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267ae660> <<< 172629 1726888983.66793: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726888983.66815: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888983.66851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888983.66868: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726888983.66884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267c8860> <<< 172629 1726888983.66919: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888983.66932: 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 0x7f3c267c9fa0> <<< 172629 1726888983.66967: 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' <<< 172629 1726888983.66998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888983.67008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267cae40> <<< 172629 1726888983.67034: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888983.67067: 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 0x7f3c267cb470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267ca390> <<< 172629 1726888983.67077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888983.67100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888983.67125: 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 0x7f3c267cbe60> <<< 172629 1726888983.67141: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267cb590> <<< 172629 1726888983.67196: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267ae5d0> <<< 172629 1726888983.67199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888983.67229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888983.67240: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888983.67268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888983.67307: 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 0x7f3c2655fd10> <<< 172629 1726888983.67331: 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' <<< 172629 1726888983.67367: 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 0x7f3c2658c890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2658c5f0> <<< 172629 1726888983.67389: 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 0x7f3c2658c800> <<< 172629 1726888983.67421: 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' <<< 172629 1726888983.67493: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888983.67622: 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 0x7f3c2658d1c0> <<< 172629 1726888983.67759: 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 0x7f3c2658dbb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2658ca70> <<< 172629 1726888983.67783: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2655deb0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888983.67816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888983.67851: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888983.67882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726888983.67885: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2658efc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2658dd00> <<< 172629 1726888983.67920: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267aed80> <<< 172629 1726888983.67923: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888983.68000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888983.68017: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888983.68039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888983.68074: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c265b7350> <<< 172629 1726888983.68143: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888983.68147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888983.68174: 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' <<< 172629 1726888983.68215: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c265d7710> <<< 172629 1726888983.68242: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888983.68281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888983.68350: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888983.68371: 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 0x7f3c26638500> <<< 172629 1726888983.68387: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888983.68409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888983.68430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888983.68473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888983.68561: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2663ac60> <<< 172629 1726888983.68633: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c26638620> <<< 172629 1726888983.68688: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c265fd520> <<< 172629 1726888983.68714: 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 0x7f3c25f29580> <<< 172629 1726888983.68733: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c265d6510> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2658ff20> <<< 172629 1726888983.68842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888983.68852: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3c265d6870> <<< 172629 1726888983.69024: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_h3z9c4up/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 172629 1726888983.69161: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.69188: 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' <<< 172629 1726888983.69230: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888983.69298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888983.69335: 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 0x7f3c25f7f1d0> import '_typing' # <<< 172629 1726888983.69526: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25f620c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25f61220> # zipimport: zlib available <<< 172629 1726888983.69643: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888983.69672: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888983.71011: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.72192: 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 0x7f3c25f7cf20> <<< 172629 1726888983.72197: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888983.72229: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888983.72232: 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 0x7f3c25faaae0> <<< 172629 1726888983.72268: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25faa870> <<< 172629 1726888983.72399: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25faa180> # /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 0x7f3c25faa600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25f7fe60> 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 0x7f3c25fab890> <<< 172629 1726888983.72419: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888983.72442: 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 0x7f3c25faba40> <<< 172629 1726888983.72445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888983.72498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888983.72518: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888983.72553: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25fabf80> <<< 172629 1726888983.72569: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888983.72584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888983.72606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888983.72640: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e15cd0> <<< 172629 1726888983.72654: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888983.72683: 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 0x7f3c25e178f0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888983.72698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888983.72738: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e1c2f0> <<< 172629 1726888983.72765: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888983.72783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888983.72806: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e1d460> <<< 172629 1726888983.72824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888983.72870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888983.72882: 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' <<< 172629 1726888983.72928: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e1ff20> <<< 172629 1726888983.72980: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888983.73006: 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 0x7f3c25faac00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e1e1e0> <<< 172629 1726888983.73009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888983.73047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888983.73072: 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' <<< 172629 1726888983.73083: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888983.73120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888983.73143: 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 0x7f3c25e23e00> <<< 172629 1726888983.73165: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888983.73230: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e228d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e22630> <<< 172629 1726888983.73250: 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' <<< 172629 1726888983.73325: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e22ba0> <<< 172629 1726888983.73352: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e1e6f0> <<< 172629 1726888983.73395: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888983.73419: 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 0x7f3c25e67a40> # /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 0x7f3c25e68170> <<< 172629 1726888983.73460: 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 <<< 172629 1726888983.73463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888983.73520: 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' <<< 172629 1726888983.73524: 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 0x7f3c25e69c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e69a00> <<< 172629 1726888983.73544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888983.73649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888983.73704: 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 0x7f3c25e6c1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e6a330> <<< 172629 1726888983.73723: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888983.73780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888983.73791: 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' <<< 172629 1726888983.73806: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888983.73839: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e6f980> <<< 172629 1726888983.73963: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e6c350> <<< 172629 1726888983.74020: 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 0x7f3c25e709e0> <<< 172629 1726888983.74057: 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 0x7f3c25e707a0> <<< 172629 1726888983.74099: 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 0x7f3c25e70a70> <<< 172629 1726888983.74145: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e68380> <<< 172629 1726888983.74165: 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 <<< 172629 1726888983.74178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888983.74198: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888983.74229: 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 0x7f3c25efc290> <<< 172629 1726888983.74385: 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 0x7f3c25efd550> <<< 172629 1726888983.74409: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e72a20> <<< 172629 1726888983.74446: 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' <<< 172629 1726888983.74463: 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 0x7f3c25e73dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e72660> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888983.74484: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.74564: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.74654: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.74683: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888983.74708: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888983.74832: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.74946: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.75578: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.76020: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888983.76050: 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' # <<< 172629 1726888983.76074: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888983.76097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888983.76138: 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'<<< 172629 1726888983.76154: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c25d018e0> <<< 172629 1726888983.76222: 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' <<< 172629 1726888983.76246: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25d026c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25efd640> <<< 172629 1726888983.76288: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888983.76306: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.76330: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.76346: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888983.76366: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.76495: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.76666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888983.76680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25d02c60> # zipimport: zlib available <<< 172629 1726888983.77137: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.77679: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888983.77726: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888983.77729: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.77768: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.77797: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888983.77812: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.77871: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.77952: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888983.77994: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888983.78010: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.78068: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.78095: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888983.78333: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.78567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888983.78641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888983.78645: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888983.78717: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25d03980> <<< 172629 1726888983.78720: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.78858: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.79088: 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 # zipimport: zlib available <<< 172629 1726888983.79124: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.79193: 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 <<< 172629 1726888983.79308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888983.79327: 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 0x7f3c25d0e3c0> <<< 172629 1726888983.79357: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25d09b20> <<< 172629 1726888983.79429: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888983.79441: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.79465: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.79523: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.79546: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.79595: 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' <<< 172629 1726888983.79773: 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' <<< 172629 1726888983.79812: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25ffaba0> <<< 172629 1726888983.79850: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25fde870> <<< 172629 1726888983.79933: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25d0e180> <<< 172629 1726888983.79989: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e70e60> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888983.80009: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888983.80108: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888983.80211: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.80326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726888983.80347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726888983.80429: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25d09b50> <<< 172629 1726888983.80448: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888983.80890: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:23:03.804543", "end": "2024-09-20 23:23:03.807738", "delta": "0:00:00.003195", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/crypttab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726888983.80923: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888983.81407: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888983.81571: 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 <<< 172629 1726888983.81576: stdout chunk (state=3): >>># cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726888983.81808: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888983.81887: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726888983.82000: 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 <<< 172629 1726888983.82081: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch <<< 172629 1726888983.82093: 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 <<< 172629 1726888983.82213: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # 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 <<< 172629 1726888983.82259: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig <<< 172629 1726888983.82368: stdout chunk (state=3): >>># cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal <<< 172629 1726888983.82380: stdout chunk (state=3): >>># cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # 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 <<< 172629 1726888983.82449: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888983.82545: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888983.82566: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888983.82588: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888983.82686: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 172629 1726888983.82767: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools <<< 172629 1726888983.82875: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888983.83245: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888983.83249: stdout chunk (state=3): >>><<< 172629 1726888983.83251: stderr chunk (state=3): >>><<< 172629 1726888983.83481: _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 0x7f3c269104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c268dfb30> # /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 0x7f3c26912a50> 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 0x7f3c266e5130> # /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 0x7f3c266e6120> 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 0x7f3c26723f20> # /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 0x7f3c267380b0> # /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 0x7f3c2675b920> # /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 0x7f3c2675bfb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2673bbc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c26739310> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267210d0> # /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 0x7f3c2677f8c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2677e4e0> # /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 0x7f3c2673a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c26722fc0> # /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 0x7f3c267ac950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c26720350> # /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 0x7f3c267ace00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267accb0> # 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 0x7f3c267ad0a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2671ee70> # /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 0x7f3c267ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267ad460> 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 0x7f3c267ae660> 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 0x7f3c267c8860> 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 0x7f3c267c9fa0> # /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 0x7f3c267cae40> # 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 0x7f3c267cb470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267ca390> # /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 0x7f3c267cbe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267cb590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267ae5d0> # /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 0x7f3c2655fd10> # /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 0x7f3c2658c890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2658c5f0> # 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 0x7f3c2658c800> # /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 0x7f3c2658d1c0> # 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 0x7f3c2658dbb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2658ca70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2655deb0> # /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 0x7f3c2658efc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2658dd00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c267aed80> # /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 0x7f3c265b7350> # /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 0x7f3c265d7710> # /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 0x7f3c26638500> # /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 0x7f3c2663ac60> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c26638620> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c265fd520> # /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 0x7f3c25f29580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c265d6510> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c2658ff20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3c265d6870> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_h3z9c4up/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25f7f1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25f620c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25f61220> # 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 0x7f3c25f7cf20> # /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 0x7f3c25faaae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25faa870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25faa180> # /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 0x7f3c25faa600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25f7fe60> 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 0x7f3c25fab890> # 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 0x7f3c25faba40> # /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 0x7f3c25fabf80> 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 0x7f3c25e15cd0> # 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 0x7f3c25e178f0> # /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 0x7f3c25e1c2f0> # /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 0x7f3c25e1d460> # /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 0x7f3c25e1ff20> # 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 0x7f3c25faac00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e1e1e0> # /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 0x7f3c25e23e00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e228d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e22630> # /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 0x7f3c25e22ba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e1e6f0> # 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 0x7f3c25e67a40> # /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 0x7f3c25e68170> # /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 0x7f3c25e69c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e69a00> # /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 0x7f3c25e6c1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e6a330> # /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 0x7f3c25e6f980> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e6c350> # 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 0x7f3c25e709e0> # 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 0x7f3c25e707a0> # 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 0x7f3c25e70a70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e68380> # /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 0x7f3c25efc290> # 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 0x7f3c25efd550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e72a20> # 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 0x7f3c25e73dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e72660> # 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 0x7f3c25d018e0> # /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 0x7f3c25d026c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25efd640> 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 0x7f3c25d02c60> # 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 0x7f3c25d03980> # 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 0x7f3c25d0e3c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25d09b20> 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 0x7f3c25ffaba0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25fde870> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25d0e180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25e70e60> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c25d09b50> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:23:03.804543", "end": "2024-09-20 23:23:03.807738", "delta": "0:00:00.003195", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/crypttab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726888983.84977: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /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': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888983.5129943-175637-240646144322142/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888983.84982: _low_level_execute_command(): starting 172629 1726888983.84985: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888983.5129943-175637-240646144322142/ > /dev/null 2>&1 && sleep 0' 172629 1726888983.85030: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888983.85046: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888983.85066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888983.85089: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888983.85131: 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 <<< 172629 1726888983.85192: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888983.85214: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888983.85257: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888983.85412: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888983.87225: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888983.87242: stdout chunk (state=3): >>><<< 172629 1726888983.87260: stderr chunk (state=3): >>><<< 172629 1726888983.87314: _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 172629 1726888983.87325: handler run complete 172629 1726888983.87361: Evaluated conditional (False): False 172629 1726888983.87377: Evaluated conditional (False): False 172629 1726888983.87394: attempt loop complete, returning result 172629 1726888983.87401: _execute() done 172629 1726888983.87407: dumping result to json 172629 1726888983.87415: done dumping result, returning 172629 1726888983.87480: done running TaskExecutor() for managed_node1/TASK: Read the /etc/crypttab file [0affc8a3-6f6f-d0a8-add8-00000000159d] 172629 1726888983.87484: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000159d 172629 1726888983.87550: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000159d 172629 1726888983.87761: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003195", "end": "2024-09-20 23:23:03.807738", "failed_when_result": false, "rc": 0, "start": "2024-09-20 23:23:03.804543" } 172629 1726888983.87838: no more pending results, returning what we have 172629 1726888983.87841: results queue empty 172629 1726888983.87842: checking for any_errors_fatal 172629 1726888983.87851: done checking for any_errors_fatal 172629 1726888983.87852: checking for max_fail_percentage 172629 1726888983.87858: done checking for max_fail_percentage 172629 1726888983.87859: checking to see if all hosts have failed and the running result is not ok 172629 1726888983.87860: done checking to see if all hosts have failed 172629 1726888983.87861: getting the remaining hosts for this loop 172629 1726888983.87862: done getting the remaining hosts for this loop 172629 1726888983.87867: getting the next task for host managed_node1 172629 1726888983.87878: done getting next task for host managed_node1 172629 1726888983.87882: ^ task is: TASK: Verify the volumes listed in storage_pools were correctly managed 172629 1726888983.87884: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888983.87889: getting variables 172629 1726888983.87890: in VariableManager get_vars() 172629 1726888983.87928: Calling all_inventory to load vars for managed_node1 172629 1726888983.87931: Calling groups_inventory to load vars for managed_node1 172629 1726888983.87934: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888983.87946: Calling all_plugins_play to load vars for managed_node1 172629 1726888983.87949: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888983.88096: Calling groups_plugins_play to load vars for managed_node1 172629 1726888983.88722: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888983.89365: done with get_vars() 172629 1726888983.89381: done getting variables TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Friday 20 September 2024 23:23:03 -0400 (0:00:00.432) 0:01:24.174 ****** 172629 1726888983.89483: entering _queue_task() for managed_node1/include_tasks 172629 1726888983.89808: worker is 1 (out of 1 available) 172629 1726888983.89823: exiting _queue_task() for managed_node1/include_tasks 172629 1726888983.89837: done queuing things up, now waiting for results queue to drain 172629 1726888983.89838: waiting for pending results... 172629 1726888983.90148: running TaskExecutor() for managed_node1/TASK: Verify the volumes listed in storage_pools were correctly managed 172629 1726888983.90251: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000159e 172629 1726888983.90267: variable 'ansible_search_path' from source: unknown 172629 1726888983.90319: variable '_storage_pools_list' from source: set_fact 172629 1726888983.90560: variable '_storage_pools_list' from source: set_fact 172629 1726888983.90622: dumping result to json 172629 1726888983.90627: done dumping result, returning 172629 1726888983.90630: done running TaskExecutor() for managed_node1/TASK: Verify the volumes listed in storage_pools were correctly managed [0affc8a3-6f6f-d0a8-add8-00000000159e] 172629 1726888983.90632: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000159e skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888983.90902: no more pending results, returning what we have 172629 1726888983.90906: results queue empty 172629 1726888983.90907: checking for any_errors_fatal 172629 1726888983.90913: done checking for any_errors_fatal 172629 1726888983.90914: checking for max_fail_percentage 172629 1726888983.90915: done checking for max_fail_percentage 172629 1726888983.90916: checking to see if all hosts have failed and the running result is not ok 172629 1726888983.90917: done checking to see if all hosts have failed 172629 1726888983.90917: getting the remaining hosts for this loop 172629 1726888983.90919: done getting the remaining hosts for this loop 172629 1726888983.90922: getting the next task for host managed_node1 172629 1726888983.90927: done getting next task for host managed_node1 172629 1726888983.91013: ^ task is: TASK: Verify the volumes with no pool were correctly managed 172629 1726888983.91017: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888983.91022: getting variables 172629 1726888983.91023: in VariableManager get_vars() 172629 1726888983.91059: Calling all_inventory to load vars for managed_node1 172629 1726888983.91061: Calling groups_inventory to load vars for managed_node1 172629 1726888983.91065: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888983.91075: Calling all_plugins_play to load vars for managed_node1 172629 1726888983.91078: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888983.91082: Calling groups_plugins_play to load vars for managed_node1 172629 1726888983.91799: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000159e 172629 1726888983.91804: WORKER PROCESS EXITING 172629 1726888983.91962: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888983.92579: done with get_vars() 172629 1726888983.92594: done getting variables TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Friday 20 September 2024 23:23:03 -0400 (0:00:00.031) 0:01:24.206 ****** 172629 1726888983.92685: entering _queue_task() for managed_node1/include_tasks 172629 1726888983.92985: worker is 1 (out of 1 available) 172629 1726888983.93000: exiting _queue_task() for managed_node1/include_tasks 172629 1726888983.93012: done queuing things up, now waiting for results queue to drain 172629 1726888983.93013: waiting for pending results... 172629 1726888983.93318: running TaskExecutor() for managed_node1/TASK: Verify the volumes with no pool were correctly managed 172629 1726888983.93419: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000015a0 172629 1726888983.93429: variable 'ansible_search_path' from source: unknown 172629 1726888983.93474: variable '_storage_volumes_list' from source: set_fact 172629 1726888983.93704: variable '_storage_volumes_list' from source: set_fact 172629 1726888983.93995: variable 'omit' from source: magic vars 172629 1726888983.94111: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888983.94121: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888983.94134: variable 'omit' from source: magic vars 172629 1726888983.94430: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888983.94694: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888983.94760: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888983.94810: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888983.94843: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888983.95060: 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) 172629 1726888983.95064: 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) 172629 1726888983.95067: 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) 172629 1726888983.95070: 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) 172629 1726888983.95072: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888983.96967: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888983.97040: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888983.97084: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888983.97122: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888983.97151: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888983.97205: 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) 172629 1726888983.97233: 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) 172629 1726888983.97263: 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) 172629 1726888983.97308: 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) 172629 1726888983.97325: 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) 172629 1726888983.97453: variable '_storage_volumes_list' from source: set_fact 172629 1726888983.97482: Evaluated conditional (_storage_volumes_list is defined and _storage_volumes_list | length > 0): True 172629 1726888983.97520: variable 'storage_test_volume' from source: unknown 172629 1726888983.97590: variable 'storage_test_volume' from source: unknown 172629 1726888983.98102: dumping result to json 172629 1726888983.98105: done dumping result, returning 172629 1726888983.98108: done running TaskExecutor() for managed_node1/TASK: Verify the volumes with no pool were correctly managed [0affc8a3-6f6f-d0a8-add8-0000000015a0] 172629 1726888983.98110: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000015a0 172629 1726888983.98244: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000015a0 172629 1726888983.98248: WORKER PROCESS EXITING 172629 1726888983.98296: no more pending results, returning what we have 172629 1726888983.98301: in VariableManager get_vars() 172629 1726888983.98335: Calling all_inventory to load vars for managed_node1 172629 1726888983.98337: Calling groups_inventory to load vars for managed_node1 172629 1726888983.98340: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888983.98350: Calling all_plugins_play to load vars for managed_node1 172629 1726888983.98353: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888983.98357: Calling groups_plugins_play to load vars for managed_node1 172629 1726888983.98988: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888983.99553: done with get_vars() 172629 1726888983.99568: variable 'ansible_search_path' from source: unknown 172629 1726888983.99615: we have included files to process 172629 1726888983.99616: generating all_blocks data 172629 1726888983.99618: done generating all_blocks data 172629 1726888983.99625: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726888983.99626: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726888983.99628: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726888983.99869: in VariableManager get_vars() 172629 1726888983.99891: done with get_vars() 172629 1726888983.99980: done processing included file 172629 1726888983.99983: iterating over new_blocks loaded from include file 172629 1726888983.99984: in VariableManager get_vars() 172629 1726888983.99998: done with get_vars() 172629 1726888984.00000: filtering new block on tags 172629 1726888984.00019: done filtering new block on tags 172629 1726888984.00021: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node1 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': 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': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) 172629 1726888984.00038: extending task lists for all hosts with included blocks 172629 1726888984.00340: done extending task lists 172629 1726888984.00341: done processing included files 172629 1726888984.00342: results queue empty 172629 1726888984.00343: checking for any_errors_fatal 172629 1726888984.00348: done checking for any_errors_fatal 172629 1726888984.00349: checking for max_fail_percentage 172629 1726888984.00350: done checking for max_fail_percentage 172629 1726888984.00350: checking to see if all hosts have failed and the running result is not ok 172629 1726888984.00351: done checking to see if all hosts have failed 172629 1726888984.00352: getting the remaining hosts for this loop 172629 1726888984.00353: done getting the remaining hosts for this loop 172629 1726888984.00357: getting the next task for host managed_node1 172629 1726888984.00361: done getting next task for host managed_node1 172629 1726888984.00363: ^ task is: TASK: Set storage volume test variables 172629 1726888984.00366: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888984.00369: getting variables 172629 1726888984.00370: in VariableManager get_vars() 172629 1726888984.00379: Calling all_inventory to load vars for managed_node1 172629 1726888984.00381: Calling groups_inventory to load vars for managed_node1 172629 1726888984.00384: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888984.00389: Calling all_plugins_play to load vars for managed_node1 172629 1726888984.00391: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888984.00394: Calling groups_plugins_play to load vars for managed_node1 172629 1726888984.00894: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888984.01514: done with get_vars() 172629 1726888984.01529: done getting variables 172629 1726888984.01574: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Friday 20 September 2024 23:23:04 -0400 (0:00:00.089) 0:01:24.295 ****** 172629 1726888984.01606: entering _queue_task() for managed_node1/set_fact 172629 1726888984.02188: worker is 1 (out of 1 available) 172629 1726888984.02199: exiting _queue_task() for managed_node1/set_fact 172629 1726888984.02211: done queuing things up, now waiting for results queue to drain 172629 1726888984.02213: waiting for pending results... 172629 1726888984.02347: running TaskExecutor() for managed_node1/TASK: Set storage volume test variables 172629 1726888984.02431: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001707 172629 1726888984.02461: variable 'ansible_search_path' from source: unknown 172629 1726888984.02503: calling self._execute() 172629 1726888984.02663: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.02666: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.02669: variable 'omit' from source: magic vars 172629 1726888984.02778: variable 'omit' from source: magic vars 172629 1726888984.02831: variable 'omit' from source: magic vars 172629 1726888984.03178: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888984.05810: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888984.05814: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888984.05821: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888984.05854: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888984.05883: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888984.05958: 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) 172629 1726888984.05990: 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) 172629 1726888984.06015: 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) 172629 1726888984.06058: 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) 172629 1726888984.06076: 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) 172629 1726888984.06231: variable 'storage_test_volume' from source: include params 172629 1726888984.06313: variable 'omit' from source: magic vars 172629 1726888984.06344: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888984.06388: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888984.06413: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888984.06436: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888984.06451: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888984.06490: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888984.06570: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.06574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.06615: Set connection var ansible_timeout to 10 172629 1726888984.06626: Set connection var ansible_shell_type to sh 172629 1726888984.06638: Set connection var ansible_pipelining to False 172629 1726888984.06648: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888984.06660: Set connection var ansible_shell_executable to /bin/sh 172629 1726888984.06667: Set connection var ansible_connection to ssh 172629 1726888984.06695: variable 'ansible_shell_executable' from source: unknown 172629 1726888984.06704: variable 'ansible_connection' from source: unknown 172629 1726888984.06710: variable 'ansible_module_compression' from source: unknown 172629 1726888984.06717: variable 'ansible_shell_type' from source: unknown 172629 1726888984.06723: variable 'ansible_shell_executable' from source: unknown 172629 1726888984.06730: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.06737: variable 'ansible_pipelining' from source: unknown 172629 1726888984.06744: variable 'ansible_timeout' from source: unknown 172629 1726888984.06752: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.06896: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888984.06900: variable 'omit' from source: magic vars 172629 1726888984.06902: starting attempt loop 172629 1726888984.06905: running the handler 172629 1726888984.06913: handler run complete 172629 1726888984.06929: attempt loop complete, returning result 172629 1726888984.06935: _execute() done 172629 1726888984.06942: dumping result to json 172629 1726888984.07005: done dumping result, returning 172629 1726888984.07008: done running TaskExecutor() for managed_node1/TASK: Set storage volume test variables [0affc8a3-6f6f-d0a8-add8-000000001707] 172629 1726888984.07011: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001707 172629 1726888984.07087: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001707 172629 1726888984.07090: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 172629 1726888984.07179: no more pending results, returning what we have 172629 1726888984.07183: results queue empty 172629 1726888984.07184: checking for any_errors_fatal 172629 1726888984.07185: done checking for any_errors_fatal 172629 1726888984.07186: checking for max_fail_percentage 172629 1726888984.07189: done checking for max_fail_percentage 172629 1726888984.07190: checking to see if all hosts have failed and the running result is not ok 172629 1726888984.07191: done checking to see if all hosts have failed 172629 1726888984.07191: getting the remaining hosts for this loop 172629 1726888984.07193: done getting the remaining hosts for this loop 172629 1726888984.07197: getting the next task for host managed_node1 172629 1726888984.07205: done getting next task for host managed_node1 172629 1726888984.07208: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 172629 1726888984.07212: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888984.07224: getting variables 172629 1726888984.07225: in VariableManager get_vars() 172629 1726888984.07266: Calling all_inventory to load vars for managed_node1 172629 1726888984.07269: Calling groups_inventory to load vars for managed_node1 172629 1726888984.07273: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888984.07285: Calling all_plugins_play to load vars for managed_node1 172629 1726888984.07289: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888984.07293: Calling groups_plugins_play to load vars for managed_node1 172629 1726888984.08190: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888984.08761: done with get_vars() 172629 1726888984.08776: done getting variables 172629 1726888984.08961: Ignoring undefined failure: 'storage_test_volume_subset' is undefined TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Friday 20 September 2024 23:23:04 -0400 (0:00:00.073) 0:01:24.369 ****** 172629 1726888984.08990: entering _queue_task() for managed_node1/include_tasks 172629 1726888984.09374: worker is 1 (out of 1 available) 172629 1726888984.09386: exiting _queue_task() for managed_node1/include_tasks 172629 1726888984.09397: done queuing things up, now waiting for results queue to drain 172629 1726888984.09398: waiting for pending results... 172629 1726888984.09634: running TaskExecutor() for managed_node1/TASK: Run test verify for {{ storage_test_volume_subset }} 172629 1726888984.09733: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001708 172629 1726888984.09737: variable 'ansible_search_path' from source: unknown 172629 1726888984.09767: variable '_storage_volume_tests' from source: set_fact 172629 1726888984.09968: variable '_storage_volume_tests' from source: set_fact 172629 1726888984.10059: variable 'omit' from source: magic vars 172629 1726888984.10260: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.10265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.10270: variable 'omit' from source: magic vars 172629 1726888984.10398: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.10445: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.10519: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.10962: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.10966: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.10968: variable 'omit' from source: magic vars 172629 1726888984.10971: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.10973: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.10974: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.11072: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.11086: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.11099: variable 'omit' from source: magic vars 172629 1726888984.11214: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.11246: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.11316: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.11459: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.11463: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.11465: variable 'omit' from source: magic vars 172629 1726888984.11569: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.11611: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.11721: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.11829: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.11832: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.11834: variable 'omit' from source: magic vars 172629 1726888984.11921: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.11961: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.12022: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.12162: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.12166: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.12168: variable 'omit' from source: magic vars 172629 1726888984.12275: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.12308: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.12371: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.12599: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.12602: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.12604: variable 'omit' from source: magic vars 172629 1726888984.12626: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.12661: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.12726: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.12925: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.12928: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.12930: variable 'omit' from source: magic vars 172629 1726888984.12979: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.13011: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.13079: variable 'storage_test_volume_subset' from source: unknown 172629 1726888984.13157: dumping result to json 172629 1726888984.13259: done dumping result, returning 172629 1726888984.13263: done running TaskExecutor() for managed_node1/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-d0a8-add8-000000001708] 172629 1726888984.13265: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001708 172629 1726888984.13305: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001708 172629 1726888984.13308: WORKER PROCESS EXITING 172629 1726888984.13402: no more pending results, returning what we have 172629 1726888984.13407: in VariableManager get_vars() 172629 1726888984.13448: Calling all_inventory to load vars for managed_node1 172629 1726888984.13452: Calling groups_inventory to load vars for managed_node1 172629 1726888984.13457: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888984.13470: Calling all_plugins_play to load vars for managed_node1 172629 1726888984.13474: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888984.13477: Calling groups_plugins_play to load vars for managed_node1 172629 1726888984.14471: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888984.15032: done with get_vars() 172629 1726888984.15043: variable 'ansible_search_path' from source: unknown 172629 1726888984.15080: variable 'ansible_search_path' from source: unknown 172629 1726888984.15106: variable 'ansible_search_path' from source: unknown 172629 1726888984.15131: variable 'ansible_search_path' from source: unknown 172629 1726888984.15157: variable 'ansible_search_path' from source: unknown 172629 1726888984.15183: variable 'ansible_search_path' from source: unknown 172629 1726888984.15207: variable 'ansible_search_path' from source: unknown 172629 1726888984.15231: variable 'ansible_search_path' from source: unknown 172629 1726888984.15256: we have included files to process 172629 1726888984.15258: generating all_blocks data 172629 1726888984.15259: done generating all_blocks data 172629 1726888984.15262: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726888984.15263: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726888984.15266: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726888984.16330: done processing included file 172629 1726888984.16333: iterating over new_blocks loaded from include file 172629 1726888984.16334: in VariableManager get_vars() 172629 1726888984.16350: done with get_vars() 172629 1726888984.16352: filtering new block on tags 172629 1726888984.16388: done filtering new block on tags 172629 1726888984.16391: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 => (item=mount) 172629 1726888984.16397: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726888984.16398: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726888984.16406: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726888984.16965: done processing included file 172629 1726888984.16967: iterating over new_blocks loaded from include file 172629 1726888984.16968: in VariableManager get_vars() 172629 1726888984.16983: done with get_vars() 172629 1726888984.16985: filtering new block on tags 172629 1726888984.17008: done filtering new block on tags 172629 1726888984.17010: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 => (item=fstab) 172629 1726888984.17013: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726888984.17014: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726888984.17017: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726888984.17219: done processing included file 172629 1726888984.17221: iterating over new_blocks loaded from include file 172629 1726888984.17222: in VariableManager get_vars() 172629 1726888984.17234: done with get_vars() 172629 1726888984.17236: filtering new block on tags 172629 1726888984.17250: done filtering new block on tags 172629 1726888984.17252: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 => (item=fs) 172629 1726888984.17257: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726888984.17258: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726888984.17260: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726888984.17887: done processing included file 172629 1726888984.17889: iterating over new_blocks loaded from include file 172629 1726888984.17890: in VariableManager get_vars() 172629 1726888984.17904: done with get_vars() 172629 1726888984.17906: filtering new block on tags 172629 1726888984.17930: done filtering new block on tags 172629 1726888984.17932: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 => (item=device) 172629 1726888984.17936: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726888984.17937: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726888984.17939: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726888984.19344: done processing included file 172629 1726888984.19346: iterating over new_blocks loaded from include file 172629 1726888984.19348: in VariableManager get_vars() 172629 1726888984.19363: done with get_vars() 172629 1726888984.19365: filtering new block on tags 172629 1726888984.19405: done filtering new block on tags 172629 1726888984.19407: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 => (item=encryption) 172629 1726888984.19410: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726888984.19411: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726888984.19413: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726888984.20290: done processing included file 172629 1726888984.20292: iterating over new_blocks loaded from include file 172629 1726888984.20293: in VariableManager get_vars() 172629 1726888984.20307: done with get_vars() 172629 1726888984.20308: filtering new block on tags 172629 1726888984.20339: done filtering new block on tags 172629 1726888984.20341: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 => (item=md) 172629 1726888984.20344: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726888984.20345: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726888984.20348: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726888984.22665: done processing included file 172629 1726888984.22667: iterating over new_blocks loaded from include file 172629 1726888984.22668: in VariableManager get_vars() 172629 1726888984.22684: done with get_vars() 172629 1726888984.22686: filtering new block on tags 172629 1726888984.22707: done filtering new block on tags 172629 1726888984.22709: in VariableManager get_vars() 172629 1726888984.22724: done with get_vars() 172629 1726888984.22725: filtering new block on tags 172629 1726888984.22746: done filtering new block on tags 172629 1726888984.22748: in VariableManager get_vars() 172629 1726888984.22765: done with get_vars() 172629 1726888984.22767: filtering new block on tags 172629 1726888984.22807: done filtering new block on tags 172629 1726888984.22810: in VariableManager get_vars() 172629 1726888984.22824: done with get_vars() 172629 1726888984.22825: filtering new block on tags 172629 1726888984.22841: done filtering new block on tags 172629 1726888984.22843: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 => (item=size) 172629 1726888984.22847: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726888984.22848: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726888984.22851: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726888984.23536: done processing included file 172629 1726888984.23538: iterating over new_blocks loaded from include file 172629 1726888984.23539: in VariableManager get_vars() 172629 1726888984.23553: done with get_vars() 172629 1726888984.23557: filtering new block on tags 172629 1726888984.23582: done filtering new block on tags 172629 1726888984.23584: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node1 => (item=cache) 172629 1726888984.23588: extending task lists for all hosts with included blocks 172629 1726888984.23791: done extending task lists 172629 1726888984.23792: done processing included files 172629 1726888984.23793: results queue empty 172629 1726888984.23794: checking for any_errors_fatal 172629 1726888984.23798: done checking for any_errors_fatal 172629 1726888984.23798: checking for max_fail_percentage 172629 1726888984.23800: done checking for max_fail_percentage 172629 1726888984.23801: checking to see if all hosts have failed and the running result is not ok 172629 1726888984.23806: done checking to see if all hosts have failed 172629 1726888984.23807: getting the remaining hosts for this loop 172629 1726888984.23808: done getting the remaining hosts for this loop 172629 1726888984.23811: getting the next task for host managed_node1 172629 1726888984.23815: done getting next task for host managed_node1 172629 1726888984.23817: ^ task is: TASK: Get expected mount device based on device type 172629 1726888984.23821: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888984.23823: getting variables 172629 1726888984.23824: in VariableManager get_vars() 172629 1726888984.23834: Calling all_inventory to load vars for managed_node1 172629 1726888984.23836: Calling groups_inventory to load vars for managed_node1 172629 1726888984.23838: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888984.23844: Calling all_plugins_play to load vars for managed_node1 172629 1726888984.23847: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888984.23850: Calling groups_plugins_play to load vars for managed_node1 172629 1726888984.24304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888984.24832: done with get_vars() 172629 1726888984.24846: done getting variables 172629 1726888984.24881: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Friday 20 September 2024 23:23:04 -0400 (0:00:00.159) 0:01:24.529 ****** 172629 1726888984.24907: entering _queue_task() for managed_node1/set_fact 172629 1726888984.25250: worker is 1 (out of 1 available) 172629 1726888984.25267: exiting _queue_task() for managed_node1/set_fact 172629 1726888984.25282: done queuing things up, now waiting for results queue to drain 172629 1726888984.25283: waiting for pending results... 172629 1726888984.25678: running TaskExecutor() for managed_node1/TASK: Get expected mount device based on device type 172629 1726888984.25734: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001747 172629 1726888984.25759: variable 'ansible_search_path' from source: unknown 172629 1726888984.25805: calling self._execute() 172629 1726888984.25924: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.25935: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.25948: variable 'omit' from source: magic vars 172629 1726888984.26063: variable 'omit' from source: magic vars 172629 1726888984.26125: variable 'omit' from source: magic vars 172629 1726888984.26477: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888984.26773: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888984.26822: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888984.26864: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888984.26901: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888984.26990: 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) 172629 1726888984.27019: 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) 172629 1726888984.27047: 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) 172629 1726888984.27083: 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) 172629 1726888984.27129: 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) 172629 1726888984.27152: 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) 172629 1726888984.27187: 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) 172629 1726888984.27215: 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) 172629 1726888984.27434: variable '_storage_test_volume_present' from source: set_fact 172629 1726888984.27445: variable 'storage_test_volume' from source: include params 172629 1726888984.27558: variable 'omit' from source: magic vars 172629 1726888984.27562: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888984.27565: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888984.27680: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888984.27683: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888984.27685: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888984.27688: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888984.27690: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.27692: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.27761: Set connection var ansible_timeout to 10 172629 1726888984.27772: Set connection var ansible_shell_type to sh 172629 1726888984.27787: Set connection var ansible_pipelining to False 172629 1726888984.27796: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888984.27806: Set connection var ansible_shell_executable to /bin/sh 172629 1726888984.27812: Set connection var ansible_connection to ssh 172629 1726888984.27836: variable 'ansible_shell_executable' from source: unknown 172629 1726888984.27843: variable 'ansible_connection' from source: unknown 172629 1726888984.27850: variable 'ansible_module_compression' from source: unknown 172629 1726888984.27857: variable 'ansible_shell_type' from source: unknown 172629 1726888984.27864: variable 'ansible_shell_executable' from source: unknown 172629 1726888984.27872: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.27880: variable 'ansible_pipelining' from source: unknown 172629 1726888984.27885: variable 'ansible_timeout' from source: unknown 172629 1726888984.27896: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.28005: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888984.28021: variable 'omit' from source: magic vars 172629 1726888984.28030: starting attempt loop 172629 1726888984.28036: running the handler 172629 1726888984.28052: handler run complete 172629 1726888984.28068: attempt loop complete, returning result 172629 1726888984.28114: _execute() done 172629 1726888984.28117: dumping result to json 172629 1726888984.28120: done dumping result, returning 172629 1726888984.28122: done running TaskExecutor() for managed_node1/TASK: Get expected mount device based on device type [0affc8a3-6f6f-d0a8-add8-000000001747] 172629 1726888984.28124: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001747 ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } 172629 1726888984.28274: no more pending results, returning what we have 172629 1726888984.28283: results queue empty 172629 1726888984.28284: checking for any_errors_fatal 172629 1726888984.28286: done checking for any_errors_fatal 172629 1726888984.28287: checking for max_fail_percentage 172629 1726888984.28288: done checking for max_fail_percentage 172629 1726888984.28289: checking to see if all hosts have failed and the running result is not ok 172629 1726888984.28290: done checking to see if all hosts have failed 172629 1726888984.28291: getting the remaining hosts for this loop 172629 1726888984.28293: done getting the remaining hosts for this loop 172629 1726888984.28296: getting the next task for host managed_node1 172629 1726888984.28304: done getting next task for host managed_node1 172629 1726888984.28307: ^ task is: TASK: Set some facts 172629 1726888984.28313: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888984.28323: getting variables 172629 1726888984.28325: in VariableManager get_vars() 172629 1726888984.28361: Calling all_inventory to load vars for managed_node1 172629 1726888984.28364: Calling groups_inventory to load vars for managed_node1 172629 1726888984.28367: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888984.28379: Calling all_plugins_play to load vars for managed_node1 172629 1726888984.28382: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888984.28385: Calling groups_plugins_play to load vars for managed_node1 172629 1726888984.29069: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001747 172629 1726888984.29073: WORKER PROCESS EXITING 172629 1726888984.29237: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888984.29838: done with get_vars() 172629 1726888984.29854: done getting variables 172629 1726888984.29914: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set some facts] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Friday 20 September 2024 23:23:04 -0400 (0:00:00.050) 0:01:24.579 ****** 172629 1726888984.29950: entering _queue_task() for managed_node1/set_fact 172629 1726888984.30268: worker is 1 (out of 1 available) 172629 1726888984.30280: exiting _queue_task() for managed_node1/set_fact 172629 1726888984.30293: done queuing things up, now waiting for results queue to drain 172629 1726888984.30295: waiting for pending results... 172629 1726888984.30595: running TaskExecutor() for managed_node1/TASK: Set some facts 172629 1726888984.30727: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001748 172629 1726888984.30750: variable 'ansible_search_path' from source: unknown 172629 1726888984.30796: calling self._execute() 172629 1726888984.30915: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.30933: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.30951: variable 'omit' from source: magic vars 172629 1726888984.31075: variable 'omit' from source: magic vars 172629 1726888984.31134: variable 'omit' from source: magic vars 172629 1726888984.31461: variable '_storage_test_volume_present' from source: set_fact 172629 1726888984.31477: variable 'storage_test_volume' from source: include params 172629 1726888984.31768: variable 'storage_test_volume' from source: include params 172629 1726888984.31786: variable 'mount_prefix' from source: task vars 172629 1726888984.31967: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888984.34326: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888984.34397: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888984.34449: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888984.34490: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888984.34524: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888984.34607: 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) 172629 1726888984.34643: 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) 172629 1726888984.34861: 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) 172629 1726888984.34864: 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) 172629 1726888984.34866: 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) 172629 1726888984.34890: variable '__storage_is_ostree' from source: set_fact 172629 1726888984.34900: variable 'storage_test_volume' from source: include params 172629 1726888984.34948: variable 'omit' from source: magic vars 172629 1726888984.34983: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888984.35013: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888984.35036: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888984.35058: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888984.35073: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888984.35107: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888984.35115: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.35123: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.35223: Set connection var ansible_timeout to 10 172629 1726888984.35233: Set connection var ansible_shell_type to sh 172629 1726888984.35245: Set connection var ansible_pipelining to False 172629 1726888984.35254: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888984.35265: Set connection var ansible_shell_executable to /bin/sh 172629 1726888984.35272: Set connection var ansible_connection to ssh 172629 1726888984.35295: variable 'ansible_shell_executable' from source: unknown 172629 1726888984.35306: variable 'ansible_connection' from source: unknown 172629 1726888984.35312: variable 'ansible_module_compression' from source: unknown 172629 1726888984.35318: variable 'ansible_shell_type' from source: unknown 172629 1726888984.35324: variable 'ansible_shell_executable' from source: unknown 172629 1726888984.35330: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.35337: variable 'ansible_pipelining' from source: unknown 172629 1726888984.35343: variable 'ansible_timeout' from source: unknown 172629 1726888984.35352: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.35457: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888984.35473: variable 'omit' from source: magic vars 172629 1726888984.35482: starting attempt loop 172629 1726888984.35488: running the handler 172629 1726888984.35522: handler run complete 172629 1726888984.35525: attempt loop complete, returning result 172629 1726888984.35527: _execute() done 172629 1726888984.35530: dumping result to json 172629 1726888984.35537: done dumping result, returning 172629 1726888984.35632: done running TaskExecutor() for managed_node1/TASK: Set some facts [0affc8a3-6f6f-d0a8-add8-000000001748] 172629 1726888984.35635: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001748 172629 1726888984.35704: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001748 172629 1726888984.35708: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test", "storage_test_swap_expected_matches": "0" }, "changed": false } 172629 1726888984.35789: no more pending results, returning what we have 172629 1726888984.35793: results queue empty 172629 1726888984.35794: checking for any_errors_fatal 172629 1726888984.35802: done checking for any_errors_fatal 172629 1726888984.35803: checking for max_fail_percentage 172629 1726888984.35805: done checking for max_fail_percentage 172629 1726888984.35806: checking to see if all hosts have failed and the running result is not ok 172629 1726888984.35807: done checking to see if all hosts have failed 172629 1726888984.35808: getting the remaining hosts for this loop 172629 1726888984.35810: done getting the remaining hosts for this loop 172629 1726888984.35814: getting the next task for host managed_node1 172629 1726888984.35821: done getting next task for host managed_node1 172629 1726888984.35824: ^ task is: TASK: Get information about the mountpoint directory 172629 1726888984.35830: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888984.35842: getting variables 172629 1726888984.35843: in VariableManager get_vars() 172629 1726888984.35882: Calling all_inventory to load vars for managed_node1 172629 1726888984.35885: Calling groups_inventory to load vars for managed_node1 172629 1726888984.35889: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888984.35900: Calling all_plugins_play to load vars for managed_node1 172629 1726888984.35904: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888984.35907: Calling groups_plugins_play to load vars for managed_node1 172629 1726888984.36833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888984.37418: done with get_vars() 172629 1726888984.37434: done getting variables TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Friday 20 September 2024 23:23:04 -0400 (0:00:00.075) 0:01:24.655 ****** 172629 1726888984.37529: entering _queue_task() for managed_node1/stat 172629 1726888984.37826: worker is 1 (out of 1 available) 172629 1726888984.37841: exiting _queue_task() for managed_node1/stat 172629 1726888984.37854: done queuing things up, now waiting for results queue to drain 172629 1726888984.38059: waiting for pending results... 172629 1726888984.38175: running TaskExecutor() for managed_node1/TASK: Get information about the mountpoint directory 172629 1726888984.38306: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001749 172629 1726888984.38403: variable 'ansible_search_path' from source: unknown 172629 1726888984.38407: calling self._execute() 172629 1726888984.38493: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.38508: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.38525: variable 'omit' from source: magic vars 172629 1726888984.39003: variable '_storage_test_volume_present' from source: set_fact 172629 1726888984.39015: variable 'storage_test_volume' from source: include params 172629 1726888984.39057: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)): False 172629 1726888984.39069: when evaluation is False, skipping this task 172629 1726888984.39077: _execute() done 172629 1726888984.39085: dumping result to json 172629 1726888984.39092: done dumping result, returning 172629 1726888984.39103: done running TaskExecutor() for managed_node1/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-d0a8-add8-000000001749] 172629 1726888984.39114: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001749 172629 1726888984.39239: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001749 172629 1726888984.39242: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } 172629 1726888984.39330: no more pending results, returning what we have 172629 1726888984.39335: results queue empty 172629 1726888984.39336: checking for any_errors_fatal 172629 1726888984.39344: done checking for any_errors_fatal 172629 1726888984.39345: checking for max_fail_percentage 172629 1726888984.39348: done checking for max_fail_percentage 172629 1726888984.39349: checking to see if all hosts have failed and the running result is not ok 172629 1726888984.39350: done checking to see if all hosts have failed 172629 1726888984.39351: getting the remaining hosts for this loop 172629 1726888984.39353: done getting the remaining hosts for this loop 172629 1726888984.39358: getting the next task for host managed_node1 172629 1726888984.39366: done getting next task for host managed_node1 172629 1726888984.39369: ^ task is: TASK: Verify the current mount state by device 172629 1726888984.39374: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888984.39378: getting variables 172629 1726888984.39380: in VariableManager get_vars() 172629 1726888984.39418: Calling all_inventory to load vars for managed_node1 172629 1726888984.39421: Calling groups_inventory to load vars for managed_node1 172629 1726888984.39425: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888984.39437: Calling all_plugins_play to load vars for managed_node1 172629 1726888984.39441: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888984.39444: Calling groups_plugins_play to load vars for managed_node1 172629 1726888984.40140: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888984.40731: done with get_vars() 172629 1726888984.40746: done getting variables 172629 1726888984.40801: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Friday 20 September 2024 23:23:04 -0400 (0:00:00.032) 0:01:24.688 ****** 172629 1726888984.40830: entering _queue_task() for managed_node1/assert 172629 1726888984.41075: worker is 1 (out of 1 available) 172629 1726888984.41089: exiting _queue_task() for managed_node1/assert 172629 1726888984.41101: done queuing things up, now waiting for results queue to drain 172629 1726888984.41102: waiting for pending results... 172629 1726888984.41483: running TaskExecutor() for managed_node1/TASK: Verify the current mount state by device 172629 1726888984.41503: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000174a 172629 1726888984.41522: variable 'ansible_search_path' from source: unknown 172629 1726888984.41560: calling self._execute() 172629 1726888984.41673: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.41689: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.41760: variable 'omit' from source: magic vars 172629 1726888984.42040: variable '_storage_test_volume_present' from source: set_fact 172629 1726888984.42052: Evaluated conditional (_storage_test_volume_present): True 172629 1726888984.42064: variable 'omit' from source: magic vars 172629 1726888984.42120: variable 'omit' from source: magic vars 172629 1726888984.42242: variable 'storage_test_volume' from source: include params 172629 1726888984.42297: variable 'omit' from source: magic vars 172629 1726888984.42343: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888984.42384: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888984.42407: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888984.42429: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888984.42449: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888984.42552: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888984.42557: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.42560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.42599: Set connection var ansible_timeout to 10 172629 1726888984.42609: Set connection var ansible_shell_type to sh 172629 1726888984.42619: Set connection var ansible_pipelining to False 172629 1726888984.42628: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888984.42636: Set connection var ansible_shell_executable to /bin/sh 172629 1726888984.42642: Set connection var ansible_connection to ssh 172629 1726888984.42670: variable 'ansible_shell_executable' from source: unknown 172629 1726888984.42677: variable 'ansible_connection' from source: unknown 172629 1726888984.42684: variable 'ansible_module_compression' from source: unknown 172629 1726888984.42690: variable 'ansible_shell_type' from source: unknown 172629 1726888984.42696: variable 'ansible_shell_executable' from source: unknown 172629 1726888984.42702: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.42708: variable 'ansible_pipelining' from source: unknown 172629 1726888984.42714: variable 'ansible_timeout' from source: unknown 172629 1726888984.42722: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.42858: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888984.42984: variable 'omit' from source: magic vars 172629 1726888984.42988: starting attempt loop 172629 1726888984.42990: running the handler 172629 1726888984.43086: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888984.43114: variable 'storage_test_volume' from source: include params 172629 1726888984.43129: variable 'storage_test_mount_expected_mount_point' from source: set_fact 172629 1726888984.43141: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].mountpoint == storage_test_mount_expected_mount_point): True 172629 1726888984.43150: handler run complete 172629 1726888984.43171: attempt loop complete, returning result 172629 1726888984.43178: _execute() done 172629 1726888984.43202: dumping result to json 172629 1726888984.43205: done dumping result, returning 172629 1726888984.43207: done running TaskExecutor() for managed_node1/TASK: Verify the current mount state by device [0affc8a3-6f6f-d0a8-add8-00000000174a] 172629 1726888984.43210: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000174a ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888984.43352: no more pending results, returning what we have 172629 1726888984.43357: results queue empty 172629 1726888984.43358: checking for any_errors_fatal 172629 1726888984.43370: done checking for any_errors_fatal 172629 1726888984.43371: checking for max_fail_percentage 172629 1726888984.43372: done checking for max_fail_percentage 172629 1726888984.43374: checking to see if all hosts have failed and the running result is not ok 172629 1726888984.43374: done checking to see if all hosts have failed 172629 1726888984.43375: getting the remaining hosts for this loop 172629 1726888984.43377: done getting the remaining hosts for this loop 172629 1726888984.43380: getting the next task for host managed_node1 172629 1726888984.43388: done getting next task for host managed_node1 172629 1726888984.43391: ^ task is: TASK: Verify mount directory user 172629 1726888984.43396: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888984.43400: getting variables 172629 1726888984.43402: in VariableManager get_vars() 172629 1726888984.43437: Calling all_inventory to load vars for managed_node1 172629 1726888984.43439: Calling groups_inventory to load vars for managed_node1 172629 1726888984.43443: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888984.43453: Calling all_plugins_play to load vars for managed_node1 172629 1726888984.43458: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888984.43462: Calling groups_plugins_play to load vars for managed_node1 172629 1726888984.44204: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000174a 172629 1726888984.44208: WORKER PROCESS EXITING 172629 1726888984.44229: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888984.44834: done with get_vars() 172629 1726888984.44849: done getting variables 172629 1726888984.44907: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Friday 20 September 2024 23:23:04 -0400 (0:00:00.041) 0:01:24.729 ****** 172629 1726888984.44943: entering _queue_task() for managed_node1/assert 172629 1726888984.45207: worker is 1 (out of 1 available) 172629 1726888984.45220: exiting _queue_task() for managed_node1/assert 172629 1726888984.45233: done queuing things up, now waiting for results queue to drain 172629 1726888984.45235: waiting for pending results... 172629 1726888984.45527: running TaskExecutor() for managed_node1/TASK: Verify mount directory user 172629 1726888984.45679: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000174b 172629 1726888984.45684: variable 'ansible_search_path' from source: unknown 172629 1726888984.45861: calling self._execute() 172629 1726888984.45865: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.45868: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.45870: variable 'omit' from source: magic vars 172629 1726888984.46276: variable '_storage_test_volume_present' from source: set_fact 172629 1726888984.46288: variable 'storage_test_volume' from source: include params 172629 1726888984.46330: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 172629 1726888984.46339: when evaluation is False, skipping this task 172629 1726888984.46348: _execute() done 172629 1726888984.46359: dumping result to json 172629 1726888984.46369: done dumping result, returning 172629 1726888984.46380: done running TaskExecutor() for managed_node1/TASK: Verify mount directory user [0affc8a3-6f6f-d0a8-add8-00000000174b] 172629 1726888984.46391: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000174b skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } 172629 1726888984.46579: no more pending results, returning what we have 172629 1726888984.46584: results queue empty 172629 1726888984.46585: checking for any_errors_fatal 172629 1726888984.46594: done checking for any_errors_fatal 172629 1726888984.46595: checking for max_fail_percentage 172629 1726888984.46597: done checking for max_fail_percentage 172629 1726888984.46598: checking to see if all hosts have failed and the running result is not ok 172629 1726888984.46599: done checking to see if all hosts have failed 172629 1726888984.46600: getting the remaining hosts for this loop 172629 1726888984.46602: done getting the remaining hosts for this loop 172629 1726888984.46605: getting the next task for host managed_node1 172629 1726888984.46615: done getting next task for host managed_node1 172629 1726888984.46618: ^ task is: TASK: Verify mount directory group 172629 1726888984.46623: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888984.46628: getting variables 172629 1726888984.46629: in VariableManager get_vars() 172629 1726888984.46669: Calling all_inventory to load vars for managed_node1 172629 1726888984.46672: Calling groups_inventory to load vars for managed_node1 172629 1726888984.46676: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888984.46689: Calling all_plugins_play to load vars for managed_node1 172629 1726888984.46693: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888984.46697: Calling groups_plugins_play to load vars for managed_node1 172629 1726888984.47370: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000174b 172629 1726888984.47373: WORKER PROCESS EXITING 172629 1726888984.47449: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888984.48268: done with get_vars() 172629 1726888984.48284: done getting variables 172629 1726888984.48342: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Friday 20 September 2024 23:23:04 -0400 (0:00:00.034) 0:01:24.763 ****** 172629 1726888984.48374: entering _queue_task() for managed_node1/assert 172629 1726888984.48615: worker is 1 (out of 1 available) 172629 1726888984.48628: exiting _queue_task() for managed_node1/assert 172629 1726888984.48641: done queuing things up, now waiting for results queue to drain 172629 1726888984.48642: waiting for pending results... 172629 1726888984.48923: running TaskExecutor() for managed_node1/TASK: Verify mount directory group 172629 1726888984.49046: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000174c 172629 1726888984.49068: variable 'ansible_search_path' from source: unknown 172629 1726888984.49112: calling self._execute() 172629 1726888984.49226: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.49240: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.49257: variable 'omit' from source: magic vars 172629 1726888984.49663: variable '_storage_test_volume_present' from source: set_fact 172629 1726888984.49675: variable 'storage_test_volume' from source: include params 172629 1726888984.49710: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 172629 1726888984.49717: when evaluation is False, skipping this task 172629 1726888984.49725: _execute() done 172629 1726888984.49735: dumping result to json 172629 1726888984.49741: done dumping result, returning 172629 1726888984.49753: done running TaskExecutor() for managed_node1/TASK: Verify mount directory group [0affc8a3-6f6f-d0a8-add8-00000000174c] 172629 1726888984.49765: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000174c 172629 1726888984.49992: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000174c 172629 1726888984.49995: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } 172629 1726888984.50039: no more pending results, returning what we have 172629 1726888984.50042: results queue empty 172629 1726888984.50043: checking for any_errors_fatal 172629 1726888984.50049: done checking for any_errors_fatal 172629 1726888984.50052: checking for max_fail_percentage 172629 1726888984.50056: done checking for max_fail_percentage 172629 1726888984.50057: checking to see if all hosts have failed and the running result is not ok 172629 1726888984.50058: done checking to see if all hosts have failed 172629 1726888984.50059: getting the remaining hosts for this loop 172629 1726888984.50061: done getting the remaining hosts for this loop 172629 1726888984.50064: getting the next task for host managed_node1 172629 1726888984.50072: done getting next task for host managed_node1 172629 1726888984.50077: ^ task is: TASK: Verify mount directory permissions 172629 1726888984.50081: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888984.50085: getting variables 172629 1726888984.50087: in VariableManager get_vars() 172629 1726888984.50122: Calling all_inventory to load vars for managed_node1 172629 1726888984.50125: Calling groups_inventory to load vars for managed_node1 172629 1726888984.50128: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888984.50139: Calling all_plugins_play to load vars for managed_node1 172629 1726888984.50142: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888984.50147: Calling groups_plugins_play to load vars for managed_node1 172629 1726888984.50772: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888984.51374: done with get_vars() 172629 1726888984.51389: done getting variables 172629 1726888984.51445: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Friday 20 September 2024 23:23:04 -0400 (0:00:00.031) 0:01:24.794 ****** 172629 1726888984.51477: entering _queue_task() for managed_node1/assert 172629 1726888984.51719: worker is 1 (out of 1 available) 172629 1726888984.51731: exiting _queue_task() for managed_node1/assert 172629 1726888984.51742: done queuing things up, now waiting for results queue to drain 172629 1726888984.51743: waiting for pending results... 172629 1726888984.52171: running TaskExecutor() for managed_node1/TASK: Verify mount directory permissions 172629 1726888984.52178: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000174d 172629 1726888984.52181: variable 'ansible_search_path' from source: unknown 172629 1726888984.52211: calling self._execute() 172629 1726888984.52339: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.52351: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.52370: variable 'omit' from source: magic vars 172629 1726888984.52801: variable '_storage_test_volume_present' from source: set_fact 172629 1726888984.52814: variable 'storage_test_volume' from source: include params 172629 1726888984.52857: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 172629 1726888984.52866: when evaluation is False, skipping this task 172629 1726888984.52873: _execute() done 172629 1726888984.52881: dumping result to json 172629 1726888984.52889: done dumping result, returning 172629 1726888984.52899: done running TaskExecutor() for managed_node1/TASK: Verify mount directory permissions [0affc8a3-6f6f-d0a8-add8-00000000174d] 172629 1726888984.52909: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000174d skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } 172629 1726888984.53105: no more pending results, returning what we have 172629 1726888984.53109: results queue empty 172629 1726888984.53111: checking for any_errors_fatal 172629 1726888984.53119: done checking for any_errors_fatal 172629 1726888984.53120: checking for max_fail_percentage 172629 1726888984.53122: done checking for max_fail_percentage 172629 1726888984.53123: checking to see if all hosts have failed and the running result is not ok 172629 1726888984.53124: done checking to see if all hosts have failed 172629 1726888984.53124: getting the remaining hosts for this loop 172629 1726888984.53127: done getting the remaining hosts for this loop 172629 1726888984.53130: getting the next task for host managed_node1 172629 1726888984.53139: done getting next task for host managed_node1 172629 1726888984.53142: ^ task is: TASK: Get path of test volume device 172629 1726888984.53147: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888984.53152: getting variables 172629 1726888984.53154: in VariableManager get_vars() 172629 1726888984.53193: Calling all_inventory to load vars for managed_node1 172629 1726888984.53197: Calling groups_inventory to load vars for managed_node1 172629 1726888984.53200: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888984.53214: Calling all_plugins_play to load vars for managed_node1 172629 1726888984.53218: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888984.53222: Calling groups_plugins_play to load vars for managed_node1 172629 1726888984.53941: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000174d 172629 1726888984.53944: WORKER PROCESS EXITING 172629 1726888984.53968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888984.54547: done with get_vars() 172629 1726888984.54564: done getting variables 172629 1726888984.54620: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Friday 20 September 2024 23:23:04 -0400 (0:00:00.031) 0:01:24.826 ****** 172629 1726888984.54651: entering _queue_task() for managed_node1/command 172629 1726888984.54907: worker is 1 (out of 1 available) 172629 1726888984.54920: exiting _queue_task() for managed_node1/command 172629 1726888984.54933: done queuing things up, now waiting for results queue to drain 172629 1726888984.54934: waiting for pending results... 172629 1726888984.55206: running TaskExecutor() for managed_node1/TASK: Get path of test volume device 172629 1726888984.55326: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000174e 172629 1726888984.55344: variable 'ansible_search_path' from source: unknown 172629 1726888984.55387: calling self._execute() 172629 1726888984.55497: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.55509: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.55522: variable 'omit' from source: magic vars 172629 1726888984.55907: variable 'storage_test_volume' from source: include params 172629 1726888984.55949: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 172629 1726888984.55959: when evaluation is False, skipping this task 172629 1726888984.55967: _execute() done 172629 1726888984.55974: dumping result to json 172629 1726888984.55980: done dumping result, returning 172629 1726888984.55990: done running TaskExecutor() for managed_node1/TASK: Get path of test volume device [0affc8a3-6f6f-d0a8-add8-00000000174e] 172629 1726888984.55998: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000174e 172629 1726888984.56103: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000174e 172629 1726888984.56110: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 172629 1726888984.56189: no more pending results, returning what we have 172629 1726888984.56194: results queue empty 172629 1726888984.56195: checking for any_errors_fatal 172629 1726888984.56204: done checking for any_errors_fatal 172629 1726888984.56205: checking for max_fail_percentage 172629 1726888984.56207: done checking for max_fail_percentage 172629 1726888984.56208: checking to see if all hosts have failed and the running result is not ok 172629 1726888984.56209: done checking to see if all hosts have failed 172629 1726888984.56210: getting the remaining hosts for this loop 172629 1726888984.56211: done getting the remaining hosts for this loop 172629 1726888984.56215: getting the next task for host managed_node1 172629 1726888984.56224: done getting next task for host managed_node1 172629 1726888984.56227: ^ task is: TASK: Gather swap info 172629 1726888984.56233: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888984.56238: getting variables 172629 1726888984.56239: in VariableManager get_vars() 172629 1726888984.56277: Calling all_inventory to load vars for managed_node1 172629 1726888984.56280: Calling groups_inventory to load vars for managed_node1 172629 1726888984.56284: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888984.56297: Calling all_plugins_play to load vars for managed_node1 172629 1726888984.56300: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888984.56304: Calling groups_plugins_play to load vars for managed_node1 172629 1726888984.57314: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888984.57904: done with get_vars() 172629 1726888984.57917: done getting variables 172629 1726888984.57972: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Gather swap info] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Friday 20 September 2024 23:23:04 -0400 (0:00:00.033) 0:01:24.859 ****** 172629 1726888984.58001: entering _queue_task() for managed_node1/command 172629 1726888984.58239: worker is 1 (out of 1 available) 172629 1726888984.58252: exiting _queue_task() for managed_node1/command 172629 1726888984.58266: done queuing things up, now waiting for results queue to drain 172629 1726888984.58267: waiting for pending results... 172629 1726888984.58543: running TaskExecutor() for managed_node1/TASK: Gather swap info 172629 1726888984.58771: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000174f 172629 1726888984.58775: variable 'ansible_search_path' from source: unknown 172629 1726888984.58779: calling self._execute() 172629 1726888984.58857: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.58871: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.58892: variable 'omit' from source: magic vars 172629 1726888984.59272: variable 'storage_test_volume' from source: include params 172629 1726888984.59314: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 172629 1726888984.59323: when evaluation is False, skipping this task 172629 1726888984.59331: _execute() done 172629 1726888984.59338: dumping result to json 172629 1726888984.59346: done dumping result, returning 172629 1726888984.59359: done running TaskExecutor() for managed_node1/TASK: Gather swap info [0affc8a3-6f6f-d0a8-add8-00000000174f] 172629 1726888984.59369: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000174f 172629 1726888984.59483: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000174f 172629 1726888984.59486: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 172629 1726888984.59576: no more pending results, returning what we have 172629 1726888984.59580: results queue empty 172629 1726888984.59581: checking for any_errors_fatal 172629 1726888984.59589: done checking for any_errors_fatal 172629 1726888984.59590: checking for max_fail_percentage 172629 1726888984.59592: done checking for max_fail_percentage 172629 1726888984.59593: checking to see if all hosts have failed and the running result is not ok 172629 1726888984.59594: done checking to see if all hosts have failed 172629 1726888984.59595: getting the remaining hosts for this loop 172629 1726888984.59596: done getting the remaining hosts for this loop 172629 1726888984.59599: getting the next task for host managed_node1 172629 1726888984.59607: done getting next task for host managed_node1 172629 1726888984.59609: ^ task is: TASK: Verify swap status 172629 1726888984.59616: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888984.59621: getting variables 172629 1726888984.59622: in VariableManager get_vars() 172629 1726888984.59658: Calling all_inventory to load vars for managed_node1 172629 1726888984.59660: Calling groups_inventory to load vars for managed_node1 172629 1726888984.59663: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888984.59676: Calling all_plugins_play to load vars for managed_node1 172629 1726888984.59679: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888984.59681: Calling groups_plugins_play to load vars for managed_node1 172629 1726888984.60399: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888984.60999: done with get_vars() 172629 1726888984.61014: done getting variables 172629 1726888984.61072: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify swap status] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Friday 20 September 2024 23:23:04 -0400 (0:00:00.030) 0:01:24.890 ****** 172629 1726888984.61104: entering _queue_task() for managed_node1/assert 172629 1726888984.61582: worker is 1 (out of 1 available) 172629 1726888984.61592: exiting _queue_task() for managed_node1/assert 172629 1726888984.61604: done queuing things up, now waiting for results queue to drain 172629 1726888984.61605: waiting for pending results... 172629 1726888984.61735: running TaskExecutor() for managed_node1/TASK: Verify swap status 172629 1726888984.61831: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001750 172629 1726888984.61835: variable 'ansible_search_path' from source: unknown 172629 1726888984.61939: calling self._execute() 172629 1726888984.61986: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.61998: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.62014: variable 'omit' from source: magic vars 172629 1726888984.62414: variable 'storage_test_volume' from source: include params 172629 1726888984.62453: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 172629 1726888984.62464: when evaluation is False, skipping this task 172629 1726888984.62479: _execute() done 172629 1726888984.62488: dumping result to json 172629 1726888984.62496: done dumping result, returning 172629 1726888984.62508: done running TaskExecutor() for managed_node1/TASK: Verify swap status [0affc8a3-6f6f-d0a8-add8-000000001750] 172629 1726888984.62519: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001750 172629 1726888984.62798: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001750 172629 1726888984.62801: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 172629 1726888984.62838: no more pending results, returning what we have 172629 1726888984.62841: results queue empty 172629 1726888984.62842: checking for any_errors_fatal 172629 1726888984.62848: done checking for any_errors_fatal 172629 1726888984.62848: checking for max_fail_percentage 172629 1726888984.62850: done checking for max_fail_percentage 172629 1726888984.62851: checking to see if all hosts have failed and the running result is not ok 172629 1726888984.62852: done checking to see if all hosts have failed 172629 1726888984.62852: getting the remaining hosts for this loop 172629 1726888984.62853: done getting the remaining hosts for this loop 172629 1726888984.62858: getting the next task for host managed_node1 172629 1726888984.62865: done getting next task for host managed_node1 172629 1726888984.62868: ^ task is: TASK: Unset facts 172629 1726888984.62873: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888984.62876: getting variables 172629 1726888984.62878: in VariableManager get_vars() 172629 1726888984.62908: Calling all_inventory to load vars for managed_node1 172629 1726888984.62910: Calling groups_inventory to load vars for managed_node1 172629 1726888984.62913: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888984.62922: Calling all_plugins_play to load vars for managed_node1 172629 1726888984.62925: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888984.62927: Calling groups_plugins_play to load vars for managed_node1 172629 1726888984.63497: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888984.64085: done with get_vars() 172629 1726888984.64099: done getting variables 172629 1726888984.64158: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Unset facts] ************************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Friday 20 September 2024 23:23:04 -0400 (0:00:00.030) 0:01:24.921 ****** 172629 1726888984.64188: entering _queue_task() for managed_node1/set_fact 172629 1726888984.64423: worker is 1 (out of 1 available) 172629 1726888984.64435: exiting _queue_task() for managed_node1/set_fact 172629 1726888984.64448: done queuing things up, now waiting for results queue to drain 172629 1726888984.64450: waiting for pending results... 172629 1726888984.64733: running TaskExecutor() for managed_node1/TASK: Unset facts 172629 1726888984.64869: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001751 172629 1726888984.65061: variable 'ansible_search_path' from source: unknown 172629 1726888984.65064: calling self._execute() 172629 1726888984.65067: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.65069: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.65071: variable 'omit' from source: magic vars 172629 1726888984.65158: variable 'omit' from source: magic vars 172629 1726888984.65223: variable 'omit' from source: magic vars 172629 1726888984.65264: variable 'omit' from source: magic vars 172629 1726888984.65315: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888984.65361: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888984.65389: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888984.65412: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888984.65427: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888984.65461: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888984.65469: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.65477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.65588: Set connection var ansible_timeout to 10 172629 1726888984.65597: Set connection var ansible_shell_type to sh 172629 1726888984.65605: Set connection var ansible_pipelining to False 172629 1726888984.65615: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888984.65626: Set connection var ansible_shell_executable to /bin/sh 172629 1726888984.65631: Set connection var ansible_connection to ssh 172629 1726888984.65653: variable 'ansible_shell_executable' from source: unknown 172629 1726888984.65663: variable 'ansible_connection' from source: unknown 172629 1726888984.65671: variable 'ansible_module_compression' from source: unknown 172629 1726888984.65677: variable 'ansible_shell_type' from source: unknown 172629 1726888984.65683: variable 'ansible_shell_executable' from source: unknown 172629 1726888984.65690: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.65697: variable 'ansible_pipelining' from source: unknown 172629 1726888984.65703: variable 'ansible_timeout' from source: unknown 172629 1726888984.65710: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.65851: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888984.65947: variable 'omit' from source: magic vars 172629 1726888984.65950: starting attempt loop 172629 1726888984.65952: running the handler 172629 1726888984.65954: handler run complete 172629 1726888984.65958: attempt loop complete, returning result 172629 1726888984.65960: _execute() done 172629 1726888984.65962: dumping result to json 172629 1726888984.65964: done dumping result, returning 172629 1726888984.65967: done running TaskExecutor() for managed_node1/TASK: Unset facts [0affc8a3-6f6f-d0a8-add8-000000001751] 172629 1726888984.65969: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001751 172629 1726888984.66035: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001751 172629 1726888984.66038: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } 172629 1726888984.66113: no more pending results, returning what we have 172629 1726888984.66116: results queue empty 172629 1726888984.66117: checking for any_errors_fatal 172629 1726888984.66127: done checking for any_errors_fatal 172629 1726888984.66128: checking for max_fail_percentage 172629 1726888984.66129: done checking for max_fail_percentage 172629 1726888984.66130: checking to see if all hosts have failed and the running result is not ok 172629 1726888984.66131: done checking to see if all hosts have failed 172629 1726888984.66132: getting the remaining hosts for this loop 172629 1726888984.66134: done getting the remaining hosts for this loop 172629 1726888984.66137: getting the next task for host managed_node1 172629 1726888984.66150: done getting next task for host managed_node1 172629 1726888984.66153: ^ task is: TASK: Set some variables for fstab checking 172629 1726888984.66160: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888984.66165: getting variables 172629 1726888984.66166: in VariableManager get_vars() 172629 1726888984.66201: Calling all_inventory to load vars for managed_node1 172629 1726888984.66204: Calling groups_inventory to load vars for managed_node1 172629 1726888984.66207: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888984.66218: Calling all_plugins_play to load vars for managed_node1 172629 1726888984.66221: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888984.66224: Calling groups_plugins_play to load vars for managed_node1 172629 1726888984.67000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888984.67597: done with get_vars() 172629 1726888984.67611: done getting variables 172629 1726888984.67665: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Friday 20 September 2024 23:23:04 -0400 (0:00:00.035) 0:01:24.956 ****** 172629 1726888984.67695: entering _queue_task() for managed_node1/set_fact 172629 1726888984.67946: worker is 1 (out of 1 available) 172629 1726888984.67959: exiting _queue_task() for managed_node1/set_fact 172629 1726888984.67972: done queuing things up, now waiting for results queue to drain 172629 1726888984.67973: waiting for pending results... 172629 1726888984.68374: running TaskExecutor() for managed_node1/TASK: Set some variables for fstab checking 172629 1726888984.68379: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001755 172629 1726888984.68400: variable 'ansible_search_path' from source: unknown 172629 1726888984.68437: calling self._execute() 172629 1726888984.68549: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.68563: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.68583: variable 'omit' from source: magic vars 172629 1726888984.68698: variable 'omit' from source: magic vars 172629 1726888984.68758: variable 'omit' from source: magic vars 172629 1726888984.69068: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888984.71229: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888984.71319: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888984.71372: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888984.71411: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888984.71441: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888984.71530: 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) 172629 1726888984.71577: 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) 172629 1726888984.71609: 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) 172629 1726888984.71662: 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) 172629 1726888984.71691: 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) 172629 1726888984.71737: 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) 172629 1726888984.71772: 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) 172629 1726888984.71810: 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) 172629 1726888984.71901: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 172629 1726888984.71905: 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) 172629 1726888984.71959: 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) 172629 1726888984.71992: 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) 172629 1726888984.72030: 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) 172629 1726888984.72077: 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) 172629 1726888984.72097: 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) 172629 1726888984.72337: variable 'storage_test_fstab' from source: set_fact 172629 1726888984.72341: variable 'storage_test_volume' from source: include params 172629 1726888984.72457: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888984.72627: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888984.72679: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888984.72712: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888984.72744: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888984.72860: 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) 172629 1726888984.72864: 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) 172629 1726888984.72866: 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) 172629 1726888984.72893: 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) 172629 1726888984.73158: 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) 172629 1726888984.73189: 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) 172629 1726888984.73225: 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) 172629 1726888984.73273: 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) 172629 1726888984.73292: 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) 172629 1726888984.73517: variable '__mount_point' from source: task vars 172629 1726888984.73599: variable 'storage_test_volume' from source: include params 172629 1726888984.73625: variable 'storage_test_fstab' from source: set_fact 172629 1726888984.74060: variable '_storage_test_volume_present' from source: set_fact 172629 1726888984.74063: variable '__mount_point' from source: task vars 172629 1726888984.74065: variable 'storage_test_volume' from source: include params 172629 1726888984.74068: variable 'storage_test_volume' from source: include params 172629 1726888984.74194: variable '_storage_test_volume_present' from source: set_fact 172629 1726888984.74204: variable '__mount_point' from source: task vars 172629 1726888984.74280: variable 'storage_test_volume' from source: include params 172629 1726888984.74681: variable '__mount_options' from source: task vars 172629 1726888984.74763: variable 'storage_test_volume' from source: include params 172629 1726888984.74783: variable '__mount_point' from source: task vars 172629 1726888984.74863: variable 'storage_test_volume' from source: include params 172629 1726888984.74882: variable 'storage_test_fstab' from source: set_fact 172629 1726888984.74893: variable '__pattern' from source: task vars 172629 1726888984.74985: variable '__mount_point' from source: task vars 172629 1726888984.75260: variable 'storage_test_volume' from source: include params 172629 1726888984.75263: variable '__mount_options' from source: task vars 172629 1726888984.75265: variable 'storage_test_volume' from source: include params 172629 1726888984.75303: variable '_storage_test_volume_present' from source: set_fact 172629 1726888984.75311: variable '__mount_options' from source: task vars 172629 1726888984.75384: variable 'storage_test_volume' from source: include params 172629 1726888984.75416: variable 'omit' from source: magic vars 172629 1726888984.75446: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888984.75483: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888984.75508: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888984.75600: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888984.75604: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888984.75608: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888984.75610: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.75613: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.75690: Set connection var ansible_timeout to 10 172629 1726888984.75699: Set connection var ansible_shell_type to sh 172629 1726888984.75714: Set connection var ansible_pipelining to False 172629 1726888984.75722: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888984.75732: Set connection var ansible_shell_executable to /bin/sh 172629 1726888984.75739: Set connection var ansible_connection to ssh 172629 1726888984.75771: variable 'ansible_shell_executable' from source: unknown 172629 1726888984.75778: variable 'ansible_connection' from source: unknown 172629 1726888984.75784: variable 'ansible_module_compression' from source: unknown 172629 1726888984.75790: variable 'ansible_shell_type' from source: unknown 172629 1726888984.75796: variable 'ansible_shell_executable' from source: unknown 172629 1726888984.75802: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.75814: variable 'ansible_pipelining' from source: unknown 172629 1726888984.75860: variable 'ansible_timeout' from source: unknown 172629 1726888984.75863: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.75941: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888984.75962: variable 'omit' from source: magic vars 172629 1726888984.75974: starting attempt loop 172629 1726888984.75981: running the handler 172629 1726888984.76001: handler run complete 172629 1726888984.76017: attempt loop complete, returning result 172629 1726888984.76024: _execute() done 172629 1726888984.76145: dumping result to json 172629 1726888984.76149: done dumping result, returning 172629 1726888984.76151: done running TaskExecutor() for managed_node1/TASK: Set some variables for fstab checking [0affc8a3-6f6f-d0a8-add8-000000001755] 172629 1726888984.76162: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001755 172629 1726888984.76239: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001755 172629 1726888984.76243: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d " ], "storage_test_fstab_mount_options_matches": [ " /opt/test ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test " ] }, "changed": false } 172629 1726888984.76302: no more pending results, returning what we have 172629 1726888984.76306: results queue empty 172629 1726888984.76307: checking for any_errors_fatal 172629 1726888984.76313: done checking for any_errors_fatal 172629 1726888984.76313: checking for max_fail_percentage 172629 1726888984.76315: done checking for max_fail_percentage 172629 1726888984.76316: checking to see if all hosts have failed and the running result is not ok 172629 1726888984.76317: done checking to see if all hosts have failed 172629 1726888984.76318: getting the remaining hosts for this loop 172629 1726888984.76319: done getting the remaining hosts for this loop 172629 1726888984.76322: getting the next task for host managed_node1 172629 1726888984.76330: done getting next task for host managed_node1 172629 1726888984.76332: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 172629 1726888984.76336: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888984.76340: getting variables 172629 1726888984.76341: in VariableManager get_vars() 172629 1726888984.76377: Calling all_inventory to load vars for managed_node1 172629 1726888984.76379: Calling groups_inventory to load vars for managed_node1 172629 1726888984.76383: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888984.76392: Calling all_plugins_play to load vars for managed_node1 172629 1726888984.76395: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888984.76398: Calling groups_plugins_play to load vars for managed_node1 172629 1726888984.77128: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888984.77784: done with get_vars() 172629 1726888984.77800: done getting variables 172629 1726888984.77859: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Friday 20 September 2024 23:23:04 -0400 (0:00:00.101) 0:01:25.058 ****** 172629 1726888984.77896: entering _queue_task() for managed_node1/assert 172629 1726888984.78326: worker is 1 (out of 1 available) 172629 1726888984.78338: exiting _queue_task() for managed_node1/assert 172629 1726888984.78348: done queuing things up, now waiting for results queue to drain 172629 1726888984.78350: waiting for pending results... 172629 1726888984.78551: running TaskExecutor() for managed_node1/TASK: Verify that the device identifier appears in /etc/fstab 172629 1726888984.78761: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001756 172629 1726888984.78765: variable 'ansible_search_path' from source: unknown 172629 1726888984.78776: calling self._execute() 172629 1726888984.78895: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.78971: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.78975: variable 'omit' from source: magic vars 172629 1726888984.79326: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888984.81471: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888984.82014: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888984.82061: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888984.82099: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888984.82131: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888984.82230: variable '_storage_test_volume_present' from source: set_fact 172629 1726888984.82259: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888984.82460: variable 'omit' from source: magic vars 172629 1726888984.82463: variable 'omit' from source: magic vars 172629 1726888984.82466: variable 'omit' from source: magic vars 172629 1726888984.82470: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888984.82473: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888984.82475: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888984.82478: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888984.82486: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888984.82521: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888984.82530: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.82539: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.82646: Set connection var ansible_timeout to 10 172629 1726888984.82660: Set connection var ansible_shell_type to sh 172629 1726888984.82673: Set connection var ansible_pipelining to False 172629 1726888984.82683: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888984.82692: Set connection var ansible_shell_executable to /bin/sh 172629 1726888984.82703: Set connection var ansible_connection to ssh 172629 1726888984.82729: variable 'ansible_shell_executable' from source: unknown 172629 1726888984.82738: variable 'ansible_connection' from source: unknown 172629 1726888984.82746: variable 'ansible_module_compression' from source: unknown 172629 1726888984.82753: variable 'ansible_shell_type' from source: unknown 172629 1726888984.82763: variable 'ansible_shell_executable' from source: unknown 172629 1726888984.82773: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.82780: variable 'ansible_pipelining' from source: unknown 172629 1726888984.82787: variable 'ansible_timeout' from source: unknown 172629 1726888984.82795: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.82906: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888984.82927: variable 'omit' from source: magic vars 172629 1726888984.82938: starting attempt loop 172629 1726888984.82945: running the handler 172629 1726888984.83134: 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) 172629 1726888984.83152: 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) 172629 1726888984.83186: 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) 172629 1726888984.83244: 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) 172629 1726888984.83351: 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) 172629 1726888984.83354: 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) 172629 1726888984.83359: 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) 172629 1726888984.83361: 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) 172629 1726888984.83397: 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) 172629 1726888984.83412: 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) 172629 1726888984.83516: variable 'storage_test_fstab_id_matches' from source: set_fact 172629 1726888984.83525: variable 'storage_test_fstab_expected_id_matches' from source: set_fact 172629 1726888984.83550: Evaluated conditional (storage_test_fstab_id_matches | length == storage_test_fstab_expected_id_matches | int): True 172629 1726888984.83562: handler run complete 172629 1726888984.83585: attempt loop complete, returning result 172629 1726888984.83591: _execute() done 172629 1726888984.83596: dumping result to json 172629 1726888984.83602: done dumping result, returning 172629 1726888984.83611: done running TaskExecutor() for managed_node1/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-d0a8-add8-000000001756] 172629 1726888984.83619: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001756 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888984.83763: no more pending results, returning what we have 172629 1726888984.83767: results queue empty 172629 1726888984.83768: checking for any_errors_fatal 172629 1726888984.83778: done checking for any_errors_fatal 172629 1726888984.83778: checking for max_fail_percentage 172629 1726888984.83781: done checking for max_fail_percentage 172629 1726888984.83792: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001756 172629 1726888984.83961: checking to see if all hosts have failed and the running result is not ok 172629 1726888984.83968: done checking to see if all hosts have failed 172629 1726888984.83969: getting the remaining hosts for this loop 172629 1726888984.83971: done getting the remaining hosts for this loop 172629 1726888984.83975: getting the next task for host managed_node1 172629 1726888984.83982: done getting next task for host managed_node1 172629 1726888984.83984: ^ task is: TASK: Verify the fstab mount point 172629 1726888984.83989: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888984.83992: getting variables 172629 1726888984.83994: in VariableManager get_vars() 172629 1726888984.84024: Calling all_inventory to load vars for managed_node1 172629 1726888984.84027: Calling groups_inventory to load vars for managed_node1 172629 1726888984.84029: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888984.84039: Calling all_plugins_play to load vars for managed_node1 172629 1726888984.84042: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888984.84045: Calling groups_plugins_play to load vars for managed_node1 172629 1726888984.84561: WORKER PROCESS EXITING 172629 1726888984.84614: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888984.85189: done with get_vars() 172629 1726888984.85204: done getting variables 172629 1726888984.85257: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Friday 20 September 2024 23:23:04 -0400 (0:00:00.073) 0:01:25.134 ****** 172629 1726888984.85464: entering _queue_task() for managed_node1/assert 172629 1726888984.85984: worker is 1 (out of 1 available) 172629 1726888984.85992: exiting _queue_task() for managed_node1/assert 172629 1726888984.86002: done queuing things up, now waiting for results queue to drain 172629 1726888984.86004: waiting for pending results... 172629 1726888984.86129: running TaskExecutor() for managed_node1/TASK: Verify the fstab mount point 172629 1726888984.86196: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001757 172629 1726888984.86219: variable 'ansible_search_path' from source: unknown 172629 1726888984.86448: calling self._execute() 172629 1726888984.86595: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.86662: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.86665: variable 'omit' from source: magic vars 172629 1726888984.86842: variable 'omit' from source: magic vars 172629 1726888984.86999: variable 'omit' from source: magic vars 172629 1726888984.87546: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 172629 1726888984.87561: variable 'storage_test_volume' from source: include params 172629 1726888984.87641: variable 'omit' from source: magic vars 172629 1726888984.87861: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888984.87865: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888984.87867: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888984.88162: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888984.88165: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888984.88167: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888984.88169: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.88171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.88230: Set connection var ansible_timeout to 10 172629 1726888984.88241: Set connection var ansible_shell_type to sh 172629 1726888984.88252: Set connection var ansible_pipelining to False 172629 1726888984.88278: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888984.88387: Set connection var ansible_shell_executable to /bin/sh 172629 1726888984.88394: Set connection var ansible_connection to ssh 172629 1726888984.88418: variable 'ansible_shell_executable' from source: unknown 172629 1726888984.88424: variable 'ansible_connection' from source: unknown 172629 1726888984.88431: variable 'ansible_module_compression' from source: unknown 172629 1726888984.88437: variable 'ansible_shell_type' from source: unknown 172629 1726888984.88443: variable 'ansible_shell_executable' from source: unknown 172629 1726888984.88449: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.88459: variable 'ansible_pipelining' from source: unknown 172629 1726888984.88467: variable 'ansible_timeout' from source: unknown 172629 1726888984.88474: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.88778: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888984.88793: variable 'omit' from source: magic vars 172629 1726888984.88803: starting attempt loop 172629 1726888984.88813: running the handler 172629 1726888984.89021: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888984.93079: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888984.93162: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888984.93211: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888984.93250: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888984.93287: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888984.93395: 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) 172629 1726888984.93398: 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) 172629 1726888984.93428: 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) 172629 1726888984.93476: 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) 172629 1726888984.93503: 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) 172629 1726888984.93612: 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) 172629 1726888984.93616: 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) 172629 1726888984.93618: 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) 172629 1726888984.93663: 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) 172629 1726888984.93685: 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) 172629 1726888984.93806: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 172629 1726888984.93817: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 172629 1726888984.93841: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 172629 1726888984.93853: handler run complete 172629 1726888984.93875: attempt loop complete, returning result 172629 1726888984.93883: _execute() done 172629 1726888984.93939: dumping result to json 172629 1726888984.93943: done dumping result, returning 172629 1726888984.93945: done running TaskExecutor() for managed_node1/TASK: Verify the fstab mount point [0affc8a3-6f6f-d0a8-add8-000000001757] 172629 1726888984.93947: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001757 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888984.94095: no more pending results, returning what we have 172629 1726888984.94099: results queue empty 172629 1726888984.94100: checking for any_errors_fatal 172629 1726888984.94107: done checking for any_errors_fatal 172629 1726888984.94108: checking for max_fail_percentage 172629 1726888984.94110: done checking for max_fail_percentage 172629 1726888984.94118: checking to see if all hosts have failed and the running result is not ok 172629 1726888984.94119: done checking to see if all hosts have failed 172629 1726888984.94120: getting the remaining hosts for this loop 172629 1726888984.94121: done getting the remaining hosts for this loop 172629 1726888984.94125: getting the next task for host managed_node1 172629 1726888984.94134: done getting next task for host managed_node1 172629 1726888984.94138: ^ task is: TASK: Verify mount_options 172629 1726888984.94142: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888984.94147: getting variables 172629 1726888984.94149: in VariableManager get_vars() 172629 1726888984.94189: Calling all_inventory to load vars for managed_node1 172629 1726888984.94192: Calling groups_inventory to load vars for managed_node1 172629 1726888984.94195: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888984.94206: Calling all_plugins_play to load vars for managed_node1 172629 1726888984.94210: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888984.94213: Calling groups_plugins_play to load vars for managed_node1 172629 1726888984.95273: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001757 172629 1726888984.95277: WORKER PROCESS EXITING 172629 1726888984.95440: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888984.95978: done with get_vars() 172629 1726888984.95993: done getting variables 172629 1726888984.96049: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount_options] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Friday 20 September 2024 23:23:04 -0400 (0:00:00.106) 0:01:25.240 ****** 172629 1726888984.96079: entering _queue_task() for managed_node1/assert 172629 1726888984.96362: worker is 1 (out of 1 available) 172629 1726888984.96375: exiting _queue_task() for managed_node1/assert 172629 1726888984.96389: done queuing things up, now waiting for results queue to drain 172629 1726888984.96390: waiting for pending results... 172629 1726888984.96679: running TaskExecutor() for managed_node1/TASK: Verify mount_options 172629 1726888984.96832: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001758 172629 1726888984.96852: variable 'ansible_search_path' from source: unknown 172629 1726888984.96890: calling self._execute() 172629 1726888984.97004: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888984.97020: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888984.97032: variable 'omit' from source: magic vars 172629 1726888984.97413: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888984.99574: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888984.99658: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888984.99699: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888984.99741: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888984.99775: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888984.99852: 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) 172629 1726888984.99885: 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) 172629 1726888984.99910: 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) 172629 1726888984.99952: 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) 172629 1726888984.99971: 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) 172629 1726888985.00083: Evaluated conditional (__storage_verify_mount_options | d(false)): False 172629 1726888985.00178: when evaluation is False, skipping this task 172629 1726888985.00186: _execute() done 172629 1726888985.00199: dumping result to json 172629 1726888985.00207: done dumping result, returning 172629 1726888985.00217: done running TaskExecutor() for managed_node1/TASK: Verify mount_options [0affc8a3-6f6f-d0a8-add8-000000001758] 172629 1726888985.00226: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001758 172629 1726888985.00444: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001758 172629 1726888985.00449: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 172629 1726888985.00498: no more pending results, returning what we have 172629 1726888985.00502: results queue empty 172629 1726888985.00503: checking for any_errors_fatal 172629 1726888985.00510: done checking for any_errors_fatal 172629 1726888985.00511: checking for max_fail_percentage 172629 1726888985.00513: done checking for max_fail_percentage 172629 1726888985.00514: checking to see if all hosts have failed and the running result is not ok 172629 1726888985.00515: done checking to see if all hosts have failed 172629 1726888985.00515: getting the remaining hosts for this loop 172629 1726888985.00517: done getting the remaining hosts for this loop 172629 1726888985.00521: getting the next task for host managed_node1 172629 1726888985.00529: done getting next task for host managed_node1 172629 1726888985.00531: ^ task is: TASK: Verify fingerprint 172629 1726888985.00537: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888985.00540: getting variables 172629 1726888985.00542: in VariableManager get_vars() 172629 1726888985.00580: Calling all_inventory to load vars for managed_node1 172629 1726888985.00583: Calling groups_inventory to load vars for managed_node1 172629 1726888985.00586: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888985.00597: Calling all_plugins_play to load vars for managed_node1 172629 1726888985.00600: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888985.00603: Calling groups_plugins_play to load vars for managed_node1 172629 1726888985.01402: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888985.02109: done with get_vars() 172629 1726888985.02131: done getting variables 172629 1726888985.02204: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Friday 20 September 2024 23:23:05 -0400 (0:00:00.061) 0:01:25.302 ****** 172629 1726888985.02245: entering _queue_task() for managed_node1/assert 172629 1726888985.02606: worker is 1 (out of 1 available) 172629 1726888985.02617: exiting _queue_task() for managed_node1/assert 172629 1726888985.02631: done queuing things up, now waiting for results queue to drain 172629 1726888985.02644: waiting for pending results... 172629 1726888985.03084: running TaskExecutor() for managed_node1/TASK: Verify fingerprint 172629 1726888985.03126: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001759 172629 1726888985.03175: variable 'ansible_search_path' from source: unknown 172629 1726888985.03206: calling self._execute() 172629 1726888985.03338: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.03392: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.03396: variable 'omit' from source: magic vars 172629 1726888985.03513: variable 'omit' from source: magic vars 172629 1726888985.03581: variable 'omit' from source: magic vars 172629 1726888985.03624: variable 'omit' from source: magic vars 172629 1726888985.03671: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888985.03730: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888985.03744: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888985.03825: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888985.03828: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888985.03832: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888985.03834: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.03836: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.03935: Set connection var ansible_timeout to 10 172629 1726888985.03960: Set connection var ansible_shell_type to sh 172629 1726888985.03967: Set connection var ansible_pipelining to False 172629 1726888985.04044: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888985.04046: Set connection var ansible_shell_executable to /bin/sh 172629 1726888985.04048: Set connection var ansible_connection to ssh 172629 1726888985.04050: variable 'ansible_shell_executable' from source: unknown 172629 1726888985.04057: variable 'ansible_connection' from source: unknown 172629 1726888985.04060: variable 'ansible_module_compression' from source: unknown 172629 1726888985.04062: variable 'ansible_shell_type' from source: unknown 172629 1726888985.04063: variable 'ansible_shell_executable' from source: unknown 172629 1726888985.04065: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.04067: variable 'ansible_pipelining' from source: unknown 172629 1726888985.04069: variable 'ansible_timeout' from source: unknown 172629 1726888985.04071: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.04263: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888985.04266: variable 'omit' from source: magic vars 172629 1726888985.04269: starting attempt loop 172629 1726888985.04271: running the handler 172629 1726888985.04541: variable '__fingerprint' from source: task vars 172629 1726888985.04565: variable 'storage_test_fstab' from source: set_fact 172629 1726888985.04599: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 172629 1726888985.04610: handler run complete 172629 1726888985.04643: attempt loop complete, returning result 172629 1726888985.04661: _execute() done 172629 1726888985.04685: dumping result to json 172629 1726888985.04688: done dumping result, returning 172629 1726888985.04739: done running TaskExecutor() for managed_node1/TASK: Verify fingerprint [0affc8a3-6f6f-d0a8-add8-000000001759] 172629 1726888985.04742: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001759 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888985.04887: no more pending results, returning what we have 172629 1726888985.04890: results queue empty 172629 1726888985.04891: checking for any_errors_fatal 172629 1726888985.04907: done checking for any_errors_fatal 172629 1726888985.04907: checking for max_fail_percentage 172629 1726888985.04909: done checking for max_fail_percentage 172629 1726888985.04910: checking to see if all hosts have failed and the running result is not ok 172629 1726888985.04911: done checking to see if all hosts have failed 172629 1726888985.04911: getting the remaining hosts for this loop 172629 1726888985.04913: done getting the remaining hosts for this loop 172629 1726888985.04916: getting the next task for host managed_node1 172629 1726888985.04923: done getting next task for host managed_node1 172629 1726888985.04925: ^ task is: TASK: Clean up variables 172629 1726888985.04930: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888985.04934: getting variables 172629 1726888985.04935: in VariableManager get_vars() 172629 1726888985.04975: Calling all_inventory to load vars for managed_node1 172629 1726888985.04977: Calling groups_inventory to load vars for managed_node1 172629 1726888985.04980: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888985.04991: Calling all_plugins_play to load vars for managed_node1 172629 1726888985.04994: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888985.04997: Calling groups_plugins_play to load vars for managed_node1 172629 1726888985.05742: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001759 172629 1726888985.05747: WORKER PROCESS EXITING 172629 1726888985.05779: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888985.06443: done with get_vars() 172629 1726888985.06462: done getting variables 172629 1726888985.06516: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up variables] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Friday 20 September 2024 23:23:05 -0400 (0:00:00.043) 0:01:25.345 ****** 172629 1726888985.06557: entering _queue_task() for managed_node1/set_fact 172629 1726888985.06831: worker is 1 (out of 1 available) 172629 1726888985.06844: exiting _queue_task() for managed_node1/set_fact 172629 1726888985.06861: done queuing things up, now waiting for results queue to drain 172629 1726888985.06862: waiting for pending results... 172629 1726888985.07172: running TaskExecutor() for managed_node1/TASK: Clean up variables 172629 1726888985.07460: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000175a 172629 1726888985.07464: variable 'ansible_search_path' from source: unknown 172629 1726888985.07467: calling self._execute() 172629 1726888985.07469: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.07472: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.07474: variable 'omit' from source: magic vars 172629 1726888985.07579: variable 'omit' from source: magic vars 172629 1726888985.07641: variable 'omit' from source: magic vars 172629 1726888985.07681: variable 'omit' from source: magic vars 172629 1726888985.07725: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888985.07768: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888985.07793: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888985.07814: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888985.07829: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888985.07864: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888985.07873: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.07881: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.07981: Set connection var ansible_timeout to 10 172629 1726888985.07991: Set connection var ansible_shell_type to sh 172629 1726888985.08003: Set connection var ansible_pipelining to False 172629 1726888985.08011: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888985.08020: Set connection var ansible_shell_executable to /bin/sh 172629 1726888985.08025: Set connection var ansible_connection to ssh 172629 1726888985.08048: variable 'ansible_shell_executable' from source: unknown 172629 1726888985.08057: variable 'ansible_connection' from source: unknown 172629 1726888985.08066: variable 'ansible_module_compression' from source: unknown 172629 1726888985.08073: variable 'ansible_shell_type' from source: unknown 172629 1726888985.08081: variable 'ansible_shell_executable' from source: unknown 172629 1726888985.08087: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.08094: variable 'ansible_pipelining' from source: unknown 172629 1726888985.08100: variable 'ansible_timeout' from source: unknown 172629 1726888985.08107: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.08244: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888985.08264: variable 'omit' from source: magic vars 172629 1726888985.08274: starting attempt loop 172629 1726888985.08280: running the handler 172629 1726888985.08297: handler run complete 172629 1726888985.08311: attempt loop complete, returning result 172629 1726888985.08317: _execute() done 172629 1726888985.08324: dumping result to json 172629 1726888985.08330: done dumping result, returning 172629 1726888985.08340: done running TaskExecutor() for managed_node1/TASK: Clean up variables [0affc8a3-6f6f-d0a8-add8-00000000175a] 172629 1726888985.08363: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000175a ok: [managed_node1] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } 172629 1726888985.08582: no more pending results, returning what we have 172629 1726888985.08585: results queue empty 172629 1726888985.08586: checking for any_errors_fatal 172629 1726888985.08592: done checking for any_errors_fatal 172629 1726888985.08593: checking for max_fail_percentage 172629 1726888985.08594: done checking for max_fail_percentage 172629 1726888985.08595: checking to see if all hosts have failed and the running result is not ok 172629 1726888985.08596: done checking to see if all hosts have failed 172629 1726888985.08597: getting the remaining hosts for this loop 172629 1726888985.08598: done getting the remaining hosts for this loop 172629 1726888985.08602: getting the next task for host managed_node1 172629 1726888985.08616: done getting next task for host managed_node1 172629 1726888985.08618: ^ task is: TASK: Verify fs type 172629 1726888985.08623: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888985.08626: getting variables 172629 1726888985.08627: in VariableManager get_vars() 172629 1726888985.08657: Calling all_inventory to load vars for managed_node1 172629 1726888985.08661: Calling groups_inventory to load vars for managed_node1 172629 1726888985.08664: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888985.08674: Calling all_plugins_play to load vars for managed_node1 172629 1726888985.08676: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888985.08680: Calling groups_plugins_play to load vars for managed_node1 172629 1726888985.09198: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000175a 172629 1726888985.09201: WORKER PROCESS EXITING 172629 1726888985.09235: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888985.09798: done with get_vars() 172629 1726888985.09812: done getting variables 172629 1726888985.09860: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fs type] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Friday 20 September 2024 23:23:05 -0400 (0:00:00.033) 0:01:25.378 ****** 172629 1726888985.09891: entering _queue_task() for managed_node1/assert 172629 1726888985.10202: worker is 1 (out of 1 available) 172629 1726888985.10216: exiting _queue_task() for managed_node1/assert 172629 1726888985.10229: done queuing things up, now waiting for results queue to drain 172629 1726888985.10230: waiting for pending results... 172629 1726888985.10474: running TaskExecutor() for managed_node1/TASK: Verify fs type 172629 1726888985.10580: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000175e 172629 1726888985.10602: variable 'ansible_search_path' from source: unknown 172629 1726888985.10645: calling self._execute() 172629 1726888985.10769: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.10785: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.10799: variable 'omit' from source: magic vars 172629 1726888985.11210: variable 'storage_test_volume' from source: include params 172629 1726888985.11252: Evaluated conditional (storage_test_volume.type != "stratis"): True 172629 1726888985.11365: variable 'storage_test_volume' from source: include params 172629 1726888985.11386: Evaluated conditional (storage_test_volume.fs_type): True 172629 1726888985.11486: variable '_storage_test_volume_present' from source: set_fact 172629 1726888985.11544: Evaluated conditional (_storage_test_volume_present): True 172629 1726888985.11548: variable 'omit' from source: magic vars 172629 1726888985.11574: variable 'omit' from source: magic vars 172629 1726888985.11612: variable 'omit' from source: magic vars 172629 1726888985.11664: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888985.11704: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888985.11732: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888985.11758: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888985.11862: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888985.11865: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888985.11868: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.11870: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.11933: Set connection var ansible_timeout to 10 172629 1726888985.11945: Set connection var ansible_shell_type to sh 172629 1726888985.11961: Set connection var ansible_pipelining to False 172629 1726888985.11971: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888985.11984: Set connection var ansible_shell_executable to /bin/sh 172629 1726888985.11993: Set connection var ansible_connection to ssh 172629 1726888985.12018: variable 'ansible_shell_executable' from source: unknown 172629 1726888985.12028: variable 'ansible_connection' from source: unknown 172629 1726888985.12035: variable 'ansible_module_compression' from source: unknown 172629 1726888985.12043: variable 'ansible_shell_type' from source: unknown 172629 1726888985.12050: variable 'ansible_shell_executable' from source: unknown 172629 1726888985.12059: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.12069: variable 'ansible_pipelining' from source: unknown 172629 1726888985.12076: variable 'ansible_timeout' from source: unknown 172629 1726888985.12085: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.12311: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888985.12314: variable 'omit' from source: magic vars 172629 1726888985.12317: starting attempt loop 172629 1726888985.12319: running the handler 172629 1726888985.12530: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888985.14658: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888985.14729: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888985.14772: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888985.14815: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888985.14845: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888985.14922: 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) 172629 1726888985.14956: 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) 172629 1726888985.14987: 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) 172629 1726888985.15035: 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) 172629 1726888985.15121: 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) 172629 1726888985.15283: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888985.15307: variable 'storage_test_volume' from source: include params 172629 1726888985.15328: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].fstype == storage_test_volume.fs_type or (storage_test_blkinfo.info[storage_test_volume._device].fstype | length == 0 and storage_test_volume.fs_type == "unformatted")): True 172629 1726888985.15342: handler run complete 172629 1726888985.15366: attempt loop complete, returning result 172629 1726888985.15372: _execute() done 172629 1726888985.15378: dumping result to json 172629 1726888985.15563: done dumping result, returning 172629 1726888985.15566: done running TaskExecutor() for managed_node1/TASK: Verify fs type [0affc8a3-6f6f-d0a8-add8-00000000175e] 172629 1726888985.15568: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000175e 172629 1726888985.15628: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000175e 172629 1726888985.15631: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888985.15678: no more pending results, returning what we have 172629 1726888985.15681: results queue empty 172629 1726888985.15682: checking for any_errors_fatal 172629 1726888985.15691: done checking for any_errors_fatal 172629 1726888985.15692: checking for max_fail_percentage 172629 1726888985.15694: done checking for max_fail_percentage 172629 1726888985.15695: checking to see if all hosts have failed and the running result is not ok 172629 1726888985.15696: done checking to see if all hosts have failed 172629 1726888985.15696: getting the remaining hosts for this loop 172629 1726888985.15698: done getting the remaining hosts for this loop 172629 1726888985.15701: getting the next task for host managed_node1 172629 1726888985.15708: done getting next task for host managed_node1 172629 1726888985.15711: ^ task is: TASK: Verify fs label 172629 1726888985.15716: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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? (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 172629 1726888985.15726: getting variables 172629 1726888985.15727: in VariableManager get_vars() 172629 1726888985.15765: Calling all_inventory to load vars for managed_node1 172629 1726888985.15768: Calling groups_inventory to load vars for managed_node1 172629 1726888985.15771: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888985.15780: Calling all_plugins_play to load vars for managed_node1 172629 1726888985.15783: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888985.15786: Calling groups_plugins_play to load vars for managed_node1 172629 1726888985.16518: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888985.17181: done with get_vars() 172629 1726888985.17199: done getting variables 172629 1726888985.17267: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fs label] ********************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Friday 20 September 2024 23:23:05 -0400 (0:00:00.074) 0:01:25.452 ****** 172629 1726888985.17297: entering _queue_task() for managed_node1/assert 172629 1726888985.17780: worker is 1 (out of 1 available) 172629 1726888985.17791: exiting _queue_task() for managed_node1/assert 172629 1726888985.17801: done queuing things up, now waiting for results queue to drain 172629 1726888985.17802: waiting for pending results... 172629 1726888985.18028: running TaskExecutor() for managed_node1/TASK: Verify fs label 172629 1726888985.18064: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000175f 172629 1726888985.18085: variable 'ansible_search_path' from source: unknown 172629 1726888985.18122: calling self._execute() 172629 1726888985.18245: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.18265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.18279: variable 'omit' from source: magic vars 172629 1726888985.18681: variable 'storage_test_volume' from source: include params 172629 1726888985.18722: Evaluated conditional (storage_test_volume.type != "stratis"): True 172629 1726888985.18904: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888985.21083: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888985.21607: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888985.21658: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888985.21698: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888985.21737: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888985.21824: variable '_storage_test_volume_present' from source: set_fact 172629 1726888985.21952: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888985.21990: variable 'storage_test_volume' from source: include params 172629 1726888985.22011: Evaluated conditional (storage_test_volume.fs_type != "gfs2"): True 172629 1726888985.22021: variable 'omit' from source: magic vars 172629 1726888985.22090: variable 'omit' from source: magic vars 172629 1726888985.22299: variable 'storage_test_volume' from source: include params 172629 1726888985.22317: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888985.22365: variable 'omit' from source: magic vars 172629 1726888985.22407: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888985.22441: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888985.22470: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888985.22504: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888985.22613: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888985.22617: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888985.22619: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.22622: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.22679: Set connection var ansible_timeout to 10 172629 1726888985.22690: Set connection var ansible_shell_type to sh 172629 1726888985.22702: Set connection var ansible_pipelining to False 172629 1726888985.22713: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888985.22728: Set connection var ansible_shell_executable to /bin/sh 172629 1726888985.22740: Set connection var ansible_connection to ssh 172629 1726888985.22771: variable 'ansible_shell_executable' from source: unknown 172629 1726888985.22780: variable 'ansible_connection' from source: unknown 172629 1726888985.22788: variable 'ansible_module_compression' from source: unknown 172629 1726888985.22795: variable 'ansible_shell_type' from source: unknown 172629 1726888985.22802: variable 'ansible_shell_executable' from source: unknown 172629 1726888985.22830: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.22833: variable 'ansible_pipelining' from source: unknown 172629 1726888985.22835: variable 'ansible_timeout' from source: unknown 172629 1726888985.22837: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.22960: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888985.23047: variable 'omit' from source: magic vars 172629 1726888985.23050: starting attempt loop 172629 1726888985.23056: running the handler 172629 1726888985.23169: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888985.23187: variable 'storage_test_volume' from source: include params 172629 1726888985.23203: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].label == storage_test_volume.fs_label): True 172629 1726888985.23260: handler run complete 172629 1726888985.23264: attempt loop complete, returning result 172629 1726888985.23266: _execute() done 172629 1726888985.23268: dumping result to json 172629 1726888985.23270: done dumping result, returning 172629 1726888985.23271: done running TaskExecutor() for managed_node1/TASK: Verify fs label [0affc8a3-6f6f-d0a8-add8-00000000175f] 172629 1726888985.23280: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000175f ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888985.23428: no more pending results, returning what we have 172629 1726888985.23431: results queue empty 172629 1726888985.23432: checking for any_errors_fatal 172629 1726888985.23439: done checking for any_errors_fatal 172629 1726888985.23440: checking for max_fail_percentage 172629 1726888985.23442: done checking for max_fail_percentage 172629 1726888985.23443: checking to see if all hosts have failed and the running result is not ok 172629 1726888985.23444: done checking to see if all hosts have failed 172629 1726888985.23445: getting the remaining hosts for this loop 172629 1726888985.23446: done getting the remaining hosts for this loop 172629 1726888985.23450: getting the next task for host managed_node1 172629 1726888985.23465: done getting next task for host managed_node1 172629 1726888985.23468: ^ task is: TASK: See whether the device node is present 172629 1726888985.23473: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888985.23477: getting variables 172629 1726888985.23478: in VariableManager get_vars() 172629 1726888985.23513: Calling all_inventory to load vars for managed_node1 172629 1726888985.23522: Calling groups_inventory to load vars for managed_node1 172629 1726888985.23525: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888985.23536: Calling all_plugins_play to load vars for managed_node1 172629 1726888985.23539: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888985.23543: Calling groups_plugins_play to load vars for managed_node1 172629 1726888985.24170: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000175f 172629 1726888985.24174: WORKER PROCESS EXITING 172629 1726888985.24457: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888985.25061: done with get_vars() 172629 1726888985.25081: done getting variables TASK [See whether the device node is present] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Friday 20 September 2024 23:23:05 -0400 (0:00:00.078) 0:01:25.531 ****** 172629 1726888985.25173: entering _queue_task() for managed_node1/stat 172629 1726888985.25480: worker is 1 (out of 1 available) 172629 1726888985.25493: exiting _queue_task() for managed_node1/stat 172629 1726888985.25512: done queuing things up, now waiting for results queue to drain 172629 1726888985.25514: waiting for pending results... 172629 1726888985.25711: running TaskExecutor() for managed_node1/TASK: See whether the device node is present 172629 1726888985.25839: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001763 172629 1726888985.25865: variable 'ansible_search_path' from source: unknown 172629 1726888985.25902: calling self._execute() 172629 1726888985.26011: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.26022: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.26036: variable 'omit' from source: magic vars 172629 1726888985.26147: variable 'omit' from source: magic vars 172629 1726888985.26212: variable 'omit' from source: magic vars 172629 1726888985.26429: variable 'storage_test_volume' from source: include params 172629 1726888985.26480: variable 'omit' from source: magic vars 172629 1726888985.26527: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888985.26569: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888985.26594: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888985.26615: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888985.26631: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888985.26668: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888985.26676: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.26683: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.26784: Set connection var ansible_timeout to 10 172629 1726888985.26960: Set connection var ansible_shell_type to sh 172629 1726888985.26963: Set connection var ansible_pipelining to False 172629 1726888985.26965: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888985.26967: Set connection var ansible_shell_executable to /bin/sh 172629 1726888985.26969: Set connection var ansible_connection to ssh 172629 1726888985.26971: variable 'ansible_shell_executable' from source: unknown 172629 1726888985.26972: variable 'ansible_connection' from source: unknown 172629 1726888985.26974: variable 'ansible_module_compression' from source: unknown 172629 1726888985.26976: variable 'ansible_shell_type' from source: unknown 172629 1726888985.26978: variable 'ansible_shell_executable' from source: unknown 172629 1726888985.26980: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.26982: variable 'ansible_pipelining' from source: unknown 172629 1726888985.26984: variable 'ansible_timeout' from source: unknown 172629 1726888985.26985: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.27078: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888985.27095: variable 'omit' from source: magic vars 172629 1726888985.27104: starting attempt loop 172629 1726888985.27110: running the handler 172629 1726888985.27127: _low_level_execute_command(): starting 172629 1726888985.27137: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888985.27820: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888985.27833: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888985.27847: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888985.27869: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888985.27886: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888985.27897: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888985.27909: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888985.27929: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888985.27941: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888985.27951: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726888985.27965: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888985.27978: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888985.27994: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888985.28074: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888985.28102: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888985.28183: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888985.29918: stdout chunk (state=3): >>>/root <<< 172629 1726888985.30063: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888985.30075: stdout chunk (state=3): >>><<< 172629 1726888985.30090: stderr chunk (state=3): >>><<< 172629 1726888985.30122: _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 172629 1726888985.30148: _low_level_execute_command(): starting 172629 1726888985.30162: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888985.3013206-175702-132402743571009 `" && echo ansible-tmp-1726888985.3013206-175702-132402743571009="` echo /root/.ansible/tmp/ansible-tmp-1726888985.3013206-175702-132402743571009 `" ) && sleep 0' 172629 1726888985.30824: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888985.30839: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888985.30863: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888985.30890: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888985.30927: 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 <<< 172629 1726888985.30940: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888985.31033: 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' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888985.31057: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888985.31143: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888985.33107: stdout chunk (state=3): >>>ansible-tmp-1726888985.3013206-175702-132402743571009=/root/.ansible/tmp/ansible-tmp-1726888985.3013206-175702-132402743571009 <<< 172629 1726888985.33197: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888985.33213: stderr chunk (state=3): >>><<< 172629 1726888985.33222: stdout chunk (state=3): >>><<< 172629 1726888985.33248: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888985.3013206-175702-132402743571009=/root/.ansible/tmp/ansible-tmp-1726888985.3013206-175702-132402743571009 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888985.33324: variable 'ansible_module_compression' from source: unknown 172629 1726888985.33424: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726888985.33443: variable 'ansible_facts' from source: unknown 172629 1726888985.33549: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888985.3013206-175702-132402743571009/AnsiballZ_stat.py 172629 1726888985.33783: Sending initial data 172629 1726888985.33786: Sent initial data (155 bytes) 172629 1726888985.34338: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888985.34350: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888985.34449: 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 <<< 172629 1726888985.34480: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888985.34497: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888985.34516: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888985.34584: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888985.36180: 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 <<< 172629 1726888985.36258: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888985.36305: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp60r6kbmh /root/.ansible/tmp/ansible-tmp-1726888985.3013206-175702-132402743571009/AnsiballZ_stat.py <<< 172629 1726888985.36324: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888985.3013206-175702-132402743571009/AnsiballZ_stat.py" <<< 172629 1726888985.36368: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp60r6kbmh" to remote "/root/.ansible/tmp/ansible-tmp-1726888985.3013206-175702-132402743571009/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888985.3013206-175702-132402743571009/AnsiballZ_stat.py" <<< 172629 1726888985.37219: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888985.37222: stdout chunk (state=3): >>><<< 172629 1726888985.37225: stderr chunk (state=3): >>><<< 172629 1726888985.37234: done transferring module to remote 172629 1726888985.37251: _low_level_execute_command(): starting 172629 1726888985.37262: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888985.3013206-175702-132402743571009/ /root/.ansible/tmp/ansible-tmp-1726888985.3013206-175702-132402743571009/AnsiballZ_stat.py && sleep 0' 172629 1726888985.37876: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888985.37891: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888985.37906: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888985.37923: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888985.37941: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888985.37971: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888985.37990: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888985.38070: 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 <<< 172629 1726888985.38089: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888985.38105: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888985.38126: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888985.38196: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888985.40016: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888985.40024: stdout chunk (state=3): >>><<< 172629 1726888985.40064: stderr chunk (state=3): >>><<< 172629 1726888985.40119: _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 172629 1726888985.40128: _low_level_execute_command(): starting 172629 1726888985.40137: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888985.3013206-175702-132402743571009/AnsiballZ_stat.py && sleep 0' 172629 1726888985.40697: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888985.40712: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888985.40728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888985.40742: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888985.40759: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888985.40762: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888985.40774: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888985.40788: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888985.40870: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888985.40886: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888985.40964: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888985.43111: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888985.43164: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888985.43168: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888985.43242: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888985.43282: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888985.43323: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888985.43358: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888985.43405: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726888985.43421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888985.43449: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 172629 1726888985.43478: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888985.43511: 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 0x7fb4710184d0> <<< 172629 1726888985.43572: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470fe7b30> <<< 172629 1726888985.43575: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 172629 1726888985.43610: 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 0x7fb47101aa50> <<< 172629 1726888985.43613: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888985.43637: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 172629 1726888985.43682: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888985.43766: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888985.43798: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888985.43838: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888985.43870: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 172629 1726888985.43917: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726888985.43920: 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 <<< 172629 1726888985.43939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470dc9130> <<< 172629 1726888985.44013: 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 <<< 172629 1726888985.44036: 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 0x7fb470dca120> <<< 172629 1726888985.44046: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888985.44075: 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. <<< 172629 1726888985.44308: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888985.44327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888985.44361: 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' <<< 172629 1726888985.44379: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888985.44415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888985.44425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888985.44476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888985.44498: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e07fe0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888985.44523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888985.44544: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e1c170> <<< 172629 1726888985.44564: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888985.44595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888985.44607: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888985.44662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888985.44682: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888985.44747: 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 0x7fb470e3fa10> <<< 172629 1726888985.44751: 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 0x7fb470e600e0> import '_collections' # <<< 172629 1726888985.44819: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e1fcb0> <<< 172629 1726888985.44826: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888985.44846: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e1d3d0> <<< 172629 1726888985.44934: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e05190> <<< 172629 1726888985.44981: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888985.45001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888985.45020: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888985.45087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888985.45090: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888985.45113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e639b0> <<< 172629 1726888985.45145: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e625d0> <<< 172629 1726888985.45163: 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 0x7fb470e1e270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e60a40> <<< 172629 1726888985.45216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888985.45241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e90a70> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e04410> <<< 172629 1726888985.45261: 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' <<< 172629 1726888985.45299: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888985.45307: 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 0x7fb470e90f20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e90dd0> <<< 172629 1726888985.45338: 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 0x7fb470e91190> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e02f30> <<< 172629 1726888985.45381: 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' <<< 172629 1726888985.45393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888985.45435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888985.45447: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e91820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e914f0> import 'importlib.machinery' # <<< 172629 1726888985.45488: 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' <<< 172629 1726888985.45511: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e92720> <<< 172629 1726888985.45542: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726888985.45557: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888985.45578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888985.45613: 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 0x7fb470eac8f0> <<< 172629 1726888985.45636: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888985.45689: 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 0x7fb470eae030> <<< 172629 1726888985.45693: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888985.45731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888985.45733: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888985.45743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470eaeed0> <<< 172629 1726888985.45784: 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 0x7fb470eaf530> <<< 172629 1726888985.45815: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470eae420> <<< 172629 1726888985.45818: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888985.45831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888985.45873: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888985.45889: 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 0x7fb470eaffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470eaf6e0> <<< 172629 1726888985.45937: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e908f0> <<< 172629 1726888985.45958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888985.45985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888985.46001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888985.46028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888985.46047: 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 0x7fb470c2fe30> <<< 172629 1726888985.46074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 172629 1726888985.46105: 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 0x7fb470c5c860> <<< 172629 1726888985.46131: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470c5c5c0> # 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 0x7fb470c5c890> <<< 172629 1726888985.46164: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888985.46242: stdout chunk (state=3): >>># 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' <<< 172629 1726888985.46366: 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 0x7fb470c5d1c0> <<< 172629 1726888985.46484: 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 0x7fb470c5dbb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470c5ca70> <<< 172629 1726888985.46515: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470c2dfd0> <<< 172629 1726888985.46561: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888985.46564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888985.46599: 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' <<< 172629 1726888985.46601: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470c5ef90> <<< 172629 1726888985.46631: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470c5dcd0> <<< 172629 1726888985.46642: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e92e10> <<< 172629 1726888985.46672: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888985.46728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888985.46750: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888985.46780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888985.46813: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470c872f0> <<< 172629 1726888985.46876: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888985.46900: 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 <<< 172629 1726888985.46926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888985.46982: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470cab620> <<< 172629 1726888985.46989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888985.47033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888985.47091: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888985.47119: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726888985.47130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470d0c3e0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888985.47159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888985.47186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888985.47232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888985.47309: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470d0eb40> <<< 172629 1726888985.47383: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470d0c500> <<< 172629 1726888985.47420: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470cd5400> <<< 172629 1726888985.47460: 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 0x7fb470b11490> <<< 172629 1726888985.47480: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470caa420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470c5fec0> <<< 172629 1726888985.47575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888985.47597: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb470caa780> <<< 172629 1726888985.47789: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_nuoy26i2/ansible_stat_payload.zip' # zipimport: zlib available <<< 172629 1726888985.47918: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.47960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888985.47963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888985.48011: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888985.48078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888985.48131: 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 0x7fb470b671d0> <<< 172629 1726888985.48134: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888985.48325: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470b460c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470b45250> <<< 172629 1726888985.48331: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.48382: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726888985.48385: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.48423: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888985.48426: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.49821: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.50941: 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 0x7fb470b64f20> <<< 172629 1726888985.50981: 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' <<< 172629 1726888985.51015: 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' <<< 172629 1726888985.51034: 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' <<< 172629 1726888985.51070: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888985.51095: 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 0x7fb470b8ec00> <<< 172629 1726888985.51107: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470b8e990> <<< 172629 1726888985.51140: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470b8e2a0> <<< 172629 1726888985.51168: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888985.51186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888985.51223: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470b8ecf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb47101a9c0> import 'atexit' # <<< 172629 1726888985.51249: 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 0x7fb470b8f950> <<< 172629 1726888985.51290: 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 0x7fb470b8fad0> <<< 172629 1726888985.51293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888985.51360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888985.51363: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888985.51407: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470b8ff20> import 'pwd' # <<< 172629 1726888985.51433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888985.51454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888985.51488: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470519d30> <<< 172629 1726888985.51520: 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 0x7fb47051b950> <<< 172629 1726888985.51551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888985.51567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888985.51599: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4705202c0> <<< 172629 1726888985.51616: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888985.51651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888985.51677: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470521430> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888985.51800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888985.51822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470523f20> <<< 172629 1726888985.51843: 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 0x7fb470c5fdd0> <<< 172629 1726888985.51859: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470522210> <<< 172629 1726888985.51878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888985.51910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888985.51946: 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' <<< 172629 1726888985.51950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888985.51988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888985.52029: 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 0x7fb470527e30> <<< 172629 1726888985.52032: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888985.52129: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470526930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470526690> <<< 172629 1726888985.52160: 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' <<< 172629 1726888985.52203: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470526bd0> <<< 172629 1726888985.52230: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470522720> <<< 172629 1726888985.52266: 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 0x7fb47056bf50> <<< 172629 1726888985.52303: 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 0x7fb47056c140> <<< 172629 1726888985.52328: 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 <<< 172629 1726888985.52359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888985.52408: 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' <<< 172629 1726888985.52411: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888985.52423: 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 0x7fb47056dca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb47056da60> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888985.52539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888985.52590: 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 0x7fb470570260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb47056e390> <<< 172629 1726888985.52622: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888985.52687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888985.52691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888985.52718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726888985.52746: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4705739e0> <<< 172629 1726888985.52869: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4705703e0> <<< 172629 1726888985.52949: 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 0x7fb470574800> <<< 172629 1726888985.53009: 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 0x7fb470574830> <<< 172629 1726888985.53012: 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 0x7fb470574da0> <<< 172629 1726888985.53046: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb47056c3b0> # /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' <<< 172629 1726888985.53079: 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' <<< 172629 1726888985.53117: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888985.53138: 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 0x7fb4704004d0> <<< 172629 1726888985.53304: 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 0x7fb4704016d0> <<< 172629 1726888985.53335: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470576c60> <<< 172629 1726888985.53385: 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 0x7fb470577860> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470576870> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888985.53388: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.53472: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.53574: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.53608: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888985.53635: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.53749: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.53865: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.54388: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.54915: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888985.54948: 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 <<< 172629 1726888985.54977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888985.55025: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888985.55030: 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 0x7fb470405970> <<< 172629 1726888985.55115: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726888985.55122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 172629 1726888985.55124: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470406810> <<< 172629 1726888985.55133: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4704017f0> <<< 172629 1726888985.55174: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888985.55201: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888985.55226: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888985.55235: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.55378: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.55533: 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' <<< 172629 1726888985.55554: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470406db0> # zipimport: zlib available <<< 172629 1726888985.56001: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.56444: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.56509: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.56585: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888985.56596: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.56627: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.56667: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888985.56677: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.56734: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.56903: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888985.56940: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888985.56953: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.57170: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.57395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888985.57451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888985.57468: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888985.57543: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470407ad0> <<< 172629 1726888985.57546: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.57611: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.57692: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 172629 1726888985.57714: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 172629 1726888985.57764: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.57804: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888985.57815: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.57851: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.57896: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.57950: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.58016: 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 <<< 172629 1726888985.58051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888985.58133: 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 0x7fb4704123c0> <<< 172629 1726888985.58176: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb47040d3d0> <<< 172629 1726888985.58214: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888985.58274: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.58342: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.58367: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.58414: 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' <<< 172629 1726888985.58464: 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' <<< 172629 1726888985.58481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888985.58528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888985.58566: 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' <<< 172629 1726888985.58611: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470bdecf0> <<< 172629 1726888985.58659: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470bc69c0> <<< 172629 1726888985.58740: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4704125d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470412150> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888985.58786: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.58810: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888985.58908: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888985.58923: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888985.59078: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.59217: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888985.60118: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/sda", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 454, "dev": 6, "nlink": 1, "atime": 1726888960.0389504, "mtime": 1726888960.0389504, "ctime": 1726888960.0389504, "wusr": true, "rusr": true, "xusr": false, "wgrp": true, "rgrp": true, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 2048, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/blockdevice", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/sda", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 172629 1726888985.60142: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888985.60587: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888985.60603: 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<<< 172629 1726888985.60633: stdout chunk (state=3): >>> # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii <<< 172629 1726888985.60662: stdout chunk (state=3): >>># cleanup[2] removing base64 # destroy base64 <<< 172629 1726888985.60676: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random <<< 172629 1726888985.60692: stdout chunk (state=3): >>># cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible <<< 172629 1726888985.60729: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # 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 <<< 172629 1726888985.60748: 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 <<< 172629 1726888985.60783: stdout chunk (state=3): >>># 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 <<< 172629 1726888985.61001: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888985.61016: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888985.61039: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726888985.61069: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888985.61082: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726888985.61111: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888985.61145: 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 <<< 172629 1726888985.61181: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl <<< 172629 1726888985.61211: stdout chunk (state=3): >>># destroy select # destroy _signal <<< 172629 1726888985.61222: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726888985.61248: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 172629 1726888985.61285: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888985.61295: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888985.61322: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726888985.61358: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726888985.61396: 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 <<< 172629 1726888985.61427: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # 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 <<< 172629 1726888985.61442: 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 <<< 172629 1726888985.61476: 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 <<< 172629 1726888985.61487: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 172629 1726888985.61521: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888985.61637: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888985.61646: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888985.61678: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888985.61713: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888985.61758: 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 <<< 172629 1726888985.61771: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888985.61867: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 172629 1726888985.61909: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib <<< 172629 1726888985.61960: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 172629 1726888985.61974: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888985.62340: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888985.62392: stderr chunk (state=3): >>><<< 172629 1726888985.62395: stdout chunk (state=3): >>><<< 172629 1726888985.62564: _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 0x7fb4710184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470fe7b30> # /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 0x7fb47101aa50> 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 0x7fb470dc9130> # /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 0x7fb470dca120> 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 0x7fb470e07fe0> # /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 0x7fb470e1c170> # /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 0x7fb470e3fa10> # /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 0x7fb470e600e0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e1fcb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e1d3d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e05190> # /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 0x7fb470e639b0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e625d0> # /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 0x7fb470e1e270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e60a40> # /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 0x7fb470e90a70> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e04410> # /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 0x7fb470e90f20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e90dd0> # 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 0x7fb470e91190> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e02f30> # /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 0x7fb470e91820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e914f0> 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 0x7fb470e92720> 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 0x7fb470eac8f0> 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 0x7fb470eae030> # /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 0x7fb470eaeed0> # 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 0x7fb470eaf530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470eae420> # /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 0x7fb470eaffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470eaf6e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e908f0> # /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 0x7fb470c2fe30> # /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 0x7fb470c5c860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470c5c5c0> # 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 0x7fb470c5c890> # /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 0x7fb470c5d1c0> # 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 0x7fb470c5dbb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470c5ca70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470c2dfd0> # /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 0x7fb470c5ef90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470c5dcd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470e92e10> # /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 0x7fb470c872f0> # /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 0x7fb470cab620> # /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 0x7fb470d0c3e0> # /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 0x7fb470d0eb40> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470d0c500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470cd5400> # /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 0x7fb470b11490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470caa420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470c5fec0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb470caa780> # zipimport: found 30 names in '/tmp/ansible_stat_payload_nuoy26i2/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 0x7fb470b671d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470b460c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470b45250> # 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 0x7fb470b64f20> # /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 0x7fb470b8ec00> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470b8e990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470b8e2a0> # /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 0x7fb470b8ecf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb47101a9c0> 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 0x7fb470b8f950> # 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 0x7fb470b8fad0> # /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 0x7fb470b8ff20> 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 0x7fb470519d30> # 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 0x7fb47051b950> # /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 0x7fb4705202c0> # /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 0x7fb470521430> # /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 0x7fb470523f20> # 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 0x7fb470c5fdd0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470522210> # /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 0x7fb470527e30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470526930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470526690> # /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 0x7fb470526bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470522720> # 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 0x7fb47056bf50> # /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 0x7fb47056c140> # /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 0x7fb47056dca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb47056da60> # /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 0x7fb470570260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb47056e390> # /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 0x7fb4705739e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4705703e0> # 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 0x7fb470574800> # 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 0x7fb470574830> # 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 0x7fb470574da0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb47056c3b0> # /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 0x7fb4704004d0> # 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 0x7fb4704016d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470576c60> # 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 0x7fb470577860> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470576870> # 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 0x7fb470405970> # /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 0x7fb470406810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4704017f0> 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 0x7fb470406db0> # 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 0x7fb470407ad0> # 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 0x7fb4704123c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb47040d3d0> 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 0x7fb470bdecf0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470bc69c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4704125d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb470412150> # 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": "/dev/sda", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 454, "dev": 6, "nlink": 1, "atime": 1726888960.0389504, "mtime": 1726888960.0389504, "ctime": 1726888960.0389504, "wusr": true, "rusr": true, "xusr": false, "wgrp": true, "rgrp": true, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 2048, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/blockdevice", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/sda", "follow": true, "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. 172629 1726888985.63429: done with _execute_module (stat, {'path': '/dev/sda', 'follow': 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': '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-1726888985.3013206-175702-132402743571009/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888985.63433: _low_level_execute_command(): starting 172629 1726888985.63437: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888985.3013206-175702-132402743571009/ > /dev/null 2>&1 && sleep 0' 172629 1726888985.63667: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888985.63682: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888985.63697: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888985.63715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888985.63739: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888985.63769: 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 <<< 172629 1726888985.63861: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888985.63888: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888985.63981: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888985.65860: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888985.65863: stdout chunk (state=3): >>><<< 172629 1726888985.65870: stderr chunk (state=3): >>><<< 172629 1726888985.65892: _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 172629 1726888985.65904: handler run complete 172629 1726888985.66060: attempt loop complete, returning result 172629 1726888985.66063: _execute() done 172629 1726888985.66066: dumping result to json 172629 1726888985.66068: done dumping result, returning 172629 1726888985.66070: done running TaskExecutor() for managed_node1/TASK: See whether the device node is present [0affc8a3-6f6f-d0a8-add8-000000001763] 172629 1726888985.66072: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001763 172629 1726888985.66139: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001763 172629 1726888985.66142: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726888960.0389504, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726888960.0389504, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 454, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1726888960.0389504, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726888985.66239: no more pending results, returning what we have 172629 1726888985.66243: results queue empty 172629 1726888985.66244: checking for any_errors_fatal 172629 1726888985.66254: done checking for any_errors_fatal 172629 1726888985.66257: checking for max_fail_percentage 172629 1726888985.66259: done checking for max_fail_percentage 172629 1726888985.66260: checking to see if all hosts have failed and the running result is not ok 172629 1726888985.66261: done checking to see if all hosts have failed 172629 1726888985.66262: getting the remaining hosts for this loop 172629 1726888985.66264: done getting the remaining hosts for this loop 172629 1726888985.66268: getting the next task for host managed_node1 172629 1726888985.66276: done getting next task for host managed_node1 172629 1726888985.66279: ^ task is: TASK: Verify the presence/absence of the device node 172629 1726888985.66283: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888985.66287: getting variables 172629 1726888985.66289: in VariableManager get_vars() 172629 1726888985.66323: Calling all_inventory to load vars for managed_node1 172629 1726888985.66326: Calling groups_inventory to load vars for managed_node1 172629 1726888985.66334: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888985.66345: Calling all_plugins_play to load vars for managed_node1 172629 1726888985.66348: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888985.66351: Calling groups_plugins_play to load vars for managed_node1 172629 1726888985.67524: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888985.68100: done with get_vars() 172629 1726888985.68115: done getting variables 172629 1726888985.68181: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Friday 20 September 2024 23:23:05 -0400 (0:00:00.430) 0:01:25.962 ****** 172629 1726888985.68218: entering _queue_task() for managed_node1/assert 172629 1726888985.68645: worker is 1 (out of 1 available) 172629 1726888985.68658: exiting _queue_task() for managed_node1/assert 172629 1726888985.68670: done queuing things up, now waiting for results queue to drain 172629 1726888985.68672: waiting for pending results... 172629 1726888985.68978: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node 172629 1726888985.69159: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001764 172629 1726888985.69165: variable 'ansible_search_path' from source: unknown 172629 1726888985.69169: calling self._execute() 172629 1726888985.69254: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.69270: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.69295: variable 'omit' from source: magic vars 172629 1726888985.69741: variable '_storage_test_volume_present' from source: set_fact 172629 1726888985.69757: variable 'storage_test_volume' from source: include params 172629 1726888985.69798: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 172629 1726888985.69810: variable 'omit' from source: magic vars 172629 1726888985.69881: variable 'omit' from source: magic vars 172629 1726888985.70000: variable 'storage_test_volume' from source: include params 172629 1726888985.70050: variable 'omit' from source: magic vars 172629 1726888985.70100: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888985.70164: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888985.70177: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888985.70200: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888985.70261: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888985.70272: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888985.70275: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.70278: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.70386: Set connection var ansible_timeout to 10 172629 1726888985.70399: Set connection var ansible_shell_type to sh 172629 1726888985.70411: Set connection var ansible_pipelining to False 172629 1726888985.70420: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888985.70431: Set connection var ansible_shell_executable to /bin/sh 172629 1726888985.70490: Set connection var ansible_connection to ssh 172629 1726888985.70493: variable 'ansible_shell_executable' from source: unknown 172629 1726888985.70496: variable 'ansible_connection' from source: unknown 172629 1726888985.70498: variable 'ansible_module_compression' from source: unknown 172629 1726888985.70501: variable 'ansible_shell_type' from source: unknown 172629 1726888985.70503: variable 'ansible_shell_executable' from source: unknown 172629 1726888985.70504: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.70506: variable 'ansible_pipelining' from source: unknown 172629 1726888985.70508: variable 'ansible_timeout' from source: unknown 172629 1726888985.70513: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.70667: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888985.70685: variable 'omit' from source: magic vars 172629 1726888985.70695: starting attempt loop 172629 1726888985.70710: running the handler 172629 1726888985.70879: variable 'storage_test_dev' from source: set_fact 172629 1726888985.70926: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 172629 1726888985.70929: handler run complete 172629 1726888985.70940: attempt loop complete, returning result 172629 1726888985.70947: _execute() done 172629 1726888985.71035: dumping result to json 172629 1726888985.71038: done dumping result, returning 172629 1726888985.71041: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-d0a8-add8-000000001764] 172629 1726888985.71043: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001764 172629 1726888985.71109: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001764 172629 1726888985.71111: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888985.71181: no more pending results, returning what we have 172629 1726888985.71184: results queue empty 172629 1726888985.71185: checking for any_errors_fatal 172629 1726888985.71197: done checking for any_errors_fatal 172629 1726888985.71198: checking for max_fail_percentage 172629 1726888985.71200: done checking for max_fail_percentage 172629 1726888985.71201: checking to see if all hosts have failed and the running result is not ok 172629 1726888985.71202: done checking to see if all hosts have failed 172629 1726888985.71203: getting the remaining hosts for this loop 172629 1726888985.71204: done getting the remaining hosts for this loop 172629 1726888985.71207: getting the next task for host managed_node1 172629 1726888985.71214: done getting next task for host managed_node1 172629 1726888985.71217: ^ task is: TASK: Verify the presence/absence of the device node 172629 1726888985.71222: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888985.71227: getting variables 172629 1726888985.71228: in VariableManager get_vars() 172629 1726888985.71264: Calling all_inventory to load vars for managed_node1 172629 1726888985.71268: Calling groups_inventory to load vars for managed_node1 172629 1726888985.71272: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888985.71284: Calling all_plugins_play to load vars for managed_node1 172629 1726888985.71288: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888985.71291: Calling groups_plugins_play to load vars for managed_node1 172629 1726888985.72088: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888985.72728: done with get_vars() 172629 1726888985.72743: done getting variables 172629 1726888985.72803: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Friday 20 September 2024 23:23:05 -0400 (0:00:00.046) 0:01:26.008 ****** 172629 1726888985.72838: entering _queue_task() for managed_node1/assert 172629 1726888985.73269: worker is 1 (out of 1 available) 172629 1726888985.73280: exiting _queue_task() for managed_node1/assert 172629 1726888985.73292: done queuing things up, now waiting for results queue to drain 172629 1726888985.73293: waiting for pending results... 172629 1726888985.73474: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node 172629 1726888985.73576: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001765 172629 1726888985.73597: variable 'ansible_search_path' from source: unknown 172629 1726888985.73661: calling self._execute() 172629 1726888985.73752: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.73766: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.73782: variable 'omit' from source: magic vars 172629 1726888985.74227: variable '_storage_test_volume_present' from source: set_fact 172629 1726888985.74240: variable 'storage_test_volume' from source: include params 172629 1726888985.74283: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 172629 1726888985.74291: when evaluation is False, skipping this task 172629 1726888985.74298: _execute() done 172629 1726888985.74305: dumping result to json 172629 1726888985.74311: done dumping result, returning 172629 1726888985.74320: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-d0a8-add8-000000001765] 172629 1726888985.74330: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001765 skipping: [managed_node1] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 172629 1726888985.74558: no more pending results, returning what we have 172629 1726888985.74562: results queue empty 172629 1726888985.74563: checking for any_errors_fatal 172629 1726888985.74572: done checking for any_errors_fatal 172629 1726888985.74572: checking for max_fail_percentage 172629 1726888985.74574: done checking for max_fail_percentage 172629 1726888985.74575: checking to see if all hosts have failed and the running result is not ok 172629 1726888985.74576: done checking to see if all hosts have failed 172629 1726888985.74577: getting the remaining hosts for this loop 172629 1726888985.74578: done getting the remaining hosts for this loop 172629 1726888985.74582: getting the next task for host managed_node1 172629 1726888985.74590: done getting next task for host managed_node1 172629 1726888985.74593: ^ task is: TASK: Make sure we got info about this volume 172629 1726888985.74758: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888985.74763: getting variables 172629 1726888985.74764: in VariableManager get_vars() 172629 1726888985.74795: Calling all_inventory to load vars for managed_node1 172629 1726888985.74798: Calling groups_inventory to load vars for managed_node1 172629 1726888985.74801: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888985.74811: Calling all_plugins_play to load vars for managed_node1 172629 1726888985.74814: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888985.74818: Calling groups_plugins_play to load vars for managed_node1 172629 1726888985.75327: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001765 172629 1726888985.75330: WORKER PROCESS EXITING 172629 1726888985.75413: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888985.76068: done with get_vars() 172629 1726888985.76083: done getting variables 172629 1726888985.76147: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Friday 20 September 2024 23:23:05 -0400 (0:00:00.033) 0:01:26.041 ****** 172629 1726888985.76185: entering _queue_task() for managed_node1/assert 172629 1726888985.76479: worker is 1 (out of 1 available) 172629 1726888985.76493: exiting _queue_task() for managed_node1/assert 172629 1726888985.76507: done queuing things up, now waiting for results queue to drain 172629 1726888985.76508: waiting for pending results... 172629 1726888985.76750: running TaskExecutor() for managed_node1/TASK: Make sure we got info about this volume 172629 1726888985.76891: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001766 172629 1726888985.76919: variable 'ansible_search_path' from source: unknown 172629 1726888985.76963: calling self._execute() 172629 1726888985.77082: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.77096: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.77110: variable 'omit' from source: magic vars 172629 1726888985.77499: variable '_storage_test_volume_present' from source: set_fact 172629 1726888985.77513: Evaluated conditional (_storage_test_volume_present): True 172629 1726888985.77568: variable 'omit' from source: magic vars 172629 1726888985.77619: variable 'omit' from source: magic vars 172629 1726888985.77872: variable 'storage_test_volume' from source: include params 172629 1726888985.77930: variable 'omit' from source: magic vars 172629 1726888985.78042: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888985.78187: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888985.78190: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888985.78194: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888985.78210: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888985.78244: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888985.78257: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.78267: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.78381: Set connection var ansible_timeout to 10 172629 1726888985.78385: Set connection var ansible_shell_type to sh 172629 1726888985.78490: Set connection var ansible_pipelining to False 172629 1726888985.78493: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888985.78496: Set connection var ansible_shell_executable to /bin/sh 172629 1726888985.78498: Set connection var ansible_connection to ssh 172629 1726888985.78500: variable 'ansible_shell_executable' from source: unknown 172629 1726888985.78502: variable 'ansible_connection' from source: unknown 172629 1726888985.78504: variable 'ansible_module_compression' from source: unknown 172629 1726888985.78506: variable 'ansible_shell_type' from source: unknown 172629 1726888985.78508: variable 'ansible_shell_executable' from source: unknown 172629 1726888985.78510: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.78512: variable 'ansible_pipelining' from source: unknown 172629 1726888985.78514: variable 'ansible_timeout' from source: unknown 172629 1726888985.78516: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.78628: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888985.78644: variable 'omit' from source: magic vars 172629 1726888985.78657: starting attempt loop 172629 1726888985.78665: running the handler 172629 1726888985.78824: variable 'storage_test_volume' from source: include params 172629 1726888985.78841: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888985.78872: Evaluated conditional (storage_test_volume._raw_device in storage_test_blkinfo.info): True 172629 1726888985.78883: handler run complete 172629 1726888985.78903: attempt loop complete, returning result 172629 1726888985.78909: _execute() done 172629 1726888985.78916: dumping result to json 172629 1726888985.78927: done dumping result, returning 172629 1726888985.78937: done running TaskExecutor() for managed_node1/TASK: Make sure we got info about this volume [0affc8a3-6f6f-d0a8-add8-000000001766] 172629 1726888985.78947: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001766 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888985.79100: no more pending results, returning what we have 172629 1726888985.79104: results queue empty 172629 1726888985.79106: checking for any_errors_fatal 172629 1726888985.79116: done checking for any_errors_fatal 172629 1726888985.79117: checking for max_fail_percentage 172629 1726888985.79119: done checking for max_fail_percentage 172629 1726888985.79120: checking to see if all hosts have failed and the running result is not ok 172629 1726888985.79121: done checking to see if all hosts have failed 172629 1726888985.79122: getting the remaining hosts for this loop 172629 1726888985.79124: done getting the remaining hosts for this loop 172629 1726888985.79127: getting the next task for host managed_node1 172629 1726888985.79136: done getting next task for host managed_node1 172629 1726888985.79140: ^ task is: TASK: Process volume type (set initial value) (1/2) 172629 1726888985.79146: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888985.79150: getting variables 172629 1726888985.79152: in VariableManager get_vars() 172629 1726888985.79193: Calling all_inventory to load vars for managed_node1 172629 1726888985.79196: Calling groups_inventory to load vars for managed_node1 172629 1726888985.79200: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888985.79211: Calling all_plugins_play to load vars for managed_node1 172629 1726888985.79214: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888985.79218: Calling groups_plugins_play to load vars for managed_node1 172629 1726888985.80021: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001766 172629 1726888985.80024: WORKER PROCESS EXITING 172629 1726888985.80044: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888985.80670: done with get_vars() 172629 1726888985.80685: done getting variables 172629 1726888985.80737: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Friday 20 September 2024 23:23:05 -0400 (0:00:00.045) 0:01:26.087 ****** 172629 1726888985.80776: entering _queue_task() for managed_node1/set_fact 172629 1726888985.81027: worker is 1 (out of 1 available) 172629 1726888985.81040: exiting _queue_task() for managed_node1/set_fact 172629 1726888985.81057: done queuing things up, now waiting for results queue to drain 172629 1726888985.81059: waiting for pending results... 172629 1726888985.81470: running TaskExecutor() for managed_node1/TASK: Process volume type (set initial value) (1/2) 172629 1726888985.81476: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001767 172629 1726888985.81497: variable 'ansible_search_path' from source: unknown 172629 1726888985.81536: calling self._execute() 172629 1726888985.81647: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.81663: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.81676: variable 'omit' from source: magic vars 172629 1726888985.81796: variable 'omit' from source: magic vars 172629 1726888985.81871: variable 'omit' from source: magic vars 172629 1726888985.82108: variable 'storage_test_volume' from source: include params 172629 1726888985.82163: variable 'omit' from source: magic vars 172629 1726888985.82204: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888985.82244: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888985.82274: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888985.82294: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888985.82350: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888985.82358: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888985.82361: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.82363: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.82546: Set connection var ansible_timeout to 10 172629 1726888985.82659: Set connection var ansible_shell_type to sh 172629 1726888985.82664: Set connection var ansible_pipelining to False 172629 1726888985.82667: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888985.82670: Set connection var ansible_shell_executable to /bin/sh 172629 1726888985.82675: Set connection var ansible_connection to ssh 172629 1726888985.82677: variable 'ansible_shell_executable' from source: unknown 172629 1726888985.82679: variable 'ansible_connection' from source: unknown 172629 1726888985.82681: variable 'ansible_module_compression' from source: unknown 172629 1726888985.82683: variable 'ansible_shell_type' from source: unknown 172629 1726888985.82686: variable 'ansible_shell_executable' from source: unknown 172629 1726888985.82688: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.82690: variable 'ansible_pipelining' from source: unknown 172629 1726888985.82692: variable 'ansible_timeout' from source: unknown 172629 1726888985.82695: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.82823: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888985.82840: variable 'omit' from source: magic vars 172629 1726888985.82849: starting attempt loop 172629 1726888985.82858: running the handler 172629 1726888985.82922: handler run complete 172629 1726888985.82926: attempt loop complete, returning result 172629 1726888985.82928: _execute() done 172629 1726888985.82930: dumping result to json 172629 1726888985.82932: done dumping result, returning 172629 1726888985.82934: done running TaskExecutor() for managed_node1/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-d0a8-add8-000000001767] 172629 1726888985.82936: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001767 172629 1726888985.83262: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001767 172629 1726888985.83267: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } 172629 1726888985.83309: no more pending results, returning what we have 172629 1726888985.83312: results queue empty 172629 1726888985.83313: checking for any_errors_fatal 172629 1726888985.83318: done checking for any_errors_fatal 172629 1726888985.83318: checking for max_fail_percentage 172629 1726888985.83320: done checking for max_fail_percentage 172629 1726888985.83321: checking to see if all hosts have failed and the running result is not ok 172629 1726888985.83321: done checking to see if all hosts have failed 172629 1726888985.83322: getting the remaining hosts for this loop 172629 1726888985.83323: done getting the remaining hosts for this loop 172629 1726888985.83326: getting the next task for host managed_node1 172629 1726888985.83332: done getting next task for host managed_node1 172629 1726888985.83334: ^ task is: TASK: Process volume type (get RAID value) (2/2) 172629 1726888985.83339: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888985.83343: getting variables 172629 1726888985.83344: in VariableManager get_vars() 172629 1726888985.83379: Calling all_inventory to load vars for managed_node1 172629 1726888985.83382: Calling groups_inventory to load vars for managed_node1 172629 1726888985.83385: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888985.83394: Calling all_plugins_play to load vars for managed_node1 172629 1726888985.83397: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888985.83400: Calling groups_plugins_play to load vars for managed_node1 172629 1726888985.83944: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888985.84558: done with get_vars() 172629 1726888985.84574: done getting variables 172629 1726888985.84632: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Friday 20 September 2024 23:23:05 -0400 (0:00:00.038) 0:01:26.126 ****** 172629 1726888985.84669: entering _queue_task() for managed_node1/set_fact 172629 1726888985.85078: worker is 1 (out of 1 available) 172629 1726888985.85091: exiting _queue_task() for managed_node1/set_fact 172629 1726888985.85103: done queuing things up, now waiting for results queue to drain 172629 1726888985.85105: waiting for pending results... 172629 1726888985.85317: running TaskExecutor() for managed_node1/TASK: Process volume type (get RAID value) (2/2) 172629 1726888985.85464: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001768 172629 1726888985.85485: variable 'ansible_search_path' from source: unknown 172629 1726888985.85521: calling self._execute() 172629 1726888985.85632: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.85644: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.85666: variable 'omit' from source: magic vars 172629 1726888985.86044: variable 'storage_test_volume' from source: include params 172629 1726888985.86091: Evaluated conditional (storage_test_volume.type == "raid"): False 172629 1726888985.86186: when evaluation is False, skipping this task 172629 1726888985.86190: _execute() done 172629 1726888985.86192: dumping result to json 172629 1726888985.86194: done dumping result, returning 172629 1726888985.86197: done running TaskExecutor() for managed_node1/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-d0a8-add8-000000001768] 172629 1726888985.86199: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001768 172629 1726888985.86269: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001768 172629 1726888985.86273: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 172629 1726888985.86337: no more pending results, returning what we have 172629 1726888985.86341: results queue empty 172629 1726888985.86342: checking for any_errors_fatal 172629 1726888985.86349: done checking for any_errors_fatal 172629 1726888985.86350: checking for max_fail_percentage 172629 1726888985.86352: done checking for max_fail_percentage 172629 1726888985.86357: checking to see if all hosts have failed and the running result is not ok 172629 1726888985.86358: done checking to see if all hosts have failed 172629 1726888985.86359: getting the remaining hosts for this loop 172629 1726888985.86360: done getting the remaining hosts for this loop 172629 1726888985.86364: getting the next task for host managed_node1 172629 1726888985.86373: done getting next task for host managed_node1 172629 1726888985.86376: ^ task is: TASK: Verify the volume's device type 172629 1726888985.86382: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888985.86388: getting variables 172629 1726888985.86389: in VariableManager get_vars() 172629 1726888985.86426: Calling all_inventory to load vars for managed_node1 172629 1726888985.86429: Calling groups_inventory to load vars for managed_node1 172629 1726888985.86433: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888985.86446: Calling all_plugins_play to load vars for managed_node1 172629 1726888985.86450: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888985.86561: Calling groups_plugins_play to load vars for managed_node1 172629 1726888985.87233: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888985.87846: done with get_vars() 172629 1726888985.87864: done getting variables 172629 1726888985.87917: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Friday 20 September 2024 23:23:05 -0400 (0:00:00.032) 0:01:26.159 ****** 172629 1726888985.87946: entering _queue_task() for managed_node1/assert 172629 1726888985.88206: worker is 1 (out of 1 available) 172629 1726888985.88220: exiting _queue_task() for managed_node1/assert 172629 1726888985.88234: done queuing things up, now waiting for results queue to drain 172629 1726888985.88235: waiting for pending results... 172629 1726888985.88533: running TaskExecutor() for managed_node1/TASK: Verify the volume's device type 172629 1726888985.88611: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001769 172629 1726888985.88635: variable 'ansible_search_path' from source: unknown 172629 1726888985.88676: calling self._execute() 172629 1726888985.88789: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.88847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.88850: variable 'omit' from source: magic vars 172629 1726888985.89159: variable '_storage_test_volume_present' from source: set_fact 172629 1726888985.89177: Evaluated conditional (_storage_test_volume_present): True 172629 1726888985.89188: variable 'omit' from source: magic vars 172629 1726888985.89247: variable 'omit' from source: magic vars 172629 1726888985.89290: variable 'omit' from source: magic vars 172629 1726888985.89332: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888985.89389: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888985.89406: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888985.89497: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888985.89500: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888985.89503: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888985.89505: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.89508: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.89598: Set connection var ansible_timeout to 10 172629 1726888985.89616: Set connection var ansible_shell_type to sh 172629 1726888985.89627: Set connection var ansible_pipelining to False 172629 1726888985.89635: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888985.89642: Set connection var ansible_shell_executable to /bin/sh 172629 1726888985.89646: Set connection var ansible_connection to ssh 172629 1726888985.89669: variable 'ansible_shell_executable' from source: unknown 172629 1726888985.89676: variable 'ansible_connection' from source: unknown 172629 1726888985.89682: variable 'ansible_module_compression' from source: unknown 172629 1726888985.89687: variable 'ansible_shell_type' from source: unknown 172629 1726888985.89692: variable 'ansible_shell_executable' from source: unknown 172629 1726888985.89697: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.89702: variable 'ansible_pipelining' from source: unknown 172629 1726888985.89706: variable 'ansible_timeout' from source: unknown 172629 1726888985.89717: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.89933: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888985.89937: variable 'omit' from source: magic vars 172629 1726888985.89940: starting attempt loop 172629 1726888985.89942: running the handler 172629 1726888985.90149: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888985.90184: variable 'storage_test_volume' from source: include params 172629 1726888985.90205: variable 'st_volume_type' from source: set_fact 172629 1726888985.90238: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._raw_device].type == st_volume_type): True 172629 1726888985.90249: handler run complete 172629 1726888985.90276: attempt loop complete, returning result 172629 1726888985.90284: _execute() done 172629 1726888985.90291: dumping result to json 172629 1726888985.90298: done dumping result, returning 172629 1726888985.90308: done running TaskExecutor() for managed_node1/TASK: Verify the volume's device type [0affc8a3-6f6f-d0a8-add8-000000001769] 172629 1726888985.90325: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001769 172629 1726888985.90503: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001769 172629 1726888985.90506: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888985.90596: no more pending results, returning what we have 172629 1726888985.90600: results queue empty 172629 1726888985.90602: checking for any_errors_fatal 172629 1726888985.90611: done checking for any_errors_fatal 172629 1726888985.90611: checking for max_fail_percentage 172629 1726888985.90613: done checking for max_fail_percentage 172629 1726888985.90614: checking to see if all hosts have failed and the running result is not ok 172629 1726888985.90615: done checking to see if all hosts have failed 172629 1726888985.90616: getting the remaining hosts for this loop 172629 1726888985.90618: done getting the remaining hosts for this loop 172629 1726888985.90621: getting the next task for host managed_node1 172629 1726888985.90633: done getting next task for host managed_node1 172629 1726888985.90637: ^ task is: TASK: Stat the LUKS device, if encrypted 172629 1726888985.90643: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888985.90649: getting variables 172629 1726888985.90651: in VariableManager get_vars() 172629 1726888985.90694: Calling all_inventory to load vars for managed_node1 172629 1726888985.90697: Calling groups_inventory to load vars for managed_node1 172629 1726888985.90701: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888985.90713: Calling all_plugins_play to load vars for managed_node1 172629 1726888985.90716: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888985.90720: Calling groups_plugins_play to load vars for managed_node1 172629 1726888985.91807: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888985.92410: done with get_vars() 172629 1726888985.92423: done getting variables TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Friday 20 September 2024 23:23:05 -0400 (0:00:00.045) 0:01:26.205 ****** 172629 1726888985.92505: entering _queue_task() for managed_node1/stat 172629 1726888985.92982: worker is 1 (out of 1 available) 172629 1726888985.92995: exiting _queue_task() for managed_node1/stat 172629 1726888985.93009: done queuing things up, now waiting for results queue to drain 172629 1726888985.93010: waiting for pending results... 172629 1726888985.93277: running TaskExecutor() for managed_node1/TASK: Stat the LUKS device, if encrypted 172629 1726888985.93524: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000176d 172629 1726888985.93528: variable 'ansible_search_path' from source: unknown 172629 1726888985.93531: calling self._execute() 172629 1726888985.93577: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.93591: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.93605: variable 'omit' from source: magic vars 172629 1726888985.93971: variable 'storage_test_volume' from source: include params 172629 1726888985.94007: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888985.94015: when evaluation is False, skipping this task 172629 1726888985.94024: _execute() done 172629 1726888985.94032: dumping result to json 172629 1726888985.94038: done dumping result, returning 172629 1726888985.94048: done running TaskExecutor() for managed_node1/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-d0a8-add8-00000000176d] 172629 1726888985.94061: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000176d skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888985.94210: no more pending results, returning what we have 172629 1726888985.94213: results queue empty 172629 1726888985.94214: checking for any_errors_fatal 172629 1726888985.94222: done checking for any_errors_fatal 172629 1726888985.94223: checking for max_fail_percentage 172629 1726888985.94225: done checking for max_fail_percentage 172629 1726888985.94226: checking to see if all hosts have failed and the running result is not ok 172629 1726888985.94226: done checking to see if all hosts have failed 172629 1726888985.94227: getting the remaining hosts for this loop 172629 1726888985.94229: done getting the remaining hosts for this loop 172629 1726888985.94232: getting the next task for host managed_node1 172629 1726888985.94239: done getting next task for host managed_node1 172629 1726888985.94241: ^ task is: TASK: Ensure cryptsetup is present 172629 1726888985.94248: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888985.94256: getting variables 172629 1726888985.94258: in VariableManager get_vars() 172629 1726888985.94294: Calling all_inventory to load vars for managed_node1 172629 1726888985.94297: Calling groups_inventory to load vars for managed_node1 172629 1726888985.94300: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888985.94313: Calling all_plugins_play to load vars for managed_node1 172629 1726888985.94315: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888985.94319: Calling groups_plugins_play to load vars for managed_node1 172629 1726888985.94837: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000176d 172629 1726888985.94841: WORKER PROCESS EXITING 172629 1726888985.94944: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888985.96175: done with get_vars() 172629 1726888985.96189: done getting variables 172629 1726888985.96248: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Friday 20 September 2024 23:23:05 -0400 (0:00:00.039) 0:01:26.244 ****** 172629 1726888985.96439: entering _queue_task() for managed_node1/package 172629 1726888985.96895: worker is 1 (out of 1 available) 172629 1726888985.96908: exiting _queue_task() for managed_node1/package 172629 1726888985.96921: done queuing things up, now waiting for results queue to drain 172629 1726888985.96922: waiting for pending results... 172629 1726888985.97310: running TaskExecutor() for managed_node1/TASK: Ensure cryptsetup is present 172629 1726888985.97724: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000176e 172629 1726888985.97728: variable 'ansible_search_path' from source: unknown 172629 1726888985.97732: calling self._execute() 172629 1726888985.98053: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888985.98059: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888985.98061: variable 'omit' from source: magic vars 172629 1726888985.98515: variable 'omit' from source: magic vars 172629 1726888985.98518: variable 'omit' from source: magic vars 172629 1726888985.99261: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888986.02238: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888986.02331: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888986.02375: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888986.02412: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888986.02544: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888986.02566: 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) 172629 1726888986.02601: 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) 172629 1726888986.02633: 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) 172629 1726888986.02689: 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) 172629 1726888986.02712: 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) 172629 1726888986.02839: variable '__storage_is_ostree' from source: set_fact 172629 1726888986.02853: variable 'omit' from source: magic vars 172629 1726888986.02906: variable 'omit' from source: magic vars 172629 1726888986.02939: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888986.02981: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888986.03008: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888986.03032: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888986.03080: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888986.03215: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888986.03219: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888986.03221: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888986.03260: Set connection var ansible_timeout to 10 172629 1726888986.03272: Set connection var ansible_shell_type to sh 172629 1726888986.03285: Set connection var ansible_pipelining to False 172629 1726888986.03296: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888986.03315: Set connection var ansible_shell_executable to /bin/sh 172629 1726888986.03322: Set connection var ansible_connection to ssh 172629 1726888986.03348: variable 'ansible_shell_executable' from source: unknown 172629 1726888986.03357: variable 'ansible_connection' from source: unknown 172629 1726888986.03417: variable 'ansible_module_compression' from source: unknown 172629 1726888986.03420: variable 'ansible_shell_type' from source: unknown 172629 1726888986.03423: variable 'ansible_shell_executable' from source: unknown 172629 1726888986.03425: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888986.03427: variable 'ansible_pipelining' from source: unknown 172629 1726888986.03429: variable 'ansible_timeout' from source: unknown 172629 1726888986.03431: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888986.03506: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888986.03528: variable 'omit' from source: magic vars 172629 1726888986.03537: starting attempt loop 172629 1726888986.03543: running the handler 172629 1726888986.03558: variable 'ansible_facts' from source: unknown 172629 1726888986.03567: variable 'ansible_facts' from source: unknown 172629 1726888986.03634: _low_level_execute_command(): starting 172629 1726888986.03743: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888986.04332: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888986.04348: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888986.04366: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888986.04384: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888986.04489: 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 <<< 172629 1726888986.04525: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888986.04596: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888986.06315: stdout chunk (state=3): >>>/root <<< 172629 1726888986.06483: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888986.06486: stdout chunk (state=3): >>><<< 172629 1726888986.06488: stderr chunk (state=3): >>><<< 172629 1726888986.06506: _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 172629 1726888986.06561: _low_level_execute_command(): starting 172629 1726888986.06565: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888986.065203-175728-48341386938691 `" && echo ansible-tmp-1726888986.065203-175728-48341386938691="` echo /root/.ansible/tmp/ansible-tmp-1726888986.065203-175728-48341386938691 `" ) && sleep 0' 172629 1726888986.07272: 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 <<< 172629 1726888986.07335: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888986.07351: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888986.07381: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888986.07460: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888986.09361: stdout chunk (state=3): >>>ansible-tmp-1726888986.065203-175728-48341386938691=/root/.ansible/tmp/ansible-tmp-1726888986.065203-175728-48341386938691 <<< 172629 1726888986.09516: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888986.09519: stdout chunk (state=3): >>><<< 172629 1726888986.09522: stderr chunk (state=3): >>><<< 172629 1726888986.09660: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888986.065203-175728-48341386938691=/root/.ansible/tmp/ansible-tmp-1726888986.065203-175728-48341386938691 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888986.09664: variable 'ansible_module_compression' from source: unknown 172629 1726888986.09666: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 172629 1726888986.09689: variable 'ansible_facts' from source: unknown 172629 1726888986.09825: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888986.065203-175728-48341386938691/AnsiballZ_dnf.py 172629 1726888986.10020: Sending initial data 172629 1726888986.10023: Sent initial data (152 bytes) 172629 1726888986.10609: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888986.10667: 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 <<< 172629 1726888986.10719: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888986.10733: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888986.10752: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888986.10898: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888986.12435: 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 <<< 172629 1726888986.12539: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888986.12585: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpvn8oenph /root/.ansible/tmp/ansible-tmp-1726888986.065203-175728-48341386938691/AnsiballZ_dnf.py <<< 172629 1726888986.12588: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888986.065203-175728-48341386938691/AnsiballZ_dnf.py" <<< 172629 1726888986.12878: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpvn8oenph" to remote "/root/.ansible/tmp/ansible-tmp-1726888986.065203-175728-48341386938691/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888986.065203-175728-48341386938691/AnsiballZ_dnf.py" <<< 172629 1726888986.13771: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888986.13837: stderr chunk (state=3): >>><<< 172629 1726888986.13859: stdout chunk (state=3): >>><<< 172629 1726888986.13887: done transferring module to remote 172629 1726888986.13904: _low_level_execute_command(): starting 172629 1726888986.13913: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888986.065203-175728-48341386938691/ /root/.ansible/tmp/ansible-tmp-1726888986.065203-175728-48341386938691/AnsiballZ_dnf.py && sleep 0' 172629 1726888986.14522: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888986.14569: 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 <<< 172629 1726888986.14647: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888986.14671: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888986.14684: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888986.14758: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888986.16538: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888986.16542: stdout chunk (state=3): >>><<< 172629 1726888986.16549: stderr chunk (state=3): >>><<< 172629 1726888986.16645: _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 172629 1726888986.16648: _low_level_execute_command(): starting 172629 1726888986.16651: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888986.065203-175728-48341386938691/AnsiballZ_dnf.py && sleep 0' 172629 1726888986.17177: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888986.17192: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888986.17208: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888986.17226: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888986.17243: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888986.17268: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888986.17357: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888986.17376: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888986.17393: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888986.17484: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888986.19609: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888986.19636: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888986.19666: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 172629 1726888986.19692: stdout chunk (state=3): >>>import '_weakref' # <<< 172629 1726888986.19747: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888986.19750: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888986.19779: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888986.19835: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888986.19838: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888986.19858: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888986.19904: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726888986.19919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888986.19938: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 172629 1726888986.19976: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888986.20011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888986.20026: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0b104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0adfb30> <<< 172629 1726888986.20065: 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' <<< 172629 1726888986.20100: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0b12a50> import '_signal' # <<< 172629 1726888986.20103: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726888986.20125: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 172629 1726888986.20164: stdout chunk (state=3): >>>import '_stat' # <<< 172629 1726888986.20180: stdout chunk (state=3): >>>import 'stat' # <<< 172629 1726888986.20245: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888986.20274: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888986.20311: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888986.20340: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888986.20362: 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' <<< 172629 1726888986.20408: 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 <<< 172629 1726888986.20416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888986.20431: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f08e5130> <<< 172629 1726888986.20483: 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 <<< 172629 1726888986.20503: 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 0x7fa5f08e6120> <<< 172629 1726888986.20521: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888986.20546: 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. <<< 172629 1726888986.20833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888986.20838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888986.20875: 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' <<< 172629 1726888986.20878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888986.20914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888986.20928: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888986.20966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888986.20989: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f092bf20> <<< 172629 1726888986.20999: 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' <<< 172629 1726888986.21032: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f09380b0> <<< 172629 1726888986.21136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888986.21238: 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 # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 172629 1726888986.21242: 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 0x7fa5f095b920> <<< 172629 1726888986.21245: 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' <<< 172629 1726888986.21247: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f095bfb0> import '_collections' # <<< 172629 1726888986.21298: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f093bbc0> <<< 172629 1726888986.21318: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888986.21330: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0939310> <<< 172629 1726888986.21426: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f09290d0> <<< 172629 1726888986.21459: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888986.21482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888986.21527: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888986.21531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888986.21550: 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' <<< 172629 1726888986.21618: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f097f8c0> <<< 172629 1726888986.21647: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f097e4e0> # /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 0x7fa5f093a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f092afc0> <<< 172629 1726888986.21688: 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 0x7fa5f09ac950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0928350> <<< 172629 1726888986.21722: 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' <<< 172629 1726888986.21775: 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 0x7fa5f09ace00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f09accb0> <<< 172629 1726888986.21844: 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 0x7fa5f09ad0a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f091ee70> <<< 172629 1726888986.21849: 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' <<< 172629 1726888986.21905: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888986.21937: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f09ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f09ad460> import 'importlib.machinery' # <<< 172629 1726888986.21989: 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 0x7fa5f09ae660> <<< 172629 1726888986.21993: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726888986.22048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888986.22052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888986.22075: 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 0x7fa5f09c8860> <<< 172629 1726888986.22121: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888986.22160: 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 0x7fa5f09c9fa0> <<< 172629 1726888986.22178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726888986.22215: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f09cae40> <<< 172629 1726888986.22256: 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 0x7fa5f09cb470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f09ca390> <<< 172629 1726888986.22305: 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' <<< 172629 1726888986.22308: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888986.22318: 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 0x7fa5f09cbe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f09cb590> <<< 172629 1726888986.22354: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f09ae5d0> <<< 172629 1726888986.22386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888986.22421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888986.22425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888986.22483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888986.22487: 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 0x7fa5f06fbd10> <<< 172629 1726888986.22551: 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 0x7fa5f0728830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0728590> <<< 172629 1726888986.22575: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888986.22598: 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 0x7fa5f0728860> # /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' <<< 172629 1726888986.22662: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888986.22789: 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 0x7fa5f0729160> <<< 172629 1726888986.22890: 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 0x7fa5f0729b20> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0728a40> <<< 172629 1726888986.22949: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f06f9eb0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888986.22979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888986.22991: 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 0x7fa5f072aed0> <<< 172629 1726888986.23025: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0728fe0> <<< 172629 1726888986.23074: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f09aed80> <<< 172629 1726888986.23077: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888986.23131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888986.23174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888986.23209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f074f200> <<< 172629 1726888986.23269: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888986.23300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888986.23336: 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' <<< 172629 1726888986.23457: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f077b5f0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888986.23690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f07d4410> <<< 172629 1726888986.23693: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f07d6b70> <<< 172629 1726888986.23750: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f07d4530> <<< 172629 1726888986.23787: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f079d400> <<< 172629 1726888986.23817: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726888986.23828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0115460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f077a3f0> <<< 172629 1726888986.23854: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f072bdd0> <<< 172629 1726888986.23954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888986.23978: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa5f077a9f0> <<< 172629 1726888986.24169: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_re43ktgo/ansible_ansible.legacy.dnf_payload.zip' <<< 172629 1726888986.24172: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.24290: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.24326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888986.24330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888986.24373: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888986.24446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888986.24479: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 172629 1726888986.24482: 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 0x7fa5f016f1d0> import '_typing' # <<< 172629 1726888986.24668: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f014e0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f014d220> # zipimport: zlib available <<< 172629 1726888986.24701: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888986.24704: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.24729: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888986.24745: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888986.24762: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.26125: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.27306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888986.27313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f016d070> # /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' <<< 172629 1726888986.27316: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888986.27318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888986.27320: 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' <<< 172629 1726888986.27361: 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 0x7fa5f0196b40> <<< 172629 1726888986.27397: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0196900> <<< 172629 1726888986.27405: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0196210> <<< 172629 1726888986.27429: 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' <<< 172629 1726888986.27471: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0196660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0728440> <<< 172629 1726888986.27524: stdout chunk (state=3): >>>import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa5f0197890> <<< 172629 1726888986.27533: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888986.27553: 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 0x7fa5f0197ad0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888986.27597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888986.27620: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888986.27652: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0197f50> <<< 172629 1726888986.27674: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888986.27701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888986.27738: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0005c70> <<< 172629 1726888986.27774: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888986.27795: 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 0x7fa5f0007890> # /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' <<< 172629 1726888986.27854: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f000c230> <<< 172629 1726888986.27871: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888986.27890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f000d3a0> <<< 172629 1726888986.27925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888986.27976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888986.27979: 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' <<< 172629 1726888986.28025: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f000fec0> <<< 172629 1726888986.28079: 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 0x7fa5f09cacc0> <<< 172629 1726888986.28121: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f000e180> <<< 172629 1726888986.28141: 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' <<< 172629 1726888986.28159: 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' <<< 172629 1726888986.28210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888986.28217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888986.28243: 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 0x7fa5f0013ef0> import '_tokenize' # <<< 172629 1726888986.28317: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f00129c0> <<< 172629 1726888986.28346: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0012720> # /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' <<< 172629 1726888986.28417: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0012c90> <<< 172629 1726888986.28552: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f000e690> <<< 172629 1726888986.28761: 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 0x7fa5f0057f20> # /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 0x7fa5f0058230> # /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 0x7fa5f0059ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0059a60> <<< 172629 1726888986.28799: stdout chunk (state=3): >>># /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 0x7fa5f005c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f005a390> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888986.28819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888986.28843: 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' # <<< 172629 1726888986.28896: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f005fa10> <<< 172629 1726888986.29010: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f005c3e0> <<< 172629 1726888986.29072: 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'<<< 172629 1726888986.29106: stdout chunk (state=3): >>> import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa5f0060410> # 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 0x7fa5f0060c50> <<< 172629 1726888986.29151: 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 0x7fa5f0060d40> <<< 172629 1726888986.29194: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0058320> <<< 172629 1726888986.29200: 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 <<< 172629 1726888986.29269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888986.29272: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888986.29274: 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 0x7fa5efef0410> <<< 172629 1726888986.29408: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888986.29435: 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 0x7fa5efef1730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0062ba0> <<< 172629 1726888986.29470: 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 0x7fa5f0063f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f00627e0> <<< 172629 1726888986.29509: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888986.29512: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.29597: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.29687: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888986.29733: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.29743: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888986.29862: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.29977: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.30499: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.31045: 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' # <<< 172629 1726888986.31078: 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' <<< 172629 1726888986.31130: 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'<<< 172629 1726888986.31150: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa5efef5a00> <<< 172629 1726888986.31223: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726888986.31236: 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 0x7fa5efef67e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efef1580> <<< 172629 1726888986.31287: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888986.31324: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.31327: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726888986.31344: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.31519: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.31646: 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' <<< 172629 1726888986.31673: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efef6720> # zipimport: zlib available <<< 172629 1726888986.32107: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.32544: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.32619: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.32692: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726888986.32739: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.32767: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888986.32780: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.32845: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.32935: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888986.32939: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.32951: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888986.32980: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.33018: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.33051: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888986.33288: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.33682: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efef7980> # zipimport: zlib available <<< 172629 1726888986.33714: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.33793: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 172629 1726888986.33796: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888986.33822: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.33878: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.33911: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888986.33914: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.33960: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.34002: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.34059: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.34123: 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 <<< 172629 1726888986.34158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888986.34237: 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' <<< 172629 1726888986.34240: 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 0x7fa5eff025a0> <<< 172629 1726888986.34273: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efefdb20> <<< 172629 1726888986.34295: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888986.34318: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.34374: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.34445: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.34468: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.34512: 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' <<< 172629 1726888986.34530: 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 <<< 172629 1726888986.34556: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888986.34577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888986.34636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888986.34658: 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' <<< 172629 1726888986.34713: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5effeed50> <<< 172629 1726888986.34751: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f01caa20> <<< 172629 1726888986.34836: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff02300> <<< 172629 1726888986.34848: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0061610> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888986.34872: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.34902: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888986.34984: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888986.34988: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.35002: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888986.35557: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.36076: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.36752: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.37414: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 172629 1726888986.37418: 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 0x7fa5eff94b30> <<< 172629 1726888986.37446: 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 0x7fa5eff94d70> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py <<< 172629 1726888986.37479: stdout chunk (state=3): >>># 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' <<< 172629 1726888986.37491: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 172629 1726888986.37523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff95490> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff94f80> <<< 172629 1726888986.37560: 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' <<< 172629 1726888986.37573: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 172629 1726888986.37622: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff95df0> <<< 172629 1726888986.37641: 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' <<< 172629 1726888986.37680: 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' <<< 172629 1726888986.37715: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 172629 1726888986.37749: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 172629 1726888986.37787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 172629 1726888986.37803: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff81bb0> # /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 0x7fa5eff82420> <<< 172629 1726888986.37839: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb1a8d0> <<< 172629 1726888986.37892: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff975f0> <<< 172629 1726888986.37906: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 172629 1726888986.37954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 172629 1726888986.37984: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 172629 1726888986.38028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 172629 1726888986.38097: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb29460> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb1bf50> <<< 172629 1726888986.38136: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb1b380> <<< 172629 1726888986.38180: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff96a80> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 172629 1726888986.38209: 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 <<< 172629 1726888986.38285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 172629 1726888986.38308: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 172629 1726888986.38327: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb95460> <<< 172629 1726888986.38440: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb4d580> <<< 172629 1726888986.38573: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff97050> <<< 172629 1726888986.38576: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 172629 1726888986.38623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 172629 1726888986.38629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 172629 1726888986.38978: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb9cf80> <<< 172629 1726888986.38995: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb97200> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb4d070> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff96450> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff95e80> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff95bb0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff94dd0> # /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 0x7fa5eff95eb0> # /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 0x7fa5efb9d610> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb9d220> # /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 0x7fa5efb9dd60> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 172629 1726888986.39013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 172629 1726888986.39071: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888986.39102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888986.39169: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888986.39244: 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 0x7fa5efbac2c0> <<< 172629 1726888986.39425: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb859a0> <<< 172629 1726888986.39446: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb9ec90> <<< 172629 1726888986.39475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 172629 1726888986.39491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 172629 1726888986.39519: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb85430> <<< 172629 1726888986.39549: 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 0x7fa5efbba5d0> <<< 172629 1726888986.39582: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 172629 1726888986.39627: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 172629 1726888986.39630: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efbbb230> <<< 172629 1726888986.39661: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efbbacf0> <<< 172629 1726888986.39671: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 172629 1726888986.39726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 172629 1726888986.39802: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efbbb740> <<< 172629 1726888986.39820: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 172629 1726888986.39859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 172629 1726888986.40102: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb8fc50> <<< 172629 1726888986.40105: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 172629 1726888986.40134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efaaa090> <<< 172629 1726888986.40181: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.40291: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 172629 1726888986.40294: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.40411: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.40561: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 172629 1726888986.40571: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.40608: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.40671: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 172629 1726888986.40681: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.40795: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.40907: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 172629 1726888986.40994: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888986.41456: 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' <<< 172629 1726888986.41480: 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' <<< 172629 1726888986.41517: 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 0x7fa5efadf020> <<< 172629 1726888986.41543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726888986.41573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726888986.41702: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efadf140> <<< 172629 1726888986.41844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 172629 1726888986.41847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 172629 1726888986.41850: 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 0x7fa5ef83b320> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ef83ab70> # 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 0x7fa5ef83ad50> <<< 172629 1726888986.41876: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efadf620> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efade4e0> <<< 172629 1726888986.41910: 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 <<< 172629 1726888986.41914: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efaded20> <<< 172629 1726888986.41938: 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 <<< 172629 1726888986.42001: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 172629 1726888986.42032: 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' <<< 172629 1726888986.42059: 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' <<< 172629 1726888986.42194: 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 0x7fa5ef8b49b0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ef8b4590> <<< 172629 1726888986.42214: 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 <<< 172629 1726888986.42271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 172629 1726888986.42315: 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 0x7fa5ef8dc290> <<< 172629 1726888986.42362: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ef8b4b00> <<< 172629 1726888986.42373: 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 <<< 172629 1726888986.42459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 172629 1726888986.43403: 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 0x7fa5ef337380> <<< 172629 1726888986.43447: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ef8dc3e0> <<< 172629 1726888986.43474: 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 <<< 172629 1726888986.43536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 172629 1726888986.43642: 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 0x7fa5ef3b1010> <<< 172629 1726888986.43793: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ef337890> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py <<< 172629 1726888986.43846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726888986.43909: 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 0x7fa5ef3b3f80> <<< 172629 1726888986.43954: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ef3b1130> <<< 172629 1726888986.43974: 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 <<< 172629 1726888986.44019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 172629 1726888986.44098: 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 0x7fa5ef3f3f80> <<< 172629 1726888986.44159: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ef3f0290> <<< 172629 1726888986.44163: 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 <<< 172629 1726888986.44183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 172629 1726888986.44231: 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 0x7fa5eda11310> <<< 172629 1726888986.44580: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda10710> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ef8b4110> <<< 172629 1726888986.44597: 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 0x7fa5eda307d0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda13c50> # /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 0x7fa5eda32de0> # /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 0x7fa5eda33ce0> <<< 172629 1726888986.44625: 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 <<< 172629 1726888986.44644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888986.45059: 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 0x7fa5eda605f0> <<< 172629 1726888986.45088: 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<<< 172629 1726888986.45119: 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 0x7fa5eda61af0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda33f20> <<< 172629 1726888986.45156: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda32c90> <<< 172629 1726888986.45183: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda32630> <<< 172629 1726888986.45201: 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 <<< 172629 1726888986.45215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888986.45297: 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 0x7fa5eda63710> <<< 172629 1726888986.45323: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda33200> <<< 172629 1726888986.45384: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda30ad0> <<< 172629 1726888986.45421: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda13260> <<< 172629 1726888986.45457: 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' <<< 172629 1726888986.45588: 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 0x7fa5eda13980> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda136e0> <<< 172629 1726888986.45630: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda11490> <<< 172629 1726888986.45660: 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 0x7fa5eda98e00> <<< 172629 1726888986.45678: 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 <<< 172629 1726888986.45717: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 172629 1726888986.45735: 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' <<< 172629 1726888986.45763: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 172629 1726888986.45804: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda9b290> <<< 172629 1726888986.45808: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726888986.45839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda9ba40> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda9a630> <<< 172629 1726888986.45874: 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 <<< 172629 1726888986.45893: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 172629 1726888986.45907: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5edac4290> <<< 172629 1726888986.45927: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda98dd0> <<< 172629 1726888986.45973: 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' <<< 172629 1726888986.45976: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 172629 1726888986.46013: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 172629 1726888986.46030: 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' <<< 172629 1726888986.46064: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5edac5d00> <<< 172629 1726888986.46090: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5edac5280> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5edac50a0> <<< 172629 1726888986.46107: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 172629 1726888986.46122: 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 <<< 172629 1726888986.46157: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726888986.46181: 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 <<< 172629 1726888986.46210: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 172629 1726888986.46229: 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' <<< 172629 1726888986.46250: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed390d40> <<< 172629 1726888986.46264: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 172629 1726888986.46304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 172629 1726888986.46329: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888986.46381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888986.46412: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726888986.46422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed3bedb0> <<< 172629 1726888986.46460: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888986.46473: 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 0x7fa5ed3bf110> <<< 172629 1726888986.46516: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed393050> <<< 172629 1726888986.46548: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed3911f0> <<< 172629 1726888986.46566: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed390230> <<< 172629 1726888986.46599: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5edac6480> <<< 172629 1726888986.46630: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5edac61e0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py <<< 172629 1726888986.46660: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 172629 1726888986.46673: 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' <<< 172629 1726888986.46713: 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 <<< 172629 1726888986.46730: 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 0x7fa5ed3f8cb0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed3bfdd0> <<< 172629 1726888986.46771: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5edac69c0> <<< 172629 1726888986.46793: 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 <<< 172629 1726888986.46813: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 172629 1726888986.46834: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed3f93a0> <<< 172629 1726888986.46869: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed3f9730> # /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 0x7fa5ed3f9790> <<< 172629 1726888986.46902: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed3f9880> <<< 172629 1726888986.46927: 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 <<< 172629 1726888986.46965: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 172629 1726888986.46987: 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 <<< 172629 1726888986.47006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 172629 1726888986.47089: 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 0x7fa5ed418440> <<< 172629 1726888986.47096: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed3fa5a0> <<< 172629 1726888986.47139: 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 0x7fa5ed4185f0> <<< 172629 1726888986.47142: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 172629 1726888986.47192: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed4186e0> <<< 172629 1726888986.47211: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed3f95e0> # /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' <<< 172629 1726888986.47243: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed418890> <<< 172629 1726888986.47257: 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' <<< 172629 1726888986.47287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888986.47363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888986.47377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888986.47462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888986.47496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726888986.47513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888986.47529: 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 0x7fa5ed468290> <<< 172629 1726888986.47561: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed4436b0> <<< 172629 1726888986.47613: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed442150> <<< 172629 1726888986.47785: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed41a090> <<< 172629 1726888986.47788: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed4194f0> <<< 172629 1726888986.47896: 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 0x7fa5ed41a480> # /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' <<< 172629 1726888986.47900: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed41b470> <<< 172629 1726888986.47902: 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 0x7fa5ed47cad0> <<< 172629 1726888986.47946: 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 0x7fa5ed47cd10> <<< 172629 1726888986.47951: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 172629 1726888986.47991: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed47d670> <<< 172629 1726888986.48033: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed47d100> <<< 172629 1726888986.48065: 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 0x7fa5ed47e570> import 'gc' # <<< 172629 1726888986.48078: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ef83b4d0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efade030> <<< 172629 1726888986.48601: 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 <<< 172629 1726888986.48646: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 172629 1726888986.48673: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed47f290> <<< 172629 1726888986.48706: 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 <<< 172629 1726888986.48759: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 172629 1726888986.48771: 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 <<< 172629 1726888986.48832: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 172629 1726888986.48848: 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 0x7fa5ed24fd40> <<< 172629 1726888986.48892: 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' <<< 172629 1726888986.48926: 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' <<< 172629 1726888986.48947: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888986.49079: 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 0x7fa5ed275d90> <<< 172629 1726888986.49083: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed275940> <<< 172629 1726888986.49127: 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 0x7fa5f0a2f050> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed274800> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed24ffb0> <<< 172629 1726888986.49161: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed24cda0> <<< 172629 1726888986.49196: 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' <<< 172629 1726888986.49229: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed24fb30> <<< 172629 1726888986.49259: 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 <<< 172629 1726888986.49295: 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 <<< 172629 1726888986.49306: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 172629 1726888986.49347: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed28b230> <<< 172629 1726888986.49358: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed289d60> <<< 172629 1726888986.49444: 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' <<< 172629 1726888986.49451: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2b0a10> <<< 172629 1726888986.49462: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' <<< 172629 1726888986.49507: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2b0d10> # /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 0x7fa5ed2b0f80> <<< 172629 1726888986.49518: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2b1220> <<< 172629 1726888986.49563: 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 <<< 172629 1726888986.49603: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 172629 1726888986.49641: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2b1940> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2b1790> <<< 172629 1726888986.49690: 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 0x7fa5ed2b3170> <<< 172629 1726888986.49722: 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' <<< 172629 1726888986.49747: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2b3350> # /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 <<< 172629 1726888986.49792: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2b3560> <<< 172629 1726888986.49808: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 172629 1726888986.49871: 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 <<< 172629 1726888986.49874: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 172629 1726888986.49906: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2c8500> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2b3d40> # /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 <<< 172629 1726888986.49969: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2c90a0> <<< 172629 1726888986.49973: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2c94c0> <<< 172629 1726888986.50017: 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 0x7fa5ed2c96a0> <<< 172629 1726888986.50042: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py <<< 172629 1726888986.50045: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 172629 1726888986.50106: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2c9970> # /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' <<< 172629 1726888986.50140: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2ca870> <<< 172629 1726888986.50143: 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 0x7fa5ed2caae0> <<< 172629 1726888986.50183: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2cacf0> <<< 172629 1726888986.50241: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 172629 1726888986.50259: 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' <<< 172629 1726888986.50307: stdout chunk (state=3): >>>import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2cb8f0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2cb410> # /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 <<< 172629 1726888986.50335: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 172629 1726888986.50379: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2f07a0> <<< 172629 1726888986.50405: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2f00e0> # /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' <<< 172629 1726888986.50438: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2f1430> # /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 <<< 172629 1726888986.50476: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 172629 1726888986.50503: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2f1730> # /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' <<< 172629 1726888986.50564: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2f2690> # /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 0x7fa5ed2f2930> <<< 172629 1726888986.50568: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' <<< 172629 1726888986.50622: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2f2ae0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed47f6e0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed47f470> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed47eba0> <<< 172629 1726888986.50625: 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' <<< 172629 1726888986.50705: 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' <<< 172629 1726888986.50709: 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 0x7fa5ed2f3500> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2f3260> <<< 172629 1726888986.50736: 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' <<< 172629 1726888986.50760: 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 <<< 172629 1726888986.50789: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888986.50815: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 172629 1726888986.50845: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 172629 1726888986.50936: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed3159a0> <<< 172629 1726888986.50948: 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' <<< 172629 1726888986.51349: 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' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed3170b0> # 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 0x7fa5ed3162d0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed315eb0> # /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 0x7fa5ed0689b0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed04fda0> # /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 <<< 172629 1726888986.51371: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 172629 1726888986.51398: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed06b8f0> <<< 172629 1726888986.51403: 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' <<< 172629 1726888986.51405: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed06ba10> <<< 172629 1726888986.51408: 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 <<< 172629 1726888986.51420: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win <<< 172629 1726888986.51459: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed069040> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed068d10> <<< 172629 1726888986.51523: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2f37d0> <<< 172629 1726888986.51526: 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 <<< 172629 1726888986.51565: 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 0x7fa5ed3154f0> <<< 172629 1726888986.51599: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2f3530> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed47f440> <<< 172629 1726888986.51627: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py <<< 172629 1726888986.51630: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 172629 1726888986.51667: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed092420> <<< 172629 1726888986.51690: 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 <<< 172629 1726888986.51730: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 172629 1726888986.51779: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed092cf0> # /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 <<< 172629 1726888986.51782: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 172629 1726888986.51812: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed093ce0> # /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' <<< 172629 1726888986.51865: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0bc380> <<< 172629 1726888986.51894: 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' <<< 172629 1726888986.51898: 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' <<< 172629 1726888986.51909: 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' <<< 172629 1726888986.51943: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888986.52137: 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 0x7fa5ed0bda30> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0bd400> <<< 172629 1726888986.52141: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0bd0a0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0bcd40> <<< 172629 1726888986.52143: 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 <<< 172629 1726888986.52145: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 172629 1726888986.52198: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0bd7c0> <<< 172629 1726888986.52233: 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 <<< 172629 1726888986.52236: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888986.52282: 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 0x7fa5ed0bf7d0> # /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' <<< 172629 1726888986.52305: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0bf890> <<< 172629 1726888986.52331: 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' <<< 172629 1726888986.52429: 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 0x7fa5ed0bff80> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0bfe30> <<< 172629 1726888986.52466: 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' <<< 172629 1726888986.52513: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 172629 1726888986.52516: 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 <<< 172629 1726888986.52636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 172629 1726888986.52644: 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 <<< 172629 1726888986.52675: 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 0x7fa5ed0ee4b0> # /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' <<< 172629 1726888986.52693: 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' <<< 172629 1726888986.52728: 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 0x7fa5ed0ef6b0> <<< 172629 1726888986.52769: 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 0x7fa5ed0ef920> <<< 172629 1726888986.52773: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 172629 1726888986.52819: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888986.52861: 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 0x7fa5ed0efa70> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0ef8c0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0ef1a0> <<< 172629 1726888986.52879: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0ee630> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0ed910> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0ecef0> <<< 172629 1726888986.52903: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0ec770> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0bf2c0> <<< 172629 1726888986.52933: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0be7b0> <<< 172629 1726888986.52973: 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 <<< 172629 1726888986.53014: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0ef410> # /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' <<< 172629 1726888986.53017: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0effb0> <<< 172629 1726888986.53074: 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 0x7fa5ed1188c0> <<< 172629 1726888986.53078: 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 <<< 172629 1726888986.53109: 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 0x7fa5ed118c80> <<< 172629 1726888986.53117: 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 <<< 172629 1726888986.53147: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 172629 1726888986.53165: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed1195b0> # /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 <<< 172629 1726888986.53206: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 172629 1726888986.53222: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed11a120> <<< 172629 1726888986.65782: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["cryptsetup"], "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}}} <<< 172629 1726888986.66941: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 172629 1726888986.66983: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888986.67495: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 172629 1726888986.67531: stdout chunk (state=3): >>># clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os <<< 172629 1726888986.67580: stdout chunk (state=3): >>># cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib <<< 172629 1726888986.67619: stdout chunk (state=3): >>># cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 172629 1726888986.67659: stdout chunk (state=3): >>># 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 <<< 172629 1726888986.67695: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info <<< 172629 1726888986.67771: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing 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 <<< 172629 1726888986.67776: stdout chunk (state=3): >>># cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector <<< 172629 1726888986.67824: stdout chunk (state=3): >>># cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # 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 <<< 172629 1726888986.67854: stdout chunk (state=3): >>># 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 <<< 172629 1726888986.67871: stdout chunk (state=3): >>># 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 <<< 172629 1726888986.68397: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888986.68429: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath <<< 172629 1726888986.68471: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 172629 1726888986.68515: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy distro.distro <<< 172629 1726888986.68518: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 172629 1726888986.68573: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 172629 1726888986.68576: 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 <<< 172629 1726888986.68605: stdout chunk (state=3): >>># destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six <<< 172629 1726888986.68658: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 172629 1726888986.68662: stdout chunk (state=3): >>># destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies <<< 172629 1726888986.68664: stdout chunk (state=3): >>># destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 172629 1726888986.68724: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal # cleanup[3] wiping _dbus_bindings <<< 172629 1726888986.68727: 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 <<< 172629 1726888986.68762: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # 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 <<< 172629 1726888986.68830: stdout chunk (state=3): >>># cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token <<< 172629 1726888986.68879: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata <<< 172629 1726888986.68912: stdout chunk (state=3): >>># cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module <<< 172629 1726888986.68957: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression <<< 172629 1726888986.68998: stdout chunk (state=3): >>># 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 <<< 172629 1726888986.69028: stdout chunk (state=3): >>># cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 172629 1726888986.69262: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime <<< 172629 1726888986.69266: stdout chunk (state=3): >>># cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket <<< 172629 1726888986.69269: stdout chunk (state=3): >>># cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime <<< 172629 1726888986.69271: stdout chunk (state=3): >>># cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _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<<< 172629 1726888986.69273: stdout chunk (state=3): >>> # cleanup[3] wiping locale # destroy encodings <<< 172629 1726888986.69280: 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 <<< 172629 1726888986.69287: stdout chunk (state=3): >>># cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib <<< 172629 1726888986.69308: 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 zlib <<< 172629 1726888986.69352: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 172629 1726888986.69386: 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 <<< 172629 1726888986.69416: 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 <<< 172629 1726888986.69447: stdout chunk (state=3): >>># cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 172629 1726888986.69479: stdout chunk (state=3): >>># destroy _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888986.69933: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888986.69973: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 172629 1726888986.70011: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 172629 1726888986.70041: stdout chunk (state=3): >>># destroy tokenize # destroy _compat_pickle <<< 172629 1726888986.70094: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg <<< 172629 1726888986.70144: 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 <<< 172629 1726888986.70181: stdout chunk (state=3): >>># destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888986.70204: stdout chunk (state=3): >>># destroy unicodedata <<< 172629 1726888986.70290: 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 <<< 172629 1726888986.70296: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 172629 1726888986.70327: stdout chunk (state=3): >>># destroy tempfile # destroy traceback <<< 172629 1726888986.70331: stdout chunk (state=3): >>># destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # 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 <<< 172629 1726888986.70341: stdout chunk (state=3): >>># destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy rpm <<< 172629 1726888986.70391: stdout chunk (state=3): >>># destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 172629 1726888986.70470: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 172629 1726888986.70513: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 172629 1726888986.70552: stdout chunk (state=3): >>># destroy _ssl <<< 172629 1726888986.70621: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888986.70767: 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 <<< 172629 1726888986.70794: stdout chunk (state=3): >>># destroy _random # destroy _sre <<< 172629 1726888986.70805: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 172629 1726888986.71490: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888986.71493: stdout chunk (state=3): >>><<< 172629 1726888986.71495: stderr chunk (state=3): >>><<< 172629 1726888986.71712: _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 0x7fa5f0b104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0adfb30> # /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 0x7fa5f0b12a50> 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 0x7fa5f08e5130> # /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 0x7fa5f08e6120> 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 0x7fa5f092bf20> # /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 0x7fa5f09380b0> # /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 0x7fa5f095b920> # /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 0x7fa5f095bfb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f093bbc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0939310> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f09290d0> # /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 0x7fa5f097f8c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f097e4e0> # /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 0x7fa5f093a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f092afc0> # /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 0x7fa5f09ac950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0928350> # /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 0x7fa5f09ace00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f09accb0> # 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 0x7fa5f09ad0a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f091ee70> # /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 0x7fa5f09ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f09ad460> 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 0x7fa5f09ae660> 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 0x7fa5f09c8860> 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 0x7fa5f09c9fa0> # /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 0x7fa5f09cae40> # 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 0x7fa5f09cb470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f09ca390> # /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 0x7fa5f09cbe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f09cb590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f09ae5d0> # /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 0x7fa5f06fbd10> # /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 0x7fa5f0728830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0728590> # 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 0x7fa5f0728860> # /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 0x7fa5f0729160> # 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 0x7fa5f0729b20> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0728a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f06f9eb0> # /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 0x7fa5f072aed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0728fe0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f09aed80> # /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 0x7fa5f074f200> # /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 0x7fa5f077b5f0> # /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 0x7fa5f07d4410> # /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 0x7fa5f07d6b70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f07d4530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f079d400> # /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 0x7fa5f0115460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f077a3f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f072bdd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa5f077a9f0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_re43ktgo/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 0x7fa5f016f1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f014e0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f014d220> # 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 0x7fa5f016d070> # /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 0x7fa5f0196b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0196900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0196210> # /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 0x7fa5f0196660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0728440> 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 0x7fa5f0197890> # 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 0x7fa5f0197ad0> # /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 0x7fa5f0197f50> 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 0x7fa5f0005c70> # 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 0x7fa5f0007890> # /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 0x7fa5f000c230> # /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 0x7fa5f000d3a0> # /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 0x7fa5f000fec0> # 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 0x7fa5f09cacc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f000e180> # /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 0x7fa5f0013ef0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f00129c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0012720> # /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 0x7fa5f0012c90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f000e690> # 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 0x7fa5f0057f20> # /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 0x7fa5f0058230> # /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 0x7fa5f0059ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0059a60> # /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 0x7fa5f005c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f005a390> # /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 0x7fa5f005fa10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f005c3e0> # 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 0x7fa5f0060410> # 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 0x7fa5f0060c50> # 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 0x7fa5f0060d40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0058320> # /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 0x7fa5efef0410> # 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 0x7fa5efef1730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0062ba0> # 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 0x7fa5f0063f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f00627e0> # 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 0x7fa5efef5a00> # /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 0x7fa5efef67e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efef1580> 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 0x7fa5efef6720> # 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 0x7fa5efef7980> # 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 0x7fa5eff025a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efefdb20> 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 0x7fa5effeed50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f01caa20> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff02300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5f0061610> # 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 0x7fa5eff94b30> # /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 0x7fa5eff94d70> # /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 0x7fa5eff95490> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff94f80> # /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 0x7fa5eff95df0> # /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 0x7fa5eff81bb0> # /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 0x7fa5eff82420> # /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 0x7fa5efb1a8d0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff975f0> # /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 0x7fa5efb29460> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb1bf50> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb1b380> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff96a80> # /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 0x7fa5efb95460> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb4d580> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff97050> # /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 0x7fa5efb9cf80> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb97200> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb4d070> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff96450> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff95e80> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff95bb0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eff94dd0> # /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 0x7fa5eff95eb0> # /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 0x7fa5efb9d610> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb9d220> # /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 0x7fa5efb9dd60> # /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 0x7fa5efbac2c0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb859a0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efb9ec90> # /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 0x7fa5efb85430> # /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 0x7fa5efbba5d0> # /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 0x7fa5efbbb230> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efbbacf0> # /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 0x7fa5efbbb740> # /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 0x7fa5efb8fc50> # /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 0x7fa5efaaa090> # 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 0x7fa5efadf020> # /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 0x7fa5efadf140> # /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 0x7fa5ef83b320> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ef83ab70> # 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 0x7fa5ef83ad50> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efadf620> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efade4e0> # /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 0x7fa5efaded20> # /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 0x7fa5ef8b49b0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ef8b4590> # /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 0x7fa5ef8dc290> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ef8b4b00> # /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 0x7fa5ef337380> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ef8dc3e0> # /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 0x7fa5ef3b1010> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ef337890> # /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 0x7fa5ef3b3f80> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ef3b1130> # /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 0x7fa5ef3f3f80> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ef3f0290> # /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 0x7fa5eda11310> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda10710> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ef8b4110> # /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 0x7fa5eda307d0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda13c50> # /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 0x7fa5eda32de0> # /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 0x7fa5eda33ce0> # /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 0x7fa5eda605f0> # /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 0x7fa5eda61af0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda33f20> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda32c90> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda32630> # /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 0x7fa5eda63710> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda33200> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda30ad0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda13260> # /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 0x7fa5eda13980> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda136e0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda11490> # /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 0x7fa5eda98e00> # /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 0x7fa5eda9b290> # /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 0x7fa5eda9ba40> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda9a630> # /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 0x7fa5edac4290> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5eda98dd0> # /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 0x7fa5edac5d00> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5edac5280> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5edac50a0> # /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 0x7fa5ed390d40> # /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 0x7fa5ed3bedb0> # 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 0x7fa5ed3bf110> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed393050> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed3911f0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed390230> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5edac6480> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5edac61e0> # /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 0x7fa5ed3f8cb0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed3bfdd0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5edac69c0> # /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 0x7fa5ed3f93a0> # /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 0x7fa5ed3f9730> # /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 0x7fa5ed3f9790> # /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 0x7fa5ed3f9880> # /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 0x7fa5ed418440> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed3fa5a0> # /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 0x7fa5ed4185f0> # /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 0x7fa5ed4186e0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed3f95e0> # /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 0x7fa5ed418890> # /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 0x7fa5ed468290> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed4436b0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed442150> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed41a090> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed4194f0> # /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 0x7fa5ed41a480> # /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 0x7fa5ed41b470> # /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 0x7fa5ed47cad0> # /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 0x7fa5ed47cd10> # /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 0x7fa5ed47d670> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed47d100> # /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 0x7fa5ed47e570> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ef83b4d0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5efade030> # /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 0x7fa5ed47f290> # /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 0x7fa5ed24fd40> # /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 0x7fa5ed275d90> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed275940> # 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 0x7fa5f0a2f050> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed274800> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed24ffb0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed24cda0> # /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 0x7fa5ed24fb30> # /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 0x7fa5ed28b230> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed289d60> # /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 0x7fa5ed2b0a10> # /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 0x7fa5ed2b0d10> # /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 0x7fa5ed2b0f80> # /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 0x7fa5ed2b1220> # /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 0x7fa5ed2b1940> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2b1790> # /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 0x7fa5ed2b3170> # /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 0x7fa5ed2b3350> # /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 0x7fa5ed2b3560> # /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 0x7fa5ed2c8500> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2b3d40> # /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 0x7fa5ed2c90a0> # /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 0x7fa5ed2c94c0> # /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 0x7fa5ed2c96a0> # /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 0x7fa5ed2c9970> # /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 0x7fa5ed2ca870> # /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 0x7fa5ed2caae0> # /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 0x7fa5ed2cacf0> # /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 0x7fa5ed2cb8f0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2cb410> # /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 0x7fa5ed2f07a0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2f00e0> # /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 0x7fa5ed2f1430> # /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 0x7fa5ed2f1730> # /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 0x7fa5ed2f2690> # /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 0x7fa5ed2f2930> # /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 0x7fa5ed2f2ae0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed47f6e0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed47f470> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed47eba0> # /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 0x7fa5ed2f3500> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2f3260> # /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 0x7fa5ed3159a0> # /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 0x7fa5ed3170b0> # 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 0x7fa5ed3162d0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed315eb0> # /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 0x7fa5ed0689b0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed04fda0> # /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 0x7fa5ed06b8f0> # /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 0x7fa5ed06ba10> # /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 0x7fa5ed069040> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed068d10> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2f37d0> # /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 0x7fa5ed3154f0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed2f3530> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed47f440> # /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 0x7fa5ed092420> # /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 0x7fa5ed092cf0> # /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 0x7fa5ed093ce0> # /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 0x7fa5ed0bc380> # /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 0x7fa5ed0bda30> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0bd400> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0bd0a0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0bcd40> # /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 0x7fa5ed0bd7c0> # /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 0x7fa5ed0bf7d0> # /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 0x7fa5ed0bf890> # /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 0x7fa5ed0bff80> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0bfe30> # /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 0x7fa5ed0ee4b0> # /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 0x7fa5ed0ef6b0> # /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 0x7fa5ed0ef920> # /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 0x7fa5ed0efa70> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0ef8c0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0ef1a0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0ee630> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0ed910> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0ecef0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0ec770> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0bf2c0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5ed0be7b0> # /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 0x7fa5ed0ef410> # /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 0x7fa5ed0effb0> # /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 0x7fa5ed1188c0> # /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 0x7fa5ed118c80> # /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 0x7fa5ed1195b0> # /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 0x7fa5ed11a120> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["cryptsetup"], "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. 172629 1726888986.74041: done with _execute_module (ansible.legacy.dnf, {'name': 'cryptsetup', '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-1726888986.065203-175728-48341386938691/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888986.74045: _low_level_execute_command(): starting 172629 1726888986.74047: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888986.065203-175728-48341386938691/ > /dev/null 2>&1 && sleep 0' 172629 1726888986.74050: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888986.74056: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888986.74059: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888986.74062: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888986.74064: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888986.74067: 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 <<< 172629 1726888986.74069: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888986.74072: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888986.75962: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888986.75966: stderr chunk (state=3): >>><<< 172629 1726888986.75969: stdout chunk (state=3): >>><<< 172629 1726888986.75972: _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 172629 1726888986.75974: handler run complete 172629 1726888986.75977: attempt loop complete, returning result 172629 1726888986.75979: _execute() done 172629 1726888986.75981: dumping result to json 172629 1726888986.75982: done dumping result, returning 172629 1726888986.75984: done running TaskExecutor() for managed_node1/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-d0a8-add8-00000000176e] 172629 1726888986.75986: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000176e 172629 1726888986.76048: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000176e 172629 1726888986.76051: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 172629 1726888986.76135: no more pending results, returning what we have 172629 1726888986.76139: results queue empty 172629 1726888986.76141: checking for any_errors_fatal 172629 1726888986.76147: done checking for any_errors_fatal 172629 1726888986.76147: checking for max_fail_percentage 172629 1726888986.76149: done checking for max_fail_percentage 172629 1726888986.76150: checking to see if all hosts have failed and the running result is not ok 172629 1726888986.76151: done checking to see if all hosts have failed 172629 1726888986.76152: getting the remaining hosts for this loop 172629 1726888986.76154: done getting the remaining hosts for this loop 172629 1726888986.76159: getting the next task for host managed_node1 172629 1726888986.76167: done getting next task for host managed_node1 172629 1726888986.76170: ^ task is: TASK: Collect LUKS info for this volume 172629 1726888986.76175: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888986.76179: getting variables 172629 1726888986.76181: in VariableManager get_vars() 172629 1726888986.76218: Calling all_inventory to load vars for managed_node1 172629 1726888986.76221: Calling groups_inventory to load vars for managed_node1 172629 1726888986.76225: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888986.76237: Calling all_plugins_play to load vars for managed_node1 172629 1726888986.76241: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888986.76244: Calling groups_plugins_play to load vars for managed_node1 172629 1726888986.77290: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888986.78035: done with get_vars() 172629 1726888986.78057: done getting variables 172629 1726888986.78118: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Friday 20 September 2024 23:23:06 -0400 (0:00:00.817) 0:01:27.061 ****** 172629 1726888986.78162: entering _queue_task() for managed_node1/command 172629 1726888986.78516: worker is 1 (out of 1 available) 172629 1726888986.78531: exiting _queue_task() for managed_node1/command 172629 1726888986.78547: done queuing things up, now waiting for results queue to drain 172629 1726888986.78548: waiting for pending results... 172629 1726888986.78822: running TaskExecutor() for managed_node1/TASK: Collect LUKS info for this volume 172629 1726888986.78962: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000176f 172629 1726888986.78967: variable 'ansible_search_path' from source: unknown 172629 1726888986.78988: calling self._execute() 172629 1726888986.79106: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888986.79160: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888986.79164: variable 'omit' from source: magic vars 172629 1726888986.79515: variable 'storage_test_volume' from source: include params 172629 1726888986.79534: variable '_storage_test_volume_present' from source: set_fact 172629 1726888986.79558: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 172629 1726888986.79561: when evaluation is False, skipping this task 172629 1726888986.79564: _execute() done 172629 1726888986.79566: dumping result to json 172629 1726888986.79568: done dumping result, returning 172629 1726888986.79574: done running TaskExecutor() for managed_node1/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-d0a8-add8-00000000176f] 172629 1726888986.79631: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000176f 172629 1726888986.79699: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000176f 172629 1726888986.79702: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888986.79795: no more pending results, returning what we have 172629 1726888986.79799: results queue empty 172629 1726888986.79800: checking for any_errors_fatal 172629 1726888986.79812: done checking for any_errors_fatal 172629 1726888986.79813: checking for max_fail_percentage 172629 1726888986.79815: done checking for max_fail_percentage 172629 1726888986.79816: checking to see if all hosts have failed and the running result is not ok 172629 1726888986.79817: done checking to see if all hosts have failed 172629 1726888986.79817: getting the remaining hosts for this loop 172629 1726888986.79819: done getting the remaining hosts for this loop 172629 1726888986.79822: getting the next task for host managed_node1 172629 1726888986.79829: done getting next task for host managed_node1 172629 1726888986.79832: ^ task is: TASK: Verify the presence/absence of the LUKS device node 172629 1726888986.79836: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888986.79840: getting variables 172629 1726888986.79841: in VariableManager get_vars() 172629 1726888986.79874: Calling all_inventory to load vars for managed_node1 172629 1726888986.79877: Calling groups_inventory to load vars for managed_node1 172629 1726888986.79880: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888986.79889: Calling all_plugins_play to load vars for managed_node1 172629 1726888986.79892: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888986.79894: Calling groups_plugins_play to load vars for managed_node1 172629 1726888986.80440: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888986.81077: done with get_vars() 172629 1726888986.81092: done getting variables 172629 1726888986.81152: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Friday 20 September 2024 23:23:06 -0400 (0:00:00.030) 0:01:27.091 ****** 172629 1726888986.81188: entering _queue_task() for managed_node1/assert 172629 1726888986.81509: worker is 1 (out of 1 available) 172629 1726888986.81521: exiting _queue_task() for managed_node1/assert 172629 1726888986.81534: done queuing things up, now waiting for results queue to drain 172629 1726888986.81535: waiting for pending results... 172629 1726888986.81884: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the LUKS device node 172629 1726888986.81980: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001770 172629 1726888986.81984: variable 'ansible_search_path' from source: unknown 172629 1726888986.82010: calling self._execute() 172629 1726888986.82161: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888986.82166: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888986.82168: variable 'omit' from source: magic vars 172629 1726888986.82562: variable 'storage_test_volume' from source: include params 172629 1726888986.82611: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888986.82619: when evaluation is False, skipping this task 172629 1726888986.82631: _execute() done 172629 1726888986.82639: dumping result to json 172629 1726888986.82646: done dumping result, returning 172629 1726888986.82662: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-d0a8-add8-000000001770] 172629 1726888986.82739: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001770 172629 1726888986.82820: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001770 172629 1726888986.82824: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888986.82898: no more pending results, returning what we have 172629 1726888986.82902: results queue empty 172629 1726888986.82903: checking for any_errors_fatal 172629 1726888986.82912: done checking for any_errors_fatal 172629 1726888986.82913: checking for max_fail_percentage 172629 1726888986.82915: done checking for max_fail_percentage 172629 1726888986.82916: checking to see if all hosts have failed and the running result is not ok 172629 1726888986.82917: done checking to see if all hosts have failed 172629 1726888986.82918: getting the remaining hosts for this loop 172629 1726888986.82920: done getting the remaining hosts for this loop 172629 1726888986.82923: getting the next task for host managed_node1 172629 1726888986.82935: done getting next task for host managed_node1 172629 1726888986.82939: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 172629 1726888986.82944: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888986.82950: getting variables 172629 1726888986.82952: in VariableManager get_vars() 172629 1726888986.82995: Calling all_inventory to load vars for managed_node1 172629 1726888986.82999: Calling groups_inventory to load vars for managed_node1 172629 1726888986.83002: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888986.83017: Calling all_plugins_play to load vars for managed_node1 172629 1726888986.83022: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888986.83025: Calling groups_plugins_play to load vars for managed_node1 172629 1726888986.83930: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888986.84578: done with get_vars() 172629 1726888986.84596: done getting variables 172629 1726888986.84662: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Friday 20 September 2024 23:23:06 -0400 (0:00:00.035) 0:01:27.126 ****** 172629 1726888986.84701: entering _queue_task() for managed_node1/assert 172629 1726888986.85278: worker is 1 (out of 1 available) 172629 1726888986.85290: exiting _queue_task() for managed_node1/assert 172629 1726888986.85301: done queuing things up, now waiting for results queue to drain 172629 1726888986.85302: waiting for pending results... 172629 1726888986.85651: running TaskExecutor() for managed_node1/TASK: Verify that the raw device is the same as the device if not encrypted 172629 1726888986.85862: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001771 172629 1726888986.85962: variable 'ansible_search_path' from source: unknown 172629 1726888986.85966: calling self._execute() 172629 1726888986.86033: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888986.86037: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888986.86047: variable 'omit' from source: magic vars 172629 1726888986.86405: variable '_storage_test_volume_present' from source: set_fact 172629 1726888986.86560: Evaluated conditional (_storage_test_volume_present): True 172629 1726888986.86564: variable 'omit' from source: magic vars 172629 1726888986.86567: variable 'omit' from source: magic vars 172629 1726888986.86685: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888986.88899: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888986.89462: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888986.89503: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888986.89536: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888986.89563: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888986.89729: variable 'storage_test_volume' from source: include params 172629 1726888986.89732: variable '__dev_ne_raw' from source: task vars 172629 1726888986.89813: variable 'storage_test_volume' from source: include params 172629 1726888986.89887: variable 'omit' from source: magic vars 172629 1726888986.89921: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888986.89950: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888986.90029: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888986.90046: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888986.90060: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888986.90092: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888986.90096: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888986.90098: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888986.90209: Set connection var ansible_timeout to 10 172629 1726888986.90213: Set connection var ansible_shell_type to sh 172629 1726888986.90260: Set connection var ansible_pipelining to False 172629 1726888986.90263: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888986.90274: Set connection var ansible_shell_executable to /bin/sh 172629 1726888986.90276: Set connection var ansible_connection to ssh 172629 1726888986.90279: variable 'ansible_shell_executable' from source: unknown 172629 1726888986.90281: variable 'ansible_connection' from source: unknown 172629 1726888986.90283: variable 'ansible_module_compression' from source: unknown 172629 1726888986.90285: variable 'ansible_shell_type' from source: unknown 172629 1726888986.90287: variable 'ansible_shell_executable' from source: unknown 172629 1726888986.90289: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888986.90291: variable 'ansible_pipelining' from source: unknown 172629 1726888986.90293: variable 'ansible_timeout' from source: unknown 172629 1726888986.90294: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888986.90404: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888986.90490: variable 'omit' from source: magic vars 172629 1726888986.90493: starting attempt loop 172629 1726888986.90496: running the handler 172629 1726888986.90648: variable '__dev_ne_raw' from source: task vars 172629 1726888986.90799: variable 'storage_test_volume' from source: include params 172629 1726888986.90830: variable 'storage_test_volume' from source: include params 172629 1726888986.90845: Evaluated conditional (__dev_ne_raw == (storage_test_volume.encryption | bool)): True 172629 1726888986.90852: handler run complete 172629 1726888986.90869: attempt loop complete, returning result 172629 1726888986.90872: _execute() done 172629 1726888986.90874: dumping result to json 172629 1726888986.90877: done dumping result, returning 172629 1726888986.90899: done running TaskExecutor() for managed_node1/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-d0a8-add8-000000001771] 172629 1726888986.90904: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001771 172629 1726888986.91224: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001771 172629 1726888986.91226: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888986.91269: no more pending results, returning what we have 172629 1726888986.91272: results queue empty 172629 1726888986.91272: checking for any_errors_fatal 172629 1726888986.91279: done checking for any_errors_fatal 172629 1726888986.91280: checking for max_fail_percentage 172629 1726888986.91281: done checking for max_fail_percentage 172629 1726888986.91282: checking to see if all hosts have failed and the running result is not ok 172629 1726888986.91283: done checking to see if all hosts have failed 172629 1726888986.91284: getting the remaining hosts for this loop 172629 1726888986.91285: done getting the remaining hosts for this loop 172629 1726888986.91288: getting the next task for host managed_node1 172629 1726888986.91295: done getting next task for host managed_node1 172629 1726888986.91297: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 172629 1726888986.91301: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888986.91305: getting variables 172629 1726888986.91306: in VariableManager get_vars() 172629 1726888986.91347: Calling all_inventory to load vars for managed_node1 172629 1726888986.91350: Calling groups_inventory to load vars for managed_node1 172629 1726888986.91357: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888986.91368: Calling all_plugins_play to load vars for managed_node1 172629 1726888986.91370: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888986.91374: Calling groups_plugins_play to load vars for managed_node1 172629 1726888986.91944: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888986.92579: done with get_vars() 172629 1726888986.92596: done getting variables 172629 1726888986.92660: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Friday 20 September 2024 23:23:06 -0400 (0:00:00.079) 0:01:27.206 ****** 172629 1726888986.92699: entering _queue_task() for managed_node1/assert 172629 1726888986.93319: worker is 1 (out of 1 available) 172629 1726888986.93332: exiting _queue_task() for managed_node1/assert 172629 1726888986.93345: done queuing things up, now waiting for results queue to drain 172629 1726888986.93347: waiting for pending results... 172629 1726888986.93672: running TaskExecutor() for managed_node1/TASK: Make sure we got info about the LUKS volume if encrypted 172629 1726888986.93791: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001772 172629 1726888986.93806: variable 'ansible_search_path' from source: unknown 172629 1726888986.93839: calling self._execute() 172629 1726888986.93950: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888986.93959: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888986.93970: variable 'omit' from source: magic vars 172629 1726888986.94349: variable '_storage_test_volume_present' from source: set_fact 172629 1726888986.94414: variable 'storage_test_volume' from source: include params 172629 1726888986.94418: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 172629 1726888986.94420: when evaluation is False, skipping this task 172629 1726888986.94423: _execute() done 172629 1726888986.94425: dumping result to json 172629 1726888986.94427: done dumping result, returning 172629 1726888986.94429: done running TaskExecutor() for managed_node1/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-d0a8-add8-000000001772] 172629 1726888986.94432: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001772 172629 1726888986.94515: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001772 172629 1726888986.94520: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888986.94571: no more pending results, returning what we have 172629 1726888986.94575: results queue empty 172629 1726888986.94576: checking for any_errors_fatal 172629 1726888986.94586: done checking for any_errors_fatal 172629 1726888986.94586: checking for max_fail_percentage 172629 1726888986.94588: done checking for max_fail_percentage 172629 1726888986.94589: checking to see if all hosts have failed and the running result is not ok 172629 1726888986.94590: done checking to see if all hosts have failed 172629 1726888986.94590: getting the remaining hosts for this loop 172629 1726888986.94592: done getting the remaining hosts for this loop 172629 1726888986.94596: getting the next task for host managed_node1 172629 1726888986.94603: done getting next task for host managed_node1 172629 1726888986.94606: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 172629 1726888986.94612: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888986.94615: getting variables 172629 1726888986.94617: in VariableManager get_vars() 172629 1726888986.94656: Calling all_inventory to load vars for managed_node1 172629 1726888986.94660: Calling groups_inventory to load vars for managed_node1 172629 1726888986.94663: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888986.94674: Calling all_plugins_play to load vars for managed_node1 172629 1726888986.94676: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888986.94679: Calling groups_plugins_play to load vars for managed_node1 172629 1726888986.95561: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.01521: done with get_vars() 172629 1726888987.01540: done getting variables 172629 1726888987.01598: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Friday 20 September 2024 23:23:07 -0400 (0:00:00.089) 0:01:27.296 ****** 172629 1726888987.01627: entering _queue_task() for managed_node1/assert 172629 1726888987.01990: worker is 1 (out of 1 available) 172629 1726888987.02003: exiting _queue_task() for managed_node1/assert 172629 1726888987.02023: done queuing things up, now waiting for results queue to drain 172629 1726888987.02025: waiting for pending results... 172629 1726888987.02474: running TaskExecutor() for managed_node1/TASK: Verify the LUKS volume's device type if encrypted 172629 1726888987.02563: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001773 172629 1726888987.02568: variable 'ansible_search_path' from source: unknown 172629 1726888987.02585: calling self._execute() 172629 1726888987.02703: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.02707: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.02718: variable 'omit' from source: magic vars 172629 1726888987.03260: variable '_storage_test_volume_present' from source: set_fact 172629 1726888987.03263: variable 'storage_test_volume' from source: include params 172629 1726888987.03267: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 172629 1726888987.03269: when evaluation is False, skipping this task 172629 1726888987.03271: _execute() done 172629 1726888987.03273: dumping result to json 172629 1726888987.03275: done dumping result, returning 172629 1726888987.03277: done running TaskExecutor() for managed_node1/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-d0a8-add8-000000001773] 172629 1726888987.03279: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001773 172629 1726888987.03343: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001773 172629 1726888987.03347: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888987.03398: no more pending results, returning what we have 172629 1726888987.03402: results queue empty 172629 1726888987.03403: checking for any_errors_fatal 172629 1726888987.03417: done checking for any_errors_fatal 172629 1726888987.03418: checking for max_fail_percentage 172629 1726888987.03420: done checking for max_fail_percentage 172629 1726888987.03421: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.03422: done checking to see if all hosts have failed 172629 1726888987.03422: getting the remaining hosts for this loop 172629 1726888987.03540: done getting the remaining hosts for this loop 172629 1726888987.03544: getting the next task for host managed_node1 172629 1726888987.03553: done getting next task for host managed_node1 172629 1726888987.03558: ^ task is: TASK: Check LUKS version 172629 1726888987.03563: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888987.03567: getting variables 172629 1726888987.03569: in VariableManager get_vars() 172629 1726888987.03603: Calling all_inventory to load vars for managed_node1 172629 1726888987.03606: Calling groups_inventory to load vars for managed_node1 172629 1726888987.03610: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.03622: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.03625: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.03629: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.04323: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.04971: done with get_vars() 172629 1726888987.04989: done getting variables 172629 1726888987.05046: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Friday 20 September 2024 23:23:07 -0400 (0:00:00.034) 0:01:27.330 ****** 172629 1726888987.05089: entering _queue_task() for managed_node1/assert 172629 1726888987.05443: worker is 1 (out of 1 available) 172629 1726888987.05457: exiting _queue_task() for managed_node1/assert 172629 1726888987.05471: done queuing things up, now waiting for results queue to drain 172629 1726888987.05472: waiting for pending results... 172629 1726888987.05794: running TaskExecutor() for managed_node1/TASK: Check LUKS version 172629 1726888987.05962: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001774 172629 1726888987.05994: variable 'ansible_search_path' from source: unknown 172629 1726888987.06034: calling self._execute() 172629 1726888987.06154: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.06210: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.06213: variable 'omit' from source: magic vars 172629 1726888987.06865: variable '_storage_test_volume_present' from source: set_fact 172629 1726888987.06869: Evaluated conditional (_storage_test_volume_present): True 172629 1726888987.07090: variable 'storage_test_volume' from source: include params 172629 1726888987.07126: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888987.07195: when evaluation is False, skipping this task 172629 1726888987.07203: _execute() done 172629 1726888987.07209: dumping result to json 172629 1726888987.07215: done dumping result, returning 172629 1726888987.07224: done running TaskExecutor() for managed_node1/TASK: Check LUKS version [0affc8a3-6f6f-d0a8-add8-000000001774] 172629 1726888987.07232: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001774 172629 1726888987.07520: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001774 172629 1726888987.07523: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888987.07579: no more pending results, returning what we have 172629 1726888987.07583: results queue empty 172629 1726888987.07584: checking for any_errors_fatal 172629 1726888987.07592: done checking for any_errors_fatal 172629 1726888987.07593: checking for max_fail_percentage 172629 1726888987.07595: done checking for max_fail_percentage 172629 1726888987.07596: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.07597: done checking to see if all hosts have failed 172629 1726888987.07597: getting the remaining hosts for this loop 172629 1726888987.07600: done getting the remaining hosts for this loop 172629 1726888987.07603: getting the next task for host managed_node1 172629 1726888987.07614: done getting next task for host managed_node1 172629 1726888987.07617: ^ task is: TASK: Check LUKS key size 172629 1726888987.07624: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888987.07629: getting variables 172629 1726888987.07631: in VariableManager get_vars() 172629 1726888987.07678: Calling all_inventory to load vars for managed_node1 172629 1726888987.07681: Calling groups_inventory to load vars for managed_node1 172629 1726888987.07685: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.07701: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.07704: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.07708: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.09467: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.10433: done with get_vars() 172629 1726888987.10453: done getting variables 172629 1726888987.10558: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Friday 20 September 2024 23:23:07 -0400 (0:00:00.055) 0:01:27.385 ****** 172629 1726888987.10603: entering _queue_task() for managed_node1/assert 172629 1726888987.10965: worker is 1 (out of 1 available) 172629 1726888987.10979: exiting _queue_task() for managed_node1/assert 172629 1726888987.10992: done queuing things up, now waiting for results queue to drain 172629 1726888987.10993: waiting for pending results... 172629 1726888987.11377: running TaskExecutor() for managed_node1/TASK: Check LUKS key size 172629 1726888987.11482: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001775 172629 1726888987.11502: variable 'ansible_search_path' from source: unknown 172629 1726888987.11541: calling self._execute() 172629 1726888987.11670: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.11692: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.11761: variable 'omit' from source: magic vars 172629 1726888987.12102: variable '_storage_test_volume_present' from source: set_fact 172629 1726888987.12123: Evaluated conditional (_storage_test_volume_present): True 172629 1726888987.12251: variable 'storage_test_volume' from source: include params 172629 1726888987.12294: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888987.12304: when evaluation is False, skipping this task 172629 1726888987.12313: _execute() done 172629 1726888987.12322: dumping result to json 172629 1726888987.12345: done dumping result, returning 172629 1726888987.12363: done running TaskExecutor() for managed_node1/TASK: Check LUKS key size [0affc8a3-6f6f-d0a8-add8-000000001775] 172629 1726888987.12370: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001775 172629 1726888987.12528: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001775 172629 1726888987.12531: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888987.12588: no more pending results, returning what we have 172629 1726888987.12593: results queue empty 172629 1726888987.12594: checking for any_errors_fatal 172629 1726888987.12603: done checking for any_errors_fatal 172629 1726888987.12604: checking for max_fail_percentage 172629 1726888987.12606: done checking for max_fail_percentage 172629 1726888987.12607: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.12608: done checking to see if all hosts have failed 172629 1726888987.12609: getting the remaining hosts for this loop 172629 1726888987.12611: done getting the remaining hosts for this loop 172629 1726888987.12614: getting the next task for host managed_node1 172629 1726888987.12624: done getting next task for host managed_node1 172629 1726888987.12628: ^ task is: TASK: Check LUKS cipher 172629 1726888987.12635: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888987.12639: getting variables 172629 1726888987.12641: in VariableManager get_vars() 172629 1726888987.12684: Calling all_inventory to load vars for managed_node1 172629 1726888987.12688: Calling groups_inventory to load vars for managed_node1 172629 1726888987.12691: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.12704: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.12707: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.12710: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.13609: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.14254: done with get_vars() 172629 1726888987.14275: done getting variables 172629 1726888987.14332: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Friday 20 September 2024 23:23:07 -0400 (0:00:00.037) 0:01:27.423 ****** 172629 1726888987.14369: entering _queue_task() for managed_node1/assert 172629 1726888987.14678: worker is 1 (out of 1 available) 172629 1726888987.14692: exiting _queue_task() for managed_node1/assert 172629 1726888987.14816: done queuing things up, now waiting for results queue to drain 172629 1726888987.14818: waiting for pending results... 172629 1726888987.15153: running TaskExecutor() for managed_node1/TASK: Check LUKS cipher 172629 1726888987.15170: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001776 172629 1726888987.15188: variable 'ansible_search_path' from source: unknown 172629 1726888987.15249: calling self._execute() 172629 1726888987.15348: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.15371: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.15464: variable 'omit' from source: magic vars 172629 1726888987.15759: variable '_storage_test_volume_present' from source: set_fact 172629 1726888987.15791: Evaluated conditional (_storage_test_volume_present): True 172629 1726888987.15910: variable 'storage_test_volume' from source: include params 172629 1726888987.15961: Evaluated conditional (storage_test_volume.encryption): False 172629 1726888987.15964: when evaluation is False, skipping this task 172629 1726888987.15967: _execute() done 172629 1726888987.16007: dumping result to json 172629 1726888987.16014: done dumping result, returning 172629 1726888987.16016: done running TaskExecutor() for managed_node1/TASK: Check LUKS cipher [0affc8a3-6f6f-d0a8-add8-000000001776] 172629 1726888987.16018: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001776 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726888987.16274: no more pending results, returning what we have 172629 1726888987.16278: results queue empty 172629 1726888987.16278: checking for any_errors_fatal 172629 1726888987.16289: done checking for any_errors_fatal 172629 1726888987.16289: checking for max_fail_percentage 172629 1726888987.16292: done checking for max_fail_percentage 172629 1726888987.16293: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.16294: done checking to see if all hosts have failed 172629 1726888987.16294: getting the remaining hosts for this loop 172629 1726888987.16296: done getting the remaining hosts for this loop 172629 1726888987.16300: getting the next task for host managed_node1 172629 1726888987.16309: done getting next task for host managed_node1 172629 1726888987.16312: ^ task is: TASK: Set test variables 172629 1726888987.16319: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888987.16324: getting variables 172629 1726888987.16328: in VariableManager get_vars() 172629 1726888987.16373: Calling all_inventory to load vars for managed_node1 172629 1726888987.16378: Calling groups_inventory to load vars for managed_node1 172629 1726888987.16382: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.16398: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.16402: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.16405: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.16970: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001776 172629 1726888987.16973: WORKER PROCESS EXITING 172629 1726888987.17314: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.17971: done with get_vars() 172629 1726888987.17991: done getting variables 172629 1726888987.18050: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set test variables] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Friday 20 September 2024 23:23:07 -0400 (0:00:00.037) 0:01:27.460 ****** 172629 1726888987.18095: entering _queue_task() for managed_node1/set_fact 172629 1726888987.18547: worker is 1 (out of 1 available) 172629 1726888987.18580: exiting _queue_task() for managed_node1/set_fact 172629 1726888987.18592: done queuing things up, now waiting for results queue to drain 172629 1726888987.18594: waiting for pending results... 172629 1726888987.19074: running TaskExecutor() for managed_node1/TASK: Set test variables 172629 1726888987.19121: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001777 172629 1726888987.19139: variable 'ansible_search_path' from source: unknown 172629 1726888987.19189: calling self._execute() 172629 1726888987.19388: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.19392: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.19394: variable 'omit' from source: magic vars 172629 1726888987.19458: variable 'omit' from source: magic vars 172629 1726888987.19513: variable 'omit' from source: magic vars 172629 1726888987.19811: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888987.21999: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888987.22516: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888987.22565: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888987.22604: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888987.22760: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888987.22764: variable 'storage_test_volume' from source: include params 172629 1726888987.22781: variable '_storage_test_volume_present' from source: set_fact 172629 1726888987.22990: 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) 172629 1726888987.23022: 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) 172629 1726888987.23050: 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) 172629 1726888987.23098: 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) 172629 1726888987.23119: 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) 172629 1726888987.23169: 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) 172629 1726888987.23198: 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) 172629 1726888987.23227: 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) 172629 1726888987.23274: 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) 172629 1726888987.23293: 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) 172629 1726888987.23362: 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) 172629 1726888987.23391: 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) 172629 1726888987.23419: 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) 172629 1726888987.23461: 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) 172629 1726888987.23479: 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) 172629 1726888987.23626: variable 'storage_test_crypttab' from source: set_fact 172629 1726888987.23639: variable 'storage_test_volume' from source: include params 172629 1726888987.23887: variable 'storage_test_volume' from source: include params 172629 1726888987.23924: variable 'omit' from source: magic vars 172629 1726888987.23969: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888987.24064: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888987.24067: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888987.24070: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888987.24072: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888987.24123: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888987.24132: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.24140: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.24292: Set connection var ansible_timeout to 10 172629 1726888987.24308: Set connection var ansible_shell_type to sh 172629 1726888987.24319: Set connection var ansible_pipelining to False 172629 1726888987.24388: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888987.24392: Set connection var ansible_shell_executable to /bin/sh 172629 1726888987.24395: Set connection var ansible_connection to ssh 172629 1726888987.24397: variable 'ansible_shell_executable' from source: unknown 172629 1726888987.24399: variable 'ansible_connection' from source: unknown 172629 1726888987.24401: variable 'ansible_module_compression' from source: unknown 172629 1726888987.24405: variable 'ansible_shell_type' from source: unknown 172629 1726888987.24406: variable 'ansible_shell_executable' from source: unknown 172629 1726888987.24408: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.24410: variable 'ansible_pipelining' from source: unknown 172629 1726888987.24413: variable 'ansible_timeout' from source: unknown 172629 1726888987.24414: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.24608: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888987.24611: variable 'omit' from source: magic vars 172629 1726888987.24622: starting attempt loop 172629 1726888987.24625: running the handler 172629 1726888987.24627: handler run complete 172629 1726888987.24629: attempt loop complete, returning result 172629 1726888987.24717: _execute() done 172629 1726888987.24721: dumping result to json 172629 1726888987.24724: done dumping result, returning 172629 1726888987.24726: done running TaskExecutor() for managed_node1/TASK: Set test variables [0affc8a3-6f6f-d0a8-add8-000000001777] 172629 1726888987.24729: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001777 172629 1726888987.24807: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001777 172629 1726888987.24810: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 172629 1726888987.24881: no more pending results, returning what we have 172629 1726888987.24885: results queue empty 172629 1726888987.24886: checking for any_errors_fatal 172629 1726888987.24897: done checking for any_errors_fatal 172629 1726888987.24897: checking for max_fail_percentage 172629 1726888987.24900: done checking for max_fail_percentage 172629 1726888987.24901: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.24902: done checking to see if all hosts have failed 172629 1726888987.24902: getting the remaining hosts for this loop 172629 1726888987.24904: done getting the remaining hosts for this loop 172629 1726888987.24908: getting the next task for host managed_node1 172629 1726888987.24916: done getting next task for host managed_node1 172629 1726888987.24919: ^ task is: TASK: Check for /etc/crypttab entry 172629 1726888987.24924: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888987.25041: getting variables 172629 1726888987.25044: in VariableManager get_vars() 172629 1726888987.25092: Calling all_inventory to load vars for managed_node1 172629 1726888987.25095: Calling groups_inventory to load vars for managed_node1 172629 1726888987.25099: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.25192: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.25196: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.25200: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.26135: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.26930: done with get_vars() 172629 1726888987.26948: done getting variables 172629 1726888987.27002: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Friday 20 September 2024 23:23:07 -0400 (0:00:00.089) 0:01:27.550 ****** 172629 1726888987.27035: entering _queue_task() for managed_node1/assert 172629 1726888987.27491: worker is 1 (out of 1 available) 172629 1726888987.27504: exiting _queue_task() for managed_node1/assert 172629 1726888987.27516: done queuing things up, now waiting for results queue to drain 172629 1726888987.27517: waiting for pending results... 172629 1726888987.27946: running TaskExecutor() for managed_node1/TASK: Check for /etc/crypttab entry 172629 1726888987.27952: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001778 172629 1726888987.27973: variable 'ansible_search_path' from source: unknown 172629 1726888987.28016: calling self._execute() 172629 1726888987.28137: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.28157: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.28173: variable 'omit' from source: magic vars 172629 1726888987.28297: variable 'omit' from source: magic vars 172629 1726888987.28368: variable 'omit' from source: magic vars 172629 1726888987.28694: variable 'storage_test_volume' from source: include params 172629 1726888987.28697: variable 'omit' from source: magic vars 172629 1726888987.28738: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888987.28782: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888987.28812: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888987.28832: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888987.28850: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888987.28889: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888987.28897: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.28909: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.29020: Set connection var ansible_timeout to 10 172629 1726888987.29033: Set connection var ansible_shell_type to sh 172629 1726888987.29044: Set connection var ansible_pipelining to False 172629 1726888987.29052: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888987.29129: Set connection var ansible_shell_executable to /bin/sh 172629 1726888987.29133: Set connection var ansible_connection to ssh 172629 1726888987.29135: variable 'ansible_shell_executable' from source: unknown 172629 1726888987.29137: variable 'ansible_connection' from source: unknown 172629 1726888987.29138: variable 'ansible_module_compression' from source: unknown 172629 1726888987.29140: variable 'ansible_shell_type' from source: unknown 172629 1726888987.29142: variable 'ansible_shell_executable' from source: unknown 172629 1726888987.29144: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.29146: variable 'ansible_pipelining' from source: unknown 172629 1726888987.29148: variable 'ansible_timeout' from source: unknown 172629 1726888987.29150: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.29282: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888987.29299: variable 'omit' from source: magic vars 172629 1726888987.29308: starting attempt loop 172629 1726888987.29314: running the handler 172629 1726888987.29506: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888987.32282: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888987.32384: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888987.32462: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888987.32483: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888987.32515: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888987.32600: 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) 172629 1726888987.32660: 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) 172629 1726888987.32679: 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) 172629 1726888987.32723: 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) 172629 1726888987.32748: 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) 172629 1726888987.32803: 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) 172629 1726888987.32861: 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) 172629 1726888987.32869: 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) 172629 1726888987.32916: 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) 172629 1726888987.32935: 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) 172629 1726888987.33078: variable '_storage_test_crypttab_entries' from source: set_fact 172629 1726888987.33081: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726888987.33083: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 172629 1726888987.33089: handler run complete 172629 1726888987.33111: attempt loop complete, returning result 172629 1726888987.33119: _execute() done 172629 1726888987.33126: dumping result to json 172629 1726888987.33133: done dumping result, returning 172629 1726888987.33186: done running TaskExecutor() for managed_node1/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-d0a8-add8-000000001778] 172629 1726888987.33189: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001778 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888987.33335: no more pending results, returning what we have 172629 1726888987.33339: results queue empty 172629 1726888987.33340: checking for any_errors_fatal 172629 1726888987.33347: done checking for any_errors_fatal 172629 1726888987.33347: checking for max_fail_percentage 172629 1726888987.33349: done checking for max_fail_percentage 172629 1726888987.33350: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.33351: done checking to see if all hosts have failed 172629 1726888987.33464: getting the remaining hosts for this loop 172629 1726888987.33467: done getting the remaining hosts for this loop 172629 1726888987.33471: getting the next task for host managed_node1 172629 1726888987.33479: done getting next task for host managed_node1 172629 1726888987.33482: ^ task is: TASK: Validate the format of the crypttab entry 172629 1726888987.33486: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888987.33489: getting variables 172629 1726888987.33491: in VariableManager get_vars() 172629 1726888987.33529: Calling all_inventory to load vars for managed_node1 172629 1726888987.33532: Calling groups_inventory to load vars for managed_node1 172629 1726888987.33536: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.33547: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.33550: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.33761: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.34346: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001778 172629 1726888987.34349: WORKER PROCESS EXITING 172629 1726888987.34375: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.35334: done with get_vars() 172629 1726888987.35350: done getting variables 172629 1726888987.35409: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Friday 20 September 2024 23:23:07 -0400 (0:00:00.084) 0:01:27.634 ****** 172629 1726888987.35442: entering _queue_task() for managed_node1/assert 172629 1726888987.35769: worker is 1 (out of 1 available) 172629 1726888987.35781: exiting _queue_task() for managed_node1/assert 172629 1726888987.35793: done queuing things up, now waiting for results queue to drain 172629 1726888987.35794: waiting for pending results... 172629 1726888987.36088: running TaskExecutor() for managed_node1/TASK: Validate the format of the crypttab entry 172629 1726888987.36262: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001779 172629 1726888987.36289: variable 'ansible_search_path' from source: unknown 172629 1726888987.36331: calling self._execute() 172629 1726888987.36467: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.36483: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.36501: variable 'omit' from source: magic vars 172629 1726888987.36907: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888987.39293: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888987.39389: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888987.39434: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888987.39482: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888987.39512: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888987.39603: 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) 172629 1726888987.39638: 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) 172629 1726888987.39678: 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) 172629 1726888987.39724: 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) 172629 1726888987.39744: 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) 172629 1726888987.39876: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726888987.39911: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726888987.39919: when evaluation is False, skipping this task 172629 1726888987.39927: _execute() done 172629 1726888987.39935: dumping result to json 172629 1726888987.39943: done dumping result, returning 172629 1726888987.39960: done running TaskExecutor() for managed_node1/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-d0a8-add8-000000001779] 172629 1726888987.39986: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001779 skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726888987.40142: no more pending results, returning what we have 172629 1726888987.40147: results queue empty 172629 1726888987.40148: checking for any_errors_fatal 172629 1726888987.40161: done checking for any_errors_fatal 172629 1726888987.40162: checking for max_fail_percentage 172629 1726888987.40164: done checking for max_fail_percentage 172629 1726888987.40165: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.40166: done checking to see if all hosts have failed 172629 1726888987.40167: getting the remaining hosts for this loop 172629 1726888987.40169: done getting the remaining hosts for this loop 172629 1726888987.40173: getting the next task for host managed_node1 172629 1726888987.40182: done getting next task for host managed_node1 172629 1726888987.40186: ^ task is: TASK: Check backing device of crypttab entry 172629 1726888987.40192: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888987.40197: getting variables 172629 1726888987.40199: in VariableManager get_vars() 172629 1726888987.40241: Calling all_inventory to load vars for managed_node1 172629 1726888987.40244: Calling groups_inventory to load vars for managed_node1 172629 1726888987.40248: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.40566: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.40570: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.40574: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.41188: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001779 172629 1726888987.41191: WORKER PROCESS EXITING 172629 1726888987.41215: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.41817: done with get_vars() 172629 1726888987.41833: done getting variables 172629 1726888987.41897: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Friday 20 September 2024 23:23:07 -0400 (0:00:00.064) 0:01:27.699 ****** 172629 1726888987.41930: entering _queue_task() for managed_node1/assert 172629 1726888987.42249: worker is 1 (out of 1 available) 172629 1726888987.42267: exiting _queue_task() for managed_node1/assert 172629 1726888987.42280: done queuing things up, now waiting for results queue to drain 172629 1726888987.42281: waiting for pending results... 172629 1726888987.42503: running TaskExecutor() for managed_node1/TASK: Check backing device of crypttab entry 172629 1726888987.42667: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000177a 172629 1726888987.42686: variable 'ansible_search_path' from source: unknown 172629 1726888987.42725: calling self._execute() 172629 1726888987.42844: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.42863: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.42877: variable 'omit' from source: magic vars 172629 1726888987.43275: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888987.45604: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888987.45758: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888987.45805: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888987.45851: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888987.45894: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888987.45992: 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) 172629 1726888987.46029: 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) 172629 1726888987.46066: 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) 172629 1726888987.46119: 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) 172629 1726888987.46139: 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) 172629 1726888987.46281: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726888987.46324: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726888987.46334: when evaluation is False, skipping this task 172629 1726888987.46342: _execute() done 172629 1726888987.46349: dumping result to json 172629 1726888987.46361: done dumping result, returning 172629 1726888987.46374: done running TaskExecutor() for managed_node1/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-d0a8-add8-00000000177a] 172629 1726888987.46384: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000177a skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726888987.46569: no more pending results, returning what we have 172629 1726888987.46574: results queue empty 172629 1726888987.46575: checking for any_errors_fatal 172629 1726888987.46584: done checking for any_errors_fatal 172629 1726888987.46585: checking for max_fail_percentage 172629 1726888987.46587: done checking for max_fail_percentage 172629 1726888987.46588: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.46589: done checking to see if all hosts have failed 172629 1726888987.46589: getting the remaining hosts for this loop 172629 1726888987.46592: done getting the remaining hosts for this loop 172629 1726888987.46595: getting the next task for host managed_node1 172629 1726888987.46604: done getting next task for host managed_node1 172629 1726888987.46607: ^ task is: TASK: Check key file of crypttab entry 172629 1726888987.46613: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888987.46620: getting variables 172629 1726888987.46622: in VariableManager get_vars() 172629 1726888987.46670: Calling all_inventory to load vars for managed_node1 172629 1726888987.46674: Calling groups_inventory to load vars for managed_node1 172629 1726888987.46678: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.46690: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.46694: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.46697: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.47511: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000177a 172629 1726888987.47515: WORKER PROCESS EXITING 172629 1726888987.47728: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.48765: done with get_vars() 172629 1726888987.48781: done getting variables 172629 1726888987.48845: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Friday 20 September 2024 23:23:07 -0400 (0:00:00.069) 0:01:27.768 ****** 172629 1726888987.48884: entering _queue_task() for managed_node1/assert 172629 1726888987.49226: worker is 1 (out of 1 available) 172629 1726888987.49240: exiting _queue_task() for managed_node1/assert 172629 1726888987.49260: done queuing things up, now waiting for results queue to drain 172629 1726888987.49262: waiting for pending results... 172629 1726888987.49569: running TaskExecutor() for managed_node1/TASK: Check key file of crypttab entry 172629 1726888987.49721: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000177b 172629 1726888987.49742: variable 'ansible_search_path' from source: unknown 172629 1726888987.49861: calling self._execute() 172629 1726888987.49905: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.49919: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.49933: variable 'omit' from source: magic vars 172629 1726888987.50320: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888987.52602: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888987.52691: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888987.52733: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888987.52776: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888987.52806: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888987.52890: 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) 172629 1726888987.52925: 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) 172629 1726888987.53060: 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) 172629 1726888987.53064: 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) 172629 1726888987.53067: 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) 172629 1726888987.53139: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726888987.53177: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726888987.53185: when evaluation is False, skipping this task 172629 1726888987.53193: _execute() done 172629 1726888987.53200: dumping result to json 172629 1726888987.53208: done dumping result, returning 172629 1726888987.53218: done running TaskExecutor() for managed_node1/TASK: Check key file of crypttab entry [0affc8a3-6f6f-d0a8-add8-00000000177b] 172629 1726888987.53227: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000177b skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726888987.53401: no more pending results, returning what we have 172629 1726888987.53405: results queue empty 172629 1726888987.53406: checking for any_errors_fatal 172629 1726888987.53416: done checking for any_errors_fatal 172629 1726888987.53417: checking for max_fail_percentage 172629 1726888987.53419: done checking for max_fail_percentage 172629 1726888987.53419: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.53420: done checking to see if all hosts have failed 172629 1726888987.53421: getting the remaining hosts for this loop 172629 1726888987.53423: done getting the remaining hosts for this loop 172629 1726888987.53426: getting the next task for host managed_node1 172629 1726888987.53433: done getting next task for host managed_node1 172629 1726888987.53436: ^ task is: TASK: Clear test variables 172629 1726888987.53441: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888987.53445: getting variables 172629 1726888987.53446: in VariableManager get_vars() 172629 1726888987.53587: Calling all_inventory to load vars for managed_node1 172629 1726888987.53590: Calling groups_inventory to load vars for managed_node1 172629 1726888987.53593: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.53601: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000177b 172629 1726888987.53604: WORKER PROCESS EXITING 172629 1726888987.53676: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.53680: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.53683: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.54234: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.54873: done with get_vars() 172629 1726888987.54890: done getting variables 172629 1726888987.54949: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clear test variables] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Friday 20 September 2024 23:23:07 -0400 (0:00:00.061) 0:01:27.829 ****** 172629 1726888987.54988: entering _queue_task() for managed_node1/set_fact 172629 1726888987.55315: worker is 1 (out of 1 available) 172629 1726888987.55327: exiting _queue_task() for managed_node1/set_fact 172629 1726888987.55340: done queuing things up, now waiting for results queue to drain 172629 1726888987.55342: waiting for pending results... 172629 1726888987.55666: running TaskExecutor() for managed_node1/TASK: Clear test variables 172629 1726888987.55813: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000177c 172629 1726888987.55835: variable 'ansible_search_path' from source: unknown 172629 1726888987.55883: calling self._execute() 172629 1726888987.56003: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.56016: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.56030: variable 'omit' from source: magic vars 172629 1726888987.56159: variable 'omit' from source: magic vars 172629 1726888987.56227: variable 'omit' from source: magic vars 172629 1726888987.56270: variable 'omit' from source: magic vars 172629 1726888987.56324: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888987.56370: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888987.56397: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888987.56426: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888987.56444: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888987.56480: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888987.56489: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.56497: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.56608: Set connection var ansible_timeout to 10 172629 1726888987.56619: Set connection var ansible_shell_type to sh 172629 1726888987.56638: Set connection var ansible_pipelining to False 172629 1726888987.56648: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888987.56661: Set connection var ansible_shell_executable to /bin/sh 172629 1726888987.56668: Set connection var ansible_connection to ssh 172629 1726888987.56692: variable 'ansible_shell_executable' from source: unknown 172629 1726888987.56699: variable 'ansible_connection' from source: unknown 172629 1726888987.56706: variable 'ansible_module_compression' from source: unknown 172629 1726888987.56713: variable 'ansible_shell_type' from source: unknown 172629 1726888987.56719: variable 'ansible_shell_executable' from source: unknown 172629 1726888987.56726: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.56739: variable 'ansible_pipelining' from source: unknown 172629 1726888987.56749: variable 'ansible_timeout' from source: unknown 172629 1726888987.56759: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.56890: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888987.56986: variable 'omit' from source: magic vars 172629 1726888987.56989: starting attempt loop 172629 1726888987.56992: running the handler 172629 1726888987.56995: handler run complete 172629 1726888987.56997: attempt loop complete, returning result 172629 1726888987.56999: _execute() done 172629 1726888987.57002: dumping result to json 172629 1726888987.57003: done dumping result, returning 172629 1726888987.57006: done running TaskExecutor() for managed_node1/TASK: Clear test variables [0affc8a3-6f6f-d0a8-add8-00000000177c] 172629 1726888987.57007: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000177c 172629 1726888987.57076: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000177c 172629 1726888987.57079: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 172629 1726888987.57165: no more pending results, returning what we have 172629 1726888987.57168: results queue empty 172629 1726888987.57169: checking for any_errors_fatal 172629 1726888987.57177: done checking for any_errors_fatal 172629 1726888987.57178: checking for max_fail_percentage 172629 1726888987.57263: done checking for max_fail_percentage 172629 1726888987.57265: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.57266: done checking to see if all hosts have failed 172629 1726888987.57266: getting the remaining hosts for this loop 172629 1726888987.57268: done getting the remaining hosts for this loop 172629 1726888987.57271: getting the next task for host managed_node1 172629 1726888987.57280: done getting next task for host managed_node1 172629 1726888987.57283: ^ task is: TASK: Get information about RAID 172629 1726888987.57287: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888987.57293: getting variables 172629 1726888987.57294: in VariableManager get_vars() 172629 1726888987.57327: Calling all_inventory to load vars for managed_node1 172629 1726888987.57330: Calling groups_inventory to load vars for managed_node1 172629 1726888987.57333: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.57342: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.57345: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.57349: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.57840: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.58459: done with get_vars() 172629 1726888987.58474: done getting variables 172629 1726888987.58530: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get information about RAID] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Friday 20 September 2024 23:23:07 -0400 (0:00:00.035) 0:01:27.865 ****** 172629 1726888987.58567: entering _queue_task() for managed_node1/command 172629 1726888987.58868: worker is 1 (out of 1 available) 172629 1726888987.58884: exiting _queue_task() for managed_node1/command 172629 1726888987.58897: done queuing things up, now waiting for results queue to drain 172629 1726888987.58899: waiting for pending results... 172629 1726888987.59179: running TaskExecutor() for managed_node1/TASK: Get information about RAID 172629 1726888987.59239: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001780 172629 1726888987.59262: variable 'ansible_search_path' from source: unknown 172629 1726888987.59305: calling self._execute() 172629 1726888987.59426: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.59438: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.59453: variable 'omit' from source: magic vars 172629 1726888987.59853: variable 'storage_test_volume' from source: include params 172629 1726888987.59895: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888987.59929: when evaluation is False, skipping this task 172629 1726888987.59932: _execute() done 172629 1726888987.59935: dumping result to json 172629 1726888987.59938: done dumping result, returning 172629 1726888987.59940: done running TaskExecutor() for managed_node1/TASK: Get information about RAID [0affc8a3-6f6f-d0a8-add8-000000001780] 172629 1726888987.59943: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001780 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888987.60206: no more pending results, returning what we have 172629 1726888987.60210: results queue empty 172629 1726888987.60212: checking for any_errors_fatal 172629 1726888987.60221: done checking for any_errors_fatal 172629 1726888987.60222: checking for max_fail_percentage 172629 1726888987.60224: done checking for max_fail_percentage 172629 1726888987.60225: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.60226: done checking to see if all hosts have failed 172629 1726888987.60226: getting the remaining hosts for this loop 172629 1726888987.60228: done getting the remaining hosts for this loop 172629 1726888987.60231: getting the next task for host managed_node1 172629 1726888987.60240: done getting next task for host managed_node1 172629 1726888987.60242: ^ task is: TASK: Set active devices regex 172629 1726888987.60248: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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 172629 1726888987.60259: getting variables 172629 1726888987.60261: in VariableManager get_vars() 172629 1726888987.60297: Calling all_inventory to load vars for managed_node1 172629 1726888987.60300: Calling groups_inventory to load vars for managed_node1 172629 1726888987.60304: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.60365: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001780 172629 1726888987.60369: WORKER PROCESS EXITING 172629 1726888987.60380: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.60384: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.60387: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.61035: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.61665: done with get_vars() 172629 1726888987.61678: done getting variables 172629 1726888987.61733: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set active devices regex] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Friday 20 September 2024 23:23:07 -0400 (0:00:00.031) 0:01:27.897 ****** 172629 1726888987.61771: entering _queue_task() for managed_node1/set_fact 172629 1726888987.62048: worker is 1 (out of 1 available) 172629 1726888987.62061: exiting _queue_task() for managed_node1/set_fact 172629 1726888987.62076: done queuing things up, now waiting for results queue to drain 172629 1726888987.62077: waiting for pending results... 172629 1726888987.62374: running TaskExecutor() for managed_node1/TASK: Set active devices regex 172629 1726888987.62517: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001781 172629 1726888987.62543: variable 'ansible_search_path' from source: unknown 172629 1726888987.62642: calling self._execute() 172629 1726888987.62699: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.62712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.62725: variable 'omit' from source: magic vars 172629 1726888987.63136: variable 'storage_test_volume' from source: include params 172629 1726888987.63187: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888987.63196: when evaluation is False, skipping this task 172629 1726888987.63205: _execute() done 172629 1726888987.63215: dumping result to json 172629 1726888987.63223: done dumping result, returning 172629 1726888987.63235: done running TaskExecutor() for managed_node1/TASK: Set active devices regex [0affc8a3-6f6f-d0a8-add8-000000001781] 172629 1726888987.63260: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001781 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888987.63439: no more pending results, returning what we have 172629 1726888987.63443: results queue empty 172629 1726888987.63444: checking for any_errors_fatal 172629 1726888987.63455: done checking for any_errors_fatal 172629 1726888987.63458: checking for max_fail_percentage 172629 1726888987.63461: done checking for max_fail_percentage 172629 1726888987.63462: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.63463: done checking to see if all hosts have failed 172629 1726888987.63464: getting the remaining hosts for this loop 172629 1726888987.63465: done getting the remaining hosts for this loop 172629 1726888987.63469: getting the next task for host managed_node1 172629 1726888987.63476: done getting next task for host managed_node1 172629 1726888987.63479: ^ task is: TASK: Set spare devices regex 172629 1726888987.63484: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888987.63489: getting variables 172629 1726888987.63491: in VariableManager get_vars() 172629 1726888987.63529: Calling all_inventory to load vars for managed_node1 172629 1726888987.63532: Calling groups_inventory to load vars for managed_node1 172629 1726888987.63536: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.63549: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.63552: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.63663: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.63675: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001781 172629 1726888987.63679: WORKER PROCESS EXITING 172629 1726888987.64380: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.65344: done with get_vars() 172629 1726888987.65360: done getting variables 172629 1726888987.65420: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Friday 20 September 2024 23:23:07 -0400 (0:00:00.036) 0:01:27.934 ****** 172629 1726888987.65449: entering _queue_task() for managed_node1/set_fact 172629 1726888987.65836: worker is 1 (out of 1 available) 172629 1726888987.65847: exiting _queue_task() for managed_node1/set_fact 172629 1726888987.65860: done queuing things up, now waiting for results queue to drain 172629 1726888987.65861: waiting for pending results... 172629 1726888987.66061: running TaskExecutor() for managed_node1/TASK: Set spare devices regex 172629 1726888987.66223: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001782 172629 1726888987.66241: variable 'ansible_search_path' from source: unknown 172629 1726888987.66280: calling self._execute() 172629 1726888987.66387: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.66397: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.66412: variable 'omit' from source: magic vars 172629 1726888987.66852: variable 'storage_test_volume' from source: include params 172629 1726888987.66902: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888987.66916: when evaluation is False, skipping this task 172629 1726888987.66961: _execute() done 172629 1726888987.66965: dumping result to json 172629 1726888987.66971: done dumping result, returning 172629 1726888987.66974: done running TaskExecutor() for managed_node1/TASK: Set spare devices regex [0affc8a3-6f6f-d0a8-add8-000000001782] 172629 1726888987.66976: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001782 172629 1726888987.67101: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001782 172629 1726888987.67105: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888987.67180: no more pending results, returning what we have 172629 1726888987.67184: results queue empty 172629 1726888987.67186: checking for any_errors_fatal 172629 1726888987.67197: done checking for any_errors_fatal 172629 1726888987.67198: checking for max_fail_percentage 172629 1726888987.67200: done checking for max_fail_percentage 172629 1726888987.67201: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.67202: done checking to see if all hosts have failed 172629 1726888987.67203: getting the remaining hosts for this loop 172629 1726888987.67204: done getting the remaining hosts for this loop 172629 1726888987.67208: getting the next task for host managed_node1 172629 1726888987.67218: done getting next task for host managed_node1 172629 1726888987.67221: ^ task is: TASK: Set md version regex 172629 1726888987.67229: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888987.67237: getting variables 172629 1726888987.67238: in VariableManager get_vars() 172629 1726888987.67282: Calling all_inventory to load vars for managed_node1 172629 1726888987.67285: Calling groups_inventory to load vars for managed_node1 172629 1726888987.67289: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.67302: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.67306: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.67309: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.68106: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.68723: done with get_vars() 172629 1726888987.68737: done getting variables 172629 1726888987.68803: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set md version regex] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Friday 20 September 2024 23:23:07 -0400 (0:00:00.033) 0:01:27.968 ****** 172629 1726888987.68834: entering _queue_task() for managed_node1/set_fact 172629 1726888987.69177: worker is 1 (out of 1 available) 172629 1726888987.69191: exiting _queue_task() for managed_node1/set_fact 172629 1726888987.69318: done queuing things up, now waiting for results queue to drain 172629 1726888987.69320: waiting for pending results... 172629 1726888987.69557: running TaskExecutor() for managed_node1/TASK: Set md version regex 172629 1726888987.69643: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001783 172629 1726888987.69649: variable 'ansible_search_path' from source: unknown 172629 1726888987.69656: calling self._execute() 172629 1726888987.69762: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.69775: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.69790: variable 'omit' from source: magic vars 172629 1726888987.70200: variable 'storage_test_volume' from source: include params 172629 1726888987.70243: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888987.70261: when evaluation is False, skipping this task 172629 1726888987.70264: _execute() done 172629 1726888987.70266: dumping result to json 172629 1726888987.70296: done dumping result, returning 172629 1726888987.70304: done running TaskExecutor() for managed_node1/TASK: Set md version regex [0affc8a3-6f6f-d0a8-add8-000000001783] 172629 1726888987.70307: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001783 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888987.70501: no more pending results, returning what we have 172629 1726888987.70505: results queue empty 172629 1726888987.70511: checking for any_errors_fatal 172629 1726888987.70522: done checking for any_errors_fatal 172629 1726888987.70523: checking for max_fail_percentage 172629 1726888987.70525: done checking for max_fail_percentage 172629 1726888987.70526: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.70527: done checking to see if all hosts have failed 172629 1726888987.70527: getting the remaining hosts for this loop 172629 1726888987.70529: done getting the remaining hosts for this loop 172629 1726888987.70533: getting the next task for host managed_node1 172629 1726888987.70542: done getting next task for host managed_node1 172629 1726888987.70545: ^ task is: TASK: Set chunk size regex 172629 1726888987.70552: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888987.70558: getting variables 172629 1726888987.70560: in VariableManager get_vars() 172629 1726888987.70598: Calling all_inventory to load vars for managed_node1 172629 1726888987.70601: Calling groups_inventory to load vars for managed_node1 172629 1726888987.70604: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.70733: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.70737: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.70743: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001783 172629 1726888987.70746: WORKER PROCESS EXITING 172629 1726888987.70750: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.71390: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.72030: done with get_vars() 172629 1726888987.72043: done getting variables 172629 1726888987.72099: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Friday 20 September 2024 23:23:07 -0400 (0:00:00.032) 0:01:28.001 ****** 172629 1726888987.72134: entering _queue_task() for managed_node1/set_fact 172629 1726888987.72393: worker is 1 (out of 1 available) 172629 1726888987.72406: exiting _queue_task() for managed_node1/set_fact 172629 1726888987.72418: done queuing things up, now waiting for results queue to drain 172629 1726888987.72420: waiting for pending results... 172629 1726888987.72723: running TaskExecutor() for managed_node1/TASK: Set chunk size regex 172629 1726888987.72877: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001784 172629 1726888987.72904: variable 'ansible_search_path' from source: unknown 172629 1726888987.72942: calling self._execute() 172629 1726888987.73058: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.73070: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.73084: variable 'omit' from source: magic vars 172629 1726888987.73498: variable 'storage_test_volume' from source: include params 172629 1726888987.73538: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888987.73552: when evaluation is False, skipping this task 172629 1726888987.73562: _execute() done 172629 1726888987.73570: dumping result to json 172629 1726888987.73578: done dumping result, returning 172629 1726888987.73589: done running TaskExecutor() for managed_node1/TASK: Set chunk size regex [0affc8a3-6f6f-d0a8-add8-000000001784] 172629 1726888987.73599: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001784 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888987.73853: no more pending results, returning what we have 172629 1726888987.73859: results queue empty 172629 1726888987.73861: checking for any_errors_fatal 172629 1726888987.73869: done checking for any_errors_fatal 172629 1726888987.73870: checking for max_fail_percentage 172629 1726888987.73871: done checking for max_fail_percentage 172629 1726888987.73874: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.73875: done checking to see if all hosts have failed 172629 1726888987.73876: getting the remaining hosts for this loop 172629 1726888987.73877: done getting the remaining hosts for this loop 172629 1726888987.73881: getting the next task for host managed_node1 172629 1726888987.73890: done getting next task for host managed_node1 172629 1726888987.73893: ^ task is: TASK: Parse the chunk size 172629 1726888987.73899: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888987.73903: getting variables 172629 1726888987.73905: in VariableManager get_vars() 172629 1726888987.73942: Calling all_inventory to load vars for managed_node1 172629 1726888987.73945: Calling groups_inventory to load vars for managed_node1 172629 1726888987.73949: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.73964: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.73968: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.73972: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.74571: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001784 172629 1726888987.74575: WORKER PROCESS EXITING 172629 1726888987.74690: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.75325: done with get_vars() 172629 1726888987.75338: done getting variables TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Friday 20 September 2024 23:23:07 -0400 (0:00:00.032) 0:01:28.034 ****** 172629 1726888987.75420: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888987.75794: worker is 1 (out of 1 available) 172629 1726888987.75807: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888987.75818: done queuing things up, now waiting for results queue to drain 172629 1726888987.75820: waiting for pending results... 172629 1726888987.76002: running TaskExecutor() for managed_node1/TASK: Parse the chunk size 172629 1726888987.76138: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001785 172629 1726888987.76165: variable 'ansible_search_path' from source: unknown 172629 1726888987.76203: calling self._execute() 172629 1726888987.76322: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.76339: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.76353: variable 'omit' from source: magic vars 172629 1726888987.76757: variable 'storage_test_volume' from source: include params 172629 1726888987.76804: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888987.76811: when evaluation is False, skipping this task 172629 1726888987.76818: _execute() done 172629 1726888987.76825: dumping result to json 172629 1726888987.76831: done dumping result, returning 172629 1726888987.76840: done running TaskExecutor() for managed_node1/TASK: Parse the chunk size [0affc8a3-6f6f-d0a8-add8-000000001785] 172629 1726888987.76849: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001785 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888987.77087: no more pending results, returning what we have 172629 1726888987.77096: results queue empty 172629 1726888987.77097: checking for any_errors_fatal 172629 1726888987.77105: done checking for any_errors_fatal 172629 1726888987.77106: checking for max_fail_percentage 172629 1726888987.77108: done checking for max_fail_percentage 172629 1726888987.77109: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.77110: done checking to see if all hosts have failed 172629 1726888987.77111: getting the remaining hosts for this loop 172629 1726888987.77113: done getting the remaining hosts for this loop 172629 1726888987.77116: getting the next task for host managed_node1 172629 1726888987.77125: done getting next task for host managed_node1 172629 1726888987.77127: ^ task is: TASK: Check RAID active devices count 172629 1726888987.77133: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888987.77137: getting variables 172629 1726888987.77138: in VariableManager get_vars() 172629 1726888987.77227: Calling all_inventory to load vars for managed_node1 172629 1726888987.77231: Calling groups_inventory to load vars for managed_node1 172629 1726888987.77234: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.77315: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001785 172629 1726888987.77318: WORKER PROCESS EXITING 172629 1726888987.77329: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.77332: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.77335: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.77899: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.78522: done with get_vars() 172629 1726888987.78537: done getting variables 172629 1726888987.78603: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Friday 20 September 2024 23:23:07 -0400 (0:00:00.032) 0:01:28.066 ****** 172629 1726888987.78640: entering _queue_task() for managed_node1/assert 172629 1726888987.78917: worker is 1 (out of 1 available) 172629 1726888987.78930: exiting _queue_task() for managed_node1/assert 172629 1726888987.79059: done queuing things up, now waiting for results queue to drain 172629 1726888987.79061: waiting for pending results... 172629 1726888987.79253: running TaskExecutor() for managed_node1/TASK: Check RAID active devices count 172629 1726888987.79398: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001786 172629 1726888987.79419: variable 'ansible_search_path' from source: unknown 172629 1726888987.79462: calling self._execute() 172629 1726888987.79594: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.79613: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.79628: variable 'omit' from source: magic vars 172629 1726888987.80059: variable 'storage_test_volume' from source: include params 172629 1726888987.80097: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888987.80106: when evaluation is False, skipping this task 172629 1726888987.80114: _execute() done 172629 1726888987.80122: dumping result to json 172629 1726888987.80138: done dumping result, returning 172629 1726888987.80250: done running TaskExecutor() for managed_node1/TASK: Check RAID active devices count [0affc8a3-6f6f-d0a8-add8-000000001786] 172629 1726888987.80253: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001786 172629 1726888987.80325: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001786 172629 1726888987.80329: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888987.80404: no more pending results, returning what we have 172629 1726888987.80410: results queue empty 172629 1726888987.80411: checking for any_errors_fatal 172629 1726888987.80420: done checking for any_errors_fatal 172629 1726888987.80421: checking for max_fail_percentage 172629 1726888987.80423: done checking for max_fail_percentage 172629 1726888987.80424: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.80425: done checking to see if all hosts have failed 172629 1726888987.80426: getting the remaining hosts for this loop 172629 1726888987.80428: done getting the remaining hosts for this loop 172629 1726888987.80432: getting the next task for host managed_node1 172629 1726888987.80442: done getting next task for host managed_node1 172629 1726888987.80446: ^ task is: TASK: Check RAID spare devices count 172629 1726888987.80452: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=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 172629 1726888987.80462: getting variables 172629 1726888987.80464: in VariableManager get_vars() 172629 1726888987.80506: Calling all_inventory to load vars for managed_node1 172629 1726888987.80510: Calling groups_inventory to load vars for managed_node1 172629 1726888987.80514: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.80528: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.80532: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.80535: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.81302: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.81978: done with get_vars() 172629 1726888987.81995: done getting variables 172629 1726888987.82056: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Friday 20 September 2024 23:23:07 -0400 (0:00:00.034) 0:01:28.100 ****** 172629 1726888987.82095: entering _queue_task() for managed_node1/assert 172629 1726888987.82450: worker is 1 (out of 1 available) 172629 1726888987.82466: exiting _queue_task() for managed_node1/assert 172629 1726888987.82480: done queuing things up, now waiting for results queue to drain 172629 1726888987.82482: waiting for pending results... 172629 1726888987.82776: running TaskExecutor() for managed_node1/TASK: Check RAID spare devices count 172629 1726888987.82956: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001787 172629 1726888987.82961: variable 'ansible_search_path' from source: unknown 172629 1726888987.82988: calling self._execute() 172629 1726888987.83116: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.83173: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.83176: variable 'omit' from source: magic vars 172629 1726888987.83544: variable 'storage_test_volume' from source: include params 172629 1726888987.83585: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888987.83592: when evaluation is False, skipping this task 172629 1726888987.83604: _execute() done 172629 1726888987.83615: dumping result to json 172629 1726888987.83622: done dumping result, returning 172629 1726888987.83660: done running TaskExecutor() for managed_node1/TASK: Check RAID spare devices count [0affc8a3-6f6f-d0a8-add8-000000001787] 172629 1726888987.83664: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001787 172629 1726888987.83895: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001787 172629 1726888987.83899: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888987.83946: no more pending results, returning what we have 172629 1726888987.83950: results queue empty 172629 1726888987.83951: checking for any_errors_fatal 172629 1726888987.83964: done checking for any_errors_fatal 172629 1726888987.83965: checking for max_fail_percentage 172629 1726888987.83967: done checking for max_fail_percentage 172629 1726888987.83968: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.83969: done checking to see if all hosts have failed 172629 1726888987.83969: getting the remaining hosts for this loop 172629 1726888987.83971: done getting the remaining hosts for this loop 172629 1726888987.83974: getting the next task for host managed_node1 172629 1726888987.83981: done getting next task for host managed_node1 172629 1726888987.83984: ^ task is: TASK: Check RAID metadata version 172629 1726888987.83989: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888987.83993: getting variables 172629 1726888987.83995: in VariableManager get_vars() 172629 1726888987.84036: Calling all_inventory to load vars for managed_node1 172629 1726888987.84039: Calling groups_inventory to load vars for managed_node1 172629 1726888987.84043: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.84057: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.84060: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.84063: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.84712: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.85650: done with get_vars() 172629 1726888987.85666: done getting variables 172629 1726888987.85733: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Friday 20 September 2024 23:23:07 -0400 (0:00:00.036) 0:01:28.137 ****** 172629 1726888987.85766: entering _queue_task() for managed_node1/assert 172629 1726888987.86123: worker is 1 (out of 1 available) 172629 1726888987.86134: exiting _queue_task() for managed_node1/assert 172629 1726888987.86146: done queuing things up, now waiting for results queue to drain 172629 1726888987.86148: waiting for pending results... 172629 1726888987.86457: running TaskExecutor() for managed_node1/TASK: Check RAID metadata version 172629 1726888987.86558: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001788 172629 1726888987.86580: variable 'ansible_search_path' from source: unknown 172629 1726888987.86619: calling self._execute() 172629 1726888987.86736: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.86771: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.86775: variable 'omit' from source: magic vars 172629 1726888987.87158: variable 'storage_test_volume' from source: include params 172629 1726888987.87313: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888987.87318: when evaluation is False, skipping this task 172629 1726888987.87321: _execute() done 172629 1726888987.87323: dumping result to json 172629 1726888987.87326: done dumping result, returning 172629 1726888987.87329: done running TaskExecutor() for managed_node1/TASK: Check RAID metadata version [0affc8a3-6f6f-d0a8-add8-000000001788] 172629 1726888987.87331: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001788 172629 1726888987.87400: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001788 172629 1726888987.87403: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888987.87450: no more pending results, returning what we have 172629 1726888987.87454: results queue empty 172629 1726888987.87457: checking for any_errors_fatal 172629 1726888987.87469: done checking for any_errors_fatal 172629 1726888987.87469: checking for max_fail_percentage 172629 1726888987.87471: done checking for max_fail_percentage 172629 1726888987.87472: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.87473: done checking to see if all hosts have failed 172629 1726888987.87473: getting the remaining hosts for this loop 172629 1726888987.87475: done getting the remaining hosts for this loop 172629 1726888987.87479: getting the next task for host managed_node1 172629 1726888987.87487: done getting next task for host managed_node1 172629 1726888987.87490: ^ task is: TASK: Check RAID chunk size 172629 1726888987.87496: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888987.87501: getting variables 172629 1726888987.87502: in VariableManager get_vars() 172629 1726888987.87539: Calling all_inventory to load vars for managed_node1 172629 1726888987.87542: Calling groups_inventory to load vars for managed_node1 172629 1726888987.87546: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.87561: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.87565: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.87568: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.88339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.89033: done with get_vars() 172629 1726888987.89047: done getting variables 172629 1726888987.89109: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Friday 20 September 2024 23:23:07 -0400 (0:00:00.033) 0:01:28.171 ****** 172629 1726888987.89140: entering _queue_task() for managed_node1/assert 172629 1726888987.89497: worker is 1 (out of 1 available) 172629 1726888987.89514: exiting _queue_task() for managed_node1/assert 172629 1726888987.89527: done queuing things up, now waiting for results queue to drain 172629 1726888987.89528: waiting for pending results... 172629 1726888987.89957: running TaskExecutor() for managed_node1/TASK: Check RAID chunk size 172629 1726888987.89963: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001789 172629 1726888987.89965: variable 'ansible_search_path' from source: unknown 172629 1726888987.89972: calling self._execute() 172629 1726888987.90097: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.90109: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.90124: variable 'omit' from source: magic vars 172629 1726888987.90558: variable 'storage_test_volume' from source: include params 172629 1726888987.90606: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726888987.90614: when evaluation is False, skipping this task 172629 1726888987.90620: _execute() done 172629 1726888987.90626: dumping result to json 172629 1726888987.90633: done dumping result, returning 172629 1726888987.90642: done running TaskExecutor() for managed_node1/TASK: Check RAID chunk size [0affc8a3-6f6f-d0a8-add8-000000001789] 172629 1726888987.90652: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001789 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726888987.90922: no more pending results, returning what we have 172629 1726888987.90926: results queue empty 172629 1726888987.90927: checking for any_errors_fatal 172629 1726888987.90939: done checking for any_errors_fatal 172629 1726888987.90939: checking for max_fail_percentage 172629 1726888987.90942: done checking for max_fail_percentage 172629 1726888987.90943: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.90944: done checking to see if all hosts have failed 172629 1726888987.90945: getting the remaining hosts for this loop 172629 1726888987.90948: done getting the remaining hosts for this loop 172629 1726888987.90951: getting the next task for host managed_node1 172629 1726888987.90966: done getting next task for host managed_node1 172629 1726888987.90970: ^ task is: TASK: Parse the actual size of the volume 172629 1726888987.90976: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888987.90982: getting variables 172629 1726888987.90983: in VariableManager get_vars() 172629 1726888987.91024: Calling all_inventory to load vars for managed_node1 172629 1726888987.91027: Calling groups_inventory to load vars for managed_node1 172629 1726888987.91031: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.91044: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.91048: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.91051: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.91168: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001789 172629 1726888987.91172: WORKER PROCESS EXITING 172629 1726888987.91863: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.92526: done with get_vars() 172629 1726888987.92544: done getting variables TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Friday 20 September 2024 23:23:07 -0400 (0:00:00.035) 0:01:28.206 ****** 172629 1726888987.92643: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888987.93065: worker is 1 (out of 1 available) 172629 1726888987.93079: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888987.93090: done queuing things up, now waiting for results queue to drain 172629 1726888987.93092: waiting for pending results... 172629 1726888987.93303: running TaskExecutor() for managed_node1/TASK: Parse the actual size of the volume 172629 1726888987.93459: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000178d 172629 1726888987.93485: variable 'ansible_search_path' from source: unknown 172629 1726888987.93524: calling self._execute() 172629 1726888987.93653: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.93670: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.93692: variable 'omit' from source: magic vars 172629 1726888987.94078: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888987.96267: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888987.96399: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888987.96411: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888987.96450: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888987.96483: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888987.96590: variable '_storage_test_volume_present' from source: set_fact 172629 1726888987.96723: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888987.96751: variable 'storage_test_volume' from source: include params 172629 1726888987.96789: Evaluated conditional (storage_test_volume.type not in ['partition', 'disk']): False 172629 1726888987.96797: when evaluation is False, skipping this task 172629 1726888987.96804: _execute() done 172629 1726888987.96811: dumping result to json 172629 1726888987.96818: done dumping result, returning 172629 1726888987.96834: done running TaskExecutor() for managed_node1/TASK: Parse the actual size of the volume [0affc8a3-6f6f-d0a8-add8-00000000178d] 172629 1726888987.96846: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000178d skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } 172629 1726888987.97105: no more pending results, returning what we have 172629 1726888987.97109: results queue empty 172629 1726888987.97110: checking for any_errors_fatal 172629 1726888987.97118: done checking for any_errors_fatal 172629 1726888987.97118: checking for max_fail_percentage 172629 1726888987.97121: done checking for max_fail_percentage 172629 1726888987.97122: checking to see if all hosts have failed and the running result is not ok 172629 1726888987.97123: done checking to see if all hosts have failed 172629 1726888987.97123: getting the remaining hosts for this loop 172629 1726888987.97125: done getting the remaining hosts for this loop 172629 1726888987.97128: getting the next task for host managed_node1 172629 1726888987.97136: done getting next task for host managed_node1 172629 1726888987.97138: ^ task is: TASK: Parse the requested size of the volume 172629 1726888987.97142: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888987.97147: getting variables 172629 1726888987.97148: in VariableManager get_vars() 172629 1726888987.97185: Calling all_inventory to load vars for managed_node1 172629 1726888987.97188: Calling groups_inventory to load vars for managed_node1 172629 1726888987.97191: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888987.97203: Calling all_plugins_play to load vars for managed_node1 172629 1726888987.97206: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888987.97209: Calling groups_plugins_play to load vars for managed_node1 172629 1726888987.97770: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000178d 172629 1726888987.97774: WORKER PROCESS EXITING 172629 1726888987.98053: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888987.98781: done with get_vars() 172629 1726888987.98798: done getting variables TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Friday 20 September 2024 23:23:07 -0400 (0:00:00.062) 0:01:28.268 ****** 172629 1726888987.98887: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888987.99194: worker is 1 (out of 1 available) 172629 1726888987.99322: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888987.99335: done queuing things up, now waiting for results queue to drain 172629 1726888987.99336: waiting for pending results... 172629 1726888987.99545: running TaskExecutor() for managed_node1/TASK: Parse the requested size of the volume 172629 1726888987.99677: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000178e 172629 1726888987.99697: variable 'ansible_search_path' from source: unknown 172629 1726888987.99735: calling self._execute() 172629 1726888987.99854: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888987.99872: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888987.99891: variable 'omit' from source: magic vars 172629 1726888988.00263: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888988.02330: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888988.02417: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888988.02474: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888988.02503: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888988.02580: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888988.02643: variable '_storage_test_volume_present' from source: set_fact 172629 1726888988.02687: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888988.02807: variable 'storage_test_volume' from source: include params 172629 1726888988.02839: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888988.02904: when evaluation is False, skipping this task 172629 1726888988.02909: _execute() done 172629 1726888988.02911: dumping result to json 172629 1726888988.02913: done dumping result, returning 172629 1726888988.02915: done running TaskExecutor() for managed_node1/TASK: Parse the requested size of the volume [0affc8a3-6f6f-d0a8-add8-00000000178e] 172629 1726888988.02917: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000178e 172629 1726888988.02988: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000178e 172629 1726888988.02992: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888988.03059: no more pending results, returning what we have 172629 1726888988.03064: results queue empty 172629 1726888988.03065: checking for any_errors_fatal 172629 1726888988.03075: done checking for any_errors_fatal 172629 1726888988.03076: checking for max_fail_percentage 172629 1726888988.03078: done checking for max_fail_percentage 172629 1726888988.03079: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.03080: done checking to see if all hosts have failed 172629 1726888988.03081: getting the remaining hosts for this loop 172629 1726888988.03082: done getting the remaining hosts for this loop 172629 1726888988.03086: getting the next task for host managed_node1 172629 1726888988.03094: done getting next task for host managed_node1 172629 1726888988.03097: ^ task is: TASK: Establish base value for expected size 172629 1726888988.03104: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.03108: getting variables 172629 1726888988.03109: in VariableManager get_vars() 172629 1726888988.03144: Calling all_inventory to load vars for managed_node1 172629 1726888988.03147: Calling groups_inventory to load vars for managed_node1 172629 1726888988.03150: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.03164: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.03167: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.03170: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.04021: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.04701: done with get_vars() 172629 1726888988.04718: done getting variables 172629 1726888988.04781: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Friday 20 September 2024 23:23:08 -0400 (0:00:00.059) 0:01:28.328 ****** 172629 1726888988.04815: entering _queue_task() for managed_node1/set_fact 172629 1726888988.05286: worker is 1 (out of 1 available) 172629 1726888988.05295: exiting _queue_task() for managed_node1/set_fact 172629 1726888988.05307: done queuing things up, now waiting for results queue to drain 172629 1726888988.05308: waiting for pending results... 172629 1726888988.05549: running TaskExecutor() for managed_node1/TASK: Establish base value for expected size 172629 1726888988.05646: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000178f 172629 1726888988.05651: variable 'ansible_search_path' from source: unknown 172629 1726888988.05675: calling self._execute() 172629 1726888988.05804: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.05865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.05868: variable 'omit' from source: magic vars 172629 1726888988.06236: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888988.08475: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888988.09015: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888988.09057: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888988.09095: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888988.09160: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888988.09231: variable '_storage_test_volume_present' from source: set_fact 172629 1726888988.09253: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888988.09394: variable 'storage_test_volume' from source: include params 172629 1726888988.09428: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888988.09448: when evaluation is False, skipping this task 172629 1726888988.09451: _execute() done 172629 1726888988.09453: dumping result to json 172629 1726888988.09457: done dumping result, returning 172629 1726888988.09559: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected size [0affc8a3-6f6f-d0a8-add8-00000000178f] 172629 1726888988.09563: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000178f 172629 1726888988.09634: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000178f 172629 1726888988.09636: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888988.09702: no more pending results, returning what we have 172629 1726888988.09706: results queue empty 172629 1726888988.09707: checking for any_errors_fatal 172629 1726888988.09714: done checking for any_errors_fatal 172629 1726888988.09716: checking for max_fail_percentage 172629 1726888988.09717: done checking for max_fail_percentage 172629 1726888988.09718: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.09719: done checking to see if all hosts have failed 172629 1726888988.09720: getting the remaining hosts for this loop 172629 1726888988.09722: done getting the remaining hosts for this loop 172629 1726888988.09725: getting the next task for host managed_node1 172629 1726888988.09733: done getting next task for host managed_node1 172629 1726888988.09736: ^ task is: TASK: Show expected size 172629 1726888988.09741: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.09745: getting variables 172629 1726888988.09747: in VariableManager get_vars() 172629 1726888988.09785: Calling all_inventory to load vars for managed_node1 172629 1726888988.09789: Calling groups_inventory to load vars for managed_node1 172629 1726888988.09792: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.09804: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.09808: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.09811: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.10627: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.11183: done with get_vars() 172629 1726888988.11198: done getting variables 172629 1726888988.11248: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show expected size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Friday 20 September 2024 23:23:08 -0400 (0:00:00.064) 0:01:28.392 ****** 172629 1726888988.11280: entering _queue_task() for managed_node1/debug 172629 1726888988.11735: worker is 1 (out of 1 available) 172629 1726888988.11749: exiting _queue_task() for managed_node1/debug 172629 1726888988.11768: done queuing things up, now waiting for results queue to drain 172629 1726888988.11770: waiting for pending results... 172629 1726888988.12056: running TaskExecutor() for managed_node1/TASK: Show expected size 172629 1726888988.12361: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001790 172629 1726888988.12365: variable 'ansible_search_path' from source: unknown 172629 1726888988.12368: calling self._execute() 172629 1726888988.12371: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.12381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.12396: variable 'omit' from source: magic vars 172629 1726888988.12517: variable 'omit' from source: magic vars 172629 1726888988.12583: variable 'omit' from source: magic vars 172629 1726888988.12621: variable 'omit' from source: magic vars 172629 1726888988.12673: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888988.12719: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888988.12747: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888988.12773: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888988.12791: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888988.12825: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888988.12835: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.12843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.12959: Set connection var ansible_timeout to 10 172629 1726888988.12972: Set connection var ansible_shell_type to sh 172629 1726888988.12984: Set connection var ansible_pipelining to False 172629 1726888988.12998: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888988.13008: Set connection var ansible_shell_executable to /bin/sh 172629 1726888988.13015: Set connection var ansible_connection to ssh 172629 1726888988.13041: variable 'ansible_shell_executable' from source: unknown 172629 1726888988.13050: variable 'ansible_connection' from source: unknown 172629 1726888988.13060: variable 'ansible_module_compression' from source: unknown 172629 1726888988.13068: variable 'ansible_shell_type' from source: unknown 172629 1726888988.13075: variable 'ansible_shell_executable' from source: unknown 172629 1726888988.13082: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.13089: variable 'ansible_pipelining' from source: unknown 172629 1726888988.13096: variable 'ansible_timeout' from source: unknown 172629 1726888988.13109: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.13261: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888988.13279: variable 'omit' from source: magic vars 172629 1726888988.13324: starting attempt loop 172629 1726888988.13327: running the handler 172629 1726888988.13857: handler run complete 172629 1726888988.13862: attempt loop complete, returning result 172629 1726888988.13864: _execute() done 172629 1726888988.13866: dumping result to json 172629 1726888988.13868: done dumping result, returning 172629 1726888988.13870: done running TaskExecutor() for managed_node1/TASK: Show expected size [0affc8a3-6f6f-d0a8-add8-000000001790] 172629 1726888988.13872: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001790 172629 1726888988.13938: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001790 172629 1726888988.13941: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } 172629 1726888988.13995: no more pending results, returning what we have 172629 1726888988.13999: results queue empty 172629 1726888988.14000: checking for any_errors_fatal 172629 1726888988.14013: done checking for any_errors_fatal 172629 1726888988.14014: checking for max_fail_percentage 172629 1726888988.14015: done checking for max_fail_percentage 172629 1726888988.14016: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.14017: done checking to see if all hosts have failed 172629 1726888988.14018: getting the remaining hosts for this loop 172629 1726888988.14020: done getting the remaining hosts for this loop 172629 1726888988.14023: getting the next task for host managed_node1 172629 1726888988.14031: done getting next task for host managed_node1 172629 1726888988.14034: ^ task is: TASK: Get the size of parent/pool device 172629 1726888988.14040: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.14045: getting variables 172629 1726888988.14047: in VariableManager get_vars() 172629 1726888988.14087: Calling all_inventory to load vars for managed_node1 172629 1726888988.14091: Calling groups_inventory to load vars for managed_node1 172629 1726888988.14094: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.14106: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.14110: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.14113: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.14920: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.15867: done with get_vars() 172629 1726888988.15880: done getting variables TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Friday 20 September 2024 23:23:08 -0400 (0:00:00.046) 0:01:28.439 ****** 172629 1726888988.15963: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888988.16232: worker is 1 (out of 1 available) 172629 1726888988.16245: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888988.16424: done queuing things up, now waiting for results queue to drain 172629 1726888988.16426: waiting for pending results... 172629 1726888988.16588: running TaskExecutor() for managed_node1/TASK: Get the size of parent/pool device 172629 1726888988.16864: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001791 172629 1726888988.16875: variable 'ansible_search_path' from source: unknown 172629 1726888988.16916: calling self._execute() 172629 1726888988.17213: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.17226: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.17239: variable 'omit' from source: magic vars 172629 1726888988.17963: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888988.20565: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888988.20657: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888988.20700: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888988.20744: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888988.20768: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888988.20842: variable '_storage_test_volume_present' from source: set_fact 172629 1726888988.20859: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888988.20947: variable 'storage_test_volume' from source: include params 172629 1726888988.20972: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888988.20976: when evaluation is False, skipping this task 172629 1726888988.20979: _execute() done 172629 1726888988.20981: dumping result to json 172629 1726888988.20984: done dumping result, returning 172629 1726888988.20990: done running TaskExecutor() for managed_node1/TASK: Get the size of parent/pool device [0affc8a3-6f6f-d0a8-add8-000000001791] 172629 1726888988.20994: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001791 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888988.21139: no more pending results, returning what we have 172629 1726888988.21142: results queue empty 172629 1726888988.21143: checking for any_errors_fatal 172629 1726888988.21158: done checking for any_errors_fatal 172629 1726888988.21159: checking for max_fail_percentage 172629 1726888988.21161: done checking for max_fail_percentage 172629 1726888988.21162: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.21163: done checking to see if all hosts have failed 172629 1726888988.21164: getting the remaining hosts for this loop 172629 1726888988.21165: done getting the remaining hosts for this loop 172629 1726888988.21169: getting the next task for host managed_node1 172629 1726888988.21179: done getting next task for host managed_node1 172629 1726888988.21182: ^ task is: TASK: Show test pool 172629 1726888988.21188: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.21191: getting variables 172629 1726888988.21193: in VariableManager get_vars() 172629 1726888988.21227: Calling all_inventory to load vars for managed_node1 172629 1726888988.21229: Calling groups_inventory to load vars for managed_node1 172629 1726888988.21233: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.21243: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.21245: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.21248: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.21267: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001791 172629 1726888988.21270: WORKER PROCESS EXITING 172629 1726888988.21676: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.22100: done with get_vars() 172629 1726888988.22111: done getting variables 172629 1726888988.22160: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test pool] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Friday 20 September 2024 23:23:08 -0400 (0:00:00.062) 0:01:28.501 ****** 172629 1726888988.22183: entering _queue_task() for managed_node1/debug 172629 1726888988.22400: worker is 1 (out of 1 available) 172629 1726888988.22414: exiting _queue_task() for managed_node1/debug 172629 1726888988.22426: done queuing things up, now waiting for results queue to drain 172629 1726888988.22428: waiting for pending results... 172629 1726888988.22670: running TaskExecutor() for managed_node1/TASK: Show test pool 172629 1726888988.22812: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001793 172629 1726888988.22816: variable 'ansible_search_path' from source: unknown 172629 1726888988.22850: calling self._execute() 172629 1726888988.22973: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.22978: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.23060: variable 'omit' from source: magic vars 172629 1726888988.23376: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888988.25141: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888988.25204: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888988.25229: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888988.25263: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888988.25284: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888988.25362: variable '_storage_test_volume_present' from source: set_fact 172629 1726888988.25375: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888988.25465: variable 'storage_test_volume' from source: include params 172629 1726888988.25491: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888988.25494: when evaluation is False, skipping this task 172629 1726888988.25496: _execute() done 172629 1726888988.25499: dumping result to json 172629 1726888988.25502: done dumping result, returning 172629 1726888988.25507: done running TaskExecutor() for managed_node1/TASK: Show test pool [0affc8a3-6f6f-d0a8-add8-000000001793] 172629 1726888988.25512: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001793 172629 1726888988.25598: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001793 172629 1726888988.25602: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.type == \"lvm\"" } 172629 1726888988.25644: no more pending results, returning what we have 172629 1726888988.25648: results queue empty 172629 1726888988.25649: checking for any_errors_fatal 172629 1726888988.25659: done checking for any_errors_fatal 172629 1726888988.25660: checking for max_fail_percentage 172629 1726888988.25664: done checking for max_fail_percentage 172629 1726888988.25665: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.25666: done checking to see if all hosts have failed 172629 1726888988.25666: getting the remaining hosts for this loop 172629 1726888988.25668: done getting the remaining hosts for this loop 172629 1726888988.25671: getting the next task for host managed_node1 172629 1726888988.25678: done getting next task for host managed_node1 172629 1726888988.25681: ^ task is: TASK: Show test blockinfo 172629 1726888988.25686: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888988.25690: getting variables 172629 1726888988.25691: in VariableManager get_vars() 172629 1726888988.25727: Calling all_inventory to load vars for managed_node1 172629 1726888988.25729: Calling groups_inventory to load vars for managed_node1 172629 1726888988.25732: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.25743: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.25746: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.25749: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.26298: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.26878: done with get_vars() 172629 1726888988.26893: done getting variables 172629 1726888988.26950: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Friday 20 September 2024 23:23:08 -0400 (0:00:00.048) 0:01:28.549 ****** 172629 1726888988.27005: entering _queue_task() for managed_node1/debug 172629 1726888988.27312: worker is 1 (out of 1 available) 172629 1726888988.27327: exiting _queue_task() for managed_node1/debug 172629 1726888988.27340: done queuing things up, now waiting for results queue to drain 172629 1726888988.27341: waiting for pending results... 172629 1726888988.27673: running TaskExecutor() for managed_node1/TASK: Show test blockinfo 172629 1726888988.27750: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001794 172629 1726888988.27771: variable 'ansible_search_path' from source: unknown 172629 1726888988.27814: calling self._execute() 172629 1726888988.27910: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.27917: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.27920: variable 'omit' from source: magic vars 172629 1726888988.28200: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888988.29870: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888988.29901: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888988.29940: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888988.29995: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888988.30025: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888988.30130: variable '_storage_test_volume_present' from source: set_fact 172629 1726888988.30158: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888988.30326: variable 'storage_test_volume' from source: include params 172629 1726888988.30366: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888988.30386: when evaluation is False, skipping this task 172629 1726888988.30390: _execute() done 172629 1726888988.30401: dumping result to json 172629 1726888988.30407: done dumping result, returning 172629 1726888988.30465: done running TaskExecutor() for managed_node1/TASK: Show test blockinfo [0affc8a3-6f6f-d0a8-add8-000000001794] 172629 1726888988.30469: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001794 172629 1726888988.30544: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001794 172629 1726888988.30547: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.type == \"lvm\"" } 172629 1726888988.30595: no more pending results, returning what we have 172629 1726888988.30599: results queue empty 172629 1726888988.30600: checking for any_errors_fatal 172629 1726888988.30608: done checking for any_errors_fatal 172629 1726888988.30609: checking for max_fail_percentage 172629 1726888988.30610: done checking for max_fail_percentage 172629 1726888988.30611: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.30612: done checking to see if all hosts have failed 172629 1726888988.30613: getting the remaining hosts for this loop 172629 1726888988.30615: done getting the remaining hosts for this loop 172629 1726888988.30617: getting the next task for host managed_node1 172629 1726888988.30633: done getting next task for host managed_node1 172629 1726888988.30636: ^ task is: TASK: Show test pool size 172629 1726888988.30641: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888988.30645: getting variables 172629 1726888988.30647: in VariableManager get_vars() 172629 1726888988.30692: Calling all_inventory to load vars for managed_node1 172629 1726888988.30696: Calling groups_inventory to load vars for managed_node1 172629 1726888988.30698: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.30708: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.30711: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.30714: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.31086: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.31442: done with get_vars() 172629 1726888988.31457: done getting variables 172629 1726888988.31501: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test pool size] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Friday 20 September 2024 23:23:08 -0400 (0:00:00.045) 0:01:28.595 ****** 172629 1726888988.31523: entering _queue_task() for managed_node1/debug 172629 1726888988.31743: worker is 1 (out of 1 available) 172629 1726888988.31762: exiting _queue_task() for managed_node1/debug 172629 1726888988.31775: done queuing things up, now waiting for results queue to drain 172629 1726888988.31776: waiting for pending results... 172629 1726888988.31952: running TaskExecutor() for managed_node1/TASK: Show test pool size 172629 1726888988.32039: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001795 172629 1726888988.32057: variable 'ansible_search_path' from source: unknown 172629 1726888988.32083: calling self._execute() 172629 1726888988.32173: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.32179: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.32187: variable 'omit' from source: magic vars 172629 1726888988.32460: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888988.34026: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888988.34186: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888988.34200: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888988.34203: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888988.34220: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888988.34373: variable '_storage_test_volume_present' from source: set_fact 172629 1726888988.34377: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888988.34498: variable 'storage_test_volume' from source: include params 172629 1726888988.34501: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888988.34503: when evaluation is False, skipping this task 172629 1726888988.34506: _execute() done 172629 1726888988.34511: dumping result to json 172629 1726888988.34513: done dumping result, returning 172629 1726888988.34523: done running TaskExecutor() for managed_node1/TASK: Show test pool size [0affc8a3-6f6f-d0a8-add8-000000001795] 172629 1726888988.34530: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001795 skipping: [managed_node1] => { "false_condition": "storage_test_volume.type == \"lvm\"" } 172629 1726888988.34667: no more pending results, returning what we have 172629 1726888988.34670: results queue empty 172629 1726888988.34671: checking for any_errors_fatal 172629 1726888988.34681: done checking for any_errors_fatal 172629 1726888988.34682: checking for max_fail_percentage 172629 1726888988.34684: done checking for max_fail_percentage 172629 1726888988.34685: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.34686: done checking to see if all hosts have failed 172629 1726888988.34686: getting the remaining hosts for this loop 172629 1726888988.34688: done getting the remaining hosts for this loop 172629 1726888988.34691: getting the next task for host managed_node1 172629 1726888988.34699: done getting next task for host managed_node1 172629 1726888988.34701: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 172629 1726888988.34706: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726888988.34711: getting variables 172629 1726888988.34712: in VariableManager get_vars() 172629 1726888988.34746: Calling all_inventory to load vars for managed_node1 172629 1726888988.34749: Calling groups_inventory to load vars for managed_node1 172629 1726888988.34752: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.34764: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.34768: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.34772: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.35294: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001795 172629 1726888988.35300: WORKER PROCESS EXITING 172629 1726888988.35320: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.35885: done with get_vars() 172629 1726888988.35902: done getting variables 172629 1726888988.35967: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Friday 20 September 2024 23:23:08 -0400 (0:00:00.044) 0:01:28.639 ****** 172629 1726888988.36002: entering _queue_task() for managed_node1/set_fact 172629 1726888988.36282: worker is 1 (out of 1 available) 172629 1726888988.36296: exiting _queue_task() for managed_node1/set_fact 172629 1726888988.36308: done queuing things up, now waiting for results queue to drain 172629 1726888988.36310: waiting for pending results... 172629 1726888988.36593: running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value 172629 1726888988.36739: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001796 172629 1726888988.36766: variable 'ansible_search_path' from source: unknown 172629 1726888988.36803: calling self._execute() 172629 1726888988.36900: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.36911: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.36916: variable 'omit' from source: magic vars 172629 1726888988.37334: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888988.39057: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888988.39447: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888988.39476: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888988.39502: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888988.39523: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888988.39590: variable '_storage_test_volume_present' from source: set_fact 172629 1726888988.39603: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888988.39693: variable 'storage_test_volume' from source: include params 172629 1726888988.39715: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888988.39719: when evaluation is False, skipping this task 172629 1726888988.39723: _execute() done 172629 1726888988.39726: dumping result to json 172629 1726888988.39728: done dumping result, returning 172629 1726888988.39731: done running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-d0a8-add8-000000001796] 172629 1726888988.39741: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001796 172629 1726888988.39819: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001796 172629 1726888988.39822: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888988.39888: no more pending results, returning what we have 172629 1726888988.39892: results queue empty 172629 1726888988.39893: checking for any_errors_fatal 172629 1726888988.39900: done checking for any_errors_fatal 172629 1726888988.39901: checking for max_fail_percentage 172629 1726888988.39903: done checking for max_fail_percentage 172629 1726888988.39903: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.39904: done checking to see if all hosts have failed 172629 1726888988.39905: getting the remaining hosts for this loop 172629 1726888988.39907: done getting the remaining hosts for this loop 172629 1726888988.39909: getting the next task for host managed_node1 172629 1726888988.39920: done getting next task for host managed_node1 172629 1726888988.39922: ^ task is: TASK: Default thin pool reserved space values 172629 1726888988.39927: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.39930: getting variables 172629 1726888988.39932: in VariableManager get_vars() 172629 1726888988.39969: Calling all_inventory to load vars for managed_node1 172629 1726888988.39972: Calling groups_inventory to load vars for managed_node1 172629 1726888988.39975: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.39984: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.39986: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.39989: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.40356: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.40702: done with get_vars() 172629 1726888988.40715: done getting variables 172629 1726888988.40758: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Friday 20 September 2024 23:23:08 -0400 (0:00:00.047) 0:01:28.687 ****** 172629 1726888988.40779: entering _queue_task() for managed_node1/set_fact 172629 1726888988.40984: worker is 1 (out of 1 available) 172629 1726888988.40998: exiting _queue_task() for managed_node1/set_fact 172629 1726888988.41011: done queuing things up, now waiting for results queue to drain 172629 1726888988.41012: waiting for pending results... 172629 1726888988.41182: running TaskExecutor() for managed_node1/TASK: Default thin pool reserved space values 172629 1726888988.41267: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001798 172629 1726888988.41279: variable 'ansible_search_path' from source: unknown 172629 1726888988.41307: calling self._execute() 172629 1726888988.41394: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.41399: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.41408: variable 'omit' from source: magic vars 172629 1726888988.41825: variable 'storage_test_volume' from source: include params 172629 1726888988.41842: Evaluated conditional (storage_test_volume.thin): False 172629 1726888988.41850: when evaluation is False, skipping this task 172629 1726888988.41857: _execute() done 172629 1726888988.41860: dumping result to json 172629 1726888988.41863: done dumping result, returning 172629 1726888988.41865: done running TaskExecutor() for managed_node1/TASK: Default thin pool reserved space values [0affc8a3-6f6f-d0a8-add8-000000001798] 172629 1726888988.41868: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001798 172629 1726888988.41948: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001798 172629 1726888988.41952: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888988.42007: no more pending results, returning what we have 172629 1726888988.42011: results queue empty 172629 1726888988.42012: checking for any_errors_fatal 172629 1726888988.42020: done checking for any_errors_fatal 172629 1726888988.42021: checking for max_fail_percentage 172629 1726888988.42022: done checking for max_fail_percentage 172629 1726888988.42023: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.42024: done checking to see if all hosts have failed 172629 1726888988.42025: getting the remaining hosts for this loop 172629 1726888988.42026: done getting the remaining hosts for this loop 172629 1726888988.42029: getting the next task for host managed_node1 172629 1726888988.42037: done getting next task for host managed_node1 172629 1726888988.42039: ^ task is: TASK: Default minimal thin pool reserved space size 172629 1726888988.42043: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.42051: getting variables 172629 1726888988.42052: in VariableManager get_vars() 172629 1726888988.42086: Calling all_inventory to load vars for managed_node1 172629 1726888988.42089: Calling groups_inventory to load vars for managed_node1 172629 1726888988.42091: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.42105: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.42111: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.42115: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.42596: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.43380: done with get_vars() 172629 1726888988.43392: done getting variables TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Friday 20 September 2024 23:23:08 -0400 (0:00:00.026) 0:01:28.714 ****** 172629 1726888988.43473: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888988.43697: worker is 1 (out of 1 available) 172629 1726888988.43708: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888988.43723: done queuing things up, now waiting for results queue to drain 172629 1726888988.43725: waiting for pending results... 172629 1726888988.43994: running TaskExecutor() for managed_node1/TASK: Default minimal thin pool reserved space size 172629 1726888988.44129: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001799 172629 1726888988.44140: variable 'ansible_search_path' from source: unknown 172629 1726888988.44182: calling self._execute() 172629 1726888988.44266: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.44272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.44280: variable 'omit' from source: magic vars 172629 1726888988.44560: variable 'storage_test_volume' from source: include params 172629 1726888988.44585: Evaluated conditional (storage_test_volume.thin): False 172629 1726888988.44589: when evaluation is False, skipping this task 172629 1726888988.44592: _execute() done 172629 1726888988.44595: dumping result to json 172629 1726888988.44597: done dumping result, returning 172629 1726888988.44600: done running TaskExecutor() for managed_node1/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-d0a8-add8-000000001799] 172629 1726888988.44606: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001799 172629 1726888988.44698: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001799 172629 1726888988.44701: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888988.44748: no more pending results, returning what we have 172629 1726888988.44751: results queue empty 172629 1726888988.44752: checking for any_errors_fatal 172629 1726888988.44763: done checking for any_errors_fatal 172629 1726888988.44763: checking for max_fail_percentage 172629 1726888988.44765: done checking for max_fail_percentage 172629 1726888988.44766: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.44766: done checking to see if all hosts have failed 172629 1726888988.44767: getting the remaining hosts for this loop 172629 1726888988.44768: done getting the remaining hosts for this loop 172629 1726888988.44771: getting the next task for host managed_node1 172629 1726888988.44777: done getting next task for host managed_node1 172629 1726888988.44780: ^ task is: TASK: Default maximal thin pool reserved space size 172629 1726888988.44784: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.44787: getting variables 172629 1726888988.44789: in VariableManager get_vars() 172629 1726888988.44820: Calling all_inventory to load vars for managed_node1 172629 1726888988.44823: Calling groups_inventory to load vars for managed_node1 172629 1726888988.44826: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.44834: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.44837: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.44839: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.45172: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.45643: done with get_vars() 172629 1726888988.45665: done getting variables TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Friday 20 September 2024 23:23:08 -0400 (0:00:00.022) 0:01:28.737 ****** 172629 1726888988.45731: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888988.45923: worker is 1 (out of 1 available) 172629 1726888988.45935: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888988.45947: done queuing things up, now waiting for results queue to drain 172629 1726888988.45949: waiting for pending results... 172629 1726888988.46137: running TaskExecutor() for managed_node1/TASK: Default maximal thin pool reserved space size 172629 1726888988.46220: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000179a 172629 1726888988.46231: variable 'ansible_search_path' from source: unknown 172629 1726888988.46259: calling self._execute() 172629 1726888988.46343: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.46346: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.46359: variable 'omit' from source: magic vars 172629 1726888988.46619: variable 'storage_test_volume' from source: include params 172629 1726888988.46646: Evaluated conditional (storage_test_volume.thin): False 172629 1726888988.46650: when evaluation is False, skipping this task 172629 1726888988.46657: _execute() done 172629 1726888988.46660: dumping result to json 172629 1726888988.46663: done dumping result, returning 172629 1726888988.46666: done running TaskExecutor() for managed_node1/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-d0a8-add8-00000000179a] 172629 1726888988.46670: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000179a 172629 1726888988.46760: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000179a 172629 1726888988.46763: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888988.46810: no more pending results, returning what we have 172629 1726888988.46813: results queue empty 172629 1726888988.46814: checking for any_errors_fatal 172629 1726888988.46821: done checking for any_errors_fatal 172629 1726888988.46821: checking for max_fail_percentage 172629 1726888988.46823: done checking for max_fail_percentage 172629 1726888988.46824: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.46825: done checking to see if all hosts have failed 172629 1726888988.46825: getting the remaining hosts for this loop 172629 1726888988.46826: done getting the remaining hosts for this loop 172629 1726888988.46829: getting the next task for host managed_node1 172629 1726888988.46836: done getting next task for host managed_node1 172629 1726888988.46838: ^ task is: TASK: Calculate maximum usable space in thin pool 172629 1726888988.46842: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.46846: getting variables 172629 1726888988.46847: in VariableManager get_vars() 172629 1726888988.46883: Calling all_inventory to load vars for managed_node1 172629 1726888988.46886: Calling groups_inventory to load vars for managed_node1 172629 1726888988.46889: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.46897: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.46900: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.46903: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.47331: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.47730: done with get_vars() 172629 1726888988.47739: done getting variables 172629 1726888988.47780: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Friday 20 September 2024 23:23:08 -0400 (0:00:00.020) 0:01:28.758 ****** 172629 1726888988.47804: entering _queue_task() for managed_node1/set_fact 172629 1726888988.48003: worker is 1 (out of 1 available) 172629 1726888988.48015: exiting _queue_task() for managed_node1/set_fact 172629 1726888988.48029: done queuing things up, now waiting for results queue to drain 172629 1726888988.48030: waiting for pending results... 172629 1726888988.48310: running TaskExecutor() for managed_node1/TASK: Calculate maximum usable space in thin pool 172629 1726888988.48422: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000179b 172629 1726888988.48442: variable 'ansible_search_path' from source: unknown 172629 1726888988.48480: calling self._execute() 172629 1726888988.48591: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.48597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.48600: variable 'omit' from source: magic vars 172629 1726888988.48917: variable 'storage_test_volume' from source: include params 172629 1726888988.48950: Evaluated conditional (storage_test_volume.thin): False 172629 1726888988.49015: when evaluation is False, skipping this task 172629 1726888988.49019: _execute() done 172629 1726888988.49021: dumping result to json 172629 1726888988.49024: done dumping result, returning 172629 1726888988.49027: done running TaskExecutor() for managed_node1/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-d0a8-add8-00000000179b] 172629 1726888988.49029: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000179b 172629 1726888988.49112: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000179b 172629 1726888988.49115: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888988.49179: no more pending results, returning what we have 172629 1726888988.49181: results queue empty 172629 1726888988.49182: checking for any_errors_fatal 172629 1726888988.49190: done checking for any_errors_fatal 172629 1726888988.49191: checking for max_fail_percentage 172629 1726888988.49193: done checking for max_fail_percentage 172629 1726888988.49193: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.49194: done checking to see if all hosts have failed 172629 1726888988.49195: getting the remaining hosts for this loop 172629 1726888988.49196: done getting the remaining hosts for this loop 172629 1726888988.49199: getting the next task for host managed_node1 172629 1726888988.49205: done getting next task for host managed_node1 172629 1726888988.49208: ^ task is: TASK: Apply upper size limit to max usable thin pool space 172629 1726888988.49212: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.49216: getting variables 172629 1726888988.49217: in VariableManager get_vars() 172629 1726888988.49244: Calling all_inventory to load vars for managed_node1 172629 1726888988.49247: Calling groups_inventory to load vars for managed_node1 172629 1726888988.49256: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.49270: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.49273: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.49285: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.49708: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.50090: done with get_vars() 172629 1726888988.50099: done getting variables 172629 1726888988.50139: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Friday 20 September 2024 23:23:08 -0400 (0:00:00.023) 0:01:28.781 ****** 172629 1726888988.50165: entering _queue_task() for managed_node1/set_fact 172629 1726888988.50369: worker is 1 (out of 1 available) 172629 1726888988.50385: exiting _queue_task() for managed_node1/set_fact 172629 1726888988.50400: done queuing things up, now waiting for results queue to drain 172629 1726888988.50401: waiting for pending results... 172629 1726888988.50603: running TaskExecutor() for managed_node1/TASK: Apply upper size limit to max usable thin pool space 172629 1726888988.50858: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000179c 172629 1726888988.50863: variable 'ansible_search_path' from source: unknown 172629 1726888988.50888: calling self._execute() 172629 1726888988.51051: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.51060: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.51071: variable 'omit' from source: magic vars 172629 1726888988.51505: variable 'storage_test_volume' from source: include params 172629 1726888988.51529: Evaluated conditional (storage_test_volume.thin): False 172629 1726888988.51533: when evaluation is False, skipping this task 172629 1726888988.51535: _execute() done 172629 1726888988.51538: dumping result to json 172629 1726888988.51541: done dumping result, returning 172629 1726888988.51547: done running TaskExecutor() for managed_node1/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-d0a8-add8-00000000179c] 172629 1726888988.51552: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000179c 172629 1726888988.51639: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000179c 172629 1726888988.51642: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888988.51694: no more pending results, returning what we have 172629 1726888988.51697: results queue empty 172629 1726888988.51698: checking for any_errors_fatal 172629 1726888988.51708: done checking for any_errors_fatal 172629 1726888988.51709: checking for max_fail_percentage 172629 1726888988.51711: done checking for max_fail_percentage 172629 1726888988.51712: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.51713: done checking to see if all hosts have failed 172629 1726888988.51713: getting the remaining hosts for this loop 172629 1726888988.51716: done getting the remaining hosts for this loop 172629 1726888988.51719: getting the next task for host managed_node1 172629 1726888988.51724: done getting next task for host managed_node1 172629 1726888988.51727: ^ task is: TASK: Apply lower size limit to max usable thin pool space 172629 1726888988.51731: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.51735: getting variables 172629 1726888988.51736: in VariableManager get_vars() 172629 1726888988.51768: Calling all_inventory to load vars for managed_node1 172629 1726888988.51771: Calling groups_inventory to load vars for managed_node1 172629 1726888988.51774: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.51782: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.51785: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.51787: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.52265: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.52886: done with get_vars() 172629 1726888988.52899: done getting variables 172629 1726888988.52951: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Friday 20 September 2024 23:23:08 -0400 (0:00:00.028) 0:01:28.809 ****** 172629 1726888988.52984: entering _queue_task() for managed_node1/set_fact 172629 1726888988.53240: worker is 1 (out of 1 available) 172629 1726888988.53258: exiting _queue_task() for managed_node1/set_fact 172629 1726888988.53278: done queuing things up, now waiting for results queue to drain 172629 1726888988.53279: waiting for pending results... 172629 1726888988.53645: running TaskExecutor() for managed_node1/TASK: Apply lower size limit to max usable thin pool space 172629 1726888988.53716: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000179d 172629 1726888988.53728: variable 'ansible_search_path' from source: unknown 172629 1726888988.53765: calling self._execute() 172629 1726888988.53854: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.53862: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.53871: variable 'omit' from source: magic vars 172629 1726888988.54142: variable 'storage_test_volume' from source: include params 172629 1726888988.54173: Evaluated conditional (storage_test_volume.thin): False 172629 1726888988.54176: when evaluation is False, skipping this task 172629 1726888988.54179: _execute() done 172629 1726888988.54181: dumping result to json 172629 1726888988.54184: done dumping result, returning 172629 1726888988.54190: done running TaskExecutor() for managed_node1/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-d0a8-add8-00000000179d] 172629 1726888988.54195: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000179d 172629 1726888988.54287: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000179d 172629 1726888988.54290: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888988.54332: no more pending results, returning what we have 172629 1726888988.54336: results queue empty 172629 1726888988.54337: checking for any_errors_fatal 172629 1726888988.54345: done checking for any_errors_fatal 172629 1726888988.54346: checking for max_fail_percentage 172629 1726888988.54347: done checking for max_fail_percentage 172629 1726888988.54349: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.54349: done checking to see if all hosts have failed 172629 1726888988.54350: getting the remaining hosts for this loop 172629 1726888988.54352: done getting the remaining hosts for this loop 172629 1726888988.54357: getting the next task for host managed_node1 172629 1726888988.54365: done getting next task for host managed_node1 172629 1726888988.54367: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 172629 1726888988.54372: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.54376: getting variables 172629 1726888988.54377: in VariableManager get_vars() 172629 1726888988.54405: Calling all_inventory to load vars for managed_node1 172629 1726888988.54407: Calling groups_inventory to load vars for managed_node1 172629 1726888988.54410: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.54420: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.54422: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.54425: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.54764: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.55106: done with get_vars() 172629 1726888988.55118: done getting variables TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Friday 20 September 2024 23:23:08 -0400 (0:00:00.021) 0:01:28.831 ****** 172629 1726888988.55173: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888988.55362: worker is 1 (out of 1 available) 172629 1726888988.55378: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888988.55391: done queuing things up, now waiting for results queue to drain 172629 1726888988.55392: waiting for pending results... 172629 1726888988.55771: running TaskExecutor() for managed_node1/TASK: Convert maximum usable thin pool space from int to Size 172629 1726888988.55776: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000179e 172629 1726888988.55778: variable 'ansible_search_path' from source: unknown 172629 1726888988.55781: calling self._execute() 172629 1726888988.55868: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.55881: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.55895: variable 'omit' from source: magic vars 172629 1726888988.56249: variable 'storage_test_volume' from source: include params 172629 1726888988.56293: Evaluated conditional (storage_test_volume.thin): False 172629 1726888988.56301: when evaluation is False, skipping this task 172629 1726888988.56308: _execute() done 172629 1726888988.56316: dumping result to json 172629 1726888988.56324: done dumping result, returning 172629 1726888988.56333: done running TaskExecutor() for managed_node1/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-d0a8-add8-00000000179e] 172629 1726888988.56343: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000179e skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888988.56534: no more pending results, returning what we have 172629 1726888988.56538: results queue empty 172629 1726888988.56539: checking for any_errors_fatal 172629 1726888988.56550: done checking for any_errors_fatal 172629 1726888988.56550: checking for max_fail_percentage 172629 1726888988.56552: done checking for max_fail_percentage 172629 1726888988.56553: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.56554: done checking to see if all hosts have failed 172629 1726888988.56556: getting the remaining hosts for this loop 172629 1726888988.56558: done getting the remaining hosts for this loop 172629 1726888988.56561: getting the next task for host managed_node1 172629 1726888988.56569: done getting next task for host managed_node1 172629 1726888988.56571: ^ task is: TASK: Show max thin pool size 172629 1726888988.56575: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.56579: getting variables 172629 1726888988.56580: in VariableManager get_vars() 172629 1726888988.56675: Calling all_inventory to load vars for managed_node1 172629 1726888988.56678: Calling groups_inventory to load vars for managed_node1 172629 1726888988.56680: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.56689: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.56692: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.56695: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.56705: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000179e 172629 1726888988.56707: WORKER PROCESS EXITING 172629 1726888988.57416: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.58392: done with get_vars() 172629 1726888988.58405: done getting variables 172629 1726888988.58464: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Friday 20 September 2024 23:23:08 -0400 (0:00:00.033) 0:01:28.864 ****** 172629 1726888988.58493: entering _queue_task() for managed_node1/debug 172629 1726888988.58768: worker is 1 (out of 1 available) 172629 1726888988.58782: exiting _queue_task() for managed_node1/debug 172629 1726888988.58796: done queuing things up, now waiting for results queue to drain 172629 1726888988.58798: waiting for pending results... 172629 1726888988.59040: running TaskExecutor() for managed_node1/TASK: Show max thin pool size 172629 1726888988.59169: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000179f 172629 1726888988.59193: variable 'ansible_search_path' from source: unknown 172629 1726888988.59230: calling self._execute() 172629 1726888988.59358: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.59371: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.59385: variable 'omit' from source: magic vars 172629 1726888988.59767: variable 'storage_test_volume' from source: include params 172629 1726888988.59807: Evaluated conditional (storage_test_volume.thin): False 172629 1726888988.59832: when evaluation is False, skipping this task 172629 1726888988.59836: _execute() done 172629 1726888988.59838: dumping result to json 172629 1726888988.59840: done dumping result, returning 172629 1726888988.59861: done running TaskExecutor() for managed_node1/TASK: Show max thin pool size [0affc8a3-6f6f-d0a8-add8-00000000179f] 172629 1726888988.59864: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000179f 172629 1726888988.60004: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000179f 172629 1726888988.60007: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726888988.60090: no more pending results, returning what we have 172629 1726888988.60094: results queue empty 172629 1726888988.60095: checking for any_errors_fatal 172629 1726888988.60106: done checking for any_errors_fatal 172629 1726888988.60107: checking for max_fail_percentage 172629 1726888988.60109: done checking for max_fail_percentage 172629 1726888988.60110: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.60110: done checking to see if all hosts have failed 172629 1726888988.60111: getting the remaining hosts for this loop 172629 1726888988.60113: done getting the remaining hosts for this loop 172629 1726888988.60116: getting the next task for host managed_node1 172629 1726888988.60123: done getting next task for host managed_node1 172629 1726888988.60125: ^ task is: TASK: Show volume thin pool size 172629 1726888988.60130: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.60133: getting variables 172629 1726888988.60135: in VariableManager get_vars() 172629 1726888988.60167: Calling all_inventory to load vars for managed_node1 172629 1726888988.60169: Calling groups_inventory to load vars for managed_node1 172629 1726888988.60172: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.60181: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.60184: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.60186: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.60700: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.61297: done with get_vars() 172629 1726888988.61311: done getting variables 172629 1726888988.61378: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Friday 20 September 2024 23:23:08 -0400 (0:00:00.029) 0:01:28.894 ****** 172629 1726888988.61410: entering _queue_task() for managed_node1/debug 172629 1726888988.61876: worker is 1 (out of 1 available) 172629 1726888988.61888: exiting _queue_task() for managed_node1/debug 172629 1726888988.61900: done queuing things up, now waiting for results queue to drain 172629 1726888988.61902: waiting for pending results... 172629 1726888988.62139: running TaskExecutor() for managed_node1/TASK: Show volume thin pool size 172629 1726888988.62191: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000017a0 172629 1726888988.62212: variable 'ansible_search_path' from source: unknown 172629 1726888988.62262: calling self._execute() 172629 1726888988.62384: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.62397: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.62411: variable 'omit' from source: magic vars 172629 1726888988.62809: variable 'storage_test_volume' from source: include params 172629 1726888988.62848: Evaluated conditional (storage_test_volume.thin): False 172629 1726888988.62862: when evaluation is False, skipping this task 172629 1726888988.62871: _execute() done 172629 1726888988.62960: dumping result to json 172629 1726888988.62963: done dumping result, returning 172629 1726888988.62966: done running TaskExecutor() for managed_node1/TASK: Show volume thin pool size [0affc8a3-6f6f-d0a8-add8-0000000017a0] 172629 1726888988.62968: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017a0 172629 1726888988.63261: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017a0 172629 1726888988.63265: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726888988.63300: no more pending results, returning what we have 172629 1726888988.63303: results queue empty 172629 1726888988.63304: checking for any_errors_fatal 172629 1726888988.63311: done checking for any_errors_fatal 172629 1726888988.63312: checking for max_fail_percentage 172629 1726888988.63314: done checking for max_fail_percentage 172629 1726888988.63315: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.63316: done checking to see if all hosts have failed 172629 1726888988.63317: getting the remaining hosts for this loop 172629 1726888988.63318: done getting the remaining hosts for this loop 172629 1726888988.63321: getting the next task for host managed_node1 172629 1726888988.63328: done getting next task for host managed_node1 172629 1726888988.63331: ^ task is: TASK: Show test volume size 172629 1726888988.63336: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.63339: getting variables 172629 1726888988.63341: in VariableManager get_vars() 172629 1726888988.63374: Calling all_inventory to load vars for managed_node1 172629 1726888988.63377: Calling groups_inventory to load vars for managed_node1 172629 1726888988.63380: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.63388: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.63392: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.63395: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.63920: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.64518: done with get_vars() 172629 1726888988.64532: done getting variables 172629 1726888988.64593: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test volume size] *************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Friday 20 September 2024 23:23:08 -0400 (0:00:00.032) 0:01:28.926 ****** 172629 1726888988.64626: entering _queue_task() for managed_node1/debug 172629 1726888988.64885: worker is 1 (out of 1 available) 172629 1726888988.64898: exiting _queue_task() for managed_node1/debug 172629 1726888988.64911: done queuing things up, now waiting for results queue to drain 172629 1726888988.64912: waiting for pending results... 172629 1726888988.65209: running TaskExecutor() for managed_node1/TASK: Show test volume size 172629 1726888988.65334: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000017a1 172629 1726888988.65359: variable 'ansible_search_path' from source: unknown 172629 1726888988.65398: calling self._execute() 172629 1726888988.65514: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.65526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.65538: variable 'omit' from source: magic vars 172629 1726888988.65920: variable 'storage_test_volume' from source: include params 172629 1726888988.65964: Evaluated conditional (storage_test_volume.thin): False 172629 1726888988.65971: when evaluation is False, skipping this task 172629 1726888988.65978: _execute() done 172629 1726888988.65986: dumping result to json 172629 1726888988.65993: done dumping result, returning 172629 1726888988.66003: done running TaskExecutor() for managed_node1/TASK: Show test volume size [0affc8a3-6f6f-d0a8-add8-0000000017a1] 172629 1726888988.66012: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017a1 skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726888988.66189: no more pending results, returning what we have 172629 1726888988.66193: results queue empty 172629 1726888988.66195: checking for any_errors_fatal 172629 1726888988.66205: done checking for any_errors_fatal 172629 1726888988.66206: checking for max_fail_percentage 172629 1726888988.66208: done checking for max_fail_percentage 172629 1726888988.66209: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.66210: done checking to see if all hosts have failed 172629 1726888988.66211: getting the remaining hosts for this loop 172629 1726888988.66213: done getting the remaining hosts for this loop 172629 1726888988.66216: getting the next task for host managed_node1 172629 1726888988.66225: done getting next task for host managed_node1 172629 1726888988.66228: ^ task is: TASK: Establish base value for expected thin pool size 172629 1726888988.66234: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.66238: getting variables 172629 1726888988.66240: in VariableManager get_vars() 172629 1726888988.66279: Calling all_inventory to load vars for managed_node1 172629 1726888988.66282: Calling groups_inventory to load vars for managed_node1 172629 1726888988.66286: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.66298: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.66301: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.66304: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.66970: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017a1 172629 1726888988.66974: WORKER PROCESS EXITING 172629 1726888988.67063: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.67691: done with get_vars() 172629 1726888988.67705: done getting variables 172629 1726888988.67763: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Friday 20 September 2024 23:23:08 -0400 (0:00:00.031) 0:01:28.957 ****** 172629 1726888988.67792: entering _queue_task() for managed_node1/set_fact 172629 1726888988.68045: worker is 1 (out of 1 available) 172629 1726888988.68062: exiting _queue_task() for managed_node1/set_fact 172629 1726888988.68075: done queuing things up, now waiting for results queue to drain 172629 1726888988.68076: waiting for pending results... 172629 1726888988.68366: running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool size 172629 1726888988.68518: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000017a2 172629 1726888988.68539: variable 'ansible_search_path' from source: unknown 172629 1726888988.68589: calling self._execute() 172629 1726888988.68712: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.68723: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.68738: variable 'omit' from source: magic vars 172629 1726888988.69128: variable 'storage_test_volume' from source: include params 172629 1726888988.69175: Evaluated conditional (storage_test_volume.thin): False 172629 1726888988.69184: when evaluation is False, skipping this task 172629 1726888988.69193: _execute() done 172629 1726888988.69201: dumping result to json 172629 1726888988.69208: done dumping result, returning 172629 1726888988.69218: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-d0a8-add8-0000000017a2] 172629 1726888988.69228: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017a2 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888988.69404: no more pending results, returning what we have 172629 1726888988.69408: results queue empty 172629 1726888988.69409: checking for any_errors_fatal 172629 1726888988.69420: done checking for any_errors_fatal 172629 1726888988.69421: checking for max_fail_percentage 172629 1726888988.69423: done checking for max_fail_percentage 172629 1726888988.69424: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.69425: done checking to see if all hosts have failed 172629 1726888988.69426: getting the remaining hosts for this loop 172629 1726888988.69428: done getting the remaining hosts for this loop 172629 1726888988.69431: getting the next task for host managed_node1 172629 1726888988.69440: done getting next task for host managed_node1 172629 1726888988.69443: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 172629 1726888988.69448: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.69456: getting variables 172629 1726888988.69458: in VariableManager get_vars() 172629 1726888988.69495: Calling all_inventory to load vars for managed_node1 172629 1726888988.69498: Calling groups_inventory to load vars for managed_node1 172629 1726888988.69501: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.69514: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.69516: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.69519: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.70185: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017a2 172629 1726888988.70189: WORKER PROCESS EXITING 172629 1726888988.70382: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.71002: done with get_vars() 172629 1726888988.71017: done getting variables 172629 1726888988.71082: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Friday 20 September 2024 23:23:08 -0400 (0:00:00.033) 0:01:28.991 ****** 172629 1726888988.71113: entering _queue_task() for managed_node1/set_fact 172629 1726888988.71584: worker is 1 (out of 1 available) 172629 1726888988.71595: exiting _queue_task() for managed_node1/set_fact 172629 1726888988.71606: done queuing things up, now waiting for results queue to drain 172629 1726888988.71608: waiting for pending results... 172629 1726888988.71729: running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value 172629 1726888988.71869: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000017a3 172629 1726888988.71891: variable 'ansible_search_path' from source: unknown 172629 1726888988.71958: calling self._execute() 172629 1726888988.72058: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.72076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.72174: variable 'omit' from source: magic vars 172629 1726888988.72472: variable 'storage_test_volume' from source: include params 172629 1726888988.72515: Evaluated conditional (storage_test_volume.thin): False 172629 1726888988.72523: when evaluation is False, skipping this task 172629 1726888988.72531: _execute() done 172629 1726888988.72538: dumping result to json 172629 1726888988.72547: done dumping result, returning 172629 1726888988.72563: done running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-d0a8-add8-0000000017a3] 172629 1726888988.72573: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017a3 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888988.72762: no more pending results, returning what we have 172629 1726888988.72767: results queue empty 172629 1726888988.72768: checking for any_errors_fatal 172629 1726888988.72778: done checking for any_errors_fatal 172629 1726888988.72779: checking for max_fail_percentage 172629 1726888988.72781: done checking for max_fail_percentage 172629 1726888988.72782: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.72783: done checking to see if all hosts have failed 172629 1726888988.72784: getting the remaining hosts for this loop 172629 1726888988.72786: done getting the remaining hosts for this loop 172629 1726888988.72790: getting the next task for host managed_node1 172629 1726888988.72799: done getting next task for host managed_node1 172629 1726888988.72801: ^ task is: TASK: Establish base value for expected thin pool volume size 172629 1726888988.72807: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.72810: getting variables 172629 1726888988.72812: in VariableManager get_vars() 172629 1726888988.72848: Calling all_inventory to load vars for managed_node1 172629 1726888988.72851: Calling groups_inventory to load vars for managed_node1 172629 1726888988.72859: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.72872: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.72875: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.72879: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.73570: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017a3 172629 1726888988.73573: WORKER PROCESS EXITING 172629 1726888988.73665: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.74285: done with get_vars() 172629 1726888988.74299: done getting variables 172629 1726888988.74360: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Friday 20 September 2024 23:23:08 -0400 (0:00:00.032) 0:01:29.023 ****** 172629 1726888988.74391: entering _queue_task() for managed_node1/set_fact 172629 1726888988.74644: worker is 1 (out of 1 available) 172629 1726888988.74763: exiting _queue_task() for managed_node1/set_fact 172629 1726888988.74776: done queuing things up, now waiting for results queue to drain 172629 1726888988.74777: waiting for pending results... 172629 1726888988.74970: running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool volume size 172629 1726888988.75094: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000017a4 172629 1726888988.75119: variable 'ansible_search_path' from source: unknown 172629 1726888988.75162: calling self._execute() 172629 1726888988.75284: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.75296: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.75309: variable 'omit' from source: magic vars 172629 1726888988.75675: variable 'storage_test_volume' from source: include params 172629 1726888988.75712: Evaluated conditional (storage_test_volume.thin): False 172629 1726888988.75719: when evaluation is False, skipping this task 172629 1726888988.75725: _execute() done 172629 1726888988.75734: dumping result to json 172629 1726888988.75741: done dumping result, returning 172629 1726888988.75752: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-d0a8-add8-0000000017a4] 172629 1726888988.75767: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017a4 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888988.75911: no more pending results, returning what we have 172629 1726888988.75915: results queue empty 172629 1726888988.75917: checking for any_errors_fatal 172629 1726888988.75927: done checking for any_errors_fatal 172629 1726888988.75928: checking for max_fail_percentage 172629 1726888988.75931: done checking for max_fail_percentage 172629 1726888988.75932: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.75933: done checking to see if all hosts have failed 172629 1726888988.75933: getting the remaining hosts for this loop 172629 1726888988.75936: done getting the remaining hosts for this loop 172629 1726888988.75939: getting the next task for host managed_node1 172629 1726888988.75948: done getting next task for host managed_node1 172629 1726888988.75951: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 172629 1726888988.75960: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.75965: getting variables 172629 1726888988.75967: in VariableManager get_vars() 172629 1726888988.76006: Calling all_inventory to load vars for managed_node1 172629 1726888988.76010: Calling groups_inventory to load vars for managed_node1 172629 1726888988.76013: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.76026: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.76030: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.76033: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.76672: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017a4 172629 1726888988.76676: WORKER PROCESS EXITING 172629 1726888988.76703: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.77634: done with get_vars() 172629 1726888988.77647: done getting variables 172629 1726888988.77708: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Friday 20 September 2024 23:23:08 -0400 (0:00:00.033) 0:01:29.057 ****** 172629 1726888988.77737: entering _queue_task() for managed_node1/set_fact 172629 1726888988.78182: worker is 1 (out of 1 available) 172629 1726888988.78191: exiting _queue_task() for managed_node1/set_fact 172629 1726888988.78201: done queuing things up, now waiting for results queue to drain 172629 1726888988.78202: waiting for pending results... 172629 1726888988.78329: running TaskExecutor() for managed_node1/TASK: Calculate the expected thin pool volume size based on percentage value 172629 1726888988.78456: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000017a5 172629 1726888988.78536: variable 'ansible_search_path' from source: unknown 172629 1726888988.78539: calling self._execute() 172629 1726888988.78634: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.78650: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.78669: variable 'omit' from source: magic vars 172629 1726888988.79046: variable 'storage_test_volume' from source: include params 172629 1726888988.79093: Evaluated conditional (storage_test_volume.thin): False 172629 1726888988.79100: when evaluation is False, skipping this task 172629 1726888988.79107: _execute() done 172629 1726888988.79115: dumping result to json 172629 1726888988.79121: done dumping result, returning 172629 1726888988.79132: done running TaskExecutor() for managed_node1/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-d0a8-add8-0000000017a5] 172629 1726888988.79142: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017a5 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888988.79333: no more pending results, returning what we have 172629 1726888988.79338: results queue empty 172629 1726888988.79339: checking for any_errors_fatal 172629 1726888988.79350: done checking for any_errors_fatal 172629 1726888988.79351: checking for max_fail_percentage 172629 1726888988.79357: done checking for max_fail_percentage 172629 1726888988.79358: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.79359: done checking to see if all hosts have failed 172629 1726888988.79360: getting the remaining hosts for this loop 172629 1726888988.79362: done getting the remaining hosts for this loop 172629 1726888988.79365: getting the next task for host managed_node1 172629 1726888988.79375: done getting next task for host managed_node1 172629 1726888988.79377: ^ task is: TASK: Replace expected volume size with calculated value 172629 1726888988.79384: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.79388: getting variables 172629 1726888988.79390: in VariableManager get_vars() 172629 1726888988.79426: Calling all_inventory to load vars for managed_node1 172629 1726888988.79429: Calling groups_inventory to load vars for managed_node1 172629 1726888988.79432: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.79446: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.79449: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.79558: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.79680: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017a5 172629 1726888988.79684: WORKER PROCESS EXITING 172629 1726888988.80211: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.80833: done with get_vars() 172629 1726888988.80845: done getting variables 172629 1726888988.80903: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Friday 20 September 2024 23:23:08 -0400 (0:00:00.031) 0:01:29.089 ****** 172629 1726888988.80934: entering _queue_task() for managed_node1/set_fact 172629 1726888988.81181: worker is 1 (out of 1 available) 172629 1726888988.81193: exiting _queue_task() for managed_node1/set_fact 172629 1726888988.81205: done queuing things up, now waiting for results queue to drain 172629 1726888988.81206: waiting for pending results... 172629 1726888988.81491: running TaskExecutor() for managed_node1/TASK: Replace expected volume size with calculated value 172629 1726888988.81624: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000017a6 172629 1726888988.81644: variable 'ansible_search_path' from source: unknown 172629 1726888988.81690: calling self._execute() 172629 1726888988.81814: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.81828: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.81843: variable 'omit' from source: magic vars 172629 1726888988.82210: variable 'storage_test_volume' from source: include params 172629 1726888988.82249: Evaluated conditional (storage_test_volume.thin): False 172629 1726888988.82261: when evaluation is False, skipping this task 172629 1726888988.82268: _execute() done 172629 1726888988.82274: dumping result to json 172629 1726888988.82280: done dumping result, returning 172629 1726888988.82288: done running TaskExecutor() for managed_node1/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-d0a8-add8-0000000017a6] 172629 1726888988.82296: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017a6 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726888988.82543: no more pending results, returning what we have 172629 1726888988.82547: results queue empty 172629 1726888988.82548: checking for any_errors_fatal 172629 1726888988.82713: done checking for any_errors_fatal 172629 1726888988.82714: checking for max_fail_percentage 172629 1726888988.82716: done checking for max_fail_percentage 172629 1726888988.82717: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.82718: done checking to see if all hosts have failed 172629 1726888988.82718: getting the remaining hosts for this loop 172629 1726888988.82720: done getting the remaining hosts for this loop 172629 1726888988.82723: getting the next task for host managed_node1 172629 1726888988.82731: done getting next task for host managed_node1 172629 1726888988.82734: ^ task is: TASK: Show actual size 172629 1726888988.82739: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.82742: getting variables 172629 1726888988.82743: in VariableManager get_vars() 172629 1726888988.82775: Calling all_inventory to load vars for managed_node1 172629 1726888988.82778: Calling groups_inventory to load vars for managed_node1 172629 1726888988.82781: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.82787: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017a6 172629 1726888988.82790: WORKER PROCESS EXITING 172629 1726888988.82798: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.82801: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.82804: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.83347: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.83965: done with get_vars() 172629 1726888988.83979: done getting variables 172629 1726888988.84037: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show actual size] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Friday 20 September 2024 23:23:08 -0400 (0:00:00.031) 0:01:29.120 ****** 172629 1726888988.84074: entering _queue_task() for managed_node1/debug 172629 1726888988.84348: worker is 1 (out of 1 available) 172629 1726888988.84368: exiting _queue_task() for managed_node1/debug 172629 1726888988.84380: done queuing things up, now waiting for results queue to drain 172629 1726888988.84382: waiting for pending results... 172629 1726888988.84614: running TaskExecutor() for managed_node1/TASK: Show actual size 172629 1726888988.84768: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000017a8 172629 1726888988.84789: variable 'ansible_search_path' from source: unknown 172629 1726888988.84828: calling self._execute() 172629 1726888988.84962: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.84975: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.84988: variable 'omit' from source: magic vars 172629 1726888988.85378: variable 'omit' from source: magic vars 172629 1726888988.85430: variable 'omit' from source: magic vars 172629 1726888988.85490: variable 'omit' from source: magic vars 172629 1726888988.85534: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888988.85584: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888988.85611: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888988.85632: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888988.85651: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888988.85691: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888988.85705: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.85712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.85823: Set connection var ansible_timeout to 10 172629 1726888988.85833: Set connection var ansible_shell_type to sh 172629 1726888988.85844: Set connection var ansible_pipelining to False 172629 1726888988.85857: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888988.85916: Set connection var ansible_shell_executable to /bin/sh 172629 1726888988.85919: Set connection var ansible_connection to ssh 172629 1726888988.85921: variable 'ansible_shell_executable' from source: unknown 172629 1726888988.85923: variable 'ansible_connection' from source: unknown 172629 1726888988.85925: variable 'ansible_module_compression' from source: unknown 172629 1726888988.85927: variable 'ansible_shell_type' from source: unknown 172629 1726888988.85929: variable 'ansible_shell_executable' from source: unknown 172629 1726888988.85931: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.85933: variable 'ansible_pipelining' from source: unknown 172629 1726888988.85935: variable 'ansible_timeout' from source: unknown 172629 1726888988.85937: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.86092: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888988.86110: variable 'omit' from source: magic vars 172629 1726888988.86120: starting attempt loop 172629 1726888988.86259: running the handler 172629 1726888988.86265: variable 'storage_test_actual_size' from source: set_fact 172629 1726888988.86387: variable 'storage_test_actual_size' from source: set_fact 172629 1726888988.86460: handler run complete 172629 1726888988.86494: attempt loop complete, returning result 172629 1726888988.86501: _execute() done 172629 1726888988.86507: dumping result to json 172629 1726888988.86515: done dumping result, returning 172629 1726888988.86525: done running TaskExecutor() for managed_node1/TASK: Show actual size [0affc8a3-6f6f-d0a8-add8-0000000017a8] 172629 1726888988.86532: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017a8 ok: [managed_node1] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } 172629 1726888988.86690: no more pending results, returning what we have 172629 1726888988.86693: results queue empty 172629 1726888988.86694: checking for any_errors_fatal 172629 1726888988.86706: done checking for any_errors_fatal 172629 1726888988.86706: checking for max_fail_percentage 172629 1726888988.86708: done checking for max_fail_percentage 172629 1726888988.86709: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.86710: done checking to see if all hosts have failed 172629 1726888988.86711: getting the remaining hosts for this loop 172629 1726888988.86712: done getting the remaining hosts for this loop 172629 1726888988.86715: getting the next task for host managed_node1 172629 1726888988.86723: done getting next task for host managed_node1 172629 1726888988.86726: ^ task is: TASK: Show expected size 172629 1726888988.86732: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.86736: getting variables 172629 1726888988.86737: in VariableManager get_vars() 172629 1726888988.86778: Calling all_inventory to load vars for managed_node1 172629 1726888988.86781: Calling groups_inventory to load vars for managed_node1 172629 1726888988.86784: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.86795: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.86799: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.86802: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.87651: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017a8 172629 1726888988.87659: WORKER PROCESS EXITING 172629 1726888988.87680: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.88318: done with get_vars() 172629 1726888988.88334: done getting variables 172629 1726888988.88395: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show expected size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Friday 20 September 2024 23:23:08 -0400 (0:00:00.043) 0:01:29.164 ****** 172629 1726888988.88426: entering _queue_task() for managed_node1/debug 172629 1726888988.88733: worker is 1 (out of 1 available) 172629 1726888988.88747: exiting _queue_task() for managed_node1/debug 172629 1726888988.88963: done queuing things up, now waiting for results queue to drain 172629 1726888988.88965: waiting for pending results... 172629 1726888988.89065: running TaskExecutor() for managed_node1/TASK: Show expected size 172629 1726888988.89203: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000017a9 172629 1726888988.89222: variable 'ansible_search_path' from source: unknown 172629 1726888988.89264: calling self._execute() 172629 1726888988.89394: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.89411: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.89426: variable 'omit' from source: magic vars 172629 1726888988.89550: variable 'omit' from source: magic vars 172629 1726888988.89615: variable 'omit' from source: magic vars 172629 1726888988.89662: variable 'omit' from source: magic vars 172629 1726888988.89709: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888988.89763: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888988.89840: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888988.89843: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888988.89846: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888988.89865: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888988.89874: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.89882: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.89995: Set connection var ansible_timeout to 10 172629 1726888988.90007: Set connection var ansible_shell_type to sh 172629 1726888988.90019: Set connection var ansible_pipelining to False 172629 1726888988.90030: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888988.90040: Set connection var ansible_shell_executable to /bin/sh 172629 1726888988.90060: Set connection var ansible_connection to ssh 172629 1726888988.90160: variable 'ansible_shell_executable' from source: unknown 172629 1726888988.90164: variable 'ansible_connection' from source: unknown 172629 1726888988.90167: variable 'ansible_module_compression' from source: unknown 172629 1726888988.90169: variable 'ansible_shell_type' from source: unknown 172629 1726888988.90170: variable 'ansible_shell_executable' from source: unknown 172629 1726888988.90173: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.90175: variable 'ansible_pipelining' from source: unknown 172629 1726888988.90176: variable 'ansible_timeout' from source: unknown 172629 1726888988.90178: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.90293: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888988.90301: variable 'omit' from source: magic vars 172629 1726888988.90360: starting attempt loop 172629 1726888988.90363: running the handler 172629 1726888988.90573: handler run complete 172629 1726888988.90605: attempt loop complete, returning result 172629 1726888988.90615: _execute() done 172629 1726888988.90626: dumping result to json 172629 1726888988.90633: done dumping result, returning 172629 1726888988.90645: done running TaskExecutor() for managed_node1/TASK: Show expected size [0affc8a3-6f6f-d0a8-add8-0000000017a9] 172629 1726888988.90658: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017a9 172629 1726888988.90884: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017a9 172629 1726888988.90887: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } 172629 1726888988.90934: no more pending results, returning what we have 172629 1726888988.90938: results queue empty 172629 1726888988.90939: checking for any_errors_fatal 172629 1726888988.90957: done checking for any_errors_fatal 172629 1726888988.90958: checking for max_fail_percentage 172629 1726888988.90961: done checking for max_fail_percentage 172629 1726888988.90962: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.90963: done checking to see if all hosts have failed 172629 1726888988.90963: getting the remaining hosts for this loop 172629 1726888988.90965: done getting the remaining hosts for this loop 172629 1726888988.90969: getting the next task for host managed_node1 172629 1726888988.90977: done getting next task for host managed_node1 172629 1726888988.90980: ^ task is: TASK: Assert expected size is actual size 172629 1726888988.90986: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888988.90990: getting variables 172629 1726888988.90991: in VariableManager get_vars() 172629 1726888988.91026: Calling all_inventory to load vars for managed_node1 172629 1726888988.91029: Calling groups_inventory to load vars for managed_node1 172629 1726888988.91033: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.91043: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.91046: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.91049: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.91765: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.92398: done with get_vars() 172629 1726888988.92411: done getting variables 172629 1726888988.92468: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Friday 20 September 2024 23:23:08 -0400 (0:00:00.040) 0:01:29.204 ****** 172629 1726888988.92500: entering _queue_task() for managed_node1/assert 172629 1726888988.92972: worker is 1 (out of 1 available) 172629 1726888988.92982: exiting _queue_task() for managed_node1/assert 172629 1726888988.92992: done queuing things up, now waiting for results queue to drain 172629 1726888988.92993: waiting for pending results... 172629 1726888988.93092: running TaskExecutor() for managed_node1/TASK: Assert expected size is actual size 172629 1726888988.93326: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000017aa 172629 1726888988.93331: variable 'ansible_search_path' from source: unknown 172629 1726888988.93334: calling self._execute() 172629 1726888988.93395: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.93407: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.93422: variable 'omit' from source: magic vars 172629 1726888988.93808: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888988.96076: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888988.96682: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888988.96731: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888988.96772: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888988.96804: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888988.96908: variable '_storage_test_volume_present' from source: set_fact 172629 1726888988.96932: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726888988.97076: variable 'storage_test_volume' from source: include params 172629 1726888988.97111: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726888988.97118: when evaluation is False, skipping this task 172629 1726888988.97126: _execute() done 172629 1726888988.97133: dumping result to json 172629 1726888988.97140: done dumping result, returning 172629 1726888988.97172: done running TaskExecutor() for managed_node1/TASK: Assert expected size is actual size [0affc8a3-6f6f-d0a8-add8-0000000017aa] 172629 1726888988.97176: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017aa skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726888988.97329: no more pending results, returning what we have 172629 1726888988.97332: results queue empty 172629 1726888988.97334: checking for any_errors_fatal 172629 1726888988.97342: done checking for any_errors_fatal 172629 1726888988.97342: checking for max_fail_percentage 172629 1726888988.97344: done checking for max_fail_percentage 172629 1726888988.97345: checking to see if all hosts have failed and the running result is not ok 172629 1726888988.97347: done checking to see if all hosts have failed 172629 1726888988.97347: getting the remaining hosts for this loop 172629 1726888988.97349: done getting the remaining hosts for this loop 172629 1726888988.97356: getting the next task for host managed_node1 172629 1726888988.97367: done getting next task for host managed_node1 172629 1726888988.97370: ^ task is: TASK: Get information about the LV 172629 1726888988.97375: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888988.97379: getting variables 172629 1726888988.97380: in VariableManager get_vars() 172629 1726888988.97417: Calling all_inventory to load vars for managed_node1 172629 1726888988.97420: Calling groups_inventory to load vars for managed_node1 172629 1726888988.97422: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888988.97434: Calling all_plugins_play to load vars for managed_node1 172629 1726888988.97437: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888988.97439: Calling groups_plugins_play to load vars for managed_node1 172629 1726888988.98073: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017aa 172629 1726888988.98077: WORKER PROCESS EXITING 172629 1726888988.98124: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888988.98751: done with get_vars() 172629 1726888988.98774: done getting variables 172629 1726888988.98826: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get information about the LV] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Friday 20 September 2024 23:23:08 -0400 (0:00:00.063) 0:01:29.268 ****** 172629 1726888988.98858: entering _queue_task() for managed_node1/command 172629 1726888988.99166: worker is 1 (out of 1 available) 172629 1726888988.99178: exiting _queue_task() for managed_node1/command 172629 1726888988.99196: done queuing things up, now waiting for results queue to drain 172629 1726888988.99198: waiting for pending results... 172629 1726888988.99538: running TaskExecutor() for managed_node1/TASK: Get information about the LV 172629 1726888988.99645: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000017b1 172629 1726888988.99670: variable 'ansible_search_path' from source: unknown 172629 1726888988.99745: calling self._execute() 172629 1726888988.99837: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888988.99861: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888988.99877: variable 'omit' from source: magic vars 172629 1726888989.00322: variable 'storage_test_volume' from source: include params 172629 1726888989.00400: variable '_storage_test_volume_present' from source: set_fact 172629 1726888989.00403: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888989.00406: when evaluation is False, skipping this task 172629 1726888989.00408: _execute() done 172629 1726888989.00410: dumping result to json 172629 1726888989.00412: done dumping result, returning 172629 1726888989.00414: done running TaskExecutor() for managed_node1/TASK: Get information about the LV [0affc8a3-6f6f-d0a8-add8-0000000017b1] 172629 1726888989.00423: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017b1 172629 1726888989.00687: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017b1 172629 1726888989.00691: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888989.00745: no more pending results, returning what we have 172629 1726888989.00748: results queue empty 172629 1726888989.00750: checking for any_errors_fatal 172629 1726888989.00760: done checking for any_errors_fatal 172629 1726888989.00762: checking for max_fail_percentage 172629 1726888989.00763: done checking for max_fail_percentage 172629 1726888989.00764: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.00765: done checking to see if all hosts have failed 172629 1726888989.00766: getting the remaining hosts for this loop 172629 1726888989.00768: done getting the remaining hosts for this loop 172629 1726888989.00771: getting the next task for host managed_node1 172629 1726888989.00779: done getting next task for host managed_node1 172629 1726888989.00782: ^ task is: TASK: Set LV segment type 172629 1726888989.00787: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888989.00792: getting variables 172629 1726888989.00793: in VariableManager get_vars() 172629 1726888989.00835: Calling all_inventory to load vars for managed_node1 172629 1726888989.00838: Calling groups_inventory to load vars for managed_node1 172629 1726888989.00842: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.00854: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.00918: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.00923: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.01562: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.02310: done with get_vars() 172629 1726888989.02320: done getting variables 172629 1726888989.02363: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Friday 20 September 2024 23:23:09 -0400 (0:00:00.035) 0:01:29.303 ****** 172629 1726888989.02386: entering _queue_task() for managed_node1/set_fact 172629 1726888989.02589: worker is 1 (out of 1 available) 172629 1726888989.02603: exiting _queue_task() for managed_node1/set_fact 172629 1726888989.02615: done queuing things up, now waiting for results queue to drain 172629 1726888989.02617: waiting for pending results... 172629 1726888989.02807: running TaskExecutor() for managed_node1/TASK: Set LV segment type 172629 1726888989.02904: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000017b2 172629 1726888989.02916: variable 'ansible_search_path' from source: unknown 172629 1726888989.02943: calling self._execute() 172629 1726888989.03036: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.03042: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.03052: variable 'omit' from source: magic vars 172629 1726888989.03367: variable 'storage_test_volume' from source: include params 172629 1726888989.03384: variable '_storage_test_volume_present' from source: set_fact 172629 1726888989.03401: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888989.03404: when evaluation is False, skipping this task 172629 1726888989.03407: _execute() done 172629 1726888989.03410: dumping result to json 172629 1726888989.03412: done dumping result, returning 172629 1726888989.03417: done running TaskExecutor() for managed_node1/TASK: Set LV segment type [0affc8a3-6f6f-d0a8-add8-0000000017b2] 172629 1726888989.03423: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017b2 172629 1726888989.03510: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017b2 172629 1726888989.03513: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888989.03560: no more pending results, returning what we have 172629 1726888989.03564: results queue empty 172629 1726888989.03565: checking for any_errors_fatal 172629 1726888989.03578: done checking for any_errors_fatal 172629 1726888989.03578: checking for max_fail_percentage 172629 1726888989.03580: done checking for max_fail_percentage 172629 1726888989.03581: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.03582: done checking to see if all hosts have failed 172629 1726888989.03582: getting the remaining hosts for this loop 172629 1726888989.03584: done getting the remaining hosts for this loop 172629 1726888989.03587: getting the next task for host managed_node1 172629 1726888989.03596: done getting next task for host managed_node1 172629 1726888989.03599: ^ task is: TASK: Check segment type 172629 1726888989.03604: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888989.03607: getting variables 172629 1726888989.03609: in VariableManager get_vars() 172629 1726888989.03639: Calling all_inventory to load vars for managed_node1 172629 1726888989.03642: Calling groups_inventory to load vars for managed_node1 172629 1726888989.03644: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.03653: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.03663: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.03667: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.04209: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.04821: done with get_vars() 172629 1726888989.04832: done getting variables 172629 1726888989.04880: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check segment type] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Friday 20 September 2024 23:23:09 -0400 (0:00:00.025) 0:01:29.328 ****** 172629 1726888989.04903: entering _queue_task() for managed_node1/assert 172629 1726888989.05098: worker is 1 (out of 1 available) 172629 1726888989.05111: exiting _queue_task() for managed_node1/assert 172629 1726888989.05124: done queuing things up, now waiting for results queue to drain 172629 1726888989.05125: waiting for pending results... 172629 1726888989.05312: running TaskExecutor() for managed_node1/TASK: Check segment type 172629 1726888989.05396: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000017b3 172629 1726888989.05409: variable 'ansible_search_path' from source: unknown 172629 1726888989.05436: calling self._execute() 172629 1726888989.05524: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.05529: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.05537: variable 'omit' from source: magic vars 172629 1726888989.05840: variable 'storage_test_volume' from source: include params 172629 1726888989.05865: variable '_storage_test_volume_present' from source: set_fact 172629 1726888989.05879: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888989.05882: when evaluation is False, skipping this task 172629 1726888989.05885: _execute() done 172629 1726888989.05888: dumping result to json 172629 1726888989.05891: done dumping result, returning 172629 1726888989.05899: done running TaskExecutor() for managed_node1/TASK: Check segment type [0affc8a3-6f6f-d0a8-add8-0000000017b3] 172629 1726888989.05904: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017b3 172629 1726888989.05991: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017b3 172629 1726888989.05994: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888989.06042: no more pending results, returning what we have 172629 1726888989.06045: results queue empty 172629 1726888989.06046: checking for any_errors_fatal 172629 1726888989.06059: done checking for any_errors_fatal 172629 1726888989.06060: checking for max_fail_percentage 172629 1726888989.06062: done checking for max_fail_percentage 172629 1726888989.06063: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.06063: done checking to see if all hosts have failed 172629 1726888989.06064: getting the remaining hosts for this loop 172629 1726888989.06066: done getting the remaining hosts for this loop 172629 1726888989.06069: getting the next task for host managed_node1 172629 1726888989.06075: done getting next task for host managed_node1 172629 1726888989.06078: ^ task is: TASK: Set LV cache size 172629 1726888989.06083: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888989.06086: getting variables 172629 1726888989.06087: in VariableManager get_vars() 172629 1726888989.06114: Calling all_inventory to load vars for managed_node1 172629 1726888989.06116: Calling groups_inventory to load vars for managed_node1 172629 1726888989.06119: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.06128: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.06130: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.06133: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.06463: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.06848: done with get_vars() 172629 1726888989.06871: done getting variables 172629 1726888989.06925: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Friday 20 September 2024 23:23:09 -0400 (0:00:00.020) 0:01:29.349 ****** 172629 1726888989.06961: entering _queue_task() for managed_node1/set_fact 172629 1726888989.07229: worker is 1 (out of 1 available) 172629 1726888989.07242: exiting _queue_task() for managed_node1/set_fact 172629 1726888989.07260: done queuing things up, now waiting for results queue to drain 172629 1726888989.07261: waiting for pending results... 172629 1726888989.07628: running TaskExecutor() for managed_node1/TASK: Set LV cache size 172629 1726888989.07684: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000017b4 172629 1726888989.07704: variable 'ansible_search_path' from source: unknown 172629 1726888989.07751: calling self._execute() 172629 1726888989.07883: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.07895: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.07909: variable 'omit' from source: magic vars 172629 1726888989.08332: variable 'storage_test_volume' from source: include params 172629 1726888989.08349: variable '_storage_test_volume_present' from source: set_fact 172629 1726888989.08367: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888989.08371: when evaluation is False, skipping this task 172629 1726888989.08374: _execute() done 172629 1726888989.08376: dumping result to json 172629 1726888989.08379: done dumping result, returning 172629 1726888989.08384: done running TaskExecutor() for managed_node1/TASK: Set LV cache size [0affc8a3-6f6f-d0a8-add8-0000000017b4] 172629 1726888989.08392: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017b4 172629 1726888989.08478: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017b4 172629 1726888989.08482: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888989.08541: no more pending results, returning what we have 172629 1726888989.08544: results queue empty 172629 1726888989.08545: checking for any_errors_fatal 172629 1726888989.08554: done checking for any_errors_fatal 172629 1726888989.08557: checking for max_fail_percentage 172629 1726888989.08559: done checking for max_fail_percentage 172629 1726888989.08559: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.08560: done checking to see if all hosts have failed 172629 1726888989.08561: getting the remaining hosts for this loop 172629 1726888989.08562: done getting the remaining hosts for this loop 172629 1726888989.08565: getting the next task for host managed_node1 172629 1726888989.08571: done getting next task for host managed_node1 172629 1726888989.08574: ^ task is: TASK: Parse the requested cache size 172629 1726888989.08579: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888989.08582: getting variables 172629 1726888989.08583: in VariableManager get_vars() 172629 1726888989.08612: Calling all_inventory to load vars for managed_node1 172629 1726888989.08615: Calling groups_inventory to load vars for managed_node1 172629 1726888989.08617: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.08626: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.08628: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.08631: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.08949: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.09304: done with get_vars() 172629 1726888989.09313: done getting variables TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Friday 20 September 2024 23:23:09 -0400 (0:00:00.024) 0:01:29.373 ****** 172629 1726888989.09371: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888989.09560: worker is 1 (out of 1 available) 172629 1726888989.09573: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726888989.09586: done queuing things up, now waiting for results queue to drain 172629 1726888989.09588: waiting for pending results... 172629 1726888989.09801: running TaskExecutor() for managed_node1/TASK: Parse the requested cache size 172629 1726888989.09907: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000017b5 172629 1726888989.09923: variable 'ansible_search_path' from source: unknown 172629 1726888989.10163: calling self._execute() 172629 1726888989.10167: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.10170: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.10173: variable 'omit' from source: magic vars 172629 1726888989.10459: variable 'storage_test_volume' from source: include params 172629 1726888989.10481: variable '_storage_test_volume_present' from source: set_fact 172629 1726888989.10498: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888989.10509: when evaluation is False, skipping this task 172629 1726888989.10512: _execute() done 172629 1726888989.10515: dumping result to json 172629 1726888989.10517: done dumping result, returning 172629 1726888989.10520: done running TaskExecutor() for managed_node1/TASK: Parse the requested cache size [0affc8a3-6f6f-d0a8-add8-0000000017b5] 172629 1726888989.10522: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017b5 172629 1726888989.10759: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017b5 172629 1726888989.10762: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888989.10802: no more pending results, returning what we have 172629 1726888989.10807: results queue empty 172629 1726888989.10807: checking for any_errors_fatal 172629 1726888989.10812: done checking for any_errors_fatal 172629 1726888989.10812: checking for max_fail_percentage 172629 1726888989.10814: done checking for max_fail_percentage 172629 1726888989.10814: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.10815: done checking to see if all hosts have failed 172629 1726888989.10815: getting the remaining hosts for this loop 172629 1726888989.10816: done getting the remaining hosts for this loop 172629 1726888989.10818: getting the next task for host managed_node1 172629 1726888989.10826: done getting next task for host managed_node1 172629 1726888989.10832: ^ task is: TASK: Set expected cache size 172629 1726888989.10836: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888989.10838: getting variables 172629 1726888989.10839: in VariableManager get_vars() 172629 1726888989.10864: Calling all_inventory to load vars for managed_node1 172629 1726888989.10866: Calling groups_inventory to load vars for managed_node1 172629 1726888989.10868: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.10874: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.10876: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.10878: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.11389: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.12032: done with get_vars() 172629 1726888989.12045: done getting variables 172629 1726888989.12085: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set expected cache size] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Friday 20 September 2024 23:23:09 -0400 (0:00:00.027) 0:01:29.401 ****** 172629 1726888989.12107: entering _queue_task() for managed_node1/set_fact 172629 1726888989.12299: worker is 1 (out of 1 available) 172629 1726888989.12313: exiting _queue_task() for managed_node1/set_fact 172629 1726888989.12325: done queuing things up, now waiting for results queue to drain 172629 1726888989.12326: waiting for pending results... 172629 1726888989.12515: running TaskExecutor() for managed_node1/TASK: Set expected cache size 172629 1726888989.12596: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000017b6 172629 1726888989.12608: variable 'ansible_search_path' from source: unknown 172629 1726888989.12636: calling self._execute() 172629 1726888989.12726: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.12731: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.12740: variable 'omit' from source: magic vars 172629 1726888989.13042: variable 'storage_test_volume' from source: include params 172629 1726888989.13060: variable '_storage_test_volume_present' from source: set_fact 172629 1726888989.13075: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888989.13078: when evaluation is False, skipping this task 172629 1726888989.13081: _execute() done 172629 1726888989.13083: dumping result to json 172629 1726888989.13085: done dumping result, returning 172629 1726888989.13094: done running TaskExecutor() for managed_node1/TASK: Set expected cache size [0affc8a3-6f6f-d0a8-add8-0000000017b6] 172629 1726888989.13097: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017b6 172629 1726888989.13182: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017b6 172629 1726888989.13185: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888989.13243: no more pending results, returning what we have 172629 1726888989.13246: results queue empty 172629 1726888989.13247: checking for any_errors_fatal 172629 1726888989.13253: done checking for any_errors_fatal 172629 1726888989.13253: checking for max_fail_percentage 172629 1726888989.13257: done checking for max_fail_percentage 172629 1726888989.13258: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.13259: done checking to see if all hosts have failed 172629 1726888989.13259: getting the remaining hosts for this loop 172629 1726888989.13261: done getting the remaining hosts for this loop 172629 1726888989.13264: getting the next task for host managed_node1 172629 1726888989.13270: done getting next task for host managed_node1 172629 1726888989.13272: ^ task is: TASK: Check cache size 172629 1726888989.13277: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=13, rescue=0, always=0, handlers=0, run_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 172629 1726888989.13280: getting variables 172629 1726888989.13281: in VariableManager get_vars() 172629 1726888989.13310: Calling all_inventory to load vars for managed_node1 172629 1726888989.13312: Calling groups_inventory to load vars for managed_node1 172629 1726888989.13315: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.13323: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.13326: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.13329: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.13648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.14275: done with get_vars() 172629 1726888989.14288: done getting variables 172629 1726888989.14342: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check cache size] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Friday 20 September 2024 23:23:09 -0400 (0:00:00.022) 0:01:29.423 ****** 172629 1726888989.14384: entering _queue_task() for managed_node1/assert 172629 1726888989.14648: worker is 1 (out of 1 available) 172629 1726888989.14661: exiting _queue_task() for managed_node1/assert 172629 1726888989.14673: done queuing things up, now waiting for results queue to drain 172629 1726888989.14675: waiting for pending results... 172629 1726888989.14870: running TaskExecutor() for managed_node1/TASK: Check cache size 172629 1726888989.14949: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000017b7 172629 1726888989.14965: variable 'ansible_search_path' from source: unknown 172629 1726888989.14993: calling self._execute() 172629 1726888989.15084: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.15091: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.15099: variable 'omit' from source: magic vars 172629 1726888989.15394: variable 'storage_test_volume' from source: include params 172629 1726888989.15409: variable '_storage_test_volume_present' from source: set_fact 172629 1726888989.15424: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726888989.15427: when evaluation is False, skipping this task 172629 1726888989.15430: _execute() done 172629 1726888989.15432: dumping result to json 172629 1726888989.15435: done dumping result, returning 172629 1726888989.15441: done running TaskExecutor() for managed_node1/TASK: Check cache size [0affc8a3-6f6f-d0a8-add8-0000000017b7] 172629 1726888989.15445: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017b7 172629 1726888989.15536: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000017b7 172629 1726888989.15539: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726888989.15589: no more pending results, returning what we have 172629 1726888989.15593: results queue empty 172629 1726888989.15594: checking for any_errors_fatal 172629 1726888989.15600: done checking for any_errors_fatal 172629 1726888989.15601: checking for max_fail_percentage 172629 1726888989.15603: done checking for max_fail_percentage 172629 1726888989.15604: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.15605: done checking to see if all hosts have failed 172629 1726888989.15605: getting the remaining hosts for this loop 172629 1726888989.15607: done getting the remaining hosts for this loop 172629 1726888989.15610: getting the next task for host managed_node1 172629 1726888989.15618: done getting next task for host managed_node1 172629 1726888989.15621: ^ task is: TASK: Clean up facts 172629 1726888989.15624: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888989.15629: getting variables 172629 1726888989.15630: in VariableManager get_vars() 172629 1726888989.15660: Calling all_inventory to load vars for managed_node1 172629 1726888989.15662: Calling groups_inventory to load vars for managed_node1 172629 1726888989.15665: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.15674: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.15677: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.15679: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.15987: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.16578: done with get_vars() 172629 1726888989.16587: done getting variables 172629 1726888989.16626: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up facts] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Friday 20 September 2024 23:23:09 -0400 (0:00:00.022) 0:01:29.446 ****** 172629 1726888989.16644: entering _queue_task() for managed_node1/set_fact 172629 1726888989.16826: worker is 1 (out of 1 available) 172629 1726888989.16840: exiting _queue_task() for managed_node1/set_fact 172629 1726888989.16853: done queuing things up, now waiting for results queue to drain 172629 1726888989.16854: waiting for pending results... 172629 1726888989.17030: running TaskExecutor() for managed_node1/TASK: Clean up facts 172629 1726888989.17120: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000170a 172629 1726888989.17132: variable 'ansible_search_path' from source: unknown 172629 1726888989.17163: calling self._execute() 172629 1726888989.17246: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.17251: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.17264: variable 'omit' from source: magic vars 172629 1726888989.17342: variable 'omit' from source: magic vars 172629 1726888989.17379: variable 'omit' from source: magic vars 172629 1726888989.17404: variable 'omit' from source: magic vars 172629 1726888989.17461: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888989.17491: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888989.17507: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888989.17526: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.17536: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.17564: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888989.17567: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.17570: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.17640: Set connection var ansible_timeout to 10 172629 1726888989.17643: Set connection var ansible_shell_type to sh 172629 1726888989.17650: Set connection var ansible_pipelining to False 172629 1726888989.17659: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888989.17661: Set connection var ansible_shell_executable to /bin/sh 172629 1726888989.17664: Set connection var ansible_connection to ssh 172629 1726888989.17681: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.17683: variable 'ansible_connection' from source: unknown 172629 1726888989.17686: variable 'ansible_module_compression' from source: unknown 172629 1726888989.17688: variable 'ansible_shell_type' from source: unknown 172629 1726888989.17690: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.17693: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.17697: variable 'ansible_pipelining' from source: unknown 172629 1726888989.17700: variable 'ansible_timeout' from source: unknown 172629 1726888989.17704: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.17871: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888989.17874: variable 'omit' from source: magic vars 172629 1726888989.17877: starting attempt loop 172629 1726888989.17879: running the handler 172629 1726888989.17882: handler run complete 172629 1726888989.17897: attempt loop complete, returning result 172629 1726888989.17900: _execute() done 172629 1726888989.17903: dumping result to json 172629 1726888989.17905: done dumping result, returning 172629 1726888989.17908: done running TaskExecutor() for managed_node1/TASK: Clean up facts [0affc8a3-6f6f-d0a8-add8-00000000170a] 172629 1726888989.17910: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000170a 172629 1726888989.18031: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000170a 172629 1726888989.18034: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 172629 1726888989.18107: no more pending results, returning what we have 172629 1726888989.18110: results queue empty 172629 1726888989.18111: checking for any_errors_fatal 172629 1726888989.18118: done checking for any_errors_fatal 172629 1726888989.18119: checking for max_fail_percentage 172629 1726888989.18120: done checking for max_fail_percentage 172629 1726888989.18121: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.18122: done checking to see if all hosts have failed 172629 1726888989.18123: getting the remaining hosts for this loop 172629 1726888989.18124: done getting the remaining hosts for this loop 172629 1726888989.18127: getting the next task for host managed_node1 172629 1726888989.18139: done getting next task for host managed_node1 172629 1726888989.18141: ^ task is: TASK: Clean up variable namespace 172629 1726888989.18144: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (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 172629 1726888989.18149: getting variables 172629 1726888989.18154: in VariableManager get_vars() 172629 1726888989.18189: Calling all_inventory to load vars for managed_node1 172629 1726888989.18192: Calling groups_inventory to load vars for managed_node1 172629 1726888989.18204: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.18218: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.18222: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.18226: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.18775: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.19203: done with get_vars() 172629 1726888989.19216: done getting variables 172629 1726888989.19277: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Friday 20 September 2024 23:23:09 -0400 (0:00:00.026) 0:01:29.473 ****** 172629 1726888989.19309: entering _queue_task() for managed_node1/set_fact 172629 1726888989.19550: worker is 1 (out of 1 available) 172629 1726888989.19567: exiting _queue_task() for managed_node1/set_fact 172629 1726888989.19580: done queuing things up, now waiting for results queue to drain 172629 1726888989.19581: waiting for pending results... 172629 1726888989.19975: running TaskExecutor() for managed_node1/TASK: Clean up variable namespace 172629 1726888989.20381: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000015a2 172629 1726888989.20386: variable 'ansible_search_path' from source: unknown 172629 1726888989.20389: calling self._execute() 172629 1726888989.20394: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.20403: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.20407: variable 'omit' from source: magic vars 172629 1726888989.21020: variable 'omit' from source: magic vars 172629 1726888989.21079: variable 'omit' from source: magic vars 172629 1726888989.21156: variable 'omit' from source: magic vars 172629 1726888989.21376: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888989.21430: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888989.21573: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888989.21578: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.21763: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.21766: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888989.21769: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.21772: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.22084: Set connection var ansible_timeout to 10 172629 1726888989.22087: Set connection var ansible_shell_type to sh 172629 1726888989.22090: Set connection var ansible_pipelining to False 172629 1726888989.22098: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888989.22101: Set connection var ansible_shell_executable to /bin/sh 172629 1726888989.22104: Set connection var ansible_connection to ssh 172629 1726888989.22106: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.22108: variable 'ansible_connection' from source: unknown 172629 1726888989.22110: variable 'ansible_module_compression' from source: unknown 172629 1726888989.22111: variable 'ansible_shell_type' from source: unknown 172629 1726888989.22113: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.22116: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.22225: variable 'ansible_pipelining' from source: unknown 172629 1726888989.22234: variable 'ansible_timeout' from source: unknown 172629 1726888989.22243: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.22480: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888989.22501: variable 'omit' from source: magic vars 172629 1726888989.22513: starting attempt loop 172629 1726888989.22521: running the handler 172629 1726888989.22607: handler run complete 172629 1726888989.22625: attempt loop complete, returning result 172629 1726888989.22672: _execute() done 172629 1726888989.22676: dumping result to json 172629 1726888989.22679: done dumping result, returning 172629 1726888989.22681: done running TaskExecutor() for managed_node1/TASK: Clean up variable namespace [0affc8a3-6f6f-d0a8-add8-0000000015a2] 172629 1726888989.22684: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000015a2 172629 1726888989.23172: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000015a2 172629 1726888989.23176: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } 172629 1726888989.23267: no more pending results, returning what we have 172629 1726888989.23270: results queue empty 172629 1726888989.23272: checking for any_errors_fatal 172629 1726888989.23279: done checking for any_errors_fatal 172629 1726888989.23280: checking for max_fail_percentage 172629 1726888989.23282: done checking for max_fail_percentage 172629 1726888989.23283: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.23284: done checking to see if all hosts have failed 172629 1726888989.23285: getting the remaining hosts for this loop 172629 1726888989.23287: done getting the remaining hosts for this loop 172629 1726888989.23290: getting the next task for host managed_node1 172629 1726888989.23300: done getting next task for host managed_node1 172629 1726888989.23303: ^ task is: TASK: Change it back to swap 172629 1726888989.23305: ^ state is: HOST STATE: block=2, task=31, rescue=0, 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 172629 1726888989.23309: getting variables 172629 1726888989.23310: in VariableManager get_vars() 172629 1726888989.23350: Calling all_inventory to load vars for managed_node1 172629 1726888989.23357: Calling groups_inventory to load vars for managed_node1 172629 1726888989.23362: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.23373: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.23376: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.23380: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.24124: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.24774: done with get_vars() 172629 1726888989.24792: done getting variables TASK [Change it back to swap] ************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:102 Friday 20 September 2024 23:23:09 -0400 (0:00:00.055) 0:01:29.528 ****** 172629 1726888989.24874: entering _queue_task() for managed_node1/include_role 172629 1726888989.25121: worker is 1 (out of 1 available) 172629 1726888989.25135: exiting _queue_task() for managed_node1/include_role 172629 1726888989.25149: done queuing things up, now waiting for results queue to drain 172629 1726888989.25150: waiting for pending results... 172629 1726888989.25342: running TaskExecutor() for managed_node1/TASK: Change it back to swap 172629 1726888989.25429: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000014 172629 1726888989.25441: variable 'ansible_search_path' from source: unknown 172629 1726888989.25477: calling self._execute() 172629 1726888989.25568: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.25574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.25582: variable 'omit' from source: magic vars 172629 1726888989.25727: _execute() done 172629 1726888989.25730: dumping result to json 172629 1726888989.25733: done dumping result, returning 172629 1726888989.25736: done running TaskExecutor() for managed_node1/TASK: Change it back to swap [0affc8a3-6f6f-d0a8-add8-000000000014] 172629 1726888989.25738: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000014 172629 1726888989.25934: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000014 172629 1726888989.25997: no more pending results, returning what we have 172629 1726888989.26001: in VariableManager get_vars() 172629 1726888989.26042: Calling all_inventory to load vars for managed_node1 172629 1726888989.26046: Calling groups_inventory to load vars for managed_node1 172629 1726888989.26049: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.26070: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.26074: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.26078: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.26589: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.27105: WORKER PROCESS EXITING 172629 1726888989.27123: done with get_vars() 172629 1726888989.27131: variable 'ansible_search_path' from source: unknown 172629 1726888989.29390: variable 'omit' from source: magic vars 172629 1726888989.29408: variable 'omit' from source: magic vars 172629 1726888989.29418: variable 'omit' from source: magic vars 172629 1726888989.29420: we have included files to process 172629 1726888989.29421: generating all_blocks data 172629 1726888989.29423: done generating all_blocks data 172629 1726888989.29427: processing included file: fedora.linux_system_roles.storage 172629 1726888989.29440: in VariableManager get_vars() 172629 1726888989.29461: done with get_vars() 172629 1726888989.29480: in VariableManager get_vars() 172629 1726888989.29489: done with get_vars() 172629 1726888989.29516: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 172629 1726888989.29534: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 172629 1726888989.29614: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 172629 1726888989.29688: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 172629 1726888989.29763: in VariableManager get_vars() 172629 1726888989.29783: done with get_vars() 172629 1726888989.29990: in VariableManager get_vars() 172629 1726888989.30001: done with get_vars() 172629 1726888989.30075: iterating over new_blocks loaded from include file 172629 1726888989.30077: in VariableManager get_vars() 172629 1726888989.30090: done with get_vars() 172629 1726888989.30091: filtering new block on tags 172629 1726888989.30103: done filtering new block on tags 172629 1726888989.30105: in VariableManager get_vars() 172629 1726888989.30113: done with get_vars() 172629 1726888989.30114: filtering new block on tags 172629 1726888989.30123: done filtering new block on tags 172629 1726888989.30124: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node1 172629 1726888989.30129: extending task lists for all hosts with included blocks 172629 1726888989.32134: done extending task lists 172629 1726888989.32136: done processing included files 172629 1726888989.32137: results queue empty 172629 1726888989.32137: checking for any_errors_fatal 172629 1726888989.32140: done checking for any_errors_fatal 172629 1726888989.32141: checking for max_fail_percentage 172629 1726888989.32141: done checking for max_fail_percentage 172629 1726888989.32142: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.32142: done checking to see if all hosts have failed 172629 1726888989.32143: getting the remaining hosts for this loop 172629 1726888989.32144: done getting the remaining hosts for this loop 172629 1726888989.32145: getting the next task for host managed_node1 172629 1726888989.32149: done getting next task for host managed_node1 172629 1726888989.32151: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888989.32153: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888989.32162: getting variables 172629 1726888989.32163: in VariableManager get_vars() 172629 1726888989.32177: Calling all_inventory to load vars for managed_node1 172629 1726888989.32181: Calling groups_inventory to load vars for managed_node1 172629 1726888989.32183: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.32189: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.32194: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.32197: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.32790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.33233: done with get_vars() 172629 1726888989.33244: 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 23:23:09 -0400 (0:00:00.084) 0:01:29.613 ****** 172629 1726888989.33316: entering _queue_task() for managed_node1/include_tasks 172629 1726888989.33639: worker is 1 (out of 1 available) 172629 1726888989.33653: exiting _queue_task() for managed_node1/include_tasks 172629 1726888989.33669: done queuing things up, now waiting for results queue to drain 172629 1726888989.33671: waiting for pending results... 172629 1726888989.33896: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888989.33986: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001a4f 172629 1726888989.33999: variable 'ansible_search_path' from source: unknown 172629 1726888989.34002: variable 'ansible_search_path' from source: unknown 172629 1726888989.34033: calling self._execute() 172629 1726888989.34123: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.34128: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.34137: variable 'omit' from source: magic vars 172629 1726888989.34219: _execute() done 172629 1726888989.34226: dumping result to json 172629 1726888989.34229: done dumping result, returning 172629 1726888989.34246: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-d0a8-add8-000000001a4f] 172629 1726888989.34249: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001a4f 172629 1726888989.34341: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001a4f 172629 1726888989.34344: WORKER PROCESS EXITING 172629 1726888989.34395: no more pending results, returning what we have 172629 1726888989.34400: in VariableManager get_vars() 172629 1726888989.34442: Calling all_inventory to load vars for managed_node1 172629 1726888989.34445: Calling groups_inventory to load vars for managed_node1 172629 1726888989.34447: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.34461: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.34464: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.34467: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.34859: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.35210: done with get_vars() 172629 1726888989.35219: variable 'ansible_search_path' from source: unknown 172629 1726888989.35220: variable 'ansible_search_path' from source: unknown 172629 1726888989.35244: we have included files to process 172629 1726888989.35245: generating all_blocks data 172629 1726888989.35247: done generating all_blocks data 172629 1726888989.35249: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726888989.35250: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726888989.35251: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726888989.35582: done processing included file 172629 1726888989.35583: iterating over new_blocks loaded from include file 172629 1726888989.35584: in VariableManager get_vars() 172629 1726888989.35596: done with get_vars() 172629 1726888989.35597: filtering new block on tags 172629 1726888989.35608: done filtering new block on tags 172629 1726888989.35610: in VariableManager get_vars() 172629 1726888989.35621: done with get_vars() 172629 1726888989.35622: filtering new block on tags 172629 1726888989.35633: done filtering new block on tags 172629 1726888989.35634: 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 172629 1726888989.35638: extending task lists for all hosts with included blocks 172629 1726888989.35738: done extending task lists 172629 1726888989.35739: done processing included files 172629 1726888989.35739: results queue empty 172629 1726888989.35740: checking for any_errors_fatal 172629 1726888989.35743: done checking for any_errors_fatal 172629 1726888989.35743: checking for max_fail_percentage 172629 1726888989.35744: done checking for max_fail_percentage 172629 1726888989.35744: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.35745: done checking to see if all hosts have failed 172629 1726888989.35745: getting the remaining hosts for this loop 172629 1726888989.35747: done getting the remaining hosts for this loop 172629 1726888989.35748: getting the next task for host managed_node1 172629 1726888989.35751: done getting next task for host managed_node1 172629 1726888989.35753: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 172629 1726888989.35757: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888989.35765: getting variables 172629 1726888989.35766: in VariableManager get_vars() 172629 1726888989.35775: Calling all_inventory to load vars for managed_node1 172629 1726888989.35776: Calling groups_inventory to load vars for managed_node1 172629 1726888989.35778: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.35781: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.35782: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.35784: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.36041: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.36567: done with get_vars() 172629 1726888989.36582: 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 23:23:09 -0400 (0:00:00.033) 0:01:29.646 ****** 172629 1726888989.36645: entering _queue_task() for managed_node1/setup 172629 1726888989.36947: worker is 1 (out of 1 available) 172629 1726888989.36960: exiting _queue_task() for managed_node1/setup 172629 1726888989.36975: done queuing things up, now waiting for results queue to drain 172629 1726888989.36976: waiting for pending results... 172629 1726888989.37252: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 172629 1726888989.37386: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001bd2 172629 1726888989.37395: variable 'ansible_search_path' from source: unknown 172629 1726888989.37402: variable 'ansible_search_path' from source: unknown 172629 1726888989.37485: calling self._execute() 172629 1726888989.37584: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.37587: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.37590: variable 'omit' from source: magic vars 172629 1726888989.37976: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888989.39717: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888989.39762: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888989.39792: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888989.39833: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888989.39856: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888989.39911: 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) 172629 1726888989.39932: 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) 172629 1726888989.39950: 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) 172629 1726888989.39980: 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) 172629 1726888989.39991: 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) 172629 1726888989.40028: 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) 172629 1726888989.40045: 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) 172629 1726888989.40067: 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) 172629 1726888989.40091: 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) 172629 1726888989.40103: 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) 172629 1726888989.40216: variable '__storage_required_facts' from source: role '' all vars 172629 1726888989.40224: variable 'ansible_facts' from source: unknown 172629 1726888989.40470: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 172629 1726888989.40474: when evaluation is False, skipping this task 172629 1726888989.40477: _execute() done 172629 1726888989.40479: dumping result to json 172629 1726888989.40482: done dumping result, returning 172629 1726888989.40489: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-d0a8-add8-000000001bd2] 172629 1726888989.40492: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001bd2 172629 1726888989.40609: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001bd2 172629 1726888989.40616: 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" } 172629 1726888989.40695: no more pending results, returning what we have 172629 1726888989.40699: results queue empty 172629 1726888989.40700: checking for any_errors_fatal 172629 1726888989.40701: done checking for any_errors_fatal 172629 1726888989.40702: checking for max_fail_percentage 172629 1726888989.40703: done checking for max_fail_percentage 172629 1726888989.40704: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.40707: done checking to see if all hosts have failed 172629 1726888989.40709: getting the remaining hosts for this loop 172629 1726888989.40712: done getting the remaining hosts for this loop 172629 1726888989.40715: getting the next task for host managed_node1 172629 1726888989.40724: done getting next task for host managed_node1 172629 1726888989.40727: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888989.40731: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888989.40754: getting variables 172629 1726888989.40802: in VariableManager get_vars() 172629 1726888989.40874: Calling all_inventory to load vars for managed_node1 172629 1726888989.40878: Calling groups_inventory to load vars for managed_node1 172629 1726888989.40880: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.40889: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.40892: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.40896: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.41311: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.41659: done with get_vars() 172629 1726888989.41670: done getting variables 172629 1726888989.41708: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:09 -0400 (0:00:00.050) 0:01:29.697 ****** 172629 1726888989.41735: entering _queue_task() for managed_node1/include_vars 172629 1726888989.41932: worker is 1 (out of 1 available) 172629 1726888989.41945: exiting _queue_task() for managed_node1/include_vars 172629 1726888989.41960: done queuing things up, now waiting for results queue to drain 172629 1726888989.41961: waiting for pending results... 172629 1726888989.42156: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726888989.42287: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001bd3 172629 1726888989.42293: variable 'ansible_search_path' from source: unknown 172629 1726888989.42303: variable 'ansible_search_path' from source: unknown 172629 1726888989.42544: variable 'ansible_facts' from source: unknown 172629 1726888989.42911: variable 'ansible_facts' from source: unknown 172629 1726888989.43359: variable 'ansible_facts' from source: unknown 172629 1726888989.43542: variable 'ansible_facts' from source: unknown 172629 1726888989.43661: variable 'omit' from source: magic vars 172629 1726888989.43744: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.43755: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.43764: variable 'omit' from source: magic vars 172629 1726888989.43954: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888989.44197: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888989.44224: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888989.44258: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888989.44299: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888989.44356: variable '__vars_file' from source: task vars 172629 1726888989.44426: variable 'role_path' from source: magic vars 172629 1726888989.44429: variable 'item' from source: unknown 172629 1726888989.44432: Evaluated conditional (__vars_file is file): False 172629 1726888989.44436: when evaluation is False, skipping this task 172629 1726888989.44502: variable 'item' from source: unknown 172629 1726888989.44543: 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" } 172629 1726888989.45036: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.45076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.45080: variable 'omit' from source: magic vars 172629 1726888989.45083: variable '__vars_file' from source: task vars 172629 1726888989.45086: variable 'role_path' from source: magic vars 172629 1726888989.45088: variable 'item' from source: unknown 172629 1726888989.45090: Evaluated conditional (__vars_file is file): False 172629 1726888989.45092: when evaluation is False, skipping this task 172629 1726888989.45094: variable 'item' from source: unknown 172629 1726888989.45096: 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" } 172629 1726888989.45527: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.45530: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.45533: variable 'omit' from source: magic vars 172629 1726888989.45535: variable '__vars_file' from source: task vars 172629 1726888989.45537: variable 'role_path' from source: magic vars 172629 1726888989.45598: variable 'item' from source: unknown 172629 1726888989.45605: Evaluated conditional (__vars_file is file): True 172629 1726888989.45607: variable 'omit' from source: magic vars 172629 1726888989.45610: variable 'omit' from source: magic vars 172629 1726888989.45660: variable '__vars_file' from source: task vars 172629 1726888989.45664: variable '__vars_file' from source: task vars 172629 1726888989.45667: variable 'role_path' from source: magic vars 172629 1726888989.45669: variable 'item' from source: unknown 172629 1726888989.45740: variable 'omit' from source: magic vars 172629 1726888989.45748: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888989.45757: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888989.45761: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888989.45790: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.45794: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.45829: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888989.45832: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.45835: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.45914: Set connection var ansible_timeout to 10 172629 1726888989.45940: Set connection var ansible_shell_type to sh 172629 1726888989.45943: Set connection var ansible_pipelining to False 172629 1726888989.45946: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888989.45948: Set connection var ansible_shell_executable to /bin/sh 172629 1726888989.45973: Set connection var ansible_connection to ssh 172629 1726888989.46016: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.46020: variable 'ansible_connection' from source: unknown 172629 1726888989.46022: variable 'ansible_module_compression' from source: unknown 172629 1726888989.46068: variable 'ansible_shell_type' from source: unknown 172629 1726888989.46072: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.46079: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.46082: variable 'ansible_pipelining' from source: unknown 172629 1726888989.46110: variable 'ansible_timeout' from source: unknown 172629 1726888989.46132: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.46135: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888989.46138: variable 'omit' from source: magic vars 172629 1726888989.46140: starting attempt loop 172629 1726888989.46142: running the handler 172629 1726888989.46207: handler run complete 172629 1726888989.46263: attempt loop complete, returning result 172629 1726888989.46266: variable 'item' from source: unknown 172629 1726888989.46294: 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" } 172629 1726888989.46460: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.46464: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.46466: variable 'omit' from source: magic vars 172629 1726888989.46569: variable '__vars_file' from source: task vars 172629 1726888989.46626: variable 'role_path' from source: magic vars 172629 1726888989.46630: variable 'item' from source: unknown 172629 1726888989.46859: Evaluated conditional (__vars_file is file): True 172629 1726888989.46863: variable 'omit' from source: magic vars 172629 1726888989.46865: variable 'omit' from source: magic vars 172629 1726888989.46868: variable '__vars_file' from source: task vars 172629 1726888989.46870: variable '__vars_file' from source: task vars 172629 1726888989.46875: variable 'role_path' from source: magic vars 172629 1726888989.46888: variable 'item' from source: unknown 172629 1726888989.46910: variable 'omit' from source: magic vars 172629 1726888989.46936: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888989.46954: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.46970: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.46988: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888989.46991: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.46993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.47040: Set connection var ansible_timeout to 10 172629 1726888989.47043: Set connection var ansible_shell_type to sh 172629 1726888989.47050: Set connection var ansible_pipelining to False 172629 1726888989.47058: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888989.47061: Set connection var ansible_shell_executable to /bin/sh 172629 1726888989.47063: Set connection var ansible_connection to ssh 172629 1726888989.47078: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.47081: variable 'ansible_connection' from source: unknown 172629 1726888989.47083: variable 'ansible_module_compression' from source: unknown 172629 1726888989.47085: variable 'ansible_shell_type' from source: unknown 172629 1726888989.47088: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.47090: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.47095: variable 'ansible_pipelining' from source: unknown 172629 1726888989.47097: variable 'ansible_timeout' from source: unknown 172629 1726888989.47102: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.47161: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888989.47169: variable 'omit' from source: magic vars 172629 1726888989.47172: starting attempt loop 172629 1726888989.47175: running the handler 172629 1726888989.47214: handler run complete 172629 1726888989.47217: attempt loop complete, returning result 172629 1726888989.47230: variable 'item' from source: unknown 172629 1726888989.47276: 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" } 172629 1726888989.47366: dumping result to json 172629 1726888989.47369: done dumping result, returning 172629 1726888989.47371: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-d0a8-add8-000000001bd3] 172629 1726888989.47373: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001bd3 172629 1726888989.47416: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001bd3 172629 1726888989.47418: WORKER PROCESS EXITING 172629 1726888989.47490: no more pending results, returning what we have 172629 1726888989.47495: results queue empty 172629 1726888989.47497: checking for any_errors_fatal 172629 1726888989.47505: done checking for any_errors_fatal 172629 1726888989.47505: checking for max_fail_percentage 172629 1726888989.47507: done checking for max_fail_percentage 172629 1726888989.47508: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.47509: done checking to see if all hosts have failed 172629 1726888989.47509: getting the remaining hosts for this loop 172629 1726888989.47511: done getting the remaining hosts for this loop 172629 1726888989.47514: getting the next task for host managed_node1 172629 1726888989.47526: done getting next task for host managed_node1 172629 1726888989.47533: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 172629 1726888989.47537: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888989.47548: getting variables 172629 1726888989.47550: in VariableManager get_vars() 172629 1726888989.47591: Calling all_inventory to load vars for managed_node1 172629 1726888989.47593: Calling groups_inventory to load vars for managed_node1 172629 1726888989.47595: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.47604: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.47606: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.47609: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.48192: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.48775: done with get_vars() 172629 1726888989.48794: 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 23:23:09 -0400 (0:00:00.071) 0:01:29.768 ****** 172629 1726888989.48905: entering _queue_task() for managed_node1/stat 172629 1726888989.49265: worker is 1 (out of 1 available) 172629 1726888989.49283: exiting _queue_task() for managed_node1/stat 172629 1726888989.49296: done queuing things up, now waiting for results queue to drain 172629 1726888989.49297: waiting for pending results... 172629 1726888989.49713: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree 172629 1726888989.49848: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001bd5 172629 1726888989.49863: variable 'ansible_search_path' from source: unknown 172629 1726888989.49869: variable 'ansible_search_path' from source: unknown 172629 1726888989.49897: calling self._execute() 172629 1726888989.50072: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.50076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.50079: variable 'omit' from source: magic vars 172629 1726888989.50629: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888989.50966: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888989.50999: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888989.51161: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888989.51166: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888989.51169: 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) 172629 1726888989.51200: 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) 172629 1726888989.51234: 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) 172629 1726888989.51328: 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) 172629 1726888989.51377: variable '__storage_is_ostree' from source: set_fact 172629 1726888989.51387: Evaluated conditional (not __storage_is_ostree is defined): False 172629 1726888989.51390: when evaluation is False, skipping this task 172629 1726888989.51393: _execute() done 172629 1726888989.51395: dumping result to json 172629 1726888989.51402: done dumping result, returning 172629 1726888989.51409: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-d0a8-add8-000000001bd5] 172629 1726888989.51412: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001bd5 172629 1726888989.51587: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001bd5 172629 1726888989.51590: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 172629 1726888989.51669: no more pending results, returning what we have 172629 1726888989.51672: results queue empty 172629 1726888989.51673: checking for any_errors_fatal 172629 1726888989.51688: done checking for any_errors_fatal 172629 1726888989.51689: checking for max_fail_percentage 172629 1726888989.51693: done checking for max_fail_percentage 172629 1726888989.51694: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.51694: done checking to see if all hosts have failed 172629 1726888989.51695: getting the remaining hosts for this loop 172629 1726888989.51696: done getting the remaining hosts for this loop 172629 1726888989.51699: getting the next task for host managed_node1 172629 1726888989.51705: done getting next task for host managed_node1 172629 1726888989.51708: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 172629 1726888989.51711: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888989.51747: getting variables 172629 1726888989.51749: in VariableManager get_vars() 172629 1726888989.51788: Calling all_inventory to load vars for managed_node1 172629 1726888989.51790: Calling groups_inventory to load vars for managed_node1 172629 1726888989.51792: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.51827: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.51833: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.51839: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.52337: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.52681: done with get_vars() 172629 1726888989.52693: done getting variables 172629 1726888989.52732: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:09 -0400 (0:00:00.038) 0:01:29.807 ****** 172629 1726888989.52760: entering _queue_task() for managed_node1/set_fact 172629 1726888989.52969: worker is 1 (out of 1 available) 172629 1726888989.52981: exiting _queue_task() for managed_node1/set_fact 172629 1726888989.52995: done queuing things up, now waiting for results queue to drain 172629 1726888989.52996: waiting for pending results... 172629 1726888989.53195: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 172629 1726888989.53301: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001bd6 172629 1726888989.53314: variable 'ansible_search_path' from source: unknown 172629 1726888989.53318: variable 'ansible_search_path' from source: unknown 172629 1726888989.53349: calling self._execute() 172629 1726888989.53431: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.53436: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.53446: variable 'omit' from source: magic vars 172629 1726888989.53712: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888989.53937: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888989.53973: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888989.54001: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888989.54026: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888989.54092: 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) 172629 1726888989.54112: 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) 172629 1726888989.54129: 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) 172629 1726888989.54147: 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) 172629 1726888989.54235: variable '__storage_is_ostree' from source: set_fact 172629 1726888989.54243: Evaluated conditional (not __storage_is_ostree is defined): False 172629 1726888989.54247: when evaluation is False, skipping this task 172629 1726888989.54250: _execute() done 172629 1726888989.54252: dumping result to json 172629 1726888989.54256: done dumping result, returning 172629 1726888989.54265: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-d0a8-add8-000000001bd6] 172629 1726888989.54268: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001bd6 172629 1726888989.54347: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001bd6 172629 1726888989.54350: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 172629 1726888989.54393: no more pending results, returning what we have 172629 1726888989.54396: results queue empty 172629 1726888989.54397: checking for any_errors_fatal 172629 1726888989.54406: done checking for any_errors_fatal 172629 1726888989.54407: checking for max_fail_percentage 172629 1726888989.54409: done checking for max_fail_percentage 172629 1726888989.54410: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.54410: done checking to see if all hosts have failed 172629 1726888989.54411: getting the remaining hosts for this loop 172629 1726888989.54413: done getting the remaining hosts for this loop 172629 1726888989.54416: getting the next task for host managed_node1 172629 1726888989.54424: done getting next task for host managed_node1 172629 1726888989.54428: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 172629 1726888989.54431: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888989.54450: getting variables 172629 1726888989.54452: in VariableManager get_vars() 172629 1726888989.54484: Calling all_inventory to load vars for managed_node1 172629 1726888989.54486: Calling groups_inventory to load vars for managed_node1 172629 1726888989.54489: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.54496: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.54499: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.54501: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.55038: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.58392: done with get_vars() 172629 1726888989.58403: done getting variables 172629 1726888989.58435: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:09 -0400 (0:00:00.056) 0:01:29.864 ****** 172629 1726888989.58453: entering _queue_task() for managed_node1/set_fact 172629 1726888989.58701: worker is 1 (out of 1 available) 172629 1726888989.58714: exiting _queue_task() for managed_node1/set_fact 172629 1726888989.58728: done queuing things up, now waiting for results queue to drain 172629 1726888989.58730: waiting for pending results... 172629 1726888989.58917: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 172629 1726888989.59008: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001a50 172629 1726888989.59021: variable 'ansible_search_path' from source: unknown 172629 1726888989.59024: variable 'ansible_search_path' from source: unknown 172629 1726888989.59052: calling self._execute() 172629 1726888989.59142: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.59147: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.59159: variable 'omit' from source: magic vars 172629 1726888989.59239: variable 'omit' from source: magic vars 172629 1726888989.59281: variable 'omit' from source: magic vars 172629 1726888989.59306: variable 'omit' from source: magic vars 172629 1726888989.59341: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888989.59374: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888989.59393: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888989.59408: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.59418: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.59444: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888989.59447: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.59449: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.59523: Set connection var ansible_timeout to 10 172629 1726888989.59526: Set connection var ansible_shell_type to sh 172629 1726888989.59534: Set connection var ansible_pipelining to False 172629 1726888989.59539: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888989.59543: Set connection var ansible_shell_executable to /bin/sh 172629 1726888989.59546: Set connection var ansible_connection to ssh 172629 1726888989.59566: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.59569: variable 'ansible_connection' from source: unknown 172629 1726888989.59572: variable 'ansible_module_compression' from source: unknown 172629 1726888989.59575: variable 'ansible_shell_type' from source: unknown 172629 1726888989.59579: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.59581: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.59586: variable 'ansible_pipelining' from source: unknown 172629 1726888989.59589: variable 'ansible_timeout' from source: unknown 172629 1726888989.59593: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.59706: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888989.59717: variable 'omit' from source: magic vars 172629 1726888989.59728: starting attempt loop 172629 1726888989.59731: running the handler 172629 1726888989.59734: handler run complete 172629 1726888989.59743: attempt loop complete, returning result 172629 1726888989.59746: _execute() done 172629 1726888989.59749: dumping result to json 172629 1726888989.59753: done dumping result, returning 172629 1726888989.59765: 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-d0a8-add8-000000001a50] 172629 1726888989.59768: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001a50 172629 1726888989.59850: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001a50 172629 1726888989.59852: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 172629 1726888989.59923: no more pending results, returning what we have 172629 1726888989.59926: results queue empty 172629 1726888989.59927: checking for any_errors_fatal 172629 1726888989.59939: done checking for any_errors_fatal 172629 1726888989.59940: checking for max_fail_percentage 172629 1726888989.59942: done checking for max_fail_percentage 172629 1726888989.59942: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.59943: done checking to see if all hosts have failed 172629 1726888989.59944: getting the remaining hosts for this loop 172629 1726888989.59946: done getting the remaining hosts for this loop 172629 1726888989.59949: getting the next task for host managed_node1 172629 1726888989.59954: done getting next task for host managed_node1 172629 1726888989.59959: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 172629 1726888989.59961: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888989.59973: getting variables 172629 1726888989.59974: in VariableManager get_vars() 172629 1726888989.60006: Calling all_inventory to load vars for managed_node1 172629 1726888989.60009: Calling groups_inventory to load vars for managed_node1 172629 1726888989.60011: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.60019: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.60021: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.60024: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.60366: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.60714: done with get_vars() 172629 1726888989.60724: done getting variables 172629 1726888989.60764: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:09 -0400 (0:00:00.023) 0:01:29.887 ****** 172629 1726888989.60786: entering _queue_task() for managed_node1/set_fact 172629 1726888989.60989: worker is 1 (out of 1 available) 172629 1726888989.61002: exiting _queue_task() for managed_node1/set_fact 172629 1726888989.61016: done queuing things up, now waiting for results queue to drain 172629 1726888989.61017: waiting for pending results... 172629 1726888989.61201: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 172629 1726888989.61298: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001a51 172629 1726888989.61309: variable 'ansible_search_path' from source: unknown 172629 1726888989.61312: variable 'ansible_search_path' from source: unknown 172629 1726888989.61337: calling self._execute() 172629 1726888989.61423: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.61427: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.61435: variable 'omit' from source: magic vars 172629 1726888989.61518: variable 'omit' from source: magic vars 172629 1726888989.61556: variable 'omit' from source: magic vars 172629 1726888989.61584: variable 'omit' from source: magic vars 172629 1726888989.61617: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888989.61644: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888989.61665: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888989.61680: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.61693: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.61715: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888989.61719: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.61721: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.61794: Set connection var ansible_timeout to 10 172629 1726888989.61798: Set connection var ansible_shell_type to sh 172629 1726888989.61806: Set connection var ansible_pipelining to False 172629 1726888989.61809: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888989.61814: Set connection var ansible_shell_executable to /bin/sh 172629 1726888989.61816: Set connection var ansible_connection to ssh 172629 1726888989.61831: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.61834: variable 'ansible_connection' from source: unknown 172629 1726888989.61836: variable 'ansible_module_compression' from source: unknown 172629 1726888989.61838: variable 'ansible_shell_type' from source: unknown 172629 1726888989.61841: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.61843: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.61847: variable 'ansible_pipelining' from source: unknown 172629 1726888989.61850: variable 'ansible_timeout' from source: unknown 172629 1726888989.61854: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.61959: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888989.61972: variable 'omit' from source: magic vars 172629 1726888989.61975: starting attempt loop 172629 1726888989.61978: running the handler 172629 1726888989.61988: handler run complete 172629 1726888989.61997: attempt loop complete, returning result 172629 1726888989.62000: _execute() done 172629 1726888989.62002: dumping result to json 172629 1726888989.62004: done dumping result, returning 172629 1726888989.62011: 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-d0a8-add8-000000001a51] 172629 1726888989.62014: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001a51 172629 1726888989.62105: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001a51 172629 1726888989.62107: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 172629 1726888989.62188: no more pending results, returning what we have 172629 1726888989.62190: results queue empty 172629 1726888989.62191: checking for any_errors_fatal 172629 1726888989.62196: done checking for any_errors_fatal 172629 1726888989.62197: checking for max_fail_percentage 172629 1726888989.62198: done checking for max_fail_percentage 172629 1726888989.62199: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.62200: done checking to see if all hosts have failed 172629 1726888989.62200: getting the remaining hosts for this loop 172629 1726888989.62202: done getting the remaining hosts for this loop 172629 1726888989.62204: getting the next task for host managed_node1 172629 1726888989.62209: done getting next task for host managed_node1 172629 1726888989.62212: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 172629 1726888989.62215: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888989.62225: getting variables 172629 1726888989.62226: in VariableManager get_vars() 172629 1726888989.62254: Calling all_inventory to load vars for managed_node1 172629 1726888989.62258: Calling groups_inventory to load vars for managed_node1 172629 1726888989.62260: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.62275: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.62278: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.62281: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.62598: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.62936: done with get_vars() 172629 1726888989.62947: 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 23:23:09 -0400 (0:00:00.022) 0:01:29.910 ****** 172629 1726888989.63007: entering _queue_task() for managed_node1/include_tasks 172629 1726888989.63196: worker is 1 (out of 1 available) 172629 1726888989.63210: exiting _queue_task() for managed_node1/include_tasks 172629 1726888989.63223: done queuing things up, now waiting for results queue to drain 172629 1726888989.63224: waiting for pending results... 172629 1726888989.63396: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 172629 1726888989.63479: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001a52 172629 1726888989.63492: variable 'ansible_search_path' from source: unknown 172629 1726888989.63496: variable 'ansible_search_path' from source: unknown 172629 1726888989.63520: calling self._execute() 172629 1726888989.63604: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.63608: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.63616: variable 'omit' from source: magic vars 172629 1726888989.63841: variable 'storage_provider' from source: role '' defaults 172629 1726888989.63850: _execute() done 172629 1726888989.63854: dumping result to json 172629 1726888989.63861: done dumping result, returning 172629 1726888989.63869: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-d0a8-add8-000000001a52] 172629 1726888989.63873: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001a52 172629 1726888989.63964: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001a52 172629 1726888989.63968: WORKER PROCESS EXITING 172629 1726888989.64026: no more pending results, returning what we have 172629 1726888989.64030: in VariableManager get_vars() 172629 1726888989.64066: Calling all_inventory to load vars for managed_node1 172629 1726888989.64069: Calling groups_inventory to load vars for managed_node1 172629 1726888989.64071: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.64081: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.64083: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.64086: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.64402: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.64738: done with get_vars() 172629 1726888989.64746: variable 'ansible_search_path' from source: unknown 172629 1726888989.64747: variable 'ansible_search_path' from source: unknown 172629 1726888989.64771: we have included files to process 172629 1726888989.64772: generating all_blocks data 172629 1726888989.64774: done generating all_blocks data 172629 1726888989.64779: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726888989.64779: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726888989.64781: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726888989.65319: in VariableManager get_vars() 172629 1726888989.65336: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888989.66460: done processing included file 172629 1726888989.66462: iterating over new_blocks loaded from include file 172629 1726888989.66463: in VariableManager get_vars() 172629 1726888989.66475: done with get_vars() 172629 1726888989.66476: filtering new block on tags 172629 1726888989.66497: done filtering new block on tags 172629 1726888989.66498: in VariableManager get_vars() 172629 1726888989.66510: done with get_vars() 172629 1726888989.66511: filtering new block on tags 172629 1726888989.66530: done filtering new block on tags 172629 1726888989.66532: in VariableManager get_vars() 172629 1726888989.66543: done with get_vars() 172629 1726888989.66545: filtering new block on tags 172629 1726888989.66568: done filtering new block on tags 172629 1726888989.66570: 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 172629 1726888989.66573: extending task lists for all hosts with included blocks 172629 1726888989.66862: done extending task lists 172629 1726888989.66863: done processing included files 172629 1726888989.66863: results queue empty 172629 1726888989.66864: checking for any_errors_fatal 172629 1726888989.66866: done checking for any_errors_fatal 172629 1726888989.66867: checking for max_fail_percentage 172629 1726888989.66867: done checking for max_fail_percentage 172629 1726888989.66868: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.66868: done checking to see if all hosts have failed 172629 1726888989.66869: getting the remaining hosts for this loop 172629 1726888989.66869: done getting the remaining hosts for this loop 172629 1726888989.66871: getting the next task for host managed_node1 172629 1726888989.66873: done getting next task for host managed_node1 172629 1726888989.66875: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 172629 1726888989.66877: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888989.66883: getting variables 172629 1726888989.66884: in VariableManager get_vars() 172629 1726888989.66892: Calling all_inventory to load vars for managed_node1 172629 1726888989.66893: Calling groups_inventory to load vars for managed_node1 172629 1726888989.66894: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.66898: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.66899: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.66900: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.67137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.67465: done with get_vars() 172629 1726888989.67474: done getting variables 172629 1726888989.67501: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:09 -0400 (0:00:00.045) 0:01:29.955 ****** 172629 1726888989.67522: entering _queue_task() for managed_node1/package 172629 1726888989.67720: worker is 1 (out of 1 available) 172629 1726888989.67734: exiting _queue_task() for managed_node1/package 172629 1726888989.67747: done queuing things up, now waiting for results queue to drain 172629 1726888989.67748: waiting for pending results... 172629 1726888989.67925: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 172629 1726888989.68010: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c0b 172629 1726888989.68022: variable 'ansible_search_path' from source: unknown 172629 1726888989.68026: variable 'ansible_search_path' from source: unknown 172629 1726888989.68052: calling self._execute() 172629 1726888989.68141: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.68145: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.68154: variable 'omit' from source: magic vars 172629 1726888989.68440: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888989.68640: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888989.68676: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888989.68701: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888989.68726: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888989.68790: 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) 172629 1726888989.68807: 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) 172629 1726888989.68825: 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) 172629 1726888989.68843: 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) 172629 1726888989.68961: variable 'storage_skip_checks' from source: set_fact 172629 1726888989.68977: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 172629 1726888989.68981: when evaluation is False, skipping this task 172629 1726888989.68983: _execute() done 172629 1726888989.68986: dumping result to json 172629 1726888989.68988: done dumping result, returning 172629 1726888989.68994: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-d0a8-add8-000000001c0b] 172629 1726888989.68999: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c0b 172629 1726888989.69085: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c0b 172629 1726888989.69088: WORKER PROCESS EXITING 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" } 172629 1726888989.69130: no more pending results, returning what we have 172629 1726888989.69134: results queue empty 172629 1726888989.69135: checking for any_errors_fatal 172629 1726888989.69137: done checking for any_errors_fatal 172629 1726888989.69137: checking for max_fail_percentage 172629 1726888989.69139: done checking for max_fail_percentage 172629 1726888989.69140: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.69141: done checking to see if all hosts have failed 172629 1726888989.69141: getting the remaining hosts for this loop 172629 1726888989.69144: done getting the remaining hosts for this loop 172629 1726888989.69146: getting the next task for host managed_node1 172629 1726888989.69152: done getting next task for host managed_node1 172629 1726888989.69157: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 172629 1726888989.69161: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888989.69180: getting variables 172629 1726888989.69181: in VariableManager get_vars() 172629 1726888989.69211: Calling all_inventory to load vars for managed_node1 172629 1726888989.69213: Calling groups_inventory to load vars for managed_node1 172629 1726888989.69215: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.69222: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.69225: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.69227: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.69733: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.70059: done with get_vars() 172629 1726888989.70069: done getting variables 172629 1726888989.70103: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:23:09 -0400 (0:00:00.025) 0:01:29.981 ****** 172629 1726888989.70123: entering _queue_task() for managed_node1/debug 172629 1726888989.70309: worker is 1 (out of 1 available) 172629 1726888989.70323: exiting _queue_task() for managed_node1/debug 172629 1726888989.70336: done queuing things up, now waiting for results queue to drain 172629 1726888989.70337: waiting for pending results... 172629 1726888989.70508: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools 172629 1726888989.70600: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c0c 172629 1726888989.70611: variable 'ansible_search_path' from source: unknown 172629 1726888989.70615: variable 'ansible_search_path' from source: unknown 172629 1726888989.70641: calling self._execute() 172629 1726888989.70725: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.70729: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.70738: variable 'omit' from source: magic vars 172629 1726888989.70819: variable 'omit' from source: magic vars 172629 1726888989.70867: variable 'omit' from source: magic vars 172629 1726888989.70890: variable 'omit' from source: magic vars 172629 1726888989.70923: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888989.70953: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888989.70973: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888989.70987: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.70997: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.71023: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888989.71027: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.71030: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.71103: Set connection var ansible_timeout to 10 172629 1726888989.71107: Set connection var ansible_shell_type to sh 172629 1726888989.71112: Set connection var ansible_pipelining to False 172629 1726888989.71122: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888989.71126: Set connection var ansible_shell_executable to /bin/sh 172629 1726888989.71128: Set connection var ansible_connection to ssh 172629 1726888989.71141: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.71144: variable 'ansible_connection' from source: unknown 172629 1726888989.71147: variable 'ansible_module_compression' from source: unknown 172629 1726888989.71149: variable 'ansible_shell_type' from source: unknown 172629 1726888989.71152: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.71154: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.71162: variable 'ansible_pipelining' from source: unknown 172629 1726888989.71165: variable 'ansible_timeout' from source: unknown 172629 1726888989.71168: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.71272: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888989.71283: variable 'omit' from source: magic vars 172629 1726888989.71288: starting attempt loop 172629 1726888989.71291: running the handler 172629 1726888989.71477: handler run complete 172629 1726888989.71495: attempt loop complete, returning result 172629 1726888989.71498: _execute() done 172629 1726888989.71500: dumping result to json 172629 1726888989.71503: done dumping result, returning 172629 1726888989.71509: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-d0a8-add8-000000001c0c] 172629 1726888989.71514: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c0c ok: [managed_node1] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } 172629 1726888989.71660: no more pending results, returning what we have 172629 1726888989.71663: results queue empty 172629 1726888989.71665: checking for any_errors_fatal 172629 1726888989.71672: done checking for any_errors_fatal 172629 1726888989.71672: checking for max_fail_percentage 172629 1726888989.71674: done checking for max_fail_percentage 172629 1726888989.71675: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.71676: done checking to see if all hosts have failed 172629 1726888989.71676: getting the remaining hosts for this loop 172629 1726888989.71678: done getting the remaining hosts for this loop 172629 1726888989.71680: getting the next task for host managed_node1 172629 1726888989.71686: done getting next task for host managed_node1 172629 1726888989.71689: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 172629 1726888989.71693: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888989.71704: getting variables 172629 1726888989.71705: in VariableManager get_vars() 172629 1726888989.71733: Calling all_inventory to load vars for managed_node1 172629 1726888989.71736: Calling groups_inventory to load vars for managed_node1 172629 1726888989.71738: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.71745: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.71748: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.71751: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.71767: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c0c 172629 1726888989.71770: WORKER PROCESS EXITING 172629 1726888989.72081: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.72422: done with get_vars() 172629 1726888989.72431: done getting variables 172629 1726888989.72469: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:23:09 -0400 (0:00:00.023) 0:01:30.004 ****** 172629 1726888989.72490: entering _queue_task() for managed_node1/debug 172629 1726888989.72672: worker is 1 (out of 1 available) 172629 1726888989.72685: exiting _queue_task() for managed_node1/debug 172629 1726888989.72697: done queuing things up, now waiting for results queue to drain 172629 1726888989.72698: waiting for pending results... 172629 1726888989.72868: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes 172629 1726888989.72958: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c0d 172629 1726888989.72971: variable 'ansible_search_path' from source: unknown 172629 1726888989.72974: variable 'ansible_search_path' from source: unknown 172629 1726888989.73000: calling self._execute() 172629 1726888989.73083: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.73086: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.73096: variable 'omit' from source: magic vars 172629 1726888989.73178: variable 'omit' from source: magic vars 172629 1726888989.73220: variable 'omit' from source: magic vars 172629 1726888989.73243: variable 'omit' from source: magic vars 172629 1726888989.73282: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888989.73309: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888989.73325: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888989.73337: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.73348: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.73378: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888989.73381: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.73384: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.73448: Set connection var ansible_timeout to 10 172629 1726888989.73451: Set connection var ansible_shell_type to sh 172629 1726888989.73462: Set connection var ansible_pipelining to False 172629 1726888989.73466: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888989.73476: Set connection var ansible_shell_executable to /bin/sh 172629 1726888989.73479: Set connection var ansible_connection to ssh 172629 1726888989.73491: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.73494: variable 'ansible_connection' from source: unknown 172629 1726888989.73496: variable 'ansible_module_compression' from source: unknown 172629 1726888989.73498: variable 'ansible_shell_type' from source: unknown 172629 1726888989.73501: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.73505: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.73509: variable 'ansible_pipelining' from source: unknown 172629 1726888989.73511: variable 'ansible_timeout' from source: unknown 172629 1726888989.73515: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.73616: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888989.73626: variable 'omit' from source: magic vars 172629 1726888989.73631: starting attempt loop 172629 1726888989.73634: running the handler 172629 1726888989.73675: variable 'storage_volumes' from source: include params 172629 1726888989.73811: variable 'storage_volumes' from source: include params 172629 1726888989.73874: variable '__swap_disk' from source: set_fact 172629 1726888989.73936: handler run complete 172629 1726888989.73949: attempt loop complete, returning result 172629 1726888989.73952: _execute() done 172629 1726888989.73956: dumping result to json 172629 1726888989.73963: done dumping result, returning 172629 1726888989.73969: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-d0a8-add8-000000001c0d] 172629 1726888989.73974: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c0d 172629 1726888989.74060: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c0d 172629 1726888989.74063: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } 172629 1726888989.74129: no more pending results, returning what we have 172629 1726888989.74131: results queue empty 172629 1726888989.74132: checking for any_errors_fatal 172629 1726888989.74138: done checking for any_errors_fatal 172629 1726888989.74139: checking for max_fail_percentage 172629 1726888989.74140: done checking for max_fail_percentage 172629 1726888989.74141: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.74142: done checking to see if all hosts have failed 172629 1726888989.74142: getting the remaining hosts for this loop 172629 1726888989.74144: done getting the remaining hosts for this loop 172629 1726888989.74147: getting the next task for host managed_node1 172629 1726888989.74152: done getting next task for host managed_node1 172629 1726888989.74157: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 172629 1726888989.74161: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888989.74173: getting variables 172629 1726888989.74175: in VariableManager get_vars() 172629 1726888989.74204: Calling all_inventory to load vars for managed_node1 172629 1726888989.74207: Calling groups_inventory to load vars for managed_node1 172629 1726888989.74209: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.74216: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.74219: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.74221: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.74535: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.74881: done with get_vars() 172629 1726888989.74892: 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 23:23:09 -0400 (0:00:00.024) 0:01:30.029 ****** 172629 1726888989.74943: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888989.75126: worker is 1 (out of 1 available) 172629 1726888989.75140: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888989.75153: done queuing things up, now waiting for results queue to drain 172629 1726888989.75154: waiting for pending results... 172629 1726888989.75322: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages 172629 1726888989.75411: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c0e 172629 1726888989.75422: variable 'ansible_search_path' from source: unknown 172629 1726888989.75426: variable 'ansible_search_path' from source: unknown 172629 1726888989.75451: calling self._execute() 172629 1726888989.75538: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.75542: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.75552: variable 'omit' from source: magic vars 172629 1726888989.75830: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888989.76031: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888989.76069: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888989.76095: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888989.76121: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888989.76185: 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) 172629 1726888989.76202: 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) 172629 1726888989.76220: 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) 172629 1726888989.76237: 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) 172629 1726888989.76343: variable 'storage_skip_checks' from source: set_fact 172629 1726888989.76370: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726888989.76373: when evaluation is False, skipping this task 172629 1726888989.76376: _execute() done 172629 1726888989.76378: dumping result to json 172629 1726888989.76381: done dumping result, returning 172629 1726888989.76384: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-d0a8-add8-000000001c0e] 172629 1726888989.76386: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c0e 172629 1726888989.76479: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c0e 172629 1726888989.76482: 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" } 172629 1726888989.76529: no more pending results, returning what we have 172629 1726888989.76533: results queue empty 172629 1726888989.76534: checking for any_errors_fatal 172629 1726888989.76539: done checking for any_errors_fatal 172629 1726888989.76540: checking for max_fail_percentage 172629 1726888989.76542: done checking for max_fail_percentage 172629 1726888989.76543: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.76543: done checking to see if all hosts have failed 172629 1726888989.76544: getting the remaining hosts for this loop 172629 1726888989.76547: done getting the remaining hosts for this loop 172629 1726888989.76550: getting the next task for host managed_node1 172629 1726888989.76558: done getting next task for host managed_node1 172629 1726888989.76562: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 172629 1726888989.76565: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888989.76583: getting variables 172629 1726888989.76584: in VariableManager get_vars() 172629 1726888989.76619: Calling all_inventory to load vars for managed_node1 172629 1726888989.76622: Calling groups_inventory to load vars for managed_node1 172629 1726888989.76624: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.76631: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.76634: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.76636: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.76952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.77299: done with get_vars() 172629 1726888989.77309: 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 23:23:09 -0400 (0:00:00.024) 0:01:30.053 ****** 172629 1726888989.77373: entering _queue_task() for managed_node1/include_tasks 172629 1726888989.77560: worker is 1 (out of 1 available) 172629 1726888989.77573: exiting _queue_task() for managed_node1/include_tasks 172629 1726888989.77587: done queuing things up, now waiting for results queue to drain 172629 1726888989.77588: waiting for pending results... 172629 1726888989.77760: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 172629 1726888989.77853: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c0f 172629 1726888989.77868: variable 'ansible_search_path' from source: unknown 172629 1726888989.77872: variable 'ansible_search_path' from source: unknown 172629 1726888989.77897: calling self._execute() 172629 1726888989.77981: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.77985: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.77994: variable 'omit' from source: magic vars 172629 1726888989.78270: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888989.78466: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888989.78498: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888989.78521: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888989.78546: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888989.78609: 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) 172629 1726888989.78627: 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) 172629 1726888989.78645: 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) 172629 1726888989.78668: 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) 172629 1726888989.78770: variable 'storage_skip_checks' from source: set_fact 172629 1726888989.78788: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726888989.78791: when evaluation is False, skipping this task 172629 1726888989.78796: _execute() done 172629 1726888989.78798: dumping result to json 172629 1726888989.78801: done dumping result, returning 172629 1726888989.78803: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-d0a8-add8-000000001c0f] 172629 1726888989.78813: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c0f 172629 1726888989.78896: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c0f 172629 1726888989.78899: 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" } 172629 1726888989.78958: no more pending results, returning what we have 172629 1726888989.78962: results queue empty 172629 1726888989.78963: checking for any_errors_fatal 172629 1726888989.78971: done checking for any_errors_fatal 172629 1726888989.78971: checking for max_fail_percentage 172629 1726888989.78973: done checking for max_fail_percentage 172629 1726888989.78974: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.78975: done checking to see if all hosts have failed 172629 1726888989.78975: getting the remaining hosts for this loop 172629 1726888989.78977: done getting the remaining hosts for this loop 172629 1726888989.78979: getting the next task for host managed_node1 172629 1726888989.78984: done getting next task for host managed_node1 172629 1726888989.78988: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 172629 1726888989.78991: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888989.79009: getting variables 172629 1726888989.79010: in VariableManager get_vars() 172629 1726888989.79040: Calling all_inventory to load vars for managed_node1 172629 1726888989.79043: Calling groups_inventory to load vars for managed_node1 172629 1726888989.79045: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.79052: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.79056: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.79060: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.79370: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.79713: done with get_vars() 172629 1726888989.79724: done getting variables 172629 1726888989.79764: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:09 -0400 (0:00:00.024) 0:01:30.077 ****** 172629 1726888989.79787: entering _queue_task() for managed_node1/package 172629 1726888989.79970: worker is 1 (out of 1 available) 172629 1726888989.79982: exiting _queue_task() for managed_node1/package 172629 1726888989.79995: done queuing things up, now waiting for results queue to drain 172629 1726888989.79996: waiting for pending results... 172629 1726888989.80168: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 172629 1726888989.80247: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c10 172629 1726888989.80263: variable 'ansible_search_path' from source: unknown 172629 1726888989.80267: variable 'ansible_search_path' from source: unknown 172629 1726888989.80292: calling self._execute() 172629 1726888989.80378: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.80381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.80390: variable 'omit' from source: magic vars 172629 1726888989.80672: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888989.80866: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888989.80901: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888989.80925: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888989.80951: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888989.81015: 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) 172629 1726888989.81033: 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) 172629 1726888989.81054: 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) 172629 1726888989.81076: 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) 172629 1726888989.81182: variable 'storage_skip_checks' from source: set_fact 172629 1726888989.81206: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726888989.81209: when evaluation is False, skipping this task 172629 1726888989.81211: _execute() done 172629 1726888989.81213: dumping result to json 172629 1726888989.81216: done dumping result, returning 172629 1726888989.81218: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-d0a8-add8-000000001c10] 172629 1726888989.81221: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c10 172629 1726888989.81314: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c10 172629 1726888989.81317: 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" } 172629 1726888989.81364: no more pending results, returning what we have 172629 1726888989.81367: results queue empty 172629 1726888989.81368: checking for any_errors_fatal 172629 1726888989.81376: done checking for any_errors_fatal 172629 1726888989.81377: checking for max_fail_percentage 172629 1726888989.81378: done checking for max_fail_percentage 172629 1726888989.81379: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.81380: done checking to see if all hosts have failed 172629 1726888989.81380: getting the remaining hosts for this loop 172629 1726888989.81382: done getting the remaining hosts for this loop 172629 1726888989.81385: getting the next task for host managed_node1 172629 1726888989.81391: done getting next task for host managed_node1 172629 1726888989.81394: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 172629 1726888989.81398: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888989.81415: getting variables 172629 1726888989.81416: in VariableManager get_vars() 172629 1726888989.81444: Calling all_inventory to load vars for managed_node1 172629 1726888989.81447: Calling groups_inventory to load vars for managed_node1 172629 1726888989.81449: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.81458: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.81461: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.81463: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.81797: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.82140: done with get_vars() 172629 1726888989.82151: 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 23:23:09 -0400 (0:00:00.024) 0:01:30.102 ****** 172629 1726888989.82214: entering _queue_task() for managed_node1/service_facts 172629 1726888989.82404: worker is 1 (out of 1 available) 172629 1726888989.82418: exiting _queue_task() for managed_node1/service_facts 172629 1726888989.82431: done queuing things up, now waiting for results queue to drain 172629 1726888989.82432: waiting for pending results... 172629 1726888989.82609: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts 172629 1726888989.82691: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c11 172629 1726888989.82703: variable 'ansible_search_path' from source: unknown 172629 1726888989.82706: variable 'ansible_search_path' from source: unknown 172629 1726888989.82732: calling self._execute() 172629 1726888989.82818: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.82822: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.82831: variable 'omit' from source: magic vars 172629 1726888989.83114: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888989.83318: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888989.83348: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888989.83376: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888989.83400: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888989.83464: 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) 172629 1726888989.83482: 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) 172629 1726888989.83500: 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) 172629 1726888989.83517: 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) 172629 1726888989.83629: variable 'storage_skip_checks' from source: set_fact 172629 1726888989.83651: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 172629 1726888989.83654: when evaluation is False, skipping this task 172629 1726888989.83659: _execute() done 172629 1726888989.83754: dumping result to json 172629 1726888989.83762: done dumping result, returning 172629 1726888989.83764: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-d0a8-add8-000000001c11] 172629 1726888989.83766: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c11 172629 1726888989.83823: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c11 172629 1726888989.83826: 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" } 172629 1726888989.83889: no more pending results, returning what we have 172629 1726888989.83892: results queue empty 172629 1726888989.83893: checking for any_errors_fatal 172629 1726888989.83901: done checking for any_errors_fatal 172629 1726888989.83902: checking for max_fail_percentage 172629 1726888989.83903: done checking for max_fail_percentage 172629 1726888989.83904: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.83905: done checking to see if all hosts have failed 172629 1726888989.83905: getting the remaining hosts for this loop 172629 1726888989.83907: done getting the remaining hosts for this loop 172629 1726888989.83910: getting the next task for host managed_node1 172629 1726888989.83915: done getting next task for host managed_node1 172629 1726888989.83917: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 172629 1726888989.83920: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888989.83934: getting variables 172629 1726888989.83935: in VariableManager get_vars() 172629 1726888989.83961: Calling all_inventory to load vars for managed_node1 172629 1726888989.83963: Calling groups_inventory to load vars for managed_node1 172629 1726888989.83964: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.83970: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.83972: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.83973: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.84293: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.84884: done with get_vars() 172629 1726888989.84894: done getting variables 172629 1726888989.84933: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:09 -0400 (0:00:00.027) 0:01:30.129 ****** 172629 1726888989.84958: entering _queue_task() for managed_node1/set_fact 172629 1726888989.85166: worker is 1 (out of 1 available) 172629 1726888989.85181: exiting _queue_task() for managed_node1/set_fact 172629 1726888989.85195: done queuing things up, now waiting for results queue to drain 172629 1726888989.85196: waiting for pending results... 172629 1726888989.85379: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 172629 1726888989.85490: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c12 172629 1726888989.85501: variable 'ansible_search_path' from source: unknown 172629 1726888989.85505: variable 'ansible_search_path' from source: unknown 172629 1726888989.85532: calling self._execute() 172629 1726888989.85619: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.85623: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.85632: variable 'omit' from source: magic vars 172629 1726888989.85715: variable 'omit' from source: magic vars 172629 1726888989.85766: variable 'omit' from source: magic vars 172629 1726888989.86028: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888989.87569: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888989.87619: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888989.87647: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888989.87676: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888989.87699: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888989.87754: 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) 172629 1726888989.87778: 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) 172629 1726888989.87795: 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) 172629 1726888989.87865: 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) 172629 1726888989.87868: 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) 172629 1726888989.87871: 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) 172629 1726888989.87886: 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) 172629 1726888989.87903: 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) 172629 1726888989.87931: 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) 172629 1726888989.87945: 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) 172629 1726888989.87989: 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) 172629 1726888989.88013: 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) 172629 1726888989.88035: 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) 172629 1726888989.88065: 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) 172629 1726888989.88077: 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) 172629 1726888989.88107: 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) 172629 1726888989.88123: 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) 172629 1726888989.88142: 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) 172629 1726888989.88172: 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) 172629 1726888989.88182: 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) 172629 1726888989.88217: 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) 172629 1726888989.88234: 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) 172629 1726888989.88252: 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) 172629 1726888989.88280: 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) 172629 1726888989.88290: 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) 172629 1726888989.88472: variable 'ansible_facts' from source: unknown 172629 1726888989.88666: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888989.88793: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888989.88821: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888989.88842: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888989.88866: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888989.88899: 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) 172629 1726888989.88917: 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) 172629 1726888989.88935: 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) 172629 1726888989.88957: 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) 172629 1726888989.89289: variable 'omit' from source: magic vars 172629 1726888989.89308: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888989.89334: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888989.89344: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888989.89364: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.89373: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.89396: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888989.89400: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.89402: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.89478: Set connection var ansible_timeout to 10 172629 1726888989.89482: Set connection var ansible_shell_type to sh 172629 1726888989.89488: Set connection var ansible_pipelining to False 172629 1726888989.89493: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888989.89499: Set connection var ansible_shell_executable to /bin/sh 172629 1726888989.89501: Set connection var ansible_connection to ssh 172629 1726888989.89516: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.89519: variable 'ansible_connection' from source: unknown 172629 1726888989.89521: variable 'ansible_module_compression' from source: unknown 172629 1726888989.89524: variable 'ansible_shell_type' from source: unknown 172629 1726888989.89526: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.89528: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.89532: variable 'ansible_pipelining' from source: unknown 172629 1726888989.89535: variable 'ansible_timeout' from source: unknown 172629 1726888989.89539: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.89617: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888989.89625: variable 'omit' from source: magic vars 172629 1726888989.89630: starting attempt loop 172629 1726888989.89633: running the handler 172629 1726888989.89641: handler run complete 172629 1726888989.89650: attempt loop complete, returning result 172629 1726888989.89654: _execute() done 172629 1726888989.89658: dumping result to json 172629 1726888989.89667: done dumping result, returning 172629 1726888989.89670: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-d0a8-add8-000000001c12] 172629 1726888989.89672: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c12 172629 1726888989.89748: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c12 172629 1726888989.89751: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 172629 1726888989.89835: no more pending results, returning what we have 172629 1726888989.89838: results queue empty 172629 1726888989.89839: checking for any_errors_fatal 172629 1726888989.89846: done checking for any_errors_fatal 172629 1726888989.89846: checking for max_fail_percentage 172629 1726888989.89848: done checking for max_fail_percentage 172629 1726888989.89849: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.89850: done checking to see if all hosts have failed 172629 1726888989.89850: getting the remaining hosts for this loop 172629 1726888989.89852: done getting the remaining hosts for this loop 172629 1726888989.89856: getting the next task for host managed_node1 172629 1726888989.89866: done getting next task for host managed_node1 172629 1726888989.89870: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 172629 1726888989.89873: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888989.89885: getting variables 172629 1726888989.89887: in VariableManager get_vars() 172629 1726888989.89923: Calling all_inventory to load vars for managed_node1 172629 1726888989.89925: Calling groups_inventory to load vars for managed_node1 172629 1726888989.89927: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.89936: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.89938: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.89941: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.90310: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.90662: done with get_vars() 172629 1726888989.90673: 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 23:23:09 -0400 (0:00:00.057) 0:01:30.187 ****** 172629 1726888989.90737: entering _queue_task() for managed_node1/systemd 172629 1726888989.90954: worker is 1 (out of 1 available) 172629 1726888989.90970: exiting _queue_task() for managed_node1/systemd 172629 1726888989.90983: done queuing things up, now waiting for results queue to drain 172629 1726888989.90985: waiting for pending results... 172629 1726888989.91165: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 172629 1726888989.91272: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c14 172629 1726888989.91283: variable 'ansible_search_path' from source: unknown 172629 1726888989.91287: variable 'ansible_search_path' from source: unknown 172629 1726888989.91326: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888989.91489: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888989.91526: dumping result to json 172629 1726888989.91530: done dumping result, returning 172629 1726888989.91536: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-d0a8-add8-000000001c14] 172629 1726888989.91546: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c14 172629 1726888989.91635: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c14 172629 1726888989.91638: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888989.91697: no more pending results, returning what we have 172629 1726888989.91701: results queue empty 172629 1726888989.91702: checking for any_errors_fatal 172629 1726888989.91707: done checking for any_errors_fatal 172629 1726888989.91708: checking for max_fail_percentage 172629 1726888989.91710: done checking for max_fail_percentage 172629 1726888989.91710: checking to see if all hosts have failed and the running result is not ok 172629 1726888989.91711: done checking to see if all hosts have failed 172629 1726888989.91712: getting the remaining hosts for this loop 172629 1726888989.91714: done getting the remaining hosts for this loop 172629 1726888989.91716: getting the next task for host managed_node1 172629 1726888989.91722: done getting next task for host managed_node1 172629 1726888989.91726: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 172629 1726888989.91730: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888989.91748: getting variables 172629 1726888989.91749: in VariableManager get_vars() 172629 1726888989.91781: Calling all_inventory to load vars for managed_node1 172629 1726888989.91784: Calling groups_inventory to load vars for managed_node1 172629 1726888989.91786: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888989.91794: Calling all_plugins_play to load vars for managed_node1 172629 1726888989.91796: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888989.91799: Calling groups_plugins_play to load vars for managed_node1 172629 1726888989.92118: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888989.92466: done with get_vars() 172629 1726888989.92476: 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 23:23:09 -0400 (0:00:00.017) 0:01:30.205 ****** 172629 1726888989.92529: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888989.92718: worker is 1 (out of 1 available) 172629 1726888989.92732: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726888989.92745: done queuing things up, now waiting for results queue to drain 172629 1726888989.92747: waiting for pending results... 172629 1726888989.92922: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 172629 1726888989.93025: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c15 172629 1726888989.93037: variable 'ansible_search_path' from source: unknown 172629 1726888989.93041: variable 'ansible_search_path' from source: unknown 172629 1726888989.93070: calling self._execute() 172629 1726888989.93147: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.93151: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.93165: variable 'omit' from source: magic vars 172629 1726888989.93246: variable 'omit' from source: magic vars 172629 1726888989.93291: variable 'omit' from source: magic vars 172629 1726888989.93470: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888989.94990: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888989.95036: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888989.95072: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888989.95099: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888989.95120: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888989.95183: 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) 172629 1726888989.95203: 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) 172629 1726888989.95221: 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) 172629 1726888989.95248: 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) 172629 1726888989.95263: 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) 172629 1726888989.95430: variable 'storage_volumes' from source: include params 172629 1726888989.95490: variable '__swap_disk' from source: set_fact 172629 1726888989.95542: variable 'storage_use_partitions' from source: role '' defaults 172629 1726888989.95551: variable 'storage_disklabel_type' from source: role '' defaults 172629 1726888989.95558: variable 'storage_pool_defaults' from source: role '' defaults 172629 1726888989.95605: variable 'storage_pool_defaults' from source: role '' defaults 172629 1726888989.95644: variable 'storage_volume_defaults' from source: role '' defaults 172629 1726888989.95691: variable 'storage_volume_defaults' from source: role '' defaults 172629 1726888989.95752: variable 'storage_safe_mode' from source: play vars 172629 1726888989.95808: 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) 172629 1726888989.95824: 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) 172629 1726888989.95841: 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) 172629 1726888989.95869: 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) 172629 1726888989.95880: 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) 172629 1726888989.95932: variable 'omit' from source: magic vars 172629 1726888989.95946: variable 'omit' from source: magic vars 172629 1726888989.95968: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888989.95988: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888989.96003: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888989.96019: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.96027: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888989.96049: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888989.96056: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.96059: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.96124: Set connection var ansible_timeout to 10 172629 1726888989.96129: Set connection var ansible_shell_type to sh 172629 1726888989.96136: Set connection var ansible_pipelining to False 172629 1726888989.96139: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888989.96144: Set connection var ansible_shell_executable to /bin/sh 172629 1726888989.96147: Set connection var ansible_connection to ssh 172629 1726888989.96166: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.96168: variable 'ansible_connection' from source: unknown 172629 1726888989.96171: variable 'ansible_module_compression' from source: unknown 172629 1726888989.96173: variable 'ansible_shell_type' from source: unknown 172629 1726888989.96176: variable 'ansible_shell_executable' from source: unknown 172629 1726888989.96178: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888989.96182: variable 'ansible_pipelining' from source: unknown 172629 1726888989.96184: variable 'ansible_timeout' from source: unknown 172629 1726888989.96188: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888989.96279: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888989.96287: variable 'omit' from source: magic vars 172629 1726888989.96295: starting attempt loop 172629 1726888989.96298: running the handler 172629 1726888989.96310: _low_level_execute_command(): starting 172629 1726888989.96316: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888989.96820: 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 <<< 172629 1726888989.96824: stderr 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 <<< 172629 1726888989.96834: 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 <<< 172629 1726888989.96836: stderr 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 <<< 172629 1726888989.96883: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888989.96886: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888989.96889: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888989.96951: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888989.98669: stdout chunk (state=3): >>>/root <<< 172629 1726888989.98770: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888989.98798: stderr chunk (state=3): >>><<< 172629 1726888989.98801: stdout chunk (state=3): >>><<< 172629 1726888989.98819: _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 172629 1726888989.98828: _low_level_execute_command(): starting 172629 1726888989.98834: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888989.9881802-175882-36951067053233 `" && echo ansible-tmp-1726888989.9881802-175882-36951067053233="` echo /root/.ansible/tmp/ansible-tmp-1726888989.9881802-175882-36951067053233 `" ) && sleep 0' 172629 1726888989.99257: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888989.99261: 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 <<< 172629 1726888989.99263: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 172629 1726888989.99265: 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 <<< 172629 1726888989.99267: stderr 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 <<< 172629 1726888989.99313: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888989.99317: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888989.99371: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888990.01273: stdout chunk (state=3): >>>ansible-tmp-1726888989.9881802-175882-36951067053233=/root/.ansible/tmp/ansible-tmp-1726888989.9881802-175882-36951067053233 <<< 172629 1726888990.01384: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888990.01408: stderr chunk (state=3): >>><<< 172629 1726888990.01411: stdout chunk (state=3): >>><<< 172629 1726888990.01438: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888989.9881802-175882-36951067053233=/root/.ansible/tmp/ansible-tmp-1726888989.9881802-175882-36951067053233 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888990.01467: variable 'ansible_module_compression' from source: unknown 172629 1726888990.01510: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 172629 1726888990.01546: variable 'ansible_facts' from source: unknown 172629 1726888990.01618: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888989.9881802-175882-36951067053233/AnsiballZ_blivet.py 172629 1726888990.01711: Sending initial data 172629 1726888990.01715: Sent initial data (156 bytes) 172629 1726888990.02143: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888990.02147: 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 <<< 172629 1726888990.02150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888990.02152: 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 <<< 172629 1726888990.02158: stderr 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 <<< 172629 1726888990.02212: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888990.02214: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888990.02259: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888990.03807: 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 <<< 172629 1726888990.03858: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888990.03911: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpt1a4i8t0 /root/.ansible/tmp/ansible-tmp-1726888989.9881802-175882-36951067053233/AnsiballZ_blivet.py <<< 172629 1726888990.03919: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888989.9881802-175882-36951067053233/AnsiballZ_blivet.py" <<< 172629 1726888990.03962: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpt1a4i8t0" to remote "/root/.ansible/tmp/ansible-tmp-1726888989.9881802-175882-36951067053233/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888989.9881802-175882-36951067053233/AnsiballZ_blivet.py" <<< 172629 1726888990.04586: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888990.04622: stderr chunk (state=3): >>><<< 172629 1726888990.04625: stdout chunk (state=3): >>><<< 172629 1726888990.04639: done transferring module to remote 172629 1726888990.04649: _low_level_execute_command(): starting 172629 1726888990.04653: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888989.9881802-175882-36951067053233/ /root/.ansible/tmp/ansible-tmp-1726888989.9881802-175882-36951067053233/AnsiballZ_blivet.py && sleep 0' 172629 1726888990.05061: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888990.05064: 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 <<< 172629 1726888990.05069: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888990.05080: 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 <<< 172629 1726888990.05126: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888990.05131: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888990.05181: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888990.06928: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888990.06958: stderr chunk (state=3): >>><<< 172629 1726888990.06962: stdout chunk (state=3): >>><<< 172629 1726888990.06970: _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 172629 1726888990.06973: _low_level_execute_command(): starting 172629 1726888990.06977: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888989.9881802-175882-36951067053233/AnsiballZ_blivet.py && sleep 0' 172629 1726888990.07374: 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 <<< 172629 1726888990.07377: stderr 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 <<< 172629 1726888990.07379: 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 <<< 172629 1726888990.07383: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888990.07385: stderr 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 <<< 172629 1726888990.07429: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888990.07432: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888990.07486: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888990.09652: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888990.09679: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888990.09712: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888990.09782: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888990.09787: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888990.09819: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888990.09849: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 172629 1726888990.09854: stdout chunk (state=3): >>># installing zipimport hook <<< 172629 1726888990.09884: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888990.09889: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888990.09936: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726888990.09944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888990.09959: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888990.09985: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888990.10013: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888990.10038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888990.10053: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74bbc4d0> <<< 172629 1726888990.10061: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74b8bb00> <<< 172629 1726888990.10088: 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' <<< 172629 1726888990.10101: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74bbea50> <<< 172629 1726888990.10117: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888990.10142: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888990.10170: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888990.10203: stdout chunk (state=3): >>>import '_stat' # <<< 172629 1726888990.10208: stdout chunk (state=3): >>>import 'stat' # <<< 172629 1726888990.10283: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888990.10316: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888990.10347: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888990.10351: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888990.10384: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726888990.10387: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726888990.10418: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888990.10435: 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 <<< 172629 1726888990.10444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888990.10463: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74bcd130> <<< 172629 1726888990.10527: 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' <<< 172629 1726888990.10540: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74bce120> <<< 172629 1726888990.10561: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888990.10592: 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. <<< 172629 1726888990.10860: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888990.10863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888990.10873: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888990.10892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888990.10905: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888990.10951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888990.10965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888990.10993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888990.10996: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c749b3f50> <<< 172629 1726888990.11024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888990.11035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888990.11065: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c749c00e0> <<< 172629 1726888990.11089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888990.11110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888990.11135: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888990.11181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888990.11199: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888990.11222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726888990.11231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c749e3950> <<< 172629 1726888990.11244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888990.11265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c749e3fe0> <<< 172629 1726888990.11282: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888990.11330: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c749c3bf0> <<< 172629 1726888990.11338: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888990.11368: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c749c1340> <<< 172629 1726888990.11459: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c749b1100> <<< 172629 1726888990.11476: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888990.11508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888990.11510: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888990.11535: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888990.11552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888990.11576: 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' <<< 172629 1726888990.11623: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a078f0> <<< 172629 1726888990.11627: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a06510> <<< 172629 1726888990.11664: 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' <<< 172629 1726888990.11669: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c749c2360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a04cb0> <<< 172629 1726888990.11730: 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' <<< 172629 1726888990.11732: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a34920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c749b0380> <<< 172629 1726888990.11762: 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' <<< 172629 1726888990.11800: 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 0x7f9c74a34dd0> <<< 172629 1726888990.11804: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a34c80> <<< 172629 1726888990.11842: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.11845: 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 0x7f9c74a35070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c749a6ea0> <<< 172629 1726888990.11881: 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' <<< 172629 1726888990.11903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888990.11930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888990.11957: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a35730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a35430> <<< 172629 1726888990.11966: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726888990.11989: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 172629 1726888990.12000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 172629 1726888990.12003: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a36630> <<< 172629 1726888990.12029: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726888990.12033: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726888990.12062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888990.12086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888990.12110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726888990.12125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 172629 1726888990.12129: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a50860> import 'errno' # <<< 172629 1726888990.12169: 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'<<< 172629 1726888990.12183: stdout chunk (state=3): >>> import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c74a51fa0> <<< 172629 1726888990.12186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888990.12208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888990.12226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888990.12239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726888990.12244: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a52e40> <<< 172629 1726888990.12289: 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 0x7f9c74a53470> <<< 172629 1726888990.12302: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a52390> <<< 172629 1726888990.12315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888990.12329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888990.12370: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.12374: 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 0x7f9c74a53ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a53620> <<< 172629 1726888990.12424: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a36690> <<< 172629 1726888990.12440: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888990.12477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888990.12480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888990.12511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888990.12539: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.12546: 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 0x7f9c7479bda0> <<< 172629 1726888990.12570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 172629 1726888990.12577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 172629 1726888990.12598: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.12603: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c747c4800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c747c4560> <<< 172629 1726888990.12624: 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 0x7f9c747c4740> <<< 172629 1726888990.12660: 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' <<< 172629 1726888990.12736: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.12854: 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 0x7f9c747c5100> <<< 172629 1726888990.12973: 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 0x7f9c747c5a30> <<< 172629 1726888990.12977: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c747c49b0> <<< 172629 1726888990.12994: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74799f40> <<< 172629 1726888990.13020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888990.13037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888990.13075: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888990.13078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726888990.13082: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c747c6e10> <<< 172629 1726888990.13105: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c747c5b50> <<< 172629 1726888990.13126: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a36d80> <<< 172629 1726888990.13147: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888990.13211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888990.13225: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888990.13265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888990.13290: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c747f31a0> <<< 172629 1726888990.13346: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888990.13351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888990.13381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888990.13394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888990.13435: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7481b530> <<< 172629 1726888990.13452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888990.13499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888990.13549: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888990.13576: 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 0x7f9c74874320> <<< 172629 1726888990.13597: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888990.13623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888990.13651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888990.13686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888990.13775: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74876a80> <<< 172629 1726888990.13846: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74874440> <<< 172629 1726888990.13884: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74841310> <<< 172629 1726888990.13908: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726888990.13922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c741253d0> <<< 172629 1726888990.13936: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7481a330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c747c7d70> <<< 172629 1726888990.14050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888990.14074: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9c7481a930> <<< 172629 1726888990.14283: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_rapa7_zv/ansible_fedora.linux_system_roles.blivet_payload.zip' <<< 172629 1726888990.14288: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.14414: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.14444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888990.14449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888990.14493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888990.14564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888990.14589: 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 0x7f9c74177110> <<< 172629 1726888990.14607: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888990.14790: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7415a000> <<< 172629 1726888990.14793: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74159160> <<< 172629 1726888990.14795: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.14822: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888990.14825: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.14851: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.14864: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.14884: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888990.14889: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.16266: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.17361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888990.17372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74174fe0> <<< 172629 1726888990.17390: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726888990.17411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888990.17422: 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' <<< 172629 1726888990.17456: 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' <<< 172629 1726888990.17481: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.17488: 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 0x7f9c741a6b10> <<< 172629 1726888990.17523: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c741a68a0> <<< 172629 1726888990.17551: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c741a61b0> <<< 172629 1726888990.17574: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888990.17579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888990.17623: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c741a6ba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74177b30> <<< 172629 1726888990.17630: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888990.17660: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.17665: 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 0x7f9c741a7800> <<< 172629 1726888990.17688: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.17698: 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 0x7f9c741a79b0> <<< 172629 1726888990.17710: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888990.17762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888990.17768: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888990.17813: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c741a7ef0> <<< 172629 1726888990.17820: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888990.17842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888990.17862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888990.17901: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74015c10> <<< 172629 1726888990.17925: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.17932: 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 0x7f9c74017830> <<< 172629 1726888990.17951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888990.17967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888990.17999: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c740181d0> <<< 172629 1726888990.18020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888990.18045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888990.18068: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74019340> <<< 172629 1726888990.18080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888990.18124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888990.18136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726888990.18153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726888990.18194: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7401be30> <<< 172629 1726888990.18231: 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 0x7f9c749a6e40> <<< 172629 1726888990.18253: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7401a120> <<< 172629 1726888990.18270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888990.18301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888990.18321: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 172629 1726888990.18334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726888990.18340: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888990.18376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888990.18396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726888990.18399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74023dd0> <<< 172629 1726888990.18424: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888990.18484: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c740228a0> <<< 172629 1726888990.18492: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74022600> <<< 172629 1726888990.18502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888990.18514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888990.18584: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74022b70> <<< 172629 1726888990.18614: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7401a630> <<< 172629 1726888990.18640: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.18643: 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 0x7f9c74067f80> <<< 172629 1726888990.18669: 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 <<< 172629 1726888990.18676: 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 0x7f9c74068500> <<< 172629 1726888990.18689: 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 <<< 172629 1726888990.18715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888990.18731: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 172629 1726888990.18736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 172629 1726888990.18777: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.18780: 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 0x7f9c74069b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74069940> <<< 172629 1726888990.18788: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888990.18900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888990.18946: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.18953: 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 0x7f9c7406c0e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7406a270> <<< 172629 1726888990.18977: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888990.19009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888990.19043: 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' <<< 172629 1726888990.19051: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888990.19096: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7406f860> <<< 172629 1726888990.19215: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7406c230> <<< 172629 1726888990.19275: 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' <<< 172629 1726888990.19283: 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 0x7f9c74070650> <<< 172629 1726888990.19310: 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' <<< 172629 1726888990.19313: 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 0x7f9c74070980> <<< 172629 1726888990.19351: 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' <<< 172629 1726888990.19363: 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 0x7f9c74070bc0> <<< 172629 1726888990.19375: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74068260> <<< 172629 1726888990.19387: 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' <<< 172629 1726888990.19409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888990.19426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888990.19461: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.19480: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.19485: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c740fc230> <<< 172629 1726888990.19624: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.19637: 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 0x7f9c740fd2e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c740729c0> <<< 172629 1726888990.19674: 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' <<< 172629 1726888990.19677: 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 0x7f9c74073d70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74072600> <<< 172629 1726888990.19687: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.19712: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888990.19729: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.19812: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.19900: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.19914: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888990.19931: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.19951: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888990.19968: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.20080: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.20196: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.20725: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.21252: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888990.21260: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 172629 1726888990.21281: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888990.21286: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888990.21311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888990.21359: 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 0x7f9c73f01490> <<< 172629 1726888990.21434: 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' <<< 172629 1726888990.21458: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73f02270> <<< 172629 1726888990.21462: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c740fd4f0> <<< 172629 1726888990.21515: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888990.21521: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.21547: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.21550: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888990.21573: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.21710: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.21881: 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 0x7f9c73f024e0> # zipimport: zlib available <<< 172629 1726888990.22336: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.22771: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.22845: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.22915: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888990.22926: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.22962: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.22996: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888990.23002: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.23075: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.23157: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888990.23173: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.23176: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.23197: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888990.23241: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.23270: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888990.23288: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.23510: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.23739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888990.23794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888990.23812: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888990.23873: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73f03560> <<< 172629 1726888990.23892: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.23961: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.24038: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 172629 1726888990.24044: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888990.24074: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.24112: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.24157: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888990.24164: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.24210: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.24248: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.24309: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.24374: 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 <<< 172629 1726888990.24413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888990.24501: 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' <<< 172629 1726888990.24506: 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 0x7f9c73f0e0f0> <<< 172629 1726888990.24535: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73f08ef0> <<< 172629 1726888990.24571: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888990.24574: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.24643: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.24709: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.24729: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.24776: 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' <<< 172629 1726888990.24798: 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 <<< 172629 1726888990.24815: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888990.24840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888990.24907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888990.24932: 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' <<< 172629 1726888990.25134: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74002a20> <<< 172629 1726888990.25138: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c741e26f0> <<< 172629 1726888990.25185: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73f0e210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73f0de80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888990.25202: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888990.25245: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888990.25262: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888990.25332: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888990.25349: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # # zipimport: zlib available <<< 172629 1726888990.25370: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888990.25426: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 172629 1726888990.25430: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.27072: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.28325: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888990.28402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888990.28414: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888990.28435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888990.28454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726888990.28478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888990.28501: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.28507: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c73bb4bf0> <<< 172629 1726888990.28527: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73f8bf80> <<< 172629 1726888990.28585: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73f899d0> <<< 172629 1726888990.28728: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73fa0590> <<< 172629 1726888990.28764: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.28850: 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 <<< 172629 1726888990.28858: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888990.28881: 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 <<< 172629 1726888990.28895: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 172629 1726888990.28915: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/storage_log.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 172629 1726888990.28943: 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 <<< 172629 1726888990.28947: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc' <<< 172629 1726888990.28958: stdout chunk (state=3): >>>import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bc67e0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bc6420> <<< 172629 1726888990.28971: 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 <<< 172629 1726888990.29010: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 172629 1726888990.29024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726888990.29036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726888990.29047: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73be8f50> <<< 172629 1726888990.29075: 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' <<< 172629 1726888990.29146: 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' <<< 172629 1726888990.29176: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bea180> <<< 172629 1726888990.29229: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.29249: 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 0x7f9c73be9a90> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73be98e0> <<< 172629 1726888990.29259: 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 <<< 172629 1726888990.29265: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' <<< 172629 1726888990.29287: 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 0x7f9c73bec680> <<< 172629 1726888990.29478: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bec410> <<< 172629 1726888990.29491: 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 <<< 172629 1726888990.29494: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' <<< 172629 1726888990.29519: 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 <<< 172629 1726888990.29530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888990.29539: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 172629 1726888990.29664: 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' <<< 172629 1726888990.29671: stdout chunk (state=3): >>>import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bee3c0> <<< 172629 1726888990.29717: 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 0x7f9c73bee210> <<< 172629 1726888990.29741: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bedaf0> <<< 172629 1726888990.29786: 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 <<< 172629 1726888990.29790: stdout chunk (state=3): >>># 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 <<< 172629 1726888990.29803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 172629 1726888990.29819: 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 <<< 172629 1726888990.29832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 172629 1726888990.29848: 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 <<< 172629 1726888990.29863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 172629 1726888990.29887: 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 <<< 172629 1726888990.29899: 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 0x7f9c73bf1160> <<< 172629 1726888990.29921: 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' <<< 172629 1726888990.29927: stdout chunk (state=3): >>>import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bf14f0> <<< 172629 1726888990.29951: 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 <<< 172629 1726888990.29963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' <<< 172629 1726888990.29968: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bf19d0> <<< 172629 1726888990.29991: 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 <<< 172629 1726888990.30008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 172629 1726888990.30021: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bf2240> <<< 172629 1726888990.30033: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bf07d0> <<< 172629 1726888990.30045: stdout chunk (state=3): >>>import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bf02c0> # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 172629 1726888990.30063: 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 <<< 172629 1726888990.30072: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888990.30090: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 172629 1726888990.30103: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bf29c0> <<< 172629 1726888990.30109: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73befdd0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73befd40> <<< 172629 1726888990.30163: 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 <<< 172629 1726888990.30181: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 172629 1726888990.30206: 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' <<< 172629 1726888990.30241: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73c35070> <<< 172629 1726888990.30250: 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 <<< 172629 1726888990.30271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 172629 1726888990.30283: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 172629 1726888990.30315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 172629 1726888990.30368: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73c35ee0> <<< 172629 1726888990.30388: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73c355b0> <<< 172629 1726888990.30532: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bf3350> <<< 172629 1726888990.30557: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 172629 1726888990.30600: 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 <<< 172629 1726888990.30623: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 172629 1726888990.30757: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73c3e9c0> <<< 172629 1726888990.30794: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 172629 1726888990.30826: stdout chunk (state=3): >>># destroy gi.repository.GModule <<< 172629 1726888990.30831: stdout chunk (state=3): >>>import 'gi.repository.GModule' # <<< 172629 1726888990.30849: 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 <<< 172629 1726888990.30872: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 172629 1726888990.31149: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73c440b0> import 'gi.repository.Gio' # <<< 172629 1726888990.31151: stdout chunk (state=3): >>>import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73becfe0> <<< 172629 1726888990.31204: 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 <<< 172629 1726888990.31243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 172629 1726888990.31271: 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' <<< 172629 1726888990.31292: 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 <<< 172629 1726888990.31321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 172629 1726888990.31432: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ad1f10> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ad1730> <<< 172629 1726888990.32193: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73c3e5a0> <<< 172629 1726888990.32203: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 172629 1726888990.32242: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bc69c0> <<< 172629 1726888990.32247: stdout chunk (state=3): >>>import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bc57c0> <<< 172629 1726888990.32706: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73fa17c0> <<< 172629 1726888990.32731: 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' <<< 172629 1726888990.32804: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ae6810> <<< 172629 1726888990.32831: 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' <<< 172629 1726888990.32846: stdout chunk (state=3): >>>import 'blivet.devicelibs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ae85c0> <<< 172629 1726888990.32850: 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' <<< 172629 1726888990.32881: 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 <<< 172629 1726888990.32887: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' <<< 172629 1726888990.32903: 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 <<< 172629 1726888990.32935: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 172629 1726888990.32963: 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 <<< 172629 1726888990.32973: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888990.32989: 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 <<< 172629 1726888990.33003: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' <<< 172629 1726888990.33012: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aebda0> <<< 172629 1726888990.33042: 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' <<< 172629 1726888990.33057: stdout chunk (state=3): >>>import 'pyudev._util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aec3b0> <<< 172629 1726888990.33067: 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 <<< 172629 1726888990.33148: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 172629 1726888990.33169: 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' <<< 172629 1726888990.33201: 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' <<< 172629 1726888990.33226: 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' <<< 172629 1726888990.33237: stdout chunk (state=3): >>>import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aed460> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aed310> <<< 172629 1726888990.33261: 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 <<< 172629 1726888990.33269: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 172629 1726888990.33294: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aed700> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aed070> <<< 172629 1726888990.33319: 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' <<< 172629 1726888990.33342: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 172629 1726888990.33366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aedbe0> <<< 172629 1726888990.33369: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aeda30> <<< 172629 1726888990.33393: 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' <<< 172629 1726888990.33415: 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 <<< 172629 1726888990.33434: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 172629 1726888990.33476: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aedf40> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aedc40> <<< 172629 1726888990.33483: stdout chunk (state=3): >>>import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aec800> <<< 172629 1726888990.33501: 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 <<< 172629 1726888990.33523: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' <<< 172629 1726888990.33530: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aece90> <<< 172629 1726888990.33559: 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 <<< 172629 1726888990.33565: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 172629 1726888990.33588: 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' <<< 172629 1726888990.33619: 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' <<< 172629 1726888990.33625: stdout chunk (state=3): >>>import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73af1eb0> <<< 172629 1726888990.33650: 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 <<< 172629 1726888990.33668: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/poll.cpython-312.pyc' import 'pyudev._os.poll' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73af2210> <<< 172629 1726888990.33680: stdout chunk (state=3): >>>import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73af1c10> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73af1280><<< 172629 1726888990.33686: stdout chunk (state=3): >>> <<< 172629 1726888990.33711: 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' <<< 172629 1726888990.33728: stdout chunk (state=3): >>>import 'pyudev.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73af2360> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aeba40> <<< 172629 1726888990.33736: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/size.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' <<< 172629 1726888990.33752: stdout chunk (state=3): >>>import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73af23c0> <<< 172629 1726888990.33888: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ae95b0> <<< 172629 1726888990.33937: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ae8c80> <<< 172629 1726888990.33951: 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 <<< 172629 1726888990.33976: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 172629 1726888990.33986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 172629 1726888990.34014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 172629 1726888990.34032: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 172629 1726888990.34073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 172629 1726888990.34109: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73afa690> <<< 172629 1726888990.34124: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73af94c0> <<< 172629 1726888990.34154: 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 <<< 172629 1726888990.34160: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' <<< 172629 1726888990.34166: stdout chunk (state=3): >>>import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73afa8d0> <<< 172629 1726888990.34235: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73af3800> <<< 172629 1726888990.34249: 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 <<< 172629 1726888990.34289: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 172629 1726888990.34307: 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 <<< 172629 1726888990.34331: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888990.34374: 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 <<< 172629 1726888990.34381: 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 0x7f9c73c87a70> <<< 172629 1726888990.34392: 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 <<< 172629 1726888990.34404: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc' <<< 172629 1726888990.34412: 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 <<< 172629 1726888990.34437: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 172629 1726888990.34460: 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 <<< 172629 1726888990.34478: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 172629 1726888990.34507: 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 <<< 172629 1726888990.34519: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888990.34529: 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 <<< 172629 1726888990.34541: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc' <<< 172629 1726888990.34551: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72b6c710> <<< 172629 1726888990.34583: 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' <<< 172629 1726888990.34589: stdout chunk (state=3): >>>import 'blivet.static_data.luks_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72b6cef0> <<< 172629 1726888990.34614: 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' <<< 172629 1726888990.34631: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72b6d520> <<< 172629 1726888990.34657: 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 <<< 172629 1726888990.34660: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 172629 1726888990.34725: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72b6d820> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72b6c590> <<< 172629 1726888990.34744: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73b2fce0> <<< 172629 1726888990.34810: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73b2cb00> <<< 172629 1726888990.34828: 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' <<< 172629 1726888990.34850: 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 <<< 172629 1726888990.34860: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' <<< 172629 1726888990.34872: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72b80530> <<< 172629 1726888990.34886: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73b2d3a0> <<< 172629 1726888990.34909: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73b2c620> <<< 172629 1726888990.34930: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' <<< 172629 1726888990.34959: 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' <<< 172629 1726888990.34973: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72b80ad0> <<< 172629 1726888990.35001: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73b2caa0> <<< 172629 1726888990.35027: 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' <<< 172629 1726888990.35054: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72b80ce0> <<< 172629 1726888990.35071: 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 <<< 172629 1726888990.35086: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 172629 1726888990.35116: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72b81100> <<< 172629 1726888990.35140: 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' <<< 172629 1726888990.35165: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72b818e0> <<< 172629 1726888990.35301: 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 <<< 172629 1726888990.35308: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc' <<< 172629 1726888990.35321: 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 <<< 172629 1726888990.35350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888990.35467: stdout chunk (state=3): >>># extension module '_ped' loaded from '/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.35471: stdout chunk (state=3): >>># extension module '_ped' executed from '/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so' import '_ped' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72bad2e0> <<< 172629 1726888990.35485: 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' <<< 172629 1726888990.35513: 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 <<< 172629 1726888990.35516: 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 0x7f9c72bae3c0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72badd90> <<< 172629 1726888990.35546: 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 <<< 172629 1726888990.35565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' <<< 172629 1726888990.35568: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72bae7b0> <<< 172629 1726888990.35584: 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 <<< 172629 1726888990.35608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 172629 1726888990.35620: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72baf350> <<< 172629 1726888990.35642: 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 <<< 172629 1726888990.35666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 172629 1726888990.35690: 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' <<< 172629 1726888990.35705: stdout chunk (state=3): >>>import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7295a060> <<< 172629 1726888990.35723: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72958d40> <<< 172629 1726888990.35748: 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' <<< 172629 1726888990.35776: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7295b4d0> <<< 172629 1726888990.35791: 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 <<< 172629 1726888990.35808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc' <<< 172629 1726888990.35813: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7297c830> <<< 172629 1726888990.35839: 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 <<< 172629 1726888990.35851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 172629 1726888990.35875: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7297d670> <<< 172629 1726888990.35892: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ba25d0> <<< 172629 1726888990.35927: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ba2270> <<< 172629 1726888990.35939: 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 <<< 172629 1726888990.35964: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 172629 1726888990.35996: 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' <<< 172629 1726888990.36009: stdout chunk (state=3): >>>import 'blivet.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7297fc20> <<< 172629 1726888990.36018: 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 <<< 172629 1726888990.36035: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 172629 1726888990.36052: 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 <<< 172629 1726888990.36069: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 172629 1726888990.36141: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729a85f0> <<< 172629 1726888990.36162: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7297fbf0> <<< 172629 1726888990.36297: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7297f0e0> <<< 172629 1726888990.36323: 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' <<< 172629 1726888990.36338: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729c4e30> <<< 172629 1726888990.36365: 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 <<< 172629 1726888990.36374: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc' <<< 172629 1726888990.36379: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729c4f80> <<< 172629 1726888990.36402: 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 <<< 172629 1726888990.36441: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 172629 1726888990.36473: 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' <<< 172629 1726888990.36504: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729e0710> <<< 172629 1726888990.36528: 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 <<< 172629 1726888990.36537: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 172629 1726888990.36587: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729e0e00> <<< 172629 1726888990.36614: 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 <<< 172629 1726888990.36621: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 172629 1726888990.36670: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729e1790> <<< 172629 1726888990.36688: 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' <<< 172629 1726888990.36709: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729e1c10> <<< 172629 1726888990.36734: 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' <<< 172629 1726888990.36765: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729e21b0> <<< 172629 1726888990.36779: 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 <<< 172629 1726888990.36788: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc' <<< 172629 1726888990.36808: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729e2450> <<< 172629 1726888990.36832: 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' <<< 172629 1726888990.36870: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729e2a20> <<< 172629 1726888990.36887: 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 <<< 172629 1726888990.36894: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 172629 1726888990.36911: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729e2c00> <<< 172629 1726888990.36933: 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 <<< 172629 1726888990.36952: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 172629 1726888990.36979: 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' <<< 172629 1726888990.37042: 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 0x7f9c729e3e60> <<< 172629 1726888990.37056: stdout chunk (state=3): >>>import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729e3ce0> <<< 172629 1726888990.37065: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729e2d80> <<< 172629 1726888990.37086: 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' <<< 172629 1726888990.37119: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 172629 1726888990.37145: 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 <<< 172629 1726888990.37163: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 172629 1726888990.37209: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a10b90> <<< 172629 1726888990.37238: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a107a0> <<< 172629 1726888990.37243: stdout chunk (state=3): >>>import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729e3bf0> <<< 172629 1726888990.37469: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729c5490> <<< 172629 1726888990.37497: 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 <<< 172629 1726888990.37509: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 172629 1726888990.37542: 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' <<< 172629 1726888990.37573: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729dc530> <<< 172629 1726888990.37591: 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 <<< 172629 1726888990.37603: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' <<< 172629 1726888990.37613: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729dc8f0> <<< 172629 1726888990.37702: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729c6f60> <<< 172629 1726888990.37716: 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 <<< 172629 1726888990.37732: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 172629 1726888990.37768: 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 <<< 172629 1726888990.37775: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 172629 1726888990.38243: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729df980> <<< 172629 1726888990.38276: 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' <<< 172629 1726888990.38312: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729dfb30> <<< 172629 1726888990.38366: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729df050> <<< 172629 1726888990.38392: 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 <<< 172629 1726888990.38395: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 172629 1726888990.38447: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72861f40> <<< 172629 1726888990.38464: 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 <<< 172629 1726888990.38479: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 172629 1726888990.38505: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72863380> <<< 172629 1726888990.38528: 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' <<< 172629 1726888990.38568: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72863b60> <<< 172629 1726888990.38583: 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 <<< 172629 1726888990.38600: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 172629 1726888990.38656: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72874410> <<< 172629 1726888990.38678: 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' <<< 172629 1726888990.38732: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c728761b0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73c85fd0> <<< 172629 1726888990.38761: 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 0x7f9c73af9430> <<< 172629 1726888990.38903: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73afec60> <<< 172629 1726888990.38922: 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 <<< 172629 1726888990.38949: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 172629 1726888990.38982: 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 <<< 172629 1726888990.38987: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 172629 1726888990.39019: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c728a93a0> <<< 172629 1726888990.39047: 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 <<< 172629 1726888990.39061: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 172629 1726888990.39076: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c728aa1e0> <<< 172629 1726888990.39089: 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 <<< 172629 1726888990.39110: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 172629 1726888990.39158: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c728aa9f0> <<< 172629 1726888990.39265: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c728a82f0> <<< 172629 1726888990.39283: 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 <<< 172629 1726888990.39314: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 172629 1726888990.39346: 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 <<< 172629 1726888990.39351: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' <<< 172629 1726888990.39385: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c728e44a0> <<< 172629 1726888990.39501: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c728cac00> <<< 172629 1726888990.39515: 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 <<< 172629 1726888990.39531: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 172629 1726888990.39592: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c728f5f70> <<< 172629 1726888990.39619: 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 <<< 172629 1726888990.39777: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 172629 1726888990.39808: 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' <<< 172629 1726888990.39848: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7290fb30> <<< 172629 1726888990.39871: 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' <<< 172629 1726888990.39889: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7273bfe0> <<< 172629 1726888990.39912: 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 <<< 172629 1726888990.39937: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 172629 1726888990.39967: 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' <<< 172629 1726888990.39995: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7292e300> <<< 172629 1726888990.40150: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7292c530> <<< 172629 1726888990.40173: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/cache.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' <<< 172629 1726888990.40195: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c727847a0> <<< 172629 1726888990.40545: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7290c410> <<< 172629 1726888990.40569: 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 <<< 172629 1726888990.40590: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 172629 1726888990.40710: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7290ed50> <<< 172629 1726888990.40726: 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 <<< 172629 1726888990.40738: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 172629 1726888990.40771: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c727e67b0> <<< 172629 1726888990.40791: 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' <<< 172629 1726888990.40850: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c727e72c0> <<< 172629 1726888990.40853: 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 <<< 172629 1726888990.40868: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' <<< 172629 1726888990.40873: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c727e7e00> <<< 172629 1726888990.40900: 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' <<< 172629 1726888990.40940: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c727f82c0> <<< 172629 1726888990.40960: 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 <<< 172629 1726888990.40966: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 172629 1726888990.40985: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c727f9160> <<< 172629 1726888990.41006: 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 <<< 172629 1726888990.41026: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 172629 1726888990.41125: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c727f9a30> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ae8710> <<< 172629 1726888990.41154: 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 <<< 172629 1726888990.41180: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 172629 1726888990.41322: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c727fa4b0> <<< 172629 1726888990.41337: 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 <<< 172629 1726888990.41389: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 172629 1726888990.41408: 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 <<< 172629 1726888990.41453: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 172629 1726888990.41488: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72828e30> <<< 172629 1726888990.41523: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72816a20> <<< 172629 1726888990.41543: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.41571: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 172629 1726888990.41592: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.41604: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.41617: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 172629 1726888990.41622: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.41877: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.42076: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 172629 1726888990.42323: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888990.42454: 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 <<< 172629 1726888990.42462: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' <<< 172629 1726888990.42493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc matches /usr/lib64/python3.12/shelve.py <<< 172629 1726888990.42497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc' <<< 172629 1726888990.42509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888990.42564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888990.42584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726888990.42604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 172629 1726888990.42610: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c726a4380> <<< 172629 1726888990.42657: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.42661: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888990.42668: stdout chunk (state=3): >>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c726a46e0> <<< 172629 1726888990.42718: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72690710> <<< 172629 1726888990.42736: stdout chunk (state=3): >>>import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72677e90> <<< 172629 1726888990.42749: 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 <<< 172629 1726888990.42772: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' <<< 172629 1726888990.42892: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c726908f0> <<< 172629 1726888990.42912: 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 <<< 172629 1726888990.42946: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 172629 1726888990.42975: 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 <<< 172629 1726888990.42983: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' <<< 172629 1726888990.43018: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tsort.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc' <<< 172629 1726888990.43026: stdout chunk (state=3): >>>import 'blivet.tsort' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72518230> <<< 172629 1726888990.43044: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c726a7740> <<< 172629 1726888990.43071: 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 <<< 172629 1726888990.43077: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' <<< 172629 1726888990.43104: stdout chunk (state=3): >>>import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c725186b0> <<< 172629 1726888990.43129: 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 <<< 172629 1726888990.43137: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888990.43151: 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 <<< 172629 1726888990.43175: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 172629 1726888990.43205: 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 <<< 172629 1726888990.43211: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888990.43246: 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 <<< 172629 1726888990.43257: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' <<< 172629 1726888990.43265: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/populatorhelper.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc' import 'blivet.populator.helpers.populatorhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7251a840> <<< 172629 1726888990.43299: stdout chunk (state=3): >>>import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7251a5d0> <<< 172629 1726888990.43302: 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 <<< 172629 1726888990.43311: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' <<< 172629 1726888990.43330: stdout chunk (state=3): >>>import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7251ab40> <<< 172629 1726888990.43338: 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 <<< 172629 1726888990.43358: 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 0x7f9c7251ae40> <<< 172629 1726888990.43375: 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 <<< 172629 1726888990.43384: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc' <<< 172629 1726888990.43400: stdout chunk (state=3): >>>import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7251afc0> <<< 172629 1726888990.43415: 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 <<< 172629 1726888990.43434: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' <<< 172629 1726888990.43470: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7251b200> <<< 172629 1726888990.43485: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disklabel.py <<< 172629 1726888990.43503: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc' <<< 172629 1726888990.43507: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7251b6e0> <<< 172629 1726888990.43535: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/dm.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc' <<< 172629 1726888990.43540: stdout chunk (state=3): >>>import 'blivet.populator.helpers.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72540200> <<< 172629 1726888990.43566: 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 <<< 172629 1726888990.43576: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc' <<< 172629 1726888990.43581: stdout chunk (state=3): >>>import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c725403b0> <<< 172629 1726888990.43607: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/luks.py <<< 172629 1726888990.43611: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc' <<< 172629 1726888990.43640: stdout chunk (state=3): >>>import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72540590> <<< 172629 1726888990.43654: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/lvm.py <<< 172629 1726888990.43678: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc' <<< 172629 1726888990.43694: stdout chunk (state=3): >>>import 'blivet.populator.helpers.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72540b60> <<< 172629 1726888990.43718: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/mdraid.py <<< 172629 1726888990.43725: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' <<< 172629 1726888990.43756: stdout chunk (state=3): >>>import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c725414c0> <<< 172629 1726888990.43771: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/multipath.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc' <<< 172629 1726888990.43785: stdout chunk (state=3): >>>import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c725418e0> <<< 172629 1726888990.43811: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/optical.py <<< 172629 1726888990.43821: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc' import 'blivet.populator.helpers.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72541b20> <<< 172629 1726888990.43845: 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' <<< 172629 1726888990.43851: stdout chunk (state=3): >>>import 'blivet.populator.helpers.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72541be0> <<< 172629 1726888990.43879: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/stratis.py <<< 172629 1726888990.43895: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc' <<< 172629 1726888990.43902: stdout chunk (state=3): >>>import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72541eb0> <<< 172629 1726888990.43908: stdout chunk (state=3): >>>import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72519e80> <<< 172629 1726888990.43951: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72518f50> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72518e60> <<< 172629 1726888990.44022: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c726a5670> <<< 172629 1726888990.44123: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72675880> <<< 172629 1726888990.53705: 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 <<< 172629 1726888990.53730: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 172629 1726888990.54077: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c725cf680> <<< 172629 1726888991.45263: stdout chunk (state=3): >>> {"changed": true, "actions": [{"action": "destroy format", "fs_type": "ext3", "device": "/dev/sda"}, {"action": "create format", "fs_type": "swap", "device": "/dev/sda"}], "leaves": ["/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "path": "/opt/test", "state": "absent", "fstype": "ext3"}, {"path": "/opt/test", "state": "absent"}, {"src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "path": "none", "fstype": "swap", "opts": "defaults", "dump": 0, "passno": 0, "state": "present", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "swap", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "packages": ["xfsprogs", "e2fsprogs"], "invocation": {"module_args": {"pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_<<< 172629 1726888991.45273: stdout chunk (state=3): >>>create_options": "", "fs_label": "", "fs_type": "swap", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 172629 1726888991.46496: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888991.46609: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks <<< 172629 1726888991.46788: 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 # 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<<< 172629 1726888991.46798: stdout chunk (state=3): >>> # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # 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 <<< 172629 1726888991.46891: stdout chunk (state=3): >>># cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # 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 <<< 172629 1726888991.46913: stdout chunk (state=3): >>># cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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 <<< 172629 1726888991.46931: stdout chunk (state=3): >>># 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<<< 172629 1726888991.46961: stdout chunk (state=3): >>> # 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 <<< 172629 1726888991.47096: stdout chunk (state=3): >>># 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 <<< 172629 1726888991.47687: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 <<< 172629 1726888991.47705: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy binascii # destroy zlib <<< 172629 1726888991.47725: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 172629 1726888991.47741: stdout chunk (state=3): >>># destroy ipaddress <<< 172629 1726888991.47773: stdout chunk (state=3): >>># destroy ntpath # destroy _compat_pickle <<< 172629 1726888991.47819: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree <<< 172629 1726888991.47884: stdout chunk (state=3): >>># cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory <<< 172629 1726888991.47892: stdout chunk (state=3): >>># cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt <<< 172629 1726888991.48062: stdout chunk (state=3): >>># cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto <<< 172629 1726888991.48068: 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 # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes <<< 172629 1726888991.48071: stdout chunk (state=3): >>># cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # destroy blivet.events.handler # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # cleanup[3] wiping blivet.static_data<<< 172629 1726888991.48075: 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 # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev <<< 172629 1726888991.48174: 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 # destroy glob <<< 172629 1726888991.48195: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.BlockDev <<< 172629 1726888991.48241: stdout chunk (state=3): >>># cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal <<< 172629 1726888991.48288: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal<<< 172629 1726888991.48319: stdout chunk (state=3): >>> # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings <<< 172629 1726888991.48383: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 172629 1726888991.48401: stdout chunk (state=3): >>># cleanup[3] wiping errno <<< 172629 1726888991.48670: stdout chunk (state=3): >>># cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888991.49337: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888991.49390: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref <<< 172629 1726888991.49400: stdout chunk (state=3): >>># destroy zipimport # destroy gi._gi <<< 172629 1726888991.49424: stdout chunk (state=3): >>># destroy _struct <<< 172629 1726888991.49509: stdout chunk (state=3): >>># destroy pyudev <<< 172629 1726888991.49523: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid <<< 172629 1726888991.49530: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid <<< 172629 1726888991.49608: stdout chunk (state=3): >>># destroy genericpath <<< 172629 1726888991.49615: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 172629 1726888991.49682: stdout chunk (state=3): >>># destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch <<< 172629 1726888991.49719: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 172629 1726888991.49742: stdout chunk (state=3): >>># destroy blivet.devicelibs.stratis # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid <<< 172629 1726888991.49783: stdout chunk (state=3): >>># destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks <<< 172629 1726888991.49789: 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 <<< 172629 1726888991.49796: stdout chunk (state=3): >>># destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode <<< 172629 1726888991.49824: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 172629 1726888991.49827: stdout chunk (state=3): >>># destroy _blake2 <<< 172629 1726888991.49832: stdout chunk (state=3): >>># destroy selinux._selinux <<< 172629 1726888991.49852: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 172629 1726888991.49911: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 172629 1726888991.49929: stdout chunk (state=3): >>># destroy _signal <<< 172629 1726888991.49950: stdout chunk (state=3): >>># destroy keyword # destroy abc <<< 172629 1726888991.49977: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 172629 1726888991.49984: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy copy # destroy inspect # destroy blivet.formats.fslib <<< 172629 1726888991.50016: stdout chunk (state=3): >>># destroy math # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves <<< 172629 1726888991.50056: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy collections <<< 172629 1726888991.50096: stdout chunk (state=3): >>># destroy __main__ # destroy atexit # destroy errno # destroy grp<<< 172629 1726888991.50119: stdout chunk (state=3): >>> # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib # destroy stat # destroy selinux <<< 172629 1726888991.50123: stdout chunk (state=3): >>># destroy platform # destroy distro <<< 172629 1726888991.50138: stdout chunk (state=3): >>># destroy datetime <<< 172629 1726888991.50156: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy shlex # destroy subprocess <<< 172629 1726888991.50226: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888991.50366: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726888991.50381: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy os # destroy functools <<< 172629 1726888991.50391: stdout chunk (state=3): >>># destroy re <<< 172629 1726888991.50402: stdout chunk (state=3): >>># destroy _random <<< 172629 1726888991.50439: stdout chunk (state=3): >>># destroy _thread # destroy itertools <<< 172629 1726888991.50451: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 172629 1726888991.50978: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888991.50982: stdout chunk (state=3): >>><<< 172629 1726888991.50984: stderr chunk (state=3): >>><<< 172629 1726888991.51225: _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 0x7f9c74bbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74b8bb00> # /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 0x7f9c74bbea50> 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 0x7f9c74bcd130> # /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 0x7f9c74bce120> 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 0x7f9c749b3f50> # /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 0x7f9c749c00e0> # /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 0x7f9c749e3950> # /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 0x7f9c749e3fe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c749c3bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c749c1340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c749b1100> # /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 0x7f9c74a078f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a06510> # /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 0x7f9c749c2360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a04cb0> # /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 0x7f9c74a34920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c749b0380> # /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 0x7f9c74a34dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a34c80> # 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 0x7f9c74a35070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c749a6ea0> # /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 0x7f9c74a35730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a35430> 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 0x7f9c74a36630> 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 0x7f9c74a50860> 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 0x7f9c74a51fa0> # /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 0x7f9c74a52e40> # 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 0x7f9c74a53470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a52390> # /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 0x7f9c74a53ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a53620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a36690> # /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 0x7f9c7479bda0> # /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 0x7f9c747c4800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c747c4560> # 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 0x7f9c747c4740> # /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 0x7f9c747c5100> # 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 0x7f9c747c5a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c747c49b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74799f40> # /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 0x7f9c747c6e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c747c5b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74a36d80> # /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 0x7f9c747f31a0> # /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 0x7f9c7481b530> # /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 0x7f9c74874320> # /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 0x7f9c74876a80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74874440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74841310> # /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 0x7f9c741253d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7481a330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c747c7d70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9c7481a930> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_rapa7_zv/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 0x7f9c74177110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7415a000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74159160> # 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 0x7f9c74174fe0> # /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 0x7f9c741a6b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c741a68a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c741a61b0> # /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 0x7f9c741a6ba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74177b30> 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 0x7f9c741a7800> # 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 0x7f9c741a79b0> # /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 0x7f9c741a7ef0> 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 0x7f9c74015c10> # 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 0x7f9c74017830> # /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 0x7f9c740181d0> # /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 0x7f9c74019340> # /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 0x7f9c7401be30> # 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 0x7f9c749a6e40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7401a120> # /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 0x7f9c74023dd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c740228a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74022600> # /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 0x7f9c74022b70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7401a630> # 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 0x7f9c74067f80> # /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 0x7f9c74068500> # /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 0x7f9c74069b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74069940> # /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 0x7f9c7406c0e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7406a270> # /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 0x7f9c7406f860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7406c230> # 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 0x7f9c74070650> # 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 0x7f9c74070980> # 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 0x7f9c74070bc0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74068260> # /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 0x7f9c740fc230> # 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 0x7f9c740fd2e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c740729c0> # 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 0x7f9c74073d70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c74072600> # 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 0x7f9c73f01490> # /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 0x7f9c73f02270> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c740fd4f0> 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 0x7f9c73f024e0> # 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 0x7f9c73f03560> # 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 0x7f9c73f0e0f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73f08ef0> 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 0x7f9c74002a20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c741e26f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73f0e210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73f0de80> # 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 0x7f9c73bb4bf0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73f8bf80> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73f899d0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73fa0590> # 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 0x7f9c73bc67e0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bc6420> # /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 0x7f9c73be8f50> # /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 0x7f9c73bea180> # 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 0x7f9c73be9a90> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73be98e0> # /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 0x7f9c73bec680> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bec410> # /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 0x7f9c73bee3c0> # 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 0x7f9c73bee210> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bedaf0> # /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 0x7f9c73bf1160> # /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 0x7f9c73bf14f0> # /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 0x7f9c73bf19d0> # /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 0x7f9c73bf2240> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bf07d0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bf02c0> # 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 0x7f9c73bf29c0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73befdd0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73befd40> # /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 0x7f9c73c35070> # /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 0x7f9c73c35ee0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73c355b0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bf3350> 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 0x7f9c73c3e9c0> 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 0x7f9c73c440b0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73becfe0> # /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 0x7f9c73ad1f10> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ad1730> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73c3e5a0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bc69c0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73bc57c0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73fa17c0> # /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 0x7f9c73ae6810> # /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 0x7f9c73ae85c0> # /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 0x7f9c73aebda0> # /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 0x7f9c73aec3b0> # /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 0x7f9c73aed460> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aed310> # /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 0x7f9c73aed700> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aed070> # /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 0x7f9c73aedbe0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aeda30> # /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 0x7f9c73aedf40> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aedc40> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aec800> # /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 0x7f9c73aece90> # /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 0x7f9c73af1eb0> # /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 0x7f9c73af2210> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73af1c10> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73af1280> # /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 0x7f9c73af2360> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73aeba40> # /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 0x7f9c73af23c0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ae95b0> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ae8c80> # /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 0x7f9c73afa690> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73af94c0> # /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 0x7f9c73afa8d0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73af3800> # /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 0x7f9c73c87a70> # /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 0x7f9c72b6c710> # /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 0x7f9c72b6cef0> # /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 0x7f9c72b6d520> # /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 0x7f9c72b6d820> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72b6c590> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73b2fce0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73b2cb00> # /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 0x7f9c72b80530> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73b2d3a0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73b2c620> # /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 0x7f9c72b80ad0> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73b2caa0> # /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 0x7f9c72b80ce0> # /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 0x7f9c72b81100> # /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 0x7f9c72b818e0> # /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 0x7f9c72bad2e0> # /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 0x7f9c72bae3c0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72badd90> # /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 0x7f9c72bae7b0> # /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 0x7f9c72baf350> # /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 0x7f9c7295a060> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72958d40> # /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 0x7f9c7295b4d0> # /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 0x7f9c7297c830> # /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 0x7f9c7297d670> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ba25d0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ba2270> # /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 0x7f9c7297fc20> # /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 0x7f9c729a85f0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7297fbf0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7297f0e0> # /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 0x7f9c729c4e30> # /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 0x7f9c729c4f80> # /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 0x7f9c729e0710> # /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 0x7f9c729e0e00> # /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 0x7f9c729e1790> # /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 0x7f9c729e1c10> # /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 0x7f9c729e21b0> # /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 0x7f9c729e2450> # /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 0x7f9c729e2a20> # /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 0x7f9c729e2c00> # /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 0x7f9c729e3e60> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729e3ce0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729e2d80> # /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 0x7f9c72a10b90> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a107a0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729e3bf0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729c5490> # /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 0x7f9c729dc530> # /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 0x7f9c729dc8f0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729c6f60> # /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 0x7f9c729df980> # /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 0x7f9c729dfb30> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c729df050> # /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 0x7f9c72861f40> # /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 0x7f9c72863380> # /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 0x7f9c72863b60> # /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 0x7f9c72874410> # /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 0x7f9c728761b0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73c85fd0> # /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 0x7f9c73af9430> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73afec60> # /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 0x7f9c728a93a0> # /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 0x7f9c728aa1e0> # /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 0x7f9c728aa9f0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c728a82f0> # /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 0x7f9c728e44a0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c728cac00> # /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 0x7f9c728f5f70> # /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 0x7f9c7290fb30> # /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 0x7f9c7273bfe0> # /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 0x7f9c7292e300> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7292c530> # /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 0x7f9c727847a0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7290c410> # /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 0x7f9c7290ed50> # /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 0x7f9c727e67b0> # /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 0x7f9c727e72c0> # /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 0x7f9c727e7e00> # /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 0x7f9c727f82c0> # /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 0x7f9c727f9160> # /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 0x7f9c727f9a30> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ae8710> # /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 0x7f9c727fa4b0> # /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 0x7f9c72828e30> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72816a20> # 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 0x7f9c726a4380> # 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 0x7f9c726a46e0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72690710> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72677e90> # /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 0x7f9c726908f0> # /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 0x7f9c72518230> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c726a7740> # /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 0x7f9c725186b0> # /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 0x7f9c7251a840> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7251a5d0> # /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 0x7f9c7251ab40> # /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 0x7f9c7251ae40> # /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 0x7f9c7251afc0> # /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 0x7f9c7251b200> # /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 0x7f9c7251b6e0> # /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 0x7f9c72540200> # /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 0x7f9c725403b0> # /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 0x7f9c72540590> # /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 0x7f9c72540b60> # /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 0x7f9c725414c0> # /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 0x7f9c725418e0> # /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 0x7f9c72541b20> # /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 0x7f9c72541be0> # /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 0x7f9c72541eb0> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72519e80> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72518f50> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72518e60> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c726a5670> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72675880> # /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 0x7f9c725cf680> {"changed": true, "actions": [{"action": "destroy format", "fs_type": "ext3", "device": "/dev/sda"}, {"action": "create format", "fs_type": "swap", "device": "/dev/sda"}], "leaves": ["/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "path": "/opt/test", "state": "absent", "fstype": "ext3"}, {"path": "/opt/test", "state": "absent"}, {"src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "path": "none", "fstype": "swap", "opts": "defaults", "dump": 0, "passno": 0, "state": "present", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "swap", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "packages": ["xfsprogs", "e2fsprogs"], "invocation": {"module_args": {"pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "swap", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # destroy blivet.events.handler # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy tokenize # destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy _signal # destroy keyword # destroy abc # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy copy # destroy inspect # destroy blivet.formats.fslib # destroy math # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy json.scanner # destroy _json # destroy collections # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib # destroy stat # destroy selinux # destroy platform # destroy distro # destroy datetime # destroy argparse # destroy json # destroy shlex # destroy subprocess # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy os # destroy functools # destroy re # destroy _random # destroy _thread # destroy itertools # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726888991.53576: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [], 'volumes': [{'name': 'test1', 'type': 'disk', 'disks': ['sda'], 'fs_type': 'swap'}], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888989.9881802-175882-36951067053233/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888991.53580: _low_level_execute_command(): starting 172629 1726888991.53582: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888989.9881802-175882-36951067053233/ > /dev/null 2>&1 && sleep 0' 172629 1726888991.53585: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888991.53588: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888991.53591: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888991.53593: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888991.53596: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888991.53602: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888991.53604: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888991.53608: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888991.53611: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888991.53613: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726888991.53615: 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 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 <<< 172629 1726888991.53616: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888991.53618: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888991.55411: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888991.55414: stdout chunk (state=3): >>><<< 172629 1726888991.55417: stderr chunk (state=3): >>><<< 172629 1726888991.55431: _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 172629 1726888991.55560: handler run complete 172629 1726888991.55566: attempt loop complete, returning result 172629 1726888991.55573: _execute() done 172629 1726888991.55576: dumping result to json 172629 1726888991.55587: done dumping result, returning 172629 1726888991.55600: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-d0a8-add8-000000001c15] 172629 1726888991.55608: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c15 changed: [managed_node1] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "state": "absent" }, { "path": "/opt/test", "state": "absent" }, { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } 172629 1726888991.56362: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c15 172629 1726888991.56365: WORKER PROCESS EXITING 172629 1726888991.56378: no more pending results, returning what we have 172629 1726888991.56381: results queue empty 172629 1726888991.56382: checking for any_errors_fatal 172629 1726888991.56387: done checking for any_errors_fatal 172629 1726888991.56388: checking for max_fail_percentage 172629 1726888991.56390: done checking for max_fail_percentage 172629 1726888991.56391: checking to see if all hosts have failed and the running result is not ok 172629 1726888991.56392: done checking to see if all hosts have failed 172629 1726888991.56393: getting the remaining hosts for this loop 172629 1726888991.56394: done getting the remaining hosts for this loop 172629 1726888991.56397: getting the next task for host managed_node1 172629 1726888991.56403: done getting next task for host managed_node1 172629 1726888991.56407: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 172629 1726888991.56410: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888991.56422: getting variables 172629 1726888991.56423: in VariableManager get_vars() 172629 1726888991.56459: Calling all_inventory to load vars for managed_node1 172629 1726888991.56462: Calling groups_inventory to load vars for managed_node1 172629 1726888991.56464: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888991.56473: Calling all_plugins_play to load vars for managed_node1 172629 1726888991.56476: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888991.56479: Calling groups_plugins_play to load vars for managed_node1 172629 1726888991.57110: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888991.57802: done with get_vars() 172629 1726888991.57819: done getting variables 172629 1726888991.57939: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:11 -0400 (0:00:01.654) 0:01:31.859 ****** 172629 1726888991.57979: entering _queue_task() for managed_node1/command 172629 1726888991.58349: worker is 1 (out of 1 available) 172629 1726888991.58373: exiting _queue_task() for managed_node1/command 172629 1726888991.58387: done queuing things up, now waiting for results queue to drain 172629 1726888991.58389: waiting for pending results... 172629 1726888991.58699: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 172629 1726888991.58891: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c16 172629 1726888991.58916: variable 'ansible_search_path' from source: unknown 172629 1726888991.58926: variable 'ansible_search_path' from source: unknown 172629 1726888991.58980: calling self._execute() 172629 1726888991.59117: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888991.59130: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888991.59153: variable 'omit' from source: magic vars 172629 1726888991.59621: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888991.61988: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888991.62075: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888991.62119: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888991.62191: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888991.62200: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888991.62282: 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) 172629 1726888991.62321: 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) 172629 1726888991.62354: 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) 172629 1726888991.62462: 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) 172629 1726888991.62465: 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) 172629 1726888991.62560: Evaluated conditional (storage_udevadm_trigger | d(false)): False 172629 1726888991.62569: when evaluation is False, skipping this task 172629 1726888991.62582: _execute() done 172629 1726888991.62592: dumping result to json 172629 1726888991.62601: done dumping result, returning 172629 1726888991.62614: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-d0a8-add8-000000001c16] 172629 1726888991.62629: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c16 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 172629 1726888991.62904: no more pending results, returning what we have 172629 1726888991.62907: results queue empty 172629 1726888991.62909: checking for any_errors_fatal 172629 1726888991.62931: done checking for any_errors_fatal 172629 1726888991.62932: checking for max_fail_percentage 172629 1726888991.62933: done checking for max_fail_percentage 172629 1726888991.62934: checking to see if all hosts have failed and the running result is not ok 172629 1726888991.62935: done checking to see if all hosts have failed 172629 1726888991.62936: getting the remaining hosts for this loop 172629 1726888991.62938: done getting the remaining hosts for this loop 172629 1726888991.62941: getting the next task for host managed_node1 172629 1726888991.62949: done getting next task for host managed_node1 172629 1726888991.62952: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 172629 1726888991.62958: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888991.62986: getting variables 172629 1726888991.62988: in VariableManager get_vars() 172629 1726888991.63032: Calling all_inventory to load vars for managed_node1 172629 1726888991.63035: Calling groups_inventory to load vars for managed_node1 172629 1726888991.63037: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888991.63047: Calling all_plugins_play to load vars for managed_node1 172629 1726888991.63050: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888991.63053: Calling groups_plugins_play to load vars for managed_node1 172629 1726888991.63826: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c16 172629 1726888991.63830: WORKER PROCESS EXITING 172629 1726888991.63856: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888991.64514: done with get_vars() 172629 1726888991.64532: 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 23:23:11 -0400 (0:00:00.066) 0:01:31.926 ****** 172629 1726888991.64644: entering _queue_task() for managed_node1/stat 172629 1726888991.64967: worker is 1 (out of 1 available) 172629 1726888991.64979: exiting _queue_task() for managed_node1/stat 172629 1726888991.64991: done queuing things up, now waiting for results queue to drain 172629 1726888991.64992: waiting for pending results... 172629 1726888991.65325: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 172629 1726888991.65506: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c17 172629 1726888991.65529: variable 'ansible_search_path' from source: unknown 172629 1726888991.65535: variable 'ansible_search_path' from source: unknown 172629 1726888991.65576: calling self._execute() 172629 1726888991.65704: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888991.65717: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888991.65737: variable 'omit' from source: magic vars 172629 1726888991.65860: variable 'omit' from source: magic vars 172629 1726888991.65944: variable 'omit' from source: magic vars 172629 1726888991.65985: variable 'omit' from source: magic vars 172629 1726888991.66041: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888991.66096: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888991.66134: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888991.66168: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888991.66185: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888991.66223: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888991.66235: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888991.66251: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888991.66364: Set connection var ansible_timeout to 10 172629 1726888991.66376: Set connection var ansible_shell_type to sh 172629 1726888991.66386: Set connection var ansible_pipelining to False 172629 1726888991.66461: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888991.66464: Set connection var ansible_shell_executable to /bin/sh 172629 1726888991.66466: Set connection var ansible_connection to ssh 172629 1726888991.66469: variable 'ansible_shell_executable' from source: unknown 172629 1726888991.66471: variable 'ansible_connection' from source: unknown 172629 1726888991.66473: variable 'ansible_module_compression' from source: unknown 172629 1726888991.66475: variable 'ansible_shell_type' from source: unknown 172629 1726888991.66477: variable 'ansible_shell_executable' from source: unknown 172629 1726888991.66479: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888991.66480: variable 'ansible_pipelining' from source: unknown 172629 1726888991.66482: variable 'ansible_timeout' from source: unknown 172629 1726888991.66484: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888991.66706: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888991.66725: variable 'omit' from source: magic vars 172629 1726888991.66734: starting attempt loop 172629 1726888991.66741: running the handler 172629 1726888991.66765: _low_level_execute_command(): starting 172629 1726888991.66777: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888991.67571: 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 <<< 172629 1726888991.67649: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888991.67686: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888991.67761: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888991.69398: stdout chunk (state=3): >>>/root <<< 172629 1726888991.69571: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888991.69574: stdout chunk (state=3): >>><<< 172629 1726888991.69577: stderr chunk (state=3): >>><<< 172629 1726888991.69757: _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 172629 1726888991.69762: _low_level_execute_command(): starting 172629 1726888991.69765: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888991.6965368-175933-115873457127986 `" && echo ansible-tmp-1726888991.6965368-175933-115873457127986="` echo /root/.ansible/tmp/ansible-tmp-1726888991.6965368-175933-115873457127986 `" ) && sleep 0' 172629 1726888991.70617: 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 <<< 172629 1726888991.70675: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888991.70727: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888991.70750: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888991.71220: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888991.73131: stdout chunk (state=3): >>>ansible-tmp-1726888991.6965368-175933-115873457127986=/root/.ansible/tmp/ansible-tmp-1726888991.6965368-175933-115873457127986 <<< 172629 1726888991.73288: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888991.73292: stdout chunk (state=3): >>><<< 172629 1726888991.73297: stderr chunk (state=3): >>><<< 172629 1726888991.73412: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888991.6965368-175933-115873457127986=/root/.ansible/tmp/ansible-tmp-1726888991.6965368-175933-115873457127986 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888991.73416: variable 'ansible_module_compression' from source: unknown 172629 1726888991.73460: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726888991.73503: variable 'ansible_facts' from source: unknown 172629 1726888991.73612: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888991.6965368-175933-115873457127986/AnsiballZ_stat.py 172629 1726888991.73871: Sending initial data 172629 1726888991.73874: Sent initial data (155 bytes) 172629 1726888991.75071: 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' <<< 172629 1726888991.75096: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888991.75106: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888991.75183: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888991.76747: 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" <<< 172629 1726888991.76751: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888991.76784: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888991.76831: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp977i643o /root/.ansible/tmp/ansible-tmp-1726888991.6965368-175933-115873457127986/AnsiballZ_stat.py <<< 172629 1726888991.76870: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888991.6965368-175933-115873457127986/AnsiballZ_stat.py" <<< 172629 1726888991.76921: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp977i643o" to remote "/root/.ansible/tmp/ansible-tmp-1726888991.6965368-175933-115873457127986/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888991.6965368-175933-115873457127986/AnsiballZ_stat.py" <<< 172629 1726888991.78156: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888991.78340: stderr chunk (state=3): >>><<< 172629 1726888991.78343: stdout chunk (state=3): >>><<< 172629 1726888991.78345: done transferring module to remote 172629 1726888991.78347: _low_level_execute_command(): starting 172629 1726888991.78350: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888991.6965368-175933-115873457127986/ /root/.ansible/tmp/ansible-tmp-1726888991.6965368-175933-115873457127986/AnsiballZ_stat.py && sleep 0' 172629 1726888991.79251: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888991.79557: 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 <<< 172629 1726888991.79570: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888991.79639: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888991.81410: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888991.81466: stderr chunk (state=3): >>><<< 172629 1726888991.81508: stdout chunk (state=3): >>><<< 172629 1726888991.81529: _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 172629 1726888991.81618: _low_level_execute_command(): starting 172629 1726888991.81627: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888991.6965368-175933-115873457127986/AnsiballZ_stat.py && sleep 0' 172629 1726888991.82311: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888991.82323: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888991.82370: 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 <<< 172629 1726888991.82441: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888991.82466: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888991.82506: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888991.82571: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888991.84718: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888991.84789: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888991.84851: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888991.84894: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888991.84967: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888991.85007: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888991.85025: 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' <<< 172629 1726888991.85172: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 172629 1726888991.85209: 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 0x7fa0c46184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c45e7b30> # /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 0x7fa0c461aa50> import '_signal' # import '_abc' # <<< 172629 1726888991.85233: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 172629 1726888991.85267: stdout chunk (state=3): >>>import '_stat' # <<< 172629 1726888991.85283: stdout chunk (state=3): >>>import 'stat' # <<< 172629 1726888991.85360: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888991.85388: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888991.85601: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 172629 1726888991.85605: 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' <<< 172629 1726888991.85615: 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 0x7fa0c442d130> # /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 0x7fa0c442e120> <<< 172629 1726888991.85641: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888991.85667: 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. <<< 172629 1726888991.85894: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888991.85910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888991.85949: 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' <<< 172629 1726888991.86083: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888991.86087: 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 0x7fa0c446aea0> <<< 172629 1726888991.86089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888991.86122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888991.86187: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c44801a0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888991.86271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888991.86275: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888991.86343: 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 0x7fa0c44a3a40> # /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 0x7fa0c44c4110> <<< 172629 1726888991.86346: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888991.86437: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c4483ce0> <<< 172629 1726888991.86440: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888991.86451: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c4481400> <<< 172629 1726888991.86612: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c44691c0> <<< 172629 1726888991.86620: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888991.86623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888991.86629: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888991.86792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888991.86795: 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' <<< 172629 1726888991.86799: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c44c7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c44c6570> # /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 0x7fa0c44822d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c446b0b0> # /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 0x7fa0c44f49e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c4468440> <<< 172629 1726888991.86886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa0c44f4e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c44f4d40> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888991.86931: 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 0x7fa0c44f5130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c4466f60> <<< 172629 1726888991.86942: 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' <<< 172629 1726888991.87017: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888991.87021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888991.87024: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c44f5820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c44f54f0> import 'importlib.machinery' # <<< 172629 1726888991.87084: 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' <<< 172629 1726888991.87091: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c44f6720> <<< 172629 1726888991.87173: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726888991.87176: 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' <<< 172629 1726888991.87268: 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 0x7fa0c4510920> import 'errno' # <<< 172629 1726888991.87277: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888991.87285: 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 0x7fa0c4512030> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888991.87431: 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 0x7fa0c4512ed0> # 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 0x7fa0c4513530> <<< 172629 1726888991.87461: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c4512420> # /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 0x7fa0c4513ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c4513620> <<< 172629 1726888991.87491: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c44f6750> <<< 172629 1726888991.87632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888991.87643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888991.87649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888991.87699: 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 0x7fa0c42b3d40> # /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 0x7fa0c42dc890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c42dc5f0> <<< 172629 1726888991.87702: 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 0x7fa0c42dc8c0> <<< 172629 1726888991.87730: 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' <<< 172629 1726888991.87802: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888991.87926: 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 0x7fa0c42dd1f0> <<< 172629 1726888991.88052: 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 0x7fa0c42ddb50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c42dcaa0> <<< 172629 1726888991.88286: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c42b1ee0> # /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 0x7fa0c42def30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c42ddc70> <<< 172629 1726888991.88299: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c44f6e40> <<< 172629 1726888991.88303: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888991.88322: 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 <<< 172629 1726888991.88335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888991.88362: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c43072c0> <<< 172629 1726888991.88434: 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' <<< 172629 1726888991.88446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888991.88497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888991.88523: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c432b680> <<< 172629 1726888991.88575: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888991.88642: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888991.88667: 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 0x7fa0c438c470> <<< 172629 1726888991.88736: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888991.88739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888991.88864: 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' <<< 172629 1726888991.88868: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c438ebd0> <<< 172629 1726888991.88921: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c438c590> <<< 172629 1726888991.88968: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c4351460> <<< 172629 1726888991.89070: 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 0x7fa0c4191580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c432a4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c42dfe90> <<< 172629 1726888991.89114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888991.89133: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa0c4191820> <<< 172629 1726888991.89389: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_x4tfe59o/ansible_stat_payload.zip' # zipimport: zlib available <<< 172629 1726888991.89477: 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' <<< 172629 1726888991.89512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888991.89582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888991.89618: 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 0x7fa0c41e32f0> <<< 172629 1726888991.89719: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888991.89813: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c41c61e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c41c5340> <<< 172629 1726888991.89838: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible' # <<< 172629 1726888991.89879: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.89922: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888991.90031: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.91347: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.92383: 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 0x7fa0c41e11c0> <<< 172629 1726888991.92591: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa0c420ec90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c420ea20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c420e330> # /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' <<< 172629 1726888991.92635: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c420ee40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c41e3d10> <<< 172629 1726888991.92661: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888991.92689: 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 0x7fa0c420fa10> <<< 172629 1726888991.92712: 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 0x7fa0c420fc50> <<< 172629 1726888991.92728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888991.92768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888991.92782: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888991.92820: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c4234140> <<< 172629 1726888991.92838: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888991.92862: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888991.92879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888991.93091: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b19f10> # 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 0x7fa0c3b1bb00> # /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 0x7fa0c3b20500> # /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 0x7fa0c3b21400> <<< 172629 1726888991.93095: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888991.93131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888991.93149: 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' <<< 172629 1726888991.93201: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b24140> <<< 172629 1726888991.93234: 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 0x7fa0c3b24290> <<< 172629 1726888991.93271: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b223f0> <<< 172629 1726888991.93289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888991.93311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888991.93367: 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' <<< 172629 1726888991.93402: 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' <<< 172629 1726888991.93428: 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 0x7fa0c3b27f80> import '_tokenize' # <<< 172629 1726888991.93592: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b26b10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b26870> # /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' <<< 172629 1726888991.93595: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b26de0> <<< 172629 1726888991.93624: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b22900> <<< 172629 1726888991.93659: 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 0x7fa0c3b6c1a0> <<< 172629 1726888991.93686: 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 0x7fa0c3b6c320> <<< 172629 1726888991.93713: 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 <<< 172629 1726888991.93731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888991.93750: 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' <<< 172629 1726888991.93781: 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 0x7fa0c3b6de20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b6dbe0> <<< 172629 1726888991.93804: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888991.93895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888991.93946: 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 0x7fa0c3b70380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b6e510> <<< 172629 1726888991.94086: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888991.94089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b73b30> <<< 172629 1726888991.94210: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b70500> <<< 172629 1726888991.94266: 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 0x7fa0c3b74bc0> <<< 172629 1726888991.94293: 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' <<< 172629 1726888991.94385: 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 0x7fa0c3b74d40> # 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 0x7fa0c3b74c50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b6c530> # /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' <<< 172629 1726888991.94410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888991.94422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888991.94676: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888991.94679: 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 0x7fa0c3a00560> <<< 172629 1726888991.94704: 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 0x7fa0c3a017f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b76cf0> # 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 0x7fa0c3b778f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b76930> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888991.94721: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.94797: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.94894: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.94935: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888991.94958: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.95074: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.95191: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.95717: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.96254: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888991.96282: 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 <<< 172629 1726888991.96305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888991.96357: 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 0x7fa0c3a05a60> <<< 172629 1726888991.96440: 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' <<< 172629 1726888991.96466: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3a067e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3a01910> <<< 172629 1726888991.96516: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888991.96536: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888991.96569: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888991.96720: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.96873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888991.96896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3a068d0> <<< 172629 1726888991.96909: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.97356: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.97794: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.97867: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.97939: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888991.97954: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.97983: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.98022: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888991.98034: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.98100: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.98261: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888991.98273: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.98306: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888991.98325: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.98540: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.98771: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888991.98828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888991.98847: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888991.99089: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3a07b30> # 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' # <<< 172629 1726888991.99105: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.99141: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.99178: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888991.99196: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.99232: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.99278: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.99333: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.99514: 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' <<< 172629 1726888991.99546: 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 0x7fa0c3a12690> <<< 172629 1726888991.99574: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3a0dd00> <<< 172629 1726888991.99599: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888991.99664: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.99724: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.99754: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888991.99976: 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' <<< 172629 1726888992.00006: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b02ed0> <<< 172629 1726888992.00048: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c4246ba0> <<< 172629 1726888992.00130: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3a128a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3a07470> # destroy ansible.module_utils.distro <<< 172629 1726888992.00151: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888992.00173: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.00205: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888992.00260: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888992.00287: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888992.00309: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.00434: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.00630: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.01942: 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": 1436, "inode": 253755650, "dev": 51714, "nlink": 1, "atime": 1726888962.99197, "mtime": 1726888962.98797, "ctime": 1726888962.98797, "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": "237ce2c2727d38d54f3d7435738d50a54deda1f3", "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"}}} <<< 172629 1726888992.01975: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888992.02421: 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 <<< 172629 1726888992.02530: stdout chunk (state=3): >>># clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # 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 <<< 172629 1726888992.02615: stdout chunk (state=3): >>># cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime <<< 172629 1726888992.02776: stdout chunk (state=3): >>># cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # 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<<< 172629 1726888992.02805: stdout chunk (state=3): >>> # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 172629 1726888992.02912: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888992.02944: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888992.03002: 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 <<< 172629 1726888992.03029: stdout chunk (state=3): >>># destroy ipaddress <<< 172629 1726888992.03093: 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 <<< 172629 1726888992.03216: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 172629 1726888992.03264: stdout chunk (state=3): >>># 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 <<< 172629 1726888992.03312: 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 <<< 172629 1726888992.03375: 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 <<< 172629 1726888992.03390: 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 <<< 172629 1726888992.03458: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888992.03534: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888992.03689: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888992.03696: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888992.03759: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig<<< 172629 1726888992.03804: stdout chunk (state=3): >>> # 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 <<< 172629 1726888992.03869: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888992.04400: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888992.04403: stdout chunk (state=3): >>><<< 172629 1726888992.04406: stderr chunk (state=3): >>><<< 172629 1726888992.04762: _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 0x7fa0c46184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c45e7b30> # /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 0x7fa0c461aa50> 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 0x7fa0c442d130> # /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 0x7fa0c442e120> 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 0x7fa0c446aea0> # /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 0x7fa0c44801a0> # /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 0x7fa0c44a3a40> # /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 0x7fa0c44c4110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c4483ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c4481400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c44691c0> # /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 0x7fa0c44c7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c44c6570> # /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 0x7fa0c44822d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c446b0b0> # /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 0x7fa0c44f49e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c4468440> # /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 0x7fa0c44f4e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c44f4d40> # 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 0x7fa0c44f5130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c4466f60> # /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 0x7fa0c44f5820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c44f54f0> 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 0x7fa0c44f6720> 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 0x7fa0c4510920> 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 0x7fa0c4512030> # /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 0x7fa0c4512ed0> # 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 0x7fa0c4513530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c4512420> # /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 0x7fa0c4513ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c4513620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c44f6750> # /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 0x7fa0c42b3d40> # /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 0x7fa0c42dc890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c42dc5f0> # 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 0x7fa0c42dc8c0> # /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 0x7fa0c42dd1f0> # 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 0x7fa0c42ddb50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c42dcaa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c42b1ee0> # /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 0x7fa0c42def30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c42ddc70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c44f6e40> # /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 0x7fa0c43072c0> # /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 0x7fa0c432b680> # /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 0x7fa0c438c470> # /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 0x7fa0c438ebd0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c438c590> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c4351460> # /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 0x7fa0c4191580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c432a4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c42dfe90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa0c4191820> # zipimport: found 30 names in '/tmp/ansible_stat_payload_x4tfe59o/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 0x7fa0c41e32f0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c41c61e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c41c5340> # 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 0x7fa0c41e11c0> # /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 0x7fa0c420ec90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c420ea20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c420e330> # /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 0x7fa0c420ee40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c41e3d10> 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 0x7fa0c420fa10> # 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 0x7fa0c420fc50> # /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 0x7fa0c4234140> 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 0x7fa0c3b19f10> # 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 0x7fa0c3b1bb00> # /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 0x7fa0c3b20500> # /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 0x7fa0c3b21400> # /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 0x7fa0c3b24140> # 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 0x7fa0c3b24290> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b223f0> # /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 0x7fa0c3b27f80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b26b10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b26870> # /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 0x7fa0c3b26de0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b22900> # 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 0x7fa0c3b6c1a0> # /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 0x7fa0c3b6c320> # /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 0x7fa0c3b6de20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b6dbe0> # /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 0x7fa0c3b70380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b6e510> # /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 0x7fa0c3b73b30> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b70500> # 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 0x7fa0c3b74bc0> # 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 0x7fa0c3b74d40> # 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 0x7fa0c3b74c50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b6c530> # /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 0x7fa0c3a00560> # 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 0x7fa0c3a017f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b76cf0> # 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 0x7fa0c3b778f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3b76930> # 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 0x7fa0c3a05a60> # /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 0x7fa0c3a067e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3a01910> 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 0x7fa0c3a068d0> # 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 0x7fa0c3a07b30> # 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 0x7fa0c3a12690> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3a0dd00> 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 0x7fa0c3b02ed0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c4246ba0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3a128a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0c3a07470> # 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": 1436, "inode": 253755650, "dev": 51714, "nlink": 1, "atime": 1726888962.99197, "mtime": 1726888962.98797, "ctime": 1726888962.98797, "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": "237ce2c2727d38d54f3d7435738d50a54deda1f3", "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. 172629 1726888992.05952: 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-1726888991.6965368-175933-115873457127986/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888992.05958: _low_level_execute_command(): starting 172629 1726888992.05962: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888991.6965368-175933-115873457127986/ > /dev/null 2>&1 && sleep 0' 172629 1726888992.06360: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888992.06363: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888992.06366: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888992.06376: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888992.06388: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888992.06395: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888992.06469: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888992.06550: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888992.06677: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888992.06746: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888992.08630: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888992.08674: stderr chunk (state=3): >>><<< 172629 1726888992.08678: stdout chunk (state=3): >>><<< 172629 1726888992.08697: _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 172629 1726888992.08703: handler run complete 172629 1726888992.08873: attempt loop complete, returning result 172629 1726888992.08876: _execute() done 172629 1726888992.08879: dumping result to json 172629 1726888992.08960: done dumping result, returning 172629 1726888992.08963: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-d0a8-add8-000000001c17] 172629 1726888992.08965: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c17 172629 1726888992.09036: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c17 172629 1726888992.09039: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726888962.99197, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "237ce2c2727d38d54f3d7435738d50a54deda1f3", "ctime": 1726888962.98797, "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": 1726888962.98797, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1436, "uid": 0, "version": "3790368620", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726888992.09387: no more pending results, returning what we have 172629 1726888992.09391: results queue empty 172629 1726888992.09392: checking for any_errors_fatal 172629 1726888992.09399: done checking for any_errors_fatal 172629 1726888992.09400: checking for max_fail_percentage 172629 1726888992.09401: done checking for max_fail_percentage 172629 1726888992.09402: checking to see if all hosts have failed and the running result is not ok 172629 1726888992.09403: done checking to see if all hosts have failed 172629 1726888992.09404: getting the remaining hosts for this loop 172629 1726888992.09405: done getting the remaining hosts for this loop 172629 1726888992.09408: getting the next task for host managed_node1 172629 1726888992.09414: done getting next task for host managed_node1 172629 1726888992.09417: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 172629 1726888992.09421: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888992.09433: getting variables 172629 1726888992.09434: in VariableManager get_vars() 172629 1726888992.09579: Calling all_inventory to load vars for managed_node1 172629 1726888992.09582: Calling groups_inventory to load vars for managed_node1 172629 1726888992.09584: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888992.09601: Calling all_plugins_play to load vars for managed_node1 172629 1726888992.09604: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888992.09608: Calling groups_plugins_play to load vars for managed_node1 172629 1726888992.11066: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888992.12270: done with get_vars() 172629 1726888992.12286: 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 23:23:12 -0400 (0:00:00.479) 0:01:32.405 ****** 172629 1726888992.12594: entering _queue_task() for managed_node1/lineinfile 172629 1726888992.13331: worker is 1 (out of 1 available) 172629 1726888992.13344: exiting _queue_task() for managed_node1/lineinfile 172629 1726888992.13364: done queuing things up, now waiting for results queue to drain 172629 1726888992.13366: waiting for pending results... 172629 1726888992.13929: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 172629 1726888992.14184: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c18 172629 1726888992.14291: variable 'ansible_search_path' from source: unknown 172629 1726888992.14294: variable 'ansible_search_path' from source: unknown 172629 1726888992.14332: calling self._execute() 172629 1726888992.14575: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888992.14581: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888992.14760: variable 'omit' from source: magic vars 172629 1726888992.16081: variable '__storage_fstab' from source: set_fact 172629 1726888992.16118: Evaluated conditional (__storage_fstab.stat.exists): True 172629 1726888992.16477: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888992.16925: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888992.16969: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888992.17001: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888992.17033: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888992.17308: variable 'blivet_output' from source: set_fact 172629 1726888992.17335: Evaluated conditional (blivet_output is changed): True 172629 1726888992.17338: variable 'omit' from source: magic vars 172629 1726888992.17396: variable 'omit' from source: magic vars 172629 1726888992.17422: variable '__str' from source: task vars 172629 1726888992.17692: variable '__str' from source: task vars 172629 1726888992.17702: variable '__str' from source: task vars 172629 1726888992.17759: variable '__str' from source: task vars 172629 1726888992.17773: variable 'omit' from source: magic vars 172629 1726888992.17803: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888992.17831: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888992.17849: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888992.18069: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888992.18079: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888992.18109: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888992.18112: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888992.18115: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888992.18248: Set connection var ansible_timeout to 10 172629 1726888992.18252: Set connection var ansible_shell_type to sh 172629 1726888992.18258: Set connection var ansible_pipelining to False 172629 1726888992.18261: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888992.18263: Set connection var ansible_shell_executable to /bin/sh 172629 1726888992.18265: Set connection var ansible_connection to ssh 172629 1726888992.18267: variable 'ansible_shell_executable' from source: unknown 172629 1726888992.18269: variable 'ansible_connection' from source: unknown 172629 1726888992.18271: variable 'ansible_module_compression' from source: unknown 172629 1726888992.18272: variable 'ansible_shell_type' from source: unknown 172629 1726888992.18274: variable 'ansible_shell_executable' from source: unknown 172629 1726888992.18557: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888992.18562: variable 'ansible_pipelining' from source: unknown 172629 1726888992.18565: variable 'ansible_timeout' from source: unknown 172629 1726888992.18567: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888992.18624: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888992.18636: variable 'omit' from source: magic vars 172629 1726888992.18641: starting attempt loop 172629 1726888992.18644: running the handler 172629 1726888992.18861: _low_level_execute_command(): starting 172629 1726888992.18871: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888992.20165: 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 <<< 172629 1726888992.20169: stderr 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 <<< 172629 1726888992.20195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888992.20199: 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 <<< 172629 1726888992.20201: stderr 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 <<< 172629 1726888992.20369: stderr chunk (state=3): >>>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 <<< 172629 1726888992.20403: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888992.20545: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888992.22158: stdout chunk (state=3): >>>/root <<< 172629 1726888992.22250: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888992.22296: stderr chunk (state=3): >>><<< 172629 1726888992.22306: stdout chunk (state=3): >>><<< 172629 1726888992.22533: _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 172629 1726888992.22545: _low_level_execute_command(): starting 172629 1726888992.22549: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888992.2238986-175949-150847767018009 `" && echo ansible-tmp-1726888992.2238986-175949-150847767018009="` echo /root/.ansible/tmp/ansible-tmp-1726888992.2238986-175949-150847767018009 `" ) && sleep 0' 172629 1726888992.23579: 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 <<< 172629 1726888992.23663: stderr 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 <<< 172629 1726888992.23680: 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 <<< 172629 1726888992.23691: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888992.23800: 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 <<< 172629 1726888992.23929: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888992.25881: stdout chunk (state=3): >>>ansible-tmp-1726888992.2238986-175949-150847767018009=/root/.ansible/tmp/ansible-tmp-1726888992.2238986-175949-150847767018009 <<< 172629 1726888992.26162: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888992.26166: stdout chunk (state=3): >>><<< 172629 1726888992.26168: stderr chunk (state=3): >>><<< 172629 1726888992.26180: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888992.2238986-175949-150847767018009=/root/.ansible/tmp/ansible-tmp-1726888992.2238986-175949-150847767018009 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888992.26183: variable 'ansible_module_compression' from source: unknown 172629 1726888992.26205: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.lineinfile-ZIP_DEFLATED 172629 1726888992.26261: variable 'ansible_facts' from source: unknown 172629 1726888992.26357: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888992.2238986-175949-150847767018009/AnsiballZ_lineinfile.py 172629 1726888992.26582: Sending initial data 172629 1726888992.26585: Sent initial data (161 bytes) 172629 1726888992.27601: 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' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888992.27812: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888992.27887: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888992.29496: 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 <<< 172629 1726888992.29575: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888992.29651: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp4r2y4f0m /root/.ansible/tmp/ansible-tmp-1726888992.2238986-175949-150847767018009/AnsiballZ_lineinfile.py <<< 172629 1726888992.29674: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888992.2238986-175949-150847767018009/AnsiballZ_lineinfile.py" <<< 172629 1726888992.29706: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp4r2y4f0m" to remote "/root/.ansible/tmp/ansible-tmp-1726888992.2238986-175949-150847767018009/AnsiballZ_lineinfile.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888992.2238986-175949-150847767018009/AnsiballZ_lineinfile.py" <<< 172629 1726888992.30906: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888992.30943: stderr chunk (state=3): >>><<< 172629 1726888992.30961: stdout chunk (state=3): >>><<< 172629 1726888992.31173: done transferring module to remote 172629 1726888992.31176: _low_level_execute_command(): starting 172629 1726888992.31179: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888992.2238986-175949-150847767018009/ /root/.ansible/tmp/ansible-tmp-1726888992.2238986-175949-150847767018009/AnsiballZ_lineinfile.py && sleep 0' 172629 1726888992.32295: 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 <<< 172629 1726888992.32303: stderr 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 <<< 172629 1726888992.32350: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888992.32379: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888992.32449: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888992.34253: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888992.34258: stdout chunk (state=3): >>><<< 172629 1726888992.34261: stderr chunk (state=3): >>><<< 172629 1726888992.34437: _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 172629 1726888992.34441: _low_level_execute_command(): starting 172629 1726888992.34444: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888992.2238986-175949-150847767018009/AnsiballZ_lineinfile.py && sleep 0' 172629 1726888992.36177: 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 <<< 172629 1726888992.36448: 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 <<< 172629 1726888992.36615: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888992.38779: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888992.38806: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888992.38843: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888992.38922: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888992.38957: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888992.39085: stdout chunk (state=3): >>>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' <<< 172629 1726888992.39101: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888992.39117: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888992.39139: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888992.39181: 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 0x7f0ccc1104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccc0dfb30> <<< 172629 1726888992.39290: 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 0x7f0ccc112a50> <<< 172629 1726888992.39313: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 172629 1726888992.39333: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888992.39407: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888992.39432: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888992.39619: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888992.39623: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 172629 1726888992.39669: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /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 0x7f0ccbec1130> # /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 0x7f0ccbec2120> <<< 172629 1726888992.39732: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888992.39738: 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. <<< 172629 1726888992.39944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888992.39972: 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 <<< 172629 1726888992.39998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888992.40016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888992.40054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888992.40076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888992.40088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888992.40105: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf07fb0> <<< 172629 1726888992.40119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888992.40134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888992.40170: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf14140> <<< 172629 1726888992.40194: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888992.40207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888992.40238: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888992.40279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888992.40304: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888992.40315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726888992.40342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf379e0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888992.40375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf37fb0> <<< 172629 1726888992.40384: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888992.40427: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf17c80> <<< 172629 1726888992.40444: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888992.40476: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf153a0> <<< 172629 1726888992.40554: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf05160> <<< 172629 1726888992.40590: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888992.40614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888992.40633: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888992.40668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888992.40698: 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' <<< 172629 1726888992.40719: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf5b860> <<< 172629 1726888992.40736: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf5a480> <<< 172629 1726888992.40773: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726888992.40777: 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 0x7f0ccbf17f50> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf07050> <<< 172629 1726888992.40843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888992.40846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf8c860> <<< 172629 1726888992.40849: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf043e0> <<< 172629 1726888992.40867: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 172629 1726888992.40900: 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' <<< 172629 1726888992.40903: 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 0x7f0ccbf8cd10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf8cbc0> <<< 172629 1726888992.40952: 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 0x7f0ccbf8cf80> <<< 172629 1726888992.40959: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbefaf00> <<< 172629 1726888992.40987: 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' <<< 172629 1726888992.41005: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888992.41053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888992.41077: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf8d640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf8d310> import 'importlib.machinery' # <<< 172629 1726888992.41103: 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' <<< 172629 1726888992.41127: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf8e510> <<< 172629 1726888992.41156: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726888992.41160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888992.41190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888992.41217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726888992.41220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbfa4740> <<< 172629 1726888992.41234: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888992.41274: 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 0x7f0ccbfa5df0> <<< 172629 1726888992.41292: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888992.41336: 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' <<< 172629 1726888992.41339: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbfa6c90> <<< 172629 1726888992.41386: 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 0x7f0ccbfa72f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbfa61e0> <<< 172629 1726888992.41420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888992.41423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888992.41477: 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 0x7f0ccbfa7d70> <<< 172629 1726888992.41484: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbfa74a0> <<< 172629 1726888992.41558: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf8e570> <<< 172629 1726888992.41603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888992.41607: 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' <<< 172629 1726888992.41885: 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 0x7f0ccbd33ce0> # /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 0x7f0ccbd5c830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbd5c590> # 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 0x7f0ccbd5c740> # /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' <<< 172629 1726888992.41941: 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 0x7f0ccbd5d0d0> <<< 172629 1726888992.42052: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888992.42084: 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 0x7f0ccbd5dac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbd5c980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbd31e80> <<< 172629 1726888992.42124: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888992.42128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888992.42183: 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' <<< 172629 1726888992.42228: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbd5ee70> <<< 172629 1726888992.42235: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbd5dbb0> <<< 172629 1726888992.42237: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf8ec60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888992.42343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888992.42349: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888992.42419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888992.42423: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbd8b1d0> <<< 172629 1726888992.42447: 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 <<< 172629 1726888992.42481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888992.42542: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbdb3560> <<< 172629 1726888992.42594: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888992.42659: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888992.42714: 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 0x7f0ccbe0c320> <<< 172629 1726888992.42725: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888992.42728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888992.42741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888992.42777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888992.42868: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbe0ea80> <<< 172629 1726888992.42933: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbe0c440> <<< 172629 1726888992.42985: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbdd9340> <<< 172629 1726888992.43023: 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 0x7f0ccb7253a0> <<< 172629 1726888992.43026: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbdb2360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbd5fda0> <<< 172629 1726888992.43138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888992.43148: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0ccbdb26c0> <<< 172629 1726888992.43311: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_p8iugilk/ansible_lineinfile_payload.zip' <<< 172629 1726888992.43325: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.43446: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.43473: 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' <<< 172629 1726888992.43518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888992.43588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888992.43625: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 172629 1726888992.43634: 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 0x7f0ccb77b080> import '_typing' # <<< 172629 1726888992.43819: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb759f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb7590d0> # zipimport: zlib available <<< 172629 1726888992.43854: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726888992.43884: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.43902: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888992.43924: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.45304: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.46421: 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 0x7f0ccb778dd0> <<< 172629 1726888992.46465: 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' <<< 172629 1726888992.46489: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888992.46543: 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 0x7f0ccb7aaa20> <<< 172629 1726888992.46606: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb7aa7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb7aa0c0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888992.46612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888992.46707: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb7aab40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb77bd10> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888992.46735: 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 0x7f0ccb7ab770> # 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 0x7f0ccb7ab9b0> <<< 172629 1726888992.46748: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888992.46784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 172629 1726888992.46842: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb7abef0> <<< 172629 1726888992.46880: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888992.46916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888992.46948: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb611d00> <<< 172629 1726888992.46969: 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 0x7f0ccb613920> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888992.46985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888992.47035: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb6142f0> <<< 172629 1726888992.47050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888992.47064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888992.47087: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb615490> <<< 172629 1726888992.47099: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888992.47145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888992.47157: 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' <<< 172629 1726888992.47210: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb617f50> <<< 172629 1726888992.47248: 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 0x7f0ccb75b170> <<< 172629 1726888992.47280: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb616210> <<< 172629 1726888992.47283: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888992.47301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888992.47338: 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' <<< 172629 1726888992.47411: 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' <<< 172629 1726888992.47429: 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 0x7f0ccb61fec0> import '_tokenize' # <<< 172629 1726888992.47543: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb61e990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb61e6f0> # /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' <<< 172629 1726888992.47609: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb61ec60> <<< 172629 1726888992.47687: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb616720> # 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 0x7f0ccb663fe0> <<< 172629 1726888992.47833: 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 0x7f0ccb6642f0> # /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 0x7f0ccb665dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb665b80> <<< 172629 1726888992.47881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888992.47961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ccb6682c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb666420> <<< 172629 1726888992.47985: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888992.48073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888992.48106: 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 0x7f0ccb66ba70> <<< 172629 1726888992.48285: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb668440> <<< 172629 1726888992.48343: 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 0x7f0ccb66c8c0> # 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 0x7f0ccb66c8f0> <<< 172629 1726888992.48447: 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 0x7f0ccb66ce90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb6644d0> # /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' <<< 172629 1726888992.48495: 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 0x7f0ccb6f84a0> <<< 172629 1726888992.48690: 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 0x7f0ccb6f9820> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb66ec30> <<< 172629 1726888992.48724: 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 0x7f0ccb66ffb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb66e810> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888992.48814: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.48864: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.48965: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888992.48984: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888992.49048: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.49204: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.49738: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.50329: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ccb6fdac0> <<< 172629 1726888992.50443: 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 0x7f0ccb6fe840> <<< 172629 1726888992.50446: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccc0bbe00> <<< 172629 1726888992.50544: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888992.50609: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888992.50668: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.50859: 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 0x7f0ccb6fe600> <<< 172629 1726888992.50877: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.51296: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.51724: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.51792: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.51877: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888992.51910: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.51912: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.51947: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726888992.52020: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.52106: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888992.52134: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.52147: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888992.52188: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.52236: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888992.52239: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.52459: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.52684: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888992.52752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888992.52767: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888992.52823: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb6ffb60> <<< 172629 1726888992.52826: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.52891: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.52986: 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' # <<< 172629 1726888992.53003: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.53043: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.53104: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888992.53139: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.53182: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.53241: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.53301: 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 <<< 172629 1726888992.53340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888992.53418: 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 0x7f0ccb50a3f0> <<< 172629 1726888992.53452: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb505310> <<< 172629 1726888992.53480: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888992.53498: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.53565: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.53619: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.53643: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.53760: 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' <<< 172629 1726888992.53764: 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 <<< 172629 1726888992.53811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888992.53838: 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' <<< 172629 1726888992.53897: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb602d50> <<< 172629 1726888992.53938: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb7dea20> <<< 172629 1726888992.54066: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb50a600> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb6ff2f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888992.54074: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888992.54098: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888992.54161: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888992.54207: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888992.54277: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888992.54482: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.54771: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888992.55446: stdout chunk (state=3): >>> {"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/etc/fstab (content)", "after_header": "/etc/fstab (content)"}, {"before_header": "/etc/fstab (file attributes)", "after_header": "/etc/fstab (file attributes)"}], "invocation": {"module_args": {"insertbefore": "^#", "firstmatch": true, "line": "# system_role:storage", "regexp": "# system_role:storage", "path": "/etc/fstab", "state": "present", "backrefs": false, "create": false, "backup": false, "unsafe_writes": false, "search_string": null, "insertafter": null, "validate": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 172629 1726888992.55862: 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 <<< 172629 1726888992.55919: stdout chunk (state=3): >>># destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # 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 <<< 172629 1726888992.56021: stdout chunk (state=3): >>># destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # 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 <<< 172629 1726888992.56642: 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 <<< 172629 1726888992.56702: 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 # 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 <<< 172629 1726888992.56737: stdout chunk (state=3): >>># cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888992.56832: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 172629 1726888992.56886: stdout chunk (state=3): >>># 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 <<< 172629 1726888992.56992: 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 <<< 172629 1726888992.57030: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 172629 1726888992.57049: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix <<< 172629 1726888992.57097: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888992.57641: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888992.57644: stdout chunk (state=3): >>><<< 172629 1726888992.57646: stderr chunk (state=3): >>><<< 172629 1726888992.57662: _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 0x7f0ccc1104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccc0dfb30> # /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 0x7f0ccc112a50> 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 0x7f0ccbec1130> # /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 0x7f0ccbec2120> 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 0x7f0ccbf07fb0> # /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 0x7f0ccbf14140> # /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 0x7f0ccbf379e0> # /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 0x7f0ccbf37fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf17c80> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf153a0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf05160> # /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 0x7f0ccbf5b860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf5a480> # /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 0x7f0ccbf17f50> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf07050> # /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 0x7f0ccbf8c860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf043e0> # /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 0x7f0ccbf8cd10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf8cbc0> # 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 0x7f0ccbf8cf80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbefaf00> # /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 0x7f0ccbf8d640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf8d310> 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 0x7f0ccbf8e510> 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 0x7f0ccbfa4740> 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 0x7f0ccbfa5df0> # /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 0x7f0ccbfa6c90> # 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 0x7f0ccbfa72f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbfa61e0> # /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 0x7f0ccbfa7d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbfa74a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf8e570> # /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 0x7f0ccbd33ce0> # /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 0x7f0ccbd5c830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbd5c590> # 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 0x7f0ccbd5c740> # /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 0x7f0ccbd5d0d0> # 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 0x7f0ccbd5dac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbd5c980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbd31e80> # /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 0x7f0ccbd5ee70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbd5dbb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbf8ec60> # /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 0x7f0ccbd8b1d0> # /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 0x7f0ccbdb3560> # /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 0x7f0ccbe0c320> # /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 0x7f0ccbe0ea80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbe0c440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbdd9340> # /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 0x7f0ccb7253a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbdb2360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccbd5fda0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0ccbdb26c0> # zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_p8iugilk/ansible_lineinfile_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb77b080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb759f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb7590d0> # 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 0x7f0ccb778dd0> # /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 0x7f0ccb7aaa20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb7aa7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb7aa0c0> # /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 0x7f0ccb7aab40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb77bd10> 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 0x7f0ccb7ab770> # 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 0x7f0ccb7ab9b0> # /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 0x7f0ccb7abef0> 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 0x7f0ccb611d00> # 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 0x7f0ccb613920> # /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 0x7f0ccb6142f0> # /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 0x7f0ccb615490> # /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 0x7f0ccb617f50> # 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 0x7f0ccb75b170> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb616210> # /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 0x7f0ccb61fec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb61e990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb61e6f0> # /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 0x7f0ccb61ec60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb616720> # 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 0x7f0ccb663fe0> # /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 0x7f0ccb6642f0> # /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 0x7f0ccb665dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb665b80> # /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 0x7f0ccb6682c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb666420> # /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 0x7f0ccb66ba70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb668440> # 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 0x7f0ccb66c8c0> # 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 0x7f0ccb66c8f0> # 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 0x7f0ccb66ce90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb6644d0> # /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 0x7f0ccb6f84a0> # 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 0x7f0ccb6f9820> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb66ec30> # 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 0x7f0ccb66ffb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb66e810> # 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 0x7f0ccb6fdac0> # /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 0x7f0ccb6fe840> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccc0bbe00> 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 0x7f0ccb6fe600> # 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 0x7f0ccb6ffb60> # 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 0x7f0ccb50a3f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb505310> 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 0x7f0ccb602d50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb7dea20> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb50a600> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ccb6ff2f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/etc/fstab (content)", "after_header": "/etc/fstab (content)"}, {"before_header": "/etc/fstab (file attributes)", "after_header": "/etc/fstab (file attributes)"}], "invocation": {"module_args": {"insertbefore": "^#", "firstmatch": true, "line": "# system_role:storage", "regexp": "# system_role:storage", "path": "/etc/fstab", "state": "present", "backrefs": false, "create": false, "backup": false, "unsafe_writes": false, "search_string": null, "insertafter": null, "validate": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726888992.59124: done with _execute_module (lineinfile, {'insertbefore': '^#', 'firstmatch': True, 'line': '# system_role:storage', 'regexp': '# system_role:storage', 'path': '/etc/fstab', 'state': 'present', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'lineinfile', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888992.2238986-175949-150847767018009/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888992.59143: _low_level_execute_command(): starting 172629 1726888992.59157: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888992.2238986-175949-150847767018009/ > /dev/null 2>&1 && sleep 0' 172629 1726888992.59922: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888992.59961: 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 <<< 172629 1726888992.60091: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888992.60186: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888992.60273: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888992.62159: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888992.62162: stdout chunk (state=3): >>><<< 172629 1726888992.62167: stderr chunk (state=3): >>><<< 172629 1726888992.62375: _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 172629 1726888992.62379: handler run complete 172629 1726888992.62381: attempt loop complete, returning result 172629 1726888992.62383: _execute() done 172629 1726888992.62386: dumping result to json 172629 1726888992.62388: done dumping result, returning 172629 1726888992.62390: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-d0a8-add8-000000001c18] 172629 1726888992.62392: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c18 ok: [managed_node1] => { "backup": "", "changed": false } 172629 1726888992.62603: no more pending results, returning what we have 172629 1726888992.62607: results queue empty 172629 1726888992.62608: checking for any_errors_fatal 172629 1726888992.62614: done checking for any_errors_fatal 172629 1726888992.62615: checking for max_fail_percentage 172629 1726888992.62617: done checking for max_fail_percentage 172629 1726888992.62618: checking to see if all hosts have failed and the running result is not ok 172629 1726888992.62619: done checking to see if all hosts have failed 172629 1726888992.62619: getting the remaining hosts for this loop 172629 1726888992.62621: done getting the remaining hosts for this loop 172629 1726888992.62624: getting the next task for host managed_node1 172629 1726888992.62632: done getting next task for host managed_node1 172629 1726888992.62636: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 172629 1726888992.62640: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888992.62651: getting variables 172629 1726888992.62653: in VariableManager get_vars() 172629 1726888992.62826: Calling all_inventory to load vars for managed_node1 172629 1726888992.62829: Calling groups_inventory to load vars for managed_node1 172629 1726888992.62832: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888992.62905: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c18 172629 1726888992.62909: WORKER PROCESS EXITING 172629 1726888992.62919: Calling all_plugins_play to load vars for managed_node1 172629 1726888992.62923: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888992.62927: Calling groups_plugins_play to load vars for managed_node1 172629 1726888992.64866: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888992.66076: done with get_vars() 172629 1726888992.66091: 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 23:23:12 -0400 (0:00:00.535) 0:01:32.941 ****** 172629 1726888992.66186: entering _queue_task() for managed_node1/systemd 172629 1726888992.66707: worker is 1 (out of 1 available) 172629 1726888992.66720: exiting _queue_task() for managed_node1/systemd 172629 1726888992.66732: done queuing things up, now waiting for results queue to drain 172629 1726888992.66734: waiting for pending results... 172629 1726888992.67025: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 172629 1726888992.67582: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c1a 172629 1726888992.67587: variable 'ansible_search_path' from source: unknown 172629 1726888992.67590: variable 'ansible_search_path' from source: unknown 172629 1726888992.67717: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888992.68067: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726888992.68161: dumping result to json 172629 1726888992.68241: done dumping result, returning 172629 1726888992.68245: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-d0a8-add8-000000001c1a] 172629 1726888992.68248: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c1a 172629 1726888992.68493: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c1a 172629 1726888992.68500: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888992.68577: no more pending results, returning what we have 172629 1726888992.68582: results queue empty 172629 1726888992.68583: checking for any_errors_fatal 172629 1726888992.68600: done checking for any_errors_fatal 172629 1726888992.68601: checking for max_fail_percentage 172629 1726888992.68603: done checking for max_fail_percentage 172629 1726888992.68604: checking to see if all hosts have failed and the running result is not ok 172629 1726888992.68605: done checking to see if all hosts have failed 172629 1726888992.68606: getting the remaining hosts for this loop 172629 1726888992.68608: done getting the remaining hosts for this loop 172629 1726888992.68612: getting the next task for host managed_node1 172629 1726888992.68623: done getting next task for host managed_node1 172629 1726888992.68627: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 172629 1726888992.68633: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888992.68662: getting variables 172629 1726888992.68665: in VariableManager get_vars() 172629 1726888992.68712: Calling all_inventory to load vars for managed_node1 172629 1726888992.68715: Calling groups_inventory to load vars for managed_node1 172629 1726888992.68718: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888992.68980: Calling all_plugins_play to load vars for managed_node1 172629 1726888992.68984: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888992.68989: Calling groups_plugins_play to load vars for managed_node1 172629 1726888992.69891: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888992.70785: done with get_vars() 172629 1726888992.70799: done getting variables 172629 1726888992.70863: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:23:12 -0400 (0:00:00.047) 0:01:32.988 ****** 172629 1726888992.70901: entering _queue_task() for managed_node1/debug 172629 1726888992.71237: worker is 1 (out of 1 available) 172629 1726888992.71249: exiting _queue_task() for managed_node1/debug 172629 1726888992.71287: done queuing things up, now waiting for results queue to drain 172629 1726888992.71289: waiting for pending results... 172629 1726888992.71579: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show blivet_output 172629 1726888992.71678: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c1c 172629 1726888992.71693: variable 'ansible_search_path' from source: unknown 172629 1726888992.71698: variable 'ansible_search_path' from source: unknown 172629 1726888992.71723: calling self._execute() 172629 1726888992.71816: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888992.71820: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888992.71824: variable 'omit' from source: magic vars 172629 1726888992.71910: variable 'omit' from source: magic vars 172629 1726888992.71953: variable 'omit' from source: magic vars 172629 1726888992.71980: variable 'omit' from source: magic vars 172629 1726888992.72013: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888992.72088: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888992.72091: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888992.72101: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888992.72111: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888992.72136: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888992.72140: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888992.72143: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888992.72226: Set connection var ansible_timeout to 10 172629 1726888992.72230: Set connection var ansible_shell_type to sh 172629 1726888992.72237: Set connection var ansible_pipelining to False 172629 1726888992.72242: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888992.72247: Set connection var ansible_shell_executable to /bin/sh 172629 1726888992.72249: Set connection var ansible_connection to ssh 172629 1726888992.72287: variable 'ansible_shell_executable' from source: unknown 172629 1726888992.72290: variable 'ansible_connection' from source: unknown 172629 1726888992.72293: variable 'ansible_module_compression' from source: unknown 172629 1726888992.72295: variable 'ansible_shell_type' from source: unknown 172629 1726888992.72298: variable 'ansible_shell_executable' from source: unknown 172629 1726888992.72300: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888992.72305: variable 'ansible_pipelining' from source: unknown 172629 1726888992.72308: variable 'ansible_timeout' from source: unknown 172629 1726888992.72310: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888992.72432: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888992.72442: variable 'omit' from source: magic vars 172629 1726888992.72446: starting attempt loop 172629 1726888992.72450: running the handler 172629 1726888992.72519: variable 'blivet_output' from source: set_fact 172629 1726888992.72675: variable 'blivet_output' from source: set_fact 172629 1726888992.72976: handler run complete 172629 1726888992.72999: attempt loop complete, returning result 172629 1726888992.73002: _execute() done 172629 1726888992.73005: dumping result to json 172629 1726888992.73012: done dumping result, returning 172629 1726888992.73019: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-d0a8-add8-000000001c1c] 172629 1726888992.73023: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c1c 172629 1726888992.73162: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c1c 172629 1726888992.73166: WORKER PROCESS EXITING ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "state": "absent" }, { "path": "/opt/test", "state": "absent" }, { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } 172629 1726888992.73329: no more pending results, returning what we have 172629 1726888992.73332: results queue empty 172629 1726888992.73333: checking for any_errors_fatal 172629 1726888992.73337: done checking for any_errors_fatal 172629 1726888992.73342: checking for max_fail_percentage 172629 1726888992.73344: done checking for max_fail_percentage 172629 1726888992.73344: checking to see if all hosts have failed and the running result is not ok 172629 1726888992.73345: done checking to see if all hosts have failed 172629 1726888992.73347: getting the remaining hosts for this loop 172629 1726888992.73348: done getting the remaining hosts for this loop 172629 1726888992.73351: getting the next task for host managed_node1 172629 1726888992.73392: done getting next task for host managed_node1 172629 1726888992.73396: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 172629 1726888992.73400: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888992.73413: getting variables 172629 1726888992.73415: in VariableManager get_vars() 172629 1726888992.73445: Calling all_inventory to load vars for managed_node1 172629 1726888992.73448: Calling groups_inventory to load vars for managed_node1 172629 1726888992.73450: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888992.73463: Calling all_plugins_play to load vars for managed_node1 172629 1726888992.73465: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888992.73469: Calling groups_plugins_play to load vars for managed_node1 172629 1726888992.74285: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888992.74917: done with get_vars() 172629 1726888992.74935: done getting variables 172629 1726888992.75001: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:12 -0400 (0:00:00.041) 0:01:33.030 ****** 172629 1726888992.75037: entering _queue_task() for managed_node1/set_fact 172629 1726888992.75290: worker is 1 (out of 1 available) 172629 1726888992.75305: exiting _queue_task() for managed_node1/set_fact 172629 1726888992.75319: done queuing things up, now waiting for results queue to drain 172629 1726888992.75320: waiting for pending results... 172629 1726888992.75573: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 172629 1726888992.75729: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c1d 172629 1726888992.75733: variable 'ansible_search_path' from source: unknown 172629 1726888992.75736: variable 'ansible_search_path' from source: unknown 172629 1726888992.75788: calling self._execute() 172629 1726888992.75865: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888992.75870: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888992.75882: variable 'omit' from source: magic vars 172629 1726888992.75981: variable 'omit' from source: magic vars 172629 1726888992.76021: variable 'omit' from source: magic vars 172629 1726888992.76257: variable 'blivet_output' from source: set_fact 172629 1726888992.76306: variable 'omit' from source: magic vars 172629 1726888992.76360: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888992.76401: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888992.76412: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888992.76426: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888992.76461: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888992.76475: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888992.76478: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888992.76483: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888992.76590: Set connection var ansible_timeout to 10 172629 1726888992.76593: Set connection var ansible_shell_type to sh 172629 1726888992.76596: Set connection var ansible_pipelining to False 172629 1726888992.76598: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888992.76604: Set connection var ansible_shell_executable to /bin/sh 172629 1726888992.76606: Set connection var ansible_connection to ssh 172629 1726888992.76692: variable 'ansible_shell_executable' from source: unknown 172629 1726888992.76695: variable 'ansible_connection' from source: unknown 172629 1726888992.76697: variable 'ansible_module_compression' from source: unknown 172629 1726888992.76700: variable 'ansible_shell_type' from source: unknown 172629 1726888992.76702: variable 'ansible_shell_executable' from source: unknown 172629 1726888992.76704: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888992.76706: variable 'ansible_pipelining' from source: unknown 172629 1726888992.76709: variable 'ansible_timeout' from source: unknown 172629 1726888992.76735: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888992.76981: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888992.76984: variable 'omit' from source: magic vars 172629 1726888992.76987: starting attempt loop 172629 1726888992.76989: running the handler 172629 1726888992.76991: handler run complete 172629 1726888992.76993: attempt loop complete, returning result 172629 1726888992.76995: _execute() done 172629 1726888992.76997: dumping result to json 172629 1726888992.76999: done dumping result, returning 172629 1726888992.77001: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-d0a8-add8-000000001c1d] 172629 1726888992.77005: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c1d 172629 1726888992.77070: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c1d 172629 1726888992.77075: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 172629 1726888992.77160: no more pending results, returning what we have 172629 1726888992.77163: results queue empty 172629 1726888992.77165: checking for any_errors_fatal 172629 1726888992.77189: done checking for any_errors_fatal 172629 1726888992.77191: checking for max_fail_percentage 172629 1726888992.77193: done checking for max_fail_percentage 172629 1726888992.77194: checking to see if all hosts have failed and the running result is not ok 172629 1726888992.77195: done checking to see if all hosts have failed 172629 1726888992.77196: getting the remaining hosts for this loop 172629 1726888992.77197: done getting the remaining hosts for this loop 172629 1726888992.77200: getting the next task for host managed_node1 172629 1726888992.77206: done getting next task for host managed_node1 172629 1726888992.77210: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 172629 1726888992.77215: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888992.77229: getting variables 172629 1726888992.77230: in VariableManager get_vars() 172629 1726888992.77403: Calling all_inventory to load vars for managed_node1 172629 1726888992.77407: Calling groups_inventory to load vars for managed_node1 172629 1726888992.77410: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888992.77420: Calling all_plugins_play to load vars for managed_node1 172629 1726888992.77423: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888992.77426: Calling groups_plugins_play to load vars for managed_node1 172629 1726888992.78128: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888992.78489: done with get_vars() 172629 1726888992.78498: done getting variables 172629 1726888992.78535: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:12 -0400 (0:00:00.035) 0:01:33.065 ****** 172629 1726888992.78564: entering _queue_task() for managed_node1/set_fact 172629 1726888992.78768: worker is 1 (out of 1 available) 172629 1726888992.78783: exiting _queue_task() for managed_node1/set_fact 172629 1726888992.78796: done queuing things up, now waiting for results queue to drain 172629 1726888992.78797: waiting for pending results... 172629 1726888992.78974: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 172629 1726888992.79071: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c1e 172629 1726888992.79085: variable 'ansible_search_path' from source: unknown 172629 1726888992.79088: variable 'ansible_search_path' from source: unknown 172629 1726888992.79115: calling self._execute() 172629 1726888992.79204: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888992.79208: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888992.79218: variable 'omit' from source: magic vars 172629 1726888992.79302: variable 'omit' from source: magic vars 172629 1726888992.79344: variable 'omit' from source: magic vars 172629 1726888992.79521: variable 'blivet_output' from source: set_fact 172629 1726888992.79737: variable 'omit' from source: magic vars 172629 1726888992.79799: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888992.79827: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888992.80060: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888992.80064: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888992.80066: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888992.80068: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888992.80070: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888992.80071: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888992.80073: Set connection var ansible_timeout to 10 172629 1726888992.80075: Set connection var ansible_shell_type to sh 172629 1726888992.80077: Set connection var ansible_pipelining to False 172629 1726888992.80078: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888992.80080: Set connection var ansible_shell_executable to /bin/sh 172629 1726888992.80082: Set connection var ansible_connection to ssh 172629 1726888992.80083: variable 'ansible_shell_executable' from source: unknown 172629 1726888992.80085: variable 'ansible_connection' from source: unknown 172629 1726888992.80087: variable 'ansible_module_compression' from source: unknown 172629 1726888992.80097: variable 'ansible_shell_type' from source: unknown 172629 1726888992.80110: variable 'ansible_shell_executable' from source: unknown 172629 1726888992.80118: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888992.80125: variable 'ansible_pipelining' from source: unknown 172629 1726888992.80138: variable 'ansible_timeout' from source: unknown 172629 1726888992.80145: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888992.80301: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888992.80326: variable 'omit' from source: magic vars 172629 1726888992.80338: starting attempt loop 172629 1726888992.80341: running the handler 172629 1726888992.80346: handler run complete 172629 1726888992.80354: attempt loop complete, returning result 172629 1726888992.80360: _execute() done 172629 1726888992.80363: dumping result to json 172629 1726888992.80372: done dumping result, returning 172629 1726888992.80393: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-d0a8-add8-000000001c1e] 172629 1726888992.80396: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c1e 172629 1726888992.80517: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c1e 172629 1726888992.80522: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } 172629 1726888992.80770: no more pending results, returning what we have 172629 1726888992.80773: results queue empty 172629 1726888992.80774: checking for any_errors_fatal 172629 1726888992.80779: done checking for any_errors_fatal 172629 1726888992.80779: checking for max_fail_percentage 172629 1726888992.80781: done checking for max_fail_percentage 172629 1726888992.80782: checking to see if all hosts have failed and the running result is not ok 172629 1726888992.80782: done checking to see if all hosts have failed 172629 1726888992.80783: getting the remaining hosts for this loop 172629 1726888992.80784: done getting the remaining hosts for this loop 172629 1726888992.80787: getting the next task for host managed_node1 172629 1726888992.80793: done getting next task for host managed_node1 172629 1726888992.80797: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 172629 1726888992.80800: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888992.80815: getting variables 172629 1726888992.80816: in VariableManager get_vars() 172629 1726888992.80848: Calling all_inventory to load vars for managed_node1 172629 1726888992.80850: Calling groups_inventory to load vars for managed_node1 172629 1726888992.80852: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888992.80864: Calling all_plugins_play to load vars for managed_node1 172629 1726888992.80867: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888992.80870: Calling groups_plugins_play to load vars for managed_node1 172629 1726888992.81400: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888992.81884: done with get_vars() 172629 1726888992.81895: 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 23:23:12 -0400 (0:00:00.033) 0:01:33.099 ****** 172629 1726888992.81959: entering _queue_task() for managed_node1/mount 172629 1726888992.82158: worker is 1 (out of 1 available) 172629 1726888992.82172: exiting _queue_task() for managed_node1/mount 172629 1726888992.82185: done queuing things up, now waiting for results queue to drain 172629 1726888992.82187: waiting for pending results... 172629 1726888992.82380: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 172629 1726888992.82479: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c1f 172629 1726888992.82491: variable 'ansible_search_path' from source: unknown 172629 1726888992.82495: variable 'ansible_search_path' from source: unknown 172629 1726888992.82730: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888992.84698: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888992.85129: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888992.85157: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888992.85186: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888992.85206: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888992.85268: 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) 172629 1726888992.85293: 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) 172629 1726888992.85311: 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) 172629 1726888992.85337: 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) 172629 1726888992.85349: 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) 172629 1726888992.85390: 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) 172629 1726888992.85406: 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) 172629 1726888992.85423: 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) 172629 1726888992.85447: 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) 172629 1726888992.85462: 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) 172629 1726888992.85564: variable 'blivet_output' from source: set_fact 172629 1726888992.85628: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888992.85743: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888992.85774: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888992.85796: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888992.85816: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888992.85863: 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) 172629 1726888992.85880: 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) 172629 1726888992.85897: 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) 172629 1726888992.85915: 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) 172629 1726888992.86003: variable 'omit' from source: magic vars 172629 1726888992.86074: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888992.86082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888992.86091: variable 'omit' from source: magic vars 172629 1726888992.86147: variable 'omit' from source: magic vars 172629 1726888992.86188: variable 'omit' from source: magic vars 172629 1726888992.86283: 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) 172629 1726888992.86299: 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) 172629 1726888992.86316: 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) 172629 1726888992.86340: 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) 172629 1726888992.86351: 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) 172629 1726888992.86418: variable 'mount_info' from source: unknown 172629 1726888992.86421: variable 'omit' from source: magic vars 172629 1726888992.86490: variable 'mount_info' from source: unknown 172629 1726888992.86570: variable 'mount_info' from source: unknown 172629 1726888992.86574: variable 'omit' from source: magic vars 172629 1726888992.86653: variable 'mount_info' from source: unknown 172629 1726888992.86661: variable 'omit' from source: magic vars 172629 1726888992.86721: variable 'mount_info' from source: unknown 172629 1726888992.86733: variable 'omit' from source: magic vars 172629 1726888992.86753: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888992.86777: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888992.86792: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888992.86810: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888992.86815: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888992.86838: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888992.86849: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888992.86851: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888992.86935: Set connection var ansible_timeout to 10 172629 1726888992.86938: Set connection var ansible_shell_type to sh 172629 1726888992.86945: Set connection var ansible_pipelining to False 172629 1726888992.86951: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888992.86959: Set connection var ansible_shell_executable to /bin/sh 172629 1726888992.86962: Set connection var ansible_connection to ssh 172629 1726888992.86976: variable 'ansible_shell_executable' from source: unknown 172629 1726888992.86978: variable 'ansible_connection' from source: unknown 172629 1726888992.86981: variable 'ansible_module_compression' from source: unknown 172629 1726888992.86983: variable 'ansible_shell_type' from source: unknown 172629 1726888992.86986: variable 'ansible_shell_executable' from source: unknown 172629 1726888992.86988: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888992.86992: variable 'ansible_pipelining' from source: unknown 172629 1726888992.86994: variable 'ansible_timeout' from source: unknown 172629 1726888992.86999: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888992.87120: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888992.87133: variable 'omit' from source: magic vars 172629 1726888992.87137: starting attempt loop 172629 1726888992.87139: running the handler 172629 1726888992.87149: _low_level_execute_command(): starting 172629 1726888992.87158: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888992.87661: 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 <<< 172629 1726888992.87665: stderr 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 <<< 172629 1726888992.87667: 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 <<< 172629 1726888992.87670: stderr 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 <<< 172629 1726888992.87722: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888992.87726: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888992.87732: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888992.87794: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888992.89493: stdout chunk (state=3): >>>/root <<< 172629 1726888992.89606: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888992.89626: stderr chunk (state=3): >>><<< 172629 1726888992.89630: stdout chunk (state=3): >>><<< 172629 1726888992.89650: _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 172629 1726888992.89679: _low_level_execute_command(): starting 172629 1726888992.89688: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888992.8964853-175984-118549983986501 `" && echo ansible-tmp-1726888992.8964853-175984-118549983986501="` echo /root/.ansible/tmp/ansible-tmp-1726888992.8964853-175984-118549983986501 `" ) && sleep 0' 172629 1726888992.90489: 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 <<< 172629 1726888992.90515: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888992.90595: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888992.92521: stdout chunk (state=3): >>>ansible-tmp-1726888992.8964853-175984-118549983986501=/root/.ansible/tmp/ansible-tmp-1726888992.8964853-175984-118549983986501 <<< 172629 1726888992.92629: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888992.92660: stderr chunk (state=3): >>><<< 172629 1726888992.92663: stdout chunk (state=3): >>><<< 172629 1726888992.92676: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888992.8964853-175984-118549983986501=/root/.ansible/tmp/ansible-tmp-1726888992.8964853-175984-118549983986501 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888992.92766: variable 'ansible_module_compression' from source: unknown 172629 1726888992.92814: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 172629 1726888992.92841: variable 'ansible_facts' from source: unknown 172629 1726888992.92940: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888992.8964853-175984-118549983986501/AnsiballZ_mount.py 172629 1726888992.93036: Sending initial data 172629 1726888992.93040: Sent initial data (156 bytes) 172629 1726888992.93560: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888992.93564: 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 <<< 172629 1726888992.93566: 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 <<< 172629 1726888992.93568: 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 <<< 172629 1726888992.93570: 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 <<< 172629 1726888992.93620: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888992.93623: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888992.93677: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888992.95257: 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 <<< 172629 1726888992.95261: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888992.95301: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888992.95347: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpcqo5jm1d /root/.ansible/tmp/ansible-tmp-1726888992.8964853-175984-118549983986501/AnsiballZ_mount.py <<< 172629 1726888992.95358: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888992.8964853-175984-118549983986501/AnsiballZ_mount.py" <<< 172629 1726888992.95395: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpcqo5jm1d" to remote "/root/.ansible/tmp/ansible-tmp-1726888992.8964853-175984-118549983986501/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888992.8964853-175984-118549983986501/AnsiballZ_mount.py" <<< 172629 1726888992.96068: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888992.96129: stderr chunk (state=3): >>><<< 172629 1726888992.96132: stdout chunk (state=3): >>><<< 172629 1726888992.96134: done transferring module to remote 172629 1726888992.96148: _low_level_execute_command(): starting 172629 1726888992.96158: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888992.8964853-175984-118549983986501/ /root/.ansible/tmp/ansible-tmp-1726888992.8964853-175984-118549983986501/AnsiballZ_mount.py && sleep 0' 172629 1726888992.96841: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888992.96863: 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 <<< 172629 1726888992.96869: 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 <<< 172629 1726888992.96903: 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 <<< 172629 1726888992.96947: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888992.96964: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888992.97025: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888992.98772: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888992.98794: stderr chunk (state=3): >>><<< 172629 1726888992.98798: stdout chunk (state=3): >>><<< 172629 1726888992.98809: _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 172629 1726888992.98812: _low_level_execute_command(): starting 172629 1726888992.98817: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888992.8964853-175984-118549983986501/AnsiballZ_mount.py && sleep 0' 172629 1726888992.99239: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888992.99242: 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 <<< 172629 1726888992.99248: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726888992.99250: 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 <<< 172629 1726888992.99252: 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 <<< 172629 1726888992.99297: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888992.99306: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888992.99360: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888993.01492: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888993.01526: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888993.01561: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 172629 1726888993.01584: stdout chunk (state=3): >>>import '_weakref' # <<< 172629 1726888993.01641: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888993.01645: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888993.01685: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888993.01724: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888993.01736: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888993.01742: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888993.01793: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726888993.01798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888993.01814: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888993.01838: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888993.01871: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888993.01896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888993.01922: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473bbbc4d0> <<< 172629 1726888993.01929: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473bb8bb00> <<< 172629 1726888993.01950: 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 0x7f473bbbea50> <<< 172629 1726888993.01973: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888993.02007: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726888993.02010: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726888993.02026: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888993.02061: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888993.02191: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 172629 1726888993.02270: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 172629 1726888993.02274: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888993.02320: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 172629 1726888993.02341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473bbcd130> <<< 172629 1726888993.02404: 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 <<< 172629 1726888993.02407: 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 0x7f473bbce120> <<< 172629 1726888993.02448: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888993.02470: 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. <<< 172629 1726888993.02729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888993.02786: 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 <<< 172629 1726888993.02829: 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 # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888993.02880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888993.02923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b9eaea0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888993.02962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba001a0> <<< 172629 1726888993.03005: 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' <<< 172629 1726888993.03017: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888993.03152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 172629 1726888993.03159: 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' <<< 172629 1726888993.03201: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba23a40> # /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 0x7f473ba44110> import '_collections' # <<< 172629 1726888993.03270: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba03ce0> import '_functools' # <<< 172629 1726888993.03314: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba01400> <<< 172629 1726888993.03384: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b9e91c0> <<< 172629 1726888993.03412: 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' # <<< 172629 1726888993.03442: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888993.03459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888993.03477: 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' <<< 172629 1726888993.03517: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba47950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba46570> <<< 172629 1726888993.03600: 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 0x7f473ba022d0> <<< 172629 1726888993.03662: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba01430> # /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 0x7f473ba749e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b9e8440> <<< 172629 1726888993.03719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f473ba74e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba74d40> <<< 172629 1726888993.03742: 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 0x7f473ba75130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b9e6f60> <<< 172629 1726888993.03785: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726888993.03788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888993.03826: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888993.03858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba75820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba754f0> <<< 172629 1726888993.03866: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726888993.03897: 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' <<< 172629 1726888993.03941: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba76720> import 'importlib.util' # import 'runpy' # <<< 172629 1726888993.03964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888993.03987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888993.04017: 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 0x7f473ba90920> <<< 172629 1726888993.04035: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888993.04073: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888993.04076: 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 0x7f473ba92030> <<< 172629 1726888993.04105: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888993.04120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888993.04136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888993.04143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726888993.04149: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba92ed0> <<< 172629 1726888993.04186: 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 0x7f473ba93530> <<< 172629 1726888993.04208: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba92420> <<< 172629 1726888993.04228: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888993.04236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888993.04281: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888993.04287: 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 0x7f473ba93fb0> <<< 172629 1726888993.04294: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba936e0> <<< 172629 1726888993.04337: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba76750> <<< 172629 1726888993.04363: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888993.04385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888993.04411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888993.04421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888993.04459: 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 0x7f473b813e00> <<< 172629 1726888993.04488: 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' <<< 172629 1726888993.04519: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888993.04521: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f473b83c890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b83c5f0> <<< 172629 1726888993.04597: 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 0x7f473b83c8c0> # /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' <<< 172629 1726888993.04666: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888993.04903: 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 0x7f473b83d1f0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888993.04919: 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 0x7f473b83db50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b83caa0> <<< 172629 1726888993.05364: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b811fa0> # /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 0x7f473b83ef30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b83dc70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba76e40> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888993.05372: 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 0x7f473b8672c0> <<< 172629 1726888993.05398: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b88b680> <<< 172629 1726888993.05410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888993.05445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888993.05490: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888993.05592: 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 0x7f473b8ec4a0> # /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 <<< 172629 1726888993.05630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888993.05715: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b8eec00> <<< 172629 1726888993.05788: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b8ec5c0> <<< 172629 1726888993.05846: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b8b5490> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726888993.05866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b6f15e0> <<< 172629 1726888993.05954: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b88a4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b83fe90> <<< 172629 1726888993.05992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888993.06034: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f473b6f1880> <<< 172629 1726888993.06260: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_1l1axvlb/ansible_mount_payload.zip' # zipimport: zlib available <<< 172629 1726888993.06527: 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' # /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 0x7f473b7472f0> import '_typing' # <<< 172629 1726888993.06731: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b72a210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b729370> # zipimport: zlib available import 'ansible' # <<< 172629 1726888993.06736: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.06803: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.06806: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.06808: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888993.08189: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.09717: 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 0x7f473b745190> # /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 0x7f473b772c00> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b772990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b7722a0> # /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 0x7f473b772720> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b747d10> 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 0x7f473b7738c0> # 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 0x7f473b773b00> # /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' # <<< 172629 1726888993.09761: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b773f80> <<< 172629 1726888993.09777: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888993.09861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b119df0> <<< 172629 1726888993.10079: 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 0x7f473b11ba10> # /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 0x7f473b11c410> # /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 0x7f473b11d310> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888993.10096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888993.10117: 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' <<< 172629 1726888993.10165: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b11ff80> <<< 172629 1726888993.10200: 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 0x7f473b124170> <<< 172629 1726888993.10219: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b11e300> <<< 172629 1726888993.10241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888993.10270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888993.10294: 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' <<< 172629 1726888993.10313: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888993.10354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888993.10394: 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 0x7f473b127fb0> <<< 172629 1726888993.10397: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888993.10495: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b126b40> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b1268a0> <<< 172629 1726888993.10498: 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' <<< 172629 1726888993.10589: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b126e10> <<< 172629 1726888993.10758: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b11e810> <<< 172629 1726888993.10783: 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 0x7f473b16c290> # /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 0x7f473b16c470> # /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 0x7f473b16df10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b16dcd0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888993.10889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888993.10943: 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 0x7f473b170470> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b16e5d0> <<< 172629 1726888993.10969: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888993.11006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888993.11066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888993.11088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b173bc0> <<< 172629 1726888993.11217: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b170590> <<< 172629 1726888993.11274: 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 0x7f473b174950> <<< 172629 1726888993.11299: 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' <<< 172629 1726888993.11591: 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 0x7f473b174bc0> <<< 172629 1726888993.11594: 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 0x7f473b174f50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b16c620> # /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 0x7f473b0005f0> <<< 172629 1726888993.11631: 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 0x7f473b001850> <<< 172629 1726888993.11649: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b176d80> <<< 172629 1726888993.11680: 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 0x7f473b177950> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b176990> <<< 172629 1726888993.11710: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888993.11733: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888993.11823: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.11912: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.11938: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888993.11969: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888993.11980: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.12096: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.12216: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.12745: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.13281: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888993.13303: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888993.13318: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888993.13336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888993.13386: 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 0x7f473b005a30> <<< 172629 1726888993.13486: 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' <<< 172629 1726888993.13691: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b006810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b000560> <<< 172629 1726888993.13695: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888993.13752: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.13901: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888993.13924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b0065d0> # zipimport: zlib available <<< 172629 1726888993.14374: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.14812: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.14884: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.14973: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726888993.15005: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.15042: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888993.15056: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.15283: 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 <<< 172629 1726888993.15323: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888993.15337: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.15560: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.15778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888993.16119: 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 0x7f473b0079b0> # 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 <<< 172629 1726888993.16143: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.16181: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888993.16195: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.16238: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.16281: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.16338: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.16403: 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 <<< 172629 1726888993.16440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888993.16699: 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 0x7f473b012510> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b00d340> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888993.16724: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.16748: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.16790: 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' <<< 172629 1726888993.16816: 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 <<< 172629 1726888993.16831: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888993.16851: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888993.16925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888993.16936: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888993.16952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888993.17005: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b102cf0> <<< 172629 1726888993.17046: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b7ae9c0> <<< 172629 1726888993.17132: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b0125d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b007410> # destroy ansible.module_utils.distro <<< 172629 1726888993.17265: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # <<< 172629 1726888993.17297: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # <<< 172629 1726888993.17333: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.17388: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible' # # zipimport: zlib available <<< 172629 1726888993.17465: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # <<< 172629 1726888993.17675: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.17862: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.18247: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.18310: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888993.18342: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 172629 1726888993.18420: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.18583: stdout chunk (state=3): >>> {"changed": true, "name": "/opt/test", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "fstype": "ext3", "invocation": {"module_args": {"src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "path": "/opt/test", "fstype": "ext3", "state": "absent", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null, "opts": null}}} <<< 172629 1726888993.18659: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888993.18897: 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 <<< 172629 1726888993.18933: 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 <<< 172629 1726888993.18966: stdout chunk (state=3): >>># cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery <<< 172629 1726888993.19130: stdout chunk (state=3): >>># cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # 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 <<< 172629 1726888993.19134: 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 <<< 172629 1726888993.19138: 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 # 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.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount <<< 172629 1726888993.19323: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888993.19386: 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 <<< 172629 1726888993.19497: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726888993.19596: 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 # destroy selinux # destroy shutil # destroy distro <<< 172629 1726888993.19605: stdout chunk (state=3): >>># destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888993.19774: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # 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 <<< 172629 1726888993.19888: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 172629 1726888993.19923: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888993.19947: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888993.19986: 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 <<< 172629 1726888993.20001: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888993.20125: 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 <<< 172629 1726888993.20217: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 172629 1726888993.20231: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888993.20501: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888993.20860: stderr chunk (state=3): >>>Shared connection to 10.31.15.52 closed. <<< 172629 1726888993.20863: stderr chunk (state=3): >>><<< 172629 1726888993.20865: stdout chunk (state=3): >>><<< 172629 1726888993.20885: _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 0x7f473bbbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473bb8bb00> # /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 0x7f473bbbea50> 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 0x7f473bbcd130> # /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 0x7f473bbce120> 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 0x7f473b9eaea0> # /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 0x7f473ba001a0> # /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 0x7f473ba23a40> # /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 0x7f473ba44110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba03ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba01400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b9e91c0> # /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 0x7f473ba47950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba46570> # /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 0x7f473ba022d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba01430> # /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 0x7f473ba749e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b9e8440> # /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 0x7f473ba74e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba74d40> # 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 0x7f473ba75130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b9e6f60> # /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 0x7f473ba75820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba754f0> 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 0x7f473ba76720> 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 0x7f473ba90920> 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 0x7f473ba92030> # /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 0x7f473ba92ed0> # 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 0x7f473ba93530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba92420> # /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 0x7f473ba93fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba936e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba76750> # /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 0x7f473b813e00> # /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 0x7f473b83c890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b83c5f0> # 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 0x7f473b83c8c0> # /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 0x7f473b83d1f0> # 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 0x7f473b83db50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b83caa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b811fa0> # /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 0x7f473b83ef30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b83dc70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473ba76e40> # /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 0x7f473b8672c0> # /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 0x7f473b88b680> # /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 0x7f473b8ec4a0> # /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 0x7f473b8eec00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b8ec5c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b8b5490> # /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 0x7f473b6f15e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b88a4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b83fe90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f473b6f1880> # zipimport: found 36 names in '/tmp/ansible_mount_payload_1l1axvlb/ansible_mount_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 0x7f473b7472f0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b72a210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b729370> # 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 0x7f473b745190> # /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 0x7f473b772c00> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b772990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b7722a0> # /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 0x7f473b772720> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b747d10> 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 0x7f473b7738c0> # 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 0x7f473b773b00> # /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 0x7f473b773f80> 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 0x7f473b119df0> # 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 0x7f473b11ba10> # /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 0x7f473b11c410> # /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 0x7f473b11d310> # /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 0x7f473b11ff80> # 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 0x7f473b124170> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b11e300> # /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 0x7f473b127fb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b126b40> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b1268a0> # /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 0x7f473b126e10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b11e810> # 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 0x7f473b16c290> # /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 0x7f473b16c470> # /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 0x7f473b16df10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b16dcd0> # /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 0x7f473b170470> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b16e5d0> # /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 0x7f473b173bc0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b170590> # 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 0x7f473b174950> # 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 0x7f473b174bc0> # 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 0x7f473b174f50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b16c620> # /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 0x7f473b0005f0> # 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 0x7f473b001850> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b176d80> # 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 0x7f473b177950> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b176990> # 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 0x7f473b005a30> # /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 0x7f473b006810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b000560> 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 0x7f473b0065d0> # 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 0x7f473b0079b0> # 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 0x7f473b012510> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b00d340> 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 0x7f473b102cf0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b7ae9c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b0125d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f473b007410> # 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.ansible' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # # zipimport: zlib available {"changed": true, "name": "/opt/test", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "fstype": "ext3", "invocation": {"module_args": {"src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "path": "/opt/test", "fstype": "ext3", "state": "absent", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null, "opts": 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.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount # 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. 172629 1726888993.22257: done with _execute_module (mount, {'src': 'UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d', 'path': '/opt/test', 'fstype': 'ext3', 'state': 'absent', '_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': 'mount', '_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-1726888992.8964853-175984-118549983986501/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888993.22261: _low_level_execute_command(): starting 172629 1726888993.22265: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888992.8964853-175984-118549983986501/ > /dev/null 2>&1 && sleep 0' 172629 1726888993.22268: 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' <<< 172629 1726888993.22271: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888993.22273: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888993.22275: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888993.24163: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888993.24166: stdout chunk (state=3): >>><<< 172629 1726888993.24168: stderr chunk (state=3): >>><<< 172629 1726888993.24171: _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 172629 1726888993.24173: handler run complete 172629 1726888993.24175: attempt loop complete, returning result 172629 1726888993.24177: variable 'mount_info' from source: unknown 172629 1726888993.24179: variable 'mount_info' from source: unknown changed: [managed_node1] => (item={'src': 'UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d', 'path': '/opt/test', 'state': 'absent', 'fstype': 'ext3'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "fstype": "ext3", "path": "/opt/test", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=33d7aeb5-88a3-42e8-a618-16c88ef71b2d" } 172629 1726888993.24553: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888993.24558: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888993.24561: variable 'omit' from source: magic vars 172629 1726888993.24564: variable 'omit' from source: magic vars 172629 1726888993.24566: variable 'omit' from source: magic vars 172629 1726888993.24719: 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) 172629 1726888993.24751: 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) 172629 1726888993.24791: 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) 172629 1726888993.24833: 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) 172629 1726888993.24850: 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) 172629 1726888993.24940: variable 'mount_info' from source: unknown 172629 1726888993.24952: variable 'omit' from source: magic vars 172629 1726888993.25045: variable 'mount_info' from source: unknown 172629 1726888993.25462: variable 'mount_info' from source: unknown 172629 1726888993.25465: variable 'omit' from source: magic vars 172629 1726888993.25574: variable 'mount_info' from source: unknown 172629 1726888993.25659: variable 'omit' from source: magic vars 172629 1726888993.25735: variable 'mount_info' from source: unknown 172629 1726888993.25962: variable 'omit' from source: magic vars 172629 1726888993.25967: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888993.25969: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888993.25971: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888993.25973: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888993.25975: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888993.25977: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888993.26124: Set connection var ansible_timeout to 10 172629 1726888993.26134: Set connection var ansible_shell_type to sh 172629 1726888993.26145: Set connection var ansible_pipelining to False 172629 1726888993.26188: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888993.26204: Set connection var ansible_shell_executable to /bin/sh 172629 1726888993.26212: Set connection var ansible_connection to ssh 172629 1726888993.26234: variable 'ansible_shell_executable' from source: unknown 172629 1726888993.26310: variable 'ansible_connection' from source: unknown 172629 1726888993.26313: variable 'ansible_module_compression' from source: unknown 172629 1726888993.26315: variable 'ansible_shell_type' from source: unknown 172629 1726888993.26317: variable 'ansible_shell_executable' from source: unknown 172629 1726888993.26319: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888993.26326: variable 'ansible_pipelining' from source: unknown 172629 1726888993.26333: variable 'ansible_timeout' from source: unknown 172629 1726888993.26403: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888993.26563: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888993.26578: variable 'omit' from source: magic vars 172629 1726888993.26586: starting attempt loop 172629 1726888993.26591: running the handler 172629 1726888993.26600: _low_level_execute_command(): starting 172629 1726888993.26606: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888993.27206: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888993.27219: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888993.27274: 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 <<< 172629 1726888993.27341: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888993.27382: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888993.27417: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888993.27462: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888993.29169: stdout chunk (state=3): >>>/root <<< 172629 1726888993.29575: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888993.29578: stdout chunk (state=3): >>><<< 172629 1726888993.29581: stderr chunk (state=3): >>><<< 172629 1726888993.29584: _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 172629 1726888993.29586: _low_level_execute_command(): starting 172629 1726888993.29588: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888993.2949514-175984-277327909679970 `" && echo ansible-tmp-1726888993.2949514-175984-277327909679970="` echo /root/.ansible/tmp/ansible-tmp-1726888993.2949514-175984-277327909679970 `" ) && sleep 0' 172629 1726888993.30523: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888993.30536: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888993.30549: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888993.30574: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888993.30590: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888993.30606: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888993.30626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888993.30644: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888993.30660: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888993.30740: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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' <<< 172629 1726888993.30763: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888993.30834: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888993.30924: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888993.32816: stdout chunk (state=3): >>>ansible-tmp-1726888993.2949514-175984-277327909679970=/root/.ansible/tmp/ansible-tmp-1726888993.2949514-175984-277327909679970 <<< 172629 1726888993.33138: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888993.33141: stdout chunk (state=3): >>><<< 172629 1726888993.33143: stderr chunk (state=3): >>><<< 172629 1726888993.33146: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888993.2949514-175984-277327909679970=/root/.ansible/tmp/ansible-tmp-1726888993.2949514-175984-277327909679970 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888993.33153: variable 'ansible_module_compression' from source: unknown 172629 1726888993.33177: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 172629 1726888993.33181: variable 'ansible_facts' from source: unknown 172629 1726888993.33411: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888993.2949514-175984-277327909679970/AnsiballZ_mount.py 172629 1726888993.33883: Sending initial data 172629 1726888993.33886: Sent initial data (156 bytes) 172629 1726888993.34552: 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 <<< 172629 1726888993.34573: stderr 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 <<< 172629 1726888993.34639: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888993.34657: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888993.34689: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888993.36246: 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 <<< 172629 1726888993.36283: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888993.36862: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpaf9lzhyu /root/.ansible/tmp/ansible-tmp-1726888993.2949514-175984-277327909679970/AnsiballZ_mount.py <<< 172629 1726888993.36865: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888993.2949514-175984-277327909679970/AnsiballZ_mount.py" debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpaf9lzhyu" to remote "/root/.ansible/tmp/ansible-tmp-1726888993.2949514-175984-277327909679970/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888993.2949514-175984-277327909679970/AnsiballZ_mount.py" <<< 172629 1726888993.37482: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888993.37553: stderr chunk (state=3): >>><<< 172629 1726888993.37581: stdout chunk (state=3): >>><<< 172629 1726888993.37681: done transferring module to remote 172629 1726888993.37707: _low_level_execute_command(): starting 172629 1726888993.37715: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888993.2949514-175984-277327909679970/ /root/.ansible/tmp/ansible-tmp-1726888993.2949514-175984-277327909679970/AnsiballZ_mount.py && sleep 0' 172629 1726888993.38185: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888993.38188: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888993.38191: 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 <<< 172629 1726888993.38193: 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 <<< 172629 1726888993.38195: stderr 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 <<< 172629 1726888993.38254: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888993.38259: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888993.38300: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888993.40372: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888993.40376: stdout chunk (state=3): >>><<< 172629 1726888993.40378: stderr chunk (state=3): >>><<< 172629 1726888993.40384: _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 172629 1726888993.40387: _low_level_execute_command(): starting 172629 1726888993.40389: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888993.2949514-175984-277327909679970/AnsiballZ_mount.py && sleep 0' 172629 1726888993.41652: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888993.41780: 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 <<< 172629 1726888993.41791: stderr 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 <<< 172629 1726888993.41842: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888993.42002: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888993.42031: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888993.44247: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 172629 1726888993.44250: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888993.44340: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # <<< 172629 1726888993.44381: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # <<< 172629 1726888993.44524: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888993.44666: 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 0x7f8ac19684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1937b30> # /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 0x7f8ac196aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 172629 1726888993.44700: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888993.44861: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # <<< 172629 1726888993.44964: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac173d130> <<< 172629 1726888993.45065: 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 0x7f8ac173e120> import 'site' # <<< 172629 1726888993.45084: 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. <<< 172629 1726888993.45337: 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' <<< 172629 1726888993.45435: 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 <<< 172629 1726888993.45477: 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 <<< 172629 1726888993.45511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac177aea0> # /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' <<< 172629 1726888993.45599: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac17901a0> <<< 172629 1726888993.45603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888993.45605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888993.45625: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888993.45674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888993.45837: 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 0x7f8ac17b3a40> # /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 0x7f8ac17d4110> <<< 172629 1726888993.45841: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888993.45845: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1793ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1791400> <<< 172629 1726888993.45944: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac17791c0> <<< 172629 1726888993.45981: 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' <<< 172629 1726888993.45999: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888993.46058: 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' <<< 172629 1726888993.46076: 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' <<< 172629 1726888993.46111: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac17d7980> <<< 172629 1726888993.46138: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac17d65a0> <<< 172629 1726888993.46160: 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 0x7f8ac17922d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac177b0b0> <<< 172629 1726888993.46223: 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 0x7f8ac18049e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1778440> <<< 172629 1726888993.46273: 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' <<< 172629 1726888993.46303: 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 0x7f8ac1804e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1804d40> <<< 172629 1726888993.46360: 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 0x7f8ac1805130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1776f60> <<< 172629 1726888993.46365: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726888993.46425: 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 <<< 172629 1726888993.46428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888993.46445: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1805820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac18054f0> import 'importlib.machinery' # <<< 172629 1726888993.46491: 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' <<< 172629 1726888993.46505: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1806720> import 'importlib.util' # import 'runpy' # <<< 172629 1726888993.46530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888993.46597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888993.46601: 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' <<< 172629 1726888993.46623: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1820950> import 'errno' # <<< 172629 1726888993.46644: 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 0x7f8ac1822060> <<< 172629 1726888993.46665: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888993.46678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888993.46689: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888993.46708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726888993.46711: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1822ed0> <<< 172629 1726888993.46756: 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 0x7f8ac1823530> <<< 172629 1726888993.46764: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1822420> <<< 172629 1726888993.46784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888993.46789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888993.46834: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888993.46838: 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 0x7f8ac1823ef0> <<< 172629 1726888993.46850: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1823620> <<< 172629 1726888993.46888: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1806780> <<< 172629 1726888993.46910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888993.46932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888993.46957: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888993.46971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888993.47004: 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 0x7f8ac15b7da0> <<< 172629 1726888993.47032: 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' <<< 172629 1726888993.47066: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888993.47076: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ac15e0890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac15e05f0> <<< 172629 1726888993.47095: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888993.47098: 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 0x7f8ac15e08c0> <<< 172629 1726888993.47122: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888993.47127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726888993.47196: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888993.47319: 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 0x7f8ac15e11f0> <<< 172629 1726888993.47427: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888993.47433: 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 0x7f8ac15e1bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac15e0aa0> <<< 172629 1726888993.47459: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac15b5f40> <<< 172629 1726888993.47473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888993.47494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888993.47513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888993.47531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726888993.47534: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac15e2fc0> <<< 172629 1726888993.47570: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac15e1d00> <<< 172629 1726888993.47574: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1806e70> <<< 172629 1726888993.47608: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888993.47669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888993.47692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888993.47722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888993.47756: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac160b320> <<< 172629 1726888993.47804: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888993.47820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888993.47832: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888993.47859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888993.47893: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac162f6e0> <<< 172629 1726888993.47920: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888993.47964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888993.48015: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888993.48037: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726888993.48048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac16904d0> <<< 172629 1726888993.48051: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888993.48086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888993.48108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888993.48149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888993.48234: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1692c30> <<< 172629 1726888993.48312: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac16905f0> <<< 172629 1726888993.48373: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac16554c0> <<< 172629 1726888993.48397: 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 0x7f8ac0f295e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac162e4e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac15e3ef0> <<< 172629 1726888993.48503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888993.48522: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8ac162eae0> <<< 172629 1726888993.48702: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_l_qgpyew/ansible_mount_payload.zip' <<< 172629 1726888993.48705: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.48830: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.48852: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888993.48878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888993.48911: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888993.48979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888993.49024: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py<<< 172629 1726888993.49027: 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 0x7f8ac0f7f320> import '_typing' # <<< 172629 1726888993.49209: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0f62210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0f61370> # zipimport: zlib available <<< 172629 1726888993.49266: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888993.49271: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888993.49318: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888993.50695: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.51769: 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' <<< 172629 1726888993.51820: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0f7d1c0> <<< 172629 1726888993.51837: 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' <<< 172629 1726888993.51869: 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' <<< 172629 1726888993.51887: 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 0x7f8ac0faacf0> <<< 172629 1726888993.51928: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0faaa80> <<< 172629 1726888993.51973: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0faa390> <<< 172629 1726888993.51976: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888993.52009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888993.52022: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0faade0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac196a9c0> import 'atexit' # <<< 172629 1726888993.52065: 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 0x7f8ac0faba40> <<< 172629 1726888993.52118: 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 0x7f8ac0fabc50> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888993.52139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888993.52156: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888993.52195: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0fd4110> <<< 172629 1726888993.52213: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888993.52220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888993.52249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888993.52287: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e19ee0> <<< 172629 1726888993.52351: 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 0x7f8ac0e1bb00> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888993.52377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888993.52382: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e1c500> <<< 172629 1726888993.52415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888993.52444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888993.52500: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e1d400> <<< 172629 1726888993.52509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888993.52516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888993.52621: 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' <<< 172629 1726888993.52626: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e24140> <<< 172629 1726888993.52629: 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 0x7f8ac0e24260> <<< 172629 1726888993.52654: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e1e3f0> <<< 172629 1726888993.52680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888993.52684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888993.52715: 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' <<< 172629 1726888993.52732: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888993.52796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888993.52800: 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' <<< 172629 1726888993.52819: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e680b0> import '_tokenize' # <<< 172629 1726888993.52863: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e26ba0> <<< 172629 1726888993.52901: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e26900> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888993.52906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888993.52977: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e26e70> <<< 172629 1726888993.53023: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e1e900> <<< 172629 1726888993.53029: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888993.53059: 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 0x7f8ac0e6c380> <<< 172629 1726888993.53094: 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 0x7f8ac0e6c530> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 172629 1726888993.53098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888993.53121: 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' <<< 172629 1726888993.53152: 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 0x7f8ac0e6e000> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e6ddc0> <<< 172629 1726888993.53177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888993.53270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888993.53323: 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 0x7f8ac0e70560> <<< 172629 1726888993.53339: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e6e6f0> <<< 172629 1726888993.53356: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888993.53384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888993.53427: 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' # <<< 172629 1726888993.53467: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e73d10> <<< 172629 1726888993.53581: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e706e0> <<< 172629 1726888993.53641: 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 0x7f8ac0e74a40> <<< 172629 1726888993.53673: 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 0x7f8ac0e74f20> <<< 172629 1726888993.53726: 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' <<< 172629 1726888993.53731: 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 0x7f8ac0e74e60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e6c710> <<< 172629 1726888993.53761: 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' <<< 172629 1726888993.53776: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888993.53791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888993.53818: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888993.53850: 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 0x7f8ac0d00530> <<< 172629 1726888993.54023: 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 0x7f8ac0d015b0> <<< 172629 1726888993.54026: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e76cc0> <<< 172629 1726888993.54059: 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 0x7f8ac0e778c0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e76900> # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888993.54091: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888993.54167: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.54302: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.54334: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888993.54347: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.54431: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.54550: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.55086: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.55623: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888993.55656: 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' # <<< 172629 1726888993.55679: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888993.55681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888993.55731: 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 0x7f8ac0d05880> <<< 172629 1726888993.55805: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726888993.55821: 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 0x7f8ac0d06570> <<< 172629 1726888993.55845: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0d016d0> <<< 172629 1726888993.55902: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888993.55929: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888993.55946: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888993.56086: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.56259: 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 0x7f8ac0d06360> <<< 172629 1726888993.56274: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.56714: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.57165: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.57227: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.57315: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888993.57319: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.57382: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.57406: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888993.57409: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.57473: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.57553: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888993.57586: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.57612: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888993.57643: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.57684: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888993.57701: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.57907: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.58134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888993.58195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888993.58198: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888993.58258: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0d07800> <<< 172629 1726888993.58277: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.58338: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.58457: 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' # <<< 172629 1726888993.58482: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.58552: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.58599: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888993.58619: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.58634: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.58698: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.58765: 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 <<< 172629 1726888993.58794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888993.58900: 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' <<< 172629 1726888993.58973: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ac0d123c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0d0d0d0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888993.59019: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.59068: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.59093: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.59185: 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 <<< 172629 1726888993.59213: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888993.59252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888993.59289: 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 <<< 172629 1726888993.59293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888993.59343: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0ffac30> <<< 172629 1726888993.59376: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0fe6900> <<< 172629 1726888993.59472: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0d12540> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0d01b80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888993.59487: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.59520: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.59530: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888993.59578: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888993.59588: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.59619: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 172629 1726888993.59653: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.59658: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible' # <<< 172629 1726888993.59671: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.59706: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix' # <<< 172629 1726888993.59723: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.59749: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # <<< 172629 1726888993.59792: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.60381: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.60559: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.60580: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # <<< 172629 1726888993.60603: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.60629: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.60659: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 172629 1726888993.60739: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.60870: stdout chunk (state=3): >>> {"changed": false, "name": "/opt/test", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "invocation": {"module_args": {"path": "/opt/test", "state": "absent", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null, "fstype": null, "opts": null, "src": null}}} <<< 172629 1726888993.60905: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888993.61164: 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 <<< 172629 1726888993.61170: stdout chunk (state=3): >>># clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins <<< 172629 1726888993.61197: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc <<< 172629 1726888993.61211: stdout chunk (state=3): >>># 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 <<< 172629 1726888993.61216: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings <<< 172629 1726888993.61241: stdout chunk (state=3): >>># cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma <<< 172629 1726888993.61256: 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 <<< 172629 1726888993.61285: stdout chunk (state=3): >>># cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing <<< 172629 1726888993.61288: stdout chunk (state=3): >>># 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 <<< 172629 1726888993.61312: stdout chunk (state=3): >>># cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # 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 <<< 172629 1726888993.61335: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse <<< 172629 1726888993.61342: stdout chunk (state=3): >>># cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules <<< 172629 1726888993.61345: stdout chunk (state=3): >>># destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount <<< 172629 1726888993.61584: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888993.61592: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888993.61620: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888993.61624: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888993.61626: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 172629 1726888993.61645: stdout chunk (state=3): >>># destroy fnmatch # destroy ipaddress <<< 172629 1726888993.61654: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888993.61678: stdout chunk (state=3): >>># destroy importlib <<< 172629 1726888993.61682: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 172629 1726888993.61707: stdout chunk (state=3): >>># destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 172629 1726888993.61734: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726888993.61742: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 172629 1726888993.61745: stdout chunk (state=3): >>># destroy datetime <<< 172629 1726888993.61771: stdout chunk (state=3): >>># destroy selinux <<< 172629 1726888993.61773: stdout chunk (state=3): >>># destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888993.61827: 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 <<< 172629 1726888993.61835: 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 <<< 172629 1726888993.61841: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726888993.61871: 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 <<< 172629 1726888993.61887: 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 # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 172629 1726888993.61893: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726888993.61931: 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 <<< 172629 1726888993.61935: 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 <<< 172629 1726888993.61975: 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 <<< 172629 1726888993.61978: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon <<< 172629 1726888993.61983: stdout chunk (state=3): >>># destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888993.62098: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888993.62104: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 172629 1726888993.62135: stdout chunk (state=3): >>># destroy platform # destroy _uuid<<< 172629 1726888993.62140: stdout chunk (state=3): >>> # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888993.62169: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888993.62188: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726888993.62192: 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 <<< 172629 1726888993.62211: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888993.62216: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888993.62302: 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 <<< 172629 1726888993.62321: stdout chunk (state=3): >>># destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726888993.62330: stdout chunk (state=3): >>># destroy _random <<< 172629 1726888993.62390: stdout chunk (state=3): >>># destroy _weakref # destroy _hashlib <<< 172629 1726888993.62394: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726888993.62396: stdout chunk (state=3): >>># destroy itertools # destroy _abc <<< 172629 1726888993.62404: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888993.62710: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888993.62800: stderr chunk (state=3): >>><<< 172629 1726888993.62805: stdout chunk (state=3): >>><<< 172629 1726888993.62976: _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 0x7f8ac19684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1937b30> # /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 0x7f8ac196aa50> 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 0x7f8ac173d130> # /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 0x7f8ac173e120> 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 0x7f8ac177aea0> # /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 0x7f8ac17901a0> # /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 0x7f8ac17b3a40> # /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 0x7f8ac17d4110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1793ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1791400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac17791c0> # /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 0x7f8ac17d7980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac17d65a0> # /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 0x7f8ac17922d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac177b0b0> # /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 0x7f8ac18049e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1778440> # /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 0x7f8ac1804e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1804d40> # 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 0x7f8ac1805130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1776f60> # /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 0x7f8ac1805820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac18054f0> 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 0x7f8ac1806720> 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 0x7f8ac1820950> 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 0x7f8ac1822060> # /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 0x7f8ac1822ed0> # 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 0x7f8ac1823530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1822420> # /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 0x7f8ac1823ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1823620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1806780> # /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 0x7f8ac15b7da0> # /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 0x7f8ac15e0890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac15e05f0> # 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 0x7f8ac15e08c0> # /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 0x7f8ac15e11f0> # 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 0x7f8ac15e1bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac15e0aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac15b5f40> # /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 0x7f8ac15e2fc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac15e1d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac1806e70> # /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 0x7f8ac160b320> # /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 0x7f8ac162f6e0> # /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 0x7f8ac16904d0> # /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 0x7f8ac1692c30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac16905f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac16554c0> # /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 0x7f8ac0f295e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac162e4e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac15e3ef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8ac162eae0> # zipimport: found 36 names in '/tmp/ansible_mount_payload_l_qgpyew/ansible_mount_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 0x7f8ac0f7f320> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0f62210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0f61370> # 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 0x7f8ac0f7d1c0> # /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 0x7f8ac0faacf0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0faaa80> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0faa390> # /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 0x7f8ac0faade0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac196a9c0> 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 0x7f8ac0faba40> # 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 0x7f8ac0fabc50> # /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 0x7f8ac0fd4110> 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 0x7f8ac0e19ee0> # 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 0x7f8ac0e1bb00> # /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 0x7f8ac0e1c500> # /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 0x7f8ac0e1d400> # /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 0x7f8ac0e24140> # 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 0x7f8ac0e24260> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e1e3f0> # /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 0x7f8ac0e680b0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e26ba0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e26900> # /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 0x7f8ac0e26e70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e1e900> # 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 0x7f8ac0e6c380> # /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 0x7f8ac0e6c530> # /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 0x7f8ac0e6e000> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e6ddc0> # /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 0x7f8ac0e70560> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e6e6f0> # /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 0x7f8ac0e73d10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e706e0> # 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 0x7f8ac0e74a40> # 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 0x7f8ac0e74f20> # 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 0x7f8ac0e74e60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e6c710> # /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 0x7f8ac0d00530> # 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 0x7f8ac0d015b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e76cc0> # 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 0x7f8ac0e778c0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0e76900> # 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 0x7f8ac0d05880> # /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 0x7f8ac0d06570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0d016d0> 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 0x7f8ac0d06360> # 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 0x7f8ac0d07800> # 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 0x7f8ac0d123c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0d0d0d0> 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 0x7f8ac0ffac30> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0fe6900> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0d12540> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ac0d01b80> # 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.ansible' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # # zipimport: zlib available {"changed": false, "name": "/opt/test", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "invocation": {"module_args": {"path": "/opt/test", "state": "absent", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null, "fstype": null, "opts": null, "src": 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.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount # 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. 172629 1726888993.63822: done with _execute_module (mount, {'path': '/opt/test', 'state': 'absent', '_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': 'mount', '_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-1726888993.2949514-175984-277327909679970/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888993.63826: _low_level_execute_command(): starting 172629 1726888993.63829: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888993.2949514-175984-277327909679970/ > /dev/null 2>&1 && sleep 0' 172629 1726888993.64233: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888993.64321: 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 <<< 172629 1726888993.64335: 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 <<< 172629 1726888993.64383: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888993.64410: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888993.64450: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888993.64549: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888993.66338: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888993.66397: stderr chunk (state=3): >>><<< 172629 1726888993.66424: stdout chunk (state=3): >>><<< 172629 1726888993.66438: _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 172629 1726888993.66441: handler run complete 172629 1726888993.66456: attempt loop complete, returning result 172629 1726888993.66505: variable 'mount_info' from source: unknown 172629 1726888993.66568: variable 'mount_info' from source: unknown ok: [managed_node1] => (item={'path': '/opt/test', 'state': 'absent'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "mount_info": { "path": "/opt/test", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0" } 172629 1726888993.66715: dumping result to json 172629 1726888993.66718: done dumping result, returning 172629 1726888993.66722: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-d0a8-add8-000000001c1f] 172629 1726888993.66724: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c1f 172629 1726888993.66798: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c1f 172629 1726888993.66801: WORKER PROCESS EXITING 172629 1726888993.66918: no more pending results, returning what we have 172629 1726888993.66922: results queue empty 172629 1726888993.66923: checking for any_errors_fatal 172629 1726888993.66931: done checking for any_errors_fatal 172629 1726888993.66932: checking for max_fail_percentage 172629 1726888993.66933: done checking for max_fail_percentage 172629 1726888993.66934: checking to see if all hosts have failed and the running result is not ok 172629 1726888993.66935: done checking to see if all hosts have failed 172629 1726888993.66936: getting the remaining hosts for this loop 172629 1726888993.66937: done getting the remaining hosts for this loop 172629 1726888993.66940: getting the next task for host managed_node1 172629 1726888993.66981: done getting next task for host managed_node1 172629 1726888993.66985: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888993.66989: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888993.67002: getting variables 172629 1726888993.67004: in VariableManager get_vars() 172629 1726888993.67040: Calling all_inventory to load vars for managed_node1 172629 1726888993.67042: Calling groups_inventory to load vars for managed_node1 172629 1726888993.67044: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888993.67060: Calling all_plugins_play to load vars for managed_node1 172629 1726888993.67066: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888993.67070: Calling groups_plugins_play to load vars for managed_node1 172629 1726888993.67514: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888993.68387: done with get_vars() 172629 1726888993.68404: 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 23:23:13 -0400 (0:00:00.865) 0:01:33.965 ****** 172629 1726888993.68506: entering _queue_task() for managed_node1/systemd 172629 1726888993.68826: worker is 1 (out of 1 available) 172629 1726888993.68839: exiting _queue_task() for managed_node1/systemd 172629 1726888993.68964: done queuing things up, now waiting for results queue to drain 172629 1726888993.68966: waiting for pending results... 172629 1726888993.69175: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888993.69393: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c21 172629 1726888993.69412: variable 'ansible_search_path' from source: unknown 172629 1726888993.69418: variable 'ansible_search_path' from source: unknown 172629 1726888993.69490: calling self._execute() 172629 1726888993.69637: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888993.69643: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888993.69652: variable 'omit' from source: magic vars 172629 1726888993.69952: variable 'blivet_output' from source: set_fact 172629 1726888993.69989: Evaluated conditional (blivet_output['mounts']): True 172629 1726888993.69994: variable 'omit' from source: magic vars 172629 1726888993.70036: variable 'omit' from source: magic vars 172629 1726888993.70062: variable 'omit' from source: magic vars 172629 1726888993.70095: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888993.70132: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888993.70150: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888993.70169: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888993.70182: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888993.70206: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888993.70209: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888993.70212: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888993.70287: Set connection var ansible_timeout to 10 172629 1726888993.70290: Set connection var ansible_shell_type to sh 172629 1726888993.70295: Set connection var ansible_pipelining to False 172629 1726888993.70301: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888993.70307: Set connection var ansible_shell_executable to /bin/sh 172629 1726888993.70309: Set connection var ansible_connection to ssh 172629 1726888993.70325: variable 'ansible_shell_executable' from source: unknown 172629 1726888993.70327: variable 'ansible_connection' from source: unknown 172629 1726888993.70331: variable 'ansible_module_compression' from source: unknown 172629 1726888993.70333: variable 'ansible_shell_type' from source: unknown 172629 1726888993.70336: variable 'ansible_shell_executable' from source: unknown 172629 1726888993.70338: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888993.70342: variable 'ansible_pipelining' from source: unknown 172629 1726888993.70344: variable 'ansible_timeout' from source: unknown 172629 1726888993.70348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888993.70502: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888993.70510: variable 'omit' from source: magic vars 172629 1726888993.70518: starting attempt loop 172629 1726888993.70521: running the handler 172629 1726888993.70532: _low_level_execute_command(): starting 172629 1726888993.70539: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888993.71022: 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 <<< 172629 1726888993.71027: stderr 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 <<< 172629 1726888993.71030: stderr 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 <<< 172629 1726888993.71081: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888993.71085: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888993.71134: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888993.72761: stdout chunk (state=3): >>>/root <<< 172629 1726888993.73062: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888993.73095: stderr chunk (state=3): >>><<< 172629 1726888993.73099: stdout chunk (state=3): >>><<< 172629 1726888993.73118: _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 172629 1726888993.73139: _low_level_execute_command(): starting 172629 1726888993.73180: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888993.7312505-176028-276058051090642 `" && echo ansible-tmp-1726888993.7312505-176028-276058051090642="` echo /root/.ansible/tmp/ansible-tmp-1726888993.7312505-176028-276058051090642 `" ) && sleep 0' 172629 1726888993.73867: 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 <<< 172629 1726888993.73961: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888993.73983: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888993.74059: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888993.75974: stdout chunk (state=3): >>>ansible-tmp-1726888993.7312505-176028-276058051090642=/root/.ansible/tmp/ansible-tmp-1726888993.7312505-176028-276058051090642 <<< 172629 1726888993.76092: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888993.76127: stderr chunk (state=3): >>><<< 172629 1726888993.76141: stdout chunk (state=3): >>><<< 172629 1726888993.76166: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888993.7312505-176028-276058051090642=/root/.ansible/tmp/ansible-tmp-1726888993.7312505-176028-276058051090642 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888993.76229: variable 'ansible_module_compression' from source: unknown 172629 1726888993.76309: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 172629 1726888993.76373: variable 'ansible_facts' from source: unknown 172629 1726888993.76825: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888993.7312505-176028-276058051090642/AnsiballZ_systemd.py 172629 1726888993.76979: Sending initial data 172629 1726888993.76982: Sent initial data (158 bytes) 172629 1726888993.77809: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888993.77823: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888993.77881: 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 <<< 172629 1726888993.77952: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888993.77999: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888993.78039: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888993.79781: 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 <<< 172629 1726888993.79845: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888993.80199: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpnan_m8su /root/.ansible/tmp/ansible-tmp-1726888993.7312505-176028-276058051090642/AnsiballZ_systemd.py <<< 172629 1726888993.80202: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888993.7312505-176028-276058051090642/AnsiballZ_systemd.py" <<< 172629 1726888993.80245: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpnan_m8su" to remote "/root/.ansible/tmp/ansible-tmp-1726888993.7312505-176028-276058051090642/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888993.7312505-176028-276058051090642/AnsiballZ_systemd.py" <<< 172629 1726888993.82157: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888993.82172: stdout chunk (state=3): >>><<< 172629 1726888993.82292: stderr chunk (state=3): >>><<< 172629 1726888993.82295: done transferring module to remote 172629 1726888993.82297: _low_level_execute_command(): starting 172629 1726888993.82299: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888993.7312505-176028-276058051090642/ /root/.ansible/tmp/ansible-tmp-1726888993.7312505-176028-276058051090642/AnsiballZ_systemd.py && sleep 0' 172629 1726888993.82819: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888993.82925: 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 <<< 172629 1726888993.82949: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888993.83026: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888993.84938: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888993.85014: stdout chunk (state=3): >>><<< 172629 1726888993.85018: stderr chunk (state=3): >>><<< 172629 1726888993.85166: _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 172629 1726888993.85177: _low_level_execute_command(): starting 172629 1726888993.85180: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888993.7312505-176028-276058051090642/AnsiballZ_systemd.py && sleep 0' 172629 1726888993.85865: 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 <<< 172629 1726888993.85884: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888993.86460: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888993.88457: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888993.88516: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888993.88595: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888993.88639: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888993.88689: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # <<< 172629 1726888993.88717: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888993.88776: 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' <<< 172629 1726888993.88799: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 172629 1726888993.88838: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888993.88884: 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 0x7f127f4184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f3e7b30> <<< 172629 1726888993.88923: 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 0x7f127f41aa50> <<< 172629 1726888993.88965: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888993.88968: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888993.89031: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888993.89070: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888993.89099: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888993.89127: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888993.89161: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888993.89193: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888993.89197: stdout chunk (state=3): >>>Processing user site-packages <<< 172629 1726888993.89199: stdout chunk (state=3): >>>Processing global site-packages <<< 172629 1726888993.89247: 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 <<< 172629 1726888993.89277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888993.89286: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f1e9130> <<< 172629 1726888993.89339: 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 <<< 172629 1726888993.89366: 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 0x7f127f1ea120> <<< 172629 1726888993.89418: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888993.89421: 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. <<< 172629 1726888993.89806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888993.89836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888993.89851: 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' <<< 172629 1726888993.89954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888993.90021: 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 0x7f127f226ea0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888993.90046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f23c1a0> <<< 172629 1726888993.90082: 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' <<< 172629 1726888993.90100: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888993.90179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888993.90182: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888993.90242: 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 0x7f127f25fa40> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888993.90248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f280110> <<< 172629 1726888993.90264: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888993.90303: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f23fce0> <<< 172629 1726888993.90317: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888993.90337: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f23d400> <<< 172629 1726888993.90433: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2251c0> <<< 172629 1726888993.90466: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888993.90489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888993.90523: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888993.90536: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888993.90566: 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 <<< 172629 1726888993.90577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888993.90616: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f283950> <<< 172629 1726888993.90664: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f282570> # /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 0x7f127f23e2d0> <<< 172629 1726888993.90675: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2270b0> <<< 172629 1726888993.90741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726888993.90778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2b0980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f224440> # /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' <<< 172629 1726888993.90803: 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 0x7f127f2b0e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2b0ce0> <<< 172629 1726888993.90851: 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 0x7f127f2b10d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f222f60> <<< 172629 1726888993.90901: 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' <<< 172629 1726888993.90913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888993.90961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888993.90985: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2b1760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2b1460> import 'importlib.machinery' # <<< 172629 1726888993.91027: 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' <<< 172629 1726888993.91038: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2b2660> import 'importlib.util' # import 'runpy' # <<< 172629 1726888993.91069: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888993.91112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888993.91131: 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 0x7f127f2cc890> <<< 172629 1726888993.91162: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888993.91194: 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 0x7f127f2cdfd0> <<< 172629 1726888993.91219: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888993.91261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888993.91273: 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 0x7f127f2cee70> <<< 172629 1726888993.91307: 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 0x7f127f2cf4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2ce3c0> <<< 172629 1726888993.91343: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888993.91364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888993.91432: 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 0x7f127f2cff20> <<< 172629 1726888993.91466: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2cf650> <<< 172629 1726888993.91488: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2b26c0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888993.91529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888993.91541: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888993.91614: 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 0x7f127efb3dd0> <<< 172629 1726888993.91657: 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 0x7f127efdc8f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127efdc650> <<< 172629 1726888993.91700: 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 0x7f127efdc920> <<< 172629 1726888993.91714: 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' <<< 172629 1726888993.91782: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888993.91911: 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 0x7f127efdd250> <<< 172629 1726888993.92061: 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 0x7f127efddc10> <<< 172629 1726888993.92092: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127efdcb00> <<< 172629 1726888993.92106: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127efb1f70> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888993.92136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888993.92167: 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 0x7f127efdf020> <<< 172629 1726888993.92205: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127efddd60> <<< 172629 1726888993.92216: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2b2db0> <<< 172629 1726888993.92243: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888993.92304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888993.92331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888993.92362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888993.92390: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f007380> <<< 172629 1726888993.92467: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888993.92470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888993.92556: 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' <<< 172629 1726888993.92612: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f02b710> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888993.92682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888993.92725: 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 0x7f127f08c530> <<< 172629 1726888993.92801: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888993.92864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888993.92924: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f08ec90> <<< 172629 1726888993.93050: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f08c650> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f051520> # /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 0x7f127e925610> <<< 172629 1726888993.93121: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f02a510> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127efdff50> <<< 172629 1726888993.93314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f127f02a870> <<< 172629 1726888993.93538: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload__exv3zl8/ansible_systemd_payload.zip' # zipimport: zlib available <<< 172629 1726888993.93629: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.93677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888993.93723: 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 <<< 172629 1726888993.93868: 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 0x7f127e98b2f0> import '_typing' # <<< 172629 1726888993.94016: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e96a1e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e969370> # zipimport: zlib available <<< 172629 1726888993.94062: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726888993.94141: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888993.94144: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.95468: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.96589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888993.96593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e989190> # /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' <<< 172629 1726888993.96636: 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' <<< 172629 1726888993.96675: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f127e9bac90> <<< 172629 1726888993.96707: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e9baa20> <<< 172629 1726888993.96760: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e9ba330> <<< 172629 1726888993.96769: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888993.96808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888993.96811: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e9bab70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f41a9c0> import 'atexit' # <<< 172629 1726888993.96845: 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 0x7f127e9bb9b0> <<< 172629 1726888993.96868: 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 0x7f127e9bbbf0> <<< 172629 1726888993.96894: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888993.96949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888993.96992: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888993.97002: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e9e80e0> <<< 172629 1726888993.97098: stdout chunk (state=3): >>>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' <<< 172629 1726888993.97102: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e829eb0> <<< 172629 1726888993.97171: 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 0x7f127e82bad0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888993.97187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888993.97206: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e82c4d0> <<< 172629 1726888993.97218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888993.97232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888993.97263: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e82d670> <<< 172629 1726888993.97268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888993.97309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888993.97325: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726888993.97327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726888993.97374: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e834140> <<< 172629 1726888993.97420: 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 0x7f127e834470> <<< 172629 1726888993.97429: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e82e420> <<< 172629 1726888993.97451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888993.97476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888993.97501: 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' <<< 172629 1726888993.97534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888993.97626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888993.97649: 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' <<< 172629 1726888993.97656: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e8780b0> <<< 172629 1726888993.97668: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888993.97734: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e836ba0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e836900> <<< 172629 1726888993.97761: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888993.97767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888993.97838: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e836e70> <<< 172629 1726888993.97863: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e82e930> <<< 172629 1726888993.97891: 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 0x7f127e87c290> <<< 172629 1726888993.97920: 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 0x7f127e87c440> <<< 172629 1726888993.97944: 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 <<< 172629 1726888993.97974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888993.97996: 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' <<< 172629 1726888993.98018: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888993.98049: 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 0x7f127e87de80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e87dc70> <<< 172629 1726888993.98051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888993.98076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888993.98139: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888993.98159: 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 0x7f127e8803b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e87e570> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888993.98199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888993.98232: 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' # <<< 172629 1726888993.98282: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e883b90> <<< 172629 1726888993.98410: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e880560> <<< 172629 1726888993.98465: 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 0x7f127e884c20> <<< 172629 1726888993.98503: 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 0x7f127e884dd0> <<< 172629 1726888993.98538: 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' <<< 172629 1726888993.98543: 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 0x7f127e884d70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e87c5c0> <<< 172629 1726888993.98574: 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' <<< 172629 1726888993.98586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888993.98612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888993.98639: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888993.98664: 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 0x7f127e710590> <<< 172629 1726888993.98810: 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 0x7f127e711700> <<< 172629 1726888993.98827: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e886d20> <<< 172629 1726888993.98869: 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 0x7f127e887920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e886960> <<< 172629 1726888993.98880: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.98894: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.98905: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 172629 1726888993.98914: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.99013: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.99119: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.99127: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888993.99168: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888993.99297: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.99397: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888993.99925: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.00498: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888994.00501: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 172629 1726888994.00563: 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' <<< 172629 1726888994.00589: 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 0x7f127e7159d0> <<< 172629 1726888994.00647: 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' <<< 172629 1726888994.00666: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e716720> <<< 172629 1726888994.00685: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e711970> <<< 172629 1726888994.00721: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888994.00734: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.00743: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.00766: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888994.00914: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.01081: 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 0x7f127e716e40> <<< 172629 1726888994.01095: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.01538: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.01987: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.02056: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.02136: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726888994.02176: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.02220: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888994.02224: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.02293: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.02410: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 172629 1726888994.02417: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.02420: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888994.02452: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.02498: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888994.02501: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.02723: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.02943: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888994.03001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888994.03013: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888994.03092: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e717b60> <<< 172629 1726888994.03098: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.03177: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.03256: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726888994.03261: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888994.03277: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888994.03283: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.03334: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.03382: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888994.03420: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.03479: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.03532: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.03586: 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 <<< 172629 1726888994.03623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888994.03704: 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 0x7f127e7225d0> <<< 172629 1726888994.03748: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e71dd00> <<< 172629 1726888994.03770: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888994.03787: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.03881: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.03930: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.03950: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.04026: 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' <<< 172629 1726888994.04032: 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 <<< 172629 1726888994.04057: 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 <<< 172629 1726888994.04117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888994.04127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888994.04136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888994.04215: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e80ae40> <<< 172629 1726888994.04244: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e9eeb10> <<< 172629 1726888994.04313: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e722780> <<< 172629 1726888994.04332: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e7222d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888994.04350: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.04376: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888994.04443: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 172629 1726888994.04524: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888994.04673: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.04861: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.04879: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.04898: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.04947: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.04979: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.05019: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.05080: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 172629 1726888994.05083: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.05134: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.05214: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.05224: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.05274: 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 <<< 172629 1726888994.05406: stdout chunk (state=3): >>># 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 <<< 172629 1726888994.05409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888994.05426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888994.05517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888994.05522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726888994.05578: 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 0x7f127e407230> <<< 172629 1726888994.05587: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e406660> <<< 172629 1726888994.05686: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e404b90> <<< 172629 1726888994.05981: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e7b3050> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e7b0fb0> import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 172629 1726888994.06105: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.06277: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.06312: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.06367: 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' <<< 172629 1726888994.06429: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 172629 1726888994.06470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e79e000> <<< 172629 1726888994.06528: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 172629 1726888994.06560: 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 <<< 172629 1726888994.06607: 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' <<< 172629 1726888994.06664: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e4992e0> <<< 172629 1726888994.06675: 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 0x7f127e499610> <<< 172629 1726888994.06708: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e47ce00> <<< 172629 1726888994.06779: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e47c0b0> <<< 172629 1726888994.06828: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e7b2300> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e7b1610> # /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' <<< 172629 1726888994.06914: 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' <<< 172629 1726888994.06921: 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 0x7f127e2a8230> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e49baa0> <<< 172629 1726888994.06967: 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 0x7f127e49bc80> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e49aed0> <<< 172629 1726888994.07000: stdout chunk (state=3): >>># /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' <<< 172629 1726888994.07026: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e2a82f0> <<< 172629 1726888994.07039: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 172629 1726888994.07098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 172629 1726888994.07113: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f127e2aae40> <<< 172629 1726888994.07143: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e2a8e60> <<< 172629 1726888994.07154: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e7b1670> import 'ansible.module_utils.facts.timeout' # <<< 172629 1726888994.07195: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 172629 1726888994.07198: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.07217: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 172629 1726888994.07283: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.07338: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 172629 1726888994.07350: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.07397: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.07449: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 172629 1726888994.07453: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.07481: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 172629 1726888994.07492: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.07529: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.07557: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 172629 1726888994.07574: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.07619: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.07666: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 172629 1726888994.07673: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.07720: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.07766: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 172629 1726888994.07771: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.07829: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.07888: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.07947: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.08002: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 172629 1726888994.08007: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 172629 1726888994.08023: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.08496: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.09127: stdout chunk (state=3): >>>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' # <<< 172629 1726888994.09130: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.09165: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.09190: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 172629 1726888994.09215: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.09259: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.09481: stdout chunk (state=3): >>>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 <<< 172629 1726888994.09535: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.09625: 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' <<< 172629 1726888994.09652: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e2ab800> <<< 172629 1726888994.09679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726888994.09706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726888994.09831: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e2d8740> import 'ansible.module_utils.facts.system.local' # <<< 172629 1726888994.09835: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.09905: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.09977: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 172629 1726888994.09983: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.10066: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.10160: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 172629 1726888994.10230: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.10294: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 172629 1726888994.10314: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.10359: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.10411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888994.10442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888994.10512: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888994.10580: 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 0x7f127e2f3320> <<< 172629 1726888994.10775: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e2d9430> import 'ansible.module_utils.facts.system.python' # <<< 172629 1726888994.10778: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.10831: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.10894: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 172629 1726888994.10911: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.10980: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.11064: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.11176: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.11328: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 172629 1726888994.11348: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.11375: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.11426: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available <<< 172629 1726888994.11476: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.11520: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 172629 1726888994.11579: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888994.11598: 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 0x7f127e306c90> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e2f11f0> import 'ansible.module_utils.facts.system.user' # <<< 172629 1726888994.11630: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 172629 1726888994.11633: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.11675: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.11726: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 172629 1726888994.11729: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.11875: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.12034: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 172629 1726888994.12044: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.12141: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.12239: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.12283: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.12333: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 172629 1726888994.12379: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.12382: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.12397: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.12529: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.12688: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 172629 1726888994.12692: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.12815: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.12945: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 172629 1726888994.12948: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.12972: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.13013: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.13560: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.14112: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 172629 1726888994.14167: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.14209: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.14320: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 172629 1726888994.14323: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.14461: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.14531: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 172629 1726888994.14668: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.14823: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 172629 1726888994.14850: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 172629 1726888994.14877: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.14968: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.15003: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 172629 1726888994.15111: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.15166: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.15372: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.15594: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 172629 1726888994.15705: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.15708: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888994.15773: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 172629 1726888994.15821: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.15900: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available <<< 172629 1726888994.15945: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # <<< 172629 1726888994.16004: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.16059: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.16090: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 172629 1726888994.16177: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.16182: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726888994.16237: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.16460: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.16706: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 172629 1726888994.16719: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.16759: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.16833: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 172629 1726888994.16864: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.16882: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.16908: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 172629 1726888994.16923: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.16981: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.17010: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 172629 1726888994.17024: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.17089: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 172629 1726888994.17201: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.17296: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 172629 1726888994.17376: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888994.17429: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888994.17479: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.17546: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888994.17593: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.17703: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 172629 1726888994.17779: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available <<< 172629 1726888994.17796: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 172629 1726888994.18059: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.18232: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 172629 1726888994.18235: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.18285: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 172629 1726888994.18295: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.18349: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.18407: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available <<< 172629 1726888994.18484: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.18596: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 172629 1726888994.18628: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.18696: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.18761: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available <<< 172629 1726888994.18937: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.19042: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 172629 1726888994.19248: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.42278: stdout chunk (state=3): >>> {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} <<< 172629 1726888994.42957: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888994.42961: 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 <<< 172629 1726888994.42966: 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 <<< 172629 1726888994.43002: stdout chunk (state=3): >>># cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath <<< 172629 1726888994.43035: stdout chunk (state=3): >>># cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # 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<<< 172629 1726888994.43086: 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 <<< 172629 1726888994.43097: 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 # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd <<< 172629 1726888994.43114: stdout chunk (state=3): >>># 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 <<< 172629 1726888994.43144: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # 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 <<< 172629 1726888994.43197: stdout chunk (state=3): >>># destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # 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 <<< 172629 1726888994.43234: stdout chunk (state=3): >>># 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 <<< 172629 1726888994.43278: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # 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 ansible.module_utils.service # destroy ansible.module_utils.service <<< 172629 1726888994.43614: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888994.43670: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888994.43700: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 172629 1726888994.43739: stdout chunk (state=3): >>># destroy ipaddress # destroy ntpath <<< 172629 1726888994.43780: 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 <<< 172629 1726888994.43811: stdout chunk (state=3): >>># destroy _locale # destroy locale # destroy _signal <<< 172629 1726888994.43818: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726888994.43877: stdout chunk (state=3): >>># destroy selinux <<< 172629 1726888994.43904: stdout chunk (state=3): >>># destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 172629 1726888994.43993: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 172629 1726888994.44000: stdout chunk (state=3): >>># destroy _pickle # destroy queue # destroy _heapq <<< 172629 1726888994.44054: stdout chunk (state=3): >>># destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 <<< 172629 1726888994.44120: stdout chunk (state=3): >>># destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess <<< 172629 1726888994.44291: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726888994.44300: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # 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 <<< 172629 1726888994.44418: 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 _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 <<< 172629 1726888994.44530: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888994.44628: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888994.44689: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode <<< 172629 1726888994.44736: stdout chunk (state=3): >>># 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 <<< 172629 1726888994.44802: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 172629 1726888994.44861: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726888994.44871: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc <<< 172629 1726888994.44916: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy _abc # destroy itertools # destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726888994.44976: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726888994.45376: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888994.45421: stderr chunk (state=3): >>><<< 172629 1726888994.45443: stdout chunk (state=3): >>><<< 172629 1726888994.45645: _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 0x7f127f4184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f3e7b30> # /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 0x7f127f41aa50> 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 0x7f127f1e9130> # /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 0x7f127f1ea120> 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 0x7f127f226ea0> # /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 0x7f127f23c1a0> # /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 0x7f127f25fa40> # /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 0x7f127f280110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f23fce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f23d400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2251c0> # /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 0x7f127f283950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f282570> # /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 0x7f127f23e2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2270b0> # /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 0x7f127f2b0980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f224440> # /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 0x7f127f2b0e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2b0ce0> # 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 0x7f127f2b10d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f222f60> # /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 0x7f127f2b1760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2b1460> 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 0x7f127f2b2660> 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 0x7f127f2cc890> 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 0x7f127f2cdfd0> # /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 0x7f127f2cee70> # 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 0x7f127f2cf4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2ce3c0> # /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 0x7f127f2cff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2cf650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2b26c0> # /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 0x7f127efb3dd0> # /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 0x7f127efdc8f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127efdc650> # 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 0x7f127efdc920> # /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 0x7f127efdd250> # 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 0x7f127efddc10> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127efdcb00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127efb1f70> # /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 0x7f127efdf020> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127efddd60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f2b2db0> # /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 0x7f127f007380> # /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 0x7f127f02b710> # /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 0x7f127f08c530> # /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 0x7f127f08ec90> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f08c650> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f051520> # /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 0x7f127e925610> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f02a510> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127efdff50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f127f02a870> # zipimport: found 104 names in '/tmp/ansible_systemd_payload__exv3zl8/ansible_systemd_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 0x7f127e98b2f0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e96a1e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e969370> # 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 0x7f127e989190> # /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 0x7f127e9bac90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e9baa20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e9ba330> # /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 0x7f127e9bab70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127f41a9c0> 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 0x7f127e9bb9b0> # 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 0x7f127e9bbbf0> # /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 0x7f127e9e80e0> 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 0x7f127e829eb0> # 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 0x7f127e82bad0> # /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 0x7f127e82c4d0> # /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 0x7f127e82d670> # /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 0x7f127e834140> # 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 0x7f127e834470> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e82e420> # /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 0x7f127e8780b0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e836ba0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e836900> # /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 0x7f127e836e70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e82e930> # 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 0x7f127e87c290> # /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 0x7f127e87c440> # /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 0x7f127e87de80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e87dc70> # /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 0x7f127e8803b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e87e570> # /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 0x7f127e883b90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e880560> # 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 0x7f127e884c20> # 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 0x7f127e884dd0> # 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 0x7f127e884d70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e87c5c0> # /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 0x7f127e710590> # 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 0x7f127e711700> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e886d20> # 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 0x7f127e887920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e886960> # 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 0x7f127e7159d0> # /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 0x7f127e716720> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e711970> 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 0x7f127e716e40> # 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 0x7f127e717b60> # 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 0x7f127e7225d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e71dd00> 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 0x7f127e80ae40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e9eeb10> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e722780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e7222d0> # 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 0x7f127e407230> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e406660> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e404b90> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e7b3050> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e7b0fb0> 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 0x7f127e79e000> # /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 0x7f127e4992e0> # 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 0x7f127e499610> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e47ce00> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e47c0b0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e7b2300> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e7b1610> # /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 0x7f127e2a8230> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e49baa0> # 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 0x7f127e49bc80> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e49aed0> # /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 0x7f127e2a82f0> # /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 0x7f127e2aae40> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e2a8e60> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e7b1670> 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 0x7f127e2ab800> # /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 0x7f127e2d8740> 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 0x7f127e2f3320> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e2d9430> 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 0x7f127e306c90> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f127e2f11f0> 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 # zipimport: zlib available import 'ansible.module_utils.service' # # zipimport: zlib available {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} # 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 ansible.module_utils.service # destroy ansible.module_utils.service # 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 _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.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # 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 _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 _string # destroy re # destroy _abc # destroy itertools # destroy _sre # 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. 172629 1726888994.48097: done with _execute_module (systemd, {'daemon_reload': 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': 'systemd', '_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-1726888993.7312505-176028-276058051090642/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888994.48121: _low_level_execute_command(): starting 172629 1726888994.48124: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888993.7312505-176028-276058051090642/ > /dev/null 2>&1 && sleep 0' 172629 1726888994.48127: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888994.48129: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888994.48132: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888994.48134: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888994.48137: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888994.48139: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888994.49238: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888994.49389: stderr chunk (state=3): >>><<< 172629 1726888994.49424: stdout chunk (state=3): >>><<< 172629 1726888994.49516: _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 172629 1726888994.49769: handler run complete 172629 1726888994.49773: attempt loop complete, returning result 172629 1726888994.49775: _execute() done 172629 1726888994.49778: dumping result to json 172629 1726888994.49780: done dumping result, returning 172629 1726888994.49783: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-d0a8-add8-000000001c21] 172629 1726888994.49785: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c21 172629 1726888994.49863: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c21 172629 1726888994.49867: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "name": null, "status": {} } 172629 1726888994.49967: no more pending results, returning what we have 172629 1726888994.49971: results queue empty 172629 1726888994.49973: checking for any_errors_fatal 172629 1726888994.49988: done checking for any_errors_fatal 172629 1726888994.49992: checking for max_fail_percentage 172629 1726888994.49994: done checking for max_fail_percentage 172629 1726888994.49995: checking to see if all hosts have failed and the running result is not ok 172629 1726888994.49996: done checking to see if all hosts have failed 172629 1726888994.49997: getting the remaining hosts for this loop 172629 1726888994.49998: done getting the remaining hosts for this loop 172629 1726888994.50003: getting the next task for host managed_node1 172629 1726888994.50012: done getting next task for host managed_node1 172629 1726888994.50015: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 172629 1726888994.50020: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888994.50034: getting variables 172629 1726888994.50036: in VariableManager get_vars() 172629 1726888994.50354: Calling all_inventory to load vars for managed_node1 172629 1726888994.50360: Calling groups_inventory to load vars for managed_node1 172629 1726888994.50445: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888994.50459: Calling all_plugins_play to load vars for managed_node1 172629 1726888994.50463: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888994.50467: Calling groups_plugins_play to load vars for managed_node1 172629 1726888994.51968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888994.52320: done with get_vars() 172629 1726888994.52331: 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 23:23:14 -0400 (0:00:00.838) 0:01:34.803 ****** 172629 1726888994.52403: entering _queue_task() for managed_node1/mount 172629 1726888994.52626: worker is 1 (out of 1 available) 172629 1726888994.52642: exiting _queue_task() for managed_node1/mount 172629 1726888994.52667: done queuing things up, now waiting for results queue to drain 172629 1726888994.52669: waiting for pending results... 172629 1726888994.52967: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 172629 1726888994.53024: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c22 172629 1726888994.53038: variable 'ansible_search_path' from source: unknown 172629 1726888994.53042: variable 'ansible_search_path' from source: unknown 172629 1726888994.53318: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888994.54975: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888994.55034: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888994.55065: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888994.55091: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888994.55113: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888994.55216: 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) 172629 1726888994.55224: 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) 172629 1726888994.55250: 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) 172629 1726888994.55296: 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) 172629 1726888994.55308: 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) 172629 1726888994.55349: 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) 172629 1726888994.55381: 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) 172629 1726888994.55397: 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) 172629 1726888994.55514: 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) 172629 1726888994.55517: 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) 172629 1726888994.55520: 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) 172629 1726888994.55547: 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) 172629 1726888994.55579: 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) 172629 1726888994.55616: 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) 172629 1726888994.55627: 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) 172629 1726888994.55765: variable 'blivet_output' from source: set_fact 172629 1726888994.55844: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888994.56014: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888994.56061: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888994.56107: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888994.56119: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888994.56206: 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) 172629 1726888994.56209: 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) 172629 1726888994.56215: 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) 172629 1726888994.56271: 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) 172629 1726888994.56380: variable 'omit' from source: magic vars 172629 1726888994.56480: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888994.56487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888994.56495: variable 'omit' from source: magic vars 172629 1726888994.56619: variable 'omit' from source: magic vars 172629 1726888994.56636: variable 'omit' from source: magic vars 172629 1726888994.56778: 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) 172629 1726888994.56794: 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) 172629 1726888994.56813: 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) 172629 1726888994.56837: 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) 172629 1726888994.56848: 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) 172629 1726888994.56925: variable 'mount_info' from source: unknown 172629 1726888994.56931: variable 'omit' from source: magic vars 172629 1726888994.56998: variable 'mount_info' from source: unknown 172629 1726888994.57159: variable 'mount_info' from source: unknown 172629 1726888994.57175: variable 'omit' from source: magic vars 172629 1726888994.57234: variable 'mount_info' from source: unknown 172629 1726888994.57237: variable 'omit' from source: magic vars 172629 1726888994.57326: variable 'mount_info' from source: unknown 172629 1726888994.57341: variable 'omit' from source: magic vars 172629 1726888994.57366: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888994.57399: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888994.57412: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888994.57426: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888994.57438: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888994.57487: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888994.57491: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888994.57494: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888994.57599: Set connection var ansible_timeout to 10 172629 1726888994.57605: Set connection var ansible_shell_type to sh 172629 1726888994.57607: Set connection var ansible_pipelining to False 172629 1726888994.57610: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888994.57612: Set connection var ansible_shell_executable to /bin/sh 172629 1726888994.57614: Set connection var ansible_connection to ssh 172629 1726888994.57629: variable 'ansible_shell_executable' from source: unknown 172629 1726888994.57632: variable 'ansible_connection' from source: unknown 172629 1726888994.57635: variable 'ansible_module_compression' from source: unknown 172629 1726888994.57637: variable 'ansible_shell_type' from source: unknown 172629 1726888994.57639: variable 'ansible_shell_executable' from source: unknown 172629 1726888994.57644: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888994.57652: variable 'ansible_pipelining' from source: unknown 172629 1726888994.57656: variable 'ansible_timeout' from source: unknown 172629 1726888994.57693: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888994.57856: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888994.57869: variable 'omit' from source: magic vars 172629 1726888994.57875: starting attempt loop 172629 1726888994.57881: running the handler 172629 1726888994.57907: _low_level_execute_command(): starting 172629 1726888994.57910: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888994.58447: 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 <<< 172629 1726888994.58451: stderr 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 <<< 172629 1726888994.58458: 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 <<< 172629 1726888994.58461: stderr 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 <<< 172629 1726888994.58498: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888994.58509: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888994.58584: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888994.60232: stdout chunk (state=3): >>>/root <<< 172629 1726888994.60350: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888994.60373: stderr chunk (state=3): >>><<< 172629 1726888994.60392: stdout chunk (state=3): >>><<< 172629 1726888994.60405: _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 172629 1726888994.60468: _low_level_execute_command(): starting 172629 1726888994.60473: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888994.6040978-176065-273776736296830 `" && echo ansible-tmp-1726888994.6040978-176065-273776736296830="` echo /root/.ansible/tmp/ansible-tmp-1726888994.6040978-176065-273776736296830 `" ) && sleep 0' 172629 1726888994.60850: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888994.60883: 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 <<< 172629 1726888994.60887: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888994.60932: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888994.60936: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888994.60987: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888994.62906: stdout chunk (state=3): >>>ansible-tmp-1726888994.6040978-176065-273776736296830=/root/.ansible/tmp/ansible-tmp-1726888994.6040978-176065-273776736296830 <<< 172629 1726888994.63007: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888994.63034: stderr chunk (state=3): >>><<< 172629 1726888994.63037: stdout chunk (state=3): >>><<< 172629 1726888994.63051: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888994.6040978-176065-273776736296830=/root/.ansible/tmp/ansible-tmp-1726888994.6040978-176065-273776736296830 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726888994.63166: variable 'ansible_module_compression' from source: unknown 172629 1726888994.63175: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 172629 1726888994.63214: variable 'ansible_facts' from source: unknown 172629 1726888994.63300: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888994.6040978-176065-273776736296830/AnsiballZ_mount.py 172629 1726888994.63588: Sending initial data 172629 1726888994.63594: Sent initial data (156 bytes) 172629 1726888994.64163: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888994.64166: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888994.64238: 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 <<< 172629 1726888994.64286: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888994.64288: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888994.64328: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888994.65894: 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 <<< 172629 1726888994.65899: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888994.65946: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888994.65996: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpyjwwucoy /root/.ansible/tmp/ansible-tmp-1726888994.6040978-176065-273776736296830/AnsiballZ_mount.py <<< 172629 1726888994.66003: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888994.6040978-176065-273776736296830/AnsiballZ_mount.py" <<< 172629 1726888994.66048: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpyjwwucoy" to remote "/root/.ansible/tmp/ansible-tmp-1726888994.6040978-176065-273776736296830/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888994.6040978-176065-273776736296830/AnsiballZ_mount.py" <<< 172629 1726888994.66798: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888994.66940: stderr chunk (state=3): >>><<< 172629 1726888994.66943: stdout chunk (state=3): >>><<< 172629 1726888994.66945: done transferring module to remote 172629 1726888994.66948: _low_level_execute_command(): starting 172629 1726888994.66950: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888994.6040978-176065-273776736296830/ /root/.ansible/tmp/ansible-tmp-1726888994.6040978-176065-273776736296830/AnsiballZ_mount.py && sleep 0' 172629 1726888994.67673: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888994.67861: 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 <<< 172629 1726888994.67975: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888994.68122: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888994.69911: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888994.69933: stderr chunk (state=3): >>><<< 172629 1726888994.69936: stdout chunk (state=3): >>><<< 172629 1726888994.69965: _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 172629 1726888994.69971: _low_level_execute_command(): starting 172629 1726888994.69974: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888994.6040978-176065-273776736296830/AnsiballZ_mount.py && sleep 0' 172629 1726888994.70584: 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 <<< 172629 1726888994.70791: stderr 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 <<< 172629 1726888994.70794: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888994.70845: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888994.70848: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888994.71072: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888994.73165: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888994.73192: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888994.73226: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888994.73296: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888994.73330: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888994.73369: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888994.73403: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888994.73449: 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' <<< 172629 1726888994.73479: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888994.73505: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888994.73561: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888994.73598: 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 0x7f712eb684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712eb37b30> # /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 0x7f712eb6aa50> <<< 172629 1726888994.73645: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888994.73671: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888994.73698: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888994.73716: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888994.73785: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888994.73815: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888994.73874: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888994.73877: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888994.73902: 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' <<< 172629 1726888994.73932: 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 <<< 172629 1726888994.73962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888994.73975: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e91d130> <<< 172629 1726888994.74021: 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 <<< 172629 1726888994.74025: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888994.74057: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e91e120> <<< 172629 1726888994.74061: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888994.74091: 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. <<< 172629 1726888994.74336: 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' <<< 172629 1726888994.74380: 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' <<< 172629 1726888994.74383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888994.74450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888994.74459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888994.74488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e95aea0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888994.74541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888994.74544: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726888994.74583: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e9701a0> # /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' <<< 172629 1726888994.74605: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888994.74651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888994.74722: 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' <<< 172629 1726888994.74746: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e993a40> # /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 0x7f712e9b4110> <<< 172629 1726888994.74758: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888994.74806: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e973ce0> <<< 172629 1726888994.74828: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888994.74841: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e971400> <<< 172629 1726888994.74937: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e9591c0> <<< 172629 1726888994.74980: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888994.74988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888994.75036: 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' <<< 172629 1726888994.75063: 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' <<< 172629 1726888994.75110: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e9b7980> <<< 172629 1726888994.75133: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e9b65a0> <<< 172629 1726888994.75149: 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 0x7f712e9722d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e95b0b0> <<< 172629 1726888994.75202: 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' <<< 172629 1726888994.75225: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e9e49e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e958440> # /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' <<< 172629 1726888994.75280: 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 0x7f712e9e4e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e9e4d40> <<< 172629 1726888994.75315: 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 0x7f712e9e5130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e956f60> <<< 172629 1726888994.75347: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726888994.75417: 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' <<< 172629 1726888994.75459: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e9e5820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e9e54f0> import 'importlib.machinery' # <<< 172629 1726888994.75464: 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 0x7f712e9e6720> <<< 172629 1726888994.75511: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726888994.75514: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888994.75550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888994.75580: 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 0x7f712ea00950> import 'errno' # <<< 172629 1726888994.75632: 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 0x7f712ea02060> <<< 172629 1726888994.75688: 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' <<< 172629 1726888994.75721: 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 0x7f712ea02ed0> <<< 172629 1726888994.75756: 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 0x7f712ea03530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712ea02420> <<< 172629 1726888994.75780: 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' <<< 172629 1726888994.75835: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888994.75871: 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 0x7f712ea03ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712ea03620> <<< 172629 1726888994.75897: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e9e6780> <<< 172629 1726888994.75944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888994.75963: 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 <<< 172629 1726888994.76127: 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 0x7f712e77fda0> <<< 172629 1726888994.76379: 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 0x7f712e7a8890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e7a85f0> # 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 0x7f712e7a88c0> # /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 0x7f712e7a91f0> <<< 172629 1726888994.76447: 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 0x7f712e7a9bb0> <<< 172629 1726888994.76464: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e7a8aa0> <<< 172629 1726888994.76492: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e77df40> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888994.76508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888994.76533: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888994.76559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e7aafc0> <<< 172629 1726888994.76575: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e7a9d00> <<< 172629 1726888994.76594: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e9e6e70> <<< 172629 1726888994.76615: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888994.76679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888994.76694: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888994.76730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888994.76761: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e7d3320> <<< 172629 1726888994.76822: 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' <<< 172629 1726888994.76857: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888994.76875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888994.76915: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e7f76e0> <<< 172629 1726888994.76938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888994.76972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888994.77019: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888994.77052: 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 0x7f712e8584d0> <<< 172629 1726888994.77071: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888994.77091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888994.77117: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888994.77159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888994.77241: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e85ac30> <<< 172629 1726888994.77318: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e8585f0> <<< 172629 1726888994.77351: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e81d4c0> <<< 172629 1726888994.77390: 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 0x7f712e1295e0> <<< 172629 1726888994.77413: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e7f64e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e7abef0> <<< 172629 1726888994.77524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888994.77535: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f712e7f6ae0> <<< 172629 1726888994.77698: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_7p5805sw/ansible_mount_payload.zip' <<< 172629 1726888994.77714: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.77830: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.77868: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888994.77871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888994.77915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888994.77987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888994.78027: 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' <<< 172629 1726888994.78045: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e17f320> import '_typing' # <<< 172629 1726888994.78220: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e162210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e161370> # zipimport: zlib available <<< 172629 1726888994.78269: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726888994.78317: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888994.78320: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888994.78331: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.79735: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.80860: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888994.80866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e17d1c0> <<< 172629 1726888994.80899: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726888994.80903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888994.80951: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726888994.80957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888994.80981: 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 0x7f712e1aacf0> <<< 172629 1726888994.81020: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e1aaa80> <<< 172629 1726888994.81075: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e1aa390> <<< 172629 1726888994.81078: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888994.81132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888994.81135: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e1aade0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712eb6a9c0> <<< 172629 1726888994.81182: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888994.81186: 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 0x7f712e1aba40> <<< 172629 1726888994.81213: 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 0x7f712e1abc50> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888994.81279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888994.81291: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888994.81335: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e1d4110> <<< 172629 1726888994.81367: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888994.81390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888994.81430: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e019ee0> <<< 172629 1726888994.81468: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888994.81498: 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 0x7f712e01bb00> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888994.81509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888994.81541: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e01c500> <<< 172629 1726888994.81553: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888994.81603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888994.81607: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e01d400> <<< 172629 1726888994.81626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888994.81662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888994.81684: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726888994.81699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726888994.81737: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e024140> <<< 172629 1726888994.81801: 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 0x7f712e024260> <<< 172629 1726888994.81805: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e01e3f0> <<< 172629 1726888994.81827: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888994.81870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888994.81882: 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 <<< 172629 1726888994.81951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888994.81958: 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' <<< 172629 1726888994.81981: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e0680b0> import '_tokenize' # <<< 172629 1726888994.82051: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e026ba0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e026900> <<< 172629 1726888994.82079: 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' <<< 172629 1726888994.82142: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e026e70> <<< 172629 1726888994.82179: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e01e900> <<< 172629 1726888994.82206: 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 0x7f712e06c380> <<< 172629 1726888994.82229: 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 0x7f712e06c530> <<< 172629 1726888994.82245: 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 <<< 172629 1726888994.82279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888994.82299: 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' <<< 172629 1726888994.82334: 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' <<< 172629 1726888994.82350: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f712e06e000> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e06ddc0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888994.82474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888994.82542: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888994.82546: 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 0x7f712e070560> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e06e6f0> <<< 172629 1726888994.82562: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888994.82609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888994.82633: 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' # <<< 172629 1726888994.82682: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e073d10> <<< 172629 1726888994.82809: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e0706e0> <<< 172629 1726888994.82877: 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 0x7f712e074a40> <<< 172629 1726888994.82916: 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 0x7f712e074f20> <<< 172629 1726888994.82985: 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 0x7f712e074e60> <<< 172629 1726888994.82988: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e06c710> <<< 172629 1726888994.83018: 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 <<< 172629 1726888994.83049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888994.83075: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888994.83105: 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 0x7f712df00530> <<< 172629 1726888994.83268: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888994.83305: 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 0x7f712df015b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e076cc0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888994.83328: 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 0x7f712e0778c0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e076900> # zipimport: zlib available <<< 172629 1726888994.83359: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888994.83448: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.83539: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.83553: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888994.83588: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.83594: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.83618: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888994.83728: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.83852: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.84411: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.85041: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888994.85045: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888994.85047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888994.85078: 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 0x7f712df05880> <<< 172629 1726888994.85164: 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' <<< 172629 1726888994.85182: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712df06570> <<< 172629 1726888994.85193: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712df016d0> <<< 172629 1726888994.85240: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888994.85264: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.85267: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.85295: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888994.85299: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.85456: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.85611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888994.85614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712df06360> <<< 172629 1726888994.85634: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.86089: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.86538: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.86608: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.86683: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888994.86689: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.86733: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.86783: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888994.86795: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.86867: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.86952: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888994.86959: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.86974: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888994.87004: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.87021: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.87068: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888994.87087: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.87297: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.87541: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888994.87589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888994.87602: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888994.87674: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712df07800> # zipimport: zlib available <<< 172629 1726888994.87751: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.87826: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726888994.87833: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888994.87848: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888994.87869: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.87913: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.87952: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888994.87963: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.88002: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.88047: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.88105: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.88170: 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 <<< 172629 1726888994.88210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888994.88291: 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 0x7f712df123c0> <<< 172629 1726888994.88333: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712df0d0d0> <<< 172629 1726888994.88364: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888994.88373: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 172629 1726888994.88378: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.88445: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.88506: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.88539: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.88581: 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 <<< 172629 1726888994.88586: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888994.88602: 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 <<< 172629 1726888994.88631: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888994.88646: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888994.88707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888994.88725: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888994.88748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888994.88798: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e1fac30> <<< 172629 1726888994.88840: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e1e6900> <<< 172629 1726888994.88921: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712df12540> <<< 172629 1726888994.88924: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712df01b80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888994.88937: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.88968: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.88995: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726888994.88996: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888994.89044: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888994.89083: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.89087: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.89094: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 172629 1726888994.89113: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.89119: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible' # <<< 172629 1726888994.89149: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.89152: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix' # <<< 172629 1726888994.89178: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.89192: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # <<< 172629 1726888994.89210: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.89225: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.89232: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.modules' # <<< 172629 1726888994.89244: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.89672: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.90054: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.90089: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available <<< 172629 1726888994.90131: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.90162: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 172629 1726888994.90247: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888994.90448: stdout chunk (state=3): >>> {"changed": true, "name": "none", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "fstype": "swap", "invocation": {"module_args": {"src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "path": "none", "fstype": "swap", "opts": "defaults", "state": "present", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null}}} <<< 172629 1726888994.90477: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888994.90809: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888994.90814: 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__ <<< 172629 1726888994.90835: stdout chunk (state=3): >>># clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc <<< 172629 1726888994.90867: stdout chunk (state=3): >>># 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 <<< 172629 1726888994.90874: stdout chunk (state=3): >>># cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil <<< 172629 1726888994.90907: stdout chunk (state=3): >>># cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # 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 <<< 172629 1726888994.90921: 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 # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd <<< 172629 1726888994.90935: stdout chunk (state=3): >>># cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon <<< 172629 1726888994.90976: stdout chunk (state=3): >>># cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors <<< 172629 1726888994.90980: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # 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 <<< 172629 1726888994.90982: stdout chunk (state=3): >>># destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount <<< 172629 1726888994.91209: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888994.91219: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888994.91242: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726888994.91246: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888994.91273: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726888994.91296: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888994.91325: 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 <<< 172629 1726888994.91328: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json<<< 172629 1726888994.91358: stdout chunk (state=3): >>> # destroy grp # destroy encodings # destroy _locale <<< 172629 1726888994.91366: stdout chunk (state=3): >>># destroy pwd <<< 172629 1726888994.91382: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726888994.91391: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726888994.91423: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726888994.91426: stdout chunk (state=3): >>># destroy array <<< 172629 1726888994.91430: stdout chunk (state=3): >>># destroy datetime <<< 172629 1726888994.91448: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888994.91454: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888994.91496: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 172629 1726888994.91503: 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 <<< 172629 1726888994.91529: 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 <<< 172629 1726888994.91534: 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 <<< 172629 1726888994.91568: stdout chunk (state=3): >>># cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 172629 1726888994.91571: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 172629 1726888994.91578: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 172629 1726888994.91608: 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 <<< 172629 1726888994.91613: 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 <<< 172629 1726888994.91631: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 172629 1726888994.91635: 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 <<< 172629 1726888994.91768: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888994.91773: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 172629 1726888994.91803: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 172629 1726888994.91821: stdout chunk (state=3): >>># destroy tokenize <<< 172629 1726888994.91825: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888994.91861: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726888994.91876: 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 <<< 172629 1726888994.91887: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888994.91903: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib<<< 172629 1726888994.91907: stdout chunk (state=3): >>> <<< 172629 1726888994.91994: 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 <<< 172629 1726888994.92009: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time<<< 172629 1726888994.92019: stdout chunk (state=3): >>> <<< 172629 1726888994.92040: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726888994.92043: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726888994.92089: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726888994.92092: stdout chunk (state=3): >>># destroy itertools <<< 172629 1726888994.92121: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888994.92580: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888994.92583: stdout chunk (state=3): >>><<< 172629 1726888994.92586: stderr chunk (state=3): >>><<< 172629 1726888994.92608: _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 0x7f712eb684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712eb37b30> # /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 0x7f712eb6aa50> 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 0x7f712e91d130> # /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 0x7f712e91e120> 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 0x7f712e95aea0> # /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 0x7f712e9701a0> # /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 0x7f712e993a40> # /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 0x7f712e9b4110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e973ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e971400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e9591c0> # /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 0x7f712e9b7980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e9b65a0> # /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 0x7f712e9722d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e95b0b0> # /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 0x7f712e9e49e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e958440> # /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 0x7f712e9e4e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e9e4d40> # 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 0x7f712e9e5130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e956f60> # /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 0x7f712e9e5820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e9e54f0> 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 0x7f712e9e6720> 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 0x7f712ea00950> 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 0x7f712ea02060> # /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 0x7f712ea02ed0> # 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 0x7f712ea03530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712ea02420> # /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 0x7f712ea03ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712ea03620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e9e6780> # /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 0x7f712e77fda0> # /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 0x7f712e7a8890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e7a85f0> # 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 0x7f712e7a88c0> # /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 0x7f712e7a91f0> # 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 0x7f712e7a9bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e7a8aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e77df40> # /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 0x7f712e7aafc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e7a9d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e9e6e70> # /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 0x7f712e7d3320> # /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 0x7f712e7f76e0> # /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 0x7f712e8584d0> # /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 0x7f712e85ac30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e8585f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e81d4c0> # /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 0x7f712e1295e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e7f64e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e7abef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f712e7f6ae0> # zipimport: found 36 names in '/tmp/ansible_mount_payload_7p5805sw/ansible_mount_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 0x7f712e17f320> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e162210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e161370> # 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 0x7f712e17d1c0> # /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 0x7f712e1aacf0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e1aaa80> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e1aa390> # /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 0x7f712e1aade0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712eb6a9c0> 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 0x7f712e1aba40> # 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 0x7f712e1abc50> # /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 0x7f712e1d4110> 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 0x7f712e019ee0> # 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 0x7f712e01bb00> # /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 0x7f712e01c500> # /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 0x7f712e01d400> # /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 0x7f712e024140> # 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 0x7f712e024260> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e01e3f0> # /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 0x7f712e0680b0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e026ba0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e026900> # /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 0x7f712e026e70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e01e900> # 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 0x7f712e06c380> # /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 0x7f712e06c530> # /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 0x7f712e06e000> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e06ddc0> # /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 0x7f712e070560> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e06e6f0> # /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 0x7f712e073d10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e0706e0> # 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 0x7f712e074a40> # 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 0x7f712e074f20> # 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 0x7f712e074e60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e06c710> # /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 0x7f712df00530> # 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 0x7f712df015b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e076cc0> # 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 0x7f712e0778c0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e076900> # 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 0x7f712df05880> # /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 0x7f712df06570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712df016d0> 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 0x7f712df06360> # 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 0x7f712df07800> # 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 0x7f712df123c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712df0d0d0> 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 0x7f712e1fac30> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712e1e6900> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712df12540> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f712df01b80> # 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.ansible' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # # zipimport: zlib available {"changed": true, "name": "none", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "fstype": "swap", "invocation": {"module_args": {"src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "path": "none", "fstype": "swap", "opts": "defaults", "state": "present", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": 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.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount # 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. 172629 1726888994.93236: done with _execute_module (mount, {'src': 'UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', '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': 'mount', '_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-1726888994.6040978-176065-273776736296830/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888994.93240: _low_level_execute_command(): starting 172629 1726888994.93243: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888994.6040978-176065-273776736296830/ > /dev/null 2>&1 && sleep 0' 172629 1726888994.93734: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888994.93737: 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 <<< 172629 1726888994.93740: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888994.93742: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888994.93772: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888994.93847: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888994.95700: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888994.95725: stderr chunk (state=3): >>><<< 172629 1726888994.95729: stdout chunk (state=3): >>><<< 172629 1726888994.95741: _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 172629 1726888994.95748: handler run complete 172629 1726888994.95768: attempt loop complete, returning result 172629 1726888994.95789: variable 'mount_info' from source: unknown 172629 1726888994.96032: variable 'mount_info' from source: unknown changed: [managed_node1] => (item={'src': 'UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f" } 172629 1726888994.96669: dumping result to json 172629 1726888994.96678: done dumping result, returning 172629 1726888994.96681: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-d0a8-add8-000000001c22] 172629 1726888994.96683: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c22 172629 1726888994.96743: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c22 172629 1726888994.96748: WORKER PROCESS EXITING 172629 1726888994.96842: no more pending results, returning what we have 172629 1726888994.96846: results queue empty 172629 1726888994.96847: checking for any_errors_fatal 172629 1726888994.96860: done checking for any_errors_fatal 172629 1726888994.96861: checking for max_fail_percentage 172629 1726888994.96911: done checking for max_fail_percentage 172629 1726888994.96913: checking to see if all hosts have failed and the running result is not ok 172629 1726888994.96916: done checking to see if all hosts have failed 172629 1726888994.96917: getting the remaining hosts for this loop 172629 1726888994.96921: done getting the remaining hosts for this loop 172629 1726888994.96925: getting the next task for host managed_node1 172629 1726888994.96931: done getting next task for host managed_node1 172629 1726888994.96936: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 172629 1726888994.96940: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888994.96958: getting variables 172629 1726888994.96960: in VariableManager get_vars() 172629 1726888994.97006: Calling all_inventory to load vars for managed_node1 172629 1726888994.97009: Calling groups_inventory to load vars for managed_node1 172629 1726888994.97014: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888994.97026: Calling all_plugins_play to load vars for managed_node1 172629 1726888994.97030: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888994.97037: Calling groups_plugins_play to load vars for managed_node1 172629 1726888994.97817: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888994.98167: done with get_vars() 172629 1726888994.98182: 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 23:23:14 -0400 (0:00:00.458) 0:01:35.262 ****** 172629 1726888994.98248: entering _queue_task() for managed_node1/file 172629 1726888994.98500: worker is 1 (out of 1 available) 172629 1726888994.98512: exiting _queue_task() for managed_node1/file 172629 1726888994.98523: done queuing things up, now waiting for results queue to drain 172629 1726888994.98524: waiting for pending results... 172629 1726888994.98973: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 172629 1726888994.99071: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c24 172629 1726888994.99075: variable 'ansible_search_path' from source: unknown 172629 1726888994.99078: variable 'ansible_search_path' from source: unknown 172629 1726888994.99504: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888995.01921: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888995.01996: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888995.02023: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888995.02065: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888995.02116: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888995.02187: 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) 172629 1726888995.02227: 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) 172629 1726888995.02261: 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) 172629 1726888995.02288: 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) 172629 1726888995.02334: 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) 172629 1726888995.02368: 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) 172629 1726888995.02421: 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) 172629 1726888995.02457: 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) 172629 1726888995.02781: 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) 172629 1726888995.02785: 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) 172629 1726888995.02792: 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) 172629 1726888995.02794: 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) 172629 1726888995.02796: 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) 172629 1726888995.02801: 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) 172629 1726888995.02803: 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) 172629 1726888995.03429: variable 'blivet_output' from source: set_fact 172629 1726888995.03576: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888995.04250: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888995.04345: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888995.04418: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888995.04520: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888995.04580: 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) 172629 1726888995.04615: 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) 172629 1726888995.04727: 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) 172629 1726888995.04730: 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) 172629 1726888995.04900: variable 'omit' from source: magic vars 172629 1726888995.05272: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888995.05275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888995.05277: variable 'omit' from source: magic vars 172629 1726888995.05727: variable 'mount_info' from source: unknown 172629 1726888995.05740: Evaluated conditional (mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none): False 172629 1726888995.05747: when evaluation is False, skipping this task 172629 1726888995.05791: variable 'mount_info' from source: unknown 172629 1726888995.05873: variable 'mount_info' from source: unknown skipping: [managed_node1] => (item={'src': 'UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "state": "present" }, "skip_reason": "Conditional result was False" } 172629 1726888995.06229: dumping result to json 172629 1726888995.06232: done dumping result, returning 172629 1726888995.06235: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-d0a8-add8-000000001c24] 172629 1726888995.06242: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c24 skipping: [managed_node1] => { "changed": false } MSG: All items skipped 172629 1726888995.06443: no more pending results, returning what we have 172629 1726888995.06446: results queue empty 172629 1726888995.06447: checking for any_errors_fatal 172629 1726888995.06463: done checking for any_errors_fatal 172629 1726888995.06465: checking for max_fail_percentage 172629 1726888995.06468: done checking for max_fail_percentage 172629 1726888995.06469: checking to see if all hosts have failed and the running result is not ok 172629 1726888995.06470: done checking to see if all hosts have failed 172629 1726888995.06471: getting the remaining hosts for this loop 172629 1726888995.06474: done getting the remaining hosts for this loop 172629 1726888995.06478: getting the next task for host managed_node1 172629 1726888995.06484: done getting next task for host managed_node1 172629 1726888995.06488: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888995.06492: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888995.06516: getting variables 172629 1726888995.06518: in VariableManager get_vars() 172629 1726888995.06563: Calling all_inventory to load vars for managed_node1 172629 1726888995.06565: Calling groups_inventory to load vars for managed_node1 172629 1726888995.06568: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888995.06578: Calling all_plugins_play to load vars for managed_node1 172629 1726888995.06582: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888995.06586: Calling groups_plugins_play to load vars for managed_node1 172629 1726888995.07269: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c24 172629 1726888995.07273: WORKER PROCESS EXITING 172629 1726888995.07428: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888995.08817: done with get_vars() 172629 1726888995.08834: 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 23:23:15 -0400 (0:00:00.108) 0:01:35.370 ****** 172629 1726888995.09075: entering _queue_task() for managed_node1/systemd 172629 1726888995.09966: worker is 1 (out of 1 available) 172629 1726888995.09980: exiting _queue_task() for managed_node1/systemd 172629 1726888995.09995: done queuing things up, now waiting for results queue to drain 172629 1726888995.09997: waiting for pending results... 172629 1726888995.10265: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726888995.10428: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c26 172629 1726888995.10433: variable 'ansible_search_path' from source: unknown 172629 1726888995.10438: variable 'ansible_search_path' from source: unknown 172629 1726888995.10478: calling self._execute() 172629 1726888995.10588: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888995.10602: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888995.10621: variable 'omit' from source: magic vars 172629 1726888995.10962: variable 'blivet_output' from source: set_fact 172629 1726888995.10999: Evaluated conditional (blivet_output['mounts']): True 172629 1726888995.11003: variable 'omit' from source: magic vars 172629 1726888995.11050: variable 'omit' from source: magic vars 172629 1726888995.11077: variable 'omit' from source: magic vars 172629 1726888995.11108: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888995.11137: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888995.11153: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888995.11171: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888995.11181: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888995.11207: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888995.11210: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888995.11212: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888995.11283: Set connection var ansible_timeout to 10 172629 1726888995.11287: Set connection var ansible_shell_type to sh 172629 1726888995.11295: Set connection var ansible_pipelining to False 172629 1726888995.11297: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888995.11304: Set connection var ansible_shell_executable to /bin/sh 172629 1726888995.11307: Set connection var ansible_connection to ssh 172629 1726888995.11322: variable 'ansible_shell_executable' from source: unknown 172629 1726888995.11325: variable 'ansible_connection' from source: unknown 172629 1726888995.11328: variable 'ansible_module_compression' from source: unknown 172629 1726888995.11330: variable 'ansible_shell_type' from source: unknown 172629 1726888995.11332: variable 'ansible_shell_executable' from source: unknown 172629 1726888995.11334: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888995.11341: variable 'ansible_pipelining' from source: unknown 172629 1726888995.11344: variable 'ansible_timeout' from source: unknown 172629 1726888995.11348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888995.11511: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888995.11523: variable 'omit' from source: magic vars 172629 1726888995.11526: starting attempt loop 172629 1726888995.11528: running the handler 172629 1726888995.11540: _low_level_execute_command(): starting 172629 1726888995.11547: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888995.12343: 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 debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888995.12370: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888995.14038: stdout chunk (state=3): >>>/root <<< 172629 1726888995.14127: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888995.14153: stderr chunk (state=3): >>><<< 172629 1726888995.14161: stdout chunk (state=3): >>><<< 172629 1726888995.14181: _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 172629 1726888995.14193: _low_level_execute_command(): starting 172629 1726888995.14199: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888995.1418126-176086-163090418105369 `" && echo ansible-tmp-1726888995.1418126-176086-163090418105369="` echo /root/.ansible/tmp/ansible-tmp-1726888995.1418126-176086-163090418105369 `" ) && sleep 0' 172629 1726888995.14690: 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 <<< 172629 1726888995.14696: stderr 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 <<< 172629 1726888995.14699: 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 <<< 172629 1726888995.14702: stderr 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 <<< 172629 1726888995.14747: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888995.14750: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888995.14860: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888995.14864: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888995.16738: stdout chunk (state=3): >>>ansible-tmp-1726888995.1418126-176086-163090418105369=/root/.ansible/tmp/ansible-tmp-1726888995.1418126-176086-163090418105369 <<< 172629 1726888995.16849: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888995.16878: stderr chunk (state=3): >>><<< 172629 1726888995.16881: stdout chunk (state=3): >>><<< 172629 1726888995.16898: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888995.1418126-176086-163090418105369=/root/.ansible/tmp/ansible-tmp-1726888995.1418126-176086-163090418105369 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888995.16937: variable 'ansible_module_compression' from source: unknown 172629 1726888995.16980: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 172629 1726888995.17033: variable 'ansible_facts' from source: unknown 172629 1726888995.17174: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888995.1418126-176086-163090418105369/AnsiballZ_systemd.py 172629 1726888995.17271: Sending initial data 172629 1726888995.17275: Sent initial data (158 bytes) 172629 1726888995.17827: 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' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888995.17900: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888995.17940: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888995.19498: 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 <<< 172629 1726888995.19503: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888995.19533: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888995.19579: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpejovw2ls /root/.ansible/tmp/ansible-tmp-1726888995.1418126-176086-163090418105369/AnsiballZ_systemd.py <<< 172629 1726888995.19584: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888995.1418126-176086-163090418105369/AnsiballZ_systemd.py" <<< 172629 1726888995.19647: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpejovw2ls" to remote "/root/.ansible/tmp/ansible-tmp-1726888995.1418126-176086-163090418105369/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888995.1418126-176086-163090418105369/AnsiballZ_systemd.py" <<< 172629 1726888995.21197: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888995.21278: stderr chunk (state=3): >>><<< 172629 1726888995.21282: stdout chunk (state=3): >>><<< 172629 1726888995.21315: done transferring module to remote 172629 1726888995.21373: _low_level_execute_command(): starting 172629 1726888995.21377: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888995.1418126-176086-163090418105369/ /root/.ansible/tmp/ansible-tmp-1726888995.1418126-176086-163090418105369/AnsiballZ_systemd.py && sleep 0' 172629 1726888995.22149: 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 <<< 172629 1726888995.22189: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888995.22195: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888995.22197: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888995.22236: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888995.24050: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888995.24080: stderr chunk (state=3): >>><<< 172629 1726888995.24083: stdout chunk (state=3): >>><<< 172629 1726888995.24093: _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 172629 1726888995.24147: _low_level_execute_command(): starting 172629 1726888995.24150: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888995.1418126-176086-163090418105369/AnsiballZ_systemd.py && sleep 0' 172629 1726888995.24500: 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 <<< 172629 1726888995.24517: stderr 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 <<< 172629 1726888995.24574: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888995.24590: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888995.24651: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888995.26872: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 172629 1726888995.26906: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888995.26993: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888995.27033: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888995.27072: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888995.27133: 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' <<< 172629 1726888995.27138: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888995.27269: 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 0x7f47262184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47261e7b30> # /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' <<< 172629 1726888995.27319: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472621aa50> <<< 172629 1726888995.27362: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 172629 1726888995.27382: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888995.27486: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888995.27516: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # <<< 172629 1726888995.27543: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888995.27601: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726888995.27648: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725fc9130> <<< 172629 1726888995.27717: 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 0x7f4725fca120> import 'site' # <<< 172629 1726888995.27769: 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. <<< 172629 1726888995.28244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888995.28314: 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' <<< 172629 1726888995.28385: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4726006ea0> # /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 0x7f472601c1a0> <<< 172629 1726888995.28416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888995.28440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888995.28460: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888995.28559: 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 0x7f472603fa40> <<< 172629 1726888995.28610: 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 0x7f4726060110> <<< 172629 1726888995.28638: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888995.28668: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472601fce0> import '_functools' # <<< 172629 1726888995.28697: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472601d400> <<< 172629 1726888995.28772: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47260051c0> <<< 172629 1726888995.28793: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888995.28816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888995.28822: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726888995.28859: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888995.28872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888995.28905: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726888995.28939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726888995.28944: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4726063950> <<< 172629 1726888995.28971: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4726062570> <<< 172629 1726888995.28984: 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' <<< 172629 1726888995.28999: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472601e2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47260070b0> <<< 172629 1726888995.29077: 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 0x7f4726090980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4726004440> <<< 172629 1726888995.29128: 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' <<< 172629 1726888995.29135: 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 0x7f4726090e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4726090ce0> <<< 172629 1726888995.29187: 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 0x7f47260910d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4726002f60> <<< 172629 1726888995.29231: 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 <<< 172629 1726888995.29292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4726091760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4726091460> <<< 172629 1726888995.29295: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726888995.29317: 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' <<< 172629 1726888995.29335: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4726092660> <<< 172629 1726888995.29380: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726888995.29402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888995.29443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888995.29457: 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 0x7f47260ac890> <<< 172629 1726888995.29482: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888995.29514: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888995.29530: 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 0x7f47260adfd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888995.29538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888995.29576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888995.29603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47260aee70> <<< 172629 1726888995.29635: 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 0x7f47260af4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47260ae3c0> <<< 172629 1726888995.29663: 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' <<< 172629 1726888995.29705: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888995.29709: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888995.29734: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47260aff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47260af650> <<< 172629 1726888995.29772: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47260926c0> <<< 172629 1726888995.29831: 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' <<< 172629 1726888995.29865: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888995.29869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888995.29966: 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 0x7f4725d97dd0> # /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' <<< 172629 1726888995.30008: 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 0x7f4725dc08f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725dc0650> # 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 0x7f4725dc0890> # /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' <<< 172629 1726888995.30088: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888995.30209: 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 0x7f4725dc11f0> <<< 172629 1726888995.30339: 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 0x7f4725dc1be0> <<< 172629 1726888995.30342: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725dc0aa0> <<< 172629 1726888995.30354: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725d95f70> <<< 172629 1726888995.30371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888995.30436: 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 <<< 172629 1726888995.30467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725dc2f90> <<< 172629 1726888995.30470: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725dc1a60> <<< 172629 1726888995.30510: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4726092db0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888995.30617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888995.30635: 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' <<< 172629 1726888995.30677: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725deb2c0> <<< 172629 1726888995.30721: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888995.30805: 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 <<< 172629 1726888995.30823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725e13680> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888995.30863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888995.30941: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888995.30944: 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 0x7f4725e70470> <<< 172629 1726888995.30989: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888995.30994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888995.31048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888995.31103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888995.31140: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725e72bd0> <<< 172629 1726888995.31217: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725e70590> <<< 172629 1726888995.31274: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725e35460> <<< 172629 1726888995.31277: 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 0x7f4725729520> <<< 172629 1726888995.31303: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725e12480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725dc3e90> <<< 172629 1726888995.31480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888995.31512: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4725e127e0> <<< 172629 1726888995.31781: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_9c_s6gop/ansible_systemd_payload.zip' <<< 172629 1726888995.31785: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.31882: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.31929: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888995.31932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888995.31967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888995.32050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888995.32070: 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 0x7f47257931a0> <<< 172629 1726888995.32077: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888995.32266: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472576e090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472576d250> <<< 172629 1726888995.32315: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible' # # zipimport: zlib available <<< 172629 1726888995.32350: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.32367: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888995.33757: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.34847: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888995.34854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725791040> <<< 172629 1726888995.34900: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726888995.34927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888995.34930: 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' <<< 172629 1726888995.34964: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726888995.34995: 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 0x7f47257c2b10> <<< 172629 1726888995.35028: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47257c28a0> <<< 172629 1726888995.35072: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47257c21b0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888995.35107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888995.35119: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47257c2600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725793bc0> import 'atexit' # <<< 172629 1726888995.35149: 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 0x7f47257c3860> <<< 172629 1726888995.35178: 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 0x7f47257c39e0> <<< 172629 1726888995.35207: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888995.35247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888995.35276: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888995.35311: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47257c3f20> <<< 172629 1726888995.35330: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888995.35367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888995.35400: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472562dc40> <<< 172629 1726888995.35431: 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 0x7f472562f8f0> <<< 172629 1726888995.35439: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888995.35461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888995.35500: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47256302c0> <<< 172629 1726888995.35516: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888995.35546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888995.35570: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725631460> <<< 172629 1726888995.35578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888995.35614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888995.35642: 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' <<< 172629 1726888995.35694: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725633f20> <<< 172629 1726888995.35732: 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 0x7f4725dc2f00> <<< 172629 1726888995.35764: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47256321e0> <<< 172629 1726888995.35801: 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' <<< 172629 1726888995.35821: 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' <<< 172629 1726888995.35844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888995.35928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888995.35977: 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' <<< 172629 1726888995.35993: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472563bec0> import '_tokenize' # <<< 172629 1726888995.36065: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472563a990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472563a6f0> <<< 172629 1726888995.36081: 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' <<< 172629 1726888995.36163: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472563ac60> <<< 172629 1726888995.36182: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47256326f0> <<< 172629 1726888995.36203: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888995.36209: 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 0x7f472567fec0> <<< 172629 1726888995.36245: 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 0x7f47256801a0> <<< 172629 1726888995.36298: 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' <<< 172629 1726888995.36312: 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' <<< 172629 1726888995.36332: 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' <<< 172629 1726888995.36350: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4725681c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725681a00> <<< 172629 1726888995.36354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888995.36387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888995.36441: 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 0x7f4725684110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725682240> <<< 172629 1726888995.36471: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888995.36506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888995.36528: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726888995.36531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726888995.36548: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888995.36586: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725687800> <<< 172629 1726888995.36704: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47256841d0> <<< 172629 1726888995.36768: 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' <<< 172629 1726888995.36773: 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 0x7f47256885f0> <<< 172629 1726888995.36799: 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' <<< 172629 1726888995.36805: 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 0x7f4725688620> <<< 172629 1726888995.36844: 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' <<< 172629 1726888995.36847: 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 0x7f4725688b90> <<< 172629 1726888995.36862: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47256802c0> <<< 172629 1726888995.36878: 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' <<< 172629 1726888995.36909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888995.36921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888995.36950: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888995.36973: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888995.36978: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4725514140> <<< 172629 1726888995.37119: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888995.37136: 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 0x7f4725515550> <<< 172629 1726888995.37141: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472568a8d0> <<< 172629 1726888995.37170: 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' <<< 172629 1726888995.37184: 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 0x7f472568bc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472568a510> <<< 172629 1726888995.37187: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.37209: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.37216: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 172629 1726888995.37228: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.37313: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.37401: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.37411: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888995.37434: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.37448: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.37458: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 172629 1726888995.37472: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.37583: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.37698: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.38229: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.38745: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888995.38757: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 172629 1726888995.38768: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888995.38786: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888995.38808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888995.38856: 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 0x7f4725519790> <<< 172629 1726888995.38931: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726888995.38939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 172629 1726888995.38956: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472551a4b0> <<< 172629 1726888995.38965: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725515670> <<< 172629 1726888995.39014: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888995.39021: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.39038: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.39062: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726888995.39068: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.39212: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.39372: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888995.39394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472551a660> # zipimport: zlib available <<< 172629 1726888995.39831: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.40271: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.40339: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.40417: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888995.40420: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.40489: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.40519: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888995.40530: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.40573: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.40669: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888995.40673: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.40705: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888995.40709: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.40745: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.40784: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888995.40791: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.41018: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.41243: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888995.41293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888995.41313: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888995.41379: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472551b7d0> <<< 172629 1726888995.41401: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.41457: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.41533: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 172629 1726888995.41536: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 172629 1726888995.41538: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726888995.41570: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.41605: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.41650: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888995.41669: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.41705: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.41760: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.41797: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.41865: 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 <<< 172629 1726888995.41903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888995.41975: 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' <<< 172629 1726888995.41980: 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 0x7f4725526180> <<< 172629 1726888995.42014: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725521100> <<< 172629 1726888995.42047: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888995.42060: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.42119: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.42180: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.42206: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.42253: 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' <<< 172629 1726888995.42275: 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 <<< 172629 1726888995.42294: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888995.42315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888995.42370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888995.42391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888995.42403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888995.42460: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725602960> <<< 172629 1726888995.42499: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47256fe630> <<< 172629 1726888995.42581: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725525f40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472551b1d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888995.42588: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.42618: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.42644: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888995.42697: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888995.42725: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.42728: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888995.42746: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.42938: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.43122: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.43142: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.43166: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.43206: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.43246: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.43281: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.43318: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 172629 1726888995.43333: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.43408: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.43471: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.43487: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.43537: 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 <<< 172629 1726888995.43595: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 172629 1726888995.43618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726888995.43670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726888995.43691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888995.43730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888995.43753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726888995.43774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888995.43810: 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 0x7f47251eed20> <<< 172629 1726888995.43831: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47251ee150> <<< 172629 1726888995.43895: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47251ec650> <<< 172629 1726888995.44094: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47255b6870> <<< 172629 1726888995.44169: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47255b4800> import 'ansible.module_utils.compat.typing' # <<< 172629 1726888995.44191: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.44344: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.44518: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.44551: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.44603: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py <<< 172629 1726888995.44610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888995.44645: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 172629 1726888995.44695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 172629 1726888995.44698: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 172629 1726888995.44736: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47255a00b0> <<< 172629 1726888995.44739: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 172629 1726888995.44752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 172629 1726888995.44765: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888995.44798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888995.44823: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726888995.44828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 172629 1726888995.44846: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725270e00> <<< 172629 1726888995.44869: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888995.44888: 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 0x7f4725271130> <<< 172629 1726888995.44934: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725260890> <<< 172629 1726888995.44956: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472523bbc0> <<< 172629 1726888995.44979: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47255b5a00> <<< 172629 1726888995.44995: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47255b4c80> <<< 172629 1726888995.45013: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 172629 1726888995.45042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 172629 1726888995.45068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 172629 1726888995.45071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 172629 1726888995.45089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 172629 1726888995.45107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 172629 1726888995.45134: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888995.45140: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4725273d40> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725273620> <<< 172629 1726888995.45185: 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 0x7f4725273800> <<< 172629 1726888995.45209: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725272a50> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 172629 1726888995.45248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 172629 1726888995.45263: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725273e90> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 172629 1726888995.45304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 172629 1726888995.45328: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888995.45365: 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 0x7f472508ea50> <<< 172629 1726888995.45368: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472508ca40> <<< 172629 1726888995.45431: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47255b4bc0> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888995.45460: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 172629 1726888995.45576: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.45674: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # <<< 172629 1726888995.45899: stdout chunk (state=3): >>># 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 <<< 172629 1726888995.46054: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 172629 1726888995.46073: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888995.46107: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.46167: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.46213: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 172629 1726888995.46236: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 172629 1726888995.46709: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.47136: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 172629 1726888995.47146: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.47195: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.47254: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.47282: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.47318: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 172629 1726888995.47333: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.47368: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.47395: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 172629 1726888995.47402: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.47465: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.47515: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 172629 1726888995.47527: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.47557: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.47591: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 172629 1726888995.47595: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.47627: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.47658: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 172629 1726888995.47670: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.47743: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.47829: 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' <<< 172629 1726888995.47858: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472508f440> <<< 172629 1726888995.47878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726888995.47911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726888995.48028: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47250bba40> <<< 172629 1726888995.48038: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 172629 1726888995.48043: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.48109: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.48172: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 172629 1726888995.48188: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.48282: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.48373: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 172629 1726888995.48443: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.48659: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888995.48674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888995.48732: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888995.48789: 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 0x7f47250d3080> <<< 172629 1726888995.48974: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47250bbda0> import 'ansible.module_utils.facts.system.python' # <<< 172629 1726888995.48987: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.49047: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.49098: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 172629 1726888995.49123: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.49192: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.49280: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.49389: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.49531: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 172629 1726888995.49554: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.49589: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.49639: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 172629 1726888995.49642: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.49686: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.49733: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 172629 1726888995.49787: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888995.49793: 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 0x7f47250e6c30> <<< 172629 1726888995.49832: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47250e6840> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 172629 1726888995.49849: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.49886: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.49939: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 172629 1726888995.49942: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.50091: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.50251: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 172629 1726888995.50361: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.50457: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.50500: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.50551: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 172629 1726888995.50590: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.50593: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.50608: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.50743: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.50889: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 172629 1726888995.50912: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.51032: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.51177: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 172629 1726888995.51180: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.51202: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.51238: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.51975: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.52321: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 172629 1726888995.52407: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.52510: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 172629 1726888995.52534: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.52618: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.52763: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 172629 1726888995.52878: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.53032: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 172629 1726888995.53085: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 172629 1726888995.53201: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 172629 1726888995.53270: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.53373: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.53566: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.53774: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 172629 1726888995.53790: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.53817: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.53863: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 172629 1726888995.53883: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888995.53983: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 172629 1726888995.54003: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.54069: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 172629 1726888995.54129: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 172629 1726888995.54204: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.54307: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 172629 1726888995.54327: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.54404: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 172629 1726888995.54649: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.54918: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 172629 1726888995.54922: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.54982: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.55078: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888995.55189: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 172629 1726888995.55317: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 172629 1726888995.55335: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 172629 1726888995.55352: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.55429: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 172629 1726888995.55451: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.55478: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 172629 1726888995.55527: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.55569: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 172629 1726888995.55648: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888995.55672: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888995.55711: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.55843: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.55969: 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 <<< 172629 1726888995.55990: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 172629 1726888995.56182: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.56375: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 172629 1726888995.56386: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.56425: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.56473: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 172629 1726888995.56491: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.56529: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.56628: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 172629 1726888995.56631: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.56742: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.56769: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 172629 1726888995.56850: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.57096: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available <<< 172629 1726888995.57100: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.57235: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 172629 1726888995.57316: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888995.80022: stdout chunk (state=3): >>> {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} <<< 172629 1726888995.80664: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv <<< 172629 1726888995.80680: stdout chunk (state=3): >>># clear sys.ps1 # clear sys.ps2 <<< 172629 1726888995.80699: stdout chunk (state=3): >>># clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # 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<<< 172629 1726888995.80712: stdout chunk (state=3): >>> # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants <<< 172629 1726888995.80742: 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 # 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 <<< 172629 1726888995.80764: stdout chunk (state=3): >>># 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 <<< 172629 1726888995.80776: stdout chunk (state=3): >>># cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale <<< 172629 1726888995.80789: stdout chunk (state=3): >>># cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal <<< 172629 1726888995.80821: stdout chunk (state=3): >>># cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # 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 <<< 172629 1726888995.80830: 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 # 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 <<< 172629 1726888995.80859: stdout chunk (state=3): >>># 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 <<< 172629 1726888995.80872: stdout chunk (state=3): >>># 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 <<< 172629 1726888995.80888: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # 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 <<< 172629 1726888995.80951: stdout chunk (state=3): >>># 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 <<< 172629 1726888995.80961: stdout chunk (state=3): >>># 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 <<< 172629 1726888995.80970: stdout chunk (state=3): >>># 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 <<< 172629 1726888995.80976: stdout chunk (state=3): >>># 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<<< 172629 1726888995.80988: stdout chunk (state=3): >>> # 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 ansible.module_utils.service # destroy ansible.module_utils.service <<< 172629 1726888995.81329: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888995.81375: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726888995.81391: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888995.81408: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 172629 1726888995.81420: stdout chunk (state=3): >>># destroy ipaddress <<< 172629 1726888995.81442: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888995.81494: stdout chunk (state=3): >>># destroy zipimport <<< 172629 1726888995.81498: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 172629 1726888995.81500: stdout chunk (state=3): >>># destroy _json <<< 172629 1726888995.81505: stdout chunk (state=3): >>># destroy grp # destroy encodings <<< 172629 1726888995.81539: stdout chunk (state=3): >>># destroy _locale # destroy locale <<< 172629 1726888995.81542: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess <<< 172629 1726888995.81550: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726888995.81592: stdout chunk (state=3): >>># destroy selinux <<< 172629 1726888995.81606: stdout chunk (state=3): >>># destroy shutil <<< 172629 1726888995.81610: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 172629 1726888995.81658: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 172629 1726888995.81662: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal <<< 172629 1726888995.81671: stdout chunk (state=3): >>># destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 172629 1726888995.81699: stdout chunk (state=3): >>># destroy _pickle <<< 172629 1726888995.81720: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue <<< 172629 1726888995.81725: stdout chunk (state=3): >>># destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction <<< 172629 1726888995.81728: stdout chunk (state=3): >>># destroy selectors # destroy _multiprocessing <<< 172629 1726888995.81756: stdout chunk (state=3): >>># destroy fcntl # destroy datetime <<< 172629 1726888995.81770: stdout chunk (state=3): >>># destroy base64 <<< 172629 1726888995.81776: stdout chunk (state=3): >>># destroy _ssl <<< 172629 1726888995.81800: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 172629 1726888995.81808: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios <<< 172629 1726888995.81821: stdout chunk (state=3): >>># destroy errno # destroy json <<< 172629 1726888995.81845: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 172629 1726888995.81862: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess <<< 172629 1726888995.81906: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 172629 1726888995.81942: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy importlib # destroy token <<< 172629 1726888995.81945: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux<<< 172629 1726888995.81952: stdout chunk (state=3): >>> # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 172629 1726888995.81972: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 <<< 172629 1726888995.81983: 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<<< 172629 1726888995.82005: stdout chunk (state=3): >>> # destroy contextlib<<< 172629 1726888995.82056: stdout chunk (state=3): >>> # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib <<< 172629 1726888995.82060: stdout chunk (state=3): >>># 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 <<< 172629 1726888995.82063: stdout chunk (state=3): >>># destroy enum # destroy copyreg # cleanup[3] wiping re._parser <<< 172629 1726888995.82065: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools <<< 172629 1726888995.82093: 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 <<< 172629 1726888995.82116: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc <<< 172629 1726888995.82127: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 172629 1726888995.82141: 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 <<< 172629 1726888995.82301: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726888995.82306: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726888995.82346: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 172629 1726888995.82354: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 172629 1726888995.82377: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 172629 1726888995.82403: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726888995.82413: 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 <<< 172629 1726888995.82422: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 172629 1726888995.82461: stdout chunk (state=3): >>># destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888995.82493: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888995.82599: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 172629 1726888995.82602: 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<<< 172629 1726888995.82604: stdout chunk (state=3): >>> <<< 172629 1726888995.82641: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726888995.82730: stdout chunk (state=3): >>># destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _string # destroy re # destroy _abc # destroy itertools # destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726888995.82735: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726888995.83134: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888995.83177: stderr chunk (state=3): >>><<< 172629 1726888995.83180: stdout chunk (state=3): >>><<< 172629 1726888995.83353: _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 0x7f47262184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47261e7b30> # /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 0x7f472621aa50> 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 0x7f4725fc9130> # /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 0x7f4725fca120> 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 0x7f4726006ea0> # /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 0x7f472601c1a0> # /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 0x7f472603fa40> # /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 0x7f4726060110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472601fce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472601d400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47260051c0> # /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 0x7f4726063950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4726062570> # /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 0x7f472601e2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47260070b0> # /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 0x7f4726090980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4726004440> # /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 0x7f4726090e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4726090ce0> # 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 0x7f47260910d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4726002f60> # /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 0x7f4726091760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4726091460> 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 0x7f4726092660> 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 0x7f47260ac890> 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 0x7f47260adfd0> # /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 0x7f47260aee70> # 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 0x7f47260af4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47260ae3c0> # /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 0x7f47260aff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47260af650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47260926c0> # /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 0x7f4725d97dd0> # /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 0x7f4725dc08f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725dc0650> # 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 0x7f4725dc0890> # /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 0x7f4725dc11f0> # 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 0x7f4725dc1be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725dc0aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725d95f70> # /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 0x7f4725dc2f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725dc1a60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4726092db0> # /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 0x7f4725deb2c0> # /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 0x7f4725e13680> # /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 0x7f4725e70470> # /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 0x7f4725e72bd0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725e70590> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725e35460> # /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 0x7f4725729520> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725e12480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725dc3e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4725e127e0> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_9c_s6gop/ansible_systemd_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 0x7f47257931a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472576e090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472576d250> # 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 0x7f4725791040> # /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 0x7f47257c2b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47257c28a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47257c21b0> # /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 0x7f47257c2600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725793bc0> 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 0x7f47257c3860> # 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 0x7f47257c39e0> # /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 0x7f47257c3f20> 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 0x7f472562dc40> # 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 0x7f472562f8f0> # /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 0x7f47256302c0> # /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 0x7f4725631460> # /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 0x7f4725633f20> # 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 0x7f4725dc2f00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47256321e0> # /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 0x7f472563bec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472563a990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472563a6f0> # /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 0x7f472563ac60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47256326f0> # 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 0x7f472567fec0> # /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 0x7f47256801a0> # /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 0x7f4725681c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725681a00> # /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 0x7f4725684110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725682240> # /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 0x7f4725687800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47256841d0> # 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 0x7f47256885f0> # 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 0x7f4725688620> # 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 0x7f4725688b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47256802c0> # /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 0x7f4725514140> # 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 0x7f4725515550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472568a8d0> # 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 0x7f472568bc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472568a510> # 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 0x7f4725519790> # /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 0x7f472551a4b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725515670> 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 0x7f472551a660> # 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 0x7f472551b7d0> # 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 0x7f4725526180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725521100> 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 0x7f4725602960> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47256fe630> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725525f40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472551b1d0> # 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 0x7f47251eed20> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47251ee150> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47251ec650> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47255b6870> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47255b4800> 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 0x7f47255a00b0> # /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 0x7f4725270e00> # 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 0x7f4725271130> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725260890> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472523bbc0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47255b5a00> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47255b4c80> # /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 0x7f4725273d40> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725273620> # 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 0x7f4725273800> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4725272a50> # /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 0x7f4725273e90> # /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 0x7f472508ea50> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f472508ca40> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47255b4bc0> 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 0x7f472508f440> # /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 0x7f47250bba40> 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 0x7f47250d3080> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47250bbda0> 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 0x7f47250e6c30> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47250e6840> 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 # zipimport: zlib available import 'ansible.module_utils.service' # # zipimport: zlib available {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} # 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 ansible.module_utils.service # destroy ansible.module_utils.service # 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 _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.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # 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 _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 _string # destroy re # destroy _abc # destroy itertools # destroy _sre # 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. 172629 1726888995.84636: done with _execute_module (systemd, {'daemon_reload': 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': 'systemd', '_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-1726888995.1418126-176086-163090418105369/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888995.84639: _low_level_execute_command(): starting 172629 1726888995.84642: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888995.1418126-176086-163090418105369/ > /dev/null 2>&1 && sleep 0' 172629 1726888995.84643: 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 <<< 172629 1726888995.84648: stderr 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 <<< 172629 1726888995.84661: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888995.84665: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888995.84668: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888995.84670: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888995.86513: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888995.86537: stderr chunk (state=3): >>><<< 172629 1726888995.86540: stdout chunk (state=3): >>><<< 172629 1726888995.86554: _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 172629 1726888995.86565: handler run complete 172629 1726888995.86602: attempt loop complete, returning result 172629 1726888995.86605: _execute() done 172629 1726888995.86608: dumping result to json 172629 1726888995.86610: done dumping result, returning 172629 1726888995.86613: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-d0a8-add8-000000001c26] 172629 1726888995.86633: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c26 172629 1726888995.86745: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c26 172629 1726888995.86748: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "name": null, "status": {} } 172629 1726888995.86909: no more pending results, returning what we have 172629 1726888995.86914: results queue empty 172629 1726888995.86915: checking for any_errors_fatal 172629 1726888995.86926: done checking for any_errors_fatal 172629 1726888995.86927: checking for max_fail_percentage 172629 1726888995.86929: done checking for max_fail_percentage 172629 1726888995.86930: checking to see if all hosts have failed and the running result is not ok 172629 1726888995.86930: done checking to see if all hosts have failed 172629 1726888995.86931: getting the remaining hosts for this loop 172629 1726888995.86932: done getting the remaining hosts for this loop 172629 1726888995.86936: getting the next task for host managed_node1 172629 1726888995.86942: done getting next task for host managed_node1 172629 1726888995.86946: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 172629 1726888995.86950: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888995.86966: getting variables 172629 1726888995.86968: in VariableManager get_vars() 172629 1726888995.87001: Calling all_inventory to load vars for managed_node1 172629 1726888995.87003: Calling groups_inventory to load vars for managed_node1 172629 1726888995.87005: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888995.87013: Calling all_plugins_play to load vars for managed_node1 172629 1726888995.87016: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888995.87018: Calling groups_plugins_play to load vars for managed_node1 172629 1726888995.87430: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888995.87803: done with get_vars() 172629 1726888995.87815: 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 23:23:15 -0400 (0:00:00.788) 0:01:36.158 ****** 172629 1726888995.87887: entering _queue_task() for managed_node1/stat 172629 1726888995.88111: worker is 1 (out of 1 available) 172629 1726888995.88125: exiting _queue_task() for managed_node1/stat 172629 1726888995.88141: done queuing things up, now waiting for results queue to drain 172629 1726888995.88142: waiting for pending results... 172629 1726888995.88385: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 172629 1726888995.88488: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c27 172629 1726888995.88502: variable 'ansible_search_path' from source: unknown 172629 1726888995.88506: variable 'ansible_search_path' from source: unknown 172629 1726888995.88547: calling self._execute() 172629 1726888995.88660: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888995.88672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888995.88693: variable 'omit' from source: magic vars 172629 1726888995.88771: variable 'omit' from source: magic vars 172629 1726888995.88816: variable 'omit' from source: magic vars 172629 1726888995.88842: variable 'omit' from source: magic vars 172629 1726888995.88878: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888995.88921: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888995.88939: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888995.88961: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888995.88970: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888995.88993: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888995.88996: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888995.88999: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888995.89070: Set connection var ansible_timeout to 10 172629 1726888995.89076: Set connection var ansible_shell_type to sh 172629 1726888995.89082: Set connection var ansible_pipelining to False 172629 1726888995.89087: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888995.89092: Set connection var ansible_shell_executable to /bin/sh 172629 1726888995.89095: Set connection var ansible_connection to ssh 172629 1726888995.89109: variable 'ansible_shell_executable' from source: unknown 172629 1726888995.89112: variable 'ansible_connection' from source: unknown 172629 1726888995.89115: variable 'ansible_module_compression' from source: unknown 172629 1726888995.89117: variable 'ansible_shell_type' from source: unknown 172629 1726888995.89120: variable 'ansible_shell_executable' from source: unknown 172629 1726888995.89123: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888995.89126: variable 'ansible_pipelining' from source: unknown 172629 1726888995.89137: variable 'ansible_timeout' from source: unknown 172629 1726888995.89141: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888995.89329: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888995.89338: variable 'omit' from source: magic vars 172629 1726888995.89348: starting attempt loop 172629 1726888995.89351: running the handler 172629 1726888995.89376: _low_level_execute_command(): starting 172629 1726888995.89379: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888995.90049: 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 <<< 172629 1726888995.90059: 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 <<< 172629 1726888995.90063: stderr 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 <<< 172629 1726888995.90099: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888995.90122: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888995.90205: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888995.91905: stdout chunk (state=3): >>>/root <<< 172629 1726888995.92006: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888995.92033: stderr chunk (state=3): >>><<< 172629 1726888995.92042: stdout chunk (state=3): >>><<< 172629 1726888995.92075: _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 172629 1726888995.92079: _low_level_execute_command(): starting 172629 1726888995.92086: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888995.920671-176115-64012241936103 `" && echo ansible-tmp-1726888995.920671-176115-64012241936103="` echo /root/.ansible/tmp/ansible-tmp-1726888995.920671-176115-64012241936103 `" ) && sleep 0' 172629 1726888995.92737: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888995.92740: 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 <<< 172629 1726888995.92744: 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 <<< 172629 1726888995.92774: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888995.92791: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888995.92868: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888995.94766: stdout chunk (state=3): >>>ansible-tmp-1726888995.920671-176115-64012241936103=/root/.ansible/tmp/ansible-tmp-1726888995.920671-176115-64012241936103 <<< 172629 1726888995.94882: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888995.94923: stderr chunk (state=3): >>><<< 172629 1726888995.94926: stdout chunk (state=3): >>><<< 172629 1726888995.94942: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888995.920671-176115-64012241936103=/root/.ansible/tmp/ansible-tmp-1726888995.920671-176115-64012241936103 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888995.94999: variable 'ansible_module_compression' from source: unknown 172629 1726888995.95054: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726888995.95114: variable 'ansible_facts' from source: unknown 172629 1726888995.95217: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888995.920671-176115-64012241936103/AnsiballZ_stat.py 172629 1726888995.95398: Sending initial data 172629 1726888995.95401: Sent initial data (153 bytes) 172629 1726888995.95882: 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 <<< 172629 1726888995.95886: stderr 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 <<< 172629 1726888995.95942: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888995.95945: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888995.96006: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888995.97537: 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 <<< 172629 1726888995.97569: stderr chunk (state=3): >>>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 <<< 172629 1726888995.97629: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888995.97681: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpqili5amg /root/.ansible/tmp/ansible-tmp-1726888995.920671-176115-64012241936103/AnsiballZ_stat.py <<< 172629 1726888995.97685: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888995.920671-176115-64012241936103/AnsiballZ_stat.py" <<< 172629 1726888995.97737: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpqili5amg" to remote "/root/.ansible/tmp/ansible-tmp-1726888995.920671-176115-64012241936103/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888995.920671-176115-64012241936103/AnsiballZ_stat.py" <<< 172629 1726888995.98329: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888995.98430: stderr chunk (state=3): >>><<< 172629 1726888995.98433: stdout chunk (state=3): >>><<< 172629 1726888995.98435: done transferring module to remote 172629 1726888995.98437: _low_level_execute_command(): starting 172629 1726888995.98440: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888995.920671-176115-64012241936103/ /root/.ansible/tmp/ansible-tmp-1726888995.920671-176115-64012241936103/AnsiballZ_stat.py && sleep 0' 172629 1726888995.98887: 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 <<< 172629 1726888995.98890: stderr 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 <<< 172629 1726888995.98893: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888995.98895: 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 <<< 172629 1726888995.98897: stderr 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 <<< 172629 1726888995.98946: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888995.98951: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888995.99006: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888996.00771: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888996.00779: stderr chunk (state=3): >>><<< 172629 1726888996.00782: stdout chunk (state=3): >>><<< 172629 1726888996.00797: _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 172629 1726888996.00800: _low_level_execute_command(): starting 172629 1726888996.00803: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888995.920671-176115-64012241936103/AnsiballZ_stat.py && sleep 0' 172629 1726888996.01304: 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 <<< 172629 1726888996.01307: stderr 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 <<< 172629 1726888996.01311: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888996.01313: 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 <<< 172629 1726888996.01315: stderr 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 <<< 172629 1726888996.01372: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888996.01375: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888996.01425: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888996.03618: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888996.03662: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888996.03682: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888996.03745: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888996.03758: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888996.03787: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888996.03826: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888996.03862: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888996.03913: 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' <<< 172629 1726888996.03932: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888996.03959: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888996.03987: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888996.04014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888996.04026: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6225104d0> <<< 172629 1726888996.04029: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6224dfb30> <<< 172629 1726888996.04082: 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' <<< 172629 1726888996.04118: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb622512a50> import '_signal' # <<< 172629 1726888996.04137: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888996.04141: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888996.04176: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888996.04286: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888996.04308: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888996.04326: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888996.04359: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888996.04367: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726888996.04370: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888996.04391: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888996.04419: 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' <<< 172629 1726888996.04443: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb622305130> <<< 172629 1726888996.04504: 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' <<< 172629 1726888996.04564: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb622306120> <<< 172629 1726888996.04581: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888996.04600: 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. <<< 172629 1726888996.04800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888996.04815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888996.04846: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888996.04881: 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 <<< 172629 1726888996.04912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888996.04953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888996.04970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb622342ea0> <<< 172629 1726888996.04989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888996.05007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888996.05021: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726888996.05027: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223581a0> <<< 172629 1726888996.05044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888996.05078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888996.05100: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888996.05170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888996.05172: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888996.05202: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726888996.05230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62237ba40> # /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 0x7fb62239c110> <<< 172629 1726888996.05257: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888996.05309: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62235bce0> <<< 172629 1726888996.05341: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb622359400> <<< 172629 1726888996.05434: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223411c0> <<< 172629 1726888996.05468: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888996.05538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888996.05541: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888996.05576: 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' <<< 172629 1726888996.05610: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62239f950> <<< 172629 1726888996.05628: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62239e570> <<< 172629 1726888996.05647: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726888996.05661: 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 0x7fb62235a2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223430b0> <<< 172629 1726888996.05717: 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' <<< 172629 1726888996.05721: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223cc9e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb622340440> <<< 172629 1726888996.05756: 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' <<< 172629 1726888996.05789: 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 0x7fb6223cce90> <<< 172629 1726888996.05796: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223ccd40> <<< 172629 1726888996.05831: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888996.05838: 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 0x7fb6223cd130> <<< 172629 1726888996.05857: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62233ef60> <<< 172629 1726888996.05884: 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' <<< 172629 1726888996.05901: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888996.05938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888996.05954: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223cd820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223cd4f0> import 'importlib.machinery' # <<< 172629 1726888996.05991: 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' <<< 172629 1726888996.06011: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223ce720> <<< 172629 1726888996.06028: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726888996.06032: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726888996.06062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888996.06087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888996.06120: 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' <<< 172629 1726888996.06128: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223e8920> <<< 172629 1726888996.06136: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888996.06175: 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' <<< 172629 1726888996.06178: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb6223ea030> <<< 172629 1726888996.06199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888996.06212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888996.06234: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726888996.06244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726888996.06249: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223eaed0> <<< 172629 1726888996.06296: 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 0x7fb6223eb530> <<< 172629 1726888996.06310: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223ea420> <<< 172629 1726888996.06345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888996.06360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726888996.06385: 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 0x7fb6223ebef0> <<< 172629 1726888996.06399: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223eb620> <<< 172629 1726888996.06459: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223ce750> <<< 172629 1726888996.06475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888996.06495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888996.06500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888996.06530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888996.06600: 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 0x7fb622173d40> # /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' <<< 172629 1726888996.06618: 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 0x7fb62219c890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62219c5f0> <<< 172629 1726888996.06643: 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 0x7fb62219c8c0> <<< 172629 1726888996.06676: 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' <<< 172629 1726888996.06754: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888996.06886: 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 0x7fb62219d1f0> <<< 172629 1726888996.06998: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888996.07001: 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 0x7fb62219db50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62219caa0> <<< 172629 1726888996.07028: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb622171ee0> <<< 172629 1726888996.07047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888996.07065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888996.07086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888996.07103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62219ef30> <<< 172629 1726888996.07138: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62219dc70> <<< 172629 1726888996.07150: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223cee40> <<< 172629 1726888996.07174: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888996.07233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888996.07254: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888996.07286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888996.07317: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6221c72c0> <<< 172629 1726888996.07373: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888996.07387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888996.07406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888996.07431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888996.07469: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6221eb680> <<< 172629 1726888996.07504: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888996.07550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888996.07608: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888996.07620: 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 0x7fb62224c470> <<< 172629 1726888996.07636: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888996.07666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888996.07688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888996.07729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888996.07814: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62224ebd0> <<< 172629 1726888996.07891: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62224c590> <<< 172629 1726888996.07924: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb622211460> <<< 172629 1726888996.07953: 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 0x7fb621b29580> <<< 172629 1726888996.07978: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6221ea4b0> <<< 172629 1726888996.07981: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62219fe90> <<< 172629 1726888996.08090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888996.08112: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb621b29820> <<< 172629 1726888996.08265: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_cwbjuogd/ansible_stat_payload.zip' <<< 172629 1726888996.08272: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.08401: stdout chunk (state=3): >>># zipimport: zlib available<<< 172629 1726888996.08406: stdout chunk (state=3): >>> <<< 172629 1726888996.08430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888996.08444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888996.08483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888996.08563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888996.08592: 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'<<< 172629 1726888996.08598: stdout chunk (state=3): >>> import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621b7b2f0> import '_typing' # <<< 172629 1726888996.08787: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621b5e1e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621b5d340> <<< 172629 1726888996.08792: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.08826: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888996.08833: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.08848: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.08868: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.08874: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888996.08895: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.10299: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.11408: 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 0x7fb621b791c0> <<< 172629 1726888996.11436: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726888996.11443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888996.11470: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888996.11480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888996.11496: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726888996.11506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726888996.11530: 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 0x7fb621ba6c90> <<< 172629 1726888996.11563: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621ba6a20> <<< 172629 1726888996.11598: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621ba6330> <<< 172629 1726888996.11616: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888996.11631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888996.11667: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621ba6e40> <<< 172629 1726888996.11671: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621b7bd10> import 'atexit' # <<< 172629 1726888996.11704: 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 0x7fb621ba7a10> <<< 172629 1726888996.11735: 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 0x7fb621ba7c50> <<< 172629 1726888996.11761: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888996.11795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888996.11814: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888996.11859: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621bcc140> <<< 172629 1726888996.11875: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888996.11882: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888996.11910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888996.11947: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a15ee0> <<< 172629 1726888996.11976: 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 0x7fb621a17ad0> <<< 172629 1726888996.12005: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888996.12013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888996.12064: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a1c4d0> <<< 172629 1726888996.12070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888996.12105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888996.12116: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a1d3d0> <<< 172629 1726888996.12141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888996.12173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888996.12197: 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' <<< 172629 1726888996.12251: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a200e0> <<< 172629 1726888996.12290: 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 0x7fb621a20230> <<< 172629 1726888996.12309: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a1e390> <<< 172629 1726888996.12330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888996.12358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888996.12382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 172629 1726888996.12389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726888996.12409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888996.12434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888996.12459: 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' <<< 172629 1726888996.12483: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a23f50> <<< 172629 1726888996.12489: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888996.12560: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a22ae0> <<< 172629 1726888996.12581: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a22840> <<< 172629 1726888996.12584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888996.12589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888996.12660: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a22db0> <<< 172629 1726888996.12688: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a1e8a0> <<< 172629 1726888996.12725: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888996.12732: 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 0x7fb621a68170> <<< 172629 1726888996.12762: 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 0x7fb621a683e0> <<< 172629 1726888996.12796: 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 <<< 172629 1726888996.12799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888996.12824: 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' <<< 172629 1726888996.12859: 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 0x7fb621a69e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a69c40> <<< 172629 1726888996.12877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888996.12982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888996.13111: 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 0x7fb621a6c3b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a6a540> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888996.13379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888996.13383: 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' # <<< 172629 1726888996.13405: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a6fb90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a6c560> # 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 0x7fb621a70890> # 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 0x7fb621a70da0> <<< 172629 1726888996.13441: 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 0x7fb621a70b60> <<< 172629 1726888996.13463: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a685c0> <<< 172629 1726888996.13488: 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 <<< 172629 1726888996.13513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888996.13534: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888996.13567: 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 0x7fb621afc410> <<< 172629 1726888996.13709: 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 0x7fb621afd790> <<< 172629 1726888996.13758: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a72ba0> <<< 172629 1726888996.13861: 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 0x7fb621a73f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a727e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888996.13874: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.13896: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.13986: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.14024: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888996.14046: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888996.14166: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.14275: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.14798: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.15326: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726888996.15351: 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' # <<< 172629 1726888996.15380: 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' <<< 172629 1726888996.15431: 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 0x7fb6219019a0> <<< 172629 1726888996.15511: 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' <<< 172629 1726888996.15536: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621902750> <<< 172629 1726888996.15550: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621afd8e0> <<< 172629 1726888996.15584: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888996.15615: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888996.15638: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888996.15779: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.15946: 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 0x7fb621902630> <<< 172629 1726888996.15968: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.16408: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.16834: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.16911: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.16990: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888996.17001: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.17024: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.17066: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888996.17085: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.17140: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.17223: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888996.17248: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888996.17266: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.17311: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.17352: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888996.17358: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.17574: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.17797: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888996.17869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888996.17872: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888996.17938: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621903890> <<< 172629 1726888996.17942: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.18006: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.18096: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888996.18116: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 172629 1726888996.18160: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.18200: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888996.18213: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.18247: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.18293: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.18347: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.18420: 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 <<< 172629 1726888996.18452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888996.18528: 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 0x7fb62190e3c0> <<< 172629 1726888996.18594: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621909a30> <<< 172629 1726888996.18597: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888996.18610: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726888996.18668: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.18730: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.18748: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.18798: 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' <<< 172629 1726888996.18826: 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 <<< 172629 1726888996.18846: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888996.18866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888996.18919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888996.18932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888996.18951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888996.19007: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a02a80> <<< 172629 1726888996.19039: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621be2750> <<< 172629 1726888996.19127: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62190e120> <<< 172629 1726888996.19138: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a71af0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888996.19158: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.19183: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888996.19247: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 172629 1726888996.19276: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888996.19287: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.19412: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.19595: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.20473: 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": 195035400, "dev": 51714, "nlink": 1, "atime": 1726887894.9028583, "mtime": 1726562394.502, "ctime": 1726887890.8548312, "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": "2210578496", "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__ <<< 172629 1726888996.20813: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ <<< 172629 1726888996.20836: stdout chunk (state=3): >>># clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread <<< 172629 1726888996.20861: stdout chunk (state=3): >>># cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat <<< 172629 1726888996.20904: stdout chunk (state=3): >>># cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # 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 <<< 172629 1726888996.20973: stdout chunk (state=3): >>># cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # 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 <<< 172629 1726888996.20988: 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 # 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 <<< 172629 1726888996.21240: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888996.21280: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726888996.21298: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726888996.21344: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888996.21401: 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 <<< 172629 1726888996.21408: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select <<< 172629 1726888996.21436: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 172629 1726888996.21473: stdout chunk (state=3): >>># destroy selinux <<< 172629 1726888996.21525: stdout chunk (state=3): >>># destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888996.21535: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726888996.21566: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib <<< 172629 1726888996.21637: stdout chunk (state=3): >>># cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # 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 <<< 172629 1726888996.21680: 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 <<< 172629 1726888996.21683: 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 <<< 172629 1726888996.21834: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888996.21838: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726888996.21884: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888996.21920: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726888996.21923: 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 <<< 172629 1726888996.21945: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888996.22026: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 172629 1726888996.22061: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 172629 1726888996.22112: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 172629 1726888996.22122: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888996.22473: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888996.22497: stderr chunk (state=3): >>><<< 172629 1726888996.22500: stdout chunk (state=3): >>><<< 172629 1726888996.22614: _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 0x7fb6225104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6224dfb30> # /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 0x7fb622512a50> 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 0x7fb622305130> # /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 0x7fb622306120> 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 0x7fb622342ea0> # /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 0x7fb6223581a0> # /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 0x7fb62237ba40> # /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 0x7fb62239c110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62235bce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb622359400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223411c0> # /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 0x7fb62239f950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62239e570> # /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 0x7fb62235a2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223430b0> # /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 0x7fb6223cc9e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb622340440> # /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 0x7fb6223cce90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223ccd40> # 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 0x7fb6223cd130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62233ef60> # /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 0x7fb6223cd820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223cd4f0> 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 0x7fb6223ce720> 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 0x7fb6223e8920> 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 0x7fb6223ea030> # /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 0x7fb6223eaed0> # 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 0x7fb6223eb530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223ea420> # /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 0x7fb6223ebef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223eb620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223ce750> # /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 0x7fb622173d40> # /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 0x7fb62219c890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62219c5f0> # 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 0x7fb62219c8c0> # /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 0x7fb62219d1f0> # 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 0x7fb62219db50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62219caa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb622171ee0> # /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 0x7fb62219ef30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62219dc70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6223cee40> # /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 0x7fb6221c72c0> # /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 0x7fb6221eb680> # /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 0x7fb62224c470> # /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 0x7fb62224ebd0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62224c590> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb622211460> # /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 0x7fb621b29580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6221ea4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62219fe90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb621b29820> # zipimport: found 30 names in '/tmp/ansible_stat_payload_cwbjuogd/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 0x7fb621b7b2f0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621b5e1e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621b5d340> # 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 0x7fb621b791c0> # /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 0x7fb621ba6c90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621ba6a20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621ba6330> # /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 0x7fb621ba6e40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621b7bd10> 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 0x7fb621ba7a10> # 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 0x7fb621ba7c50> # /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 0x7fb621bcc140> 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 0x7fb621a15ee0> # 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 0x7fb621a17ad0> # /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 0x7fb621a1c4d0> # /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 0x7fb621a1d3d0> # /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 0x7fb621a200e0> # 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 0x7fb621a20230> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a1e390> # /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 0x7fb621a23f50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a22ae0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a22840> # /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 0x7fb621a22db0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a1e8a0> # 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 0x7fb621a68170> # /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 0x7fb621a683e0> # /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 0x7fb621a69e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a69c40> # /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 0x7fb621a6c3b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a6a540> # /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 0x7fb621a6fb90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a6c560> # 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 0x7fb621a70890> # 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 0x7fb621a70da0> # 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 0x7fb621a70b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a685c0> # /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 0x7fb621afc410> # 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 0x7fb621afd790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a72ba0> # 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 0x7fb621a73f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a727e0> # 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 0x7fb6219019a0> # /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 0x7fb621902750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621afd8e0> 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 0x7fb621902630> # 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 0x7fb621903890> # 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 0x7fb62190e3c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621909a30> 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 0x7fb621a02a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621be2750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb62190e120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb621a71af0> # 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": 195035400, "dev": 51714, "nlink": 1, "atime": 1726887894.9028583, "mtime": 1726562394.502, "ctime": 1726887890.8548312, "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": "2210578496", "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. 172629 1726888996.23789: 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-1726888995.920671-176115-64012241936103/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888996.23793: _low_level_execute_command(): starting 172629 1726888996.23795: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888995.920671-176115-64012241936103/ > /dev/null 2>&1 && sleep 0' 172629 1726888996.23994: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888996.24014: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888996.24031: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888996.24048: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888996.24069: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888996.24143: 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 <<< 172629 1726888996.24193: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888996.24207: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888996.24238: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888996.24431: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888996.26244: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888996.26249: stdout chunk (state=3): >>><<< 172629 1726888996.26251: stderr chunk (state=3): >>><<< 172629 1726888996.26270: _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 172629 1726888996.26461: handler run complete 172629 1726888996.26465: attempt loop complete, returning result 172629 1726888996.26468: _execute() done 172629 1726888996.26470: dumping result to json 172629 1726888996.26472: done dumping result, returning 172629 1726888996.26475: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-d0a8-add8-000000001c27] 172629 1726888996.26477: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c27 172629 1726888996.26549: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c27 172629 1726888996.26553: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726887894.9028583, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726887890.8548312, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 195035400, "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": "2210578496", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726888996.26685: no more pending results, returning what we have 172629 1726888996.26689: results queue empty 172629 1726888996.26690: checking for any_errors_fatal 172629 1726888996.26702: done checking for any_errors_fatal 172629 1726888996.26703: checking for max_fail_percentage 172629 1726888996.26705: done checking for max_fail_percentage 172629 1726888996.26707: checking to see if all hosts have failed and the running result is not ok 172629 1726888996.26707: done checking to see if all hosts have failed 172629 1726888996.26708: getting the remaining hosts for this loop 172629 1726888996.26710: done getting the remaining hosts for this loop 172629 1726888996.26713: getting the next task for host managed_node1 172629 1726888996.26721: done getting next task for host managed_node1 172629 1726888996.26725: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 172629 1726888996.26729: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888996.26743: getting variables 172629 1726888996.26745: in VariableManager get_vars() 172629 1726888996.26899: Calling all_inventory to load vars for managed_node1 172629 1726888996.26902: Calling groups_inventory to load vars for managed_node1 172629 1726888996.26904: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888996.26918: Calling all_plugins_play to load vars for managed_node1 172629 1726888996.26921: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888996.26924: Calling groups_plugins_play to load vars for managed_node1 172629 1726888996.27754: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888996.28379: done with get_vars() 172629 1726888996.28396: 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 23:23:16 -0400 (0:00:00.406) 0:01:36.565 ****** 172629 1726888996.28505: entering _queue_task() for managed_node1/lineinfile 172629 1726888996.29119: worker is 1 (out of 1 available) 172629 1726888996.29132: exiting _queue_task() for managed_node1/lineinfile 172629 1726888996.29145: done queuing things up, now waiting for results queue to drain 172629 1726888996.29147: waiting for pending results... 172629 1726888996.29513: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 172629 1726888996.29608: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c28 172629 1726888996.29612: variable 'ansible_search_path' from source: unknown 172629 1726888996.29616: variable 'ansible_search_path' from source: unknown 172629 1726888996.29847: variable 'blivet_output' from source: set_fact 172629 1726888996.30043: dumping result to json 172629 1726888996.30045: done dumping result, returning 172629 1726888996.30048: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-d0a8-add8-000000001c28] 172629 1726888996.30050: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c28 skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888996.30179: no more pending results, returning what we have 172629 1726888996.30183: results queue empty 172629 1726888996.30184: checking for any_errors_fatal 172629 1726888996.30197: done checking for any_errors_fatal 172629 1726888996.30198: checking for max_fail_percentage 172629 1726888996.30200: done checking for max_fail_percentage 172629 1726888996.30201: checking to see if all hosts have failed and the running result is not ok 172629 1726888996.30202: done checking to see if all hosts have failed 172629 1726888996.30203: getting the remaining hosts for this loop 172629 1726888996.30205: done getting the remaining hosts for this loop 172629 1726888996.30208: getting the next task for host managed_node1 172629 1726888996.30215: done getting next task for host managed_node1 172629 1726888996.30219: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 172629 1726888996.30224: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_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 172629 1726888996.30241: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c28 172629 1726888996.30245: WORKER PROCESS EXITING 172629 1726888996.30404: getting variables 172629 1726888996.30406: in VariableManager get_vars() 172629 1726888996.30438: Calling all_inventory to load vars for managed_node1 172629 1726888996.30442: Calling groups_inventory to load vars for managed_node1 172629 1726888996.30444: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888996.30456: Calling all_plugins_play to load vars for managed_node1 172629 1726888996.30459: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888996.30463: Calling groups_plugins_play to load vars for managed_node1 172629 1726888996.30994: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888996.31624: done with get_vars() 172629 1726888996.31638: 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 23:23:16 -0400 (0:00:00.032) 0:01:36.597 ****** 172629 1726888996.31731: entering _queue_task() for managed_node1/setup 172629 1726888996.31993: worker is 1 (out of 1 available) 172629 1726888996.32006: exiting _queue_task() for managed_node1/setup 172629 1726888996.32018: done queuing things up, now waiting for results queue to drain 172629 1726888996.32019: waiting for pending results... 172629 1726888996.32336: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Update facts 172629 1726888996.32543: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001c2a 172629 1726888996.32549: variable 'ansible_search_path' from source: unknown 172629 1726888996.32552: variable 'ansible_search_path' from source: unknown 172629 1726888996.32559: calling self._execute() 172629 1726888996.32616: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888996.32622: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888996.32632: variable 'omit' from source: magic vars 172629 1726888996.32982: variable 'ansible_check_mode' from source: magic vars 172629 1726888996.32990: Evaluated conditional (not ansible_check_mode): True 172629 1726888996.32995: variable 'omit' from source: magic vars 172629 1726888996.33061: variable 'omit' from source: magic vars 172629 1726888996.33090: variable 'omit' from source: magic vars 172629 1726888996.33212: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888996.33260: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888996.33404: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888996.33409: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888996.33413: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888996.33416: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888996.33419: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888996.33421: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888996.33513: Set connection var ansible_timeout to 10 172629 1726888996.33525: Set connection var ansible_shell_type to sh 172629 1726888996.33541: Set connection var ansible_pipelining to False 172629 1726888996.33551: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888996.33563: Set connection var ansible_shell_executable to /bin/sh 172629 1726888996.33571: Set connection var ansible_connection to ssh 172629 1726888996.33595: variable 'ansible_shell_executable' from source: unknown 172629 1726888996.33603: variable 'ansible_connection' from source: unknown 172629 1726888996.33610: variable 'ansible_module_compression' from source: unknown 172629 1726888996.33621: variable 'ansible_shell_type' from source: unknown 172629 1726888996.33644: variable 'ansible_shell_executable' from source: unknown 172629 1726888996.33647: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888996.33650: variable 'ansible_pipelining' from source: unknown 172629 1726888996.33652: variable 'ansible_timeout' from source: unknown 172629 1726888996.33659: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888996.33951: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888996.33958: variable 'omit' from source: magic vars 172629 1726888996.33961: starting attempt loop 172629 1726888996.33963: running the handler 172629 1726888996.33970: _low_level_execute_command(): starting 172629 1726888996.33973: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888996.34734: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888996.34752: 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 <<< 172629 1726888996.34842: 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 <<< 172629 1726888996.34882: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888996.34906: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888996.34998: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888996.36596: stdout chunk (state=3): >>>/root <<< 172629 1726888996.36742: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888996.36760: stdout chunk (state=3): >>><<< 172629 1726888996.36788: stderr chunk (state=3): >>><<< 172629 1726888996.36863: _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 172629 1726888996.36867: _low_level_execute_command(): starting 172629 1726888996.36873: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888996.3681424-176127-76924371079555 `" && echo ansible-tmp-1726888996.3681424-176127-76924371079555="` echo /root/.ansible/tmp/ansible-tmp-1726888996.3681424-176127-76924371079555 `" ) && sleep 0' 172629 1726888996.37489: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888996.37515: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888996.37530: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888996.37550: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888996.37627: 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 <<< 172629 1726888996.37688: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888996.37709: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888996.37740: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888996.37816: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888996.39703: stdout chunk (state=3): >>>ansible-tmp-1726888996.3681424-176127-76924371079555=/root/.ansible/tmp/ansible-tmp-1726888996.3681424-176127-76924371079555 <<< 172629 1726888996.39865: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888996.39869: stdout chunk (state=3): >>><<< 172629 1726888996.39871: stderr chunk (state=3): >>><<< 172629 1726888996.39889: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888996.3681424-176127-76924371079555=/root/.ansible/tmp/ansible-tmp-1726888996.3681424-176127-76924371079555 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888996.40066: variable 'ansible_module_compression' from source: unknown 172629 1726888996.40069: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 172629 1726888996.40074: variable 'ansible_facts' from source: unknown 172629 1726888996.40271: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888996.3681424-176127-76924371079555/AnsiballZ_setup.py 172629 1726888996.40523: Sending initial data 172629 1726888996.40526: Sent initial data (155 bytes) 172629 1726888996.41006: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888996.41019: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888996.41034: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888996.41052: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888996.41147: 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 <<< 172629 1726888996.41194: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888996.41239: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888996.42778: 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 <<< 172629 1726888996.42842: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888996.42917: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp1pyz_tvo /root/.ansible/tmp/ansible-tmp-1726888996.3681424-176127-76924371079555/AnsiballZ_setup.py <<< 172629 1726888996.42936: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888996.3681424-176127-76924371079555/AnsiballZ_setup.py" <<< 172629 1726888996.42988: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp1pyz_tvo" to remote "/root/.ansible/tmp/ansible-tmp-1726888996.3681424-176127-76924371079555/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888996.3681424-176127-76924371079555/AnsiballZ_setup.py" <<< 172629 1726888996.44658: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888996.44681: stderr chunk (state=3): >>><<< 172629 1726888996.44787: stdout chunk (state=3): >>><<< 172629 1726888996.44790: done transferring module to remote 172629 1726888996.44793: _low_level_execute_command(): starting 172629 1726888996.44795: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888996.3681424-176127-76924371079555/ /root/.ansible/tmp/ansible-tmp-1726888996.3681424-176127-76924371079555/AnsiballZ_setup.py && sleep 0' 172629 1726888996.45374: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888996.45388: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888996.45462: 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 <<< 172629 1726888996.45515: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888996.45535: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888996.45571: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888996.45646: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888996.47602: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888996.47605: stdout chunk (state=3): >>><<< 172629 1726888996.47607: stderr chunk (state=3): >>><<< 172629 1726888996.47609: _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 172629 1726888996.47611: _low_level_execute_command(): starting 172629 1726888996.47613: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888996.3681424-176127-76924371079555/AnsiballZ_setup.py && sleep 0' 172629 1726888996.48234: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888996.48238: 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 <<< 172629 1726888996.48240: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888996.48242: 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 <<< 172629 1726888996.48245: stderr 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 <<< 172629 1726888996.48306: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888996.48309: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888996.48372: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888996.50530: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888996.50576: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888996.50624: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888996.50642: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888996.50668: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888996.50696: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888996.50726: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888996.50746: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888996.50788: 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' <<< 172629 1726888996.50854: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 172629 1726888996.50934: 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 0x7f29d3f104d0> <<< 172629 1726888996.50973: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3edfb30> # /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 0x7f29d3f12a50> import '_signal' # <<< 172629 1726888996.51020: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888996.51079: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 172629 1726888996.51148: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888996.51231: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # <<< 172629 1726888996.51234: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726888996.51260: 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' <<< 172629 1726888996.51290: 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' <<< 172629 1726888996.51312: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3cc1130> <<< 172629 1726888996.51382: 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 <<< 172629 1726888996.51406: 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 0x7f29d3cc2120> <<< 172629 1726888996.51423: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888996.51444: 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. <<< 172629 1726888996.51986: 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' <<< 172629 1726888996.52018: 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 0x7f29d3cfeea0> <<< 172629 1726888996.52026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888996.52090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d141a0> <<< 172629 1726888996.52093: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726888996.52095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726888996.52117: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888996.52214: 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 0x7f29d3d37a40> <<< 172629 1726888996.52248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888996.52270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d58110> import '_collections' # <<< 172629 1726888996.52311: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d17ce0> <<< 172629 1726888996.52363: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d15400> <<< 172629 1726888996.52438: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3cfd1c0> <<< 172629 1726888996.52479: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888996.52504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888996.52592: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888996.52595: 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' <<< 172629 1726888996.52654: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d5b980> <<< 172629 1726888996.52659: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d5a5a0> <<< 172629 1726888996.52701: 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 0x7f29d3d162d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d58e30> <<< 172629 1726888996.53137: 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 0x7f29d3d88a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3cfc440> # /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 0x7f29d3d88ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d88d70> <<< 172629 1726888996.53151: 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 0x7f29d3d89160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3cfaf60> # /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 0x7f29d3d89850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d89520> 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 0x7f29d3d8a750> 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' <<< 172629 1726888996.53180: 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 0x7f29d3da48f0> <<< 172629 1726888996.53188: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888996.53191: 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 0x7f29d3da6030> <<< 172629 1726888996.53239: 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 <<< 172629 1726888996.53258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3da6ed0> <<< 172629 1726888996.53364: 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 0x7f29d3da7530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3da6420> # /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' <<< 172629 1726888996.53387: 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 0x7f29d3da7fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3da76e0> <<< 172629 1726888996.53432: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d88da0> <<< 172629 1726888996.53487: 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' <<< 172629 1726888996.53742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888996.53745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888996.53748: 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 0x7f29d3dbff20> # /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 0x7f29d3ac4920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3ac4680> # 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 0x7f29d3ac4950> # /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' <<< 172629 1726888996.53750: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888996.54090: 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 0x7f29d3ac5280> # 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 0x7f29d3ac5c40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3ac4b30> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3dbe0c0> # /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 0x7f29d3ac6ff0> <<< 172629 1726888996.54112: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3ac5ac0> <<< 172629 1726888996.54124: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d8ae10> <<< 172629 1726888996.54211: 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' <<< 172629 1726888996.54227: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888996.54264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888996.54290: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3aef320> <<< 172629 1726888996.54341: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888996.54380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888996.54385: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888996.54401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888996.54435: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3b13680> <<< 172629 1726888996.54460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888996.54503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888996.54559: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888996.54593: 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 0x7f29d3b74440> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888996.54629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888996.54650: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888996.54780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888996.54783: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3b76ba0> <<< 172629 1726888996.54929: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3b74560> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3b39460> # /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 0x7f29d39794f0> <<< 172629 1726888996.54956: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3b12480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3ac7ef0> <<< 172629 1726888996.55124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f29d3b12a80> <<< 172629 1726888996.55365: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_zh2v8vbn/ansible_setup_payload.zip' # zipimport: zlib available <<< 172629 1726888996.55480: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.55515: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888996.55525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888996.55565: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888996.55637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888996.55719: 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 0x7f29d39df290> import '_typing' # <<< 172629 1726888996.55856: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d39c2180> <<< 172629 1726888996.55950: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d39c12e0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888996.55971: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.57337: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.58971: 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 0x7f29d39dcfe0> # /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 0x7f29d3a12bd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3a12960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3a12270> # /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 0x7f29d3a12cc0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3f129c0> 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 0x7f29d3a138c0> # 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 0x7f29d3a13b00> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888996.58985: 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 0x7f29d3a13f50> import 'pwd' # <<< 172629 1726888996.59019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888996.59026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888996.59029: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d332ddf0> <<< 172629 1726888996.59031: 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 0x7f29d332fa10> <<< 172629 1726888996.59129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888996.59138: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3334410> # /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 0x7f29d33355b0> <<< 172629 1726888996.59176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888996.59480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888996.59483: 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' <<< 172629 1726888996.59533: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3337fb0> # 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 0x7f29d33383e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3336330> # /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 0x7f29d337c080> <<< 172629 1726888996.59548: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888996.59609: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d333ab70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d333a8d0> <<< 172629 1726888996.59630: 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' <<< 172629 1726888996.59799: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d333ae40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3336840> <<< 172629 1726888996.59880: 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 0x7f29d3380230> # /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 0x7f29d3380320> # /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' <<< 172629 1726888996.60082: 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 0x7f29d3381eb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3381ca0> # /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 0x7f29d33843e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3382570> # /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' # <<< 172629 1726888996.60137: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3387bc0> <<< 172629 1726888996.60250: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3384590> <<< 172629 1726888996.60312: 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 0x7f29d3388cb0> <<< 172629 1726888996.60345: 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 0x7f29d3388aa0> <<< 172629 1726888996.60389: 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 0x7f29d3388d40> <<< 172629 1726888996.60436: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3380620> <<< 172629 1726888996.60521: 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 <<< 172629 1726888996.60534: 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' <<< 172629 1726888996.60585: 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 0x7f29d3214560> <<< 172629 1726888996.60730: 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 0x7f29d3215940> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d338ad20> # 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 0x7f29d3388da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d338a960> <<< 172629 1726888996.60766: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888996.61021: stdout chunk (state=3): >>># 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 <<< 172629 1726888996.61198: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.61231: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.61748: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.62285: 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' # <<< 172629 1726888996.62359: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888996.62388: 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 0x7f29d3219a90> <<< 172629 1726888996.62534: 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 0x7f29d321a7e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3215be0> <<< 172629 1726888996.62581: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888996.62597: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888996.62738: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.62895: 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' <<< 172629 1726888996.62997: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d321a600> # zipimport: zlib available <<< 172629 1726888996.63819: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.63822: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.63877: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.64035: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # <<< 172629 1726888996.64058: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.64366: 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 <<< 172629 1726888996.64548: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.64784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888996.64847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888996.64868: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888996.64914: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d321ba70> <<< 172629 1726888996.64928: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.65136: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.65140: 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 <<< 172629 1726888996.65185: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888996.65199: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.65234: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.65276: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.65334: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.65460: 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' <<< 172629 1726888996.65525: 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 0x7f29d3226570> <<< 172629 1726888996.65667: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3222e10> <<< 172629 1726888996.65674: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888996.65717: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.65749: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.65785: 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 <<< 172629 1726888996.65866: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 172629 1726888996.65905: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888996.65976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888996.66000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888996.66010: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3302d50> <<< 172629 1726888996.66037: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d33fea20> <<< 172629 1726888996.66122: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3226630> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d321b4a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888996.66234: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888996.66279: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 172629 1726888996.66297: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888996.66379: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.66416: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.66449: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.66452: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.66499: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.66536: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.66574: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.66624: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 172629 1726888996.66750: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.66756: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.66779: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.66796: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.66823: 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 <<< 172629 1726888996.66986: stdout chunk (state=3): >>># 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' <<< 172629 1726888996.66998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726888996.67050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726888996.67078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726888996.67107: 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 0x7f29d2f0abd0> <<< 172629 1726888996.67136: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2f0a030> <<< 172629 1726888996.67201: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2f08a10> <<< 172629 1726888996.67399: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d32b6f30> <<< 172629 1726888996.67495: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d32b4e30> import 'ansible.module_utils.compat.typing' # <<< 172629 1726888996.67514: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.67663: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.67830: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.67945: stdout chunk (state=3): >>># 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' <<< 172629 1726888996.67976: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 172629 1726888996.68014: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 172629 1726888996.68017: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d32a1550> <<< 172629 1726888996.68096: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 172629 1726888996.68212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 172629 1726888996.68215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726888996.68217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726888996.68219: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726888996.68251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2f58e60> <<< 172629 1726888996.68279: 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 0x7f29d2f59190> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2f4c950> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2f1fc20> <<< 172629 1726888996.68313: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d32b5ee0> <<< 172629 1726888996.68381: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d32b5250> <<< 172629 1726888996.68404: stdout chunk (state=3): >>># /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' <<< 172629 1726888996.68490: 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' <<< 172629 1726888996.68514: 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 0x7f29d2f5bd40> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2f5b5f0> <<< 172629 1726888996.68594: 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 0x7f29d2f5b7d0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2f5aa50> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 172629 1726888996.68621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2f5bef0> # /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' <<< 172629 1726888996.68649: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29d2d12ae0> <<< 172629 1726888996.68684: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2d10ad0> <<< 172629 1726888996.68723: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d32b5340> import 'ansible.module_utils.facts.timeout' # <<< 172629 1726888996.68783: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 172629 1726888996.68974: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.69040: stdout chunk (state=3): >>>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' # <<< 172629 1726888996.69065: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.69087: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.69125: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 172629 1726888996.69179: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.69254: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 172629 1726888996.69276: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888996.69357: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 172629 1726888996.69390: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.69452: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.69585: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 172629 1726888996.70052: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.70482: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 172629 1726888996.70500: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.70550: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.70599: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.70678: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 172629 1726888996.70715: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.71017: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 172629 1726888996.71020: stdout chunk (state=3): >>># 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 <<< 172629 1726888996.71023: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 172629 1726888996.71025: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.71092: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.71178: 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' <<< 172629 1726888996.71205: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2d132c0> <<< 172629 1726888996.71225: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726888996.71258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726888996.71375: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2d13fe0> import 'ansible.module_utils.facts.system.local' # <<< 172629 1726888996.71390: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.71450: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.71614: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 172629 1726888996.71633: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.71707: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 172629 1726888996.71748: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.71782: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.71870: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 172629 1726888996.71910: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.71972: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726888996.72005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726888996.72079: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888996.72134: 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 0x7f29d2d52fc0> <<< 172629 1726888996.72320: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2d3ba10> import 'ansible.module_utils.facts.system.python' # <<< 172629 1726888996.72386: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.72403: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.72439: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 172629 1726888996.72502: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.72672: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.72688: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.72733: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.72877: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 172629 1726888996.72898: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.72928: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.72976: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available <<< 172629 1726888996.73017: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.73128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 172629 1726888996.73168: 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 0x7f29d2d6a7b0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2d50410> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 172629 1726888996.73223: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888996.73360: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 172629 1726888996.73431: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.73580: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 172629 1726888996.73594: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.73689: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.73787: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.73902: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available <<< 172629 1726888996.73928: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.73942: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.74077: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.74315: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 172629 1726888996.74359: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.74482: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available <<< 172629 1726888996.74563: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888996.75185: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.75657: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 172629 1726888996.75661: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.75802: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.75870: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 172629 1726888996.75883: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.76024: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.76071: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 172629 1726888996.76127: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.76231: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.76391: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available <<< 172629 1726888996.76421: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 172629 1726888996.76468: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.76514: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 172629 1726888996.76517: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.76608: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.76705: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.76904: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.77117: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 172629 1726888996.77120: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.77151: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.77196: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 172629 1726888996.77224: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888996.77261: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 172629 1726888996.77325: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.77396: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available <<< 172629 1726888996.77456: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.77461: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 172629 1726888996.77485: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.77515: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.77584: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 172629 1726888996.77644: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.77707: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726888996.77710: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.78040: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.78427: 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 # zipimport: zlib available <<< 172629 1726888996.78430: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 172629 1726888996.78462: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.78501: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 172629 1726888996.78530: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.78570: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 172629 1726888996.78658: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.78746: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 172629 1726888996.78892: stdout chunk (state=3): >>># 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 <<< 172629 1726888996.78896: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.78927: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.79060: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888996.79083: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.79176: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 172629 1726888996.79189: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available <<< 172629 1726888996.79305: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 172629 1726888996.79487: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.79671: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 172629 1726888996.79720: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.79782: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 172629 1726888996.79785: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.79826: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.79897: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 172629 1726888996.79907: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.80046: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888996.80288: stdout chunk (state=3): >>>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 <<< 172629 1726888996.81002: 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' <<< 172629 1726888996.81027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 172629 1726888996.81074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 172629 1726888996.81085: 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 0x7f29d2d936b0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2d933e0> <<< 172629 1726888996.81132: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2d8cc50> <<< 172629 1726888996.97814: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 172629 1726888996.97819: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2dda240> <<< 172629 1726888996.97963: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2ddb3e0> <<< 172629 1726888996.98013: 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' <<< 172629 1726888996.98049: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2de9730> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2de9280> <<< 172629 1726888996.98243: 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 <<< 172629 1726888997.19258: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_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_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_loadavg": {"1m": 0.56103515625, "5m": 0.7451171875, "15m": 0.9736328125}, "ansible_apparmor": {"status": "disabled"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "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]", <<< 172629 1726888997.19276: stdout chunk (state=3): >>>"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_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "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": 457, "ansible_swaptotal_mb": 10239, "ansible_swapfree_mb": 10239, "ansible_memory_mb": {"real": {"total": 3531, "used": 3074, "free": 457}, "nocache": {"free": 3253, "used": 278}, "swap": {"total": 10239, "free": 10239, "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": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"], "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": ["c7da138f-a511-4522-ac49-97acf1c6bf7f"], "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", "sectorsiz<<< 172629 1726888997.19316: stdout chunk (state=3): >>>e": "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"], "sdb": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"], "sda": ["c7da138f-a511-4522-ac49-97acf1c6bf7f"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 4439, "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": 255223746560, "block_size": 4096, "block_total": 65519099, "block_available": 62310485, "block_used": 3208614, "inode_total": 131070960, "inode_available": 131027025, "inode_used": 43935, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "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_iscsi_iqn": "", "ansible_is_chroot": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_local": {}, "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_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_fips": false, "ansible_fibre_channel_wwn": [], "ansible_lsb": {}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.13.105 34704 10.31.15.52 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUE<<< 172629 1726888997.19321: stdout chunk (state=3): >>>STED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.13.105 34704 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "23", "second": "17", "epoch": "1726888997", "epoch_int": "1726888997", "date": "2024-09-20", "time": "23:23:17", "iso8601_micro": "2024-09-21T03:23:17.186729Z", "iso8601": "2024-09-21T03:23:17Z", "iso8601_basic": "20240920T232317186729", "iso8601_basic_short": "20240920T232317", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_pkg_mgr": "dnf", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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"}}} <<< 172629 1726888997.19898: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888997.19904: 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 <<< 172629 1726888997.19977: stdout chunk (state=3): >>># restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # 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 <<< 172629 1726888997.20080: 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 # 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 <<< 172629 1726888997.20167: stdout chunk (state=3): >>># cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # 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 <<< 172629 1726888997.20199: stdout chunk (state=3): >>># destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot <<< 172629 1726888997.20247: stdout chunk (state=3): >>># 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 <<< 172629 1726888997.20320: stdout chunk (state=3): >>># 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 <<< 172629 1726888997.20410: stdout chunk (state=3): >>># 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 <<< 172629 1726888997.20625: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726888997.20652: stdout chunk (state=3): >>># destroy _bz2 <<< 172629 1726888997.20667: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726888997.20688: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 <<< 172629 1726888997.20699: stdout chunk (state=3): >>># destroy lzma # destroy zipfile._path <<< 172629 1726888997.20709: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726888997.20750: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726888997.20782: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal<<< 172629 1726888997.20838: stdout chunk (state=3): >>> # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp <<< 172629 1726888997.20882: stdout chunk (state=3): >>># destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726888997.20924: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726888997.20933: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 172629 1726888997.20976: stdout chunk (state=3): >>># 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 <<< 172629 1726888997.21114: stdout chunk (state=3): >>># destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess <<< 172629 1726888997.21189: stdout chunk (state=3): >>># destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct <<< 172629 1726888997.21316: stdout chunk (state=3): >>># destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # 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 <<< 172629 1726888997.21410: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # 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 <<< 172629 1726888997.21451: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # 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 <<< 172629 1726888997.21457: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux <<< 172629 1726888997.21484: stdout chunk (state=3): >>># destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726888997.21625: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726888997.21677: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 172629 1726888997.21703: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy _typing <<< 172629 1726888997.21737: 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 <<< 172629 1726888997.21778: stdout chunk (state=3): >>># destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726888997.21805: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888997.21933: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback <<< 172629 1726888997.21960: stdout chunk (state=3): >>># destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 172629 1726888997.22006: stdout chunk (state=3): >>># destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator <<< 172629 1726888997.22012: stdout chunk (state=3): >>># destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools <<< 172629 1726888997.22045: stdout chunk (state=3): >>># destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888997.22381: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888997.22485: stderr chunk (state=3): >>><<< 172629 1726888997.22488: stdout chunk (state=3): >>><<< 172629 1726888997.22742: _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 0x7f29d3f104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3edfb30> # /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 0x7f29d3f12a50> 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 0x7f29d3cc1130> # /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 0x7f29d3cc2120> 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 0x7f29d3cfeea0> # /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 0x7f29d3d141a0> # /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 0x7f29d3d37a40> # /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 0x7f29d3d58110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d17ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d15400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3cfd1c0> # /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 0x7f29d3d5b980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d5a5a0> # /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 0x7f29d3d162d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d58e30> # /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 0x7f29d3d88a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3cfc440> # /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 0x7f29d3d88ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d88d70> # 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 0x7f29d3d89160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3cfaf60> # /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 0x7f29d3d89850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d89520> 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 0x7f29d3d8a750> 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 0x7f29d3da48f0> 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 0x7f29d3da6030> # /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 0x7f29d3da6ed0> # 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 0x7f29d3da7530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3da6420> # /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 0x7f29d3da7fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3da76e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d88da0> # /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 0x7f29d3dbff20> # /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 0x7f29d3ac4920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3ac4680> # 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 0x7f29d3ac4950> # /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 0x7f29d3ac5280> # 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 0x7f29d3ac5c40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3ac4b30> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3dbe0c0> # /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 0x7f29d3ac6ff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3ac5ac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3d8ae10> # /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 0x7f29d3aef320> # /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 0x7f29d3b13680> # /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 0x7f29d3b74440> # /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 0x7f29d3b76ba0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3b74560> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3b39460> # /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 0x7f29d39794f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3b12480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3ac7ef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f29d3b12a80> # zipimport: found 103 names in '/tmp/ansible_setup_payload_zh2v8vbn/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 0x7f29d39df290> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d39c2180> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d39c12e0> # 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 0x7f29d39dcfe0> # /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 0x7f29d3a12bd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3a12960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3a12270> # /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 0x7f29d3a12cc0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3f129c0> 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 0x7f29d3a138c0> # 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 0x7f29d3a13b00> # /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 0x7f29d3a13f50> 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 0x7f29d332ddf0> # 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 0x7f29d332fa10> # /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 0x7f29d3334410> # /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 0x7f29d33355b0> # /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 0x7f29d3337fb0> # 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 0x7f29d33383e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3336330> # /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 0x7f29d337c080> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d333ab70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d333a8d0> # /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 0x7f29d333ae40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3336840> # 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 0x7f29d3380230> # /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 0x7f29d3380320> # /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 0x7f29d3381eb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3381ca0> # /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 0x7f29d33843e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3382570> # /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 0x7f29d3387bc0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3384590> # 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 0x7f29d3388cb0> # 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 0x7f29d3388aa0> # 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 0x7f29d3388d40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3380620> # /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 0x7f29d3214560> # 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 0x7f29d3215940> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d338ad20> # 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 0x7f29d3388da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d338a960> # 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 0x7f29d3219a90> # /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 0x7f29d321a7e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3215be0> 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 0x7f29d321a600> # 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 0x7f29d321ba70> # 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 0x7f29d3226570> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3222e10> 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 0x7f29d3302d50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d33fea20> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d3226630> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d321b4a0> # 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 0x7f29d2f0abd0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2f0a030> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2f08a10> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d32b6f30> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d32b4e30> 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 0x7f29d32a1550> # /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 0x7f29d2f58e60> # 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 0x7f29d2f59190> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2f4c950> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2f1fc20> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d32b5ee0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d32b5250> # /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 0x7f29d2f5bd40> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2f5b5f0> # 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 0x7f29d2f5b7d0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2f5aa50> # /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 0x7f29d2f5bef0> # /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 0x7f29d2d12ae0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2d10ad0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d32b5340> 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 0x7f29d2d132c0> # /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 0x7f29d2d13fe0> 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 0x7f29d2d52fc0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2d3ba10> 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 0x7f29d2d6a7b0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2d50410> 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 0x7f29d2d936b0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2d933e0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2d8cc50> # /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 0x7f29d2dda240> # /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 0x7f29d2ddb3e0> # /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 0x7f29d2de9730> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29d2de9280> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_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_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_loadavg": {"1m": 0.56103515625, "5m": 0.7451171875, "15m": 0.9736328125}, "ansible_apparmor": {"status": "disabled"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "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_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "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": 457, "ansible_swaptotal_mb": 10239, "ansible_swapfree_mb": 10239, "ansible_memory_mb": {"real": {"total": 3531, "used": 3074, "free": 457}, "nocache": {"free": 3253, "used": 278}, "swap": {"total": 10239, "free": 10239, "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": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"], "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": ["c7da138f-a511-4522-ac49-97acf1c6bf7f"], "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"], "sdb": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"], "sda": ["c7da138f-a511-4522-ac49-97acf1c6bf7f"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 4439, "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": 255223746560, "block_size": 4096, "block_total": 65519099, "block_available": 62310485, "block_used": 3208614, "inode_total": 131070960, "inode_available": 131027025, "inode_used": 43935, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "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_iscsi_iqn": "", "ansible_is_chroot": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_local": {}, "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_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_fips": false, "ansible_fibre_channel_wwn": [], "ansible_lsb": {}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.13.105 34704 10.31.15.52 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.13.105 34704 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "23", "second": "17", "epoch": "1726888997", "epoch_int": "1726888997", "date": "2024-09-20", "time": "23:23:17", "iso8601_micro": "2024-09-21T03:23:17.186729Z", "iso8601": "2024-09-21T03:23:17Z", "iso8601_basic": "20240920T232317186729", "iso8601_basic_short": "20240920T232317", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_pkg_mgr": "dnf", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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. 172629 1726888997.24401: 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-1726888996.3681424-176127-76924371079555/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888997.24460: _low_level_execute_command(): starting 172629 1726888997.24465: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888996.3681424-176127-76924371079555/ > /dev/null 2>&1 && sleep 0' 172629 1726888997.25076: 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 <<< 172629 1726888997.25079: stderr 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 <<< 172629 1726888997.25093: 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 <<< 172629 1726888997.25134: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888997.25147: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888997.25203: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888997.27069: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888997.27096: stderr chunk (state=3): >>><<< 172629 1726888997.27101: stdout chunk (state=3): >>><<< 172629 1726888997.27198: _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 172629 1726888997.27202: handler run complete 172629 1726888997.27232: variable 'ansible_facts' from source: unknown 172629 1726888997.27306: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888997.27789: variable 'ansible_facts' from source: unknown 172629 1726888997.27883: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888997.28105: attempt loop complete, returning result 172629 1726888997.28116: _execute() done 172629 1726888997.28119: dumping result to json 172629 1726888997.28121: done dumping result, returning 172629 1726888997.28123: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-d0a8-add8-000000001c2a] 172629 1726888997.28125: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c2a 172629 1726888997.29267: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001c2a 172629 1726888997.29270: WORKER PROCESS EXITING ok: [managed_node1] 172629 1726888997.29613: no more pending results, returning what we have 172629 1726888997.29616: results queue empty 172629 1726888997.29617: checking for any_errors_fatal 172629 1726888997.29622: done checking for any_errors_fatal 172629 1726888997.29622: checking for max_fail_percentage 172629 1726888997.29624: done checking for max_fail_percentage 172629 1726888997.29624: checking to see if all hosts have failed and the running result is not ok 172629 1726888997.29625: done checking to see if all hosts have failed 172629 1726888997.29625: getting the remaining hosts for this loop 172629 1726888997.29626: done getting the remaining hosts for this loop 172629 1726888997.29628: getting the next task for host managed_node1 172629 1726888997.29634: done getting next task for host managed_node1 172629 1726888997.29636: ^ task is: TASK: meta (role_complete) 172629 1726888997.29637: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_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 172629 1726888997.29645: getting variables 172629 1726888997.29646: in VariableManager get_vars() 172629 1726888997.29669: Calling all_inventory to load vars for managed_node1 172629 1726888997.29672: Calling groups_inventory to load vars for managed_node1 172629 1726888997.29673: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888997.29680: Calling all_plugins_play to load vars for managed_node1 172629 1726888997.29681: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888997.29683: Calling groups_plugins_play to load vars for managed_node1 172629 1726888997.30014: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888997.30412: done with get_vars() 172629 1726888997.30422: done getting variables 172629 1726888997.30482: done queuing things up, now waiting for results queue to drain 172629 1726888997.30483: results queue empty 172629 1726888997.30484: checking for any_errors_fatal 172629 1726888997.30486: done checking for any_errors_fatal 172629 1726888997.30486: checking for max_fail_percentage 172629 1726888997.30487: done checking for max_fail_percentage 172629 1726888997.30488: checking to see if all hosts have failed and the running result is not ok 172629 1726888997.30488: done checking to see if all hosts have failed 172629 1726888997.30488: getting the remaining hosts for this loop 172629 1726888997.30489: done getting the remaining hosts for this loop 172629 1726888997.30491: getting the next task for host managed_node1 172629 1726888997.30493: done getting next task for host managed_node1 172629 1726888997.30495: ^ task is: TASK: Verify results 172629 1726888997.30499: ^ state is: HOST STATE: block=2, task=34, rescue=0, 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 172629 1726888997.30501: getting variables 172629 1726888997.30502: in VariableManager get_vars() 172629 1726888997.30508: Calling all_inventory to load vars for managed_node1 172629 1726888997.30510: Calling groups_inventory to load vars for managed_node1 172629 1726888997.30511: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888997.30514: Calling all_plugins_play to load vars for managed_node1 172629 1726888997.30516: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888997.30517: Calling groups_plugins_play to load vars for managed_node1 172629 1726888997.30751: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888997.31088: done with get_vars() 172629 1726888997.31097: done getting variables TASK [Verify results] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:112 Friday 20 September 2024 23:23:17 -0400 (0:00:00.994) 0:01:37.591 ****** 172629 1726888997.31142: entering _queue_task() for managed_node1/include_tasks 172629 1726888997.31388: worker is 1 (out of 1 available) 172629 1726888997.31402: exiting _queue_task() for managed_node1/include_tasks 172629 1726888997.31419: done queuing things up, now waiting for results queue to drain 172629 1726888997.31423: waiting for pending results... 172629 1726888997.31677: running TaskExecutor() for managed_node1/TASK: Verify results 172629 1726888997.31799: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000015 172629 1726888997.31805: variable 'ansible_search_path' from source: unknown 172629 1726888997.31819: calling self._execute() 172629 1726888997.31924: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888997.31929: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888997.31932: variable 'omit' from source: magic vars 172629 1726888997.32019: _execute() done 172629 1726888997.32023: dumping result to json 172629 1726888997.32026: done dumping result, returning 172629 1726888997.32033: done running TaskExecutor() for managed_node1/TASK: Verify results [0affc8a3-6f6f-d0a8-add8-000000000015] 172629 1726888997.32038: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000015 172629 1726888997.32172: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000015 172629 1726888997.32175: WORKER PROCESS EXITING 172629 1726888997.32209: no more pending results, returning what we have 172629 1726888997.32213: in VariableManager get_vars() 172629 1726888997.32257: Calling all_inventory to load vars for managed_node1 172629 1726888997.32261: Calling groups_inventory to load vars for managed_node1 172629 1726888997.32264: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888997.32277: Calling all_plugins_play to load vars for managed_node1 172629 1726888997.32280: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888997.32283: Calling groups_plugins_play to load vars for managed_node1 172629 1726888997.32650: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888997.32994: done with get_vars() 172629 1726888997.33002: variable 'ansible_search_path' from source: unknown 172629 1726888997.33012: we have included files to process 172629 1726888997.33012: generating all_blocks data 172629 1726888997.33014: done generating all_blocks data 172629 1726888997.33019: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726888997.33020: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726888997.33021: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726888997.33564: in VariableManager get_vars() 172629 1726888997.33576: done with get_vars() 172629 1726888997.33602: in VariableManager get_vars() 172629 1726888997.33611: done with get_vars() 172629 1726888997.33672: done processing included file 172629 1726888997.33674: iterating over new_blocks loaded from include file 172629 1726888997.33675: in VariableManager get_vars() 172629 1726888997.33683: done with get_vars() 172629 1726888997.33683: filtering new block on tags 172629 1726888997.33700: done filtering new block on tags 172629 1726888997.33701: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 172629 1726888997.33705: extending task lists for all hosts with included blocks 172629 1726888997.36346: done extending task lists 172629 1726888997.36347: done processing included files 172629 1726888997.36348: results queue empty 172629 1726888997.36348: checking for any_errors_fatal 172629 1726888997.36349: done checking for any_errors_fatal 172629 1726888997.36350: checking for max_fail_percentage 172629 1726888997.36350: done checking for max_fail_percentage 172629 1726888997.36351: checking to see if all hosts have failed and the running result is not ok 172629 1726888997.36351: done checking to see if all hosts have failed 172629 1726888997.36352: getting the remaining hosts for this loop 172629 1726888997.36356: done getting the remaining hosts for this loop 172629 1726888997.36358: getting the next task for host managed_node1 172629 1726888997.36360: done getting next task for host managed_node1 172629 1726888997.36362: ^ task is: TASK: Print out pool information 172629 1726888997.36364: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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 172629 1726888997.36365: getting variables 172629 1726888997.36366: in VariableManager get_vars() 172629 1726888997.36373: Calling all_inventory to load vars for managed_node1 172629 1726888997.36374: Calling groups_inventory to load vars for managed_node1 172629 1726888997.36376: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888997.36379: Calling all_plugins_play to load vars for managed_node1 172629 1726888997.36381: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888997.36382: Calling groups_plugins_play to load vars for managed_node1 172629 1726888997.36735: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888997.37049: done with get_vars() 172629 1726888997.37063: done getting variables 172629 1726888997.37088: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Print out pool information] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Friday 20 September 2024 23:23:17 -0400 (0:00:00.059) 0:01:37.651 ****** 172629 1726888997.37106: entering _queue_task() for managed_node1/debug 172629 1726888997.37340: worker is 1 (out of 1 available) 172629 1726888997.37359: exiting _queue_task() for managed_node1/debug 172629 1726888997.37372: done queuing things up, now waiting for results queue to drain 172629 1726888997.37374: waiting for pending results... 172629 1726888997.37550: running TaskExecutor() for managed_node1/TASK: Print out pool information 172629 1726888997.37662: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001cbc 172629 1726888997.37666: variable 'ansible_search_path' from source: unknown 172629 1726888997.37688: calling self._execute() 172629 1726888997.37776: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888997.37780: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888997.37789: variable 'omit' from source: magic vars 172629 1726888997.38097: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888997.40360: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888997.40364: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888997.40366: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888997.40393: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888997.40422: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888997.40501: 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) 172629 1726888997.40532: 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) 172629 1726888997.40569: 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) 172629 1726888997.40613: 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) 172629 1726888997.40681: 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) 172629 1726888997.40861: variable '_storage_pools_list' from source: set_fact 172629 1726888997.40930: Evaluated conditional (_storage_pools_list | length > 0): False 172629 1726888997.40934: when evaluation is False, skipping this task 172629 1726888997.40936: _execute() done 172629 1726888997.40939: dumping result to json 172629 1726888997.40941: done dumping result, returning 172629 1726888997.40947: done running TaskExecutor() for managed_node1/TASK: Print out pool information [0affc8a3-6f6f-d0a8-add8-000000001cbc] 172629 1726888997.40952: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001cbc 172629 1726888997.41044: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001cbc 172629 1726888997.41048: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "_storage_pools_list | length > 0" } 172629 1726888997.41099: no more pending results, returning what we have 172629 1726888997.41105: results queue empty 172629 1726888997.41106: checking for any_errors_fatal 172629 1726888997.41108: done checking for any_errors_fatal 172629 1726888997.41115: checking for max_fail_percentage 172629 1726888997.41118: done checking for max_fail_percentage 172629 1726888997.41119: checking to see if all hosts have failed and the running result is not ok 172629 1726888997.41120: done checking to see if all hosts have failed 172629 1726888997.41121: getting the remaining hosts for this loop 172629 1726888997.41123: done getting the remaining hosts for this loop 172629 1726888997.41126: getting the next task for host managed_node1 172629 1726888997.41133: done getting next task for host managed_node1 172629 1726888997.41136: ^ task is: TASK: Print out volume information 172629 1726888997.41139: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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 172629 1726888997.41143: getting variables 172629 1726888997.41145: in VariableManager get_vars() 172629 1726888997.41185: Calling all_inventory to load vars for managed_node1 172629 1726888997.41188: Calling groups_inventory to load vars for managed_node1 172629 1726888997.41191: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888997.41203: Calling all_plugins_play to load vars for managed_node1 172629 1726888997.41206: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888997.41210: Calling groups_plugins_play to load vars for managed_node1 172629 1726888997.41842: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888997.42190: done with get_vars() 172629 1726888997.42200: done getting variables 172629 1726888997.42239: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Print out volume information] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Friday 20 September 2024 23:23:17 -0400 (0:00:00.051) 0:01:37.702 ****** 172629 1726888997.42262: entering _queue_task() for managed_node1/debug 172629 1726888997.42472: worker is 1 (out of 1 available) 172629 1726888997.42485: exiting _queue_task() for managed_node1/debug 172629 1726888997.42499: done queuing things up, now waiting for results queue to drain 172629 1726888997.42500: waiting for pending results... 172629 1726888997.42684: running TaskExecutor() for managed_node1/TASK: Print out volume information 172629 1726888997.42752: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001cbd 172629 1726888997.42768: variable 'ansible_search_path' from source: unknown 172629 1726888997.42796: calling self._execute() 172629 1726888997.42883: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888997.42887: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888997.42896: variable 'omit' from source: magic vars 172629 1726888997.43181: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888997.45142: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888997.45199: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888997.45250: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888997.45266: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888997.45291: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888997.45449: 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) 172629 1726888997.45457: 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) 172629 1726888997.45461: 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) 172629 1726888997.45468: 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) 172629 1726888997.45471: 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) 172629 1726888997.45569: variable '_storage_volumes_list' from source: set_fact 172629 1726888997.45605: Evaluated conditional (_storage_volumes_list | length > 0): True 172629 1726888997.45609: variable 'omit' from source: magic vars 172629 1726888997.45646: variable 'omit' from source: magic vars 172629 1726888997.45679: variable 'omit' from source: magic vars 172629 1726888997.45701: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888997.45728: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888997.45745: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888997.45763: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888997.45777: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888997.45860: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888997.45864: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888997.45866: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888997.45903: Set connection var ansible_timeout to 10 172629 1726888997.45906: Set connection var ansible_shell_type to sh 172629 1726888997.45912: Set connection var ansible_pipelining to False 172629 1726888997.45917: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888997.45923: Set connection var ansible_shell_executable to /bin/sh 172629 1726888997.45926: Set connection var ansible_connection to ssh 172629 1726888997.45947: variable 'ansible_shell_executable' from source: unknown 172629 1726888997.45950: variable 'ansible_connection' from source: unknown 172629 1726888997.45957: variable 'ansible_module_compression' from source: unknown 172629 1726888997.45960: variable 'ansible_shell_type' from source: unknown 172629 1726888997.45962: variable 'ansible_shell_executable' from source: unknown 172629 1726888997.45964: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888997.45966: variable 'ansible_pipelining' from source: unknown 172629 1726888997.45968: variable 'ansible_timeout' from source: unknown 172629 1726888997.45970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888997.46104: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888997.46107: variable 'omit' from source: magic vars 172629 1726888997.46110: starting attempt loop 172629 1726888997.46112: running the handler 172629 1726888997.46124: variable '_storage_volumes_list' from source: set_fact 172629 1726888997.46201: variable '_storage_volumes_list' from source: set_fact 172629 1726888997.46365: handler run complete 172629 1726888997.46429: attempt loop complete, returning result 172629 1726888997.46432: _execute() done 172629 1726888997.46434: dumping result to json 172629 1726888997.46437: done dumping result, returning 172629 1726888997.46443: done running TaskExecutor() for managed_node1/TASK: Print out volume information [0affc8a3-6f6f-d0a8-add8-000000001cbd] 172629 1726888997.46445: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001cbd 172629 1726888997.46519: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001cbd 172629 1726888997.46521: WORKER PROCESS EXITING ok: [managed_node1] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } 172629 1726888997.46619: no more pending results, returning what we have 172629 1726888997.46622: results queue empty 172629 1726888997.46623: checking for any_errors_fatal 172629 1726888997.46630: done checking for any_errors_fatal 172629 1726888997.46631: checking for max_fail_percentage 172629 1726888997.46632: done checking for max_fail_percentage 172629 1726888997.46633: checking to see if all hosts have failed and the running result is not ok 172629 1726888997.46634: done checking to see if all hosts have failed 172629 1726888997.46635: getting the remaining hosts for this loop 172629 1726888997.46636: done getting the remaining hosts for this loop 172629 1726888997.46639: getting the next task for host managed_node1 172629 1726888997.46645: done getting next task for host managed_node1 172629 1726888997.46648: ^ task is: TASK: Collect info about the volumes. 172629 1726888997.46651: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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 172629 1726888997.46658: getting variables 172629 1726888997.46660: in VariableManager get_vars() 172629 1726888997.46688: Calling all_inventory to load vars for managed_node1 172629 1726888997.46691: Calling groups_inventory to load vars for managed_node1 172629 1726888997.46694: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888997.46702: Calling all_plugins_play to load vars for managed_node1 172629 1726888997.46705: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888997.46707: Calling groups_plugins_play to load vars for managed_node1 172629 1726888997.47249: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888997.47844: done with get_vars() 172629 1726888997.47860: done getting variables TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Friday 20 September 2024 23:23:17 -0400 (0:00:00.056) 0:01:37.759 ****** 172629 1726888997.47933: entering _queue_task() for managed_node1/fedora.linux_system_roles.blockdev_info 172629 1726888997.48193: worker is 1 (out of 1 available) 172629 1726888997.48205: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blockdev_info 172629 1726888997.48219: done queuing things up, now waiting for results queue to drain 172629 1726888997.48220: waiting for pending results... 172629 1726888997.48620: running TaskExecutor() for managed_node1/TASK: Collect info about the volumes. 172629 1726888997.48626: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001cbe 172629 1726888997.48630: variable 'ansible_search_path' from source: unknown 172629 1726888997.48665: calling self._execute() 172629 1726888997.48771: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888997.48824: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888997.48829: variable 'omit' from source: magic vars 172629 1726888997.48892: variable 'omit' from source: magic vars 172629 1726888997.48939: variable 'omit' from source: magic vars 172629 1726888997.48973: variable 'omit' from source: magic vars 172629 1726888997.49018: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888997.49060: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888997.49149: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888997.49156: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888997.49160: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888997.49162: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888997.49165: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888997.49167: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888997.49248: Set connection var ansible_timeout to 10 172629 1726888997.49259: Set connection var ansible_shell_type to sh 172629 1726888997.49263: Set connection var ansible_pipelining to False 172629 1726888997.49265: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888997.49272: Set connection var ansible_shell_executable to /bin/sh 172629 1726888997.49275: Set connection var ansible_connection to ssh 172629 1726888997.49296: variable 'ansible_shell_executable' from source: unknown 172629 1726888997.49299: variable 'ansible_connection' from source: unknown 172629 1726888997.49302: variable 'ansible_module_compression' from source: unknown 172629 1726888997.49304: variable 'ansible_shell_type' from source: unknown 172629 1726888997.49307: variable 'ansible_shell_executable' from source: unknown 172629 1726888997.49309: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888997.49315: variable 'ansible_pipelining' from source: unknown 172629 1726888997.49317: variable 'ansible_timeout' from source: unknown 172629 1726888997.49369: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888997.49517: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726888997.49529: variable 'omit' from source: magic vars 172629 1726888997.49533: starting attempt loop 172629 1726888997.49536: running the handler 172629 1726888997.49559: _low_level_execute_command(): starting 172629 1726888997.49564: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888997.50251: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888997.50358: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888997.50362: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888997.50365: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888997.50367: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888997.50369: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888997.50370: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888997.50372: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888997.50430: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888997.50452: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888997.50533: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888997.52167: stdout chunk (state=3): >>>/root <<< 172629 1726888997.52275: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888997.52304: stderr chunk (state=3): >>><<< 172629 1726888997.52306: stdout chunk (state=3): >>><<< 172629 1726888997.52320: _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 172629 1726888997.52365: _low_level_execute_command(): starting 172629 1726888997.52369: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888997.5232472-176165-6371663611191 `" && echo ansible-tmp-1726888997.5232472-176165-6371663611191="` echo /root/.ansible/tmp/ansible-tmp-1726888997.5232472-176165-6371663611191 `" ) && sleep 0' 172629 1726888997.52737: 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 <<< 172629 1726888997.52773: stderr 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 <<< 172629 1726888997.52776: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888997.52779: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 172629 1726888997.52789: 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 <<< 172629 1726888997.52793: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888997.52832: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888997.52837: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888997.52881: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888997.54766: stdout chunk (state=3): >>>ansible-tmp-1726888997.5232472-176165-6371663611191=/root/.ansible/tmp/ansible-tmp-1726888997.5232472-176165-6371663611191 <<< 172629 1726888997.54874: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888997.54902: stderr chunk (state=3): >>><<< 172629 1726888997.54905: stdout chunk (state=3): >>><<< 172629 1726888997.54920: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888997.5232472-176165-6371663611191=/root/.ansible/tmp/ansible-tmp-1726888997.5232472-176165-6371663611191 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888997.54967: variable 'ansible_module_compression' from source: unknown 172629 1726888997.54999: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blockdev_info-ZIP_DEFLATED 172629 1726888997.55032: variable 'ansible_facts' from source: unknown 172629 1726888997.55091: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888997.5232472-176165-6371663611191/AnsiballZ_blockdev_info.py 172629 1726888997.55184: Sending initial data 172629 1726888997.55187: Sent initial data (162 bytes) 172629 1726888997.55607: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888997.55610: 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 <<< 172629 1726888997.55613: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726888997.55615: 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 found <<< 172629 1726888997.55617: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888997.55661: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888997.55677: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888997.55717: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888997.57278: 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 <<< 172629 1726888997.57289: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888997.57325: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888997.57374: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp7jvv8xz8 /root/.ansible/tmp/ansible-tmp-1726888997.5232472-176165-6371663611191/AnsiballZ_blockdev_info.py <<< 172629 1726888997.57381: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888997.5232472-176165-6371663611191/AnsiballZ_blockdev_info.py" <<< 172629 1726888997.57435: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp7jvv8xz8" to remote "/root/.ansible/tmp/ansible-tmp-1726888997.5232472-176165-6371663611191/AnsiballZ_blockdev_info.py" <<< 172629 1726888997.57442: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888997.5232472-176165-6371663611191/AnsiballZ_blockdev_info.py" <<< 172629 1726888997.57964: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888997.58089: stderr chunk (state=3): >>><<< 172629 1726888997.58095: stdout chunk (state=3): >>><<< 172629 1726888997.58097: done transferring module to remote 172629 1726888997.58099: _low_level_execute_command(): starting 172629 1726888997.58101: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888997.5232472-176165-6371663611191/ /root/.ansible/tmp/ansible-tmp-1726888997.5232472-176165-6371663611191/AnsiballZ_blockdev_info.py && sleep 0' 172629 1726888997.58452: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888997.58460: 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 <<< 172629 1726888997.58464: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888997.58466: 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 <<< 172629 1726888997.58471: stderr 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 <<< 172629 1726888997.58514: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888997.58523: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888997.58572: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888997.60320: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888997.60324: stdout chunk (state=3): >>><<< 172629 1726888997.60329: stderr chunk (state=3): >>><<< 172629 1726888997.60341: _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 172629 1726888997.60344: _low_level_execute_command(): starting 172629 1726888997.60348: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888997.5232472-176165-6371663611191/AnsiballZ_blockdev_info.py && sleep 0' 172629 1726888997.60734: 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 <<< 172629 1726888997.60737: stderr 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 <<< 172629 1726888997.60739: 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 <<< 172629 1726888997.60741: stderr 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 <<< 172629 1726888997.60791: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888997.60794: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888997.60846: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888997.63007: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888997.63052: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888997.63082: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888997.63137: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888997.63154: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888997.63183: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888997.63212: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888997.63241: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726888997.63247: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726888997.63304: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726888997.63312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888997.63325: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888997.63346: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888997.63380: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888997.63411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726888997.63419: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5c184d0> <<< 172629 1726888997.63430: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5be7b30> <<< 172629 1726888997.63448: 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' <<< 172629 1726888997.63463: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5c1aa50> <<< 172629 1726888997.63485: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888997.63514: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726888997.63524: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726888997.63531: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888997.63566: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888997.63653: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888997.63680: stdout chunk (state=3): >>>import 'genericpath' # <<< 172629 1726888997.63684: stdout chunk (state=3): >>>import 'posixpath' # <<< 172629 1726888997.63710: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888997.63763: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 172629 1726888997.63786: 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' <<< 172629 1726888997.63816: 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' <<< 172629 1726888997.63829: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5a09130> <<< 172629 1726888997.63889: 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 <<< 172629 1726888997.63924: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888997.63928: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5a0a120> <<< 172629 1726888997.63946: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888997.63970: 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. <<< 172629 1726888997.64184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888997.64199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888997.64220: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888997.64231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888997.64261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888997.64293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888997.64315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888997.64334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888997.64367: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5a4ff50> <<< 172629 1726888997.64440: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888997.64448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888997.64451: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726888997.64466: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5a5c0e0> # /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' <<< 172629 1726888997.64498: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888997.64587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888997.64610: 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 0x7fd7a5a7f980> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888997.64649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5a7ff50> <<< 172629 1726888997.64651: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726888997.64693: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5a5fc20> <<< 172629 1726888997.64709: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726888997.64768: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5a5d340> <<< 172629 1726888997.64822: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5a4d100> <<< 172629 1726888997.64857: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888997.64894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726888997.64916: 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' <<< 172629 1726888997.64954: 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' <<< 172629 1726888997.65071: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5aa3920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5aa2540> # /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 0x7fd7a5a5e330> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5aa0da0> <<< 172629 1726888997.65154: 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 0x7fd7a5ad08c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5a4c380> <<< 172629 1726888997.65160: 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' <<< 172629 1726888997.65172: 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 0x7fd7a5ad0d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5ad0c20> <<< 172629 1726888997.65222: 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 0x7fd7a5ad0fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5a42ea0> <<< 172629 1726888997.65263: 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' <<< 172629 1726888997.65279: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888997.65409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5ad1670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5ad1370> import 'importlib.machinery' # <<< 172629 1726888997.65414: 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 0x7fd7a5ad2540> import 'importlib.util' # import 'runpy' # <<< 172629 1726888997.65614: 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' # /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 0x7fd7a5aec740> 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 0x7fd7a5aede80> # /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 <<< 172629 1726888997.65620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726888997.65673: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5aeecf0> <<< 172629 1726888997.65676: 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 0x7fd7a5aef320> <<< 172629 1726888997.65692: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5aee270> # /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' <<< 172629 1726888997.65764: 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 0x7fd7a5aefda0> <<< 172629 1726888997.65814: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5aef4d0> <<< 172629 1726888997.65868: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5ad24b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888997.65990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd7a587bc80> # /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' <<< 172629 1726888997.66040: 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 0x7fd7a58a4800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a58a4560> # 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 0x7fd7a58a4830> <<< 172629 1726888997.66107: 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' <<< 172629 1726888997.66372: stdout chunk (state=3): >>># 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 0x7fd7a58a5160> <<< 172629 1726888997.66544: 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 0x7fd7a58a5b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a58a4a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5879e50> # /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' <<< 172629 1726888997.66668: 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 0x7fd7a58a6f00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a58a5c40> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5ad2c60> # /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 <<< 172629 1726888997.66785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a58cf290> <<< 172629 1726888997.66882: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a58f75c0> # /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' <<< 172629 1726888997.66964: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888997.67022: 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 0x7fd7a59543e0> <<< 172629 1726888997.67135: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888997.67292: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5956b40> <<< 172629 1726888997.67484: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5954500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a59213d0> # /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 0x7fd7a5759460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a58f63c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a58a7e60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888997.67487: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd7a5759700> <<< 172629 1726888997.67637: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_e52dt2_8/ansible_fedora.linux_system_roles.blockdev_info_payload.zip' # zipimport: zlib available <<< 172629 1726888997.68089: 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' # /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 0x7fd7a57ab1a0> import '_typing' # <<< 172629 1726888997.68157: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a578e090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a578d250> # zipimport: zlib available <<< 172629 1726888997.68248: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726888997.68477: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888997.70011: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.70744: 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 0x7fd7a57a9070> <<< 172629 1726888997.70776: 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' <<< 172629 1726888997.70806: 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' <<< 172629 1726888997.70836: 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' <<< 172629 1726888997.70914: 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 0x7fd7a57dab40> <<< 172629 1726888997.70967: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a57da8d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a57da1e0> # /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' <<< 172629 1726888997.71000: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a57da630> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a57abe30> <<< 172629 1726888997.71003: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888997.71037: 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 0x7fd7a57db860> <<< 172629 1726888997.71078: 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 0x7fd7a57dba40> <<< 172629 1726888997.71091: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888997.71134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888997.71147: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888997.71188: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a57dbf80> <<< 172629 1726888997.71203: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888997.71219: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888997.71241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888997.71275: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5119c70> <<< 172629 1726888997.71313: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888997.71315: 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 0x7fd7a511b440> <<< 172629 1726888997.71327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726888997.71348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888997.71377: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a511c2f0> <<< 172629 1726888997.71398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888997.71435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888997.71443: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a511d490> <<< 172629 1726888997.71467: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888997.71498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888997.71520: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726888997.71526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726888997.71572: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a511fef0> <<< 172629 1726888997.71610: 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 0x7fd7a5a42f90> <<< 172629 1726888997.71627: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a511e1e0> <<< 172629 1726888997.71649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888997.71678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888997.71700: 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' <<< 172629 1726888997.71724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888997.71749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888997.71804: 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 0x7fd7a5127da0> import '_tokenize' # <<< 172629 1726888997.71881: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5126870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a51265d0> <<< 172629 1726888997.71886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888997.71921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888997.71974: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5126b40> <<< 172629 1726888997.72012: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a511e6c0> <<< 172629 1726888997.72063: 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 0x7fd7a516ba70> <<< 172629 1726888997.72067: 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 <<< 172629 1726888997.72108: 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 0x7fd7a516c0e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 172629 1726888997.72111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888997.72166: 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' <<< 172629 1726888997.72170: 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 0x7fd7a516dcd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a516da90> <<< 172629 1726888997.72190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888997.72369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888997.72415: 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 0x7fd7a5170200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a516e390> # /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 <<< 172629 1726888997.72439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726888997.72473: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5173980> <<< 172629 1726888997.72591: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5170350> <<< 172629 1726888997.72651: 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 0x7fd7a5174770> <<< 172629 1726888997.72685: 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 0x7fd7a5174a10> <<< 172629 1726888997.73014: 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 0x7fd7a5174c80> <<< 172629 1726888997.73025: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a516c3e0> <<< 172629 1726888997.73030: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd7a50002f0> # 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 0x7fd7a5001550> <<< 172629 1726888997.73033: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5176a80> <<< 172629 1726888997.73083: 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 0x7fd7a5177e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a51766c0> # zipimport: zlib available <<< 172629 1726888997.73087: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888997.73101: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.73180: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.73272: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.73303: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888997.73325: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888997.73340: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.73448: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.73658: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.74096: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.74641: 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' # <<< 172629 1726888997.74695: 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' <<< 172629 1726888997.74739: 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 0x7fd7a5005700> <<< 172629 1726888997.74837: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726888997.74874: 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 0x7fd7a5006420> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a51775c0> <<< 172629 1726888997.74916: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 172629 1726888997.74980: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888997.75075: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.75231: 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' <<< 172629 1726888997.75281: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a50064e0> # zipimport: zlib available <<< 172629 1726888997.75715: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.76162: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.76219: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.76283: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888997.76294: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.76342: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.76360: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888997.76381: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.76448: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.76576: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888997.76579: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888997.76606: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.76651: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888997.76878: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.77129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888997.77167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888997.77180: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888997.77250: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a50075f0> <<< 172629 1726888997.77265: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.77328: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.77411: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726888997.77437: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 172629 1726888997.77499: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.77578: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888997.77619: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.77654: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.77723: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.77814: 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' <<< 172629 1726888997.77865: 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 0x7fd7a5012120> <<< 172629 1726888997.77929: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a500d850> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888997.77943: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.77997: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.78052: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.78076: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.78149: 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' <<< 172629 1726888997.78218: 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 <<< 172629 1726888997.78245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888997.78276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888997.78304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888997.78337: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a582a960> <<< 172629 1726888997.78383: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5816630> <<< 172629 1726888997.78476: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5011ee0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5001910> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888997.78488: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.78541: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.78579: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888997.78647: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726888997.78710: stdout chunk (state=3): >>># 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' # <<< 172629 1726888997.78717: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.78796: stdout chunk (state=3): >>># 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 <<< 172629 1726888997.78920: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.78971: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888997.79846: stdout chunk (state=3): >>> {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "swap", "label": "", "uuid": "c7da138f-a511-4522-ac49-97acf1c6bf7f", "type": "disk", "size": "10G", "mountpoint": "[SWAP]"}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "ext3", "label": "", "uuid": "8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdd": {"name": "/dev/sdd", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sde": {"name": "/dev/sde", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdf": {"name": "/dev/sdf", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdg": {"name": "/dev/sdg", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdh": {"name": "/dev/sdh", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdi": {"name": "/dev/sdi", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/xvda": {"name": "/dev/xvda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "250G", "mountpoint": ""}, "/dev/xvda1": {"name": "/dev/xvda1", "fstype": "", "label": "", "uuid": "", "type": "partition", "size": "1M", "mountpoint": ""}, "/dev/xvda2": {"name": "/dev/xvda2", "fstype": "xfs", "label": "", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "type": "partition", "size": "250G", "mountpoint": "/"}}, "invocation": {"module_args": {}}} <<< 172629 1726888997.79871: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888997.80293: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726888997.80404: 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 <<< 172629 1726888997.80408: 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 <<< 172629 1726888997.80500: stdout chunk (state=3): >>># cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 172629 1726888997.80766: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888997.80770: 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 <<< 172629 1726888997.80886: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 172629 1726888997.80964: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 172629 1726888997.81047: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888997.81164: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # 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 <<< 172629 1726888997.81220: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # 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 <<< 172629 1726888997.81339: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 172629 1726888997.81394: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726888997.81457: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726888997.81604: 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 <<< 172629 1726888997.81633: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888997.82004: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888997.82120: stderr chunk (state=3): >>><<< 172629 1726888997.82123: stdout chunk (state=3): >>><<< 172629 1726888997.82138: _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 0x7fd7a5c184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5be7b30> # /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 0x7fd7a5c1aa50> 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 0x7fd7a5a09130> # /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 0x7fd7a5a0a120> 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 0x7fd7a5a4ff50> # /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 0x7fd7a5a5c0e0> # /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 0x7fd7a5a7f980> # /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 0x7fd7a5a7ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5a5fc20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5a5d340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5a4d100> # /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 0x7fd7a5aa3920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5aa2540> # /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 0x7fd7a5a5e330> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5aa0da0> # /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 0x7fd7a5ad08c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5a4c380> # /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 0x7fd7a5ad0d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5ad0c20> # 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 0x7fd7a5ad0fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5a42ea0> # /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 0x7fd7a5ad1670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5ad1370> 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 0x7fd7a5ad2540> 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 0x7fd7a5aec740> 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 0x7fd7a5aede80> # /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 0x7fd7a5aeecf0> # 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 0x7fd7a5aef320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5aee270> # /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 0x7fd7a5aefda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5aef4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5ad24b0> # /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 0x7fd7a587bc80> # /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 0x7fd7a58a4800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a58a4560> # 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 0x7fd7a58a4830> # /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 0x7fd7a58a5160> # 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 0x7fd7a58a5b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a58a4a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5879e50> # /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 0x7fd7a58a6f00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a58a5c40> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5ad2c60> # /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 0x7fd7a58cf290> # /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 0x7fd7a58f75c0> # /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 0x7fd7a59543e0> # /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 0x7fd7a5956b40> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5954500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a59213d0> # /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 0x7fd7a5759460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a58f63c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a58a7e60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd7a5759700> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_e52dt2_8/ansible_fedora.linux_system_roles.blockdev_info_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 0x7fd7a57ab1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a578e090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a578d250> # 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 0x7fd7a57a9070> # /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 0x7fd7a57dab40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a57da8d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a57da1e0> # /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 0x7fd7a57da630> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a57abe30> 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 0x7fd7a57db860> # 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 0x7fd7a57dba40> # /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 0x7fd7a57dbf80> 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 0x7fd7a5119c70> # 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 0x7fd7a511b440> # /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 0x7fd7a511c2f0> # /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 0x7fd7a511d490> # /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 0x7fd7a511fef0> # 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 0x7fd7a5a42f90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a511e1e0> # /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 0x7fd7a5127da0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5126870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a51265d0> # /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 0x7fd7a5126b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a511e6c0> # 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 0x7fd7a516ba70> # /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 0x7fd7a516c0e0> # /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 0x7fd7a516dcd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a516da90> # /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 0x7fd7a5170200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a516e390> # /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 0x7fd7a5173980> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5170350> # 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 0x7fd7a5174770> # 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 0x7fd7a5174a10> # 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 0x7fd7a5174c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a516c3e0> # /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 0x7fd7a50002f0> # 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 0x7fd7a5001550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5176a80> # 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 0x7fd7a5177e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a51766c0> # 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 0x7fd7a5005700> # /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 0x7fd7a5006420> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a51775c0> 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 0x7fd7a50064e0> # 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 0x7fd7a50075f0> # 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 0x7fd7a5012120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a500d850> 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 0x7fd7a582a960> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5816630> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5011ee0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7a5001910> # 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 {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "swap", "label": "", "uuid": "c7da138f-a511-4522-ac49-97acf1c6bf7f", "type": "disk", "size": "10G", "mountpoint": "[SWAP]"}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "ext3", "label": "", "uuid": "8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdd": {"name": "/dev/sdd", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sde": {"name": "/dev/sde", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdf": {"name": "/dev/sdf", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdg": {"name": "/dev/sdg", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdh": {"name": "/dev/sdh", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdi": {"name": "/dev/sdi", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/xvda": {"name": "/dev/xvda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "250G", "mountpoint": ""}, "/dev/xvda1": {"name": "/dev/xvda1", "fstype": "", "label": "", "uuid": "", "type": "partition", "size": "1M", "mountpoint": ""}, "/dev/xvda2": {"name": "/dev/xvda2", "fstype": "xfs", "label": "", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "type": "partition", "size": "250G", "mountpoint": "/"}}, "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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _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. 172629 1726888997.83082: done with _execute_module (fedora.linux_system_roles.blockdev_info, {'_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.blockdev_info', '_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-1726888997.5232472-176165-6371663611191/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888997.83085: _low_level_execute_command(): starting 172629 1726888997.83088: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888997.5232472-176165-6371663611191/ > /dev/null 2>&1 && sleep 0' 172629 1726888997.83877: 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 <<< 172629 1726888997.84053: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888997.84059: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888997.84113: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888997.84244: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888997.86191: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888997.86195: stdout chunk (state=3): >>><<< 172629 1726888997.86197: stderr chunk (state=3): >>><<< 172629 1726888997.86331: _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 172629 1726888997.86334: handler run complete 172629 1726888997.86437: Evaluated conditional (False): False 172629 1726888997.86440: attempt loop complete, returning result 172629 1726888997.86442: _execute() done 172629 1726888997.86448: dumping result to json 172629 1726888997.86473: done dumping result, returning 172629 1726888997.86487: done running TaskExecutor() for managed_node1/TASK: Collect info about the volumes. [0affc8a3-6f6f-d0a8-add8-000000001cbe] 172629 1726888997.86496: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001cbe 172629 1726888997.86714: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001cbe 172629 1726888997.86718: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "c7da138f-a511-4522-ac49-97acf1c6bf7f" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "8eb5208c-2ff3-4c8f-a642-5aca66cfb112" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1" } } } 172629 1726888997.86845: no more pending results, returning what we have 172629 1726888997.86848: results queue empty 172629 1726888997.86849: checking for any_errors_fatal 172629 1726888997.86862: done checking for any_errors_fatal 172629 1726888997.86863: checking for max_fail_percentage 172629 1726888997.86864: done checking for max_fail_percentage 172629 1726888997.86865: checking to see if all hosts have failed and the running result is not ok 172629 1726888997.86866: done checking to see if all hosts have failed 172629 1726888997.86867: getting the remaining hosts for this loop 172629 1726888997.86869: done getting the remaining hosts for this loop 172629 1726888997.86875: getting the next task for host managed_node1 172629 1726888997.86881: done getting next task for host managed_node1 172629 1726888997.86884: ^ task is: TASK: Read the /etc/fstab file for volume existence 172629 1726888997.86887: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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 172629 1726888997.86890: getting variables 172629 1726888997.86892: in VariableManager get_vars() 172629 1726888997.86923: Calling all_inventory to load vars for managed_node1 172629 1726888997.86926: Calling groups_inventory to load vars for managed_node1 172629 1726888997.86929: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888997.86939: Calling all_plugins_play to load vars for managed_node1 172629 1726888997.86941: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888997.86944: Calling groups_plugins_play to load vars for managed_node1 172629 1726888997.87590: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888997.88197: done with get_vars() 172629 1726888997.88212: done getting variables 172629 1726888997.88294: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Friday 20 September 2024 23:23:17 -0400 (0:00:00.403) 0:01:38.163 ****** 172629 1726888997.88323: entering _queue_task() for managed_node1/command 172629 1726888997.88963: worker is 1 (out of 1 available) 172629 1726888997.88976: exiting _queue_task() for managed_node1/command 172629 1726888997.88988: done queuing things up, now waiting for results queue to drain 172629 1726888997.88989: waiting for pending results... 172629 1726888997.89551: running TaskExecutor() for managed_node1/TASK: Read the /etc/fstab file for volume existence 172629 1726888997.89638: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001cbf 172629 1726888997.89827: variable 'ansible_search_path' from source: unknown 172629 1726888997.89888: calling self._execute() 172629 1726888997.89996: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888997.90003: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888997.90012: variable 'omit' from source: magic vars 172629 1726888997.90320: variable 'omit' from source: magic vars 172629 1726888997.90366: variable 'omit' from source: magic vars 172629 1726888997.90401: variable 'omit' from source: magic vars 172629 1726888997.90441: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888997.90687: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888997.90707: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888997.90724: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888997.90737: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888997.90842: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888997.90846: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888997.90848: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888997.91076: Set connection var ansible_timeout to 10 172629 1726888997.91080: Set connection var ansible_shell_type to sh 172629 1726888997.91089: Set connection var ansible_pipelining to False 172629 1726888997.91093: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888997.91099: Set connection var ansible_shell_executable to /bin/sh 172629 1726888997.91101: Set connection var ansible_connection to ssh 172629 1726888997.91122: variable 'ansible_shell_executable' from source: unknown 172629 1726888997.91125: variable 'ansible_connection' from source: unknown 172629 1726888997.91128: variable 'ansible_module_compression' from source: unknown 172629 1726888997.91130: variable 'ansible_shell_type' from source: unknown 172629 1726888997.91132: variable 'ansible_shell_executable' from source: unknown 172629 1726888997.91135: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888997.91140: variable 'ansible_pipelining' from source: unknown 172629 1726888997.91142: variable 'ansible_timeout' from source: unknown 172629 1726888997.91146: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888997.91559: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888997.91564: variable 'omit' from source: magic vars 172629 1726888997.91567: starting attempt loop 172629 1726888997.91569: running the handler 172629 1726888997.91571: _low_level_execute_command(): starting 172629 1726888997.91573: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888997.92728: 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 <<< 172629 1726888997.92737: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888997.92773: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 172629 1726888997.92779: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888997.92914: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726888997.92919: 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 found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888997.92922: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888997.92924: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888997.93070: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888997.93143: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888997.94797: stdout chunk (state=3): >>>/root <<< 172629 1726888997.94830: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888997.94879: stderr chunk (state=3): >>><<< 172629 1726888997.94883: stdout chunk (state=3): >>><<< 172629 1726888997.94909: _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 172629 1726888997.94921: _low_level_execute_command(): starting 172629 1726888997.94962: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888997.949073-176191-54204153076909 `" && echo ansible-tmp-1726888997.949073-176191-54204153076909="` echo /root/.ansible/tmp/ansible-tmp-1726888997.949073-176191-54204153076909 `" ) && sleep 0' 172629 1726888997.96225: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888997.96228: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888997.96250: stderr 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 <<< 172629 1726888997.96259: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888997.96382: 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 <<< 172629 1726888997.96462: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888997.96470: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888997.96492: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888997.96568: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888997.98465: stdout chunk (state=3): >>>ansible-tmp-1726888997.949073-176191-54204153076909=/root/.ansible/tmp/ansible-tmp-1726888997.949073-176191-54204153076909 <<< 172629 1726888997.98599: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888997.98646: stderr chunk (state=3): >>><<< 172629 1726888997.98649: stdout chunk (state=3): >>><<< 172629 1726888997.98742: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888997.949073-176191-54204153076909=/root/.ansible/tmp/ansible-tmp-1726888997.949073-176191-54204153076909 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888997.98746: variable 'ansible_module_compression' from source: unknown 172629 1726888997.98782: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726888997.98823: variable 'ansible_facts' from source: unknown 172629 1726888997.98919: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888997.949073-176191-54204153076909/AnsiballZ_command.py 172629 1726888997.99091: Sending initial data 172629 1726888997.99093: Sent initial data (156 bytes) 172629 1726888997.99737: 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 <<< 172629 1726888997.99769: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888997.99782: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888997.99821: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888997.99888: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888998.01435: 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 <<< 172629 1726888998.01440: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726888998.01492: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888998.01541: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpyk6b1y27 /root/.ansible/tmp/ansible-tmp-1726888997.949073-176191-54204153076909/AnsiballZ_command.py <<< 172629 1726888998.01545: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888997.949073-176191-54204153076909/AnsiballZ_command.py" <<< 172629 1726888998.01601: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpyk6b1y27" to remote "/root/.ansible/tmp/ansible-tmp-1726888997.949073-176191-54204153076909/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888997.949073-176191-54204153076909/AnsiballZ_command.py" <<< 172629 1726888998.02465: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888998.02469: stderr chunk (state=3): >>><<< 172629 1726888998.02472: stdout chunk (state=3): >>><<< 172629 1726888998.02474: done transferring module to remote 172629 1726888998.02476: _low_level_execute_command(): starting 172629 1726888998.02478: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888997.949073-176191-54204153076909/ /root/.ansible/tmp/ansible-tmp-1726888997.949073-176191-54204153076909/AnsiballZ_command.py && sleep 0' 172629 1726888998.03121: 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' <<< 172629 1726888998.03149: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888998.03170: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888998.03331: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888998.05035: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888998.05088: stderr chunk (state=3): >>><<< 172629 1726888998.05100: stdout chunk (state=3): >>><<< 172629 1726888998.05123: _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 172629 1726888998.05132: _low_level_execute_command(): starting 172629 1726888998.05142: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888997.949073-176191-54204153076909/AnsiballZ_command.py && sleep 0' 172629 1726888998.05722: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888998.05734: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888998.05746: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888998.05770: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888998.05787: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888998.05807: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888998.05871: 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 <<< 172629 1726888998.05923: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888998.05939: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888998.05966: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888998.06248: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888998.08329: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888998.08365: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888998.08391: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 172629 1726888998.08411: stdout chunk (state=3): >>>import '_weakref' # <<< 172629 1726888998.08466: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888998.08486: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888998.08511: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888998.08550: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888998.08578: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 172629 1726888998.08599: stdout chunk (state=3): >>># installed zipimport hook <<< 172629 1726888998.08638: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726888998.08666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 172629 1726888998.08687: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888998.08718: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888998.08744: 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 0x7fc5cd2184d0> <<< 172629 1726888998.08785: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd1e7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 172629 1726888998.08801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 172629 1726888998.08825: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd21aa50> import '_signal' # <<< 172629 1726888998.08851: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726888998.08880: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726888998.08910: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888998.08993: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888998.09022: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726888998.09069: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726888998.09072: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726888998.09111: 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' <<< 172629 1726888998.09135: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888998.09138: 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 <<< 172629 1726888998.09170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd02d130> <<< 172629 1726888998.09230: 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 <<< 172629 1726888998.09256: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888998.09273: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd02e120> import 'site' # <<< 172629 1726888998.09312: 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. <<< 172629 1726888998.09532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888998.09557: 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 <<< 172629 1726888998.09581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888998.09592: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888998.09638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888998.09648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888998.09682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726888998.09691: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd06bf50> <<< 172629 1726888998.09716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888998.09827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726888998.09841: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd0800e0> <<< 172629 1726888998.09880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888998.10026: 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 0x7fc5cd0a3920> <<< 172629 1726888998.10085: 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 0x7fc5cd0a3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd083bc0> import '_functools' # <<< 172629 1726888998.10111: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd081340> <<< 172629 1726888998.10335: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd069100> <<< 172629 1726888998.10343: 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' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd0c7920> <<< 172629 1726888998.10352: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd0c6540> <<< 172629 1726888998.10581: 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 0x7fc5cd0821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd0c4d10> <<< 172629 1726888998.10600: 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 0x7fc5cd0f4980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd068380> # /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 0x7fc5cd0f4e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd0f4ce0> # 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 0x7fc5cd0f50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd066ea0> # /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 <<< 172629 1726888998.10652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd0f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd0f5490> import 'importlib.machinery' # <<< 172629 1726888998.10701: 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' <<< 172629 1726888998.10743: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd0f6690> import 'importlib.util' # import 'runpy' # <<< 172629 1726888998.10765: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888998.10806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888998.10825: 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 0x7fc5cd1108c0> import 'errno' # <<< 172629 1726888998.10877: 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 0x7fc5cd112000> <<< 172629 1726888998.10944: 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 <<< 172629 1726888998.11027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd112ea0> # 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 0x7fc5cd113500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd1123f0> <<< 172629 1726888998.11030: 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' <<< 172629 1726888998.11090: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888998.11093: 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 0x7fc5cd113ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd1135f0> <<< 172629 1726888998.11134: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd0f66f0> <<< 172629 1726888998.11159: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888998.11205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888998.11208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888998.11244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888998.11263: 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 0x7fc5cceb7d40> <<< 172629 1726888998.11334: 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 0x7fc5ccee4890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccee45f0> # 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 0x7fc5ccee48c0> <<< 172629 1726888998.11375: 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' <<< 172629 1726888998.11462: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888998.11597: 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 0x7fc5ccee51f0> <<< 172629 1726888998.11697: 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' <<< 172629 1726888998.11754: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc5ccee5bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccee4aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cceb5ee0> <<< 172629 1726888998.11777: 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' <<< 172629 1726888998.11870: 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 0x7fc5ccee6fc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccee5d00> <<< 172629 1726888998.11874: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd0f6de0> <<< 172629 1726888998.11876: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888998.11948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888998.11951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888998.12002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888998.12062: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccf0f320> <<< 172629 1726888998.12079: 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' <<< 172629 1726888998.12175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888998.12178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888998.12228: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccf2f6b0> # /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' <<< 172629 1726888998.12424: 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 0x7fc5ccf904a0> # /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' <<< 172629 1726888998.12427: 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' <<< 172629 1726888998.12538: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccf92c00> <<< 172629 1726888998.12637: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccf905c0> <<< 172629 1726888998.12674: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccf554c0> # /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 0x7fc5ccd955b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccf2e4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccee7ef0> <<< 172629 1726888998.12889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc5ccf2e5d0> <<< 172629 1726888998.12980: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_9hhvwe0z/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 172629 1726888998.13106: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.13138: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888998.13156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888998.13285: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888998.13310: 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 0x7fc5ccdeb1a0> import '_typing' # <<< 172629 1726888998.13489: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccdce090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccdcd1f0> <<< 172629 1726888998.13509: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.13551: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726888998.13576: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.13596: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726888998.15002: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.16120: 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 0x7fc5ccde9070> <<< 172629 1726888998.16179: 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' <<< 172629 1726888998.16215: 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' <<< 172629 1726888998.16251: 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 0x7fc5cce16b10> <<< 172629 1726888998.16369: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cce168a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cce161b0> # /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' <<< 172629 1726888998.16382: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cce16600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccdebbc0> import 'atexit' # <<< 172629 1726888998.16436: 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 0x7fc5cce178c0> <<< 172629 1726888998.16447: 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 0x7fc5cce17b00> <<< 172629 1726888998.16474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888998.16518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888998.16531: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888998.16702: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cce17f80> 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' <<< 172629 1726888998.16800: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc719dc0> # 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 0x7fc5cc71b4d0> # /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' <<< 172629 1726888998.16808: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc7202c0> <<< 172629 1726888998.16873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc721460> <<< 172629 1726888998.16952: 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' <<< 172629 1726888998.17016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc723ef0> <<< 172629 1726888998.17019: 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 0x7fc5ccf92b70> <<< 172629 1726888998.17022: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc7221b0> <<< 172629 1726888998.17084: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888998.17104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888998.17108: 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' <<< 172629 1726888998.17174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888998.17216: 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 0x7fc5cc727da0> import '_tokenize' # <<< 172629 1726888998.17281: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc726870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc7265d0> # /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' <<< 172629 1726888998.17401: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc726b40> <<< 172629 1726888998.17468: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc7226c0> # 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 0x7fc5cc76bfe0> <<< 172629 1726888998.17536: 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 0x7fc5cc76c110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 172629 1726888998.17584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc5cc76dbb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc76d970> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888998.17708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888998.17737: 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 0x7fc5cc76ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc76e1e0> <<< 172629 1726888998.17823: 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 <<< 172629 1726888998.17871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc773800> <<< 172629 1726888998.18003: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc7701d0> <<< 172629 1726888998.18085: 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 0x7fc5cc7748f0> <<< 172629 1726888998.18145: 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 0x7fc5cc774890> <<< 172629 1726888998.18254: 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 0x7fc5cc774b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc76c2c0> # /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' <<< 172629 1726888998.18313: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc5cc6001d0> <<< 172629 1726888998.18456: 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 0x7fc5cc601460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc776960> <<< 172629 1726888998.18532: 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 0x7fc5cc777d10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc7765a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888998.18590: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.18719: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888998.18767: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726888998.18866: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.18998: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.19490: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.20024: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726888998.20073: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888998.20109: 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 0x7fc5cc605640> <<< 172629 1726888998.20197: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726888998.20278: 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 0x7fc5cc606480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc6000e0> <<< 172629 1726888998.20298: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 172629 1726888998.20350: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888998.20466: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.20642: 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' <<< 172629 1726888998.20653: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc606b10> # zipimport: zlib available <<< 172629 1726888998.21213: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.21530: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.21596: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.21671: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888998.21686: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.21717: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.21754: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888998.21776: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.21828: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.21926: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888998.21951: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726888998.21968: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726888998.21998: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.22036: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888998.22268: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.22489: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888998.22551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888998.22562: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888998.22628: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc607680> # zipimport: zlib available <<< 172629 1726888998.22698: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.22783: 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' # <<< 172629 1726888998.22807: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.22848: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.22896: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726888998.22899: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.22938: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.22980: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.23037: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.23101: 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 <<< 172629 1726888998.23136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888998.23217: 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 0x7fc5cc6121b0> <<< 172629 1726888998.23249: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc60d070> <<< 172629 1726888998.23287: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726888998.23296: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.23356: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.23412: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.23439: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.23488: 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' <<< 172629 1726888998.23515: 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 <<< 172629 1726888998.23542: 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 <<< 172629 1726888998.23610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888998.23638: 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' <<< 172629 1726888998.23742: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc702990> <<< 172629 1726888998.23770: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cce46660> <<< 172629 1726888998.23857: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc611f10> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc723e30> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726888998.23906: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.23971: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726888998.24038: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726888998.24107: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.24217: 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' <<< 172629 1726888998.24276: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc6088c0> <<< 172629 1726888998.24324: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.24788: stdout chunk (state=3): >>> {"changed": true, "stdout": "\n# system_role:storage\n#\n# /etc/fstab\n# Created by anaconda on Tue Sep 17 08:39:54 2024\n#\n# Accessible filesystems, by reference, are maintained under '/dev/disk/'.\n# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.\n#\n# After editing this file, run 'systemctl daemon-reload' to update systemd\n# units generated from this file.\n#\nUUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nvtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nUUID=c7da138f-a511-4522-ac49-97acf1c6bf7f none swap defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 23:23:18.242990", "end": "2024-09-20 23:23:18.246052", "delta": "0:00:00.003062", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/fstab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726888998.24795: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888998.25189: 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 <<< 172629 1726888998.25209: stdout chunk (state=3): >>># clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap <<< 172629 1726888998.25307: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap <<< 172629 1726888998.25338: 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 # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726888998.25583: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726888998.25587: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726888998.25717: stdout chunk (state=3): >>># 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 <<< 172629 1726888998.25790: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726888998.25944: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 172629 1726888998.25990: 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 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 <<< 172629 1726888998.26203: stdout chunk (state=3): >>># 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 <<< 172629 1726888998.26247: 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 <<< 172629 1726888998.26415: 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 <<< 172629 1726888998.26436: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888998.26769: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888998.26772: stdout chunk (state=3): >>><<< 172629 1726888998.26775: stderr chunk (state=3): >>><<< 172629 1726888998.26865: _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 0x7fc5cd2184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd1e7b30> # /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 0x7fc5cd21aa50> 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 0x7fc5cd02d130> # /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 0x7fc5cd02e120> 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 0x7fc5cd06bf50> # /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 0x7fc5cd0800e0> # /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 0x7fc5cd0a3920> # /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 0x7fc5cd0a3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd083bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd081340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd069100> # /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 0x7fc5cd0c7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd0c6540> # /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 0x7fc5cd0821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd0c4d10> # /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 0x7fc5cd0f4980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd068380> # /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 0x7fc5cd0f4e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd0f4ce0> # 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 0x7fc5cd0f50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd066ea0> # /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 0x7fc5cd0f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd0f5490> 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 0x7fc5cd0f6690> 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 0x7fc5cd1108c0> 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 0x7fc5cd112000> # /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 0x7fc5cd112ea0> # 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 0x7fc5cd113500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd1123f0> # /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 0x7fc5cd113ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd1135f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd0f66f0> # /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 0x7fc5cceb7d40> # /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 0x7fc5ccee4890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccee45f0> # 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 0x7fc5ccee48c0> # /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 0x7fc5ccee51f0> # 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 0x7fc5ccee5bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccee4aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cceb5ee0> # /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 0x7fc5ccee6fc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccee5d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cd0f6de0> # /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 0x7fc5ccf0f320> # /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 0x7fc5ccf2f6b0> # /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 0x7fc5ccf904a0> # /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 0x7fc5ccf92c00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccf905c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccf554c0> # /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 0x7fc5ccd955b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccf2e4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccee7ef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc5ccf2e5d0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_9hhvwe0z/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccdeb1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccdce090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccdcd1f0> # 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 0x7fc5ccde9070> # /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 0x7fc5cce16b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cce168a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cce161b0> # /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 0x7fc5cce16600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5ccdebbc0> 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 0x7fc5cce178c0> # 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 0x7fc5cce17b00> # /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 0x7fc5cce17f80> 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 0x7fc5cc719dc0> # 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 0x7fc5cc71b4d0> # /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 0x7fc5cc7202c0> # /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 0x7fc5cc721460> # /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 0x7fc5cc723ef0> # 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 0x7fc5ccf92b70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc7221b0> # /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 0x7fc5cc727da0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc726870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc7265d0> # /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 0x7fc5cc726b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc7226c0> # 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 0x7fc5cc76bfe0> # /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 0x7fc5cc76c110> # /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 0x7fc5cc76dbb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc76d970> # /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 0x7fc5cc76ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc76e1e0> # /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 0x7fc5cc773800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc7701d0> # 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 0x7fc5cc7748f0> # 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 0x7fc5cc774890> # 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 0x7fc5cc774b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc76c2c0> # /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 0x7fc5cc6001d0> # 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 0x7fc5cc601460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc776960> # 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 0x7fc5cc777d10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc7765a0> # 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 0x7fc5cc605640> # /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 0x7fc5cc606480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc6000e0> 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 0x7fc5cc606b10> # 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 0x7fc5cc607680> # 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 0x7fc5cc6121b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc60d070> 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 0x7fc5cc702990> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cce46660> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc611f10> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc723e30> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc5cc6088c0> # zipimport: zlib available {"changed": true, "stdout": "\n# system_role:storage\n#\n# /etc/fstab\n# Created by anaconda on Tue Sep 17 08:39:54 2024\n#\n# Accessible filesystems, by reference, are maintained under '/dev/disk/'.\n# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.\n#\n# After editing this file, run 'systemctl daemon-reload' to update systemd\n# units generated from this file.\n#\nUUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nvtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nUUID=c7da138f-a511-4522-ac49-97acf1c6bf7f none swap defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 23:23:18.242990", "end": "2024-09-20 23:23:18.246052", "delta": "0:00:00.003062", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/fstab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726888998.27978: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /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': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888997.949073-176191-54204153076909/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888998.27983: _low_level_execute_command(): starting 172629 1726888998.28160: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888997.949073-176191-54204153076909/ > /dev/null 2>&1 && sleep 0' 172629 1726888998.28178: 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 <<< 172629 1726888998.28190: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888998.28203: stderr chunk (state=3): >>>debug2: match found <<< 172629 1726888998.28220: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888998.28299: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888998.28322: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888998.28350: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888998.28424: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888998.30273: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888998.30292: stderr chunk (state=3): >>><<< 172629 1726888998.30302: stdout chunk (state=3): >>><<< 172629 1726888998.30340: _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 172629 1726888998.30357: handler run complete 172629 1726888998.30387: Evaluated conditional (False): False 172629 1726888998.30406: attempt loop complete, returning result 172629 1726888998.30414: _execute() done 172629 1726888998.30422: dumping result to json 172629 1726888998.30435: done dumping result, returning 172629 1726888998.30449: done running TaskExecutor() for managed_node1/TASK: Read the /etc/fstab file for volume existence [0affc8a3-6f6f-d0a8-add8-000000001cbf] 172629 1726888998.30464: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001cbf ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003062", "end": "2024-09-20 23:23:18.246052", "rc": 0, "start": "2024-09-20 23:23:18.242990" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Sep 17 08:39:54 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f none swap defaults 0 0 172629 1726888998.30745: no more pending results, returning what we have 172629 1726888998.30751: results queue empty 172629 1726888998.30752: checking for any_errors_fatal 172629 1726888998.30769: done checking for any_errors_fatal 172629 1726888998.30770: checking for max_fail_percentage 172629 1726888998.30772: done checking for max_fail_percentage 172629 1726888998.30773: checking to see if all hosts have failed and the running result is not ok 172629 1726888998.30774: done checking to see if all hosts have failed 172629 1726888998.30775: getting the remaining hosts for this loop 172629 1726888998.30777: done getting the remaining hosts for this loop 172629 1726888998.30780: getting the next task for host managed_node1 172629 1726888998.30788: done getting next task for host managed_node1 172629 1726888998.30791: ^ task is: TASK: Read the /etc/crypttab file 172629 1726888998.30794: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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 172629 1726888998.30798: getting variables 172629 1726888998.30800: in VariableManager get_vars() 172629 1726888998.30843: Calling all_inventory to load vars for managed_node1 172629 1726888998.30846: Calling groups_inventory to load vars for managed_node1 172629 1726888998.30850: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888998.31072: Calling all_plugins_play to load vars for managed_node1 172629 1726888998.31081: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001cbf 172629 1726888998.31094: WORKER PROCESS EXITING 172629 1726888998.31090: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888998.31099: Calling groups_plugins_play to load vars for managed_node1 172629 1726888998.31888: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888998.32510: done with get_vars() 172629 1726888998.32526: done getting variables 172629 1726888998.32588: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Friday 20 September 2024 23:23:18 -0400 (0:00:00.442) 0:01:38.606 ****** 172629 1726888998.32620: entering _queue_task() for managed_node1/command 172629 1726888998.33046: worker is 1 (out of 1 available) 172629 1726888998.33062: exiting _queue_task() for managed_node1/command 172629 1726888998.33074: done queuing things up, now waiting for results queue to drain 172629 1726888998.33075: waiting for pending results... 172629 1726888998.33302: running TaskExecutor() for managed_node1/TASK: Read the /etc/crypttab file 172629 1726888998.33440: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001cc0 172629 1726888998.33474: variable 'ansible_search_path' from source: unknown 172629 1726888998.33532: calling self._execute() 172629 1726888998.33697: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888998.33714: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888998.33738: variable 'omit' from source: magic vars 172629 1726888998.33887: variable 'omit' from source: magic vars 172629 1726888998.33939: variable 'omit' from source: magic vars 172629 1726888998.33988: variable 'omit' from source: magic vars 172629 1726888998.34048: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888998.34107: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888998.34143: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888998.34169: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888998.34202: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888998.34251: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888998.34296: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888998.34301: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888998.34405: Set connection var ansible_timeout to 10 172629 1726888998.34415: Set connection var ansible_shell_type to sh 172629 1726888998.34426: Set connection var ansible_pipelining to False 172629 1726888998.34462: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888998.34465: Set connection var ansible_shell_executable to /bin/sh 172629 1726888998.34467: Set connection var ansible_connection to ssh 172629 1726888998.34475: variable 'ansible_shell_executable' from source: unknown 172629 1726888998.34482: variable 'ansible_connection' from source: unknown 172629 1726888998.34488: variable 'ansible_module_compression' from source: unknown 172629 1726888998.34495: variable 'ansible_shell_type' from source: unknown 172629 1726888998.34500: variable 'ansible_shell_executable' from source: unknown 172629 1726888998.34560: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888998.34567: variable 'ansible_pipelining' from source: unknown 172629 1726888998.34570: variable 'ansible_timeout' from source: unknown 172629 1726888998.34572: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888998.34689: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888998.34705: variable 'omit' from source: magic vars 172629 1726888998.34714: starting attempt loop 172629 1726888998.34720: running the handler 172629 1726888998.34745: _low_level_execute_command(): starting 172629 1726888998.34762: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888998.35789: 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 <<< 172629 1726888998.35816: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888998.35905: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888998.37497: stdout chunk (state=3): >>>/root <<< 172629 1726888998.37636: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888998.37652: stdout chunk (state=3): >>><<< 172629 1726888998.37673: stderr chunk (state=3): >>><<< 172629 1726888998.37698: _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 172629 1726888998.37718: _low_level_execute_command(): starting 172629 1726888998.37730: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888998.3770514-176211-77725403952399 `" && echo ansible-tmp-1726888998.3770514-176211-77725403952399="` echo /root/.ansible/tmp/ansible-tmp-1726888998.3770514-176211-77725403952399 `" ) && sleep 0' 172629 1726888998.38339: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888998.38694: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888998.39060: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888998.39064: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888998.39066: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888998.39068: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888998.39069: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888998.39071: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726888998.39073: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726888998.39074: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726888998.39084: 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 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 <<< 172629 1726888998.39291: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888998.39341: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888998.41239: stdout chunk (state=3): >>>ansible-tmp-1726888998.3770514-176211-77725403952399=/root/.ansible/tmp/ansible-tmp-1726888998.3770514-176211-77725403952399 <<< 172629 1726888998.41370: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888998.41388: stderr chunk (state=3): >>><<< 172629 1726888998.41394: stdout chunk (state=3): >>><<< 172629 1726888998.41418: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888998.3770514-176211-77725403952399=/root/.ansible/tmp/ansible-tmp-1726888998.3770514-176211-77725403952399 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888998.41457: variable 'ansible_module_compression' from source: unknown 172629 1726888998.41510: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726888998.41546: variable 'ansible_facts' from source: unknown 172629 1726888998.41734: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888998.3770514-176211-77725403952399/AnsiballZ_command.py 172629 1726888998.42270: Sending initial data 172629 1726888998.42274: Sent initial data (157 bytes) 172629 1726888998.43370: 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' <<< 172629 1726888998.43378: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888998.43396: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888998.43465: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888998.45000: 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 <<< 172629 1726888998.45054: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888998.45118: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpmwiev7lu /root/.ansible/tmp/ansible-tmp-1726888998.3770514-176211-77725403952399/AnsiballZ_command.py <<< 172629 1726888998.45122: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888998.3770514-176211-77725403952399/AnsiballZ_command.py" <<< 172629 1726888998.45206: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpmwiev7lu" to remote "/root/.ansible/tmp/ansible-tmp-1726888998.3770514-176211-77725403952399/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888998.3770514-176211-77725403952399/AnsiballZ_command.py" <<< 172629 1726888998.46594: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888998.46685: stderr chunk (state=3): >>><<< 172629 1726888998.46689: stdout chunk (state=3): >>><<< 172629 1726888998.46749: done transferring module to remote 172629 1726888998.46766: _low_level_execute_command(): starting 172629 1726888998.46776: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888998.3770514-176211-77725403952399/ /root/.ansible/tmp/ansible-tmp-1726888998.3770514-176211-77725403952399/AnsiballZ_command.py && sleep 0' 172629 1726888998.48174: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888998.48271: 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 <<< 172629 1726888998.48304: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888998.48376: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888998.48405: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888998.48461: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888998.50346: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888998.50351: stdout chunk (state=3): >>><<< 172629 1726888998.50354: stderr chunk (state=3): >>><<< 172629 1726888998.50358: _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 172629 1726888998.50360: _low_level_execute_command(): starting 172629 1726888998.50362: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888998.3770514-176211-77725403952399/AnsiballZ_command.py && sleep 0' 172629 1726888998.51548: 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 <<< 172629 1726888998.51600: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888998.51619: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888998.51633: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888998.51840: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888998.53973: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888998.54016: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888998.54037: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888998.54101: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726888998.54136: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888998.54184: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888998.54200: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888998.54502: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4739684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473937b30> # /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 0x7fe47396aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 172629 1726888998.54506: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726888998.54580: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888998.54607: stdout chunk (state=3): >>>import 'genericpath' # <<< 172629 1726888998.54625: stdout chunk (state=3): >>>import 'posixpath' # <<< 172629 1726888998.54659: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 172629 1726888998.54687: 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' <<< 172629 1726888998.54871: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888998.54874: 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' <<< 172629 1726888998.54894: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe47373d130> # /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 0x7fe47373e120> 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. <<< 172629 1726888998.55100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726888998.55125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726888998.55148: 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' <<< 172629 1726888998.55172: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726888998.55211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726888998.55236: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726888998.55267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe47377bf50> <<< 172629 1726888998.55308: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888998.55366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4737900e0> <<< 172629 1726888998.55389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888998.55445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888998.55478: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726888998.55528: 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 0x7fe4737b3920> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726888998.55540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4737b3fb0> import '_collections' # <<< 172629 1726888998.55677: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473793bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473791340> <<< 172629 1726888998.55711: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473779100> <<< 172629 1726888998.55740: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888998.55763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726888998.55786: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888998.55807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888998.55988: 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' <<< 172629 1726888998.56008: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4737d7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4737d6540> # /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 0x7fe4737921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4737d4d10> # /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 0x7fe473804980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473778380> # /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' <<< 172629 1726888998.56037: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888998.56061: 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 0x7fe473804e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473804ce0> <<< 172629 1726888998.56088: 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 0x7fe4738050d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473776ea0> <<< 172629 1726888998.56128: 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' <<< 172629 1726888998.56146: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888998.56188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888998.56201: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473805790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473805490> import 'importlib.machinery' # <<< 172629 1726888998.56236: 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' <<< 172629 1726888998.56541: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473806690> import 'importlib.util' # import 'runpy' # <<< 172629 1726888998.56545: 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' # /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 0x7fe4738208c0> 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 0x7fe473822000> # /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 0x7fe473822ea0> <<< 172629 1726888998.56552: 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 0x7fe473823500> <<< 172629 1726888998.56561: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4738223f0> <<< 172629 1726888998.56564: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726888998.56600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe473823ec0> <<< 172629 1726888998.56603: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4738235f0> <<< 172629 1726888998.56644: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4738066f0> <<< 172629 1726888998.56670: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888998.56693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888998.56710: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888998.56728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888998.56765: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888998.56784: 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 0x7fe4735b7d40> # /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' <<< 172629 1726888998.56816: 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 0x7fe4735e4890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4735e45f0> <<< 172629 1726888998.56842: 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 0x7fe4735e48c0> <<< 172629 1726888998.56871: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726888998.57076: stdout chunk (state=3): >>># 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 0x7fe4735e51f0> <<< 172629 1726888998.57207: 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 0x7fe4735e5bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4735e4aa0> <<< 172629 1726888998.57210: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4735b5ee0> <<< 172629 1726888998.57249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888998.57257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888998.57280: 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 0x7fe4735e6fc0> <<< 172629 1726888998.57313: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4735e5d00> <<< 172629 1726888998.57328: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473806de0> <<< 172629 1726888998.57476: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888998.57493: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe47360f320> <<< 172629 1726888998.57560: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888998.57564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888998.57591: 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' <<< 172629 1726888998.57642: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe47362f6b0> <<< 172629 1726888998.57665: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888998.57701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888998.57750: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888998.57780: 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 0x7fe4736904a0> <<< 172629 1726888998.57797: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888998.57822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888998.57977: 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 0x7fe473692c00> <<< 172629 1726888998.58048: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4736905c0> <<< 172629 1726888998.58083: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4736554c0> <<< 172629 1726888998.58106: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726888998.58133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472f29580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe47362e4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4735e7ef0> <<< 172629 1726888998.58275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe47362e5d0> <<< 172629 1726888998.58412: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_qbs4xqu3/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 172629 1726888998.58538: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.58684: 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 <<< 172629 1726888998.58719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888998.58736: 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 0x7fe472f7f1a0> import '_typing' # <<< 172629 1726888998.58915: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472f62090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472f61220> <<< 172629 1726888998.58949: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.58979: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888998.59003: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726888998.59028: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.60412: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.61522: 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 0x7fe472f7ce90> <<< 172629 1726888998.61703: 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' <<< 172629 1726888998.61707: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe472faaab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472faa840> <<< 172629 1726888998.61713: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472faa180> # /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' <<< 172629 1726888998.61744: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472faabd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472f7fbc0> import 'atexit' # <<< 172629 1726888998.61778: 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 0x7fe472fab7a0> <<< 172629 1726888998.61806: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888998.61828: 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 0x7fe472fab980> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888998.61882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 172629 1726888998.62079: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472fabec0> 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 0x7fe472e15c70> # 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 0x7fe472e17860> # /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' <<< 172629 1726888998.62113: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e1c1d0> <<< 172629 1726888998.62132: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888998.62167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888998.62187: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e1d0a0> <<< 172629 1726888998.62201: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888998.62235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888998.62261: 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' <<< 172629 1726888998.62308: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e1fd70> <<< 172629 1726888998.62347: 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 0x7fe473822d20> <<< 172629 1726888998.62375: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e1e030> <<< 172629 1726888998.62387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888998.62415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888998.62440: 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' <<< 172629 1726888998.62461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726888998.62596: 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 0x7fe472e23cb0> import '_tokenize' # <<< 172629 1726888998.62629: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e22780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e224e0> <<< 172629 1726888998.62632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726888998.62634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726888998.62705: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e22a50> <<< 172629 1726888998.62730: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e1e4e0> <<< 172629 1726888998.62754: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888998.62780: 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 0x7fe472e67f50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py <<< 172629 1726888998.62807: 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 0x7fe472e67fb0> <<< 172629 1726888998.62980: 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 0x7fe472e69b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e69910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888998.63009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888998.63061: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888998.63082: 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 0x7fe472e6bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e6a210> <<< 172629 1726888998.63099: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888998.63127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888998.63178: 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' # <<< 172629 1726888998.63207: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e6f740> <<< 172629 1726888998.63329: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e6c200> <<< 172629 1726888998.63395: 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 0x7fe472e70890> <<< 172629 1726888998.63485: 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 0x7fe472e70a40> # 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 0x7fe472e70ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e68230> <<< 172629 1726888998.63511: 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' <<< 172629 1726888998.63532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888998.63565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888998.63595: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe472efc1a0> <<< 172629 1726888998.63750: 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 0x7fe472efd1f0> <<< 172629 1726888998.63883: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e72930> <<< 172629 1726888998.63887: 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 0x7fe472e73ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e725a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726888998.63924: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.64016: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.64038: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726888998.64174: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888998.64177: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.64198: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.64374: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.64843: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.65379: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888998.65695: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888998.65698: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888998.65701: 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 0x7fe472d01250> # /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 0x7fe472d01fd0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe47377be00> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888998.65835: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.65991: 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' <<< 172629 1726888998.66013: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472d02720> # zipimport: zlib available <<< 172629 1726888998.66471: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.66911: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.66981: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.67058: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888998.67152: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726888998.67216: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.67297: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888998.67328: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726888998.67349: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.67395: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.67487: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726888998.67660: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.67929: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888998.67958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726888998.68027: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472d03320> <<< 172629 1726888998.68048: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.68116: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.68230: 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 <<< 172629 1726888998.68631: stdout chunk (state=3): >>># 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' <<< 172629 1726888998.68635: 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 0x7fe472d0df70> <<< 172629 1726888998.68664: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472d0bf50> <<< 172629 1726888998.68694: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888998.68887: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726888998.68924: 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' <<< 172629 1726888998.68964: 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 <<< 172629 1726888998.68967: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726888998.68970: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726888998.69025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726888998.69045: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726888998.69067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726888998.69113: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472ffa8a0> <<< 172629 1726888998.69154: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472fde5a0> <<< 172629 1726888998.69233: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472d0e0f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4735e5cd0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726888998.69249: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.69274: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.69390: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 172629 1726888998.69410: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.69509: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.69620: 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' <<< 172629 1726888998.69647: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472fcc980> <<< 172629 1726888998.69721: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888998.70159: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:23:18.697378", "end": "2024-09-20 23:23:18.700397", "delta": "0:00:00.003019", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/crypttab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726888998.70277: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726888998.70564: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path <<< 172629 1726888998.70594: stdout chunk (state=3): >>># clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath <<< 172629 1726888998.70682: stdout chunk (state=3): >>># cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # 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 <<< 172629 1726888998.70772: 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 # cleanup[2] removing glob # destroy glob <<< 172629 1726888998.71044: 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 <<< 172629 1726888998.71184: stdout chunk (state=3): >>># destroy ipaddress <<< 172629 1726888998.71225: 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 fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime <<< 172629 1726888998.71274: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726888998.71309: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 172629 1726888998.71413: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # 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 <<< 172629 1726888998.71471: 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 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 <<< 172629 1726888998.71687: stdout chunk (state=3): >>># 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 <<< 172629 1726888998.71793: 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 <<< 172629 1726888998.71821: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib <<< 172629 1726888998.71863: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 172629 1726888998.71887: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726888998.72550: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726888998.72553: stdout chunk (state=3): >>><<< 172629 1726888998.72558: stderr chunk (state=3): >>><<< 172629 1726888998.72572: _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 0x7fe4739684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473937b30> # /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 0x7fe47396aa50> 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 0x7fe47373d130> # /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 0x7fe47373e120> 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 0x7fe47377bf50> # /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 0x7fe4737900e0> # /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 0x7fe4737b3920> # /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 0x7fe4737b3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473793bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473791340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473779100> # /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 0x7fe4737d7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4737d6540> # /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 0x7fe4737921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4737d4d10> # /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 0x7fe473804980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473778380> # /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 0x7fe473804e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473804ce0> # 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 0x7fe4738050d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473776ea0> # /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 0x7fe473805790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473805490> 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 0x7fe473806690> 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 0x7fe4738208c0> 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 0x7fe473822000> # /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 0x7fe473822ea0> # 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 0x7fe473823500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4738223f0> # /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 0x7fe473823ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4738235f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4738066f0> # /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 0x7fe4735b7d40> # /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 0x7fe4735e4890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4735e45f0> # 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 0x7fe4735e48c0> # /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 0x7fe4735e51f0> # 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 0x7fe4735e5bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4735e4aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4735b5ee0> # /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 0x7fe4735e6fc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4735e5d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe473806de0> # /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 0x7fe47360f320> # /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 0x7fe47362f6b0> # /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 0x7fe4736904a0> # /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 0x7fe473692c00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4736905c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4736554c0> # /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 0x7fe472f29580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe47362e4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4735e7ef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe47362e5d0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_qbs4xqu3/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472f7f1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472f62090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472f61220> # 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 0x7fe472f7ce90> # /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 0x7fe472faaab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472faa840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472faa180> # /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 0x7fe472faabd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472f7fbc0> 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 0x7fe472fab7a0> # 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 0x7fe472fab980> # /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 0x7fe472fabec0> 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 0x7fe472e15c70> # 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 0x7fe472e17860> # /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 0x7fe472e1c1d0> # /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 0x7fe472e1d0a0> # /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 0x7fe472e1fd70> # 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 0x7fe473822d20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e1e030> # /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 0x7fe472e23cb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e22780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e224e0> # /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 0x7fe472e22a50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e1e4e0> # 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 0x7fe472e67f50> # /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 0x7fe472e67fb0> # /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 0x7fe472e69b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e69910> # /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 0x7fe472e6bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e6a210> # /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 0x7fe472e6f740> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e6c200> # 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 0x7fe472e70890> # 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 0x7fe472e70a40> # 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 0x7fe472e70ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e68230> # /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 0x7fe472efc1a0> # 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 0x7fe472efd1f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e72930> # 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 0x7fe472e73ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472e725a0> # 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 0x7fe472d01250> # /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 0x7fe472d01fd0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe47377be00> 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 0x7fe472d02720> # 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 0x7fe472d03320> # 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 0x7fe472d0df70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472d0bf50> 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 0x7fe472ffa8a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472fde5a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472d0e0f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4735e5cd0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe472fcc980> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:23:18.697378", "end": "2024-09-20 23:23:18.700397", "delta": "0:00:00.003019", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/crypttab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726888998.74381: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /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': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888998.3770514-176211-77725403952399/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726888998.74386: _low_level_execute_command(): starting 172629 1726888998.74390: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888998.3770514-176211-77725403952399/ > /dev/null 2>&1 && sleep 0' 172629 1726888998.74921: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888998.75151: 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' <<< 172629 1726888998.75179: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888998.75199: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888998.75281: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888998.77150: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888998.77154: stdout chunk (state=3): >>><<< 172629 1726888998.77160: stderr chunk (state=3): >>><<< 172629 1726888998.77178: _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 172629 1726888998.77191: handler run complete 172629 1726888998.77562: Evaluated conditional (False): False 172629 1726888998.77565: Evaluated conditional (False): False 172629 1726888998.77567: attempt loop complete, returning result 172629 1726888998.77569: _execute() done 172629 1726888998.77572: dumping result to json 172629 1726888998.77573: done dumping result, returning 172629 1726888998.77575: done running TaskExecutor() for managed_node1/TASK: Read the /etc/crypttab file [0affc8a3-6f6f-d0a8-add8-000000001cc0] 172629 1726888998.77577: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001cc0 172629 1726888998.77644: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001cc0 172629 1726888998.77647: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003019", "end": "2024-09-20 23:23:18.700397", "failed_when_result": false, "rc": 0, "start": "2024-09-20 23:23:18.697378" } 172629 1726888998.77747: no more pending results, returning what we have 172629 1726888998.77752: results queue empty 172629 1726888998.77753: checking for any_errors_fatal 172629 1726888998.77763: done checking for any_errors_fatal 172629 1726888998.77764: checking for max_fail_percentage 172629 1726888998.77767: done checking for max_fail_percentage 172629 1726888998.77768: checking to see if all hosts have failed and the running result is not ok 172629 1726888998.77769: done checking to see if all hosts have failed 172629 1726888998.77770: getting the remaining hosts for this loop 172629 1726888998.77772: done getting the remaining hosts for this loop 172629 1726888998.77776: getting the next task for host managed_node1 172629 1726888998.77783: done getting next task for host managed_node1 172629 1726888998.77786: ^ task is: TASK: Verify the volumes listed in storage_pools were correctly managed 172629 1726888998.77790: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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 172629 1726888998.77795: getting variables 172629 1726888998.77797: in VariableManager get_vars() 172629 1726888998.77838: Calling all_inventory to load vars for managed_node1 172629 1726888998.77841: Calling groups_inventory to load vars for managed_node1 172629 1726888998.77845: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888998.78311: Calling all_plugins_play to load vars for managed_node1 172629 1726888998.78316: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888998.78321: Calling groups_plugins_play to load vars for managed_node1 172629 1726888998.79582: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888998.80749: done with get_vars() 172629 1726888998.80770: done getting variables TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Friday 20 September 2024 23:23:18 -0400 (0:00:00.484) 0:01:39.090 ****** 172629 1726888998.81074: entering _queue_task() for managed_node1/include_tasks 172629 1726888998.81669: worker is 1 (out of 1 available) 172629 1726888998.81684: exiting _queue_task() for managed_node1/include_tasks 172629 1726888998.81697: done queuing things up, now waiting for results queue to drain 172629 1726888998.81699: waiting for pending results... 172629 1726888998.82497: running TaskExecutor() for managed_node1/TASK: Verify the volumes listed in storage_pools were correctly managed 172629 1726888998.82998: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001cc1 172629 1726888998.83010: variable 'ansible_search_path' from source: unknown 172629 1726888998.83106: variable '_storage_pools_list' from source: set_fact 172629 1726888998.83664: variable '_storage_pools_list' from source: set_fact 172629 1726888998.83716: dumping result to json 172629 1726888998.83720: done dumping result, returning 172629 1726888998.83727: done running TaskExecutor() for managed_node1/TASK: Verify the volumes listed in storage_pools were correctly managed [0affc8a3-6f6f-d0a8-add8-000000001cc1] 172629 1726888998.83734: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001cc1 172629 1726888998.83845: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001cc1 172629 1726888998.83848: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726888998.83907: no more pending results, returning what we have 172629 1726888998.83912: results queue empty 172629 1726888998.83913: checking for any_errors_fatal 172629 1726888998.83925: done checking for any_errors_fatal 172629 1726888998.83926: checking for max_fail_percentage 172629 1726888998.83928: done checking for max_fail_percentage 172629 1726888998.83929: checking to see if all hosts have failed and the running result is not ok 172629 1726888998.83930: done checking to see if all hosts have failed 172629 1726888998.83931: getting the remaining hosts for this loop 172629 1726888998.83933: done getting the remaining hosts for this loop 172629 1726888998.83938: getting the next task for host managed_node1 172629 1726888998.83945: done getting next task for host managed_node1 172629 1726888998.83948: ^ task is: TASK: Verify the volumes with no pool were correctly managed 172629 1726888998.83952: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726888998.83958: getting variables 172629 1726888998.83960: in VariableManager get_vars() 172629 1726888998.84003: Calling all_inventory to load vars for managed_node1 172629 1726888998.84006: Calling groups_inventory to load vars for managed_node1 172629 1726888998.84010: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888998.84023: Calling all_plugins_play to load vars for managed_node1 172629 1726888998.84027: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888998.84030: Calling groups_plugins_play to load vars for managed_node1 172629 1726888998.85432: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888998.86092: done with get_vars() 172629 1726888998.86106: done getting variables TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Friday 20 September 2024 23:23:18 -0400 (0:00:00.051) 0:01:39.141 ****** 172629 1726888998.86197: entering _queue_task() for managed_node1/include_tasks 172629 1726888998.86504: worker is 1 (out of 1 available) 172629 1726888998.86518: exiting _queue_task() for managed_node1/include_tasks 172629 1726888998.86531: done queuing things up, now waiting for results queue to drain 172629 1726888998.86533: waiting for pending results... 172629 1726888998.86977: running TaskExecutor() for managed_node1/TASK: Verify the volumes with no pool were correctly managed 172629 1726888998.86982: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001cc3 172629 1726888998.86998: variable 'ansible_search_path' from source: unknown 172629 1726888998.87047: variable '_storage_volumes_list' from source: set_fact 172629 1726888998.87291: variable '_storage_volumes_list' from source: set_fact 172629 1726888998.87833: variable 'omit' from source: magic vars 172629 1726888998.88262: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888998.88265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888998.88268: variable 'omit' from source: magic vars 172629 1726888998.88650: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888998.89286: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888998.89328: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888998.89392: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888998.89561: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888998.89729: 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) 172629 1726888998.89854: 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) 172629 1726888998.89889: 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) 172629 1726888998.89921: 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) 172629 1726888998.90007: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888998.94416: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888998.94494: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888998.94596: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888998.94791: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888998.94900: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888998.94903: 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) 172629 1726888998.94906: 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) 172629 1726888998.94935: 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) 172629 1726888998.95004: 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) 172629 1726888998.95161: 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) 172629 1726888998.95385: variable '_storage_volumes_list' from source: set_fact 172629 1726888998.95408: Evaluated conditional (_storage_volumes_list is defined and _storage_volumes_list | length > 0): True 172629 1726888998.95442: variable 'storage_test_volume' from source: unknown 172629 1726888998.95629: variable 'storage_test_volume' from source: unknown 172629 1726888998.96406: dumping result to json 172629 1726888998.96409: done dumping result, returning 172629 1726888998.96411: done running TaskExecutor() for managed_node1/TASK: Verify the volumes with no pool were correctly managed [0affc8a3-6f6f-d0a8-add8-000000001cc3] 172629 1726888998.96413: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001cc3 172629 1726888998.96476: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001cc3 172629 1726888998.96479: WORKER PROCESS EXITING 172629 1726888998.96549: no more pending results, returning what we have 172629 1726888998.96557: in VariableManager get_vars() 172629 1726888998.96604: Calling all_inventory to load vars for managed_node1 172629 1726888998.96606: Calling groups_inventory to load vars for managed_node1 172629 1726888998.96610: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888998.96622: Calling all_plugins_play to load vars for managed_node1 172629 1726888998.96625: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888998.96629: Calling groups_plugins_play to load vars for managed_node1 172629 1726888998.97464: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888998.98559: done with get_vars() 172629 1726888998.98572: variable 'ansible_search_path' from source: unknown 172629 1726888998.98698: we have included files to process 172629 1726888998.98699: generating all_blocks data 172629 1726888998.98701: done generating all_blocks data 172629 1726888998.98708: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726888998.98709: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726888998.98712: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726888998.99101: in VariableManager get_vars() 172629 1726888998.99122: done with get_vars() 172629 1726888998.99218: done processing included file 172629 1726888998.99220: iterating over new_blocks loaded from include file 172629 1726888998.99222: in VariableManager get_vars() 172629 1726888998.99236: done with get_vars() 172629 1726888998.99238: filtering new block on tags 172629 1726888998.99259: done filtering new block on tags 172629 1726888998.99262: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node1 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'swap', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': 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': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) 172629 1726888998.99278: extending task lists for all hosts with included blocks 172629 1726888998.99600: done extending task lists 172629 1726888998.99601: done processing included files 172629 1726888998.99602: results queue empty 172629 1726888998.99603: checking for any_errors_fatal 172629 1726888998.99607: done checking for any_errors_fatal 172629 1726888998.99608: checking for max_fail_percentage 172629 1726888998.99609: done checking for max_fail_percentage 172629 1726888998.99609: checking to see if all hosts have failed and the running result is not ok 172629 1726888998.99610: done checking to see if all hosts have failed 172629 1726888998.99611: getting the remaining hosts for this loop 172629 1726888998.99612: done getting the remaining hosts for this loop 172629 1726888998.99614: getting the next task for host managed_node1 172629 1726888998.99617: done getting next task for host managed_node1 172629 1726888998.99619: ^ task is: TASK: Set storage volume test variables 172629 1726888998.99622: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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 172629 1726888998.99624: getting variables 172629 1726888998.99625: in VariableManager get_vars() 172629 1726888998.99633: Calling all_inventory to load vars for managed_node1 172629 1726888998.99635: Calling groups_inventory to load vars for managed_node1 172629 1726888998.99637: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888998.99642: Calling all_plugins_play to load vars for managed_node1 172629 1726888998.99644: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888998.99857: Calling groups_plugins_play to load vars for managed_node1 172629 1726888999.00304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888999.00921: done with get_vars() 172629 1726888999.00933: done getting variables 172629 1726888999.00974: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Friday 20 September 2024 23:23:19 -0400 (0:00:00.148) 0:01:39.289 ****** 172629 1726888999.01002: entering _queue_task() for managed_node1/set_fact 172629 1726888999.01334: worker is 1 (out of 1 available) 172629 1726888999.01349: exiting _queue_task() for managed_node1/set_fact 172629 1726888999.01768: done queuing things up, now waiting for results queue to drain 172629 1726888999.01770: waiting for pending results... 172629 1726888999.02171: running TaskExecutor() for managed_node1/TASK: Set storage volume test variables 172629 1726888999.02368: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001e67 172629 1726888999.02385: variable 'ansible_search_path' from source: unknown 172629 1726888999.02418: calling self._execute() 172629 1726888999.02596: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.02626: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.02630: variable 'omit' from source: magic vars 172629 1726888999.02731: variable 'omit' from source: magic vars 172629 1726888999.02787: variable 'omit' from source: magic vars 172629 1726888999.03115: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888999.05361: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888999.05365: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888999.05402: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888999.05441: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888999.05469: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888999.05546: 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) 172629 1726888999.05576: 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) 172629 1726888999.05605: 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) 172629 1726888999.05825: 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) 172629 1726888999.05829: 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) 172629 1726888999.05832: variable 'storage_test_volume' from source: include params 172629 1726888999.05873: variable 'omit' from source: magic vars 172629 1726888999.05896: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888999.05923: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888999.05941: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888999.05964: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888999.05975: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888999.06004: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888999.06007: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.06010: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.06262: Set connection var ansible_timeout to 10 172629 1726888999.06266: Set connection var ansible_shell_type to sh 172629 1726888999.06269: Set connection var ansible_pipelining to False 172629 1726888999.06271: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888999.06273: Set connection var ansible_shell_executable to /bin/sh 172629 1726888999.06275: Set connection var ansible_connection to ssh 172629 1726888999.06278: variable 'ansible_shell_executable' from source: unknown 172629 1726888999.06281: variable 'ansible_connection' from source: unknown 172629 1726888999.06284: variable 'ansible_module_compression' from source: unknown 172629 1726888999.06286: variable 'ansible_shell_type' from source: unknown 172629 1726888999.06289: variable 'ansible_shell_executable' from source: unknown 172629 1726888999.06291: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.06294: variable 'ansible_pipelining' from source: unknown 172629 1726888999.06297: variable 'ansible_timeout' from source: unknown 172629 1726888999.06299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.06306: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888999.06309: variable 'omit' from source: magic vars 172629 1726888999.06314: starting attempt loop 172629 1726888999.06316: running the handler 172629 1726888999.06329: handler run complete 172629 1726888999.06339: attempt loop complete, returning result 172629 1726888999.06342: _execute() done 172629 1726888999.06345: dumping result to json 172629 1726888999.06347: done dumping result, returning 172629 1726888999.06359: done running TaskExecutor() for managed_node1/TASK: Set storage volume test variables [0affc8a3-6f6f-d0a8-add8-000000001e67] 172629 1726888999.06361: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001e67 172629 1726888999.06444: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001e67 172629 1726888999.06447: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 172629 1726888999.06512: no more pending results, returning what we have 172629 1726888999.06516: results queue empty 172629 1726888999.06517: checking for any_errors_fatal 172629 1726888999.06519: done checking for any_errors_fatal 172629 1726888999.06519: checking for max_fail_percentage 172629 1726888999.06521: done checking for max_fail_percentage 172629 1726888999.06522: checking to see if all hosts have failed and the running result is not ok 172629 1726888999.06523: done checking to see if all hosts have failed 172629 1726888999.06524: getting the remaining hosts for this loop 172629 1726888999.06526: done getting the remaining hosts for this loop 172629 1726888999.06529: getting the next task for host managed_node1 172629 1726888999.06538: done getting next task for host managed_node1 172629 1726888999.06541: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 172629 1726888999.06547: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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 172629 1726888999.06559: getting variables 172629 1726888999.06560: in VariableManager get_vars() 172629 1726888999.06599: Calling all_inventory to load vars for managed_node1 172629 1726888999.06602: Calling groups_inventory to load vars for managed_node1 172629 1726888999.06606: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888999.06616: Calling all_plugins_play to load vars for managed_node1 172629 1726888999.06621: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888999.06624: Calling groups_plugins_play to load vars for managed_node1 172629 1726888999.07475: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888999.08064: done with get_vars() 172629 1726888999.08079: done getting variables 172629 1726888999.08261: Ignoring undefined failure: 'storage_test_volume_subset' is undefined TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Friday 20 September 2024 23:23:19 -0400 (0:00:00.072) 0:01:39.362 ****** 172629 1726888999.08287: entering _queue_task() for managed_node1/include_tasks 172629 1726888999.08668: worker is 1 (out of 1 available) 172629 1726888999.08682: exiting _queue_task() for managed_node1/include_tasks 172629 1726888999.08694: done queuing things up, now waiting for results queue to drain 172629 1726888999.08695: waiting for pending results... 172629 1726888999.09129: running TaskExecutor() for managed_node1/TASK: Run test verify for {{ storage_test_volume_subset }} 172629 1726888999.09134: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001e68 172629 1726888999.09139: variable 'ansible_search_path' from source: unknown 172629 1726888999.09142: variable '_storage_volume_tests' from source: set_fact 172629 1726888999.09253: variable '_storage_volume_tests' from source: set_fact 172629 1726888999.09332: variable 'omit' from source: magic vars 172629 1726888999.09557: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.09561: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.09565: variable 'omit' from source: magic vars 172629 1726888999.09663: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.09706: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.09960: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.10079: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.10083: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.10086: variable 'omit' from source: magic vars 172629 1726888999.10089: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.10092: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.10095: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.10148: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.10460: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.10465: variable 'omit' from source: magic vars 172629 1726888999.10468: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.10471: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.10474: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.10525: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.10529: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.10532: variable 'omit' from source: magic vars 172629 1726888999.10679: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.10683: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.10685: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.10731: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.10734: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.10736: variable 'omit' from source: magic vars 172629 1726888999.10896: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.10899: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.11005: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.11057: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.11062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.11064: variable 'omit' from source: magic vars 172629 1726888999.11114: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.11127: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.11331: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.11384: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.11386: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.11389: variable 'omit' from source: magic vars 172629 1726888999.11391: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.11559: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.11563: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.11609: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.11612: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.11615: variable 'omit' from source: magic vars 172629 1726888999.11662: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.11688: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.11859: variable 'storage_test_volume_subset' from source: unknown 172629 1726888999.11899: dumping result to json 172629 1726888999.11902: done dumping result, returning 172629 1726888999.11904: done running TaskExecutor() for managed_node1/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-d0a8-add8-000000001e68] 172629 1726888999.11906: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001e68 172629 1726888999.11939: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001e68 172629 1726888999.11941: WORKER PROCESS EXITING 172629 1726888999.11989: no more pending results, returning what we have 172629 1726888999.11995: in VariableManager get_vars() 172629 1726888999.12036: Calling all_inventory to load vars for managed_node1 172629 1726888999.12039: Calling groups_inventory to load vars for managed_node1 172629 1726888999.12043: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888999.12057: Calling all_plugins_play to load vars for managed_node1 172629 1726888999.12061: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888999.12065: Calling groups_plugins_play to load vars for managed_node1 172629 1726888999.12768: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888999.13359: done with get_vars() 172629 1726888999.13371: variable 'ansible_search_path' from source: unknown 172629 1726888999.13405: variable 'ansible_search_path' from source: unknown 172629 1726888999.13432: variable 'ansible_search_path' from source: unknown 172629 1726888999.13459: variable 'ansible_search_path' from source: unknown 172629 1726888999.13485: variable 'ansible_search_path' from source: unknown 172629 1726888999.13509: variable 'ansible_search_path' from source: unknown 172629 1726888999.13532: variable 'ansible_search_path' from source: unknown 172629 1726888999.13554: variable 'ansible_search_path' from source: unknown 172629 1726888999.13579: we have included files to process 172629 1726888999.13580: generating all_blocks data 172629 1726888999.13581: done generating all_blocks data 172629 1726888999.13586: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726888999.13587: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726888999.13589: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726888999.14629: done processing included file 172629 1726888999.14631: iterating over new_blocks loaded from include file 172629 1726888999.14633: in VariableManager get_vars() 172629 1726888999.14648: done with get_vars() 172629 1726888999.14650: filtering new block on tags 172629 1726888999.14686: done filtering new block on tags 172629 1726888999.14688: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 => (item=mount) 172629 1726888999.14693: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726888999.14694: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726888999.14702: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726888999.15306: done processing included file 172629 1726888999.15308: iterating over new_blocks loaded from include file 172629 1726888999.15309: in VariableManager get_vars() 172629 1726888999.15324: done with get_vars() 172629 1726888999.15326: filtering new block on tags 172629 1726888999.15349: done filtering new block on tags 172629 1726888999.15351: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 => (item=fstab) 172629 1726888999.15354: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726888999.15356: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726888999.15359: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726888999.15574: done processing included file 172629 1726888999.15575: iterating over new_blocks loaded from include file 172629 1726888999.15577: in VariableManager get_vars() 172629 1726888999.15591: done with get_vars() 172629 1726888999.15592: filtering new block on tags 172629 1726888999.15608: done filtering new block on tags 172629 1726888999.15610: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 => (item=fs) 172629 1726888999.15613: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726888999.15614: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726888999.15616: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726888999.16259: done processing included file 172629 1726888999.16261: iterating over new_blocks loaded from include file 172629 1726888999.16262: in VariableManager get_vars() 172629 1726888999.16276: done with get_vars() 172629 1726888999.16278: filtering new block on tags 172629 1726888999.16302: done filtering new block on tags 172629 1726888999.16304: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 => (item=device) 172629 1726888999.16307: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726888999.16308: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726888999.16310: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726888999.17938: done processing included file 172629 1726888999.17940: iterating over new_blocks loaded from include file 172629 1726888999.17941: in VariableManager get_vars() 172629 1726888999.17957: done with get_vars() 172629 1726888999.17959: filtering new block on tags 172629 1726888999.18004: done filtering new block on tags 172629 1726888999.18006: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 => (item=encryption) 172629 1726888999.18010: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726888999.18011: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726888999.18014: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726888999.18892: done processing included file 172629 1726888999.18893: iterating over new_blocks loaded from include file 172629 1726888999.18895: in VariableManager get_vars() 172629 1726888999.18909: done with get_vars() 172629 1726888999.18910: filtering new block on tags 172629 1726888999.18941: done filtering new block on tags 172629 1726888999.18944: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 => (item=md) 172629 1726888999.18948: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726888999.18949: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726888999.18951: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726888999.21138: done processing included file 172629 1726888999.21140: iterating over new_blocks loaded from include file 172629 1726888999.21141: in VariableManager get_vars() 172629 1726888999.21159: done with get_vars() 172629 1726888999.21161: filtering new block on tags 172629 1726888999.21184: done filtering new block on tags 172629 1726888999.21187: in VariableManager get_vars() 172629 1726888999.21203: done with get_vars() 172629 1726888999.21205: filtering new block on tags 172629 1726888999.21224: done filtering new block on tags 172629 1726888999.21227: in VariableManager get_vars() 172629 1726888999.21241: done with get_vars() 172629 1726888999.21243: filtering new block on tags 172629 1726888999.21282: done filtering new block on tags 172629 1726888999.21285: in VariableManager get_vars() 172629 1726888999.21299: done with get_vars() 172629 1726888999.21300: filtering new block on tags 172629 1726888999.21315: done filtering new block on tags 172629 1726888999.21317: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 => (item=size) 172629 1726888999.21321: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726888999.21322: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726888999.21325: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726888999.21986: done processing included file 172629 1726888999.21988: iterating over new_blocks loaded from include file 172629 1726888999.21989: in VariableManager get_vars() 172629 1726888999.22002: done with get_vars() 172629 1726888999.22004: filtering new block on tags 172629 1726888999.22025: done filtering new block on tags 172629 1726888999.22027: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node1 => (item=cache) 172629 1726888999.22031: extending task lists for all hosts with included blocks 172629 1726888999.22226: done extending task lists 172629 1726888999.22227: done processing included files 172629 1726888999.22228: results queue empty 172629 1726888999.22229: checking for any_errors_fatal 172629 1726888999.22232: done checking for any_errors_fatal 172629 1726888999.22233: checking for max_fail_percentage 172629 1726888999.22234: done checking for max_fail_percentage 172629 1726888999.22235: checking to see if all hosts have failed and the running result is not ok 172629 1726888999.22240: done checking to see if all hosts have failed 172629 1726888999.22241: getting the remaining hosts for this loop 172629 1726888999.22242: done getting the remaining hosts for this loop 172629 1726888999.22245: getting the next task for host managed_node1 172629 1726888999.22248: done getting next task for host managed_node1 172629 1726888999.22251: ^ task is: TASK: Get expected mount device based on device type 172629 1726888999.22254: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (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 172629 1726888999.22258: getting variables 172629 1726888999.22259: in VariableManager get_vars() 172629 1726888999.22267: Calling all_inventory to load vars for managed_node1 172629 1726888999.22270: Calling groups_inventory to load vars for managed_node1 172629 1726888999.22271: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888999.22277: Calling all_plugins_play to load vars for managed_node1 172629 1726888999.22279: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888999.22282: Calling groups_plugins_play to load vars for managed_node1 172629 1726888999.22718: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888999.23241: done with get_vars() 172629 1726888999.23257: done getting variables 172629 1726888999.23298: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Friday 20 September 2024 23:23:19 -0400 (0:00:00.150) 0:01:39.513 ****** 172629 1726888999.23328: entering _queue_task() for managed_node1/set_fact 172629 1726888999.23694: worker is 1 (out of 1 available) 172629 1726888999.23706: exiting _queue_task() for managed_node1/set_fact 172629 1726888999.23721: done queuing things up, now waiting for results queue to drain 172629 1726888999.23722: waiting for pending results... 172629 1726888999.24047: running TaskExecutor() for managed_node1/TASK: Get expected mount device based on device type 172629 1726888999.24464: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ea7 172629 1726888999.24469: variable 'ansible_search_path' from source: unknown 172629 1726888999.24473: calling self._execute() 172629 1726888999.24475: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.24479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.24481: variable 'omit' from source: magic vars 172629 1726888999.24483: variable 'omit' from source: magic vars 172629 1726888999.24504: variable 'omit' from source: magic vars 172629 1726888999.24858: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726888999.25148: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726888999.25200: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726888999.25232: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726888999.25271: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726888999.25357: 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) 172629 1726888999.25384: 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) 172629 1726888999.25409: 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) 172629 1726888999.25434: 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) 172629 1726888999.25763: 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) 172629 1726888999.25766: 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) 172629 1726888999.25768: 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) 172629 1726888999.25770: 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) 172629 1726888999.25772: variable '_storage_test_volume_present' from source: set_fact 172629 1726888999.25774: variable 'storage_test_volume' from source: include params 172629 1726888999.25812: variable 'omit' from source: magic vars 172629 1726888999.25837: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888999.25867: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888999.25891: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888999.25908: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888999.25918: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888999.25945: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888999.25948: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.25951: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.26092: Set connection var ansible_timeout to 10 172629 1726888999.26095: Set connection var ansible_shell_type to sh 172629 1726888999.26098: Set connection var ansible_pipelining to False 172629 1726888999.26100: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888999.26102: Set connection var ansible_shell_executable to /bin/sh 172629 1726888999.26105: Set connection var ansible_connection to ssh 172629 1726888999.26107: variable 'ansible_shell_executable' from source: unknown 172629 1726888999.26109: variable 'ansible_connection' from source: unknown 172629 1726888999.26111: variable 'ansible_module_compression' from source: unknown 172629 1726888999.26114: variable 'ansible_shell_type' from source: unknown 172629 1726888999.26116: variable 'ansible_shell_executable' from source: unknown 172629 1726888999.26118: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.26120: variable 'ansible_pipelining' from source: unknown 172629 1726888999.26122: variable 'ansible_timeout' from source: unknown 172629 1726888999.26126: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.26234: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888999.26245: variable 'omit' from source: magic vars 172629 1726888999.26249: starting attempt loop 172629 1726888999.26256: running the handler 172629 1726888999.26360: handler run complete 172629 1726888999.26363: attempt loop complete, returning result 172629 1726888999.26365: _execute() done 172629 1726888999.26367: dumping result to json 172629 1726888999.26369: done dumping result, returning 172629 1726888999.26370: done running TaskExecutor() for managed_node1/TASK: Get expected mount device based on device type [0affc8a3-6f6f-d0a8-add8-000000001ea7] 172629 1726888999.26372: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ea7 172629 1726888999.26552: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ea7 172629 1726888999.26560: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } 172629 1726888999.26609: no more pending results, returning what we have 172629 1726888999.26615: results queue empty 172629 1726888999.26616: checking for any_errors_fatal 172629 1726888999.26617: done checking for any_errors_fatal 172629 1726888999.26618: checking for max_fail_percentage 172629 1726888999.26620: done checking for max_fail_percentage 172629 1726888999.26621: checking to see if all hosts have failed and the running result is not ok 172629 1726888999.26622: done checking to see if all hosts have failed 172629 1726888999.26623: getting the remaining hosts for this loop 172629 1726888999.26624: done getting the remaining hosts for this loop 172629 1726888999.26627: getting the next task for host managed_node1 172629 1726888999.26635: done getting next task for host managed_node1 172629 1726888999.26637: ^ task is: TASK: Set some facts 172629 1726888999.26643: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (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 172629 1726888999.26653: getting variables 172629 1726888999.26654: in VariableManager get_vars() 172629 1726888999.26689: Calling all_inventory to load vars for managed_node1 172629 1726888999.26692: Calling groups_inventory to load vars for managed_node1 172629 1726888999.26695: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888999.26706: Calling all_plugins_play to load vars for managed_node1 172629 1726888999.26709: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888999.26712: Calling groups_plugins_play to load vars for managed_node1 172629 1726888999.27385: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888999.28032: done with get_vars() 172629 1726888999.28048: done getting variables 172629 1726888999.28107: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set some facts] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Friday 20 September 2024 23:23:19 -0400 (0:00:00.048) 0:01:39.561 ****** 172629 1726888999.28143: entering _queue_task() for managed_node1/set_fact 172629 1726888999.28446: worker is 1 (out of 1 available) 172629 1726888999.28661: exiting _queue_task() for managed_node1/set_fact 172629 1726888999.28675: done queuing things up, now waiting for results queue to drain 172629 1726888999.28677: waiting for pending results... 172629 1726888999.29041: running TaskExecutor() for managed_node1/TASK: Set some facts 172629 1726888999.29463: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ea8 172629 1726888999.29564: variable 'ansible_search_path' from source: unknown 172629 1726888999.29568: calling self._execute() 172629 1726888999.29701: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.29715: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.29731: variable 'omit' from source: magic vars 172629 1726888999.29945: variable 'omit' from source: magic vars 172629 1726888999.30338: variable 'omit' from source: magic vars 172629 1726888999.30805: variable '_storage_test_volume_present' from source: set_fact 172629 1726888999.30891: variable 'storage_test_volume' from source: include params 172629 1726888999.31552: variable 'storage_test_volume' from source: include params 172629 1726888999.31576: variable 'mount_prefix' from source: task vars 172629 1726888999.31995: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888999.35740: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888999.35831: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888999.35876: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888999.35916: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888999.35945: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888999.36039: 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) 172629 1726888999.36103: 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) 172629 1726888999.36113: 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) 172629 1726888999.36161: 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) 172629 1726888999.36212: 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) 172629 1726888999.36365: variable '__storage_is_ostree' from source: set_fact 172629 1726888999.36376: variable 'storage_test_volume' from source: include params 172629 1726888999.36451: variable 'omit' from source: magic vars 172629 1726888999.36485: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888999.36513: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888999.36647: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888999.36649: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888999.36651: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888999.36658: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888999.36660: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.36662: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.36717: Set connection var ansible_timeout to 10 172629 1726888999.36729: Set connection var ansible_shell_type to sh 172629 1726888999.36742: Set connection var ansible_pipelining to False 172629 1726888999.36773: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888999.36815: Set connection var ansible_shell_executable to /bin/sh 172629 1726888999.36825: Set connection var ansible_connection to ssh 172629 1726888999.36896: variable 'ansible_shell_executable' from source: unknown 172629 1726888999.36936: variable 'ansible_connection' from source: unknown 172629 1726888999.36981: variable 'ansible_module_compression' from source: unknown 172629 1726888999.36990: variable 'ansible_shell_type' from source: unknown 172629 1726888999.37012: variable 'ansible_shell_executable' from source: unknown 172629 1726888999.37035: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.37087: variable 'ansible_pipelining' from source: unknown 172629 1726888999.37090: variable 'ansible_timeout' from source: unknown 172629 1726888999.37093: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.37192: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888999.37209: variable 'omit' from source: magic vars 172629 1726888999.37217: starting attempt loop 172629 1726888999.37223: running the handler 172629 1726888999.37238: handler run complete 172629 1726888999.37304: attempt loop complete, returning result 172629 1726888999.37308: _execute() done 172629 1726888999.37310: dumping result to json 172629 1726888999.37312: done dumping result, returning 172629 1726888999.37314: done running TaskExecutor() for managed_node1/TASK: Set some facts [0affc8a3-6f6f-d0a8-add8-000000001ea8] 172629 1726888999.37316: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ea8 ok: [managed_node1] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "1" }, "changed": false } 172629 1726888999.37444: no more pending results, returning what we have 172629 1726888999.37446: results queue empty 172629 1726888999.37447: checking for any_errors_fatal 172629 1726888999.37453: done checking for any_errors_fatal 172629 1726888999.37454: checking for max_fail_percentage 172629 1726888999.37458: done checking for max_fail_percentage 172629 1726888999.37459: checking to see if all hosts have failed and the running result is not ok 172629 1726888999.37460: done checking to see if all hosts have failed 172629 1726888999.37461: getting the remaining hosts for this loop 172629 1726888999.37462: done getting the remaining hosts for this loop 172629 1726888999.37466: getting the next task for host managed_node1 172629 1726888999.37474: done getting next task for host managed_node1 172629 1726888999.37477: ^ task is: TASK: Get information about the mountpoint directory 172629 1726888999.37482: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (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 172629 1726888999.37491: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ea8 172629 1726888999.37589: WORKER PROCESS EXITING 172629 1726888999.37583: getting variables 172629 1726888999.37602: in VariableManager get_vars() 172629 1726888999.37642: Calling all_inventory to load vars for managed_node1 172629 1726888999.37645: Calling groups_inventory to load vars for managed_node1 172629 1726888999.37649: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888999.37660: Calling all_plugins_play to load vars for managed_node1 172629 1726888999.37663: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888999.37666: Calling groups_plugins_play to load vars for managed_node1 172629 1726888999.38671: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888999.39629: done with get_vars() 172629 1726888999.39646: done getting variables TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Friday 20 September 2024 23:23:19 -0400 (0:00:00.118) 0:01:39.679 ****** 172629 1726888999.40077: entering _queue_task() for managed_node1/stat 172629 1726888999.40530: worker is 1 (out of 1 available) 172629 1726888999.40544: exiting _queue_task() for managed_node1/stat 172629 1726888999.40562: done queuing things up, now waiting for results queue to drain 172629 1726888999.40563: waiting for pending results... 172629 1726888999.40963: running TaskExecutor() for managed_node1/TASK: Get information about the mountpoint directory 172629 1726888999.40970: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ea9 172629 1726888999.40974: variable 'ansible_search_path' from source: unknown 172629 1726888999.41008: calling self._execute() 172629 1726888999.41161: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.41165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.41168: variable 'omit' from source: magic vars 172629 1726888999.41575: variable '_storage_test_volume_present' from source: set_fact 172629 1726888999.41581: variable 'storage_test_volume' from source: include params 172629 1726888999.41614: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)): False 172629 1726888999.41618: when evaluation is False, skipping this task 172629 1726888999.41621: _execute() done 172629 1726888999.41625: dumping result to json 172629 1726888999.41627: done dumping result, returning 172629 1726888999.41630: done running TaskExecutor() for managed_node1/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-d0a8-add8-000000001ea9] 172629 1726888999.41635: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ea9 172629 1726888999.41731: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ea9 172629 1726888999.41734: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } 172629 1726888999.41789: no more pending results, returning what we have 172629 1726888999.41793: results queue empty 172629 1726888999.41794: checking for any_errors_fatal 172629 1726888999.41804: done checking for any_errors_fatal 172629 1726888999.41805: checking for max_fail_percentage 172629 1726888999.41806: done checking for max_fail_percentage 172629 1726888999.41807: checking to see if all hosts have failed and the running result is not ok 172629 1726888999.41808: done checking to see if all hosts have failed 172629 1726888999.41809: getting the remaining hosts for this loop 172629 1726888999.41811: done getting the remaining hosts for this loop 172629 1726888999.41813: getting the next task for host managed_node1 172629 1726888999.41822: done getting next task for host managed_node1 172629 1726888999.41829: ^ task is: TASK: Verify the current mount state by device 172629 1726888999.41834: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (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 172629 1726888999.41836: getting variables 172629 1726888999.41838: in VariableManager get_vars() 172629 1726888999.41872: Calling all_inventory to load vars for managed_node1 172629 1726888999.41875: Calling groups_inventory to load vars for managed_node1 172629 1726888999.41878: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888999.41888: Calling all_plugins_play to load vars for managed_node1 172629 1726888999.41890: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888999.41893: Calling groups_plugins_play to load vars for managed_node1 172629 1726888999.42539: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888999.43717: done with get_vars() 172629 1726888999.43751: done getting variables 172629 1726888999.43811: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Friday 20 September 2024 23:23:19 -0400 (0:00:00.038) 0:01:39.718 ****** 172629 1726888999.43843: entering _queue_task() for managed_node1/assert 172629 1726888999.44113: worker is 1 (out of 1 available) 172629 1726888999.44125: exiting _queue_task() for managed_node1/assert 172629 1726888999.44140: done queuing things up, now waiting for results queue to drain 172629 1726888999.44141: waiting for pending results... 172629 1726888999.44442: running TaskExecutor() for managed_node1/TASK: Verify the current mount state by device 172629 1726888999.44667: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001eaa 172629 1726888999.44673: variable 'ansible_search_path' from source: unknown 172629 1726888999.44680: calling self._execute() 172629 1726888999.44738: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.44745: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.44760: variable 'omit' from source: magic vars 172629 1726888999.45126: variable '_storage_test_volume_present' from source: set_fact 172629 1726888999.45135: Evaluated conditional (_storage_test_volume_present): True 172629 1726888999.45141: variable 'omit' from source: magic vars 172629 1726888999.45199: variable 'omit' from source: magic vars 172629 1726888999.45322: variable 'storage_test_volume' from source: include params 172629 1726888999.45384: variable 'omit' from source: magic vars 172629 1726888999.45425: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888999.45469: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888999.45489: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888999.45507: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888999.45518: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888999.45559: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888999.45562: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.45565: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.45673: Set connection var ansible_timeout to 10 172629 1726888999.45679: Set connection var ansible_shell_type to sh 172629 1726888999.45762: Set connection var ansible_pipelining to False 172629 1726888999.45765: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888999.45768: Set connection var ansible_shell_executable to /bin/sh 172629 1726888999.45771: Set connection var ansible_connection to ssh 172629 1726888999.45774: variable 'ansible_shell_executable' from source: unknown 172629 1726888999.45777: variable 'ansible_connection' from source: unknown 172629 1726888999.45779: variable 'ansible_module_compression' from source: unknown 172629 1726888999.45782: variable 'ansible_shell_type' from source: unknown 172629 1726888999.45784: variable 'ansible_shell_executable' from source: unknown 172629 1726888999.45786: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.45789: variable 'ansible_pipelining' from source: unknown 172629 1726888999.45791: variable 'ansible_timeout' from source: unknown 172629 1726888999.45794: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.45917: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888999.45925: variable 'omit' from source: magic vars 172629 1726888999.45931: starting attempt loop 172629 1726888999.45933: running the handler 172629 1726888999.46132: variable 'storage_test_blkinfo' from source: set_fact 172629 1726888999.46154: variable 'storage_test_volume' from source: include params 172629 1726888999.46170: variable 'storage_test_mount_expected_mount_point' from source: set_fact 172629 1726888999.46180: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].mountpoint == storage_test_mount_expected_mount_point): True 172629 1726888999.46188: handler run complete 172629 1726888999.46205: attempt loop complete, returning result 172629 1726888999.46212: _execute() done 172629 1726888999.46219: dumping result to json 172629 1726888999.46227: done dumping result, returning 172629 1726888999.46242: done running TaskExecutor() for managed_node1/TASK: Verify the current mount state by device [0affc8a3-6f6f-d0a8-add8-000000001eaa] 172629 1726888999.46252: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eaa ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726888999.46501: no more pending results, returning what we have 172629 1726888999.46505: results queue empty 172629 1726888999.46506: checking for any_errors_fatal 172629 1726888999.46513: done checking for any_errors_fatal 172629 1726888999.46514: checking for max_fail_percentage 172629 1726888999.46516: done checking for max_fail_percentage 172629 1726888999.46517: checking to see if all hosts have failed and the running result is not ok 172629 1726888999.46518: done checking to see if all hosts have failed 172629 1726888999.46518: getting the remaining hosts for this loop 172629 1726888999.46521: done getting the remaining hosts for this loop 172629 1726888999.46524: getting the next task for host managed_node1 172629 1726888999.46532: done getting next task for host managed_node1 172629 1726888999.46534: ^ task is: TASK: Verify mount directory user 172629 1726888999.46540: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (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 172629 1726888999.46544: getting variables 172629 1726888999.46545: in VariableManager get_vars() 172629 1726888999.46585: Calling all_inventory to load vars for managed_node1 172629 1726888999.46588: Calling groups_inventory to load vars for managed_node1 172629 1726888999.46591: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888999.46602: Calling all_plugins_play to load vars for managed_node1 172629 1726888999.46605: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888999.46609: Calling groups_plugins_play to load vars for managed_node1 172629 1726888999.47389: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eaa 172629 1726888999.47393: WORKER PROCESS EXITING 172629 1726888999.47567: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888999.48138: done with get_vars() 172629 1726888999.48152: done getting variables 172629 1726888999.48214: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Friday 20 September 2024 23:23:19 -0400 (0:00:00.044) 0:01:39.762 ****** 172629 1726888999.48253: entering _queue_task() for managed_node1/assert 172629 1726888999.48529: worker is 1 (out of 1 available) 172629 1726888999.48544: exiting _queue_task() for managed_node1/assert 172629 1726888999.48758: done queuing things up, now waiting for results queue to drain 172629 1726888999.48761: waiting for pending results... 172629 1726888999.48974: running TaskExecutor() for managed_node1/TASK: Verify mount directory user 172629 1726888999.49119: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001eab 172629 1726888999.49139: variable 'ansible_search_path' from source: unknown 172629 1726888999.49182: calling self._execute() 172629 1726888999.49324: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.49337: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.49354: variable 'omit' from source: magic vars 172629 1726888999.49811: variable '_storage_test_volume_present' from source: set_fact 172629 1726888999.49823: variable 'storage_test_volume' from source: include params 172629 1726888999.49869: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 172629 1726888999.49877: when evaluation is False, skipping this task 172629 1726888999.49890: _execute() done 172629 1726888999.49900: dumping result to json 172629 1726888999.49912: done dumping result, returning 172629 1726888999.49925: done running TaskExecutor() for managed_node1/TASK: Verify mount directory user [0affc8a3-6f6f-d0a8-add8-000000001eab] 172629 1726888999.49933: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eab skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } 172629 1726888999.50118: no more pending results, returning what we have 172629 1726888999.50123: results queue empty 172629 1726888999.50124: checking for any_errors_fatal 172629 1726888999.50130: done checking for any_errors_fatal 172629 1726888999.50131: checking for max_fail_percentage 172629 1726888999.50133: done checking for max_fail_percentage 172629 1726888999.50135: checking to see if all hosts have failed and the running result is not ok 172629 1726888999.50135: done checking to see if all hosts have failed 172629 1726888999.50136: getting the remaining hosts for this loop 172629 1726888999.50138: done getting the remaining hosts for this loop 172629 1726888999.50142: getting the next task for host managed_node1 172629 1726888999.50151: done getting next task for host managed_node1 172629 1726888999.50158: ^ task is: TASK: Verify mount directory group 172629 1726888999.50165: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (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 172629 1726888999.50170: getting variables 172629 1726888999.50171: in VariableManager get_vars() 172629 1726888999.50213: Calling all_inventory to load vars for managed_node1 172629 1726888999.50218: Calling groups_inventory to load vars for managed_node1 172629 1726888999.50224: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888999.50238: Calling all_plugins_play to load vars for managed_node1 172629 1726888999.50242: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888999.50245: Calling groups_plugins_play to load vars for managed_node1 172629 1726888999.50868: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eab 172629 1726888999.50871: WORKER PROCESS EXITING 172629 1726888999.51042: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888999.51639: done with get_vars() 172629 1726888999.51653: done getting variables 172629 1726888999.51888: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Friday 20 September 2024 23:23:19 -0400 (0:00:00.036) 0:01:39.799 ****** 172629 1726888999.51918: entering _queue_task() for managed_node1/assert 172629 1726888999.52360: worker is 1 (out of 1 available) 172629 1726888999.52374: exiting _queue_task() for managed_node1/assert 172629 1726888999.52387: done queuing things up, now waiting for results queue to drain 172629 1726888999.52388: waiting for pending results... 172629 1726888999.52596: running TaskExecutor() for managed_node1/TASK: Verify mount directory group 172629 1726888999.52724: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001eac 172629 1726888999.52743: variable 'ansible_search_path' from source: unknown 172629 1726888999.52783: calling self._execute() 172629 1726888999.52894: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.52906: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.52920: variable 'omit' from source: magic vars 172629 1726888999.53313: variable '_storage_test_volume_present' from source: set_fact 172629 1726888999.53324: variable 'storage_test_volume' from source: include params 172629 1726888999.53365: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 172629 1726888999.53373: when evaluation is False, skipping this task 172629 1726888999.53379: _execute() done 172629 1726888999.53386: dumping result to json 172629 1726888999.53393: done dumping result, returning 172629 1726888999.53402: done running TaskExecutor() for managed_node1/TASK: Verify mount directory group [0affc8a3-6f6f-d0a8-add8-000000001eac] 172629 1726888999.53410: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eac skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } 172629 1726888999.53585: no more pending results, returning what we have 172629 1726888999.53589: results queue empty 172629 1726888999.53590: checking for any_errors_fatal 172629 1726888999.53598: done checking for any_errors_fatal 172629 1726888999.53598: checking for max_fail_percentage 172629 1726888999.53601: done checking for max_fail_percentage 172629 1726888999.53601: checking to see if all hosts have failed and the running result is not ok 172629 1726888999.53602: done checking to see if all hosts have failed 172629 1726888999.53603: getting the remaining hosts for this loop 172629 1726888999.53604: done getting the remaining hosts for this loop 172629 1726888999.53607: getting the next task for host managed_node1 172629 1726888999.53620: done getting next task for host managed_node1 172629 1726888999.53623: ^ task is: TASK: Verify mount directory permissions 172629 1726888999.53629: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (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 172629 1726888999.53634: getting variables 172629 1726888999.53635: in VariableManager get_vars() 172629 1726888999.53674: Calling all_inventory to load vars for managed_node1 172629 1726888999.53677: Calling groups_inventory to load vars for managed_node1 172629 1726888999.53680: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888999.53689: Calling all_plugins_play to load vars for managed_node1 172629 1726888999.53692: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888999.53694: Calling groups_plugins_play to load vars for managed_node1 172629 1726888999.54216: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eac 172629 1726888999.54219: WORKER PROCESS EXITING 172629 1726888999.54238: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888999.55585: done with get_vars() 172629 1726888999.55679: done getting variables 172629 1726888999.56067: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Friday 20 September 2024 23:23:19 -0400 (0:00:00.041) 0:01:39.840 ****** 172629 1726888999.56100: entering _queue_task() for managed_node1/assert 172629 1726888999.56822: worker is 1 (out of 1 available) 172629 1726888999.56837: exiting _queue_task() for managed_node1/assert 172629 1726888999.56852: done queuing things up, now waiting for results queue to drain 172629 1726888999.56857: waiting for pending results... 172629 1726888999.57180: running TaskExecutor() for managed_node1/TASK: Verify mount directory permissions 172629 1726888999.57436: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ead 172629 1726888999.57461: variable 'ansible_search_path' from source: unknown 172629 1726888999.57506: calling self._execute() 172629 1726888999.57667: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.57679: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.57693: variable 'omit' from source: magic vars 172629 1726888999.58174: variable '_storage_test_volume_present' from source: set_fact 172629 1726888999.58189: variable 'storage_test_volume' from source: include params 172629 1726888999.58226: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 172629 1726888999.58233: when evaluation is False, skipping this task 172629 1726888999.58241: _execute() done 172629 1726888999.58247: dumping result to json 172629 1726888999.58258: done dumping result, returning 172629 1726888999.58273: done running TaskExecutor() for managed_node1/TASK: Verify mount directory permissions [0affc8a3-6f6f-d0a8-add8-000000001ead] 172629 1726888999.58282: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ead 172629 1726888999.58399: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ead skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } 172629 1726888999.58447: no more pending results, returning what we have 172629 1726888999.58452: results queue empty 172629 1726888999.58457: checking for any_errors_fatal 172629 1726888999.58464: done checking for any_errors_fatal 172629 1726888999.58465: checking for max_fail_percentage 172629 1726888999.58467: done checking for max_fail_percentage 172629 1726888999.58468: checking to see if all hosts have failed and the running result is not ok 172629 1726888999.58469: done checking to see if all hosts have failed 172629 1726888999.58470: getting the remaining hosts for this loop 172629 1726888999.58472: done getting the remaining hosts for this loop 172629 1726888999.58475: getting the next task for host managed_node1 172629 1726888999.58483: done getting next task for host managed_node1 172629 1726888999.58486: ^ task is: TASK: Get path of test volume device 172629 1726888999.58492: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (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 172629 1726888999.58498: getting variables 172629 1726888999.58499: in VariableManager get_vars() 172629 1726888999.58539: Calling all_inventory to load vars for managed_node1 172629 1726888999.58542: Calling groups_inventory to load vars for managed_node1 172629 1726888999.58546: Calling all_plugins_inventory to load vars for managed_node1 172629 1726888999.58792: Calling all_plugins_play to load vars for managed_node1 172629 1726888999.58796: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726888999.58801: WORKER PROCESS EXITING 172629 1726888999.58862: Calling groups_plugins_play to load vars for managed_node1 172629 1726888999.59707: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726888999.60575: done with get_vars() 172629 1726888999.60679: done getting variables 172629 1726888999.60749: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Friday 20 September 2024 23:23:19 -0400 (0:00:00.046) 0:01:39.887 ****** 172629 1726888999.60789: entering _queue_task() for managed_node1/command 172629 1726888999.61240: worker is 1 (out of 1 available) 172629 1726888999.61259: exiting _queue_task() for managed_node1/command 172629 1726888999.61407: done queuing things up, now waiting for results queue to drain 172629 1726888999.61409: waiting for pending results... 172629 1726888999.61984: running TaskExecutor() for managed_node1/TASK: Get path of test volume device 172629 1726888999.62332: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001eae 172629 1726888999.62409: variable 'ansible_search_path' from source: unknown 172629 1726888999.62483: calling self._execute() 172629 1726888999.62818: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.62830: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.62844: variable 'omit' from source: magic vars 172629 1726888999.63286: variable 'storage_test_volume' from source: include params 172629 1726888999.63330: Evaluated conditional (storage_test_volume.fs_type == "swap"): True 172629 1726888999.63344: variable 'omit' from source: magic vars 172629 1726888999.63412: variable 'omit' from source: magic vars 172629 1726888999.63594: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726888999.65882: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726888999.65971: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726888999.66007: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726888999.66044: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726888999.66080: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726888999.66170: variable 'storage_test_volume' from source: include params 172629 1726888999.66223: variable 'omit' from source: magic vars 172629 1726888999.66272: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726888999.66560: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726888999.66563: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726888999.66566: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888999.66568: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726888999.66570: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726888999.66572: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.66574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.66576: Set connection var ansible_timeout to 10 172629 1726888999.66578: Set connection var ansible_shell_type to sh 172629 1726888999.66581: Set connection var ansible_pipelining to False 172629 1726888999.66583: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726888999.66584: Set connection var ansible_shell_executable to /bin/sh 172629 1726888999.66586: Set connection var ansible_connection to ssh 172629 1726888999.66588: variable 'ansible_shell_executable' from source: unknown 172629 1726888999.66590: variable 'ansible_connection' from source: unknown 172629 1726888999.66600: variable 'ansible_module_compression' from source: unknown 172629 1726888999.66608: variable 'ansible_shell_type' from source: unknown 172629 1726888999.66615: variable 'ansible_shell_executable' from source: unknown 172629 1726888999.66622: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726888999.66629: variable 'ansible_pipelining' from source: unknown 172629 1726888999.66636: variable 'ansible_timeout' from source: unknown 172629 1726888999.66644: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726888999.66771: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726888999.66790: variable 'omit' from source: magic vars 172629 1726888999.66800: starting attempt loop 172629 1726888999.66806: running the handler 172629 1726888999.66836: _low_level_execute_command(): starting 172629 1726888999.66847: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726888999.67675: 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 <<< 172629 1726888999.67722: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888999.67750: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888999.67777: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888999.67871: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888999.69560: stdout chunk (state=3): >>>/root <<< 172629 1726888999.69663: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888999.69731: stderr chunk (state=3): >>><<< 172629 1726888999.69734: stdout chunk (state=3): >>><<< 172629 1726888999.69761: _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 172629 1726888999.69779: _low_level_execute_command(): starting 172629 1726888999.69859: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888999.697677-176260-260817147978478 `" && echo ansible-tmp-1726888999.697677-176260-260817147978478="` echo /root/.ansible/tmp/ansible-tmp-1726888999.697677-176260-260817147978478 `" ) && sleep 0' 172629 1726888999.70406: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888999.70421: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888999.70438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888999.70473: stderr 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 <<< 172629 1726888999.70521: 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 <<< 172629 1726888999.70579: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888999.70603: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888999.70635: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888999.70761: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888999.72644: stdout chunk (state=3): >>>ansible-tmp-1726888999.697677-176260-260817147978478=/root/.ansible/tmp/ansible-tmp-1726888999.697677-176260-260817147978478 <<< 172629 1726888999.72834: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888999.72837: stdout chunk (state=3): >>><<< 172629 1726888999.72839: stderr chunk (state=3): >>><<< 172629 1726888999.72877: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888999.697677-176260-260817147978478=/root/.ansible/tmp/ansible-tmp-1726888999.697677-176260-260817147978478 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726888999.73064: variable 'ansible_module_compression' from source: unknown 172629 1726888999.73067: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726888999.73070: variable 'ansible_facts' from source: unknown 172629 1726888999.73131: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888999.697677-176260-260817147978478/AnsiballZ_command.py 172629 1726888999.73404: Sending initial data 172629 1726888999.73412: Sent initial data (157 bytes) 172629 1726888999.74396: 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' <<< 172629 1726888999.74443: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726888999.74502: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888999.74611: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888999.76149: 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 <<< 172629 1726888999.76288: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726888999.76394: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpvzyswx_d /root/.ansible/tmp/ansible-tmp-1726888999.697677-176260-260817147978478/AnsiballZ_command.py <<< 172629 1726888999.76691: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888999.697677-176260-260817147978478/AnsiballZ_command.py" <<< 172629 1726888999.76769: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 172629 1726888999.76857: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpvzyswx_d" to remote "/root/.ansible/tmp/ansible-tmp-1726888999.697677-176260-260817147978478/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888999.697677-176260-260817147978478/AnsiballZ_command.py" <<< 172629 1726888999.78256: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888999.78321: stderr chunk (state=3): >>><<< 172629 1726888999.78463: stdout chunk (state=3): >>><<< 172629 1726888999.78466: done transferring module to remote 172629 1726888999.78468: _low_level_execute_command(): starting 172629 1726888999.78471: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888999.697677-176260-260817147978478/ /root/.ansible/tmp/ansible-tmp-1726888999.697677-176260-260817147978478/AnsiballZ_command.py && sleep 0' 172629 1726888999.79219: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726888999.79222: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888999.79240: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888999.79247: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726888999.79258: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726888999.79272: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726888999.79277: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888999.79291: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726888999.79296: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726888999.79308: stderr 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 <<< 172629 1726888999.79314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726888999.79446: 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 <<< 172629 1726888999.79544: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888999.81216: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726888999.81248: stderr chunk (state=3): >>><<< 172629 1726888999.81251: stdout chunk (state=3): >>><<< 172629 1726888999.81272: _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 172629 1726888999.81276: _low_level_execute_command(): starting 172629 1726888999.81280: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888999.697677-176260-260817147978478/AnsiballZ_command.py && sleep 0' 172629 1726888999.82421: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726888999.82425: 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 <<< 172629 1726888999.82429: 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 <<< 172629 1726888999.82926: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726888999.82929: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726888999.83077: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726888999.85158: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726888999.85184: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726888999.85218: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726888999.85292: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726888999.85302: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726888999.85326: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726888999.85383: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726888999.85403: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726888999.85457: 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' <<< 172629 1726888999.85486: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726888999.85500: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726888999.85536: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726888999.85572: 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 0x7f4407e184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407de7b30> <<< 172629 1726888999.85607: 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 0x7f4407e1aa50> <<< 172629 1726888999.85648: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726888999.85651: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726888999.85669: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 172629 1726888999.85706: stdout chunk (state=3): >>>import '_stat' # <<< 172629 1726888999.85718: stdout chunk (state=3): >>>import 'stat' # <<< 172629 1726888999.85875: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726888999.85879: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # <<< 172629 1726888999.85886: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726888999.85895: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726888999.85900: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726888999.85909: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726888999.85946: 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 <<< 172629 1726888999.85962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407c2d130> <<< 172629 1726888999.86021: 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' <<< 172629 1726888999.86063: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407c2e120> <<< 172629 1726888999.86067: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726888999.86101: 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. <<< 172629 1726888999.86336: 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' <<< 172629 1726888999.86375: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726888999.86388: 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 <<< 172629 1726888999.86446: 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 <<< 172629 1726888999.86472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407c6bf50> <<< 172629 1726888999.86510: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726888999.86550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407c800e0> <<< 172629 1726888999.86580: 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' <<< 172629 1726888999.86618: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726888999.86687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888999.86724: stdout chunk (state=3): >>>import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726888999.86758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407ca3920> # /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' <<< 172629 1726888999.86777: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407ca3fb0> import '_collections' # <<< 172629 1726888999.86829: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407c83bc0> <<< 172629 1726888999.86844: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407c81340> <<< 172629 1726888999.86943: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407c69100> <<< 172629 1726888999.86984: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726888999.87012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726888999.87062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726888999.87066: 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' <<< 172629 1726888999.87090: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407cc7920> <<< 172629 1726888999.87138: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407cc6540> <<< 172629 1726888999.87149: 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 0x7f4407c821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407cc4d10> <<< 172629 1726888999.87206: 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 0x7f4407cf4980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407c68380> <<< 172629 1726888999.87230: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 172629 1726888999.87251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 172629 1726888999.87275: 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 0x7f4407cf4e30> <<< 172629 1726888999.87278: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407cf4ce0> <<< 172629 1726888999.87322: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888999.87329: 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 0x7f4407cf50d0> <<< 172629 1726888999.87332: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407c66ea0> <<< 172629 1726888999.87362: 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' <<< 172629 1726888999.87376: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726888999.87418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726888999.87433: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407cf5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407cf5490> import 'importlib.machinery' # <<< 172629 1726888999.87469: 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' <<< 172629 1726888999.87493: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407cf6690> import 'importlib.util' # <<< 172629 1726888999.87512: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726888999.87528: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726888999.87618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726888999.87625: 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 0x7f4407d108c0> <<< 172629 1726888999.87627: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726888999.87682: 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 0x7f4407d12000> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726888999.87689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726888999.87715: 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' <<< 172629 1726888999.87749: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407d12ea0> <<< 172629 1726888999.87791: 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 0x7f4407d13500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407d123f0> <<< 172629 1726888999.87795: 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' <<< 172629 1726888999.87839: 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 0x7f4407d13ec0> <<< 172629 1726888999.87865: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407d135f0> <<< 172629 1726888999.87891: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407cf66f0> <<< 172629 1726888999.87933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726888999.87938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726888999.87972: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726888999.87975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726888999.88036: 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 0x7f4407abbd40> <<< 172629 1726888999.88041: 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' <<< 172629 1726888999.88096: 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 0x7f4407ae8770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407ae84d0> <<< 172629 1726888999.88100: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888999.88104: 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 0x7f4407ae87a0> <<< 172629 1726888999.88169: 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' <<< 172629 1726888999.88202: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888999.88325: 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 0x7f4407ae90d0> <<< 172629 1726888999.88441: 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 0x7f4407ae9a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407ae8980> <<< 172629 1726888999.88477: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407ab9ee0> <<< 172629 1726888999.88497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726888999.88511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726888999.88540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726888999.88543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726888999.88547: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407aeae70> <<< 172629 1726888999.88639: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407ae9bb0> <<< 172629 1726888999.88642: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407cf6de0> <<< 172629 1726888999.88661: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726888999.88691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888999.88701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726888999.88724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726888999.88761: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407b13170> <<< 172629 1726888999.88804: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726888999.88840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888999.88845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726888999.88859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726888999.88892: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407b3b530> <<< 172629 1726888999.88917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726888999.88961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726888999.89010: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726888999.89029: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726888999.89050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407b942f0> <<< 172629 1726888999.89056: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726888999.89083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726888999.89107: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726888999.89146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726888999.89228: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407b96a50> <<< 172629 1726888999.89304: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407b94410> <<< 172629 1726888999.89335: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407b61310> <<< 172629 1726888999.89371: 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 0x7f44079a1400> <<< 172629 1726888999.89388: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407b3a330> <<< 172629 1726888999.89392: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407aebd40> <<< 172629 1726888999.89501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726888999.89509: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f44079a16a0> <<< 172629 1726888999.89673: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_ai6g6ytq/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 172629 1726888999.89797: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.89829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726888999.89834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726888999.89877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726888999.89947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726888999.89981: 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 0x7f44079f7140> <<< 172629 1726888999.89988: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726888999.90174: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44079da030> <<< 172629 1726888999.90177: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44079d9190> # zipimport: zlib available <<< 172629 1726888999.90206: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726888999.90211: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.90235: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.90248: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.90269: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726888999.90273: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.91656: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.92746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726888999.92759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44079f5430> <<< 172629 1726888999.92780: 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' <<< 172629 1726888999.92804: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726888999.92809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726888999.92834: 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' <<< 172629 1726888999.92870: 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 0x7f4407a22b40> <<< 172629 1726888999.92905: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407a228d0> <<< 172629 1726888999.92931: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407a221e0> <<< 172629 1726888999.92954: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726888999.92963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726888999.93004: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407a22cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407e1a9c0> <<< 172629 1726888999.93009: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726888999.93038: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888999.93043: 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 0x7f4407a23860> <<< 172629 1726888999.93070: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888999.93080: 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 0x7f4407a23a40> <<< 172629 1726888999.93093: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726888999.93136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726888999.93144: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726888999.93195: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407a23f50> <<< 172629 1726888999.93206: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726888999.93220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726888999.93238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726888999.93286: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407319cd0> <<< 172629 1726888999.93333: 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 0x7f440731b8f0> <<< 172629 1726888999.93469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726888999.93472: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44073202c0> <<< 172629 1726888999.93475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726888999.93478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726888999.93482: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407321190> <<< 172629 1726888999.93485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726888999.93511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726888999.93560: 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' <<< 172629 1726888999.93597: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407323ec0> <<< 172629 1726888999.93632: 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 0x7f4407d12e10> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44073221b0> <<< 172629 1726888999.93661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726888999.93687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726888999.93722: 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 <<< 172629 1726888999.93747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726888999.93776: 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 0x7f4407327d70> <<< 172629 1726888999.93801: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726888999.93853: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407326840> <<< 172629 1726888999.93880: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44073265a0> # /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' <<< 172629 1726888999.93963: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407326b10> <<< 172629 1726888999.93984: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407322690> <<< 172629 1726888999.94016: 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 0x7f440736bf80> <<< 172629 1726888999.94050: 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 0x7f440736c500> <<< 172629 1726888999.94082: 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 <<< 172629 1726888999.94085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726888999.94109: 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' <<< 172629 1726888999.94152: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888999.94163: 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 0x7f440736db80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f440736d940> <<< 172629 1726888999.94187: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726888999.94286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726888999.94348: 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 0x7f4407370110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f440736e270> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726888999.94410: 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 <<< 172629 1726888999.94421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726888999.94427: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726888999.94475: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44073738c0> <<< 172629 1726888999.94589: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407370290> <<< 172629 1726888999.94642: 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 0x7f4407370e00> <<< 172629 1726888999.94674: 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 0x7f4407374740> <<< 172629 1726888999.94719: 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 0x7f44073749e0> <<< 172629 1726888999.94732: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f440736c260> <<< 172629 1726888999.94754: 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 <<< 172629 1726888999.94768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 172629 1726888999.94773: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726888999.94797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726888999.94821: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888999.94845: 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 0x7f44072001d0> <<< 172629 1726888999.94984: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726888999.94995: 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 0x7f44072012b0> <<< 172629 1726888999.94998: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407376960> <<< 172629 1726888999.95043: 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 0x7f4407377d10> <<< 172629 1726888999.95046: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44073765a0> <<< 172629 1726888999.95049: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.95077: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726888999.95093: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.95175: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.95269: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.95279: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726888999.95304: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.95307: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726888999.95326: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.95442: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.95563: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.96082: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.96620: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726888999.96643: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726888999.96671: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726888999.96688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888999.96717: 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 0x7f4407205610> <<< 172629 1726888999.96806: 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' <<< 172629 1726888999.96825: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407206420> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44072014c0> <<< 172629 1726888999.96885: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726888999.96915: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.96929: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726888999.97081: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.97217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726888999.97235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407206b40> <<< 172629 1726888999.97238: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.97688: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.98126: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.98198: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.98276: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726888999.98280: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.98320: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.98352: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726888999.98364: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.98432: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.98509: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726888999.98528: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.98542: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.98551: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 172629 1726888999.98558: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.98599: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.98635: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726888999.98644: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.98881: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.99100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726888999.99171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726888999.99174: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726888999.99239: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407207680> <<< 172629 1726888999.99242: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.99308: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.99484: 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' # <<< 172629 1726888999.99512: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726888999.99548: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.99590: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.99644: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.99711: 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 <<< 172629 1726888999.99747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726888999.99825: 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 0x7f44072120f0> <<< 172629 1726888999.99860: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f440720cfb0> <<< 172629 1726888999.99883: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726888999.99892: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 172629 1726888999.99895: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726888999.99967: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.00022: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.00051: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.00097: 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 <<< 172629 1726889000.00106: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889000.00117: 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 <<< 172629 1726889000.00143: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889000.00159: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889000.00217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889000.00230: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889000.00250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889000.00302: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407302930> <<< 172629 1726889000.00344: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407a52600> <<< 172629 1726889000.00426: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407211eb0> <<< 172629 1726889000.00428: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44072070e0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726889000.00468: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.00488: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726889000.00497: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889000.00548: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889000.00565: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.00568: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.00588: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726889000.00695: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.00810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726889000.00813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726889000.00830: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f440736d670> <<< 172629 1726889000.00908: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.01354: stdout chunk (state=3): >>> {"changed": true, "stdout": "/dev/sda", "stderr": "", "rc": 0, "cmd": ["realpath", "/dev/sda"], "start": "2024-09-20 23:23:20.009265", "end": "2024-09-20 23:23:20.012422", "delta": "0:00:00.003157", "msg": "", "invocation": {"module_args": {"_raw_params": "realpath /dev/sda", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726889000.01387: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889000.01782: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889000.01788: 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 <<< 172629 1726889000.01811: stdout chunk (state=3): >>># cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io <<< 172629 1726889000.01832: stdout chunk (state=3): >>># cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib <<< 172629 1726889000.01873: stdout chunk (state=3): >>># cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil <<< 172629 1726889000.01887: stdout chunk (state=3): >>># cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # 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 <<< 172629 1726889000.01897: 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 # 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 <<< 172629 1726889000.01920: stdout chunk (state=3): >>># cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text <<< 172629 1726889000.01945: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast <<< 172629 1726889000.01949: stdout chunk (state=3): >>># cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro <<< 172629 1726889000.01959: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726889000.02184: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889000.02203: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726889000.02226: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726889000.02246: stdout chunk (state=3): >>># destroy _blake2 <<< 172629 1726889000.02259: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726889000.02275: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726889000.02311: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889000.02317: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 172629 1726889000.02343: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 172629 1726889000.02349: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 172629 1726889000.02388: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 172629 1726889000.02391: stdout chunk (state=3): >>># destroy _posixsubprocess <<< 172629 1726889000.02394: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726889000.02437: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors # destroy errno <<< 172629 1726889000.02440: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726889000.02470: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726889000.02475: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889000.02511: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726889000.02519: 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 <<< 172629 1726889000.02545: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 172629 1726889000.02551: 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 <<< 172629 1726889000.02582: 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 <<< 172629 1726889000.02600: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 172629 1726889000.02612: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726889000.02627: 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 <<< 172629 1726889000.02652: 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 <<< 172629 1726889000.02669: stdout chunk (state=3): >>># destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 172629 1726889000.02676: 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 <<< 172629 1726889000.02813: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889000.02850: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889000.02860: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 172629 1726889000.02879: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726889000.02924: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726889000.02931: 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 <<< 172629 1726889000.02952: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889000.03041: 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 <<< 172629 1726889000.03066: stdout chunk (state=3): >>># destroy time <<< 172629 1726889000.03097: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726889000.03105: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 172629 1726889000.03129: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre<<< 172629 1726889000.03132: stdout chunk (state=3): >>> # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726889000.03425: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889000.03428: stderr chunk (state=3): >>>Shared connection to 10.31.15.52 closed. <<< 172629 1726889000.03522: stderr chunk (state=3): >>><<< 172629 1726889000.03533: stdout chunk (state=3): >>><<< 172629 1726889000.03654: _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 0x7f4407e184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407de7b30> # /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 0x7f4407e1aa50> 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 0x7f4407c2d130> # /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 0x7f4407c2e120> 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 0x7f4407c6bf50> # /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 0x7f4407c800e0> # /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 0x7f4407ca3920> # /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 0x7f4407ca3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407c83bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407c81340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407c69100> # /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 0x7f4407cc7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407cc6540> # /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 0x7f4407c821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407cc4d10> # /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 0x7f4407cf4980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407c68380> # /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 0x7f4407cf4e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407cf4ce0> # 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 0x7f4407cf50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407c66ea0> # /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 0x7f4407cf5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407cf5490> 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 0x7f4407cf6690> 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 0x7f4407d108c0> 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 0x7f4407d12000> # /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 0x7f4407d12ea0> # 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 0x7f4407d13500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407d123f0> # /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 0x7f4407d13ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407d135f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407cf66f0> # /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 0x7f4407abbd40> # /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 0x7f4407ae8770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407ae84d0> # 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 0x7f4407ae87a0> # /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 0x7f4407ae90d0> # 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 0x7f4407ae9a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407ae8980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407ab9ee0> # /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 0x7f4407aeae70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407ae9bb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407cf6de0> # /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 0x7f4407b13170> # /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 0x7f4407b3b530> # /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 0x7f4407b942f0> # /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 0x7f4407b96a50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407b94410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407b61310> # /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 0x7f44079a1400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407b3a330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407aebd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f44079a16a0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_ai6g6ytq/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44079f7140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44079da030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44079d9190> # 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 0x7f44079f5430> # /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 0x7f4407a22b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407a228d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407a221e0> # /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 0x7f4407a22cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407e1a9c0> 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 0x7f4407a23860> # 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 0x7f4407a23a40> # /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 0x7f4407a23f50> 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 0x7f4407319cd0> # 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 0x7f440731b8f0> # /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 0x7f44073202c0> # /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 0x7f4407321190> # /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 0x7f4407323ec0> # 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 0x7f4407d12e10> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44073221b0> # /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 0x7f4407327d70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407326840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44073265a0> # /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 0x7f4407326b10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407322690> # 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 0x7f440736bf80> # /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 0x7f440736c500> # /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 0x7f440736db80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f440736d940> # /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 0x7f4407370110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f440736e270> # /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 0x7f44073738c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407370290> # 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 0x7f4407370e00> # 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 0x7f4407374740> # 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 0x7f44073749e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f440736c260> # /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 0x7f44072001d0> # 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 0x7f44072012b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407376960> # 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 0x7f4407377d10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44073765a0> # 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 0x7f4407205610> # /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 0x7f4407206420> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44072014c0> 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 0x7f4407206b40> # 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 0x7f4407207680> # 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 0x7f44072120f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f440720cfb0> 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 0x7f4407302930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407a52600> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4407211eb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44072070e0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f440736d670> # zipimport: zlib available {"changed": true, "stdout": "/dev/sda", "stderr": "", "rc": 0, "cmd": ["realpath", "/dev/sda"], "start": "2024-09-20 23:23:20.009265", "end": "2024-09-20 23:23:20.012422", "delta": "0:00:00.003157", "msg": "", "invocation": {"module_args": {"_raw_params": "realpath /dev/sda", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726889000.04461: done with _execute_module (ansible.legacy.command, {'_raw_params': 'realpath /dev/sda', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888999.697677-176260-260817147978478/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889000.04464: _low_level_execute_command(): starting 172629 1726889000.04469: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888999.697677-176260-260817147978478/ > /dev/null 2>&1 && sleep 0' 172629 1726889000.04636: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889000.04640: 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 <<< 172629 1726889000.04644: 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 <<< 172629 1726889000.04646: 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 <<< 172629 1726889000.04731: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889000.04734: 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 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 <<< 172629 1726889000.04788: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889000.06643: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889000.06647: stderr chunk (state=3): >>><<< 172629 1726889000.06649: stdout chunk (state=3): >>><<< 172629 1726889000.06674: _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 172629 1726889000.06677: handler run complete 172629 1726889000.06716: Evaluated conditional (False): False 172629 1726889000.06719: attempt loop complete, returning result 172629 1726889000.06721: _execute() done 172629 1726889000.06723: dumping result to json 172629 1726889000.06725: done dumping result, returning 172629 1726889000.06742: done running TaskExecutor() for managed_node1/TASK: Get path of test volume device [0affc8a3-6f6f-d0a8-add8-000000001eae] 172629 1726889000.06745: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eae 172629 1726889000.06848: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eae 172629 1726889000.06850: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003157", "end": "2024-09-20 23:23:20.012422", "rc": 0, "start": "2024-09-20 23:23:20.009265" } STDOUT: /dev/sda 172629 1726889000.06932: no more pending results, returning what we have 172629 1726889000.06935: results queue empty 172629 1726889000.06936: checking for any_errors_fatal 172629 1726889000.06943: done checking for any_errors_fatal 172629 1726889000.06944: checking for max_fail_percentage 172629 1726889000.06947: done checking for max_fail_percentage 172629 1726889000.06948: checking to see if all hosts have failed and the running result is not ok 172629 1726889000.06949: done checking to see if all hosts have failed 172629 1726889000.06949: getting the remaining hosts for this loop 172629 1726889000.06951: done getting the remaining hosts for this loop 172629 1726889000.06954: getting the next task for host managed_node1 172629 1726889000.06963: done getting next task for host managed_node1 172629 1726889000.06966: ^ task is: TASK: Gather swap info 172629 1726889000.06971: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889000.06975: getting variables 172629 1726889000.06980: in VariableManager get_vars() 172629 1726889000.07017: Calling all_inventory to load vars for managed_node1 172629 1726889000.07020: Calling groups_inventory to load vars for managed_node1 172629 1726889000.07023: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889000.07033: Calling all_plugins_play to load vars for managed_node1 172629 1726889000.07036: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889000.07038: Calling groups_plugins_play to load vars for managed_node1 172629 1726889000.07744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889000.08286: done with get_vars() 172629 1726889000.08304: done getting variables 172629 1726889000.08400: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Gather swap info] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Friday 20 September 2024 23:23:20 -0400 (0:00:00.476) 0:01:40.364 ****** 172629 1726889000.08458: entering _queue_task() for managed_node1/command 172629 1726889000.08741: worker is 1 (out of 1 available) 172629 1726889000.08757: exiting _queue_task() for managed_node1/command 172629 1726889000.08774: done queuing things up, now waiting for results queue to drain 172629 1726889000.08775: waiting for pending results... 172629 1726889000.09045: running TaskExecutor() for managed_node1/TASK: Gather swap info 172629 1726889000.09261: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001eaf 172629 1726889000.09265: variable 'ansible_search_path' from source: unknown 172629 1726889000.09268: calling self._execute() 172629 1726889000.09360: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.09365: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.09375: variable 'omit' from source: magic vars 172629 1726889000.09772: variable 'storage_test_volume' from source: include params 172629 1726889000.09813: Evaluated conditional (storage_test_volume.fs_type == "swap"): True 172629 1726889000.09818: variable 'omit' from source: magic vars 172629 1726889000.09860: variable 'omit' from source: magic vars 172629 1726889000.09882: variable 'omit' from source: magic vars 172629 1726889000.09917: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889000.09946: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889000.09964: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889000.09991: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889000.09997: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889000.10039: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889000.10044: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.10046: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.10114: Set connection var ansible_timeout to 10 172629 1726889000.10123: Set connection var ansible_shell_type to sh 172629 1726889000.10129: Set connection var ansible_pipelining to False 172629 1726889000.10132: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889000.10145: Set connection var ansible_shell_executable to /bin/sh 172629 1726889000.10149: Set connection var ansible_connection to ssh 172629 1726889000.10173: variable 'ansible_shell_executable' from source: unknown 172629 1726889000.10177: variable 'ansible_connection' from source: unknown 172629 1726889000.10179: variable 'ansible_module_compression' from source: unknown 172629 1726889000.10182: variable 'ansible_shell_type' from source: unknown 172629 1726889000.10184: variable 'ansible_shell_executable' from source: unknown 172629 1726889000.10190: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.10192: variable 'ansible_pipelining' from source: unknown 172629 1726889000.10194: variable 'ansible_timeout' from source: unknown 172629 1726889000.10196: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.10430: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889000.10436: variable 'omit' from source: magic vars 172629 1726889000.10439: starting attempt loop 172629 1726889000.10442: running the handler 172629 1726889000.10444: _low_level_execute_command(): starting 172629 1726889000.10448: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889000.11164: 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 <<< 172629 1726889000.11169: 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 <<< 172629 1726889000.11230: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889000.11254: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889000.11299: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889000.12902: stdout chunk (state=3): >>>/root <<< 172629 1726889000.12997: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889000.13025: stderr chunk (state=3): >>><<< 172629 1726889000.13031: stdout chunk (state=3): >>><<< 172629 1726889000.13049: _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 172629 1726889000.13063: _low_level_execute_command(): starting 172629 1726889000.13069: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889000.1304812-176286-94023503797763 `" && echo ansible-tmp-1726889000.1304812-176286-94023503797763="` echo /root/.ansible/tmp/ansible-tmp-1726889000.1304812-176286-94023503797763 `" ) && sleep 0' 172629 1726889000.13561: 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 <<< 172629 1726889000.13565: stderr 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 <<< 172629 1726889000.13568: 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 <<< 172629 1726889000.13571: 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 found <<< 172629 1726889000.13581: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889000.13584: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889000.13592: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889000.13652: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889000.15541: stdout chunk (state=3): >>>ansible-tmp-1726889000.1304812-176286-94023503797763=/root/.ansible/tmp/ansible-tmp-1726889000.1304812-176286-94023503797763 <<< 172629 1726889000.15711: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889000.15714: stdout chunk (state=3): >>><<< 172629 1726889000.15720: stderr chunk (state=3): >>><<< 172629 1726889000.15775: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889000.1304812-176286-94023503797763=/root/.ansible/tmp/ansible-tmp-1726889000.1304812-176286-94023503797763 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889000.15779: variable 'ansible_module_compression' from source: unknown 172629 1726889000.15826: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726889000.15861: variable 'ansible_facts' from source: unknown 172629 1726889000.16040: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889000.1304812-176286-94023503797763/AnsiballZ_command.py 172629 1726889000.16118: Sending initial data 172629 1726889000.16122: Sent initial data (157 bytes) 172629 1726889000.16681: 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 <<< 172629 1726889000.16685: 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 <<< 172629 1726889000.16690: stderr 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 <<< 172629 1726889000.16779: 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 <<< 172629 1726889000.16816: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889000.18365: 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 <<< 172629 1726889000.18419: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889000.18479: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpzugg3q6h /root/.ansible/tmp/ansible-tmp-1726889000.1304812-176286-94023503797763/AnsiballZ_command.py <<< 172629 1726889000.18483: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889000.1304812-176286-94023503797763/AnsiballZ_command.py" <<< 172629 1726889000.18513: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 172629 1726889000.18536: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpzugg3q6h" to remote "/root/.ansible/tmp/ansible-tmp-1726889000.1304812-176286-94023503797763/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889000.1304812-176286-94023503797763/AnsiballZ_command.py" <<< 172629 1726889000.19174: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889000.19216: stderr chunk (state=3): >>><<< 172629 1726889000.19220: stdout chunk (state=3): >>><<< 172629 1726889000.19278: done transferring module to remote 172629 1726889000.19281: _low_level_execute_command(): starting 172629 1726889000.19285: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889000.1304812-176286-94023503797763/ /root/.ansible/tmp/ansible-tmp-1726889000.1304812-176286-94023503797763/AnsiballZ_command.py && sleep 0' 172629 1726889000.19849: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889000.19882: 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 <<< 172629 1726889000.19887: 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 <<< 172629 1726889000.19921: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889000.19929: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889000.19986: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889000.21711: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889000.21758: stderr chunk (state=3): >>><<< 172629 1726889000.21761: stdout chunk (state=3): >>><<< 172629 1726889000.21794: _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 172629 1726889000.21797: _low_level_execute_command(): starting 172629 1726889000.21800: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889000.1304812-176286-94023503797763/AnsiballZ_command.py && sleep 0' 172629 1726889000.22362: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889000.22365: 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 <<< 172629 1726889000.22367: 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 <<< 172629 1726889000.22369: stderr 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 <<< 172629 1726889000.22433: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889000.22450: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889000.22520: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889000.24647: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889000.24679: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889000.24706: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889000.24782: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726889000.24825: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889000.24906: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # <<< 172629 1726889000.24920: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726889000.24972: 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' <<< 172629 1726889000.24978: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889000.25047: stdout chunk (state=3): >>>import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889000.25050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726889000.25092: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688c184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688be7b30> # /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' <<< 172629 1726889000.25127: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688c1aa50> <<< 172629 1726889000.25167: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # <<< 172629 1726889000.25185: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889000.25202: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889000.25280: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889000.25311: stdout chunk (state=3): >>>import 'genericpath' # <<< 172629 1726889000.25314: stdout chunk (state=3): >>>import 'posixpath' # <<< 172629 1726889000.25338: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889000.25368: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889000.25372: stdout chunk (state=3): >>>Processing user site-packages <<< 172629 1726889000.25378: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726889000.25397: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726889000.25402: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889000.25436: 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' <<< 172629 1726889000.25466: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688a2d130> <<< 172629 1726889000.25521: 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 <<< 172629 1726889000.25534: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889000.25540: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688a2e120> <<< 172629 1726889000.25569: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889000.25595: 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. <<< 172629 1726889000.25822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889000.25831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889000.25860: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726889000.25867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889000.25893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889000.25934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889000.25989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889000.26018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688a6bf50> <<< 172629 1726889000.26023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889000.26046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889000.26058: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726889000.26110: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688a800e0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889000.26114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889000.26163: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889000.26188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889000.26196: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889000.26287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726889000.26291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688aa3920> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726889000.26294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 172629 1726889000.26296: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688aa3fb0> <<< 172629 1726889000.26302: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889000.26339: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688a83bc0> import '_functools' # <<< 172629 1726889000.26385: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688a81340> <<< 172629 1726889000.26463: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688a69100> <<< 172629 1726889000.26482: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889000.26501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889000.26508: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889000.26544: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889000.26559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889000.26579: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726889000.26584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726889000.26625: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688ac7920> <<< 172629 1726889000.26637: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688ac6540> <<< 172629 1726889000.26679: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726889000.26691: 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 0x7f2688a821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688ac4d10> <<< 172629 1726889000.26730: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726889000.26733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688af4980> <<< 172629 1726889000.26757: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688a68380> <<< 172629 1726889000.26771: 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' <<< 172629 1726889000.26796: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889000.26810: 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 0x7f2688af4e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688af4ce0> <<< 172629 1726889000.26848: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'<<< 172629 1726889000.26851: 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 0x7f2688af50d0> <<< 172629 1726889000.26864: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688a66ea0> <<< 172629 1726889000.26895: 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' <<< 172629 1726889000.26920: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889000.26950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889000.26972: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688af5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688af5490> import 'importlib.machinery' # <<< 172629 1726889000.27012: 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' <<< 172629 1726889000.27024: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688af6690> <<< 172629 1726889000.27046: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726889000.27054: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726889000.27081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889000.27110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889000.27144: 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' <<< 172629 1726889000.27148: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688b108c0> <<< 172629 1726889000.27159: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889000.27201: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889000.27207: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889000.27210: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2688b12000> <<< 172629 1726889000.27220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889000.27241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726889000.27256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726889000.27269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726889000.27273: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688b12ea0> <<< 172629 1726889000.27336: 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 0x7f2688b13500> <<< 172629 1726889000.27360: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688b123f0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889000.27369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726889000.27407: 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 0x7f2688b13ec0> <<< 172629 1726889000.27437: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688b135f0> <<< 172629 1726889000.27482: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688af66f0> <<< 172629 1726889000.27485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889000.27514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889000.27559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889000.27570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889000.27633: 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 0x7f26888c7d40> # /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' <<< 172629 1726889000.27662: 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 0x7f26888f4890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26888f45f0> <<< 172629 1726889000.27687: 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 0x7f26888f48c0> <<< 172629 1726889000.27727: 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' <<< 172629 1726889000.27804: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889000.27917: 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 0x7f26888f51f0> <<< 172629 1726889000.28028: 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 0x7f26888f5bb0> <<< 172629 1726889000.28054: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26888f4aa0> <<< 172629 1726889000.28104: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26888c5ee0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889000.28108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889000.28141: 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' <<< 172629 1726889000.28197: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26888f6fc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26888f5d00> <<< 172629 1726889000.28221: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688af6de0> <<< 172629 1726889000.28234: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889000.28306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889000.28328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889000.28367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889000.28387: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268891f320> <<< 172629 1726889000.28435: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889000.28449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889000.28473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889000.28480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889000.28519: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268893f6b0> <<< 172629 1726889000.28542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889000.28588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889000.28635: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889000.28664: 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 0x7f26889a04a0> <<< 172629 1726889000.28683: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889000.28710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889000.28735: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889000.28774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889000.28863: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26889a2c00> <<< 172629 1726889000.28933: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26889a05c0> <<< 172629 1726889000.28971: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26889654c0> <<< 172629 1726889000.29006: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726889000.29014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26887a1580> <<< 172629 1726889000.29022: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268893e4b0> <<< 172629 1726889000.29030: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26888f7ef0> <<< 172629 1726889000.29127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889000.29147: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f268893e5d0> <<< 172629 1726889000.29327: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_3z94g2e2/ansible_ansible.legacy.command_payload.zip' <<< 172629 1726889000.29331: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.29460: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.29485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889000.29502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889000.29549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889000.29621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889000.29659: 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 0x7f26887f71a0> <<< 172629 1726889000.29662: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726889000.29854: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26887da090> <<< 172629 1726889000.29861: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26887d9220> # zipimport: zlib available <<< 172629 1726889000.29892: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889000.29896: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.29922: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.29931: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.29956: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889000.29963: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.31572: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.32463: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726889000.32483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26887f4e90> <<< 172629 1726889000.32490: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726889000.32507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889000.32521: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726889000.32547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726889000.32576: 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' <<< 172629 1726889000.32594: 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 0x7f2688822ab0> <<< 172629 1726889000.32623: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688822840> <<< 172629 1726889000.32652: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688822180> <<< 172629 1726889000.32680: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889000.32691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726889000.32731: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688822bd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26887f7bc0> <<< 172629 1726889000.32767: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726889000.32785: 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 0x7f26888237a0> <<< 172629 1726889000.32820: 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 0x7f2688823980> <<< 172629 1726889000.32823: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889000.32865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889000.32878: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889000.32922: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688823ec0> <<< 172629 1726889000.32947: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889000.32976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889000.32979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889000.33009: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688111c40> <<< 172629 1726889000.33044: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889000.33072: 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 0x7f2688113860> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889000.33107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889000.33110: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26881181d0> <<< 172629 1726889000.33133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889000.33170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889000.33197: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26881190a0> <<< 172629 1726889000.33221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889000.33241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889000.33264: 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' <<< 172629 1726889000.33308: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268811bd10> <<< 172629 1726889000.33356: 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 0x7f2688b12e10> <<< 172629 1726889000.33386: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268811a000> <<< 172629 1726889000.33395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889000.33419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889000.33458: 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' <<< 172629 1726889000.33461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889000.33499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889000.33531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726889000.33545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268811fc50> import '_tokenize' # <<< 172629 1726889000.33609: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268811e720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268811e480> <<< 172629 1726889000.33636: 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' <<< 172629 1726889000.33712: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268811e9f0> <<< 172629 1726889000.33739: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268811a480> <<< 172629 1726889000.33771: 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 0x7f2688163ef0> <<< 172629 1726889000.33807: 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 0x7f2688163fe0> <<< 172629 1726889000.33843: 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 <<< 172629 1726889000.33846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889000.33894: 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' <<< 172629 1726889000.33911: 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 0x7f2688165af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26881658b0> <<< 172629 1726889000.33930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889000.34018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889000.34081: 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 0x7f2688167fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26881661b0> <<< 172629 1726889000.34101: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889000.34131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889000.34167: 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' <<< 172629 1726889000.34181: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726889000.34215: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268816b860> <<< 172629 1726889000.34336: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688168230> <<< 172629 1726889000.34401: 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 0x7f268816c410> <<< 172629 1726889000.34428: 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 0x7f268816ca70> <<< 172629 1726889000.34478: 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 0x7f268816ca40> <<< 172629 1726889000.34513: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26881641d0> <<< 172629 1726889000.34517: 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' <<< 172629 1726889000.34542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889000.34577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889000.34595: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889000.34609: 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 0x7f26881f8260> <<< 172629 1726889000.34762: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889000.34798: 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 0x7f26881f9640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268816e9f0> <<< 172629 1726889000.34819: 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 0x7f268816f8c0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268816e600> <<< 172629 1726889000.34860: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726889000.34863: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.34942: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.35044: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.35054: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726889000.35094: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889000.35100: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.35211: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.35328: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.35847: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.36383: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726889000.36389: 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' # <<< 172629 1726889000.36478: 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 0x7f26881fd8b0> <<< 172629 1726889000.36566: 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' <<< 172629 1726889000.36589: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26881fe6f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688165820> <<< 172629 1726889000.36647: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889000.36676: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889000.36700: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726889000.36841: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.37009: 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' <<< 172629 1726889000.37013: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26881fe630> <<< 172629 1726889000.37031: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.37486: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.37923: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.37996: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.38083: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889000.38086: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.38116: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.38163: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726889000.38233: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.38345: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889000.38438: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726889000.38485: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.38488: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726889000.38775: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.38914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889000.38965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889000.38997: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889000.39085: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26881ff9b0> # zipimport: zlib available <<< 172629 1726889000.39120: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.39200: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726889000.39242: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 172629 1726889000.39354: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726889000.39373: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.39446: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.39476: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.39547: 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 <<< 172629 1726889000.39578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889000.39679: 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 0x7f268800a4b0> <<< 172629 1726889000.39741: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688005bb0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726889000.39830: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.39895: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.40007: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 172629 1726889000.40036: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889000.40095: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889000.40110: 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' <<< 172629 1726889000.40147: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688876c90> <<< 172629 1726889000.40181: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268885a960> <<< 172629 1726889000.40308: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268800a210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26888f49b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726889000.40347: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889000.40430: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889000.40476: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726889000.40566: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.40694: 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' <<< 172629 1726889000.40733: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268809c950> <<< 172629 1726889000.40769: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889000.41212: stdout chunk (state=3): >>> {"changed": true, "stdout": "Filename\t\t\t\tType\t\tSize\t\tUsed\t\tPriority\n/dev/sda partition\t10485756\t0\t\t-2", "stderr": "", "rc": 0, "cmd": ["cat", "/proc/swaps"], "start": "2024-09-20 23:23:20.407762", "end": "2024-09-20 23:23:20.410748", "delta": "0:00:00.002986", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /proc/swaps", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726889000.41248: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889000.41670: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv <<< 172629 1726889000.41708: stdout chunk (state=3): >>># clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # 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<<< 172629 1726889000.41819: stdout chunk (state=3): >>> # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text <<< 172629 1726889000.41872: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726889000.42081: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726889000.42145: 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 <<< 172629 1726889000.42271: stdout chunk (state=3): >>># 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 <<< 172629 1726889000.42313: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno <<< 172629 1726889000.42401: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux # destroy shutil <<< 172629 1726889000.42407: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889000.42543: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # 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 <<< 172629 1726889000.42617: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # 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 <<< 172629 1726889000.42744: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889000.42753: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889000.42864: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 172629 1726889000.42867: stdout chunk (state=3): >>># 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 <<< 172629 1726889000.42976: 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 <<< 172629 1726889000.42986: stdout chunk (state=3): >>># destroy time <<< 172629 1726889000.43041: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726889000.43092: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726889000.43564: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889000.43567: stdout chunk (state=3): >>><<< 172629 1726889000.43570: stderr chunk (state=3): >>><<< 172629 1726889000.43585: _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 0x7f2688c184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688be7b30> # /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 0x7f2688c1aa50> 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 0x7f2688a2d130> # /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 0x7f2688a2e120> 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 0x7f2688a6bf50> # /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 0x7f2688a800e0> # /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 0x7f2688aa3920> # /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 0x7f2688aa3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688a83bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688a81340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688a69100> # /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 0x7f2688ac7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688ac6540> # /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 0x7f2688a821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688ac4d10> # /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 0x7f2688af4980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688a68380> # /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 0x7f2688af4e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688af4ce0> # 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 0x7f2688af50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688a66ea0> # /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 0x7f2688af5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688af5490> 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 0x7f2688af6690> 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 0x7f2688b108c0> 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 0x7f2688b12000> # /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 0x7f2688b12ea0> # 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 0x7f2688b13500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688b123f0> # /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 0x7f2688b13ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688b135f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688af66f0> # /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 0x7f26888c7d40> # /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 0x7f26888f4890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26888f45f0> # 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 0x7f26888f48c0> # /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 0x7f26888f51f0> # 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 0x7f26888f5bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26888f4aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26888c5ee0> # /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 0x7f26888f6fc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26888f5d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688af6de0> # /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 0x7f268891f320> # /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 0x7f268893f6b0> # /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 0x7f26889a04a0> # /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 0x7f26889a2c00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26889a05c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26889654c0> # /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 0x7f26887a1580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268893e4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26888f7ef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f268893e5d0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_3z94g2e2/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26887f71a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26887da090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26887d9220> # 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 0x7f26887f4e90> # /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 0x7f2688822ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688822840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688822180> # /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 0x7f2688822bd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26887f7bc0> 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 0x7f26888237a0> # 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 0x7f2688823980> # /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 0x7f2688823ec0> 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 0x7f2688111c40> # 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 0x7f2688113860> # /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 0x7f26881181d0> # /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 0x7f26881190a0> # /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 0x7f268811bd10> # 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 0x7f2688b12e10> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268811a000> # /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 0x7f268811fc50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268811e720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268811e480> # /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 0x7f268811e9f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268811a480> # 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 0x7f2688163ef0> # /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 0x7f2688163fe0> # /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 0x7f2688165af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26881658b0> # /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 0x7f2688167fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26881661b0> # /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 0x7f268816b860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688168230> # 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 0x7f268816c410> # 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 0x7f268816ca70> # 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 0x7f268816ca40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26881641d0> # /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 0x7f26881f8260> # 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 0x7f26881f9640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268816e9f0> # 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 0x7f268816f8c0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268816e600> # 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 0x7f26881fd8b0> # /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 0x7f26881fe6f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688165820> 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 0x7f26881fe630> # 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 0x7f26881ff9b0> # 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 0x7f268800a4b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2688005bb0> 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 0x7f2688876c90> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268885a960> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268800a210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26888f49b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f268809c950> # zipimport: zlib available {"changed": true, "stdout": "Filename\t\t\t\tType\t\tSize\t\tUsed\t\tPriority\n/dev/sda partition\t10485756\t0\t\t-2", "stderr": "", "rc": 0, "cmd": ["cat", "/proc/swaps"], "start": "2024-09-20 23:23:20.407762", "end": "2024-09-20 23:23:20.410748", "delta": "0:00:00.002986", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /proc/swaps", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726889000.44990: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /proc/swaps', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726889000.1304812-176286-94023503797763/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889000.44993: _low_level_execute_command(): starting 172629 1726889000.45063: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889000.1304812-176286-94023503797763/ > /dev/null 2>&1 && sleep 0' 172629 1726889000.45474: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889000.45487: 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 <<< 172629 1726889000.45554: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726889000.45674: 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 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 <<< 172629 1726889000.45699: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889000.45792: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889000.47601: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889000.47647: stderr chunk (state=3): >>><<< 172629 1726889000.47661: stdout chunk (state=3): >>><<< 172629 1726889000.47683: _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 172629 1726889000.47699: handler run complete 172629 1726889000.47726: Evaluated conditional (False): False 172629 1726889000.47743: attempt loop complete, returning result 172629 1726889000.47754: _execute() done 172629 1726889000.47764: dumping result to json 172629 1726889000.47773: done dumping result, returning 172629 1726889000.47799: done running TaskExecutor() for managed_node1/TASK: Gather swap info [0affc8a3-6f6f-d0a8-add8-000000001eaf] 172629 1726889000.47802: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eaf ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002986", "end": "2024-09-20 23:23:20.410748", "rc": 0, "start": "2024-09-20 23:23:20.407762" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 172629 1726889000.47981: no more pending results, returning what we have 172629 1726889000.47985: results queue empty 172629 1726889000.47986: checking for any_errors_fatal 172629 1726889000.47993: done checking for any_errors_fatal 172629 1726889000.47994: checking for max_fail_percentage 172629 1726889000.47996: done checking for max_fail_percentage 172629 1726889000.47997: checking to see if all hosts have failed and the running result is not ok 172629 1726889000.47998: done checking to see if all hosts have failed 172629 1726889000.47999: getting the remaining hosts for this loop 172629 1726889000.48000: done getting the remaining hosts for this loop 172629 1726889000.48004: getting the next task for host managed_node1 172629 1726889000.48012: done getting next task for host managed_node1 172629 1726889000.48016: ^ task is: TASK: Verify swap status 172629 1726889000.48021: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889000.48026: getting variables 172629 1726889000.48027: in VariableManager get_vars() 172629 1726889000.48285: Calling all_inventory to load vars for managed_node1 172629 1726889000.48288: Calling groups_inventory to load vars for managed_node1 172629 1726889000.48292: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889000.48298: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eaf 172629 1726889000.48301: WORKER PROCESS EXITING 172629 1726889000.48312: Calling all_plugins_play to load vars for managed_node1 172629 1726889000.48316: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889000.48320: Calling groups_plugins_play to load vars for managed_node1 172629 1726889000.49040: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889000.49675: done with get_vars() 172629 1726889000.49695: done getting variables 172629 1726889000.49758: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify swap status] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Friday 20 September 2024 23:23:20 -0400 (0:00:00.413) 0:01:40.777 ****** 172629 1726889000.49799: entering _queue_task() for managed_node1/assert 172629 1726889000.50084: worker is 1 (out of 1 available) 172629 1726889000.50096: exiting _queue_task() for managed_node1/assert 172629 1726889000.50108: done queuing things up, now waiting for results queue to drain 172629 1726889000.50109: waiting for pending results... 172629 1726889000.50419: running TaskExecutor() for managed_node1/TASK: Verify swap status 172629 1726889000.50553: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001eb0 172629 1726889000.50577: variable 'ansible_search_path' from source: unknown 172629 1726889000.50614: calling self._execute() 172629 1726889000.50734: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.50747: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.50771: variable 'omit' from source: magic vars 172629 1726889000.51164: variable 'storage_test_volume' from source: include params 172629 1726889000.51210: Evaluated conditional (storage_test_volume.fs_type == "swap"): True 172629 1726889000.51221: variable 'omit' from source: magic vars 172629 1726889000.51278: variable 'omit' from source: magic vars 172629 1726889000.51320: variable 'omit' from source: magic vars 172629 1726889000.51368: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889000.51407: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889000.51441: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889000.51466: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889000.51534: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889000.51537: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889000.51539: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.51541: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.51647: Set connection var ansible_timeout to 10 172629 1726889000.51663: Set connection var ansible_shell_type to sh 172629 1726889000.51686: Set connection var ansible_pipelining to False 172629 1726889000.51698: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889000.51706: Set connection var ansible_shell_executable to /bin/sh 172629 1726889000.51712: Set connection var ansible_connection to ssh 172629 1726889000.51735: variable 'ansible_shell_executable' from source: unknown 172629 1726889000.51751: variable 'ansible_connection' from source: unknown 172629 1726889000.51863: variable 'ansible_module_compression' from source: unknown 172629 1726889000.51866: variable 'ansible_shell_type' from source: unknown 172629 1726889000.51868: variable 'ansible_shell_executable' from source: unknown 172629 1726889000.51871: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.51873: variable 'ansible_pipelining' from source: unknown 172629 1726889000.51874: variable 'ansible_timeout' from source: unknown 172629 1726889000.51876: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.51935: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889000.51951: variable 'omit' from source: magic vars 172629 1726889000.51965: starting attempt loop 172629 1726889000.52080: running the handler 172629 1726889000.52231: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889000.54776: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889000.54934: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889000.55041: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889000.55097: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889000.55184: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889000.55490: 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) 172629 1726889000.55494: 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) 172629 1726889000.55497: 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) 172629 1726889000.55499: 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) 172629 1726889000.55501: 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) 172629 1726889000.55567: 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) 172629 1726889000.55703: 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) 172629 1726889000.55734: 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) 172629 1726889000.55783: 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) 172629 1726889000.55798: 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) 172629 1726889000.55840: 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) 172629 1726889000.55874: 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) 172629 1726889000.55899: 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) 172629 1726889000.55939: 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) 172629 1726889000.55959: 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) 172629 1726889000.56205: variable 'storage_test_swaps' from source: set_fact 172629 1726889000.56217: variable 'storage_test_sys_node' from source: set_fact 172629 1726889000.56240: variable 'storage_test_swap_expected_matches' from source: set_fact 172629 1726889000.56288: Evaluated conditional (storage_test_swaps.stdout | regex_findall('^' + storage_test_sys_node.stdout + ' ', multiline=True) | list | length | int == storage_test_swap_expected_matches | int): True 172629 1726889000.56349: handler run complete 172629 1726889000.56352: attempt loop complete, returning result 172629 1726889000.56358: _execute() done 172629 1726889000.56361: dumping result to json 172629 1726889000.56363: done dumping result, returning 172629 1726889000.56365: done running TaskExecutor() for managed_node1/TASK: Verify swap status [0affc8a3-6f6f-d0a8-add8-000000001eb0] 172629 1726889000.56368: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eb0 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889000.56563: no more pending results, returning what we have 172629 1726889000.56567: results queue empty 172629 1726889000.56568: checking for any_errors_fatal 172629 1726889000.56575: done checking for any_errors_fatal 172629 1726889000.56576: checking for max_fail_percentage 172629 1726889000.56578: done checking for max_fail_percentage 172629 1726889000.56579: checking to see if all hosts have failed and the running result is not ok 172629 1726889000.56580: done checking to see if all hosts have failed 172629 1726889000.56581: getting the remaining hosts for this loop 172629 1726889000.56582: done getting the remaining hosts for this loop 172629 1726889000.56586: getting the next task for host managed_node1 172629 1726889000.56594: done getting next task for host managed_node1 172629 1726889000.56596: ^ task is: TASK: Unset facts 172629 1726889000.56602: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889000.56605: getting variables 172629 1726889000.56607: in VariableManager get_vars() 172629 1726889000.56696: Calling all_inventory to load vars for managed_node1 172629 1726889000.56699: Calling groups_inventory to load vars for managed_node1 172629 1726889000.56703: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889000.56713: Calling all_plugins_play to load vars for managed_node1 172629 1726889000.56717: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889000.56864: Calling groups_plugins_play to load vars for managed_node1 172629 1726889000.57709: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eb0 172629 1726889000.57712: WORKER PROCESS EXITING 172629 1726889000.57895: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889000.58524: done with get_vars() 172629 1726889000.58538: done getting variables 172629 1726889000.58603: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Unset facts] ************************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Friday 20 September 2024 23:23:20 -0400 (0:00:00.088) 0:01:40.866 ****** 172629 1726889000.58634: entering _queue_task() for managed_node1/set_fact 172629 1726889000.58932: worker is 1 (out of 1 available) 172629 1726889000.58944: exiting _queue_task() for managed_node1/set_fact 172629 1726889000.58961: done queuing things up, now waiting for results queue to drain 172629 1726889000.58963: waiting for pending results... 172629 1726889000.59284: running TaskExecutor() for managed_node1/TASK: Unset facts 172629 1726889000.59444: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001eb1 172629 1726889000.59477: variable 'ansible_search_path' from source: unknown 172629 1726889000.59514: calling self._execute() 172629 1726889000.59630: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.59641: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.59658: variable 'omit' from source: magic vars 172629 1726889000.59871: variable 'omit' from source: magic vars 172629 1726889000.59935: variable 'omit' from source: magic vars 172629 1726889000.59979: variable 'omit' from source: magic vars 172629 1726889000.60020: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889000.60061: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889000.60087: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889000.60105: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889000.60118: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889000.60148: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889000.60151: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.60159: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.60266: Set connection var ansible_timeout to 10 172629 1726889000.60278: Set connection var ansible_shell_type to sh 172629 1726889000.60295: Set connection var ansible_pipelining to False 172629 1726889000.60306: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889000.60316: Set connection var ansible_shell_executable to /bin/sh 172629 1726889000.60322: Set connection var ansible_connection to ssh 172629 1726889000.60351: variable 'ansible_shell_executable' from source: unknown 172629 1726889000.60363: variable 'ansible_connection' from source: unknown 172629 1726889000.60373: variable 'ansible_module_compression' from source: unknown 172629 1726889000.60380: variable 'ansible_shell_type' from source: unknown 172629 1726889000.60387: variable 'ansible_shell_executable' from source: unknown 172629 1726889000.60400: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.60408: variable 'ansible_pipelining' from source: unknown 172629 1726889000.60416: variable 'ansible_timeout' from source: unknown 172629 1726889000.60423: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.60581: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889000.60600: variable 'omit' from source: magic vars 172629 1726889000.60615: starting attempt loop 172629 1726889000.60726: running the handler 172629 1726889000.60730: handler run complete 172629 1726889000.60732: attempt loop complete, returning result 172629 1726889000.60735: _execute() done 172629 1726889000.60737: dumping result to json 172629 1726889000.60740: done dumping result, returning 172629 1726889000.60745: done running TaskExecutor() for managed_node1/TASK: Unset facts [0affc8a3-6f6f-d0a8-add8-000000001eb1] 172629 1726889000.60751: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eb1 172629 1726889000.60813: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eb1 172629 1726889000.60815: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } 172629 1726889000.60975: no more pending results, returning what we have 172629 1726889000.60978: results queue empty 172629 1726889000.60979: checking for any_errors_fatal 172629 1726889000.60984: done checking for any_errors_fatal 172629 1726889000.60985: checking for max_fail_percentage 172629 1726889000.60987: done checking for max_fail_percentage 172629 1726889000.60987: checking to see if all hosts have failed and the running result is not ok 172629 1726889000.60988: done checking to see if all hosts have failed 172629 1726889000.60989: getting the remaining hosts for this loop 172629 1726889000.60990: done getting the remaining hosts for this loop 172629 1726889000.60993: getting the next task for host managed_node1 172629 1726889000.61003: done getting next task for host managed_node1 172629 1726889000.61006: ^ task is: TASK: Set some variables for fstab checking 172629 1726889000.61011: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889000.61015: getting variables 172629 1726889000.61016: in VariableManager get_vars() 172629 1726889000.61046: Calling all_inventory to load vars for managed_node1 172629 1726889000.61049: Calling groups_inventory to load vars for managed_node1 172629 1726889000.61056: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889000.61065: Calling all_plugins_play to load vars for managed_node1 172629 1726889000.61068: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889000.61076: Calling groups_plugins_play to load vars for managed_node1 172629 1726889000.61627: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889000.62222: done with get_vars() 172629 1726889000.62238: done getting variables 172629 1726889000.62306: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Friday 20 September 2024 23:23:20 -0400 (0:00:00.037) 0:01:40.903 ****** 172629 1726889000.62340: entering _queue_task() for managed_node1/set_fact 172629 1726889000.62683: worker is 1 (out of 1 available) 172629 1726889000.62696: exiting _queue_task() for managed_node1/set_fact 172629 1726889000.62714: done queuing things up, now waiting for results queue to drain 172629 1726889000.62715: waiting for pending results... 172629 1726889000.63003: running TaskExecutor() for managed_node1/TASK: Set some variables for fstab checking 172629 1726889000.63258: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001eb5 172629 1726889000.63263: variable 'ansible_search_path' from source: unknown 172629 1726889000.63266: calling self._execute() 172629 1726889000.63397: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.63409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.63422: variable 'omit' from source: magic vars 172629 1726889000.63548: variable 'omit' from source: magic vars 172629 1726889000.63628: variable 'omit' from source: magic vars 172629 1726889000.63989: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889000.66426: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889000.66464: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889000.66506: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889000.66557: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889000.66588: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889000.66678: 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) 172629 1726889000.66757: 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) 172629 1726889000.66761: 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) 172629 1726889000.66960: 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) 172629 1726889000.66963: 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) 172629 1726889000.66965: 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) 172629 1726889000.66967: 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) 172629 1726889000.66969: 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) 172629 1726889000.66971: 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) 172629 1726889000.66972: 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) 172629 1726889000.67036: 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) 172629 1726889000.67070: 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) 172629 1726889000.67108: 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) 172629 1726889000.67157: 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) 172629 1726889000.67178: 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) 172629 1726889000.67348: variable 'storage_test_fstab' from source: set_fact 172629 1726889000.67373: variable 'storage_test_volume' from source: include params 172629 1726889000.67522: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889000.67723: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889000.67780: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889000.67812: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889000.67852: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889000.67964: 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) 172629 1726889000.67968: 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) 172629 1726889000.67970: 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) 172629 1726889000.67991: 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) 172629 1726889000.68274: 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) 172629 1726889000.68313: 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) 172629 1726889000.68345: 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) 172629 1726889000.68402: 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) 172629 1726889000.68425: 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) 172629 1726889000.68659: variable '__mount_point' from source: task vars 172629 1726889000.68837: variable 'storage_test_volume' from source: include params 172629 1726889000.68840: variable 'storage_test_fstab' from source: set_fact 172629 1726889000.69065: variable '_storage_test_volume_present' from source: set_fact 172629 1726889000.69076: variable '__mount_point' from source: task vars 172629 1726889000.69148: variable 'storage_test_volume' from source: include params 172629 1726889000.69181: variable 'storage_test_volume' from source: include params 172629 1726889000.69359: variable '_storage_test_volume_present' from source: set_fact 172629 1726889000.69369: variable '__mount_point' from source: task vars 172629 1726889000.69449: variable 'storage_test_volume' from source: include params 172629 1726889000.69851: variable '__mount_options' from source: task vars 172629 1726889000.69933: variable 'storage_test_volume' from source: include params 172629 1726889000.69965: variable '__mount_point' from source: task vars 172629 1726889000.70043: variable 'storage_test_volume' from source: include params 172629 1726889000.70068: variable 'storage_test_fstab' from source: set_fact 172629 1726889000.70078: variable '__pattern' from source: task vars 172629 1726889000.70176: variable '__mount_point' from source: task vars 172629 1726889000.70258: variable 'storage_test_volume' from source: include params 172629 1726889000.70362: variable '__mount_options' from source: task vars 172629 1726889000.70365: variable 'storage_test_volume' from source: include params 172629 1726889000.70492: variable '_storage_test_volume_present' from source: set_fact 172629 1726889000.70501: variable '__mount_options' from source: task vars 172629 1726889000.70583: variable 'storage_test_volume' from source: include params 172629 1726889000.70615: variable 'omit' from source: magic vars 172629 1726889000.70646: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889000.70687: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889000.70760: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889000.70763: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889000.70766: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889000.70778: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889000.70786: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.70800: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.70917: Set connection var ansible_timeout to 10 172629 1726889000.70927: Set connection var ansible_shell_type to sh 172629 1726889000.70938: Set connection var ansible_pipelining to False 172629 1726889000.70947: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889000.70961: Set connection var ansible_shell_executable to /bin/sh 172629 1726889000.70968: Set connection var ansible_connection to ssh 172629 1726889000.70994: variable 'ansible_shell_executable' from source: unknown 172629 1726889000.71015: variable 'ansible_connection' from source: unknown 172629 1726889000.71018: variable 'ansible_module_compression' from source: unknown 172629 1726889000.71020: variable 'ansible_shell_type' from source: unknown 172629 1726889000.71160: variable 'ansible_shell_executable' from source: unknown 172629 1726889000.71163: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.71165: variable 'ansible_pipelining' from source: unknown 172629 1726889000.71167: variable 'ansible_timeout' from source: unknown 172629 1726889000.71169: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.71171: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889000.71173: variable 'omit' from source: magic vars 172629 1726889000.71186: starting attempt loop 172629 1726889000.71194: running the handler 172629 1726889000.71213: handler run complete 172629 1726889000.71228: attempt loop complete, returning result 172629 1726889000.71234: _execute() done 172629 1726889000.71239: dumping result to json 172629 1726889000.71245: done dumping result, returning 172629 1726889000.71257: done running TaskExecutor() for managed_node1/TASK: Set some variables for fstab checking [0affc8a3-6f6f-d0a8-add8-000000001eb5] 172629 1726889000.71266: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eb5 ok: [managed_node1] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [ "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f " ], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } 172629 1726889000.71452: no more pending results, returning what we have 172629 1726889000.71460: results queue empty 172629 1726889000.71461: checking for any_errors_fatal 172629 1726889000.71467: done checking for any_errors_fatal 172629 1726889000.71467: checking for max_fail_percentage 172629 1726889000.71469: done checking for max_fail_percentage 172629 1726889000.71470: checking to see if all hosts have failed and the running result is not ok 172629 1726889000.71471: done checking to see if all hosts have failed 172629 1726889000.71471: getting the remaining hosts for this loop 172629 1726889000.71473: done getting the remaining hosts for this loop 172629 1726889000.71477: getting the next task for host managed_node1 172629 1726889000.71485: done getting next task for host managed_node1 172629 1726889000.71488: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 172629 1726889000.71493: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889000.71500: getting variables 172629 1726889000.71501: in VariableManager get_vars() 172629 1726889000.71546: Calling all_inventory to load vars for managed_node1 172629 1726889000.71549: Calling groups_inventory to load vars for managed_node1 172629 1726889000.71662: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889000.71781: Calling all_plugins_play to load vars for managed_node1 172629 1726889000.71785: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889000.71789: Calling groups_plugins_play to load vars for managed_node1 172629 1726889000.72391: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eb5 172629 1726889000.72394: WORKER PROCESS EXITING 172629 1726889000.72610: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889000.73257: done with get_vars() 172629 1726889000.73274: done getting variables 172629 1726889000.73337: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Friday 20 September 2024 23:23:20 -0400 (0:00:00.110) 0:01:41.013 ****** 172629 1726889000.73375: entering _queue_task() for managed_node1/assert 172629 1726889000.73692: worker is 1 (out of 1 available) 172629 1726889000.73706: exiting _queue_task() for managed_node1/assert 172629 1726889000.73718: done queuing things up, now waiting for results queue to drain 172629 1726889000.73719: waiting for pending results... 172629 1726889000.74034: running TaskExecutor() for managed_node1/TASK: Verify that the device identifier appears in /etc/fstab 172629 1726889000.74179: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001eb6 172629 1726889000.74203: variable 'ansible_search_path' from source: unknown 172629 1726889000.74241: calling self._execute() 172629 1726889000.74369: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.74380: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.74403: variable 'omit' from source: magic vars 172629 1726889000.74793: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889000.77090: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889000.77180: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889000.77229: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889000.77270: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889000.77334: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889000.77393: variable '_storage_test_volume_present' from source: set_fact 172629 1726889000.77413: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889000.77421: variable 'omit' from source: magic vars 172629 1726889000.77552: variable 'omit' from source: magic vars 172629 1726889000.77560: variable 'omit' from source: magic vars 172629 1726889000.77574: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889000.77609: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889000.77636: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889000.77668: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889000.77685: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889000.77721: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889000.77730: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.77737: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.77857: Set connection var ansible_timeout to 10 172629 1726889000.77870: Set connection var ansible_shell_type to sh 172629 1726889000.77889: Set connection var ansible_pipelining to False 172629 1726889000.77899: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889000.77909: Set connection var ansible_shell_executable to /bin/sh 172629 1726889000.77915: Set connection var ansible_connection to ssh 172629 1726889000.77940: variable 'ansible_shell_executable' from source: unknown 172629 1726889000.77948: variable 'ansible_connection' from source: unknown 172629 1726889000.77961: variable 'ansible_module_compression' from source: unknown 172629 1726889000.77988: variable 'ansible_shell_type' from source: unknown 172629 1726889000.77991: variable 'ansible_shell_executable' from source: unknown 172629 1726889000.77994: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.77996: variable 'ansible_pipelining' from source: unknown 172629 1726889000.77998: variable 'ansible_timeout' from source: unknown 172629 1726889000.78098: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.78132: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889000.78150: variable 'omit' from source: magic vars 172629 1726889000.78165: starting attempt loop 172629 1726889000.78172: running the handler 172629 1726889000.78358: 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) 172629 1726889000.78391: 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) 172629 1726889000.78430: 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) 172629 1726889000.78481: 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) 172629 1726889000.78502: 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) 172629 1726889000.78563: 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) 172629 1726889000.78591: 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) 172629 1726889000.78620: 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) 172629 1726889000.78674: 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) 172629 1726889000.78694: 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) 172629 1726889000.78861: variable 'storage_test_fstab_id_matches' from source: set_fact 172629 1726889000.78864: variable 'storage_test_fstab_expected_id_matches' from source: set_fact 172629 1726889000.78866: Evaluated conditional (storage_test_fstab_id_matches | length == storage_test_fstab_expected_id_matches | int): True 172629 1726889000.78868: handler run complete 172629 1726889000.78871: attempt loop complete, returning result 172629 1726889000.78873: _execute() done 172629 1726889000.78879: dumping result to json 172629 1726889000.78887: done dumping result, returning 172629 1726889000.78898: done running TaskExecutor() for managed_node1/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-d0a8-add8-000000001eb6] 172629 1726889000.78907: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eb6 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889000.79111: no more pending results, returning what we have 172629 1726889000.79115: results queue empty 172629 1726889000.79116: checking for any_errors_fatal 172629 1726889000.79124: done checking for any_errors_fatal 172629 1726889000.79125: checking for max_fail_percentage 172629 1726889000.79127: done checking for max_fail_percentage 172629 1726889000.79134: checking to see if all hosts have failed and the running result is not ok 172629 1726889000.79135: done checking to see if all hosts have failed 172629 1726889000.79136: getting the remaining hosts for this loop 172629 1726889000.79137: done getting the remaining hosts for this loop 172629 1726889000.79140: getting the next task for host managed_node1 172629 1726889000.79148: done getting next task for host managed_node1 172629 1726889000.79150: ^ task is: TASK: Verify the fstab mount point 172629 1726889000.79159: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889000.79164: getting variables 172629 1726889000.79166: in VariableManager get_vars() 172629 1726889000.79211: Calling all_inventory to load vars for managed_node1 172629 1726889000.79214: Calling groups_inventory to load vars for managed_node1 172629 1726889000.79218: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889000.79229: Calling all_plugins_play to load vars for managed_node1 172629 1726889000.79232: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889000.79236: Calling groups_plugins_play to load vars for managed_node1 172629 1726889000.79768: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eb6 172629 1726889000.79772: WORKER PROCESS EXITING 172629 1726889000.80133: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889000.80786: done with get_vars() 172629 1726889000.80803: done getting variables 172629 1726889000.80861: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Friday 20 September 2024 23:23:20 -0400 (0:00:00.075) 0:01:41.088 ****** 172629 1726889000.80895: entering _queue_task() for managed_node1/assert 172629 1726889000.81301: worker is 1 (out of 1 available) 172629 1726889000.81313: exiting _queue_task() for managed_node1/assert 172629 1726889000.81324: done queuing things up, now waiting for results queue to drain 172629 1726889000.81326: waiting for pending results... 172629 1726889000.81528: running TaskExecutor() for managed_node1/TASK: Verify the fstab mount point 172629 1726889000.81675: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001eb7 172629 1726889000.81694: variable 'ansible_search_path' from source: unknown 172629 1726889000.81730: calling self._execute() 172629 1726889000.81860: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.81876: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.81891: variable 'omit' from source: magic vars 172629 1726889000.82011: variable 'omit' from source: magic vars 172629 1726889000.82092: variable 'omit' from source: magic vars 172629 1726889000.82375: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 172629 1726889000.82460: variable 'storage_test_volume' from source: include params 172629 1726889000.82464: variable 'omit' from source: magic vars 172629 1726889000.82509: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889000.82551: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889000.82584: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889000.82609: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889000.82625: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889000.82664: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889000.82686: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.82689: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.82795: Set connection var ansible_timeout to 10 172629 1726889000.82821: Set connection var ansible_shell_type to sh 172629 1726889000.82825: Set connection var ansible_pipelining to False 172629 1726889000.82827: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889000.82860: Set connection var ansible_shell_executable to /bin/sh 172629 1726889000.82863: Set connection var ansible_connection to ssh 172629 1726889000.82876: variable 'ansible_shell_executable' from source: unknown 172629 1726889000.82886: variable 'ansible_connection' from source: unknown 172629 1726889000.82894: variable 'ansible_module_compression' from source: unknown 172629 1726889000.82929: variable 'ansible_shell_type' from source: unknown 172629 1726889000.82932: variable 'ansible_shell_executable' from source: unknown 172629 1726889000.82935: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.82937: variable 'ansible_pipelining' from source: unknown 172629 1726889000.82939: variable 'ansible_timeout' from source: unknown 172629 1726889000.82942: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.83121: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889000.83124: variable 'omit' from source: magic vars 172629 1726889000.83126: starting attempt loop 172629 1726889000.83128: running the handler 172629 1726889000.83301: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889000.85939: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889000.86017: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889000.86162: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889000.86175: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889000.86178: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889000.86224: 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) 172629 1726889000.86263: 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) 172629 1726889000.86297: 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) 172629 1726889000.86338: 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) 172629 1726889000.86364: 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) 172629 1726889000.86424: 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) 172629 1726889000.86457: 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) 172629 1726889000.86488: 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) 172629 1726889000.86536: 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) 172629 1726889000.86560: 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) 172629 1726889000.86683: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 172629 1726889000.86695: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 172629 1726889000.86724: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 172629 1726889000.86737: handler run complete 172629 1726889000.86764: attempt loop complete, returning result 172629 1726889000.86826: _execute() done 172629 1726889000.86829: dumping result to json 172629 1726889000.86831: done dumping result, returning 172629 1726889000.86833: done running TaskExecutor() for managed_node1/TASK: Verify the fstab mount point [0affc8a3-6f6f-d0a8-add8-000000001eb7] 172629 1726889000.86835: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eb7 172629 1726889000.86906: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eb7 172629 1726889000.86909: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889000.86983: no more pending results, returning what we have 172629 1726889000.86988: results queue empty 172629 1726889000.86989: checking for any_errors_fatal 172629 1726889000.86997: done checking for any_errors_fatal 172629 1726889000.87005: checking for max_fail_percentage 172629 1726889000.87008: done checking for max_fail_percentage 172629 1726889000.87009: checking to see if all hosts have failed and the running result is not ok 172629 1726889000.87010: done checking to see if all hosts have failed 172629 1726889000.87011: getting the remaining hosts for this loop 172629 1726889000.87012: done getting the remaining hosts for this loop 172629 1726889000.87016: getting the next task for host managed_node1 172629 1726889000.87025: done getting next task for host managed_node1 172629 1726889000.87028: ^ task is: TASK: Verify mount_options 172629 1726889000.87033: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889000.87038: getting variables 172629 1726889000.87040: in VariableManager get_vars() 172629 1726889000.87085: Calling all_inventory to load vars for managed_node1 172629 1726889000.87088: Calling groups_inventory to load vars for managed_node1 172629 1726889000.87092: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889000.87103: Calling all_plugins_play to load vars for managed_node1 172629 1726889000.87106: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889000.87109: Calling groups_plugins_play to load vars for managed_node1 172629 1726889000.88242: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889000.88862: done with get_vars() 172629 1726889000.88878: done getting variables 172629 1726889000.88933: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount_options] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Friday 20 September 2024 23:23:20 -0400 (0:00:00.080) 0:01:41.169 ****** 172629 1726889000.88971: entering _queue_task() for managed_node1/assert 172629 1726889000.89262: worker is 1 (out of 1 available) 172629 1726889000.89274: exiting _queue_task() for managed_node1/assert 172629 1726889000.89287: done queuing things up, now waiting for results queue to drain 172629 1726889000.89288: waiting for pending results... 172629 1726889000.89677: running TaskExecutor() for managed_node1/TASK: Verify mount_options 172629 1726889000.89729: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001eb8 172629 1726889000.89758: variable 'ansible_search_path' from source: unknown 172629 1726889000.89800: calling self._execute() 172629 1726889000.89918: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.89932: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.89949: variable 'omit' from source: magic vars 172629 1726889000.90617: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889000.93899: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889000.94430: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889000.94480: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889000.94520: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889000.94551: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889000.94697: 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) 172629 1726889000.94701: 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) 172629 1726889000.94709: 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) 172629 1726889000.94759: 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) 172629 1726889000.94783: 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) 172629 1726889000.94917: Evaluated conditional (__storage_verify_mount_options | d(false)): False 172629 1726889000.94925: when evaluation is False, skipping this task 172629 1726889000.94932: _execute() done 172629 1726889000.94939: dumping result to json 172629 1726889000.94947: done dumping result, returning 172629 1726889000.94962: done running TaskExecutor() for managed_node1/TASK: Verify mount_options [0affc8a3-6f6f-d0a8-add8-000000001eb8] 172629 1726889000.95024: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eb8 172629 1726889000.95100: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eb8 172629 1726889000.95103: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 172629 1726889000.95181: no more pending results, returning what we have 172629 1726889000.95185: results queue empty 172629 1726889000.95186: checking for any_errors_fatal 172629 1726889000.95194: done checking for any_errors_fatal 172629 1726889000.95195: checking for max_fail_percentage 172629 1726889000.95197: done checking for max_fail_percentage 172629 1726889000.95198: checking to see if all hosts have failed and the running result is not ok 172629 1726889000.95199: done checking to see if all hosts have failed 172629 1726889000.95200: getting the remaining hosts for this loop 172629 1726889000.95202: done getting the remaining hosts for this loop 172629 1726889000.95206: getting the next task for host managed_node1 172629 1726889000.95214: done getting next task for host managed_node1 172629 1726889000.95216: ^ task is: TASK: Verify fingerprint 172629 1726889000.95222: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889000.95225: getting variables 172629 1726889000.95227: in VariableManager get_vars() 172629 1726889000.95269: Calling all_inventory to load vars for managed_node1 172629 1726889000.95272: Calling groups_inventory to load vars for managed_node1 172629 1726889000.95276: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889000.95287: Calling all_plugins_play to load vars for managed_node1 172629 1726889000.95290: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889000.95293: Calling groups_plugins_play to load vars for managed_node1 172629 1726889000.96136: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889000.96758: done with get_vars() 172629 1726889000.96773: done getting variables 172629 1726889000.96827: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Friday 20 September 2024 23:23:20 -0400 (0:00:00.078) 0:01:41.248 ****** 172629 1726889000.96861: entering _queue_task() for managed_node1/assert 172629 1726889000.97133: worker is 1 (out of 1 available) 172629 1726889000.97146: exiting _queue_task() for managed_node1/assert 172629 1726889000.97265: done queuing things up, now waiting for results queue to drain 172629 1726889000.97267: waiting for pending results... 172629 1726889000.97505: running TaskExecutor() for managed_node1/TASK: Verify fingerprint 172629 1726889000.97760: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001eb9 172629 1726889000.97764: variable 'ansible_search_path' from source: unknown 172629 1726889000.97767: calling self._execute() 172629 1726889000.97791: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.97804: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.97819: variable 'omit' from source: magic vars 172629 1726889000.97931: variable 'omit' from source: magic vars 172629 1726889000.97994: variable 'omit' from source: magic vars 172629 1726889000.98025: variable 'omit' from source: magic vars 172629 1726889000.98074: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889000.98142: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889000.98187: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889000.98210: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889000.98229: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889000.98270: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889000.98288: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.98297: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.98415: Set connection var ansible_timeout to 10 172629 1726889000.98427: Set connection var ansible_shell_type to sh 172629 1726889000.98440: Set connection var ansible_pipelining to False 172629 1726889000.98449: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889000.98461: Set connection var ansible_shell_executable to /bin/sh 172629 1726889000.98499: Set connection var ansible_connection to ssh 172629 1726889000.98502: variable 'ansible_shell_executable' from source: unknown 172629 1726889000.98508: variable 'ansible_connection' from source: unknown 172629 1726889000.98516: variable 'ansible_module_compression' from source: unknown 172629 1726889000.98522: variable 'ansible_shell_type' from source: unknown 172629 1726889000.98608: variable 'ansible_shell_executable' from source: unknown 172629 1726889000.98612: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889000.98615: variable 'ansible_pipelining' from source: unknown 172629 1726889000.98617: variable 'ansible_timeout' from source: unknown 172629 1726889000.98619: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889000.98725: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889000.98744: variable 'omit' from source: magic vars 172629 1726889000.98754: starting attempt loop 172629 1726889000.98763: running the handler 172629 1726889000.99064: variable '__fingerprint' from source: task vars 172629 1726889000.99079: variable 'storage_test_fstab' from source: set_fact 172629 1726889000.99111: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 172629 1726889000.99122: handler run complete 172629 1726889000.99142: attempt loop complete, returning result 172629 1726889000.99157: _execute() done 172629 1726889000.99165: dumping result to json 172629 1726889000.99262: done dumping result, returning 172629 1726889000.99265: done running TaskExecutor() for managed_node1/TASK: Verify fingerprint [0affc8a3-6f6f-d0a8-add8-000000001eb9] 172629 1726889000.99268: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eb9 172629 1726889000.99336: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eb9 172629 1726889000.99340: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889000.99394: no more pending results, returning what we have 172629 1726889000.99397: results queue empty 172629 1726889000.99399: checking for any_errors_fatal 172629 1726889000.99407: done checking for any_errors_fatal 172629 1726889000.99408: checking for max_fail_percentage 172629 1726889000.99410: done checking for max_fail_percentage 172629 1726889000.99411: checking to see if all hosts have failed and the running result is not ok 172629 1726889000.99412: done checking to see if all hosts have failed 172629 1726889000.99412: getting the remaining hosts for this loop 172629 1726889000.99414: done getting the remaining hosts for this loop 172629 1726889000.99416: getting the next task for host managed_node1 172629 1726889000.99425: done getting next task for host managed_node1 172629 1726889000.99428: ^ task is: TASK: Clean up variables 172629 1726889000.99433: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889000.99436: getting variables 172629 1726889000.99438: in VariableManager get_vars() 172629 1726889000.99590: Calling all_inventory to load vars for managed_node1 172629 1726889000.99593: Calling groups_inventory to load vars for managed_node1 172629 1726889000.99596: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889000.99604: Calling all_plugins_play to load vars for managed_node1 172629 1726889000.99607: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889000.99611: Calling groups_plugins_play to load vars for managed_node1 172629 1726889001.00735: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889001.06231: done with get_vars() 172629 1726889001.06246: done getting variables 172629 1726889001.06302: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up variables] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Friday 20 September 2024 23:23:21 -0400 (0:00:00.094) 0:01:41.343 ****** 172629 1726889001.06329: entering _queue_task() for managed_node1/set_fact 172629 1726889001.06685: worker is 1 (out of 1 available) 172629 1726889001.06700: exiting _queue_task() for managed_node1/set_fact 172629 1726889001.06719: done queuing things up, now waiting for results queue to drain 172629 1726889001.06721: waiting for pending results... 172629 1726889001.07074: running TaskExecutor() for managed_node1/TASK: Clean up variables 172629 1726889001.07094: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001eba 172629 1726889001.07113: variable 'ansible_search_path' from source: unknown 172629 1726889001.07157: calling self._execute() 172629 1726889001.07282: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.07297: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.07312: variable 'omit' from source: magic vars 172629 1726889001.07429: variable 'omit' from source: magic vars 172629 1726889001.07505: variable 'omit' from source: magic vars 172629 1726889001.07546: variable 'omit' from source: magic vars 172629 1726889001.07598: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889001.07643: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889001.07674: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889001.07697: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889001.07714: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889001.07750: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889001.07765: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.07773: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.07879: Set connection var ansible_timeout to 10 172629 1726889001.07890: Set connection var ansible_shell_type to sh 172629 1726889001.07901: Set connection var ansible_pipelining to False 172629 1726889001.07910: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889001.07919: Set connection var ansible_shell_executable to /bin/sh 172629 1726889001.08060: Set connection var ansible_connection to ssh 172629 1726889001.08063: variable 'ansible_shell_executable' from source: unknown 172629 1726889001.08066: variable 'ansible_connection' from source: unknown 172629 1726889001.08068: variable 'ansible_module_compression' from source: unknown 172629 1726889001.08070: variable 'ansible_shell_type' from source: unknown 172629 1726889001.08072: variable 'ansible_shell_executable' from source: unknown 172629 1726889001.08075: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.08078: variable 'ansible_pipelining' from source: unknown 172629 1726889001.08080: variable 'ansible_timeout' from source: unknown 172629 1726889001.08082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.08143: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889001.08165: variable 'omit' from source: magic vars 172629 1726889001.08175: starting attempt loop 172629 1726889001.08181: running the handler 172629 1726889001.08198: handler run complete 172629 1726889001.08211: attempt loop complete, returning result 172629 1726889001.08218: _execute() done 172629 1726889001.08225: dumping result to json 172629 1726889001.08231: done dumping result, returning 172629 1726889001.08240: done running TaskExecutor() for managed_node1/TASK: Clean up variables [0affc8a3-6f6f-d0a8-add8-000000001eba] 172629 1726889001.08249: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eba ok: [managed_node1] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } 172629 1726889001.08415: no more pending results, returning what we have 172629 1726889001.08418: results queue empty 172629 1726889001.08419: checking for any_errors_fatal 172629 1726889001.08432: done checking for any_errors_fatal 172629 1726889001.08433: checking for max_fail_percentage 172629 1726889001.08434: done checking for max_fail_percentage 172629 1726889001.08436: checking to see if all hosts have failed and the running result is not ok 172629 1726889001.08436: done checking to see if all hosts have failed 172629 1726889001.08437: getting the remaining hosts for this loop 172629 1726889001.08438: done getting the remaining hosts for this loop 172629 1726889001.08441: getting the next task for host managed_node1 172629 1726889001.08453: done getting next task for host managed_node1 172629 1726889001.08458: ^ task is: TASK: Verify fs type 172629 1726889001.08465: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889001.08469: getting variables 172629 1726889001.08470: in VariableManager get_vars() 172629 1726889001.08505: Calling all_inventory to load vars for managed_node1 172629 1726889001.08507: Calling groups_inventory to load vars for managed_node1 172629 1726889001.08510: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889001.08521: Calling all_plugins_play to load vars for managed_node1 172629 1726889001.08524: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889001.08526: Calling groups_plugins_play to load vars for managed_node1 172629 1726889001.09069: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eba 172629 1726889001.09073: WORKER PROCESS EXITING 172629 1726889001.09178: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889001.09808: done with get_vars() 172629 1726889001.09822: done getting variables 172629 1726889001.09881: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fs type] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Friday 20 September 2024 23:23:21 -0400 (0:00:00.035) 0:01:41.379 ****** 172629 1726889001.09921: entering _queue_task() for managed_node1/assert 172629 1726889001.10205: worker is 1 (out of 1 available) 172629 1726889001.10217: exiting _queue_task() for managed_node1/assert 172629 1726889001.10230: done queuing things up, now waiting for results queue to drain 172629 1726889001.10231: waiting for pending results... 172629 1726889001.10538: running TaskExecutor() for managed_node1/TASK: Verify fs type 172629 1726889001.10663: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ebe 172629 1726889001.10686: variable 'ansible_search_path' from source: unknown 172629 1726889001.10739: calling self._execute() 172629 1726889001.10874: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.10886: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.10910: variable 'omit' from source: magic vars 172629 1726889001.11365: variable 'storage_test_volume' from source: include params 172629 1726889001.11454: Evaluated conditional (storage_test_volume.type != "stratis"): True 172629 1726889001.11535: variable 'storage_test_volume' from source: include params 172629 1726889001.11558: Evaluated conditional (storage_test_volume.fs_type): True 172629 1726889001.11660: variable '_storage_test_volume_present' from source: set_fact 172629 1726889001.11723: Evaluated conditional (_storage_test_volume_present): True 172629 1726889001.11727: variable 'omit' from source: magic vars 172629 1726889001.11747: variable 'omit' from source: magic vars 172629 1726889001.11790: variable 'omit' from source: magic vars 172629 1726889001.11844: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889001.12007: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889001.12037: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889001.12067: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889001.12260: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889001.12264: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889001.12266: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.12268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.12269: Set connection var ansible_timeout to 10 172629 1726889001.12271: Set connection var ansible_shell_type to sh 172629 1726889001.12273: Set connection var ansible_pipelining to False 172629 1726889001.12275: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889001.12276: Set connection var ansible_shell_executable to /bin/sh 172629 1726889001.12278: Set connection var ansible_connection to ssh 172629 1726889001.12280: variable 'ansible_shell_executable' from source: unknown 172629 1726889001.12281: variable 'ansible_connection' from source: unknown 172629 1726889001.12283: variable 'ansible_module_compression' from source: unknown 172629 1726889001.12284: variable 'ansible_shell_type' from source: unknown 172629 1726889001.12286: variable 'ansible_shell_executable' from source: unknown 172629 1726889001.12296: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.12303: variable 'ansible_pipelining' from source: unknown 172629 1726889001.12308: variable 'ansible_timeout' from source: unknown 172629 1726889001.12314: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.12459: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889001.12476: variable 'omit' from source: magic vars 172629 1726889001.12485: starting attempt loop 172629 1726889001.12492: running the handler 172629 1726889001.12754: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889001.14983: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889001.15066: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889001.15111: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889001.15219: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889001.15222: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889001.15251: 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) 172629 1726889001.15286: 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) 172629 1726889001.15316: 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) 172629 1726889001.15367: 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) 172629 1726889001.15386: 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) 172629 1726889001.15615: variable 'storage_test_blkinfo' from source: set_fact 172629 1726889001.15636: variable 'storage_test_volume' from source: include params 172629 1726889001.15664: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].fstype == storage_test_volume.fs_type or (storage_test_blkinfo.info[storage_test_volume._device].fstype | length == 0 and storage_test_volume.fs_type == "unformatted")): True 172629 1726889001.15675: handler run complete 172629 1726889001.15693: attempt loop complete, returning result 172629 1726889001.15699: _execute() done 172629 1726889001.15706: dumping result to json 172629 1726889001.15712: done dumping result, returning 172629 1726889001.15762: done running TaskExecutor() for managed_node1/TASK: Verify fs type [0affc8a3-6f6f-d0a8-add8-000000001ebe] 172629 1726889001.15765: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ebe 172629 1726889001.15834: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ebe ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889001.15909: no more pending results, returning what we have 172629 1726889001.15912: results queue empty 172629 1726889001.15913: checking for any_errors_fatal 172629 1726889001.15920: done checking for any_errors_fatal 172629 1726889001.15921: checking for max_fail_percentage 172629 1726889001.15923: done checking for max_fail_percentage 172629 1726889001.15924: checking to see if all hosts have failed and the running result is not ok 172629 1726889001.15925: done checking to see if all hosts have failed 172629 1726889001.15925: getting the remaining hosts for this loop 172629 1726889001.15927: done getting the remaining hosts for this loop 172629 1726889001.15930: getting the next task for host managed_node1 172629 1726889001.15938: done getting next task for host managed_node1 172629 1726889001.15940: ^ task is: TASK: Verify fs label 172629 1726889001.15944: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889001.15959: getting variables 172629 1726889001.15961: in VariableManager get_vars() 172629 1726889001.15997: Calling all_inventory to load vars for managed_node1 172629 1726889001.16000: Calling groups_inventory to load vars for managed_node1 172629 1726889001.16003: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889001.16015: Calling all_plugins_play to load vars for managed_node1 172629 1726889001.16018: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889001.16022: Calling groups_plugins_play to load vars for managed_node1 172629 1726889001.16552: WORKER PROCESS EXITING 172629 1726889001.16796: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889001.17496: done with get_vars() 172629 1726889001.17517: done getting variables 172629 1726889001.17579: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fs label] ********************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Friday 20 September 2024 23:23:21 -0400 (0:00:00.076) 0:01:41.456 ****** 172629 1726889001.17632: entering _queue_task() for managed_node1/assert 172629 1726889001.18268: worker is 1 (out of 1 available) 172629 1726889001.18278: exiting _queue_task() for managed_node1/assert 172629 1726889001.18288: done queuing things up, now waiting for results queue to drain 172629 1726889001.18289: waiting for pending results... 172629 1726889001.18388: running TaskExecutor() for managed_node1/TASK: Verify fs label 172629 1726889001.18540: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ebf 172629 1726889001.18563: variable 'ansible_search_path' from source: unknown 172629 1726889001.18602: calling self._execute() 172629 1726889001.18735: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.18751: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.18767: variable 'omit' from source: magic vars 172629 1726889001.19281: variable 'storage_test_volume' from source: include params 172629 1726889001.19286: Evaluated conditional (storage_test_volume.type != "stratis"): True 172629 1726889001.19404: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889001.21628: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889001.21719: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889001.21762: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889001.21808: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889001.21837: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889001.21929: variable '_storage_test_volume_present' from source: set_fact 172629 1726889001.21949: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889001.22083: variable 'storage_test_volume' from source: include params 172629 1726889001.22110: Evaluated conditional (storage_test_volume.fs_type != "gfs2"): True 172629 1726889001.22121: variable 'omit' from source: magic vars 172629 1726889001.22208: variable 'omit' from source: magic vars 172629 1726889001.22354: variable 'storage_test_volume' from source: include params 172629 1726889001.22374: variable 'storage_test_blkinfo' from source: set_fact 172629 1726889001.22427: variable 'omit' from source: magic vars 172629 1726889001.22536: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889001.22540: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889001.22542: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889001.22550: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889001.22568: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889001.22604: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889001.22613: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.22620: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.22730: Set connection var ansible_timeout to 10 172629 1726889001.22741: Set connection var ansible_shell_type to sh 172629 1726889001.22764: Set connection var ansible_pipelining to False 172629 1726889001.22774: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889001.22784: Set connection var ansible_shell_executable to /bin/sh 172629 1726889001.22791: Set connection var ansible_connection to ssh 172629 1726889001.22815: variable 'ansible_shell_executable' from source: unknown 172629 1726889001.22867: variable 'ansible_connection' from source: unknown 172629 1726889001.22870: variable 'ansible_module_compression' from source: unknown 172629 1726889001.22872: variable 'ansible_shell_type' from source: unknown 172629 1726889001.22874: variable 'ansible_shell_executable' from source: unknown 172629 1726889001.22876: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.22878: variable 'ansible_pipelining' from source: unknown 172629 1726889001.22880: variable 'ansible_timeout' from source: unknown 172629 1726889001.22882: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.22986: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889001.23004: variable 'omit' from source: magic vars 172629 1726889001.23014: starting attempt loop 172629 1726889001.23062: running the handler 172629 1726889001.23215: variable 'storage_test_blkinfo' from source: set_fact 172629 1726889001.23233: variable 'storage_test_volume' from source: include params 172629 1726889001.23253: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].label == storage_test_volume.fs_label): True 172629 1726889001.23267: handler run complete 172629 1726889001.23286: attempt loop complete, returning result 172629 1726889001.23301: _execute() done 172629 1726889001.23360: dumping result to json 172629 1726889001.23363: done dumping result, returning 172629 1726889001.23365: done running TaskExecutor() for managed_node1/TASK: Verify fs label [0affc8a3-6f6f-d0a8-add8-000000001ebf] 172629 1726889001.23368: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ebf 172629 1726889001.23699: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ebf 172629 1726889001.23702: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889001.23748: no more pending results, returning what we have 172629 1726889001.23751: results queue empty 172629 1726889001.23752: checking for any_errors_fatal 172629 1726889001.23761: done checking for any_errors_fatal 172629 1726889001.23762: checking for max_fail_percentage 172629 1726889001.23764: done checking for max_fail_percentage 172629 1726889001.23765: checking to see if all hosts have failed and the running result is not ok 172629 1726889001.23766: done checking to see if all hosts have failed 172629 1726889001.23767: getting the remaining hosts for this loop 172629 1726889001.23768: done getting the remaining hosts for this loop 172629 1726889001.23772: getting the next task for host managed_node1 172629 1726889001.23783: done getting next task for host managed_node1 172629 1726889001.23786: ^ task is: TASK: See whether the device node is present 172629 1726889001.23792: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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 172629 1726889001.23802: getting variables 172629 1726889001.23804: in VariableManager get_vars() 172629 1726889001.23844: Calling all_inventory to load vars for managed_node1 172629 1726889001.23847: Calling groups_inventory to load vars for managed_node1 172629 1726889001.23851: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889001.23862: Calling all_plugins_play to load vars for managed_node1 172629 1726889001.23866: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889001.23870: Calling groups_plugins_play to load vars for managed_node1 172629 1726889001.24529: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889001.25140: done with get_vars() 172629 1726889001.25156: done getting variables TASK [See whether the device node is present] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Friday 20 September 2024 23:23:21 -0400 (0:00:00.076) 0:01:41.532 ****** 172629 1726889001.25249: entering _queue_task() for managed_node1/stat 172629 1726889001.25531: worker is 1 (out of 1 available) 172629 1726889001.25543: exiting _queue_task() for managed_node1/stat 172629 1726889001.25763: done queuing things up, now waiting for results queue to drain 172629 1726889001.25765: waiting for pending results... 172629 1726889001.25841: running TaskExecutor() for managed_node1/TASK: See whether the device node is present 172629 1726889001.25994: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ec3 172629 1726889001.26014: variable 'ansible_search_path' from source: unknown 172629 1726889001.26049: calling self._execute() 172629 1726889001.26173: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.26184: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.26200: variable 'omit' from source: magic vars 172629 1726889001.26324: variable 'omit' from source: magic vars 172629 1726889001.26386: variable 'omit' from source: magic vars 172629 1726889001.26628: variable 'storage_test_volume' from source: include params 172629 1726889001.26752: variable 'omit' from source: magic vars 172629 1726889001.26757: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889001.26774: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889001.26798: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889001.26818: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889001.26834: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889001.26876: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889001.26884: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.26891: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.26998: Set connection var ansible_timeout to 10 172629 1726889001.27009: Set connection var ansible_shell_type to sh 172629 1726889001.27019: Set connection var ansible_pipelining to False 172629 1726889001.27028: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889001.27036: Set connection var ansible_shell_executable to /bin/sh 172629 1726889001.27041: Set connection var ansible_connection to ssh 172629 1726889001.27078: variable 'ansible_shell_executable' from source: unknown 172629 1726889001.27080: variable 'ansible_connection' from source: unknown 172629 1726889001.27160: variable 'ansible_module_compression' from source: unknown 172629 1726889001.27163: variable 'ansible_shell_type' from source: unknown 172629 1726889001.27165: variable 'ansible_shell_executable' from source: unknown 172629 1726889001.27167: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.27169: variable 'ansible_pipelining' from source: unknown 172629 1726889001.27171: variable 'ansible_timeout' from source: unknown 172629 1726889001.27173: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.27319: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889001.27337: variable 'omit' from source: magic vars 172629 1726889001.27347: starting attempt loop 172629 1726889001.27354: running the handler 172629 1726889001.27374: _low_level_execute_command(): starting 172629 1726889001.27384: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889001.28181: 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' <<< 172629 1726889001.28199: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889001.28220: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889001.28311: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889001.30051: stdout chunk (state=3): >>>/root <<< 172629 1726889001.30194: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889001.30210: stdout chunk (state=3): >>><<< 172629 1726889001.30222: stderr chunk (state=3): >>><<< 172629 1726889001.30249: _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 172629 1726889001.30271: _low_level_execute_command(): starting 172629 1726889001.30313: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889001.3025746-176325-207762627974118 `" && echo ansible-tmp-1726889001.3025746-176325-207762627974118="` echo /root/.ansible/tmp/ansible-tmp-1726889001.3025746-176325-207762627974118 `" ) && sleep 0' 172629 1726889001.30903: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889001.30918: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889001.30931: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889001.30949: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889001.30970: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889001.30984: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889001.31019: 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 <<< 172629 1726889001.31041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889001.31128: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889001.31150: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889001.31235: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889001.33138: stdout chunk (state=3): >>>ansible-tmp-1726889001.3025746-176325-207762627974118=/root/.ansible/tmp/ansible-tmp-1726889001.3025746-176325-207762627974118 <<< 172629 1726889001.33299: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889001.33302: stdout chunk (state=3): >>><<< 172629 1726889001.33304: stderr chunk (state=3): >>><<< 172629 1726889001.33461: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889001.3025746-176325-207762627974118=/root/.ansible/tmp/ansible-tmp-1726889001.3025746-176325-207762627974118 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889001.33464: variable 'ansible_module_compression' from source: unknown 172629 1726889001.33467: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726889001.33494: variable 'ansible_facts' from source: unknown 172629 1726889001.33597: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889001.3025746-176325-207762627974118/AnsiballZ_stat.py 172629 1726889001.33822: Sending initial data 172629 1726889001.33825: Sent initial data (155 bytes) 172629 1726889001.34389: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889001.34404: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889001.34471: 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 <<< 172629 1726889001.34531: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889001.34575: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889001.34648: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889001.36183: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 172629 1726889001.36216: 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 <<< 172629 1726889001.36257: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889001.36310: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmptjvun5mx /root/.ansible/tmp/ansible-tmp-1726889001.3025746-176325-207762627974118/AnsiballZ_stat.py <<< 172629 1726889001.36313: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889001.3025746-176325-207762627974118/AnsiballZ_stat.py" <<< 172629 1726889001.36353: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmptjvun5mx" to remote "/root/.ansible/tmp/ansible-tmp-1726889001.3025746-176325-207762627974118/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889001.3025746-176325-207762627974118/AnsiballZ_stat.py" <<< 172629 1726889001.37205: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889001.37208: stdout chunk (state=3): >>><<< 172629 1726889001.37209: stderr chunk (state=3): >>><<< 172629 1726889001.37211: done transferring module to remote 172629 1726889001.37213: _low_level_execute_command(): starting 172629 1726889001.37214: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889001.3025746-176325-207762627974118/ /root/.ansible/tmp/ansible-tmp-1726889001.3025746-176325-207762627974118/AnsiballZ_stat.py && sleep 0' 172629 1726889001.37758: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889001.37774: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889001.37796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889001.37813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889001.37830: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889001.37842: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889001.37876: 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 <<< 172629 1726889001.37908: 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 <<< 172629 1726889001.37985: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889001.38011: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889001.38034: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889001.38121: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889001.40081: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889001.40084: stdout chunk (state=3): >>><<< 172629 1726889001.40086: stderr chunk (state=3): >>><<< 172629 1726889001.40088: _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 172629 1726889001.40090: _low_level_execute_command(): starting 172629 1726889001.40092: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889001.3025746-176325-207762627974118/AnsiballZ_stat.py && sleep 0' 172629 1726889001.40622: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889001.40632: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889001.40644: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889001.40663: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889001.40676: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889001.40761: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889001.40764: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889001.40766: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726889001.40768: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726889001.40770: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726889001.40772: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889001.40778: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889001.40780: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889001.40782: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889001.40784: stderr chunk (state=3): >>>debug2: match found <<< 172629 1726889001.40786: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889001.40824: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889001.40877: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889001.40880: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889001.40931: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889001.43088: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889001.43111: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889001.43145: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889001.43225: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726889001.43257: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889001.43292: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889001.43328: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726889001.43399: 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' <<< 172629 1726889001.43405: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889001.43425: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889001.43480: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889001.43492: 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 0x7fdb1f5bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f58bb00> <<< 172629 1726889001.43525: 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' <<< 172629 1726889001.43567: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f5bea50> <<< 172629 1726889001.43594: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 172629 1726889001.43608: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 172629 1726889001.43637: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889001.43733: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889001.43770: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889001.43808: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889001.43832: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726889001.43886: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 172629 1726889001.43889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f5cd130> <<< 172629 1726889001.44031: 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' <<< 172629 1726889001.44101: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f5ce120> 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. <<< 172629 1726889001.44257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889001.44270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889001.44294: 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' <<< 172629 1726889001.44310: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889001.44357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889001.44371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889001.44397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889001.44407: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f3caea0> <<< 172629 1726889001.44425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889001.44445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889001.44476: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f3e01a0> <<< 172629 1726889001.44490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889001.44511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889001.44541: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889001.44588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889001.44638: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889001.44645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726889001.44676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f403a40> # /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 0x7fdb1f424110> <<< 172629 1726889001.44697: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889001.44748: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f3e3ce0> <<< 172629 1726889001.44751: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889001.44774: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f3e1400> <<< 172629 1726889001.44877: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f3c91c0> <<< 172629 1726889001.44900: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889001.44927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889001.44958: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889001.44990: 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' <<< 172629 1726889001.44993: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726889001.45027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726889001.45076: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f427950> <<< 172629 1726889001.45091: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f426570> # /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 0x7fdb1f3e22a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f3e1430> <<< 172629 1726889001.45150: 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' <<< 172629 1726889001.45177: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f4549b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f3c8440> # /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' <<< 172629 1726889001.45221: 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 0x7fdb1f454e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f454d10> <<< 172629 1726889001.45264: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889001.45277: 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 0x7fdb1f455100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f3c6f60> <<< 172629 1726889001.45328: 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' <<< 172629 1726889001.45335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889001.45373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f4557c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f4554c0> <<< 172629 1726889001.45384: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726889001.45412: 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' <<< 172629 1726889001.45451: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f4566c0> <<< 172629 1726889001.45479: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726889001.45482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889001.45536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889001.45540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726889001.45579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f4708f0> import 'errno' # <<< 172629 1726889001.45583: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889001.45629: 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 0x7fdb1f472030> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889001.45633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726889001.45662: 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 0x7fdb1f472ed0> <<< 172629 1726889001.45700: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889001.45725: 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 0x7fdb1f473530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f472420> <<< 172629 1726889001.45746: 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' <<< 172629 1726889001.45792: 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 0x7fdb1f473fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f4736e0> <<< 172629 1726889001.45845: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f456720> <<< 172629 1726889001.45869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889001.45910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889001.45914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889001.45939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889001.45960: 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 0x7fdb1f1f7e00> <<< 172629 1726889001.45984: 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' <<< 172629 1726889001.46067: 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 0x7fdb1f2248f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f224650> # 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 0x7fdb1f224920> # /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' <<< 172629 1726889001.46132: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889001.46264: 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 0x7fdb1f225250> <<< 172629 1726889001.46378: 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 0x7fdb1f225c40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f224b00> <<< 172629 1726889001.46392: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f1f5fa0> <<< 172629 1726889001.46421: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889001.46454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889001.46489: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726889001.46495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f227050> <<< 172629 1726889001.46519: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f225d90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f456e10> <<< 172629 1726889001.46548: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889001.46617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889001.46621: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889001.46662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889001.46684: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f24f3b0> <<< 172629 1726889001.46740: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889001.46759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889001.46789: 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' <<< 172629 1726889001.46837: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f273770> <<< 172629 1726889001.46849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889001.46904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889001.46944: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889001.46985: 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 0x7fdb1f2d0530> <<< 172629 1726889001.47008: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889001.47023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889001.47044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889001.47082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889001.47172: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f2d2c90> <<< 172629 1726889001.47245: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f2d0650> <<< 172629 1726889001.47276: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f295550> <<< 172629 1726889001.47313: 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 0x7fdb1eb25640> <<< 172629 1726889001.47333: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f272570> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f227f80> <<< 172629 1726889001.47441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889001.47463: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdb1f272b70> <<< 172629 1726889001.47594: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_h3_4d1if/ansible_stat_payload.zip' # zipimport: zlib available <<< 172629 1726889001.47720: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.47745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889001.47767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889001.47799: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889001.47897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889001.47915: 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 0x7fdb1eb773e0> import '_typing' # <<< 172629 1726889001.48096: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1eb5a2d0> <<< 172629 1726889001.48139: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1eb59430> # zipimport: zlib available <<< 172629 1726889001.48143: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726889001.48189: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726889001.48192: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.49558: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.50676: 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 0x7fdb1eb75280> <<< 172629 1726889001.50742: 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' <<< 172629 1726889001.50765: 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' <<< 172629 1726889001.50769: 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' <<< 172629 1726889001.50804: 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 0x7fdb1eba2e70> <<< 172629 1726889001.50812: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1eba2c00> <<< 172629 1726889001.50843: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1eba2510> <<< 172629 1726889001.50867: 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' <<< 172629 1726889001.50913: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1eba2f30> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1eb77e00> import 'atexit' # <<< 172629 1726889001.50941: 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 0x7fdb1eba3b90> <<< 172629 1726889001.50987: 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 0x7fdb1eba3dd0> <<< 172629 1726889001.51003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889001.51040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889001.51051: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889001.51094: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ebc8290> <<< 172629 1726889001.51116: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889001.51141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889001.51172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889001.51184: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea120c0> <<< 172629 1726889001.51210: 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 0x7fdb1ea13ce0> <<< 172629 1726889001.51251: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889001.51265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889001.51286: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea18680> <<< 172629 1726889001.51326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889001.51330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889001.51352: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea19580> <<< 172629 1726889001.51382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889001.51407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889001.51418: 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' <<< 172629 1726889001.51472: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea1c260> <<< 172629 1726889001.51506: 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 0x7fdb1ea1c5c0> <<< 172629 1726889001.51531: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea1a510> <<< 172629 1726889001.51550: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889001.51585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726889001.51612: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889001.51630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889001.51662: 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' <<< 172629 1726889001.51689: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea601a0> import '_tokenize' # <<< 172629 1726889001.51770: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea1ec90> <<< 172629 1726889001.51781: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea1e9f0> # /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' <<< 172629 1726889001.51858: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea1ef60> <<< 172629 1726889001.51884: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea1aa20> <<< 172629 1726889001.51925: 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 0x7fdb1ea64380> <<< 172629 1726889001.51969: 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 0x7fdb1ea645f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 172629 1726889001.51998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889001.52056: 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' <<< 172629 1726889001.52061: 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 0x7fdb1ea66090> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea65e50> <<< 172629 1726889001.52078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889001.52164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889001.52228: 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 0x7fdb1ea68590> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea66720> <<< 172629 1726889001.52234: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889001.52302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889001.52305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726889001.52314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726889001.52350: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea6bd70> <<< 172629 1726889001.52475: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea68740> <<< 172629 1726889001.52549: 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 0x7fdb1ea6cb90> <<< 172629 1726889001.52567: 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 0x7fdb1ea6ca10> <<< 172629 1726889001.52619: 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' <<< 172629 1726889001.52646: 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 0x7fdb1ea6d040> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea64800> # /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' <<< 172629 1726889001.52681: 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' <<< 172629 1726889001.52723: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889001.52743: 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 0x7fdb1eaf8680> <<< 172629 1726889001.52907: 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 0x7fdb1eaf9b80> <<< 172629 1726889001.52914: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea6ee10> <<< 172629 1726889001.52940: 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 0x7fdb1ea6fa10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea6ea20> # zipimport: zlib available <<< 172629 1726889001.52979: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.52990: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726889001.53068: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.53173: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.53213: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889001.53223: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.53325: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.53443: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.53972: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.54530: 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' # <<< 172629 1726889001.54564: 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' <<< 172629 1726889001.54611: 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 0x7fdb1eafdc40> <<< 172629 1726889001.54698: 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' <<< 172629 1726889001.54725: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1eafe990> <<< 172629 1726889001.54743: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1eaf8560> <<< 172629 1726889001.54811: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 172629 1726889001.54815: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.54832: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726889001.54982: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.55147: 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' <<< 172629 1726889001.55158: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1eafe930> <<< 172629 1726889001.55171: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.55610: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.56051: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.56121: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.56203: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889001.56215: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.56248: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.56295: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889001.56298: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.56363: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.56442: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889001.56473: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726889001.56489: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.56529: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.56574: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889001.56577: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.56809: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.57031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889001.57098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889001.57101: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889001.57172: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1eaffbc0> <<< 172629 1726889001.57175: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.57249: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.57345: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726889001.57350: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726889001.57371: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.57403: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.57461: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889001.57465: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.57502: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.57540: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.57602: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.57664: 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 <<< 172629 1726889001.57698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889001.57777: 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 0x7fdb1e90a8d0> <<< 172629 1726889001.57848: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1e907080> <<< 172629 1726889001.57873: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726889001.57919: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.57979: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.58009: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.58063: 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' <<< 172629 1726889001.58105: 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 <<< 172629 1726889001.58108: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889001.58125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889001.58199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889001.58225: 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' <<< 172629 1726889001.58266: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ebcef60> <<< 172629 1726889001.58314: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ebeec30> <<< 172629 1726889001.58394: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1e90aa80> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea6d910> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726889001.58406: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.58445: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.58468: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889001.58529: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889001.58567: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 172629 1726889001.58577: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.58776: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.58880: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889001.59811: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/sda", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 454, "dev": 6, "nlink": 1, "atime": 1726888991.438159, "mtime": 1726888991.4121587, "ctime": 1726888991.4121587, "wusr": true, "rusr": true, "xusr": false, "wgrp": true, "rgrp": true, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 2048, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/blockdevice", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/sda", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 172629 1726889001.59833: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889001.60248: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889001.60299: 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 <<< 172629 1726889001.60335: stdout chunk (state=3): >>># cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword <<< 172629 1726889001.60376: 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<<< 172629 1726889001.60395: stdout chunk (state=3): >>> # 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 <<< 172629 1726889001.60460: stdout chunk (state=3): >>># cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # 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 <<< 172629 1726889001.60706: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889001.60764: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726889001.60782: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726889001.60806: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726889001.60851: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889001.60893: 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 <<< 172629 1726889001.60936: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726889001.60942: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726889001.60988: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 172629 1726889001.61000: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889001.61066: 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 <<< 172629 1726889001.61100: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # 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 <<< 172629 1726889001.61151: 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 # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 172629 1726889001.61174: 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 <<< 172629 1726889001.61216: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 172629 1726889001.61229: 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 <<< 172629 1726889001.61256: stdout chunk (state=3): >>># destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726889001.61401: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889001.61405: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889001.61428: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889001.61456: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726889001.61489: 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 <<< 172629 1726889001.61516: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889001.61619: 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 <<< 172629 1726889001.61661: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 172629 1726889001.61720: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools <<< 172629 1726889001.61724: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 172629 1726889001.61733: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726889001.62088: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889001.62091: stdout chunk (state=3): >>><<< 172629 1726889001.62093: stderr chunk (state=3): >>><<< 172629 1726889001.62270: _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 0x7fdb1f5bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f58bb00> # /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 0x7fdb1f5bea50> 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 0x7fdb1f5cd130> # /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 0x7fdb1f5ce120> 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 0x7fdb1f3caea0> # /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 0x7fdb1f3e01a0> # /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 0x7fdb1f403a40> # /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 0x7fdb1f424110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f3e3ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f3e1400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f3c91c0> # /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 0x7fdb1f427950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f426570> # /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 0x7fdb1f3e22a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f3e1430> # /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 0x7fdb1f4549b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f3c8440> # /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 0x7fdb1f454e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f454d10> # 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 0x7fdb1f455100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f3c6f60> # /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 0x7fdb1f4557c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f4554c0> 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 0x7fdb1f4566c0> 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 0x7fdb1f4708f0> 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 0x7fdb1f472030> # /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 0x7fdb1f472ed0> # 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 0x7fdb1f473530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f472420> # /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 0x7fdb1f473fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f4736e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f456720> # /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 0x7fdb1f1f7e00> # /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 0x7fdb1f2248f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f224650> # 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 0x7fdb1f224920> # /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 0x7fdb1f225250> # 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 0x7fdb1f225c40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f224b00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f1f5fa0> # /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 0x7fdb1f227050> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f225d90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f456e10> # /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 0x7fdb1f24f3b0> # /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 0x7fdb1f273770> # /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 0x7fdb1f2d0530> # /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 0x7fdb1f2d2c90> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f2d0650> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f295550> # /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 0x7fdb1eb25640> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f272570> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1f227f80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdb1f272b70> # zipimport: found 30 names in '/tmp/ansible_stat_payload_h3_4d1if/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 0x7fdb1eb773e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1eb5a2d0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1eb59430> # 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 0x7fdb1eb75280> # /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 0x7fdb1eba2e70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1eba2c00> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1eba2510> # /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 0x7fdb1eba2f30> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1eb77e00> 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 0x7fdb1eba3b90> # 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 0x7fdb1eba3dd0> # /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 0x7fdb1ebc8290> 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 0x7fdb1ea120c0> # 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 0x7fdb1ea13ce0> # /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 0x7fdb1ea18680> # /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 0x7fdb1ea19580> # /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 0x7fdb1ea1c260> # 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 0x7fdb1ea1c5c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea1a510> # /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 0x7fdb1ea601a0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea1ec90> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea1e9f0> # /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 0x7fdb1ea1ef60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea1aa20> # 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 0x7fdb1ea64380> # /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 0x7fdb1ea645f0> # /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 0x7fdb1ea66090> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea65e50> # /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 0x7fdb1ea68590> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea66720> # /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 0x7fdb1ea6bd70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea68740> # 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 0x7fdb1ea6cb90> # 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 0x7fdb1ea6ca10> # 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 0x7fdb1ea6d040> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea64800> # /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 0x7fdb1eaf8680> # 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 0x7fdb1eaf9b80> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea6ee10> # 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 0x7fdb1ea6fa10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea6ea20> # 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 0x7fdb1eafdc40> # /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 0x7fdb1eafe990> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1eaf8560> 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 0x7fdb1eafe930> # 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 0x7fdb1eaffbc0> # 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 0x7fdb1e90a8d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1e907080> 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 0x7fdb1ebcef60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ebeec30> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1e90aa80> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb1ea6d910> # 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": "/dev/sda", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 454, "dev": 6, "nlink": 1, "atime": 1726888991.438159, "mtime": 1726888991.4121587, "ctime": 1726888991.4121587, "wusr": true, "rusr": true, "xusr": false, "wgrp": true, "rgrp": true, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 2048, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/blockdevice", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/sda", "follow": true, "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. 172629 1726889001.62962: done with _execute_module (stat, {'path': '/dev/sda', 'follow': 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': '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-1726889001.3025746-176325-207762627974118/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889001.62966: _low_level_execute_command(): starting 172629 1726889001.62968: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889001.3025746-176325-207762627974118/ > /dev/null 2>&1 && sleep 0' 172629 1726889001.63396: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889001.63411: 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 <<< 172629 1726889001.63468: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889001.63493: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889001.63515: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889001.63605: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889001.65562: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889001.65567: stdout chunk (state=3): >>><<< 172629 1726889001.65570: stderr chunk (state=3): >>><<< 172629 1726889001.65573: _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 172629 1726889001.65576: handler run complete 172629 1726889001.65588: attempt loop complete, returning result 172629 1726889001.65591: _execute() done 172629 1726889001.65594: dumping result to json 172629 1726889001.65601: done dumping result, returning 172629 1726889001.65609: done running TaskExecutor() for managed_node1/TASK: See whether the device node is present [0affc8a3-6f6f-d0a8-add8-000000001ec3] 172629 1726889001.65614: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ec3 172629 1726889001.65726: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ec3 172629 1726889001.65730: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726888991.438159, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726888991.4121587, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 454, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1726888991.4121587, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726889001.65835: no more pending results, returning what we have 172629 1726889001.65838: results queue empty 172629 1726889001.65839: checking for any_errors_fatal 172629 1726889001.65848: done checking for any_errors_fatal 172629 1726889001.65849: checking for max_fail_percentage 172629 1726889001.65851: done checking for max_fail_percentage 172629 1726889001.65852: checking to see if all hosts have failed and the running result is not ok 172629 1726889001.65853: done checking to see if all hosts have failed 172629 1726889001.65854: getting the remaining hosts for this loop 172629 1726889001.65859: done getting the remaining hosts for this loop 172629 1726889001.65863: getting the next task for host managed_node1 172629 1726889001.65872: done getting next task for host managed_node1 172629 1726889001.65874: ^ task is: TASK: Verify the presence/absence of the device node 172629 1726889001.65879: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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 172629 1726889001.65884: getting variables 172629 1726889001.65885: in VariableManager get_vars() 172629 1726889001.65924: Calling all_inventory to load vars for managed_node1 172629 1726889001.65926: Calling groups_inventory to load vars for managed_node1 172629 1726889001.65930: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889001.65942: Calling all_plugins_play to load vars for managed_node1 172629 1726889001.65950: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889001.65953: Calling groups_plugins_play to load vars for managed_node1 172629 1726889001.66873: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889001.67485: done with get_vars() 172629 1726889001.67502: done getting variables 172629 1726889001.67562: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Friday 20 September 2024 23:23:21 -0400 (0:00:00.423) 0:01:41.955 ****** 172629 1726889001.67599: entering _queue_task() for managed_node1/assert 172629 1726889001.68035: worker is 1 (out of 1 available) 172629 1726889001.68046: exiting _queue_task() for managed_node1/assert 172629 1726889001.68060: done queuing things up, now waiting for results queue to drain 172629 1726889001.68061: waiting for pending results... 172629 1726889001.68353: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node 172629 1726889001.68431: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ec4 172629 1726889001.68458: variable 'ansible_search_path' from source: unknown 172629 1726889001.68560: calling self._execute() 172629 1726889001.68631: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.68644: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.68663: variable 'omit' from source: magic vars 172629 1726889001.69126: variable '_storage_test_volume_present' from source: set_fact 172629 1726889001.69138: variable 'storage_test_volume' from source: include params 172629 1726889001.69183: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 172629 1726889001.69194: variable 'omit' from source: magic vars 172629 1726889001.69266: variable 'omit' from source: magic vars 172629 1726889001.69389: variable 'storage_test_volume' from source: include params 172629 1726889001.69531: variable 'omit' from source: magic vars 172629 1726889001.69535: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889001.69538: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889001.69562: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889001.69586: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889001.69603: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889001.69642: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889001.69657: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.69666: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.69779: Set connection var ansible_timeout to 10 172629 1726889001.69790: Set connection var ansible_shell_type to sh 172629 1726889001.69802: Set connection var ansible_pipelining to False 172629 1726889001.69811: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889001.69821: Set connection var ansible_shell_executable to /bin/sh 172629 1726889001.69827: Set connection var ansible_connection to ssh 172629 1726889001.69860: variable 'ansible_shell_executable' from source: unknown 172629 1726889001.69960: variable 'ansible_connection' from source: unknown 172629 1726889001.69964: variable 'ansible_module_compression' from source: unknown 172629 1726889001.69967: variable 'ansible_shell_type' from source: unknown 172629 1726889001.69969: variable 'ansible_shell_executable' from source: unknown 172629 1726889001.69972: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.69974: variable 'ansible_pipelining' from source: unknown 172629 1726889001.69977: variable 'ansible_timeout' from source: unknown 172629 1726889001.69979: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.70097: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889001.70101: variable 'omit' from source: magic vars 172629 1726889001.70103: starting attempt loop 172629 1726889001.70106: running the handler 172629 1726889001.70275: variable 'storage_test_dev' from source: set_fact 172629 1726889001.70299: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 172629 1726889001.70317: handler run complete 172629 1726889001.70424: attempt loop complete, returning result 172629 1726889001.70427: _execute() done 172629 1726889001.70430: dumping result to json 172629 1726889001.70432: done dumping result, returning 172629 1726889001.70435: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-d0a8-add8-000000001ec4] 172629 1726889001.70438: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ec4 172629 1726889001.70511: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ec4 172629 1726889001.70514: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889001.70580: no more pending results, returning what we have 172629 1726889001.70584: results queue empty 172629 1726889001.70585: checking for any_errors_fatal 172629 1726889001.70598: done checking for any_errors_fatal 172629 1726889001.70599: checking for max_fail_percentage 172629 1726889001.70601: done checking for max_fail_percentage 172629 1726889001.70602: checking to see if all hosts have failed and the running result is not ok 172629 1726889001.70603: done checking to see if all hosts have failed 172629 1726889001.70604: getting the remaining hosts for this loop 172629 1726889001.70605: done getting the remaining hosts for this loop 172629 1726889001.70609: getting the next task for host managed_node1 172629 1726889001.70617: done getting next task for host managed_node1 172629 1726889001.70620: ^ task is: TASK: Verify the presence/absence of the device node 172629 1726889001.70626: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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 172629 1726889001.70631: getting variables 172629 1726889001.70632: in VariableManager get_vars() 172629 1726889001.70675: Calling all_inventory to load vars for managed_node1 172629 1726889001.70678: Calling groups_inventory to load vars for managed_node1 172629 1726889001.70682: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889001.70694: Calling all_plugins_play to load vars for managed_node1 172629 1726889001.70699: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889001.70702: Calling groups_plugins_play to load vars for managed_node1 172629 1726889001.71580: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889001.72216: done with get_vars() 172629 1726889001.72231: done getting variables 172629 1726889001.72294: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Friday 20 September 2024 23:23:21 -0400 (0:00:00.047) 0:01:42.003 ****** 172629 1726889001.72332: entering _queue_task() for managed_node1/assert 172629 1726889001.72665: worker is 1 (out of 1 available) 172629 1726889001.72677: exiting _queue_task() for managed_node1/assert 172629 1726889001.72690: done queuing things up, now waiting for results queue to drain 172629 1726889001.72691: waiting for pending results... 172629 1726889001.73038: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node 172629 1726889001.73246: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ec5 172629 1726889001.73250: variable 'ansible_search_path' from source: unknown 172629 1726889001.73253: calling self._execute() 172629 1726889001.73333: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.73351: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.73371: variable 'omit' from source: magic vars 172629 1726889001.73838: variable '_storage_test_volume_present' from source: set_fact 172629 1726889001.73850: variable 'storage_test_volume' from source: include params 172629 1726889001.73898: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 172629 1726889001.73907: when evaluation is False, skipping this task 172629 1726889001.73914: _execute() done 172629 1726889001.73921: dumping result to json 172629 1726889001.73928: done dumping result, returning 172629 1726889001.73937: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-d0a8-add8-000000001ec5] 172629 1726889001.73946: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ec5 172629 1726889001.74360: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ec5 172629 1726889001.74364: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 172629 1726889001.74402: no more pending results, returning what we have 172629 1726889001.74405: results queue empty 172629 1726889001.74406: checking for any_errors_fatal 172629 1726889001.74411: done checking for any_errors_fatal 172629 1726889001.74412: checking for max_fail_percentage 172629 1726889001.74414: done checking for max_fail_percentage 172629 1726889001.74414: checking to see if all hosts have failed and the running result is not ok 172629 1726889001.74415: done checking to see if all hosts have failed 172629 1726889001.74416: getting the remaining hosts for this loop 172629 1726889001.74417: done getting the remaining hosts for this loop 172629 1726889001.74420: getting the next task for host managed_node1 172629 1726889001.74426: done getting next task for host managed_node1 172629 1726889001.74429: ^ task is: TASK: Make sure we got info about this volume 172629 1726889001.74433: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889001.74437: getting variables 172629 1726889001.74438: in VariableManager get_vars() 172629 1726889001.74468: Calling all_inventory to load vars for managed_node1 172629 1726889001.74471: Calling groups_inventory to load vars for managed_node1 172629 1726889001.74476: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889001.74485: Calling all_plugins_play to load vars for managed_node1 172629 1726889001.74488: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889001.74491: Calling groups_plugins_play to load vars for managed_node1 172629 1726889001.75090: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889001.76098: done with get_vars() 172629 1726889001.76113: done getting variables 172629 1726889001.76178: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Friday 20 September 2024 23:23:21 -0400 (0:00:00.038) 0:01:42.042 ****** 172629 1726889001.76218: entering _queue_task() for managed_node1/assert 172629 1726889001.76581: worker is 1 (out of 1 available) 172629 1726889001.76594: exiting _queue_task() for managed_node1/assert 172629 1726889001.76606: done queuing things up, now waiting for results queue to drain 172629 1726889001.76608: waiting for pending results... 172629 1726889001.76939: running TaskExecutor() for managed_node1/TASK: Make sure we got info about this volume 172629 1726889001.77116: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ec6 172629 1726889001.77139: variable 'ansible_search_path' from source: unknown 172629 1726889001.77187: calling self._execute() 172629 1726889001.77307: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.77319: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.77332: variable 'omit' from source: magic vars 172629 1726889001.77695: variable '_storage_test_volume_present' from source: set_fact 172629 1726889001.77713: Evaluated conditional (_storage_test_volume_present): True 172629 1726889001.77723: variable 'omit' from source: magic vars 172629 1726889001.77777: variable 'omit' from source: magic vars 172629 1726889001.77911: variable 'storage_test_volume' from source: include params 172629 1726889001.78039: variable 'omit' from source: magic vars 172629 1726889001.78043: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889001.78077: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889001.78104: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889001.78127: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889001.78153: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889001.78191: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889001.78201: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.78211: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.78321: Set connection var ansible_timeout to 10 172629 1726889001.78364: Set connection var ansible_shell_type to sh 172629 1726889001.78368: Set connection var ansible_pipelining to False 172629 1726889001.78370: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889001.78373: Set connection var ansible_shell_executable to /bin/sh 172629 1726889001.78375: Set connection var ansible_connection to ssh 172629 1726889001.78396: variable 'ansible_shell_executable' from source: unknown 172629 1726889001.78405: variable 'ansible_connection' from source: unknown 172629 1726889001.78414: variable 'ansible_module_compression' from source: unknown 172629 1726889001.78459: variable 'ansible_shell_type' from source: unknown 172629 1726889001.78463: variable 'ansible_shell_executable' from source: unknown 172629 1726889001.78473: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.78476: variable 'ansible_pipelining' from source: unknown 172629 1726889001.78478: variable 'ansible_timeout' from source: unknown 172629 1726889001.78480: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.78613: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889001.78631: variable 'omit' from source: magic vars 172629 1726889001.78641: starting attempt loop 172629 1726889001.78659: running the handler 172629 1726889001.78826: variable 'storage_test_volume' from source: include params 172629 1726889001.78907: variable 'storage_test_blkinfo' from source: set_fact 172629 1726889001.78910: Evaluated conditional (storage_test_volume._raw_device in storage_test_blkinfo.info): True 172629 1726889001.78913: handler run complete 172629 1726889001.78915: attempt loop complete, returning result 172629 1726889001.78917: _execute() done 172629 1726889001.78919: dumping result to json 172629 1726889001.78921: done dumping result, returning 172629 1726889001.78923: done running TaskExecutor() for managed_node1/TASK: Make sure we got info about this volume [0affc8a3-6f6f-d0a8-add8-000000001ec6] 172629 1726889001.78932: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ec6 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889001.79174: no more pending results, returning what we have 172629 1726889001.79178: results queue empty 172629 1726889001.79179: checking for any_errors_fatal 172629 1726889001.79191: done checking for any_errors_fatal 172629 1726889001.79192: checking for max_fail_percentage 172629 1726889001.79194: done checking for max_fail_percentage 172629 1726889001.79196: checking to see if all hosts have failed and the running result is not ok 172629 1726889001.79197: done checking to see if all hosts have failed 172629 1726889001.79197: getting the remaining hosts for this loop 172629 1726889001.79199: done getting the remaining hosts for this loop 172629 1726889001.79203: getting the next task for host managed_node1 172629 1726889001.79211: done getting next task for host managed_node1 172629 1726889001.79214: ^ task is: TASK: Process volume type (set initial value) (1/2) 172629 1726889001.79221: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889001.79227: getting variables 172629 1726889001.79229: in VariableManager get_vars() 172629 1726889001.79274: Calling all_inventory to load vars for managed_node1 172629 1726889001.79277: Calling groups_inventory to load vars for managed_node1 172629 1726889001.79281: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889001.79294: Calling all_plugins_play to load vars for managed_node1 172629 1726889001.79298: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889001.79302: Calling groups_plugins_play to load vars for managed_node1 172629 1726889001.79868: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ec6 172629 1726889001.79871: WORKER PROCESS EXITING 172629 1726889001.80164: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889001.80793: done with get_vars() 172629 1726889001.80809: done getting variables 172629 1726889001.80868: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Friday 20 September 2024 23:23:21 -0400 (0:00:00.046) 0:01:42.089 ****** 172629 1726889001.80910: entering _queue_task() for managed_node1/set_fact 172629 1726889001.81385: worker is 1 (out of 1 available) 172629 1726889001.81396: exiting _queue_task() for managed_node1/set_fact 172629 1726889001.81408: done queuing things up, now waiting for results queue to drain 172629 1726889001.81409: waiting for pending results... 172629 1726889001.81584: running TaskExecutor() for managed_node1/TASK: Process volume type (set initial value) (1/2) 172629 1726889001.81745: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ec7 172629 1726889001.81769: variable 'ansible_search_path' from source: unknown 172629 1726889001.81811: calling self._execute() 172629 1726889001.81941: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.81959: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.81976: variable 'omit' from source: magic vars 172629 1726889001.82178: variable 'omit' from source: magic vars 172629 1726889001.82182: variable 'omit' from source: magic vars 172629 1726889001.82414: variable 'storage_test_volume' from source: include params 172629 1726889001.82471: variable 'omit' from source: magic vars 172629 1726889001.82524: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889001.82570: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889001.82596: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889001.82626: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889001.82641: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889001.82678: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889001.82724: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.82730: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.82808: Set connection var ansible_timeout to 10 172629 1726889001.82818: Set connection var ansible_shell_type to sh 172629 1726889001.82839: Set connection var ansible_pipelining to False 172629 1726889001.82849: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889001.82859: Set connection var ansible_shell_executable to /bin/sh 172629 1726889001.82939: Set connection var ansible_connection to ssh 172629 1726889001.82942: variable 'ansible_shell_executable' from source: unknown 172629 1726889001.82945: variable 'ansible_connection' from source: unknown 172629 1726889001.82948: variable 'ansible_module_compression' from source: unknown 172629 1726889001.82950: variable 'ansible_shell_type' from source: unknown 172629 1726889001.82952: variable 'ansible_shell_executable' from source: unknown 172629 1726889001.82954: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.82957: variable 'ansible_pipelining' from source: unknown 172629 1726889001.82959: variable 'ansible_timeout' from source: unknown 172629 1726889001.82961: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.83089: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889001.83105: variable 'omit' from source: magic vars 172629 1726889001.83157: starting attempt loop 172629 1726889001.83162: running the handler 172629 1726889001.83164: handler run complete 172629 1726889001.83166: attempt loop complete, returning result 172629 1726889001.83168: _execute() done 172629 1726889001.83170: dumping result to json 172629 1726889001.83172: done dumping result, returning 172629 1726889001.83174: done running TaskExecutor() for managed_node1/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-d0a8-add8-000000001ec7] 172629 1726889001.83184: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ec7 172629 1726889001.83394: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ec7 172629 1726889001.83398: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } 172629 1726889001.83453: no more pending results, returning what we have 172629 1726889001.83458: results queue empty 172629 1726889001.83459: checking for any_errors_fatal 172629 1726889001.83469: done checking for any_errors_fatal 172629 1726889001.83470: checking for max_fail_percentage 172629 1726889001.83658: done checking for max_fail_percentage 172629 1726889001.83660: checking to see if all hosts have failed and the running result is not ok 172629 1726889001.83661: done checking to see if all hosts have failed 172629 1726889001.83662: getting the remaining hosts for this loop 172629 1726889001.83663: done getting the remaining hosts for this loop 172629 1726889001.83666: getting the next task for host managed_node1 172629 1726889001.83674: done getting next task for host managed_node1 172629 1726889001.83677: ^ task is: TASK: Process volume type (get RAID value) (2/2) 172629 1726889001.83681: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889001.83686: getting variables 172629 1726889001.83687: in VariableManager get_vars() 172629 1726889001.83719: Calling all_inventory to load vars for managed_node1 172629 1726889001.83722: Calling groups_inventory to load vars for managed_node1 172629 1726889001.83725: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889001.83734: Calling all_plugins_play to load vars for managed_node1 172629 1726889001.83737: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889001.83739: Calling groups_plugins_play to load vars for managed_node1 172629 1726889001.84326: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889001.84980: done with get_vars() 172629 1726889001.84997: done getting variables 172629 1726889001.85062: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Friday 20 September 2024 23:23:21 -0400 (0:00:00.041) 0:01:42.130 ****** 172629 1726889001.85097: entering _queue_task() for managed_node1/set_fact 172629 1726889001.85451: worker is 1 (out of 1 available) 172629 1726889001.85470: exiting _queue_task() for managed_node1/set_fact 172629 1726889001.85484: done queuing things up, now waiting for results queue to drain 172629 1726889001.85485: waiting for pending results... 172629 1726889001.86058: running TaskExecutor() for managed_node1/TASK: Process volume type (get RAID value) (2/2) 172629 1726889001.86122: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ec8 172629 1726889001.86152: variable 'ansible_search_path' from source: unknown 172629 1726889001.86197: calling self._execute() 172629 1726889001.86320: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.86332: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.86346: variable 'omit' from source: magic vars 172629 1726889001.86759: variable 'storage_test_volume' from source: include params 172629 1726889001.86808: Evaluated conditional (storage_test_volume.type == "raid"): False 172629 1726889001.86860: when evaluation is False, skipping this task 172629 1726889001.86864: _execute() done 172629 1726889001.86866: dumping result to json 172629 1726889001.86869: done dumping result, returning 172629 1726889001.86872: done running TaskExecutor() for managed_node1/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-d0a8-add8-000000001ec8] 172629 1726889001.86874: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ec8 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 172629 1726889001.87113: no more pending results, returning what we have 172629 1726889001.87117: results queue empty 172629 1726889001.87118: checking for any_errors_fatal 172629 1726889001.87129: done checking for any_errors_fatal 172629 1726889001.87129: checking for max_fail_percentage 172629 1726889001.87132: done checking for max_fail_percentage 172629 1726889001.87133: checking to see if all hosts have failed and the running result is not ok 172629 1726889001.87134: done checking to see if all hosts have failed 172629 1726889001.87134: getting the remaining hosts for this loop 172629 1726889001.87137: done getting the remaining hosts for this loop 172629 1726889001.87140: getting the next task for host managed_node1 172629 1726889001.87150: done getting next task for host managed_node1 172629 1726889001.87152: ^ task is: TASK: Verify the volume's device type 172629 1726889001.87160: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889001.87165: getting variables 172629 1726889001.87167: in VariableManager get_vars() 172629 1726889001.87205: Calling all_inventory to load vars for managed_node1 172629 1726889001.87208: Calling groups_inventory to load vars for managed_node1 172629 1726889001.87211: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889001.87225: Calling all_plugins_play to load vars for managed_node1 172629 1726889001.87228: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889001.87231: Calling groups_plugins_play to load vars for managed_node1 172629 1726889001.87771: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ec8 172629 1726889001.87775: WORKER PROCESS EXITING 172629 1726889001.88047: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889001.88695: done with get_vars() 172629 1726889001.88711: done getting variables 172629 1726889001.88769: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Friday 20 September 2024 23:23:21 -0400 (0:00:00.037) 0:01:42.168 ****** 172629 1726889001.88805: entering _queue_task() for managed_node1/assert 172629 1726889001.89229: worker is 1 (out of 1 available) 172629 1726889001.89242: exiting _queue_task() for managed_node1/assert 172629 1726889001.89253: done queuing things up, now waiting for results queue to drain 172629 1726889001.89254: waiting for pending results... 172629 1726889001.89468: running TaskExecutor() for managed_node1/TASK: Verify the volume's device type 172629 1726889001.89627: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ec9 172629 1726889001.89657: variable 'ansible_search_path' from source: unknown 172629 1726889001.89703: calling self._execute() 172629 1726889001.89825: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.89836: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.89848: variable 'omit' from source: magic vars 172629 1726889001.90255: variable '_storage_test_volume_present' from source: set_fact 172629 1726889001.90272: Evaluated conditional (_storage_test_volume_present): True 172629 1726889001.90284: variable 'omit' from source: magic vars 172629 1726889001.90349: variable 'omit' from source: magic vars 172629 1726889001.90395: variable 'omit' from source: magic vars 172629 1726889001.90448: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889001.90515: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889001.90527: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889001.90552: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889001.90624: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889001.90628: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889001.90631: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.90633: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.90747: Set connection var ansible_timeout to 10 172629 1726889001.90762: Set connection var ansible_shell_type to sh 172629 1726889001.90775: Set connection var ansible_pipelining to False 172629 1726889001.90790: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889001.90801: Set connection var ansible_shell_executable to /bin/sh 172629 1726889001.90809: Set connection var ansible_connection to ssh 172629 1726889001.90952: variable 'ansible_shell_executable' from source: unknown 172629 1726889001.90957: variable 'ansible_connection' from source: unknown 172629 1726889001.90960: variable 'ansible_module_compression' from source: unknown 172629 1726889001.90962: variable 'ansible_shell_type' from source: unknown 172629 1726889001.90964: variable 'ansible_shell_executable' from source: unknown 172629 1726889001.90966: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.90968: variable 'ansible_pipelining' from source: unknown 172629 1726889001.90970: variable 'ansible_timeout' from source: unknown 172629 1726889001.90972: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.91043: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889001.91070: variable 'omit' from source: magic vars 172629 1726889001.91084: starting attempt loop 172629 1726889001.91094: running the handler 172629 1726889001.91326: variable 'storage_test_blkinfo' from source: set_fact 172629 1726889001.91351: variable 'storage_test_volume' from source: include params 172629 1726889001.91371: variable 'st_volume_type' from source: set_fact 172629 1726889001.91397: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._raw_device].type == st_volume_type): True 172629 1726889001.91406: handler run complete 172629 1726889001.91427: attempt loop complete, returning result 172629 1726889001.91432: _execute() done 172629 1726889001.91437: dumping result to json 172629 1726889001.91495: done dumping result, returning 172629 1726889001.91499: done running TaskExecutor() for managed_node1/TASK: Verify the volume's device type [0affc8a3-6f6f-d0a8-add8-000000001ec9] 172629 1726889001.91501: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ec9 172629 1726889001.91761: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ec9 172629 1726889001.91764: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889001.91810: no more pending results, returning what we have 172629 1726889001.91813: results queue empty 172629 1726889001.91814: checking for any_errors_fatal 172629 1726889001.91821: done checking for any_errors_fatal 172629 1726889001.91821: checking for max_fail_percentage 172629 1726889001.91823: done checking for max_fail_percentage 172629 1726889001.91824: checking to see if all hosts have failed and the running result is not ok 172629 1726889001.91825: done checking to see if all hosts have failed 172629 1726889001.91826: getting the remaining hosts for this loop 172629 1726889001.91828: done getting the remaining hosts for this loop 172629 1726889001.91831: getting the next task for host managed_node1 172629 1726889001.91842: done getting next task for host managed_node1 172629 1726889001.91845: ^ task is: TASK: Stat the LUKS device, if encrypted 172629 1726889001.91850: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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 172629 1726889001.91854: getting variables 172629 1726889001.91858: in VariableManager get_vars() 172629 1726889001.91902: Calling all_inventory to load vars for managed_node1 172629 1726889001.91906: Calling groups_inventory to load vars for managed_node1 172629 1726889001.91909: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889001.91920: Calling all_plugins_play to load vars for managed_node1 172629 1726889001.91923: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889001.91927: Calling groups_plugins_play to load vars for managed_node1 172629 1726889001.92632: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889001.93539: done with get_vars() 172629 1726889001.93558: done getting variables TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Friday 20 September 2024 23:23:21 -0400 (0:00:00.048) 0:01:42.216 ****** 172629 1726889001.93652: entering _queue_task() for managed_node1/stat 172629 1726889001.94103: worker is 1 (out of 1 available) 172629 1726889001.94116: exiting _queue_task() for managed_node1/stat 172629 1726889001.94129: done queuing things up, now waiting for results queue to drain 172629 1726889001.94130: waiting for pending results... 172629 1726889001.94361: running TaskExecutor() for managed_node1/TASK: Stat the LUKS device, if encrypted 172629 1726889001.94515: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ecd 172629 1726889001.94537: variable 'ansible_search_path' from source: unknown 172629 1726889001.94582: calling self._execute() 172629 1726889001.94725: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.94738: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.94752: variable 'omit' from source: magic vars 172629 1726889001.95163: variable 'storage_test_volume' from source: include params 172629 1726889001.95461: Evaluated conditional (storage_test_volume.encryption): False 172629 1726889001.95465: when evaluation is False, skipping this task 172629 1726889001.95467: _execute() done 172629 1726889001.95469: dumping result to json 172629 1726889001.95472: done dumping result, returning 172629 1726889001.95474: done running TaskExecutor() for managed_node1/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-d0a8-add8-000000001ecd] 172629 1726889001.95476: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ecd 172629 1726889001.95541: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ecd 172629 1726889001.95544: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889001.95595: no more pending results, returning what we have 172629 1726889001.95599: results queue empty 172629 1726889001.95600: checking for any_errors_fatal 172629 1726889001.95607: done checking for any_errors_fatal 172629 1726889001.95608: checking for max_fail_percentage 172629 1726889001.95609: done checking for max_fail_percentage 172629 1726889001.95610: checking to see if all hosts have failed and the running result is not ok 172629 1726889001.95611: done checking to see if all hosts have failed 172629 1726889001.95611: getting the remaining hosts for this loop 172629 1726889001.95613: done getting the remaining hosts for this loop 172629 1726889001.95616: getting the next task for host managed_node1 172629 1726889001.95624: done getting next task for host managed_node1 172629 1726889001.95627: ^ task is: TASK: Ensure cryptsetup is present 172629 1726889001.95632: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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 172629 1726889001.95636: getting variables 172629 1726889001.95637: in VariableManager get_vars() 172629 1726889001.95675: Calling all_inventory to load vars for managed_node1 172629 1726889001.95678: Calling groups_inventory to load vars for managed_node1 172629 1726889001.95682: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889001.95694: Calling all_plugins_play to load vars for managed_node1 172629 1726889001.95697: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889001.95700: Calling groups_plugins_play to load vars for managed_node1 172629 1726889001.96633: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889001.97254: done with get_vars() 172629 1726889001.97273: done getting variables 172629 1726889001.97341: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Friday 20 September 2024 23:23:21 -0400 (0:00:00.037) 0:01:42.253 ****** 172629 1726889001.97382: entering _queue_task() for managed_node1/package 172629 1726889001.97836: worker is 1 (out of 1 available) 172629 1726889001.97850: exiting _queue_task() for managed_node1/package 172629 1726889001.97864: done queuing things up, now waiting for results queue to drain 172629 1726889001.97866: waiting for pending results... 172629 1726889001.98496: running TaskExecutor() for managed_node1/TASK: Ensure cryptsetup is present 172629 1726889001.98708: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ece 172629 1726889001.98719: variable 'ansible_search_path' from source: unknown 172629 1726889001.98767: calling self._execute() 172629 1726889001.99256: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889001.99261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889001.99265: variable 'omit' from source: magic vars 172629 1726889001.99599: variable 'omit' from source: magic vars 172629 1726889001.99602: variable 'omit' from source: magic vars 172629 1726889002.00088: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889002.02927: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889002.03009: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889002.03050: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889002.03099: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889002.03144: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889002.03254: 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) 172629 1726889002.03296: 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) 172629 1726889002.03327: 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) 172629 1726889002.03376: 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) 172629 1726889002.03403: 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) 172629 1726889002.03530: variable '__storage_is_ostree' from source: set_fact 172629 1726889002.03541: variable 'omit' from source: magic vars 172629 1726889002.03584: variable 'omit' from source: magic vars 172629 1726889002.03660: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889002.03664: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889002.03678: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889002.03699: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889002.03720: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889002.03754: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889002.03765: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889002.03773: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889002.03933: Set connection var ansible_timeout to 10 172629 1726889002.03936: Set connection var ansible_shell_type to sh 172629 1726889002.03938: Set connection var ansible_pipelining to False 172629 1726889002.03940: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889002.03942: Set connection var ansible_shell_executable to /bin/sh 172629 1726889002.03944: Set connection var ansible_connection to ssh 172629 1726889002.03946: variable 'ansible_shell_executable' from source: unknown 172629 1726889002.03950: variable 'ansible_connection' from source: unknown 172629 1726889002.03959: variable 'ansible_module_compression' from source: unknown 172629 1726889002.03965: variable 'ansible_shell_type' from source: unknown 172629 1726889002.03971: variable 'ansible_shell_executable' from source: unknown 172629 1726889002.03978: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889002.03984: variable 'ansible_pipelining' from source: unknown 172629 1726889002.03990: variable 'ansible_timeout' from source: unknown 172629 1726889002.03997: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889002.04106: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889002.04151: variable 'omit' from source: magic vars 172629 1726889002.04154: starting attempt loop 172629 1726889002.04158: running the handler 172629 1726889002.04160: variable 'ansible_facts' from source: unknown 172629 1726889002.04162: variable 'ansible_facts' from source: unknown 172629 1726889002.04212: _low_level_execute_command(): starting 172629 1726889002.04223: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889002.05029: 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 <<< 172629 1726889002.05048: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889002.05067: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889002.05090: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889002.05180: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889002.06900: stdout chunk (state=3): >>>/root <<< 172629 1726889002.07070: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889002.07074: stdout chunk (state=3): >>><<< 172629 1726889002.07076: stderr chunk (state=3): >>><<< 172629 1726889002.07097: _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 172629 1726889002.07202: _low_level_execute_command(): starting 172629 1726889002.07207: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889002.0711348-176352-104330833929722 `" && echo ansible-tmp-1726889002.0711348-176352-104330833929722="` echo /root/.ansible/tmp/ansible-tmp-1726889002.0711348-176352-104330833929722 `" ) && sleep 0' 172629 1726889002.07766: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889002.07782: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889002.07797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889002.07820: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889002.07838: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889002.07853: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889002.07925: 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 <<< 172629 1726889002.07965: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889002.07983: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889002.08003: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889002.08090: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889002.10001: stdout chunk (state=3): >>>ansible-tmp-1726889002.0711348-176352-104330833929722=/root/.ansible/tmp/ansible-tmp-1726889002.0711348-176352-104330833929722 <<< 172629 1726889002.10163: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889002.10169: stdout chunk (state=3): >>><<< 172629 1726889002.10190: stderr chunk (state=3): >>><<< 172629 1726889002.10208: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889002.0711348-176352-104330833929722=/root/.ansible/tmp/ansible-tmp-1726889002.0711348-176352-104330833929722 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889002.10360: variable 'ansible_module_compression' from source: unknown 172629 1726889002.10363: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 172629 1726889002.10366: variable 'ansible_facts' from source: unknown 172629 1726889002.10505: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889002.0711348-176352-104330833929722/AnsiballZ_dnf.py 172629 1726889002.10722: Sending initial data 172629 1726889002.10725: Sent initial data (154 bytes) 172629 1726889002.11308: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889002.11323: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889002.11338: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889002.11366: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889002.11471: 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 <<< 172629 1726889002.11494: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889002.11580: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889002.13127: 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 <<< 172629 1726889002.13202: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889002.13250: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpnbk0tyxr /root/.ansible/tmp/ansible-tmp-1726889002.0711348-176352-104330833929722/AnsiballZ_dnf.py <<< 172629 1726889002.13253: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889002.0711348-176352-104330833929722/AnsiballZ_dnf.py" <<< 172629 1726889002.13296: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpnbk0tyxr" to remote "/root/.ansible/tmp/ansible-tmp-1726889002.0711348-176352-104330833929722/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889002.0711348-176352-104330833929722/AnsiballZ_dnf.py" <<< 172629 1726889002.14296: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889002.14307: stderr chunk (state=3): >>><<< 172629 1726889002.14315: stdout chunk (state=3): >>><<< 172629 1726889002.14342: done transferring module to remote 172629 1726889002.14435: _low_level_execute_command(): starting 172629 1726889002.14438: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889002.0711348-176352-104330833929722/ /root/.ansible/tmp/ansible-tmp-1726889002.0711348-176352-104330833929722/AnsiballZ_dnf.py && sleep 0' 172629 1726889002.14989: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889002.15003: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889002.15014: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889002.15029: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889002.15043: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889002.15052: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889002.15108: 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 <<< 172629 1726889002.15212: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889002.15231: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889002.15254: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889002.15348: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889002.17197: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889002.17201: stdout chunk (state=3): >>><<< 172629 1726889002.17203: stderr chunk (state=3): >>><<< 172629 1726889002.17454: _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 172629 1726889002.17459: _low_level_execute_command(): starting 172629 1726889002.17461: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889002.0711348-176352-104330833929722/AnsiballZ_dnf.py && sleep 0' 172629 1726889002.18257: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889002.18273: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889002.18286: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889002.18303: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889002.18319: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889002.18413: 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' <<< 172629 1726889002.18432: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889002.18447: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889002.18531: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889002.20700: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889002.20724: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889002.20750: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889002.20823: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726889002.20843: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889002.20881: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889002.20916: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 172629 1726889002.20941: stdout chunk (state=3): >>># installed zipimport hook <<< 172629 1726889002.20980: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726889002.20983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889002.20986: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889002.21011: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889002.21070: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889002.21085: 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 0x7f6cebd684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebd37b30> <<< 172629 1726889002.21117: 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 0x7f6cebd6aa50> <<< 172629 1726889002.21150: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889002.21179: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726889002.21193: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889002.21223: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889002.21309: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889002.21346: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889002.21395: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 172629 1726889002.21419: 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' <<< 172629 1726889002.21464: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889002.21468: 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' <<< 172629 1726889002.21491: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebb3d130> <<< 172629 1726889002.21545: 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 <<< 172629 1726889002.21569: 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 0x7f6cebb3e120> <<< 172629 1726889002.21608: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889002.21612: 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. <<< 172629 1726889002.21985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # 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 <<< 172629 1726889002.22038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889002.22104: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebb83f50> <<< 172629 1726889002.22107: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889002.22111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889002.22148: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726889002.22151: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebb900e0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889002.22157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889002.22159: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889002.22205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889002.22234: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889002.22265: 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 0x7f6cebbb3920> <<< 172629 1726889002.22294: 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 0x7f6cebbb3fb0> import '_collections' # <<< 172629 1726889002.22343: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebb93bc0> <<< 172629 1726889002.22366: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889002.22383: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebb91340> <<< 172629 1726889002.22478: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebb81100> <<< 172629 1726889002.22509: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889002.22537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889002.22557: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889002.22590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889002.22602: 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' <<< 172629 1726889002.22642: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebbd7920> <<< 172629 1726889002.22685: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebbd6540> # /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 0x7f6cebb921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebbd4d10> <<< 172629 1726889002.22764: 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 0x7f6cebc04980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebb80380> <<< 172629 1726889002.22796: 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' <<< 172629 1726889002.22820: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889002.22867: 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 0x7f6cebc04e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebc04ce0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889002.22884: 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 0x7f6cebc050d0> <<< 172629 1726889002.22913: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebb76ea0> # /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 <<< 172629 1726889002.22954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889002.23002: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebc05790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebc05490> import 'importlib.machinery' # <<< 172629 1726889002.23032: 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' <<< 172629 1726889002.23035: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebc06690> <<< 172629 1726889002.23072: 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 <<< 172629 1726889002.23102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889002.23142: 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 0x7f6cebc208c0> <<< 172629 1726889002.23145: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889002.23184: 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 0x7f6cebc22000> <<< 172629 1726889002.23221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889002.23224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726889002.23249: 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 0x7f6cebc22ea0> <<< 172629 1726889002.23295: 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 0x7f6cebc23500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebc223f0> <<< 172629 1726889002.23327: 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' <<< 172629 1726889002.23383: 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 0x7f6cebc23ec0> <<< 172629 1726889002.23395: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebc235f0> <<< 172629 1726889002.23437: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebc066f0> <<< 172629 1726889002.23448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889002.23483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889002.23509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889002.23532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889002.23565: 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 0x7f6ceb967d40> <<< 172629 1726889002.23606: 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' <<< 172629 1726889002.23639: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ceb994890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb9945f0> <<< 172629 1726889002.23666: 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 0x7f6ceb9948c0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726889002.23677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726889002.23733: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889002.23866: 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 0x7f6ceb9951f0> <<< 172629 1726889002.23984: 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 0x7f6ceb995bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb994aa0> <<< 172629 1726889002.24004: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb965ee0> <<< 172629 1726889002.24050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889002.24058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889002.24085: 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 0x7f6ceb996fc0> <<< 172629 1726889002.24112: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb995d00> <<< 172629 1726889002.24127: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebc06de0> <<< 172629 1726889002.24162: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889002.24228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889002.24232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889002.24274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889002.24296: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb9bf320> <<< 172629 1726889002.24346: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889002.24380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889002.24387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889002.24409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889002.24439: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb9df6b0> <<< 172629 1726889002.24465: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889002.24511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889002.24571: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889002.24593: 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' <<< 172629 1726889002.24607: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceba404a0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889002.24632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889002.24656: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889002.24694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889002.24780: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceba42c00> <<< 172629 1726889002.24858: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceba405c0> <<< 172629 1726889002.24890: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceba054c0> <<< 172629 1726889002.24924: 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 0x7f6ceb329580> <<< 172629 1726889002.24952: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb9de4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb997ef0> <<< 172629 1726889002.25082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6ceb9de5d0> <<< 172629 1726889002.25343: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_se_07lw9/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 172629 1726889002.25482: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.25509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889002.25520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889002.25551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889002.25643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889002.25664: 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 0x7f6ceb3831a0> import '_typing' # <<< 172629 1726889002.25862: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb362090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb361220> <<< 172629 1726889002.25911: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.25932: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889002.25947: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726889002.25964: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.27328: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.28461: 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 0x7f6ceb380ef0> <<< 172629 1726889002.28493: 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' <<< 172629 1726889002.28528: 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' <<< 172629 1726889002.28542: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726889002.28568: 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 0x7f6ceb3aab10> <<< 172629 1726889002.28598: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb3aa8a0> <<< 172629 1726889002.28647: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb3aa1b0> <<< 172629 1726889002.28650: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889002.28666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726889002.28709: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb3aaba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebd6a9c0> <<< 172629 1726889002.28727: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726889002.28774: 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 0x7f6ceb3ab740> <<< 172629 1726889002.28788: 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 0x7f6ceb3ab8f0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889002.28842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889002.28853: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889002.28896: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb3abdd0> <<< 172629 1726889002.28922: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889002.28950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889002.28953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889002.28983: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb215c10> <<< 172629 1726889002.29025: 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 0x7f6ceb217830> <<< 172629 1726889002.29054: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889002.29096: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb21c230> <<< 172629 1726889002.29111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889002.29150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889002.29177: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb21d3a0> <<< 172629 1726889002.29189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889002.29226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889002.29236: 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' <<< 172629 1726889002.29290: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb21fe00> <<< 172629 1726889002.29332: 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 0x7f6cebc22d20> <<< 172629 1726889002.29347: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb21e0f0> <<< 172629 1726889002.29383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889002.29412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889002.29422: 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' <<< 172629 1726889002.29445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889002.29479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889002.29514: 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' <<< 172629 1726889002.29528: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb223d40> import '_tokenize' # <<< 172629 1726889002.29591: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb222840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb2225a0> <<< 172629 1726889002.29621: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726889002.29631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726889002.29689: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb222ae0> <<< 172629 1726889002.29721: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb21e600> <<< 172629 1726889002.29748: 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 0x7f6ceb267fb0> <<< 172629 1726889002.29795: 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 0x7f6ceb2680e0> <<< 172629 1726889002.29803: 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 <<< 172629 1726889002.29847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889002.29851: 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' <<< 172629 1726889002.29884: 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 0x7f6ceb269be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb2699a0> <<< 172629 1726889002.29909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889002.30023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889002.30084: 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 0x7f6ceb26c140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb26a2d0> <<< 172629 1726889002.30098: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889002.30137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889002.30171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726889002.30188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726889002.30222: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb26f770> <<< 172629 1726889002.30343: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb26c230> <<< 172629 1726889002.30411: 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 0x7f6ceb2708f0> <<< 172629 1726889002.30436: 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 0x7f6ceb270aa0> <<< 172629 1726889002.30502: 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 0x7f6ceb270b90> <<< 172629 1726889002.30506: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb268320> <<< 172629 1726889002.30540: 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 <<< 172629 1726889002.30563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889002.30581: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889002.30607: 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 0x7f6ceb2fc290> <<< 172629 1726889002.30847: 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 0x7f6ceb2fd550> <<< 172629 1726889002.30875: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb272a50> # 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 0x7f6ceb273dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb272690> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726889002.30948: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.31044: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.31048: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.31052: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 172629 1726889002.31090: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889002.31103: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.31212: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.31330: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.31862: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.32389: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726889002.32421: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889002.32440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889002.32490: 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 0x7f6ceb101880> <<< 172629 1726889002.32601: 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 0x7f6ceb102510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb2fd820> <<< 172629 1726889002.32654: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889002.32660: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.32699: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.32702: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726889002.32715: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.32847: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.33007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726889002.33058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb102390> # zipimport: zlib available <<< 172629 1726889002.33471: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.33905: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.33976: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.34050: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889002.34066: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.34098: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.34133: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889002.34141: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.34212: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.34289: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889002.34312: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.34324: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.34335: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 172629 1726889002.34340: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.34385: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.34416: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889002.34433: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.34652: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.34880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889002.34937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889002.34960: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889002.35047: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb103830> <<< 172629 1726889002.35066: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.35107: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.35185: 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' # <<< 172629 1726889002.35209: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.35267: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.35298: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726889002.35351: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.35392: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.35449: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.35511: 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 <<< 172629 1726889002.35550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889002.35629: 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 0x7f6ceb10e300> <<< 172629 1726889002.35675: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb109a30> <<< 172629 1726889002.35701: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726889002.35818: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.35841: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.35882: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.35913: 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' <<< 172629 1726889002.35923: 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 <<< 172629 1726889002.35935: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889002.35964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889002.36011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889002.36045: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889002.36056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889002.36105: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb3faba0> <<< 172629 1726889002.36144: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb3e2870> <<< 172629 1726889002.36218: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb10e390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb100ef0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726889002.36236: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.36269: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.36295: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889002.36354: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889002.36374: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.36378: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 172629 1726889002.36399: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.36952: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.37473: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.38137: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.38793: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 172629 1726889002.38796: 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 0x7f6ceb1a08c0> <<< 172629 1726889002.38822: 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 0x7f6ceb1a0ad0> <<< 172629 1726889002.38838: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py <<< 172629 1726889002.38854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 172629 1726889002.38894: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb1a1220> <<< 172629 1726889002.38932: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb1a0da0> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py <<< 172629 1726889002.38935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 172629 1726889002.38959: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 172629 1726889002.39003: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb1a1b80> <<< 172629 1726889002.39027: 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' <<< 172629 1726889002.39041: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 172629 1726889002.39050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 172629 1726889002.39067: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 172629 1726889002.39079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 172629 1726889002.39087: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 172629 1726889002.39126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 172629 1726889002.39139: 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' <<< 172629 1726889002.39148: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb18d7f0> <<< 172629 1726889002.39176: 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 0x7f6ceb18d910> <<< 172629 1726889002.39210: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 172629 1726889002.39223: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead7a720> <<< 172629 1726889002.39265: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb1a3320> <<< 172629 1726889002.39283: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 172629 1726889002.39315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 172629 1726889002.39344: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 172629 1726889002.39348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 172629 1726889002.39374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 172629 1726889002.39406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 172629 1726889002.39474: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead89220> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead7bdd0> <<< 172629 1726889002.39510: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead7b170> <<< 172629 1726889002.39523: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb1a27e0> <<< 172629 1726889002.39552: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 172629 1726889002.39564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 172629 1726889002.39587: 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 <<< 172629 1726889002.39639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 172629 1726889002.39666: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 172629 1726889002.39690: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceadf51c0> <<< 172629 1726889002.39813: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceadad2e0> <<< 172629 1726889002.39925: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead7bbf0> <<< 172629 1726889002.39945: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 172629 1726889002.39960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 172629 1726889002.39975: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 172629 1726889002.40002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 172629 1726889002.40039: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceadfccb0> <<< 172629 1726889002.40058: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceadf6fc0> <<< 172629 1726889002.40065: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceadacdd0> <<< 172629 1726889002.40100: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb1a21e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb1a1be0> <<< 172629 1726889002.40103: stdout chunk (state=3): >>>import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb1a1910> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb1a0b30> <<< 172629 1726889002.40137: 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' <<< 172629 1726889002.40142: stdout chunk (state=3): >>>import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb1a1c10> <<< 172629 1726889002.40176: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 172629 1726889002.40179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 172629 1726889002.40182: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 172629 1726889002.40207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 172629 1726889002.40251: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceadfd280> <<< 172629 1726889002.40258: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceadfc9e0> <<< 172629 1726889002.40282: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 172629 1726889002.40290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889002.40351: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceadfd9d0> <<< 172629 1726889002.40374: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 172629 1726889002.40403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 172629 1726889002.40463: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726889002.40493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'<<< 172629 1726889002.40498: stdout chunk (state=3): >>> <<< 172629 1726889002.40569: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889002.40648: 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 0x7f6ceae001a0> <<< 172629 1726889002.40822: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceade57c0> <<< 172629 1726889002.40851: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceadfe990> <<< 172629 1726889002.40870: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 172629 1726889002.40886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 172629 1726889002.40915: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceade5250> <<< 172629 1726889002.40938: 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' <<< 172629 1726889002.40968: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceae1a5d0> <<< 172629 1726889002.40983: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 172629 1726889002.41021: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 172629 1726889002.41031: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceae1b260> <<< 172629 1726889002.41053: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceae1acf0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 172629 1726889002.41133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 172629 1726889002.41193: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceae1b740> <<< 172629 1726889002.41224: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 172629 1726889002.41253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 172629 1726889002.41528: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceadefc50> <<< 172629 1726889002.41534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 172629 1726889002.41537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 172629 1726889002.41539: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead0e0c0> <<< 172629 1726889002.41576: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.41675: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 172629 1726889002.41703: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.41801: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.41941: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 172629 1726889002.41956: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.41998: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.42052: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 172629 1726889002.42066: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.42216: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.42285: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 172629 1726889002.42372: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889002.42829: 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' <<< 172629 1726889002.42860: 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 <<< 172629 1726889002.42865: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 172629 1726889002.42895: 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' <<< 172629 1726889002.42902: stdout chunk (state=3): >>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead43140> <<< 172629 1726889002.42927: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726889002.42966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726889002.43086: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead43260> <<< 172629 1726889002.43115: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 172629 1726889002.43118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 172629 1726889002.43145: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 172629 1726889002.43152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 172629 1726889002.43183: 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 0x7f6ceaa9f410> <<< 172629 1726889002.43189: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceaa9ec60> <<< 172629 1726889002.43220: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889002.43224: 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 0x7f6ceaa9ee40> <<< 172629 1726889002.43266: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead43770> <<< 172629 1726889002.43273: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead42300> <<< 172629 1726889002.43305: 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 <<< 172629 1726889002.43310: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead42de0> <<< 172629 1726889002.43335: 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 <<< 172629 1726889002.43401: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 172629 1726889002.43431: 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' <<< 172629 1726889002.43464: 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 <<< 172629 1726889002.43469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 172629 1726889002.43586: 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 0x7f6ceab149e0> <<< 172629 1726889002.43592: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceab145c0> <<< 172629 1726889002.43617: 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 <<< 172629 1726889002.43670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 172629 1726889002.43719: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' <<< 172629 1726889002.43724: 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 0x7f6ceab402f0> <<< 172629 1726889002.43752: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceab14b30> <<< 172629 1726889002.43773: 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 <<< 172629 1726889002.43858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 172629 1726889002.44800: 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 0x7f6cea8ef4a0> <<< 172629 1726889002.44866: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceab40500> <<< 172629 1726889002.44890: 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 <<< 172629 1726889002.44959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 172629 1726889002.45045: 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 0x7f6cea96cf80> <<< 172629 1726889002.45201: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cea8ef800> <<< 172629 1726889002.45218: 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 <<< 172629 1726889002.45259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726889002.45336: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' <<< 172629 1726889002.45341: stdout chunk (state=3): >>># extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6cea96fe60> <<< 172629 1726889002.45372: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cea96d010> <<< 172629 1726889002.45400: 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 <<< 172629 1726889002.45443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 172629 1726889002.45522: 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 0x7f6cea9afec0> <<< 172629 1726889002.45570: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cea9ac110> <<< 172629 1726889002.45582: 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 <<< 172629 1726889002.45602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 172629 1726889002.45654: 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 0x7f6ce8c79130> <<< 172629 1726889002.45676: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c78530> <<< 172629 1726889002.45682: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceab14170> <<< 172629 1726889002.45703: 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 <<< 172629 1726889002.45739: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 172629 1726889002.45759: 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 <<< 172629 1726889002.45784: 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 <<< 172629 1726889002.45803: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 172629 1726889002.45840: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889002.45846: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ce8c94620> <<< 172629 1726889002.45877: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c7ba70> <<< 172629 1726889002.45894: 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 <<< 172629 1726889002.45928: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 172629 1726889002.45948: 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 <<< 172629 1726889002.45958: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 172629 1726889002.45986: 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'<<< 172629 1726889002.45996: stdout chunk (state=3): >>> import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c96c90> <<< 172629 1726889002.46002: 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 <<< 172629 1726889002.46026: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 172629 1726889002.46053: 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 <<< 172629 1726889002.46062: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c97b90> <<< 172629 1726889002.46089: 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' <<< 172629 1726889002.46522: 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 0x7f6ce8cc44a0> <<< 172629 1726889002.46557: 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 <<< 172629 1726889002.46583: 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 0x7f6ce8cc5a00> <<< 172629 1726889002.46587: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c97dd0> <<< 172629 1726889002.46630: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c96b40> <<< 172629 1726889002.46632: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c964e0> <<< 172629 1726889002.46654: 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 <<< 172629 1726889002.46673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889002.46762: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' <<< 172629 1726889002.46767: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ce8cc75f0> <<< 172629 1726889002.46785: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c970b0> <<< 172629 1726889002.46846: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c94950> <<< 172629 1726889002.46879: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c7b080> <<< 172629 1726889002.46913: 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' <<< 172629 1726889002.47042: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' <<< 172629 1726889002.47047: 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 0x7f6ce8c7b7a0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c7b500> <<< 172629 1726889002.47078: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c79280> <<< 172629 1726889002.47105: 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 0x7f6ce8d00c20> <<< 172629 1726889002.47139: 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 <<< 172629 1726889002.47151: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 172629 1726889002.47177: 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 <<< 172629 1726889002.47184: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 172629 1726889002.47218: 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 <<< 172629 1726889002.47223: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 172629 1726889002.47246: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d030b0> <<< 172629 1726889002.47263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726889002.47277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726889002.47304: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d03860> <<< 172629 1726889002.47309: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d02450> <<< 172629 1726889002.47323: 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 <<< 172629 1726889002.47353: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 172629 1726889002.47366: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d280b0> <<< 172629 1726889002.47390: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d00bf0> <<< 172629 1726889002.47419: 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 <<< 172629 1726889002.47428: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889002.47439: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 172629 1726889002.47477: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 172629 1726889002.47489: 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' <<< 172629 1726889002.47510: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d29b20> <<< 172629 1726889002.47534: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d290a0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d28ec0> <<< 172629 1726889002.47554: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 172629 1726889002.47584: 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 <<< 172629 1726889002.47612: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726889002.47641: 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 <<< 172629 1726889002.47646: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 172629 1726889002.47690: 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 <<< 172629 1726889002.47709: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d54bc0> <<< 172629 1726889002.47723: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 172629 1726889002.47772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 172629 1726889002.47788: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726889002.47835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726889002.47852: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726889002.47877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 172629 1726889002.47883: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8622c30> <<< 172629 1726889002.47930: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889002.47933: 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 0x7f6ce8622f90> <<< 172629 1726889002.47979: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d56ed0> <<< 172629 1726889002.48036: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d55070> <<< 172629 1726889002.48039: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d2bf80> <<< 172629 1726889002.48075: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d2a300> <<< 172629 1726889002.48099: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d2a030> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py <<< 172629 1726889002.48112: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 172629 1726889002.48141: 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 <<< 172629 1726889002.48161: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889002.48201: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8660b30> <<< 172629 1726889002.48204: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8623c50> <<< 172629 1726889002.48246: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d2a840> <<< 172629 1726889002.48277: 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' <<< 172629 1726889002.48303: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8661220> <<< 172629 1726889002.48342: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86615e0> <<< 172629 1726889002.48361: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86616a0> <<< 172629 1726889002.48416: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86617c0> <<< 172629 1726889002.48421: 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 <<< 172629 1726889002.48440: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 172629 1726889002.48480: 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 <<< 172629 1726889002.48490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 172629 1726889002.48554: 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 0x7f6ce867c380> <<< 172629 1726889002.48582: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86624b0> <<< 172629 1726889002.48612: 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 0x7f6ce867c470> <<< 172629 1726889002.48699: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce867c560> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8661610> <<< 172629 1726889002.48792: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce867c650> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py <<< 172629 1726889002.48798: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 172629 1726889002.48817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726889002.48868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726889002.48882: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726889002.48979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726889002.49007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726889002.49013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726889002.49038: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889002.49044: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ce86d0110> <<< 172629 1726889002.49069: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86a7530> <<< 172629 1726889002.49126: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86a5fa0> <<< 172629 1726889002.49295: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce867dee0> <<< 172629 1726889002.49302: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce867d340> <<< 172629 1726889002.49319: 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 0x7f6ce867e390> <<< 172629 1726889002.49370: 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' <<< 172629 1726889002.49399: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead423c0> # /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 0x7f6ce86e8950> <<< 172629 1726889002.49434: 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 <<< 172629 1726889002.49476: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86e8bc0> # /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' <<< 172629 1726889002.49503: 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 <<< 172629 1726889002.49530: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86e94f0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86e8fb0> <<< 172629 1726889002.49560: 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 0x7f6ce86ea3f0> <<< 172629 1726889002.49568: stdout chunk (state=3): >>>import 'gc' # <<< 172629 1726889002.49601: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceaa9f530> <<< 172629 1726889002.49652: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead42060> <<< 172629 1726889002.50174: 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 <<< 172629 1726889002.50191: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 172629 1726889002.50239: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889002.50242: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86eaf30> <<< 172629 1726889002.50273: 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' <<< 172629 1726889002.50290: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 172629 1726889002.50338: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py <<< 172629 1726889002.50408: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 172629 1726889002.50441: 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 0x7f6ce84bb9b0> <<< 172629 1726889002.50496: 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 <<< 172629 1726889002.50502: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 172629 1726889002.50529: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889002.50641: 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 0x7f6ce84dda30> <<< 172629 1726889002.50646: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce84dd5e0> <<< 172629 1726889002.50686: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889002.50707: 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 0x7f6ce84dd880> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce84dc4a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce84bbce0> <<< 172629 1726889002.50742: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce84b8a10> <<< 172629 1726889002.50771: 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 0x7f6ce84bb7a0> <<< 172629 1726889002.50813: 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 <<< 172629 1726889002.50841: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889002.50848: 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 <<< 172629 1726889002.50873: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 172629 1726889002.50928: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce84f30e0> <<< 172629 1726889002.50932: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce84f1c10> <<< 172629 1726889002.50973: 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' <<< 172629 1726889002.51006: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8518890> <<< 172629 1726889002.51047: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8518b90> <<< 172629 1726889002.51081: 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 0x7f6ce8518e00> <<< 172629 1726889002.51086: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 172629 1726889002.51134: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce85190a0> # /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' <<< 172629 1726889002.51141: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py <<< 172629 1726889002.51190: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 172629 1726889002.51208: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce85197c0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8519610> <<< 172629 1726889002.51230: 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 0x7f6ce851b0b0> <<< 172629 1726889002.51269: 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' <<< 172629 1726889002.51277: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce851b200> <<< 172629 1726889002.51291: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py <<< 172629 1726889002.51325: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 172629 1726889002.51328: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce851b3e0> <<< 172629 1726889002.51357: 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 <<< 172629 1726889002.51372: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 172629 1726889002.51393: 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 <<< 172629 1726889002.51419: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 172629 1726889002.51464: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8530380> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce851bbc0> <<< 172629 1726889002.51491: 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 <<< 172629 1726889002.51531: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8530f20> # /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 <<< 172629 1726889002.51535: 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 0x7f6ce8531370> <<< 172629 1726889002.51568: 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 0x7f6ce8531550> <<< 172629 1726889002.51596: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py <<< 172629 1726889002.51613: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 172629 1726889002.51629: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8531820> <<< 172629 1726889002.51659: 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 <<< 172629 1726889002.51665: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' <<< 172629 1726889002.51693: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8532720> <<< 172629 1726889002.51698: 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' <<< 172629 1726889002.51729: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8532990> <<< 172629 1726889002.51757: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8532ba0> <<< 172629 1726889002.51793: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py <<< 172629 1726889002.51812: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 172629 1726889002.51857: 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' <<< 172629 1726889002.51861: stdout chunk (state=3): >>>import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce85337a0> <<< 172629 1726889002.51875: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce85332c0> # /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 <<< 172629 1726889002.51893: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 172629 1726889002.51919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 172629 1726889002.51936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8558650> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8533f50> <<< 172629 1726889002.51986: 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' <<< 172629 1726889002.51993: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce85592e0> <<< 172629 1726889002.52005: 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 <<< 172629 1726889002.52031: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 172629 1726889002.52067: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce85595e0> <<< 172629 1726889002.52070: 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' <<< 172629 1726889002.52128: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce855a540> # /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' <<< 172629 1726889002.52137: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce855a7e0> <<< 172629 1726889002.52176: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce855a960> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86eb380> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86eb110> <<< 172629 1726889002.52198: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86ea840> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py <<< 172629 1726889002.52212: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 172629 1726889002.52229: 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 <<< 172629 1726889002.52240: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889002.52281: 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 <<< 172629 1726889002.52295: 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 0x7f6ce855b350> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce855b0b0> <<< 172629 1726889002.52304: 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' <<< 172629 1726889002.52324: 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 <<< 172629 1726889002.52371: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889002.52399: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 172629 1726889002.52428: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 172629 1726889002.52472: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8581790> <<< 172629 1726889002.52495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py <<< 172629 1726889002.52501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' <<< 172629 1726889002.52576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 172629 1726889002.52589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 172629 1726889002.52613: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8582f00> <<< 172629 1726889002.52667: 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 0x7f6ce85820f0> <<< 172629 1726889002.52675: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8581ca0> <<< 172629 1726889002.52695: 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<<< 172629 1726889002.52712: stdout chunk (state=3): >>> <<< 172629 1726889002.52743: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 172629 1726889002.52747: 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 <<< 172629 1726889002.52749: 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 0x7f6ce82d06e0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce82b7b00> <<< 172629 1726889002.52784: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889002.52808: 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 <<< 172629 1726889002.52845: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 172629 1726889002.52873: stdout chunk (state=3): >>>import 'six.moves' # <<< 172629 1726889002.52920: 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 0x7f6ce82d3530> <<< 172629 1726889002.52962: 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 <<< 172629 1726889002.52966: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce82d3e30> <<< 172629 1726889002.52969: 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 <<< 172629 1726889002.53003: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 172629 1726889002.53017: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 172629 1726889002.53051: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce82d0d10> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce82d0a10> <<< 172629 1726889002.53096: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce855b5c0> <<< 172629 1726889002.53114: 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 <<< 172629 1726889002.53133: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 172629 1726889002.53146: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce85809e0> <<< 172629 1726889002.53167: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce855b320> <<< 172629 1726889002.53173: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce84b80e0> <<< 172629 1726889002.53199: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py <<< 172629 1726889002.53232: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 172629 1726889002.53273: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce82f9fa0> <<< 172629 1726889002.53288: 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 <<< 172629 1726889002.53337: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 172629 1726889002.53369: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce82fa840> # /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 <<< 172629 1726889002.53372: 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 0x7f6ce82fb860> <<< 172629 1726889002.53395: 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 <<< 172629 1726889002.53412: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 172629 1726889002.53427: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce82fbec0> <<< 172629 1726889002.53441: 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 <<< 172629 1726889002.53449: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 172629 1726889002.53469: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py <<< 172629 1726889002.53478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889002.53497: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 172629 1726889002.53501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 172629 1726889002.53532: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889002.53658: 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 0x7f6ce83255b0> <<< 172629 1726889002.53679: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8324f80> <<< 172629 1726889002.53682: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8324c20> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce83248c0> <<< 172629 1726889002.53715: 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 <<< 172629 1726889002.53725: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 172629 1726889002.53774: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8325220> <<< 172629 1726889002.53783: 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 <<< 172629 1726889002.53802: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 172629 1726889002.53830: 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 <<< 172629 1726889002.53835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889002.53870: 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'<<< 172629 1726889002.53873: stdout chunk (state=3): >>> import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8327260> <<< 172629 1726889002.53893: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 172629 1726889002.53902: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8327320> <<< 172629 1726889002.53928: 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' <<< 172629 1726889002.54025: 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 0x7f6ce8327a40> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce83278c0> <<< 172629 1726889002.54053: 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' <<< 172629 1726889002.54084: 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 <<< 172629 1726889002.54090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 172629 1726889002.54115: 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 <<< 172629 1726889002.54203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 172629 1726889002.54228: 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 0x7f6ce83560c0> <<< 172629 1726889002.54258: 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 <<< 172629 1726889002.54265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 172629 1726889002.54289: 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' <<< 172629 1726889002.54323: 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 0x7f6ce83572f0> <<< 172629 1726889002.54350: 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 0x7f6ce8357560> <<< 172629 1726889002.54374: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 172629 1726889002.54404: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889002.54435: 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 0x7f6ce83576b0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8357500> <<< 172629 1726889002.54444: stdout chunk (state=3): >>>import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8356db0> <<< 172629 1726889002.54461: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8356240> <<< 172629 1726889002.54472: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce83554f0> <<< 172629 1726889002.54477: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8354a70> <<< 172629 1726889002.54498: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce83542f0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8326d50> <<< 172629 1726889002.54527: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8326240> <<< 172629 1726889002.54550: 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 <<< 172629 1726889002.54564: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' <<< 172629 1726889002.54574: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8357410> <<< 172629 1726889002.54592: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 172629 1726889002.54606: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 172629 1726889002.54610: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8357bf0> <<< 172629 1726889002.54632: 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 <<< 172629 1726889002.54641: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' <<< 172629 1726889002.54663: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8380500> <<< 172629 1726889002.54679: 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 <<< 172629 1726889002.54691: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 172629 1726889002.54694: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8380890> <<< 172629 1726889002.54711: 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 <<< 172629 1726889002.54745: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 172629 1726889002.54777: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce83811c0> # /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 <<< 172629 1726889002.54806: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 172629 1726889002.54830: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8381d30> <<< 172629 1726889002.67474: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["cryptsetup"], "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}}} <<< 172629 1726889002.69072: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 172629 1726889002.69107: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889002.69585: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889002.69591: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ <<< 172629 1726889002.69623: stdout chunk (state=3): >>># clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix <<< 172629 1726889002.69646: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections <<< 172629 1726889002.69680: stdout chunk (state=3): >>># 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 <<< 172629 1726889002.69707: stdout chunk (state=3): >>># cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # 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 <<< 172629 1726889002.69744: stdout chunk (state=3): >>># cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 <<< 172629 1726889002.69772: stdout chunk (state=3): >>># cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # 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 <<< 172629 1726889002.69807: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # 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 <<< 172629 1726889002.69843: stdout chunk (state=3): >>># cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle <<< 172629 1726889002.69887: stdout chunk (state=3): >>># 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 <<< 172629 1726889002.69907: stdout chunk (state=3): >>># cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # 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 <<< 172629 1726889002.69915: stdout chunk (state=3): >>># cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade <<< 172629 1726889002.70418: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 <<< 172629 1726889002.70429: stdout chunk (state=3): >>># destroy _lzma # destroy bz2 # destroy lzma <<< 172629 1726889002.70448: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 172629 1726889002.70479: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889002.70483: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 172629 1726889002.70521: stdout chunk (state=3): >>># destroy selinux <<< 172629 1726889002.70527: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 172629 1726889002.70550: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 172629 1726889002.70577: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version <<< 172629 1726889002.70595: stdout chunk (state=3): >>># destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves <<< 172629 1726889002.70606: stdout chunk (state=3): >>># destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 172629 1726889002.70628: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 172629 1726889002.70642: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 <<< 172629 1726889002.70657: stdout chunk (state=3): >>># destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel <<< 172629 1726889002.70674: stdout chunk (state=3): >>># destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors <<< 172629 1726889002.70677: stdout chunk (state=3): >>># destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal <<< 172629 1726889002.70732: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings <<< 172629 1726889002.70749: 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 <<< 172629 1726889002.70760: stdout chunk (state=3): >>># 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 <<< 172629 1726889002.70777: stdout chunk (state=3): >>># cleanup[3] wiping curses # cleanup[3] wiping _curses <<< 172629 1726889002.70792: stdout chunk (state=3): >>># cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query <<< 172629 1726889002.70807: stdout chunk (state=3): >>># 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<<< 172629 1726889002.70827: stdout chunk (state=3): >>> # destroy token <<< 172629 1726889002.70834: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols <<< 172629 1726889002.70849: 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 <<< 172629 1726889002.70864: stdout chunk (state=3): >>># cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm <<< 172629 1726889002.70879: 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 <<< 172629 1726889002.70896: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types <<< 172629 1726889002.70908: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy <<< 172629 1726889002.70936: stdout chunk (state=3): >>># cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base <<< 172629 1726889002.70952: stdout chunk (state=3): >>># cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 172629 1726889002.70965: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words <<< 172629 1726889002.70982: stdout chunk (state=3): >>># 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 <<< 172629 1726889002.70987: stdout chunk (state=3): >>># cleanup[3] wiping email.errors <<< 172629 1726889002.71016: stdout chunk (state=3): >>># cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext <<< 172629 1726889002.71036: 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 <<< 172629 1726889002.71052: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket <<< 172629 1726889002.71071: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime <<< 172629 1726889002.71093: stdout chunk (state=3): >>># cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal <<< 172629 1726889002.71096: stdout chunk (state=3): >>># cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale <<< 172629 1726889002.71105: stdout chunk (state=3): >>># destroy encodings <<< 172629 1726889002.71122: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json <<< 172629 1726889002.71140: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress <<< 172629 1726889002.71160: stdout chunk (state=3): >>># cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile <<< 172629 1726889002.71178: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 172629 1726889002.71189: stdout chunk (state=3): >>># cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc <<< 172629 1726889002.71207: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 <<< 172629 1726889002.71229: stdout chunk (state=3): >>># cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix <<< 172629 1726889002.71247: stdout chunk (state=3): >>># destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726889002.71252: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections <<< 172629 1726889002.71262: stdout chunk (state=3): >>># cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 172629 1726889002.71286: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # 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 <<< 172629 1726889002.71293: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 172629 1726889002.71321: stdout chunk (state=3): >>># destroy _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal <<< 172629 1726889002.71327: stdout chunk (state=3): >>># destroy _datetime <<< 172629 1726889002.71763: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726889002.71769: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726889002.71798: stdout chunk (state=3): >>># destroy _weakref <<< 172629 1726889002.71805: stdout chunk (state=3): >>># destroy _thread # destroy _hashlib <<< 172629 1726889002.71829: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 172629 1726889002.71838: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889002.71863: stdout chunk (state=3): >>># destroy _compat_pickle <<< 172629 1726889002.71869: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 172629 1726889002.71896: stdout chunk (state=3): >>># destroy _queue # destroy array <<< 172629 1726889002.71904: stdout chunk (state=3): >>># destroy copyreg <<< 172629 1726889002.71927: 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 <<< 172629 1726889002.71957: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing <<< 172629 1726889002.71967: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726889002.71979: stdout chunk (state=3): >>># destroy unicodedata <<< 172629 1726889002.71999: stdout chunk (state=3): >>># destroy _blake2 # destroy email <<< 172629 1726889002.72017: stdout chunk (state=3): >>># destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect <<< 172629 1726889002.72034: stdout chunk (state=3): >>># destroy gc # destroy math # destroy shutil <<< 172629 1726889002.72038: stdout chunk (state=3): >>># destroy zlib # destroy urllib.parse # destroy fnmatch <<< 172629 1726889002.72077: stdout chunk (state=3): >>># destroy tempfile # destroy traceback <<< 172629 1726889002.72091: stdout chunk (state=3): >>># destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios <<< 172629 1726889002.72104: stdout chunk (state=3): >>># destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf <<< 172629 1726889002.72128: stdout chunk (state=3): >>># destroy rpm <<< 172629 1726889002.72174: stdout chunk (state=3): >>># destroy itertools # destroy functools <<< 172629 1726889002.72180: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 172629 1726889002.72248: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 172629 1726889002.72283: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar <<< 172629 1726889002.72290: stdout chunk (state=3): >>># destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 172629 1726889002.72321: stdout chunk (state=3): >>># destroy _ssl <<< 172629 1726889002.72392: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889002.72505: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 172629 1726889002.72518: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re <<< 172629 1726889002.72526: stdout chunk (state=3): >>># destroy _random <<< 172629 1726889002.72546: stdout chunk (state=3): >>># destroy _sre <<< 172629 1726889002.72563: stdout chunk (state=3): >>># destroy _operator # destroy _functools <<< 172629 1726889002.72572: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726889002.73215: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889002.73249: stderr chunk (state=3): >>><<< 172629 1726889002.73252: stdout chunk (state=3): >>><<< 172629 1726889002.73409: _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 0x7f6cebd684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebd37b30> # /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 0x7f6cebd6aa50> 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 0x7f6cebb3d130> # /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 0x7f6cebb3e120> 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 0x7f6cebb83f50> # /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 0x7f6cebb900e0> # /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 0x7f6cebbb3920> # /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 0x7f6cebbb3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebb93bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebb91340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebb81100> # /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 0x7f6cebbd7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebbd6540> # /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 0x7f6cebb921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebbd4d10> # /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 0x7f6cebc04980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebb80380> # /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 0x7f6cebc04e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebc04ce0> # 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 0x7f6cebc050d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebb76ea0> # /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 0x7f6cebc05790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebc05490> 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 0x7f6cebc06690> 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 0x7f6cebc208c0> 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 0x7f6cebc22000> # /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 0x7f6cebc22ea0> # 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 0x7f6cebc23500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebc223f0> # /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 0x7f6cebc23ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebc235f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebc066f0> # /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 0x7f6ceb967d40> # /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 0x7f6ceb994890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb9945f0> # 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 0x7f6ceb9948c0> # /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 0x7f6ceb9951f0> # 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 0x7f6ceb995bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb994aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb965ee0> # /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 0x7f6ceb996fc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb995d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebc06de0> # /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 0x7f6ceb9bf320> # /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 0x7f6ceb9df6b0> # /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 0x7f6ceba404a0> # /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 0x7f6ceba42c00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceba405c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceba054c0> # /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 0x7f6ceb329580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb9de4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb997ef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6ceb9de5d0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_se_07lw9/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 0x7f6ceb3831a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb362090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb361220> # 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 0x7f6ceb380ef0> # /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 0x7f6ceb3aab10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb3aa8a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb3aa1b0> # /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 0x7f6ceb3aaba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cebd6a9c0> 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 0x7f6ceb3ab740> # 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 0x7f6ceb3ab8f0> # /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 0x7f6ceb3abdd0> 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 0x7f6ceb215c10> # 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 0x7f6ceb217830> # /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 0x7f6ceb21c230> # /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 0x7f6ceb21d3a0> # /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 0x7f6ceb21fe00> # 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 0x7f6cebc22d20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb21e0f0> # /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 0x7f6ceb223d40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb222840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb2225a0> # /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 0x7f6ceb222ae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb21e600> # 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 0x7f6ceb267fb0> # /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 0x7f6ceb2680e0> # /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 0x7f6ceb269be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb2699a0> # /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 0x7f6ceb26c140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb26a2d0> # /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 0x7f6ceb26f770> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb26c230> # 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 0x7f6ceb2708f0> # 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 0x7f6ceb270aa0> # 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 0x7f6ceb270b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb268320> # /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 0x7f6ceb2fc290> # 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 0x7f6ceb2fd550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb272a50> # 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 0x7f6ceb273dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb272690> # 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 0x7f6ceb101880> # /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 0x7f6ceb102510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb2fd820> 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 0x7f6ceb102390> # 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 0x7f6ceb103830> # 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 0x7f6ceb10e300> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb109a30> 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 0x7f6ceb3faba0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb3e2870> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb10e390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb100ef0> # 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 0x7f6ceb1a08c0> # /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 0x7f6ceb1a0ad0> # /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 0x7f6ceb1a1220> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb1a0da0> # /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 0x7f6ceb1a1b80> # /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 0x7f6ceb18d7f0> # /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 0x7f6ceb18d910> # /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 0x7f6cead7a720> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb1a3320> # /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 0x7f6cead89220> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead7bdd0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead7b170> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb1a27e0> # /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 0x7f6ceadf51c0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceadad2e0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead7bbf0> # /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 0x7f6ceadfccb0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceadf6fc0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceadacdd0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb1a21e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb1a1be0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb1a1910> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceb1a0b30> # /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 0x7f6ceb1a1c10> # /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 0x7f6ceadfd280> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceadfc9e0> # /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 0x7f6ceadfd9d0> # /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 0x7f6ceae001a0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceade57c0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceadfe990> # /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 0x7f6ceade5250> # /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 0x7f6ceae1a5d0> # /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 0x7f6ceae1b260> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceae1acf0> # /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 0x7f6ceae1b740> # /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 0x7f6ceadefc50> # /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 0x7f6cead0e0c0> # 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 0x7f6cead43140> # /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 0x7f6cead43260> # /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 0x7f6ceaa9f410> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceaa9ec60> # 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 0x7f6ceaa9ee40> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead43770> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead42300> # /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 0x7f6cead42de0> # /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 0x7f6ceab149e0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceab145c0> # /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 0x7f6ceab402f0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceab14b30> # /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 0x7f6cea8ef4a0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceab40500> # /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 0x7f6cea96cf80> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cea8ef800> # /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 0x7f6cea96fe60> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cea96d010> # /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 0x7f6cea9afec0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cea9ac110> # /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 0x7f6ce8c79130> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c78530> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceab14170> # /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 0x7f6ce8c94620> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c7ba70> # /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 0x7f6ce8c96c90> # /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 0x7f6ce8c97b90> # /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 0x7f6ce8cc44a0> # /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 0x7f6ce8cc5a00> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c97dd0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c96b40> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c964e0> # /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 0x7f6ce8cc75f0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c970b0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c94950> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c7b080> # /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 0x7f6ce8c7b7a0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c7b500> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8c79280> # /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 0x7f6ce8d00c20> # /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 0x7f6ce8d030b0> # /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 0x7f6ce8d03860> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d02450> # /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 0x7f6ce8d280b0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d00bf0> # /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 0x7f6ce8d29b20> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d290a0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d28ec0> # /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 0x7f6ce8d54bc0> # /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 0x7f6ce8622c30> # 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 0x7f6ce8622f90> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d56ed0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d55070> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d2bf80> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d2a300> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d2a030> # /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 0x7f6ce8660b30> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8623c50> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8d2a840> # /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 0x7f6ce8661220> # /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 0x7f6ce86615e0> # /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 0x7f6ce86616a0> # /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 0x7f6ce86617c0> # /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 0x7f6ce867c380> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86624b0> # /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 0x7f6ce867c470> # /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 0x7f6ce867c560> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8661610> # /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 0x7f6ce867c650> # /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 0x7f6ce86d0110> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86a7530> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86a5fa0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce867dee0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce867d340> # /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 0x7f6ce867e390> # /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 0x7f6cead423c0> # /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 0x7f6ce86e8950> # /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 0x7f6ce86e8bc0> # /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 0x7f6ce86e94f0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86e8fb0> # /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 0x7f6ce86ea3f0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ceaa9f530> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6cead42060> # /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 0x7f6ce86eaf30> # /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 0x7f6ce84bb9b0> # /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 0x7f6ce84dda30> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce84dd5e0> # 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 0x7f6ce84dd880> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce84dc4a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce84bbce0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce84b8a10> # /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 0x7f6ce84bb7a0> # /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 0x7f6ce84f30e0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce84f1c10> # /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 0x7f6ce8518890> # /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 0x7f6ce8518b90> # /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 0x7f6ce8518e00> # /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 0x7f6ce85190a0> # /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 0x7f6ce85197c0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8519610> # /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 0x7f6ce851b0b0> # /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 0x7f6ce851b200> # /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 0x7f6ce851b3e0> # /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 0x7f6ce8530380> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce851bbc0> # /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 0x7f6ce8530f20> # /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 0x7f6ce8531370> # /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 0x7f6ce8531550> # /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 0x7f6ce8531820> # /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 0x7f6ce8532720> # /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 0x7f6ce8532990> # /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 0x7f6ce8532ba0> # /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 0x7f6ce85337a0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce85332c0> # /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 0x7f6ce8558650> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8533f50> # /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 0x7f6ce85592e0> # /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 0x7f6ce85595e0> # /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 0x7f6ce855a540> # /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 0x7f6ce855a7e0> # /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 0x7f6ce855a960> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86eb380> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86eb110> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce86ea840> # /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 0x7f6ce855b350> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce855b0b0> # /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 0x7f6ce8581790> # /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 0x7f6ce8582f00> # 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 0x7f6ce85820f0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8581ca0> # /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 0x7f6ce82d06e0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce82b7b00> # /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 0x7f6ce82d3530> # /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 0x7f6ce82d3e30> # /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 0x7f6ce82d0d10> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce82d0a10> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce855b5c0> # /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 0x7f6ce85809e0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce855b320> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce84b80e0> # /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 0x7f6ce82f9fa0> # /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 0x7f6ce82fa840> # /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 0x7f6ce82fb860> # /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 0x7f6ce82fbec0> # /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 0x7f6ce83255b0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8324f80> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8324c20> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce83248c0> # /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 0x7f6ce8325220> # /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 0x7f6ce8327260> # /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 0x7f6ce8327320> # /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 0x7f6ce8327a40> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce83278c0> # /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 0x7f6ce83560c0> # /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 0x7f6ce83572f0> # /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 0x7f6ce8357560> # /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 0x7f6ce83576b0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8357500> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8356db0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8356240> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce83554f0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8354a70> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce83542f0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8326d50> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ce8326240> # /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 0x7f6ce8357410> # /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 0x7f6ce8357bf0> # /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 0x7f6ce8380500> # /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 0x7f6ce8380890> # /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 0x7f6ce83811c0> # /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 0x7f6ce8381d30> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["cryptsetup"], "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. 172629 1726889002.74549: done with _execute_module (ansible.legacy.dnf, {'name': 'cryptsetup', '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-1726889002.0711348-176352-104330833929722/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889002.74554: _low_level_execute_command(): starting 172629 1726889002.74559: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889002.0711348-176352-104330833929722/ > /dev/null 2>&1 && sleep 0' 172629 1726889002.74561: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889002.74564: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889002.74567: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889002.74569: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889002.74571: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889002.74573: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889002.74575: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889002.74578: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726889002.74580: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726889002.74582: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726889002.74584: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889002.74586: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889002.74588: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889002.74589: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889002.74595: stderr chunk (state=3): >>>debug2: match found <<< 172629 1726889002.74596: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889002.74597: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889002.74598: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889002.74599: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889002.74601: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889002.76312: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889002.76339: stderr chunk (state=3): >>><<< 172629 1726889002.76342: stdout chunk (state=3): >>><<< 172629 1726889002.76363: _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 172629 1726889002.76370: handler run complete 172629 1726889002.76394: attempt loop complete, returning result 172629 1726889002.76397: _execute() done 172629 1726889002.76399: dumping result to json 172629 1726889002.76404: done dumping result, returning 172629 1726889002.76411: done running TaskExecutor() for managed_node1/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-d0a8-add8-000000001ece] 172629 1726889002.76416: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ece 172629 1726889002.76503: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ece 172629 1726889002.76506: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 172629 1726889002.76595: no more pending results, returning what we have 172629 1726889002.76598: results queue empty 172629 1726889002.76599: checking for any_errors_fatal 172629 1726889002.76605: done checking for any_errors_fatal 172629 1726889002.76605: checking for max_fail_percentage 172629 1726889002.76607: done checking for max_fail_percentage 172629 1726889002.76608: checking to see if all hosts have failed and the running result is not ok 172629 1726889002.76609: done checking to see if all hosts have failed 172629 1726889002.76609: getting the remaining hosts for this loop 172629 1726889002.76611: done getting the remaining hosts for this loop 172629 1726889002.76616: getting the next task for host managed_node1 172629 1726889002.76624: done getting next task for host managed_node1 172629 1726889002.76627: ^ task is: TASK: Collect LUKS info for this volume 172629 1726889002.76630: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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 172629 1726889002.76634: getting variables 172629 1726889002.76636: in VariableManager get_vars() 172629 1726889002.76672: Calling all_inventory to load vars for managed_node1 172629 1726889002.76674: Calling groups_inventory to load vars for managed_node1 172629 1726889002.76677: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889002.76688: Calling all_plugins_play to load vars for managed_node1 172629 1726889002.76692: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889002.76694: Calling groups_plugins_play to load vars for managed_node1 172629 1726889002.77373: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889002.77702: done with get_vars() 172629 1726889002.77712: done getting variables 172629 1726889002.77759: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Friday 20 September 2024 23:23:22 -0400 (0:00:00.804) 0:01:43.057 ****** 172629 1726889002.77782: entering _queue_task() for managed_node1/command 172629 1726889002.78016: worker is 1 (out of 1 available) 172629 1726889002.78029: exiting _queue_task() for managed_node1/command 172629 1726889002.78042: done queuing things up, now waiting for results queue to drain 172629 1726889002.78043: waiting for pending results... 172629 1726889002.78235: running TaskExecutor() for managed_node1/TASK: Collect LUKS info for this volume 172629 1726889002.78339: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ecf 172629 1726889002.78351: variable 'ansible_search_path' from source: unknown 172629 1726889002.78383: calling self._execute() 172629 1726889002.78475: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889002.78479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889002.78490: variable 'omit' from source: magic vars 172629 1726889002.78790: variable 'storage_test_volume' from source: include params 172629 1726889002.78808: variable '_storage_test_volume_present' from source: set_fact 172629 1726889002.78824: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 172629 1726889002.78828: when evaluation is False, skipping this task 172629 1726889002.78831: _execute() done 172629 1726889002.78833: dumping result to json 172629 1726889002.78836: done dumping result, returning 172629 1726889002.78839: done running TaskExecutor() for managed_node1/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-d0a8-add8-000000001ecf] 172629 1726889002.78848: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ecf 172629 1726889002.78938: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ecf 172629 1726889002.78941: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889002.78993: no more pending results, returning what we have 172629 1726889002.78997: results queue empty 172629 1726889002.78998: checking for any_errors_fatal 172629 1726889002.79013: done checking for any_errors_fatal 172629 1726889002.79013: checking for max_fail_percentage 172629 1726889002.79015: done checking for max_fail_percentage 172629 1726889002.79015: checking to see if all hosts have failed and the running result is not ok 172629 1726889002.79016: done checking to see if all hosts have failed 172629 1726889002.79017: getting the remaining hosts for this loop 172629 1726889002.79019: done getting the remaining hosts for this loop 172629 1726889002.79022: getting the next task for host managed_node1 172629 1726889002.79029: done getting next task for host managed_node1 172629 1726889002.79031: ^ task is: TASK: Verify the presence/absence of the LUKS device node 172629 1726889002.79036: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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 172629 1726889002.79040: getting variables 172629 1726889002.79041: in VariableManager get_vars() 172629 1726889002.79078: Calling all_inventory to load vars for managed_node1 172629 1726889002.79081: Calling groups_inventory to load vars for managed_node1 172629 1726889002.79084: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889002.79093: Calling all_plugins_play to load vars for managed_node1 172629 1726889002.79095: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889002.79098: Calling groups_plugins_play to load vars for managed_node1 172629 1726889002.79426: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889002.79768: done with get_vars() 172629 1726889002.79778: done getting variables 172629 1726889002.79817: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Friday 20 September 2024 23:23:22 -0400 (0:00:00.020) 0:01:43.078 ****** 172629 1726889002.79842: entering _queue_task() for managed_node1/assert 172629 1726889002.80041: worker is 1 (out of 1 available) 172629 1726889002.80056: exiting _queue_task() for managed_node1/assert 172629 1726889002.80069: done queuing things up, now waiting for results queue to drain 172629 1726889002.80071: waiting for pending results... 172629 1726889002.80259: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the LUKS device node 172629 1726889002.80357: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ed0 172629 1726889002.80372: variable 'ansible_search_path' from source: unknown 172629 1726889002.80408: calling self._execute() 172629 1726889002.80491: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889002.80495: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889002.80504: variable 'omit' from source: magic vars 172629 1726889002.80780: variable 'storage_test_volume' from source: include params 172629 1726889002.80809: Evaluated conditional (storage_test_volume.encryption): False 172629 1726889002.80813: when evaluation is False, skipping this task 172629 1726889002.80816: _execute() done 172629 1726889002.80818: dumping result to json 172629 1726889002.80821: done dumping result, returning 172629 1726889002.80826: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-d0a8-add8-000000001ed0] 172629 1726889002.80832: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed0 172629 1726889002.80927: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed0 172629 1726889002.80930: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889002.80994: no more pending results, returning what we have 172629 1726889002.80997: results queue empty 172629 1726889002.80998: checking for any_errors_fatal 172629 1726889002.81002: done checking for any_errors_fatal 172629 1726889002.81003: checking for max_fail_percentage 172629 1726889002.81004: done checking for max_fail_percentage 172629 1726889002.81005: checking to see if all hosts have failed and the running result is not ok 172629 1726889002.81006: done checking to see if all hosts have failed 172629 1726889002.81007: getting the remaining hosts for this loop 172629 1726889002.81008: done getting the remaining hosts for this loop 172629 1726889002.81011: getting the next task for host managed_node1 172629 1726889002.81017: done getting next task for host managed_node1 172629 1726889002.81020: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 172629 1726889002.81024: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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 172629 1726889002.81027: getting variables 172629 1726889002.81029: in VariableManager get_vars() 172629 1726889002.81063: Calling all_inventory to load vars for managed_node1 172629 1726889002.81065: Calling groups_inventory to load vars for managed_node1 172629 1726889002.81068: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889002.81077: Calling all_plugins_play to load vars for managed_node1 172629 1726889002.81080: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889002.81082: Calling groups_plugins_play to load vars for managed_node1 172629 1726889002.81404: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889002.81742: done with get_vars() 172629 1726889002.81754: done getting variables 172629 1726889002.81795: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Friday 20 September 2024 23:23:22 -0400 (0:00:00.019) 0:01:43.098 ****** 172629 1726889002.81818: entering _queue_task() for managed_node1/assert 172629 1726889002.82009: worker is 1 (out of 1 available) 172629 1726889002.82025: exiting _queue_task() for managed_node1/assert 172629 1726889002.82037: done queuing things up, now waiting for results queue to drain 172629 1726889002.82038: waiting for pending results... 172629 1726889002.82221: running TaskExecutor() for managed_node1/TASK: Verify that the raw device is the same as the device if not encrypted 172629 1726889002.82305: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ed1 172629 1726889002.82316: variable 'ansible_search_path' from source: unknown 172629 1726889002.82343: calling self._execute() 172629 1726889002.82433: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889002.82437: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889002.82446: variable 'omit' from source: magic vars 172629 1726889002.82708: variable '_storage_test_volume_present' from source: set_fact 172629 1726889002.82715: Evaluated conditional (_storage_test_volume_present): True 172629 1726889002.82721: variable 'omit' from source: magic vars 172629 1726889002.82762: variable 'omit' from source: magic vars 172629 1726889002.82899: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889002.84400: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889002.84446: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889002.84488: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889002.84515: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889002.84535: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889002.84615: variable 'storage_test_volume' from source: include params 172629 1726889002.84629: variable '__dev_ne_raw' from source: task vars 172629 1726889002.84725: variable 'storage_test_volume' from source: include params 172629 1726889002.84788: variable 'omit' from source: magic vars 172629 1726889002.84811: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889002.84833: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889002.84848: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889002.84866: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889002.84878: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889002.84901: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889002.84904: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889002.84907: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889002.84979: Set connection var ansible_timeout to 10 172629 1726889002.84982: Set connection var ansible_shell_type to sh 172629 1726889002.84992: Set connection var ansible_pipelining to False 172629 1726889002.84995: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889002.84997: Set connection var ansible_shell_executable to /bin/sh 172629 1726889002.85000: Set connection var ansible_connection to ssh 172629 1726889002.85016: variable 'ansible_shell_executable' from source: unknown 172629 1726889002.85019: variable 'ansible_connection' from source: unknown 172629 1726889002.85022: variable 'ansible_module_compression' from source: unknown 172629 1726889002.85024: variable 'ansible_shell_type' from source: unknown 172629 1726889002.85026: variable 'ansible_shell_executable' from source: unknown 172629 1726889002.85029: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889002.85031: variable 'ansible_pipelining' from source: unknown 172629 1726889002.85034: variable 'ansible_timeout' from source: unknown 172629 1726889002.85039: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889002.85118: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889002.85127: variable 'omit' from source: magic vars 172629 1726889002.85132: starting attempt loop 172629 1726889002.85135: running the handler 172629 1726889002.85245: variable '__dev_ne_raw' from source: task vars 172629 1726889002.85330: variable 'storage_test_volume' from source: include params 172629 1726889002.85348: variable 'storage_test_volume' from source: include params 172629 1726889002.85364: Evaluated conditional (__dev_ne_raw == (storage_test_volume.encryption | bool)): True 172629 1726889002.85369: handler run complete 172629 1726889002.85381: attempt loop complete, returning result 172629 1726889002.85383: _execute() done 172629 1726889002.85386: dumping result to json 172629 1726889002.85388: done dumping result, returning 172629 1726889002.85395: done running TaskExecutor() for managed_node1/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-d0a8-add8-000000001ed1] 172629 1726889002.85399: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed1 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889002.85532: no more pending results, returning what we have 172629 1726889002.85536: results queue empty 172629 1726889002.85537: checking for any_errors_fatal 172629 1726889002.85545: done checking for any_errors_fatal 172629 1726889002.85546: checking for max_fail_percentage 172629 1726889002.85547: done checking for max_fail_percentage 172629 1726889002.85548: checking to see if all hosts have failed and the running result is not ok 172629 1726889002.85549: done checking to see if all hosts have failed 172629 1726889002.85550: getting the remaining hosts for this loop 172629 1726889002.85551: done getting the remaining hosts for this loop 172629 1726889002.85556: getting the next task for host managed_node1 172629 1726889002.85567: done getting next task for host managed_node1 172629 1726889002.85570: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 172629 1726889002.85575: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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 172629 1726889002.85579: getting variables 172629 1726889002.85581: in VariableManager get_vars() 172629 1726889002.85616: Calling all_inventory to load vars for managed_node1 172629 1726889002.85619: Calling groups_inventory to load vars for managed_node1 172629 1726889002.85628: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889002.85638: Calling all_plugins_play to load vars for managed_node1 172629 1726889002.85641: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889002.85644: Calling groups_plugins_play to load vars for managed_node1 172629 1726889002.86018: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed1 172629 1726889002.86022: WORKER PROCESS EXITING 172629 1726889002.86031: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889002.86383: done with get_vars() 172629 1726889002.86393: done getting variables 172629 1726889002.86435: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Friday 20 September 2024 23:23:22 -0400 (0:00:00.046) 0:01:43.144 ****** 172629 1726889002.86460: entering _queue_task() for managed_node1/assert 172629 1726889002.86673: worker is 1 (out of 1 available) 172629 1726889002.86686: exiting _queue_task() for managed_node1/assert 172629 1726889002.86702: done queuing things up, now waiting for results queue to drain 172629 1726889002.86703: waiting for pending results... 172629 1726889002.86887: running TaskExecutor() for managed_node1/TASK: Make sure we got info about the LUKS volume if encrypted 172629 1726889002.86977: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ed2 172629 1726889002.86990: variable 'ansible_search_path' from source: unknown 172629 1726889002.87017: calling self._execute() 172629 1726889002.87104: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889002.87108: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889002.87117: variable 'omit' from source: magic vars 172629 1726889002.87401: variable '_storage_test_volume_present' from source: set_fact 172629 1726889002.87405: variable 'storage_test_volume' from source: include params 172629 1726889002.87432: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 172629 1726889002.87435: when evaluation is False, skipping this task 172629 1726889002.87438: _execute() done 172629 1726889002.87441: dumping result to json 172629 1726889002.87443: done dumping result, returning 172629 1726889002.87447: done running TaskExecutor() for managed_node1/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-d0a8-add8-000000001ed2] 172629 1726889002.87453: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed2 172629 1726889002.87542: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed2 172629 1726889002.87545: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889002.87615: no more pending results, returning what we have 172629 1726889002.87618: results queue empty 172629 1726889002.87619: checking for any_errors_fatal 172629 1726889002.87626: done checking for any_errors_fatal 172629 1726889002.87627: checking for max_fail_percentage 172629 1726889002.87628: done checking for max_fail_percentage 172629 1726889002.87629: checking to see if all hosts have failed and the running result is not ok 172629 1726889002.87630: done checking to see if all hosts have failed 172629 1726889002.87630: getting the remaining hosts for this loop 172629 1726889002.87632: done getting the remaining hosts for this loop 172629 1726889002.87634: getting the next task for host managed_node1 172629 1726889002.87641: done getting next task for host managed_node1 172629 1726889002.87643: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 172629 1726889002.87648: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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 172629 1726889002.87651: getting variables 172629 1726889002.87652: in VariableManager get_vars() 172629 1726889002.87683: Calling all_inventory to load vars for managed_node1 172629 1726889002.87685: Calling groups_inventory to load vars for managed_node1 172629 1726889002.87688: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889002.87696: Calling all_plugins_play to load vars for managed_node1 172629 1726889002.87699: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889002.87701: Calling groups_plugins_play to load vars for managed_node1 172629 1726889002.88031: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889002.88377: done with get_vars() 172629 1726889002.88387: done getting variables 172629 1726889002.88427: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Friday 20 September 2024 23:23:22 -0400 (0:00:00.019) 0:01:43.164 ****** 172629 1726889002.88449: entering _queue_task() for managed_node1/assert 172629 1726889002.88641: worker is 1 (out of 1 available) 172629 1726889002.88653: exiting _queue_task() for managed_node1/assert 172629 1726889002.88668: done queuing things up, now waiting for results queue to drain 172629 1726889002.88669: waiting for pending results... 172629 1726889002.88851: running TaskExecutor() for managed_node1/TASK: Verify the LUKS volume's device type if encrypted 172629 1726889002.88927: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ed3 172629 1726889002.88938: variable 'ansible_search_path' from source: unknown 172629 1726889002.88972: calling self._execute() 172629 1726889002.89070: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889002.89075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889002.89084: variable 'omit' from source: magic vars 172629 1726889002.89370: variable '_storage_test_volume_present' from source: set_fact 172629 1726889002.89374: variable 'storage_test_volume' from source: include params 172629 1726889002.89410: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 172629 1726889002.89414: when evaluation is False, skipping this task 172629 1726889002.89417: _execute() done 172629 1726889002.89422: dumping result to json 172629 1726889002.89424: done dumping result, returning 172629 1726889002.89427: done running TaskExecutor() for managed_node1/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-d0a8-add8-000000001ed3] 172629 1726889002.89431: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed3 172629 1726889002.89517: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed3 172629 1726889002.89520: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889002.89591: no more pending results, returning what we have 172629 1726889002.89594: results queue empty 172629 1726889002.89595: checking for any_errors_fatal 172629 1726889002.89601: done checking for any_errors_fatal 172629 1726889002.89601: checking for max_fail_percentage 172629 1726889002.89603: done checking for max_fail_percentage 172629 1726889002.89603: checking to see if all hosts have failed and the running result is not ok 172629 1726889002.89604: done checking to see if all hosts have failed 172629 1726889002.89605: getting the remaining hosts for this loop 172629 1726889002.89606: done getting the remaining hosts for this loop 172629 1726889002.89609: getting the next task for host managed_node1 172629 1726889002.89614: done getting next task for host managed_node1 172629 1726889002.89617: ^ task is: TASK: Check LUKS version 172629 1726889002.89621: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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 172629 1726889002.89624: getting variables 172629 1726889002.89626: in VariableManager get_vars() 172629 1726889002.89658: Calling all_inventory to load vars for managed_node1 172629 1726889002.89661: Calling groups_inventory to load vars for managed_node1 172629 1726889002.89669: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889002.89678: Calling all_plugins_play to load vars for managed_node1 172629 1726889002.89680: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889002.89683: Calling groups_plugins_play to load vars for managed_node1 172629 1726889002.90001: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889002.90348: done with get_vars() 172629 1726889002.90362: done getting variables 172629 1726889002.90400: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Friday 20 September 2024 23:23:22 -0400 (0:00:00.019) 0:01:43.184 ****** 172629 1726889002.90420: entering _queue_task() for managed_node1/assert 172629 1726889002.90612: worker is 1 (out of 1 available) 172629 1726889002.90625: exiting _queue_task() for managed_node1/assert 172629 1726889002.90638: done queuing things up, now waiting for results queue to drain 172629 1726889002.90639: waiting for pending results... 172629 1726889002.90815: running TaskExecutor() for managed_node1/TASK: Check LUKS version 172629 1726889002.90890: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ed4 172629 1726889002.90902: variable 'ansible_search_path' from source: unknown 172629 1726889002.90928: calling self._execute() 172629 1726889002.91019: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889002.91022: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889002.91032: variable 'omit' from source: magic vars 172629 1726889002.91283: variable '_storage_test_volume_present' from source: set_fact 172629 1726889002.91289: Evaluated conditional (_storage_test_volume_present): True 172629 1726889002.91371: variable 'storage_test_volume' from source: include params 172629 1726889002.91396: Evaluated conditional (storage_test_volume.encryption): False 172629 1726889002.91399: when evaluation is False, skipping this task 172629 1726889002.91402: _execute() done 172629 1726889002.91405: dumping result to json 172629 1726889002.91409: done dumping result, returning 172629 1726889002.91412: done running TaskExecutor() for managed_node1/TASK: Check LUKS version [0affc8a3-6f6f-d0a8-add8-000000001ed4] 172629 1726889002.91422: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed4 172629 1726889002.91515: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed4 172629 1726889002.91517: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889002.91570: no more pending results, returning what we have 172629 1726889002.91573: results queue empty 172629 1726889002.91574: checking for any_errors_fatal 172629 1726889002.91579: done checking for any_errors_fatal 172629 1726889002.91579: checking for max_fail_percentage 172629 1726889002.91581: done checking for max_fail_percentage 172629 1726889002.91582: checking to see if all hosts have failed and the running result is not ok 172629 1726889002.91582: done checking to see if all hosts have failed 172629 1726889002.91583: getting the remaining hosts for this loop 172629 1726889002.91584: done getting the remaining hosts for this loop 172629 1726889002.91587: getting the next task for host managed_node1 172629 1726889002.91594: done getting next task for host managed_node1 172629 1726889002.91596: ^ task is: TASK: Check LUKS key size 172629 1726889002.91601: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889002.91604: getting variables 172629 1726889002.91605: in VariableManager get_vars() 172629 1726889002.91632: Calling all_inventory to load vars for managed_node1 172629 1726889002.91635: Calling groups_inventory to load vars for managed_node1 172629 1726889002.91637: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889002.91646: Calling all_plugins_play to load vars for managed_node1 172629 1726889002.91649: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889002.91651: Calling groups_plugins_play to load vars for managed_node1 172629 1726889002.91979: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889002.92586: done with get_vars() 172629 1726889002.92596: done getting variables 172629 1726889002.92634: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Friday 20 September 2024 23:23:22 -0400 (0:00:00.022) 0:01:43.206 ****** 172629 1726889002.92658: entering _queue_task() for managed_node1/assert 172629 1726889002.92849: worker is 1 (out of 1 available) 172629 1726889002.92866: exiting _queue_task() for managed_node1/assert 172629 1726889002.92879: done queuing things up, now waiting for results queue to drain 172629 1726889002.92880: waiting for pending results... 172629 1726889002.93063: running TaskExecutor() for managed_node1/TASK: Check LUKS key size 172629 1726889002.93142: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ed5 172629 1726889002.93157: variable 'ansible_search_path' from source: unknown 172629 1726889002.93182: calling self._execute() 172629 1726889002.93268: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889002.93273: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889002.93282: variable 'omit' from source: magic vars 172629 1726889002.93531: variable '_storage_test_volume_present' from source: set_fact 172629 1726889002.93539: Evaluated conditional (_storage_test_volume_present): True 172629 1726889002.93621: variable 'storage_test_volume' from source: include params 172629 1726889002.93646: Evaluated conditional (storage_test_volume.encryption): False 172629 1726889002.93652: when evaluation is False, skipping this task 172629 1726889002.93660: _execute() done 172629 1726889002.93663: dumping result to json 172629 1726889002.93666: done dumping result, returning 172629 1726889002.93669: done running TaskExecutor() for managed_node1/TASK: Check LUKS key size [0affc8a3-6f6f-d0a8-add8-000000001ed5] 172629 1726889002.93671: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed5 172629 1726889002.93767: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed5 172629 1726889002.93769: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889002.93825: no more pending results, returning what we have 172629 1726889002.93828: results queue empty 172629 1726889002.93829: checking for any_errors_fatal 172629 1726889002.93836: done checking for any_errors_fatal 172629 1726889002.93837: checking for max_fail_percentage 172629 1726889002.93838: done checking for max_fail_percentage 172629 1726889002.93839: checking to see if all hosts have failed and the running result is not ok 172629 1726889002.93840: done checking to see if all hosts have failed 172629 1726889002.93840: getting the remaining hosts for this loop 172629 1726889002.93841: done getting the remaining hosts for this loop 172629 1726889002.93844: getting the next task for host managed_node1 172629 1726889002.93851: done getting next task for host managed_node1 172629 1726889002.93857: ^ task is: TASK: Check LUKS cipher 172629 1726889002.93862: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889002.93866: getting variables 172629 1726889002.93867: in VariableManager get_vars() 172629 1726889002.93897: Calling all_inventory to load vars for managed_node1 172629 1726889002.93899: Calling groups_inventory to load vars for managed_node1 172629 1726889002.93902: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889002.93910: Calling all_plugins_play to load vars for managed_node1 172629 1726889002.93913: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889002.93916: Calling groups_plugins_play to load vars for managed_node1 172629 1726889002.94229: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889002.94574: done with get_vars() 172629 1726889002.94583: done getting variables 172629 1726889002.94622: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Friday 20 September 2024 23:23:22 -0400 (0:00:00.019) 0:01:43.226 ****** 172629 1726889002.94643: entering _queue_task() for managed_node1/assert 172629 1726889002.94835: worker is 1 (out of 1 available) 172629 1726889002.94847: exiting _queue_task() for managed_node1/assert 172629 1726889002.94863: done queuing things up, now waiting for results queue to drain 172629 1726889002.94865: waiting for pending results... 172629 1726889002.95042: running TaskExecutor() for managed_node1/TASK: Check LUKS cipher 172629 1726889002.95132: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ed6 172629 1726889002.95144: variable 'ansible_search_path' from source: unknown 172629 1726889002.95173: calling self._execute() 172629 1726889002.95262: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889002.95267: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889002.95275: variable 'omit' from source: magic vars 172629 1726889002.95524: variable '_storage_test_volume_present' from source: set_fact 172629 1726889002.95535: Evaluated conditional (_storage_test_volume_present): True 172629 1726889002.95624: variable 'storage_test_volume' from source: include params 172629 1726889002.95652: Evaluated conditional (storage_test_volume.encryption): False 172629 1726889002.95657: when evaluation is False, skipping this task 172629 1726889002.95661: _execute() done 172629 1726889002.95663: dumping result to json 172629 1726889002.95666: done dumping result, returning 172629 1726889002.95675: done running TaskExecutor() for managed_node1/TASK: Check LUKS cipher [0affc8a3-6f6f-d0a8-add8-000000001ed6] 172629 1726889002.95677: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed6 172629 1726889002.95776: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed6 172629 1726889002.95779: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889002.95821: no more pending results, returning what we have 172629 1726889002.95824: results queue empty 172629 1726889002.95825: checking for any_errors_fatal 172629 1726889002.95832: done checking for any_errors_fatal 172629 1726889002.95833: checking for max_fail_percentage 172629 1726889002.95835: done checking for max_fail_percentage 172629 1726889002.95836: checking to see if all hosts have failed and the running result is not ok 172629 1726889002.95836: done checking to see if all hosts have failed 172629 1726889002.95837: getting the remaining hosts for this loop 172629 1726889002.95839: done getting the remaining hosts for this loop 172629 1726889002.95842: getting the next task for host managed_node1 172629 1726889002.95848: done getting next task for host managed_node1 172629 1726889002.95850: ^ task is: TASK: Set test variables 172629 1726889002.95857: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889002.95860: getting variables 172629 1726889002.95861: in VariableManager get_vars() 172629 1726889002.95889: Calling all_inventory to load vars for managed_node1 172629 1726889002.95891: Calling groups_inventory to load vars for managed_node1 172629 1726889002.95894: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889002.95903: Calling all_plugins_play to load vars for managed_node1 172629 1726889002.95905: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889002.95908: Calling groups_plugins_play to load vars for managed_node1 172629 1726889002.96233: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889002.96580: done with get_vars() 172629 1726889002.96590: done getting variables 172629 1726889002.96631: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set test variables] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Friday 20 September 2024 23:23:22 -0400 (0:00:00.020) 0:01:43.246 ****** 172629 1726889002.96651: entering _queue_task() for managed_node1/set_fact 172629 1726889002.96836: worker is 1 (out of 1 available) 172629 1726889002.96849: exiting _queue_task() for managed_node1/set_fact 172629 1726889002.96863: done queuing things up, now waiting for results queue to drain 172629 1726889002.96865: waiting for pending results... 172629 1726889002.97042: running TaskExecutor() for managed_node1/TASK: Set test variables 172629 1726889002.97123: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ed7 172629 1726889002.97135: variable 'ansible_search_path' from source: unknown 172629 1726889002.97166: calling self._execute() 172629 1726889002.97253: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889002.97262: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889002.97272: variable 'omit' from source: magic vars 172629 1726889002.97350: variable 'omit' from source: magic vars 172629 1726889002.97394: variable 'omit' from source: magic vars 172629 1726889002.97592: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889002.99092: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889002.99136: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889002.99178: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889002.99204: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889002.99224: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889002.99313: variable 'storage_test_volume' from source: include params 172629 1726889002.99327: variable '_storage_test_volume_present' from source: set_fact 172629 1726889002.99471: 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) 172629 1726889002.99493: 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) 172629 1726889002.99511: 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) 172629 1726889002.99537: 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) 172629 1726889002.99548: 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) 172629 1726889002.99581: 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) 172629 1726889002.99600: 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) 172629 1726889002.99616: 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) 172629 1726889002.99640: 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) 172629 1726889002.99650: 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) 172629 1726889002.99700: 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) 172629 1726889002.99714: 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) 172629 1726889002.99731: 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) 172629 1726889002.99757: 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) 172629 1726889002.99770: 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) 172629 1726889002.99886: variable 'storage_test_crypttab' from source: set_fact 172629 1726889002.99893: variable 'storage_test_volume' from source: include params 172629 1726889003.00360: variable 'storage_test_volume' from source: include params 172629 1726889003.00364: variable 'omit' from source: magic vars 172629 1726889003.00366: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889003.00369: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889003.00372: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889003.00374: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889003.00376: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889003.00378: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889003.00380: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.00382: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.00384: Set connection var ansible_timeout to 10 172629 1726889003.00386: Set connection var ansible_shell_type to sh 172629 1726889003.00388: Set connection var ansible_pipelining to False 172629 1726889003.00390: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889003.00392: Set connection var ansible_shell_executable to /bin/sh 172629 1726889003.00394: Set connection var ansible_connection to ssh 172629 1726889003.00397: variable 'ansible_shell_executable' from source: unknown 172629 1726889003.00398: variable 'ansible_connection' from source: unknown 172629 1726889003.00401: variable 'ansible_module_compression' from source: unknown 172629 1726889003.00402: variable 'ansible_shell_type' from source: unknown 172629 1726889003.00404: variable 'ansible_shell_executable' from source: unknown 172629 1726889003.00407: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.00409: variable 'ansible_pipelining' from source: unknown 172629 1726889003.00411: variable 'ansible_timeout' from source: unknown 172629 1726889003.00413: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.00493: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889003.00496: variable 'omit' from source: magic vars 172629 1726889003.00506: starting attempt loop 172629 1726889003.00509: running the handler 172629 1726889003.00511: handler run complete 172629 1726889003.00514: attempt loop complete, returning result 172629 1726889003.00516: _execute() done 172629 1726889003.00518: dumping result to json 172629 1726889003.00520: done dumping result, returning 172629 1726889003.00528: done running TaskExecutor() for managed_node1/TASK: Set test variables [0affc8a3-6f6f-d0a8-add8-000000001ed7] 172629 1726889003.00530: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed7 ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 172629 1726889003.00646: no more pending results, returning what we have 172629 1726889003.00649: results queue empty 172629 1726889003.00650: checking for any_errors_fatal 172629 1726889003.00662: done checking for any_errors_fatal 172629 1726889003.00662: checking for max_fail_percentage 172629 1726889003.00664: done checking for max_fail_percentage 172629 1726889003.00665: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.00666: done checking to see if all hosts have failed 172629 1726889003.00666: getting the remaining hosts for this loop 172629 1726889003.00668: done getting the remaining hosts for this loop 172629 1726889003.00671: getting the next task for host managed_node1 172629 1726889003.00679: done getting next task for host managed_node1 172629 1726889003.00681: ^ task is: TASK: Check for /etc/crypttab entry 172629 1726889003.00686: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889003.00690: getting variables 172629 1726889003.00691: in VariableManager get_vars() 172629 1726889003.00726: Calling all_inventory to load vars for managed_node1 172629 1726889003.00728: Calling groups_inventory to load vars for managed_node1 172629 1726889003.00731: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.00741: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.00743: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.00746: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.01274: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed7 172629 1726889003.01278: WORKER PROCESS EXITING 172629 1726889003.01461: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.02103: done with get_vars() 172629 1726889003.02119: done getting variables 172629 1726889003.02189: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Friday 20 September 2024 23:23:23 -0400 (0:00:00.055) 0:01:43.302 ****** 172629 1726889003.02223: entering _queue_task() for managed_node1/assert 172629 1726889003.02629: worker is 1 (out of 1 available) 172629 1726889003.02643: exiting _queue_task() for managed_node1/assert 172629 1726889003.02657: done queuing things up, now waiting for results queue to drain 172629 1726889003.02659: waiting for pending results... 172629 1726889003.03205: running TaskExecutor() for managed_node1/TASK: Check for /etc/crypttab entry 172629 1726889003.03345: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ed8 172629 1726889003.03408: variable 'ansible_search_path' from source: unknown 172629 1726889003.03423: calling self._execute() 172629 1726889003.03648: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.03663: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.03693: variable 'omit' from source: magic vars 172629 1726889003.03864: variable 'omit' from source: magic vars 172629 1726889003.04153: variable 'omit' from source: magic vars 172629 1726889003.04905: variable 'storage_test_volume' from source: include params 172629 1726889003.04969: variable 'omit' from source: magic vars 172629 1726889003.05051: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889003.05079: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889003.05106: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889003.05122: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889003.05133: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889003.05163: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889003.05166: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.05169: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.05237: Set connection var ansible_timeout to 10 172629 1726889003.05241: Set connection var ansible_shell_type to sh 172629 1726889003.05248: Set connection var ansible_pipelining to False 172629 1726889003.05259: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889003.05262: Set connection var ansible_shell_executable to /bin/sh 172629 1726889003.05267: Set connection var ansible_connection to ssh 172629 1726889003.05282: variable 'ansible_shell_executable' from source: unknown 172629 1726889003.05285: variable 'ansible_connection' from source: unknown 172629 1726889003.05288: variable 'ansible_module_compression' from source: unknown 172629 1726889003.05290: variable 'ansible_shell_type' from source: unknown 172629 1726889003.05293: variable 'ansible_shell_executable' from source: unknown 172629 1726889003.05296: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.05298: variable 'ansible_pipelining' from source: unknown 172629 1726889003.05302: variable 'ansible_timeout' from source: unknown 172629 1726889003.05306: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.05567: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889003.05570: variable 'omit' from source: magic vars 172629 1726889003.05572: starting attempt loop 172629 1726889003.05575: running the handler 172629 1726889003.05689: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889003.07890: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889003.07945: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889003.07975: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889003.08001: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889003.08020: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889003.08076: 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) 172629 1726889003.08095: 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) 172629 1726889003.08112: 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) 172629 1726889003.08137: 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) 172629 1726889003.08149: 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) 172629 1726889003.08190: 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) 172629 1726889003.08207: 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) 172629 1726889003.08223: 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) 172629 1726889003.08247: 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) 172629 1726889003.08261: 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) 172629 1726889003.08338: variable '_storage_test_crypttab_entries' from source: set_fact 172629 1726889003.08342: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726889003.08353: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 172629 1726889003.08363: handler run complete 172629 1726889003.08378: attempt loop complete, returning result 172629 1726889003.08383: _execute() done 172629 1726889003.08385: dumping result to json 172629 1726889003.08389: done dumping result, returning 172629 1726889003.08392: done running TaskExecutor() for managed_node1/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-d0a8-add8-000000001ed8] 172629 1726889003.08394: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed8 172629 1726889003.08478: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed8 172629 1726889003.08482: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889003.08552: no more pending results, returning what we have 172629 1726889003.08558: results queue empty 172629 1726889003.08559: checking for any_errors_fatal 172629 1726889003.08570: done checking for any_errors_fatal 172629 1726889003.08570: checking for max_fail_percentage 172629 1726889003.08572: done checking for max_fail_percentage 172629 1726889003.08580: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.08580: done checking to see if all hosts have failed 172629 1726889003.08581: getting the remaining hosts for this loop 172629 1726889003.08583: done getting the remaining hosts for this loop 172629 1726889003.08586: getting the next task for host managed_node1 172629 1726889003.08597: done getting next task for host managed_node1 172629 1726889003.08599: ^ task is: TASK: Validate the format of the crypttab entry 172629 1726889003.08603: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889003.08607: getting variables 172629 1726889003.08609: in VariableManager get_vars() 172629 1726889003.08645: Calling all_inventory to load vars for managed_node1 172629 1726889003.08648: Calling groups_inventory to load vars for managed_node1 172629 1726889003.08651: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.08662: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.08665: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.08667: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.09048: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.09410: done with get_vars() 172629 1726889003.09431: done getting variables 172629 1726889003.09487: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Friday 20 September 2024 23:23:23 -0400 (0:00:00.072) 0:01:43.375 ****** 172629 1726889003.09520: entering _queue_task() for managed_node1/assert 172629 1726889003.10062: worker is 1 (out of 1 available) 172629 1726889003.10073: exiting _queue_task() for managed_node1/assert 172629 1726889003.10084: done queuing things up, now waiting for results queue to drain 172629 1726889003.10085: waiting for pending results... 172629 1726889003.10207: running TaskExecutor() for managed_node1/TASK: Validate the format of the crypttab entry 172629 1726889003.10461: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ed9 172629 1726889003.10465: variable 'ansible_search_path' from source: unknown 172629 1726889003.10468: calling self._execute() 172629 1726889003.10519: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.10531: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.10545: variable 'omit' from source: magic vars 172629 1726889003.10925: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889003.13269: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889003.13821: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889003.13871: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889003.13908: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889003.13938: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889003.14018: 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) 172629 1726889003.14060: 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) 172629 1726889003.14090: 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) 172629 1726889003.14132: 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) 172629 1726889003.14150: 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) 172629 1726889003.14276: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726889003.14305: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726889003.14460: when evaluation is False, skipping this task 172629 1726889003.14464: _execute() done 172629 1726889003.14466: dumping result to json 172629 1726889003.14469: done dumping result, returning 172629 1726889003.14471: done running TaskExecutor() for managed_node1/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-d0a8-add8-000000001ed9] 172629 1726889003.14473: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed9 172629 1726889003.14542: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ed9 172629 1726889003.14548: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726889003.14592: no more pending results, returning what we have 172629 1726889003.14596: results queue empty 172629 1726889003.14597: checking for any_errors_fatal 172629 1726889003.14604: done checking for any_errors_fatal 172629 1726889003.14604: checking for max_fail_percentage 172629 1726889003.14606: done checking for max_fail_percentage 172629 1726889003.14607: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.14608: done checking to see if all hosts have failed 172629 1726889003.14609: getting the remaining hosts for this loop 172629 1726889003.14611: done getting the remaining hosts for this loop 172629 1726889003.14614: getting the next task for host managed_node1 172629 1726889003.14621: done getting next task for host managed_node1 172629 1726889003.14623: ^ task is: TASK: Check backing device of crypttab entry 172629 1726889003.14627: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889003.14631: getting variables 172629 1726889003.14632: in VariableManager get_vars() 172629 1726889003.14671: Calling all_inventory to load vars for managed_node1 172629 1726889003.14675: Calling groups_inventory to load vars for managed_node1 172629 1726889003.14678: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.14688: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.14690: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.14693: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.15368: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.15975: done with get_vars() 172629 1726889003.15992: done getting variables 172629 1726889003.16051: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Friday 20 September 2024 23:23:23 -0400 (0:00:00.065) 0:01:43.440 ****** 172629 1726889003.16093: entering _queue_task() for managed_node1/assert 172629 1726889003.16475: worker is 1 (out of 1 available) 172629 1726889003.16489: exiting _queue_task() for managed_node1/assert 172629 1726889003.16501: done queuing things up, now waiting for results queue to drain 172629 1726889003.16503: waiting for pending results... 172629 1726889003.16859: running TaskExecutor() for managed_node1/TASK: Check backing device of crypttab entry 172629 1726889003.16929: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001eda 172629 1726889003.16962: variable 'ansible_search_path' from source: unknown 172629 1726889003.17002: calling self._execute() 172629 1726889003.17172: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.17176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.17179: variable 'omit' from source: magic vars 172629 1726889003.17595: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889003.20446: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889003.20519: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889003.20572: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889003.20860: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889003.20864: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889003.20868: 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) 172629 1726889003.20870: 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) 172629 1726889003.20873: 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) 172629 1726889003.20875: 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) 172629 1726889003.20877: 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) 172629 1726889003.20981: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726889003.21019: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726889003.21028: when evaluation is False, skipping this task 172629 1726889003.21035: _execute() done 172629 1726889003.21042: dumping result to json 172629 1726889003.21049: done dumping result, returning 172629 1726889003.21064: done running TaskExecutor() for managed_node1/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-d0a8-add8-000000001eda] 172629 1726889003.21073: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eda skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726889003.21258: no more pending results, returning what we have 172629 1726889003.21262: results queue empty 172629 1726889003.21264: checking for any_errors_fatal 172629 1726889003.21271: done checking for any_errors_fatal 172629 1726889003.21271: checking for max_fail_percentage 172629 1726889003.21273: done checking for max_fail_percentage 172629 1726889003.21274: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.21275: done checking to see if all hosts have failed 172629 1726889003.21275: getting the remaining hosts for this loop 172629 1726889003.21277: done getting the remaining hosts for this loop 172629 1726889003.21282: getting the next task for host managed_node1 172629 1726889003.21291: done getting next task for host managed_node1 172629 1726889003.21294: ^ task is: TASK: Check key file of crypttab entry 172629 1726889003.21298: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889003.21301: getting variables 172629 1726889003.21303: in VariableManager get_vars() 172629 1726889003.21338: Calling all_inventory to load vars for managed_node1 172629 1726889003.21340: Calling groups_inventory to load vars for managed_node1 172629 1726889003.21343: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.21358: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.21361: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.21364: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.22176: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eda 172629 1726889003.22179: WORKER PROCESS EXITING 172629 1726889003.22317: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.23402: done with get_vars() 172629 1726889003.23418: done getting variables 172629 1726889003.23485: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Friday 20 September 2024 23:23:23 -0400 (0:00:00.074) 0:01:43.515 ****** 172629 1726889003.23526: entering _queue_task() for managed_node1/assert 172629 1726889003.23921: worker is 1 (out of 1 available) 172629 1726889003.24048: exiting _queue_task() for managed_node1/assert 172629 1726889003.24065: done queuing things up, now waiting for results queue to drain 172629 1726889003.24066: waiting for pending results... 172629 1726889003.24310: running TaskExecutor() for managed_node1/TASK: Check key file of crypttab entry 172629 1726889003.24449: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001edb 172629 1726889003.24479: variable 'ansible_search_path' from source: unknown 172629 1726889003.24524: calling self._execute() 172629 1726889003.24663: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.24676: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.24697: variable 'omit' from source: magic vars 172629 1726889003.25114: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889003.27530: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889003.27626: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889003.27678: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889003.27720: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889003.27765: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889003.27857: 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) 172629 1726889003.27893: 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) 172629 1726889003.27923: 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) 172629 1726889003.27974: 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) 172629 1726889003.27995: 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) 172629 1726889003.28132: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726889003.28182: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726889003.28186: when evaluation is False, skipping this task 172629 1726889003.28292: _execute() done 172629 1726889003.28296: dumping result to json 172629 1726889003.28298: done dumping result, returning 172629 1726889003.28301: done running TaskExecutor() for managed_node1/TASK: Check key file of crypttab entry [0affc8a3-6f6f-d0a8-add8-000000001edb] 172629 1726889003.28303: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001edb 172629 1726889003.28389: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001edb 172629 1726889003.28461: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726889003.28516: no more pending results, returning what we have 172629 1726889003.28520: results queue empty 172629 1726889003.28521: checking for any_errors_fatal 172629 1726889003.28531: done checking for any_errors_fatal 172629 1726889003.28532: checking for max_fail_percentage 172629 1726889003.28534: done checking for max_fail_percentage 172629 1726889003.28535: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.28536: done checking to see if all hosts have failed 172629 1726889003.28537: getting the remaining hosts for this loop 172629 1726889003.28539: done getting the remaining hosts for this loop 172629 1726889003.28542: getting the next task for host managed_node1 172629 1726889003.28557: done getting next task for host managed_node1 172629 1726889003.28560: ^ task is: TASK: Clear test variables 172629 1726889003.28566: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889003.28572: getting variables 172629 1726889003.28573: in VariableManager get_vars() 172629 1726889003.28618: Calling all_inventory to load vars for managed_node1 172629 1726889003.28622: Calling groups_inventory to load vars for managed_node1 172629 1726889003.28626: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.28639: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.28643: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.28646: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.29576: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.30243: done with get_vars() 172629 1726889003.30262: done getting variables 172629 1726889003.30323: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clear test variables] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Friday 20 September 2024 23:23:23 -0400 (0:00:00.068) 0:01:43.583 ****** 172629 1726889003.30360: entering _queue_task() for managed_node1/set_fact 172629 1726889003.30679: worker is 1 (out of 1 available) 172629 1726889003.30691: exiting _queue_task() for managed_node1/set_fact 172629 1726889003.30815: done queuing things up, now waiting for results queue to drain 172629 1726889003.30817: waiting for pending results... 172629 1726889003.31040: running TaskExecutor() for managed_node1/TASK: Clear test variables 172629 1726889003.31195: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001edc 172629 1726889003.31214: variable 'ansible_search_path' from source: unknown 172629 1726889003.31266: calling self._execute() 172629 1726889003.31397: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.31411: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.31427: variable 'omit' from source: magic vars 172629 1726889003.31543: variable 'omit' from source: magic vars 172629 1726889003.31609: variable 'omit' from source: magic vars 172629 1726889003.31643: variable 'omit' from source: magic vars 172629 1726889003.31700: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889003.31862: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889003.31866: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889003.31868: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889003.31883: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889003.31929: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889003.31939: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.31946: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.32085: Set connection var ansible_timeout to 10 172629 1726889003.32096: Set connection var ansible_shell_type to sh 172629 1726889003.32115: Set connection var ansible_pipelining to False 172629 1726889003.32126: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889003.32161: Set connection var ansible_shell_executable to /bin/sh 172629 1726889003.32164: Set connection var ansible_connection to ssh 172629 1726889003.32173: variable 'ansible_shell_executable' from source: unknown 172629 1726889003.32180: variable 'ansible_connection' from source: unknown 172629 1726889003.32188: variable 'ansible_module_compression' from source: unknown 172629 1726889003.32195: variable 'ansible_shell_type' from source: unknown 172629 1726889003.32223: variable 'ansible_shell_executable' from source: unknown 172629 1726889003.32226: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.32229: variable 'ansible_pipelining' from source: unknown 172629 1726889003.32231: variable 'ansible_timeout' from source: unknown 172629 1726889003.32233: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.32401: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889003.32441: variable 'omit' from source: magic vars 172629 1726889003.32445: starting attempt loop 172629 1726889003.32447: running the handler 172629 1726889003.32462: handler run complete 172629 1726889003.32556: attempt loop complete, returning result 172629 1726889003.32560: _execute() done 172629 1726889003.32563: dumping result to json 172629 1726889003.32565: done dumping result, returning 172629 1726889003.32568: done running TaskExecutor() for managed_node1/TASK: Clear test variables [0affc8a3-6f6f-d0a8-add8-000000001edc] 172629 1726889003.32570: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001edc 172629 1726889003.32642: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001edc 172629 1726889003.32645: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 172629 1726889003.32718: no more pending results, returning what we have 172629 1726889003.32722: results queue empty 172629 1726889003.32723: checking for any_errors_fatal 172629 1726889003.32733: done checking for any_errors_fatal 172629 1726889003.32734: checking for max_fail_percentage 172629 1726889003.32736: done checking for max_fail_percentage 172629 1726889003.32737: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.32738: done checking to see if all hosts have failed 172629 1726889003.32739: getting the remaining hosts for this loop 172629 1726889003.32741: done getting the remaining hosts for this loop 172629 1726889003.32745: getting the next task for host managed_node1 172629 1726889003.32764: done getting next task for host managed_node1 172629 1726889003.32768: ^ task is: TASK: Get information about RAID 172629 1726889003.32774: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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 172629 1726889003.32780: getting variables 172629 1726889003.32782: in VariableManager get_vars() 172629 1726889003.32822: Calling all_inventory to load vars for managed_node1 172629 1726889003.32825: Calling groups_inventory to load vars for managed_node1 172629 1726889003.32829: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.32841: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.32845: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.32849: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.33772: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.34405: done with get_vars() 172629 1726889003.34419: done getting variables 172629 1726889003.34482: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get information about RAID] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Friday 20 September 2024 23:23:23 -0400 (0:00:00.041) 0:01:43.625 ****** 172629 1726889003.34521: entering _queue_task() for managed_node1/command 172629 1726889003.34872: worker is 1 (out of 1 available) 172629 1726889003.34885: exiting _queue_task() for managed_node1/command 172629 1726889003.34897: done queuing things up, now waiting for results queue to drain 172629 1726889003.34898: waiting for pending results... 172629 1726889003.35272: running TaskExecutor() for managed_node1/TASK: Get information about RAID 172629 1726889003.35345: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ee0 172629 1726889003.35377: variable 'ansible_search_path' from source: unknown 172629 1726889003.35421: calling self._execute() 172629 1726889003.35587: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.35591: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.35593: variable 'omit' from source: magic vars 172629 1726889003.36022: variable 'storage_test_volume' from source: include params 172629 1726889003.36025: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889003.36027: when evaluation is False, skipping this task 172629 1726889003.36030: _execute() done 172629 1726889003.36032: dumping result to json 172629 1726889003.36037: done dumping result, returning 172629 1726889003.36046: done running TaskExecutor() for managed_node1/TASK: Get information about RAID [0affc8a3-6f6f-d0a8-add8-000000001ee0] 172629 1726889003.36058: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee0 172629 1726889003.36361: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee0 172629 1726889003.36365: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889003.36411: no more pending results, returning what we have 172629 1726889003.36414: results queue empty 172629 1726889003.36415: checking for any_errors_fatal 172629 1726889003.36422: done checking for any_errors_fatal 172629 1726889003.36423: checking for max_fail_percentage 172629 1726889003.36424: done checking for max_fail_percentage 172629 1726889003.36425: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.36426: done checking to see if all hosts have failed 172629 1726889003.36427: getting the remaining hosts for this loop 172629 1726889003.36428: done getting the remaining hosts for this loop 172629 1726889003.36431: getting the next task for host managed_node1 172629 1726889003.36438: done getting next task for host managed_node1 172629 1726889003.36441: ^ task is: TASK: Set active devices regex 172629 1726889003.36447: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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 172629 1726889003.36451: getting variables 172629 1726889003.36457: in VariableManager get_vars() 172629 1726889003.36491: Calling all_inventory to load vars for managed_node1 172629 1726889003.36494: Calling groups_inventory to load vars for managed_node1 172629 1726889003.36498: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.36508: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.36511: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.36515: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.37145: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.37740: done with get_vars() 172629 1726889003.37762: done getting variables 172629 1726889003.37812: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set active devices regex] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Friday 20 September 2024 23:23:23 -0400 (0:00:00.033) 0:01:43.658 ****** 172629 1726889003.37841: entering _queue_task() for managed_node1/set_fact 172629 1726889003.38210: worker is 1 (out of 1 available) 172629 1726889003.38222: exiting _queue_task() for managed_node1/set_fact 172629 1726889003.38233: done queuing things up, now waiting for results queue to drain 172629 1726889003.38235: waiting for pending results... 172629 1726889003.38440: running TaskExecutor() for managed_node1/TASK: Set active devices regex 172629 1726889003.38588: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ee1 172629 1726889003.38610: variable 'ansible_search_path' from source: unknown 172629 1726889003.38652: calling self._execute() 172629 1726889003.38777: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.38793: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.38807: variable 'omit' from source: magic vars 172629 1726889003.39228: variable 'storage_test_volume' from source: include params 172629 1726889003.39328: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889003.39331: when evaluation is False, skipping this task 172629 1726889003.39333: _execute() done 172629 1726889003.39335: dumping result to json 172629 1726889003.39338: done dumping result, returning 172629 1726889003.39340: done running TaskExecutor() for managed_node1/TASK: Set active devices regex [0affc8a3-6f6f-d0a8-add8-000000001ee1] 172629 1726889003.39342: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee1 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889003.39538: no more pending results, returning what we have 172629 1726889003.39543: results queue empty 172629 1726889003.39544: checking for any_errors_fatal 172629 1726889003.39549: done checking for any_errors_fatal 172629 1726889003.39550: checking for max_fail_percentage 172629 1726889003.39552: done checking for max_fail_percentage 172629 1726889003.39558: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.39559: done checking to see if all hosts have failed 172629 1726889003.39559: getting the remaining hosts for this loop 172629 1726889003.39561: done getting the remaining hosts for this loop 172629 1726889003.39565: getting the next task for host managed_node1 172629 1726889003.39574: done getting next task for host managed_node1 172629 1726889003.39576: ^ task is: TASK: Set spare devices regex 172629 1726889003.39582: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889003.39586: getting variables 172629 1726889003.39588: in VariableManager get_vars() 172629 1726889003.39629: Calling all_inventory to load vars for managed_node1 172629 1726889003.39632: Calling groups_inventory to load vars for managed_node1 172629 1726889003.39636: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.39651: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.39801: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.39806: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.40327: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee1 172629 1726889003.40331: WORKER PROCESS EXITING 172629 1726889003.40361: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.40976: done with get_vars() 172629 1726889003.40989: done getting variables 172629 1726889003.41043: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Friday 20 September 2024 23:23:23 -0400 (0:00:00.032) 0:01:43.690 ****** 172629 1726889003.41076: entering _queue_task() for managed_node1/set_fact 172629 1726889003.41331: worker is 1 (out of 1 available) 172629 1726889003.41343: exiting _queue_task() for managed_node1/set_fact 172629 1726889003.41461: done queuing things up, now waiting for results queue to drain 172629 1726889003.41463: waiting for pending results... 172629 1726889003.41771: running TaskExecutor() for managed_node1/TASK: Set spare devices regex 172629 1726889003.41785: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ee2 172629 1726889003.41804: variable 'ansible_search_path' from source: unknown 172629 1726889003.41844: calling self._execute() 172629 1726889003.41963: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.41974: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.41986: variable 'omit' from source: magic vars 172629 1726889003.42389: variable 'storage_test_volume' from source: include params 172629 1726889003.42437: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889003.42446: when evaluation is False, skipping this task 172629 1726889003.42453: _execute() done 172629 1726889003.42464: dumping result to json 172629 1726889003.42472: done dumping result, returning 172629 1726889003.42540: done running TaskExecutor() for managed_node1/TASK: Set spare devices regex [0affc8a3-6f6f-d0a8-add8-000000001ee2] 172629 1726889003.42543: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee2 172629 1726889003.42619: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee2 172629 1726889003.42622: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889003.42692: no more pending results, returning what we have 172629 1726889003.42696: results queue empty 172629 1726889003.42697: checking for any_errors_fatal 172629 1726889003.42705: done checking for any_errors_fatal 172629 1726889003.42706: checking for max_fail_percentage 172629 1726889003.42708: done checking for max_fail_percentage 172629 1726889003.42709: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.42710: done checking to see if all hosts have failed 172629 1726889003.42711: getting the remaining hosts for this loop 172629 1726889003.42713: done getting the remaining hosts for this loop 172629 1726889003.42716: getting the next task for host managed_node1 172629 1726889003.42726: done getting next task for host managed_node1 172629 1726889003.42728: ^ task is: TASK: Set md version regex 172629 1726889003.42734: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889003.42738: getting variables 172629 1726889003.42740: in VariableManager get_vars() 172629 1726889003.42978: Calling all_inventory to load vars for managed_node1 172629 1726889003.42981: Calling groups_inventory to load vars for managed_node1 172629 1726889003.42984: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.42995: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.42998: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.43001: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.43577: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.44152: done with get_vars() 172629 1726889003.44167: done getting variables 172629 1726889003.44216: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set md version regex] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Friday 20 September 2024 23:23:23 -0400 (0:00:00.031) 0:01:43.722 ****** 172629 1726889003.44246: entering _queue_task() for managed_node1/set_fact 172629 1726889003.44506: worker is 1 (out of 1 available) 172629 1726889003.44517: exiting _queue_task() for managed_node1/set_fact 172629 1726889003.44530: done queuing things up, now waiting for results queue to drain 172629 1726889003.44531: waiting for pending results... 172629 1726889003.44882: running TaskExecutor() for managed_node1/TASK: Set md version regex 172629 1726889003.44953: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ee3 172629 1726889003.45160: variable 'ansible_search_path' from source: unknown 172629 1726889003.45165: calling self._execute() 172629 1726889003.45167: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.45170: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.45172: variable 'omit' from source: magic vars 172629 1726889003.45538: variable 'storage_test_volume' from source: include params 172629 1726889003.45579: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889003.45586: when evaluation is False, skipping this task 172629 1726889003.45593: _execute() done 172629 1726889003.45600: dumping result to json 172629 1726889003.45608: done dumping result, returning 172629 1726889003.45620: done running TaskExecutor() for managed_node1/TASK: Set md version regex [0affc8a3-6f6f-d0a8-add8-000000001ee3] 172629 1726889003.45628: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee3 172629 1726889003.45872: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee3 172629 1726889003.45875: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889003.45915: no more pending results, returning what we have 172629 1726889003.45919: results queue empty 172629 1726889003.45920: checking for any_errors_fatal 172629 1726889003.45926: done checking for any_errors_fatal 172629 1726889003.45927: checking for max_fail_percentage 172629 1726889003.45928: done checking for max_fail_percentage 172629 1726889003.45929: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.45930: done checking to see if all hosts have failed 172629 1726889003.45931: getting the remaining hosts for this loop 172629 1726889003.45932: done getting the remaining hosts for this loop 172629 1726889003.45936: getting the next task for host managed_node1 172629 1726889003.45942: done getting next task for host managed_node1 172629 1726889003.45945: ^ task is: TASK: Set chunk size regex 172629 1726889003.45949: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889003.45953: getting variables 172629 1726889003.45954: in VariableManager get_vars() 172629 1726889003.45990: Calling all_inventory to load vars for managed_node1 172629 1726889003.45993: Calling groups_inventory to load vars for managed_node1 172629 1726889003.45997: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.46008: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.46011: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.46014: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.46619: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.47558: done with get_vars() 172629 1726889003.47571: done getting variables 172629 1726889003.47625: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Friday 20 September 2024 23:23:23 -0400 (0:00:00.034) 0:01:43.756 ****** 172629 1726889003.47654: entering _queue_task() for managed_node1/set_fact 172629 1726889003.47905: worker is 1 (out of 1 available) 172629 1726889003.47917: exiting _queue_task() for managed_node1/set_fact 172629 1726889003.47930: done queuing things up, now waiting for results queue to drain 172629 1726889003.47931: waiting for pending results... 172629 1726889003.48281: running TaskExecutor() for managed_node1/TASK: Set chunk size regex 172629 1726889003.48373: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ee4 172629 1726889003.48398: variable 'ansible_search_path' from source: unknown 172629 1726889003.48435: calling self._execute() 172629 1726889003.48598: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.48601: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.48604: variable 'omit' from source: magic vars 172629 1726889003.49002: variable 'storage_test_volume' from source: include params 172629 1726889003.49058: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889003.49070: when evaluation is False, skipping this task 172629 1726889003.49136: _execute() done 172629 1726889003.49139: dumping result to json 172629 1726889003.49141: done dumping result, returning 172629 1726889003.49145: done running TaskExecutor() for managed_node1/TASK: Set chunk size regex [0affc8a3-6f6f-d0a8-add8-000000001ee4] 172629 1726889003.49147: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee4 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889003.49283: no more pending results, returning what we have 172629 1726889003.49287: results queue empty 172629 1726889003.49288: checking for any_errors_fatal 172629 1726889003.49297: done checking for any_errors_fatal 172629 1726889003.49297: checking for max_fail_percentage 172629 1726889003.49299: done checking for max_fail_percentage 172629 1726889003.49300: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.49301: done checking to see if all hosts have failed 172629 1726889003.49301: getting the remaining hosts for this loop 172629 1726889003.49303: done getting the remaining hosts for this loop 172629 1726889003.49306: getting the next task for host managed_node1 172629 1726889003.49314: done getting next task for host managed_node1 172629 1726889003.49317: ^ task is: TASK: Parse the chunk size 172629 1726889003.49322: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889003.49327: getting variables 172629 1726889003.49328: in VariableManager get_vars() 172629 1726889003.49368: Calling all_inventory to load vars for managed_node1 172629 1726889003.49371: Calling groups_inventory to load vars for managed_node1 172629 1726889003.49375: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.49388: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.49391: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.49394: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.50050: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee4 172629 1726889003.50054: WORKER PROCESS EXITING 172629 1726889003.50071: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.50659: done with get_vars() 172629 1726889003.50673: done getting variables TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Friday 20 September 2024 23:23:23 -0400 (0:00:00.030) 0:01:43.787 ****** 172629 1726889003.50752: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889003.51017: worker is 1 (out of 1 available) 172629 1726889003.51031: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889003.51045: done queuing things up, now waiting for results queue to drain 172629 1726889003.51046: waiting for pending results... 172629 1726889003.51376: running TaskExecutor() for managed_node1/TASK: Parse the chunk size 172629 1726889003.51660: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ee5 172629 1726889003.51664: variable 'ansible_search_path' from source: unknown 172629 1726889003.51667: calling self._execute() 172629 1726889003.51669: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.51680: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.51693: variable 'omit' from source: magic vars 172629 1726889003.52087: variable 'storage_test_volume' from source: include params 172629 1726889003.52131: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889003.52139: when evaluation is False, skipping this task 172629 1726889003.52147: _execute() done 172629 1726889003.52154: dumping result to json 172629 1726889003.52164: done dumping result, returning 172629 1726889003.52174: done running TaskExecutor() for managed_node1/TASK: Parse the chunk size [0affc8a3-6f6f-d0a8-add8-000000001ee5] 172629 1726889003.52182: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee5 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889003.52376: no more pending results, returning what we have 172629 1726889003.52380: results queue empty 172629 1726889003.52381: checking for any_errors_fatal 172629 1726889003.52390: done checking for any_errors_fatal 172629 1726889003.52391: checking for max_fail_percentage 172629 1726889003.52393: done checking for max_fail_percentage 172629 1726889003.52394: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.52394: done checking to see if all hosts have failed 172629 1726889003.52395: getting the remaining hosts for this loop 172629 1726889003.52397: done getting the remaining hosts for this loop 172629 1726889003.52401: getting the next task for host managed_node1 172629 1726889003.52410: done getting next task for host managed_node1 172629 1726889003.52413: ^ task is: TASK: Check RAID active devices count 172629 1726889003.52419: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889003.52424: getting variables 172629 1726889003.52425: in VariableManager get_vars() 172629 1726889003.52467: Calling all_inventory to load vars for managed_node1 172629 1726889003.52470: Calling groups_inventory to load vars for managed_node1 172629 1726889003.52474: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.52488: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.52491: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.52494: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.53086: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee5 172629 1726889003.53089: WORKER PROCESS EXITING 172629 1726889003.53283: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.53889: done with get_vars() 172629 1726889003.53902: done getting variables 172629 1726889003.53957: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Friday 20 September 2024 23:23:23 -0400 (0:00:00.032) 0:01:43.819 ****** 172629 1726889003.53987: entering _queue_task() for managed_node1/assert 172629 1726889003.54232: worker is 1 (out of 1 available) 172629 1726889003.54244: exiting _queue_task() for managed_node1/assert 172629 1726889003.54360: done queuing things up, now waiting for results queue to drain 172629 1726889003.54362: waiting for pending results... 172629 1726889003.54552: running TaskExecutor() for managed_node1/TASK: Check RAID active devices count 172629 1726889003.54701: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ee6 172629 1726889003.54720: variable 'ansible_search_path' from source: unknown 172629 1726889003.54758: calling self._execute() 172629 1726889003.54872: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.54885: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.54900: variable 'omit' from source: magic vars 172629 1726889003.55291: variable 'storage_test_volume' from source: include params 172629 1726889003.55331: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889003.55338: when evaluation is False, skipping this task 172629 1726889003.55350: _execute() done 172629 1726889003.55360: dumping result to json 172629 1726889003.55368: done dumping result, returning 172629 1726889003.55380: done running TaskExecutor() for managed_node1/TASK: Check RAID active devices count [0affc8a3-6f6f-d0a8-add8-000000001ee6] 172629 1726889003.55391: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee6 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889003.55545: no more pending results, returning what we have 172629 1726889003.55550: results queue empty 172629 1726889003.55551: checking for any_errors_fatal 172629 1726889003.55562: done checking for any_errors_fatal 172629 1726889003.55563: checking for max_fail_percentage 172629 1726889003.55565: done checking for max_fail_percentage 172629 1726889003.55566: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.55567: done checking to see if all hosts have failed 172629 1726889003.55567: getting the remaining hosts for this loop 172629 1726889003.55569: done getting the remaining hosts for this loop 172629 1726889003.55572: getting the next task for host managed_node1 172629 1726889003.55581: done getting next task for host managed_node1 172629 1726889003.55584: ^ task is: TASK: Check RAID spare devices count 172629 1726889003.55590: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889003.55594: getting variables 172629 1726889003.55595: in VariableManager get_vars() 172629 1726889003.55633: Calling all_inventory to load vars for managed_node1 172629 1726889003.55636: Calling groups_inventory to load vars for managed_node1 172629 1726889003.55639: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.55652: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.55860: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.55866: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee6 172629 1726889003.55868: WORKER PROCESS EXITING 172629 1726889003.55872: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.56438: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.57034: done with get_vars() 172629 1726889003.57049: done getting variables 172629 1726889003.57109: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Friday 20 September 2024 23:23:23 -0400 (0:00:00.031) 0:01:43.851 ****** 172629 1726889003.57141: entering _queue_task() for managed_node1/assert 172629 1726889003.57499: worker is 1 (out of 1 available) 172629 1726889003.57511: exiting _queue_task() for managed_node1/assert 172629 1726889003.57523: done queuing things up, now waiting for results queue to drain 172629 1726889003.57525: waiting for pending results... 172629 1726889003.57728: running TaskExecutor() for managed_node1/TASK: Check RAID spare devices count 172629 1726889003.57880: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ee7 172629 1726889003.57901: variable 'ansible_search_path' from source: unknown 172629 1726889003.57939: calling self._execute() 172629 1726889003.58057: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.58073: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.58091: variable 'omit' from source: magic vars 172629 1726889003.58461: variable 'storage_test_volume' from source: include params 172629 1726889003.58505: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889003.58517: when evaluation is False, skipping this task 172629 1726889003.58526: _execute() done 172629 1726889003.58535: dumping result to json 172629 1726889003.58543: done dumping result, returning 172629 1726889003.58557: done running TaskExecutor() for managed_node1/TASK: Check RAID spare devices count [0affc8a3-6f6f-d0a8-add8-000000001ee7] 172629 1726889003.58567: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee7 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889003.58723: no more pending results, returning what we have 172629 1726889003.58727: results queue empty 172629 1726889003.58728: checking for any_errors_fatal 172629 1726889003.58741: done checking for any_errors_fatal 172629 1726889003.58741: checking for max_fail_percentage 172629 1726889003.58744: done checking for max_fail_percentage 172629 1726889003.58745: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.58746: done checking to see if all hosts have failed 172629 1726889003.58746: getting the remaining hosts for this loop 172629 1726889003.58748: done getting the remaining hosts for this loop 172629 1726889003.58751: getting the next task for host managed_node1 172629 1726889003.58761: done getting next task for host managed_node1 172629 1726889003.58764: ^ task is: TASK: Check RAID metadata version 172629 1726889003.58769: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889003.58774: getting variables 172629 1726889003.58775: in VariableManager get_vars() 172629 1726889003.58810: Calling all_inventory to load vars for managed_node1 172629 1726889003.58813: Calling groups_inventory to load vars for managed_node1 172629 1726889003.58816: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.58828: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.58831: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.58834: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.59583: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.60244: done with get_vars() 172629 1726889003.60268: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee7 172629 1726889003.60272: WORKER PROCESS EXITING 172629 1726889003.60262: done getting variables 172629 1726889003.60326: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Friday 20 September 2024 23:23:23 -0400 (0:00:00.032) 0:01:43.883 ****** 172629 1726889003.60357: entering _queue_task() for managed_node1/assert 172629 1726889003.60606: worker is 1 (out of 1 available) 172629 1726889003.60619: exiting _queue_task() for managed_node1/assert 172629 1726889003.60631: done queuing things up, now waiting for results queue to drain 172629 1726889003.60633: waiting for pending results... 172629 1726889003.60973: running TaskExecutor() for managed_node1/TASK: Check RAID metadata version 172629 1726889003.61058: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ee8 172629 1726889003.61089: variable 'ansible_search_path' from source: unknown 172629 1726889003.61260: calling self._execute() 172629 1726889003.61264: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.61267: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.61269: variable 'omit' from source: magic vars 172629 1726889003.61631: variable 'storage_test_volume' from source: include params 172629 1726889003.61671: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889003.61679: when evaluation is False, skipping this task 172629 1726889003.61686: _execute() done 172629 1726889003.61692: dumping result to json 172629 1726889003.61699: done dumping result, returning 172629 1726889003.61713: done running TaskExecutor() for managed_node1/TASK: Check RAID metadata version [0affc8a3-6f6f-d0a8-add8-000000001ee8] 172629 1726889003.61721: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee8 172629 1726889003.61970: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee8 172629 1726889003.61974: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889003.62010: no more pending results, returning what we have 172629 1726889003.62013: results queue empty 172629 1726889003.62014: checking for any_errors_fatal 172629 1726889003.62022: done checking for any_errors_fatal 172629 1726889003.62023: checking for max_fail_percentage 172629 1726889003.62025: done checking for max_fail_percentage 172629 1726889003.62025: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.62026: done checking to see if all hosts have failed 172629 1726889003.62027: getting the remaining hosts for this loop 172629 1726889003.62028: done getting the remaining hosts for this loop 172629 1726889003.62031: getting the next task for host managed_node1 172629 1726889003.62039: done getting next task for host managed_node1 172629 1726889003.62041: ^ task is: TASK: Check RAID chunk size 172629 1726889003.62046: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889003.62049: getting variables 172629 1726889003.62051: in VariableManager get_vars() 172629 1726889003.62082: Calling all_inventory to load vars for managed_node1 172629 1726889003.62085: Calling groups_inventory to load vars for managed_node1 172629 1726889003.62088: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.62098: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.62101: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.62105: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.62697: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.63289: done with get_vars() 172629 1726889003.63304: done getting variables 172629 1726889003.63381: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Friday 20 September 2024 23:23:23 -0400 (0:00:00.030) 0:01:43.914 ****** 172629 1726889003.63411: entering _queue_task() for managed_node1/assert 172629 1726889003.63710: worker is 1 (out of 1 available) 172629 1726889003.63724: exiting _queue_task() for managed_node1/assert 172629 1726889003.63737: done queuing things up, now waiting for results queue to drain 172629 1726889003.63738: waiting for pending results... 172629 1726889003.63964: running TaskExecutor() for managed_node1/TASK: Check RAID chunk size 172629 1726889003.64101: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ee9 172629 1726889003.64125: variable 'ansible_search_path' from source: unknown 172629 1726889003.64166: calling self._execute() 172629 1726889003.64282: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.64295: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.64310: variable 'omit' from source: magic vars 172629 1726889003.64860: variable 'storage_test_volume' from source: include params 172629 1726889003.64863: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889003.64866: when evaluation is False, skipping this task 172629 1726889003.64870: _execute() done 172629 1726889003.64872: dumping result to json 172629 1726889003.64875: done dumping result, returning 172629 1726889003.64878: done running TaskExecutor() for managed_node1/TASK: Check RAID chunk size [0affc8a3-6f6f-d0a8-add8-000000001ee9] 172629 1726889003.64880: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee9 172629 1726889003.64951: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ee9 172629 1726889003.64957: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889003.65008: no more pending results, returning what we have 172629 1726889003.65012: results queue empty 172629 1726889003.65014: checking for any_errors_fatal 172629 1726889003.65023: done checking for any_errors_fatal 172629 1726889003.65024: checking for max_fail_percentage 172629 1726889003.65027: done checking for max_fail_percentage 172629 1726889003.65028: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.65029: done checking to see if all hosts have failed 172629 1726889003.65029: getting the remaining hosts for this loop 172629 1726889003.65031: done getting the remaining hosts for this loop 172629 1726889003.65034: getting the next task for host managed_node1 172629 1726889003.65046: done getting next task for host managed_node1 172629 1726889003.65049: ^ task is: TASK: Parse the actual size of the volume 172629 1726889003.65054: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889003.65062: getting variables 172629 1726889003.65063: in VariableManager get_vars() 172629 1726889003.65101: Calling all_inventory to load vars for managed_node1 172629 1726889003.65105: Calling groups_inventory to load vars for managed_node1 172629 1726889003.65109: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.65122: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.65126: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.65130: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.65826: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.66750: done with get_vars() 172629 1726889003.66765: done getting variables TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Friday 20 September 2024 23:23:23 -0400 (0:00:00.034) 0:01:43.948 ****** 172629 1726889003.66841: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889003.67280: worker is 1 (out of 1 available) 172629 1726889003.67290: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889003.67301: done queuing things up, now waiting for results queue to drain 172629 1726889003.67302: waiting for pending results... 172629 1726889003.67429: running TaskExecutor() for managed_node1/TASK: Parse the actual size of the volume 172629 1726889003.67546: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001eed 172629 1726889003.67637: variable 'ansible_search_path' from source: unknown 172629 1726889003.67641: calling self._execute() 172629 1726889003.67719: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.67731: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.67750: variable 'omit' from source: magic vars 172629 1726889003.68116: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889003.70337: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889003.70421: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889003.70485: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889003.70525: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889003.70564: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889003.70761: variable '_storage_test_volume_present' from source: set_fact 172629 1726889003.70765: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889003.70862: variable 'storage_test_volume' from source: include params 172629 1726889003.70906: Evaluated conditional (storage_test_volume.type not in ['partition', 'disk']): False 172629 1726889003.70914: when evaluation is False, skipping this task 172629 1726889003.70922: _execute() done 172629 1726889003.70930: dumping result to json 172629 1726889003.70937: done dumping result, returning 172629 1726889003.70948: done running TaskExecutor() for managed_node1/TASK: Parse the actual size of the volume [0affc8a3-6f6f-d0a8-add8-000000001eed] 172629 1726889003.70960: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eed skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } 172629 1726889003.71153: no more pending results, returning what we have 172629 1726889003.71158: results queue empty 172629 1726889003.71159: checking for any_errors_fatal 172629 1726889003.71172: done checking for any_errors_fatal 172629 1726889003.71173: checking for max_fail_percentage 172629 1726889003.71175: done checking for max_fail_percentage 172629 1726889003.71176: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.71177: done checking to see if all hosts have failed 172629 1726889003.71178: getting the remaining hosts for this loop 172629 1726889003.71179: done getting the remaining hosts for this loop 172629 1726889003.71183: getting the next task for host managed_node1 172629 1726889003.71191: done getting next task for host managed_node1 172629 1726889003.71194: ^ task is: TASK: Parse the requested size of the volume 172629 1726889003.71200: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889003.71204: getting variables 172629 1726889003.71205: in VariableManager get_vars() 172629 1726889003.71243: Calling all_inventory to load vars for managed_node1 172629 1726889003.71246: Calling groups_inventory to load vars for managed_node1 172629 1726889003.71250: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.71564: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.71568: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.71572: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.72125: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eed 172629 1726889003.72128: WORKER PROCESS EXITING 172629 1726889003.72152: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.72746: done with get_vars() 172629 1726889003.72763: done getting variables TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Friday 20 September 2024 23:23:23 -0400 (0:00:00.059) 0:01:44.008 ****** 172629 1726889003.72842: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889003.73122: worker is 1 (out of 1 available) 172629 1726889003.73134: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889003.73145: done queuing things up, now waiting for results queue to drain 172629 1726889003.73147: waiting for pending results... 172629 1726889003.73439: running TaskExecutor() for managed_node1/TASK: Parse the requested size of the volume 172629 1726889003.73579: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001eee 172629 1726889003.73601: variable 'ansible_search_path' from source: unknown 172629 1726889003.73635: calling self._execute() 172629 1726889003.73752: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.73766: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.73779: variable 'omit' from source: magic vars 172629 1726889003.74150: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889003.76360: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889003.76432: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889003.76487: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889003.76531: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889003.76563: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889003.76667: variable '_storage_test_volume_present' from source: set_fact 172629 1726889003.76688: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889003.76823: variable 'storage_test_volume' from source: include params 172629 1726889003.76863: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726889003.76870: when evaluation is False, skipping this task 172629 1726889003.76877: _execute() done 172629 1726889003.76884: dumping result to json 172629 1726889003.76890: done dumping result, returning 172629 1726889003.76900: done running TaskExecutor() for managed_node1/TASK: Parse the requested size of the volume [0affc8a3-6f6f-d0a8-add8-000000001eee] 172629 1726889003.76908: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eee 172629 1726889003.77018: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eee 172629 1726889003.77025: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726889003.77097: no more pending results, returning what we have 172629 1726889003.77101: results queue empty 172629 1726889003.77102: checking for any_errors_fatal 172629 1726889003.77111: done checking for any_errors_fatal 172629 1726889003.77112: checking for max_fail_percentage 172629 1726889003.77114: done checking for max_fail_percentage 172629 1726889003.77115: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.77116: done checking to see if all hosts have failed 172629 1726889003.77117: getting the remaining hosts for this loop 172629 1726889003.77118: done getting the remaining hosts for this loop 172629 1726889003.77122: getting the next task for host managed_node1 172629 1726889003.77130: done getting next task for host managed_node1 172629 1726889003.77133: ^ task is: TASK: Establish base value for expected size 172629 1726889003.77137: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889003.77141: getting variables 172629 1726889003.77143: in VariableManager get_vars() 172629 1726889003.77181: Calling all_inventory to load vars for managed_node1 172629 1726889003.77184: Calling groups_inventory to load vars for managed_node1 172629 1726889003.77187: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.77198: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.77202: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.77205: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.78031: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.78637: done with get_vars() 172629 1726889003.78651: done getting variables 172629 1726889003.78710: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Friday 20 September 2024 23:23:23 -0400 (0:00:00.058) 0:01:44.067 ****** 172629 1726889003.78742: entering _queue_task() for managed_node1/set_fact 172629 1726889003.79016: worker is 1 (out of 1 available) 172629 1726889003.79029: exiting _queue_task() for managed_node1/set_fact 172629 1726889003.79041: done queuing things up, now waiting for results queue to drain 172629 1726889003.79042: waiting for pending results... 172629 1726889003.79329: running TaskExecutor() for managed_node1/TASK: Establish base value for expected size 172629 1726889003.79471: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001eef 172629 1726889003.79497: variable 'ansible_search_path' from source: unknown 172629 1726889003.79562: calling self._execute() 172629 1726889003.79651: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.79667: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.79684: variable 'omit' from source: magic vars 172629 1726889003.80054: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889003.82270: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889003.82312: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889003.82366: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889003.82405: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889003.82484: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889003.82527: variable '_storage_test_volume_present' from source: set_fact 172629 1726889003.82545: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889003.82740: variable 'storage_test_volume' from source: include params 172629 1726889003.82782: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726889003.82789: when evaluation is False, skipping this task 172629 1726889003.82796: _execute() done 172629 1726889003.82804: dumping result to json 172629 1726889003.82811: done dumping result, returning 172629 1726889003.82826: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected size [0affc8a3-6f6f-d0a8-add8-000000001eef] 172629 1726889003.82941: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eef 172629 1726889003.83020: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eef 172629 1726889003.83023: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726889003.83071: no more pending results, returning what we have 172629 1726889003.83074: results queue empty 172629 1726889003.83075: checking for any_errors_fatal 172629 1726889003.83082: done checking for any_errors_fatal 172629 1726889003.83083: checking for max_fail_percentage 172629 1726889003.83085: done checking for max_fail_percentage 172629 1726889003.83086: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.83087: done checking to see if all hosts have failed 172629 1726889003.83087: getting the remaining hosts for this loop 172629 1726889003.83089: done getting the remaining hosts for this loop 172629 1726889003.83092: getting the next task for host managed_node1 172629 1726889003.83104: done getting next task for host managed_node1 172629 1726889003.83107: ^ task is: TASK: Show expected size 172629 1726889003.83111: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889003.83114: getting variables 172629 1726889003.83116: in VariableManager get_vars() 172629 1726889003.83152: Calling all_inventory to load vars for managed_node1 172629 1726889003.83154: Calling groups_inventory to load vars for managed_node1 172629 1726889003.83159: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.83169: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.83171: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.83175: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.83965: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.84621: done with get_vars() 172629 1726889003.84638: done getting variables 172629 1726889003.84702: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show expected size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Friday 20 September 2024 23:23:23 -0400 (0:00:00.060) 0:01:44.127 ****** 172629 1726889003.84765: entering _queue_task() for managed_node1/debug 172629 1726889003.85101: worker is 1 (out of 1 available) 172629 1726889003.85114: exiting _queue_task() for managed_node1/debug 172629 1726889003.85128: done queuing things up, now waiting for results queue to drain 172629 1726889003.85129: waiting for pending results... 172629 1726889003.85368: running TaskExecutor() for managed_node1/TASK: Show expected size 172629 1726889003.85573: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ef0 172629 1726889003.85576: variable 'ansible_search_path' from source: unknown 172629 1726889003.85579: calling self._execute() 172629 1726889003.85670: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.85683: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.85698: variable 'omit' from source: magic vars 172629 1726889003.85812: variable 'omit' from source: magic vars 172629 1726889003.85876: variable 'omit' from source: magic vars 172629 1726889003.85926: variable 'omit' from source: magic vars 172629 1726889003.85958: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889003.86000: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889003.86035: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889003.86061: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889003.86261: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889003.86264: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889003.86267: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.86269: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.86271: Set connection var ansible_timeout to 10 172629 1726889003.86273: Set connection var ansible_shell_type to sh 172629 1726889003.86275: Set connection var ansible_pipelining to False 172629 1726889003.86278: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889003.86279: Set connection var ansible_shell_executable to /bin/sh 172629 1726889003.86281: Set connection var ansible_connection to ssh 172629 1726889003.86286: variable 'ansible_shell_executable' from source: unknown 172629 1726889003.86294: variable 'ansible_connection' from source: unknown 172629 1726889003.86302: variable 'ansible_module_compression' from source: unknown 172629 1726889003.86309: variable 'ansible_shell_type' from source: unknown 172629 1726889003.86315: variable 'ansible_shell_executable' from source: unknown 172629 1726889003.86322: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.86330: variable 'ansible_pipelining' from source: unknown 172629 1726889003.86337: variable 'ansible_timeout' from source: unknown 172629 1726889003.86344: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.86496: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889003.86521: variable 'omit' from source: magic vars 172629 1726889003.86533: starting attempt loop 172629 1726889003.86541: running the handler 172629 1726889003.86808: handler run complete 172629 1726889003.86845: attempt loop complete, returning result 172629 1726889003.86854: _execute() done 172629 1726889003.86864: dumping result to json 172629 1726889003.86872: done dumping result, returning 172629 1726889003.86883: done running TaskExecutor() for managed_node1/TASK: Show expected size [0affc8a3-6f6f-d0a8-add8-000000001ef0] 172629 1726889003.86892: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ef0 172629 1726889003.87163: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ef0 172629 1726889003.87167: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } 172629 1726889003.87213: no more pending results, returning what we have 172629 1726889003.87216: results queue empty 172629 1726889003.87217: checking for any_errors_fatal 172629 1726889003.87225: done checking for any_errors_fatal 172629 1726889003.87226: checking for max_fail_percentage 172629 1726889003.87228: done checking for max_fail_percentage 172629 1726889003.87229: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.87230: done checking to see if all hosts have failed 172629 1726889003.87231: getting the remaining hosts for this loop 172629 1726889003.87232: done getting the remaining hosts for this loop 172629 1726889003.87235: getting the next task for host managed_node1 172629 1726889003.87243: done getting next task for host managed_node1 172629 1726889003.87247: ^ task is: TASK: Get the size of parent/pool device 172629 1726889003.87251: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889003.87258: getting variables 172629 1726889003.87260: in VariableManager get_vars() 172629 1726889003.87298: Calling all_inventory to load vars for managed_node1 172629 1726889003.87301: Calling groups_inventory to load vars for managed_node1 172629 1726889003.87304: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.87316: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.87319: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.87323: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.87977: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.88539: done with get_vars() 172629 1726889003.88554: done getting variables TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Friday 20 September 2024 23:23:23 -0400 (0:00:00.038) 0:01:44.166 ****** 172629 1726889003.88634: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889003.88899: worker is 1 (out of 1 available) 172629 1726889003.88911: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889003.88923: done queuing things up, now waiting for results queue to drain 172629 1726889003.88924: waiting for pending results... 172629 1726889003.89216: running TaskExecutor() for managed_node1/TASK: Get the size of parent/pool device 172629 1726889003.89361: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ef1 172629 1726889003.89386: variable 'ansible_search_path' from source: unknown 172629 1726889003.89422: calling self._execute() 172629 1726889003.89538: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.89596: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.89599: variable 'omit' from source: magic vars 172629 1726889003.89949: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889003.92113: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889003.92187: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889003.92721: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889003.92761: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889003.92793: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889003.92938: variable '_storage_test_volume_present' from source: set_fact 172629 1726889003.92941: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889003.93043: variable 'storage_test_volume' from source: include params 172629 1726889003.93077: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726889003.93083: when evaluation is False, skipping this task 172629 1726889003.93089: _execute() done 172629 1726889003.93095: dumping result to json 172629 1726889003.93100: done dumping result, returning 172629 1726889003.93108: done running TaskExecutor() for managed_node1/TASK: Get the size of parent/pool device [0affc8a3-6f6f-d0a8-add8-000000001ef1] 172629 1726889003.93114: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ef1 172629 1726889003.93426: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ef1 172629 1726889003.93430: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726889003.93485: no more pending results, returning what we have 172629 1726889003.93489: results queue empty 172629 1726889003.93490: checking for any_errors_fatal 172629 1726889003.93499: done checking for any_errors_fatal 172629 1726889003.93500: checking for max_fail_percentage 172629 1726889003.93502: done checking for max_fail_percentage 172629 1726889003.93503: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.93505: done checking to see if all hosts have failed 172629 1726889003.93505: getting the remaining hosts for this loop 172629 1726889003.93507: done getting the remaining hosts for this loop 172629 1726889003.93511: getting the next task for host managed_node1 172629 1726889003.93522: done getting next task for host managed_node1 172629 1726889003.93525: ^ task is: TASK: Show test pool 172629 1726889003.93530: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889003.93534: getting variables 172629 1726889003.93535: in VariableManager get_vars() 172629 1726889003.93579: Calling all_inventory to load vars for managed_node1 172629 1726889003.93582: Calling groups_inventory to load vars for managed_node1 172629 1726889003.93586: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.93598: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.93601: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.93604: Calling groups_plugins_play to load vars for managed_node1 172629 1726889003.94296: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889003.94887: done with get_vars() 172629 1726889003.94903: done getting variables 172629 1726889003.94964: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test pool] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Friday 20 September 2024 23:23:23 -0400 (0:00:00.063) 0:01:44.229 ****** 172629 1726889003.94995: entering _queue_task() for managed_node1/debug 172629 1726889003.95385: worker is 1 (out of 1 available) 172629 1726889003.95397: exiting _queue_task() for managed_node1/debug 172629 1726889003.95408: done queuing things up, now waiting for results queue to drain 172629 1726889003.95410: waiting for pending results... 172629 1726889003.95609: running TaskExecutor() for managed_node1/TASK: Show test pool 172629 1726889003.95756: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ef3 172629 1726889003.95777: variable 'ansible_search_path' from source: unknown 172629 1726889003.95815: calling self._execute() 172629 1726889003.95960: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889003.95964: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889003.95967: variable 'omit' from source: magic vars 172629 1726889003.96342: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889003.98986: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889003.99060: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889003.99140: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889003.99143: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889003.99174: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889003.99271: variable '_storage_test_volume_present' from source: set_fact 172629 1726889003.99291: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889003.99418: variable 'storage_test_volume' from source: include params 172629 1726889003.99450: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726889003.99461: when evaluation is False, skipping this task 172629 1726889003.99468: _execute() done 172629 1726889003.99570: dumping result to json 172629 1726889003.99573: done dumping result, returning 172629 1726889003.99576: done running TaskExecutor() for managed_node1/TASK: Show test pool [0affc8a3-6f6f-d0a8-add8-000000001ef3] 172629 1726889003.99578: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ef3 172629 1726889003.99649: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ef3 172629 1726889003.99652: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.type == \"lvm\"" } 172629 1726889003.99718: no more pending results, returning what we have 172629 1726889003.99722: results queue empty 172629 1726889003.99723: checking for any_errors_fatal 172629 1726889003.99730: done checking for any_errors_fatal 172629 1726889003.99731: checking for max_fail_percentage 172629 1726889003.99733: done checking for max_fail_percentage 172629 1726889003.99734: checking to see if all hosts have failed and the running result is not ok 172629 1726889003.99735: done checking to see if all hosts have failed 172629 1726889003.99736: getting the remaining hosts for this loop 172629 1726889003.99738: done getting the remaining hosts for this loop 172629 1726889003.99741: getting the next task for host managed_node1 172629 1726889003.99750: done getting next task for host managed_node1 172629 1726889003.99753: ^ task is: TASK: Show test blockinfo 172629 1726889003.99759: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726889003.99763: getting variables 172629 1726889003.99765: in VariableManager get_vars() 172629 1726889003.99802: Calling all_inventory to load vars for managed_node1 172629 1726889003.99805: Calling groups_inventory to load vars for managed_node1 172629 1726889003.99808: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889003.99820: Calling all_plugins_play to load vars for managed_node1 172629 1726889003.99823: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889003.99826: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.00620: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.01582: done with get_vars() 172629 1726889004.01596: done getting variables 172629 1726889004.01650: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Friday 20 September 2024 23:23:24 -0400 (0:00:00.066) 0:01:44.296 ****** 172629 1726889004.01681: entering _queue_task() for managed_node1/debug 172629 1726889004.02064: worker is 1 (out of 1 available) 172629 1726889004.02076: exiting _queue_task() for managed_node1/debug 172629 1726889004.02087: done queuing things up, now waiting for results queue to drain 172629 1726889004.02088: waiting for pending results... 172629 1726889004.02291: running TaskExecutor() for managed_node1/TASK: Show test blockinfo 172629 1726889004.02528: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ef4 172629 1726889004.02532: variable 'ansible_search_path' from source: unknown 172629 1726889004.02535: calling self._execute() 172629 1726889004.02613: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.02627: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.02642: variable 'omit' from source: magic vars 172629 1726889004.03021: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889004.05420: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889004.05424: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889004.05426: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889004.05566: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889004.05680: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889004.06061: variable '_storage_test_volume_present' from source: set_fact 172629 1726889004.06065: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889004.06145: variable 'storage_test_volume' from source: include params 172629 1726889004.06202: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726889004.06284: when evaluation is False, skipping this task 172629 1726889004.06292: _execute() done 172629 1726889004.06300: dumping result to json 172629 1726889004.06307: done dumping result, returning 172629 1726889004.06316: done running TaskExecutor() for managed_node1/TASK: Show test blockinfo [0affc8a3-6f6f-d0a8-add8-000000001ef4] 172629 1726889004.06324: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ef4 skipping: [managed_node1] => { "false_condition": "storage_test_volume.type == \"lvm\"" } 172629 1726889004.06472: no more pending results, returning what we have 172629 1726889004.06476: results queue empty 172629 1726889004.06478: checking for any_errors_fatal 172629 1726889004.06489: done checking for any_errors_fatal 172629 1726889004.06490: checking for max_fail_percentage 172629 1726889004.06492: done checking for max_fail_percentage 172629 1726889004.06493: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.06493: done checking to see if all hosts have failed 172629 1726889004.06494: getting the remaining hosts for this loop 172629 1726889004.06496: done getting the remaining hosts for this loop 172629 1726889004.06499: getting the next task for host managed_node1 172629 1726889004.06508: done getting next task for host managed_node1 172629 1726889004.06511: ^ task is: TASK: Show test pool size 172629 1726889004.06517: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726889004.06522: getting variables 172629 1726889004.06524: in VariableManager get_vars() 172629 1726889004.06566: Calling all_inventory to load vars for managed_node1 172629 1726889004.06569: Calling groups_inventory to load vars for managed_node1 172629 1726889004.06573: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.06585: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.06589: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.06593: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.07869: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ef4 172629 1726889004.07873: WORKER PROCESS EXITING 172629 1726889004.08000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.09187: done with get_vars() 172629 1726889004.09202: done getting variables 172629 1726889004.09259: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test pool size] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Friday 20 September 2024 23:23:24 -0400 (0:00:00.076) 0:01:44.372 ****** 172629 1726889004.09291: entering _queue_task() for managed_node1/debug 172629 1726889004.09994: worker is 1 (out of 1 available) 172629 1726889004.10008: exiting _queue_task() for managed_node1/debug 172629 1726889004.10021: done queuing things up, now waiting for results queue to drain 172629 1726889004.10022: waiting for pending results... 172629 1726889004.10428: running TaskExecutor() for managed_node1/TASK: Show test pool size 172629 1726889004.10929: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ef5 172629 1726889004.11013: variable 'ansible_search_path' from source: unknown 172629 1726889004.11159: calling self._execute() 172629 1726889004.11481: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.11486: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.11488: variable 'omit' from source: magic vars 172629 1726889004.12203: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889004.15205: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889004.15281: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889004.15337: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889004.15381: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889004.15411: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889004.15513: variable '_storage_test_volume_present' from source: set_fact 172629 1726889004.15535: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889004.15679: variable 'storage_test_volume' from source: include params 172629 1726889004.15711: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726889004.15718: when evaluation is False, skipping this task 172629 1726889004.15725: _execute() done 172629 1726889004.15731: dumping result to json 172629 1726889004.15738: done dumping result, returning 172629 1726889004.15748: done running TaskExecutor() for managed_node1/TASK: Show test pool size [0affc8a3-6f6f-d0a8-add8-000000001ef5] 172629 1726889004.15761: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ef5 172629 1726889004.15875: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ef5 172629 1726889004.15883: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.type == \"lvm\"" } 172629 1726889004.15932: no more pending results, returning what we have 172629 1726889004.15935: results queue empty 172629 1726889004.15936: checking for any_errors_fatal 172629 1726889004.15945: done checking for any_errors_fatal 172629 1726889004.15946: checking for max_fail_percentage 172629 1726889004.15947: done checking for max_fail_percentage 172629 1726889004.15948: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.15949: done checking to see if all hosts have failed 172629 1726889004.15949: getting the remaining hosts for this loop 172629 1726889004.15951: done getting the remaining hosts for this loop 172629 1726889004.15954: getting the next task for host managed_node1 172629 1726889004.15965: done getting next task for host managed_node1 172629 1726889004.15967: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 172629 1726889004.15972: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726889004.15975: getting variables 172629 1726889004.15977: in VariableManager get_vars() 172629 1726889004.16012: Calling all_inventory to load vars for managed_node1 172629 1726889004.16014: Calling groups_inventory to load vars for managed_node1 172629 1726889004.16017: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.16029: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.16031: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.16034: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.16835: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.17489: done with get_vars() 172629 1726889004.17508: done getting variables 172629 1726889004.17566: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Friday 20 September 2024 23:23:24 -0400 (0:00:00.083) 0:01:44.455 ****** 172629 1726889004.17597: entering _queue_task() for managed_node1/set_fact 172629 1726889004.17885: worker is 1 (out of 1 available) 172629 1726889004.17898: exiting _queue_task() for managed_node1/set_fact 172629 1726889004.17910: done queuing things up, now waiting for results queue to drain 172629 1726889004.17912: waiting for pending results... 172629 1726889004.18220: running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value 172629 1726889004.18359: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ef6 172629 1726889004.18462: variable 'ansible_search_path' from source: unknown 172629 1726889004.18466: calling self._execute() 172629 1726889004.18548: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.18565: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.18586: variable 'omit' from source: magic vars 172629 1726889004.18988: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889004.21253: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889004.21329: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889004.21382: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889004.21426: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889004.21461: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889004.21644: variable '_storage_test_volume_present' from source: set_fact 172629 1726889004.21647: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889004.21726: variable 'storage_test_volume' from source: include params 172629 1726889004.21768: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726889004.21775: when evaluation is False, skipping this task 172629 1726889004.21782: _execute() done 172629 1726889004.21789: dumping result to json 172629 1726889004.21796: done dumping result, returning 172629 1726889004.21806: done running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-d0a8-add8-000000001ef6] 172629 1726889004.21816: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ef6 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726889004.22007: no more pending results, returning what we have 172629 1726889004.22011: results queue empty 172629 1726889004.22012: checking for any_errors_fatal 172629 1726889004.22021: done checking for any_errors_fatal 172629 1726889004.22022: checking for max_fail_percentage 172629 1726889004.22023: done checking for max_fail_percentage 172629 1726889004.22024: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.22025: done checking to see if all hosts have failed 172629 1726889004.22026: getting the remaining hosts for this loop 172629 1726889004.22027: done getting the remaining hosts for this loop 172629 1726889004.22030: getting the next task for host managed_node1 172629 1726889004.22041: done getting next task for host managed_node1 172629 1726889004.22044: ^ task is: TASK: Default thin pool reserved space values 172629 1726889004.22049: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889004.22058: getting variables 172629 1726889004.22059: in VariableManager get_vars() 172629 1726889004.22096: Calling all_inventory to load vars for managed_node1 172629 1726889004.22099: Calling groups_inventory to load vars for managed_node1 172629 1726889004.22102: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.22113: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.22116: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.22119: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.22770: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ef6 172629 1726889004.22773: WORKER PROCESS EXITING 172629 1726889004.22820: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.23559: done with get_vars() 172629 1726889004.23575: done getting variables 172629 1726889004.23635: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Friday 20 September 2024 23:23:24 -0400 (0:00:00.060) 0:01:44.516 ****** 172629 1726889004.23669: entering _queue_task() for managed_node1/set_fact 172629 1726889004.23949: worker is 1 (out of 1 available) 172629 1726889004.24078: exiting _queue_task() for managed_node1/set_fact 172629 1726889004.24089: done queuing things up, now waiting for results queue to drain 172629 1726889004.24091: waiting for pending results... 172629 1726889004.24301: running TaskExecutor() for managed_node1/TASK: Default thin pool reserved space values 172629 1726889004.24452: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ef8 172629 1726889004.24478: variable 'ansible_search_path' from source: unknown 172629 1726889004.24519: calling self._execute() 172629 1726889004.24645: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.24663: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.24678: variable 'omit' from source: magic vars 172629 1726889004.25069: variable 'storage_test_volume' from source: include params 172629 1726889004.25110: Evaluated conditional (storage_test_volume.thin): False 172629 1726889004.25118: when evaluation is False, skipping this task 172629 1726889004.25125: _execute() done 172629 1726889004.25132: dumping result to json 172629 1726889004.25161: done dumping result, returning 172629 1726889004.25165: done running TaskExecutor() for managed_node1/TASK: Default thin pool reserved space values [0affc8a3-6f6f-d0a8-add8-000000001ef8] 172629 1726889004.25167: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ef8 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889004.25425: no more pending results, returning what we have 172629 1726889004.25430: results queue empty 172629 1726889004.25431: checking for any_errors_fatal 172629 1726889004.25443: done checking for any_errors_fatal 172629 1726889004.25444: checking for max_fail_percentage 172629 1726889004.25446: done checking for max_fail_percentage 172629 1726889004.25447: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.25448: done checking to see if all hosts have failed 172629 1726889004.25448: getting the remaining hosts for this loop 172629 1726889004.25451: done getting the remaining hosts for this loop 172629 1726889004.25458: getting the next task for host managed_node1 172629 1726889004.25467: done getting next task for host managed_node1 172629 1726889004.25470: ^ task is: TASK: Default minimal thin pool reserved space size 172629 1726889004.25475: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889004.25480: getting variables 172629 1726889004.25482: in VariableManager get_vars() 172629 1726889004.25519: Calling all_inventory to load vars for managed_node1 172629 1726889004.25521: Calling groups_inventory to load vars for managed_node1 172629 1726889004.25525: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.25538: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.25541: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.25544: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.26172: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ef8 172629 1726889004.26175: WORKER PROCESS EXITING 172629 1726889004.26284: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.26928: done with get_vars() 172629 1726889004.26942: done getting variables TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Friday 20 September 2024 23:23:24 -0400 (0:00:00.033) 0:01:44.550 ****** 172629 1726889004.27020: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889004.27365: worker is 1 (out of 1 available) 172629 1726889004.27380: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889004.27394: done queuing things up, now waiting for results queue to drain 172629 1726889004.27396: waiting for pending results... 172629 1726889004.27714: running TaskExecutor() for managed_node1/TASK: Default minimal thin pool reserved space size 172629 1726889004.27896: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001ef9 172629 1726889004.27918: variable 'ansible_search_path' from source: unknown 172629 1726889004.27969: calling self._execute() 172629 1726889004.28098: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.28112: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.28128: variable 'omit' from source: magic vars 172629 1726889004.28559: variable 'storage_test_volume' from source: include params 172629 1726889004.28599: Evaluated conditional (storage_test_volume.thin): False 172629 1726889004.28612: when evaluation is False, skipping this task 172629 1726889004.28621: _execute() done 172629 1726889004.28629: dumping result to json 172629 1726889004.28636: done dumping result, returning 172629 1726889004.28661: done running TaskExecutor() for managed_node1/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-d0a8-add8-000000001ef9] 172629 1726889004.28664: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ef9 172629 1726889004.28914: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001ef9 172629 1726889004.28918: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889004.28999: no more pending results, returning what we have 172629 1726889004.29003: results queue empty 172629 1726889004.29004: checking for any_errors_fatal 172629 1726889004.29010: done checking for any_errors_fatal 172629 1726889004.29010: checking for max_fail_percentage 172629 1726889004.29012: done checking for max_fail_percentage 172629 1726889004.29012: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.29013: done checking to see if all hosts have failed 172629 1726889004.29014: getting the remaining hosts for this loop 172629 1726889004.29015: done getting the remaining hosts for this loop 172629 1726889004.29018: getting the next task for host managed_node1 172629 1726889004.29025: done getting next task for host managed_node1 172629 1726889004.29028: ^ task is: TASK: Default maximal thin pool reserved space size 172629 1726889004.29032: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889004.29036: getting variables 172629 1726889004.29037: in VariableManager get_vars() 172629 1726889004.29067: Calling all_inventory to load vars for managed_node1 172629 1726889004.29070: Calling groups_inventory to load vars for managed_node1 172629 1726889004.29072: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.29081: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.29083: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.29086: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.29635: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.30237: done with get_vars() 172629 1726889004.30257: done getting variables TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Friday 20 September 2024 23:23:24 -0400 (0:00:00.033) 0:01:44.583 ****** 172629 1726889004.30333: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889004.30610: worker is 1 (out of 1 available) 172629 1726889004.30623: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889004.30635: done queuing things up, now waiting for results queue to drain 172629 1726889004.30636: waiting for pending results... 172629 1726889004.31017: running TaskExecutor() for managed_node1/TASK: Default maximal thin pool reserved space size 172629 1726889004.31080: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001efa 172629 1726889004.31101: variable 'ansible_search_path' from source: unknown 172629 1726889004.31147: calling self._execute() 172629 1726889004.31277: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.31290: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.31307: variable 'omit' from source: magic vars 172629 1726889004.31699: variable 'storage_test_volume' from source: include params 172629 1726889004.31741: Evaluated conditional (storage_test_volume.thin): False 172629 1726889004.31751: when evaluation is False, skipping this task 172629 1726889004.31769: _execute() done 172629 1726889004.31860: dumping result to json 172629 1726889004.31865: done dumping result, returning 172629 1726889004.31868: done running TaskExecutor() for managed_node1/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-d0a8-add8-000000001efa] 172629 1726889004.31871: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001efa 172629 1726889004.31942: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001efa 172629 1726889004.31946: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889004.32005: no more pending results, returning what we have 172629 1726889004.32010: results queue empty 172629 1726889004.32011: checking for any_errors_fatal 172629 1726889004.32018: done checking for any_errors_fatal 172629 1726889004.32019: checking for max_fail_percentage 172629 1726889004.32021: done checking for max_fail_percentage 172629 1726889004.32022: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.32023: done checking to see if all hosts have failed 172629 1726889004.32024: getting the remaining hosts for this loop 172629 1726889004.32026: done getting the remaining hosts for this loop 172629 1726889004.32029: getting the next task for host managed_node1 172629 1726889004.32039: done getting next task for host managed_node1 172629 1726889004.32042: ^ task is: TASK: Calculate maximum usable space in thin pool 172629 1726889004.32047: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889004.32051: getting variables 172629 1726889004.32053: in VariableManager get_vars() 172629 1726889004.32287: Calling all_inventory to load vars for managed_node1 172629 1726889004.32290: Calling groups_inventory to load vars for managed_node1 172629 1726889004.32293: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.32302: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.32305: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.32309: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.33088: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.34168: done with get_vars() 172629 1726889004.34181: done getting variables 172629 1726889004.34235: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Friday 20 September 2024 23:23:24 -0400 (0:00:00.039) 0:01:44.622 ****** 172629 1726889004.34265: entering _queue_task() for managed_node1/set_fact 172629 1726889004.34533: worker is 1 (out of 1 available) 172629 1726889004.34544: exiting _queue_task() for managed_node1/set_fact 172629 1726889004.34558: done queuing things up, now waiting for results queue to drain 172629 1726889004.34559: waiting for pending results... 172629 1726889004.35172: running TaskExecutor() for managed_node1/TASK: Calculate maximum usable space in thin pool 172629 1726889004.35177: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001efb 172629 1726889004.35180: variable 'ansible_search_path' from source: unknown 172629 1726889004.35183: calling self._execute() 172629 1726889004.35193: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.35204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.35219: variable 'omit' from source: magic vars 172629 1726889004.35585: variable 'storage_test_volume' from source: include params 172629 1726889004.35628: Evaluated conditional (storage_test_volume.thin): False 172629 1726889004.35636: when evaluation is False, skipping this task 172629 1726889004.35642: _execute() done 172629 1726889004.35649: dumping result to json 172629 1726889004.35657: done dumping result, returning 172629 1726889004.35668: done running TaskExecutor() for managed_node1/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-d0a8-add8-000000001efb] 172629 1726889004.35678: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001efb skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889004.35904: no more pending results, returning what we have 172629 1726889004.35908: results queue empty 172629 1726889004.35909: checking for any_errors_fatal 172629 1726889004.35921: done checking for any_errors_fatal 172629 1726889004.35922: checking for max_fail_percentage 172629 1726889004.35924: done checking for max_fail_percentage 172629 1726889004.35925: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.35926: done checking to see if all hosts have failed 172629 1726889004.35927: getting the remaining hosts for this loop 172629 1726889004.35929: done getting the remaining hosts for this loop 172629 1726889004.35932: getting the next task for host managed_node1 172629 1726889004.35941: done getting next task for host managed_node1 172629 1726889004.35944: ^ task is: TASK: Apply upper size limit to max usable thin pool space 172629 1726889004.35950: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889004.35958: getting variables 172629 1726889004.35959: in VariableManager get_vars() 172629 1726889004.35997: Calling all_inventory to load vars for managed_node1 172629 1726889004.36000: Calling groups_inventory to load vars for managed_node1 172629 1726889004.36004: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.36017: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.36020: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.36024: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.36568: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001efb 172629 1726889004.36572: WORKER PROCESS EXITING 172629 1726889004.36751: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.37302: done with get_vars() 172629 1726889004.37314: done getting variables 172629 1726889004.37374: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Friday 20 September 2024 23:23:24 -0400 (0:00:00.031) 0:01:44.654 ****** 172629 1726889004.37407: entering _queue_task() for managed_node1/set_fact 172629 1726889004.37672: worker is 1 (out of 1 available) 172629 1726889004.37684: exiting _queue_task() for managed_node1/set_fact 172629 1726889004.37697: done queuing things up, now waiting for results queue to drain 172629 1726889004.37698: waiting for pending results... 172629 1726889004.37997: running TaskExecutor() for managed_node1/TASK: Apply upper size limit to max usable thin pool space 172629 1726889004.38171: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001efc 172629 1726889004.38192: variable 'ansible_search_path' from source: unknown 172629 1726889004.38235: calling self._execute() 172629 1726889004.38367: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.38380: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.38396: variable 'omit' from source: magic vars 172629 1726889004.38778: variable 'storage_test_volume' from source: include params 172629 1726889004.38819: Evaluated conditional (storage_test_volume.thin): False 172629 1726889004.38828: when evaluation is False, skipping this task 172629 1726889004.38837: _execute() done 172629 1726889004.38845: dumping result to json 172629 1726889004.38853: done dumping result, returning 172629 1726889004.38878: done running TaskExecutor() for managed_node1/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-d0a8-add8-000000001efc] 172629 1726889004.38881: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001efc 172629 1726889004.39061: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001efc 172629 1726889004.39065: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889004.39131: no more pending results, returning what we have 172629 1726889004.39135: results queue empty 172629 1726889004.39136: checking for any_errors_fatal 172629 1726889004.39145: done checking for any_errors_fatal 172629 1726889004.39145: checking for max_fail_percentage 172629 1726889004.39147: done checking for max_fail_percentage 172629 1726889004.39148: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.39149: done checking to see if all hosts have failed 172629 1726889004.39149: getting the remaining hosts for this loop 172629 1726889004.39151: done getting the remaining hosts for this loop 172629 1726889004.39154: getting the next task for host managed_node1 172629 1726889004.39165: done getting next task for host managed_node1 172629 1726889004.39168: ^ task is: TASK: Apply lower size limit to max usable thin pool space 172629 1726889004.39174: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889004.39180: getting variables 172629 1726889004.39182: in VariableManager get_vars() 172629 1726889004.39221: Calling all_inventory to load vars for managed_node1 172629 1726889004.39224: Calling groups_inventory to load vars for managed_node1 172629 1726889004.39228: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.39242: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.39245: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.39249: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.39918: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.40514: done with get_vars() 172629 1726889004.40527: done getting variables 172629 1726889004.40585: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Friday 20 September 2024 23:23:24 -0400 (0:00:00.032) 0:01:44.686 ****** 172629 1726889004.40614: entering _queue_task() for managed_node1/set_fact 172629 1726889004.40894: worker is 1 (out of 1 available) 172629 1726889004.40906: exiting _queue_task() for managed_node1/set_fact 172629 1726889004.40917: done queuing things up, now waiting for results queue to drain 172629 1726889004.40918: waiting for pending results... 172629 1726889004.41272: running TaskExecutor() for managed_node1/TASK: Apply lower size limit to max usable thin pool space 172629 1726889004.41296: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001efd 172629 1726889004.41315: variable 'ansible_search_path' from source: unknown 172629 1726889004.41352: calling self._execute() 172629 1726889004.41467: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.41479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.41497: variable 'omit' from source: magic vars 172629 1726889004.41850: variable 'storage_test_volume' from source: include params 172629 1726889004.41889: Evaluated conditional (storage_test_volume.thin): False 172629 1726889004.41929: when evaluation is False, skipping this task 172629 1726889004.41932: _execute() done 172629 1726889004.41935: dumping result to json 172629 1726889004.41937: done dumping result, returning 172629 1726889004.41939: done running TaskExecutor() for managed_node1/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-d0a8-add8-000000001efd] 172629 1726889004.41941: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001efd skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889004.42077: no more pending results, returning what we have 172629 1726889004.42081: results queue empty 172629 1726889004.42082: checking for any_errors_fatal 172629 1726889004.42092: done checking for any_errors_fatal 172629 1726889004.42093: checking for max_fail_percentage 172629 1726889004.42095: done checking for max_fail_percentage 172629 1726889004.42096: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.42097: done checking to see if all hosts have failed 172629 1726889004.42097: getting the remaining hosts for this loop 172629 1726889004.42099: done getting the remaining hosts for this loop 172629 1726889004.42102: getting the next task for host managed_node1 172629 1726889004.42110: done getting next task for host managed_node1 172629 1726889004.42113: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 172629 1726889004.42118: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889004.42121: getting variables 172629 1726889004.42123: in VariableManager get_vars() 172629 1726889004.42160: Calling all_inventory to load vars for managed_node1 172629 1726889004.42163: Calling groups_inventory to load vars for managed_node1 172629 1726889004.42166: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.42178: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.42181: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.42184: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.42926: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001efd 172629 1726889004.42929: WORKER PROCESS EXITING 172629 1726889004.42952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.43559: done with get_vars() 172629 1726889004.43571: done getting variables TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Friday 20 September 2024 23:23:24 -0400 (0:00:00.030) 0:01:44.716 ****** 172629 1726889004.43637: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889004.44078: worker is 1 (out of 1 available) 172629 1726889004.44088: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889004.44100: done queuing things up, now waiting for results queue to drain 172629 1726889004.44102: waiting for pending results... 172629 1726889004.44225: running TaskExecutor() for managed_node1/TASK: Convert maximum usable thin pool space from int to Size 172629 1726889004.44453: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001efe 172629 1726889004.44459: variable 'ansible_search_path' from source: unknown 172629 1726889004.44463: calling self._execute() 172629 1726889004.44542: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.44560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.44577: variable 'omit' from source: magic vars 172629 1726889004.44961: variable 'storage_test_volume' from source: include params 172629 1726889004.45004: Evaluated conditional (storage_test_volume.thin): False 172629 1726889004.45012: when evaluation is False, skipping this task 172629 1726889004.45019: _execute() done 172629 1726889004.45027: dumping result to json 172629 1726889004.45035: done dumping result, returning 172629 1726889004.45045: done running TaskExecutor() for managed_node1/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-d0a8-add8-000000001efe] 172629 1726889004.45058: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001efe skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889004.45319: no more pending results, returning what we have 172629 1726889004.45323: results queue empty 172629 1726889004.45324: checking for any_errors_fatal 172629 1726889004.45333: done checking for any_errors_fatal 172629 1726889004.45334: checking for max_fail_percentage 172629 1726889004.45337: done checking for max_fail_percentage 172629 1726889004.45338: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.45339: done checking to see if all hosts have failed 172629 1726889004.45339: getting the remaining hosts for this loop 172629 1726889004.45341: done getting the remaining hosts for this loop 172629 1726889004.45345: getting the next task for host managed_node1 172629 1726889004.45357: done getting next task for host managed_node1 172629 1726889004.45360: ^ task is: TASK: Show max thin pool size 172629 1726889004.45365: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889004.45370: getting variables 172629 1726889004.45372: in VariableManager get_vars() 172629 1726889004.45410: Calling all_inventory to load vars for managed_node1 172629 1726889004.45413: Calling groups_inventory to load vars for managed_node1 172629 1726889004.45417: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.45431: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.45435: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.45438: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.45968: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001efe 172629 1726889004.45971: WORKER PROCESS EXITING 172629 1726889004.46145: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.46714: done with get_vars() 172629 1726889004.46729: done getting variables 172629 1726889004.46790: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Friday 20 September 2024 23:23:24 -0400 (0:00:00.031) 0:01:44.748 ****** 172629 1726889004.46822: entering _queue_task() for managed_node1/debug 172629 1726889004.47276: worker is 1 (out of 1 available) 172629 1726889004.47287: exiting _queue_task() for managed_node1/debug 172629 1726889004.47297: done queuing things up, now waiting for results queue to drain 172629 1726889004.47299: waiting for pending results... 172629 1726889004.47397: running TaskExecutor() for managed_node1/TASK: Show max thin pool size 172629 1726889004.47536: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001eff 172629 1726889004.47558: variable 'ansible_search_path' from source: unknown 172629 1726889004.47599: calling self._execute() 172629 1726889004.47729: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.47747: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.47765: variable 'omit' from source: magic vars 172629 1726889004.48154: variable 'storage_test_volume' from source: include params 172629 1726889004.48204: Evaluated conditional (storage_test_volume.thin): False 172629 1726889004.48211: when evaluation is False, skipping this task 172629 1726889004.48218: _execute() done 172629 1726889004.48226: dumping result to json 172629 1726889004.48233: done dumping result, returning 172629 1726889004.48242: done running TaskExecutor() for managed_node1/TASK: Show max thin pool size [0affc8a3-6f6f-d0a8-add8-000000001eff] 172629 1726889004.48252: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eff skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726889004.48429: no more pending results, returning what we have 172629 1726889004.48434: results queue empty 172629 1726889004.48435: checking for any_errors_fatal 172629 1726889004.48446: done checking for any_errors_fatal 172629 1726889004.48447: checking for max_fail_percentage 172629 1726889004.48449: done checking for max_fail_percentage 172629 1726889004.48450: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.48451: done checking to see if all hosts have failed 172629 1726889004.48452: getting the remaining hosts for this loop 172629 1726889004.48453: done getting the remaining hosts for this loop 172629 1726889004.48459: getting the next task for host managed_node1 172629 1726889004.48469: done getting next task for host managed_node1 172629 1726889004.48471: ^ task is: TASK: Show volume thin pool size 172629 1726889004.48477: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889004.48482: getting variables 172629 1726889004.48484: in VariableManager get_vars() 172629 1726889004.48525: Calling all_inventory to load vars for managed_node1 172629 1726889004.48528: Calling groups_inventory to load vars for managed_node1 172629 1726889004.48532: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.48547: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.48551: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.48554: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.48834: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001eff 172629 1726889004.48838: WORKER PROCESS EXITING 172629 1726889004.49338: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.49871: done with get_vars() 172629 1726889004.49885: done getting variables 172629 1726889004.49945: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Friday 20 September 2024 23:23:24 -0400 (0:00:00.031) 0:01:44.779 ****** 172629 1726889004.49977: entering _queue_task() for managed_node1/debug 172629 1726889004.50372: worker is 1 (out of 1 available) 172629 1726889004.50385: exiting _queue_task() for managed_node1/debug 172629 1726889004.50397: done queuing things up, now waiting for results queue to drain 172629 1726889004.50399: waiting for pending results... 172629 1726889004.50607: running TaskExecutor() for managed_node1/TASK: Show volume thin pool size 172629 1726889004.50736: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001f00 172629 1726889004.50760: variable 'ansible_search_path' from source: unknown 172629 1726889004.50799: calling self._execute() 172629 1726889004.50917: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.50930: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.50945: variable 'omit' from source: magic vars 172629 1726889004.51303: variable 'storage_test_volume' from source: include params 172629 1726889004.51460: Evaluated conditional (storage_test_volume.thin): False 172629 1726889004.51464: when evaluation is False, skipping this task 172629 1726889004.51466: _execute() done 172629 1726889004.51468: dumping result to json 172629 1726889004.51470: done dumping result, returning 172629 1726889004.51472: done running TaskExecutor() for managed_node1/TASK: Show volume thin pool size [0affc8a3-6f6f-d0a8-add8-000000001f00] 172629 1726889004.51474: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f00 172629 1726889004.51539: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f00 172629 1726889004.51542: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726889004.51588: no more pending results, returning what we have 172629 1726889004.51592: results queue empty 172629 1726889004.51593: checking for any_errors_fatal 172629 1726889004.51604: done checking for any_errors_fatal 172629 1726889004.51605: checking for max_fail_percentage 172629 1726889004.51607: done checking for max_fail_percentage 172629 1726889004.51608: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.51609: done checking to see if all hosts have failed 172629 1726889004.51609: getting the remaining hosts for this loop 172629 1726889004.51611: done getting the remaining hosts for this loop 172629 1726889004.51614: getting the next task for host managed_node1 172629 1726889004.51623: done getting next task for host managed_node1 172629 1726889004.51626: ^ task is: TASK: Show test volume size 172629 1726889004.51630: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889004.51634: getting variables 172629 1726889004.51636: in VariableManager get_vars() 172629 1726889004.51677: Calling all_inventory to load vars for managed_node1 172629 1726889004.51680: Calling groups_inventory to load vars for managed_node1 172629 1726889004.51683: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.51696: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.51699: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.51702: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.52475: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.53492: done with get_vars() 172629 1726889004.53509: done getting variables 172629 1726889004.53576: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test volume size] *************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Friday 20 September 2024 23:23:24 -0400 (0:00:00.036) 0:01:44.816 ****** 172629 1726889004.53610: entering _queue_task() for managed_node1/debug 172629 1726889004.53930: worker is 1 (out of 1 available) 172629 1726889004.53942: exiting _queue_task() for managed_node1/debug 172629 1726889004.53954: done queuing things up, now waiting for results queue to drain 172629 1726889004.54060: waiting for pending results... 172629 1726889004.54378: running TaskExecutor() for managed_node1/TASK: Show test volume size 172629 1726889004.54444: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001f01 172629 1726889004.54474: variable 'ansible_search_path' from source: unknown 172629 1726889004.54517: calling self._execute() 172629 1726889004.54651: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.54667: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.54686: variable 'omit' from source: magic vars 172629 1726889004.55072: variable 'storage_test_volume' from source: include params 172629 1726889004.55130: Evaluated conditional (storage_test_volume.thin): False 172629 1726889004.55133: when evaluation is False, skipping this task 172629 1726889004.55136: _execute() done 172629 1726889004.55138: dumping result to json 172629 1726889004.55140: done dumping result, returning 172629 1726889004.55362: done running TaskExecutor() for managed_node1/TASK: Show test volume size [0affc8a3-6f6f-d0a8-add8-000000001f01] 172629 1726889004.55365: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f01 172629 1726889004.55429: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f01 172629 1726889004.55433: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726889004.55478: no more pending results, returning what we have 172629 1726889004.55482: results queue empty 172629 1726889004.55483: checking for any_errors_fatal 172629 1726889004.55491: done checking for any_errors_fatal 172629 1726889004.55491: checking for max_fail_percentage 172629 1726889004.55493: done checking for max_fail_percentage 172629 1726889004.55494: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.55495: done checking to see if all hosts have failed 172629 1726889004.55496: getting the remaining hosts for this loop 172629 1726889004.55497: done getting the remaining hosts for this loop 172629 1726889004.55501: getting the next task for host managed_node1 172629 1726889004.55508: done getting next task for host managed_node1 172629 1726889004.55510: ^ task is: TASK: Establish base value for expected thin pool size 172629 1726889004.55516: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889004.55520: getting variables 172629 1726889004.55521: in VariableManager get_vars() 172629 1726889004.55559: Calling all_inventory to load vars for managed_node1 172629 1726889004.55561: Calling groups_inventory to load vars for managed_node1 172629 1726889004.55565: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.55576: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.55579: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.55582: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.56235: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.56848: done with get_vars() 172629 1726889004.56863: done getting variables 172629 1726889004.56917: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Friday 20 September 2024 23:23:24 -0400 (0:00:00.033) 0:01:44.849 ****** 172629 1726889004.56947: entering _queue_task() for managed_node1/set_fact 172629 1726889004.57204: worker is 1 (out of 1 available) 172629 1726889004.57217: exiting _queue_task() for managed_node1/set_fact 172629 1726889004.57228: done queuing things up, now waiting for results queue to drain 172629 1726889004.57230: waiting for pending results... 172629 1726889004.57522: running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool size 172629 1726889004.57661: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001f02 172629 1726889004.57689: variable 'ansible_search_path' from source: unknown 172629 1726889004.57726: calling self._execute() 172629 1726889004.57848: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.57898: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.57902: variable 'omit' from source: magic vars 172629 1726889004.58243: variable 'storage_test_volume' from source: include params 172629 1726889004.58284: Evaluated conditional (storage_test_volume.thin): False 172629 1726889004.58292: when evaluation is False, skipping this task 172629 1726889004.58298: _execute() done 172629 1726889004.58304: dumping result to json 172629 1726889004.58332: done dumping result, returning 172629 1726889004.58335: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-d0a8-add8-000000001f02] 172629 1726889004.58337: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f02 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889004.58608: no more pending results, returning what we have 172629 1726889004.58612: results queue empty 172629 1726889004.58613: checking for any_errors_fatal 172629 1726889004.58623: done checking for any_errors_fatal 172629 1726889004.58624: checking for max_fail_percentage 172629 1726889004.58626: done checking for max_fail_percentage 172629 1726889004.58627: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.58628: done checking to see if all hosts have failed 172629 1726889004.58629: getting the remaining hosts for this loop 172629 1726889004.58631: done getting the remaining hosts for this loop 172629 1726889004.58635: getting the next task for host managed_node1 172629 1726889004.58646: done getting next task for host managed_node1 172629 1726889004.58648: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 172629 1726889004.58656: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889004.58836: getting variables 172629 1726889004.58838: in VariableManager get_vars() 172629 1726889004.58872: Calling all_inventory to load vars for managed_node1 172629 1726889004.58875: Calling groups_inventory to load vars for managed_node1 172629 1726889004.58878: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.58884: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f02 172629 1726889004.58887: WORKER PROCESS EXITING 172629 1726889004.58896: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.58899: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.58903: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.59436: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.60023: done with get_vars() 172629 1726889004.60037: done getting variables 172629 1726889004.60097: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Friday 20 September 2024 23:23:24 -0400 (0:00:00.031) 0:01:44.881 ****** 172629 1726889004.60126: entering _queue_task() for managed_node1/set_fact 172629 1726889004.60582: worker is 1 (out of 1 available) 172629 1726889004.60593: exiting _queue_task() for managed_node1/set_fact 172629 1726889004.60603: done queuing things up, now waiting for results queue to drain 172629 1726889004.60604: waiting for pending results... 172629 1726889004.60712: running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value 172629 1726889004.60849: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001f03 172629 1726889004.60872: variable 'ansible_search_path' from source: unknown 172629 1726889004.60908: calling self._execute() 172629 1726889004.61027: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.61048: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.61158: variable 'omit' from source: magic vars 172629 1726889004.61427: variable 'storage_test_volume' from source: include params 172629 1726889004.61470: Evaluated conditional (storage_test_volume.thin): False 172629 1726889004.61482: when evaluation is False, skipping this task 172629 1726889004.61489: _execute() done 172629 1726889004.61497: dumping result to json 172629 1726889004.61505: done dumping result, returning 172629 1726889004.61514: done running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-d0a8-add8-000000001f03] 172629 1726889004.61524: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f03 172629 1726889004.61762: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f03 172629 1726889004.61765: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889004.61809: no more pending results, returning what we have 172629 1726889004.61813: results queue empty 172629 1726889004.61814: checking for any_errors_fatal 172629 1726889004.61825: done checking for any_errors_fatal 172629 1726889004.61826: checking for max_fail_percentage 172629 1726889004.61828: done checking for max_fail_percentage 172629 1726889004.61829: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.61830: done checking to see if all hosts have failed 172629 1726889004.61831: getting the remaining hosts for this loop 172629 1726889004.61833: done getting the remaining hosts for this loop 172629 1726889004.61836: getting the next task for host managed_node1 172629 1726889004.61843: done getting next task for host managed_node1 172629 1726889004.61846: ^ task is: TASK: Establish base value for expected thin pool volume size 172629 1726889004.61851: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889004.61854: getting variables 172629 1726889004.61858: in VariableManager get_vars() 172629 1726889004.61897: Calling all_inventory to load vars for managed_node1 172629 1726889004.61900: Calling groups_inventory to load vars for managed_node1 172629 1726889004.61904: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.61915: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.61919: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.61923: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.62559: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.63174: done with get_vars() 172629 1726889004.63187: done getting variables 172629 1726889004.63241: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Friday 20 September 2024 23:23:24 -0400 (0:00:00.031) 0:01:44.912 ****** 172629 1726889004.63272: entering _queue_task() for managed_node1/set_fact 172629 1726889004.63518: worker is 1 (out of 1 available) 172629 1726889004.63529: exiting _queue_task() for managed_node1/set_fact 172629 1726889004.63540: done queuing things up, now waiting for results queue to drain 172629 1726889004.63542: waiting for pending results... 172629 1726889004.63829: running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool volume size 172629 1726889004.63956: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001f04 172629 1726889004.63981: variable 'ansible_search_path' from source: unknown 172629 1726889004.64019: calling self._execute() 172629 1726889004.64141: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.64155: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.64194: variable 'omit' from source: magic vars 172629 1726889004.64542: variable 'storage_test_volume' from source: include params 172629 1726889004.64584: Evaluated conditional (storage_test_volume.thin): False 172629 1726889004.64661: when evaluation is False, skipping this task 172629 1726889004.64665: _execute() done 172629 1726889004.64668: dumping result to json 172629 1726889004.64670: done dumping result, returning 172629 1726889004.64673: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-d0a8-add8-000000001f04] 172629 1726889004.64675: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f04 172629 1726889004.64741: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f04 172629 1726889004.64744: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889004.64793: no more pending results, returning what we have 172629 1726889004.64796: results queue empty 172629 1726889004.64797: checking for any_errors_fatal 172629 1726889004.64805: done checking for any_errors_fatal 172629 1726889004.64805: checking for max_fail_percentage 172629 1726889004.64807: done checking for max_fail_percentage 172629 1726889004.64808: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.64809: done checking to see if all hosts have failed 172629 1726889004.64810: getting the remaining hosts for this loop 172629 1726889004.64812: done getting the remaining hosts for this loop 172629 1726889004.64815: getting the next task for host managed_node1 172629 1726889004.64822: done getting next task for host managed_node1 172629 1726889004.64825: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 172629 1726889004.64829: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889004.64833: getting variables 172629 1726889004.64835: in VariableManager get_vars() 172629 1726889004.64973: Calling all_inventory to load vars for managed_node1 172629 1726889004.64976: Calling groups_inventory to load vars for managed_node1 172629 1726889004.64979: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.64991: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.64995: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.64998: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.65684: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.66273: done with get_vars() 172629 1726889004.66287: done getting variables 172629 1726889004.66344: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Friday 20 September 2024 23:23:24 -0400 (0:00:00.031) 0:01:44.943 ****** 172629 1726889004.66379: entering _queue_task() for managed_node1/set_fact 172629 1726889004.66632: worker is 1 (out of 1 available) 172629 1726889004.66644: exiting _queue_task() for managed_node1/set_fact 172629 1726889004.66654: done queuing things up, now waiting for results queue to drain 172629 1726889004.66657: waiting for pending results... 172629 1726889004.67073: running TaskExecutor() for managed_node1/TASK: Calculate the expected thin pool volume size based on percentage value 172629 1726889004.67082: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001f05 172629 1726889004.67104: variable 'ansible_search_path' from source: unknown 172629 1726889004.67140: calling self._execute() 172629 1726889004.67258: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.67388: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.67392: variable 'omit' from source: magic vars 172629 1726889004.67645: variable 'storage_test_volume' from source: include params 172629 1726889004.67685: Evaluated conditional (storage_test_volume.thin): False 172629 1726889004.67693: when evaluation is False, skipping this task 172629 1726889004.67699: _execute() done 172629 1726889004.67707: dumping result to json 172629 1726889004.67718: done dumping result, returning 172629 1726889004.67729: done running TaskExecutor() for managed_node1/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-d0a8-add8-000000001f05] 172629 1726889004.67738: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f05 172629 1726889004.67984: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f05 172629 1726889004.67988: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889004.68028: no more pending results, returning what we have 172629 1726889004.68031: results queue empty 172629 1726889004.68032: checking for any_errors_fatal 172629 1726889004.68038: done checking for any_errors_fatal 172629 1726889004.68039: checking for max_fail_percentage 172629 1726889004.68041: done checking for max_fail_percentage 172629 1726889004.68042: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.68043: done checking to see if all hosts have failed 172629 1726889004.68043: getting the remaining hosts for this loop 172629 1726889004.68045: done getting the remaining hosts for this loop 172629 1726889004.68048: getting the next task for host managed_node1 172629 1726889004.68057: done getting next task for host managed_node1 172629 1726889004.68060: ^ task is: TASK: Replace expected volume size with calculated value 172629 1726889004.68065: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889004.68068: getting variables 172629 1726889004.68070: in VariableManager get_vars() 172629 1726889004.68103: Calling all_inventory to load vars for managed_node1 172629 1726889004.68105: Calling groups_inventory to load vars for managed_node1 172629 1726889004.68108: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.68119: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.68122: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.68125: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.68725: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.69327: done with get_vars() 172629 1726889004.69340: done getting variables 172629 1726889004.69396: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Friday 20 September 2024 23:23:24 -0400 (0:00:00.030) 0:01:44.974 ****** 172629 1726889004.69425: entering _queue_task() for managed_node1/set_fact 172629 1726889004.69867: worker is 1 (out of 1 available) 172629 1726889004.69878: exiting _queue_task() for managed_node1/set_fact 172629 1726889004.69888: done queuing things up, now waiting for results queue to drain 172629 1726889004.69889: waiting for pending results... 172629 1726889004.69977: running TaskExecutor() for managed_node1/TASK: Replace expected volume size with calculated value 172629 1726889004.70099: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001f06 172629 1726889004.70123: variable 'ansible_search_path' from source: unknown 172629 1726889004.70164: calling self._execute() 172629 1726889004.70283: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.70295: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.70328: variable 'omit' from source: magic vars 172629 1726889004.70667: variable 'storage_test_volume' from source: include params 172629 1726889004.70705: Evaluated conditional (storage_test_volume.thin): False 172629 1726889004.70762: when evaluation is False, skipping this task 172629 1726889004.70765: _execute() done 172629 1726889004.70767: dumping result to json 172629 1726889004.70770: done dumping result, returning 172629 1726889004.70772: done running TaskExecutor() for managed_node1/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-d0a8-add8-000000001f06] 172629 1726889004.70774: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f06 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889004.70910: no more pending results, returning what we have 172629 1726889004.70913: results queue empty 172629 1726889004.70914: checking for any_errors_fatal 172629 1726889004.70923: done checking for any_errors_fatal 172629 1726889004.70924: checking for max_fail_percentage 172629 1726889004.70926: done checking for max_fail_percentage 172629 1726889004.70927: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.70927: done checking to see if all hosts have failed 172629 1726889004.70928: getting the remaining hosts for this loop 172629 1726889004.70930: done getting the remaining hosts for this loop 172629 1726889004.70933: getting the next task for host managed_node1 172629 1726889004.70948: done getting next task for host managed_node1 172629 1726889004.70951: ^ task is: TASK: Show actual size 172629 1726889004.70958: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889004.70963: getting variables 172629 1726889004.70965: in VariableManager get_vars() 172629 1726889004.71003: Calling all_inventory to load vars for managed_node1 172629 1726889004.71007: Calling groups_inventory to load vars for managed_node1 172629 1726889004.71011: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.71024: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.71027: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.71031: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.71670: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f06 172629 1726889004.71674: WORKER PROCESS EXITING 172629 1726889004.71838: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.72806: done with get_vars() 172629 1726889004.72819: done getting variables 172629 1726889004.72878: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show actual size] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Friday 20 September 2024 23:23:24 -0400 (0:00:00.034) 0:01:45.009 ****** 172629 1726889004.72908: entering _queue_task() for managed_node1/debug 172629 1726889004.73372: worker is 1 (out of 1 available) 172629 1726889004.73383: exiting _queue_task() for managed_node1/debug 172629 1726889004.73394: done queuing things up, now waiting for results queue to drain 172629 1726889004.73395: waiting for pending results... 172629 1726889004.73524: running TaskExecutor() for managed_node1/TASK: Show actual size 172629 1726889004.73648: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001f08 172629 1726889004.73730: variable 'ansible_search_path' from source: unknown 172629 1726889004.73734: calling self._execute() 172629 1726889004.73814: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.73825: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.73843: variable 'omit' from source: magic vars 172629 1726889004.73965: variable 'omit' from source: magic vars 172629 1726889004.74029: variable 'omit' from source: magic vars 172629 1726889004.74072: variable 'omit' from source: magic vars 172629 1726889004.74117: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889004.74165: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889004.74190: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889004.74270: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889004.74273: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889004.74275: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889004.74278: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.74280: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.74383: Set connection var ansible_timeout to 10 172629 1726889004.74394: Set connection var ansible_shell_type to sh 172629 1726889004.74405: Set connection var ansible_pipelining to False 172629 1726889004.74414: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889004.74422: Set connection var ansible_shell_executable to /bin/sh 172629 1726889004.74429: Set connection var ansible_connection to ssh 172629 1726889004.74453: variable 'ansible_shell_executable' from source: unknown 172629 1726889004.74464: variable 'ansible_connection' from source: unknown 172629 1726889004.74471: variable 'ansible_module_compression' from source: unknown 172629 1726889004.74478: variable 'ansible_shell_type' from source: unknown 172629 1726889004.74596: variable 'ansible_shell_executable' from source: unknown 172629 1726889004.74599: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.74601: variable 'ansible_pipelining' from source: unknown 172629 1726889004.74603: variable 'ansible_timeout' from source: unknown 172629 1726889004.74606: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.74661: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889004.74677: variable 'omit' from source: magic vars 172629 1726889004.74686: starting attempt loop 172629 1726889004.74692: running the handler 172629 1726889004.74750: variable 'storage_test_actual_size' from source: set_fact 172629 1726889004.74934: variable 'storage_test_actual_size' from source: set_fact 172629 1726889004.75005: handler run complete 172629 1726889004.75039: attempt loop complete, returning result 172629 1726889004.75046: _execute() done 172629 1726889004.75054: dumping result to json 172629 1726889004.75065: done dumping result, returning 172629 1726889004.75078: done running TaskExecutor() for managed_node1/TASK: Show actual size [0affc8a3-6f6f-d0a8-add8-000000001f08] 172629 1726889004.75086: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f08 ok: [managed_node1] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } 172629 1726889004.75307: no more pending results, returning what we have 172629 1726889004.75311: results queue empty 172629 1726889004.75312: checking for any_errors_fatal 172629 1726889004.75325: done checking for any_errors_fatal 172629 1726889004.75326: checking for max_fail_percentage 172629 1726889004.75328: done checking for max_fail_percentage 172629 1726889004.75329: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.75330: done checking to see if all hosts have failed 172629 1726889004.75330: getting the remaining hosts for this loop 172629 1726889004.75332: done getting the remaining hosts for this loop 172629 1726889004.75335: getting the next task for host managed_node1 172629 1726889004.75344: done getting next task for host managed_node1 172629 1726889004.75348: ^ task is: TASK: Show expected size 172629 1726889004.75354: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889004.75361: getting variables 172629 1726889004.75362: in VariableManager get_vars() 172629 1726889004.75398: Calling all_inventory to load vars for managed_node1 172629 1726889004.75401: Calling groups_inventory to load vars for managed_node1 172629 1726889004.75404: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.75416: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.75419: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.75422: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.75968: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f08 172629 1726889004.75971: WORKER PROCESS EXITING 172629 1726889004.76142: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.76758: done with get_vars() 172629 1726889004.76773: done getting variables 172629 1726889004.76825: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show expected size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Friday 20 September 2024 23:23:24 -0400 (0:00:00.039) 0:01:45.048 ****** 172629 1726889004.76854: entering _queue_task() for managed_node1/debug 172629 1726889004.77097: worker is 1 (out of 1 available) 172629 1726889004.77109: exiting _queue_task() for managed_node1/debug 172629 1726889004.77120: done queuing things up, now waiting for results queue to drain 172629 1726889004.77121: waiting for pending results... 172629 1726889004.77421: running TaskExecutor() for managed_node1/TASK: Show expected size 172629 1726889004.77558: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001f09 172629 1726889004.77582: variable 'ansible_search_path' from source: unknown 172629 1726889004.77619: calling self._execute() 172629 1726889004.77737: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.77804: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.77822: variable 'omit' from source: magic vars 172629 1726889004.77969: variable 'omit' from source: magic vars 172629 1726889004.78033: variable 'omit' from source: magic vars 172629 1726889004.78108: variable 'omit' from source: magic vars 172629 1726889004.78170: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889004.78216: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889004.78258: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889004.78303: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889004.78323: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889004.78363: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889004.78377: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.78391: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.78529: Set connection var ansible_timeout to 10 172629 1726889004.78600: Set connection var ansible_shell_type to sh 172629 1726889004.78603: Set connection var ansible_pipelining to False 172629 1726889004.78606: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889004.78608: Set connection var ansible_shell_executable to /bin/sh 172629 1726889004.78611: Set connection var ansible_connection to ssh 172629 1726889004.78613: variable 'ansible_shell_executable' from source: unknown 172629 1726889004.78615: variable 'ansible_connection' from source: unknown 172629 1726889004.78617: variable 'ansible_module_compression' from source: unknown 172629 1726889004.78624: variable 'ansible_shell_type' from source: unknown 172629 1726889004.78632: variable 'ansible_shell_executable' from source: unknown 172629 1726889004.78639: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.78646: variable 'ansible_pipelining' from source: unknown 172629 1726889004.78652: variable 'ansible_timeout' from source: unknown 172629 1726889004.78667: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.78849: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889004.78873: variable 'omit' from source: magic vars 172629 1726889004.78884: starting attempt loop 172629 1726889004.78887: running the handler 172629 1726889004.79472: handler run complete 172629 1726889004.79663: attempt loop complete, returning result 172629 1726889004.79666: _execute() done 172629 1726889004.79669: dumping result to json 172629 1726889004.79671: done dumping result, returning 172629 1726889004.79674: done running TaskExecutor() for managed_node1/TASK: Show expected size [0affc8a3-6f6f-d0a8-add8-000000001f09] 172629 1726889004.79676: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f09 172629 1726889004.79750: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f09 172629 1726889004.79758: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } 172629 1726889004.79810: no more pending results, returning what we have 172629 1726889004.79814: results queue empty 172629 1726889004.79815: checking for any_errors_fatal 172629 1726889004.79823: done checking for any_errors_fatal 172629 1726889004.79824: checking for max_fail_percentage 172629 1726889004.79826: done checking for max_fail_percentage 172629 1726889004.79827: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.79828: done checking to see if all hosts have failed 172629 1726889004.79829: getting the remaining hosts for this loop 172629 1726889004.79830: done getting the remaining hosts for this loop 172629 1726889004.79833: getting the next task for host managed_node1 172629 1726889004.79840: done getting next task for host managed_node1 172629 1726889004.79843: ^ task is: TASK: Assert expected size is actual size 172629 1726889004.79847: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889004.79851: getting variables 172629 1726889004.79852: in VariableManager get_vars() 172629 1726889004.79973: Calling all_inventory to load vars for managed_node1 172629 1726889004.79976: Calling groups_inventory to load vars for managed_node1 172629 1726889004.79979: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.79994: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.79998: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.80001: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.80570: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.81213: done with get_vars() 172629 1726889004.81227: done getting variables 172629 1726889004.81289: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Friday 20 September 2024 23:23:24 -0400 (0:00:00.044) 0:01:45.093 ****** 172629 1726889004.81320: entering _queue_task() for managed_node1/assert 172629 1726889004.81600: worker is 1 (out of 1 available) 172629 1726889004.81766: exiting _queue_task() for managed_node1/assert 172629 1726889004.81777: done queuing things up, now waiting for results queue to drain 172629 1726889004.81778: waiting for pending results... 172629 1726889004.81932: running TaskExecutor() for managed_node1/TASK: Assert expected size is actual size 172629 1726889004.82065: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001f0a 172629 1726889004.82086: variable 'ansible_search_path' from source: unknown 172629 1726889004.82129: calling self._execute() 172629 1726889004.82258: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.82271: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.82284: variable 'omit' from source: magic vars 172629 1726889004.82769: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889004.84869: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889004.84947: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889004.85005: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889004.85046: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889004.85260: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889004.85265: variable '_storage_test_volume_present' from source: set_fact 172629 1726889004.85267: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889004.85367: variable 'storage_test_volume' from source: include params 172629 1726889004.85405: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726889004.85411: when evaluation is False, skipping this task 172629 1726889004.85417: _execute() done 172629 1726889004.85422: dumping result to json 172629 1726889004.85428: done dumping result, returning 172629 1726889004.85435: done running TaskExecutor() for managed_node1/TASK: Assert expected size is actual size [0affc8a3-6f6f-d0a8-add8-000000001f0a] 172629 1726889004.85442: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f0a skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726889004.85643: no more pending results, returning what we have 172629 1726889004.85647: results queue empty 172629 1726889004.85648: checking for any_errors_fatal 172629 1726889004.85660: done checking for any_errors_fatal 172629 1726889004.85661: checking for max_fail_percentage 172629 1726889004.85663: done checking for max_fail_percentage 172629 1726889004.85664: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.85665: done checking to see if all hosts have failed 172629 1726889004.85666: getting the remaining hosts for this loop 172629 1726889004.85668: done getting the remaining hosts for this loop 172629 1726889004.85671: getting the next task for host managed_node1 172629 1726889004.85684: done getting next task for host managed_node1 172629 1726889004.85687: ^ task is: TASK: Get information about the LV 172629 1726889004.85693: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889004.85697: getting variables 172629 1726889004.85698: in VariableManager get_vars() 172629 1726889004.85742: Calling all_inventory to load vars for managed_node1 172629 1726889004.85744: Calling groups_inventory to load vars for managed_node1 172629 1726889004.85749: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.85822: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.85826: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.85831: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f0a 172629 1726889004.85833: WORKER PROCESS EXITING 172629 1726889004.85837: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.86672: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.87323: done with get_vars() 172629 1726889004.87337: done getting variables 172629 1726889004.87401: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get information about the LV] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Friday 20 September 2024 23:23:24 -0400 (0:00:00.061) 0:01:45.154 ****** 172629 1726889004.87434: entering _queue_task() for managed_node1/command 172629 1726889004.87723: worker is 1 (out of 1 available) 172629 1726889004.87736: exiting _queue_task() for managed_node1/command 172629 1726889004.87750: done queuing things up, now waiting for results queue to drain 172629 1726889004.87751: waiting for pending results... 172629 1726889004.88052: running TaskExecutor() for managed_node1/TASK: Get information about the LV 172629 1726889004.88213: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001f11 172629 1726889004.88238: variable 'ansible_search_path' from source: unknown 172629 1726889004.88278: calling self._execute() 172629 1726889004.88402: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.88413: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.88426: variable 'omit' from source: magic vars 172629 1726889004.88870: variable 'storage_test_volume' from source: include params 172629 1726889004.88885: variable '_storage_test_volume_present' from source: set_fact 172629 1726889004.88907: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889004.88978: when evaluation is False, skipping this task 172629 1726889004.88982: _execute() done 172629 1726889004.88984: dumping result to json 172629 1726889004.88987: done dumping result, returning 172629 1726889004.88989: done running TaskExecutor() for managed_node1/TASK: Get information about the LV [0affc8a3-6f6f-d0a8-add8-000000001f11] 172629 1726889004.88991: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f11 172629 1726889004.89162: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f11 172629 1726889004.89166: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889004.89223: no more pending results, returning what we have 172629 1726889004.89227: results queue empty 172629 1726889004.89228: checking for any_errors_fatal 172629 1726889004.89240: done checking for any_errors_fatal 172629 1726889004.89241: checking for max_fail_percentage 172629 1726889004.89243: done checking for max_fail_percentage 172629 1726889004.89244: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.89245: done checking to see if all hosts have failed 172629 1726889004.89246: getting the remaining hosts for this loop 172629 1726889004.89248: done getting the remaining hosts for this loop 172629 1726889004.89252: getting the next task for host managed_node1 172629 1726889004.89262: done getting next task for host managed_node1 172629 1726889004.89266: ^ task is: TASK: Set LV segment type 172629 1726889004.89272: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889004.89277: getting variables 172629 1726889004.89278: in VariableManager get_vars() 172629 1726889004.89428: Calling all_inventory to load vars for managed_node1 172629 1726889004.89431: Calling groups_inventory to load vars for managed_node1 172629 1726889004.89434: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.89444: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.89447: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.89449: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.90100: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.90735: done with get_vars() 172629 1726889004.90750: done getting variables 172629 1726889004.90809: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Friday 20 September 2024 23:23:24 -0400 (0:00:00.034) 0:01:45.188 ****** 172629 1726889004.90844: entering _queue_task() for managed_node1/set_fact 172629 1726889004.91116: worker is 1 (out of 1 available) 172629 1726889004.91129: exiting _queue_task() for managed_node1/set_fact 172629 1726889004.91142: done queuing things up, now waiting for results queue to drain 172629 1726889004.91143: waiting for pending results... 172629 1726889004.91450: running TaskExecutor() for managed_node1/TASK: Set LV segment type 172629 1726889004.91594: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001f12 172629 1726889004.91695: variable 'ansible_search_path' from source: unknown 172629 1726889004.91699: calling self._execute() 172629 1726889004.91774: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.91787: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.91804: variable 'omit' from source: magic vars 172629 1726889004.92221: variable 'storage_test_volume' from source: include params 172629 1726889004.92257: variable '_storage_test_volume_present' from source: set_fact 172629 1726889004.92281: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889004.92288: when evaluation is False, skipping this task 172629 1726889004.92295: _execute() done 172629 1726889004.92302: dumping result to json 172629 1726889004.92308: done dumping result, returning 172629 1726889004.92318: done running TaskExecutor() for managed_node1/TASK: Set LV segment type [0affc8a3-6f6f-d0a8-add8-000000001f12] 172629 1726889004.92326: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f12 172629 1726889004.92522: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f12 172629 1726889004.92526: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889004.92606: no more pending results, returning what we have 172629 1726889004.92610: results queue empty 172629 1726889004.92611: checking for any_errors_fatal 172629 1726889004.92619: done checking for any_errors_fatal 172629 1726889004.92620: checking for max_fail_percentage 172629 1726889004.92622: done checking for max_fail_percentage 172629 1726889004.92623: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.92623: done checking to see if all hosts have failed 172629 1726889004.92624: getting the remaining hosts for this loop 172629 1726889004.92626: done getting the remaining hosts for this loop 172629 1726889004.92629: getting the next task for host managed_node1 172629 1726889004.92638: done getting next task for host managed_node1 172629 1726889004.92641: ^ task is: TASK: Check segment type 172629 1726889004.92646: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889004.92650: getting variables 172629 1726889004.92652: in VariableManager get_vars() 172629 1726889004.92694: Calling all_inventory to load vars for managed_node1 172629 1726889004.92696: Calling groups_inventory to load vars for managed_node1 172629 1726889004.92700: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.92711: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.92714: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.92717: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.93392: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.94014: done with get_vars() 172629 1726889004.94027: done getting variables 172629 1726889004.94087: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check segment type] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Friday 20 September 2024 23:23:24 -0400 (0:00:00.032) 0:01:45.221 ****** 172629 1726889004.94116: entering _queue_task() for managed_node1/assert 172629 1726889004.94560: worker is 1 (out of 1 available) 172629 1726889004.94571: exiting _queue_task() for managed_node1/assert 172629 1726889004.94581: done queuing things up, now waiting for results queue to drain 172629 1726889004.94582: waiting for pending results... 172629 1726889004.94667: running TaskExecutor() for managed_node1/TASK: Check segment type 172629 1726889004.94918: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001f13 172629 1726889004.94922: variable 'ansible_search_path' from source: unknown 172629 1726889004.94925: calling self._execute() 172629 1726889004.94981: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.94992: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.95005: variable 'omit' from source: magic vars 172629 1726889004.95423: variable 'storage_test_volume' from source: include params 172629 1726889004.95451: variable '_storage_test_volume_present' from source: set_fact 172629 1726889004.95482: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889004.95489: when evaluation is False, skipping this task 172629 1726889004.95495: _execute() done 172629 1726889004.95500: dumping result to json 172629 1726889004.95506: done dumping result, returning 172629 1726889004.95514: done running TaskExecutor() for managed_node1/TASK: Check segment type [0affc8a3-6f6f-d0a8-add8-000000001f13] 172629 1726889004.95522: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f13 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889004.95724: no more pending results, returning what we have 172629 1726889004.95729: results queue empty 172629 1726889004.95731: checking for any_errors_fatal 172629 1726889004.95741: done checking for any_errors_fatal 172629 1726889004.95742: checking for max_fail_percentage 172629 1726889004.95744: done checking for max_fail_percentage 172629 1726889004.95745: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.95748: done checking to see if all hosts have failed 172629 1726889004.95749: getting the remaining hosts for this loop 172629 1726889004.95751: done getting the remaining hosts for this loop 172629 1726889004.95757: getting the next task for host managed_node1 172629 1726889004.95767: done getting next task for host managed_node1 172629 1726889004.95771: ^ task is: TASK: Set LV cache size 172629 1726889004.95776: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889004.95786: getting variables 172629 1726889004.95788: in VariableManager get_vars() 172629 1726889004.95832: Calling all_inventory to load vars for managed_node1 172629 1726889004.95835: Calling groups_inventory to load vars for managed_node1 172629 1726889004.95839: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.95968: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.95972: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.95976: Calling groups_plugins_play to load vars for managed_node1 172629 1726889004.96516: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f13 172629 1726889004.96520: WORKER PROCESS EXITING 172629 1726889004.96611: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889004.97600: done with get_vars() 172629 1726889004.97613: done getting variables 172629 1726889004.97674: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Friday 20 September 2024 23:23:24 -0400 (0:00:00.035) 0:01:45.256 ****** 172629 1726889004.97705: entering _queue_task() for managed_node1/set_fact 172629 1726889004.98172: worker is 1 (out of 1 available) 172629 1726889004.98181: exiting _queue_task() for managed_node1/set_fact 172629 1726889004.98191: done queuing things up, now waiting for results queue to drain 172629 1726889004.98192: waiting for pending results... 172629 1726889004.98308: running TaskExecutor() for managed_node1/TASK: Set LV cache size 172629 1726889004.98461: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001f14 172629 1726889004.98481: variable 'ansible_search_path' from source: unknown 172629 1726889004.98523: calling self._execute() 172629 1726889004.98642: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889004.98653: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889004.98670: variable 'omit' from source: magic vars 172629 1726889004.99109: variable 'storage_test_volume' from source: include params 172629 1726889004.99138: variable '_storage_test_volume_present' from source: set_fact 172629 1726889004.99164: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889004.99179: when evaluation is False, skipping this task 172629 1726889004.99260: _execute() done 172629 1726889004.99263: dumping result to json 172629 1726889004.99266: done dumping result, returning 172629 1726889004.99268: done running TaskExecutor() for managed_node1/TASK: Set LV cache size [0affc8a3-6f6f-d0a8-add8-000000001f14] 172629 1726889004.99271: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f14 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889004.99441: no more pending results, returning what we have 172629 1726889004.99445: results queue empty 172629 1726889004.99447: checking for any_errors_fatal 172629 1726889004.99457: done checking for any_errors_fatal 172629 1726889004.99458: checking for max_fail_percentage 172629 1726889004.99460: done checking for max_fail_percentage 172629 1726889004.99461: checking to see if all hosts have failed and the running result is not ok 172629 1726889004.99462: done checking to see if all hosts have failed 172629 1726889004.99463: getting the remaining hosts for this loop 172629 1726889004.99465: done getting the remaining hosts for this loop 172629 1726889004.99468: getting the next task for host managed_node1 172629 1726889004.99476: done getting next task for host managed_node1 172629 1726889004.99479: ^ task is: TASK: Parse the requested cache size 172629 1726889004.99485: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889004.99491: getting variables 172629 1726889004.99492: in VariableManager get_vars() 172629 1726889004.99531: Calling all_inventory to load vars for managed_node1 172629 1726889004.99534: Calling groups_inventory to load vars for managed_node1 172629 1726889004.99537: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889004.99550: Calling all_plugins_play to load vars for managed_node1 172629 1726889004.99553: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889004.99673: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.04996: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f14 172629 1726889005.05000: WORKER PROCESS EXITING 172629 1726889005.05176: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.05768: done with get_vars() 172629 1726889005.05783: done getting variables TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Friday 20 September 2024 23:23:25 -0400 (0:00:00.081) 0:01:45.338 ****** 172629 1726889005.05846: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889005.06302: worker is 1 (out of 1 available) 172629 1726889005.06317: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889005.06327: done queuing things up, now waiting for results queue to drain 172629 1726889005.06329: waiting for pending results... 172629 1726889005.06572: running TaskExecutor() for managed_node1/TASK: Parse the requested cache size 172629 1726889005.06710: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001f15 172629 1726889005.06731: variable 'ansible_search_path' from source: unknown 172629 1726889005.06779: calling self._execute() 172629 1726889005.06908: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.06992: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.06996: variable 'omit' from source: magic vars 172629 1726889005.07394: variable 'storage_test_volume' from source: include params 172629 1726889005.07430: variable '_storage_test_volume_present' from source: set_fact 172629 1726889005.07457: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889005.07467: when evaluation is False, skipping this task 172629 1726889005.07475: _execute() done 172629 1726889005.07485: dumping result to json 172629 1726889005.07494: done dumping result, returning 172629 1726889005.07507: done running TaskExecutor() for managed_node1/TASK: Parse the requested cache size [0affc8a3-6f6f-d0a8-add8-000000001f15] 172629 1726889005.07520: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f15 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889005.07689: no more pending results, returning what we have 172629 1726889005.07694: results queue empty 172629 1726889005.07695: checking for any_errors_fatal 172629 1726889005.07708: done checking for any_errors_fatal 172629 1726889005.07709: checking for max_fail_percentage 172629 1726889005.07711: done checking for max_fail_percentage 172629 1726889005.07712: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.07713: done checking to see if all hosts have failed 172629 1726889005.07714: getting the remaining hosts for this loop 172629 1726889005.07715: done getting the remaining hosts for this loop 172629 1726889005.07719: getting the next task for host managed_node1 172629 1726889005.07727: done getting next task for host managed_node1 172629 1726889005.07730: ^ task is: TASK: Set expected cache size 172629 1726889005.07736: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889005.07741: getting variables 172629 1726889005.07743: in VariableManager get_vars() 172629 1726889005.07784: Calling all_inventory to load vars for managed_node1 172629 1726889005.07788: Calling groups_inventory to load vars for managed_node1 172629 1726889005.07792: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.07806: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.07810: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.07813: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.08497: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f15 172629 1726889005.08505: WORKER PROCESS EXITING 172629 1726889005.08695: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.09312: done with get_vars() 172629 1726889005.09326: done getting variables 172629 1726889005.09391: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set expected cache size] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Friday 20 September 2024 23:23:25 -0400 (0:00:00.035) 0:01:45.374 ****** 172629 1726889005.09423: entering _queue_task() for managed_node1/set_fact 172629 1726889005.09817: worker is 1 (out of 1 available) 172629 1726889005.09827: exiting _queue_task() for managed_node1/set_fact 172629 1726889005.09839: done queuing things up, now waiting for results queue to drain 172629 1726889005.09840: waiting for pending results... 172629 1726889005.10033: running TaskExecutor() for managed_node1/TASK: Set expected cache size 172629 1726889005.10191: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001f16 172629 1726889005.10213: variable 'ansible_search_path' from source: unknown 172629 1726889005.10257: calling self._execute() 172629 1726889005.10379: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.10463: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.10467: variable 'omit' from source: magic vars 172629 1726889005.10847: variable 'storage_test_volume' from source: include params 172629 1726889005.10876: variable '_storage_test_volume_present' from source: set_fact 172629 1726889005.10909: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889005.10917: when evaluation is False, skipping this task 172629 1726889005.10924: _execute() done 172629 1726889005.10932: dumping result to json 172629 1726889005.10940: done dumping result, returning 172629 1726889005.10951: done running TaskExecutor() for managed_node1/TASK: Set expected cache size [0affc8a3-6f6f-d0a8-add8-000000001f16] 172629 1726889005.10964: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f16 172629 1726889005.11238: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f16 172629 1726889005.11242: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889005.11280: no more pending results, returning what we have 172629 1726889005.11283: results queue empty 172629 1726889005.11284: checking for any_errors_fatal 172629 1726889005.11290: done checking for any_errors_fatal 172629 1726889005.11291: checking for max_fail_percentage 172629 1726889005.11293: done checking for max_fail_percentage 172629 1726889005.11293: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.11294: done checking to see if all hosts have failed 172629 1726889005.11295: getting the remaining hosts for this loop 172629 1726889005.11296: done getting the remaining hosts for this loop 172629 1726889005.11299: getting the next task for host managed_node1 172629 1726889005.11306: done getting next task for host managed_node1 172629 1726889005.11309: ^ task is: TASK: Check cache size 172629 1726889005.11314: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889005.11317: getting variables 172629 1726889005.11319: in VariableManager get_vars() 172629 1726889005.11453: Calling all_inventory to load vars for managed_node1 172629 1726889005.11457: Calling groups_inventory to load vars for managed_node1 172629 1726889005.11461: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.11470: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.11473: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.11476: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.11964: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.12581: done with get_vars() 172629 1726889005.12596: done getting variables 172629 1726889005.12658: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check cache size] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Friday 20 September 2024 23:23:25 -0400 (0:00:00.032) 0:01:45.406 ****** 172629 1726889005.12691: entering _queue_task() for managed_node1/assert 172629 1726889005.12998: worker is 1 (out of 1 available) 172629 1726889005.13008: exiting _queue_task() for managed_node1/assert 172629 1726889005.13020: done queuing things up, now waiting for results queue to drain 172629 1726889005.13021: waiting for pending results... 172629 1726889005.13259: running TaskExecutor() for managed_node1/TASK: Check cache size 172629 1726889005.13430: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001f17 172629 1726889005.13449: variable 'ansible_search_path' from source: unknown 172629 1726889005.13492: calling self._execute() 172629 1726889005.13617: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.13629: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.13641: variable 'omit' from source: magic vars 172629 1726889005.14482: variable 'storage_test_volume' from source: include params 172629 1726889005.14485: variable '_storage_test_volume_present' from source: set_fact 172629 1726889005.14489: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889005.14492: when evaluation is False, skipping this task 172629 1726889005.14495: _execute() done 172629 1726889005.14560: dumping result to json 172629 1726889005.14564: done dumping result, returning 172629 1726889005.14567: done running TaskExecutor() for managed_node1/TASK: Check cache size [0affc8a3-6f6f-d0a8-add8-000000001f17] 172629 1726889005.14570: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f17 172629 1726889005.14642: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001f17 172629 1726889005.14646: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889005.14692: no more pending results, returning what we have 172629 1726889005.14696: results queue empty 172629 1726889005.14697: checking for any_errors_fatal 172629 1726889005.14705: done checking for any_errors_fatal 172629 1726889005.14705: checking for max_fail_percentage 172629 1726889005.14707: done checking for max_fail_percentage 172629 1726889005.14708: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.14709: done checking to see if all hosts have failed 172629 1726889005.14710: getting the remaining hosts for this loop 172629 1726889005.14712: done getting the remaining hosts for this loop 172629 1726889005.14715: getting the next task for host managed_node1 172629 1726889005.14726: done getting next task for host managed_node1 172629 1726889005.14729: ^ task is: TASK: Clean up facts 172629 1726889005.14734: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_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=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889005.14739: getting variables 172629 1726889005.14741: in VariableManager get_vars() 172629 1726889005.14886: Calling all_inventory to load vars for managed_node1 172629 1726889005.14889: Calling groups_inventory to load vars for managed_node1 172629 1726889005.14893: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.14906: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.14909: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.14912: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.16261: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.17429: done with get_vars() 172629 1726889005.17565: done getting variables 172629 1726889005.17624: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up facts] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Friday 20 September 2024 23:23:25 -0400 (0:00:00.049) 0:01:45.456 ****** 172629 1726889005.17768: entering _queue_task() for managed_node1/set_fact 172629 1726889005.18317: worker is 1 (out of 1 available) 172629 1726889005.18331: exiting _queue_task() for managed_node1/set_fact 172629 1726889005.18347: done queuing things up, now waiting for results queue to drain 172629 1726889005.18348: waiting for pending results... 172629 1726889005.19069: running TaskExecutor() for managed_node1/TASK: Clean up facts 172629 1726889005.19362: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001e6a 172629 1726889005.19367: variable 'ansible_search_path' from source: unknown 172629 1726889005.19371: calling self._execute() 172629 1726889005.19492: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.19503: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.19516: variable 'omit' from source: magic vars 172629 1726889005.19872: variable 'omit' from source: magic vars 172629 1726889005.19933: variable 'omit' from source: magic vars 172629 1726889005.19972: variable 'omit' from source: magic vars 172629 1726889005.20019: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889005.20125: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889005.20148: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889005.20416: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889005.20419: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889005.20421: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889005.20424: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.20426: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.20556: Set connection var ansible_timeout to 10 172629 1726889005.20569: Set connection var ansible_shell_type to sh 172629 1726889005.20583: Set connection var ansible_pipelining to False 172629 1726889005.20595: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889005.20642: Set connection var ansible_shell_executable to /bin/sh 172629 1726889005.20650: Set connection var ansible_connection to ssh 172629 1726889005.20680: variable 'ansible_shell_executable' from source: unknown 172629 1726889005.20750: variable 'ansible_connection' from source: unknown 172629 1726889005.20763: variable 'ansible_module_compression' from source: unknown 172629 1726889005.20771: variable 'ansible_shell_type' from source: unknown 172629 1726889005.20778: variable 'ansible_shell_executable' from source: unknown 172629 1726889005.20786: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.20795: variable 'ansible_pipelining' from source: unknown 172629 1726889005.20803: variable 'ansible_timeout' from source: unknown 172629 1726889005.20812: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.21261: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889005.21265: variable 'omit' from source: magic vars 172629 1726889005.21267: starting attempt loop 172629 1726889005.21270: running the handler 172629 1726889005.21272: handler run complete 172629 1726889005.21275: attempt loop complete, returning result 172629 1726889005.21277: _execute() done 172629 1726889005.21282: dumping result to json 172629 1726889005.21284: done dumping result, returning 172629 1726889005.21287: done running TaskExecutor() for managed_node1/TASK: Clean up facts [0affc8a3-6f6f-d0a8-add8-000000001e6a] 172629 1726889005.21289: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001e6a ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 172629 1726889005.21413: no more pending results, returning what we have 172629 1726889005.21416: results queue empty 172629 1726889005.21417: checking for any_errors_fatal 172629 1726889005.21428: done checking for any_errors_fatal 172629 1726889005.21429: checking for max_fail_percentage 172629 1726889005.21431: done checking for max_fail_percentage 172629 1726889005.21433: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.21434: done checking to see if all hosts have failed 172629 1726889005.21435: getting the remaining hosts for this loop 172629 1726889005.21437: done getting the remaining hosts for this loop 172629 1726889005.21440: getting the next task for host managed_node1 172629 1726889005.21450: done getting next task for host managed_node1 172629 1726889005.21454: ^ task is: TASK: Clean up variable namespace 172629 1726889005.21459: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889005.21464: getting variables 172629 1726889005.21466: in VariableManager get_vars() 172629 1726889005.21508: Calling all_inventory to load vars for managed_node1 172629 1726889005.21511: Calling groups_inventory to load vars for managed_node1 172629 1726889005.21515: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.21527: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.21530: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.21534: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.22565: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001e6a 172629 1726889005.22568: WORKER PROCESS EXITING 172629 1726889005.22590: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.23170: done with get_vars() 172629 1726889005.23184: done getting variables 172629 1726889005.23230: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Friday 20 September 2024 23:23:25 -0400 (0:00:00.055) 0:01:45.512 ****** 172629 1726889005.23254: entering _queue_task() for managed_node1/set_fact 172629 1726889005.23504: worker is 1 (out of 1 available) 172629 1726889005.23516: exiting _queue_task() for managed_node1/set_fact 172629 1726889005.23528: done queuing things up, now waiting for results queue to drain 172629 1726889005.23529: waiting for pending results... 172629 1726889005.23814: running TaskExecutor() for managed_node1/TASK: Clean up variable namespace 172629 1726889005.23916: in run() - task 0affc8a3-6f6f-d0a8-add8-000000001cc5 172629 1726889005.23939: variable 'ansible_search_path' from source: unknown 172629 1726889005.23983: calling self._execute() 172629 1726889005.24101: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.24113: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.24127: variable 'omit' from source: magic vars 172629 1726889005.24244: variable 'omit' from source: magic vars 172629 1726889005.24293: variable 'omit' from source: magic vars 172629 1726889005.24336: variable 'omit' from source: magic vars 172629 1726889005.24384: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889005.24429: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889005.24457: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889005.24521: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889005.24524: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889005.24531: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889005.24539: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.24547: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.24654: Set connection var ansible_timeout to 10 172629 1726889005.24667: Set connection var ansible_shell_type to sh 172629 1726889005.24679: Set connection var ansible_pipelining to False 172629 1726889005.24688: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889005.24860: Set connection var ansible_shell_executable to /bin/sh 172629 1726889005.24864: Set connection var ansible_connection to ssh 172629 1726889005.24866: variable 'ansible_shell_executable' from source: unknown 172629 1726889005.24868: variable 'ansible_connection' from source: unknown 172629 1726889005.24870: variable 'ansible_module_compression' from source: unknown 172629 1726889005.24871: variable 'ansible_shell_type' from source: unknown 172629 1726889005.24874: variable 'ansible_shell_executable' from source: unknown 172629 1726889005.24876: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.24878: variable 'ansible_pipelining' from source: unknown 172629 1726889005.24880: variable 'ansible_timeout' from source: unknown 172629 1726889005.24882: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.24920: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889005.24939: variable 'omit' from source: magic vars 172629 1726889005.24949: starting attempt loop 172629 1726889005.24957: running the handler 172629 1726889005.24976: handler run complete 172629 1726889005.24993: attempt loop complete, returning result 172629 1726889005.25003: _execute() done 172629 1726889005.25010: dumping result to json 172629 1726889005.25017: done dumping result, returning 172629 1726889005.25026: done running TaskExecutor() for managed_node1/TASK: Clean up variable namespace [0affc8a3-6f6f-d0a8-add8-000000001cc5] 172629 1726889005.25035: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001cc5 ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } 172629 1726889005.25240: no more pending results, returning what we have 172629 1726889005.25243: results queue empty 172629 1726889005.25245: checking for any_errors_fatal 172629 1726889005.25254: done checking for any_errors_fatal 172629 1726889005.25256: checking for max_fail_percentage 172629 1726889005.25259: done checking for max_fail_percentage 172629 1726889005.25261: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.25261: done checking to see if all hosts have failed 172629 1726889005.25262: getting the remaining hosts for this loop 172629 1726889005.25264: done getting the remaining hosts for this loop 172629 1726889005.25267: getting the next task for host managed_node1 172629 1726889005.25277: done getting next task for host managed_node1 172629 1726889005.25281: ^ task is: TASK: Repeat the previous invocation to verify idempotence 172629 1726889005.25282: ^ state is: HOST STATE: block=2, task=36, rescue=0, 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 172629 1726889005.25287: getting variables 172629 1726889005.25288: in VariableManager get_vars() 172629 1726889005.25326: Calling all_inventory to load vars for managed_node1 172629 1726889005.25328: Calling groups_inventory to load vars for managed_node1 172629 1726889005.25331: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.25343: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.25347: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.25351: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.25564: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000001cc5 172629 1726889005.25567: WORKER PROCESS EXITING 172629 1726889005.26075: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.26680: done with get_vars() 172629 1726889005.26694: done getting variables TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:115 Friday 20 September 2024 23:23:25 -0400 (0:00:00.035) 0:01:45.547 ****** 172629 1726889005.26776: entering _queue_task() for managed_node1/include_role 172629 1726889005.27019: worker is 1 (out of 1 available) 172629 1726889005.27031: exiting _queue_task() for managed_node1/include_role 172629 1726889005.27043: done queuing things up, now waiting for results queue to drain 172629 1726889005.27044: waiting for pending results... 172629 1726889005.27331: running TaskExecutor() for managed_node1/TASK: Repeat the previous invocation to verify idempotence 172629 1726889005.27450: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000016 172629 1726889005.27474: variable 'ansible_search_path' from source: unknown 172629 1726889005.27562: calling self._execute() 172629 1726889005.27628: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.27638: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.27651: variable 'omit' from source: magic vars 172629 1726889005.27759: _execute() done 172629 1726889005.27767: dumping result to json 172629 1726889005.27774: done dumping result, returning 172629 1726889005.27783: done running TaskExecutor() for managed_node1/TASK: Repeat the previous invocation to verify idempotence [0affc8a3-6f6f-d0a8-add8-000000000016] 172629 1726889005.27792: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000016 172629 1726889005.28169: no more pending results, returning what we have 172629 1726889005.28175: in VariableManager get_vars() 172629 1726889005.28211: Calling all_inventory to load vars for managed_node1 172629 1726889005.28214: Calling groups_inventory to load vars for managed_node1 172629 1726889005.28217: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.28227: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.28230: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.28233: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.28961: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000016 172629 1726889005.28966: WORKER PROCESS EXITING 172629 1726889005.29139: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.29680: done with get_vars() 172629 1726889005.29691: variable 'ansible_search_path' from source: unknown 172629 1726889005.33275: variable 'omit' from source: magic vars 172629 1726889005.33301: variable 'omit' from source: magic vars 172629 1726889005.33316: variable 'omit' from source: magic vars 172629 1726889005.33319: we have included files to process 172629 1726889005.33320: generating all_blocks data 172629 1726889005.33322: done generating all_blocks data 172629 1726889005.33326: processing included file: fedora.linux_system_roles.storage 172629 1726889005.33348: in VariableManager get_vars() 172629 1726889005.33366: done with get_vars() 172629 1726889005.33394: in VariableManager get_vars() 172629 1726889005.33408: done with get_vars() 172629 1726889005.33443: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 172629 1726889005.33475: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 172629 1726889005.33586: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 172629 1726889005.33678: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 172629 1726889005.33770: in VariableManager get_vars() 172629 1726889005.33787: done with get_vars() 172629 1726889005.33960: in VariableManager get_vars() 172629 1726889005.33980: done with get_vars() 172629 1726889005.34088: iterating over new_blocks loaded from include file 172629 1726889005.34090: in VariableManager get_vars() 172629 1726889005.34103: done with get_vars() 172629 1726889005.34105: filtering new block on tags 172629 1726889005.34123: done filtering new block on tags 172629 1726889005.34125: in VariableManager get_vars() 172629 1726889005.34136: done with get_vars() 172629 1726889005.34137: filtering new block on tags 172629 1726889005.34153: done filtering new block on tags 172629 1726889005.34157: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node1 172629 1726889005.34162: extending task lists for all hosts with included blocks 172629 1726889005.37537: done extending task lists 172629 1726889005.37539: done processing included files 172629 1726889005.37540: results queue empty 172629 1726889005.37540: checking for any_errors_fatal 172629 1726889005.37544: done checking for any_errors_fatal 172629 1726889005.37544: checking for max_fail_percentage 172629 1726889005.37546: done checking for max_fail_percentage 172629 1726889005.37546: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.37547: done checking to see if all hosts have failed 172629 1726889005.37548: getting the remaining hosts for this loop 172629 1726889005.37549: done getting the remaining hosts for this loop 172629 1726889005.37552: getting the next task for host managed_node1 172629 1726889005.37557: done getting next task for host managed_node1 172629 1726889005.37560: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726889005.37562: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889005.37573: getting variables 172629 1726889005.37574: in VariableManager get_vars() 172629 1726889005.37587: Calling all_inventory to load vars for managed_node1 172629 1726889005.37590: Calling groups_inventory to load vars for managed_node1 172629 1726889005.37592: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.37597: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.37599: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.37602: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.38050: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.38576: done with get_vars() 172629 1726889005.38591: 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 23:23:25 -0400 (0:00:00.118) 0:01:45.666 ****** 172629 1726889005.38669: entering _queue_task() for managed_node1/include_tasks 172629 1726889005.39044: worker is 1 (out of 1 available) 172629 1726889005.39058: exiting _queue_task() for managed_node1/include_tasks 172629 1726889005.39071: done queuing things up, now waiting for results queue to drain 172629 1726889005.39072: waiting for pending results... 172629 1726889005.39392: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726889005.39529: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000021ec 172629 1726889005.39552: variable 'ansible_search_path' from source: unknown 172629 1726889005.39564: variable 'ansible_search_path' from source: unknown 172629 1726889005.39605: calling self._execute() 172629 1726889005.39733: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.39748: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.39766: variable 'omit' from source: magic vars 172629 1726889005.39888: _execute() done 172629 1726889005.39944: dumping result to json 172629 1726889005.39947: done dumping result, returning 172629 1726889005.39950: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-d0a8-add8-0000000021ec] 172629 1726889005.39953: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000021ec 172629 1726889005.40206: no more pending results, returning what we have 172629 1726889005.40211: in VariableManager get_vars() 172629 1726889005.40259: Calling all_inventory to load vars for managed_node1 172629 1726889005.40264: Calling groups_inventory to load vars for managed_node1 172629 1726889005.40267: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.40281: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.40284: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.40288: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.40869: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000021ec 172629 1726889005.40873: WORKER PROCESS EXITING 172629 1726889005.41035: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.41612: done with get_vars() 172629 1726889005.41624: variable 'ansible_search_path' from source: unknown 172629 1726889005.41625: variable 'ansible_search_path' from source: unknown 172629 1726889005.41663: we have included files to process 172629 1726889005.41664: generating all_blocks data 172629 1726889005.41666: done generating all_blocks data 172629 1726889005.41669: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726889005.41671: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726889005.41673: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726889005.42163: done processing included file 172629 1726889005.42165: iterating over new_blocks loaded from include file 172629 1726889005.42166: in VariableManager get_vars() 172629 1726889005.42186: done with get_vars() 172629 1726889005.42189: filtering new block on tags 172629 1726889005.42209: done filtering new block on tags 172629 1726889005.42212: in VariableManager get_vars() 172629 1726889005.42231: done with get_vars() 172629 1726889005.42233: filtering new block on tags 172629 1726889005.42251: done filtering new block on tags 172629 1726889005.42254: 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 172629 1726889005.42261: extending task lists for all hosts with included blocks 172629 1726889005.42436: done extending task lists 172629 1726889005.42437: done processing included files 172629 1726889005.42438: results queue empty 172629 1726889005.42439: checking for any_errors_fatal 172629 1726889005.42443: done checking for any_errors_fatal 172629 1726889005.42444: checking for max_fail_percentage 172629 1726889005.42445: done checking for max_fail_percentage 172629 1726889005.42445: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.42446: done checking to see if all hosts have failed 172629 1726889005.42447: getting the remaining hosts for this loop 172629 1726889005.42448: done getting the remaining hosts for this loop 172629 1726889005.42451: getting the next task for host managed_node1 172629 1726889005.42457: done getting next task for host managed_node1 172629 1726889005.42459: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 172629 1726889005.42462: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889005.42473: getting variables 172629 1726889005.42474: in VariableManager get_vars() 172629 1726889005.42487: Calling all_inventory to load vars for managed_node1 172629 1726889005.42489: Calling groups_inventory to load vars for managed_node1 172629 1726889005.42491: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.42496: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.42498: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.42501: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.43140: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.43684: done with get_vars() 172629 1726889005.43698: 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 23:23:25 -0400 (0:00:00.050) 0:01:45.717 ****** 172629 1726889005.43768: entering _queue_task() for managed_node1/setup 172629 1726889005.44076: worker is 1 (out of 1 available) 172629 1726889005.44091: exiting _queue_task() for managed_node1/setup 172629 1726889005.44104: done queuing things up, now waiting for results queue to drain 172629 1726889005.44111: waiting for pending results... 172629 1726889005.44347: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 172629 1726889005.44492: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023ac 172629 1726889005.44512: variable 'ansible_search_path' from source: unknown 172629 1726889005.44521: variable 'ansible_search_path' from source: unknown 172629 1726889005.44565: calling self._execute() 172629 1726889005.44677: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.44691: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.44705: variable 'omit' from source: magic vars 172629 1726889005.45114: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889005.47292: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889005.47359: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889005.47399: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889005.47510: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889005.47542: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889005.47631: 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) 172629 1726889005.47673: 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) 172629 1726889005.47751: 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) 172629 1726889005.47779: 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) 172629 1726889005.47799: 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) 172629 1726889005.47858: 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) 172629 1726889005.47975: 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) 172629 1726889005.47978: 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) 172629 1726889005.47981: 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) 172629 1726889005.47992: 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) 172629 1726889005.48190: variable '__storage_required_facts' from source: role '' all vars 172629 1726889005.48206: variable 'ansible_facts' from source: unknown 172629 1726889005.48516: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 172629 1726889005.48524: when evaluation is False, skipping this task 172629 1726889005.48532: _execute() done 172629 1726889005.48539: dumping result to json 172629 1726889005.48547: done dumping result, returning 172629 1726889005.48569: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-d0a8-add8-0000000023ac] 172629 1726889005.48580: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023ac skipping: [managed_node1] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 172629 1726889005.48934: no more pending results, returning what we have 172629 1726889005.48939: results queue empty 172629 1726889005.48940: checking for any_errors_fatal 172629 1726889005.48942: done checking for any_errors_fatal 172629 1726889005.48943: checking for max_fail_percentage 172629 1726889005.48945: done checking for max_fail_percentage 172629 1726889005.48947: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.48948: done checking to see if all hosts have failed 172629 1726889005.48949: getting the remaining hosts for this loop 172629 1726889005.48951: done getting the remaining hosts for this loop 172629 1726889005.48958: getting the next task for host managed_node1 172629 1726889005.48967: done getting next task for host managed_node1 172629 1726889005.48971: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726889005.48975: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889005.49001: getting variables 172629 1726889005.49003: in VariableManager get_vars() 172629 1726889005.49044: Calling all_inventory to load vars for managed_node1 172629 1726889005.49047: Calling groups_inventory to load vars for managed_node1 172629 1726889005.49050: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.49152: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023ac 172629 1726889005.49160: WORKER PROCESS EXITING 172629 1726889005.49170: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.49174: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.49178: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.50098: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.50710: done with get_vars() 172629 1726889005.50725: done getting variables 172629 1726889005.50782: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:25 -0400 (0:00:00.070) 0:01:45.788 ****** 172629 1726889005.50820: entering _queue_task() for managed_node1/include_vars 172629 1726889005.51097: worker is 1 (out of 1 available) 172629 1726889005.51109: exiting _queue_task() for managed_node1/include_vars 172629 1726889005.51122: done queuing things up, now waiting for results queue to drain 172629 1726889005.51123: waiting for pending results... 172629 1726889005.51411: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726889005.51566: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023ad 172629 1726889005.51589: variable 'ansible_search_path' from source: unknown 172629 1726889005.51596: variable 'ansible_search_path' from source: unknown 172629 1726889005.51874: variable 'ansible_facts' from source: unknown 172629 1726889005.52293: variable 'ansible_facts' from source: unknown 172629 1726889005.52622: variable 'ansible_facts' from source: unknown 172629 1726889005.52941: variable 'ansible_facts' from source: unknown 172629 1726889005.53145: variable 'omit' from source: magic vars 172629 1726889005.53275: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.53290: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.53310: variable 'omit' from source: magic vars 172629 1726889005.53566: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889005.53818: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889005.53867: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889005.53904: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889005.54036: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889005.54171: variable '__vars_file' from source: task vars 172629 1726889005.54233: variable 'role_path' from source: magic vars 172629 1726889005.54271: variable 'item' from source: unknown 172629 1726889005.54296: Evaluated conditional (__vars_file is file): False 172629 1726889005.54386: when evaluation is False, skipping this task 172629 1726889005.54391: variable 'item' from source: unknown 172629 1726889005.54443: 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" } 172629 1726889005.54865: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.54870: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.54874: variable 'omit' from source: magic vars 172629 1726889005.54983: variable '__vars_file' from source: task vars 172629 1726889005.55092: variable 'role_path' from source: magic vars 172629 1726889005.55104: variable 'item' from source: unknown 172629 1726889005.55126: Evaluated conditional (__vars_file is file): False 172629 1726889005.55134: when evaluation is False, skipping this task 172629 1726889005.55214: variable 'item' from source: unknown 172629 1726889005.55299: 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" } 172629 1726889005.55594: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.55610: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.55614: variable 'omit' from source: magic vars 172629 1726889005.56063: variable '__vars_file' from source: task vars 172629 1726889005.56066: variable 'role_path' from source: magic vars 172629 1726889005.56069: variable 'item' from source: unknown 172629 1726889005.56071: Evaluated conditional (__vars_file is file): True 172629 1726889005.56073: variable 'omit' from source: magic vars 172629 1726889005.56114: variable 'omit' from source: magic vars 172629 1726889005.56171: variable '__vars_file' from source: task vars 172629 1726889005.56227: variable '__vars_file' from source: task vars 172629 1726889005.56309: variable 'role_path' from source: magic vars 172629 1726889005.56318: variable 'item' from source: unknown 172629 1726889005.56460: variable 'omit' from source: magic vars 172629 1726889005.56463: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889005.56466: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889005.56469: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889005.56471: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889005.56473: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889005.56479: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889005.56486: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.56493: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.56591: Set connection var ansible_timeout to 10 172629 1726889005.56601: Set connection var ansible_shell_type to sh 172629 1726889005.56613: Set connection var ansible_pipelining to False 172629 1726889005.56622: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889005.56631: Set connection var ansible_shell_executable to /bin/sh 172629 1726889005.56637: Set connection var ansible_connection to ssh 172629 1726889005.56659: variable 'ansible_shell_executable' from source: unknown 172629 1726889005.56667: variable 'ansible_connection' from source: unknown 172629 1726889005.56673: variable 'ansible_module_compression' from source: unknown 172629 1726889005.56679: variable 'ansible_shell_type' from source: unknown 172629 1726889005.56685: variable 'ansible_shell_executable' from source: unknown 172629 1726889005.56691: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.56698: variable 'ansible_pipelining' from source: unknown 172629 1726889005.56704: variable 'ansible_timeout' from source: unknown 172629 1726889005.56711: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.56820: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889005.56837: variable 'omit' from source: magic vars 172629 1726889005.56846: starting attempt loop 172629 1726889005.56852: running the handler 172629 1726889005.56948: handler run complete 172629 1726889005.56965: attempt loop complete, returning result 172629 1726889005.56983: variable 'item' from source: unknown 172629 1726889005.57046: 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" } 172629 1726889005.57460: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.57463: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.57466: variable 'omit' from source: magic vars 172629 1726889005.57468: variable '__vars_file' from source: task vars 172629 1726889005.57470: variable 'role_path' from source: magic vars 172629 1726889005.57471: variable 'item' from source: unknown 172629 1726889005.57477: Evaluated conditional (__vars_file is file): True 172629 1726889005.57486: variable 'omit' from source: magic vars 172629 1726889005.57503: variable 'omit' from source: magic vars 172629 1726889005.57560: variable '__vars_file' from source: task vars 172629 1726889005.57621: variable '__vars_file' from source: task vars 172629 1726889005.57702: variable 'role_path' from source: magic vars 172629 1726889005.57711: variable 'item' from source: unknown 172629 1726889005.57730: variable 'omit' from source: magic vars 172629 1726889005.57752: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889005.57766: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889005.57776: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889005.57790: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889005.57797: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.57804: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.57878: Set connection var ansible_timeout to 10 172629 1726889005.57887: Set connection var ansible_shell_type to sh 172629 1726889005.57898: Set connection var ansible_pipelining to False 172629 1726889005.57906: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889005.57915: Set connection var ansible_shell_executable to /bin/sh 172629 1726889005.57922: Set connection var ansible_connection to ssh 172629 1726889005.57943: variable 'ansible_shell_executable' from source: unknown 172629 1726889005.57949: variable 'ansible_connection' from source: unknown 172629 1726889005.57957: variable 'ansible_module_compression' from source: unknown 172629 1726889005.57964: variable 'ansible_shell_type' from source: unknown 172629 1726889005.57970: variable 'ansible_shell_executable' from source: unknown 172629 1726889005.57978: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.57985: variable 'ansible_pipelining' from source: unknown 172629 1726889005.57991: variable 'ansible_timeout' from source: unknown 172629 1726889005.57998: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.58083: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889005.58096: variable 'omit' from source: magic vars 172629 1726889005.58104: starting attempt loop 172629 1726889005.58110: running the handler 172629 1726889005.58164: handler run complete 172629 1726889005.58175: attempt loop complete, returning result 172629 1726889005.58192: variable 'item' from source: unknown 172629 1726889005.58253: 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" } 172629 1726889005.58560: dumping result to json 172629 1726889005.58564: done dumping result, returning 172629 1726889005.58568: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-d0a8-add8-0000000023ad] 172629 1726889005.58571: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023ad 172629 1726889005.58628: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023ad 172629 1726889005.58631: WORKER PROCESS EXITING 172629 1726889005.58735: no more pending results, returning what we have 172629 1726889005.58738: results queue empty 172629 1726889005.58739: checking for any_errors_fatal 172629 1726889005.58746: done checking for any_errors_fatal 172629 1726889005.58747: checking for max_fail_percentage 172629 1726889005.58748: done checking for max_fail_percentage 172629 1726889005.58749: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.58750: done checking to see if all hosts have failed 172629 1726889005.58750: getting the remaining hosts for this loop 172629 1726889005.58751: done getting the remaining hosts for this loop 172629 1726889005.58758: getting the next task for host managed_node1 172629 1726889005.58766: done getting next task for host managed_node1 172629 1726889005.58769: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 172629 1726889005.58773: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889005.58785: getting variables 172629 1726889005.58786: in VariableManager get_vars() 172629 1726889005.58818: Calling all_inventory to load vars for managed_node1 172629 1726889005.58821: Calling groups_inventory to load vars for managed_node1 172629 1726889005.58823: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.58832: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.58834: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.58837: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.59422: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.60064: done with get_vars() 172629 1726889005.60079: 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 23:23:25 -0400 (0:00:00.093) 0:01:45.881 ****** 172629 1726889005.60166: entering _queue_task() for managed_node1/stat 172629 1726889005.60671: worker is 1 (out of 1 available) 172629 1726889005.60683: exiting _queue_task() for managed_node1/stat 172629 1726889005.60694: done queuing things up, now waiting for results queue to drain 172629 1726889005.60696: waiting for pending results... 172629 1726889005.60933: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree 172629 1726889005.61118: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023af 172629 1726889005.61147: variable 'ansible_search_path' from source: unknown 172629 1726889005.61160: variable 'ansible_search_path' from source: unknown 172629 1726889005.61207: calling self._execute() 172629 1726889005.61346: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.61368: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.61411: variable 'omit' from source: magic vars 172629 1726889005.61920: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889005.62236: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889005.62289: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889005.62338: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889005.62560: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889005.62564: 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) 172629 1726889005.62566: 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) 172629 1726889005.62569: 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) 172629 1726889005.62571: 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) 172629 1726889005.62661: variable '__storage_is_ostree' from source: set_fact 172629 1726889005.62676: Evaluated conditional (not __storage_is_ostree is defined): False 172629 1726889005.62683: when evaluation is False, skipping this task 172629 1726889005.62689: _execute() done 172629 1726889005.62696: dumping result to json 172629 1726889005.62702: done dumping result, returning 172629 1726889005.62712: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-d0a8-add8-0000000023af] 172629 1726889005.62721: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023af 172629 1726889005.62823: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023af 172629 1726889005.62830: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 172629 1726889005.62906: no more pending results, returning what we have 172629 1726889005.62910: results queue empty 172629 1726889005.62911: checking for any_errors_fatal 172629 1726889005.62927: done checking for any_errors_fatal 172629 1726889005.62928: checking for max_fail_percentage 172629 1726889005.62930: done checking for max_fail_percentage 172629 1726889005.62931: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.62932: done checking to see if all hosts have failed 172629 1726889005.62932: getting the remaining hosts for this loop 172629 1726889005.62934: done getting the remaining hosts for this loop 172629 1726889005.62938: getting the next task for host managed_node1 172629 1726889005.62944: done getting next task for host managed_node1 172629 1726889005.62949: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 172629 1726889005.62952: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889005.62978: getting variables 172629 1726889005.62981: in VariableManager get_vars() 172629 1726889005.63018: Calling all_inventory to load vars for managed_node1 172629 1726889005.63020: Calling groups_inventory to load vars for managed_node1 172629 1726889005.63022: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.63030: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.63033: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.63036: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.63623: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.64241: done with get_vars() 172629 1726889005.64256: done getting variables 172629 1726889005.64310: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:25 -0400 (0:00:00.041) 0:01:45.923 ****** 172629 1726889005.64343: entering _queue_task() for managed_node1/set_fact 172629 1726889005.64596: worker is 1 (out of 1 available) 172629 1726889005.64609: exiting _queue_task() for managed_node1/set_fact 172629 1726889005.64622: done queuing things up, now waiting for results queue to drain 172629 1726889005.64624: waiting for pending results... 172629 1726889005.64908: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 172629 1726889005.65060: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023b0 172629 1726889005.65086: variable 'ansible_search_path' from source: unknown 172629 1726889005.65094: variable 'ansible_search_path' from source: unknown 172629 1726889005.65129: calling self._execute() 172629 1726889005.65241: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.65253: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.65295: variable 'omit' from source: magic vars 172629 1726889005.65647: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889005.65953: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889005.66006: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889005.66058: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889005.66091: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889005.66361: 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) 172629 1726889005.66365: 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) 172629 1726889005.66368: 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) 172629 1726889005.66371: 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) 172629 1726889005.66385: variable '__storage_is_ostree' from source: set_fact 172629 1726889005.66399: Evaluated conditional (not __storage_is_ostree is defined): False 172629 1726889005.66405: when evaluation is False, skipping this task 172629 1726889005.66412: _execute() done 172629 1726889005.66418: dumping result to json 172629 1726889005.66425: done dumping result, returning 172629 1726889005.66435: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-d0a8-add8-0000000023b0] 172629 1726889005.66443: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023b0 skipping: [managed_node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 172629 1726889005.66590: no more pending results, returning what we have 172629 1726889005.66593: results queue empty 172629 1726889005.66595: checking for any_errors_fatal 172629 1726889005.66605: done checking for any_errors_fatal 172629 1726889005.66606: checking for max_fail_percentage 172629 1726889005.66608: done checking for max_fail_percentage 172629 1726889005.66609: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.66610: done checking to see if all hosts have failed 172629 1726889005.66611: getting the remaining hosts for this loop 172629 1726889005.66613: done getting the remaining hosts for this loop 172629 1726889005.66617: getting the next task for host managed_node1 172629 1726889005.66627: done getting next task for host managed_node1 172629 1726889005.66631: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 172629 1726889005.66634: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889005.66662: getting variables 172629 1726889005.66664: in VariableManager get_vars() 172629 1726889005.66705: Calling all_inventory to load vars for managed_node1 172629 1726889005.66708: Calling groups_inventory to load vars for managed_node1 172629 1726889005.66711: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.66722: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.66725: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.66729: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.67493: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023b0 172629 1726889005.67496: WORKER PROCESS EXITING 172629 1726889005.67515: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.68100: done with get_vars() 172629 1726889005.68116: done getting variables 172629 1726889005.68179: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:25 -0400 (0:00:00.038) 0:01:45.962 ****** 172629 1726889005.68213: entering _queue_task() for managed_node1/set_fact 172629 1726889005.68485: worker is 1 (out of 1 available) 172629 1726889005.68498: exiting _queue_task() for managed_node1/set_fact 172629 1726889005.68511: done queuing things up, now waiting for results queue to drain 172629 1726889005.68513: waiting for pending results... 172629 1726889005.68811: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 172629 1726889005.68928: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000021ed 172629 1726889005.68950: variable 'ansible_search_path' from source: unknown 172629 1726889005.68961: variable 'ansible_search_path' from source: unknown 172629 1726889005.69004: calling self._execute() 172629 1726889005.69122: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.69133: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.69146: variable 'omit' from source: magic vars 172629 1726889005.69249: variable 'omit' from source: magic vars 172629 1726889005.69306: variable 'omit' from source: magic vars 172629 1726889005.69342: variable 'omit' from source: magic vars 172629 1726889005.69390: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889005.69434: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889005.69460: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889005.69480: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889005.69500: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889005.69535: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889005.69542: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.69548: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.69655: Set connection var ansible_timeout to 10 172629 1726889005.69670: Set connection var ansible_shell_type to sh 172629 1726889005.69737: Set connection var ansible_pipelining to False 172629 1726889005.69740: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889005.69743: Set connection var ansible_shell_executable to /bin/sh 172629 1726889005.69745: Set connection var ansible_connection to ssh 172629 1726889005.69748: variable 'ansible_shell_executable' from source: unknown 172629 1726889005.69750: variable 'ansible_connection' from source: unknown 172629 1726889005.69752: variable 'ansible_module_compression' from source: unknown 172629 1726889005.69755: variable 'ansible_shell_type' from source: unknown 172629 1726889005.69759: variable 'ansible_shell_executable' from source: unknown 172629 1726889005.69761: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.69762: variable 'ansible_pipelining' from source: unknown 172629 1726889005.69764: variable 'ansible_timeout' from source: unknown 172629 1726889005.69960: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.69964: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889005.69967: variable 'omit' from source: magic vars 172629 1726889005.69969: starting attempt loop 172629 1726889005.69971: running the handler 172629 1726889005.69973: handler run complete 172629 1726889005.69975: attempt loop complete, returning result 172629 1726889005.69977: _execute() done 172629 1726889005.69979: dumping result to json 172629 1726889005.69981: done dumping result, returning 172629 1726889005.69989: 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-d0a8-add8-0000000021ed] 172629 1726889005.69998: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000021ed 172629 1726889005.70093: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000021ed ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 172629 1726889005.70174: no more pending results, returning what we have 172629 1726889005.70178: results queue empty 172629 1726889005.70179: checking for any_errors_fatal 172629 1726889005.70189: done checking for any_errors_fatal 172629 1726889005.70190: checking for max_fail_percentage 172629 1726889005.70191: done checking for max_fail_percentage 172629 1726889005.70192: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.70193: done checking to see if all hosts have failed 172629 1726889005.70194: getting the remaining hosts for this loop 172629 1726889005.70196: done getting the remaining hosts for this loop 172629 1726889005.70199: getting the next task for host managed_node1 172629 1726889005.70205: done getting next task for host managed_node1 172629 1726889005.70209: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 172629 1726889005.70212: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889005.70225: getting variables 172629 1726889005.70227: in VariableManager get_vars() 172629 1726889005.70468: Calling all_inventory to load vars for managed_node1 172629 1726889005.70471: Calling groups_inventory to load vars for managed_node1 172629 1726889005.70474: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.70483: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.70486: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.70489: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.71105: WORKER PROCESS EXITING 172629 1726889005.71129: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.71772: done with get_vars() 172629 1726889005.71788: done getting variables 172629 1726889005.71848: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:25 -0400 (0:00:00.036) 0:01:45.998 ****** 172629 1726889005.71883: entering _queue_task() for managed_node1/set_fact 172629 1726889005.72191: worker is 1 (out of 1 available) 172629 1726889005.72205: exiting _queue_task() for managed_node1/set_fact 172629 1726889005.72219: done queuing things up, now waiting for results queue to drain 172629 1726889005.72220: waiting for pending results... 172629 1726889005.72513: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 172629 1726889005.72646: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000021ee 172629 1726889005.72669: variable 'ansible_search_path' from source: unknown 172629 1726889005.72681: variable 'ansible_search_path' from source: unknown 172629 1726889005.72720: calling self._execute() 172629 1726889005.72836: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.72847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.72862: variable 'omit' from source: magic vars 172629 1726889005.72964: variable 'omit' from source: magic vars 172629 1726889005.73014: variable 'omit' from source: magic vars 172629 1726889005.73047: variable 'omit' from source: magic vars 172629 1726889005.73094: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889005.73144: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889005.73174: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889005.73196: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889005.73216: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889005.73256: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889005.73267: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.73275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.73390: Set connection var ansible_timeout to 10 172629 1726889005.73401: Set connection var ansible_shell_type to sh 172629 1726889005.73413: Set connection var ansible_pipelining to False 172629 1726889005.73422: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889005.73431: Set connection var ansible_shell_executable to /bin/sh 172629 1726889005.73441: Set connection var ansible_connection to ssh 172629 1726889005.73470: variable 'ansible_shell_executable' from source: unknown 172629 1726889005.73479: variable 'ansible_connection' from source: unknown 172629 1726889005.73486: variable 'ansible_module_compression' from source: unknown 172629 1726889005.73492: variable 'ansible_shell_type' from source: unknown 172629 1726889005.73499: variable 'ansible_shell_executable' from source: unknown 172629 1726889005.73506: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.73513: variable 'ansible_pipelining' from source: unknown 172629 1726889005.73520: variable 'ansible_timeout' from source: unknown 172629 1726889005.73528: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.73687: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889005.73705: variable 'omit' from source: magic vars 172629 1726889005.73715: starting attempt loop 172629 1726889005.73723: running the handler 172629 1726889005.73739: handler run complete 172629 1726889005.73757: attempt loop complete, returning result 172629 1726889005.73769: _execute() done 172629 1726889005.73776: dumping result to json 172629 1726889005.73784: done dumping result, returning 172629 1726889005.73796: 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-d0a8-add8-0000000021ee] 172629 1726889005.73806: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000021ee ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 172629 1726889005.74040: no more pending results, returning what we have 172629 1726889005.74044: results queue empty 172629 1726889005.74045: checking for any_errors_fatal 172629 1726889005.74054: done checking for any_errors_fatal 172629 1726889005.74057: checking for max_fail_percentage 172629 1726889005.74059: done checking for max_fail_percentage 172629 1726889005.74060: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.74061: done checking to see if all hosts have failed 172629 1726889005.74061: getting the remaining hosts for this loop 172629 1726889005.74063: done getting the remaining hosts for this loop 172629 1726889005.74066: getting the next task for host managed_node1 172629 1726889005.74073: done getting next task for host managed_node1 172629 1726889005.74079: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 172629 1726889005.74082: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889005.74096: getting variables 172629 1726889005.74097: in VariableManager get_vars() 172629 1726889005.74140: Calling all_inventory to load vars for managed_node1 172629 1726889005.74143: Calling groups_inventory to load vars for managed_node1 172629 1726889005.74147: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.74359: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.74364: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.74370: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.75088: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000021ee 172629 1726889005.75091: WORKER PROCESS EXITING 172629 1726889005.75248: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.75799: done with get_vars() 172629 1726889005.75812: 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 23:23:25 -0400 (0:00:00.040) 0:01:46.038 ****** 172629 1726889005.75899: entering _queue_task() for managed_node1/include_tasks 172629 1726889005.76158: worker is 1 (out of 1 available) 172629 1726889005.76172: exiting _queue_task() for managed_node1/include_tasks 172629 1726889005.76184: done queuing things up, now waiting for results queue to drain 172629 1726889005.76185: waiting for pending results... 172629 1726889005.76475: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 172629 1726889005.76614: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000021ef 172629 1726889005.76636: variable 'ansible_search_path' from source: unknown 172629 1726889005.76643: variable 'ansible_search_path' from source: unknown 172629 1726889005.76682: calling self._execute() 172629 1726889005.76796: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.76814: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.76830: variable 'omit' from source: magic vars 172629 1726889005.77138: variable 'storage_provider' from source: role '' defaults 172629 1726889005.77154: _execute() done 172629 1726889005.77165: dumping result to json 172629 1726889005.77173: done dumping result, returning 172629 1726889005.77184: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-d0a8-add8-0000000021ef] 172629 1726889005.77193: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000021ef 172629 1726889005.77335: no more pending results, returning what we have 172629 1726889005.77341: in VariableManager get_vars() 172629 1726889005.77387: Calling all_inventory to load vars for managed_node1 172629 1726889005.77390: Calling groups_inventory to load vars for managed_node1 172629 1726889005.77393: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.77404: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.77408: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.77411: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.78069: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000021ef 172629 1726889005.78072: WORKER PROCESS EXITING 172629 1726889005.78208: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.78799: done with get_vars() 172629 1726889005.78810: variable 'ansible_search_path' from source: unknown 172629 1726889005.78811: variable 'ansible_search_path' from source: unknown 172629 1726889005.78841: we have included files to process 172629 1726889005.78842: generating all_blocks data 172629 1726889005.78844: done generating all_blocks data 172629 1726889005.78850: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726889005.78851: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726889005.78853: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726889005.79714: in VariableManager get_vars() 172629 1726889005.79777: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726889005.81981: done processing included file 172629 1726889005.81983: iterating over new_blocks loaded from include file 172629 1726889005.81985: in VariableManager get_vars() 172629 1726889005.82006: done with get_vars() 172629 1726889005.82008: filtering new block on tags 172629 1726889005.82047: done filtering new block on tags 172629 1726889005.82050: in VariableManager get_vars() 172629 1726889005.82075: done with get_vars() 172629 1726889005.82077: filtering new block on tags 172629 1726889005.82106: done filtering new block on tags 172629 1726889005.82109: in VariableManager get_vars() 172629 1726889005.82128: done with get_vars() 172629 1726889005.82130: filtering new block on tags 172629 1726889005.82214: done filtering new block on tags 172629 1726889005.82216: 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 172629 1726889005.82220: extending task lists for all hosts with included blocks 172629 1726889005.82552: done extending task lists 172629 1726889005.82554: done processing included files 172629 1726889005.82554: results queue empty 172629 1726889005.82556: checking for any_errors_fatal 172629 1726889005.82559: done checking for any_errors_fatal 172629 1726889005.82560: checking for max_fail_percentage 172629 1726889005.82561: done checking for max_fail_percentage 172629 1726889005.82561: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.82562: done checking to see if all hosts have failed 172629 1726889005.82562: getting the remaining hosts for this loop 172629 1726889005.82563: done getting the remaining hosts for this loop 172629 1726889005.82565: getting the next task for host managed_node1 172629 1726889005.82567: done getting next task for host managed_node1 172629 1726889005.82569: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 172629 1726889005.82571: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889005.82578: getting variables 172629 1726889005.82579: in VariableManager get_vars() 172629 1726889005.82587: Calling all_inventory to load vars for managed_node1 172629 1726889005.82589: Calling groups_inventory to load vars for managed_node1 172629 1726889005.82590: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.82593: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.82594: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.82596: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.82839: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.83170: done with get_vars() 172629 1726889005.83180: done getting variables 172629 1726889005.83207: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:25 -0400 (0:00:00.073) 0:01:46.112 ****** 172629 1726889005.83229: entering _queue_task() for managed_node1/package 172629 1726889005.83473: worker is 1 (out of 1 available) 172629 1726889005.83487: exiting _queue_task() for managed_node1/package 172629 1726889005.83501: done queuing things up, now waiting for results queue to drain 172629 1726889005.83502: waiting for pending results... 172629 1726889005.83705: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 172629 1726889005.83811: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023e5 172629 1726889005.83823: variable 'ansible_search_path' from source: unknown 172629 1726889005.83826: variable 'ansible_search_path' from source: unknown 172629 1726889005.83856: calling self._execute() 172629 1726889005.83939: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.83946: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.83960: variable 'omit' from source: magic vars 172629 1726889005.84461: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889005.84643: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889005.84702: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889005.84738: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889005.84781: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889005.84874: 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) 172629 1726889005.84910: 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) 172629 1726889005.84943: 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) 172629 1726889005.84981: 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) 172629 1726889005.85151: variable 'storage_skip_checks' from source: set_fact 172629 1726889005.85182: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 172629 1726889005.85185: when evaluation is False, skipping this task 172629 1726889005.85188: _execute() done 172629 1726889005.85190: dumping result to json 172629 1726889005.85193: done dumping result, returning 172629 1726889005.85214: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-d0a8-add8-0000000023e5] 172629 1726889005.85218: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023e5 172629 1726889005.85309: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023e5 172629 1726889005.85312: WORKER PROCESS EXITING 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" } 172629 1726889005.85380: no more pending results, returning what we have 172629 1726889005.85384: results queue empty 172629 1726889005.85385: checking for any_errors_fatal 172629 1726889005.85386: done checking for any_errors_fatal 172629 1726889005.85387: checking for max_fail_percentage 172629 1726889005.85389: done checking for max_fail_percentage 172629 1726889005.85389: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.85390: done checking to see if all hosts have failed 172629 1726889005.85391: getting the remaining hosts for this loop 172629 1726889005.85393: done getting the remaining hosts for this loop 172629 1726889005.85396: getting the next task for host managed_node1 172629 1726889005.85403: done getting next task for host managed_node1 172629 1726889005.85407: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 172629 1726889005.85410: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889005.85435: getting variables 172629 1726889005.85436: in VariableManager get_vars() 172629 1726889005.85474: Calling all_inventory to load vars for managed_node1 172629 1726889005.85476: Calling groups_inventory to load vars for managed_node1 172629 1726889005.85478: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.85487: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.85489: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.85492: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.85858: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.86194: done with get_vars() 172629 1726889005.86204: done getting variables 172629 1726889005.86242: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:23:25 -0400 (0:00:00.030) 0:01:46.142 ****** 172629 1726889005.86268: entering _queue_task() for managed_node1/debug 172629 1726889005.86472: worker is 1 (out of 1 available) 172629 1726889005.86486: exiting _queue_task() for managed_node1/debug 172629 1726889005.86500: done queuing things up, now waiting for results queue to drain 172629 1726889005.86501: waiting for pending results... 172629 1726889005.86689: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools 172629 1726889005.86780: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023e6 172629 1726889005.86793: variable 'ansible_search_path' from source: unknown 172629 1726889005.86796: variable 'ansible_search_path' from source: unknown 172629 1726889005.86821: calling self._execute() 172629 1726889005.86909: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.86913: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.86921: variable 'omit' from source: magic vars 172629 1726889005.87002: variable 'omit' from source: magic vars 172629 1726889005.87040: variable 'omit' from source: magic vars 172629 1726889005.87070: variable 'omit' from source: magic vars 172629 1726889005.87103: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889005.87131: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889005.87159: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889005.87189: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889005.87192: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889005.87211: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889005.87215: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.87217: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.87330: Set connection var ansible_timeout to 10 172629 1726889005.87334: Set connection var ansible_shell_type to sh 172629 1726889005.87350: Set connection var ansible_pipelining to False 172629 1726889005.87352: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889005.87355: Set connection var ansible_shell_executable to /bin/sh 172629 1726889005.87359: Set connection var ansible_connection to ssh 172629 1726889005.87560: variable 'ansible_shell_executable' from source: unknown 172629 1726889005.87564: variable 'ansible_connection' from source: unknown 172629 1726889005.87566: variable 'ansible_module_compression' from source: unknown 172629 1726889005.87568: variable 'ansible_shell_type' from source: unknown 172629 1726889005.87570: variable 'ansible_shell_executable' from source: unknown 172629 1726889005.87572: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.87574: variable 'ansible_pipelining' from source: unknown 172629 1726889005.87577: variable 'ansible_timeout' from source: unknown 172629 1726889005.87579: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.87581: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889005.87584: variable 'omit' from source: magic vars 172629 1726889005.87586: starting attempt loop 172629 1726889005.87588: running the handler 172629 1726889005.87793: handler run complete 172629 1726889005.87819: attempt loop complete, returning result 172629 1726889005.87822: _execute() done 172629 1726889005.87825: dumping result to json 172629 1726889005.87827: done dumping result, returning 172629 1726889005.87832: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-d0a8-add8-0000000023e6] 172629 1726889005.87926: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023e6 172629 1726889005.87988: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023e6 172629 1726889005.87991: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } 172629 1726889005.88076: no more pending results, returning what we have 172629 1726889005.88079: results queue empty 172629 1726889005.88080: checking for any_errors_fatal 172629 1726889005.88086: done checking for any_errors_fatal 172629 1726889005.88087: checking for max_fail_percentage 172629 1726889005.88088: done checking for max_fail_percentage 172629 1726889005.88089: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.88090: done checking to see if all hosts have failed 172629 1726889005.88091: getting the remaining hosts for this loop 172629 1726889005.88092: done getting the remaining hosts for this loop 172629 1726889005.88094: getting the next task for host managed_node1 172629 1726889005.88099: done getting next task for host managed_node1 172629 1726889005.88102: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 172629 1726889005.88105: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889005.88116: getting variables 172629 1726889005.88118: in VariableManager get_vars() 172629 1726889005.88152: Calling all_inventory to load vars for managed_node1 172629 1726889005.88154: Calling groups_inventory to load vars for managed_node1 172629 1726889005.88165: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.88175: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.88178: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.88181: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.88799: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.89170: done with get_vars() 172629 1726889005.89179: done getting variables 172629 1726889005.89215: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:23:25 -0400 (0:00:00.029) 0:01:46.172 ****** 172629 1726889005.89238: entering _queue_task() for managed_node1/debug 172629 1726889005.89435: worker is 1 (out of 1 available) 172629 1726889005.89448: exiting _queue_task() for managed_node1/debug 172629 1726889005.89464: done queuing things up, now waiting for results queue to drain 172629 1726889005.89466: waiting for pending results... 172629 1726889005.89643: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes 172629 1726889005.89732: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023e7 172629 1726889005.89746: variable 'ansible_search_path' from source: unknown 172629 1726889005.89750: variable 'ansible_search_path' from source: unknown 172629 1726889005.89778: calling self._execute() 172629 1726889005.89860: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.89864: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.89872: variable 'omit' from source: magic vars 172629 1726889005.89949: variable 'omit' from source: magic vars 172629 1726889005.89998: variable 'omit' from source: magic vars 172629 1726889005.90021: variable 'omit' from source: magic vars 172629 1726889005.90058: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889005.90084: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889005.90100: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889005.90114: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889005.90127: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889005.90150: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889005.90156: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.90159: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.90225: Set connection var ansible_timeout to 10 172629 1726889005.90231: Set connection var ansible_shell_type to sh 172629 1726889005.90239: Set connection var ansible_pipelining to False 172629 1726889005.90242: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889005.90247: Set connection var ansible_shell_executable to /bin/sh 172629 1726889005.90249: Set connection var ansible_connection to ssh 172629 1726889005.90267: variable 'ansible_shell_executable' from source: unknown 172629 1726889005.90270: variable 'ansible_connection' from source: unknown 172629 1726889005.90272: variable 'ansible_module_compression' from source: unknown 172629 1726889005.90275: variable 'ansible_shell_type' from source: unknown 172629 1726889005.90277: variable 'ansible_shell_executable' from source: unknown 172629 1726889005.90281: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.90285: variable 'ansible_pipelining' from source: unknown 172629 1726889005.90288: variable 'ansible_timeout' from source: unknown 172629 1726889005.90291: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.90419: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889005.90432: variable 'omit' from source: magic vars 172629 1726889005.90435: starting attempt loop 172629 1726889005.90438: running the handler 172629 1726889005.90493: variable 'storage_volumes' from source: include params 172629 1726889005.90860: variable 'storage_volumes' from source: include params 172629 1726889005.90864: variable '__swap_disk' from source: set_fact 172629 1726889005.90866: handler run complete 172629 1726889005.90868: attempt loop complete, returning result 172629 1726889005.90870: _execute() done 172629 1726889005.90872: dumping result to json 172629 1726889005.90875: done dumping result, returning 172629 1726889005.90884: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-d0a8-add8-0000000023e7] 172629 1726889005.90886: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023e7 172629 1726889005.90973: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023e7 172629 1726889005.90977: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } 172629 1726889005.91051: no more pending results, returning what we have 172629 1726889005.91058: results queue empty 172629 1726889005.91059: checking for any_errors_fatal 172629 1726889005.91065: done checking for any_errors_fatal 172629 1726889005.91065: checking for max_fail_percentage 172629 1726889005.91068: done checking for max_fail_percentage 172629 1726889005.91069: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.91070: done checking to see if all hosts have failed 172629 1726889005.91071: getting the remaining hosts for this loop 172629 1726889005.91072: done getting the remaining hosts for this loop 172629 1726889005.91074: getting the next task for host managed_node1 172629 1726889005.91080: done getting next task for host managed_node1 172629 1726889005.91083: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 172629 1726889005.91086: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889005.91096: getting variables 172629 1726889005.91098: in VariableManager get_vars() 172629 1726889005.91127: Calling all_inventory to load vars for managed_node1 172629 1726889005.91129: Calling groups_inventory to load vars for managed_node1 172629 1726889005.91131: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.91138: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.91141: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.91143: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.91871: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.92431: done with get_vars() 172629 1726889005.92445: 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 23:23:25 -0400 (0:00:00.032) 0:01:46.205 ****** 172629 1726889005.92524: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726889005.92773: worker is 1 (out of 1 available) 172629 1726889005.92788: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726889005.92801: done queuing things up, now waiting for results queue to drain 172629 1726889005.92802: waiting for pending results... 172629 1726889005.93007: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages 172629 1726889005.93113: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023e8 172629 1726889005.93126: variable 'ansible_search_path' from source: unknown 172629 1726889005.93131: variable 'ansible_search_path' from source: unknown 172629 1726889005.93162: calling self._execute() 172629 1726889005.93243: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.93247: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.93257: variable 'omit' from source: magic vars 172629 1726889005.93548: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889005.93768: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889005.93804: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889005.93834: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889005.93865: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889005.93927: 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) 172629 1726889005.93949: 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) 172629 1726889005.93973: 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) 172629 1726889005.93991: 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) 172629 1726889005.94116: variable 'storage_skip_checks' from source: set_fact 172629 1726889005.94132: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726889005.94135: when evaluation is False, skipping this task 172629 1726889005.94138: _execute() done 172629 1726889005.94141: dumping result to json 172629 1726889005.94144: done dumping result, returning 172629 1726889005.94149: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-d0a8-add8-0000000023e8] 172629 1726889005.94154: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023e8 172629 1726889005.94249: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023e8 172629 1726889005.94252: 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" } 172629 1726889005.94300: no more pending results, returning what we have 172629 1726889005.94303: results queue empty 172629 1726889005.94304: checking for any_errors_fatal 172629 1726889005.94315: done checking for any_errors_fatal 172629 1726889005.94316: checking for max_fail_percentage 172629 1726889005.94317: done checking for max_fail_percentage 172629 1726889005.94318: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.94319: done checking to see if all hosts have failed 172629 1726889005.94320: getting the remaining hosts for this loop 172629 1726889005.94322: done getting the remaining hosts for this loop 172629 1726889005.94325: getting the next task for host managed_node1 172629 1726889005.94331: done getting next task for host managed_node1 172629 1726889005.94336: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 172629 1726889005.94339: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889005.94364: getting variables 172629 1726889005.94366: in VariableManager get_vars() 172629 1726889005.94396: Calling all_inventory to load vars for managed_node1 172629 1726889005.94399: Calling groups_inventory to load vars for managed_node1 172629 1726889005.94401: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.94408: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.94411: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.94413: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.94937: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.95539: done with get_vars() 172629 1726889005.95548: 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 23:23:25 -0400 (0:00:00.030) 0:01:46.236 ****** 172629 1726889005.95615: entering _queue_task() for managed_node1/include_tasks 172629 1726889005.95818: worker is 1 (out of 1 available) 172629 1726889005.95832: exiting _queue_task() for managed_node1/include_tasks 172629 1726889005.95846: done queuing things up, now waiting for results queue to drain 172629 1726889005.95847: waiting for pending results... 172629 1726889005.96031: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 172629 1726889005.96133: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023e9 172629 1726889005.96145: variable 'ansible_search_path' from source: unknown 172629 1726889005.96150: variable 'ansible_search_path' from source: unknown 172629 1726889005.96179: calling self._execute() 172629 1726889005.96261: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.96266: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.96274: variable 'omit' from source: magic vars 172629 1726889005.96562: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889005.96767: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889005.96800: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889005.96825: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889005.96856: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889005.96918: 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) 172629 1726889005.96937: 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) 172629 1726889005.96963: 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) 172629 1726889005.96981: 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) 172629 1726889005.97092: variable 'storage_skip_checks' from source: set_fact 172629 1726889005.97110: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726889005.97113: when evaluation is False, skipping this task 172629 1726889005.97115: _execute() done 172629 1726889005.97118: dumping result to json 172629 1726889005.97120: done dumping result, returning 172629 1726889005.97127: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-d0a8-add8-0000000023e9] 172629 1726889005.97131: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023e9 172629 1726889005.97224: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023e9 172629 1726889005.97226: 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" } 172629 1726889005.97273: no more pending results, returning what we have 172629 1726889005.97277: results queue empty 172629 1726889005.97278: checking for any_errors_fatal 172629 1726889005.97285: done checking for any_errors_fatal 172629 1726889005.97286: checking for max_fail_percentage 172629 1726889005.97288: done checking for max_fail_percentage 172629 1726889005.97289: checking to see if all hosts have failed and the running result is not ok 172629 1726889005.97290: done checking to see if all hosts have failed 172629 1726889005.97290: getting the remaining hosts for this loop 172629 1726889005.97292: done getting the remaining hosts for this loop 172629 1726889005.97296: getting the next task for host managed_node1 172629 1726889005.97302: done getting next task for host managed_node1 172629 1726889005.97306: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 172629 1726889005.97309: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889005.97329: getting variables 172629 1726889005.97330: in VariableManager get_vars() 172629 1726889005.97365: Calling all_inventory to load vars for managed_node1 172629 1726889005.97368: Calling groups_inventory to load vars for managed_node1 172629 1726889005.97370: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889005.97379: Calling all_plugins_play to load vars for managed_node1 172629 1726889005.97382: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889005.97385: Calling groups_plugins_play to load vars for managed_node1 172629 1726889005.97735: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889005.98085: done with get_vars() 172629 1726889005.98095: done getting variables 172629 1726889005.98134: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:25 -0400 (0:00:00.025) 0:01:46.261 ****** 172629 1726889005.98162: entering _queue_task() for managed_node1/package 172629 1726889005.98368: worker is 1 (out of 1 available) 172629 1726889005.98381: exiting _queue_task() for managed_node1/package 172629 1726889005.98395: done queuing things up, now waiting for results queue to drain 172629 1726889005.98396: waiting for pending results... 172629 1726889005.98615: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 172629 1726889005.98713: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023ea 172629 1726889005.98724: variable 'ansible_search_path' from source: unknown 172629 1726889005.98730: variable 'ansible_search_path' from source: unknown 172629 1726889005.98764: calling self._execute() 172629 1726889005.98877: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889005.98884: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889005.98902: variable 'omit' from source: magic vars 172629 1726889005.99393: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889005.99725: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889005.99778: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889005.99807: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889005.99832: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889005.99899: 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) 172629 1726889005.99917: 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) 172629 1726889005.99935: 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) 172629 1726889005.99952: 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) 172629 1726889006.00150: variable 'storage_skip_checks' from source: set_fact 172629 1726889006.00175: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726889006.00178: when evaluation is False, skipping this task 172629 1726889006.00181: _execute() done 172629 1726889006.00183: dumping result to json 172629 1726889006.00186: done dumping result, returning 172629 1726889006.00188: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-d0a8-add8-0000000023ea] 172629 1726889006.00253: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023ea 172629 1726889006.00321: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023ea 172629 1726889006.00327: 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" } 172629 1726889006.00391: no more pending results, returning what we have 172629 1726889006.00394: results queue empty 172629 1726889006.00395: checking for any_errors_fatal 172629 1726889006.00405: done checking for any_errors_fatal 172629 1726889006.00406: checking for max_fail_percentage 172629 1726889006.00408: done checking for max_fail_percentage 172629 1726889006.00411: checking to see if all hosts have failed and the running result is not ok 172629 1726889006.00412: done checking to see if all hosts have failed 172629 1726889006.00412: getting the remaining hosts for this loop 172629 1726889006.00414: done getting the remaining hosts for this loop 172629 1726889006.00418: getting the next task for host managed_node1 172629 1726889006.00426: done getting next task for host managed_node1 172629 1726889006.00430: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 172629 1726889006.00433: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889006.00451: getting variables 172629 1726889006.00452: in VariableManager get_vars() 172629 1726889006.00484: Calling all_inventory to load vars for managed_node1 172629 1726889006.00487: Calling groups_inventory to load vars for managed_node1 172629 1726889006.00489: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889006.00496: Calling all_plugins_play to load vars for managed_node1 172629 1726889006.00499: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889006.00501: Calling groups_plugins_play to load vars for managed_node1 172629 1726889006.01095: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889006.01772: done with get_vars() 172629 1726889006.01788: 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 23:23:26 -0400 (0:00:00.037) 0:01:46.298 ****** 172629 1726889006.01891: entering _queue_task() for managed_node1/service_facts 172629 1726889006.02112: worker is 1 (out of 1 available) 172629 1726889006.02125: exiting _queue_task() for managed_node1/service_facts 172629 1726889006.02141: done queuing things up, now waiting for results queue to drain 172629 1726889006.02143: waiting for pending results... 172629 1726889006.02459: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts 172629 1726889006.02565: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023eb 172629 1726889006.02616: variable 'ansible_search_path' from source: unknown 172629 1726889006.02619: variable 'ansible_search_path' from source: unknown 172629 1726889006.02622: calling self._execute() 172629 1726889006.02730: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889006.02734: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889006.02754: variable 'omit' from source: magic vars 172629 1726889006.03195: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889006.03379: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889006.03411: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889006.03439: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889006.03468: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889006.03538: 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) 172629 1726889006.03571: 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) 172629 1726889006.03589: 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) 172629 1726889006.03605: 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) 172629 1726889006.03732: variable 'storage_skip_checks' from source: set_fact 172629 1726889006.03774: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 172629 1726889006.03777: when evaluation is False, skipping this task 172629 1726889006.03780: _execute() done 172629 1726889006.03783: dumping result to json 172629 1726889006.03786: done dumping result, returning 172629 1726889006.03788: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-d0a8-add8-0000000023eb] 172629 1726889006.03790: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023eb 172629 1726889006.03877: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023eb 172629 1726889006.03880: 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" } 172629 1726889006.03947: no more pending results, returning what we have 172629 1726889006.03949: results queue empty 172629 1726889006.03950: checking for any_errors_fatal 172629 1726889006.03959: done checking for any_errors_fatal 172629 1726889006.03960: checking for max_fail_percentage 172629 1726889006.03961: done checking for max_fail_percentage 172629 1726889006.03962: checking to see if all hosts have failed and the running result is not ok 172629 1726889006.03963: done checking to see if all hosts have failed 172629 1726889006.03964: getting the remaining hosts for this loop 172629 1726889006.03966: done getting the remaining hosts for this loop 172629 1726889006.03969: getting the next task for host managed_node1 172629 1726889006.03976: done getting next task for host managed_node1 172629 1726889006.03979: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 172629 1726889006.03982: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889006.04002: getting variables 172629 1726889006.04004: in VariableManager get_vars() 172629 1726889006.04038: Calling all_inventory to load vars for managed_node1 172629 1726889006.04041: Calling groups_inventory to load vars for managed_node1 172629 1726889006.04043: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889006.04052: Calling all_plugins_play to load vars for managed_node1 172629 1726889006.04057: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889006.04060: Calling groups_plugins_play to load vars for managed_node1 172629 1726889006.04432: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889006.04775: done with get_vars() 172629 1726889006.04785: done getting variables 172629 1726889006.04821: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:26 -0400 (0:00:00.029) 0:01:46.328 ****** 172629 1726889006.04843: entering _queue_task() for managed_node1/set_fact 172629 1726889006.05028: worker is 1 (out of 1 available) 172629 1726889006.05041: exiting _queue_task() for managed_node1/set_fact 172629 1726889006.05053: done queuing things up, now waiting for results queue to drain 172629 1726889006.05054: waiting for pending results... 172629 1726889006.05246: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 172629 1726889006.05336: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023ec 172629 1726889006.05349: variable 'ansible_search_path' from source: unknown 172629 1726889006.05352: variable 'ansible_search_path' from source: unknown 172629 1726889006.05383: calling self._execute() 172629 1726889006.05467: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889006.05470: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889006.05480: variable 'omit' from source: magic vars 172629 1726889006.05575: variable 'omit' from source: magic vars 172629 1726889006.05625: variable 'omit' from source: magic vars 172629 1726889006.05886: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889006.08181: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889006.08231: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889006.08308: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889006.08311: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889006.08340: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889006.08433: 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) 172629 1726889006.08450: 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) 172629 1726889006.08474: 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) 172629 1726889006.08499: 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) 172629 1726889006.08510: 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) 172629 1726889006.08561: 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) 172629 1726889006.08579: 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) 172629 1726889006.08607: 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) 172629 1726889006.08649: 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) 172629 1726889006.08762: 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) 172629 1726889006.08766: 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) 172629 1726889006.08776: 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) 172629 1726889006.08814: 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) 172629 1726889006.08848: 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) 172629 1726889006.08861: 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) 172629 1726889006.08894: 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) 172629 1726889006.08911: 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) 172629 1726889006.08927: 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) 172629 1726889006.08991: 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) 172629 1726889006.08999: 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) 172629 1726889006.09062: 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) 172629 1726889006.09079: 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) 172629 1726889006.09099: 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) 172629 1726889006.09124: 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) 172629 1726889006.09153: 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) 172629 1726889006.09383: variable 'ansible_facts' from source: unknown 172629 1726889006.09573: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889006.09683: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889006.09709: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889006.09730: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889006.09751: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889006.09789: 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) 172629 1726889006.09804: 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) 172629 1726889006.09821: 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) 172629 1726889006.09838: 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) 172629 1726889006.10193: variable 'omit' from source: magic vars 172629 1726889006.10214: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889006.10234: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889006.10248: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889006.10266: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889006.10275: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889006.10298: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889006.10301: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889006.10307: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889006.10376: Set connection var ansible_timeout to 10 172629 1726889006.10379: Set connection var ansible_shell_type to sh 172629 1726889006.10386: Set connection var ansible_pipelining to False 172629 1726889006.10391: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889006.10395: Set connection var ansible_shell_executable to /bin/sh 172629 1726889006.10398: Set connection var ansible_connection to ssh 172629 1726889006.10416: variable 'ansible_shell_executable' from source: unknown 172629 1726889006.10419: variable 'ansible_connection' from source: unknown 172629 1726889006.10421: variable 'ansible_module_compression' from source: unknown 172629 1726889006.10423: variable 'ansible_shell_type' from source: unknown 172629 1726889006.10426: variable 'ansible_shell_executable' from source: unknown 172629 1726889006.10428: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889006.10430: variable 'ansible_pipelining' from source: unknown 172629 1726889006.10432: variable 'ansible_timeout' from source: unknown 172629 1726889006.10441: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889006.10511: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889006.10520: variable 'omit' from source: magic vars 172629 1726889006.10525: starting attempt loop 172629 1726889006.10528: running the handler 172629 1726889006.10536: handler run complete 172629 1726889006.10544: attempt loop complete, returning result 172629 1726889006.10554: _execute() done 172629 1726889006.10560: dumping result to json 172629 1726889006.10563: done dumping result, returning 172629 1726889006.10654: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-d0a8-add8-0000000023ec] 172629 1726889006.10658: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023ec 172629 1726889006.10718: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023ec 172629 1726889006.10721: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 172629 1726889006.10804: no more pending results, returning what we have 172629 1726889006.10807: results queue empty 172629 1726889006.10808: checking for any_errors_fatal 172629 1726889006.10817: done checking for any_errors_fatal 172629 1726889006.10818: checking for max_fail_percentage 172629 1726889006.10819: done checking for max_fail_percentage 172629 1726889006.10820: checking to see if all hosts have failed and the running result is not ok 172629 1726889006.10821: done checking to see if all hosts have failed 172629 1726889006.10822: getting the remaining hosts for this loop 172629 1726889006.10823: done getting the remaining hosts for this loop 172629 1726889006.10826: getting the next task for host managed_node1 172629 1726889006.10840: done getting next task for host managed_node1 172629 1726889006.10844: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 172629 1726889006.10848: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889006.10864: getting variables 172629 1726889006.10866: in VariableManager get_vars() 172629 1726889006.10904: Calling all_inventory to load vars for managed_node1 172629 1726889006.10907: Calling groups_inventory to load vars for managed_node1 172629 1726889006.10909: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889006.10917: Calling all_plugins_play to load vars for managed_node1 172629 1726889006.10920: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889006.10923: Calling groups_plugins_play to load vars for managed_node1 172629 1726889006.11345: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889006.11709: done with get_vars() 172629 1726889006.11721: 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 23:23:26 -0400 (0:00:00.069) 0:01:46.397 ****** 172629 1726889006.11791: entering _queue_task() for managed_node1/systemd 172629 1726889006.12001: worker is 1 (out of 1 available) 172629 1726889006.12015: exiting _queue_task() for managed_node1/systemd 172629 1726889006.12029: done queuing things up, now waiting for results queue to drain 172629 1726889006.12030: waiting for pending results... 172629 1726889006.12249: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 172629 1726889006.12380: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023ee 172629 1726889006.12433: variable 'ansible_search_path' from source: unknown 172629 1726889006.12437: variable 'ansible_search_path' from source: unknown 172629 1726889006.12439: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726889006.12664: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726889006.12697: dumping result to json 172629 1726889006.12701: done dumping result, returning 172629 1726889006.12708: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-d0a8-add8-0000000023ee] 172629 1726889006.12714: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023ee 172629 1726889006.12804: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023ee 172629 1726889006.12807: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726889006.12881: no more pending results, returning what we have 172629 1726889006.12884: results queue empty 172629 1726889006.12885: checking for any_errors_fatal 172629 1726889006.12890: done checking for any_errors_fatal 172629 1726889006.12891: checking for max_fail_percentage 172629 1726889006.12892: done checking for max_fail_percentage 172629 1726889006.12893: checking to see if all hosts have failed and the running result is not ok 172629 1726889006.12893: done checking to see if all hosts have failed 172629 1726889006.12894: getting the remaining hosts for this loop 172629 1726889006.12895: done getting the remaining hosts for this loop 172629 1726889006.12898: getting the next task for host managed_node1 172629 1726889006.12904: done getting next task for host managed_node1 172629 1726889006.12908: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 172629 1726889006.12911: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889006.12928: getting variables 172629 1726889006.12930: in VariableManager get_vars() 172629 1726889006.12964: Calling all_inventory to load vars for managed_node1 172629 1726889006.12967: Calling groups_inventory to load vars for managed_node1 172629 1726889006.12969: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889006.12977: Calling all_plugins_play to load vars for managed_node1 172629 1726889006.12980: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889006.12984: Calling groups_plugins_play to load vars for managed_node1 172629 1726889006.13721: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889006.14203: done with get_vars() 172629 1726889006.14215: 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 23:23:26 -0400 (0:00:00.025) 0:01:46.422 ****** 172629 1726889006.14303: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726889006.14530: worker is 1 (out of 1 available) 172629 1726889006.14544: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726889006.14559: done queuing things up, now waiting for results queue to drain 172629 1726889006.14561: waiting for pending results... 172629 1726889006.14820: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 172629 1726889006.14918: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023ef 172629 1726889006.14931: variable 'ansible_search_path' from source: unknown 172629 1726889006.14934: variable 'ansible_search_path' from source: unknown 172629 1726889006.14988: calling self._execute() 172629 1726889006.15060: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889006.15065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889006.15074: variable 'omit' from source: magic vars 172629 1726889006.15158: variable 'omit' from source: magic vars 172629 1726889006.15198: variable 'omit' from source: magic vars 172629 1726889006.15389: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889006.17225: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889006.17282: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889006.17311: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889006.17436: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889006.17462: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889006.17509: 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) 172629 1726889006.17513: 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) 172629 1726889006.17529: 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) 172629 1726889006.17559: 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) 172629 1726889006.17662: 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) 172629 1726889006.17815: variable 'storage_volumes' from source: include params 172629 1726889006.17867: variable '__swap_disk' from source: set_fact 172629 1726889006.17907: variable 'storage_use_partitions' from source: role '' defaults 172629 1726889006.17921: variable 'storage_disklabel_type' from source: role '' defaults 172629 1726889006.17926: variable 'storage_pool_defaults' from source: role '' defaults 172629 1726889006.17970: variable 'storage_pool_defaults' from source: role '' defaults 172629 1726889006.18021: variable 'storage_volume_defaults' from source: role '' defaults 172629 1726889006.18068: variable 'storage_volume_defaults' from source: role '' defaults 172629 1726889006.18126: variable 'storage_safe_mode' from source: play vars 172629 1726889006.18261: 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) 172629 1726889006.18264: 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) 172629 1726889006.18266: 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) 172629 1726889006.18290: 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) 172629 1726889006.18306: 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) 172629 1726889006.18379: variable 'omit' from source: magic vars 172629 1726889006.18403: variable 'omit' from source: magic vars 172629 1726889006.18434: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889006.18477: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889006.18491: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889006.18511: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889006.18525: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889006.18560: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889006.18569: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889006.18577: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889006.18673: Set connection var ansible_timeout to 10 172629 1726889006.18683: Set connection var ansible_shell_type to sh 172629 1726889006.18694: Set connection var ansible_pipelining to False 172629 1726889006.18702: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889006.18710: Set connection var ansible_shell_executable to /bin/sh 172629 1726889006.18715: Set connection var ansible_connection to ssh 172629 1726889006.18737: variable 'ansible_shell_executable' from source: unknown 172629 1726889006.18744: variable 'ansible_connection' from source: unknown 172629 1726889006.18749: variable 'ansible_module_compression' from source: unknown 172629 1726889006.18757: variable 'ansible_shell_type' from source: unknown 172629 1726889006.18765: variable 'ansible_shell_executable' from source: unknown 172629 1726889006.18772: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889006.18861: variable 'ansible_pipelining' from source: unknown 172629 1726889006.18864: variable 'ansible_timeout' from source: unknown 172629 1726889006.18867: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889006.19245: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889006.19248: variable 'omit' from source: magic vars 172629 1726889006.19251: starting attempt loop 172629 1726889006.19258: running the handler 172629 1726889006.19261: _low_level_execute_command(): starting 172629 1726889006.19263: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889006.19797: 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 <<< 172629 1726889006.19819: 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 <<< 172629 1726889006.19882: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889006.19894: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889006.19959: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889006.21660: stdout chunk (state=3): >>>/root <<< 172629 1726889006.21817: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889006.21821: stdout chunk (state=3): >>><<< 172629 1726889006.21823: stderr chunk (state=3): >>><<< 172629 1726889006.21839: _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 172629 1726889006.21928: _low_level_execute_command(): starting 172629 1726889006.21933: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889006.2184534-176509-223061583468663 `" && echo ansible-tmp-1726889006.2184534-176509-223061583468663="` echo /root/.ansible/tmp/ansible-tmp-1726889006.2184534-176509-223061583468663 `" ) && sleep 0' 172629 1726889006.22574: 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 <<< 172629 1726889006.22579: stderr 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 <<< 172629 1726889006.22582: 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 <<< 172629 1726889006.22585: 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 <<< 172629 1726889006.22587: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889006.22589: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889006.22591: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889006.22725: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889006.24665: stdout chunk (state=3): >>>ansible-tmp-1726889006.2184534-176509-223061583468663=/root/.ansible/tmp/ansible-tmp-1726889006.2184534-176509-223061583468663 <<< 172629 1726889006.24960: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889006.24963: stdout chunk (state=3): >>><<< 172629 1726889006.24966: stderr chunk (state=3): >>><<< 172629 1726889006.24969: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889006.2184534-176509-223061583468663=/root/.ansible/tmp/ansible-tmp-1726889006.2184534-176509-223061583468663 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889006.24972: variable 'ansible_module_compression' from source: unknown 172629 1726889006.24974: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 172629 1726889006.24976: variable 'ansible_facts' from source: unknown 172629 1726889006.25266: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889006.2184534-176509-223061583468663/AnsiballZ_blivet.py 172629 1726889006.25591: Sending initial data 172629 1726889006.25601: Sent initial data (157 bytes) 172629 1726889006.26835: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889006.26849: 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 <<< 172629 1726889006.26974: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889006.26991: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889006.27054: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889006.28617: 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 <<< 172629 1726889006.28672: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889006.28725: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpnfcyc_av /root/.ansible/tmp/ansible-tmp-1726889006.2184534-176509-223061583468663/AnsiballZ_blivet.py <<< 172629 1726889006.28736: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889006.2184534-176509-223061583468663/AnsiballZ_blivet.py" <<< 172629 1726889006.28774: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpnfcyc_av" to remote "/root/.ansible/tmp/ansible-tmp-1726889006.2184534-176509-223061583468663/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889006.2184534-176509-223061583468663/AnsiballZ_blivet.py" <<< 172629 1726889006.29854: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889006.30008: stderr chunk (state=3): >>><<< 172629 1726889006.30300: stdout chunk (state=3): >>><<< 172629 1726889006.30304: done transferring module to remote 172629 1726889006.30306: _low_level_execute_command(): starting 172629 1726889006.30308: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889006.2184534-176509-223061583468663/ /root/.ansible/tmp/ansible-tmp-1726889006.2184534-176509-223061583468663/AnsiballZ_blivet.py && sleep 0' 172629 1726889006.30825: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889006.30839: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889006.30859: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889006.30877: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889006.30894: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889006.30904: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889006.30916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889006.30933: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726889006.30944: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726889006.30968: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889006.31050: 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' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889006.31078: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889006.31159: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889006.32972: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889006.32984: stderr chunk (state=3): >>><<< 172629 1726889006.32993: stdout chunk (state=3): >>><<< 172629 1726889006.33014: _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 172629 1726889006.33020: _low_level_execute_command(): starting 172629 1726889006.33030: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889006.2184534-176509-223061583468663/AnsiballZ_blivet.py && sleep 0' 172629 1726889006.33649: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889006.33673: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889006.33689: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889006.33712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889006.33761: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889006.33776: 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 <<< 172629 1726889006.33859: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889006.33900: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889006.33904: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889006.33988: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889006.36157: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889006.36187: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889006.36222: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889006.36300: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726889006.36332: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889006.36371: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889006.36407: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726889006.36459: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726889006.36475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 172629 1726889006.36503: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889006.36532: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889006.36569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726889006.36598: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee857104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee856dfb30> <<< 172629 1726889006.36625: 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' <<< 172629 1726889006.36661: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85712a50> import '_signal' # <<< 172629 1726889006.36686: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726889006.36722: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889006.36726: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889006.36807: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889006.36834: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889006.36878: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 172629 1726889006.36919: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726889006.36922: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726889006.36960: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889006.36967: 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' <<< 172629 1726889006.36990: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee854e5130> <<< 172629 1726889006.37045: 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 <<< 172629 1726889006.37081: 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 0x7fee854e6120> <<< 172629 1726889006.37085: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889006.37120: 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. <<< 172629 1726889006.37374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889006.37397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889006.37419: 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' <<< 172629 1726889006.37438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889006.37564: 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 0x7fee8552bf50> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889006.37600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 172629 1726889006.37618: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee855380e0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889006.37659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889006.37676: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889006.37724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889006.37770: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889006.37779: 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 0x7fee8555b920> <<< 172629 1726889006.37816: 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 0x7fee8555bfb0> import '_collections' # <<< 172629 1726889006.37870: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8553bbc0> <<< 172629 1726889006.37881: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889006.37916: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85539340> <<< 172629 1726889006.38015: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85529100> <<< 172629 1726889006.38048: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889006.38077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726889006.38080: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889006.38106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889006.38145: 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' <<< 172629 1726889006.38173: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8557f920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8557e540> <<< 172629 1726889006.38217: 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 0x7fee8553a360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8557cd10> <<< 172629 1726889006.38285: 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 0x7fee855ac950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85528380> <<< 172629 1726889006.38314: 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' <<< 172629 1726889006.38353: 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 0x7fee855ace00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee855accb0> <<< 172629 1726889006.38396: 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 0x7fee855ad0a0> <<< 172629 1726889006.38423: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8551eea0> <<< 172629 1726889006.38454: 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' <<< 172629 1726889006.38476: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889006.38519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee855ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee855ad460> <<< 172629 1726889006.38550: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726889006.38585: 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' <<< 172629 1726889006.38604: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee855ae660> import 'importlib.util' # import 'runpy' # <<< 172629 1726889006.38627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889006.38665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889006.38685: 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 0x7fee855c8890> import 'errno' # <<< 172629 1726889006.38742: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889006.38778: 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 0x7fee855c9fd0> # /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' <<< 172629 1726889006.38803: 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' <<< 172629 1726889006.38845: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee855cae70> <<< 172629 1726889006.38870: 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 0x7fee855cb4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee855ca3c0> <<< 172629 1726889006.38890: 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' <<< 172629 1726889006.38936: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889006.38959: 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 0x7fee855cbe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee855cb590> <<< 172629 1726889006.38993: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee855ae6c0> <<< 172629 1726889006.39023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889006.39027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889006.39080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889006.39097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889006.39124: 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 0x7fee85317d70> <<< 172629 1726889006.39169: 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' <<< 172629 1726889006.39202: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fee853408c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85340620> <<< 172629 1726889006.39226: 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 0x7fee853408f0> # /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' <<< 172629 1726889006.39293: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889006.39428: 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 0x7fee85341220> <<< 172629 1726889006.39551: 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' <<< 172629 1726889006.39556: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fee85341be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85340ad0> <<< 172629 1726889006.39575: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85315f10> <<< 172629 1726889006.39599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889006.39625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889006.39649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726889006.39682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85342f90> <<< 172629 1726889006.39686: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85341d30> <<< 172629 1726889006.39719: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee855aedb0> <<< 172629 1726889006.39723: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889006.39797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889006.39800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889006.39835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889006.39868: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8536b2c0> <<< 172629 1726889006.39933: 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' <<< 172629 1726889006.39977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889006.39980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889006.40089: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85393620> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889006.40229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee853f0410> # /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 <<< 172629 1726889006.40256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889006.40344: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee853f2b70> <<< 172629 1726889006.40408: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee853f0530> <<< 172629 1726889006.40447: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee853b9400> <<< 172629 1726889006.40476: 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 0x7fee84d254c0> <<< 172629 1726889006.40493: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85392420> <<< 172629 1726889006.40514: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85343e90> <<< 172629 1726889006.40613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889006.40636: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fee85392780> <<< 172629 1726889006.40927: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_5mrp54qn/ansible_fedora.linux_system_roles.blivet_payload.zip' <<< 172629 1726889006.40950: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.41067: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.41094: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889006.41117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889006.41146: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889006.41219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889006.41260: 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 0x7fee84d771d0> <<< 172629 1726889006.41263: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726889006.41443: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84d5a0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84d59250> # zipimport: zlib available <<< 172629 1726889006.41497: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726889006.41500: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.41535: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726889006.41538: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.42918: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.43996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726889006.44033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84d750a0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726889006.44037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889006.44070: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726889006.44078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726889006.44098: 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' <<< 172629 1726889006.44119: 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' <<< 172629 1726889006.44134: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fee84da6ab0> <<< 172629 1726889006.44172: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84da6870> <<< 172629 1726889006.44201: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84da61b0> <<< 172629 1726889006.44214: 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' <<< 172629 1726889006.44260: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84da6600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85340950> <<< 172629 1726889006.44295: stdout chunk (state=3): >>>import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889006.44309: 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 0x7fee84da78c0> <<< 172629 1726889006.44343: 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 0x7fee84da7b00> <<< 172629 1726889006.44346: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889006.44393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889006.44396: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889006.44645: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84da7f80> import 'pwd' # <<< 172629 1726889006.44649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889006.44657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889006.44661: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c15d30> <<< 172629 1726889006.44664: 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 0x7fee84c17920> # /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 0x7fee84c18320> <<< 172629 1726889006.44671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889006.44707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c19220> <<< 172629 1726889006.44711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889006.44996: 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 0x7fee84c1bf20> # 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 0x7fee84c18290> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c1a1e0> # /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' <<< 172629 1726889006.45010: 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' <<< 172629 1726889006.45033: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c23e30> import '_tokenize' # <<< 172629 1726889006.45103: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c22900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c22660> <<< 172629 1726889006.45126: 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' <<< 172629 1726889006.45196: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c22bd0> <<< 172629 1726889006.45237: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c1a6f0> <<< 172629 1726889006.45263: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889006.45288: 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 0x7fee84c67ef0> # /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 0x7fee84c68200> <<< 172629 1726889006.45314: 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 <<< 172629 1726889006.45340: 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' <<< 172629 1726889006.45388: 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 0x7fee84c69ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c69a60> <<< 172629 1726889006.45404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889006.45502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889006.45564: 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 0x7fee84c6c200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c6a390> <<< 172629 1726889006.45583: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889006.45618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889006.45648: 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' # <<< 172629 1726889006.45694: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c6f9e0> <<< 172629 1726889006.45813: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c6c3b0> <<< 172629 1726889006.45885: 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 0x7fee84c70770> <<< 172629 1726889006.45909: 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 0x7fee84c709e0> <<< 172629 1726889006.45961: 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 0x7fee84c70b00> <<< 172629 1726889006.45991: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c68380> <<< 172629 1726889006.46014: 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 <<< 172629 1726889006.46038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889006.46075: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889006.46079: 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 0x7fee84cfc290> <<< 172629 1726889006.46232: 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 0x7fee84cfd1c0> <<< 172629 1726889006.46276: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c72a20> <<< 172629 1726889006.46283: 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 0x7fee84c73dd0> <<< 172629 1726889006.46325: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c72660> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726889006.46328: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.46406: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.46511: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.46518: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726889006.46559: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889006.46562: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.46677: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.46792: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.47335: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.47891: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726889006.47894: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726889006.47921: 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' <<< 172629 1726889006.47977: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889006.47980: 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 0x7fee84b013d0> <<< 172629 1726889006.48058: 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' <<< 172629 1726889006.48072: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84b020f0> <<< 172629 1726889006.48095: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84cfff80> <<< 172629 1726889006.48136: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889006.48176: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889006.48179: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726889006.48195: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.48345: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.48508: 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' <<< 172629 1726889006.48522: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84b01f10> # zipimport: zlib available <<< 172629 1726889006.49090: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.49413: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.49478: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.49557: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726889006.49600: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.49650: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889006.49653: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.49711: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.49810: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889006.49813: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.49839: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726889006.49879: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.49927: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889006.49931: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.50151: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.50382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889006.50451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889006.50454: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889006.50527: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84b03380> <<< 172629 1726889006.50533: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.50602: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.50683: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726889006.50698: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726889006.50723: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.50754: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.50802: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889006.50805: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.50846: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.50888: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.50949: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.51014: 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 <<< 172629 1726889006.51057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889006.51139: 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 0x7fee84b0dee0> <<< 172629 1726889006.51174: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84b0bef0> <<< 172629 1726889006.51213: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726889006.51225: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.51280: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.51340: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.51368: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.51416: 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' <<< 172629 1726889006.51443: 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 <<< 172629 1726889006.51461: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889006.51480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889006.51545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889006.51566: 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' <<< 172629 1726889006.51627: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c027b0> <<< 172629 1726889006.51672: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84de2480> <<< 172629 1726889006.51761: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84b0dfd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84b02c90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726889006.51785: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.51819: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.51822: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889006.51880: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889006.51924: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # <<< 172629 1726889006.51927: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.51996: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 172629 1726889006.52005: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 172629 1726889006.52106: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 172629 1726889006.52109: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 172629 1726889006.53639: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.54989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726889006.55065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726889006.55095: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726889006.55097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726889006.55129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726889006.55132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726889006.55171: 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 0x7fee8472ca10> <<< 172629 1726889006.55195: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84b83e60> <<< 172629 1726889006.55245: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84b817f0> <<< 172629 1726889006.55396: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84ba0230> <<< 172629 1726889006.55422: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.55517: 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' <<< 172629 1726889006.55547: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/arch.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 172629 1726889006.55588: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/storage_log.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 172629 1726889006.55631: 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 <<< 172629 1726889006.55638: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc' import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8473e570> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8473e180> # /usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/util.py <<< 172629 1726889006.55682: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 172629 1726889006.55685: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726889006.55709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84760cb0> <<< 172629 1726889006.55743: 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' <<< 172629 1726889006.55817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 172629 1726889006.55829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 172629 1726889006.55841: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84761f10> <<< 172629 1726889006.55898: 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 0x7fee84761820> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84761670> <<< 172629 1726889006.55942: 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 <<< 172629 1726889006.55965: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/i18n.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc' import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee847643e0> <<< 172629 1726889006.56148: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84764170> <<< 172629 1726889006.56165: 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' <<< 172629 1726889006.56197: 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' <<< 172629 1726889006.56214: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 172629 1726889006.56339: 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 <<< 172629 1726889006.56350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee847661e0> <<< 172629 1726889006.56391: 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 0x7fee84765f70> <<< 172629 1726889006.56409: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84765820> <<< 172629 1726889006.56470: 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' <<< 172629 1726889006.56489: 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 <<< 172629 1726889006.56518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py <<< 172629 1726889006.56573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84768f80> <<< 172629 1726889006.56597: 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 0x7fee847692e0> <<< 172629 1726889006.56626: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84769760> <<< 172629 1726889006.56667: 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 <<< 172629 1726889006.56698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84769f70> <<< 172629 1726889006.56727: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee847685f0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee847680e0> # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 172629 1726889006.56831: 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' <<< 172629 1726889006.56853: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8476a6f0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84767bf0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84767b60> # /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' <<< 172629 1726889006.56886: 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' <<< 172629 1726889006.56889: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee847acda0> <<< 172629 1726889006.56918: 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' <<< 172629 1726889006.56962: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 172629 1726889006.56976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 172629 1726889006.57027: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee847adc40> <<< 172629 1726889006.57046: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee847ad310> <<< 172629 1726889006.57189: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8476b050> <<< 172629 1726889006.57198: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 172629 1726889006.57267: 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 <<< 172629 1726889006.57290: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 172629 1726889006.57409: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee847b66f0> <<< 172629 1726889006.57444: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 172629 1726889006.57488: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 172629 1726889006.57504: 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 <<< 172629 1726889006.57534: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 172629 1726889006.57784: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee847bbfb0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84764d40> <<< 172629 1726889006.57849: 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 <<< 172629 1726889006.57992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/__init__.py <<< 172629 1726889006.58170: stdout chunk (state=3): >>># 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 <<< 172629 1726889006.58184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84649f10> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84649730> <<< 172629 1726889006.58831: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee847bbda0> <<< 172629 1726889006.58845: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 172629 1726889006.58875: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8473e720> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8473d520> <<< 172629 1726889006.59358: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84ba1100> <<< 172629 1726889006.59373: 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' <<< 172629 1726889006.59447: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8465e690> <<< 172629 1726889006.59480: 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 0x7fee84660440> <<< 172629 1726889006.59505: 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' <<< 172629 1726889006.59538: 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' <<< 172629 1726889006.59545: 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 <<< 172629 1726889006.59575: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 172629 1726889006.59613: 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' <<< 172629 1726889006.59656: 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' <<< 172629 1726889006.59678: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84663c20> <<< 172629 1726889006.59689: 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 0x7fee846641d0> <<< 172629 1726889006.59718: 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 <<< 172629 1726889006.59813: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 172629 1726889006.59848: 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 <<< 172629 1726889006.59873: stdout chunk (state=3): >>># 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' <<< 172629 1726889006.59901: 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 0x7fee84665280> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84665130> <<< 172629 1726889006.59922: 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' <<< 172629 1726889006.59968: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84665520> <<< 172629 1726889006.59994: stdout chunk (state=3): >>>import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84664e90> # /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' <<< 172629 1726889006.60023: 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 0x7fee84665a00> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84665850> <<< 172629 1726889006.60054: 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' <<< 172629 1726889006.60082: 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 <<< 172629 1726889006.60104: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 172629 1726889006.60148: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84665d60> <<< 172629 1726889006.60186: stdout chunk (state=3): >>>import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84665a60> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84664620> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/discover.py <<< 172629 1726889006.60189: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' <<< 172629 1726889006.60225: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84664cb0> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/monitor.py <<< 172629 1726889006.60262: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 172629 1726889006.60269: 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' <<< 172629 1726889006.60314: 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 0x7fee84669d00> <<< 172629 1726889006.60362: 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' <<< 172629 1726889006.60390: stdout chunk (state=3): >>>import 'pyudev._os.poll' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8466a090> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84669a60> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee846690d0> <<< 172629 1726889006.60394: 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 0x7fee8466a210> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee846638c0> <<< 172629 1726889006.60415: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/size.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8466a2a0> <<< 172629 1726889006.60561: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84661430> <<< 172629 1726889006.60620: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84660b00> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/device.py <<< 172629 1726889006.60649: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 172629 1726889006.60687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 172629 1726889006.60715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 172629 1726889006.60718: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 172629 1726889006.60748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 172629 1726889006.60804: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84672660> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84671430> <<< 172629 1726889006.60829: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/threads.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84674350> <<< 172629 1726889006.60912: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84669850> <<< 172629 1726889006.60921: 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 <<< 172629 1726889006.60953: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 172629 1726889006.60976: 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 <<< 172629 1726889006.61002: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889006.61128: 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 0x7fee847fbb30> <<< 172629 1726889006.61132: 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 <<< 172629 1726889006.61167: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 172629 1726889006.61183: 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' <<< 172629 1726889006.61214: 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' <<< 172629 1726889006.61217: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee836e47a0> <<< 172629 1726889006.61266: 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 0x7fee836e4f80> <<< 172629 1726889006.61302: 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' <<< 172629 1726889006.61317: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee836e55b0> # /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 <<< 172629 1726889006.61334: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 172629 1726889006.61394: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee836e58b0> <<< 172629 1726889006.61408: stdout chunk (state=3): >>>import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee836e4620> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee846a7d40> <<< 172629 1726889006.61469: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee846a4ce0> <<< 172629 1726889006.61496: 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 <<< 172629 1726889006.61532: 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 0x7fee836f85f0> <<< 172629 1726889006.61536: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee846a72f0> <<< 172629 1726889006.61567: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee846a4680> <<< 172629 1726889006.61585: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' <<< 172629 1726889006.61621: 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' <<< 172629 1726889006.61627: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee836f8b60> <<< 172629 1726889006.61652: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee846a4f80> <<< 172629 1726889006.61742: 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' <<< 172629 1726889006.61747: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee836f8da0> <<< 172629 1726889006.61749: 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' <<< 172629 1726889006.61798: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee836f91f0> <<< 172629 1726889006.61801: 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 0x7fee836f99d0> <<< 172629 1726889006.61958: 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' <<< 172629 1726889006.61983: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/__init__.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889006.62102: stdout chunk (state=3): >>># extension module '_ped' loaded from '/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889006.62138: stdout chunk (state=3): >>># extension module '_ped' executed from '/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so' import '_ped' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fee837213d0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/alignment.py <<< 172629 1726889006.62190: stdout chunk (state=3): >>># 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 0x7fee83722570> <<< 172629 1726889006.62193: stdout chunk (state=3): >>>import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83721f40> # /usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/constraint.py <<< 172629 1726889006.62283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83722960> # /usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/device.py <<< 172629 1726889006.62287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 172629 1726889006.62289: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83723500> <<< 172629 1726889006.62331: 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 <<< 172629 1726889006.62366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/cachedlist.py <<< 172629 1726889006.62380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc' import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee834ce1e0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee834ccec0> <<< 172629 1726889006.62426: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/filesystem.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc' import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee834cf650> <<< 172629 1726889006.62434: 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 <<< 172629 1726889006.62475: 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 0x7fee834f49b0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/partition.py <<< 172629 1726889006.62498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee834f57f0> <<< 172629 1726889006.62518: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee837166f0> <<< 172629 1726889006.62561: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83716360> <<< 172629 1726889006.62583: 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 <<< 172629 1726889006.62636: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 172629 1726889006.62640: 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 <<< 172629 1726889006.62671: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.pyc' import 'blivet.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee834f7cb0> # /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' <<< 172629 1726889006.62693: 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' <<< 172629 1726889006.62778: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83520680> <<< 172629 1726889006.62781: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee834f7b00> <<< 172629 1726889006.62951: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee834f7170> <<< 172629 1726889006.62961: 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' <<< 172629 1726889006.63010: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8353cec0> # /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 0x7fee8353cfe0> <<< 172629 1726889006.63014: 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 <<< 172629 1726889006.63072: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 172629 1726889006.63084: 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' <<< 172629 1726889006.63126: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83558770> <<< 172629 1726889006.63149: 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' <<< 172629 1726889006.63216: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83558e30> <<< 172629 1726889006.63220: 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 <<< 172629 1726889006.63232: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 172629 1726889006.63289: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83559850> <<< 172629 1726889006.63323: 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 0x7fee83559cd0> <<< 172629 1726889006.63344: 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' <<< 172629 1726889006.63387: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8355a240> # /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' <<< 172629 1726889006.63420: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8355a540> <<< 172629 1726889006.63447: 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 0x7fee8355ab10> <<< 172629 1726889006.63480: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswriteuuid.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 172629 1726889006.63529: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8355ad20> <<< 172629 1726889006.63532: 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 <<< 172629 1726889006.63569: stdout chunk (state=3): >>># 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' <<< 172629 1726889006.63636: 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 0x7fee8355bf20> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8355be30> <<< 172629 1726889006.63680: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8355aed0> # /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' <<< 172629 1726889006.63710: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 172629 1726889006.63744: 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 <<< 172629 1726889006.63768: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 172629 1726889006.63798: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83588d40> <<< 172629 1726889006.63820: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83588980> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83588410> <<< 172629 1726889006.64056: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8353d4f0> <<< 172629 1726889006.64081: 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 <<< 172629 1726889006.64108: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 172629 1726889006.64144: 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' <<< 172629 1726889006.64148: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee835547a0> <<< 172629 1726889006.64190: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/lukstasks.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' <<< 172629 1726889006.64193: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83554b60> <<< 172629 1726889006.64288: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8353f140> <<< 172629 1726889006.64291: 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 <<< 172629 1726889006.64335: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 172629 1726889006.64338: 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 <<< 172629 1726889006.64350: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 172629 1726889006.64807: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83557bc0> <<< 172629 1726889006.64853: 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' <<< 172629 1726889006.64874: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83557d40> <<< 172629 1726889006.64953: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83557290> <<< 172629 1726889006.64973: 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' <<< 172629 1726889006.65011: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee833da180> <<< 172629 1726889006.65036: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/multipath.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 172629 1726889006.65074: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee833db5c0> <<< 172629 1726889006.65089: 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' <<< 172629 1726889006.65143: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee833dbd70> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/swap.py <<< 172629 1726889006.65158: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 172629 1726889006.65230: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee833ec650> <<< 172629 1726889006.65241: 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' <<< 172629 1726889006.65324: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee833ee420> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee847f9e80> <<< 172629 1726889006.65327: 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 <<< 172629 1726889006.65330: 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 0x7fee83715fd0> <<< 172629 1726889006.65467: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84676c90> <<< 172629 1726889006.65495: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 172629 1726889006.65534: 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' <<< 172629 1726889006.65578: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83421580> <<< 172629 1726889006.65606: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fcoe.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 172629 1726889006.65624: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83422360> <<< 172629 1726889006.65668: 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' <<< 172629 1726889006.65704: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83422b40> <<< 172629 1726889006.65823: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83420530> <<< 172629 1726889006.65837: 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 <<< 172629 1726889006.65896: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 172629 1726889006.65925: 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' <<< 172629 1726889006.65941: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8345c620> <<< 172629 1726889006.66047: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8343ad50> <<< 172629 1726889006.66069: 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' <<< 172629 1726889006.66144: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8346e120> <<< 172629 1726889006.66171: 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 <<< 172629 1726889006.66317: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 172629 1726889006.66360: 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' <<< 172629 1726889006.66410: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83487ce0> <<< 172629 1726889006.66413: 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' <<< 172629 1726889006.66433: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee832cc1a0> <<< 172629 1726889006.66459: 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 <<< 172629 1726889006.66491: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 172629 1726889006.66503: 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' <<< 172629 1726889006.66530: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee832ce480> <<< 172629 1726889006.66697: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee832cc6b0> <<< 172629 1726889006.66713: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/cache.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' <<< 172629 1726889006.66731: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee832fc920> <<< 172629 1726889006.67078: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee834845c0> <<< 172629 1726889006.67097: 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 <<< 172629 1726889006.67120: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 172629 1726889006.67239: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83484800> <<< 172629 1726889006.67247: 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 <<< 172629 1726889006.67265: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 172629 1726889006.67298: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8335e840> <<< 172629 1726889006.67315: 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' <<< 172629 1726889006.67360: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8335f350> <<< 172629 1726889006.67374: 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' <<< 172629 1726889006.67393: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8335fe90> <<< 172629 1726889006.67421: 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' <<< 172629 1726889006.67454: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83370350> <<< 172629 1726889006.67476: 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 <<< 172629 1726889006.67480: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 172629 1726889006.67532: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83371220> <<< 172629 1726889006.67539: 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 <<< 172629 1726889006.67545: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 172629 1726889006.67662: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83371af0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84660590> <<< 172629 1726889006.67687: 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 <<< 172629 1726889006.67703: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 172629 1726889006.67836: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83372570> <<< 172629 1726889006.67851: 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 <<< 172629 1726889006.67899: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 172629 1726889006.67917: 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 <<< 172629 1726889006.67969: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 172629 1726889006.67998: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8339cf20> <<< 172629 1726889006.68030: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8338ec30> <<< 172629 1726889006.68047: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.68083: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 172629 1726889006.68098: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.68101: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.68121: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 172629 1726889006.68126: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.68378: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889006.68746: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 172629 1726889006.69185: stdout chunk (state=3): >>># 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 <<< 172629 1726889006.69198: 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' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8321c320> # 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 0x7fee8321c680> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee832086e0> <<< 172629 1726889006.69221: stdout chunk (state=3): >>>import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee831efe60> <<< 172629 1726889006.69257: 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 <<< 172629 1726889006.69267: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' <<< 172629 1726889006.69392: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee832088c0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicetree.py <<< 172629 1726889006.69442: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 172629 1726889006.69507: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' <<< 172629 1726889006.69510: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tsort.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc' import 'blivet.tsort' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee830900e0> <<< 172629 1726889006.69541: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8321f5f0> <<< 172629 1726889006.69588: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/handler.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' <<< 172629 1726889006.69609: stdout chunk (state=3): >>>import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83090590> <<< 172629 1726889006.69630: 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' # /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/populator.py <<< 172629 1726889006.69692: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 172629 1726889006.69763: 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' # /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 0x7fee83092720> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee830924b0> <<< 172629 1726889006.69842: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/formatpopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83092a20> # /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 0x7fee83092cf0> <<< 172629 1726889006.69886: 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 0x7fee83092ea0> <<< 172629 1726889006.69946: 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 0x7fee830930e0> <<< 172629 1726889006.70008: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disklabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc' <<< 172629 1726889006.70014: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83093680> # /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 0x7fee830b8170> <<< 172629 1726889006.70051: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/loop.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc' import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee830b8320> # /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 <<< 172629 1726889006.70080: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc' <<< 172629 1726889006.70083: stdout chunk (state=3): >>>import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee830b84d0> <<< 172629 1726889006.70107: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/lvm.py <<< 172629 1726889006.70113: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc' <<< 172629 1726889006.70134: stdout chunk (state=3): >>>import 'blivet.populator.helpers.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee830b8b00> <<< 172629 1726889006.70150: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/mdraid.py <<< 172629 1726889006.70173: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' <<< 172629 1726889006.70176: stdout chunk (state=3): >>>import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee830b9460> <<< 172629 1726889006.70210: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/multipath.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc' <<< 172629 1726889006.70214: stdout chunk (state=3): >>>import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee830b9880> <<< 172629 1726889006.70233: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/optical.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc' import 'blivet.populator.helpers.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee830b9ac0> <<< 172629 1726889006.70277: 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' <<< 172629 1726889006.70303: stdout chunk (state=3): >>>import 'blivet.populator.helpers.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee830b9bb0> # /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 <<< 172629 1726889006.70325: 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 0x7fee830b9e80> <<< 172629 1726889006.70353: stdout chunk (state=3): >>>import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83091d60> <<< 172629 1726889006.70378: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83090e00> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83090d10> <<< 172629 1726889006.70438: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8321d4c0> <<< 172629 1726889006.70549: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee831ed760> <<< 172629 1726889006.80371: 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 <<< 172629 1726889006.80382: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 172629 1726889006.80711: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee831436e0> <<< 172629 1726889007.43032: stdout chunk (state=3): >>> {"changed": false, "actions": [], "leaves": ["/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "path": "none", "fstype": "swap", "opts": "defaults", "dump": 0, "passno": 0, "state": "present", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "swap", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "packages": ["e2fsprogs", "xfsprogs"], "invocation": {"module_args": {"pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "swap", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_<<< 172629 1726889007.43077: stdout chunk (state=3): >>>count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 172629 1726889007.44319: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889007.44428: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889007.44444: 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 <<< 172629 1726889007.44489: stdout chunk (state=3): >>># cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # 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 <<< 172629 1726889007.44521: stdout chunk (state=3): >>># cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # 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 <<< 172629 1726889007.44576: stdout chunk (state=3): >>># cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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<<< 172629 1726889007.44771: stdout chunk (state=3): >>> # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # 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 <<< 172629 1726889007.44775: stdout chunk (state=3): >>># 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 <<< 172629 1726889007.44779: stdout chunk (state=3): >>># 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 <<< 172629 1726889007.44781: stdout chunk (state=3): >>># 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 <<< 172629 1726889007.44783: stdout chunk (state=3): >>># cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs <<< 172629 1726889007.44785: stdout chunk (state=3): >>># cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid <<< 172629 1726889007.44803: stdout chunk (state=3): >>># cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # 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 <<< 172629 1726889007.45594: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889007.45617: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726889007.45647: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726889007.45694: stdout chunk (state=3): >>># destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp <<< 172629 1726889007.45722: stdout chunk (state=3): >>># destroy pwd # destroy datetime <<< 172629 1726889007.45741: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse <<< 172629 1726889007.45773: stdout chunk (state=3): >>># destroy _compat_pickle <<< 172629 1726889007.45852: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi <<< 172629 1726889007.45863: stdout chunk (state=3): >>># cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # 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 <<< 172629 1726889007.45915: stdout chunk (state=3): >>># 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 <<< 172629 1726889007.45972: stdout chunk (state=3): >>># 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 <<< 172629 1726889007.45976: stdout chunk (state=3): >>># 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 <<< 172629 1726889007.46036: stdout chunk (state=3): >>># 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 <<< 172629 1726889007.46042: stdout chunk (state=3): >>># cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev <<< 172629 1726889007.46097: stdout chunk (state=3): >>># cleanup[3] wiping blivet.size # destroy bytesize.bytesize<<< 172629 1726889007.46138: stdout chunk (state=3): >>> # 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 <<< 172629 1726889007.46197: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module <<< 172629 1726889007.46270: stdout chunk (state=3): >>># cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect <<< 172629 1726889007.46277: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 172629 1726889007.46300: stdout chunk (state=3): >>># 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 <<< 172629 1726889007.46326: 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 # destroy tokenize <<< 172629 1726889007.46387: 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 <<< 172629 1726889007.46436: stdout chunk (state=3): >>># cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale <<< 172629 1726889007.46466: stdout chunk (state=3): >>># 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 <<< 172629 1726889007.46519: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings <<< 172629 1726889007.46574: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # 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 <<< 172629 1726889007.46629: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping 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 <<< 172629 1726889007.46633: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib <<< 172629 1726889007.46662: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726889007.47496: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726889007.47541: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc # destroy _weakref <<< 172629 1726889007.47579: stdout chunk (state=3): >>># destroy zipimport # destroy gi._gi # destroy _struct <<< 172629 1726889007.47675: stdout chunk (state=3): >>># destroy pyudev <<< 172629 1726889007.47707: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid <<< 172629 1726889007.47799: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap <<< 172629 1726889007.47826: stdout chunk (state=3): >>># destroy fnmatch # destroy _hashlib # destroy shutil <<< 172629 1726889007.47918: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 172629 1726889007.47926: stdout chunk (state=3): >>># destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks <<< 172629 1726889007.47929: 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 <<< 172629 1726889007.47969: stdout chunk (state=3): >>># destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux <<< 172629 1726889007.47990: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 172629 1726889007.48080: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 172629 1726889007.48084: stdout chunk (state=3): >>># destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json <<< 172629 1726889007.48171: stdout chunk (state=3): >>># 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 <<< 172629 1726889007.48186: 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 # destroy _pickle # destroy functools # destroy itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os <<< 172629 1726889007.48278: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889007.48468: 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 <<< 172629 1726889007.48640: stdout chunk (state=3): >>># destroy re # destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks <<< 172629 1726889007.49035: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889007.49038: stdout chunk (state=3): >>><<< 172629 1726889007.49041: stderr chunk (state=3): >>><<< 172629 1726889007.49479: _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 0x7fee857104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee856dfb30> # /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 0x7fee85712a50> 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 0x7fee854e5130> # /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 0x7fee854e6120> 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 0x7fee8552bf50> # /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 0x7fee855380e0> # /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 0x7fee8555b920> # /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 0x7fee8555bfb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8553bbc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85539340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85529100> # /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 0x7fee8557f920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8557e540> # /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 0x7fee8553a360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8557cd10> # /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 0x7fee855ac950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85528380> # /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 0x7fee855ace00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee855accb0> # 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 0x7fee855ad0a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8551eea0> # /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 0x7fee855ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee855ad460> 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 0x7fee855ae660> 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 0x7fee855c8890> 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 0x7fee855c9fd0> # /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 0x7fee855cae70> # 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 0x7fee855cb4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee855ca3c0> # /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 0x7fee855cbe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee855cb590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee855ae6c0> # /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 0x7fee85317d70> # /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 0x7fee853408c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85340620> # 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 0x7fee853408f0> # /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 0x7fee85341220> # 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 0x7fee85341be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85340ad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85315f10> # /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 0x7fee85342f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85341d30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee855aedb0> # /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 0x7fee8536b2c0> # /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 0x7fee85393620> # /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 0x7fee853f0410> # /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 0x7fee853f2b70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee853f0530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee853b9400> # /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 0x7fee84d254c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85392420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85343e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fee85392780> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_5mrp54qn/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 0x7fee84d771d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84d5a0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84d59250> # 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 0x7fee84d750a0> # /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 0x7fee84da6ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84da6870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84da61b0> # /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 0x7fee84da6600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee85340950> 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 0x7fee84da78c0> # 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 0x7fee84da7b00> # /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 0x7fee84da7f80> 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 0x7fee84c15d30> # 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 0x7fee84c17920> # /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 0x7fee84c18320> # /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 0x7fee84c19220> # /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 0x7fee84c1bf20> # 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 0x7fee84c18290> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c1a1e0> # /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 0x7fee84c23e30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c22900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c22660> # /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 0x7fee84c22bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c1a6f0> # 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 0x7fee84c67ef0> # /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 0x7fee84c68200> # /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 0x7fee84c69ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c69a60> # /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 0x7fee84c6c200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c6a390> # /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 0x7fee84c6f9e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c6c3b0> # 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 0x7fee84c70770> # 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 0x7fee84c709e0> # 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 0x7fee84c70b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c68380> # /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 0x7fee84cfc290> # 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 0x7fee84cfd1c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c72a20> # 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 0x7fee84c73dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84c72660> # 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 0x7fee84b013d0> # /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 0x7fee84b020f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84cfff80> 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 0x7fee84b01f10> # 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 0x7fee84b03380> # 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 0x7fee84b0dee0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84b0bef0> 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 0x7fee84c027b0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84de2480> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84b0dfd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84b02c90> # 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 0x7fee8472ca10> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84b83e60> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84b817f0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84ba0230> # 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 0x7fee8473e570> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8473e180> # /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 0x7fee84760cb0> # /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 0x7fee84761f10> # 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 0x7fee84761820> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84761670> # /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 0x7fee847643e0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84764170> # /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 0x7fee847661e0> # 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 0x7fee84765f70> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84765820> # /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 0x7fee84768f80> # /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 0x7fee847692e0> # /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 0x7fee84769760> # /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 0x7fee84769f70> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee847685f0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee847680e0> # 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 0x7fee8476a6f0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84767bf0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84767b60> # /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 0x7fee847acda0> # /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 0x7fee847adc40> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee847ad310> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8476b050> 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 0x7fee847b66f0> 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 0x7fee847bbfb0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84764d40> # /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 0x7fee84649f10> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84649730> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee847bbda0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8473e720> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8473d520> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84ba1100> # /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 0x7fee8465e690> # /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 0x7fee84660440> # /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 0x7fee84663c20> # /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 0x7fee846641d0> # /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 0x7fee84665280> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84665130> # /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 0x7fee84665520> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84664e90> # /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 0x7fee84665a00> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84665850> # /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 0x7fee84665d60> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84665a60> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84664620> # /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 0x7fee84664cb0> # /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 0x7fee84669d00> # /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 0x7fee8466a090> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84669a60> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee846690d0> # /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 0x7fee8466a210> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee846638c0> # /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 0x7fee8466a2a0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84661430> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84660b00> # /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 0x7fee84672660> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84671430> # /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 0x7fee84674350> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84669850> # /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 0x7fee847fbb30> # /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 0x7fee836e47a0> # /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 0x7fee836e4f80> # /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 0x7fee836e55b0> # /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 0x7fee836e58b0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee836e4620> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee846a7d40> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee846a4ce0> # /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 0x7fee836f85f0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee846a72f0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee846a4680> # /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 0x7fee836f8b60> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee846a4f80> # /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 0x7fee836f8da0> # /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 0x7fee836f91f0> # /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 0x7fee836f99d0> # /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 0x7fee837213d0> # /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 0x7fee83722570> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83721f40> # /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 0x7fee83722960> # /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 0x7fee83723500> # /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 0x7fee834ce1e0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee834ccec0> # /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 0x7fee834cf650> # /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 0x7fee834f49b0> # /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 0x7fee834f57f0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee837166f0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83716360> # /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 0x7fee834f7cb0> # /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 0x7fee83520680> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee834f7b00> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee834f7170> # /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 0x7fee8353cec0> # /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 0x7fee8353cfe0> # /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 0x7fee83558770> # /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 0x7fee83558e30> # /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 0x7fee83559850> # /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 0x7fee83559cd0> # /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 0x7fee8355a240> # /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 0x7fee8355a540> # /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 0x7fee8355ab10> # /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 0x7fee8355ad20> # /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 0x7fee8355bf20> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8355be30> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8355aed0> # /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 0x7fee83588d40> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83588980> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83588410> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8353d4f0> # /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 0x7fee835547a0> # /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 0x7fee83554b60> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8353f140> # /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 0x7fee83557bc0> # /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 0x7fee83557d40> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83557290> # /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 0x7fee833da180> # /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 0x7fee833db5c0> # /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 0x7fee833dbd70> # /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 0x7fee833ec650> # /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 0x7fee833ee420> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee847f9e80> # /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 0x7fee83715fd0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84676c90> # /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 0x7fee83421580> # /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 0x7fee83422360> # /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 0x7fee83422b40> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83420530> # /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 0x7fee8345c620> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8343ad50> # /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 0x7fee8346e120> # /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 0x7fee83487ce0> # /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 0x7fee832cc1a0> # /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 0x7fee832ce480> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee832cc6b0> # /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 0x7fee832fc920> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee834845c0> # /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 0x7fee83484800> # /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 0x7fee8335e840> # /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 0x7fee8335f350> # /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 0x7fee8335fe90> # /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 0x7fee83370350> # /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 0x7fee83371220> # /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 0x7fee83371af0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee84660590> # /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 0x7fee83372570> # /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 0x7fee8339cf20> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8338ec30> # 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 0x7fee8321c320> # 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 0x7fee8321c680> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee832086e0> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee831efe60> # /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 0x7fee832088c0> # /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 0x7fee830900e0> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8321f5f0> # /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 0x7fee83090590> # /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 0x7fee83092720> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee830924b0> # /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 0x7fee83092a20> # /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 0x7fee83092cf0> # /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 0x7fee83092ea0> # /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 0x7fee830930e0> # /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 0x7fee83093680> # /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 0x7fee830b8170> # /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 0x7fee830b8320> # /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 0x7fee830b84d0> # /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 0x7fee830b8b00> # /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 0x7fee830b9460> # /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 0x7fee830b9880> # /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 0x7fee830b9ac0> # /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 0x7fee830b9bb0> # /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 0x7fee830b9e80> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83091d60> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83090e00> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee83090d10> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee8321d4c0> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fee831ed760> # /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 0x7fee831436e0> {"changed": false, "actions": [], "leaves": ["/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "path": "none", "fstype": "swap", "opts": "defaults", "dump": 0, "passno": 0, "state": "present", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "swap", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "packages": ["e2fsprogs", "xfsprogs"], "invocation": {"module_args": {"pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "swap", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "present", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_kernel_device": "/dev/sda", "_raw_kernel_device": "/dev/sda"}], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy __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 0 Shared connection to 10.31.15.52 closed. 172629 1726889007.50879: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [], 'volumes': [{'name': 'test1', 'type': 'disk', 'disks': ['sda'], 'fs_type': 'swap'}], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726889006.2184534-176509-223061583468663/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889007.50883: _low_level_execute_command(): starting 172629 1726889007.50886: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889006.2184534-176509-223061583468663/ > /dev/null 2>&1 && sleep 0' 172629 1726889007.50967: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889007.50970: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889007.50973: 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 <<< 172629 1726889007.50975: 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 <<< 172629 1726889007.50977: 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 <<< 172629 1726889007.50979: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889007.51024: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889007.51062: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889007.51119: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889007.53162: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889007.53166: stdout chunk (state=3): >>><<< 172629 1726889007.53169: stderr chunk (state=3): >>><<< 172629 1726889007.53172: _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 172629 1726889007.53174: handler run complete 172629 1726889007.53177: attempt loop complete, returning result 172629 1726889007.53180: _execute() done 172629 1726889007.53182: dumping result to json 172629 1726889007.53197: done dumping result, returning 172629 1726889007.53203: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-d0a8-add8-0000000023ef] 172629 1726889007.53206: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023ef 172629 1726889007.53383: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023ef 172629 1726889007.53387: WORKER PROCESS EXITING ok: [managed_node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } 172629 1726889007.53839: no more pending results, returning what we have 172629 1726889007.53843: results queue empty 172629 1726889007.53844: checking for any_errors_fatal 172629 1726889007.53850: done checking for any_errors_fatal 172629 1726889007.53851: checking for max_fail_percentage 172629 1726889007.53857: done checking for max_fail_percentage 172629 1726889007.53858: checking to see if all hosts have failed and the running result is not ok 172629 1726889007.53858: done checking to see if all hosts have failed 172629 1726889007.53859: getting the remaining hosts for this loop 172629 1726889007.53861: done getting the remaining hosts for this loop 172629 1726889007.53864: getting the next task for host managed_node1 172629 1726889007.53870: done getting next task for host managed_node1 172629 1726889007.53876: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 172629 1726889007.53879: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889007.53893: getting variables 172629 1726889007.53895: in VariableManager get_vars() 172629 1726889007.53935: Calling all_inventory to load vars for managed_node1 172629 1726889007.53938: Calling groups_inventory to load vars for managed_node1 172629 1726889007.53941: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889007.53951: Calling all_plugins_play to load vars for managed_node1 172629 1726889007.54115: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889007.54120: Calling groups_plugins_play to load vars for managed_node1 172629 1726889007.54704: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889007.55350: done with get_vars() 172629 1726889007.55376: done getting variables 172629 1726889007.55436: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:27 -0400 (0:00:01.411) 0:01:47.834 ****** 172629 1726889007.55482: entering _queue_task() for managed_node1/command 172629 1726889007.55812: worker is 1 (out of 1 available) 172629 1726889007.55826: exiting _queue_task() for managed_node1/command 172629 1726889007.55840: done queuing things up, now waiting for results queue to drain 172629 1726889007.55841: waiting for pending results... 172629 1726889007.56172: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 172629 1726889007.56253: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023f0 172629 1726889007.56278: variable 'ansible_search_path' from source: unknown 172629 1726889007.56287: variable 'ansible_search_path' from source: unknown 172629 1726889007.56327: calling self._execute() 172629 1726889007.56445: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889007.56460: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889007.56477: variable 'omit' from source: magic vars 172629 1726889007.56882: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889007.58910: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889007.58990: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889007.59160: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889007.59164: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889007.59166: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889007.59174: 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) 172629 1726889007.59209: 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) 172629 1726889007.59238: 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) 172629 1726889007.59288: 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) 172629 1726889007.59301: 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) 172629 1726889007.59416: Evaluated conditional (storage_udevadm_trigger | d(false)): False 172629 1726889007.59424: when evaluation is False, skipping this task 172629 1726889007.59431: _execute() done 172629 1726889007.59437: dumping result to json 172629 1726889007.59444: done dumping result, returning 172629 1726889007.59454: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-d0a8-add8-0000000023f0] 172629 1726889007.59467: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023f0 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 172629 1726889007.59606: no more pending results, returning what we have 172629 1726889007.59610: results queue empty 172629 1726889007.59611: checking for any_errors_fatal 172629 1726889007.59635: done checking for any_errors_fatal 172629 1726889007.59636: checking for max_fail_percentage 172629 1726889007.59638: done checking for max_fail_percentage 172629 1726889007.59639: checking to see if all hosts have failed and the running result is not ok 172629 1726889007.59639: done checking to see if all hosts have failed 172629 1726889007.59640: getting the remaining hosts for this loop 172629 1726889007.59642: done getting the remaining hosts for this loop 172629 1726889007.59645: getting the next task for host managed_node1 172629 1726889007.59656: done getting next task for host managed_node1 172629 1726889007.59661: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 172629 1726889007.59664: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889007.59687: getting variables 172629 1726889007.59688: in VariableManager get_vars() 172629 1726889007.59724: Calling all_inventory to load vars for managed_node1 172629 1726889007.59727: Calling groups_inventory to load vars for managed_node1 172629 1726889007.59729: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889007.59738: Calling all_plugins_play to load vars for managed_node1 172629 1726889007.59741: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889007.59744: Calling groups_plugins_play to load vars for managed_node1 172629 1726889007.60368: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023f0 172629 1726889007.60371: WORKER PROCESS EXITING 172629 1726889007.60419: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889007.61077: done with get_vars() 172629 1726889007.61092: 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 23:23:27 -0400 (0:00:00.057) 0:01:47.891 ****** 172629 1726889007.61188: entering _queue_task() for managed_node1/stat 172629 1726889007.61669: worker is 1 (out of 1 available) 172629 1726889007.61681: exiting _queue_task() for managed_node1/stat 172629 1726889007.61692: done queuing things up, now waiting for results queue to drain 172629 1726889007.61693: waiting for pending results... 172629 1726889007.61806: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 172629 1726889007.61971: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023f1 172629 1726889007.61993: variable 'ansible_search_path' from source: unknown 172629 1726889007.62002: variable 'ansible_search_path' from source: unknown 172629 1726889007.62047: calling self._execute() 172629 1726889007.62166: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889007.62178: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889007.62191: variable 'omit' from source: magic vars 172629 1726889007.62310: variable 'omit' from source: magic vars 172629 1726889007.62398: variable 'omit' from source: magic vars 172629 1726889007.62440: variable 'omit' from source: magic vars 172629 1726889007.62504: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889007.62552: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889007.62662: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889007.62666: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889007.62668: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889007.62671: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889007.62675: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889007.62690: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889007.62805: Set connection var ansible_timeout to 10 172629 1726889007.62818: Set connection var ansible_shell_type to sh 172629 1726889007.62831: Set connection var ansible_pipelining to False 172629 1726889007.62841: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889007.62850: Set connection var ansible_shell_executable to /bin/sh 172629 1726889007.62864: Set connection var ansible_connection to ssh 172629 1726889007.62893: variable 'ansible_shell_executable' from source: unknown 172629 1726889007.62908: variable 'ansible_connection' from source: unknown 172629 1726889007.62917: variable 'ansible_module_compression' from source: unknown 172629 1726889007.62924: variable 'ansible_shell_type' from source: unknown 172629 1726889007.62931: variable 'ansible_shell_executable' from source: unknown 172629 1726889007.62937: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889007.63018: variable 'ansible_pipelining' from source: unknown 172629 1726889007.63021: variable 'ansible_timeout' from source: unknown 172629 1726889007.63023: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889007.63195: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889007.63213: variable 'omit' from source: magic vars 172629 1726889007.63224: starting attempt loop 172629 1726889007.63239: running the handler 172629 1726889007.63263: _low_level_execute_command(): starting 172629 1726889007.63277: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889007.64081: 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 <<< 172629 1726889007.64152: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889007.64203: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889007.64297: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889007.66024: stdout chunk (state=3): >>>/root <<< 172629 1726889007.66190: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889007.66194: stdout chunk (state=3): >>><<< 172629 1726889007.66196: stderr chunk (state=3): >>><<< 172629 1726889007.66216: _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 172629 1726889007.66235: _low_level_execute_command(): starting 172629 1726889007.66246: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889007.662226-176560-20861263861736 `" && echo ansible-tmp-1726889007.662226-176560-20861263861736="` echo /root/.ansible/tmp/ansible-tmp-1726889007.662226-176560-20861263861736 `" ) && sleep 0' 172629 1726889007.66828: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889007.66842: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889007.66860: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889007.66879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889007.66904: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889007.66918: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889007.66973: 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 <<< 172629 1726889007.67041: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889007.67068: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889007.67082: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889007.67170: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889007.69128: stdout chunk (state=3): >>>ansible-tmp-1726889007.662226-176560-20861263861736=/root/.ansible/tmp/ansible-tmp-1726889007.662226-176560-20861263861736 <<< 172629 1726889007.69237: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889007.69300: stderr chunk (state=3): >>><<< 172629 1726889007.69309: stdout chunk (state=3): >>><<< 172629 1726889007.69331: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889007.662226-176560-20861263861736=/root/.ansible/tmp/ansible-tmp-1726889007.662226-176560-20861263861736 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889007.69465: variable 'ansible_module_compression' from source: unknown 172629 1726889007.69473: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726889007.69517: variable 'ansible_facts' from source: unknown 172629 1726889007.69621: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889007.662226-176560-20861263861736/AnsiballZ_stat.py 172629 1726889007.69811: Sending initial data 172629 1726889007.69814: Sent initial data (153 bytes) 172629 1726889007.70487: 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' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889007.70533: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889007.70572: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889007.72180: 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 <<< 172629 1726889007.72257: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889007.72304: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpmema8lx5 /root/.ansible/tmp/ansible-tmp-1726889007.662226-176560-20861263861736/AnsiballZ_stat.py <<< 172629 1726889007.72307: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889007.662226-176560-20861263861736/AnsiballZ_stat.py" <<< 172629 1726889007.72347: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpmema8lx5" to remote "/root/.ansible/tmp/ansible-tmp-1726889007.662226-176560-20861263861736/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889007.662226-176560-20861263861736/AnsiballZ_stat.py" <<< 172629 1726889007.73336: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889007.73340: stdout chunk (state=3): >>><<< 172629 1726889007.73342: stderr chunk (state=3): >>><<< 172629 1726889007.73344: done transferring module to remote 172629 1726889007.73347: _low_level_execute_command(): starting 172629 1726889007.73350: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889007.662226-176560-20861263861736/ /root/.ansible/tmp/ansible-tmp-1726889007.662226-176560-20861263861736/AnsiballZ_stat.py && sleep 0' 172629 1726889007.73888: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889007.73903: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889007.73920: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889007.73940: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889007.73965: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889007.74073: 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' <<< 172629 1726889007.74094: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889007.74115: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889007.74185: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889007.75970: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889007.75998: stderr chunk (state=3): >>><<< 172629 1726889007.76014: stdout chunk (state=3): >>><<< 172629 1726889007.76049: _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 172629 1726889007.76066: _low_level_execute_command(): starting 172629 1726889007.76076: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889007.662226-176560-20861263861736/AnsiballZ_stat.py && sleep 0' 172629 1726889007.76726: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889007.76741: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889007.76759: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889007.76780: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889007.76797: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889007.76810: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889007.76824: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889007.76844: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726889007.76930: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889007.76953: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889007.77041: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889007.79186: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889007.79215: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889007.79258: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889007.79318: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726889007.79341: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726889007.79362: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889007.79394: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889007.79428: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 172629 1726889007.79450: stdout chunk (state=3): >>> # installed zipimport hook <<< 172629 1726889007.79479: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726889007.79508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889007.79513: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889007.79536: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889007.79571: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889007.79604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726889007.79618: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0482184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0481e7b30> <<< 172629 1726889007.79665: 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 0x7fe04821aa50> <<< 172629 1726889007.79669: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889007.79697: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726889007.79723: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889007.79760: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889007.79837: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889007.79873: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889007.79905: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889007.79910: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889007.79937: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726889007.79957: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726889007.79961: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889007.79988: 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' <<< 172629 1726889007.80017: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe048009130> <<< 172629 1726889007.80087: 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' <<< 172629 1726889007.80116: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe04800a120> <<< 172629 1726889007.80135: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889007.80156: 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. <<< 172629 1726889007.80392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889007.80412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889007.80444: 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' <<< 172629 1726889007.80449: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889007.80502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889007.80517: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889007.80554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889007.80563: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe048046ea0> <<< 172629 1726889007.80613: 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' <<< 172629 1726889007.80617: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726889007.80632: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe04805c1a0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889007.80659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889007.80686: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889007.80736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889007.80776: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889007.80790: 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 0x7fe04807fa40> <<< 172629 1726889007.80833: 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 0x7fe0480a0110> <<< 172629 1726889007.80837: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889007.80896: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe04805fce0> <<< 172629 1726889007.80899: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889007.80924: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe04805d400> <<< 172629 1726889007.81012: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480451c0> <<< 172629 1726889007.81065: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889007.81068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889007.81118: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889007.81128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889007.81150: 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' <<< 172629 1726889007.81183: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480a3980> <<< 172629 1726889007.81222: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480a25a0> <<< 172629 1726889007.81239: 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 0x7fe04805e2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480a0e30> <<< 172629 1726889007.81309: 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 0x7fe0480d0a10><<< 172629 1726889007.81334: stdout chunk (state=3): >>> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe048044440> # /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' <<< 172629 1726889007.81376: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889007.81401: 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 0x7fe0480d0ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480d0d70> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889007.81448: 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 0x7fe0480d1160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe048042f60> <<< 172629 1726889007.81458: 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' <<< 172629 1726889007.81473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889007.81526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889007.81566: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480d1850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480d1520> 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' <<< 172629 1726889007.81598: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480d2750> import 'importlib.util' # <<< 172629 1726889007.81625: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726889007.81645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889007.81685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889007.81706: 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 0x7fe0480ec8f0> import 'errno' # <<< 172629 1726889007.81754: 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 0x7fe0480ee030> <<< 172629 1726889007.81803: 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' <<< 172629 1726889007.81807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726889007.81827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480eeed0> <<< 172629 1726889007.81968: 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' <<< 172629 1726889007.82160: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe0480ef530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480ee420> <<< 172629 1726889007.82187: 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 0x7fe0480effb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480ef6e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480d0da0> # /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 0x7fe048107f20> # /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 0x7fe047e98950> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047e986b0> <<< 172629 1726889007.82201: 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 0x7fe047e988c0> <<< 172629 1726889007.82230: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726889007.82239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726889007.82309: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889007.82439: 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 0x7fe047e99280><<< 172629 1726889007.82451: stdout chunk (state=3): >>> <<< 172629 1726889007.82536: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889007.82569: 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 0x7fe047e99c70> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047e98b30> <<< 172629 1726889007.82572: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0481060c0> <<< 172629 1726889007.82599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889007.82610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889007.82644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726889007.82647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726889007.82677: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047e9b020> <<< 172629 1726889007.82680: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047e99af0> <<< 172629 1726889007.82706: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480d2e10> <<< 172629 1726889007.82735: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889007.82793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889007.82809: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889007.82850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889007.82872: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047ec32c0> <<< 172629 1726889007.82933: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889007.82936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889007.82971: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889007.82981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889007.83025: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047ee7680> <<< 172629 1726889007.83044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889007.83091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889007.83140: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889007.83169: 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 0x7fe047f48440> <<< 172629 1726889007.83186: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889007.83215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889007.83241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889007.83281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889007.83368: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047f4aba0> <<< 172629 1726889007.83442: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047f48560> <<< 172629 1726889007.83477: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047f0d430> <<< 172629 1726889007.83516: 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 0x7fe047d494f0> <<< 172629 1726889007.83540: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047ee6480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047e9be90> <<< 172629 1726889007.83651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889007.83664: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe047ee67e0> <<< 172629 1726889007.84037: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_ys9s8tye/ansible_stat_payload.zip' # zipimport: zlib available <<< 172629 1726889007.84171: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.84202: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889007.84218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889007.84258: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889007.84331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889007.84371: 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 0x7fe047d9f200> import '_typing' # <<< 172629 1726889007.84565: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047d7e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047d7d250> <<< 172629 1726889007.84598: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.84601: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889007.84642: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889007.84670: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.84673: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726889007.86086: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.87175: 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 0x7fe047d9d0d0> <<< 172629 1726889007.87196: 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' <<< 172629 1726889007.87218: 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' <<< 172629 1726889007.87250: 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' <<< 172629 1726889007.87278: 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 0x7fe047dcac30> <<< 172629 1726889007.87318: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047dca9c0> <<< 172629 1726889007.87369: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047dca2d0> <<< 172629 1726889007.87385: 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' <<< 172629 1726889007.87425: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047dca750> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047d9fc20> <<< 172629 1726889007.87428: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726889007.87461: 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 0x7fe047dcb8c0> <<< 172629 1726889007.87491: 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 0x7fe047dcbb00> <<< 172629 1726889007.87507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889007.87558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889007.87574: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889007.87621: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047dcbef0> <<< 172629 1726889007.87624: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889007.87651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889007.87667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889007.87707: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe04770ddc0> <<< 172629 1726889007.87737: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889007.87740: 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 0x7fe04770f9e0> <<< 172629 1726889007.87772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889007.87775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889007.87814: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0477143e0> <<< 172629 1726889007.87826: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889007.87865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889007.87875: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047715580> <<< 172629 1726889007.87893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889007.87942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889007.87952: 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' <<< 172629 1726889007.88003: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047717fb0> <<< 172629 1726889007.88048: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889007.88065: 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 0x7fe0477181a0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047716330> <<< 172629 1726889007.88085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889007.88113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889007.88129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 172629 1726889007.88151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726889007.88158: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889007.88186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889007.88200: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726889007.88227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe04771bf80> <<< 172629 1726889007.88244: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889007.88302: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe04771ab10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe04771a870> <<< 172629 1726889007.88321: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726889007.88336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726889007.88406: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe04771ade0> <<< 172629 1726889007.88431: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047716840> <<< 172629 1726889007.88460: 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 0x7fe0477601d0> <<< 172629 1726889007.88494: 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 0x7fe0477602f0> <<< 172629 1726889007.88512: 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 <<< 172629 1726889007.88538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889007.88559: 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' <<< 172629 1726889007.88601: 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 0x7fe047761eb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047761c70> <<< 172629 1726889007.88617: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889007.88724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889007.88778: 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 0x7fe047764470> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0477625a0> <<< 172629 1726889007.88810: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889007.88847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889007.88882: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726889007.88885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726889007.88935: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047767c20> <<< 172629 1726889007.89057: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0477645f0> <<< 172629 1726889007.89117: 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 0x7fe047768a10> <<< 172629 1726889007.89154: 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 0x7fe047768e30> <<< 172629 1726889007.89198: 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 0x7fe047768e00> <<< 172629 1726889007.89226: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0477605f0> <<< 172629 1726889007.89250: 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' <<< 172629 1726889007.89280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889007.89301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889007.89330: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889007.89344: 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 0x7fe0477f4560> <<< 172629 1726889007.89501: 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 0x7fe0477f58e0> <<< 172629 1726889007.89533: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe04776acf0> # 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 0x7fe04776a420> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe04776a930> <<< 172629 1726889007.89567: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.89586: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726889007.89752: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.89785: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726889007.89799: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.89823: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889007.89843: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.89959: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.90079: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.90611: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.91150: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726889007.91154: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 172629 1726889007.91187: 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 <<< 172629 1726889007.91209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889007.91257: 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 0x7fe0477f99d0> <<< 172629 1726889007.91341: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726889007.91344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 172629 1726889007.91371: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0477fa750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0477f5b50> <<< 172629 1726889007.91417: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889007.91442: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.91459: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.91464: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726889007.91480: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.91626: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.91780: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726889007.91783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0477fa7b0> <<< 172629 1726889007.91804: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.92256: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.92707: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.92773: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.92854: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726889007.92897: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.92929: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889007.92959: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.93008: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.93107: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889007.93111: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.93139: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726889007.93182: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.93229: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889007.93232: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.93457: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.93686: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889007.93763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889007.93766: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889007.93841: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0477fb980> <<< 172629 1726889007.93845: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.93913: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.94019: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726889007.94033: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 172629 1726889007.94388: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726889007.94391: stdout chunk (state=3): >>># 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' <<< 172629 1726889007.94447: 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 0x7fe0476064b0> <<< 172629 1726889007.94482: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0476010d0> <<< 172629 1726889007.94518: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726889007.94531: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.94589: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.94658: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.94682: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.94733: 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' <<< 172629 1726889007.94749: 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 <<< 172629 1726889007.94777: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889007.94795: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889007.94850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889007.94886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889007.94901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889007.94949: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047e02c60> <<< 172629 1726889007.94987: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047e16930> <<< 172629 1726889007.95080: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047606570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0477fb320> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726889007.95130: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.95149: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889007.95209: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889007.95238: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 172629 1726889007.95258: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.95382: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.95574: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889007.96935: 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": 1431, "inode": 253755650, "dev": 51714, "nlink": 1, "atime": 1726888998.2452042, "mtime": 1726888994.902182, "ctime": 1726888994.902182, "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": "9f7dddca00e7a7190c94a09e898b8a0161235aa5", "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"}}} <<< 172629 1726889007.97040: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889007.97445: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 172629 1726889007.97452: stdout chunk (state=3): >>># clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs <<< 172629 1726889007.97495: 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 # 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 <<< 172629 1726889007.97531: 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 <<< 172629 1726889007.97586: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters <<< 172629 1726889007.97630: 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 <<< 172629 1726889007.97633: 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 <<< 172629 1726889007.97857: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889007.97893: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726889007.97926: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726889007.97940: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726889007.98166: 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 <<< 172629 1726889007.98169: stdout chunk (state=3): >>># destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 172629 1726889007.98172: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726889007.98174: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726889007.98176: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726889007.98178: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726889007.98181: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889007.98382: 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 <<< 172629 1726889007.98386: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726889007.98389: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 172629 1726889007.98393: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 172629 1726889007.98396: 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 <<< 172629 1726889007.98403: stdout chunk (state=3): >>># destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 172629 1726889007.98413: 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 <<< 172629 1726889007.98593: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889007.98598: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889007.98607: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889007.98635: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726889007.98684: 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 <<< 172629 1726889007.98701: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889007.98803: 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 <<< 172629 1726889007.98815: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 172629 1726889007.98873: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref # destroy _hashlib <<< 172629 1726889007.98878: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726889007.98913: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726889007.98916: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726889007.99259: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889007.99292: stderr chunk (state=3): >>>Shared connection to 10.31.15.52 closed. <<< 172629 1726889007.99296: stdout chunk (state=3): >>><<< 172629 1726889007.99298: stderr chunk (state=3): >>><<< 172629 1726889007.99412: _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 0x7fe0482184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0481e7b30> # /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 0x7fe04821aa50> 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 0x7fe048009130> # /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 0x7fe04800a120> 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 0x7fe048046ea0> # /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 0x7fe04805c1a0> # /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 0x7fe04807fa40> # /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 0x7fe0480a0110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe04805fce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe04805d400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480451c0> # /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 0x7fe0480a3980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480a25a0> # /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 0x7fe04805e2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480a0e30> # /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 0x7fe0480d0a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe048044440> # /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 0x7fe0480d0ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480d0d70> # 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 0x7fe0480d1160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe048042f60> # /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 0x7fe0480d1850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480d1520> 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 0x7fe0480d2750> 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 0x7fe0480ec8f0> 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 0x7fe0480ee030> # /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 0x7fe0480eeed0> # 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 0x7fe0480ef530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480ee420> # /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 0x7fe0480effb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480ef6e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480d0da0> # /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 0x7fe048107f20> # /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 0x7fe047e98950> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047e986b0> # 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 0x7fe047e988c0> # /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 0x7fe047e99280> # 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 0x7fe047e99c70> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047e98b30> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0481060c0> # /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 0x7fe047e9b020> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047e99af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0480d2e10> # /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 0x7fe047ec32c0> # /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 0x7fe047ee7680> # /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 0x7fe047f48440> # /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 0x7fe047f4aba0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047f48560> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047f0d430> # /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 0x7fe047d494f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047ee6480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047e9be90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe047ee67e0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_ys9s8tye/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 0x7fe047d9f200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047d7e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047d7d250> # 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 0x7fe047d9d0d0> # /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 0x7fe047dcac30> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047dca9c0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047dca2d0> # /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 0x7fe047dca750> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047d9fc20> 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 0x7fe047dcb8c0> # 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 0x7fe047dcbb00> # /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 0x7fe047dcbef0> 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 0x7fe04770ddc0> # 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 0x7fe04770f9e0> # /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 0x7fe0477143e0> # /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 0x7fe047715580> # /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 0x7fe047717fb0> # 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 0x7fe0477181a0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047716330> # /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 0x7fe04771bf80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe04771ab10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe04771a870> # /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 0x7fe04771ade0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047716840> # 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 0x7fe0477601d0> # /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 0x7fe0477602f0> # /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 0x7fe047761eb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047761c70> # /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 0x7fe047764470> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0477625a0> # /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 0x7fe047767c20> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0477645f0> # 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 0x7fe047768a10> # 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 0x7fe047768e30> # 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 0x7fe047768e00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0477605f0> # /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 0x7fe0477f4560> # 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 0x7fe0477f58e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe04776acf0> # 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 0x7fe04776a420> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe04776a930> # 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 0x7fe0477f99d0> # /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 0x7fe0477fa750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0477f5b50> 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 0x7fe0477fa7b0> # 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 0x7fe0477fb980> # 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 0x7fe0476064b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0476010d0> 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 0x7fe047e02c60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047e16930> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe047606570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe0477fb320> # 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": 1431, "inode": 253755650, "dev": 51714, "nlink": 1, "atime": 1726888998.2452042, "mtime": 1726888994.902182, "ctime": 1726888994.902182, "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": "9f7dddca00e7a7190c94a09e898b8a0161235aa5", "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. 172629 1726889008.00192: 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-1726889007.662226-176560-20861263861736/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889008.00196: _low_level_execute_command(): starting 172629 1726889008.00199: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889007.662226-176560-20861263861736/ > /dev/null 2>&1 && sleep 0' 172629 1726889008.00520: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889008.00524: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889008.00527: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889008.00529: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889008.00531: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889008.00534: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889008.00536: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889008.00569: 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 <<< 172629 1726889008.00605: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889008.00624: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889008.00633: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889008.00706: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889008.02630: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889008.02633: stdout chunk (state=3): >>><<< 172629 1726889008.02635: stderr chunk (state=3): >>><<< 172629 1726889008.02650: _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 172629 1726889008.02861: handler run complete 172629 1726889008.02865: attempt loop complete, returning result 172629 1726889008.02867: _execute() done 172629 1726889008.02869: dumping result to json 172629 1726889008.02871: done dumping result, returning 172629 1726889008.02873: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-d0a8-add8-0000000023f1] 172629 1726889008.02875: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023f1 172629 1726889008.02947: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023f1 172629 1726889008.02950: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726888998.2452042, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "9f7dddca00e7a7190c94a09e898b8a0161235aa5", "ctime": 1726888994.902182, "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": 1726888994.902182, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1431, "uid": 0, "version": "3790368620", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726889008.03084: no more pending results, returning what we have 172629 1726889008.03088: results queue empty 172629 1726889008.03089: checking for any_errors_fatal 172629 1726889008.03095: done checking for any_errors_fatal 172629 1726889008.03096: checking for max_fail_percentage 172629 1726889008.03098: done checking for max_fail_percentage 172629 1726889008.03099: checking to see if all hosts have failed and the running result is not ok 172629 1726889008.03100: done checking to see if all hosts have failed 172629 1726889008.03101: getting the remaining hosts for this loop 172629 1726889008.03102: done getting the remaining hosts for this loop 172629 1726889008.03106: getting the next task for host managed_node1 172629 1726889008.03113: done getting next task for host managed_node1 172629 1726889008.03117: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 172629 1726889008.03120: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889008.03133: getting variables 172629 1726889008.03135: in VariableManager get_vars() 172629 1726889008.03299: Calling all_inventory to load vars for managed_node1 172629 1726889008.03302: Calling groups_inventory to load vars for managed_node1 172629 1726889008.03308: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889008.03319: Calling all_plugins_play to load vars for managed_node1 172629 1726889008.03322: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889008.03325: Calling groups_plugins_play to load vars for managed_node1 172629 1726889008.04098: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889008.04739: done with get_vars() 172629 1726889008.04758: 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 23:23:28 -0400 (0:00:00.436) 0:01:48.328 ****** 172629 1726889008.04859: entering _queue_task() for managed_node1/lineinfile 172629 1726889008.05384: worker is 1 (out of 1 available) 172629 1726889008.05394: exiting _queue_task() for managed_node1/lineinfile 172629 1726889008.05405: done queuing things up, now waiting for results queue to drain 172629 1726889008.05407: waiting for pending results... 172629 1726889008.05535: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 172629 1726889008.05745: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023f2 172629 1726889008.05750: variable 'ansible_search_path' from source: unknown 172629 1726889008.05757: variable 'ansible_search_path' from source: unknown 172629 1726889008.05761: calling self._execute() 172629 1726889008.05831: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889008.05858: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889008.05876: variable 'omit' from source: magic vars 172629 1726889008.06320: variable '__storage_fstab' from source: set_fact 172629 1726889008.06368: Evaluated conditional (__storage_fstab.stat.exists): True 172629 1726889008.06547: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889008.06868: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889008.06917: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889008.06971: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889008.07011: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889008.07100: variable 'blivet_output' from source: set_fact 172629 1726889008.07164: Evaluated conditional (blivet_output is changed): False 172629 1726889008.07167: when evaluation is False, skipping this task 172629 1726889008.07169: _execute() done 172629 1726889008.07171: dumping result to json 172629 1726889008.07173: done dumping result, returning 172629 1726889008.07176: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-d0a8-add8-0000000023f2] 172629 1726889008.07178: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023f2 skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } 172629 1726889008.07452: no more pending results, returning what we have 172629 1726889008.07461: results queue empty 172629 1726889008.07462: checking for any_errors_fatal 172629 1726889008.07477: done checking for any_errors_fatal 172629 1726889008.07478: checking for max_fail_percentage 172629 1726889008.07480: done checking for max_fail_percentage 172629 1726889008.07485: checking to see if all hosts have failed and the running result is not ok 172629 1726889008.07486: done checking to see if all hosts have failed 172629 1726889008.07487: getting the remaining hosts for this loop 172629 1726889008.07489: done getting the remaining hosts for this loop 172629 1726889008.07493: getting the next task for host managed_node1 172629 1726889008.07503: done getting next task for host managed_node1 172629 1726889008.07508: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 172629 1726889008.07513: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889008.07538: getting variables 172629 1726889008.07540: in VariableManager get_vars() 172629 1726889008.07587: Calling all_inventory to load vars for managed_node1 172629 1726889008.07660: Calling groups_inventory to load vars for managed_node1 172629 1726889008.07664: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889008.07714: Calling all_plugins_play to load vars for managed_node1 172629 1726889008.07718: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889008.07722: Calling groups_plugins_play to load vars for managed_node1 172629 1726889008.08370: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023f2 172629 1726889008.08373: WORKER PROCESS EXITING 172629 1726889008.08414: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889008.09045: done with get_vars() 172629 1726889008.09066: 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 23:23:28 -0400 (0:00:00.043) 0:01:48.371 ****** 172629 1726889008.09168: entering _queue_task() for managed_node1/systemd 172629 1726889008.09569: worker is 1 (out of 1 available) 172629 1726889008.09581: exiting _queue_task() for managed_node1/systemd 172629 1726889008.09592: done queuing things up, now waiting for results queue to drain 172629 1726889008.09593: waiting for pending results... 172629 1726889008.09802: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 172629 1726889008.09962: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023f4 172629 1726889008.09989: variable 'ansible_search_path' from source: unknown 172629 1726889008.09997: variable 'ansible_search_path' from source: unknown 172629 1726889008.10048: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726889008.10280: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726889008.10344: dumping result to json 172629 1726889008.10352: done dumping result, returning 172629 1726889008.10370: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-d0a8-add8-0000000023f4] 172629 1726889008.10380: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023f4 skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726889008.10521: no more pending results, returning what we have 172629 1726889008.10639: results queue empty 172629 1726889008.10641: checking for any_errors_fatal 172629 1726889008.10649: done checking for any_errors_fatal 172629 1726889008.10650: checking for max_fail_percentage 172629 1726889008.10656: done checking for max_fail_percentage 172629 1726889008.10657: checking to see if all hosts have failed and the running result is not ok 172629 1726889008.10658: done checking to see if all hosts have failed 172629 1726889008.10659: getting the remaining hosts for this loop 172629 1726889008.10662: done getting the remaining hosts for this loop 172629 1726889008.10665: getting the next task for host managed_node1 172629 1726889008.10676: done getting next task for host managed_node1 172629 1726889008.10680: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 172629 1726889008.10684: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889008.10708: getting variables 172629 1726889008.10710: in VariableManager get_vars() 172629 1726889008.10866: Calling all_inventory to load vars for managed_node1 172629 1726889008.10869: Calling groups_inventory to load vars for managed_node1 172629 1726889008.10871: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889008.10879: Calling all_plugins_play to load vars for managed_node1 172629 1726889008.10882: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889008.10884: Calling groups_plugins_play to load vars for managed_node1 172629 1726889008.11433: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023f4 172629 1726889008.11437: WORKER PROCESS EXITING 172629 1726889008.11462: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889008.12412: done with get_vars() 172629 1726889008.12425: done getting variables 172629 1726889008.12486: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:23:28 -0400 (0:00:00.033) 0:01:48.405 ****** 172629 1726889008.12517: entering _queue_task() for managed_node1/debug 172629 1726889008.12778: worker is 1 (out of 1 available) 172629 1726889008.12790: exiting _queue_task() for managed_node1/debug 172629 1726889008.12801: done queuing things up, now waiting for results queue to drain 172629 1726889008.12802: waiting for pending results... 172629 1726889008.13107: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show blivet_output 172629 1726889008.13279: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023f6 172629 1726889008.13298: variable 'ansible_search_path' from source: unknown 172629 1726889008.13305: variable 'ansible_search_path' from source: unknown 172629 1726889008.13341: calling self._execute() 172629 1726889008.13459: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889008.13478: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889008.13491: variable 'omit' from source: magic vars 172629 1726889008.13608: variable 'omit' from source: magic vars 172629 1726889008.13687: variable 'omit' from source: magic vars 172629 1726889008.13726: variable 'omit' from source: magic vars 172629 1726889008.13778: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889008.13826: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889008.13851: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889008.13877: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889008.13898: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889008.13936: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889008.14011: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889008.14014: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889008.14072: Set connection var ansible_timeout to 10 172629 1726889008.14085: Set connection var ansible_shell_type to sh 172629 1726889008.14099: Set connection var ansible_pipelining to False 172629 1726889008.14109: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889008.14127: Set connection var ansible_shell_executable to /bin/sh 172629 1726889008.14134: Set connection var ansible_connection to ssh 172629 1726889008.14229: variable 'ansible_shell_executable' from source: unknown 172629 1726889008.14232: variable 'ansible_connection' from source: unknown 172629 1726889008.14234: variable 'ansible_module_compression' from source: unknown 172629 1726889008.14236: variable 'ansible_shell_type' from source: unknown 172629 1726889008.14239: variable 'ansible_shell_executable' from source: unknown 172629 1726889008.14241: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889008.14243: variable 'ansible_pipelining' from source: unknown 172629 1726889008.14245: variable 'ansible_timeout' from source: unknown 172629 1726889008.14247: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889008.14351: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889008.14373: variable 'omit' from source: magic vars 172629 1726889008.14381: starting attempt loop 172629 1726889008.14387: running the handler 172629 1726889008.14434: variable 'blivet_output' from source: set_fact 172629 1726889008.14645: variable 'blivet_output' from source: set_fact 172629 1726889008.14996: handler run complete 172629 1726889008.15099: attempt loop complete, returning result 172629 1726889008.15102: _execute() done 172629 1726889008.15104: dumping result to json 172629 1726889008.15106: done dumping result, returning 172629 1726889008.15109: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-d0a8-add8-0000000023f6] 172629 1726889008.15111: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023f6 172629 1726889008.15279: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023f6 172629 1726889008.15283: WORKER PROCESS EXITING ok: [managed_node1] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } 172629 1726889008.15429: no more pending results, returning what we have 172629 1726889008.15433: results queue empty 172629 1726889008.15435: checking for any_errors_fatal 172629 1726889008.15445: done checking for any_errors_fatal 172629 1726889008.15445: checking for max_fail_percentage 172629 1726889008.15447: done checking for max_fail_percentage 172629 1726889008.15449: checking to see if all hosts have failed and the running result is not ok 172629 1726889008.15450: done checking to see if all hosts have failed 172629 1726889008.15450: getting the remaining hosts for this loop 172629 1726889008.15452: done getting the remaining hosts for this loop 172629 1726889008.15663: getting the next task for host managed_node1 172629 1726889008.15669: done getting next task for host managed_node1 172629 1726889008.15678: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 172629 1726889008.15681: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889008.15693: getting variables 172629 1726889008.15695: in VariableManager get_vars() 172629 1726889008.15728: Calling all_inventory to load vars for managed_node1 172629 1726889008.15731: Calling groups_inventory to load vars for managed_node1 172629 1726889008.15734: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889008.15742: Calling all_plugins_play to load vars for managed_node1 172629 1726889008.15745: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889008.15749: Calling groups_plugins_play to load vars for managed_node1 172629 1726889008.16378: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889008.17005: done with get_vars() 172629 1726889008.17018: done getting variables 172629 1726889008.17077: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:28 -0400 (0:00:00.045) 0:01:48.451 ****** 172629 1726889008.17107: entering _queue_task() for managed_node1/set_fact 172629 1726889008.17367: worker is 1 (out of 1 available) 172629 1726889008.17379: exiting _queue_task() for managed_node1/set_fact 172629 1726889008.17390: done queuing things up, now waiting for results queue to drain 172629 1726889008.17391: waiting for pending results... 172629 1726889008.17851: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 172629 1726889008.17861: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023f7 172629 1726889008.17884: variable 'ansible_search_path' from source: unknown 172629 1726889008.17891: variable 'ansible_search_path' from source: unknown 172629 1726889008.17931: calling self._execute() 172629 1726889008.18068: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889008.18081: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889008.18095: variable 'omit' from source: magic vars 172629 1726889008.18265: variable 'omit' from source: magic vars 172629 1726889008.18320: variable 'omit' from source: magic vars 172629 1726889008.18564: variable 'blivet_output' from source: set_fact 172629 1726889008.18642: variable 'omit' from source: magic vars 172629 1726889008.18691: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889008.18824: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889008.18828: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889008.18830: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889008.18833: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889008.18838: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889008.18846: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889008.18860: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889008.18975: Set connection var ansible_timeout to 10 172629 1726889008.18988: Set connection var ansible_shell_type to sh 172629 1726889008.19000: Set connection var ansible_pipelining to False 172629 1726889008.19010: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889008.19020: Set connection var ansible_shell_executable to /bin/sh 172629 1726889008.19028: Set connection var ansible_connection to ssh 172629 1726889008.19066: variable 'ansible_shell_executable' from source: unknown 172629 1726889008.19074: variable 'ansible_connection' from source: unknown 172629 1726889008.19081: variable 'ansible_module_compression' from source: unknown 172629 1726889008.19088: variable 'ansible_shell_type' from source: unknown 172629 1726889008.19095: variable 'ansible_shell_executable' from source: unknown 172629 1726889008.19102: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889008.19151: variable 'ansible_pipelining' from source: unknown 172629 1726889008.19158: variable 'ansible_timeout' from source: unknown 172629 1726889008.19160: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889008.19291: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889008.19308: variable 'omit' from source: magic vars 172629 1726889008.19318: starting attempt loop 172629 1726889008.19325: running the handler 172629 1726889008.19371: handler run complete 172629 1726889008.19373: attempt loop complete, returning result 172629 1726889008.19375: _execute() done 172629 1726889008.19377: dumping result to json 172629 1726889008.19378: done dumping result, returning 172629 1726889008.19387: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-d0a8-add8-0000000023f7] 172629 1726889008.19394: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023f7 172629 1726889008.19664: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023f7 172629 1726889008.19668: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 172629 1726889008.19731: no more pending results, returning what we have 172629 1726889008.19733: results queue empty 172629 1726889008.19734: checking for any_errors_fatal 172629 1726889008.19747: done checking for any_errors_fatal 172629 1726889008.19748: checking for max_fail_percentage 172629 1726889008.19750: done checking for max_fail_percentage 172629 1726889008.19751: checking to see if all hosts have failed and the running result is not ok 172629 1726889008.19752: done checking to see if all hosts have failed 172629 1726889008.19755: getting the remaining hosts for this loop 172629 1726889008.19758: done getting the remaining hosts for this loop 172629 1726889008.19760: getting the next task for host managed_node1 172629 1726889008.19771: done getting next task for host managed_node1 172629 1726889008.19775: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 172629 1726889008.19778: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889008.19790: getting variables 172629 1726889008.19791: in VariableManager get_vars() 172629 1726889008.19824: Calling all_inventory to load vars for managed_node1 172629 1726889008.19827: Calling groups_inventory to load vars for managed_node1 172629 1726889008.19829: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889008.19838: Calling all_plugins_play to load vars for managed_node1 172629 1726889008.19841: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889008.19844: Calling groups_plugins_play to load vars for managed_node1 172629 1726889008.20484: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889008.21146: done with get_vars() 172629 1726889008.21165: done getting variables 172629 1726889008.21223: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:28 -0400 (0:00:00.041) 0:01:48.492 ****** 172629 1726889008.21258: entering _queue_task() for managed_node1/set_fact 172629 1726889008.21631: worker is 1 (out of 1 available) 172629 1726889008.21643: exiting _queue_task() for managed_node1/set_fact 172629 1726889008.21658: done queuing things up, now waiting for results queue to drain 172629 1726889008.21659: waiting for pending results... 172629 1726889008.21859: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 172629 1726889008.22002: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023f8 172629 1726889008.22022: variable 'ansible_search_path' from source: unknown 172629 1726889008.22030: variable 'ansible_search_path' from source: unknown 172629 1726889008.22076: calling self._execute() 172629 1726889008.22195: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889008.22210: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889008.22223: variable 'omit' from source: magic vars 172629 1726889008.22340: variable 'omit' from source: magic vars 172629 1726889008.22420: variable 'omit' from source: magic vars 172629 1726889008.22668: variable 'blivet_output' from source: set_fact 172629 1726889008.22922: variable 'omit' from source: magic vars 172629 1726889008.22951: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889008.23000: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889008.23061: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889008.23065: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889008.23068: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889008.23104: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889008.23113: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889008.23121: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889008.23235: Set connection var ansible_timeout to 10 172629 1726889008.23293: Set connection var ansible_shell_type to sh 172629 1726889008.23296: Set connection var ansible_pipelining to False 172629 1726889008.23299: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889008.23301: Set connection var ansible_shell_executable to /bin/sh 172629 1726889008.23303: Set connection var ansible_connection to ssh 172629 1726889008.23315: variable 'ansible_shell_executable' from source: unknown 172629 1726889008.23323: variable 'ansible_connection' from source: unknown 172629 1726889008.23330: variable 'ansible_module_compression' from source: unknown 172629 1726889008.23338: variable 'ansible_shell_type' from source: unknown 172629 1726889008.23360: variable 'ansible_shell_executable' from source: unknown 172629 1726889008.23363: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889008.23461: variable 'ansible_pipelining' from source: unknown 172629 1726889008.23465: variable 'ansible_timeout' from source: unknown 172629 1726889008.23467: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889008.23523: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889008.23537: variable 'omit' from source: magic vars 172629 1726889008.23583: starting attempt loop 172629 1726889008.23586: running the handler 172629 1726889008.23588: handler run complete 172629 1726889008.23590: attempt loop complete, returning result 172629 1726889008.23592: _execute() done 172629 1726889008.23594: dumping result to json 172629 1726889008.23600: done dumping result, returning 172629 1726889008.23611: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-d0a8-add8-0000000023f8] 172629 1726889008.23618: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023f8 172629 1726889008.23962: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023f8 172629 1726889008.23966: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } 172629 1726889008.24071: no more pending results, returning what we have 172629 1726889008.24074: results queue empty 172629 1726889008.24075: checking for any_errors_fatal 172629 1726889008.24080: done checking for any_errors_fatal 172629 1726889008.24081: checking for max_fail_percentage 172629 1726889008.24082: done checking for max_fail_percentage 172629 1726889008.24083: checking to see if all hosts have failed and the running result is not ok 172629 1726889008.24084: done checking to see if all hosts have failed 172629 1726889008.24085: getting the remaining hosts for this loop 172629 1726889008.24087: done getting the remaining hosts for this loop 172629 1726889008.24089: getting the next task for host managed_node1 172629 1726889008.24095: done getting next task for host managed_node1 172629 1726889008.24098: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 172629 1726889008.24102: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889008.24118: getting variables 172629 1726889008.24120: in VariableManager get_vars() 172629 1726889008.24224: Calling all_inventory to load vars for managed_node1 172629 1726889008.24228: Calling groups_inventory to load vars for managed_node1 172629 1726889008.24231: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889008.24240: Calling all_plugins_play to load vars for managed_node1 172629 1726889008.24243: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889008.24246: Calling groups_plugins_play to load vars for managed_node1 172629 1726889008.24830: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889008.25450: done with get_vars() 172629 1726889008.25474: 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 23:23:28 -0400 (0:00:00.043) 0:01:48.535 ****** 172629 1726889008.25576: entering _queue_task() for managed_node1/mount 172629 1726889008.25875: worker is 1 (out of 1 available) 172629 1726889008.25889: exiting _queue_task() for managed_node1/mount 172629 1726889008.26015: done queuing things up, now waiting for results queue to drain 172629 1726889008.26017: waiting for pending results... 172629 1726889008.26233: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 172629 1726889008.26388: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023f9 172629 1726889008.26450: variable 'ansible_search_path' from source: unknown 172629 1726889008.26460: variable 'ansible_search_path' from source: unknown 172629 1726889008.26750: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889008.28982: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889008.29162: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889008.29172: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889008.29174: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889008.29177: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889008.29262: 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) 172629 1726889008.29360: 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) 172629 1726889008.29364: 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) 172629 1726889008.29380: 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) 172629 1726889008.29407: 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) 172629 1726889008.29498: 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) 172629 1726889008.29506: 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) 172629 1726889008.29524: 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) 172629 1726889008.29570: 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) 172629 1726889008.29588: 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) 172629 1726889008.29758: variable 'blivet_output' from source: set_fact 172629 1726889008.29936: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889008.30058: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889008.30157: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889008.30163: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889008.30173: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889008.30229: 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) 172629 1726889008.30262: 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) 172629 1726889008.30297: 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) 172629 1726889008.30328: 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) 172629 1726889008.30403: dumping result to json 172629 1726889008.30479: done dumping result, returning 172629 1726889008.30483: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-d0a8-add8-0000000023f9] 172629 1726889008.30486: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023f9 172629 1726889008.30568: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023f9 172629 1726889008.30570: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726889008.30620: no more pending results, returning what we have 172629 1726889008.30624: results queue empty 172629 1726889008.30625: checking for any_errors_fatal 172629 1726889008.30634: done checking for any_errors_fatal 172629 1726889008.30635: checking for max_fail_percentage 172629 1726889008.30637: done checking for max_fail_percentage 172629 1726889008.30638: checking to see if all hosts have failed and the running result is not ok 172629 1726889008.30639: done checking to see if all hosts have failed 172629 1726889008.30640: getting the remaining hosts for this loop 172629 1726889008.30642: done getting the remaining hosts for this loop 172629 1726889008.30645: getting the next task for host managed_node1 172629 1726889008.30657: done getting next task for host managed_node1 172629 1726889008.30661: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726889008.30665: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889008.30691: getting variables 172629 1726889008.30693: in VariableManager get_vars() 172629 1726889008.30738: Calling all_inventory to load vars for managed_node1 172629 1726889008.30741: Calling groups_inventory to load vars for managed_node1 172629 1726889008.30743: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889008.30859: Calling all_plugins_play to load vars for managed_node1 172629 1726889008.30868: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889008.30879: Calling groups_plugins_play to load vars for managed_node1 172629 1726889008.31715: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889008.33326: done with get_vars() 172629 1726889008.33345: 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 23:23:28 -0400 (0:00:00.078) 0:01:48.614 ****** 172629 1726889008.33560: entering _queue_task() for managed_node1/systemd 172629 1726889008.34198: worker is 1 (out of 1 available) 172629 1726889008.34213: exiting _queue_task() for managed_node1/systemd 172629 1726889008.34226: done queuing things up, now waiting for results queue to drain 172629 1726889008.34341: waiting for pending results... 172629 1726889008.34973: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726889008.35441: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023fb 172629 1726889008.35446: variable 'ansible_search_path' from source: unknown 172629 1726889008.35448: variable 'ansible_search_path' from source: unknown 172629 1726889008.35451: calling self._execute() 172629 1726889008.35927: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889008.35932: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889008.35943: variable 'omit' from source: magic vars 172629 1726889008.36814: variable 'blivet_output' from source: set_fact 172629 1726889008.36860: Evaluated conditional (blivet_output['mounts']): True 172629 1726889008.36864: variable 'omit' from source: magic vars 172629 1726889008.36931: variable 'omit' from source: magic vars 172629 1726889008.37170: variable 'omit' from source: magic vars 172629 1726889008.37261: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889008.37265: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889008.37271: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889008.37291: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889008.37304: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889008.37335: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889008.37338: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889008.37341: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889008.37552: Set connection var ansible_timeout to 10 172629 1726889008.37560: Set connection var ansible_shell_type to sh 172629 1726889008.37604: Set connection var ansible_pipelining to False 172629 1726889008.37608: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889008.37610: Set connection var ansible_shell_executable to /bin/sh 172629 1726889008.37613: Set connection var ansible_connection to ssh 172629 1726889008.37615: variable 'ansible_shell_executable' from source: unknown 172629 1726889008.37617: variable 'ansible_connection' from source: unknown 172629 1726889008.37620: variable 'ansible_module_compression' from source: unknown 172629 1726889008.37622: variable 'ansible_shell_type' from source: unknown 172629 1726889008.37623: variable 'ansible_shell_executable' from source: unknown 172629 1726889008.37625: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889008.37627: variable 'ansible_pipelining' from source: unknown 172629 1726889008.37629: variable 'ansible_timeout' from source: unknown 172629 1726889008.37631: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889008.37986: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889008.38005: variable 'omit' from source: magic vars 172629 1726889008.38014: starting attempt loop 172629 1726889008.38020: running the handler 172629 1726889008.38036: _low_level_execute_command(): starting 172629 1726889008.38046: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889008.38769: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889008.38782: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889008.38797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889008.38814: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889008.38842: 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 <<< 172629 1726889008.38937: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889008.38973: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889008.39067: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889008.40779: stdout chunk (state=3): >>>/root <<< 172629 1726889008.40947: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889008.40951: stdout chunk (state=3): >>><<< 172629 1726889008.40953: stderr chunk (state=3): >>><<< 172629 1726889008.40975: _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 172629 1726889008.41062: _low_level_execute_command(): starting 172629 1726889008.41066: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889008.4098234-176587-32277584514728 `" && echo ansible-tmp-1726889008.4098234-176587-32277584514728="` echo /root/.ansible/tmp/ansible-tmp-1726889008.4098234-176587-32277584514728 `" ) && sleep 0' 172629 1726889008.41619: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889008.41635: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889008.41648: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889008.41669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889008.41764: 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 <<< 172629 1726889008.41819: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889008.41864: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889008.43772: stdout chunk (state=3): >>>ansible-tmp-1726889008.4098234-176587-32277584514728=/root/.ansible/tmp/ansible-tmp-1726889008.4098234-176587-32277584514728 <<< 172629 1726889008.43934: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889008.43939: stdout chunk (state=3): >>><<< 172629 1726889008.43942: stderr chunk (state=3): >>><<< 172629 1726889008.43965: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889008.4098234-176587-32277584514728=/root/.ansible/tmp/ansible-tmp-1726889008.4098234-176587-32277584514728 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889008.44161: variable 'ansible_module_compression' from source: unknown 172629 1726889008.44164: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 172629 1726889008.44166: variable 'ansible_facts' from source: unknown 172629 1726889008.44340: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889008.4098234-176587-32277584514728/AnsiballZ_systemd.py 172629 1726889008.44476: Sending initial data 172629 1726889008.44528: Sent initial data (157 bytes) 172629 1726889008.45177: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889008.45193: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889008.45209: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889008.45277: stderr 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 <<< 172629 1726889008.45326: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889008.45350: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889008.45383: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889008.45458: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889008.47037: 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 <<< 172629 1726889008.47100: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889008.47171: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp9wsca6n4 /root/.ansible/tmp/ansible-tmp-1726889008.4098234-176587-32277584514728/AnsiballZ_systemd.py <<< 172629 1726889008.47175: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889008.4098234-176587-32277584514728/AnsiballZ_systemd.py" <<< 172629 1726889008.47238: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp9wsca6n4" to remote "/root/.ansible/tmp/ansible-tmp-1726889008.4098234-176587-32277584514728/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889008.4098234-176587-32277584514728/AnsiballZ_systemd.py" <<< 172629 1726889008.48869: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889008.48920: stderr chunk (state=3): >>><<< 172629 1726889008.48929: stdout chunk (state=3): >>><<< 172629 1726889008.48959: done transferring module to remote 172629 1726889008.48978: _low_level_execute_command(): starting 172629 1726889008.48988: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889008.4098234-176587-32277584514728/ /root/.ansible/tmp/ansible-tmp-1726889008.4098234-176587-32277584514728/AnsiballZ_systemd.py && sleep 0' 172629 1726889008.49603: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889008.49619: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889008.49633: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889008.49654: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889008.49725: 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 <<< 172629 1726889008.49773: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889008.49796: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889008.49840: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889008.49880: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889008.51741: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889008.51770: stdout chunk (state=3): >>><<< 172629 1726889008.51773: stderr chunk (state=3): >>><<< 172629 1726889008.51789: _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 172629 1726889008.51867: _low_level_execute_command(): starting 172629 1726889008.51870: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889008.4098234-176587-32277584514728/AnsiballZ_systemd.py && sleep 0' 172629 1726889008.52394: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889008.52407: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889008.52420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889008.52470: stderr 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 <<< 172629 1726889008.52534: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889008.52551: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889008.52574: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889008.52657: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889008.54795: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889008.54827: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889008.54865: stdout chunk (state=3): >>>import '_thread' # <<< 172629 1726889008.54876: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 172629 1726889008.54936: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726889008.54975: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889008.55016: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889008.55041: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726889008.55056: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726889008.55100: 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' <<< 172629 1726889008.55116: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889008.55142: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889008.55175: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889008.55197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726889008.55229: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5d684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5d37b30> <<< 172629 1726889008.55242: 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' <<< 172629 1726889008.55262: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5d6aa50> <<< 172629 1726889008.55293: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889008.55310: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726889008.55321: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889008.55359: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889008.55447: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889008.55477: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889008.55501: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889008.55542: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 172629 1726889008.55563: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726889008.55584: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889008.55609: 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' <<< 172629 1726889008.55621: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5b1d130> <<< 172629 1726889008.55686: 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 <<< 172629 1726889008.55696: 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 0x7fdcd5b1e120> <<< 172629 1726889008.55722: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889008.55761: 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. <<< 172629 1726889008.56162: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889008.56175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889008.56191: 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' <<< 172629 1726889008.56210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889008.56245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889008.56278: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889008.56294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889008.56331: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5b5aea0> <<< 172629 1726889008.56348: 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' <<< 172629 1726889008.56379: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5b701a0> <<< 172629 1726889008.56389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889008.56424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889008.56439: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889008.56495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889008.56510: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889008.56564: 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 0x7fdcd5b93a40> <<< 172629 1726889008.56582: 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 0x7fdcd5bb4110> <<< 172629 1726889008.56604: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889008.56681: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5b73ce0> <<< 172629 1726889008.56684: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889008.56702: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5b71400> <<< 172629 1726889008.56779: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5b591c0> <<< 172629 1726889008.56822: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889008.56848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889008.56873: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889008.56876: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889008.56911: 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' <<< 172629 1726889008.56951: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5bb7980> <<< 172629 1726889008.56993: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5bb65a0> # /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 0x7fdcd5b722a0> <<< 172629 1726889008.57013: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5b5b0b0> <<< 172629 1726889008.57062: 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 0x7fdcd5be4a10> <<< 172629 1726889008.57087: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5b58440> <<< 172629 1726889008.57131: 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' <<< 172629 1726889008.57134: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889008.57169: 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 0x7fdcd5be4ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5be4d70> <<< 172629 1726889008.57180: 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 0x7fdcd5be5160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5b56f60> <<< 172629 1726889008.57291: 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' <<< 172629 1726889008.57330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5be5850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5be5520> 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' <<< 172629 1726889008.57361: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5be6750> import 'importlib.util' # import 'runpy' # <<< 172629 1726889008.57389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889008.57419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889008.57456: 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 0x7fdcd5c00950> <<< 172629 1726889008.57489: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889008.57507: 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 0x7fdcd5c02060> <<< 172629 1726889008.57539: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889008.57578: 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' <<< 172629 1726889008.57590: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5c02ed0> <<< 172629 1726889008.57622: 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 0x7fdcd5c03530> <<< 172629 1726889008.57654: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5c02420> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889008.57714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdcd5c03ef0> <<< 172629 1726889008.57731: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5c03620> <<< 172629 1726889008.57790: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5be6780> <<< 172629 1726889008.57817: 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' <<< 172629 1726889008.57857: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889008.57861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889008.57913: 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 0x7fdcd58e7d70> <<< 172629 1726889008.57935: 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' <<< 172629 1726889008.57947: 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 0x7fdcd5914890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd59145f0> <<< 172629 1726889008.57984: 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 0x7fdcd59148c0> <<< 172629 1726889008.58010: 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' <<< 172629 1726889008.58082: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889008.58214: 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 0x7fdcd59151f0> <<< 172629 1726889008.58343: 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 0x7fdcd5915af0> <<< 172629 1726889008.58363: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5914aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd58e5f10> <<< 172629 1726889008.58395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889008.58425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889008.58429: 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 0x7fdcd5916ed0> <<< 172629 1726889008.58469: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5915c10> <<< 172629 1726889008.58486: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5be6e70> <<< 172629 1726889008.58511: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889008.58587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889008.58591: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889008.58712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd593f260> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889008.58729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889008.58760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889008.58764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889008.58935: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5967620> <<< 172629 1726889008.58961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' 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 0x7fdcd59c03b0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889008.58987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889008.59013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889008.59059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889008.59139: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd59c2b10> <<< 172629 1726889008.59214: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd59c04d0> <<< 172629 1726889008.59247: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5989400> <<< 172629 1726889008.59287: 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 0x7fdcd57cd460> <<< 172629 1726889008.59311: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5966420> <<< 172629 1726889008.59323: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5917e30> <<< 172629 1726889008.59482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889008.59492: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdcd57cd700> <<< 172629 1726889008.59776: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_o66ybz1n/ansible_systemd_payload.zip' # zipimport: zlib available <<< 172629 1726889008.59893: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.59932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889008.59935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889008.59977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889008.60041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889008.60072: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 172629 1726889008.60096: 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 0x7fdcd5837200> import '_typing' # <<< 172629 1726889008.60269: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd58120f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5811250> <<< 172629 1726889008.60293: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.60327: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889008.60352: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889008.60377: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889008.60379: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.61749: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.62840: 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 0x7fdcd58350d0> <<< 172629 1726889008.62880: 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' <<< 172629 1726889008.62922: 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' <<< 172629 1726889008.62926: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726889008.62962: 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 0x7fdcd586abd0> <<< 172629 1726889008.63003: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd586a960> <<< 172629 1726889008.63034: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd586a270> <<< 172629 1726889008.63060: 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' <<< 172629 1726889008.63101: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd586a7b0> <<< 172629 1726889008.63129: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5837e90> import 'atexit' # <<< 172629 1726889008.63159: 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 0x7fdcd586b890> <<< 172629 1726889008.63189: 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 0x7fdcd586ba10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889008.63239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889008.63266: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889008.63313: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd586bec0> <<< 172629 1726889008.63334: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889008.63358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889008.63386: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5131ca0> <<< 172629 1726889008.63435: 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 0x7fdcd51338c0> <<< 172629 1726889008.63438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889008.63466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889008.63499: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5138260> <<< 172629 1726889008.63512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889008.63540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889008.63573: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5139100> <<< 172629 1726889008.63576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889008.63627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889008.63642: 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' <<< 172629 1726889008.63685: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd513bdd0> <<< 172629 1726889008.63758: 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 0x7fdcd5c02d50> <<< 172629 1726889008.63778: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd513a0c0> <<< 172629 1726889008.63781: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889008.63813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726889008.63839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889008.63969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889008.63972: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726889008.63992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd513fdd0> import '_tokenize' # <<< 172629 1726889008.64063: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd513e8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd513e600> <<< 172629 1726889008.64089: 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' <<< 172629 1726889008.64163: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd513eb70> <<< 172629 1726889008.64185: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd513a5d0> <<< 172629 1726889008.64222: 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 0x7fdcd5183ec0> <<< 172629 1726889008.64251: 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 0x7fdcd5184170> <<< 172629 1726889008.64283: 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 <<< 172629 1726889008.64308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889008.64336: 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' <<< 172629 1726889008.64374: 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 0x7fdcd5185c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5185a00> <<< 172629 1726889008.64377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889008.64402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889008.64470: 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 0x7fdcd5188110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5186270> <<< 172629 1726889008.64487: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889008.64522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889008.64559: 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' <<< 172629 1726889008.64574: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726889008.64603: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd518b8c0> <<< 172629 1726889008.64724: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5188290> <<< 172629 1726889008.64790: 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 0x7fdcd518c980> <<< 172629 1726889008.64824: 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 0x7fdcd518cb30> <<< 172629 1726889008.64874: 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' <<< 172629 1726889008.64900: 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 0x7fdcd518cc20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd51842c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 172629 1726889008.64931: 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 <<< 172629 1726889008.64948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889008.64990: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889008.65002: 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 0x7fdcd50182c0> <<< 172629 1726889008.65152: 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 0x7fdcd5019760> <<< 172629 1726889008.65181: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd518ea50> <<< 172629 1726889008.65242: 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 0x7fdcd518fe00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd518e660> # zipimport: zlib available <<< 172629 1726889008.65245: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726889008.65262: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.65334: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.65450: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.65458: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.65493: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889008.65496: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.65609: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.65729: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.66263: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.66808: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726889008.66823: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726889008.66857: 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' <<< 172629 1726889008.66906: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889008.66920: 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 0x7fdcd501d970> <<< 172629 1726889008.66990: 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' <<< 172629 1726889008.67016: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd501e690> <<< 172629 1726889008.67029: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd501a330> <<< 172629 1726889008.67077: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889008.67102: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889008.67125: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726889008.67276: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.67447: 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' <<< 172629 1726889008.67450: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd501e450> <<< 172629 1726889008.67474: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.67915: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.68361: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.68427: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.68508: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889008.68519: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.68548: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.68591: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889008.68605: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.68665: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.68772: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889008.68777: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726889008.68793: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.68828: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.68877: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889008.68880: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.69101: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.69333: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889008.69399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889008.69410: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889008.69480: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd501f8c0> # zipimport: zlib available <<< 172629 1726889008.69561: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.69645: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726889008.69697: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726889008.69720: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.69737: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.69762: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726889008.69807: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.69854: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.69908: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.69975: 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 <<< 172629 1726889008.70015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889008.70100: 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 0x7fdcd502a2a0> <<< 172629 1726889008.70138: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5025220> <<< 172629 1726889008.70179: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726889008.70188: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.70245: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.70309: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.70336: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.70392: 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' <<< 172629 1726889008.70417: 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 <<< 172629 1726889008.70447: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889008.70450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889008.70519: 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 <<< 172629 1726889008.70541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889008.70596: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5102ae0> <<< 172629 1726889008.70638: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd51fa7b0> <<< 172629 1726889008.70729: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd502a360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd501f1d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726889008.70850: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889008.70858: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889008.70883: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 172629 1726889008.70901: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.71085: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.71287: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.71315: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.71327: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.71354: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.71411: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.71434: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.71478: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 172629 1726889008.71556: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.71632: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.71651: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.71681: 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 <<< 172629 1726889008.71756: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 172629 1726889008.71771: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726889008.71824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726889008.71848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726889008.71896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726889008.71918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726889008.71988: 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 0x7fdcd4d22ea0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4d222d0> <<< 172629 1726889008.72249: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4d207d0> <<< 172629 1726889008.72266: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd50bac00> <<< 172629 1726889008.72327: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd50b8b90> import 'ansible.module_utils.compat.typing' # <<< 172629 1726889008.72341: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.72515: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.72689: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.72724: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.72781: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py <<< 172629 1726889008.72810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 172629 1726889008.72850: 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 <<< 172629 1726889008.72881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 172629 1726889008.72884: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd50a41d0> <<< 172629 1726889008.72893: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 172629 1726889008.72930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 172629 1726889008.72942: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726889008.72983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726889008.73007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726889008.73024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 172629 1726889008.73073: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4da4e60> <<< 172629 1726889008.73077: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889008.73087: 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 0x7fdcd4da5190> <<< 172629 1726889008.73124: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4d94980> <<< 172629 1726889008.73142: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4d6fc20> <<< 172629 1726889008.73186: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd50b9ca0> <<< 172629 1726889008.73196: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd50b8f20> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 172629 1726889008.73229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 172629 1726889008.73290: 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' <<< 172629 1726889008.73298: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 172629 1726889008.73322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 172629 1726889008.73356: 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 0x7fdcd4da7d70> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4da7650> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889008.73381: 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 0x7fdcd4da7830> <<< 172629 1726889008.73412: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4da6a80> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 172629 1726889008.73435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 172629 1726889008.73446: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4da7e90> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 172629 1726889008.73484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 172629 1726889008.73517: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdcd4bc6a80> <<< 172629 1726889008.73545: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4bc4a70> <<< 172629 1726889008.73583: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd50b8fe0> import 'ansible.module_utils.facts.timeout' # <<< 172629 1726889008.73616: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available <<< 172629 1726889008.73644: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 172629 1726889008.73703: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.73770: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 172629 1726889008.73781: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.73825: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.73905: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available <<< 172629 1726889008.73916: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 172629 1726889008.73931: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.73951: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.73990: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 172629 1726889008.74067: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.74110: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 172629 1726889008.74113: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.74156: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.74207: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 172629 1726889008.74217: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.74270: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.74326: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.74382: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.74442: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 172629 1726889008.74462: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.74934: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.75370: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 172629 1726889008.75373: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.75511: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.75514: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.75539: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat.datetime' # <<< 172629 1726889008.75568: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 172629 1726889008.75596: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.75634: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 172629 1726889008.75637: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.75691: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.75764: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available <<< 172629 1726889008.75788: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.75826: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 172629 1726889008.75830: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.75862: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.75892: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 172629 1726889008.75907: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.75976: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.76068: 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' <<< 172629 1726889008.76089: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4bc7080> <<< 172629 1726889008.76138: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726889008.76142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726889008.76266: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4bc7cb0> import 'ansible.module_utils.facts.system.local' # <<< 172629 1726889008.76286: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.76344: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.76417: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 172629 1726889008.76512: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.76610: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 172629 1726889008.76676: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.76981: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # 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' <<< 172629 1726889008.77019: 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 0x7fdcd4c0ae40> <<< 172629 1726889008.77201: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4bf3890> import 'ansible.module_utils.facts.system.python' # <<< 172629 1726889008.77220: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.77277: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.77325: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 172629 1726889008.77348: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.77424: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.77513: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.77621: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.77767: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 172629 1726889008.77790: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.77817: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.77867: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available <<< 172629 1726889008.77914: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.77958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 172629 1726889008.77986: stdout chunk (state=3): >>># 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' <<< 172629 1726889008.78011: 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 0x7fdcd4c1ea20> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4c1e990> <<< 172629 1726889008.78038: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available <<< 172629 1726889008.78063: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 172629 1726889008.78087: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.78118: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.78154: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 172629 1726889008.78170: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.78321: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.78478: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 172629 1726889008.78481: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.78584: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.78680: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.78733: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.78779: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 172629 1726889008.78782: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 172629 1726889008.78784: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.78811: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.78825: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.78972: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.79120: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 172629 1726889008.79123: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 172629 1726889008.79139: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.79257: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.79375: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 172629 1726889008.79393: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.79416: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.79458: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.80012: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.80531: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 172629 1726889008.80542: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.80639: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.80753: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 172629 1726889008.81080: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 172629 1726889008.81101: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.81260: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 172629 1726889008.81297: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 172629 1726889008.81317: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.81348: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.81401: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 172629 1726889008.81415: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.81508: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.81596: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.81799: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.82007: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 172629 1726889008.82019: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 172629 1726889008.82062: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.82096: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 172629 1726889008.82121: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.82139: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.82166: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 172629 1726889008.82183: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.82238: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.82316: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 172629 1726889008.82330: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.82345: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.82380: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 172629 1726889008.82383: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.82434: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.82502: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 172629 1726889008.82506: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.82560: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.82622: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726889008.82638: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.82890: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.83152: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 172629 1726889008.83219: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.83294: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 172629 1726889008.83297: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.83323: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.83370: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 172629 1726889008.83373: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.83411: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.83449: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 172629 1726889008.83452: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.83480: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.83525: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 172629 1726889008.83608: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.83706: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 172629 1726889008.83709: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.83734: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 172629 1726889008.83780: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.83835: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 172629 1726889008.83843: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.83879: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.83882: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.83926: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.84047: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.84070: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.84129: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 172629 1726889008.84133: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 172629 1726889008.84157: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.84202: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.84250: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 172629 1726889008.84265: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.84457: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.84647: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 172629 1726889008.84700: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.84744: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 172629 1726889008.84767: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.84801: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.84861: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 172629 1726889008.84864: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.84945: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.85026: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 172629 1726889008.85045: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.85126: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889008.85280: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 172629 1726889008.85462: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889008.85524: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 172629 1726889008.85603: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.08823: stdout chunk (state=3): >>> {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} <<< 172629 1726889009.09466: 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 <<< 172629 1726889009.09473: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport<<< 172629 1726889009.09501: stdout chunk (state=3): >>> # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins <<< 172629 1726889009.09536: stdout chunk (state=3): >>># cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # 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<<< 172629 1726889009.09592: stdout chunk (state=3): >>> # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random <<< 172629 1726889009.09629: stdout chunk (state=3): >>># cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random <<< 172629 1726889009.09648: stdout chunk (state=3): >>># 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 <<< 172629 1726889009.09680: 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<<< 172629 1726889009.09705: stdout chunk (state=3): >>> # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd <<< 172629 1726889009.09733: stdout chunk (state=3): >>># cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 <<< 172629 1726889009.09737: stdout chunk (state=3): >>># destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast <<< 172629 1726889009.09777: stdout chunk (state=3): >>># cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # 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__ <<< 172629 1726889009.09799: stdout chunk (state=3): >>># cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # 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 <<< 172629 1726889009.09838: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # 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 <<< 172629 1726889009.09872: stdout chunk (state=3): >>># 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 <<< 172629 1726889009.09891: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # 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 ansible.module_utils.service # destroy ansible.module_utils.service <<< 172629 1726889009.10222: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889009.10265: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726889009.10297: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726889009.10309: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 172629 1726889009.10312: stdout chunk (state=3): >>># destroy ipaddress <<< 172629 1726889009.10344: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889009.10388: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder <<< 172629 1726889009.10396: stdout chunk (state=3): >>># destroy json.encoder # destroy json.scanner <<< 172629 1726889009.10400: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 172629 1726889009.10417: stdout chunk (state=3): >>># destroy _locale <<< 172629 1726889009.10461: stdout chunk (state=3): >>># destroy locale # destroy _signal # destroy _posixsubprocess <<< 172629 1726889009.10466: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726889009.10492: stdout chunk (state=3): >>># destroy selinux <<< 172629 1726889009.10506: stdout chunk (state=3): >>># destroy shutil <<< 172629 1726889009.10512: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 172629 1726889009.10565: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector<<< 172629 1726889009.10583: stdout chunk (state=3): >>> # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 172629 1726889009.10613: stdout chunk (state=3): >>># destroy _pickle # destroy queue <<< 172629 1726889009.10667: stdout chunk (state=3): >>># destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 172629 1726889009.10671: stdout chunk (state=3): >>># destroy fcntl <<< 172629 1726889009.10674: stdout chunk (state=3): >>># destroy datetime <<< 172629 1726889009.10676: stdout chunk (state=3): >>># destroy base64 <<< 172629 1726889009.10704: stdout chunk (state=3): >>># destroy _ssl # destroy ansible.module_utils.compat.selinux <<< 172629 1726889009.10714: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios <<< 172629 1726889009.10733: stdout chunk (state=3): >>># destroy errno # destroy json <<< 172629 1726889009.10766: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 172629 1726889009.10777: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess <<< 172629 1726889009.10815: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token <<< 172629 1726889009.10869: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 172629 1726889009.10884: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 172629 1726889009.10888: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing <<< 172629 1726889009.10920: stdout chunk (state=3): >>># destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 172629 1726889009.10953: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random <<< 172629 1726889009.10958: stdout chunk (state=3): >>># 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 <<< 172629 1726889009.10985: stdout chunk (state=3): >>># destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser <<< 172629 1726889009.11007: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 172629 1726889009.11024: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc <<< 172629 1726889009.11033: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time <<< 172629 1726889009.11059: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 172629 1726889009.11066: 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 <<< 172629 1726889009.11078: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726889009.11218: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889009.11266: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 172629 1726889009.11272: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 172629 1726889009.11299: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 172629 1726889009.11330: 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<<< 172629 1726889009.11344: stdout chunk (state=3): >>> # destroy inspect # destroy typing # destroy functools # destroy operator <<< 172629 1726889009.11349: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves <<< 172629 1726889009.11386: stdout chunk (state=3): >>># destroy _opcode <<< 172629 1726889009.11389: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726889009.11415: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889009.11508: 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 <<< 172629 1726889009.11515: stdout chunk (state=3): >>># destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 172629 1726889009.11540: stdout chunk (state=3): >>># destroy time <<< 172629 1726889009.11544: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726889009.11575: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726889009.11583: stdout chunk (state=3): >>># destroy abc # destroy _collections_abc # destroy _operator # destroy _string # destroy re <<< 172629 1726889009.11607: stdout chunk (state=3): >>># destroy _abc # destroy itertools <<< 172629 1726889009.11624: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins <<< 172629 1726889009.11636: stdout chunk (state=3): >>># destroy _thread <<< 172629 1726889009.11646: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726889009.12033: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889009.12071: stderr chunk (state=3): >>><<< 172629 1726889009.12074: stdout chunk (state=3): >>><<< 172629 1726889009.12176: _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 0x7fdcd5d684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5d37b30> # /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 0x7fdcd5d6aa50> 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 0x7fdcd5b1d130> # /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 0x7fdcd5b1e120> 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 0x7fdcd5b5aea0> # /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 0x7fdcd5b701a0> # /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 0x7fdcd5b93a40> # /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 0x7fdcd5bb4110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5b73ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5b71400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5b591c0> # /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 0x7fdcd5bb7980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5bb65a0> # /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 0x7fdcd5b722a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5b5b0b0> # /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 0x7fdcd5be4a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5b58440> # /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 0x7fdcd5be4ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5be4d70> # 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 0x7fdcd5be5160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5b56f60> # /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 0x7fdcd5be5850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5be5520> 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 0x7fdcd5be6750> 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 0x7fdcd5c00950> 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 0x7fdcd5c02060> # /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 0x7fdcd5c02ed0> # 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 0x7fdcd5c03530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5c02420> # /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 0x7fdcd5c03ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5c03620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5be6780> # /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 0x7fdcd58e7d70> # /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 0x7fdcd5914890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd59145f0> # 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 0x7fdcd59148c0> # /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 0x7fdcd59151f0> # 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 0x7fdcd5915af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5914aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd58e5f10> # /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 0x7fdcd5916ed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5915c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5be6e70> # /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 0x7fdcd593f260> # /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 0x7fdcd5967620> # /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 0x7fdcd59c03b0> # /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 0x7fdcd59c2b10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd59c04d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5989400> # /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 0x7fdcd57cd460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5966420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5917e30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdcd57cd700> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_o66ybz1n/ansible_systemd_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 0x7fdcd5837200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd58120f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5811250> # 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 0x7fdcd58350d0> # /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 0x7fdcd586abd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd586a960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd586a270> # /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 0x7fdcd586a7b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5837e90> 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 0x7fdcd586b890> # 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 0x7fdcd586ba10> # /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 0x7fdcd586bec0> 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 0x7fdcd5131ca0> # 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 0x7fdcd51338c0> # /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 0x7fdcd5138260> # /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 0x7fdcd5139100> # /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 0x7fdcd513bdd0> # 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 0x7fdcd5c02d50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd513a0c0> # /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 0x7fdcd513fdd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd513e8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd513e600> # /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 0x7fdcd513eb70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd513a5d0> # 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 0x7fdcd5183ec0> # /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 0x7fdcd5184170> # /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 0x7fdcd5185c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5185a00> # /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 0x7fdcd5188110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5186270> # /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 0x7fdcd518b8c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5188290> # 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 0x7fdcd518c980> # 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 0x7fdcd518cb30> # 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 0x7fdcd518cc20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd51842c0> # /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 0x7fdcd50182c0> # 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 0x7fdcd5019760> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd518ea50> # 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 0x7fdcd518fe00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd518e660> # 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 0x7fdcd501d970> # /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 0x7fdcd501e690> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd501a330> 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 0x7fdcd501e450> # 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 0x7fdcd501f8c0> # 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 0x7fdcd502a2a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd5025220> 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 0x7fdcd5102ae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd51fa7b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd502a360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd501f1d0> # 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 0x7fdcd4d22ea0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4d222d0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4d207d0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd50bac00> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd50b8b90> 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 0x7fdcd50a41d0> # /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 0x7fdcd4da4e60> # 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 0x7fdcd4da5190> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4d94980> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4d6fc20> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd50b9ca0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd50b8f20> # /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 0x7fdcd4da7d70> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4da7650> # 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 0x7fdcd4da7830> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4da6a80> # /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 0x7fdcd4da7e90> # /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 0x7fdcd4bc6a80> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4bc4a70> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd50b8fe0> 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 0x7fdcd4bc7080> # /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 0x7fdcd4bc7cb0> 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 0x7fdcd4c0ae40> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4bf3890> 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 0x7fdcd4c1ea20> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdcd4c1e990> 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 # zipimport: zlib available import 'ansible.module_utils.service' # # zipimport: zlib available {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} # 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 ansible.module_utils.service # destroy ansible.module_utils.service # 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 _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.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # 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 _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 _string # destroy re # destroy _abc # destroy itertools # destroy _sre # 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. 172629 1726889009.13068: done with _execute_module (systemd, {'daemon_reload': 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': 'systemd', '_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-1726889008.4098234-176587-32277584514728/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889009.13072: _low_level_execute_command(): starting 172629 1726889009.13074: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889008.4098234-176587-32277584514728/ > /dev/null 2>&1 && sleep 0' 172629 1726889009.13076: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889009.13079: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889009.13081: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889009.13083: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889009.13086: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889009.13088: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889009.13098: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889009.13101: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726889009.13103: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726889009.13105: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726889009.13107: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889009.13109: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889009.13111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889009.13113: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889009.13115: stderr chunk (state=3): >>>debug2: match found <<< 172629 1726889009.13117: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889009.13120: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889009.13122: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889009.13124: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889009.13184: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889009.15195: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889009.15260: stderr chunk (state=3): >>><<< 172629 1726889009.15263: stdout chunk (state=3): >>><<< 172629 1726889009.15339: _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 172629 1726889009.15342: handler run complete 172629 1726889009.15344: attempt loop complete, returning result 172629 1726889009.15347: _execute() done 172629 1726889009.15349: dumping result to json 172629 1726889009.15351: done dumping result, returning 172629 1726889009.15360: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-d0a8-add8-0000000023fb] 172629 1726889009.15362: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023fb 172629 1726889009.15446: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023fb 172629 1726889009.15448: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "name": null, "status": {} } 172629 1726889009.15572: no more pending results, returning what we have 172629 1726889009.15575: results queue empty 172629 1726889009.15576: checking for any_errors_fatal 172629 1726889009.15584: done checking for any_errors_fatal 172629 1726889009.15584: checking for max_fail_percentage 172629 1726889009.15586: done checking for max_fail_percentage 172629 1726889009.15587: checking to see if all hosts have failed and the running result is not ok 172629 1726889009.15588: done checking to see if all hosts have failed 172629 1726889009.15588: getting the remaining hosts for this loop 172629 1726889009.15590: done getting the remaining hosts for this loop 172629 1726889009.15593: getting the next task for host managed_node1 172629 1726889009.15599: done getting next task for host managed_node1 172629 1726889009.15604: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 172629 1726889009.15610: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889009.15625: getting variables 172629 1726889009.15627: in VariableManager get_vars() 172629 1726889009.15776: Calling all_inventory to load vars for managed_node1 172629 1726889009.15778: Calling groups_inventory to load vars for managed_node1 172629 1726889009.15780: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889009.15789: Calling all_plugins_play to load vars for managed_node1 172629 1726889009.15791: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889009.15793: Calling groups_plugins_play to load vars for managed_node1 172629 1726889009.16263: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889009.16639: done with get_vars() 172629 1726889009.16651: 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 23:23:29 -0400 (0:00:00.832) 0:01:49.447 ****** 172629 1726889009.16727: entering _queue_task() for managed_node1/mount 172629 1726889009.16949: worker is 1 (out of 1 available) 172629 1726889009.16964: exiting _queue_task() for managed_node1/mount 172629 1726889009.16977: done queuing things up, now waiting for results queue to drain 172629 1726889009.16978: waiting for pending results... 172629 1726889009.17186: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 172629 1726889009.17279: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023fc 172629 1726889009.17293: variable 'ansible_search_path' from source: unknown 172629 1726889009.17297: variable 'ansible_search_path' from source: unknown 172629 1726889009.17546: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889009.19784: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889009.19826: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889009.19869: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889009.19902: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889009.19927: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889009.19991: 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) 172629 1726889009.20011: 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) 172629 1726889009.20029: 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) 172629 1726889009.20054: 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) 172629 1726889009.20073: 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) 172629 1726889009.20106: 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) 172629 1726889009.20126: 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) 172629 1726889009.20150: 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) 172629 1726889009.20192: 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) 172629 1726889009.20219: 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) 172629 1726889009.20251: 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) 172629 1726889009.20296: 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) 172629 1726889009.20315: 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) 172629 1726889009.20338: 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) 172629 1726889009.20350: 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) 172629 1726889009.20483: variable 'blivet_output' from source: set_fact 172629 1726889009.20588: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889009.20735: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889009.20767: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889009.20802: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889009.20832: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889009.20867: 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) 172629 1726889009.20884: 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) 172629 1726889009.20915: 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) 172629 1726889009.20941: 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) 172629 1726889009.21067: variable 'omit' from source: magic vars 172629 1726889009.21166: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889009.21184: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889009.21189: variable 'omit' from source: magic vars 172629 1726889009.21280: variable 'omit' from source: magic vars 172629 1726889009.21343: variable 'omit' from source: magic vars 172629 1726889009.21459: 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) 172629 1726889009.21477: 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) 172629 1726889009.21494: 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) 172629 1726889009.21525: 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) 172629 1726889009.21535: 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) 172629 1726889009.21625: variable 'mount_info' from source: unknown 172629 1726889009.21644: variable 'omit' from source: magic vars 172629 1726889009.21718: variable 'mount_info' from source: unknown 172629 1726889009.21850: variable 'mount_info' from source: unknown 172629 1726889009.21903: variable 'omit' from source: magic vars 172629 1726889009.21994: variable 'mount_info' from source: unknown 172629 1726889009.22003: variable 'omit' from source: magic vars 172629 1726889009.22079: variable 'mount_info' from source: unknown 172629 1726889009.22095: variable 'omit' from source: magic vars 172629 1726889009.22128: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889009.22151: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889009.22168: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889009.22182: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889009.22190: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889009.22239: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889009.22242: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889009.22244: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889009.22299: Set connection var ansible_timeout to 10 172629 1726889009.22302: Set connection var ansible_shell_type to sh 172629 1726889009.22309: Set connection var ansible_pipelining to False 172629 1726889009.22314: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889009.22319: Set connection var ansible_shell_executable to /bin/sh 172629 1726889009.22321: Set connection var ansible_connection to ssh 172629 1726889009.22364: variable 'ansible_shell_executable' from source: unknown 172629 1726889009.22367: variable 'ansible_connection' from source: unknown 172629 1726889009.22370: variable 'ansible_module_compression' from source: unknown 172629 1726889009.22372: variable 'ansible_shell_type' from source: unknown 172629 1726889009.22374: variable 'ansible_shell_executable' from source: unknown 172629 1726889009.22376: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889009.22378: variable 'ansible_pipelining' from source: unknown 172629 1726889009.22380: variable 'ansible_timeout' from source: unknown 172629 1726889009.22382: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726889009.22505: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889009.22513: variable 'omit' from source: magic vars 172629 1726889009.22518: starting attempt loop 172629 1726889009.22521: running the handler 172629 1726889009.22533: _low_level_execute_command(): starting 172629 1726889009.22539: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889009.23166: 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 <<< 172629 1726889009.23177: 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 <<< 172629 1726889009.23207: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889009.23221: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889009.23280: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889009.25069: stdout chunk (state=3): >>>/root <<< 172629 1726889009.25219: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889009.25459: stderr chunk (state=3): >>><<< 172629 1726889009.25462: stdout chunk (state=3): >>><<< 172629 1726889009.25465: _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 172629 1726889009.25468: _low_level_execute_command(): starting 172629 1726889009.25471: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889009.253776-176617-206712662891153 `" && echo ansible-tmp-1726889009.253776-176617-206712662891153="` echo /root/.ansible/tmp/ansible-tmp-1726889009.253776-176617-206712662891153 `" ) && sleep 0' 172629 1726889009.26038: 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 <<< 172629 1726889009.26052: stderr 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 <<< 172629 1726889009.26067: stderr 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 <<< 172629 1726889009.26112: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889009.26132: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889009.26184: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889009.28285: stdout chunk (state=3): >>>ansible-tmp-1726889009.253776-176617-206712662891153=/root/.ansible/tmp/ansible-tmp-1726889009.253776-176617-206712662891153 <<< 172629 1726889009.28328: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889009.28331: stdout chunk (state=3): >>><<< 172629 1726889009.28338: stderr chunk (state=3): >>><<< 172629 1726889009.28359: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889009.253776-176617-206712662891153=/root/.ansible/tmp/ansible-tmp-1726889009.253776-176617-206712662891153 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726889009.28493: variable 'ansible_module_compression' from source: unknown 172629 1726889009.28497: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 172629 1726889009.28616: variable 'ansible_facts' from source: unknown 172629 1726889009.28631: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889009.253776-176617-206712662891153/AnsiballZ_mount.py 172629 1726889009.28856: Sending initial data 172629 1726889009.28860: Sent initial data (155 bytes) 172629 1726889009.29396: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889009.29410: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889009.29423: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889009.29443: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889009.29468: 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 <<< 172629 1726889009.29496: 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 <<< 172629 1726889009.29509: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889009.29593: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889009.29615: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889009.29678: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889009.31360: 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 <<< 172629 1726889009.31429: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889009.31473: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpiikkrk5p /root/.ansible/tmp/ansible-tmp-1726889009.253776-176617-206712662891153/AnsiballZ_mount.py <<< 172629 1726889009.31500: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889009.253776-176617-206712662891153/AnsiballZ_mount.py" <<< 172629 1726889009.31590: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpiikkrk5p" to remote "/root/.ansible/tmp/ansible-tmp-1726889009.253776-176617-206712662891153/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889009.253776-176617-206712662891153/AnsiballZ_mount.py" <<< 172629 1726889009.32413: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889009.32444: stderr chunk (state=3): >>><<< 172629 1726889009.32463: stdout chunk (state=3): >>><<< 172629 1726889009.32571: done transferring module to remote 172629 1726889009.32660: _low_level_execute_command(): starting 172629 1726889009.32664: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889009.253776-176617-206712662891153/ /root/.ansible/tmp/ansible-tmp-1726889009.253776-176617-206712662891153/AnsiballZ_mount.py && sleep 0' 172629 1726889009.33215: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889009.33228: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889009.33244: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889009.33274: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889009.33377: 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 <<< 172629 1726889009.33398: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889009.33478: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889009.35274: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889009.35309: stdout chunk (state=3): >>><<< 172629 1726889009.35320: stderr chunk (state=3): >>><<< 172629 1726889009.35373: _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 172629 1726889009.35463: _low_level_execute_command(): starting 172629 1726889009.35466: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889009.253776-176617-206712662891153/AnsiballZ_mount.py && sleep 0' 172629 1726889009.36006: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889009.36022: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889009.36037: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889009.36052: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889009.36071: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889009.36082: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889009.36103: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889009.36174: 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 <<< 172629 1726889009.36208: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889009.36231: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889009.36268: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889009.36321: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889009.38515: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 172629 1726889009.38556: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889009.38716: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # <<< 172629 1726889009.38791: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # <<< 172629 1726889009.38794: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726889009.38797: 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' # <<< 172629 1726889009.38881: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889009.38906: 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 0x7f41888184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41887e7b30> <<< 172629 1726889009.38986: 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 0x7f418881aa50> <<< 172629 1726889009.38990: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 172629 1726889009.39023: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889009.39183: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889009.39187: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # <<< 172629 1726889009.39250: 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' <<< 172629 1726889009.39274: 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 # 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 0x7f41885e9130> <<< 172629 1726889009.39334: 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' <<< 172629 1726889009.39410: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41885ea120> <<< 172629 1726889009.39424: stdout chunk (state=3): >>>import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 172629 1726889009.39654: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889009.39659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889009.39761: 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 <<< 172629 1726889009.39765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889009.39767: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889009.39854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4188626ea0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889009.39879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418863c1a0> <<< 172629 1726889009.39932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889009.39935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889009.39964: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889009.40024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889009.40029: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889009.40070: 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 0x7f418865fa40> # /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 0x7f4188680110> <<< 172629 1726889009.40111: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889009.40133: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418863fce0> import '_functools' # <<< 172629 1726889009.40177: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418863d400> <<< 172629 1726889009.40275: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886251c0> <<< 172629 1726889009.40520: 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' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886838f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4188682510> # /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 0x7f418863e2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886270b0> # /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 0x7f41886b0980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4188624440> <<< 172629 1726889009.40541: 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' <<< 172629 1726889009.40680: 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 0x7f41886b0e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886b0ce0> # 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 0x7f41886b10d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4188622f60> # /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 <<< 172629 1726889009.40721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889009.40834: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886b1760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886b1460> 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 0x7f41886b2660> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889009.40894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889009.40901: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726889009.40904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886cc890> <<< 172629 1726889009.40917: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889009.40941: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889009.41040: 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 0x7f41886cdfd0> # /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' <<< 172629 1726889009.41161: 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 0x7f41886cee40> # 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 0x7f41886cf4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886ce3c0> # /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 0x7f41886cff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886cf650> <<< 172629 1726889009.41194: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886b26c0> <<< 172629 1726889009.41276: 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' # /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' <<< 172629 1726889009.41309: 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 0x7f4188463da0> <<< 172629 1726889009.41327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 172629 1726889009.41342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 172629 1726889009.41361: 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 0x7f418848c8c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418848c620> <<< 172629 1726889009.41420: 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 0x7f418848c8f0> <<< 172629 1726889009.41648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889009.41666: 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 0x7f418848d220> <<< 172629 1726889009.41768: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889009.41821: 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 0x7f418848dbe0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418848cad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4188461f40> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889009.41833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889009.41873: 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 0x7f418848eff0> <<< 172629 1726889009.41900: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418848dd30> <<< 172629 1726889009.41975: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886b2db0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889009.42000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889009.42030: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889009.42074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889009.42132: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41884b7320> <<< 172629 1726889009.42148: 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' <<< 172629 1726889009.42201: 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' <<< 172629 1726889009.42228: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41884db6b0> <<< 172629 1726889009.42272: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889009.42297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889009.42375: stdout chunk (state=3): >>>import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726889009.42378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418853c4d0> <<< 172629 1726889009.42389: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889009.42482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889009.42485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889009.42576: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418853ec30> <<< 172629 1726889009.42678: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418853c5f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41885054c0> <<< 172629 1726889009.42700: 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 0x7f41883455b0> <<< 172629 1726889009.42740: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41884da4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418848fef0> <<< 172629 1726889009.42893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f41884daab0> <<< 172629 1726889009.43104: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_heth5iws/ansible_mount_payload.zip' <<< 172629 1726889009.43112: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.43231: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.43247: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889009.43323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889009.43338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889009.43382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889009.43404: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 172629 1726889009.43443: 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 0x7f418839b260> import '_typing' # <<< 172629 1726889009.43675: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418837e1e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418837d340> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889009.43687: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889009.43699: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.45104: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.46200: 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 0x7f41883991c0> <<< 172629 1726889009.46224: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726889009.46252: 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 <<< 172629 1726889009.46280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726889009.46320: 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' <<< 172629 1726889009.46332: 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 0x7f41883c6d20> <<< 172629 1726889009.46369: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41883c6ab0> <<< 172629 1726889009.46422: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41883c63c0> <<< 172629 1726889009.46426: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889009.46437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726889009.46472: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41883c6810> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418839bf80> <<< 172629 1726889009.46504: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726889009.46507: 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 0x7f41883c7a40> <<< 172629 1726889009.46554: 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 0x7f41883c7c80> <<< 172629 1726889009.46559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889009.46613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889009.46616: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889009.46676: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41883f01a0> <<< 172629 1726889009.46679: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889009.46710: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889009.46713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889009.46753: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d19fd0> <<< 172629 1726889009.46786: 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 0x7f4187d1bbf0> <<< 172629 1726889009.46819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889009.46822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889009.46866: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d1c5f0> <<< 172629 1726889009.46878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889009.46914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889009.46928: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d1d760> <<< 172629 1726889009.46945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889009.46991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889009.47001: 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' <<< 172629 1726889009.47053: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d24200> <<< 172629 1726889009.47100: 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 0x7f4187d24320> <<< 172629 1726889009.47116: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d1e4b0> <<< 172629 1726889009.47138: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889009.47157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889009.47188: 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' <<< 172629 1726889009.47221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889009.47261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889009.47269: 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' <<< 172629 1726889009.47289: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d68080> import '_tokenize' # <<< 172629 1726889009.47364: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d26b70> <<< 172629 1726889009.47385: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d268d0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726889009.47400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726889009.47458: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d26e40> <<< 172629 1726889009.47484: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d1e9c0> <<< 172629 1726889009.47535: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889009.47557: 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 0x7f4187d6c200> # /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 0x7f4187d6c470> <<< 172629 1726889009.47596: 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 <<< 172629 1726889009.47607: 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' <<< 172629 1726889009.47667: 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 0x7f4187d6df10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d6dcd0> <<< 172629 1726889009.47680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889009.47783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889009.47837: 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 0x7f4187d70440> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d6e5d0> <<< 172629 1726889009.47860: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889009.47905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889009.47937: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726889009.47941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726889009.47961: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726889009.48049: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d73c20> <<< 172629 1726889009.48115: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d705f0> <<< 172629 1726889009.48182: 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 0x7f4187d747d0> <<< 172629 1726889009.48210: 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 0x7f4187d74e60> <<< 172629 1726889009.48274: 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 0x7f4187d74f50> <<< 172629 1726889009.48278: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d6c5f0> <<< 172629 1726889009.48316: 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 <<< 172629 1726889009.48344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889009.48376: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889009.48389: 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 0x7f4187c00650> <<< 172629 1726889009.48574: 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 0x7f4187c01730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d76e40> <<< 172629 1726889009.48588: 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 0x7f4187d77a10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d76a50> <<< 172629 1726889009.48642: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.48646: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726889009.48735: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.48837: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.48875: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726889009.48898: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726889009.49014: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.49133: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.49674: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.50201: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726889009.50214: 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' # <<< 172629 1726889009.50238: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889009.50254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889009.50305: 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 0x7f4187c05880> <<< 172629 1726889009.50385: 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' <<< 172629 1726889009.50418: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187c066c0> <<< 172629 1726889009.50421: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187c01850> <<< 172629 1726889009.50483: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889009.50486: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.50523: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726889009.50526: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.50680: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.50848: 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' <<< 172629 1726889009.50851: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187c06750> <<< 172629 1726889009.50876: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.51309: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.51756: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.51823: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.51901: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889009.51911: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.51946: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.51990: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889009.52000: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.52061: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.52148: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889009.52178: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.52191: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726889009.52230: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.52281: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889009.52284: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.52507: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.52738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889009.52800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889009.52816: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889009.52886: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187c07a40> <<< 172629 1726889009.52897: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.52982: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.53047: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726889009.53050: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726889009.53076: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.53131: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.53163: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726889009.53217: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.53258: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.53311: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.53378: 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 <<< 172629 1726889009.53418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889009.53500: 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 0x7f4187c12720> <<< 172629 1726889009.53542: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187c0d190> <<< 172629 1726889009.53578: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726889009.53646: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.53707: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.53735: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.53790: 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' <<< 172629 1726889009.53830: 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 <<< 172629 1726889009.53833: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889009.53849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889009.53909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889009.53942: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889009.53945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889009.53993: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4188416ea0> <<< 172629 1726889009.54037: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4188402b70> <<< 172629 1726889009.54135: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187c128d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187c076e0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726889009.54141: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.54196: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.54199: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889009.54272: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889009.54281: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.54358: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible' # <<< 172629 1726889009.54368: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.54407: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix' # # zipimport: zlib available <<< 172629 1726889009.54436: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # # zipimport: zlib available <<< 172629 1726889009.54862: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.55262: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.55298: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # <<< 172629 1726889009.55302: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.55344: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.55349: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 172629 1726889009.55435: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.55588: stdout chunk (state=3): >>> {"changed": false, "name": "none", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "fstype": "swap", "invocation": {"module_args": {"src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "path": "none", "fstype": "swap", "opts": "defaults", "state": "present", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null}}} <<< 172629 1726889009.55591: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889009.56196: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.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.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount <<< 172629 1726889009.56341: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889009.56369: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726889009.56390: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726889009.56418: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726889009.56434: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889009.56461: 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 <<< 172629 1726889009.56496: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726889009.56523: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726889009.56545: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 172629 1726889009.56576: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889009.56621: 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 <<< 172629 1726889009.56648: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726889009.56676: 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 <<< 172629 1726889009.56704: 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 <<< 172629 1726889009.56735: 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 <<< 172629 1726889009.56785: stdout chunk (state=3): >>># cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # 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 <<< 172629 1726889009.56789: 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 <<< 172629 1726889009.56793: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 172629 1726889009.56814: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726889009.56945: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726889009.56949: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726889009.56988: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid <<< 172629 1726889009.56991: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889009.57019: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726889009.57051: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726889009.57054: 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 <<< 172629 1726889009.57085: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889009.57174: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 172629 1726889009.57206: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 172629 1726889009.57222: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 172629 1726889009.57238: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726889009.57277: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726889009.57291: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726889009.57683: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889009.57686: stdout chunk (state=3): >>><<< 172629 1726889009.57688: stderr chunk (state=3): >>><<< 172629 1726889009.57780: _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 0x7f41888184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41887e7b30> # /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 0x7f418881aa50> 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 0x7f41885e9130> # /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 0x7f41885ea120> 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 0x7f4188626ea0> # /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 0x7f418863c1a0> # /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 0x7f418865fa40> # /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 0x7f4188680110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418863fce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418863d400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886251c0> # /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 0x7f41886838f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4188682510> # /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 0x7f418863e2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886270b0> # /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 0x7f41886b0980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4188624440> # /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 0x7f41886b0e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886b0ce0> # 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 0x7f41886b10d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4188622f60> # /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 0x7f41886b1760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886b1460> 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 0x7f41886b2660> 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 0x7f41886cc890> 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 0x7f41886cdfd0> # /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 0x7f41886cee40> # 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 0x7f41886cf4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886ce3c0> # /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 0x7f41886cff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886cf650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886b26c0> # /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 0x7f4188463da0> # /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 0x7f418848c8c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418848c620> # 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 0x7f418848c8f0> # /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 0x7f418848d220> # 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 0x7f418848dbe0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418848cad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4188461f40> # /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 0x7f418848eff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418848dd30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41886b2db0> # /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 0x7f41884b7320> # /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 0x7f41884db6b0> # /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 0x7f418853c4d0> # /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 0x7f418853ec30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418853c5f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41885054c0> # /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 0x7f41883455b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41884da4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418848fef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f41884daab0> # zipimport: found 36 names in '/tmp/ansible_mount_payload_heth5iws/ansible_mount_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 0x7f418839b260> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418837e1e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418837d340> # 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 0x7f41883991c0> # /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 0x7f41883c6d20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41883c6ab0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41883c63c0> # /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 0x7f41883c6810> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f418839bf80> 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 0x7f41883c7a40> # 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 0x7f41883c7c80> # /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 0x7f41883f01a0> 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 0x7f4187d19fd0> # 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 0x7f4187d1bbf0> # /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 0x7f4187d1c5f0> # /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 0x7f4187d1d760> # /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 0x7f4187d24200> # 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 0x7f4187d24320> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d1e4b0> # /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 0x7f4187d68080> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d26b70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d268d0> # /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 0x7f4187d26e40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d1e9c0> # 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 0x7f4187d6c200> # /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 0x7f4187d6c470> # /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 0x7f4187d6df10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d6dcd0> # /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 0x7f4187d70440> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d6e5d0> # /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 0x7f4187d73c20> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d705f0> # 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 0x7f4187d747d0> # 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 0x7f4187d74e60> # 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 0x7f4187d74f50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d6c5f0> # /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 0x7f4187c00650> # 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 0x7f4187c01730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d76e40> # 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 0x7f4187d77a10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187d76a50> # 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 0x7f4187c05880> # /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 0x7f4187c066c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187c01850> 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 0x7f4187c06750> # 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 0x7f4187c07a40> # 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 0x7f4187c12720> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187c0d190> 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 0x7f4188416ea0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4188402b70> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187c128d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4187c076e0> # 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.ansible' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # # zipimport: zlib available {"changed": false, "name": "none", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "fstype": "swap", "invocation": {"module_args": {"src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "path": "none", "fstype": "swap", "opts": "defaults", "state": "present", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": 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.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount # 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. 172629 1726889009.58517: done with _execute_module (mount, {'src': 'UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', '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': 'mount', '_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-1726889009.253776-176617-206712662891153/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889009.58521: _low_level_execute_command(): starting 172629 1726889009.58524: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889009.253776-176617-206712662891153/ > /dev/null 2>&1 && sleep 0' 172629 1726889009.58788: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889009.58802: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889009.58817: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889009.58832: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889009.58931: 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' <<< 172629 1726889009.58951: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889009.58973: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889009.59046: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889009.60971: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889009.60983: stdout chunk (state=3): >>><<< 172629 1726889009.61001: stderr chunk (state=3): >>><<< 172629 1726889009.61024: _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 172629 1726889009.61039: handler run complete 172629 1726889009.61068: attempt loop complete, returning result 172629 1726889009.61159: variable 'mount_info' from source: unknown 172629 1726889009.61197: variable 'mount_info' from source: unknown ok: [managed_node1] => (item={'src': 'UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f" } 172629 1726889009.61692: dumping result to json 172629 1726889009.61695: done dumping result, returning 172629 1726889009.61698: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-d0a8-add8-0000000023fc] 172629 1726889009.61700: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023fc 172629 1726889009.61752: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023fc 172629 1726889009.61757: WORKER PROCESS EXITING 172629 1726889009.61853: no more pending results, returning what we have 172629 1726889009.61859: results queue empty 172629 1726889009.61860: checking for any_errors_fatal 172629 1726889009.61865: done checking for any_errors_fatal 172629 1726889009.61866: checking for max_fail_percentage 172629 1726889009.61868: done checking for max_fail_percentage 172629 1726889009.61869: checking to see if all hosts have failed and the running result is not ok 172629 1726889009.61870: done checking to see if all hosts have failed 172629 1726889009.61870: getting the remaining hosts for this loop 172629 1726889009.61872: done getting the remaining hosts for this loop 172629 1726889009.61875: getting the next task for host managed_node1 172629 1726889009.61881: done getting next task for host managed_node1 172629 1726889009.61885: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 172629 1726889009.61889: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889009.61902: getting variables 172629 1726889009.61904: in VariableManager get_vars() 172629 1726889009.61942: Calling all_inventory to load vars for managed_node1 172629 1726889009.61944: Calling groups_inventory to load vars for managed_node1 172629 1726889009.61946: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889009.62061: Calling all_plugins_play to load vars for managed_node1 172629 1726889009.62066: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889009.62070: Calling groups_plugins_play to load vars for managed_node1 172629 1726889009.63163: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889009.64027: done with get_vars() 172629 1726889009.64042: 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 23:23:29 -0400 (0:00:00.474) 0:01:49.921 ****** 172629 1726889009.64140: entering _queue_task() for managed_node1/file 172629 1726889009.64458: worker is 1 (out of 1 available) 172629 1726889009.64472: exiting _queue_task() for managed_node1/file 172629 1726889009.64483: done queuing things up, now waiting for results queue to drain 172629 1726889009.64484: waiting for pending results... 172629 1726889009.64793: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 172629 1726889009.64974: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000023fe 172629 1726889009.64984: variable 'ansible_search_path' from source: unknown 172629 1726889009.64987: variable 'ansible_search_path' from source: unknown 172629 1726889009.65407: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889009.67582: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889009.67656: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889009.67697: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889009.67734: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889009.67772: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889009.67869: 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) 172629 1726889009.67913: 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) 172629 1726889009.67946: 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) 172629 1726889009.68000: 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) 172629 1726889009.68024: 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) 172629 1726889009.68084: 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) 172629 1726889009.68117: 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) 172629 1726889009.68225: 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) 172629 1726889009.68229: 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) 172629 1726889009.68232: 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) 172629 1726889009.68277: 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) 172629 1726889009.68306: 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) 172629 1726889009.68340: 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) 172629 1726889009.68387: 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) 172629 1726889009.68408: 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) 172629 1726889009.68581: variable 'blivet_output' from source: set_fact 172629 1726889009.68682: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889009.68861: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889009.68907: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889009.68943: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889009.69059: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889009.69064: 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) 172629 1726889009.69077: 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) 172629 1726889009.69107: 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) 172629 1726889009.69138: 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) 172629 1726889009.69288: variable 'omit' from source: magic vars 172629 1726889009.69405: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889009.69421: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889009.69506: variable 'omit' from source: magic vars 172629 1726889009.69806: variable 'mount_info' from source: unknown 172629 1726889009.69822: Evaluated conditional (mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none): False 172629 1726889009.69834: when evaluation is False, skipping this task 172629 1726889009.69881: variable 'mount_info' from source: unknown 172629 1726889009.69963: variable 'mount_info' from source: unknown skipping: [managed_node1] => (item={'src': 'UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "state": "present" }, "skip_reason": "Conditional result was False" } 172629 1726889009.70363: dumping result to json 172629 1726889009.70367: done dumping result, returning 172629 1726889009.70370: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-d0a8-add8-0000000023fe] 172629 1726889009.70378: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023fe 172629 1726889009.70427: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000023fe 172629 1726889009.70430: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false } MSG: All items skipped 172629 1726889009.70506: no more pending results, returning what we have 172629 1726889009.70510: results queue empty 172629 1726889009.70511: checking for any_errors_fatal 172629 1726889009.70528: done checking for any_errors_fatal 172629 1726889009.70529: checking for max_fail_percentage 172629 1726889009.70530: done checking for max_fail_percentage 172629 1726889009.70531: checking to see if all hosts have failed and the running result is not ok 172629 1726889009.70533: done checking to see if all hosts have failed 172629 1726889009.70533: getting the remaining hosts for this loop 172629 1726889009.70535: done getting the remaining hosts for this loop 172629 1726889009.70539: getting the next task for host managed_node1 172629 1726889009.70547: done getting next task for host managed_node1 172629 1726889009.70551: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726889009.70559: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889009.70581: getting variables 172629 1726889009.70583: in VariableManager get_vars() 172629 1726889009.70622: Calling all_inventory to load vars for managed_node1 172629 1726889009.70624: Calling groups_inventory to load vars for managed_node1 172629 1726889009.70627: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889009.70637: Calling all_plugins_play to load vars for managed_node1 172629 1726889009.70640: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889009.70642: Calling groups_plugins_play to load vars for managed_node1 172629 1726889009.71400: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889009.72004: done with get_vars() 172629 1726889009.72019: 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 23:23:29 -0400 (0:00:00.079) 0:01:50.001 ****** 172629 1726889009.72117: entering _queue_task() for managed_node1/systemd 172629 1726889009.72426: worker is 1 (out of 1 available) 172629 1726889009.72438: exiting _queue_task() for managed_node1/systemd 172629 1726889009.72451: done queuing things up, now waiting for results queue to drain 172629 1726889009.72452: waiting for pending results... 172629 1726889009.72873: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726889009.72922: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002400 172629 1726889009.72990: variable 'ansible_search_path' from source: unknown 172629 1726889009.72994: variable 'ansible_search_path' from source: unknown 172629 1726889009.72997: calling self._execute() 172629 1726889009.73102: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889009.73113: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889009.73126: variable 'omit' from source: magic vars 172629 1726889009.73536: variable 'blivet_output' from source: set_fact 172629 1726889009.73585: Evaluated conditional (blivet_output['mounts']): True 172629 1726889009.73595: variable 'omit' from source: magic vars 172629 1726889009.73670: variable 'omit' from source: magic vars 172629 1726889009.73751: variable 'omit' from source: magic vars 172629 1726889009.73758: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889009.73795: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889009.73820: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889009.73840: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889009.73862: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889009.73898: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889009.73906: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889009.73970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889009.74023: Set connection var ansible_timeout to 10 172629 1726889009.74034: Set connection var ansible_shell_type to sh 172629 1726889009.74044: Set connection var ansible_pipelining to False 172629 1726889009.74059: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889009.74070: Set connection var ansible_shell_executable to /bin/sh 172629 1726889009.74080: Set connection var ansible_connection to ssh 172629 1726889009.74104: variable 'ansible_shell_executable' from source: unknown 172629 1726889009.74110: variable 'ansible_connection' from source: unknown 172629 1726889009.74118: variable 'ansible_module_compression' from source: unknown 172629 1726889009.74125: variable 'ansible_shell_type' from source: unknown 172629 1726889009.74131: variable 'ansible_shell_executable' from source: unknown 172629 1726889009.74138: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889009.74186: variable 'ansible_pipelining' from source: unknown 172629 1726889009.74189: variable 'ansible_timeout' from source: unknown 172629 1726889009.74191: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889009.74379: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889009.74417: variable 'omit' from source: magic vars 172629 1726889009.74427: starting attempt loop 172629 1726889009.74433: running the handler 172629 1726889009.74450: _low_level_execute_command(): starting 172629 1726889009.74513: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889009.75209: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889009.75228: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889009.75240: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889009.75270: stderr 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 <<< 172629 1726889009.75281: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889009.75309: 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 <<< 172629 1726889009.75369: 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 <<< 172629 1726889009.75410: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889009.75429: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889009.75448: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889009.75554: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889009.77268: stdout chunk (state=3): >>>/root <<< 172629 1726889009.77427: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889009.77431: stdout chunk (state=3): >>><<< 172629 1726889009.77433: stderr chunk (state=3): >>><<< 172629 1726889009.77553: _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 172629 1726889009.77560: _low_level_execute_command(): starting 172629 1726889009.77564: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889009.7745965-176640-139236707657141 `" && echo ansible-tmp-1726889009.7745965-176640-139236707657141="` echo /root/.ansible/tmp/ansible-tmp-1726889009.7745965-176640-139236707657141 `" ) && sleep 0' 172629 1726889009.78132: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889009.78148: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889009.78165: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889009.78216: stderr 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 <<< 172629 1726889009.78270: 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 <<< 172629 1726889009.78322: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889009.78339: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889009.78371: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889009.78441: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889009.80339: stdout chunk (state=3): >>>ansible-tmp-1726889009.7745965-176640-139236707657141=/root/.ansible/tmp/ansible-tmp-1726889009.7745965-176640-139236707657141 <<< 172629 1726889009.80441: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889009.80483: stderr chunk (state=3): >>><<< 172629 1726889009.80491: stdout chunk (state=3): >>><<< 172629 1726889009.80515: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889009.7745965-176640-139236707657141=/root/.ansible/tmp/ansible-tmp-1726889009.7745965-176640-139236707657141 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889009.80583: variable 'ansible_module_compression' from source: unknown 172629 1726889009.80648: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 172629 1726889009.80757: variable 'ansible_facts' from source: unknown 172629 1726889009.80947: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889009.7745965-176640-139236707657141/AnsiballZ_systemd.py 172629 1726889009.81097: Sending initial data 172629 1726889009.81106: Sent initial data (158 bytes) 172629 1726889009.81740: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889009.81852: 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 <<< 172629 1726889009.81877: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889009.81938: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889009.83516: 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 <<< 172629 1726889009.83582: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889009.83629: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpzvmuy7hi /root/.ansible/tmp/ansible-tmp-1726889009.7745965-176640-139236707657141/AnsiballZ_systemd.py <<< 172629 1726889009.83632: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889009.7745965-176640-139236707657141/AnsiballZ_systemd.py" <<< 172629 1726889009.83677: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpzvmuy7hi" to remote "/root/.ansible/tmp/ansible-tmp-1726889009.7745965-176640-139236707657141/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889009.7745965-176640-139236707657141/AnsiballZ_systemd.py" <<< 172629 1726889009.85463: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889009.85468: stdout chunk (state=3): >>><<< 172629 1726889009.85471: stderr chunk (state=3): >>><<< 172629 1726889009.85476: done transferring module to remote 172629 1726889009.85499: _low_level_execute_command(): starting 172629 1726889009.85513: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889009.7745965-176640-139236707657141/ /root/.ansible/tmp/ansible-tmp-1726889009.7745965-176640-139236707657141/AnsiballZ_systemd.py && sleep 0' 172629 1726889009.86125: 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 <<< 172629 1726889009.86167: stderr 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 <<< 172629 1726889009.86231: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889009.86245: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889009.86271: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889009.86358: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889009.88258: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889009.88263: stdout chunk (state=3): >>><<< 172629 1726889009.88265: stderr chunk (state=3): >>><<< 172629 1726889009.88284: _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 172629 1726889009.88364: _low_level_execute_command(): starting 172629 1726889009.88368: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889009.7745965-176640-139236707657141/AnsiballZ_systemd.py && sleep 0' 172629 1726889009.88909: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889009.88922: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889009.88934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889009.88951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889009.89021: 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 <<< 172629 1726889009.89067: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889009.89083: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889009.89107: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889009.89186: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889009.91373: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889009.91395: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889009.91429: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889009.91498: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726889009.91522: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726889009.91538: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889009.91599: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889009.91602: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726889009.91620: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726889009.91654: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726889009.91676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889009.91702: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 172629 1726889009.91751: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889009.91785: 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 0x7f3a5e5bc4d0> <<< 172629 1726889009.91789: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e58bb00> <<< 172629 1726889009.91857: 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 0x7f3a5e5bea50> <<< 172629 1726889009.91864: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889009.91866: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726889009.91885: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889009.91913: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889009.91998: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889009.92028: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889009.92089: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889009.92093: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889009.92113: 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' <<< 172629 1726889009.92153: 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 <<< 172629 1726889009.92174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e5cd130> <<< 172629 1726889009.92245: 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' <<< 172629 1726889009.92263: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e5ce120> <<< 172629 1726889009.92298: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889009.92305: 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. <<< 172629 1726889009.92688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889009.92732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889009.92736: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726889009.92753: 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 <<< 172629 1726889009.92787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889009.92812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889009.92841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889009.92880: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e3aaea0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889009.92887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889009.92919: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e3c01a0> <<< 172629 1726889009.92940: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889009.92959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889009.92981: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889009.93036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889009.93060: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889009.93102: 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 0x7f3a5e3e3a40> <<< 172629 1726889009.93119: 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 0x7f3a5e404110> <<< 172629 1726889009.93134: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889009.93186: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e3c3ce0> <<< 172629 1726889009.93205: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889009.93220: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e3c1400> <<< 172629 1726889009.93319: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e3a91c0> <<< 172629 1726889009.93350: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889009.93376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889009.93401: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889009.93432: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889009.93460: 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 <<< 172629 1726889009.93471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726889009.93497: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e407920> <<< 172629 1726889009.93532: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e406540> # /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 0x7f3a5e3c22d0> <<< 172629 1726889009.93552: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e3ab0b0> <<< 172629 1726889009.93594: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726889009.93621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e434980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e3a8440> <<< 172629 1726889009.93634: 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' <<< 172629 1726889009.93676: 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' <<< 172629 1726889009.93701: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3a5e434e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e434ce0> <<< 172629 1726889009.93727: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889009.93772: 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 0x7f3a5e4350d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e3a6f60> <<< 172629 1726889009.93775: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726889009.93787: 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 <<< 172629 1726889009.93836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e435790> <<< 172629 1726889009.93863: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e435490> import 'importlib.machinery' # <<< 172629 1726889009.93903: 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' <<< 172629 1726889009.93923: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e436690> import 'importlib.util' # import 'runpy' # <<< 172629 1726889009.93946: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889009.93981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889009.94024: 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 0x7f3a5e4508c0> <<< 172629 1726889009.94052: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889009.94080: 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 0x7f3a5e452000> <<< 172629 1726889009.94133: 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' <<< 172629 1726889009.94136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726889009.94147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e452ea0> <<< 172629 1726889009.94234: 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 0x7f3a5e453500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e4523f0> <<< 172629 1726889009.94292: 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' <<< 172629 1726889009.94328: 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 0x7f3a5e453f80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e4536b0> <<< 172629 1726889009.94511: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e4366f0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889009.94526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3a5e137e00> # /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 0x7f3a5e1648f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e164650> # 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 0x7f3a5e164800> <<< 172629 1726889009.94558: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726889009.94578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726889009.94630: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889009.94776: 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 0x7f3a5e1651c0> <<< 172629 1726889009.94907: 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 0x7f3a5e165af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e164a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e135fa0> <<< 172629 1726889009.94927: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889009.94956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889009.94971: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726889009.94996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e166ed0> <<< 172629 1726889009.95013: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e165c10> <<< 172629 1726889009.95040: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e436de0> <<< 172629 1726889009.95076: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889009.95309: 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 0x7f3a5e18f260> # /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 <<< 172629 1726889009.95317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889009.95362: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e1b7620> <<< 172629 1726889009.95388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889009.95417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889009.95484: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889009.95540: 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 0x7f3a5e2103b0> # /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' <<< 172629 1726889009.95578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889009.95622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889009.95725: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e212b10> <<< 172629 1726889009.95800: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e2104d0> <<< 172629 1726889009.95836: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e1d9430> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726889009.95871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5db21460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e1b6420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e167e30> <<< 172629 1726889009.96053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3a5e1b6a20> <<< 172629 1726889009.96406: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_ooatwu4x/ansible_systemd_payload.zip' # zipimport: zlib available <<< 172629 1726889009.96431: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.96459: 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' <<< 172629 1726889009.96490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889009.96570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889009.96599: 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 0x7f3a5db8b200> import '_typing' # <<< 172629 1726889009.96783: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5db660f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5db65280> # zipimport: zlib available <<< 172629 1726889009.96983: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726889009.98262: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889009.99371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726889009.99396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5db890a0> <<< 172629 1726889009.99423: 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' <<< 172629 1726889009.99449: 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' <<< 172629 1726889009.99677: 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' <<< 172629 1726889009.99705: 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 0x7f3a5dbbeba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5dbbe960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5dbbe270> # /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 0x7f3a5dbbed50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5db8bc20> 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 0x7f3a5dbbf8f0> # 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 0x7f3a5dbbfb00> <<< 172629 1726889009.99721: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889009.99763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889009.99780: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889009.99815: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5dbbff80> <<< 172629 1726889009.99840: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889009.99868: 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' <<< 172629 1726889009.99912: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da25d90> <<< 172629 1726889009.99940: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889009.99969: 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 0x7f3a5da279b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889009.99981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889010.00013: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da2c380> <<< 172629 1726889010.00031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889010.00058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889010.00097: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da2d280> <<< 172629 1726889010.00100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889010.00157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889010.00161: 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' <<< 172629 1726889010.00208: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da2ffe0> <<< 172629 1726889010.00370: 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 0x7f3a5da300e0> <<< 172629 1726889010.00374: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da2e2a0> <<< 172629 1726889010.00395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889010.00475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889010.00503: 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 0x7f3a5da33e90> <<< 172629 1726889010.00525: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889010.00588: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da32960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da326c0> <<< 172629 1726889010.00610: 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' <<< 172629 1726889010.00687: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da32c30> <<< 172629 1726889010.00714: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da2e7b0> <<< 172629 1726889010.00744: 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 0x7f3a5da77f20> <<< 172629 1726889010.00799: 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 0x7f3a5da78230> <<< 172629 1726889010.00830: 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' <<< 172629 1726889010.00987: 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' <<< 172629 1726889010.01044: 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 0x7f3a5da79cd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da79a90> # /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 0x7f3a5da7c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da7a390> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889010.01072: 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' # <<< 172629 1726889010.01118: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da7f980> <<< 172629 1726889010.01234: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da7c350> <<< 172629 1726889010.01296: 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 0x7f3a5da80a10> <<< 172629 1726889010.01329: 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 0x7f3a5da80b90> <<< 172629 1726889010.01380: 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' <<< 172629 1726889010.01392: 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 0x7f3a5da80c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da783b0> <<< 172629 1726889010.01423: 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' <<< 172629 1726889010.01451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889010.01454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889010.01477: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889010.01503: 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 0x7f3a5d90c290> <<< 172629 1726889010.01660: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889010.01662: 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 0x7f3a5d90d460> <<< 172629 1726889010.01707: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da82a20> <<< 172629 1726889010.01711: 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 0x7f3a5da83dd0> <<< 172629 1726889010.01714: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da82690> <<< 172629 1726889010.01719: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.01751: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726889010.01758: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.01840: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.01943: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889010.01965: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726889010.01992: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726889010.02109: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.02223: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.02764: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.03511: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3a5d9117f0> # /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' <<< 172629 1726889010.03515: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d912540> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d90d6a0> <<< 172629 1726889010.03563: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889010.03592: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726889010.03619: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.03749: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.03902: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726889010.03956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d912570> # zipimport: zlib available <<< 172629 1726889010.04381: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.04819: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.04882: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.04960: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889010.05046: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726889010.05112: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.05191: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889010.05225: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726889010.05349: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.05374: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726889010.05551: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.05775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889010.05873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726889010.05915: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d9136e0> <<< 172629 1726889010.05933: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.05990: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.06076: 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' # <<< 172629 1726889010.06189: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889010.06192: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889010.06203: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.06235: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.06280: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.06363: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.06481: 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' <<< 172629 1726889010.06523: 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 0x7f3a5d91e360> <<< 172629 1726889010.06561: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d91acc0> <<< 172629 1726889010.06606: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726889010.06609: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.06701: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.06724: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.06750: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.06793: 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' <<< 172629 1726889010.06859: 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 <<< 172629 1726889010.06869: 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 <<< 172629 1726889010.07083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da06b10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5dbea810> <<< 172629 1726889010.07133: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d91e3c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da32630> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726889010.07148: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.07186: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.07204: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889010.07261: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889010.07295: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726889010.07485: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.07677: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.07696: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.07715: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.07759: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.07795: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.07836: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.07872: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 172629 1726889010.07894: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.07958: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.08025: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.08076: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.08079: 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 <<< 172629 1726889010.08167: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 172629 1726889010.08170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726889010.08289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726889010.08312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726889010.08342: 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 0x7f3a5d586f00> <<< 172629 1726889010.08393: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d586330> <<< 172629 1726889010.08469: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d584830> <<< 172629 1726889010.08647: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d9ae9c0> <<< 172629 1726889010.08728: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d9ac920> <<< 172629 1726889010.08875: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 172629 1726889010.08997: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.09072: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.09111: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.09174: 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' <<< 172629 1726889010.09204: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 172629 1726889010.09259: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d999c40> <<< 172629 1726889010.09310: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 172629 1726889010.09326: 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 <<< 172629 1726889010.09363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726889010.09446: 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 0x7f3a5d614fb0> # 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 0x7f3a5d6152b0> <<< 172629 1726889010.09540: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d5fcb30> <<< 172629 1726889010.09549: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d5d3e00> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d9adc10> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d9acec0> <<< 172629 1726889010.09592: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 172629 1726889010.09696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 172629 1726889010.09703: 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 0x7f3a5d617e90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d617740> <<< 172629 1726889010.09801: 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 0x7f3a5d6178f0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d616b70> # /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' <<< 172629 1726889010.09805: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d617f50> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 172629 1726889010.09883: stdout chunk (state=3): >>># 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 0x7f3a5d422b40> <<< 172629 1726889010.09934: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d420b30> <<< 172629 1726889010.09986: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d9ad010> import 'ansible.module_utils.facts.timeout' # <<< 172629 1726889010.10280: stdout chunk (state=3): >>>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 <<< 172629 1726889010.10334: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889010.10337: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 172629 1726889010.10393: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.10408: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.10435: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 172629 1726889010.10449: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.10488: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.10530: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 172629 1726889010.10550: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.10595: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.10659: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.10729: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.10780: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 172629 1726889010.11497: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.11695: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 172629 1726889010.11717: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.11761: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.12101: 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 import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # <<< 172629 1726889010.12104: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889010.12143: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 172629 1726889010.12147: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.12173: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.12201: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 172629 1726889010.12220: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.12286: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.12379: 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' <<< 172629 1726889010.12400: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d423350> <<< 172629 1726889010.12425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726889010.12458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726889010.12577: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d423ef0> import 'ansible.module_utils.facts.system.local' # <<< 172629 1726889010.12595: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.12649: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.12810: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 172629 1726889010.12829: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.12900: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 172629 1726889010.12922: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.13045: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.13060: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 172629 1726889010.13095: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.13145: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726889010.13190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726889010.13267: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889010.13320: 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 0x7f3a5d46b020> <<< 172629 1726889010.13506: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d452c30> import 'ansible.module_utils.facts.system.python' # <<< 172629 1726889010.13525: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.13576: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.13629: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 172629 1726889010.13691: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.13724: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.13805: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.13916: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.14063: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 172629 1726889010.14081: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 172629 1726889010.14121: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.14150: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 172629 1726889010.14250: 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 <<< 172629 1726889010.14272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 172629 1726889010.14312: 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 0x7f3a5d47ecf0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d453f50> import 'ansible.module_utils.facts.system.user' # <<< 172629 1726889010.14460: stdout chunk (state=3): >>># 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 <<< 172629 1726889010.14594: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.14743: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 172629 1726889010.14760: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.14852: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.14958: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.15002: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.15109: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 172629 1726889010.15113: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.15131: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889010.15241: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.15388: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 172629 1726889010.15434: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.15516: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.15685: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available <<< 172629 1726889010.15688: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.15763: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.16363: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.16767: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 172629 1726889010.16779: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.16874: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.16982: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 172629 1726889010.16993: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.17084: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.17242: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 172629 1726889010.17261: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.17344: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.17501: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 172629 1726889010.17531: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 172629 1726889010.17614: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.17634: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 172629 1726889010.17731: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.17824: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.18024: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.18224: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 172629 1726889010.18243: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.18271: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.18315: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available <<< 172629 1726889010.18342: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.18374: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 172629 1726889010.18447: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.18520: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available <<< 172629 1726889010.18617: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.18643: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 172629 1726889010.18646: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.18665: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.18693: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 172629 1726889010.18708: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.18764: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.18818: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726889010.18969: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.19084: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.19337: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 172629 1726889010.19351: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.19405: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.19462: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 172629 1726889010.19524: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889010.19547: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 172629 1726889010.19579: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.19620: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 172629 1726889010.19752: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.19760: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 172629 1726889010.19788: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.19864: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 172629 1726889010.19896: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 172629 1726889010.19952: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.19979: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.20045: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 172629 1726889010.20056: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.20067: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889010.20180: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889010.20223: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.20300: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 172629 1726889010.20321: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available <<< 172629 1726889010.20367: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.20419: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 172629 1726889010.20432: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.20621: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.20812: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 172629 1726889010.20971: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.20974: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889010.21014: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 172629 1726889010.21029: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.21100: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.21285: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889010.21383: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 172629 1726889010.21398: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.21528: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.21664: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 172629 1726889010.21743: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.44606: stdout chunk (state=3): >>> {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} <<< 172629 1726889010.45393: 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 <<< 172629 1726889010.45473: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # 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 <<< 172629 1726889010.45668: stdout chunk (state=3): >>># destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # 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 <<< 172629 1726889010.45685: stdout chunk (state=3): >>># cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode <<< 172629 1726889010.45825: stdout chunk (state=3): >>># 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 <<< 172629 1726889010.45842: stdout chunk (state=3): >>># 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 ansible.module_utils.service # destroy ansible.module_utils.service <<< 172629 1726889010.46181: 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 <<< 172629 1726889010.46231: stdout chunk (state=3): >>># destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 172629 1726889010.46297: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy _signal # destroy _posixsubprocess <<< 172629 1726889010.46418: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 172629 1726889010.46612: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process <<< 172629 1726889010.46617: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 <<< 172629 1726889010.46703: stdout chunk (state=3): >>># destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess <<< 172629 1726889010.46998: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib <<< 172629 1726889010.47003: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 172629 1726889010.47006: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # 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 <<< 172629 1726889010.47086: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889010.47131: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 172629 1726889010.47152: stdout chunk (state=3): >>># destroy tokenize <<< 172629 1726889010.47202: stdout chunk (state=3): >>># 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 <<< 172629 1726889010.47237: stdout chunk (state=3): >>># 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 <<< 172629 1726889010.47273: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889010.47365: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 <<< 172629 1726889010.47468: stdout chunk (state=3): >>># destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _string # destroy re # destroy _abc # destroy itertools <<< 172629 1726889010.47562: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726889010.47946: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889010.47949: stdout chunk (state=3): >>><<< 172629 1726889010.47951: stderr chunk (state=3): >>><<< 172629 1726889010.48392: _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 0x7f3a5e5bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e58bb00> # /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 0x7f3a5e5bea50> 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 0x7f3a5e5cd130> # /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 0x7f3a5e5ce120> 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 0x7f3a5e3aaea0> # /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 0x7f3a5e3c01a0> # /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 0x7f3a5e3e3a40> # /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 0x7f3a5e404110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e3c3ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e3c1400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e3a91c0> # /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 0x7f3a5e407920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e406540> # /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 0x7f3a5e3c22d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e3ab0b0> # /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 0x7f3a5e434980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e3a8440> # /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 0x7f3a5e434e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e434ce0> # 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 0x7f3a5e4350d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e3a6f60> # /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 0x7f3a5e435790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e435490> 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 0x7f3a5e436690> 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 0x7f3a5e4508c0> 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 0x7f3a5e452000> # /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 0x7f3a5e452ea0> # 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 0x7f3a5e453500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e4523f0> # /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 0x7f3a5e453f80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e4536b0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e4366f0> # /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 0x7f3a5e137e00> # /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 0x7f3a5e1648f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e164650> # 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 0x7f3a5e164800> # /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 0x7f3a5e1651c0> # 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 0x7f3a5e165af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e164a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e135fa0> # /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 0x7f3a5e166ed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e165c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e436de0> # /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 0x7f3a5e18f260> # /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 0x7f3a5e1b7620> # /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 0x7f3a5e2103b0> # /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 0x7f3a5e212b10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e2104d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e1d9430> # /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 0x7f3a5db21460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e1b6420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5e167e30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3a5e1b6a20> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_ooatwu4x/ansible_systemd_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 0x7f3a5db8b200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5db660f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5db65280> # 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 0x7f3a5db890a0> # /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 0x7f3a5dbbeba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5dbbe960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5dbbe270> # /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 0x7f3a5dbbed50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5db8bc20> 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 0x7f3a5dbbf8f0> # 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 0x7f3a5dbbfb00> # /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 0x7f3a5dbbff80> 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 0x7f3a5da25d90> # 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 0x7f3a5da279b0> # /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 0x7f3a5da2c380> # /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 0x7f3a5da2d280> # /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 0x7f3a5da2ffe0> # 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 0x7f3a5da300e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da2e2a0> # /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 0x7f3a5da33e90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da32960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da326c0> # /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 0x7f3a5da32c30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da2e7b0> # 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 0x7f3a5da77f20> # /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 0x7f3a5da78230> # /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 0x7f3a5da79cd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da79a90> # /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 0x7f3a5da7c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da7a390> # /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 0x7f3a5da7f980> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da7c350> # 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 0x7f3a5da80a10> # 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 0x7f3a5da80b90> # 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 0x7f3a5da80c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da783b0> # /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 0x7f3a5d90c290> # 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 0x7f3a5d90d460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da82a20> # 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 0x7f3a5da83dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da82690> # 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 0x7f3a5d9117f0> # /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 0x7f3a5d912540> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d90d6a0> 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 0x7f3a5d912570> # 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 0x7f3a5d9136e0> # 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 0x7f3a5d91e360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d91acc0> 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 0x7f3a5da06b10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5dbea810> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d91e3c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5da32630> # 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 0x7f3a5d586f00> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d586330> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d584830> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d9ae9c0> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d9ac920> 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 0x7f3a5d999c40> # /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 0x7f3a5d614fb0> # 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 0x7f3a5d6152b0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d5fcb30> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d5d3e00> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d9adc10> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d9acec0> # /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 0x7f3a5d617e90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d617740> # 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 0x7f3a5d6178f0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d616b70> # /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 0x7f3a5d617f50> # /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 0x7f3a5d422b40> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d420b30> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d9ad010> 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 0x7f3a5d423350> # /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 0x7f3a5d423ef0> 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 0x7f3a5d46b020> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d452c30> 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 0x7f3a5d47ecf0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3a5d453f50> 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 # zipimport: zlib available import 'ansible.module_utils.service' # # zipimport: zlib available {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} # 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 ansible.module_utils.service # destroy ansible.module_utils.service # 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 _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.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # 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 _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 _string # destroy re # destroy _abc # destroy itertools # destroy _sre # 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. 172629 1726889010.50474: done with _execute_module (systemd, {'daemon_reload': 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': 'systemd', '_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-1726889009.7745965-176640-139236707657141/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889010.50478: _low_level_execute_command(): starting 172629 1726889010.50481: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889009.7745965-176640-139236707657141/ > /dev/null 2>&1 && sleep 0' 172629 1726889010.50871: 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 <<< 172629 1726889010.51229: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889010.51474: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889010.53407: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889010.53411: stdout chunk (state=3): >>><<< 172629 1726889010.53419: stderr chunk (state=3): >>><<< 172629 1726889010.53434: _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 172629 1726889010.53441: handler run complete 172629 1726889010.53462: attempt loop complete, returning result 172629 1726889010.53466: _execute() done 172629 1726889010.53468: dumping result to json 172629 1726889010.53472: done dumping result, returning 172629 1726889010.53481: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-d0a8-add8-000000002400] 172629 1726889010.53486: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002400 172629 1726889010.53585: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002400 172629 1726889010.53589: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "name": null, "status": {} } 172629 1726889010.53723: no more pending results, returning what we have 172629 1726889010.53726: results queue empty 172629 1726889010.53727: checking for any_errors_fatal 172629 1726889010.53737: done checking for any_errors_fatal 172629 1726889010.53738: checking for max_fail_percentage 172629 1726889010.53740: done checking for max_fail_percentage 172629 1726889010.53741: checking to see if all hosts have failed and the running result is not ok 172629 1726889010.53741: done checking to see if all hosts have failed 172629 1726889010.53742: getting the remaining hosts for this loop 172629 1726889010.53745: done getting the remaining hosts for this loop 172629 1726889010.53748: getting the next task for host managed_node1 172629 1726889010.53759: done getting next task for host managed_node1 172629 1726889010.53763: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 172629 1726889010.53768: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889010.53782: getting variables 172629 1726889010.53784: in VariableManager get_vars() 172629 1726889010.53822: Calling all_inventory to load vars for managed_node1 172629 1726889010.53825: Calling groups_inventory to load vars for managed_node1 172629 1726889010.53827: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889010.53837: Calling all_plugins_play to load vars for managed_node1 172629 1726889010.53840: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889010.53844: Calling groups_plugins_play to load vars for managed_node1 172629 1726889010.55173: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889010.56481: done with get_vars() 172629 1726889010.56499: 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 23:23:30 -0400 (0:00:00.844) 0:01:50.846 ****** 172629 1726889010.56607: entering _queue_task() for managed_node1/stat 172629 1726889010.57587: worker is 1 (out of 1 available) 172629 1726889010.57597: exiting _queue_task() for managed_node1/stat 172629 1726889010.57608: done queuing things up, now waiting for results queue to drain 172629 1726889010.57609: waiting for pending results... 172629 1726889010.58073: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 172629 1726889010.58362: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002401 172629 1726889010.58367: variable 'ansible_search_path' from source: unknown 172629 1726889010.58369: variable 'ansible_search_path' from source: unknown 172629 1726889010.58372: calling self._execute() 172629 1726889010.58452: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889010.58609: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889010.58620: variable 'omit' from source: magic vars 172629 1726889010.58786: variable 'omit' from source: magic vars 172629 1726889010.58972: variable 'omit' from source: magic vars 172629 1726889010.59002: variable 'omit' from source: magic vars 172629 1726889010.59165: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889010.59205: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889010.59225: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889010.59243: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889010.59368: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889010.59398: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889010.59401: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889010.59405: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889010.59609: Set connection var ansible_timeout to 10 172629 1726889010.59612: Set connection var ansible_shell_type to sh 172629 1726889010.59620: Set connection var ansible_pipelining to False 172629 1726889010.59626: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889010.59631: Set connection var ansible_shell_executable to /bin/sh 172629 1726889010.59634: Set connection var ansible_connection to ssh 172629 1726889010.59656: variable 'ansible_shell_executable' from source: unknown 172629 1726889010.59800: variable 'ansible_connection' from source: unknown 172629 1726889010.59803: variable 'ansible_module_compression' from source: unknown 172629 1726889010.59806: variable 'ansible_shell_type' from source: unknown 172629 1726889010.59809: variable 'ansible_shell_executable' from source: unknown 172629 1726889010.59811: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889010.59815: variable 'ansible_pipelining' from source: unknown 172629 1726889010.59817: variable 'ansible_timeout' from source: unknown 172629 1726889010.59822: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889010.60360: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889010.60364: variable 'omit' from source: magic vars 172629 1726889010.60367: starting attempt loop 172629 1726889010.60370: running the handler 172629 1726889010.60372: _low_level_execute_command(): starting 172629 1726889010.60374: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889010.61675: 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 <<< 172629 1726889010.61694: stderr 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 <<< 172629 1726889010.61706: 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 <<< 172629 1726889010.61759: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889010.61977: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889010.62066: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889010.63737: stdout chunk (state=3): >>>/root <<< 172629 1726889010.63874: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889010.63879: stdout chunk (state=3): >>><<< 172629 1726889010.63888: stderr chunk (state=3): >>><<< 172629 1726889010.63915: _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 172629 1726889010.63927: _low_level_execute_command(): starting 172629 1726889010.63934: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889010.639138-176670-168581391501979 `" && echo ansible-tmp-1726889010.639138-176670-168581391501979="` echo /root/.ansible/tmp/ansible-tmp-1726889010.639138-176670-168581391501979 `" ) && sleep 0' 172629 1726889010.65087: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889010.65100: 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 <<< 172629 1726889010.65141: 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 <<< 172629 1726889010.65168: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889010.65381: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889010.65384: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889010.65577: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889010.67342: stdout chunk (state=3): >>>ansible-tmp-1726889010.639138-176670-168581391501979=/root/.ansible/tmp/ansible-tmp-1726889010.639138-176670-168581391501979 <<< 172629 1726889010.67446: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889010.67481: stderr chunk (state=3): >>><<< 172629 1726889010.67489: stdout chunk (state=3): >>><<< 172629 1726889010.67532: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889010.639138-176670-168581391501979=/root/.ansible/tmp/ansible-tmp-1726889010.639138-176670-168581391501979 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889010.67594: variable 'ansible_module_compression' from source: unknown 172629 1726889010.67866: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726889010.67869: variable 'ansible_facts' from source: unknown 172629 1726889010.67972: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889010.639138-176670-168581391501979/AnsiballZ_stat.py 172629 1726889010.68389: Sending initial data 172629 1726889010.68419: Sent initial data (154 bytes) 172629 1726889010.69612: 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 <<< 172629 1726889010.69616: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889010.69631: 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 <<< 172629 1726889010.69770: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889010.69792: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889010.69813: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889010.69970: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889010.71538: 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 <<< 172629 1726889010.71542: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726889010.71586: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889010.71636: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpo5i6prk1 /root/.ansible/tmp/ansible-tmp-1726889010.639138-176670-168581391501979/AnsiballZ_stat.py <<< 172629 1726889010.71645: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889010.639138-176670-168581391501979/AnsiballZ_stat.py" <<< 172629 1726889010.71688: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpo5i6prk1" to remote "/root/.ansible/tmp/ansible-tmp-1726889010.639138-176670-168581391501979/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889010.639138-176670-168581391501979/AnsiballZ_stat.py" <<< 172629 1726889010.72995: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889010.73190: stderr chunk (state=3): >>><<< 172629 1726889010.73194: stdout chunk (state=3): >>><<< 172629 1726889010.73197: done transferring module to remote 172629 1726889010.73200: _low_level_execute_command(): starting 172629 1726889010.73203: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889010.639138-176670-168581391501979/ /root/.ansible/tmp/ansible-tmp-1726889010.639138-176670-168581391501979/AnsiballZ_stat.py && sleep 0' 172629 1726889010.74224: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889010.74294: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889010.74298: stderr 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 <<< 172629 1726889010.74301: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889010.74303: 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 <<< 172629 1726889010.74305: stderr 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 <<< 172629 1726889010.74470: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889010.74482: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889010.74669: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889010.76394: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889010.76429: stderr chunk (state=3): >>><<< 172629 1726889010.76439: stdout chunk (state=3): >>><<< 172629 1726889010.76467: _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 172629 1726889010.76476: _low_level_execute_command(): starting 172629 1726889010.76504: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889010.639138-176670-168581391501979/AnsiballZ_stat.py && sleep 0' 172629 1726889010.77673: 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 <<< 172629 1726889010.77738: 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 <<< 172629 1726889010.77819: 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' <<< 172629 1726889010.77839: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889010.77869: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889010.77921: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889010.80127: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889010.80159: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889010.80194: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889010.80265: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726889010.80303: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889010.80416: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889010.80423: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726889010.80427: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726889010.80505: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # <<< 172629 1726889010.80665: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889010.80668: 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 0x7feb302e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb302b7b30> <<< 172629 1726889010.80703: 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 0x7feb302eaa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 172629 1726889010.80771: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889010.80798: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889010.80829: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889010.80874: 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' <<< 172629 1726889010.80958: 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 # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726889010.80971: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb30099130> <<< 172629 1726889010.81036: 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' <<< 172629 1726889010.81063: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3009a120> import 'site' # <<< 172629 1726889010.81109: 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. <<< 172629 1726889010.81370: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889010.81387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889010.81459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889010.81608: 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' <<< 172629 1726889010.81611: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb300d6ea0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889010.81631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb300ec1a0> # /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 <<< 172629 1726889010.81650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889010.81680: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889010.81743: 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 0x7feb3010fa40> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726889010.81799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb30130110> import '_collections' # <<< 172629 1726889010.81816: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb300efce0> import '_functools' # <<< 172629 1726889010.81860: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb300ed400> <<< 172629 1726889010.81929: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb300d51c0> <<< 172629 1726889010.82019: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889010.82023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889010.82135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889010.82139: 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' <<< 172629 1726889010.82141: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb30133980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb301325a0> <<< 172629 1726889010.82233: 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 0x7feb300ee2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb30130e30> <<< 172629 1726889010.82286: 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 0x7feb30160a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb300d4440> # /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 0x7feb30160ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb30160d70> <<< 172629 1726889010.82321: 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' <<< 172629 1726889010.82558: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb30161160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb300d2f60> # /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 <<< 172629 1726889010.82563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889010.82615: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb30161850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb30161520> 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 0x7feb30162750> 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 0x7feb3017c8f0> <<< 172629 1726889010.82642: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889010.82675: 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 0x7feb3017e030> <<< 172629 1726889010.82806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726889010.82814: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3017eed0> <<< 172629 1726889010.82867: 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 0x7feb3017f530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3017e420> # /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' <<< 172629 1726889010.82894: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889010.82897: 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 0x7feb3017ffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3017f6e0> <<< 172629 1726889010.82961: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb30160da0> <<< 172629 1726889010.82964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889010.82985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889010.83009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889010.83101: 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 0x7feb2fefbf20> <<< 172629 1726889010.83122: 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' <<< 172629 1726889010.83174: 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 0x7feb2ff28980> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ff286e0> # 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 0x7feb2ff28920> <<< 172629 1726889010.83179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726889010.83194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726889010.83250: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889010.83384: 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 0x7feb2ff291c0> <<< 172629 1726889010.83497: 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 0x7feb2ff29ac0> <<< 172629 1726889010.83541: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ff28a70> <<< 172629 1726889010.83644: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2fefa0c0> # /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 <<< 172629 1726889010.83758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ff2ae70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ff29940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb30162e10> <<< 172629 1726889010.83762: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889010.83764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889010.83815: 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' <<< 172629 1726889010.83915: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ff57170> <<< 172629 1726889010.83931: 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' <<< 172629 1726889010.84011: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ff7f530> <<< 172629 1726889010.84016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889010.84072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889010.84094: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889010.84127: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726889010.84160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ffd8290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889010.84194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889010.84232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889010.84325: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ffda9f0> <<< 172629 1726889010.84392: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ffd83b0> <<< 172629 1726889010.84432: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ffa52e0> <<< 172629 1726889010.84481: 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 0x7feb2f9153a0> <<< 172629 1726889010.84484: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ff7e330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ff2bd40> <<< 172629 1726889010.84616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7feb2ff7e930> <<< 172629 1726889010.84977: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_3qdwo8tb/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' <<< 172629 1726889010.85013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889010.85088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889010.85122: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 172629 1726889010.85125: 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 0x7feb2f96b110> <<< 172629 1726889010.85140: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726889010.85316: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f94a000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f949160> # zipimport: zlib available <<< 172629 1726889010.85362: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889010.85365: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.85411: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889010.85415: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889010.85430: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.86802: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.87918: 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 0x7feb2f968fe0> <<< 172629 1726889010.87942: 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' <<< 172629 1726889010.88075: 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' <<< 172629 1726889010.88100: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb2f992b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f9928d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f9921e0> <<< 172629 1726889010.88125: 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' <<< 172629 1726889010.88172: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f992c30> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f96bda0> <<< 172629 1726889010.88206: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726889010.88251: 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 0x7feb2f993830> <<< 172629 1726889010.88259: 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 0x7feb2f9939b0> <<< 172629 1726889010.88263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889010.88309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889010.88312: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889010.88367: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f993e90> <<< 172629 1726889010.88395: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889010.88410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889010.88440: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f805b80> <<< 172629 1726889010.88473: 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 0x7feb2f807800> <<< 172629 1726889010.88511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889010.88565: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f80c1a0> <<< 172629 1726889010.88589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889010.88612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889010.88636: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f80d310> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889010.88702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889010.88713: 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' <<< 172629 1726889010.88754: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f80fdd0> <<< 172629 1726889010.88809: 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 0x7feb300d2f00> <<< 172629 1726889010.88815: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f80e0c0> <<< 172629 1726889010.88873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889010.88877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889010.88916: 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' <<< 172629 1726889010.88919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889010.88987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889010.88993: 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' <<< 172629 1726889010.89007: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f813ce0> import '_tokenize' # <<< 172629 1726889010.89095: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f8127b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f812510> <<< 172629 1726889010.89112: 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' <<< 172629 1726889010.89209: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f812a80> <<< 172629 1726889010.89246: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f80e5d0> # 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 0x7feb2f857f80> # /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 0x7feb2f8580b0> <<< 172629 1726889010.89424: 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' <<< 172629 1726889010.89428: 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 0x7feb2f859be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f8599a0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889010.89472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889010.89530: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889010.89568: 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 0x7feb2f85c170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f85a2d0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889010.89637: 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' # <<< 172629 1726889010.89680: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f85f860> <<< 172629 1726889010.89892: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f85c320> # 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 0x7feb2f860650> # 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 0x7feb2f8608f0> <<< 172629 1726889010.89963: 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 0x7feb2f860bf0> <<< 172629 1726889010.89970: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f8582c0> <<< 172629 1726889010.90070: 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 <<< 172629 1726889010.90073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889010.90076: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889010.90580: 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 0x7feb2f6f0170> # 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 0x7feb2f6f1400> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f862900> # 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 0x7feb2f863cb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f862540> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889010.90583: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726889010.90586: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889010.90588: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.90678: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.90801: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.91345: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.91883: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726889010.91908: 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' # <<< 172629 1726889010.91935: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889010.91946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889010.91991: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889010.92009: 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 0x7feb2f6f5610> <<< 172629 1726889010.92084: 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' <<< 172629 1726889010.92103: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f6f6330> <<< 172629 1726889010.92122: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f6f1760> <<< 172629 1726889010.92191: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889010.92252: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889010.92283: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726889010.92386: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.92600: 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 0x7feb2f6f6450> # zipimport: zlib available <<< 172629 1726889010.93002: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.93445: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.93519: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.93610: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889010.93627: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.93658: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.93691: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889010.93703: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.93913: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.93916: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889010.93919: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.93921: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726889010.94003: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726889010.94194: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.94438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889010.94594: 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 0x7feb2f6f7560> # zipimport: zlib available <<< 172629 1726889010.94644: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.94749: 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' # <<< 172629 1726889010.94768: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.94846: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.94888: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726889010.94963: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889010.95000: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.95073: 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 <<< 172629 1726889010.95107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889010.95188: 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'<<< 172629 1726889010.95237: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb2f702270> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f6fd7f0> <<< 172629 1726889010.95269: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726889010.95337: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.95396: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.95429: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.95475: 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' <<< 172629 1726889010.95495: 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 <<< 172629 1726889010.95527: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889010.95537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889010.95601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889010.95611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889010.95634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889010.95686: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f9e2ab0> <<< 172629 1726889010.95726: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f9ca780> <<< 172629 1726889010.96102: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f702240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f6f71d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889010.96105: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726889010.96108: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.96309: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889010.97284: 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": 195035400, "dev": 51714, "nlink": 1, "atime": 1726887894.9028583, "mtime": 1726562394.502, "ctime": 1726887890.8548312, "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": "2210578496", "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__ <<< 172629 1726889010.97653: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889010.97660: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 172629 1726889010.97663: stdout chunk (state=3): >>># clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value <<< 172629 1726889010.97665: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs <<< 172629 1726889010.97689: 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 <<< 172629 1726889010.97705: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect <<< 172629 1726889010.97845: stdout chunk (state=3): >>># cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # 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 <<< 172629 1726889010.98077: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889010.98106: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726889010.98152: 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 <<< 172629 1726889010.98201: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726889010.98207: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889010.98276: 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 <<< 172629 1726889010.98291: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 172629 1726889010.98299: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726889010.98323: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 172629 1726889010.98369: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889010.98434: 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 <<< 172629 1726889010.98469: stdout chunk (state=3): >>># cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726889010.98562: 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 <<< 172629 1726889010.98572: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 172629 1726889010.98611: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc <<< 172629 1726889010.98625: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726889010.98788: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889010.98791: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889010.98825: 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 <<< 172629 1726889010.98871: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726889010.98889: 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 <<< 172629 1726889010.99000: 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 <<< 172629 1726889010.99011: stdout chunk (state=3): >>># destroy time <<< 172629 1726889010.99075: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 172629 1726889010.99096: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 172629 1726889010.99116: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 172629 1726889010.99451: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889010.99459: stdout chunk (state=3): >>><<< 172629 1726889010.99462: stderr chunk (state=3): >>><<< 172629 1726889010.99661: _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 0x7feb302e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb302b7b30> # /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 0x7feb302eaa50> 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 0x7feb30099130> # /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 0x7feb3009a120> 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 0x7feb300d6ea0> # /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 0x7feb300ec1a0> # /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 0x7feb3010fa40> # /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 0x7feb30130110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb300efce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb300ed400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb300d51c0> # /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 0x7feb30133980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb301325a0> # /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 0x7feb300ee2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb30130e30> # /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 0x7feb30160a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb300d4440> # /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 0x7feb30160ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb30160d70> # 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 0x7feb30161160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb300d2f60> # /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 0x7feb30161850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb30161520> 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 0x7feb30162750> 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 0x7feb3017c8f0> 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 0x7feb3017e030> # /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 0x7feb3017eed0> # 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 0x7feb3017f530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3017e420> # /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 0x7feb3017ffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3017f6e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb30160da0> # /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 0x7feb2fefbf20> # /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 0x7feb2ff28980> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ff286e0> # 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 0x7feb2ff28920> # /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 0x7feb2ff291c0> # 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 0x7feb2ff29ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ff28a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2fefa0c0> # /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 0x7feb2ff2ae70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ff29940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb30162e10> # /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 0x7feb2ff57170> # /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 0x7feb2ff7f530> # /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 0x7feb2ffd8290> # /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 0x7feb2ffda9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ffd83b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ffa52e0> # /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 0x7feb2f9153a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ff7e330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2ff2bd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7feb2ff7e930> # zipimport: found 30 names in '/tmp/ansible_stat_payload_3qdwo8tb/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 0x7feb2f96b110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f94a000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f949160> # 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 0x7feb2f968fe0> # /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 0x7feb2f992b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f9928d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f9921e0> # /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 0x7feb2f992c30> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f96bda0> 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 0x7feb2f993830> # 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 0x7feb2f9939b0> # /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 0x7feb2f993e90> 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 0x7feb2f805b80> # 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 0x7feb2f807800> # /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 0x7feb2f80c1a0> # /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 0x7feb2f80d310> # /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 0x7feb2f80fdd0> # 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 0x7feb300d2f00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f80e0c0> # /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 0x7feb2f813ce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f8127b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f812510> # /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 0x7feb2f812a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f80e5d0> # 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 0x7feb2f857f80> # /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 0x7feb2f8580b0> # /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 0x7feb2f859be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f8599a0> # /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 0x7feb2f85c170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f85a2d0> # /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 0x7feb2f85f860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f85c320> # 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 0x7feb2f860650> # 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 0x7feb2f8608f0> # 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 0x7feb2f860bf0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f8582c0> # /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 0x7feb2f6f0170> # 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 0x7feb2f6f1400> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f862900> # 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 0x7feb2f863cb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f862540> # 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 0x7feb2f6f5610> # /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 0x7feb2f6f6330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f6f1760> 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 0x7feb2f6f6450> # 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 0x7feb2f6f7560> # 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 0x7feb2f702270> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f6fd7f0> 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 0x7feb2f9e2ab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f9ca780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f702240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb2f6f71d0> # 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": 195035400, "dev": 51714, "nlink": 1, "atime": 1726887894.9028583, "mtime": 1726562394.502, "ctime": 1726887890.8548312, "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": "2210578496", "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. 172629 1726889011.00364: 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-1726889010.639138-176670-168581391501979/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889011.00368: _low_level_execute_command(): starting 172629 1726889011.00370: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889010.639138-176670-168581391501979/ > /dev/null 2>&1 && sleep 0' 172629 1726889011.00735: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889011.00749: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889011.00768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889011.00790: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889011.00808: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889011.00820: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889011.00907: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889011.00920: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889011.00940: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889011.01028: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889011.02927: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889011.02976: stdout chunk (state=3): >>><<< 172629 1726889011.03019: stderr chunk (state=3): >>><<< 172629 1726889011.03068: _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 172629 1726889011.03134: handler run complete 172629 1726889011.03343: attempt loop complete, returning result 172629 1726889011.03351: _execute() done 172629 1726889011.03357: dumping result to json 172629 1726889011.03360: done dumping result, returning 172629 1726889011.03791: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-d0a8-add8-000000002401] 172629 1726889011.03795: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002401 ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726887894.9028583, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726887890.8548312, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 195035400, "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": "2210578496", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726889011.04117: no more pending results, returning what we have 172629 1726889011.04121: results queue empty 172629 1726889011.04122: checking for any_errors_fatal 172629 1726889011.04136: done checking for any_errors_fatal 172629 1726889011.04137: checking for max_fail_percentage 172629 1726889011.04139: done checking for max_fail_percentage 172629 1726889011.04140: checking to see if all hosts have failed and the running result is not ok 172629 1726889011.04140: done checking to see if all hosts have failed 172629 1726889011.04141: getting the remaining hosts for this loop 172629 1726889011.04143: done getting the remaining hosts for this loop 172629 1726889011.04148: getting the next task for host managed_node1 172629 1726889011.04205: done getting next task for host managed_node1 172629 1726889011.04279: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 172629 1726889011.04284: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889011.04301: getting variables 172629 1726889011.04303: in VariableManager get_vars() 172629 1726889011.04750: Calling all_inventory to load vars for managed_node1 172629 1726889011.04757: Calling groups_inventory to load vars for managed_node1 172629 1726889011.04760: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889011.04805: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002401 172629 1726889011.04818: WORKER PROCESS EXITING 172629 1726889011.04957: Calling all_plugins_play to load vars for managed_node1 172629 1726889011.04962: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889011.04968: Calling groups_plugins_play to load vars for managed_node1 172629 1726889011.06102: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889011.06826: done with get_vars() 172629 1726889011.06843: 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 23:23:31 -0400 (0:00:00.503) 0:01:51.349 ****** 172629 1726889011.06965: entering _queue_task() for managed_node1/lineinfile 172629 1726889011.07328: worker is 1 (out of 1 available) 172629 1726889011.07342: exiting _queue_task() for managed_node1/lineinfile 172629 1726889011.07473: done queuing things up, now waiting for results queue to drain 172629 1726889011.07475: waiting for pending results... 172629 1726889011.07730: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 172629 1726889011.07908: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002402 172629 1726889011.07917: variable 'ansible_search_path' from source: unknown 172629 1726889011.07920: variable 'ansible_search_path' from source: unknown 172629 1726889011.08234: variable 'blivet_output' from source: set_fact 172629 1726889011.08317: dumping result to json 172629 1726889011.08343: done dumping result, returning 172629 1726889011.08349: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-d0a8-add8-000000002402] 172629 1726889011.08450: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002402 172629 1726889011.08530: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002402 172629 1726889011.08533: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726889011.08591: no more pending results, returning what we have 172629 1726889011.08596: results queue empty 172629 1726889011.08597: checking for any_errors_fatal 172629 1726889011.08614: done checking for any_errors_fatal 172629 1726889011.08615: checking for max_fail_percentage 172629 1726889011.08616: done checking for max_fail_percentage 172629 1726889011.08618: checking to see if all hosts have failed and the running result is not ok 172629 1726889011.08619: done checking to see if all hosts have failed 172629 1726889011.08619: getting the remaining hosts for this loop 172629 1726889011.08621: done getting the remaining hosts for this loop 172629 1726889011.08625: getting the next task for host managed_node1 172629 1726889011.08632: done getting next task for host managed_node1 172629 1726889011.08635: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 172629 1726889011.08639: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_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 172629 1726889011.08875: getting variables 172629 1726889011.08877: in VariableManager get_vars() 172629 1726889011.08916: Calling all_inventory to load vars for managed_node1 172629 1726889011.08919: Calling groups_inventory to load vars for managed_node1 172629 1726889011.08921: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889011.08930: Calling all_plugins_play to load vars for managed_node1 172629 1726889011.08936: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889011.08940: Calling groups_plugins_play to load vars for managed_node1 172629 1726889011.10629: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889011.11735: done with get_vars() 172629 1726889011.11751: 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 23:23:31 -0400 (0:00:00.048) 0:01:51.398 ****** 172629 1726889011.11857: entering _queue_task() for managed_node1/setup 172629 1726889011.12207: worker is 1 (out of 1 available) 172629 1726889011.12219: exiting _queue_task() for managed_node1/setup 172629 1726889011.12231: done queuing things up, now waiting for results queue to drain 172629 1726889011.12232: waiting for pending results... 172629 1726889011.12680: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Update facts 172629 1726889011.12815: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002404 172629 1726889011.13005: variable 'ansible_search_path' from source: unknown 172629 1726889011.13009: variable 'ansible_search_path' from source: unknown 172629 1726889011.13012: calling self._execute() 172629 1726889011.13103: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889011.13156: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889011.13174: variable 'omit' from source: magic vars 172629 1726889011.13765: variable 'ansible_check_mode' from source: magic vars 172629 1726889011.13770: Evaluated conditional (not ansible_check_mode): True 172629 1726889011.13773: variable 'omit' from source: magic vars 172629 1726889011.13821: variable 'omit' from source: magic vars 172629 1726889011.13863: variable 'omit' from source: magic vars 172629 1726889011.13919: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889011.13969: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889011.14005: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889011.14109: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889011.14113: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889011.14116: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889011.14118: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889011.14121: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889011.14259: Set connection var ansible_timeout to 10 172629 1726889011.14280: Set connection var ansible_shell_type to sh 172629 1726889011.14294: Set connection var ansible_pipelining to False 172629 1726889011.14331: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889011.14347: Set connection var ansible_shell_executable to /bin/sh 172629 1726889011.14387: Set connection var ansible_connection to ssh 172629 1726889011.14479: variable 'ansible_shell_executable' from source: unknown 172629 1726889011.14492: variable 'ansible_connection' from source: unknown 172629 1726889011.14525: variable 'ansible_module_compression' from source: unknown 172629 1726889011.14528: variable 'ansible_shell_type' from source: unknown 172629 1726889011.14530: variable 'ansible_shell_executable' from source: unknown 172629 1726889011.14532: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889011.14607: variable 'ansible_pipelining' from source: unknown 172629 1726889011.14610: variable 'ansible_timeout' from source: unknown 172629 1726889011.14613: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889011.14941: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889011.14992: variable 'omit' from source: magic vars 172629 1726889011.15115: starting attempt loop 172629 1726889011.15118: running the handler 172629 1726889011.15121: _low_level_execute_command(): starting 172629 1726889011.15123: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889011.15776: 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 <<< 172629 1726889011.15875: 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 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 <<< 172629 1726889011.15905: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889011.16000: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889011.17678: stdout chunk (state=3): >>>/root <<< 172629 1726889011.17799: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889011.17832: stderr chunk (state=3): >>><<< 172629 1726889011.17838: stdout chunk (state=3): >>><<< 172629 1726889011.18270: _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 172629 1726889011.18280: _low_level_execute_command(): starting 172629 1726889011.18286: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889011.1796424-176694-180203321129949 `" && echo ansible-tmp-1726889011.1796424-176694-180203321129949="` echo /root/.ansible/tmp/ansible-tmp-1726889011.1796424-176694-180203321129949 `" ) && sleep 0' 172629 1726889011.18917: 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 <<< 172629 1726889011.18945: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889011.19027: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889011.20929: stdout chunk (state=3): >>>ansible-tmp-1726889011.1796424-176694-180203321129949=/root/.ansible/tmp/ansible-tmp-1726889011.1796424-176694-180203321129949 <<< 172629 1726889011.21066: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889011.21075: stdout chunk (state=3): >>><<< 172629 1726889011.21085: stderr chunk (state=3): >>><<< 172629 1726889011.21110: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889011.1796424-176694-180203321129949=/root/.ansible/tmp/ansible-tmp-1726889011.1796424-176694-180203321129949 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889011.21174: variable 'ansible_module_compression' from source: unknown 172629 1726889011.21262: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 172629 1726889011.21295: variable 'ansible_facts' from source: unknown 172629 1726889011.21521: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889011.1796424-176694-180203321129949/AnsiballZ_setup.py 172629 1726889011.21675: Sending initial data 172629 1726889011.21684: Sent initial data (156 bytes) 172629 1726889011.22300: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889011.22411: 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 <<< 172629 1726889011.22431: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889011.22512: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889011.24096: 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 <<< 172629 1726889011.24246: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889011.24306: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpiu4by7vc /root/.ansible/tmp/ansible-tmp-1726889011.1796424-176694-180203321129949/AnsiballZ_setup.py <<< 172629 1726889011.24309: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889011.1796424-176694-180203321129949/AnsiballZ_setup.py" <<< 172629 1726889011.24461: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpiu4by7vc" to remote "/root/.ansible/tmp/ansible-tmp-1726889011.1796424-176694-180203321129949/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889011.1796424-176694-180203321129949/AnsiballZ_setup.py" <<< 172629 1726889011.26705: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889011.26709: stdout chunk (state=3): >>><<< 172629 1726889011.26718: stderr chunk (state=3): >>><<< 172629 1726889011.26720: done transferring module to remote 172629 1726889011.26722: _low_level_execute_command(): starting 172629 1726889011.26724: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889011.1796424-176694-180203321129949/ /root/.ansible/tmp/ansible-tmp-1726889011.1796424-176694-180203321129949/AnsiballZ_setup.py && sleep 0' 172629 1726889011.27771: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889011.27775: 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 <<< 172629 1726889011.27778: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726889011.27780: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889011.27832: stderr 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 <<< 172629 1726889011.27835: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889011.27945: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889011.27973: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889011.28059: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889011.28099: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889011.30365: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889011.30368: stdout chunk (state=3): >>><<< 172629 1726889011.30371: stderr chunk (state=3): >>><<< 172629 1726889011.30378: _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 172629 1726889011.30381: _low_level_execute_command(): starting 172629 1726889011.30383: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889011.1796424-176694-180203321129949/AnsiballZ_setup.py && sleep 0' 172629 1726889011.31325: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889011.31485: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889011.31538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889011.31567: stderr 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 <<< 172629 1726889011.31672: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889011.31800: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889011.31851: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889011.34015: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889011.34047: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889011.34079: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889011.34147: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726889011.34180: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889011.34218: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889011.34247: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726889011.34295: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726889011.34321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 172629 1726889011.34343: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889011.34374: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889011.34468: 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 0x7fd27e1104d0> <<< 172629 1726889011.34497: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27e0dfb30> # /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 0x7fd27e112a50> import '_signal' # <<< 172629 1726889011.34801: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 172629 1726889011.34806: stdout chunk (state=3): >>>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' <<< 172629 1726889011.34808: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dee5130> <<< 172629 1726889011.34869: 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' <<< 172629 1726889011.34891: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dee6120> <<< 172629 1726889011.34905: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889011.34933: 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. <<< 172629 1726889011.35316: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889011.35340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889011.35365: 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' <<< 172629 1726889011.35388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889011.35422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889011.35438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889011.35466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889011.35483: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27df22ea0> <<< 172629 1726889011.35504: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889011.35525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889011.35552: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27df381a0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889011.35583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889011.35607: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889011.35664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889011.35696: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889011.35735: 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 0x7fd27df5ba40> <<< 172629 1726889011.35769: 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 0x7fd27df7c110> import '_collections' # <<< 172629 1726889011.35846: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27df3bce0> <<< 172629 1726889011.35850: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889011.35864: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27df39400> <<< 172629 1726889011.35949: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27df211c0> <<< 172629 1726889011.36205: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889011.36216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889011.36219: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27df7f950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27df7e570> # /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 0x7fd27df3a2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27df230b0> # /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 0x7fd27dfac9e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27df20440> <<< 172629 1726889011.36242: 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' <<< 172629 1726889011.36287: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889011.36293: 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 0x7fd27dface90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dfacd40> <<< 172629 1726889011.36317: 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 0x7fd27dfad130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27df1ef60> <<< 172629 1726889011.36346: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726889011.36369: 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 <<< 172629 1726889011.36582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dfad820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dfad4f0> 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 0x7fd27dfae720> 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 0x7fd27dfc8920> import 'errno' # <<< 172629 1726889011.36629: 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' <<< 172629 1726889011.36661: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd27dfca030> # /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' <<< 172629 1726889011.36690: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726889011.36702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dfcaed0> <<< 172629 1726889011.36734: 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 0x7fd27dfcb530> <<< 172629 1726889011.36758: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dfca420> <<< 172629 1726889011.36777: 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' <<< 172629 1726889011.36817: 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 0x7fd27dfcbef0> <<< 172629 1726889011.36833: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dfcb620> <<< 172629 1726889011.36879: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dfae750> <<< 172629 1726889011.36889: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889011.36918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889011.36951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889011.36959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889011.36993: 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 0x7fd27dcd3d40> <<< 172629 1726889011.37014: 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' <<< 172629 1726889011.37163: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889011.37183: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd27dcfc890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dcfc5f0> <<< 172629 1726889011.37195: 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 0x7fd27dcfc8c0> # /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' <<< 172629 1726889011.37300: 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 0x7fd27dcfd1f0> <<< 172629 1726889011.37417: 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 0x7fd27dcfdb50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dcfcaa0> <<< 172629 1726889011.37681: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dcd1ee0> # /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 0x7fd27dcfef30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dcfdc70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dfaee40> # /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 <<< 172629 1726889011.37699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889011.37726: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dd272c0> <<< 172629 1726889011.37780: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889011.37802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889011.37825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889011.37837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889011.37873: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dd4b680> <<< 172629 1726889011.37895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889011.37937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889011.37986: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889011.38029: 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 0x7fd27ddac470> <<< 172629 1726889011.38036: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889011.38079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889011.38083: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889011.38126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889011.38210: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27ddaebd0> <<< 172629 1726889011.38284: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27ddac590> <<< 172629 1726889011.38316: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dd71460> <<< 172629 1726889011.38346: 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 0x7fd27dbb55b0> <<< 172629 1726889011.38371: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dd4a4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dcffe90> <<< 172629 1726889011.38544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889011.38670: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd27dbb5850> <<< 172629 1726889011.38915: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_7ompnfn3/ansible_setup_payload.zip' <<< 172629 1726889011.38929: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.39037: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.39173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889011.39199: 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' <<< 172629 1726889011.39223: 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 0x7fd27dc1b320> import '_typing' # <<< 172629 1726889011.39410: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dbfe210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dbfd370> <<< 172629 1726889011.39430: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.39459: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726889011.39490: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889011.39643: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889011.39660: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.40922: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.42110: 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 0x7fd27dc191f0> <<< 172629 1726889011.42121: 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' <<< 172629 1726889011.42206: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889011.42237: 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 0x7fd27dc4ad20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dc4aab0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dc4a3f0> <<< 172629 1726889011.42370: 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' <<< 172629 1726889011.42374: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dc4aea0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dc1bfb0> 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 0x7fd27dc4ba10> <<< 172629 1726889011.42394: 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 0x7fd27dc4bc50> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889011.42437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889011.42579: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889011.42589: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dc78170> 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' <<< 172629 1726889011.42593: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d52df10> <<< 172629 1726889011.42639: 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 0x7fd27d52fb00> <<< 172629 1726889011.42651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889011.42775: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d534500> <<< 172629 1726889011.42778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889011.42801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d535400> # /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' <<< 172629 1726889011.42818: 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' <<< 172629 1726889011.42872: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d538170> <<< 172629 1726889011.42898: 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 0x7fd27d538290> <<< 172629 1726889011.43010: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d536420> # /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' <<< 172629 1726889011.43013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889011.43112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889011.43237: 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 0x7fd27d57c0e0> <<< 172629 1726889011.43240: stdout chunk (state=3): >>>import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d53abd0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d53a930> <<< 172629 1726889011.43257: 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' <<< 172629 1726889011.43322: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d53aea0> <<< 172629 1726889011.43392: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d536930> # 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 0x7fd27d580380> <<< 172629 1726889011.43434: 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 0x7fd27d580560> <<< 172629 1726889011.43518: 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' <<< 172629 1726889011.43537: 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 0x7fd27d581fd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d581d90> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889011.43559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889011.43605: 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 0x7fd27d584500> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d582690> <<< 172629 1726889011.43778: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889011.43791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d587ce0> <<< 172629 1726889011.43869: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d5846b0> <<< 172629 1726889011.43924: 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' <<< 172629 1726889011.43950: 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 0x7fd27d588cb0> <<< 172629 1726889011.44084: 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 0x7fd27d588ef0> # 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 0x7fd27d588fe0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d580740> # /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' <<< 172629 1726889011.44115: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889011.44134: 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 0x7fd27d414740> <<< 172629 1726889011.44279: 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 0x7fd27d4157f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d58aed0> <<< 172629 1726889011.44323: 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 0x7fd27d58baa0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d58aae0> <<< 172629 1726889011.44350: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889011.44374: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726889011.44462: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.44680: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726889011.44724: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.44841: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.45373: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.45902: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726889011.45966: 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' # <<< 172629 1726889011.45985: 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' <<< 172629 1726889011.46035: 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' <<< 172629 1726889011.46280: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd27d419a60> <<< 172629 1726889011.46294: 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 0x7fd27d41a810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d415940> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726889011.46380: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.46527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726889011.46769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d41ae40> # zipimport: zlib available <<< 172629 1726889011.46994: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.47429: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.47501: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.47579: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726889011.47617: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.47654: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889011.47673: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.47728: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.47816: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889011.47844: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726889011.47976: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726889011.48162: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.48384: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889011.48443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889011.48466: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889011.48522: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d41bb00> <<< 172629 1726889011.48544: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.48668: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.48692: 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' # <<< 172629 1726889011.48714: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.48752: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.48785: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889011.48803: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.48840: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.48881: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.48937: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.49011: 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 <<< 172629 1726889011.49071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889011.49199: 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 0x7fd27d4265a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d4213d0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726889011.49260: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.49318: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.49343: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.49384: 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 <<< 172629 1726889011.49427: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889011.49452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889011.49532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889011.49541: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889011.49554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889011.49613: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d502e10> <<< 172629 1726889011.49651: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d5feae0> <<< 172629 1726889011.49791: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d426780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d41b4a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726889011.49810: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889011.50078: stdout chunk (state=3): >>>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 <<< 172629 1726889011.50117: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.50152: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.50186: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 172629 1726889011.50209: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.50277: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.50344: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.50366: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.50397: 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 <<< 172629 1726889011.50444: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 172629 1726889011.50475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726889011.50532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726889011.50560: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726889011.50616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726889011.50636: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726889011.50652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726889011.50680: 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 0x7fd27d13eb70> <<< 172629 1726889011.50712: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d13dfa0> <<< 172629 1726889011.50774: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d13c980> <<< 172629 1726889011.50976: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d4b6d50> <<< 172629 1726889011.51045: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d4b4b90> import 'ansible.module_utils.compat.typing' # <<< 172629 1726889011.51064: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.51463: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889011.51494: 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' <<< 172629 1726889011.51510: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 172629 1726889011.51527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 172629 1726889011.51543: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 172629 1726889011.51562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 172629 1726889011.51575: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d4a0110> <<< 172629 1726889011.51601: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 172629 1726889011.51618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 172629 1726889011.51643: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726889011.51703: 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 <<< 172629 1726889011.51721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d18ce00> <<< 172629 1726889011.51878: 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 0x7fd27d18d130> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d1808f0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d153bf0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d4b5f10> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d4b5280> <<< 172629 1726889011.51895: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 172629 1726889011.51915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 172629 1726889011.51936: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 172629 1726889011.51948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 172629 1726889011.51974: 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' <<< 172629 1726889011.52004: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889011.52107: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd27d18fd10> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d18f5c0> # 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 0x7fd27d18f7a0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d18e9f0> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 172629 1726889011.52179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d18fec0> # /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' <<< 172629 1726889011.52204: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889011.52216: 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 0x7fd27cf46ab0> <<< 172629 1726889011.52231: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27cf44aa0> <<< 172629 1726889011.52327: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d4b5340> 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 <<< 172629 1726889011.52383: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.52434: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 172629 1726889011.52468: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.52498: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.52668: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889011.52684: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 172629 1726889011.52727: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.52769: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 172629 1726889011.52772: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.52842: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.52869: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 172629 1726889011.52911: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.52931: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.52994: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.53049: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.53108: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 172629 1726889011.53132: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.53608: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.54113: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889011.54161: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.54187: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.54239: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 172629 1726889011.54264: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.54283: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.54313: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 172629 1726889011.54368: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.54433: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 172629 1726889011.54436: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.54491: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.54517: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available <<< 172629 1726889011.54536: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.54566: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 172629 1726889011.54590: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.54815: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27cf47350> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726889011.54818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726889011.54935: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27cf47fb0> import 'ansible.module_utils.facts.system.local' # <<< 172629 1726889011.54957: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.55135: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.55149: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 172629 1726889011.55179: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.55270: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 172629 1726889011.55349: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.55416: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 172629 1726889011.55442: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.55472: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.55587: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726889011.55636: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889011.55701: 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 0x7fd27cf87140> <<< 172629 1726889011.55877: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27cf73dd0> import 'ansible.module_utils.facts.system.python' # <<< 172629 1726889011.55910: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.56029: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 172629 1726889011.56095: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.56177: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.56314: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.56890: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd27cf9ed20> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27cf73f20> 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 <<< 172629 1726889011.56984: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.57212: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 172629 1726889011.57238: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.57338: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.57382: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.57439: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available <<< 172629 1726889011.57472: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.57488: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.57627: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.57779: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 172629 1726889011.57900: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.58017: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 172629 1726889011.58038: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.58107: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889011.58654: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.59174: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 172629 1726889011.59200: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.59296: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.59391: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 172629 1726889011.59418: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.59496: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.59602: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 172629 1726889011.59848: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.59908: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 172629 1726889011.59936: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889011.60139: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 172629 1726889011.60142: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.60532: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889011.60646: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 172629 1726889011.60675: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 172629 1726889011.60691: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.60725: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 172629 1726889011.60765: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889011.60789: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 172629 1726889011.60865: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.60929: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 172629 1726889011.60981: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889011.60999: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 172629 1726889011.61051: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.61116: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 172629 1726889011.61174: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.61230: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726889011.61249: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.61499: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.61762: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 172629 1726889011.61820: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.61885: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available <<< 172629 1726889011.61921: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.61964: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 172629 1726889011.61996: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.62028: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 172629 1726889011.62046: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.62308: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.62313: stdout chunk (state=3): >>>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 <<< 172629 1726889011.62357: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.62393: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 172629 1726889011.62427: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889011.62443: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.62489: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.62635: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889011.62711: 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 <<< 172629 1726889011.62747: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.62797: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 172629 1726889011.62809: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.62991: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.63190: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 172629 1726889011.63200: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.63235: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.63286: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 172629 1726889011.63297: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.63337: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.63380: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 172629 1726889011.63406: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.63472: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.63562: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 172629 1726889011.63620: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.63656: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.63827: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 172629 1726889011.63848: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889011.64006: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 172629 1726889011.64063: stdout chunk (state=3): >>># 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 <<< 172629 1726889011.64129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd27cfcbc50> <<< 172629 1726889011.64141: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27cfcbef0> <<< 172629 1726889011.64170: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27cfcb140> <<< 172629 1726889011.78478: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 172629 1726889011.78482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 172629 1726889011.78527: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d00e300> # /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' <<< 172629 1726889011.78554: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d00eed0> <<< 172629 1726889011.78650: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 172629 1726889011.78680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889011.78693: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d01d7f0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d01d2b0> <<< 172629 1726889011.78924: 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 <<< 172629 1726889012.03192: 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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_fibre_channel_wwn": [], "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_user_id": "root", "ansible_user_uid": 0, "ansibl<<< 172629 1726889012.03201: stdout chunk (state=3): >>>e_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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_apparmor": {"status": "disabled"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_iscsi_iqn": "", "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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_local": {}, "ansible_lsb": {}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.13.105 34704 10.31.15.52 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.13.105 34704 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_fips": false, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_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_loadavg": {"1m": 0.5166015625, "5m": 0.72509765625, "15m": 0.96337890625}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "23", "second": "31", "epoch": "1726889011", "epoch_int": "1726889011", "date": "2024-09-20", "time": "23:23:31", "iso8601_micro": "2024-09-21T03:23:31.654543Z", "iso8601": "2024-09-21T03:23:31Z", "iso8601_basic": "20240920T232331654543", "iso8601_basic_short": "20240920T232331", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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": 451, "ansible_swaptotal_mb": 10239, "ansible_swapfree_mb": 10239, "ansible_memory_mb": {"real": {"total": 3531, "used": 3080, "free": 451}, "nocache": {"free": 3247, "used": 284}, "swap": {"total": 10239, "free": 10239, "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": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"], "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": <<< 172629 1726889012.03213: stdout chunk (state=3): >>>"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": ["c7da138f-a511-4522-ac49-97acf1c6bf7f"], "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"], "sdb": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"], "sda": ["c7da138f-a511-4522-ac49-97acf1c6bf7f"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 4453, "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": 255223746560, "block_size": 4096, "block_total": 65519099, "block_available": 62310485, "block_used": 3208614, "inode_total": 131070960, "inode_available": 131027025, "inode_used": 43935, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "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_off<<< 172629 1726889012.03236: stdout chunk (state=3): >>>load": "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_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 172629 1726889012.03846: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889012.03893: 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<<< 172629 1726889012.03941: stdout chunk (state=3): >>> # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # 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 <<< 172629 1726889012.03971: stdout chunk (state=3): >>># destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # 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 <<< 172629 1726889012.04026: stdout chunk (state=3): >>># destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters <<< 172629 1726889012.04031: stdout chunk (state=3): >>># 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 <<< 172629 1726889012.04095: stdout chunk (state=3): >>># cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local <<< 172629 1726889012.04099: stdout chunk (state=3): >>># 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 <<< 172629 1726889012.04193: stdout chunk (state=3): >>># 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 <<< 172629 1726889012.04196: stdout chunk (state=3): >>># 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 <<< 172629 1726889012.04518: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889012.04562: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726889012.04584: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726889012.04598: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726889012.04689: stdout chunk (state=3): >>># destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 172629 1726889012.04738: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale <<< 172629 1726889012.04788: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726889012.04857: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 172629 1726889012.04917: stdout chunk (state=3): >>># 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 <<< 172629 1726889012.04966: stdout chunk (state=3): >>># destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl <<< 172629 1726889012.04969: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 172629 1726889012.05058: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing <<< 172629 1726889012.05100: stdout chunk (state=3): >>># 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 <<< 172629 1726889012.05152: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726889012.05198: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 172629 1726889012.05202: stdout chunk (state=3): >>># 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 <<< 172629 1726889012.05268: stdout chunk (state=3): >>># 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 <<< 172629 1726889012.05272: 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 <<< 172629 1726889012.05296: 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 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 <<< 172629 1726889012.05306: 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 <<< 172629 1726889012.05468: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889012.05519: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 172629 1726889012.05523: stdout chunk (state=3): >>># destroy tokenize <<< 172629 1726889012.05537: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 172629 1726889012.05575: 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 <<< 172629 1726889012.05594: stdout chunk (state=3): >>># destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 172629 1726889012.05645: stdout chunk (state=3): >>># destroy _opcode <<< 172629 1726889012.05675: stdout chunk (state=3): >>># 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 <<< 172629 1726889012.05870: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig<<< 172629 1726889012.05914: stdout chunk (state=3): >>> # 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 <<< 172629 1726889012.06361: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889012.06385: stdout chunk (state=3): >>><<< 172629 1726889012.06390: stderr chunk (state=3): >>><<< 172629 1726889012.06829: _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 0x7fd27e1104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27e0dfb30> # /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 0x7fd27e112a50> 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 0x7fd27dee5130> # /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 0x7fd27dee6120> 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 0x7fd27df22ea0> # /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 0x7fd27df381a0> # /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 0x7fd27df5ba40> # /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 0x7fd27df7c110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27df3bce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27df39400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27df211c0> # /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 0x7fd27df7f950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27df7e570> # /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 0x7fd27df3a2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27df230b0> # /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 0x7fd27dfac9e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27df20440> # /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 0x7fd27dface90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dfacd40> # 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 0x7fd27dfad130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27df1ef60> # /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 0x7fd27dfad820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dfad4f0> 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 0x7fd27dfae720> 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 0x7fd27dfc8920> 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 0x7fd27dfca030> # /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 0x7fd27dfcaed0> # 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 0x7fd27dfcb530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dfca420> # /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 0x7fd27dfcbef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dfcb620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dfae750> # /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 0x7fd27dcd3d40> # /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 0x7fd27dcfc890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dcfc5f0> # 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 0x7fd27dcfc8c0> # /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 0x7fd27dcfd1f0> # 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 0x7fd27dcfdb50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dcfcaa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dcd1ee0> # /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 0x7fd27dcfef30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dcfdc70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dfaee40> # /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 0x7fd27dd272c0> # /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 0x7fd27dd4b680> # /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 0x7fd27ddac470> # /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 0x7fd27ddaebd0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27ddac590> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dd71460> # /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 0x7fd27dbb55b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dd4a4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dcffe90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd27dbb5850> # zipimport: found 103 names in '/tmp/ansible_setup_payload_7ompnfn3/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 0x7fd27dc1b320> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dbfe210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dbfd370> # 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 0x7fd27dc191f0> # /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 0x7fd27dc4ad20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dc4aab0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dc4a3f0> # /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 0x7fd27dc4aea0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27dc1bfb0> 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 0x7fd27dc4ba10> # 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 0x7fd27dc4bc50> # /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 0x7fd27dc78170> 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 0x7fd27d52df10> # 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 0x7fd27d52fb00> # /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 0x7fd27d534500> # /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 0x7fd27d535400> # /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 0x7fd27d538170> # 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 0x7fd27d538290> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d536420> # /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 0x7fd27d57c0e0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d53abd0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d53a930> # /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 0x7fd27d53aea0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d536930> # 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 0x7fd27d580380> # /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 0x7fd27d580560> # /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 0x7fd27d581fd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d581d90> # /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 0x7fd27d584500> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d582690> # /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 0x7fd27d587ce0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d5846b0> # 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 0x7fd27d588cb0> # 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 0x7fd27d588ef0> # 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 0x7fd27d588fe0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d580740> # /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 0x7fd27d414740> # 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 0x7fd27d4157f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d58aed0> # 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 0x7fd27d58baa0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d58aae0> # 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 0x7fd27d419a60> # /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 0x7fd27d41a810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d415940> 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 0x7fd27d41ae40> # 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 0x7fd27d41bb00> # 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 0x7fd27d4265a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d4213d0> 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 0x7fd27d502e10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d5feae0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d426780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d41b4a0> # 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 0x7fd27d13eb70> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d13dfa0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d13c980> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d4b6d50> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d4b4b90> 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 0x7fd27d4a0110> # /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 0x7fd27d18ce00> # 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 0x7fd27d18d130> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d1808f0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d153bf0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d4b5f10> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d4b5280> # /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 0x7fd27d18fd10> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d18f5c0> # 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 0x7fd27d18f7a0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d18e9f0> # /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 0x7fd27d18fec0> # /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 0x7fd27cf46ab0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27cf44aa0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d4b5340> 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 0x7fd27cf47350> # /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 0x7fd27cf47fb0> 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 0x7fd27cf87140> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27cf73dd0> 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 0x7fd27cf9ed20> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27cf73f20> 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 0x7fd27cfcbc50> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27cfcbef0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27cfcb140> # /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 0x7fd27d00e300> # /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 0x7fd27d00eed0> # /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 0x7fd27d01d7f0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd27d01d2b0> 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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_fibre_channel_wwn": [], "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_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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_apparmor": {"status": "disabled"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_iscsi_iqn": "", "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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_local": {}, "ansible_lsb": {}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.13.105 34704 10.31.15.52 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.13.105 34704 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_fips": false, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_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_loadavg": {"1m": 0.5166015625, "5m": 0.72509765625, "15m": 0.96337890625}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "23", "second": "31", "epoch": "1726889011", "epoch_int": "1726889011", "date": "2024-09-20", "time": "23:23:31", "iso8601_micro": "2024-09-21T03:23:31.654543Z", "iso8601": "2024-09-21T03:23:31Z", "iso8601_basic": "20240920T232331654543", "iso8601_basic_short": "20240920T232331", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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": 451, "ansible_swaptotal_mb": 10239, "ansible_swapfree_mb": 10239, "ansible_memory_mb": {"real": {"total": 3531, "used": 3080, "free": 451}, "nocache": {"free": 3247, "used": 284}, "swap": {"total": 10239, "free": 10239, "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": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"], "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": ["c7da138f-a511-4522-ac49-97acf1c6bf7f"], "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"], "sdb": ["8eb5208c-2ff3-4c8f-a642-5aca66cfb112"], "sda": ["c7da138f-a511-4522-ac49-97acf1c6bf7f"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 4453, "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": 255223746560, "block_size": 4096, "block_total": 65519099, "block_available": 62310485, "block_used": 3208614, "inode_total": 131070960, "inode_available": 131027025, "inode_used": 43935, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "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_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # 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. 172629 1726889012.08657: 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-1726889011.1796424-176694-180203321129949/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889012.08662: _low_level_execute_command(): starting 172629 1726889012.08665: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889011.1796424-176694-180203321129949/ > /dev/null 2>&1 && sleep 0' 172629 1726889012.09165: 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 <<< 172629 1726889012.09212: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889012.09235: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889012.09320: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889012.11762: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889012.11766: stderr chunk (state=3): >>><<< 172629 1726889012.11768: stdout chunk (state=3): >>><<< 172629 1726889012.11771: _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 172629 1726889012.11773: handler run complete 172629 1726889012.11910: variable 'ansible_facts' from source: unknown 172629 1726889012.12048: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889012.12500: variable 'ansible_facts' from source: unknown 172629 1726889012.12608: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889012.12786: attempt loop complete, returning result 172629 1726889012.12796: _execute() done 172629 1726889012.12802: dumping result to json 172629 1726889012.12848: done dumping result, returning 172629 1726889012.12863: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-d0a8-add8-000000002404] 172629 1726889012.12872: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002404 172629 1726889012.14060: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002404 172629 1726889012.14064: WORKER PROCESS EXITING ok: [managed_node1] 172629 1726889012.14601: no more pending results, returning what we have 172629 1726889012.14604: results queue empty 172629 1726889012.14605: checking for any_errors_fatal 172629 1726889012.14613: done checking for any_errors_fatal 172629 1726889012.14613: checking for max_fail_percentage 172629 1726889012.14615: done checking for max_fail_percentage 172629 1726889012.14616: checking to see if all hosts have failed and the running result is not ok 172629 1726889012.14617: done checking to see if all hosts have failed 172629 1726889012.14617: getting the remaining hosts for this loop 172629 1726889012.14619: done getting the remaining hosts for this loop 172629 1726889012.14622: getting the next task for host managed_node1 172629 1726889012.14631: done getting next task for host managed_node1 172629 1726889012.14633: ^ task is: TASK: meta (role_complete) 172629 1726889012.14636: ^ state is: HOST STATE: block=2, task=38, rescue=0, always=0, handlers=0, run_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 172629 1726889012.14647: getting variables 172629 1726889012.14648: in VariableManager get_vars() 172629 1726889012.14680: Calling all_inventory to load vars for managed_node1 172629 1726889012.14683: Calling groups_inventory to load vars for managed_node1 172629 1726889012.14685: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889012.14694: Calling all_plugins_play to load vars for managed_node1 172629 1726889012.14697: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889012.14699: Calling groups_plugins_play to load vars for managed_node1 172629 1726889012.15464: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889012.16054: done with get_vars() 172629 1726889012.16071: done getting variables 172629 1726889012.16152: done queuing things up, now waiting for results queue to drain 172629 1726889012.16154: results queue empty 172629 1726889012.16154: checking for any_errors_fatal 172629 1726889012.16160: done checking for any_errors_fatal 172629 1726889012.16161: checking for max_fail_percentage 172629 1726889012.16162: done checking for max_fail_percentage 172629 1726889012.16162: checking to see if all hosts have failed and the running result is not ok 172629 1726889012.16163: done checking to see if all hosts have failed 172629 1726889012.16164: getting the remaining hosts for this loop 172629 1726889012.16165: done getting the remaining hosts for this loop 172629 1726889012.16167: getting the next task for host managed_node1 172629 1726889012.16171: done getting next task for host managed_node1 172629 1726889012.16174: ^ task is: TASK: Verify results 172629 1726889012.16175: ^ state is: HOST STATE: block=2, task=39, rescue=0, 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 172629 1726889012.16183: getting variables 172629 1726889012.16184: in VariableManager get_vars() 172629 1726889012.16195: Calling all_inventory to load vars for managed_node1 172629 1726889012.16197: Calling groups_inventory to load vars for managed_node1 172629 1726889012.16199: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889012.16205: Calling all_plugins_play to load vars for managed_node1 172629 1726889012.16207: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889012.16209: Calling groups_plugins_play to load vars for managed_node1 172629 1726889012.16633: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889012.17226: done with get_vars() 172629 1726889012.17238: done getting variables TASK [Verify results] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:125 Friday 20 September 2024 23:23:32 -0400 (0:00:01.054) 0:01:52.453 ****** 172629 1726889012.17311: entering _queue_task() for managed_node1/include_tasks 172629 1726889012.17647: worker is 1 (out of 1 available) 172629 1726889012.17664: exiting _queue_task() for managed_node1/include_tasks 172629 1726889012.17679: done queuing things up, now waiting for results queue to drain 172629 1726889012.17680: waiting for pending results... 172629 1726889012.17996: running TaskExecutor() for managed_node1/TASK: Verify results 172629 1726889012.18111: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000017 172629 1726889012.18133: variable 'ansible_search_path' from source: unknown 172629 1726889012.18261: calling self._execute() 172629 1726889012.18295: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889012.18306: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889012.18320: variable 'omit' from source: magic vars 172629 1726889012.18440: _execute() done 172629 1726889012.18448: dumping result to json 172629 1726889012.18457: done dumping result, returning 172629 1726889012.18469: done running TaskExecutor() for managed_node1/TASK: Verify results [0affc8a3-6f6f-d0a8-add8-000000000017] 172629 1726889012.18479: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000017 172629 1726889012.18784: no more pending results, returning what we have 172629 1726889012.18789: in VariableManager get_vars() 172629 1726889012.18833: Calling all_inventory to load vars for managed_node1 172629 1726889012.18836: Calling groups_inventory to load vars for managed_node1 172629 1726889012.18840: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889012.18852: Calling all_plugins_play to load vars for managed_node1 172629 1726889012.18857: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889012.18861: Calling groups_plugins_play to load vars for managed_node1 172629 1726889012.19468: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000017 172629 1726889012.19472: WORKER PROCESS EXITING 172629 1726889012.19498: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889012.20057: done with get_vars() 172629 1726889012.20069: variable 'ansible_search_path' from source: unknown 172629 1726889012.20082: we have included files to process 172629 1726889012.20083: generating all_blocks data 172629 1726889012.20084: done generating all_blocks data 172629 1726889012.20091: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726889012.20092: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726889012.20095: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726889012.20679: in VariableManager get_vars() 172629 1726889012.20696: done with get_vars() 172629 1726889012.20738: in VariableManager get_vars() 172629 1726889012.20753: done with get_vars() 172629 1726889012.20841: done processing included file 172629 1726889012.20843: iterating over new_blocks loaded from include file 172629 1726889012.20845: in VariableManager get_vars() 172629 1726889012.20859: done with get_vars() 172629 1726889012.20861: filtering new block on tags 172629 1726889012.20887: done filtering new block on tags 172629 1726889012.20889: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 172629 1726889012.20895: extending task lists for all hosts with included blocks 172629 1726889012.26974: done extending task lists 172629 1726889012.26976: done processing included files 172629 1726889012.26977: results queue empty 172629 1726889012.26978: checking for any_errors_fatal 172629 1726889012.26979: done checking for any_errors_fatal 172629 1726889012.26980: checking for max_fail_percentage 172629 1726889012.26981: done checking for max_fail_percentage 172629 1726889012.26982: checking to see if all hosts have failed and the running result is not ok 172629 1726889012.26983: done checking to see if all hosts have failed 172629 1726889012.26983: getting the remaining hosts for this loop 172629 1726889012.26985: done getting the remaining hosts for this loop 172629 1726889012.26987: getting the next task for host managed_node1 172629 1726889012.26991: done getting next task for host managed_node1 172629 1726889012.26993: ^ task is: TASK: Print out pool information 172629 1726889012.26996: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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 172629 1726889012.26998: getting variables 172629 1726889012.26999: in VariableManager get_vars() 172629 1726889012.27013: Calling all_inventory to load vars for managed_node1 172629 1726889012.27016: Calling groups_inventory to load vars for managed_node1 172629 1726889012.27018: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889012.27025: Calling all_plugins_play to load vars for managed_node1 172629 1726889012.27027: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889012.27030: Calling groups_plugins_play to load vars for managed_node1 172629 1726889012.28074: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889012.29270: done with get_vars() 172629 1726889012.29288: done getting variables 172629 1726889012.29336: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Print out pool information] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Friday 20 September 2024 23:23:32 -0400 (0:00:00.120) 0:01:52.573 ****** 172629 1726889012.29369: entering _queue_task() for managed_node1/debug 172629 1726889012.30141: worker is 1 (out of 1 available) 172629 1726889012.30154: exiting _queue_task() for managed_node1/debug 172629 1726889012.30369: done queuing things up, now waiting for results queue to drain 172629 1726889012.30371: waiting for pending results... 172629 1726889012.30752: running TaskExecutor() for managed_node1/TASK: Print out pool information 172629 1726889012.30962: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002492 172629 1726889012.30977: variable 'ansible_search_path' from source: unknown 172629 1726889012.31126: calling self._execute() 172629 1726889012.31304: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889012.31310: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889012.31320: variable 'omit' from source: magic vars 172629 1726889012.32186: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889012.36658: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889012.36729: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889012.36779: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889012.36834: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889012.36874: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889012.36963: 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) 172629 1726889012.36998: 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) 172629 1726889012.37027: 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) 172629 1726889012.37079: 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) 172629 1726889012.37101: 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) 172629 1726889012.37219: variable '_storage_pools_list' from source: set_fact 172629 1726889012.37243: Evaluated conditional (_storage_pools_list | length > 0): False 172629 1726889012.37251: when evaluation is False, skipping this task 172629 1726889012.37286: _execute() done 172629 1726889012.37289: dumping result to json 172629 1726889012.37291: done dumping result, returning 172629 1726889012.37294: done running TaskExecutor() for managed_node1/TASK: Print out pool information [0affc8a3-6f6f-d0a8-add8-000000002492] 172629 1726889012.37296: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002492 skipping: [managed_node1] => { "false_condition": "_storage_pools_list | length > 0" } 172629 1726889012.37548: no more pending results, returning what we have 172629 1726889012.37553: results queue empty 172629 1726889012.37554: checking for any_errors_fatal 172629 1726889012.37558: done checking for any_errors_fatal 172629 1726889012.37559: checking for max_fail_percentage 172629 1726889012.37561: done checking for max_fail_percentage 172629 1726889012.37562: checking to see if all hosts have failed and the running result is not ok 172629 1726889012.37563: done checking to see if all hosts have failed 172629 1726889012.37564: getting the remaining hosts for this loop 172629 1726889012.37566: done getting the remaining hosts for this loop 172629 1726889012.37570: getting the next task for host managed_node1 172629 1726889012.37577: done getting next task for host managed_node1 172629 1726889012.37580: ^ task is: TASK: Print out volume information 172629 1726889012.37583: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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 172629 1726889012.37587: getting variables 172629 1726889012.37589: in VariableManager get_vars() 172629 1726889012.37632: Calling all_inventory to load vars for managed_node1 172629 1726889012.37636: Calling groups_inventory to load vars for managed_node1 172629 1726889012.37639: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889012.37651: Calling all_plugins_play to load vars for managed_node1 172629 1726889012.37654: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889012.37724: Calling groups_plugins_play to load vars for managed_node1 172629 1726889012.38445: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002492 172629 1726889012.38449: WORKER PROCESS EXITING 172629 1726889012.38541: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889012.40273: done with get_vars() 172629 1726889012.40290: done getting variables 172629 1726889012.40350: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Print out volume information] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Friday 20 September 2024 23:23:32 -0400 (0:00:00.111) 0:01:52.684 ****** 172629 1726889012.40497: entering _queue_task() for managed_node1/debug 172629 1726889012.41258: worker is 1 (out of 1 available) 172629 1726889012.41271: exiting _queue_task() for managed_node1/debug 172629 1726889012.41285: done queuing things up, now waiting for results queue to drain 172629 1726889012.41286: waiting for pending results... 172629 1726889012.41908: running TaskExecutor() for managed_node1/TASK: Print out volume information 172629 1726889012.42317: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002493 172629 1726889012.42333: variable 'ansible_search_path' from source: unknown 172629 1726889012.42372: calling self._execute() 172629 1726889012.42899: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889012.42903: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889012.42906: variable 'omit' from source: magic vars 172629 1726889012.43634: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889012.47417: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889012.47477: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889012.47526: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889012.47583: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889012.47616: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889012.47741: 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) 172629 1726889012.47747: 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) 172629 1726889012.47783: 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) 172629 1726889012.47829: 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) 172629 1726889012.47853: 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) 172629 1726889012.47994: variable '_storage_volumes_list' from source: set_fact 172629 1726889012.48109: Evaluated conditional (_storage_volumes_list | length > 0): True 172629 1726889012.48156: variable 'omit' from source: magic vars 172629 1726889012.48228: variable 'omit' from source: magic vars 172629 1726889012.48293: variable 'omit' from source: magic vars 172629 1726889012.48325: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889012.48360: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889012.48384: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889012.48409: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889012.48423: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889012.48454: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889012.48465: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889012.48472: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889012.48584: Set connection var ansible_timeout to 10 172629 1726889012.48596: Set connection var ansible_shell_type to sh 172629 1726889012.48613: Set connection var ansible_pipelining to False 172629 1726889012.48624: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889012.48721: Set connection var ansible_shell_executable to /bin/sh 172629 1726889012.48724: Set connection var ansible_connection to ssh 172629 1726889012.48726: variable 'ansible_shell_executable' from source: unknown 172629 1726889012.48728: variable 'ansible_connection' from source: unknown 172629 1726889012.48730: variable 'ansible_module_compression' from source: unknown 172629 1726889012.48732: variable 'ansible_shell_type' from source: unknown 172629 1726889012.48734: variable 'ansible_shell_executable' from source: unknown 172629 1726889012.48736: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889012.48737: variable 'ansible_pipelining' from source: unknown 172629 1726889012.48739: variable 'ansible_timeout' from source: unknown 172629 1726889012.48741: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889012.48810: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889012.48831: variable 'omit' from source: magic vars 172629 1726889012.48842: starting attempt loop 172629 1726889012.48849: running the handler 172629 1726889012.48902: variable '_storage_volumes_list' from source: set_fact 172629 1726889012.48987: variable '_storage_volumes_list' from source: set_fact 172629 1726889012.49172: handler run complete 172629 1726889012.49206: attempt loop complete, returning result 172629 1726889012.49214: _execute() done 172629 1726889012.49222: dumping result to json 172629 1726889012.49232: done dumping result, returning 172629 1726889012.49244: done running TaskExecutor() for managed_node1/TASK: Print out volume information [0affc8a3-6f6f-d0a8-add8-000000002493] 172629 1726889012.49253: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002493 172629 1726889012.49443: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002493 172629 1726889012.49447: WORKER PROCESS EXITING ok: [managed_node1] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } 172629 1726889012.49578: no more pending results, returning what we have 172629 1726889012.49582: results queue empty 172629 1726889012.49583: checking for any_errors_fatal 172629 1726889012.49594: done checking for any_errors_fatal 172629 1726889012.49594: checking for max_fail_percentage 172629 1726889012.49596: done checking for max_fail_percentage 172629 1726889012.49597: checking to see if all hosts have failed and the running result is not ok 172629 1726889012.49598: done checking to see if all hosts have failed 172629 1726889012.49598: getting the remaining hosts for this loop 172629 1726889012.49601: done getting the remaining hosts for this loop 172629 1726889012.49604: getting the next task for host managed_node1 172629 1726889012.49611: done getting next task for host managed_node1 172629 1726889012.49698: ^ task is: TASK: Collect info about the volumes. 172629 1726889012.49701: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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 172629 1726889012.49706: getting variables 172629 1726889012.49707: in VariableManager get_vars() 172629 1726889012.49744: Calling all_inventory to load vars for managed_node1 172629 1726889012.49748: Calling groups_inventory to load vars for managed_node1 172629 1726889012.49751: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889012.49886: Calling all_plugins_play to load vars for managed_node1 172629 1726889012.49890: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889012.49894: Calling groups_plugins_play to load vars for managed_node1 172629 1726889012.51050: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889012.51860: done with get_vars() 172629 1726889012.51875: done getting variables TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Friday 20 September 2024 23:23:32 -0400 (0:00:00.114) 0:01:52.799 ****** 172629 1726889012.51961: entering _queue_task() for managed_node1/fedora.linux_system_roles.blockdev_info 172629 1726889012.52289: worker is 1 (out of 1 available) 172629 1726889012.52303: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blockdev_info 172629 1726889012.52317: done queuing things up, now waiting for results queue to drain 172629 1726889012.52318: waiting for pending results... 172629 1726889012.52674: running TaskExecutor() for managed_node1/TASK: Collect info about the volumes. 172629 1726889012.52681: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002494 172629 1726889012.52685: variable 'ansible_search_path' from source: unknown 172629 1726889012.52711: calling self._execute() 172629 1726889012.53000: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889012.53037: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889012.53041: variable 'omit' from source: magic vars 172629 1726889012.53328: variable 'omit' from source: magic vars 172629 1726889012.53370: variable 'omit' from source: magic vars 172629 1726889012.53462: variable 'omit' from source: magic vars 172629 1726889012.53471: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889012.53690: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889012.53711: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889012.53760: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889012.53763: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889012.53772: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889012.53777: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889012.53780: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889012.54067: Set connection var ansible_timeout to 10 172629 1726889012.54071: Set connection var ansible_shell_type to sh 172629 1726889012.54122: Set connection var ansible_pipelining to False 172629 1726889012.54127: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889012.54129: Set connection var ansible_shell_executable to /bin/sh 172629 1726889012.54132: Set connection var ansible_connection to ssh 172629 1726889012.54134: variable 'ansible_shell_executable' from source: unknown 172629 1726889012.54136: variable 'ansible_connection' from source: unknown 172629 1726889012.54138: variable 'ansible_module_compression' from source: unknown 172629 1726889012.54140: variable 'ansible_shell_type' from source: unknown 172629 1726889012.54142: variable 'ansible_shell_executable' from source: unknown 172629 1726889012.54144: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889012.54147: variable 'ansible_pipelining' from source: unknown 172629 1726889012.54149: variable 'ansible_timeout' from source: unknown 172629 1726889012.54151: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889012.54661: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889012.54664: variable 'omit' from source: magic vars 172629 1726889012.54667: starting attempt loop 172629 1726889012.54669: running the handler 172629 1726889012.54672: _low_level_execute_command(): starting 172629 1726889012.54674: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889012.55273: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889012.55288: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889012.55300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889012.55318: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889012.55335: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889012.55349: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889012.55373: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889012.55391: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726889012.55468: 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 <<< 172629 1726889012.55494: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889012.55516: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889012.55531: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889012.55612: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889012.57387: stdout chunk (state=3): >>>/root <<< 172629 1726889012.57467: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889012.57479: stdout chunk (state=3): >>><<< 172629 1726889012.57652: stderr chunk (state=3): >>><<< 172629 1726889012.57684: _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 172629 1726889012.57707: _low_level_execute_command(): starting 172629 1726889012.57718: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889012.5769215-176743-162894988526465 `" && echo ansible-tmp-1726889012.5769215-176743-162894988526465="` echo /root/.ansible/tmp/ansible-tmp-1726889012.5769215-176743-162894988526465 `" ) && sleep 0' 172629 1726889012.58862: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889012.58877: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889012.58890: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889012.58908: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889012.58927: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889012.59032: 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 <<< 172629 1726889012.59144: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889012.59317: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889012.61203: stdout chunk (state=3): >>>ansible-tmp-1726889012.5769215-176743-162894988526465=/root/.ansible/tmp/ansible-tmp-1726889012.5769215-176743-162894988526465 <<< 172629 1726889012.61422: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889012.61426: stdout chunk (state=3): >>><<< 172629 1726889012.61428: stderr chunk (state=3): >>><<< 172629 1726889012.61679: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889012.5769215-176743-162894988526465=/root/.ansible/tmp/ansible-tmp-1726889012.5769215-176743-162894988526465 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889012.61684: variable 'ansible_module_compression' from source: unknown 172629 1726889012.61687: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blockdev_info-ZIP_DEFLATED 172629 1726889012.61689: variable 'ansible_facts' from source: unknown 172629 1726889012.62002: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889012.5769215-176743-162894988526465/AnsiballZ_blockdev_info.py 172629 1726889012.62390: Sending initial data 172629 1726889012.62393: Sent initial data (164 bytes) 172629 1726889012.63395: 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 <<< 172629 1726889012.63451: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889012.63475: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889012.63507: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889012.63624: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889012.65199: 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 <<< 172629 1726889012.65248: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889012.65282: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp78r12o_j /root/.ansible/tmp/ansible-tmp-1726889012.5769215-176743-162894988526465/AnsiballZ_blockdev_info.py <<< 172629 1726889012.65293: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889012.5769215-176743-162894988526465/AnsiballZ_blockdev_info.py" <<< 172629 1726889012.65380: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp78r12o_j" to remote "/root/.ansible/tmp/ansible-tmp-1726889012.5769215-176743-162894988526465/AnsiballZ_blockdev_info.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889012.5769215-176743-162894988526465/AnsiballZ_blockdev_info.py" <<< 172629 1726889012.67326: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889012.67330: stdout chunk (state=3): >>><<< 172629 1726889012.67333: stderr chunk (state=3): >>><<< 172629 1726889012.67531: done transferring module to remote 172629 1726889012.67590: _low_level_execute_command(): starting 172629 1726889012.67779: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889012.5769215-176743-162894988526465/ /root/.ansible/tmp/ansible-tmp-1726889012.5769215-176743-162894988526465/AnsiballZ_blockdev_info.py && sleep 0' 172629 1726889012.68571: 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 <<< 172629 1726889012.68584: 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 <<< 172629 1726889012.68634: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889012.68662: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889012.68727: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889012.70594: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889012.70598: stdout chunk (state=3): >>><<< 172629 1726889012.70600: stderr chunk (state=3): >>><<< 172629 1726889012.70617: _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 172629 1726889012.70627: _low_level_execute_command(): starting 172629 1726889012.70706: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889012.5769215-176743-162894988526465/AnsiballZ_blockdev_info.py && sleep 0' 172629 1726889012.71372: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889012.71480: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889012.71496: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889012.71517: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889012.71604: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889012.73778: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889012.73866: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889012.73904: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889012.73936: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # <<< 172629 1726889012.74007: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889012.74010: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726889012.74075: 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' <<< 172629 1726889012.74102: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889012.74108: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889012.74147: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889012.74187: 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 0x7fe5c9f684d0> <<< 172629 1726889012.74265: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9f37b30> # /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 0x7fe5c9f6aa50> import '_signal' # <<< 172629 1726889012.74268: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726889012.74313: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889012.74335: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889012.74390: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889012.74420: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889012.74469: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889012.74501: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889012.74531: 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' <<< 172629 1726889012.74549: 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' <<< 172629 1726889012.74572: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9d3d130> <<< 172629 1726889012.74628: 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' <<< 172629 1726889012.74694: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9d3e120> <<< 172629 1726889012.74749: stdout chunk (state=3): >>>import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 172629 1726889012.74931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889012.74961: 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 <<< 172629 1726889012.74975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889012.75039: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889012.75044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889012.75191: 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 0x7fe5c9d83f50> # /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 0x7fe5c9d900e0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889012.75279: 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 <<< 172629 1726889012.75338: 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 0x7fe5c9db3920> <<< 172629 1726889012.75418: 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 0x7fe5c9db3fb0> import '_collections' # <<< 172629 1726889012.75437: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9d93bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9d91340> <<< 172629 1726889012.75551: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9d81100> <<< 172629 1726889012.75639: 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' <<< 172629 1726889012.75697: 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' <<< 172629 1726889012.75751: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9dd7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9dd6540> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726889012.75844: 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 0x7fe5c9d92360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9dd4d10> # /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 0x7fe5c9e04950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9d80380> <<< 172629 1726889012.75888: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe5c9e04e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9e04cb0> <<< 172629 1726889012.75931: 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 0x7fe5c9e050a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9d76ea0> <<< 172629 1726889012.75949: 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' <<< 172629 1726889012.76005: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9e05790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9e05460> import 'importlib.machinery' # <<< 172629 1726889012.76044: 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' <<< 172629 1726889012.76077: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9e06660> import 'importlib.util' # import 'runpy' # <<< 172629 1726889012.76103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889012.76139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889012.76230: 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 0x7fe5c9e20890> import 'errno' # <<< 172629 1726889012.76257: 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 0x7fe5c9e21fd0> # /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' <<< 172629 1726889012.76361: 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 0x7fe5c9e22e70> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889012.76754: 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 0x7fe5c9e234a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9e223c0> # /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 0x7fe5c9e23e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9e23590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9e066c0> # /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 <<< 172629 1726889012.76761: 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 0x7fe5c9ba7d70> # /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' <<< 172629 1726889012.76787: 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 0x7fe5c9bd08c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9bd0620> # 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 0x7fe5c9bd08f0> # /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' <<< 172629 1726889012.76875: 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 0x7fe5c9bd1220> <<< 172629 1726889012.76984: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889012.77016: 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 0x7fe5c9bd1be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9bd0ad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9ba5f10> <<< 172629 1726889012.77071: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889012.77097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9bd2f90> <<< 172629 1726889012.77228: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9bd1d30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9e06db0> <<< 172629 1726889012.77241: 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 <<< 172629 1726889012.77286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889012.77321: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9bfb2c0> <<< 172629 1726889012.77364: 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' <<< 172629 1726889012.77532: 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 0x7fe5c9c23620> <<< 172629 1726889012.77540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889012.77562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889012.77596: 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 0x7fe5c9c80410> <<< 172629 1726889012.77623: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889012.77670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889012.77763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889012.77790: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9c82b70> <<< 172629 1726889012.77864: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9c80530> <<< 172629 1726889012.77894: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9c45400> <<< 172629 1726889012.77936: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726889012.77947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c95294f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9c22420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9bd3e90> <<< 172629 1726889012.78068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889012.78173: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe5c9c22780> <<< 172629 1726889012.78252: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_b8obpwg1/ansible_fedora.linux_system_roles.blockdev_info_payload.zip' <<< 172629 1726889012.78259: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.78377: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.78419: 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' <<< 172629 1726889012.78459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889012.78536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889012.78569: 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 0x7fe5c957b200> import '_typing' # <<< 172629 1726889012.78766: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c955e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c955d280> # zipimport: zlib available <<< 172629 1726889012.78810: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889012.78815: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889012.78851: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726889012.78869: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.80265: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.81383: 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 0x7fe5c9579610> <<< 172629 1726889012.81426: 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' <<< 172629 1726889012.81468: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726889012.81493: 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 0x7fe5c95aabd0> <<< 172629 1726889012.81528: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c95aa960> <<< 172629 1726889012.81584: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c95aa270> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889012.81598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726889012.81634: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c95aacf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9f6a9c0> import 'atexit' # <<< 172629 1726889012.81692: 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 0x7fe5c95ab8c0> <<< 172629 1726889012.81712: 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 0x7fe5c95aba40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889012.81786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 172629 1726889012.81835: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c95abf80> <<< 172629 1726889012.81844: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889012.81879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889012.81883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889012.81983: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9419cd0> <<< 172629 1726889012.81986: 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 0x7fe5c941b8f0> <<< 172629 1726889012.82012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c941c2c0> <<< 172629 1726889012.82316: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889012.82319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c941d160> # /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 0x7fe5c941fec0> # 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 0x7fe5c95d3ef0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c941e1b0> # /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' <<< 172629 1726889012.82352: 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' <<< 172629 1726889012.82358: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889012.82387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889012.82416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726889012.82430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9427d10> import '_tokenize' # <<< 172629 1726889012.82496: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c94267e0> <<< 172629 1726889012.82519: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9426570> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726889012.82533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726889012.82599: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9426ab0> <<< 172629 1726889012.82621: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c941e6c0> <<< 172629 1726889012.82659: 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 0x7fe5c946bf20> <<< 172629 1726889012.82685: 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 0x7fe5c946bf50> <<< 172629 1726889012.82709: 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 <<< 172629 1726889012.82735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889012.82753: 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' <<< 172629 1726889012.82779: 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 0x7fe5c946daf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c946d8b0> <<< 172629 1726889012.82801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889012.82918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889012.82987: 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 0x7fe5c946ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c946e1e0> <<< 172629 1726889012.82999: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889012.83068: 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' <<< 172629 1726889012.83080: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726889012.83141: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c94737d0> <<< 172629 1726889012.83421: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c94701a0> # 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 0x7fe5c9474380> # 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 0x7fe5c9474a10> # 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 0x7fe5c9474aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c946c1d0> # /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' <<< 172629 1726889012.83442: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889012.83445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889012.83499: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889012.83502: 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 0x7fe5c9300230> <<< 172629 1726889012.83635: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889012.83660: 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 0x7fe5c93016a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c94769c0> <<< 172629 1726889012.83687: 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 0x7fe5c9477d70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c94765d0> <<< 172629 1726889012.83725: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889012.83742: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726889012.83937: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.83968: 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' # <<< 172629 1726889012.83981: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.84097: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.84218: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.84736: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.85275: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726889012.85369: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726889012.85373: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889012.85394: 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 0x7fe5c93057f0> <<< 172629 1726889012.85450: 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' <<< 172629 1726889012.85482: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c93065a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c93018b0> <<< 172629 1726889012.85586: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726889012.85725: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.85884: 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' <<< 172629 1726889012.85911: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c93062a0> # zipimport: zlib available <<< 172629 1726889012.86345: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.86788: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.86876: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.86998: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726889012.87001: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.87023: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726889012.87165: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.87179: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 172629 1726889012.87217: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.87229: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726889012.87257: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.87330: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726889012.87563: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.87759: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889012.87890: 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 0x7fe5c93077d0> # zipimport: zlib available <<< 172629 1726889012.88081: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 172629 1726889012.88112: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.88151: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889012.88168: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.88203: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.88243: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.88308: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.88371: 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 <<< 172629 1726889012.88475: 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' <<< 172629 1726889012.88503: 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 0x7fe5c93121e0> <<< 172629 1726889012.88542: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c930da00> <<< 172629 1726889012.88618: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726889012.88632: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.88680: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.88708: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.88838: 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' <<< 172629 1726889012.88880: 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 <<< 172629 1726889012.88883: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889012.88897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889012.88912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889012.88965: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c95caae0> <<< 172629 1726889012.89087: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c95e67b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9312360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9312030> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726889012.89128: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.89149: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889012.89203: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889012.89311: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # <<< 172629 1726889012.89337: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 172629 1726889012.89366: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.89412: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 172629 1726889012.89450: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.89464: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.89617: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889012.90569: stdout chunk (state=3): >>> {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "swap", "label": "", "uuid": "c7da138f-a511-4522-ac49-97acf1c6bf7f", "type": "disk", "size": "10G", "mountpoint": "[SWAP]"}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "ext3", "label": "", "uuid": "8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdd": {"name": "/dev/sdd", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sde": {"name": "/dev/sde", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdf": {"name": "/dev/sdf", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdg": {"name": "/dev/sdg", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdh": {"name": "/dev/sdh", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdi": {"name": "/dev/sdi", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/xvda": {"name": "/dev/xvda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "250G", "mountpoint": ""}, "/dev/xvda1": {"name": "/dev/xvda1", "fstype": "", "label": "", "uuid": "", "type": "partition", "size": "1M", "mountpoint": ""}, "/dev/xvda2": {"name": "/dev/xvda2", "fstype": "xfs", "label": "", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "type": "partition", "size": "250G", "mountpoint": "/"}}, "invocation": {"module_args": {}}} <<< 172629 1726889012.90582: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889012.91027: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889012.91061: 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 <<< 172629 1726889012.91304: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # 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 <<< 172629 1726889012.91309: stdout chunk (state=3): >>># cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # 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 <<< 172629 1726889012.91424: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889012.91451: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 <<< 172629 1726889012.91488: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726889012.91519: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726889012.91561: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889012.91610: 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 <<< 172629 1726889012.91629: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726889012.91799: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726889012.91805: 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 # 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 <<< 172629 1726889012.91808: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing <<< 172629 1726889012.91810: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect <<< 172629 1726889012.91849: stdout chunk (state=3): >>># 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 <<< 172629 1726889012.91943: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time <<< 172629 1726889012.91946: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 172629 1726889012.91968: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726889012.92064: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889012.92100: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889012.92141: 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 <<< 172629 1726889012.92200: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726889012.92211: 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 <<< 172629 1726889012.92289: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 172629 1726889012.92391: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre<<< 172629 1726889012.92415: stdout chunk (state=3): >>> # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726889012.92809: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889012.92813: stdout chunk (state=3): >>><<< 172629 1726889012.92815: stderr chunk (state=3): >>><<< 172629 1726889012.93178: _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 0x7fe5c9f684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9f37b30> # /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 0x7fe5c9f6aa50> 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 0x7fe5c9d3d130> # /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 0x7fe5c9d3e120> 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 0x7fe5c9d83f50> # /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 0x7fe5c9d900e0> # /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 0x7fe5c9db3920> # /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 0x7fe5c9db3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9d93bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9d91340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9d81100> # /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 0x7fe5c9dd7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9dd6540> # /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 0x7fe5c9d92360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9dd4d10> # /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 0x7fe5c9e04950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9d80380> # /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 0x7fe5c9e04e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9e04cb0> # 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 0x7fe5c9e050a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9d76ea0> # /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 0x7fe5c9e05790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9e05460> 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 0x7fe5c9e06660> 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 0x7fe5c9e20890> 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 0x7fe5c9e21fd0> # /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 0x7fe5c9e22e70> # 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 0x7fe5c9e234a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9e223c0> # /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 0x7fe5c9e23e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9e23590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9e066c0> # /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 0x7fe5c9ba7d70> # /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 0x7fe5c9bd08c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9bd0620> # 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 0x7fe5c9bd08f0> # /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 0x7fe5c9bd1220> # 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 0x7fe5c9bd1be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9bd0ad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9ba5f10> # /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 0x7fe5c9bd2f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9bd1d30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9e06db0> # /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 0x7fe5c9bfb2c0> # /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 0x7fe5c9c23620> # /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 0x7fe5c9c80410> # /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 0x7fe5c9c82b70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9c80530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9c45400> # /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 0x7fe5c95294f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9c22420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9bd3e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe5c9c22780> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_b8obpwg1/ansible_fedora.linux_system_roles.blockdev_info_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 0x7fe5c957b200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c955e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c955d280> # 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 0x7fe5c9579610> # /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 0x7fe5c95aabd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c95aa960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c95aa270> # /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 0x7fe5c95aacf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9f6a9c0> 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 0x7fe5c95ab8c0> # 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 0x7fe5c95aba40> # /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 0x7fe5c95abf80> 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 0x7fe5c9419cd0> # 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 0x7fe5c941b8f0> # /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 0x7fe5c941c2c0> # /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 0x7fe5c941d160> # /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 0x7fe5c941fec0> # 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 0x7fe5c95d3ef0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c941e1b0> # /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 0x7fe5c9427d10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c94267e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9426570> # /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 0x7fe5c9426ab0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c941e6c0> # 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 0x7fe5c946bf20> # /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 0x7fe5c946bf50> # /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 0x7fe5c946daf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c946d8b0> # /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 0x7fe5c946ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c946e1e0> # /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 0x7fe5c94737d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c94701a0> # 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 0x7fe5c9474380> # 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 0x7fe5c9474a10> # 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 0x7fe5c9474aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c946c1d0> # /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 0x7fe5c9300230> # 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 0x7fe5c93016a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c94769c0> # 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 0x7fe5c9477d70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c94765d0> # 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 0x7fe5c93057f0> # /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 0x7fe5c93065a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c93018b0> 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 0x7fe5c93062a0> # 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 0x7fe5c93077d0> # 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 0x7fe5c93121e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c930da00> 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 0x7fe5c95caae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c95e67b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9312360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5c9312030> # 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 {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "swap", "label": "", "uuid": "c7da138f-a511-4522-ac49-97acf1c6bf7f", "type": "disk", "size": "10G", "mountpoint": "[SWAP]"}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "ext3", "label": "", "uuid": "8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdd": {"name": "/dev/sdd", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sde": {"name": "/dev/sde", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdf": {"name": "/dev/sdf", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdg": {"name": "/dev/sdg", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdh": {"name": "/dev/sdh", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdi": {"name": "/dev/sdi", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/xvda": {"name": "/dev/xvda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "250G", "mountpoint": ""}, "/dev/xvda1": {"name": "/dev/xvda1", "fstype": "", "label": "", "uuid": "", "type": "partition", "size": "1M", "mountpoint": ""}, "/dev/xvda2": {"name": "/dev/xvda2", "fstype": "xfs", "label": "", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "type": "partition", "size": "250G", "mountpoint": "/"}}, "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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _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. 172629 1726889012.94163: done with _execute_module (fedora.linux_system_roles.blockdev_info, {'_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.blockdev_info', '_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-1726889012.5769215-176743-162894988526465/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889012.94167: _low_level_execute_command(): starting 172629 1726889012.94170: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889012.5769215-176743-162894988526465/ > /dev/null 2>&1 && sleep 0' 172629 1726889012.94836: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889012.94839: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889012.94876: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 172629 1726889012.94879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 172629 1726889012.94882: 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 <<< 172629 1726889012.94884: stderr 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 <<< 172629 1726889012.94994: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889012.94997: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889012.95052: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889012.95170: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889012.97087: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889012.97453: stderr chunk (state=3): >>><<< 172629 1726889012.97459: stdout chunk (state=3): >>><<< 172629 1726889012.97462: _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 172629 1726889012.97465: handler run complete 172629 1726889012.97467: Evaluated conditional (False): False 172629 1726889012.97469: attempt loop complete, returning result 172629 1726889012.97471: _execute() done 172629 1726889012.97473: dumping result to json 172629 1726889012.97475: done dumping result, returning 172629 1726889012.97477: done running TaskExecutor() for managed_node1/TASK: Collect info about the volumes. [0affc8a3-6f6f-d0a8-add8-000000002494] 172629 1726889012.97479: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002494 ok: [managed_node1] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "c7da138f-a511-4522-ac49-97acf1c6bf7f" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "8eb5208c-2ff3-4c8f-a642-5aca66cfb112" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1" } } } 172629 1726889012.97712: no more pending results, returning what we have 172629 1726889012.97716: results queue empty 172629 1726889012.97717: checking for any_errors_fatal 172629 1726889012.97730: done checking for any_errors_fatal 172629 1726889012.97731: checking for max_fail_percentage 172629 1726889012.97733: done checking for max_fail_percentage 172629 1726889012.97734: checking to see if all hosts have failed and the running result is not ok 172629 1726889012.97734: done checking to see if all hosts have failed 172629 1726889012.97740: getting the remaining hosts for this loop 172629 1726889012.97742: done getting the remaining hosts for this loop 172629 1726889012.97745: getting the next task for host managed_node1 172629 1726889012.97753: done getting next task for host managed_node1 172629 1726889012.98163: ^ task is: TASK: Read the /etc/fstab file for volume existence 172629 1726889012.98167: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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 172629 1726889012.98172: getting variables 172629 1726889012.98175: in VariableManager get_vars() 172629 1726889012.98215: Calling all_inventory to load vars for managed_node1 172629 1726889012.98218: Calling groups_inventory to load vars for managed_node1 172629 1726889012.98222: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889012.98233: Calling all_plugins_play to load vars for managed_node1 172629 1726889012.98236: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889012.98239: Calling groups_plugins_play to load vars for managed_node1 172629 1726889012.98771: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002494 172629 1726889012.98776: WORKER PROCESS EXITING 172629 1726889012.99587: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889013.00768: done with get_vars() 172629 1726889013.00786: done getting variables 172629 1726889013.00965: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Friday 20 September 2024 23:23:33 -0400 (0:00:00.490) 0:01:53.289 ****** 172629 1726889013.00995: entering _queue_task() for managed_node1/command 172629 1726889013.01654: worker is 1 (out of 1 available) 172629 1726889013.01668: exiting _queue_task() for managed_node1/command 172629 1726889013.01683: done queuing things up, now waiting for results queue to drain 172629 1726889013.01684: waiting for pending results... 172629 1726889013.02240: running TaskExecutor() for managed_node1/TASK: Read the /etc/fstab file for volume existence 172629 1726889013.02452: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002495 172629 1726889013.02575: variable 'ansible_search_path' from source: unknown 172629 1726889013.02612: calling self._execute() 172629 1726889013.02834: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889013.02841: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889013.02852: variable 'omit' from source: magic vars 172629 1726889013.03136: variable 'omit' from source: magic vars 172629 1726889013.03185: variable 'omit' from source: magic vars 172629 1726889013.03218: variable 'omit' from source: magic vars 172629 1726889013.03387: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889013.03493: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889013.03497: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889013.03661: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889013.03665: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889013.03667: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889013.03669: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889013.03672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889013.03843: Set connection var ansible_timeout to 10 172629 1726889013.03912: Set connection var ansible_shell_type to sh 172629 1726889013.03925: Set connection var ansible_pipelining to False 172629 1726889013.03935: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889013.03943: Set connection var ansible_shell_executable to /bin/sh 172629 1726889013.04061: Set connection var ansible_connection to ssh 172629 1726889013.04064: variable 'ansible_shell_executable' from source: unknown 172629 1726889013.04066: variable 'ansible_connection' from source: unknown 172629 1726889013.04068: variable 'ansible_module_compression' from source: unknown 172629 1726889013.04070: variable 'ansible_shell_type' from source: unknown 172629 1726889013.04072: variable 'ansible_shell_executable' from source: unknown 172629 1726889013.04075: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889013.04076: variable 'ansible_pipelining' from source: unknown 172629 1726889013.04081: variable 'ansible_timeout' from source: unknown 172629 1726889013.04090: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889013.04386: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889013.04406: variable 'omit' from source: magic vars 172629 1726889013.04417: starting attempt loop 172629 1726889013.04425: running the handler 172629 1726889013.04451: _low_level_execute_command(): starting 172629 1726889013.04558: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889013.05218: 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 <<< 172629 1726889013.05282: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889013.05319: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889013.05389: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889013.07229: stdout chunk (state=3): >>>/root <<< 172629 1726889013.07263: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889013.07267: stdout chunk (state=3): >>><<< 172629 1726889013.07270: stderr chunk (state=3): >>><<< 172629 1726889013.07289: _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 172629 1726889013.07311: _low_level_execute_command(): starting 172629 1726889013.07633: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889013.072974-176770-260941128351949 `" && echo ansible-tmp-1726889013.072974-176770-260941128351949="` echo /root/.ansible/tmp/ansible-tmp-1726889013.072974-176770-260941128351949 `" ) && sleep 0' 172629 1726889013.08371: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889013.08385: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889013.08401: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889013.08421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889013.08438: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889013.08450: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889013.08469: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889013.08489: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726889013.08503: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726889013.08523: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726889013.08571: 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 found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889013.08620: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889013.08642: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889013.08664: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889013.08739: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889013.10824: stdout chunk (state=3): >>>ansible-tmp-1726889013.072974-176770-260941128351949=/root/.ansible/tmp/ansible-tmp-1726889013.072974-176770-260941128351949 <<< 172629 1726889013.10843: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889013.11065: stdout chunk (state=3): >>><<< 172629 1726889013.11069: stderr chunk (state=3): >>><<< 172629 1726889013.11071: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889013.072974-176770-260941128351949=/root/.ansible/tmp/ansible-tmp-1726889013.072974-176770-260941128351949 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889013.11075: variable 'ansible_module_compression' from source: unknown 172629 1726889013.11236: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726889013.11316: variable 'ansible_facts' from source: unknown 172629 1726889013.11422: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889013.072974-176770-260941128351949/AnsiballZ_command.py 172629 1726889013.11632: Sending initial data 172629 1726889013.11635: Sent initial data (157 bytes) 172629 1726889013.12279: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889013.12294: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889013.12381: 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 <<< 172629 1726889013.12422: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889013.12450: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889013.12525: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889013.14147: 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 <<< 172629 1726889013.14227: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889013.14348: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpu47kefj0 /root/.ansible/tmp/ansible-tmp-1726889013.072974-176770-260941128351949/AnsiballZ_command.py <<< 172629 1726889013.14352: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889013.072974-176770-260941128351949/AnsiballZ_command.py" <<< 172629 1726889013.14516: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpu47kefj0" to remote "/root/.ansible/tmp/ansible-tmp-1726889013.072974-176770-260941128351949/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889013.072974-176770-260941128351949/AnsiballZ_command.py" <<< 172629 1726889013.15674: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889013.15678: stdout chunk (state=3): >>><<< 172629 1726889013.15701: stderr chunk (state=3): >>><<< 172629 1726889013.15765: done transferring module to remote 172629 1726889013.15802: _low_level_execute_command(): starting 172629 1726889013.15806: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889013.072974-176770-260941128351949/ /root/.ansible/tmp/ansible-tmp-1726889013.072974-176770-260941128351949/AnsiballZ_command.py && sleep 0' 172629 1726889013.16961: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889013.17080: 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 <<< 172629 1726889013.17273: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889013.17359: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889013.19265: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889013.19364: stdout chunk (state=3): >>><<< 172629 1726889013.19368: stderr chunk (state=3): >>><<< 172629 1726889013.19417: _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 172629 1726889013.19544: _low_level_execute_command(): starting 172629 1726889013.19548: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889013.072974-176770-260941128351949/AnsiballZ_command.py && sleep 0' 172629 1726889013.20086: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889013.20102: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889013.20118: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889013.20135: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889013.20159: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889013.20266: 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 <<< 172629 1726889013.20395: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889013.20633: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889013.22812: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889013.22842: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889013.22893: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889013.23008: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # <<< 172629 1726889013.23036: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 172629 1726889013.23129: stdout chunk (state=3): >>># installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726889013.23133: 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' # <<< 172629 1726889013.23206: stdout chunk (state=3): >>>import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889013.23226: 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 0x7f1ddd8184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd7e7b30> <<< 172629 1726889013.23316: 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 0x7f1ddd81aa50> import '_signal' # <<< 172629 1726889013.23369: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # import '_stat' # <<< 172629 1726889013.23430: stdout chunk (state=3): >>>import 'stat' # <<< 172629 1726889013.23470: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889013.23475: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889013.23542: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 172629 1726889013.23546: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726889013.23650: 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' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd5e9130> <<< 172629 1726889013.23752: 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 0x7f1ddd5ea120> <<< 172629 1726889013.23760: stdout chunk (state=3): >>>import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 172629 1726889013.24074: 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' <<< 172629 1726889013.24078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889013.24130: 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 <<< 172629 1726889013.24156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd627f50> <<< 172629 1726889013.24183: 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' <<< 172629 1726889013.24185: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726889013.24211: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd63c0e0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889013.24260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889013.24354: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889013.24409: 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 0x7f1ddd65f980> # /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 0x7f1ddd65ff50> <<< 172629 1726889013.24463: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd63fc20> import '_functools' # <<< 172629 1726889013.24524: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd63d340> <<< 172629 1726889013.24628: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd625100> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889013.24704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889013.24729: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726889013.24776: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd6838f0> <<< 172629 1726889013.24833: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd682510> # /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 0x7f1ddd63e210> <<< 172629 1726889013.24909: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd680d40> # /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 0x7f1ddd6b0950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd624380> <<< 172629 1726889013.24935: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ddd6b0e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd6b0cb0> <<< 172629 1726889013.24996: 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 0x7f1ddd6b10a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd622ea0> <<< 172629 1726889013.25000: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726889013.25062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889013.25067: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889013.25102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd6b1760> <<< 172629 1726889013.25136: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd6b1460> 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 0x7f1ddd6b2660> import 'importlib.util' # <<< 172629 1726889013.25167: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726889013.25170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889013.25209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889013.25235: 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' <<< 172629 1726889013.25275: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd6cc860> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889013.25306: 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 0x7f1ddd6cdfa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889013.25349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726889013.25403: 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 0x7f1ddd6cee40> <<< 172629 1726889013.25413: 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 0x7f1ddd6cf4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd6ce390> <<< 172629 1726889013.25468: 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' <<< 172629 1726889013.25485: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889013.25488: 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 0x7f1ddd6cff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd6cf650> <<< 172629 1726889013.25534: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd6b2690> <<< 172629 1726889013.25579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889013.25583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889013.25645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889013.25673: 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 0x7f1ddd44bda0> <<< 172629 1726889013.25713: 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 0x7f1ddd4748f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd474650> <<< 172629 1726889013.25761: 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 0x7f1ddd474920> <<< 172629 1726889013.25787: 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' <<< 172629 1726889013.25832: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889013.25975: 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 0x7f1ddd475250> <<< 172629 1726889013.26219: 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 0x7f1ddd475c10> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd474b00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd449f40> # /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 0x7f1ddd477020> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd475d60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd6b2d80> <<< 172629 1726889013.26249: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889013.26333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889013.26397: 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' <<< 172629 1726889013.26408: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd49f380> <<< 172629 1726889013.26446: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889013.26475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889013.26532: 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' <<< 172629 1726889013.26564: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd4c3710> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889013.26598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889013.26688: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889013.26691: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726889013.26714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd524500> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889013.26730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889013.26769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889013.26791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889013.26878: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd526c60> <<< 172629 1726889013.26951: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd524620> <<< 172629 1726889013.27011: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd4e9520> <<< 172629 1726889013.27033: 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 0x7f1ddd3255e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd4c2510> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd477f50> <<< 172629 1726889013.27157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889013.27160: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1ddd4c2630> <<< 172629 1726889013.27333: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_a6jss_8i/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 172629 1726889013.27488: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.27512: 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' <<< 172629 1726889013.27560: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889013.27667: 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 0x7f1ddd377320> <<< 172629 1726889013.27735: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726889013.27891: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd35e210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd35d3a0> # zipimport: zlib available <<< 172629 1726889013.27911: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 172629 1726889013.27971: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726889013.29373: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.30476: 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 0x7f1ddd3751f0> <<< 172629 1726889013.30502: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726889013.30556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889013.30588: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726889013.30609: 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 0x7f1ddd3a2cc0> <<< 172629 1726889013.30633: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd3a2a50> <<< 172629 1726889013.30672: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd3a2360> <<< 172629 1726889013.30695: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889013.30711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726889013.30736: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd3a2ae0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd377fb0> <<< 172629 1726889013.30751: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726889013.30777: 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 0x7f1ddd3a39b0> <<< 172629 1726889013.30810: 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 0x7f1ddd3a3bf0> <<< 172629 1726889013.30832: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889013.30905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 172629 1726889013.30939: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd3c80e0> import 'pwd' # <<< 172629 1726889013.30987: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889013.31006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889013.31026: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd0de20> <<< 172629 1726889013.31065: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889013.31068: 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 0x7f1ddcd0fa40> <<< 172629 1726889013.31095: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889013.31152: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd14440> <<< 172629 1726889013.31161: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889013.31195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889013.31198: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd155e0> <<< 172629 1726889013.31226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889013.31271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889013.31285: 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' <<< 172629 1726889013.31339: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd180e0> <<< 172629 1726889013.31374: 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 0x7f1ddcd18440> <<< 172629 1726889013.31399: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd16390> <<< 172629 1726889013.31411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889013.31449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889013.31483: 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' <<< 172629 1726889013.31486: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889013.31525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889013.31569: 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 0x7f1ddcd1bfb0> <<< 172629 1726889013.31572: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889013.31639: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd1aa80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd1a7e0> <<< 172629 1726889013.31668: 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' <<< 172629 1726889013.31737: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd1ad50> <<< 172629 1726889013.31767: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd168a0> <<< 172629 1726889013.31799: 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 0x7f1ddcd601d0> <<< 172629 1726889013.31822: 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 0x7f1ddcd603e0> <<< 172629 1726889013.31844: 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 <<< 172629 1726889013.31867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889013.31892: 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' <<< 172629 1726889013.31930: 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 0x7f1ddcd61eb0> <<< 172629 1726889013.31951: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd61c70> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889013.32066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889013.32124: 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 0x7f1ddcd643e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd625a0> <<< 172629 1726889013.32143: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889013.32189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889013.32219: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726889013.32233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726889013.32279: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd67bc0> <<< 172629 1726889013.32397: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd64590> <<< 172629 1726889013.32465: 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 0x7f1ddcd68cb0> <<< 172629 1726889013.32496: 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 0x7f1ddcd688c0> <<< 172629 1726889013.32548: 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 0x7f1ddcd68a70> <<< 172629 1726889013.32561: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd60590> <<< 172629 1726889013.32596: 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' <<< 172629 1726889013.32599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889013.32658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889013.32712: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ddcdf4530> <<< 172629 1726889013.32833: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889013.32858: 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 0x7f1ddcdf5880> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd6acf0> <<< 172629 1726889013.32888: 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 0x7f1ddcd6b8f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd6a930> <<< 172629 1726889013.32917: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.32932: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726889013.33067: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.33205: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726889013.33208: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726889013.33345: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.33524: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.33959: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.34543: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726889013.34557: 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' <<< 172629 1726889013.34597: 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 0x7f1ddcdf99d0> <<< 172629 1726889013.34683: 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' <<< 172629 1726889013.34809: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcdfa7b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd1af60> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 172629 1726889013.34813: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.34825: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726889013.34970: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.35120: 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' <<< 172629 1726889013.35195: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcdfa900> <<< 172629 1726889013.35208: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.35603: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.36046: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.36119: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.36194: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889013.36216: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.36254: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.36291: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726889013.36359: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.36456: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889013.36461: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.36481: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.36499: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726889013.36527: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.36576: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889013.36579: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.36804: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.37043: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889013.37108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889013.37111: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889013.37181: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcdfb950> # zipimport: zlib available <<< 172629 1726889013.37271: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.37358: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726889013.37363: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726889013.37387: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.37424: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.37475: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889013.37488: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.37526: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.37568: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.37642: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.37772: 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 <<< 172629 1726889013.37775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889013.38093: 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 0x7f1ddcc06360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcc01b20> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889013.38097: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.38099: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.38101: 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' <<< 172629 1726889013.38116: 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 <<< 172629 1726889013.38137: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889013.38152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889013.38211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889013.38286: 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' <<< 172629 1726889013.38305: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd402ae0> <<< 172629 1726889013.38348: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd3f27b0> <<< 172629 1726889013.38704: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcc063c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd68d70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726889013.38707: stdout chunk (state=3): >>># 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 <<< 172629 1726889013.38714: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.38823: 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' <<< 172629 1726889013.38849: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd3f2600> <<< 172629 1726889013.38925: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.39392: stdout chunk (state=3): >>> {"changed": true, "stdout": "\n# system_role:storage\n#\n# /etc/fstab\n# Created by anaconda on Tue Sep 17 08:39:54 2024\n#\n# Accessible filesystems, by reference, are maintained under '/dev/disk/'.\n# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.\n#\n# After editing this file, run 'systemctl daemon-reload' to update systemd\n# units generated from this file.\n#\nUUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nvtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nUUID=c7da138f-a511-4522-ac49-97acf1c6bf7f none swap defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 23:23:33.389453", "end": "2024-09-20 23:23:33.392635", "delta": "0:00:00.003182", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/fstab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}<<< 172629 1726889013.39416: stdout chunk (state=3): >>> # destroy __main__ <<< 172629 1726889013.39887: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889013.40114: 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 # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726889013.40378: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889013.40402: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726889013.40437: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 172629 1726889013.40468: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726889013.40503: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889013.40779: 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 <<< 172629 1726889013.40828: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 172629 1726889013.40868: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # 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 <<< 172629 1726889013.40915: 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 <<< 172629 1726889013.40956: 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 <<< 172629 1726889013.41086: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889013.41105: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889013.41139: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 172629 1726889013.41148: stdout chunk (state=3): >>># destroy tokenize <<< 172629 1726889013.41174: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726889013.41197: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726889013.41222: 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 <<< 172629 1726889013.41238: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889013.41343: 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 <<< 172629 1726889013.41374: stdout chunk (state=3): >>># destroy time <<< 172629 1726889013.41436: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 172629 1726889013.41660: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726889013.41918: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889013.41927: stdout chunk (state=3): >>><<< 172629 1726889013.41937: stderr chunk (state=3): >>><<< 172629 1726889013.42353: _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 0x7f1ddd8184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd7e7b30> # /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 0x7f1ddd81aa50> 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 0x7f1ddd5e9130> # /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 0x7f1ddd5ea120> 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 0x7f1ddd627f50> # /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 0x7f1ddd63c0e0> # /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 0x7f1ddd65f980> # /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 0x7f1ddd65ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd63fc20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd63d340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd625100> # /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 0x7f1ddd6838f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd682510> # /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 0x7f1ddd63e210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd680d40> # /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 0x7f1ddd6b0950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd624380> # /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 0x7f1ddd6b0e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd6b0cb0> # 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 0x7f1ddd6b10a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd622ea0> # /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 0x7f1ddd6b1760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd6b1460> 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 0x7f1ddd6b2660> 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 0x7f1ddd6cc860> 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 0x7f1ddd6cdfa0> # /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 0x7f1ddd6cee40> # 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 0x7f1ddd6cf4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd6ce390> # /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 0x7f1ddd6cff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd6cf650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd6b2690> # /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 0x7f1ddd44bda0> # /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 0x7f1ddd4748f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd474650> # 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 0x7f1ddd474920> # /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 0x7f1ddd475250> # 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 0x7f1ddd475c10> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd474b00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd449f40> # /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 0x7f1ddd477020> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd475d60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd6b2d80> # /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 0x7f1ddd49f380> # /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 0x7f1ddd4c3710> # /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 0x7f1ddd524500> # /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 0x7f1ddd526c60> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd524620> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd4e9520> # /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 0x7f1ddd3255e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd4c2510> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd477f50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1ddd4c2630> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_a6jss_8i/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd377320> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd35e210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd35d3a0> # 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 0x7f1ddd3751f0> # /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 0x7f1ddd3a2cc0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd3a2a50> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd3a2360> # /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 0x7f1ddd3a2ae0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd377fb0> 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 0x7f1ddd3a39b0> # 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 0x7f1ddd3a3bf0> # /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 0x7f1ddd3c80e0> 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 0x7f1ddcd0de20> # 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 0x7f1ddcd0fa40> # /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 0x7f1ddcd14440> # /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 0x7f1ddcd155e0> # /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 0x7f1ddcd180e0> # 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 0x7f1ddcd18440> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd16390> # /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 0x7f1ddcd1bfb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd1aa80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd1a7e0> # /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 0x7f1ddcd1ad50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd168a0> # 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 0x7f1ddcd601d0> # /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 0x7f1ddcd603e0> # /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 0x7f1ddcd61eb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd61c70> # /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 0x7f1ddcd643e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd625a0> # /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 0x7f1ddcd67bc0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd64590> # 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 0x7f1ddcd68cb0> # 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 0x7f1ddcd688c0> # 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 0x7f1ddcd68a70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd60590> # /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 0x7f1ddcdf4530> # 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 0x7f1ddcdf5880> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd6acf0> # 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 0x7f1ddcd6b8f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd6a930> # 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 0x7f1ddcdf99d0> # /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 0x7f1ddcdfa7b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd1af60> 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 0x7f1ddcdfa900> # 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 0x7f1ddcdfb950> # 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 0x7f1ddcc06360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcc01b20> 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 0x7f1ddd402ae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd3f27b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcc063c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddcd68d70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ddd3f2600> # zipimport: zlib available {"changed": true, "stdout": "\n# system_role:storage\n#\n# /etc/fstab\n# Created by anaconda on Tue Sep 17 08:39:54 2024\n#\n# Accessible filesystems, by reference, are maintained under '/dev/disk/'.\n# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.\n#\n# After editing this file, run 'systemctl daemon-reload' to update systemd\n# units generated from this file.\n#\nUUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nvtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nUUID=c7da138f-a511-4522-ac49-97acf1c6bf7f none swap defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 23:23:33.389453", "end": "2024-09-20 23:23:33.392635", "delta": "0:00:00.003182", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/fstab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726889013.43384: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /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': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726889013.072974-176770-260941128351949/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889013.43388: _low_level_execute_command(): starting 172629 1726889013.43390: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889013.072974-176770-260941128351949/ > /dev/null 2>&1 && sleep 0' 172629 1726889013.43722: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889013.43734: 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 <<< 172629 1726889013.43871: 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 <<< 172629 1726889013.44038: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889013.44041: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889013.44045: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889013.44093: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889013.45966: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889013.46193: stderr chunk (state=3): >>><<< 172629 1726889013.46196: stdout chunk (state=3): >>><<< 172629 1726889013.46199: _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 172629 1726889013.46201: handler run complete 172629 1726889013.46204: Evaluated conditional (False): False 172629 1726889013.46205: attempt loop complete, returning result 172629 1726889013.46208: _execute() done 172629 1726889013.46211: dumping result to json 172629 1726889013.46213: done dumping result, returning 172629 1726889013.46216: done running TaskExecutor() for managed_node1/TASK: Read the /etc/fstab file for volume existence [0affc8a3-6f6f-d0a8-add8-000000002495] 172629 1726889013.46219: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002495 ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003182", "end": "2024-09-20 23:23:33.392635", "rc": 0, "start": "2024-09-20 23:23:33.389453" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Sep 17 08:39:54 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f none swap defaults 0 0 172629 1726889013.46489: no more pending results, returning what we have 172629 1726889013.46493: results queue empty 172629 1726889013.46495: checking for any_errors_fatal 172629 1726889013.46507: done checking for any_errors_fatal 172629 1726889013.46508: checking for max_fail_percentage 172629 1726889013.46510: done checking for max_fail_percentage 172629 1726889013.46511: checking to see if all hosts have failed and the running result is not ok 172629 1726889013.46512: done checking to see if all hosts have failed 172629 1726889013.46513: getting the remaining hosts for this loop 172629 1726889013.46514: done getting the remaining hosts for this loop 172629 1726889013.46518: getting the next task for host managed_node1 172629 1726889013.46525: done getting next task for host managed_node1 172629 1726889013.46528: ^ task is: TASK: Read the /etc/crypttab file 172629 1726889013.46531: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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 172629 1726889013.46537: getting variables 172629 1726889013.46539: in VariableManager get_vars() 172629 1726889013.46686: Calling all_inventory to load vars for managed_node1 172629 1726889013.46689: Calling groups_inventory to load vars for managed_node1 172629 1726889013.46693: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889013.46706: Calling all_plugins_play to load vars for managed_node1 172629 1726889013.46714: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889013.46718: Calling groups_plugins_play to load vars for managed_node1 172629 1726889013.47662: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002495 172629 1726889013.47667: WORKER PROCESS EXITING 172629 1726889013.48438: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889013.49813: done with get_vars() 172629 1726889013.49831: done getting variables 172629 1726889013.50023: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Friday 20 September 2024 23:23:33 -0400 (0:00:00.490) 0:01:53.780 ****** 172629 1726889013.50057: entering _queue_task() for managed_node1/command 172629 1726889013.50846: worker is 1 (out of 1 available) 172629 1726889013.50932: exiting _queue_task() for managed_node1/command 172629 1726889013.50947: done queuing things up, now waiting for results queue to drain 172629 1726889013.50949: waiting for pending results... 172629 1726889013.51375: running TaskExecutor() for managed_node1/TASK: Read the /etc/crypttab file 172629 1726889013.51865: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002496 172629 1726889013.51868: variable 'ansible_search_path' from source: unknown 172629 1726889013.51871: calling self._execute() 172629 1726889013.51873: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889013.52072: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889013.52089: variable 'omit' from source: magic vars 172629 1726889013.52205: variable 'omit' from source: magic vars 172629 1726889013.52505: variable 'omit' from source: magic vars 172629 1726889013.52760: variable 'omit' from source: magic vars 172629 1726889013.52763: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889013.52766: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889013.52768: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889013.52770: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889013.52772: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889013.52774: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889013.52776: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889013.52778: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889013.53017: Set connection var ansible_timeout to 10 172629 1726889013.53027: Set connection var ansible_shell_type to sh 172629 1726889013.53038: Set connection var ansible_pipelining to False 172629 1726889013.53047: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889013.53062: Set connection var ansible_shell_executable to /bin/sh 172629 1726889013.53070: Set connection var ansible_connection to ssh 172629 1726889013.53095: variable 'ansible_shell_executable' from source: unknown 172629 1726889013.53102: variable 'ansible_connection' from source: unknown 172629 1726889013.53108: variable 'ansible_module_compression' from source: unknown 172629 1726889013.53114: variable 'ansible_shell_type' from source: unknown 172629 1726889013.53119: variable 'ansible_shell_executable' from source: unknown 172629 1726889013.53126: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889013.53134: variable 'ansible_pipelining' from source: unknown 172629 1726889013.53460: variable 'ansible_timeout' from source: unknown 172629 1726889013.53463: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889013.53523: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889013.53540: variable 'omit' from source: magic vars 172629 1726889013.53549: starting attempt loop 172629 1726889013.53560: running the handler 172629 1726889013.53580: _low_level_execute_command(): starting 172629 1726889013.53591: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889013.54897: 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 <<< 172629 1726889013.54914: stderr 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 <<< 172629 1726889013.54970: 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 <<< 172629 1726889013.55075: 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 <<< 172629 1726889013.55144: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889013.55160: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889013.55187: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889013.55269: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889013.57099: stdout chunk (state=3): >>>/root <<< 172629 1726889013.57110: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889013.57139: stderr chunk (state=3): >>><<< 172629 1726889013.57149: stdout chunk (state=3): >>><<< 172629 1726889013.57187: _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 172629 1726889013.57211: _low_level_execute_command(): starting 172629 1726889013.57439: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889013.5719593-176788-200473915988285 `" && echo ansible-tmp-1726889013.5719593-176788-200473915988285="` echo /root/.ansible/tmp/ansible-tmp-1726889013.5719593-176788-200473915988285 `" ) && sleep 0' 172629 1726889013.58576: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889013.58589: 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 <<< 172629 1726889013.58603: 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 <<< 172629 1726889013.58774: stderr 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 <<< 172629 1726889013.58785: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889013.58840: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889013.58850: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889013.58972: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889013.59015: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889013.60991: stdout chunk (state=3): >>>ansible-tmp-1726889013.5719593-176788-200473915988285=/root/.ansible/tmp/ansible-tmp-1726889013.5719593-176788-200473915988285 <<< 172629 1726889013.61073: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889013.61102: stderr chunk (state=3): >>><<< 172629 1726889013.61120: stdout chunk (state=3): >>><<< 172629 1726889013.61150: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889013.5719593-176788-200473915988285=/root/.ansible/tmp/ansible-tmp-1726889013.5719593-176788-200473915988285 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889013.61197: variable 'ansible_module_compression' from source: unknown 172629 1726889013.61382: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726889013.61482: variable 'ansible_facts' from source: unknown 172629 1726889013.61634: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889013.5719593-176788-200473915988285/AnsiballZ_command.py 172629 1726889013.61991: Sending initial data 172629 1726889013.62001: Sent initial data (158 bytes) 172629 1726889013.63571: 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 <<< 172629 1726889013.63771: 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 <<< 172629 1726889013.63809: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889013.65389: 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 <<< 172629 1726889013.65402: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726889013.65523: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889013.65570: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpa8lvc_7o /root/.ansible/tmp/ansible-tmp-1726889013.5719593-176788-200473915988285/AnsiballZ_command.py <<< 172629 1726889013.65573: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889013.5719593-176788-200473915988285/AnsiballZ_command.py" <<< 172629 1726889013.65635: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpa8lvc_7o" to remote "/root/.ansible/tmp/ansible-tmp-1726889013.5719593-176788-200473915988285/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889013.5719593-176788-200473915988285/AnsiballZ_command.py" <<< 172629 1726889013.67169: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889013.67172: stdout chunk (state=3): >>><<< 172629 1726889013.67180: stderr chunk (state=3): >>><<< 172629 1726889013.67183: done transferring module to remote 172629 1726889013.67185: _low_level_execute_command(): starting 172629 1726889013.67187: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889013.5719593-176788-200473915988285/ /root/.ansible/tmp/ansible-tmp-1726889013.5719593-176788-200473915988285/AnsiballZ_command.py && sleep 0' 172629 1726889013.68325: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889013.68329: 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 <<< 172629 1726889013.68331: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889013.68334: 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 <<< 172629 1726889013.68336: stderr 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 <<< 172629 1726889013.68400: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889013.68409: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889013.69054: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889013.69066: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889013.70953: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889013.70970: stdout chunk (state=3): >>><<< 172629 1726889013.70985: stderr chunk (state=3): >>><<< 172629 1726889013.71165: _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 172629 1726889013.71171: _low_level_execute_command(): starting 172629 1726889013.71174: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889013.5719593-176788-200473915988285/AnsiballZ_command.py && sleep 0' 172629 1726889013.72321: 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 <<< 172629 1726889013.72332: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889013.72808: 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 <<< 172629 1726889013.72859: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889013.75026: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889013.75068: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889013.75091: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889013.75166: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726889013.75199: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889013.75237: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889013.75268: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726889013.75318: 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' <<< 172629 1726889013.75339: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889013.75366: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889013.75404: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889013.75439: 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 0x7f8d26b104d0> <<< 172629 1726889013.75465: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26adfb30> <<< 172629 1726889013.75493: 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 0x7f8d26b12a50> <<< 172629 1726889013.75560: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 172629 1726889013.75564: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726889013.75792: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 172629 1726889013.75805: 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' <<< 172629 1726889013.75830: 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' <<< 172629 1726889013.75845: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d268e5130> <<< 172629 1726889013.75905: 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 <<< 172629 1726889013.75928: 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 0x7f8d268e6120> <<< 172629 1726889013.75943: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889013.75973: 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. <<< 172629 1726889013.76203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889013.76226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889013.76248: 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' <<< 172629 1726889013.76485: 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 0x7f8d26923f50> # /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 0x7f8d269380e0> # /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' <<< 172629 1726889013.76502: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889013.76551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889013.76580: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889013.76602: 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 0x7f8d2695b920> <<< 172629 1726889013.76631: 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 0x7f8d2695bfb0> <<< 172629 1726889013.76646: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889013.76695: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2693bbc0> <<< 172629 1726889013.76710: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889013.76738: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26939340> <<< 172629 1726889013.76825: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26921100> <<< 172629 1726889013.76857: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889013.76877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889013.76899: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889013.76981: 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' <<< 172629 1726889013.77006: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2697f920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2697e540> <<< 172629 1726889013.77042: 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 0x7f8d2693a1e0> <<< 172629 1726889013.77064: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2697cd10> <<< 172629 1726889013.77286: 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 0x7f8d269ac980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26920380> # /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 0x7f8d269ace30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d269acce0> # 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 0x7f8d269ad0d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2691eea0> # /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 <<< 172629 1726889013.77326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889013.77357: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d269ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d269ad490> import 'importlib.machinery' # <<< 172629 1726889013.77379: 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' <<< 172629 1726889013.77405: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d269ae690> <<< 172629 1726889013.77429: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726889013.77446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889013.77479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889013.77521: 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 0x7f8d269c88c0> <<< 172629 1726889013.77524: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889013.77559: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889013.77690: 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 0x7f8d269ca000> # /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 0x7f8d269caea0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889013.77694: 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 0x7f8d269cb500> <<< 172629 1726889013.77696: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d269ca3f0> <<< 172629 1726889013.77723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889013.77725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726889013.77802: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889013.77818: 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 0x7f8d269cbec0> <<< 172629 1726889013.77918: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d269cb5f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d269ae6f0> # /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' <<< 172629 1726889013.78180: 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 0x7f8d26763d40> # /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 0x7f8d26790770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d267904d0> # 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 0x7f8d267907a0> # /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' <<< 172629 1726889013.78277: 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 0x7f8d267910d0> <<< 172629 1726889013.78408: 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 0x7f8d26791a90> <<< 172629 1726889013.78426: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26790980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26761ee0> <<< 172629 1726889013.78450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889013.78487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889013.78507: 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 0x7f8d26792e70> <<< 172629 1726889013.78788: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26791bb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d269aede0> # /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 0x7f8d267bb170> # /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' <<< 172629 1726889013.78825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889013.78828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889013.78886: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d267e3530> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889013.78938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889013.78982: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889013.79021: 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 0x7f8d2683c2f0> <<< 172629 1726889013.79037: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889013.79064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889013.79088: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889013.79127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889013.79208: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2683ea50> <<< 172629 1726889013.79283: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2683c410> <<< 172629 1726889013.79317: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26809310> <<< 172629 1726889013.79345: 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 0x7f8d26129400> <<< 172629 1726889013.79372: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d267e2330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26793d40> <<< 172629 1726889013.79478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889013.79491: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8d261296a0> <<< 172629 1726889013.79682: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_jg1aoh4b/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 172629 1726889013.79970: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.79974: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889013.79979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889013.79982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889013.79984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889013.79995: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 172629 1726889013.80017: 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 0x7f8d2617f140> import '_typing' # <<< 172629 1726889013.80192: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26162030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26161190> <<< 172629 1726889013.80228: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.80267: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889013.80295: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726889013.81705: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.82804: 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 0x7f8d2617d430> <<< 172629 1726889013.82834: 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' <<< 172629 1726889013.82863: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726889013.82894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726889013.82922: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d261aab40> <<< 172629 1726889013.82966: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d261aa8d0> <<< 172629 1726889013.83002: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d261aa1e0> <<< 172629 1726889013.83027: 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' <<< 172629 1726889013.83078: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d261aacf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26b129c0> import 'atexit' # <<< 172629 1726889013.83114: 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 0x7f8d261ab860> <<< 172629 1726889013.83150: 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 0x7f8d261aba40> <<< 172629 1726889013.83237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889013.83240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 172629 1726889013.83273: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d261abf50> <<< 172629 1726889013.83299: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889013.83480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26015cd0> # 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 0x7f8d260178f0> # /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' <<< 172629 1726889013.83542: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2601c290> <<< 172629 1726889013.83548: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889013.83551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889013.83663: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2601d400> <<< 172629 1726889013.83667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889013.83693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889013.83731: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726889013.83736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726889013.83739: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2601fef0> <<< 172629 1726889013.83742: 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 0x7f8d26792de0> <<< 172629 1726889013.83872: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2601e1b0> <<< 172629 1726889013.83876: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889013.83889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26023dd0> import '_tokenize' # <<< 172629 1726889013.83967: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d260228a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26022600> <<< 172629 1726889013.83990: 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' <<< 172629 1726889013.84064: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26022b70> <<< 172629 1726889013.84138: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2601e6c0> <<< 172629 1726889013.84149: 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 0x7f8d26067ef0> <<< 172629 1726889013.84155: 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 0x7f8d26068200> <<< 172629 1726889013.84308: 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' <<< 172629 1726889013.84321: 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 0x7f8d26069ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26069a60> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889013.84381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889013.84433: 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 0x7f8d2606c200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2606a390> <<< 172629 1726889013.84462: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889013.84499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889013.84537: 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' # <<< 172629 1726889013.84584: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2606f9e0> <<< 172629 1726889013.84708: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2606c3b0> <<< 172629 1726889013.84771: 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 0x7f8d26070ad0> <<< 172629 1726889013.84802: 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 0x7f8d26070a70> <<< 172629 1726889013.84848: 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 0x7f8d26070d40> <<< 172629 1726889013.84903: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26068380> # /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 <<< 172629 1726889013.84989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889013.84992: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d260fc350> <<< 172629 1726889013.85246: 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 0x7f8d260fd730> <<< 172629 1726889013.85265: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26072ae0> # 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 0x7f8d26073e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26072750> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726889013.85319: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.85424: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726889013.85501: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.85519: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726889013.85594: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.86021: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.86670: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.86784: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726889013.86807: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726889013.86831: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889013.86850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889013.86891: 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 0x7f8d25f018e0> <<< 172629 1726889013.86976: 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' <<< 172629 1726889013.87002: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d25f02660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d260fd580> <<< 172629 1726889013.87048: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889013.87082: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889013.87107: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726889013.87246: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.87404: 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' <<< 172629 1726889013.87426: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d25f02690> # zipimport: zlib available <<< 172629 1726889013.87877: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.88325: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.88393: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.88479: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889013.88482: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.88515: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.88570: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889013.88573: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.88625: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.88725: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889013.88728: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.88751: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726889013.88800: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.88846: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889013.88849: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.89073: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.89300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889013.89373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889013.89376: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889013.89448: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d25f038f0> <<< 172629 1726889013.89451: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.89522: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.89680: 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 <<< 172629 1726889013.89825: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889013.90075: stdout chunk (state=3): >>># 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 0x7f8d25f0e180> <<< 172629 1726889013.90084: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d25f0be00> <<< 172629 1726889013.90122: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726889013.90229: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889013.90250: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.90278: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.90334: 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' <<< 172629 1726889013.90357: 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 <<< 172629 1726889013.90382: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889013.90443: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889013.90477: 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' <<< 172629 1726889013.90539: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d261faa80> <<< 172629 1726889013.90578: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d261de750> <<< 172629 1726889013.90676: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d25f0e270> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d25f03110> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726889013.90680: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.90737: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889013.90788: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889013.90824: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.90829: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 172629 1726889013.90849: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.90941: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.91052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726889013.91080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d25f0dee0> <<< 172629 1726889013.91165: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889013.91619: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:23:33.911777", "end": "2024-09-20 23:23:33.914932", "delta": "0:00:00.003155", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/crypttab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726889013.91648: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889013.92093: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889013.92126: 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 <<< 172629 1726889013.92157: stdout chunk (state=3): >>># restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # 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 <<< 172629 1726889013.92222: stdout chunk (state=3): >>># cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch <<< 172629 1726889013.92230: stdout chunk (state=3): >>># cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token <<< 172629 1726889013.92300: stdout chunk (state=3): >>># 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 <<< 172629 1726889013.92307: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726889013.92592: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889013.92595: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726889013.92613: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii <<< 172629 1726889013.92679: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726889013.92776: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889013.92783: 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 <<< 172629 1726889013.92836: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime <<< 172629 1726889013.92850: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889013.93100: 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 <<< 172629 1726889013.93103: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # 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 <<< 172629 1726889013.93114: 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 # 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 <<< 172629 1726889013.93232: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889013.93281: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889013.93312: 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 <<< 172629 1726889013.93592: 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 <<< 172629 1726889013.93596: 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 <<< 172629 1726889013.93991: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889013.93994: stdout chunk (state=3): >>><<< 172629 1726889013.93997: stderr chunk (state=3): >>><<< 172629 1726889013.94113: _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 0x7f8d26b104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26adfb30> # /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 0x7f8d26b12a50> 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 0x7f8d268e5130> # /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 0x7f8d268e6120> 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 0x7f8d26923f50> # /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 0x7f8d269380e0> # /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 0x7f8d2695b920> # /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 0x7f8d2695bfb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2693bbc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26939340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26921100> # /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 0x7f8d2697f920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2697e540> # /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 0x7f8d2693a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2697cd10> # /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 0x7f8d269ac980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26920380> # /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 0x7f8d269ace30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d269acce0> # 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 0x7f8d269ad0d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2691eea0> # /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 0x7f8d269ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d269ad490> 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 0x7f8d269ae690> 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 0x7f8d269c88c0> 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 0x7f8d269ca000> # /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 0x7f8d269caea0> # 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 0x7f8d269cb500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d269ca3f0> # /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 0x7f8d269cbec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d269cb5f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d269ae6f0> # /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 0x7f8d26763d40> # /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 0x7f8d26790770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d267904d0> # 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 0x7f8d267907a0> # /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 0x7f8d267910d0> # 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 0x7f8d26791a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26790980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26761ee0> # /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 0x7f8d26792e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26791bb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d269aede0> # /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 0x7f8d267bb170> # /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 0x7f8d267e3530> # /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 0x7f8d2683c2f0> # /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 0x7f8d2683ea50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2683c410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26809310> # /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 0x7f8d26129400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d267e2330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26793d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8d261296a0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_jg1aoh4b/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2617f140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26162030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26161190> # 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 0x7f8d2617d430> # /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 0x7f8d261aab40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d261aa8d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d261aa1e0> # /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 0x7f8d261aacf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26b129c0> 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 0x7f8d261ab860> # 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 0x7f8d261aba40> # /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 0x7f8d261abf50> 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 0x7f8d26015cd0> # 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 0x7f8d260178f0> # /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 0x7f8d2601c290> # /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 0x7f8d2601d400> # /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 0x7f8d2601fef0> # 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 0x7f8d26792de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2601e1b0> # /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 0x7f8d26023dd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d260228a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26022600> # /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 0x7f8d26022b70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2601e6c0> # 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 0x7f8d26067ef0> # /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 0x7f8d26068200> # /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 0x7f8d26069ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26069a60> # /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 0x7f8d2606c200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2606a390> # /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 0x7f8d2606f9e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2606c3b0> # 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 0x7f8d26070ad0> # 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 0x7f8d26070a70> # 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 0x7f8d26070d40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26068380> # /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 0x7f8d260fc350> # 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 0x7f8d260fd730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26072ae0> # 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 0x7f8d26073e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26072750> # 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 0x7f8d25f018e0> # /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 0x7f8d25f02660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d260fd580> 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 0x7f8d25f02690> # 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 0x7f8d25f038f0> # 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 0x7f8d25f0e180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d25f0be00> 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 0x7f8d261faa80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d261de750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d25f0e270> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d25f03110> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d25f0dee0> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:23:33.911777", "end": "2024-09-20 23:23:33.914932", "delta": "0:00:00.003155", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/crypttab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726889013.95091: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /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': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726889013.5719593-176788-200473915988285/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889013.95095: _low_level_execute_command(): starting 172629 1726889013.95097: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889013.5719593-176788-200473915988285/ > /dev/null 2>&1 && sleep 0' 172629 1726889013.95273: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889013.95277: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889013.95281: 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 <<< 172629 1726889013.95356: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889013.95370: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889013.95386: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889013.95460: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889013.97435: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889013.97439: stdout chunk (state=3): >>><<< 172629 1726889013.97441: stderr chunk (state=3): >>><<< 172629 1726889013.97829: _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 172629 1726889013.97832: handler run complete 172629 1726889013.97834: Evaluated conditional (False): False 172629 1726889013.97836: Evaluated conditional (False): False 172629 1726889013.97837: attempt loop complete, returning result 172629 1726889013.97839: _execute() done 172629 1726889013.97841: dumping result to json 172629 1726889013.97842: done dumping result, returning 172629 1726889013.97844: done running TaskExecutor() for managed_node1/TASK: Read the /etc/crypttab file [0affc8a3-6f6f-d0a8-add8-000000002496] 172629 1726889013.97846: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002496 172629 1726889013.97918: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002496 172629 1726889013.97921: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003155", "end": "2024-09-20 23:23:33.914932", "failed_when_result": false, "rc": 0, "start": "2024-09-20 23:23:33.911777" } 172629 1726889013.98006: no more pending results, returning what we have 172629 1726889013.98009: results queue empty 172629 1726889013.98010: checking for any_errors_fatal 172629 1726889013.98020: done checking for any_errors_fatal 172629 1726889013.98021: checking for max_fail_percentage 172629 1726889013.98022: done checking for max_fail_percentage 172629 1726889013.98024: checking to see if all hosts have failed and the running result is not ok 172629 1726889013.98025: done checking to see if all hosts have failed 172629 1726889013.98025: getting the remaining hosts for this loop 172629 1726889013.98027: done getting the remaining hosts for this loop 172629 1726889013.98030: getting the next task for host managed_node1 172629 1726889013.98037: done getting next task for host managed_node1 172629 1726889013.98041: ^ task is: TASK: Verify the volumes listed in storage_pools were correctly managed 172629 1726889013.98044: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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 172629 1726889013.98049: getting variables 172629 1726889013.98050: in VariableManager get_vars() 172629 1726889013.98096: Calling all_inventory to load vars for managed_node1 172629 1726889013.98099: Calling groups_inventory to load vars for managed_node1 172629 1726889013.98103: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889013.98114: Calling all_plugins_play to load vars for managed_node1 172629 1726889013.98117: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889013.98121: Calling groups_plugins_play to load vars for managed_node1 172629 1726889013.98863: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889013.99478: done with get_vars() 172629 1726889013.99493: done getting variables TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Friday 20 September 2024 23:23:33 -0400 (0:00:00.495) 0:01:54.275 ****** 172629 1726889013.99590: entering _queue_task() for managed_node1/include_tasks 172629 1726889014.00291: worker is 1 (out of 1 available) 172629 1726889014.00304: exiting _queue_task() for managed_node1/include_tasks 172629 1726889014.00317: done queuing things up, now waiting for results queue to drain 172629 1726889014.00318: waiting for pending results... 172629 1726889014.00875: running TaskExecutor() for managed_node1/TASK: Verify the volumes listed in storage_pools were correctly managed 172629 1726889014.01021: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002497 172629 1726889014.01025: variable 'ansible_search_path' from source: unknown 172629 1726889014.01097: variable '_storage_pools_list' from source: set_fact 172629 1726889014.01324: variable '_storage_pools_list' from source: set_fact 172629 1726889014.01460: dumping result to json 172629 1726889014.01464: done dumping result, returning 172629 1726889014.01467: done running TaskExecutor() for managed_node1/TASK: Verify the volumes listed in storage_pools were correctly managed [0affc8a3-6f6f-d0a8-add8-000000002497] 172629 1726889014.01469: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002497 172629 1726889014.01760: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002497 172629 1726889014.01765: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726889014.01802: no more pending results, returning what we have 172629 1726889014.01805: results queue empty 172629 1726889014.01805: checking for any_errors_fatal 172629 1726889014.01811: done checking for any_errors_fatal 172629 1726889014.01812: checking for max_fail_percentage 172629 1726889014.01814: done checking for max_fail_percentage 172629 1726889014.01814: checking to see if all hosts have failed and the running result is not ok 172629 1726889014.01815: done checking to see if all hosts have failed 172629 1726889014.01816: getting the remaining hosts for this loop 172629 1726889014.01817: done getting the remaining hosts for this loop 172629 1726889014.01820: getting the next task for host managed_node1 172629 1726889014.01826: done getting next task for host managed_node1 172629 1726889014.01829: ^ task is: TASK: Verify the volumes with no pool were correctly managed 172629 1726889014.01831: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889014.01835: getting variables 172629 1726889014.01836: in VariableManager get_vars() 172629 1726889014.01872: Calling all_inventory to load vars for managed_node1 172629 1726889014.01875: Calling groups_inventory to load vars for managed_node1 172629 1726889014.01877: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889014.01886: Calling all_plugins_play to load vars for managed_node1 172629 1726889014.01889: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889014.01891: Calling groups_plugins_play to load vars for managed_node1 172629 1726889014.02389: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889014.02993: done with get_vars() 172629 1726889014.03006: done getting variables TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Friday 20 September 2024 23:23:34 -0400 (0:00:00.035) 0:01:54.310 ****** 172629 1726889014.03099: entering _queue_task() for managed_node1/include_tasks 172629 1726889014.03366: worker is 1 (out of 1 available) 172629 1726889014.03381: exiting _queue_task() for managed_node1/include_tasks 172629 1726889014.03393: done queuing things up, now waiting for results queue to drain 172629 1726889014.03394: waiting for pending results... 172629 1726889014.03706: running TaskExecutor() for managed_node1/TASK: Verify the volumes with no pool were correctly managed 172629 1726889014.03816: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002499 172629 1726889014.03836: variable 'ansible_search_path' from source: unknown 172629 1726889014.03886: variable '_storage_volumes_list' from source: set_fact 172629 1726889014.04151: variable '_storage_volumes_list' from source: set_fact 172629 1726889014.04470: variable 'omit' from source: magic vars 172629 1726889014.04800: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.04820: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.04834: variable 'omit' from source: magic vars 172629 1726889014.05415: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889014.05811: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889014.06062: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889014.06099: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889014.06210: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889014.06406: 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) 172629 1726889014.06480: 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) 172629 1726889014.06621: 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) 172629 1726889014.06624: 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) 172629 1726889014.06901: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889014.10476: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889014.10548: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889014.10595: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889014.10648: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889014.10685: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889014.10744: 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) 172629 1726889014.10779: 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) 172629 1726889014.10822: 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) 172629 1726889014.10865: 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) 172629 1726889014.10931: 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) 172629 1726889014.11023: variable '_storage_volumes_list' from source: set_fact 172629 1726889014.11064: Evaluated conditional (_storage_volumes_list is defined and _storage_volumes_list | length > 0): True 172629 1726889014.11108: variable 'storage_test_volume' from source: unknown 172629 1726889014.11185: variable 'storage_test_volume' from source: unknown 172629 1726889014.11761: dumping result to json 172629 1726889014.11771: done dumping result, returning 172629 1726889014.11777: done running TaskExecutor() for managed_node1/TASK: Verify the volumes with no pool were correctly managed [0affc8a3-6f6f-d0a8-add8-000000002499] 172629 1726889014.11779: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002499 172629 1726889014.11834: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002499 172629 1726889014.11837: WORKER PROCESS EXITING 172629 1726889014.11930: no more pending results, returning what we have 172629 1726889014.11935: in VariableManager get_vars() 172629 1726889014.11983: Calling all_inventory to load vars for managed_node1 172629 1726889014.11986: Calling groups_inventory to load vars for managed_node1 172629 1726889014.11990: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889014.12000: Calling all_plugins_play to load vars for managed_node1 172629 1726889014.12004: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889014.12007: Calling groups_plugins_play to load vars for managed_node1 172629 1726889014.13679: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889014.14500: done with get_vars() 172629 1726889014.14536: variable 'ansible_search_path' from source: unknown 172629 1726889014.14604: we have included files to process 172629 1726889014.14605: generating all_blocks data 172629 1726889014.14607: done generating all_blocks data 172629 1726889014.14611: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726889014.14613: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726889014.14616: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726889014.15005: in VariableManager get_vars() 172629 1726889014.15025: done with get_vars() 172629 1726889014.15135: done processing included file 172629 1726889014.15137: iterating over new_blocks loaded from include file 172629 1726889014.15138: in VariableManager get_vars() 172629 1726889014.15152: done with get_vars() 172629 1726889014.15157: filtering new block on tags 172629 1726889014.15177: done filtering new block on tags 172629 1726889014.15179: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node1 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'swap', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': 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': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) 172629 1726889014.15194: extending task lists for all hosts with included blocks 172629 1726889014.15511: done extending task lists 172629 1726889014.15512: done processing included files 172629 1726889014.15513: results queue empty 172629 1726889014.15514: checking for any_errors_fatal 172629 1726889014.15517: done checking for any_errors_fatal 172629 1726889014.15518: checking for max_fail_percentage 172629 1726889014.15519: done checking for max_fail_percentage 172629 1726889014.15520: checking to see if all hosts have failed and the running result is not ok 172629 1726889014.15521: done checking to see if all hosts have failed 172629 1726889014.15521: getting the remaining hosts for this loop 172629 1726889014.15523: done getting the remaining hosts for this loop 172629 1726889014.15525: getting the next task for host managed_node1 172629 1726889014.15533: done getting next task for host managed_node1 172629 1726889014.15535: ^ task is: TASK: Set storage volume test variables 172629 1726889014.15538: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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 172629 1726889014.15540: getting variables 172629 1726889014.15541: in VariableManager get_vars() 172629 1726889014.15550: Calling all_inventory to load vars for managed_node1 172629 1726889014.15552: Calling groups_inventory to load vars for managed_node1 172629 1726889014.15558: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889014.15563: Calling all_plugins_play to load vars for managed_node1 172629 1726889014.15566: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889014.15568: Calling groups_plugins_play to load vars for managed_node1 172629 1726889014.16045: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889014.16812: done with get_vars() 172629 1726889014.16824: done getting variables 172629 1726889014.16886: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Friday 20 September 2024 23:23:34 -0400 (0:00:00.138) 0:01:54.449 ****** 172629 1726889014.16914: entering _queue_task() for managed_node1/set_fact 172629 1726889014.17383: worker is 1 (out of 1 available) 172629 1726889014.17395: exiting _queue_task() for managed_node1/set_fact 172629 1726889014.17408: done queuing things up, now waiting for results queue to drain 172629 1726889014.17409: waiting for pending results... 172629 1726889014.17690: running TaskExecutor() for managed_node1/TASK: Set storage volume test variables 172629 1726889014.17782: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000267a 172629 1726889014.17805: variable 'ansible_search_path' from source: unknown 172629 1726889014.17899: calling self._execute() 172629 1726889014.18162: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.18166: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.18168: variable 'omit' from source: magic vars 172629 1726889014.18298: variable 'omit' from source: magic vars 172629 1726889014.18369: variable 'omit' from source: magic vars 172629 1726889014.18819: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889014.21620: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889014.21714: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889014.21761: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889014.21808: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889014.21877: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889014.22004: 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) 172629 1726889014.22041: 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) 172629 1726889014.22075: 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) 172629 1726889014.22124: 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) 172629 1726889014.22263: 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) 172629 1726889014.22468: variable 'storage_test_volume' from source: include params 172629 1726889014.22629: variable 'omit' from source: magic vars 172629 1726889014.22676: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889014.22723: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889014.22750: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889014.22776: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889014.22794: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889014.22896: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889014.22911: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.22930: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.23063: Set connection var ansible_timeout to 10 172629 1726889014.23166: Set connection var ansible_shell_type to sh 172629 1726889014.23169: Set connection var ansible_pipelining to False 172629 1726889014.23171: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889014.23173: Set connection var ansible_shell_executable to /bin/sh 172629 1726889014.23176: Set connection var ansible_connection to ssh 172629 1726889014.23178: variable 'ansible_shell_executable' from source: unknown 172629 1726889014.23180: variable 'ansible_connection' from source: unknown 172629 1726889014.23182: variable 'ansible_module_compression' from source: unknown 172629 1726889014.23184: variable 'ansible_shell_type' from source: unknown 172629 1726889014.23186: variable 'ansible_shell_executable' from source: unknown 172629 1726889014.23187: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.23197: variable 'ansible_pipelining' from source: unknown 172629 1726889014.23204: variable 'ansible_timeout' from source: unknown 172629 1726889014.23211: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.23324: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889014.23339: variable 'omit' from source: magic vars 172629 1726889014.23350: starting attempt loop 172629 1726889014.23371: running the handler 172629 1726889014.23410: handler run complete 172629 1726889014.23414: attempt loop complete, returning result 172629 1726889014.23416: _execute() done 172629 1726889014.23418: dumping result to json 172629 1726889014.23420: done dumping result, returning 172629 1726889014.23424: done running TaskExecutor() for managed_node1/TASK: Set storage volume test variables [0affc8a3-6f6f-d0a8-add8-00000000267a] 172629 1726889014.23432: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000267a 172629 1726889014.23584: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000267a 172629 1726889014.23588: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 172629 1726889014.23652: no more pending results, returning what we have 172629 1726889014.23660: results queue empty 172629 1726889014.23662: checking for any_errors_fatal 172629 1726889014.23663: done checking for any_errors_fatal 172629 1726889014.23664: checking for max_fail_percentage 172629 1726889014.23666: done checking for max_fail_percentage 172629 1726889014.23667: checking to see if all hosts have failed and the running result is not ok 172629 1726889014.23668: done checking to see if all hosts have failed 172629 1726889014.23669: getting the remaining hosts for this loop 172629 1726889014.23670: done getting the remaining hosts for this loop 172629 1726889014.23673: getting the next task for host managed_node1 172629 1726889014.23681: done getting next task for host managed_node1 172629 1726889014.23683: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 172629 1726889014.23687: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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 172629 1726889014.23700: getting variables 172629 1726889014.23701: in VariableManager get_vars() 172629 1726889014.23738: Calling all_inventory to load vars for managed_node1 172629 1726889014.23741: Calling groups_inventory to load vars for managed_node1 172629 1726889014.23744: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889014.24252: Calling all_plugins_play to load vars for managed_node1 172629 1726889014.24363: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889014.24368: Calling groups_plugins_play to load vars for managed_node1 172629 1726889014.25498: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889014.26476: done with get_vars() 172629 1726889014.26491: done getting variables 172629 1726889014.26693: Ignoring undefined failure: 'storage_test_volume_subset' is undefined TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Friday 20 September 2024 23:23:34 -0400 (0:00:00.098) 0:01:54.547 ****** 172629 1726889014.26720: entering _queue_task() for managed_node1/include_tasks 172629 1726889014.27073: worker is 1 (out of 1 available) 172629 1726889014.27086: exiting _queue_task() for managed_node1/include_tasks 172629 1726889014.27099: done queuing things up, now waiting for results queue to drain 172629 1726889014.27100: waiting for pending results... 172629 1726889014.27577: running TaskExecutor() for managed_node1/TASK: Run test verify for {{ storage_test_volume_subset }} 172629 1726889014.27584: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000267b 172629 1726889014.27587: variable 'ansible_search_path' from source: unknown 172629 1726889014.27624: variable '_storage_volume_tests' from source: set_fact 172629 1726889014.27848: variable '_storage_volume_tests' from source: set_fact 172629 1726889014.27959: variable 'omit' from source: magic vars 172629 1726889014.28357: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.28542: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.28546: variable 'omit' from source: magic vars 172629 1726889014.29064: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.29117: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.29308: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.29896: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.29900: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.29903: variable 'omit' from source: magic vars 172629 1726889014.30127: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.30174: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.30302: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.30661: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.30667: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.30670: variable 'omit' from source: magic vars 172629 1726889014.30892: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.30906: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.31022: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.31223: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.31431: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.31434: variable 'omit' from source: magic vars 172629 1726889014.31647: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.31650: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.31657: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.31881: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.31895: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.32084: variable 'omit' from source: magic vars 172629 1726889014.32180: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.32220: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.32517: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.32570: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.32573: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.32576: variable 'omit' from source: magic vars 172629 1726889014.32812: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.33162: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.33165: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.33307: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.33310: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.33314: variable 'omit' from source: magic vars 172629 1726889014.33470: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.33508: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.33759: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.33806: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.33809: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.34079: variable 'omit' from source: magic vars 172629 1726889014.34098: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.34131: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.34331: variable 'storage_test_volume_subset' from source: unknown 172629 1726889014.34513: dumping result to json 172629 1726889014.34516: done dumping result, returning 172629 1726889014.34519: done running TaskExecutor() for managed_node1/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-d0a8-add8-00000000267b] 172629 1726889014.34522: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000267b 172629 1726889014.34569: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000267b 172629 1726889014.34572: WORKER PROCESS EXITING 172629 1726889014.34670: no more pending results, returning what we have 172629 1726889014.34676: in VariableManager get_vars() 172629 1726889014.34724: Calling all_inventory to load vars for managed_node1 172629 1726889014.34727: Calling groups_inventory to load vars for managed_node1 172629 1726889014.34731: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889014.34745: Calling all_plugins_play to load vars for managed_node1 172629 1726889014.34749: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889014.34752: Calling groups_plugins_play to load vars for managed_node1 172629 1726889014.36132: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889014.37373: done with get_vars() 172629 1726889014.37387: variable 'ansible_search_path' from source: unknown 172629 1726889014.37424: variable 'ansible_search_path' from source: unknown 172629 1726889014.37448: variable 'ansible_search_path' from source: unknown 172629 1726889014.37683: variable 'ansible_search_path' from source: unknown 172629 1726889014.37708: variable 'ansible_search_path' from source: unknown 172629 1726889014.37732: variable 'ansible_search_path' from source: unknown 172629 1726889014.37761: variable 'ansible_search_path' from source: unknown 172629 1726889014.37784: variable 'ansible_search_path' from source: unknown 172629 1726889014.37806: we have included files to process 172629 1726889014.37807: generating all_blocks data 172629 1726889014.37809: done generating all_blocks data 172629 1726889014.37813: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726889014.37814: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726889014.37816: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726889014.39772: done processing included file 172629 1726889014.39775: iterating over new_blocks loaded from include file 172629 1726889014.39776: in VariableManager get_vars() 172629 1726889014.39793: done with get_vars() 172629 1726889014.39795: filtering new block on tags 172629 1726889014.39830: done filtering new block on tags 172629 1726889014.39832: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 => (item=mount) 172629 1726889014.39837: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726889014.39838: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726889014.39846: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726889014.40517: done processing included file 172629 1726889014.40519: iterating over new_blocks loaded from include file 172629 1726889014.40520: in VariableManager get_vars() 172629 1726889014.40542: done with get_vars() 172629 1726889014.40544: filtering new block on tags 172629 1726889014.40574: done filtering new block on tags 172629 1726889014.40577: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 => (item=fstab) 172629 1726889014.40581: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726889014.40582: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726889014.40585: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726889014.40816: done processing included file 172629 1726889014.40818: iterating over new_blocks loaded from include file 172629 1726889014.40819: in VariableManager get_vars() 172629 1726889014.40833: done with get_vars() 172629 1726889014.40835: filtering new block on tags 172629 1726889014.40850: done filtering new block on tags 172629 1726889014.40852: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 => (item=fs) 172629 1726889014.40863: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726889014.40864: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726889014.40867: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726889014.41528: done processing included file 172629 1726889014.41530: iterating over new_blocks loaded from include file 172629 1726889014.41531: in VariableManager get_vars() 172629 1726889014.41544: done with get_vars() 172629 1726889014.41546: filtering new block on tags 172629 1726889014.41570: done filtering new block on tags 172629 1726889014.41572: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 => (item=device) 172629 1726889014.41575: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726889014.41575: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726889014.41578: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726889014.44254: done processing included file 172629 1726889014.44258: iterating over new_blocks loaded from include file 172629 1726889014.44259: in VariableManager get_vars() 172629 1726889014.44275: done with get_vars() 172629 1726889014.44276: filtering new block on tags 172629 1726889014.44317: done filtering new block on tags 172629 1726889014.44319: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 => (item=encryption) 172629 1726889014.44323: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726889014.44324: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726889014.44327: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726889014.45275: done processing included file 172629 1726889014.45277: iterating over new_blocks loaded from include file 172629 1726889014.45279: in VariableManager get_vars() 172629 1726889014.45301: done with get_vars() 172629 1726889014.45303: filtering new block on tags 172629 1726889014.45348: done filtering new block on tags 172629 1726889014.45350: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 => (item=md) 172629 1726889014.45354: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726889014.45356: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726889014.45359: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726889014.48026: done processing included file 172629 1726889014.48028: iterating over new_blocks loaded from include file 172629 1726889014.48029: in VariableManager get_vars() 172629 1726889014.48044: done with get_vars() 172629 1726889014.48046: filtering new block on tags 172629 1726889014.48073: done filtering new block on tags 172629 1726889014.48076: in VariableManager get_vars() 172629 1726889014.48090: done with get_vars() 172629 1726889014.48091: filtering new block on tags 172629 1726889014.48111: done filtering new block on tags 172629 1726889014.48113: in VariableManager get_vars() 172629 1726889014.48126: done with get_vars() 172629 1726889014.48127: filtering new block on tags 172629 1726889014.48170: done filtering new block on tags 172629 1726889014.48173: in VariableManager get_vars() 172629 1726889014.48188: done with get_vars() 172629 1726889014.48190: filtering new block on tags 172629 1726889014.48206: done filtering new block on tags 172629 1726889014.48208: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 => (item=size) 172629 1726889014.48212: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726889014.48213: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726889014.48215: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726889014.49856: done processing included file 172629 1726889014.49858: iterating over new_blocks loaded from include file 172629 1726889014.49859: in VariableManager get_vars() 172629 1726889014.49872: done with get_vars() 172629 1726889014.49874: filtering new block on tags 172629 1726889014.49896: done filtering new block on tags 172629 1726889014.49897: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node1 => (item=cache) 172629 1726889014.49900: extending task lists for all hosts with included blocks 172629 1726889014.50071: done extending task lists 172629 1726889014.50072: done processing included files 172629 1726889014.50073: results queue empty 172629 1726889014.50073: checking for any_errors_fatal 172629 1726889014.50079: done checking for any_errors_fatal 172629 1726889014.50079: checking for max_fail_percentage 172629 1726889014.50080: done checking for max_fail_percentage 172629 1726889014.50081: checking to see if all hosts have failed and the running result is not ok 172629 1726889014.50085: done checking to see if all hosts have failed 172629 1726889014.50086: getting the remaining hosts for this loop 172629 1726889014.50088: done getting the remaining hosts for this loop 172629 1726889014.50090: getting the next task for host managed_node1 172629 1726889014.50095: done getting next task for host managed_node1 172629 1726889014.50097: ^ task is: TASK: Get expected mount device based on device type 172629 1726889014.50101: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889014.50104: getting variables 172629 1726889014.50104: in VariableManager get_vars() 172629 1726889014.50115: Calling all_inventory to load vars for managed_node1 172629 1726889014.50118: Calling groups_inventory to load vars for managed_node1 172629 1726889014.50120: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889014.50126: Calling all_plugins_play to load vars for managed_node1 172629 1726889014.50129: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889014.50132: Calling groups_plugins_play to load vars for managed_node1 172629 1726889014.56928: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889014.57521: done with get_vars() 172629 1726889014.57536: done getting variables 172629 1726889014.57576: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Friday 20 September 2024 23:23:34 -0400 (0:00:00.309) 0:01:54.856 ****** 172629 1726889014.57691: entering _queue_task() for managed_node1/set_fact 172629 1726889014.58109: worker is 1 (out of 1 available) 172629 1726889014.58130: exiting _queue_task() for managed_node1/set_fact 172629 1726889014.58143: done queuing things up, now waiting for results queue to drain 172629 1726889014.58146: waiting for pending results... 172629 1726889014.58435: running TaskExecutor() for managed_node1/TASK: Get expected mount device based on device type 172629 1726889014.58601: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026ba 172629 1726889014.58625: variable 'ansible_search_path' from source: unknown 172629 1726889014.58670: calling self._execute() 172629 1726889014.58806: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.58822: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.58905: variable 'omit' from source: magic vars 172629 1726889014.59036: variable 'omit' from source: magic vars 172629 1726889014.59100: variable 'omit' from source: magic vars 172629 1726889014.59894: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889014.60463: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889014.60647: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889014.60663: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889014.60704: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889014.60933: 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) 172629 1726889014.61111: 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) 172629 1726889014.61116: 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) 172629 1726889014.61119: 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) 172629 1726889014.61144: 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) 172629 1726889014.61179: 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) 172629 1726889014.61208: 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) 172629 1726889014.61236: 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) 172629 1726889014.61713: variable '_storage_test_volume_present' from source: set_fact 172629 1726889014.61838: variable 'storage_test_volume' from source: include params 172629 1726889014.62043: variable 'omit' from source: magic vars 172629 1726889014.62047: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889014.62083: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889014.62182: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889014.62203: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889014.62217: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889014.62295: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889014.62304: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.62342: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.62550: Set connection var ansible_timeout to 10 172629 1726889014.62678: Set connection var ansible_shell_type to sh 172629 1726889014.62735: Set connection var ansible_pipelining to False 172629 1726889014.62745: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889014.62757: Set connection var ansible_shell_executable to /bin/sh 172629 1726889014.62765: Set connection var ansible_connection to ssh 172629 1726889014.62789: variable 'ansible_shell_executable' from source: unknown 172629 1726889014.62796: variable 'ansible_connection' from source: unknown 172629 1726889014.62809: variable 'ansible_module_compression' from source: unknown 172629 1726889014.62817: variable 'ansible_shell_type' from source: unknown 172629 1726889014.62823: variable 'ansible_shell_executable' from source: unknown 172629 1726889014.62830: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.62851: variable 'ansible_pipelining' from source: unknown 172629 1726889014.62861: variable 'ansible_timeout' from source: unknown 172629 1726889014.62869: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.62982: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889014.62998: variable 'omit' from source: magic vars 172629 1726889014.63007: starting attempt loop 172629 1726889014.63013: running the handler 172629 1726889014.63035: handler run complete 172629 1726889014.63048: attempt loop complete, returning result 172629 1726889014.63063: _execute() done 172629 1726889014.63066: dumping result to json 172629 1726889014.63137: done dumping result, returning 172629 1726889014.63140: done running TaskExecutor() for managed_node1/TASK: Get expected mount device based on device type [0affc8a3-6f6f-d0a8-add8-0000000026ba] 172629 1726889014.63143: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026ba 172629 1726889014.63213: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026ba 172629 1726889014.63216: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } 172629 1726889014.63296: no more pending results, returning what we have 172629 1726889014.63306: results queue empty 172629 1726889014.63307: checking for any_errors_fatal 172629 1726889014.63309: done checking for any_errors_fatal 172629 1726889014.63310: checking for max_fail_percentage 172629 1726889014.63312: done checking for max_fail_percentage 172629 1726889014.63313: checking to see if all hosts have failed and the running result is not ok 172629 1726889014.63314: done checking to see if all hosts have failed 172629 1726889014.63314: getting the remaining hosts for this loop 172629 1726889014.63316: done getting the remaining hosts for this loop 172629 1726889014.63319: getting the next task for host managed_node1 172629 1726889014.63328: done getting next task for host managed_node1 172629 1726889014.63331: ^ task is: TASK: Set some facts 172629 1726889014.63336: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889014.63351: getting variables 172629 1726889014.63353: in VariableManager get_vars() 172629 1726889014.63395: Calling all_inventory to load vars for managed_node1 172629 1726889014.63398: Calling groups_inventory to load vars for managed_node1 172629 1726889014.63401: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889014.63412: Calling all_plugins_play to load vars for managed_node1 172629 1726889014.63415: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889014.63418: Calling groups_plugins_play to load vars for managed_node1 172629 1726889014.64291: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889014.65160: done with get_vars() 172629 1726889014.65179: done getting variables 172629 1726889014.65315: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set some facts] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Friday 20 September 2024 23:23:34 -0400 (0:00:00.076) 0:01:54.933 ****** 172629 1726889014.65346: entering _queue_task() for managed_node1/set_fact 172629 1726889014.66030: worker is 1 (out of 1 available) 172629 1726889014.66043: exiting _queue_task() for managed_node1/set_fact 172629 1726889014.66057: done queuing things up, now waiting for results queue to drain 172629 1726889014.66059: waiting for pending results... 172629 1726889014.66479: running TaskExecutor() for managed_node1/TASK: Set some facts 172629 1726889014.66550: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026bb 172629 1726889014.66575: variable 'ansible_search_path' from source: unknown 172629 1726889014.66622: calling self._execute() 172629 1726889014.66747: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.66810: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.66817: variable 'omit' from source: magic vars 172629 1726889014.66916: variable 'omit' from source: magic vars 172629 1726889014.66985: variable 'omit' from source: magic vars 172629 1726889014.67326: variable '_storage_test_volume_present' from source: set_fact 172629 1726889014.67338: variable 'storage_test_volume' from source: include params 172629 1726889014.67646: variable 'storage_test_volume' from source: include params 172629 1726889014.67666: variable 'mount_prefix' from source: task vars 172629 1726889014.67872: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889014.72190: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889014.72319: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889014.72385: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889014.72444: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889014.72504: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889014.72866: 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) 172629 1726889014.73002: 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) 172629 1726889014.73007: 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) 172629 1726889014.73199: 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) 172629 1726889014.73264: 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) 172629 1726889014.73598: variable '__storage_is_ostree' from source: set_fact 172629 1726889014.73609: variable 'storage_test_volume' from source: include params 172629 1726889014.73779: variable 'omit' from source: magic vars 172629 1726889014.73782: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889014.73865: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889014.73869: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889014.73872: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889014.73874: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889014.73991: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889014.74001: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.74123: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.74208: Set connection var ansible_timeout to 10 172629 1726889014.74217: Set connection var ansible_shell_type to sh 172629 1726889014.74300: Set connection var ansible_pipelining to False 172629 1726889014.74378: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889014.74381: Set connection var ansible_shell_executable to /bin/sh 172629 1726889014.74384: Set connection var ansible_connection to ssh 172629 1726889014.74412: variable 'ansible_shell_executable' from source: unknown 172629 1726889014.74420: variable 'ansible_connection' from source: unknown 172629 1726889014.74427: variable 'ansible_module_compression' from source: unknown 172629 1726889014.74433: variable 'ansible_shell_type' from source: unknown 172629 1726889014.74469: variable 'ansible_shell_executable' from source: unknown 172629 1726889014.74473: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.74475: variable 'ansible_pipelining' from source: unknown 172629 1726889014.74478: variable 'ansible_timeout' from source: unknown 172629 1726889014.74480: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.74595: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889014.74599: variable 'omit' from source: magic vars 172629 1726889014.74760: starting attempt loop 172629 1726889014.74764: running the handler 172629 1726889014.74766: handler run complete 172629 1726889014.74769: attempt loop complete, returning result 172629 1726889014.74771: _execute() done 172629 1726889014.74773: dumping result to json 172629 1726889014.74775: done dumping result, returning 172629 1726889014.74777: done running TaskExecutor() for managed_node1/TASK: Set some facts [0affc8a3-6f6f-d0a8-add8-0000000026bb] 172629 1726889014.74780: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026bb 172629 1726889014.74848: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026bb 172629 1726889014.74851: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "1" }, "changed": false } 172629 1726889014.74907: no more pending results, returning what we have 172629 1726889014.74911: results queue empty 172629 1726889014.74912: checking for any_errors_fatal 172629 1726889014.74918: done checking for any_errors_fatal 172629 1726889014.74918: checking for max_fail_percentage 172629 1726889014.74921: done checking for max_fail_percentage 172629 1726889014.74922: checking to see if all hosts have failed and the running result is not ok 172629 1726889014.74923: done checking to see if all hosts have failed 172629 1726889014.74924: getting the remaining hosts for this loop 172629 1726889014.74926: done getting the remaining hosts for this loop 172629 1726889014.74930: getting the next task for host managed_node1 172629 1726889014.74937: done getting next task for host managed_node1 172629 1726889014.74939: ^ task is: TASK: Get information about the mountpoint directory 172629 1726889014.74944: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889014.74961: getting variables 172629 1726889014.74963: in VariableManager get_vars() 172629 1726889014.75004: Calling all_inventory to load vars for managed_node1 172629 1726889014.75007: Calling groups_inventory to load vars for managed_node1 172629 1726889014.75011: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889014.75021: Calling all_plugins_play to load vars for managed_node1 172629 1726889014.75024: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889014.75028: Calling groups_plugins_play to load vars for managed_node1 172629 1726889014.75965: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889014.76623: done with get_vars() 172629 1726889014.76638: done getting variables TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Friday 20 September 2024 23:23:34 -0400 (0:00:00.113) 0:01:55.047 ****** 172629 1726889014.76738: entering _queue_task() for managed_node1/stat 172629 1726889014.77898: worker is 1 (out of 1 available) 172629 1726889014.78025: exiting _queue_task() for managed_node1/stat 172629 1726889014.78041: done queuing things up, now waiting for results queue to drain 172629 1726889014.78043: waiting for pending results... 172629 1726889014.78710: running TaskExecutor() for managed_node1/TASK: Get information about the mountpoint directory 172629 1726889014.79009: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026bc 172629 1726889014.79014: variable 'ansible_search_path' from source: unknown 172629 1726889014.79040: calling self._execute() 172629 1726889014.79339: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.79465: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.79489: variable 'omit' from source: magic vars 172629 1726889014.80108: variable '_storage_test_volume_present' from source: set_fact 172629 1726889014.80112: variable 'storage_test_volume' from source: include params 172629 1726889014.80140: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)): False 172629 1726889014.80150: when evaluation is False, skipping this task 172629 1726889014.80166: _execute() done 172629 1726889014.80213: dumping result to json 172629 1726889014.80221: done dumping result, returning 172629 1726889014.80264: done running TaskExecutor() for managed_node1/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-d0a8-add8-0000000026bc] 172629 1726889014.80268: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026bc 172629 1726889014.80661: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026bc 172629 1726889014.80665: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } 172629 1726889014.80722: no more pending results, returning what we have 172629 1726889014.80726: results queue empty 172629 1726889014.80727: checking for any_errors_fatal 172629 1726889014.80731: done checking for any_errors_fatal 172629 1726889014.80732: checking for max_fail_percentage 172629 1726889014.80734: done checking for max_fail_percentage 172629 1726889014.80735: checking to see if all hosts have failed and the running result is not ok 172629 1726889014.80735: done checking to see if all hosts have failed 172629 1726889014.80739: getting the remaining hosts for this loop 172629 1726889014.80741: done getting the remaining hosts for this loop 172629 1726889014.80744: getting the next task for host managed_node1 172629 1726889014.80751: done getting next task for host managed_node1 172629 1726889014.80760: ^ task is: TASK: Verify the current mount state by device 172629 1726889014.80765: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889014.80769: getting variables 172629 1726889014.80771: in VariableManager get_vars() 172629 1726889014.80813: Calling all_inventory to load vars for managed_node1 172629 1726889014.80816: Calling groups_inventory to load vars for managed_node1 172629 1726889014.80819: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889014.80830: Calling all_plugins_play to load vars for managed_node1 172629 1726889014.80834: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889014.80837: Calling groups_plugins_play to load vars for managed_node1 172629 1726889014.82220: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889014.84220: done with get_vars() 172629 1726889014.84240: done getting variables 172629 1726889014.84587: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Friday 20 September 2024 23:23:34 -0400 (0:00:00.080) 0:01:55.127 ****** 172629 1726889014.84805: entering _queue_task() for managed_node1/assert 172629 1726889014.85364: worker is 1 (out of 1 available) 172629 1726889014.85376: exiting _queue_task() for managed_node1/assert 172629 1726889014.85420: done queuing things up, now waiting for results queue to drain 172629 1726889014.85422: waiting for pending results... 172629 1726889014.85661: running TaskExecutor() for managed_node1/TASK: Verify the current mount state by device 172629 1726889014.86159: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026bd 172629 1726889014.86168: variable 'ansible_search_path' from source: unknown 172629 1726889014.86172: calling self._execute() 172629 1726889014.86175: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.86178: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.86181: variable 'omit' from source: magic vars 172629 1726889014.86922: variable '_storage_test_volume_present' from source: set_fact 172629 1726889014.86936: Evaluated conditional (_storage_test_volume_present): True 172629 1726889014.86946: variable 'omit' from source: magic vars 172629 1726889014.87017: variable 'omit' from source: magic vars 172629 1726889014.87148: variable 'storage_test_volume' from source: include params 172629 1726889014.87293: variable 'omit' from source: magic vars 172629 1726889014.87565: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889014.87568: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889014.87571: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889014.87626: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889014.87642: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889014.87794: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889014.87802: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.87809: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.88164: Set connection var ansible_timeout to 10 172629 1726889014.88178: Set connection var ansible_shell_type to sh 172629 1726889014.88189: Set connection var ansible_pipelining to False 172629 1726889014.88198: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889014.88207: Set connection var ansible_shell_executable to /bin/sh 172629 1726889014.88214: Set connection var ansible_connection to ssh 172629 1726889014.88239: variable 'ansible_shell_executable' from source: unknown 172629 1726889014.88278: variable 'ansible_connection' from source: unknown 172629 1726889014.88489: variable 'ansible_module_compression' from source: unknown 172629 1726889014.88492: variable 'ansible_shell_type' from source: unknown 172629 1726889014.88494: variable 'ansible_shell_executable' from source: unknown 172629 1726889014.88496: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.88498: variable 'ansible_pipelining' from source: unknown 172629 1726889014.88501: variable 'ansible_timeout' from source: unknown 172629 1726889014.88503: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.88722: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889014.88741: variable 'omit' from source: magic vars 172629 1726889014.88750: starting attempt loop 172629 1726889014.88762: running the handler 172629 1726889014.89020: variable 'storage_test_blkinfo' from source: set_fact 172629 1726889014.89057: variable 'storage_test_volume' from source: include params 172629 1726889014.89084: variable 'storage_test_mount_expected_mount_point' from source: set_fact 172629 1726889014.89098: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].mountpoint == storage_test_mount_expected_mount_point): True 172629 1726889014.89108: handler run complete 172629 1726889014.89170: attempt loop complete, returning result 172629 1726889014.89211: _execute() done 172629 1726889014.89219: dumping result to json 172629 1726889014.89226: done dumping result, returning 172629 1726889014.89237: done running TaskExecutor() for managed_node1/TASK: Verify the current mount state by device [0affc8a3-6f6f-d0a8-add8-0000000026bd] 172629 1726889014.89250: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026bd ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889014.89477: no more pending results, returning what we have 172629 1726889014.89481: results queue empty 172629 1726889014.89482: checking for any_errors_fatal 172629 1726889014.89490: done checking for any_errors_fatal 172629 1726889014.89490: checking for max_fail_percentage 172629 1726889014.89492: done checking for max_fail_percentage 172629 1726889014.89494: checking to see if all hosts have failed and the running result is not ok 172629 1726889014.89494: done checking to see if all hosts have failed 172629 1726889014.89495: getting the remaining hosts for this loop 172629 1726889014.89497: done getting the remaining hosts for this loop 172629 1726889014.89500: getting the next task for host managed_node1 172629 1726889014.89509: done getting next task for host managed_node1 172629 1726889014.89756: ^ task is: TASK: Verify mount directory user 172629 1726889014.89763: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889014.89767: getting variables 172629 1726889014.89769: in VariableManager get_vars() 172629 1726889014.89799: Calling all_inventory to load vars for managed_node1 172629 1726889014.89801: Calling groups_inventory to load vars for managed_node1 172629 1726889014.89804: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889014.89813: Calling all_plugins_play to load vars for managed_node1 172629 1726889014.89815: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889014.89818: Calling groups_plugins_play to load vars for managed_node1 172629 1726889014.90373: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026bd 172629 1726889014.90377: WORKER PROCESS EXITING 172629 1726889014.90477: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889014.91205: done with get_vars() 172629 1726889014.91221: done getting variables 172629 1726889014.91361: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Friday 20 September 2024 23:23:34 -0400 (0:00:00.065) 0:01:55.193 ****** 172629 1726889014.91399: entering _queue_task() for managed_node1/assert 172629 1726889014.92203: worker is 1 (out of 1 available) 172629 1726889014.92216: exiting _queue_task() for managed_node1/assert 172629 1726889014.92228: done queuing things up, now waiting for results queue to drain 172629 1726889014.92229: waiting for pending results... 172629 1726889014.92722: running TaskExecutor() for managed_node1/TASK: Verify mount directory user 172629 1726889014.93031: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026be 172629 1726889014.93121: variable 'ansible_search_path' from source: unknown 172629 1726889014.93168: calling self._execute() 172629 1726889014.93571: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.93574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.93577: variable 'omit' from source: magic vars 172629 1726889014.94306: variable '_storage_test_volume_present' from source: set_fact 172629 1726889014.94662: variable 'storage_test_volume' from source: include params 172629 1726889014.94666: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 172629 1726889014.94669: when evaluation is False, skipping this task 172629 1726889014.94671: _execute() done 172629 1726889014.94674: dumping result to json 172629 1726889014.94677: done dumping result, returning 172629 1726889014.94679: done running TaskExecutor() for managed_node1/TASK: Verify mount directory user [0affc8a3-6f6f-d0a8-add8-0000000026be] 172629 1726889014.94682: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026be skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } 172629 1726889014.94811: no more pending results, returning what we have 172629 1726889014.94815: results queue empty 172629 1726889014.94817: checking for any_errors_fatal 172629 1726889014.94826: done checking for any_errors_fatal 172629 1726889014.94826: checking for max_fail_percentage 172629 1726889014.94828: done checking for max_fail_percentage 172629 1726889014.94829: checking to see if all hosts have failed and the running result is not ok 172629 1726889014.94830: done checking to see if all hosts have failed 172629 1726889014.94831: getting the remaining hosts for this loop 172629 1726889014.94833: done getting the remaining hosts for this loop 172629 1726889014.94836: getting the next task for host managed_node1 172629 1726889014.94845: done getting next task for host managed_node1 172629 1726889014.94849: ^ task is: TASK: Verify mount directory group 172629 1726889014.94858: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889014.94864: getting variables 172629 1726889014.94865: in VariableManager get_vars() 172629 1726889014.94905: Calling all_inventory to load vars for managed_node1 172629 1726889014.94909: Calling groups_inventory to load vars for managed_node1 172629 1726889014.94912: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889014.94925: Calling all_plugins_play to load vars for managed_node1 172629 1726889014.94929: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889014.94932: Calling groups_plugins_play to load vars for managed_node1 172629 1726889014.95669: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026be 172629 1726889014.95673: WORKER PROCESS EXITING 172629 1726889014.96188: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889014.97411: done with get_vars() 172629 1726889014.97429: done getting variables 172629 1726889014.97696: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Friday 20 September 2024 23:23:34 -0400 (0:00:00.063) 0:01:55.257 ****** 172629 1726889014.97729: entering _queue_task() for managed_node1/assert 172629 1726889014.98495: worker is 1 (out of 1 available) 172629 1726889014.98507: exiting _queue_task() for managed_node1/assert 172629 1726889014.98520: done queuing things up, now waiting for results queue to drain 172629 1726889014.98522: waiting for pending results... 172629 1726889014.98841: running TaskExecutor() for managed_node1/TASK: Verify mount directory group 172629 1726889014.99098: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026bf 172629 1726889014.99112: variable 'ansible_search_path' from source: unknown 172629 1726889014.99148: calling self._execute() 172629 1726889014.99483: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889014.99500: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889014.99515: variable 'omit' from source: magic vars 172629 1726889015.00330: variable '_storage_test_volume_present' from source: set_fact 172629 1726889015.00560: variable 'storage_test_volume' from source: include params 172629 1726889015.00564: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 172629 1726889015.00567: when evaluation is False, skipping this task 172629 1726889015.00569: _execute() done 172629 1726889015.00573: dumping result to json 172629 1726889015.00576: done dumping result, returning 172629 1726889015.00578: done running TaskExecutor() for managed_node1/TASK: Verify mount directory group [0affc8a3-6f6f-d0a8-add8-0000000026bf] 172629 1726889015.00581: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026bf skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } 172629 1726889015.00742: no more pending results, returning what we have 172629 1726889015.00746: results queue empty 172629 1726889015.00747: checking for any_errors_fatal 172629 1726889015.00763: done checking for any_errors_fatal 172629 1726889015.00764: checking for max_fail_percentage 172629 1726889015.00766: done checking for max_fail_percentage 172629 1726889015.00767: checking to see if all hosts have failed and the running result is not ok 172629 1726889015.00768: done checking to see if all hosts have failed 172629 1726889015.00769: getting the remaining hosts for this loop 172629 1726889015.00770: done getting the remaining hosts for this loop 172629 1726889015.00773: getting the next task for host managed_node1 172629 1726889015.00782: done getting next task for host managed_node1 172629 1726889015.00784: ^ task is: TASK: Verify mount directory permissions 172629 1726889015.00790: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889015.00794: getting variables 172629 1726889015.00796: in VariableManager get_vars() 172629 1726889015.00836: Calling all_inventory to load vars for managed_node1 172629 1726889015.00839: Calling groups_inventory to load vars for managed_node1 172629 1726889015.00842: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889015.01061: Calling all_plugins_play to load vars for managed_node1 172629 1726889015.01066: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889015.01072: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026bf 172629 1726889015.01075: WORKER PROCESS EXITING 172629 1726889015.01079: Calling groups_plugins_play to load vars for managed_node1 172629 1726889015.02985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889015.04011: done with get_vars() 172629 1726889015.04026: done getting variables 172629 1726889015.04088: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Friday 20 September 2024 23:23:35 -0400 (0:00:00.063) 0:01:55.321 ****** 172629 1726889015.04125: entering _queue_task() for managed_node1/assert 172629 1726889015.04477: worker is 1 (out of 1 available) 172629 1726889015.04490: exiting _queue_task() for managed_node1/assert 172629 1726889015.04503: done queuing things up, now waiting for results queue to drain 172629 1726889015.04504: waiting for pending results... 172629 1726889015.04765: running TaskExecutor() for managed_node1/TASK: Verify mount directory permissions 172629 1726889015.04926: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026c0 172629 1726889015.04952: variable 'ansible_search_path' from source: unknown 172629 1726889015.05007: calling self._execute() 172629 1726889015.05214: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889015.05218: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889015.05221: variable 'omit' from source: magic vars 172629 1726889015.05638: variable '_storage_test_volume_present' from source: set_fact 172629 1726889015.05696: variable 'storage_test_volume' from source: include params 172629 1726889015.05738: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 172629 1726889015.05760: when evaluation is False, skipping this task 172629 1726889015.05764: _execute() done 172629 1726889015.05863: dumping result to json 172629 1726889015.05867: done dumping result, returning 172629 1726889015.05869: done running TaskExecutor() for managed_node1/TASK: Verify mount directory permissions [0affc8a3-6f6f-d0a8-add8-0000000026c0] 172629 1726889015.05872: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026c0 172629 1726889015.05949: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026c0 172629 1726889015.05952: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } 172629 1726889015.06017: no more pending results, returning what we have 172629 1726889015.06021: results queue empty 172629 1726889015.06022: checking for any_errors_fatal 172629 1726889015.06038: done checking for any_errors_fatal 172629 1726889015.06039: checking for max_fail_percentage 172629 1726889015.06041: done checking for max_fail_percentage 172629 1726889015.06042: checking to see if all hosts have failed and the running result is not ok 172629 1726889015.06043: done checking to see if all hosts have failed 172629 1726889015.06044: getting the remaining hosts for this loop 172629 1726889015.06046: done getting the remaining hosts for this loop 172629 1726889015.06049: getting the next task for host managed_node1 172629 1726889015.06061: done getting next task for host managed_node1 172629 1726889015.06157: ^ task is: TASK: Get path of test volume device 172629 1726889015.06168: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889015.06174: getting variables 172629 1726889015.06176: in VariableManager get_vars() 172629 1726889015.06218: Calling all_inventory to load vars for managed_node1 172629 1726889015.06221: Calling groups_inventory to load vars for managed_node1 172629 1726889015.06225: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889015.06238: Calling all_plugins_play to load vars for managed_node1 172629 1726889015.06242: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889015.06245: Calling groups_plugins_play to load vars for managed_node1 172629 1726889015.06986: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889015.07790: done with get_vars() 172629 1726889015.07803: done getting variables 172629 1726889015.07851: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Friday 20 September 2024 23:23:35 -0400 (0:00:00.039) 0:01:55.360 ****** 172629 1726889015.08041: entering _queue_task() for managed_node1/command 172629 1726889015.08336: worker is 1 (out of 1 available) 172629 1726889015.08352: exiting _queue_task() for managed_node1/command 172629 1726889015.08368: done queuing things up, now waiting for results queue to drain 172629 1726889015.08369: waiting for pending results... 172629 1726889015.08869: running TaskExecutor() for managed_node1/TASK: Get path of test volume device 172629 1726889015.08875: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026c1 172629 1726889015.08878: variable 'ansible_search_path' from source: unknown 172629 1726889015.08882: calling self._execute() 172629 1726889015.08885: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889015.08894: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889015.08909: variable 'omit' from source: magic vars 172629 1726889015.09309: variable 'storage_test_volume' from source: include params 172629 1726889015.09358: Evaluated conditional (storage_test_volume.fs_type == "swap"): True 172629 1726889015.09371: variable 'omit' from source: magic vars 172629 1726889015.09427: variable 'omit' from source: magic vars 172629 1726889015.09593: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889015.12617: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889015.12700: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889015.12742: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889015.12784: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889015.12815: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889015.12905: variable 'storage_test_volume' from source: include params 172629 1726889015.12957: variable 'omit' from source: magic vars 172629 1726889015.12994: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889015.13025: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889015.13048: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889015.13075: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889015.13091: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889015.13125: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889015.13133: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889015.13141: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889015.13242: Set connection var ansible_timeout to 10 172629 1726889015.13257: Set connection var ansible_shell_type to sh 172629 1726889015.13271: Set connection var ansible_pipelining to False 172629 1726889015.13280: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889015.13289: Set connection var ansible_shell_executable to /bin/sh 172629 1726889015.13298: Set connection var ansible_connection to ssh 172629 1726889015.13319: variable 'ansible_shell_executable' from source: unknown 172629 1726889015.13326: variable 'ansible_connection' from source: unknown 172629 1726889015.13332: variable 'ansible_module_compression' from source: unknown 172629 1726889015.13338: variable 'ansible_shell_type' from source: unknown 172629 1726889015.13344: variable 'ansible_shell_executable' from source: unknown 172629 1726889015.13351: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889015.13364: variable 'ansible_pipelining' from source: unknown 172629 1726889015.13372: variable 'ansible_timeout' from source: unknown 172629 1726889015.13379: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889015.13487: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889015.13503: variable 'omit' from source: magic vars 172629 1726889015.13512: starting attempt loop 172629 1726889015.13560: running the handler 172629 1726889015.13563: _low_level_execute_command(): starting 172629 1726889015.13566: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889015.14246: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889015.14290: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889015.14306: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889015.14348: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889015.14634: 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 <<< 172629 1726889015.14661: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889015.14744: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889015.16488: stdout chunk (state=3): >>>/root <<< 172629 1726889015.16631: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889015.16643: stdout chunk (state=3): >>><<< 172629 1726889015.16668: stderr chunk (state=3): >>><<< 172629 1726889015.16698: _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 172629 1726889015.16718: _low_level_execute_command(): starting 172629 1726889015.16730: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889015.1670568-176854-26643274493031 `" && echo ansible-tmp-1726889015.1670568-176854-26643274493031="` echo /root/.ansible/tmp/ansible-tmp-1726889015.1670568-176854-26643274493031 `" ) && sleep 0' 172629 1726889015.17316: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889015.17332: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889015.17349: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889015.17370: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889015.17469: 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 <<< 172629 1726889015.17491: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889015.17574: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889015.19463: stdout chunk (state=3): >>>ansible-tmp-1726889015.1670568-176854-26643274493031=/root/.ansible/tmp/ansible-tmp-1726889015.1670568-176854-26643274493031 <<< 172629 1726889015.19591: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889015.19598: stdout chunk (state=3): >>><<< 172629 1726889015.19605: stderr chunk (state=3): >>><<< 172629 1726889015.19620: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889015.1670568-176854-26643274493031=/root/.ansible/tmp/ansible-tmp-1726889015.1670568-176854-26643274493031 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889015.19652: variable 'ansible_module_compression' from source: unknown 172629 1726889015.19692: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726889015.19722: variable 'ansible_facts' from source: unknown 172629 1726889015.19784: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889015.1670568-176854-26643274493031/AnsiballZ_command.py 172629 1726889015.19877: Sending initial data 172629 1726889015.19887: Sent initial data (157 bytes) 172629 1726889015.20289: 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 <<< 172629 1726889015.20331: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889015.20346: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889015.20392: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889015.21940: 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" <<< 172629 1726889015.21948: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726889015.21988: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889015.22038: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmppqf6hp71 /root/.ansible/tmp/ansible-tmp-1726889015.1670568-176854-26643274493031/AnsiballZ_command.py <<< 172629 1726889015.22041: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889015.1670568-176854-26643274493031/AnsiballZ_command.py" <<< 172629 1726889015.22076: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmppqf6hp71" to remote "/root/.ansible/tmp/ansible-tmp-1726889015.1670568-176854-26643274493031/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889015.1670568-176854-26643274493031/AnsiballZ_command.py" <<< 172629 1726889015.22716: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889015.22775: stderr chunk (state=3): >>><<< 172629 1726889015.22778: stdout chunk (state=3): >>><<< 172629 1726889015.22780: done transferring module to remote 172629 1726889015.22825: _low_level_execute_command(): starting 172629 1726889015.22829: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889015.1670568-176854-26643274493031/ /root/.ansible/tmp/ansible-tmp-1726889015.1670568-176854-26643274493031/AnsiballZ_command.py && sleep 0' 172629 1726889015.23465: 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 <<< 172629 1726889015.23517: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889015.23521: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889015.23591: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889015.25406: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889015.25409: stdout chunk (state=3): >>><<< 172629 1726889015.25412: stderr chunk (state=3): >>><<< 172629 1726889015.25439: _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 172629 1726889015.25443: _low_level_execute_command(): starting 172629 1726889015.25449: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889015.1670568-176854-26643274493031/AnsiballZ_command.py && sleep 0' 172629 1726889015.25963: 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 <<< 172629 1726889015.25966: stderr 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 <<< 172629 1726889015.25969: 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 <<< 172629 1726889015.25971: stderr 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 <<< 172629 1726889015.26054: 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 <<< 172629 1726889015.26098: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889015.28267: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889015.28296: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889015.28331: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 172629 1726889015.28335: stdout chunk (state=3): >>>import '_weakref' # <<< 172629 1726889015.28401: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726889015.28406: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726889015.28439: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889015.28477: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889015.28495: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726889015.28507: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726889015.28559: 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' <<< 172629 1726889015.28579: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889015.28598: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889015.28637: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889015.28654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726889015.28677: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b8e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b8b7b30> <<< 172629 1726889015.28712: 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' <<< 172629 1726889015.28725: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b8eaa50> <<< 172629 1726889015.28737: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889015.28762: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726889015.28785: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889015.28818: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889015.28900: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889015.28928: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889015.28963: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889015.28974: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889015.29008: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726889015.29011: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726889015.29014: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726889015.29021: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889015.29048: 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' <<< 172629 1726889015.29078: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b699130> <<< 172629 1726889015.29135: 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 <<< 172629 1726889015.29142: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889015.29149: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b69a120> <<< 172629 1726889015.29177: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889015.29205: 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. <<< 172629 1726889015.29433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889015.29451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889015.29497: 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' <<< 172629 1726889015.29515: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889015.29540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889015.29570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889015.29598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889015.29601: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b6d7f50> <<< 172629 1726889015.29685: 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' <<< 172629 1726889015.29700: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b6ec0e0> <<< 172629 1726889015.29727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889015.29786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889015.29790: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889015.29825: 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 0x7f518b70f980> <<< 172629 1726889015.29841: 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' <<< 172629 1726889015.29870: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b70ff50> <<< 172629 1726889015.29880: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889015.29922: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b6efc20> import '_functools' # <<< 172629 1726889015.29960: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b6ed340> <<< 172629 1726889015.30048: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b6d5100> <<< 172629 1726889015.30085: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889015.30099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889015.30110: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889015.30122: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889015.30154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889015.30176: 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' <<< 172629 1726889015.30223: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b7338f0> <<< 172629 1726889015.30229: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b732510> <<< 172629 1726889015.30264: 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 0x7f518b6ee210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b730d40> <<< 172629 1726889015.30318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726889015.30343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b760950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b6d4380> # /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' <<< 172629 1726889015.30400: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889015.30459: 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 0x7f518b760e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b760cb0> # 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 0x7f518b7610a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b6d2ea0> <<< 172629 1726889015.30553: 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' <<< 172629 1726889015.30575: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b761760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b761460> import 'importlib.machinery' # <<< 172629 1726889015.30621: 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 0x7f518b762660> import 'importlib.util' # import 'runpy' # <<< 172629 1726889015.30683: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889015.30715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b77c860> <<< 172629 1726889015.30719: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889015.30739: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889015.30769: 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 0x7f518b77dfa0> <<< 172629 1726889015.30797: 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 <<< 172629 1726889015.30834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b77ee40> <<< 172629 1726889015.30868: 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' <<< 172629 1726889015.30887: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f518b77f4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b77e390> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889015.30912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726889015.30932: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889015.30952: 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 0x7f518b77ff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b77f650> <<< 172629 1726889015.31003: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b762690> <<< 172629 1726889015.31027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889015.31054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889015.31086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889015.31093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889015.31174: 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 0x7f518b507da0> <<< 172629 1726889015.31177: 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' <<< 172629 1726889015.31202: 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 0x7f518b530800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b530560> <<< 172629 1726889015.31231: 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 0x7f518b530830> <<< 172629 1726889015.31236: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726889015.31259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726889015.31303: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889015.31424: 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 0x7f518b531160> <<< 172629 1726889015.31542: 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 0x7f518b531a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b530a10> <<< 172629 1726889015.31565: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b505f40> <<< 172629 1726889015.31579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889015.31617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889015.31645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726889015.31652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b532e10> <<< 172629 1726889015.31668: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b530fb0> <<< 172629 1726889015.31685: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b762d80> <<< 172629 1726889015.31709: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889015.31777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889015.31798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889015.31824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889015.31865: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b55f0b0> <<< 172629 1726889015.31936: 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' <<< 172629 1726889015.31946: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889015.31954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889015.31993: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b587410> <<< 172629 1726889015.32011: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889015.32069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889015.32126: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889015.32140: 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 0x7f518b5e0200> <<< 172629 1726889015.32179: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889015.32199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889015.32210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889015.32243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889015.32327: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b5e2960> <<< 172629 1726889015.32406: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b5e0320> <<< 172629 1726889015.32437: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b5ad1f0> <<< 172629 1726889015.32472: 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 0x7f518af25340> <<< 172629 1726889015.32495: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b586240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b533cb0> <<< 172629 1726889015.32606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889015.32633: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f518af255b0> <<< 172629 1726889015.32808: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_80mn3jco/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 172629 1726889015.32928: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.32964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889015.32970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889015.33015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889015.33111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889015.33137: 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 0x7f518af7b0b0> import '_typing' # <<< 172629 1726889015.33319: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518af5dfa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518af5d100> <<< 172629 1726889015.33324: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.33349: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889015.33373: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.33378: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.33410: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726889015.33432: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.34840: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.35934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726889015.35942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518af78f80> <<< 172629 1726889015.36003: 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' <<< 172629 1726889015.36018: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726889015.36043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726889015.36072: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f518afa6a20> <<< 172629 1726889015.36129: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518afa67b0> <<< 172629 1726889015.36159: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518afa60c0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889015.36211: 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 0x7f518afa6510> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518af7bd40> <<< 172629 1726889015.36245: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726889015.36284: 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 0x7f518afa77a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889015.36303: 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 0x7f518afa7920> <<< 172629 1726889015.36313: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889015.36356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889015.36376: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889015.36422: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518afa7e00> <<< 172629 1726889015.36522: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889015.36530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889015.36607: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae11b50> # 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 0x7f518ae13770> <<< 172629 1726889015.36642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae13fb0> <<< 172629 1726889015.36662: 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' <<< 172629 1726889015.36684: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae18f80> <<< 172629 1726889015.36705: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889015.36731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889015.36746: 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' <<< 172629 1726889015.36800: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae1bc80> <<< 172629 1726889015.36844: 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 0x7f518b6d2f90> <<< 172629 1726889015.36891: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae19f70> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889015.36929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889015.36947: 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' <<< 172629 1726889015.36961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889015.36983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889015.37013: 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' <<< 172629 1726889015.37016: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae1fb00> <<< 172629 1726889015.37038: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889015.37112: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae1e5d0> <<< 172629 1726889015.37115: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae1e330> <<< 172629 1726889015.37140: 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' <<< 172629 1726889015.37210: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae1e8a0> <<< 172629 1726889015.37236: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae1a480> <<< 172629 1726889015.37282: 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 0x7f518ae63d70> <<< 172629 1726889015.37297: 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 0x7f518ae63fb0> <<< 172629 1726889015.37324: 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 <<< 172629 1726889015.37365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889015.37389: 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' <<< 172629 1726889015.37431: 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 0x7f518ae659d0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae65790> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889015.37533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889015.37577: 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 0x7f518ae67f50> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae660c0> <<< 172629 1726889015.37617: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889015.37647: 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 <<< 172629 1726889015.37680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726889015.37737: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae6b680> <<< 172629 1726889015.37847: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae67ec0> <<< 172629 1726889015.37926: 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 0x7f518ae6c110> <<< 172629 1726889015.37975: 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 0x7f518ae6c830> <<< 172629 1726889015.37987: 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 0x7f518ae6c770> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae640b0> <<< 172629 1726889015.38025: 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' <<< 172629 1726889015.38034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889015.38084: 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' <<< 172629 1726889015.38125: 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 0x7f518aef80e0> <<< 172629 1726889015.38265: 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 0x7f518aef9400> <<< 172629 1726889015.38320: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae6e870> # 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 0x7f518ae6fc20> <<< 172629 1726889015.38354: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae6e480> # zipimport: zlib available <<< 172629 1726889015.38375: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726889015.38447: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.38561: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726889015.38581: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.38618: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889015.38621: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.38727: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.38858: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.39368: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.39902: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726889015.39909: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726889015.39918: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 172629 1726889015.39940: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889015.39954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889015.40001: 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 0x7f518aefd3a0> <<< 172629 1726889015.40082: 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' <<< 172629 1726889015.40107: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518aefe210> <<< 172629 1726889015.40112: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518aef9520> <<< 172629 1726889015.40163: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889015.40169: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.40198: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.40213: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726889015.40227: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.40369: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.40530: 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' <<< 172629 1726889015.40538: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518aefe270> <<< 172629 1726889015.40548: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.40997: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.41462: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.41536: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.41604: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889015.41656: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.41673: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.41724: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726889015.41750: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.41886: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889015.41935: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889015.41965: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889015.41999: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.42200: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.42450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889015.42541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726889015.42577: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518aeff3e0> # zipimport: zlib available <<< 172629 1726889015.42654: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.42737: 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' # <<< 172629 1726889015.42796: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889015.42845: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889015.42867: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.42895: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.42949: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.43005: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.43067: 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 <<< 172629 1726889015.43091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889015.43173: 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 0x7f518ad09df0> <<< 172629 1726889015.43247: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ad07140> <<< 172629 1726889015.43251: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726889015.43329: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.43337: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.43412: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889015.43453: 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' <<< 172629 1726889015.43470: 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 <<< 172629 1726889015.43502: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889015.43517: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889015.43598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889015.43605: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889015.43661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889015.43667: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518affa6c0> <<< 172629 1726889015.43710: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518afde390> <<< 172629 1726889015.43784: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ad09dc0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518aeff020> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726889015.43793: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.43833: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.43869: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889015.43983: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 172629 1726889015.43995: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 172629 1726889015.44015: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.44069: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.44199: 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' <<< 172629 1726889015.44225: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ad07050> <<< 172629 1726889015.44286: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.44741: stdout chunk (state=3): >>> {"changed": true, "stdout": "/dev/sda", "stderr": "", "rc": 0, "cmd": ["realpath", "/dev/sda"], "start": "2024-09-20 23:23:35.443129", "end": "2024-09-20 23:23:35.446236", "delta": "0:00:00.003107", "msg": "", "invocation": {"module_args": {"_raw_params": "realpath /dev/sda", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726889015.44782: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889015.45206: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889015.45216: 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 <<< 172629 1726889015.45220: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin <<< 172629 1726889015.45248: 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 <<< 172629 1726889015.45335: stdout chunk (state=3): >>># cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 172629 1726889015.45384: stdout chunk (state=3): >>># cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess <<< 172629 1726889015.45392: stdout chunk (state=3): >>># cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # 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 <<< 172629 1726889015.45403: stdout chunk (state=3): >>># cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726889015.45698: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726889015.45740: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 172629 1726889015.45787: stdout chunk (state=3): >>># 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 <<< 172629 1726889015.45869: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal <<< 172629 1726889015.45917: stdout chunk (state=3): >>># destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726889015.45924: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime <<< 172629 1726889015.45948: stdout chunk (state=3): >>># destroy selinux <<< 172629 1726889015.45956: stdout chunk (state=3): >>># destroy shutil <<< 172629 1726889015.45959: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889015.45998: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726889015.46006: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 172629 1726889015.46043: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726889015.46079: 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 <<< 172629 1726889015.46122: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 172629 1726889015.46166: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io <<< 172629 1726889015.46172: stdout chunk (state=3): >>># destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp <<< 172629 1726889015.46201: stdout chunk (state=3): >>># 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 <<< 172629 1726889015.46312: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726889015.46318: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726889015.46326: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889015.46357: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 172629 1726889015.46364: stdout chunk (state=3): >>># destroy tokenize <<< 172629 1726889015.46390: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726889015.46424: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 172629 1726889015.46441: 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 <<< 172629 1726889015.46457: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726889015.46464: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889015.46559: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 172629 1726889015.46567: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 172629 1726889015.46576: stdout chunk (state=3): >>># destroy time <<< 172629 1726889015.46604: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726889015.46618: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726889015.46634: stdout chunk (state=3): >>># destroy _operator # destroy _string<<< 172629 1726889015.46672: stdout chunk (state=3): >>> # destroy re <<< 172629 1726889015.46674: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix <<< 172629 1726889015.46676: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726889015.47016: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889015.47049: stderr chunk (state=3): >>><<< 172629 1726889015.47052: stdout chunk (state=3): >>><<< 172629 1726889015.47130: _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 0x7f518b8e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b8b7b30> # /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 0x7f518b8eaa50> 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 0x7f518b699130> # /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 0x7f518b69a120> 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 0x7f518b6d7f50> # /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 0x7f518b6ec0e0> # /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 0x7f518b70f980> # /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 0x7f518b70ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b6efc20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b6ed340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b6d5100> # /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 0x7f518b7338f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b732510> # /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 0x7f518b6ee210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b730d40> # /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 0x7f518b760950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b6d4380> # /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 0x7f518b760e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b760cb0> # 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 0x7f518b7610a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b6d2ea0> # /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 0x7f518b761760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b761460> 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 0x7f518b762660> 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 0x7f518b77c860> 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 0x7f518b77dfa0> # /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 0x7f518b77ee40> # 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 0x7f518b77f4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b77e390> # /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 0x7f518b77ff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b77f650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b762690> # /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 0x7f518b507da0> # /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 0x7f518b530800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b530560> # 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 0x7f518b530830> # /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 0x7f518b531160> # 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 0x7f518b531a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b530a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b505f40> # /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 0x7f518b532e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b530fb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b762d80> # /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 0x7f518b55f0b0> # /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 0x7f518b587410> # /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 0x7f518b5e0200> # /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 0x7f518b5e2960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b5e0320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b5ad1f0> # /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 0x7f518af25340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b586240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518b533cb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f518af255b0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_80mn3jco/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518af7b0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518af5dfa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518af5d100> # 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 0x7f518af78f80> # /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 0x7f518afa6a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518afa67b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518afa60c0> # /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 0x7f518afa6510> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518af7bd40> 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 0x7f518afa77a0> # 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 0x7f518afa7920> # /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 0x7f518afa7e00> 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 0x7f518ae11b50> # 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 0x7f518ae13770> # /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 0x7f518ae13fb0> # /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 0x7f518ae18f80> # /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 0x7f518ae1bc80> # 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 0x7f518b6d2f90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae19f70> # /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 0x7f518ae1fb00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae1e5d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae1e330> # /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 0x7f518ae1e8a0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae1a480> # 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 0x7f518ae63d70> # /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 0x7f518ae63fb0> # /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 0x7f518ae659d0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae65790> # /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 0x7f518ae67f50> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae660c0> # /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 0x7f518ae6b680> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae67ec0> # 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 0x7f518ae6c110> # 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 0x7f518ae6c830> # 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 0x7f518ae6c770> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae640b0> # /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 0x7f518aef80e0> # 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 0x7f518aef9400> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae6e870> # 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 0x7f518ae6fc20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ae6e480> # 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 0x7f518aefd3a0> # /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 0x7f518aefe210> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518aef9520> 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 0x7f518aefe270> # 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 0x7f518aeff3e0> # 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 0x7f518ad09df0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ad07140> 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 0x7f518affa6c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518afde390> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ad09dc0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518aeff020> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f518ad07050> # zipimport: zlib available {"changed": true, "stdout": "/dev/sda", "stderr": "", "rc": 0, "cmd": ["realpath", "/dev/sda"], "start": "2024-09-20 23:23:35.443129", "end": "2024-09-20 23:23:35.446236", "delta": "0:00:00.003107", "msg": "", "invocation": {"module_args": {"_raw_params": "realpath /dev/sda", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726889015.48396: done with _execute_module (ansible.legacy.command, {'_raw_params': 'realpath /dev/sda', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726889015.1670568-176854-26643274493031/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889015.48402: _low_level_execute_command(): starting 172629 1726889015.48407: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889015.1670568-176854-26643274493031/ > /dev/null 2>&1 && sleep 0' 172629 1726889015.48411: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889015.48414: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889015.48416: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889015.48418: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889015.48422: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889015.48424: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889015.48428: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889015.48430: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726889015.48435: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726889015.48441: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889015.48444: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889015.48446: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889015.48448: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889015.48483: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889015.50306: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889015.50378: stderr chunk (state=3): >>><<< 172629 1726889015.50412: stdout chunk (state=3): >>><<< 172629 1726889015.50436: _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 172629 1726889015.50650: handler run complete 172629 1726889015.50658: Evaluated conditional (False): False 172629 1726889015.50661: attempt loop complete, returning result 172629 1726889015.50663: _execute() done 172629 1726889015.50665: dumping result to json 172629 1726889015.50669: done dumping result, returning 172629 1726889015.50671: done running TaskExecutor() for managed_node1/TASK: Get path of test volume device [0affc8a3-6f6f-d0a8-add8-0000000026c1] 172629 1726889015.50673: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026c1 172629 1726889015.50768: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026c1 172629 1726889015.50774: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003107", "end": "2024-09-20 23:23:35.446236", "rc": 0, "start": "2024-09-20 23:23:35.443129" } STDOUT: /dev/sda 172629 1726889015.50873: no more pending results, returning what we have 172629 1726889015.50877: results queue empty 172629 1726889015.50879: checking for any_errors_fatal 172629 1726889015.50890: done checking for any_errors_fatal 172629 1726889015.50891: checking for max_fail_percentage 172629 1726889015.50894: done checking for max_fail_percentage 172629 1726889015.50894: checking to see if all hosts have failed and the running result is not ok 172629 1726889015.50895: done checking to see if all hosts have failed 172629 1726889015.50896: getting the remaining hosts for this loop 172629 1726889015.50900: done getting the remaining hosts for this loop 172629 1726889015.50903: getting the next task for host managed_node1 172629 1726889015.50912: done getting next task for host managed_node1 172629 1726889015.50915: ^ task is: TASK: Gather swap info 172629 1726889015.50921: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889015.50928: getting variables 172629 1726889015.50932: in VariableManager get_vars() 172629 1726889015.50989: Calling all_inventory to load vars for managed_node1 172629 1726889015.50993: Calling groups_inventory to load vars for managed_node1 172629 1726889015.50997: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889015.51014: Calling all_plugins_play to load vars for managed_node1 172629 1726889015.51020: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889015.51025: Calling groups_plugins_play to load vars for managed_node1 172629 1726889015.51793: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889015.52421: done with get_vars() 172629 1726889015.52440: done getting variables 172629 1726889015.52510: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Gather swap info] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Friday 20 September 2024 23:23:35 -0400 (0:00:00.445) 0:01:55.805 ****** 172629 1726889015.52547: entering _queue_task() for managed_node1/command 172629 1726889015.53293: worker is 1 (out of 1 available) 172629 1726889015.53305: exiting _queue_task() for managed_node1/command 172629 1726889015.53320: done queuing things up, now waiting for results queue to drain 172629 1726889015.53322: waiting for pending results... 172629 1726889015.53774: running TaskExecutor() for managed_node1/TASK: Gather swap info 172629 1726889015.54062: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026c2 172629 1726889015.54192: variable 'ansible_search_path' from source: unknown 172629 1726889015.54246: calling self._execute() 172629 1726889015.54419: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889015.54425: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889015.54447: variable 'omit' from source: magic vars 172629 1726889015.54932: variable 'storage_test_volume' from source: include params 172629 1726889015.54988: Evaluated conditional (storage_test_volume.fs_type == "swap"): True 172629 1726889015.54992: variable 'omit' from source: magic vars 172629 1726889015.55058: variable 'omit' from source: magic vars 172629 1726889015.55114: variable 'omit' from source: magic vars 172629 1726889015.55178: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889015.55261: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889015.55268: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889015.55300: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889015.55326: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889015.55367: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889015.55370: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889015.55376: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889015.55574: Set connection var ansible_timeout to 10 172629 1726889015.55595: Set connection var ansible_shell_type to sh 172629 1726889015.55598: Set connection var ansible_pipelining to False 172629 1726889015.55602: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889015.55605: Set connection var ansible_shell_executable to /bin/sh 172629 1726889015.55607: Set connection var ansible_connection to ssh 172629 1726889015.55610: variable 'ansible_shell_executable' from source: unknown 172629 1726889015.55612: variable 'ansible_connection' from source: unknown 172629 1726889015.55615: variable 'ansible_module_compression' from source: unknown 172629 1726889015.55618: variable 'ansible_shell_type' from source: unknown 172629 1726889015.55621: variable 'ansible_shell_executable' from source: unknown 172629 1726889015.55626: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889015.55629: variable 'ansible_pipelining' from source: unknown 172629 1726889015.55632: variable 'ansible_timeout' from source: unknown 172629 1726889015.55636: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889015.55865: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889015.55868: variable 'omit' from source: magic vars 172629 1726889015.55871: starting attempt loop 172629 1726889015.55874: running the handler 172629 1726889015.55876: _low_level_execute_command(): starting 172629 1726889015.55890: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889015.56733: 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 <<< 172629 1726889015.56846: 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 <<< 172629 1726889015.57273: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889015.58606: stdout chunk (state=3): >>>/root <<< 172629 1726889015.58732: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889015.58746: stdout chunk (state=3): >>><<< 172629 1726889015.58763: stderr chunk (state=3): >>><<< 172629 1726889015.58787: _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 172629 1726889015.58806: _low_level_execute_command(): starting 172629 1726889015.58817: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889015.587937-176874-192074587012621 `" && echo ansible-tmp-1726889015.587937-176874-192074587012621="` echo /root/.ansible/tmp/ansible-tmp-1726889015.587937-176874-192074587012621 `" ) && sleep 0' 172629 1726889015.59422: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889015.59469: 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 <<< 172629 1726889015.59550: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889015.59572: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889015.59592: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889015.59671: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889015.61578: stdout chunk (state=3): >>>ansible-tmp-1726889015.587937-176874-192074587012621=/root/.ansible/tmp/ansible-tmp-1726889015.587937-176874-192074587012621 <<< 172629 1726889015.61724: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889015.61753: stdout chunk (state=3): >>><<< 172629 1726889015.61758: stderr chunk (state=3): >>><<< 172629 1726889015.61780: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889015.587937-176874-192074587012621=/root/.ansible/tmp/ansible-tmp-1726889015.587937-176874-192074587012621 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889015.61961: variable 'ansible_module_compression' from source: unknown 172629 1726889015.61965: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726889015.61967: variable 'ansible_facts' from source: unknown 172629 1726889015.62012: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889015.587937-176874-192074587012621/AnsiballZ_command.py 172629 1726889015.62219: Sending initial data 172629 1726889015.62222: Sent initial data (157 bytes) 172629 1726889015.62820: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889015.62866: 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 <<< 172629 1726889015.62888: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726889015.62976: 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 <<< 172629 1726889015.62995: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889015.63009: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889015.63030: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889015.63104: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889015.64653: 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 <<< 172629 1726889015.64724: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889015.64793: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmppa8d8_wp /root/.ansible/tmp/ansible-tmp-1726889015.587937-176874-192074587012621/AnsiballZ_command.py <<< 172629 1726889015.64796: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889015.587937-176874-192074587012621/AnsiballZ_command.py" <<< 172629 1726889015.64836: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmppa8d8_wp" to remote "/root/.ansible/tmp/ansible-tmp-1726889015.587937-176874-192074587012621/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889015.587937-176874-192074587012621/AnsiballZ_command.py" <<< 172629 1726889015.65702: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889015.65705: stdout chunk (state=3): >>><<< 172629 1726889015.65707: stderr chunk (state=3): >>><<< 172629 1726889015.65709: done transferring module to remote 172629 1726889015.65711: _low_level_execute_command(): starting 172629 1726889015.65713: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889015.587937-176874-192074587012621/ /root/.ansible/tmp/ansible-tmp-1726889015.587937-176874-192074587012621/AnsiballZ_command.py && sleep 0' 172629 1726889015.66251: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889015.66270: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889015.66290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889015.66307: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889015.66407: 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' <<< 172629 1726889015.66426: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889015.66440: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889015.66525: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889015.68313: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889015.68323: stdout chunk (state=3): >>><<< 172629 1726889015.68332: stderr chunk (state=3): >>><<< 172629 1726889015.68350: _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 172629 1726889015.68363: _low_level_execute_command(): starting 172629 1726889015.68375: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889015.587937-176874-192074587012621/AnsiballZ_command.py && sleep 0' 172629 1726889015.69010: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889015.69024: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889015.69038: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889015.69056: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889015.69126: 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 <<< 172629 1726889015.69179: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889015.69196: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889015.69223: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889015.69302: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889015.71480: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889015.71505: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889015.71542: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889015.71606: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726889015.71642: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889015.71675: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889015.71703: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726889015.71765: 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' <<< 172629 1726889015.71787: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889015.71800: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889015.71843: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889015.71882: 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 0x7ff7f3fbc4d0> <<< 172629 1726889015.71921: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3f8bb00> # /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 0x7ff7f3fbea50> <<< 172629 1726889015.71939: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889015.71963: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726889015.71979: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889015.72011: stdout chunk (state=3): >>>import '_stat' # <<< 172629 1726889015.72021: stdout chunk (state=3): >>>import 'stat' # <<< 172629 1726889015.72100: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889015.72128: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889015.72147: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889015.72194: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726889015.72238: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726889015.72248: 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 # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726889015.72272: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3fcd130> <<< 172629 1726889015.72334: 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 <<< 172629 1726889015.72350: 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 0x7ff7f3fce120> <<< 172629 1726889015.72394: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889015.72398: 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. <<< 172629 1726889015.72636: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889015.72639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889015.72676: 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' <<< 172629 1726889015.72690: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889015.72730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889015.72740: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889015.72775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889015.72799: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3debf50> <<< 172629 1726889015.72815: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889015.72839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e000e0> <<< 172629 1726889015.72865: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889015.72892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889015.72919: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889015.72985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889015.72997: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889015.73049: 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 0x7ff7f3e23920> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726889015.73067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e23fb0> import '_collections' # <<< 172629 1726889015.73114: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e03bf0> import '_functools' # <<< 172629 1726889015.73146: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e01340> <<< 172629 1726889015.73241: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3de9100> <<< 172629 1726889015.73274: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889015.73301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889015.73311: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889015.73344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889015.73371: 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' <<< 172629 1726889015.73401: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e478c0> <<< 172629 1726889015.73415: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e464e0> <<< 172629 1726889015.73450: 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 0x7ff7f3e021e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e44c20> <<< 172629 1726889015.73508: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726889015.73525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e74920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3de8380> <<< 172629 1726889015.73549: 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' <<< 172629 1726889015.73581: 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 0x7ff7f3e74dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e74c80> <<< 172629 1726889015.73619: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889015.73643: 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 0x7ff7f3e75070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3de6ea0> <<< 172629 1726889015.73668: 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' <<< 172629 1726889015.73681: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889015.73721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889015.73742: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e75730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e75430> import 'importlib.machinery' # <<< 172629 1726889015.73816: 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 0x7ff7f3e76630> import 'importlib.util' # <<< 172629 1726889015.73819: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726889015.73822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889015.73862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889015.73910: 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 0x7ff7f3e94860> import 'errno' # <<< 172629 1726889015.73916: stdout chunk (state=3): >>> <<< 172629 1726889015.73977: 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 0x7ff7f3e95f40> <<< 172629 1726889015.73980: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889015.74002: 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 0x7ff7f3e96de0> <<< 172629 1726889015.74058: 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 0x7ff7f3e97440> <<< 172629 1726889015.74085: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e96330> <<< 172629 1726889015.74097: 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' <<< 172629 1726889015.74134: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889015.74147: 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 0x7ff7f3e97e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e975c0> <<< 172629 1726889015.74182: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e76690> <<< 172629 1726889015.74211: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889015.74237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889015.74269: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889015.74274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889015.74296: 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 0x7ff7f3c13d40> <<< 172629 1726889015.74329: 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' <<< 172629 1726889015.74351: 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 0x7ff7f3c407a0> <<< 172629 1726889015.74390: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3c40500> # 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 0x7ff7f3c407d0> <<< 172629 1726889015.74422: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726889015.74434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726889015.74493: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889015.74619: 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 0x7ff7f3c41100> <<< 172629 1726889015.74734: 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 0x7ff7f3c41af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3c409b0> <<< 172629 1726889015.74763: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3c11ee0> <<< 172629 1726889015.74786: 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' <<< 172629 1726889015.74822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726889015.74848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3c42ed0> <<< 172629 1726889015.74868: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3c41c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e76d80> <<< 172629 1726889015.74899: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889015.74977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889015.74985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889015.75009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889015.75039: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3c6b200> <<< 172629 1726889015.75098: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889015.75120: 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 <<< 172629 1726889015.75144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889015.75185: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3c93590> <<< 172629 1726889015.75209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889015.75249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889015.75311: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889015.75344: 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 0x7ff7f3cec350> <<< 172629 1726889015.75358: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889015.75383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889015.75407: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889015.75449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889015.75533: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3ceeab0> <<< 172629 1726889015.75608: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3cec470> <<< 172629 1726889015.75660: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3cb9370> <<< 172629 1726889015.75687: 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 0x7ff7f3af9400> <<< 172629 1726889015.75708: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3c92390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3c43dd0> <<< 172629 1726889015.75811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889015.75835: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff7f3c92990> <<< 172629 1726889015.75991: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_mq2msmjx/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 172629 1726889015.76145: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.76154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889015.76171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889015.76200: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889015.76288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889015.76312: 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 0x7ff7f3b4f0e0> import '_typing' # <<< 172629 1726889015.76501: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3b31fd0> <<< 172629 1726889015.76544: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3b31160> # zipimport: zlib available import 'ansible' # <<< 172629 1726889015.76548: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.76577: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726889015.76600: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.78016: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.79150: 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 0x7ff7f3b4cfb0> <<< 172629 1726889015.79182: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726889015.79194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889015.79231: 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' <<< 172629 1726889015.79261: 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' <<< 172629 1726889015.79286: 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 0x7ff7f3b76bd0> <<< 172629 1726889015.79302: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3b76960> <<< 172629 1726889015.79358: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3b76270> <<< 172629 1726889015.79361: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889015.79412: 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 0x7ff7f3b767b0> <<< 172629 1726889015.79418: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3b4fd70> import 'atexit' # <<< 172629 1726889015.79458: 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 0x7ff7f3b778c0> <<< 172629 1726889015.79494: 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 0x7ff7f3b77b00> <<< 172629 1726889015.79497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889015.79552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889015.79558: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889015.79601: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3b77f80> <<< 172629 1726889015.79604: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889015.79625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889015.79645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889015.79692: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3515d60> <<< 172629 1726889015.79729: 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 0x7ff7f3517980> <<< 172629 1726889015.79732: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889015.79760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889015.79789: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f351c350> <<< 172629 1726889015.79810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889015.79833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889015.79847: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f351d490> <<< 172629 1726889015.79870: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889015.79918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889015.79943: 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' <<< 172629 1726889015.79980: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f351ff80> <<< 172629 1726889015.80028: 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 0x7ff7f35202c0> <<< 172629 1726889015.80043: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f351e240> <<< 172629 1726889015.80063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889015.80087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889015.80109: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 172629 1726889015.80124: 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 <<< 172629 1726889015.80165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889015.80190: 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 0x7ff7f3523f20> <<< 172629 1726889015.80206: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889015.80276: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f35229f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3522750> <<< 172629 1726889015.80303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726889015.80306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726889015.80376: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3522cc0> <<< 172629 1726889015.80401: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f351e750> <<< 172629 1726889015.80431: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889015.80477: 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 0x7ff7f3567fe0> # /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 0x7ff7f3568350> <<< 172629 1726889015.80516: 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 <<< 172629 1726889015.80520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889015.80523: 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' <<< 172629 1726889015.80572: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889015.80581: 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 0x7ff7f3569dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3569b80> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889015.80695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889015.80752: 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 0x7ff7f356c320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f356a480> <<< 172629 1726889015.80804: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889015.80807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889015.80836: 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' # <<< 172629 1726889015.80892: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f356fb00> <<< 172629 1726889015.81009: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f356c4d0> <<< 172629 1726889015.81079: 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 0x7ff7f35705f0> <<< 172629 1726889015.81108: 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 0x7ff7f3570cb0> <<< 172629 1726889015.81244: 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 0x7ff7f3570da0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3568530> # /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' <<< 172629 1726889015.81278: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff7f35fc3b0> <<< 172629 1726889015.81413: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889015.81431: 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 0x7ff7f35fd460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3572b40> <<< 172629 1726889015.81489: 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 0x7ff7f3573ef0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3572780> # zipimport: zlib available <<< 172629 1726889015.81510: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726889015.81523: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.81599: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.81780: 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' # <<< 172629 1726889015.81794: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.81896: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.82047: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.82504: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.83045: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726889015.83054: 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' # <<< 172629 1726889015.83091: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889015.83104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889015.83157: 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 0x7ff7f34015e0> <<< 172629 1726889015.83243: 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' <<< 172629 1726889015.83251: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3402360> <<< 172629 1726889015.83316: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f35fd700> <<< 172629 1726889015.83325: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 172629 1726889015.83341: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726889015.83358: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.83485: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.83634: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726889015.83650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 172629 1726889015.83657: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3402450> <<< 172629 1726889015.83660: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.84131: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.84562: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.84627: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.84743: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726889015.84823: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726889015.84861: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.84984: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889015.84988: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726889015.85038: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.85067: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889015.85081: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.85295: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.85660: 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' # <<< 172629 1726889015.85663: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f34035f0> <<< 172629 1726889015.85674: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.85741: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.85866: 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' # <<< 172629 1726889015.85872: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.85883: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.85925: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889015.85957: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.86079: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889015.86083: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.86350: 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' # 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 0x7ff7f340e270> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3409820> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726889015.86400: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.86880: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # 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 0x7ff7f3bcaab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3bae780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f340e330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3402f30> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726889015.86908: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.86933: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889015.86998: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889015.87005: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.87018: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 172629 1726889015.87033: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.87204: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.87369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3bad910> <<< 172629 1726889015.87382: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889015.87791: stdout chunk (state=3): >>> {"changed": true, "stdout": "Filename\t\t\t\tType\t\tSize\t\tUsed\t\tPriority\n/dev/sda partition\t10485756\t0\t\t-2", "stderr": "", "rc": 0, "cmd": ["cat", "/proc/swaps"], "start": "2024-09-20 23:23:35.873675", "end": "2024-09-20 23:23:35.876757", "delta": "0:00:00.003082", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /proc/swaps", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726889015.87824: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889015.88303: 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 <<< 172629 1726889015.88334: stdout chunk (state=3): >>># cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings <<< 172629 1726889015.88349: stdout chunk (state=3): >>># cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random <<< 172629 1726889015.88406: 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 <<< 172629 1726889015.88504: 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.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726889015.88704: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889015.88732: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726889015.88775: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 <<< 172629 1726889015.88778: stdout chunk (state=3): >>># destroy lzma # destroy zipfile._path <<< 172629 1726889015.88871: stdout chunk (state=3): >>># 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 <<< 172629 1726889015.89058: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726889015.89065: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno <<< 172629 1726889015.89068: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726889015.89071: stdout chunk (state=3): >>># destroy selinux <<< 172629 1726889015.89073: stdout chunk (state=3): >>># destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889015.89089: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 172629 1726889015.89281: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # 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 <<< 172629 1726889015.89305: 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 <<< 172629 1726889015.89388: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889015.89405: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889015.89442: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889015.89470: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726889015.89492: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726889015.89512: 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 <<< 172629 1726889015.89576: stdout chunk (state=3): >>># 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 <<< 172629 1726889015.90261: 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 <<< 172629 1726889015.90264: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889015.90266: stderr chunk (state=3): >>>Shared connection to 10.31.15.52 closed. <<< 172629 1726889015.90268: stderr chunk (state=3): >>><<< 172629 1726889015.90270: stdout chunk (state=3): >>><<< 172629 1726889015.90284: _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 0x7ff7f3fbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3f8bb00> # /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 0x7ff7f3fbea50> 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 0x7ff7f3fcd130> # /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 0x7ff7f3fce120> 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 0x7ff7f3debf50> # /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 0x7ff7f3e000e0> # /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 0x7ff7f3e23920> # /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 0x7ff7f3e23fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e03bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e01340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3de9100> # /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 0x7ff7f3e478c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e464e0> # /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 0x7ff7f3e021e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e44c20> # /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 0x7ff7f3e74920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3de8380> # /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 0x7ff7f3e74dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e74c80> # 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 0x7ff7f3e75070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3de6ea0> # /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 0x7ff7f3e75730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e75430> 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 0x7ff7f3e76630> 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 0x7ff7f3e94860> 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 0x7ff7f3e95f40> # /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 0x7ff7f3e96de0> # 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 0x7ff7f3e97440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e96330> # /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 0x7ff7f3e97e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e975c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e76690> # /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 0x7ff7f3c13d40> # /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 0x7ff7f3c407a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3c40500> # 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 0x7ff7f3c407d0> # /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 0x7ff7f3c41100> # 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 0x7ff7f3c41af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3c409b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3c11ee0> # /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 0x7ff7f3c42ed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3c41c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3e76d80> # /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 0x7ff7f3c6b200> # /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 0x7ff7f3c93590> # /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 0x7ff7f3cec350> # /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 0x7ff7f3ceeab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3cec470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3cb9370> # /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 0x7ff7f3af9400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3c92390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3c43dd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff7f3c92990> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_mq2msmjx/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3b4f0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3b31fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3b31160> # 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 0x7ff7f3b4cfb0> # /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 0x7ff7f3b76bd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3b76960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3b76270> # /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 0x7ff7f3b767b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3b4fd70> 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 0x7ff7f3b778c0> # 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 0x7ff7f3b77b00> # /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 0x7ff7f3b77f80> 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 0x7ff7f3515d60> # 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 0x7ff7f3517980> # /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 0x7ff7f351c350> # /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 0x7ff7f351d490> # /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 0x7ff7f351ff80> # 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 0x7ff7f35202c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f351e240> # /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 0x7ff7f3523f20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f35229f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3522750> # /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 0x7ff7f3522cc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f351e750> # 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 0x7ff7f3567fe0> # /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 0x7ff7f3568350> # /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 0x7ff7f3569dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3569b80> # /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 0x7ff7f356c320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f356a480> # /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 0x7ff7f356fb00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f356c4d0> # 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 0x7ff7f35705f0> # 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 0x7ff7f3570cb0> # 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 0x7ff7f3570da0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3568530> # /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 0x7ff7f35fc3b0> # 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 0x7ff7f35fd460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3572b40> # 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 0x7ff7f3573ef0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3572780> # 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 0x7ff7f34015e0> # /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 0x7ff7f3402360> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f35fd700> 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 0x7ff7f3402450> # 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 0x7ff7f34035f0> # 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 0x7ff7f340e270> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3409820> 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 0x7ff7f3bcaab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3bae780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f340e330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3402f30> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7f3bad910> # zipimport: zlib available {"changed": true, "stdout": "Filename\t\t\t\tType\t\tSize\t\tUsed\t\tPriority\n/dev/sda partition\t10485756\t0\t\t-2", "stderr": "", "rc": 0, "cmd": ["cat", "/proc/swaps"], "start": "2024-09-20 23:23:35.873675", "end": "2024-09-20 23:23:35.876757", "delta": "0:00:00.003082", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /proc/swaps", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726889015.91844: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /proc/swaps', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726889015.587937-176874-192074587012621/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889015.91847: _low_level_execute_command(): starting 172629 1726889015.91849: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889015.587937-176874-192074587012621/ > /dev/null 2>&1 && sleep 0' 172629 1726889015.91906: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889015.91944: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889015.91972: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889015.91991: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889015.92009: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889015.92073: 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 <<< 172629 1726889015.92115: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889015.92137: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889015.92171: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889015.92235: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889015.94360: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889015.94364: stdout chunk (state=3): >>><<< 172629 1726889015.94367: stderr chunk (state=3): >>><<< 172629 1726889015.94369: _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 172629 1726889015.94372: handler run complete 172629 1726889015.94374: Evaluated conditional (False): False 172629 1726889015.94376: attempt loop complete, returning result 172629 1726889015.94378: _execute() done 172629 1726889015.94381: dumping result to json 172629 1726889015.94383: done dumping result, returning 172629 1726889015.94385: done running TaskExecutor() for managed_node1/TASK: Gather swap info [0affc8a3-6f6f-d0a8-add8-0000000026c2] 172629 1726889015.94387: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026c2 ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003082", "end": "2024-09-20 23:23:35.876757", "rc": 0, "start": "2024-09-20 23:23:35.873675" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 172629 1726889015.94549: no more pending results, returning what we have 172629 1726889015.94573: results queue empty 172629 1726889015.94575: checking for any_errors_fatal 172629 1726889015.94588: done checking for any_errors_fatal 172629 1726889015.94590: checking for max_fail_percentage 172629 1726889015.94591: done checking for max_fail_percentage 172629 1726889015.94593: checking to see if all hosts have failed and the running result is not ok 172629 1726889015.94593: done checking to see if all hosts have failed 172629 1726889015.94594: getting the remaining hosts for this loop 172629 1726889015.94596: done getting the remaining hosts for this loop 172629 1726889015.94599: getting the next task for host managed_node1 172629 1726889015.94609: done getting next task for host managed_node1 172629 1726889015.94612: ^ task is: TASK: Verify swap status 172629 1726889015.94617: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889015.94622: getting variables 172629 1726889015.94623: in VariableManager get_vars() 172629 1726889015.94873: Calling all_inventory to load vars for managed_node1 172629 1726889015.94877: Calling groups_inventory to load vars for managed_node1 172629 1726889015.94880: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889015.94892: Calling all_plugins_play to load vars for managed_node1 172629 1726889015.94896: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889015.94899: Calling groups_plugins_play to load vars for managed_node1 172629 1726889015.95568: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026c2 172629 1726889015.95571: WORKER PROCESS EXITING 172629 1726889015.95601: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889015.96204: done with get_vars() 172629 1726889015.96219: done getting variables 172629 1726889015.96275: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify swap status] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Friday 20 September 2024 23:23:35 -0400 (0:00:00.437) 0:01:56.243 ****** 172629 1726889015.96338: entering _queue_task() for managed_node1/assert 172629 1726889015.96833: worker is 1 (out of 1 available) 172629 1726889015.96846: exiting _queue_task() for managed_node1/assert 172629 1726889015.96965: done queuing things up, now waiting for results queue to drain 172629 1726889015.96967: waiting for pending results... 172629 1726889015.97373: running TaskExecutor() for managed_node1/TASK: Verify swap status 172629 1726889015.97793: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026c3 172629 1726889015.97959: variable 'ansible_search_path' from source: unknown 172629 1726889015.98006: calling self._execute() 172629 1726889015.98206: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889015.98219: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889015.98233: variable 'omit' from source: magic vars 172629 1726889015.98864: variable 'storage_test_volume' from source: include params 172629 1726889015.98906: Evaluated conditional (storage_test_volume.fs_type == "swap"): True 172629 1726889015.98916: variable 'omit' from source: magic vars 172629 1726889015.98984: variable 'omit' from source: magic vars 172629 1726889015.99020: variable 'omit' from source: magic vars 172629 1726889015.99068: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889015.99113: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889015.99261: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889015.99264: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889015.99267: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889015.99269: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889015.99271: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889015.99273: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889015.99327: Set connection var ansible_timeout to 10 172629 1726889015.99339: Set connection var ansible_shell_type to sh 172629 1726889015.99351: Set connection var ansible_pipelining to False 172629 1726889015.99365: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889015.99374: Set connection var ansible_shell_executable to /bin/sh 172629 1726889015.99380: Set connection var ansible_connection to ssh 172629 1726889015.99409: variable 'ansible_shell_executable' from source: unknown 172629 1726889015.99416: variable 'ansible_connection' from source: unknown 172629 1726889015.99423: variable 'ansible_module_compression' from source: unknown 172629 1726889015.99429: variable 'ansible_shell_type' from source: unknown 172629 1726889015.99435: variable 'ansible_shell_executable' from source: unknown 172629 1726889015.99442: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889015.99449: variable 'ansible_pipelining' from source: unknown 172629 1726889015.99460: variable 'ansible_timeout' from source: unknown 172629 1726889015.99468: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889015.99619: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889015.99635: variable 'omit' from source: magic vars 172629 1726889015.99644: starting attempt loop 172629 1726889015.99715: running the handler 172629 1726889015.99905: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889016.02406: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889016.02497: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889016.02563: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889016.02637: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889016.02717: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889016.02873: 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) 172629 1726889016.02948: 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) 172629 1726889016.03017: 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) 172629 1726889016.03092: 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) 172629 1726889016.03142: 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) 172629 1726889016.03165: 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) 172629 1726889016.03221: 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) 172629 1726889016.03287: 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) 172629 1726889016.03421: 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) 172629 1726889016.03478: 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) 172629 1726889016.03564: 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) 172629 1726889016.03648: 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) 172629 1726889016.03768: 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) 172629 1726889016.03958: 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) 172629 1726889016.04147: 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) 172629 1726889016.04606: variable 'storage_test_swaps' from source: set_fact 172629 1726889016.04624: variable 'storage_test_sys_node' from source: set_fact 172629 1726889016.04645: variable 'storage_test_swap_expected_matches' from source: set_fact 172629 1726889016.04817: Evaluated conditional (storage_test_swaps.stdout | regex_findall('^' + storage_test_sys_node.stdout + ' ', multiline=True) | list | length | int == storage_test_swap_expected_matches | int): True 172629 1726889016.04854: handler run complete 172629 1726889016.04917: attempt loop complete, returning result 172629 1726889016.04937: _execute() done 172629 1726889016.05028: dumping result to json 172629 1726889016.05032: done dumping result, returning 172629 1726889016.05034: done running TaskExecutor() for managed_node1/TASK: Verify swap status [0affc8a3-6f6f-d0a8-add8-0000000026c3] 172629 1726889016.05037: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026c3 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889016.05268: no more pending results, returning what we have 172629 1726889016.05271: results queue empty 172629 1726889016.05272: checking for any_errors_fatal 172629 1726889016.05281: done checking for any_errors_fatal 172629 1726889016.05282: checking for max_fail_percentage 172629 1726889016.05284: done checking for max_fail_percentage 172629 1726889016.05285: checking to see if all hosts have failed and the running result is not ok 172629 1726889016.05286: done checking to see if all hosts have failed 172629 1726889016.05287: getting the remaining hosts for this loop 172629 1726889016.05293: done getting the remaining hosts for this loop 172629 1726889016.05296: getting the next task for host managed_node1 172629 1726889016.05304: done getting next task for host managed_node1 172629 1726889016.05307: ^ task is: TASK: Unset facts 172629 1726889016.05311: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889016.05319: getting variables 172629 1726889016.05321: in VariableManager get_vars() 172629 1726889016.05373: Calling all_inventory to load vars for managed_node1 172629 1726889016.05376: Calling groups_inventory to load vars for managed_node1 172629 1726889016.05379: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889016.05396: Calling all_plugins_play to load vars for managed_node1 172629 1726889016.05401: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889016.05404: Calling groups_plugins_play to load vars for managed_node1 172629 1726889016.06225: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026c3 172629 1726889016.06229: WORKER PROCESS EXITING 172629 1726889016.06797: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889016.07425: done with get_vars() 172629 1726889016.07441: done getting variables 172629 1726889016.07500: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Unset facts] ************************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Friday 20 September 2024 23:23:36 -0400 (0:00:00.111) 0:01:56.355 ****** 172629 1726889016.07533: entering _queue_task() for managed_node1/set_fact 172629 1726889016.07823: worker is 1 (out of 1 available) 172629 1726889016.07835: exiting _queue_task() for managed_node1/set_fact 172629 1726889016.07847: done queuing things up, now waiting for results queue to drain 172629 1726889016.07848: waiting for pending results... 172629 1726889016.08173: running TaskExecutor() for managed_node1/TASK: Unset facts 172629 1726889016.08304: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026c4 172629 1726889016.08326: variable 'ansible_search_path' from source: unknown 172629 1726889016.08369: calling self._execute() 172629 1726889016.08495: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.08512: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.08527: variable 'omit' from source: magic vars 172629 1726889016.08649: variable 'omit' from source: magic vars 172629 1726889016.08728: variable 'omit' from source: magic vars 172629 1726889016.08772: variable 'omit' from source: magic vars 172629 1726889016.08818: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889016.08872: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889016.08897: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889016.08921: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889016.08945: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889016.08987: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889016.09048: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.09051: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.09230: Set connection var ansible_timeout to 10 172629 1726889016.09258: Set connection var ansible_shell_type to sh 172629 1726889016.09294: Set connection var ansible_pipelining to False 172629 1726889016.09373: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889016.09459: Set connection var ansible_shell_executable to /bin/sh 172629 1726889016.09463: Set connection var ansible_connection to ssh 172629 1726889016.09525: variable 'ansible_shell_executable' from source: unknown 172629 1726889016.09587: variable 'ansible_connection' from source: unknown 172629 1726889016.09591: variable 'ansible_module_compression' from source: unknown 172629 1726889016.09735: variable 'ansible_shell_type' from source: unknown 172629 1726889016.09739: variable 'ansible_shell_executable' from source: unknown 172629 1726889016.09742: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.09744: variable 'ansible_pipelining' from source: unknown 172629 1726889016.09747: variable 'ansible_timeout' from source: unknown 172629 1726889016.09749: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.10293: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889016.10297: variable 'omit' from source: magic vars 172629 1726889016.10300: starting attempt loop 172629 1726889016.10302: running the handler 172629 1726889016.10305: handler run complete 172629 1726889016.10307: attempt loop complete, returning result 172629 1726889016.10309: _execute() done 172629 1726889016.10311: dumping result to json 172629 1726889016.10313: done dumping result, returning 172629 1726889016.10315: done running TaskExecutor() for managed_node1/TASK: Unset facts [0affc8a3-6f6f-d0a8-add8-0000000026c4] 172629 1726889016.10317: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026c4 ok: [managed_node1] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } 172629 1726889016.10686: no more pending results, returning what we have 172629 1726889016.10690: results queue empty 172629 1726889016.10691: checking for any_errors_fatal 172629 1726889016.10699: done checking for any_errors_fatal 172629 1726889016.10700: checking for max_fail_percentage 172629 1726889016.10702: done checking for max_fail_percentage 172629 1726889016.10703: checking to see if all hosts have failed and the running result is not ok 172629 1726889016.10704: done checking to see if all hosts have failed 172629 1726889016.10705: getting the remaining hosts for this loop 172629 1726889016.10706: done getting the remaining hosts for this loop 172629 1726889016.10710: getting the next task for host managed_node1 172629 1726889016.10731: done getting next task for host managed_node1 172629 1726889016.10734: ^ task is: TASK: Set some variables for fstab checking 172629 1726889016.10740: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889016.10749: getting variables 172629 1726889016.10750: in VariableManager get_vars() 172629 1726889016.10804: Calling all_inventory to load vars for managed_node1 172629 1726889016.10807: Calling groups_inventory to load vars for managed_node1 172629 1726889016.10811: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889016.10831: Calling all_plugins_play to load vars for managed_node1 172629 1726889016.10835: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889016.10839: Calling groups_plugins_play to load vars for managed_node1 172629 1726889016.11673: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026c4 172629 1726889016.11677: WORKER PROCESS EXITING 172629 1726889016.12231: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889016.12895: done with get_vars() 172629 1726889016.12909: done getting variables 172629 1726889016.12965: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Friday 20 September 2024 23:23:36 -0400 (0:00:00.054) 0:01:56.409 ****** 172629 1726889016.12998: entering _queue_task() for managed_node1/set_fact 172629 1726889016.13600: worker is 1 (out of 1 available) 172629 1726889016.13614: exiting _queue_task() for managed_node1/set_fact 172629 1726889016.13772: done queuing things up, now waiting for results queue to drain 172629 1726889016.13774: waiting for pending results... 172629 1726889016.14027: running TaskExecutor() for managed_node1/TASK: Set some variables for fstab checking 172629 1726889016.14203: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026c8 172629 1726889016.14227: variable 'ansible_search_path' from source: unknown 172629 1726889016.14279: calling self._execute() 172629 1726889016.14427: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.14438: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.14453: variable 'omit' from source: magic vars 172629 1726889016.14636: variable 'omit' from source: magic vars 172629 1726889016.14862: variable 'omit' from source: magic vars 172629 1726889016.15431: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889016.19262: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889016.19268: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889016.19285: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889016.19335: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889016.19375: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889016.19460: 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) 172629 1726889016.19508: 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) 172629 1726889016.19559: 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) 172629 1726889016.19838: 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) 172629 1726889016.19844: 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) 172629 1726889016.20094: 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) 172629 1726889016.20098: 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) 172629 1726889016.20228: 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) 172629 1726889016.20463: 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) 172629 1726889016.20500: 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) 172629 1726889016.20659: 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) 172629 1726889016.20690: 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) 172629 1726889016.20865: 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) 172629 1726889016.21109: 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) 172629 1726889016.21113: 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) 172629 1726889016.21441: variable 'storage_test_fstab' from source: set_fact 172629 1726889016.21489: variable 'storage_test_volume' from source: include params 172629 1726889016.21794: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889016.22129: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889016.22174: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889016.22209: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889016.22260: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889016.22410: 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) 172629 1726889016.22461: 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) 172629 1726889016.22640: 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) 172629 1726889016.22644: 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) 172629 1726889016.22986: 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) 172629 1726889016.23026: 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) 172629 1726889016.23079: 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) 172629 1726889016.23128: 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) 172629 1726889016.23176: 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) 172629 1726889016.23408: variable '__mount_point' from source: task vars 172629 1726889016.23487: variable 'storage_test_volume' from source: include params 172629 1726889016.23512: variable 'storage_test_fstab' from source: set_fact 172629 1726889016.23913: variable '_storage_test_volume_present' from source: set_fact 172629 1726889016.24127: variable '__mount_point' from source: task vars 172629 1726889016.24336: variable 'storage_test_volume' from source: include params 172629 1726889016.24361: variable 'storage_test_volume' from source: include params 172629 1726889016.24661: variable '_storage_test_volume_present' from source: set_fact 172629 1726889016.24665: variable '__mount_point' from source: task vars 172629 1726889016.24667: variable 'storage_test_volume' from source: include params 172629 1726889016.25038: variable '__mount_options' from source: task vars 172629 1726889016.25119: variable 'storage_test_volume' from source: include params 172629 1726889016.25148: variable '__mount_point' from source: task vars 172629 1726889016.25226: variable 'storage_test_volume' from source: include params 172629 1726889016.25247: variable 'storage_test_fstab' from source: set_fact 172629 1726889016.25264: variable '__pattern' from source: task vars 172629 1726889016.25359: variable '__mount_point' from source: task vars 172629 1726889016.25434: variable 'storage_test_volume' from source: include params 172629 1726889016.25463: variable '__mount_options' from source: task vars 172629 1726889016.25538: variable 'storage_test_volume' from source: include params 172629 1726889016.25709: variable '_storage_test_volume_present' from source: set_fact 172629 1726889016.25720: variable '__mount_options' from source: task vars 172629 1726889016.25806: variable 'storage_test_volume' from source: include params 172629 1726889016.25840: variable 'omit' from source: magic vars 172629 1726889016.25891: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889016.25925: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889016.25949: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889016.25976: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889016.25990: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889016.26046: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889016.26060: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.26068: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.26224: Set connection var ansible_timeout to 10 172629 1726889016.26236: Set connection var ansible_shell_type to sh 172629 1726889016.26258: Set connection var ansible_pipelining to False 172629 1726889016.26274: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889016.26284: Set connection var ansible_shell_executable to /bin/sh 172629 1726889016.26290: Set connection var ansible_connection to ssh 172629 1726889016.26316: variable 'ansible_shell_executable' from source: unknown 172629 1726889016.26329: variable 'ansible_connection' from source: unknown 172629 1726889016.26346: variable 'ansible_module_compression' from source: unknown 172629 1726889016.26363: variable 'ansible_shell_type' from source: unknown 172629 1726889016.26377: variable 'ansible_shell_executable' from source: unknown 172629 1726889016.26404: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.26413: variable 'ansible_pipelining' from source: unknown 172629 1726889016.26663: variable 'ansible_timeout' from source: unknown 172629 1726889016.26668: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.26687: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889016.26691: variable 'omit' from source: magic vars 172629 1726889016.26693: starting attempt loop 172629 1726889016.26694: running the handler 172629 1726889016.26696: handler run complete 172629 1726889016.26698: attempt loop complete, returning result 172629 1726889016.26699: _execute() done 172629 1726889016.26701: dumping result to json 172629 1726889016.26703: done dumping result, returning 172629 1726889016.26704: done running TaskExecutor() for managed_node1/TASK: Set some variables for fstab checking [0affc8a3-6f6f-d0a8-add8-0000000026c8] 172629 1726889016.26706: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026c8 ok: [managed_node1] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [ "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f " ], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } 172629 1726889016.26899: no more pending results, returning what we have 172629 1726889016.26902: results queue empty 172629 1726889016.26903: checking for any_errors_fatal 172629 1726889016.26912: done checking for any_errors_fatal 172629 1726889016.26913: checking for max_fail_percentage 172629 1726889016.26914: done checking for max_fail_percentage 172629 1726889016.26915: checking to see if all hosts have failed and the running result is not ok 172629 1726889016.26916: done checking to see if all hosts have failed 172629 1726889016.26917: getting the remaining hosts for this loop 172629 1726889016.26918: done getting the remaining hosts for this loop 172629 1726889016.26921: getting the next task for host managed_node1 172629 1726889016.26929: done getting next task for host managed_node1 172629 1726889016.26931: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 172629 1726889016.26936: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889016.26940: getting variables 172629 1726889016.26941: in VariableManager get_vars() 172629 1726889016.26981: Calling all_inventory to load vars for managed_node1 172629 1726889016.26983: Calling groups_inventory to load vars for managed_node1 172629 1726889016.26986: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889016.26998: Calling all_plugins_play to load vars for managed_node1 172629 1726889016.27001: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889016.27005: Calling groups_plugins_play to load vars for managed_node1 172629 1726889016.27524: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026c8 172629 1726889016.27527: WORKER PROCESS EXITING 172629 1726889016.29215: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889016.30230: done with get_vars() 172629 1726889016.30291: done getting variables 172629 1726889016.30352: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Friday 20 September 2024 23:23:36 -0400 (0:00:00.173) 0:01:56.583 ****** 172629 1726889016.30391: entering _queue_task() for managed_node1/assert 172629 1726889016.30757: worker is 1 (out of 1 available) 172629 1726889016.30770: exiting _queue_task() for managed_node1/assert 172629 1726889016.30785: done queuing things up, now waiting for results queue to drain 172629 1726889016.30786: waiting for pending results... 172629 1726889016.31179: running TaskExecutor() for managed_node1/TASK: Verify that the device identifier appears in /etc/fstab 172629 1726889016.31374: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026c9 172629 1726889016.31383: variable 'ansible_search_path' from source: unknown 172629 1726889016.31387: calling self._execute() 172629 1726889016.31432: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.31441: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.31445: variable 'omit' from source: magic vars 172629 1726889016.31987: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889016.34882: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889016.34920: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889016.34980: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889016.35028: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889016.35060: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889016.35225: variable '_storage_test_volume_present' from source: set_fact 172629 1726889016.35229: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889016.35231: variable 'omit' from source: magic vars 172629 1726889016.35307: variable 'omit' from source: magic vars 172629 1726889016.35359: variable 'omit' from source: magic vars 172629 1726889016.35430: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889016.35561: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889016.35564: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889016.35567: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889016.35569: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889016.35571: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889016.35573: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.35575: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.35660: Set connection var ansible_timeout to 10 172629 1726889016.35663: Set connection var ansible_shell_type to sh 172629 1726889016.35688: Set connection var ansible_pipelining to False 172629 1726889016.35692: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889016.35694: Set connection var ansible_shell_executable to /bin/sh 172629 1726889016.35696: Set connection var ansible_connection to ssh 172629 1726889016.35797: variable 'ansible_shell_executable' from source: unknown 172629 1726889016.35800: variable 'ansible_connection' from source: unknown 172629 1726889016.35803: variable 'ansible_module_compression' from source: unknown 172629 1726889016.35805: variable 'ansible_shell_type' from source: unknown 172629 1726889016.35807: variable 'ansible_shell_executable' from source: unknown 172629 1726889016.35809: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.35811: variable 'ansible_pipelining' from source: unknown 172629 1726889016.35813: variable 'ansible_timeout' from source: unknown 172629 1726889016.35815: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.35846: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889016.35859: variable 'omit' from source: magic vars 172629 1726889016.35864: starting attempt loop 172629 1726889016.35867: running the handler 172629 1726889016.36048: 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) 172629 1726889016.36078: 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) 172629 1726889016.36105: 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) 172629 1726889016.36151: 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) 172629 1726889016.36175: 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) 172629 1726889016.36230: 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) 172629 1726889016.36263: 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) 172629 1726889016.36339: 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) 172629 1726889016.36342: 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) 172629 1726889016.36353: 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) 172629 1726889016.36460: variable 'storage_test_fstab_id_matches' from source: set_fact 172629 1726889016.36470: variable 'storage_test_fstab_expected_id_matches' from source: set_fact 172629 1726889016.36495: Evaluated conditional (storage_test_fstab_id_matches | length == storage_test_fstab_expected_id_matches | int): True 172629 1726889016.36504: handler run complete 172629 1726889016.36521: attempt loop complete, returning result 172629 1726889016.36527: _execute() done 172629 1726889016.36534: dumping result to json 172629 1726889016.36561: done dumping result, returning 172629 1726889016.36564: done running TaskExecutor() for managed_node1/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-d0a8-add8-0000000026c9] 172629 1726889016.36566: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026c9 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889016.36710: no more pending results, returning what we have 172629 1726889016.36714: results queue empty 172629 1726889016.36715: checking for any_errors_fatal 172629 1726889016.36728: done checking for any_errors_fatal 172629 1726889016.36729: checking for max_fail_percentage 172629 1726889016.36731: done checking for max_fail_percentage 172629 1726889016.36737: checking to see if all hosts have failed and the running result is not ok 172629 1726889016.36738: done checking to see if all hosts have failed 172629 1726889016.36739: getting the remaining hosts for this loop 172629 1726889016.36740: done getting the remaining hosts for this loop 172629 1726889016.36744: getting the next task for host managed_node1 172629 1726889016.36752: done getting next task for host managed_node1 172629 1726889016.36758: ^ task is: TASK: Verify the fstab mount point 172629 1726889016.36763: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889016.36768: getting variables 172629 1726889016.36769: in VariableManager get_vars() 172629 1726889016.36807: Calling all_inventory to load vars for managed_node1 172629 1726889016.36809: Calling groups_inventory to load vars for managed_node1 172629 1726889016.36812: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889016.36823: Calling all_plugins_play to load vars for managed_node1 172629 1726889016.36826: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889016.36828: Calling groups_plugins_play to load vars for managed_node1 172629 1726889016.37468: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026c9 172629 1726889016.37471: WORKER PROCESS EXITING 172629 1726889016.37584: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889016.38230: done with get_vars() 172629 1726889016.38245: done getting variables 172629 1726889016.38305: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Friday 20 September 2024 23:23:36 -0400 (0:00:00.079) 0:01:56.663 ****** 172629 1726889016.38336: entering _queue_task() for managed_node1/assert 172629 1726889016.38649: worker is 1 (out of 1 available) 172629 1726889016.38764: exiting _queue_task() for managed_node1/assert 172629 1726889016.38776: done queuing things up, now waiting for results queue to drain 172629 1726889016.38778: waiting for pending results... 172629 1726889016.38985: running TaskExecutor() for managed_node1/TASK: Verify the fstab mount point 172629 1726889016.39138: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026ca 172629 1726889016.39160: variable 'ansible_search_path' from source: unknown 172629 1726889016.39196: calling self._execute() 172629 1726889016.39311: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.39321: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.39342: variable 'omit' from source: magic vars 172629 1726889016.39470: variable 'omit' from source: magic vars 172629 1726889016.39535: variable 'omit' from source: magic vars 172629 1726889016.39836: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 172629 1726889016.39850: variable 'storage_test_volume' from source: include params 172629 1726889016.39918: variable 'omit' from source: magic vars 172629 1726889016.39966: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889016.40018: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889016.40046: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889016.40070: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889016.40094: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889016.40135: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889016.40144: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.40153: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.40273: Set connection var ansible_timeout to 10 172629 1726889016.40304: Set connection var ansible_shell_type to sh 172629 1726889016.40307: Set connection var ansible_pipelining to False 172629 1726889016.40309: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889016.40314: Set connection var ansible_shell_executable to /bin/sh 172629 1726889016.40431: Set connection var ansible_connection to ssh 172629 1726889016.40434: variable 'ansible_shell_executable' from source: unknown 172629 1726889016.40437: variable 'ansible_connection' from source: unknown 172629 1726889016.40439: variable 'ansible_module_compression' from source: unknown 172629 1726889016.40441: variable 'ansible_shell_type' from source: unknown 172629 1726889016.40443: variable 'ansible_shell_executable' from source: unknown 172629 1726889016.40445: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.40447: variable 'ansible_pipelining' from source: unknown 172629 1726889016.40449: variable 'ansible_timeout' from source: unknown 172629 1726889016.40451: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.40543: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889016.40568: variable 'omit' from source: magic vars 172629 1726889016.40578: starting attempt loop 172629 1726889016.40586: running the handler 172629 1726889016.40783: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889016.43124: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889016.43210: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889016.43256: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889016.43302: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889016.43363: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889016.43413: 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) 172629 1726889016.43444: 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) 172629 1726889016.43481: 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) 172629 1726889016.43527: 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) 172629 1726889016.43580: 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) 172629 1726889016.43607: 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) 172629 1726889016.43634: 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) 172629 1726889016.43662: 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) 172629 1726889016.43711: 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) 172629 1726889016.43728: 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) 172629 1726889016.43848: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 172629 1726889016.43905: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 172629 1726889016.43908: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 172629 1726889016.43910: handler run complete 172629 1726889016.43912: attempt loop complete, returning result 172629 1726889016.43915: _execute() done 172629 1726889016.43918: dumping result to json 172629 1726889016.43920: done dumping result, returning 172629 1726889016.43931: done running TaskExecutor() for managed_node1/TASK: Verify the fstab mount point [0affc8a3-6f6f-d0a8-add8-0000000026ca] 172629 1726889016.43940: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026ca ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889016.44204: no more pending results, returning what we have 172629 1726889016.44208: results queue empty 172629 1726889016.44209: checking for any_errors_fatal 172629 1726889016.44220: done checking for any_errors_fatal 172629 1726889016.44221: checking for max_fail_percentage 172629 1726889016.44223: done checking for max_fail_percentage 172629 1726889016.44231: checking to see if all hosts have failed and the running result is not ok 172629 1726889016.44232: done checking to see if all hosts have failed 172629 1726889016.44232: getting the remaining hosts for this loop 172629 1726889016.44234: done getting the remaining hosts for this loop 172629 1726889016.44238: getting the next task for host managed_node1 172629 1726889016.44246: done getting next task for host managed_node1 172629 1726889016.44249: ^ task is: TASK: Verify mount_options 172629 1726889016.44254: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889016.44261: getting variables 172629 1726889016.44263: in VariableManager get_vars() 172629 1726889016.44301: Calling all_inventory to load vars for managed_node1 172629 1726889016.44304: Calling groups_inventory to load vars for managed_node1 172629 1726889016.44307: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889016.44318: Calling all_plugins_play to load vars for managed_node1 172629 1726889016.44321: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889016.44324: Calling groups_plugins_play to load vars for managed_node1 172629 1726889016.44871: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026ca 172629 1726889016.44874: WORKER PROCESS EXITING 172629 1726889016.45126: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889016.45777: done with get_vars() 172629 1726889016.45793: done getting variables 172629 1726889016.45850: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount_options] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Friday 20 September 2024 23:23:36 -0400 (0:00:00.075) 0:01:56.738 ****** 172629 1726889016.45893: entering _queue_task() for managed_node1/assert 172629 1726889016.46368: worker is 1 (out of 1 available) 172629 1726889016.46380: exiting _queue_task() for managed_node1/assert 172629 1726889016.46392: done queuing things up, now waiting for results queue to drain 172629 1726889016.46394: waiting for pending results... 172629 1726889016.46562: running TaskExecutor() for managed_node1/TASK: Verify mount_options 172629 1726889016.46709: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026cb 172629 1726889016.46738: variable 'ansible_search_path' from source: unknown 172629 1726889016.46780: calling self._execute() 172629 1726889016.46909: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.46922: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.46936: variable 'omit' from source: magic vars 172629 1726889016.47330: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889016.49628: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889016.49712: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889016.49752: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889016.49802: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889016.49831: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889016.49916: 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) 172629 1726889016.49948: 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) 172629 1726889016.49989: 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) 172629 1726889016.50161: 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) 172629 1726889016.50164: 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) 172629 1726889016.50175: Evaluated conditional (__storage_verify_mount_options | d(false)): False 172629 1726889016.50182: when evaluation is False, skipping this task 172629 1726889016.50189: _execute() done 172629 1726889016.50196: dumping result to json 172629 1726889016.50202: done dumping result, returning 172629 1726889016.50211: done running TaskExecutor() for managed_node1/TASK: Verify mount_options [0affc8a3-6f6f-d0a8-add8-0000000026cb] 172629 1726889016.50219: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026cb skipping: [managed_node1] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 172629 1726889016.50432: no more pending results, returning what we have 172629 1726889016.50436: results queue empty 172629 1726889016.50437: checking for any_errors_fatal 172629 1726889016.50445: done checking for any_errors_fatal 172629 1726889016.50446: checking for max_fail_percentage 172629 1726889016.50448: done checking for max_fail_percentage 172629 1726889016.50449: checking to see if all hosts have failed and the running result is not ok 172629 1726889016.50450: done checking to see if all hosts have failed 172629 1726889016.50450: getting the remaining hosts for this loop 172629 1726889016.50452: done getting the remaining hosts for this loop 172629 1726889016.50458: getting the next task for host managed_node1 172629 1726889016.50468: done getting next task for host managed_node1 172629 1726889016.50471: ^ task is: TASK: Verify fingerprint 172629 1726889016.50477: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889016.50483: getting variables 172629 1726889016.50485: in VariableManager get_vars() 172629 1726889016.50525: Calling all_inventory to load vars for managed_node1 172629 1726889016.50528: Calling groups_inventory to load vars for managed_node1 172629 1726889016.50531: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889016.50542: Calling all_plugins_play to load vars for managed_node1 172629 1726889016.50545: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889016.50549: Calling groups_plugins_play to load vars for managed_node1 172629 1726889016.51281: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026cb 172629 1726889016.51284: WORKER PROCESS EXITING 172629 1726889016.51391: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889016.52025: done with get_vars() 172629 1726889016.52041: done getting variables 172629 1726889016.52113: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Friday 20 September 2024 23:23:36 -0400 (0:00:00.062) 0:01:56.801 ****** 172629 1726889016.52148: entering _queue_task() for managed_node1/assert 172629 1726889016.52475: worker is 1 (out of 1 available) 172629 1726889016.52489: exiting _queue_task() for managed_node1/assert 172629 1726889016.52503: done queuing things up, now waiting for results queue to drain 172629 1726889016.52505: waiting for pending results... 172629 1726889016.52820: running TaskExecutor() for managed_node1/TASK: Verify fingerprint 172629 1726889016.52976: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026cc 172629 1726889016.52997: variable 'ansible_search_path' from source: unknown 172629 1726889016.53038: calling self._execute() 172629 1726889016.53160: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.53179: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.53193: variable 'omit' from source: magic vars 172629 1726889016.53323: variable 'omit' from source: magic vars 172629 1726889016.53388: variable 'omit' from source: magic vars 172629 1726889016.53422: variable 'omit' from source: magic vars 172629 1726889016.53467: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889016.53514: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889016.53538: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889016.53561: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889016.53580: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889016.53621: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889016.53630: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.53637: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.53753: Set connection var ansible_timeout to 10 172629 1726889016.53823: Set connection var ansible_shell_type to sh 172629 1726889016.53826: Set connection var ansible_pipelining to False 172629 1726889016.53829: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889016.53831: Set connection var ansible_shell_executable to /bin/sh 172629 1726889016.53832: Set connection var ansible_connection to ssh 172629 1726889016.53834: variable 'ansible_shell_executable' from source: unknown 172629 1726889016.53837: variable 'ansible_connection' from source: unknown 172629 1726889016.53838: variable 'ansible_module_compression' from source: unknown 172629 1726889016.53840: variable 'ansible_shell_type' from source: unknown 172629 1726889016.53842: variable 'ansible_shell_executable' from source: unknown 172629 1726889016.53845: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.53846: variable 'ansible_pipelining' from source: unknown 172629 1726889016.53850: variable 'ansible_timeout' from source: unknown 172629 1726889016.53860: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.54011: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889016.54030: variable 'omit' from source: magic vars 172629 1726889016.54046: starting attempt loop 172629 1726889016.54052: running the handler 172629 1726889016.54364: variable '__fingerprint' from source: task vars 172629 1726889016.54371: variable 'storage_test_fstab' from source: set_fact 172629 1726889016.54381: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 172629 1726889016.54390: handler run complete 172629 1726889016.54408: attempt loop complete, returning result 172629 1726889016.54414: _execute() done 172629 1726889016.54471: dumping result to json 172629 1726889016.54475: done dumping result, returning 172629 1726889016.54478: done running TaskExecutor() for managed_node1/TASK: Verify fingerprint [0affc8a3-6f6f-d0a8-add8-0000000026cc] 172629 1726889016.54480: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026cc 172629 1726889016.54543: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026cc ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889016.54598: no more pending results, returning what we have 172629 1726889016.54602: results queue empty 172629 1726889016.54604: checking for any_errors_fatal 172629 1726889016.54614: done checking for any_errors_fatal 172629 1726889016.54615: checking for max_fail_percentage 172629 1726889016.54617: done checking for max_fail_percentage 172629 1726889016.54618: checking to see if all hosts have failed and the running result is not ok 172629 1726889016.54619: done checking to see if all hosts have failed 172629 1726889016.54619: getting the remaining hosts for this loop 172629 1726889016.54621: done getting the remaining hosts for this loop 172629 1726889016.54624: getting the next task for host managed_node1 172629 1726889016.54633: done getting next task for host managed_node1 172629 1726889016.54636: ^ task is: TASK: Clean up variables 172629 1726889016.54641: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889016.54646: getting variables 172629 1726889016.54647: in VariableManager get_vars() 172629 1726889016.54689: Calling all_inventory to load vars for managed_node1 172629 1726889016.54692: Calling groups_inventory to load vars for managed_node1 172629 1726889016.54695: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889016.54706: Calling all_plugins_play to load vars for managed_node1 172629 1726889016.54710: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889016.54713: Calling groups_plugins_play to load vars for managed_node1 172629 1726889016.55372: WORKER PROCESS EXITING 172629 1726889016.55547: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889016.56188: done with get_vars() 172629 1726889016.56202: done getting variables 172629 1726889016.56259: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up variables] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Friday 20 September 2024 23:23:36 -0400 (0:00:00.041) 0:01:56.842 ****** 172629 1726889016.56295: entering _queue_task() for managed_node1/set_fact 172629 1726889016.56579: worker is 1 (out of 1 available) 172629 1726889016.56662: exiting _queue_task() for managed_node1/set_fact 172629 1726889016.56675: done queuing things up, now waiting for results queue to drain 172629 1726889016.56676: waiting for pending results... 172629 1726889016.56907: running TaskExecutor() for managed_node1/TASK: Clean up variables 172629 1726889016.57049: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026cd 172629 1726889016.57071: variable 'ansible_search_path' from source: unknown 172629 1726889016.57141: calling self._execute() 172629 1726889016.57239: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.57262: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.57279: variable 'omit' from source: magic vars 172629 1726889016.57463: variable 'omit' from source: magic vars 172629 1726889016.57466: variable 'omit' from source: magic vars 172629 1726889016.57570: variable 'omit' from source: magic vars 172629 1726889016.57573: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889016.57577: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889016.57604: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889016.57627: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889016.57660: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889016.57695: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889016.57788: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.57791: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.57837: Set connection var ansible_timeout to 10 172629 1726889016.57848: Set connection var ansible_shell_type to sh 172629 1726889016.57862: Set connection var ansible_pipelining to False 172629 1726889016.57873: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889016.57883: Set connection var ansible_shell_executable to /bin/sh 172629 1726889016.57892: Set connection var ansible_connection to ssh 172629 1726889016.57928: variable 'ansible_shell_executable' from source: unknown 172629 1726889016.57936: variable 'ansible_connection' from source: unknown 172629 1726889016.57943: variable 'ansible_module_compression' from source: unknown 172629 1726889016.57950: variable 'ansible_shell_type' from source: unknown 172629 1726889016.57959: variable 'ansible_shell_executable' from source: unknown 172629 1726889016.57967: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.57975: variable 'ansible_pipelining' from source: unknown 172629 1726889016.57982: variable 'ansible_timeout' from source: unknown 172629 1726889016.57989: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.58156: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889016.58225: variable 'omit' from source: magic vars 172629 1726889016.58232: starting attempt loop 172629 1726889016.58235: running the handler 172629 1726889016.58238: handler run complete 172629 1726889016.58240: attempt loop complete, returning result 172629 1726889016.58242: _execute() done 172629 1726889016.58244: dumping result to json 172629 1726889016.58246: done dumping result, returning 172629 1726889016.58249: done running TaskExecutor() for managed_node1/TASK: Clean up variables [0affc8a3-6f6f-d0a8-add8-0000000026cd] 172629 1726889016.58262: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026cd ok: [managed_node1] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } 172629 1726889016.58511: no more pending results, returning what we have 172629 1726889016.58514: results queue empty 172629 1726889016.58516: checking for any_errors_fatal 172629 1726889016.58523: done checking for any_errors_fatal 172629 1726889016.58524: checking for max_fail_percentage 172629 1726889016.58527: done checking for max_fail_percentage 172629 1726889016.58528: checking to see if all hosts have failed and the running result is not ok 172629 1726889016.58529: done checking to see if all hosts have failed 172629 1726889016.58530: getting the remaining hosts for this loop 172629 1726889016.58532: done getting the remaining hosts for this loop 172629 1726889016.58535: getting the next task for host managed_node1 172629 1726889016.58550: done getting next task for host managed_node1 172629 1726889016.58760: ^ task is: TASK: Verify fs type 172629 1726889016.58766: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889016.58771: getting variables 172629 1726889016.58772: in VariableManager get_vars() 172629 1726889016.58805: Calling all_inventory to load vars for managed_node1 172629 1726889016.58808: Calling groups_inventory to load vars for managed_node1 172629 1726889016.58811: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889016.58824: Calling all_plugins_play to load vars for managed_node1 172629 1726889016.58828: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889016.58831: Calling groups_plugins_play to load vars for managed_node1 172629 1726889016.59396: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026cd 172629 1726889016.59400: WORKER PROCESS EXITING 172629 1726889016.59424: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889016.60035: done with get_vars() 172629 1726889016.60051: done getting variables 172629 1726889016.60110: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fs type] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Friday 20 September 2024 23:23:36 -0400 (0:00:00.038) 0:01:56.881 ****** 172629 1726889016.60156: entering _queue_task() for managed_node1/assert 172629 1726889016.60506: worker is 1 (out of 1 available) 172629 1726889016.60521: exiting _queue_task() for managed_node1/assert 172629 1726889016.60533: done queuing things up, now waiting for results queue to drain 172629 1726889016.60535: waiting for pending results... 172629 1726889016.60853: running TaskExecutor() for managed_node1/TASK: Verify fs type 172629 1726889016.61010: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026d1 172629 1726889016.61033: variable 'ansible_search_path' from source: unknown 172629 1726889016.61075: calling self._execute() 172629 1726889016.61211: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.61225: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.61240: variable 'omit' from source: magic vars 172629 1726889016.61653: variable 'storage_test_volume' from source: include params 172629 1726889016.61698: Evaluated conditional (storage_test_volume.type != "stratis"): True 172629 1726889016.61814: variable 'storage_test_volume' from source: include params 172629 1726889016.61835: Evaluated conditional (storage_test_volume.fs_type): True 172629 1726889016.61939: variable '_storage_test_volume_present' from source: set_fact 172629 1726889016.61948: Evaluated conditional (_storage_test_volume_present): True 172629 1726889016.61968: variable 'omit' from source: magic vars 172629 1726889016.62027: variable 'omit' from source: magic vars 172629 1726889016.62073: variable 'omit' from source: magic vars 172629 1726889016.62118: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889016.62163: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889016.62196: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889016.62218: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889016.62232: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889016.62273: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889016.62287: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.62295: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.62405: Set connection var ansible_timeout to 10 172629 1726889016.62505: Set connection var ansible_shell_type to sh 172629 1726889016.62508: Set connection var ansible_pipelining to False 172629 1726889016.62510: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889016.62512: Set connection var ansible_shell_executable to /bin/sh 172629 1726889016.62514: Set connection var ansible_connection to ssh 172629 1726889016.62516: variable 'ansible_shell_executable' from source: unknown 172629 1726889016.62518: variable 'ansible_connection' from source: unknown 172629 1726889016.62520: variable 'ansible_module_compression' from source: unknown 172629 1726889016.62521: variable 'ansible_shell_type' from source: unknown 172629 1726889016.62523: variable 'ansible_shell_executable' from source: unknown 172629 1726889016.62525: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.62527: variable 'ansible_pipelining' from source: unknown 172629 1726889016.62529: variable 'ansible_timeout' from source: unknown 172629 1726889016.62531: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.62661: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889016.62679: variable 'omit' from source: magic vars 172629 1726889016.62688: starting attempt loop 172629 1726889016.62694: running the handler 172629 1726889016.62974: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889016.65666: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889016.65769: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889016.65973: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889016.65976: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889016.65978: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889016.65981: 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) 172629 1726889016.65983: 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) 172629 1726889016.66009: 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) 172629 1726889016.66054: 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) 172629 1726889016.66077: 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) 172629 1726889016.66337: variable 'storage_test_blkinfo' from source: set_fact 172629 1726889016.66360: variable 'storage_test_volume' from source: include params 172629 1726889016.66383: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].fstype == storage_test_volume.fs_type or (storage_test_blkinfo.info[storage_test_volume._device].fstype | length == 0 and storage_test_volume.fs_type == "unformatted")): True 172629 1726889016.66395: handler run complete 172629 1726889016.66414: attempt loop complete, returning result 172629 1726889016.66428: _execute() done 172629 1726889016.66438: dumping result to json 172629 1726889016.66446: done dumping result, returning 172629 1726889016.66460: done running TaskExecutor() for managed_node1/TASK: Verify fs type [0affc8a3-6f6f-d0a8-add8-0000000026d1] 172629 1726889016.66467: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026d1 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889016.66753: no more pending results, returning what we have 172629 1726889016.66759: results queue empty 172629 1726889016.66760: checking for any_errors_fatal 172629 1726889016.66771: done checking for any_errors_fatal 172629 1726889016.66772: checking for max_fail_percentage 172629 1726889016.66774: done checking for max_fail_percentage 172629 1726889016.66775: checking to see if all hosts have failed and the running result is not ok 172629 1726889016.66776: done checking to see if all hosts have failed 172629 1726889016.66776: getting the remaining hosts for this loop 172629 1726889016.66779: done getting the remaining hosts for this loop 172629 1726889016.66782: getting the next task for host managed_node1 172629 1726889016.66790: done getting next task for host managed_node1 172629 1726889016.66793: ^ task is: TASK: Verify fs label 172629 1726889016.66797: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889016.66866: getting variables 172629 1726889016.66868: in VariableManager get_vars() 172629 1726889016.66909: Calling all_inventory to load vars for managed_node1 172629 1726889016.66912: Calling groups_inventory to load vars for managed_node1 172629 1726889016.66916: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889016.66928: Calling all_plugins_play to load vars for managed_node1 172629 1726889016.66931: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889016.66934: Calling groups_plugins_play to load vars for managed_node1 172629 1726889016.67579: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026d1 172629 1726889016.67583: WORKER PROCESS EXITING 172629 1726889016.68416: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889016.69165: done with get_vars() 172629 1726889016.69181: done getting variables 172629 1726889016.69238: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fs label] ********************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Friday 20 September 2024 23:23:36 -0400 (0:00:00.091) 0:01:56.972 ****** 172629 1726889016.69277: entering _queue_task() for managed_node1/assert 172629 1726889016.69632: worker is 1 (out of 1 available) 172629 1726889016.69645: exiting _queue_task() for managed_node1/assert 172629 1726889016.69659: done queuing things up, now waiting for results queue to drain 172629 1726889016.69660: waiting for pending results... 172629 1726889016.70037: running TaskExecutor() for managed_node1/TASK: Verify fs label 172629 1726889016.70203: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026d2 172629 1726889016.70229: variable 'ansible_search_path' from source: unknown 172629 1726889016.70268: calling self._execute() 172629 1726889016.70477: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.70489: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.70504: variable 'omit' from source: magic vars 172629 1726889016.70928: variable 'storage_test_volume' from source: include params 172629 1726889016.71264: Evaluated conditional (storage_test_volume.type != "stratis"): True 172629 1726889016.71368: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889016.74596: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889016.74692: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889016.74811: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889016.74850: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889016.75162: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889016.75388: variable '_storage_test_volume_present' from source: set_fact 172629 1726889016.75391: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889016.75630: variable 'storage_test_volume' from source: include params 172629 1726889016.75652: Evaluated conditional (storage_test_volume.fs_type != "gfs2"): True 172629 1726889016.75666: variable 'omit' from source: magic vars 172629 1726889016.75730: variable 'omit' from source: magic vars 172629 1726889016.76128: variable 'storage_test_volume' from source: include params 172629 1726889016.76362: variable 'storage_test_blkinfo' from source: set_fact 172629 1726889016.76365: variable 'omit' from source: magic vars 172629 1726889016.76368: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889016.76578: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889016.76581: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889016.76583: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889016.76585: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889016.76587: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889016.76590: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.76591: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.76734: Set connection var ansible_timeout to 10 172629 1726889016.76802: Set connection var ansible_shell_type to sh 172629 1726889016.76813: Set connection var ansible_pipelining to False 172629 1726889016.77011: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889016.77014: Set connection var ansible_shell_executable to /bin/sh 172629 1726889016.77016: Set connection var ansible_connection to ssh 172629 1726889016.77018: variable 'ansible_shell_executable' from source: unknown 172629 1726889016.77020: variable 'ansible_connection' from source: unknown 172629 1726889016.77022: variable 'ansible_module_compression' from source: unknown 172629 1726889016.77024: variable 'ansible_shell_type' from source: unknown 172629 1726889016.77026: variable 'ansible_shell_executable' from source: unknown 172629 1726889016.77027: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.77029: variable 'ansible_pipelining' from source: unknown 172629 1726889016.77031: variable 'ansible_timeout' from source: unknown 172629 1726889016.77033: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.77173: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889016.77242: variable 'omit' from source: magic vars 172629 1726889016.77253: starting attempt loop 172629 1726889016.77263: running the handler 172629 1726889016.77670: variable 'storage_test_blkinfo' from source: set_fact 172629 1726889016.77691: variable 'storage_test_volume' from source: include params 172629 1726889016.77712: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].label == storage_test_volume.fs_label): True 172629 1726889016.77723: handler run complete 172629 1726889016.77743: attempt loop complete, returning result 172629 1726889016.77775: _execute() done 172629 1726889016.77784: dumping result to json 172629 1726889016.77791: done dumping result, returning 172629 1726889016.77878: done running TaskExecutor() for managed_node1/TASK: Verify fs label [0affc8a3-6f6f-d0a8-add8-0000000026d2] 172629 1726889016.77882: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026d2 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889016.78113: no more pending results, returning what we have 172629 1726889016.78118: results queue empty 172629 1726889016.78119: checking for any_errors_fatal 172629 1726889016.78133: done checking for any_errors_fatal 172629 1726889016.78134: checking for max_fail_percentage 172629 1726889016.78136: done checking for max_fail_percentage 172629 1726889016.78137: checking to see if all hosts have failed and the running result is not ok 172629 1726889016.78138: done checking to see if all hosts have failed 172629 1726889016.78139: getting the remaining hosts for this loop 172629 1726889016.78141: done getting the remaining hosts for this loop 172629 1726889016.78144: getting the next task for host managed_node1 172629 1726889016.78161: done getting next task for host managed_node1 172629 1726889016.78164: ^ task is: TASK: See whether the device node is present 172629 1726889016.78170: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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 172629 1726889016.78175: getting variables 172629 1726889016.78176: in VariableManager get_vars() 172629 1726889016.78218: Calling all_inventory to load vars for managed_node1 172629 1726889016.78228: Calling groups_inventory to load vars for managed_node1 172629 1726889016.78232: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889016.78244: Calling all_plugins_play to load vars for managed_node1 172629 1726889016.78247: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889016.78251: Calling groups_plugins_play to load vars for managed_node1 172629 1726889016.79463: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026d2 172629 1726889016.79466: WORKER PROCESS EXITING 172629 1726889016.79745: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889016.80928: done with get_vars() 172629 1726889016.80947: done getting variables TASK [See whether the device node is present] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Friday 20 September 2024 23:23:36 -0400 (0:00:00.119) 0:01:57.092 ****** 172629 1726889016.81244: entering _queue_task() for managed_node1/stat 172629 1726889016.82000: worker is 1 (out of 1 available) 172629 1726889016.82013: exiting _queue_task() for managed_node1/stat 172629 1726889016.82026: done queuing things up, now waiting for results queue to drain 172629 1726889016.82028: waiting for pending results... 172629 1726889016.82385: running TaskExecutor() for managed_node1/TASK: See whether the device node is present 172629 1726889016.82690: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026d6 172629 1726889016.82703: variable 'ansible_search_path' from source: unknown 172629 1726889016.82742: calling self._execute() 172629 1726889016.83086: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.83261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.83265: variable 'omit' from source: magic vars 172629 1726889016.83269: variable 'omit' from source: magic vars 172629 1726889016.83504: variable 'omit' from source: magic vars 172629 1726889016.83961: variable 'storage_test_volume' from source: include params 172629 1726889016.84212: variable 'omit' from source: magic vars 172629 1726889016.84460: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889016.84464: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889016.84467: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889016.84469: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889016.84471: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889016.84473: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889016.84475: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.84477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.84700: Set connection var ansible_timeout to 10 172629 1726889016.84709: Set connection var ansible_shell_type to sh 172629 1726889016.84718: Set connection var ansible_pipelining to False 172629 1726889016.84725: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889016.84731: Set connection var ansible_shell_executable to /bin/sh 172629 1726889016.84736: Set connection var ansible_connection to ssh 172629 1726889016.84764: variable 'ansible_shell_executable' from source: unknown 172629 1726889016.85061: variable 'ansible_connection' from source: unknown 172629 1726889016.85065: variable 'ansible_module_compression' from source: unknown 172629 1726889016.85067: variable 'ansible_shell_type' from source: unknown 172629 1726889016.85070: variable 'ansible_shell_executable' from source: unknown 172629 1726889016.85072: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889016.85074: variable 'ansible_pipelining' from source: unknown 172629 1726889016.85075: variable 'ansible_timeout' from source: unknown 172629 1726889016.85077: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889016.85236: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889016.85375: variable 'omit' from source: magic vars 172629 1726889016.85387: starting attempt loop 172629 1726889016.85395: running the handler 172629 1726889016.85413: _low_level_execute_command(): starting 172629 1726889016.85425: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889016.86859: 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 <<< 172629 1726889016.86978: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889016.87172: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889016.87176: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889016.87219: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889016.88916: stdout chunk (state=3): >>>/root <<< 172629 1726889016.89020: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889016.89065: stderr chunk (state=3): >>><<< 172629 1726889016.89075: stdout chunk (state=3): >>><<< 172629 1726889016.89107: _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 172629 1726889016.89448: _low_level_execute_command(): starting 172629 1726889016.89452: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889016.8936248-176918-137557907348987 `" && echo ansible-tmp-1726889016.8936248-176918-137557907348987="` echo /root/.ansible/tmp/ansible-tmp-1726889016.8936248-176918-137557907348987 `" ) && sleep 0' 172629 1726889016.90532: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889016.90551: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889016.90664: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889016.90679: 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 <<< 172629 1726889016.90777: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889016.90989: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889016.91019: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889016.92942: stdout chunk (state=3): >>>ansible-tmp-1726889016.8936248-176918-137557907348987=/root/.ansible/tmp/ansible-tmp-1726889016.8936248-176918-137557907348987 <<< 172629 1726889016.93199: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889016.93211: stdout chunk (state=3): >>><<< 172629 1726889016.93223: stderr chunk (state=3): >>><<< 172629 1726889016.93248: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889016.8936248-176918-137557907348987=/root/.ansible/tmp/ansible-tmp-1726889016.8936248-176918-137557907348987 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889016.93381: variable 'ansible_module_compression' from source: unknown 172629 1726889016.93534: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726889016.93662: variable 'ansible_facts' from source: unknown 172629 1726889016.93789: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889016.8936248-176918-137557907348987/AnsiballZ_stat.py 172629 1726889016.94521: Sending initial data 172629 1726889016.94524: Sent initial data (155 bytes) 172629 1726889016.95613: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889016.95617: 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 <<< 172629 1726889016.95619: 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 <<< 172629 1726889016.95622: 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 <<< 172629 1726889016.96072: 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 <<< 172629 1726889016.97790: 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 <<< 172629 1726889016.97939: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889016.8936248-176918-137557907348987/AnsiballZ_stat.py" <<< 172629 1726889016.97942: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpvjxo24u5 /root/.ansible/tmp/ansible-tmp-1726889016.8936248-176918-137557907348987/AnsiballZ_stat.py <<< 172629 1726889016.97946: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpvjxo24u5" to remote "/root/.ansible/tmp/ansible-tmp-1726889016.8936248-176918-137557907348987/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889016.8936248-176918-137557907348987/AnsiballZ_stat.py" <<< 172629 1726889016.99978: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889016.99991: stdout chunk (state=3): >>><<< 172629 1726889017.00007: stderr chunk (state=3): >>><<< 172629 1726889017.00033: done transferring module to remote 172629 1726889017.00096: _low_level_execute_command(): starting 172629 1726889017.00107: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889016.8936248-176918-137557907348987/ /root/.ansible/tmp/ansible-tmp-1726889016.8936248-176918-137557907348987/AnsiballZ_stat.py && sleep 0' 172629 1726889017.01376: 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 <<< 172629 1726889017.01503: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889017.01594: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889017.01640: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889017.01690: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889017.03481: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889017.03492: stdout chunk (state=3): >>><<< 172629 1726889017.03504: stderr chunk (state=3): >>><<< 172629 1726889017.03526: _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 172629 1726889017.03541: _low_level_execute_command(): starting 172629 1726889017.03551: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889016.8936248-176918-137557907348987/AnsiballZ_stat.py && sleep 0' 172629 1726889017.04771: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889017.04776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889017.04779: 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 <<< 172629 1726889017.04929: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889017.04989: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889017.04992: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889017.07159: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889017.07235: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889017.07239: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 172629 1726889017.07321: stdout chunk (state=3): >>>import '_weakref' # import '_io' # <<< 172629 1726889017.07373: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726889017.07387: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726889017.07452: 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' <<< 172629 1726889017.07604: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 172629 1726889017.07613: 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 0x7f08f18e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f18b7b30> # /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 0x7f08f18eaa50> <<< 172629 1726889017.07657: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889017.07663: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 172629 1726889017.07705: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889017.08112: 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 <<< 172629 1726889017.08174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f1699130> # /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 0x7f08f169a120> 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. <<< 172629 1726889017.08291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889017.08320: 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 <<< 172629 1726889017.08592: 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 <<< 172629 1726889017.08596: 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 0x7f08f16d6ea0> # /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 0x7f08f16ec1a0> # /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 <<< 172629 1726889017.08816: 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 0x7f08f170fa40> # /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 0x7f08f1730110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f16efce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f16ed400> <<< 172629 1726889017.08891: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f16d51c0> <<< 172629 1726889017.08920: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889017.09068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 172629 1726889017.09173: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f1733980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f17325a0> # /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 0x7f08f16ee2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f1730e30> # /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 0x7f08f1760a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f16d4440> <<< 172629 1726889017.09203: 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' <<< 172629 1726889017.09223: 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 0x7f08f1760ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f1760d70> <<< 172629 1726889017.09270: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889017.09314: 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 0x7f08f1761160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f16d2f60> # /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' <<< 172629 1726889017.09405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889017.09427: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f1761850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f1761520> import 'importlib.machinery' # <<< 172629 1726889017.09452: 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 0x7f08f1762750> import 'importlib.util' # import 'runpy' # <<< 172629 1726889017.09497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889017.09593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f177c8f0> <<< 172629 1726889017.09749: 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 0x7f08f177e030> # /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' <<< 172629 1726889017.09759: 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 0x7f08f177eed0> # 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 0x7f08f177f530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f177e420> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889017.09762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726889017.09793: 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 0x7f08f177ffb0> <<< 172629 1726889017.09813: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f177f6e0> <<< 172629 1726889017.09839: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f1760da0> <<< 172629 1726889017.09893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889017.09916: 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 <<< 172629 1726889017.09963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889017.10027: 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 0x7f08f150ff20> <<< 172629 1726889017.10064: 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 0x7f08f153c920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f153c680> # 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 0x7f08f153c950> <<< 172629 1726889017.10140: 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' <<< 172629 1726889017.10157: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889017.10276: 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 0x7f08f153d280> <<< 172629 1726889017.10386: 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 0x7f08f153dc40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f153cb30> <<< 172629 1726889017.10409: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f150e0c0> <<< 172629 1726889017.10446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889017.10558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889017.10566: 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' <<< 172629 1726889017.10586: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f153eff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f153dac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f1762e10> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889017.10643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889017.10646: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889017.10680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889017.10708: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f1567320> <<< 172629 1726889017.10767: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889017.10790: 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 <<< 172629 1726889017.10812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889017.10913: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f158b680> # /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' <<< 172629 1726889017.10980: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889017.11007: 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 0x7f08f15ec440> <<< 172629 1726889017.11031: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889017.11072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889017.11111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889017.11190: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f15eeba0> <<< 172629 1726889017.11268: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f15ec560> <<< 172629 1726889017.11317: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f15b1460> <<< 172629 1726889017.11477: 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 0x7f08f0f254f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f158a480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f153fef0> <<< 172629 1726889017.11480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f08f158aa80> <<< 172629 1726889017.11640: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_q8h6tbly/ansible_stat_payload.zip' # zipimport: zlib available <<< 172629 1726889017.11776: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.11800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889017.11814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889017.11849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889017.11921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889017.12003: 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 0x7f08f0f77290> import '_typing' # <<< 172629 1726889017.12157: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0f5a180> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0f592e0> # zipimport: zlib available <<< 172629 1726889017.12184: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889017.12335: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889017.12339: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726889017.13647: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.14775: 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 0x7f08f0f74fe0> <<< 172629 1726889017.14880: 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' <<< 172629 1726889017.14883: 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' <<< 172629 1726889017.14949: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08f0fa2bd0> <<< 172629 1726889017.14980: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0fa2960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0fa2270> # /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' <<< 172629 1726889017.15167: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0fa2cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f18ea9c0> import 'atexit' # <<< 172629 1726889017.15171: 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 0x7f08f0fa3890> # 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 0x7f08f0fa3a40> # /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' # <<< 172629 1726889017.15204: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0fa3f80> <<< 172629 1726889017.15228: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889017.15258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889017.15291: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e11d60> <<< 172629 1726889017.15325: 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 0x7f08f0e13980> <<< 172629 1726889017.15372: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889017.15409: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e18380> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889017.15504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889017.15508: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e19520> <<< 172629 1726889017.15580: 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' <<< 172629 1726889017.15583: 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' <<< 172629 1726889017.15684: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e1bf80> <<< 172629 1726889017.15688: 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 0x7f08f0fa2c60> <<< 172629 1726889017.15708: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e1a240> # /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' <<< 172629 1726889017.16273: 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 <<< 172629 1726889017.16277: 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 0x7f08f0e1ff20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e1e9f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e1e750> # /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 0x7f08f0e1ecc0> <<< 172629 1726889017.16279: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e1a750> <<< 172629 1726889017.16296: 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 0x7f08f0e63fe0> # /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 0x7f08f0e642c0> # /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 0x7f08f0e65d60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e65b20> # /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' <<< 172629 1726889017.16341: 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 0x7f08f0e68320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e66450> <<< 172629 1726889017.16367: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889017.16400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889017.16426: 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' # <<< 172629 1726889017.16475: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e6bb00> <<< 172629 1726889017.16689: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e684d0> # 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 0x7f08f0e6cbc0> # 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 0x7f08f0e6cb60> <<< 172629 1726889017.16793: 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 0x7f08f0e6cdd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e643e0> # /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 <<< 172629 1726889017.16816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889017.16849: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08f0ef85c0> <<< 172629 1726889017.17017: 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 0x7f08f0ef9910> <<< 172629 1726889017.17051: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e6ed50> # 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 0x7f08f0e6f920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e6e960> <<< 172629 1726889017.17088: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726889017.17108: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.17238: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.17268: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.17296: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 172629 1726889017.17459: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726889017.17480: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.17567: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.18087: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.18619: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726889017.18794: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889017.18797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889017.18802: 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 0x7f08f0efdbe0> <<< 172629 1726889017.18805: 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' <<< 172629 1726889017.18822: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0efe990> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0ef9b20> <<< 172629 1726889017.18867: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889017.18960: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889017.18964: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726889017.18966: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.19074: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.19218: 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' <<< 172629 1726889017.19238: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0efe750> # zipimport: zlib available <<< 172629 1726889017.19751: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.20124: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.20194: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.20340: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889017.20363: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726889017.20427: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.20664: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889017.20668: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889017.20671: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726889017.20673: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.20675: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726889017.20862: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.21259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889017.21263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889017.21265: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889017.21267: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0effc20> <<< 172629 1726889017.21269: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.21303: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.21381: 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' # <<< 172629 1726889017.21402: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.21464: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.21504: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726889017.21584: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889017.21639: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.21706: 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 <<< 172629 1726889017.21740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889017.21820: 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'<<< 172629 1726889017.21905: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08f0d0a3f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0d07380> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726889017.21963: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.22021: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.22045: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.22133: 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 <<< 172629 1726889017.22162: 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 <<< 172629 1726889017.22217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889017.22240: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889017.22264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889017.22351: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0ffebd0> <<< 172629 1726889017.22361: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0fee8d0> <<< 172629 1726889017.22462: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0d0a4e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0ef9d90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726889017.22584: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889017.22610: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726889017.22717: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.23272: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889017.23792: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/sda", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 454, "dev": 6, "nlink": 1, "atime": 1726888991.438159, "mtime": 1726888991.4121587, "ctime": 1726888991.4121587, "wusr": true, "rusr": true, "xusr": false, "wgrp": true, "rgrp": true, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 2048, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/blockdevice", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/sda", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 172629 1726889017.23823: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889017.24206: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889017.24235: 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 <<< 172629 1726889017.24272: stdout chunk (state=3): >>># cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # 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 <<< 172629 1726889017.24400: stdout chunk (state=3): >>># cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 172629 1726889017.24635: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889017.24689: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726889017.24810: 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 fnmatch # destroy ipaddress <<< 172629 1726889017.24843: 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 <<< 172629 1726889017.24870: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726889017.24900: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889017.24937: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 172629 1726889017.24974: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 172629 1726889017.25033: 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 <<< 172629 1726889017.25136: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726889017.25280: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889017.25288: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889017.25293: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889017.25464: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726889017.25473: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889017.25514: 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 <<< 172629 1726889017.25581: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726889017.25896: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889017.26013: stderr chunk (state=3): >>><<< 172629 1726889017.26223: stdout chunk (state=3): >>><<< 172629 1726889017.26237: _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 0x7f08f18e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f18b7b30> # /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 0x7f08f18eaa50> 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 0x7f08f1699130> # /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 0x7f08f169a120> 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 0x7f08f16d6ea0> # /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 0x7f08f16ec1a0> # /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 0x7f08f170fa40> # /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 0x7f08f1730110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f16efce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f16ed400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f16d51c0> # /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 0x7f08f1733980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f17325a0> # /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 0x7f08f16ee2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f1730e30> # /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 0x7f08f1760a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f16d4440> # /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 0x7f08f1760ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f1760d70> # 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 0x7f08f1761160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f16d2f60> # /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 0x7f08f1761850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f1761520> 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 0x7f08f1762750> 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 0x7f08f177c8f0> 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 0x7f08f177e030> # /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 0x7f08f177eed0> # 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 0x7f08f177f530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f177e420> # /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 0x7f08f177ffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f177f6e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f1760da0> # /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 0x7f08f150ff20> # /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 0x7f08f153c920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f153c680> # 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 0x7f08f153c950> # /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 0x7f08f153d280> # 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 0x7f08f153dc40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f153cb30> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f150e0c0> # /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 0x7f08f153eff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f153dac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f1762e10> # /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 0x7f08f1567320> # /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 0x7f08f158b680> # /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 0x7f08f15ec440> # /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 0x7f08f15eeba0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f15ec560> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f15b1460> # /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 0x7f08f0f254f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f158a480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f153fef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f08f158aa80> # zipimport: found 30 names in '/tmp/ansible_stat_payload_q8h6tbly/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 0x7f08f0f77290> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0f5a180> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0f592e0> # 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 0x7f08f0f74fe0> # /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 0x7f08f0fa2bd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0fa2960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0fa2270> # /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 0x7f08f0fa2cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f18ea9c0> 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 0x7f08f0fa3890> # 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 0x7f08f0fa3a40> # /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 0x7f08f0fa3f80> 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 0x7f08f0e11d60> # 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 0x7f08f0e13980> # /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 0x7f08f0e18380> # /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 0x7f08f0e19520> # /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 0x7f08f0e1bf80> # 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 0x7f08f0fa2c60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e1a240> # /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 0x7f08f0e1ff20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e1e9f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e1e750> # /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 0x7f08f0e1ecc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e1a750> # 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 0x7f08f0e63fe0> # /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 0x7f08f0e642c0> # /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 0x7f08f0e65d60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e65b20> # /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 0x7f08f0e68320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e66450> # /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 0x7f08f0e6bb00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e684d0> # 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 0x7f08f0e6cbc0> # 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 0x7f08f0e6cb60> # 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 0x7f08f0e6cdd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e643e0> # /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 0x7f08f0ef85c0> # 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 0x7f08f0ef9910> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e6ed50> # 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 0x7f08f0e6f920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0e6e960> # 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 0x7f08f0efdbe0> # /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 0x7f08f0efe990> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0ef9b20> 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 0x7f08f0efe750> # 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 0x7f08f0effc20> # 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 0x7f08f0d0a3f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0d07380> 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 0x7f08f0ffebd0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0fee8d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0d0a4e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08f0ef9d90> # 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": "/dev/sda", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 454, "dev": 6, "nlink": 1, "atime": 1726888991.438159, "mtime": 1726888991.4121587, "ctime": 1726888991.4121587, "wusr": true, "rusr": true, "xusr": false, "wgrp": true, "rgrp": true, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 2048, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/blockdevice", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/sda", "follow": true, "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. 172629 1726889017.27595: done with _execute_module (stat, {'path': '/dev/sda', 'follow': 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': '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-1726889016.8936248-176918-137557907348987/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889017.27599: _low_level_execute_command(): starting 172629 1726889017.27602: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889016.8936248-176918-137557907348987/ > /dev/null 2>&1 && sleep 0' 172629 1726889017.28264: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889017.28267: 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 <<< 172629 1726889017.28271: 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 <<< 172629 1726889017.28273: stderr 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 <<< 172629 1726889017.28297: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889017.28508: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889017.28558: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889017.30478: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889017.30482: stdout chunk (state=3): >>><<< 172629 1726889017.30485: stderr chunk (state=3): >>><<< 172629 1726889017.30503: _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 172629 1726889017.30761: handler run complete 172629 1726889017.30768: attempt loop complete, returning result 172629 1726889017.30771: _execute() done 172629 1726889017.30773: dumping result to json 172629 1726889017.30775: done dumping result, returning 172629 1726889017.30777: done running TaskExecutor() for managed_node1/TASK: See whether the device node is present [0affc8a3-6f6f-d0a8-add8-0000000026d6] 172629 1726889017.30779: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026d6 172629 1726889017.31080: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026d6 172629 1726889017.31083: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726888991.438159, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726888991.4121587, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 454, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1726888991.4121587, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726889017.31186: no more pending results, returning what we have 172629 1726889017.31190: results queue empty 172629 1726889017.31191: checking for any_errors_fatal 172629 1726889017.31201: done checking for any_errors_fatal 172629 1726889017.31202: checking for max_fail_percentage 172629 1726889017.31203: done checking for max_fail_percentage 172629 1726889017.31204: checking to see if all hosts have failed and the running result is not ok 172629 1726889017.31205: done checking to see if all hosts have failed 172629 1726889017.31206: getting the remaining hosts for this loop 172629 1726889017.31207: done getting the remaining hosts for this loop 172629 1726889017.31211: getting the next task for host managed_node1 172629 1726889017.31219: done getting next task for host managed_node1 172629 1726889017.31221: ^ task is: TASK: Verify the presence/absence of the device node 172629 1726889017.31226: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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 172629 1726889017.31230: getting variables 172629 1726889017.31231: in VariableManager get_vars() 172629 1726889017.31491: Calling all_inventory to load vars for managed_node1 172629 1726889017.31494: Calling groups_inventory to load vars for managed_node1 172629 1726889017.31497: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889017.31515: Calling all_plugins_play to load vars for managed_node1 172629 1726889017.31518: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889017.31521: Calling groups_plugins_play to load vars for managed_node1 172629 1726889017.32923: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889017.34207: done with get_vars() 172629 1726889017.34227: done getting variables 172629 1726889017.34403: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Friday 20 September 2024 23:23:37 -0400 (0:00:00.531) 0:01:57.624 ****** 172629 1726889017.34438: entering _queue_task() for managed_node1/assert 172629 1726889017.35195: worker is 1 (out of 1 available) 172629 1726889017.35209: exiting _queue_task() for managed_node1/assert 172629 1726889017.35337: done queuing things up, now waiting for results queue to drain 172629 1726889017.35339: waiting for pending results... 172629 1726889017.35878: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node 172629 1726889017.36075: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026d7 172629 1726889017.36095: variable 'ansible_search_path' from source: unknown 172629 1726889017.36129: calling self._execute() 172629 1726889017.36261: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889017.36369: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889017.36380: variable 'omit' from source: magic vars 172629 1726889017.37316: variable '_storage_test_volume_present' from source: set_fact 172629 1726889017.37522: variable 'storage_test_volume' from source: include params 172629 1726889017.37526: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 172629 1726889017.37528: variable 'omit' from source: magic vars 172629 1726889017.37530: variable 'omit' from source: magic vars 172629 1726889017.37740: variable 'storage_test_volume' from source: include params 172629 1726889017.37744: variable 'omit' from source: magic vars 172629 1726889017.37747: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889017.37750: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889017.37752: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889017.37759: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889017.38162: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889017.38166: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889017.38168: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889017.38171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889017.38207: Set connection var ansible_timeout to 10 172629 1726889017.38211: Set connection var ansible_shell_type to sh 172629 1726889017.38219: Set connection var ansible_pipelining to False 172629 1726889017.38225: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889017.38230: Set connection var ansible_shell_executable to /bin/sh 172629 1726889017.38233: Set connection var ansible_connection to ssh 172629 1726889017.38258: variable 'ansible_shell_executable' from source: unknown 172629 1726889017.38261: variable 'ansible_connection' from source: unknown 172629 1726889017.38466: variable 'ansible_module_compression' from source: unknown 172629 1726889017.38469: variable 'ansible_shell_type' from source: unknown 172629 1726889017.38472: variable 'ansible_shell_executable' from source: unknown 172629 1726889017.38474: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889017.38478: variable 'ansible_pipelining' from source: unknown 172629 1726889017.38482: variable 'ansible_timeout' from source: unknown 172629 1726889017.38484: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889017.38624: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889017.38636: variable 'omit' from source: magic vars 172629 1726889017.38641: starting attempt loop 172629 1726889017.38644: running the handler 172629 1726889017.39013: variable 'storage_test_dev' from source: set_fact 172629 1726889017.39060: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 172629 1726889017.39063: handler run complete 172629 1726889017.39066: attempt loop complete, returning result 172629 1726889017.39067: _execute() done 172629 1726889017.39069: dumping result to json 172629 1726889017.39266: done dumping result, returning 172629 1726889017.39274: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-d0a8-add8-0000000026d7] 172629 1726889017.39361: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026d7 172629 1726889017.39427: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026d7 172629 1726889017.39429: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889017.39515: no more pending results, returning what we have 172629 1726889017.39520: results queue empty 172629 1726889017.39521: checking for any_errors_fatal 172629 1726889017.39535: done checking for any_errors_fatal 172629 1726889017.39536: checking for max_fail_percentage 172629 1726889017.39538: done checking for max_fail_percentage 172629 1726889017.39539: checking to see if all hosts have failed and the running result is not ok 172629 1726889017.39540: done checking to see if all hosts have failed 172629 1726889017.39541: getting the remaining hosts for this loop 172629 1726889017.39543: done getting the remaining hosts for this loop 172629 1726889017.39546: getting the next task for host managed_node1 172629 1726889017.39558: done getting next task for host managed_node1 172629 1726889017.39561: ^ task is: TASK: Verify the presence/absence of the device node 172629 1726889017.39567: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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 172629 1726889017.39573: getting variables 172629 1726889017.39574: in VariableManager get_vars() 172629 1726889017.39616: Calling all_inventory to load vars for managed_node1 172629 1726889017.39619: Calling groups_inventory to load vars for managed_node1 172629 1726889017.39623: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889017.39636: Calling all_plugins_play to load vars for managed_node1 172629 1726889017.39640: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889017.39643: Calling groups_plugins_play to load vars for managed_node1 172629 1726889017.40680: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889017.41786: done with get_vars() 172629 1726889017.41807: done getting variables 172629 1726889017.42185: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Friday 20 September 2024 23:23:37 -0400 (0:00:00.077) 0:01:57.702 ****** 172629 1726889017.42228: entering _queue_task() for managed_node1/assert 172629 1726889017.43009: worker is 1 (out of 1 available) 172629 1726889017.43022: exiting _queue_task() for managed_node1/assert 172629 1726889017.43037: done queuing things up, now waiting for results queue to drain 172629 1726889017.43039: waiting for pending results... 172629 1726889017.43639: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node 172629 1726889017.43962: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026d8 172629 1726889017.43967: variable 'ansible_search_path' from source: unknown 172629 1726889017.43970: calling self._execute() 172629 1726889017.44229: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889017.44237: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889017.44247: variable 'omit' from source: magic vars 172629 1726889017.45262: variable '_storage_test_volume_present' from source: set_fact 172629 1726889017.45268: variable 'storage_test_volume' from source: include params 172629 1726889017.45272: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 172629 1726889017.45274: when evaluation is False, skipping this task 172629 1726889017.45278: _execute() done 172629 1726889017.45337: dumping result to json 172629 1726889017.45542: done dumping result, returning 172629 1726889017.45546: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-d0a8-add8-0000000026d8] 172629 1726889017.45549: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026d8 172629 1726889017.45629: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026d8 172629 1726889017.45633: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 172629 1726889017.45689: no more pending results, returning what we have 172629 1726889017.45693: results queue empty 172629 1726889017.45695: checking for any_errors_fatal 172629 1726889017.45709: done checking for any_errors_fatal 172629 1726889017.45710: checking for max_fail_percentage 172629 1726889017.45712: done checking for max_fail_percentage 172629 1726889017.45713: checking to see if all hosts have failed and the running result is not ok 172629 1726889017.45715: done checking to see if all hosts have failed 172629 1726889017.45715: getting the remaining hosts for this loop 172629 1726889017.45717: done getting the remaining hosts for this loop 172629 1726889017.45721: getting the next task for host managed_node1 172629 1726889017.45733: done getting next task for host managed_node1 172629 1726889017.45737: ^ task is: TASK: Make sure we got info about this volume 172629 1726889017.45744: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889017.45750: getting variables 172629 1726889017.45752: in VariableManager get_vars() 172629 1726889017.45798: Calling all_inventory to load vars for managed_node1 172629 1726889017.45800: Calling groups_inventory to load vars for managed_node1 172629 1726889017.45804: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889017.45817: Calling all_plugins_play to load vars for managed_node1 172629 1726889017.45820: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889017.45822: Calling groups_plugins_play to load vars for managed_node1 172629 1726889017.47243: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889017.49199: done with get_vars() 172629 1726889017.49220: done getting variables 172629 1726889017.49287: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Friday 20 September 2024 23:23:37 -0400 (0:00:00.070) 0:01:57.773 ****** 172629 1726889017.49321: entering _queue_task() for managed_node1/assert 172629 1726889017.50089: worker is 1 (out of 1 available) 172629 1726889017.50102: exiting _queue_task() for managed_node1/assert 172629 1726889017.50115: done queuing things up, now waiting for results queue to drain 172629 1726889017.50116: waiting for pending results... 172629 1726889017.50868: running TaskExecutor() for managed_node1/TASK: Make sure we got info about this volume 172629 1726889017.50933: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026d9 172629 1726889017.50980: variable 'ansible_search_path' from source: unknown 172629 1726889017.51181: calling self._execute() 172629 1726889017.51340: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889017.51560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889017.51564: variable 'omit' from source: magic vars 172629 1726889017.52139: variable '_storage_test_volume_present' from source: set_fact 172629 1726889017.52287: Evaluated conditional (_storage_test_volume_present): True 172629 1726889017.52298: variable 'omit' from source: magic vars 172629 1726889017.52362: variable 'omit' from source: magic vars 172629 1726889017.52750: variable 'storage_test_volume' from source: include params 172629 1726889017.53260: variable 'omit' from source: magic vars 172629 1726889017.53264: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889017.53268: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889017.53271: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889017.53660: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889017.53663: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889017.53666: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889017.53668: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889017.53670: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889017.53672: Set connection var ansible_timeout to 10 172629 1726889017.53675: Set connection var ansible_shell_type to sh 172629 1726889017.53676: Set connection var ansible_pipelining to False 172629 1726889017.53678: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889017.53680: Set connection var ansible_shell_executable to /bin/sh 172629 1726889017.53682: Set connection var ansible_connection to ssh 172629 1726889017.54068: variable 'ansible_shell_executable' from source: unknown 172629 1726889017.54461: variable 'ansible_connection' from source: unknown 172629 1726889017.54465: variable 'ansible_module_compression' from source: unknown 172629 1726889017.54467: variable 'ansible_shell_type' from source: unknown 172629 1726889017.54469: variable 'ansible_shell_executable' from source: unknown 172629 1726889017.54471: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889017.54473: variable 'ansible_pipelining' from source: unknown 172629 1726889017.54476: variable 'ansible_timeout' from source: unknown 172629 1726889017.54478: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889017.54481: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889017.54484: variable 'omit' from source: magic vars 172629 1726889017.54487: starting attempt loop 172629 1726889017.54489: running the handler 172629 1726889017.54715: variable 'storage_test_volume' from source: include params 172629 1726889017.54875: variable 'storage_test_blkinfo' from source: set_fact 172629 1726889017.54906: Evaluated conditional (storage_test_volume._raw_device in storage_test_blkinfo.info): True 172629 1726889017.55360: handler run complete 172629 1726889017.55363: attempt loop complete, returning result 172629 1726889017.55365: _execute() done 172629 1726889017.55367: dumping result to json 172629 1726889017.55368: done dumping result, returning 172629 1726889017.55370: done running TaskExecutor() for managed_node1/TASK: Make sure we got info about this volume [0affc8a3-6f6f-d0a8-add8-0000000026d9] 172629 1726889017.55372: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026d9 172629 1726889017.55441: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026d9 172629 1726889017.55444: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889017.55696: no more pending results, returning what we have 172629 1726889017.55699: results queue empty 172629 1726889017.55700: checking for any_errors_fatal 172629 1726889017.55707: done checking for any_errors_fatal 172629 1726889017.55708: checking for max_fail_percentage 172629 1726889017.55710: done checking for max_fail_percentage 172629 1726889017.55711: checking to see if all hosts have failed and the running result is not ok 172629 1726889017.55712: done checking to see if all hosts have failed 172629 1726889017.55713: getting the remaining hosts for this loop 172629 1726889017.55714: done getting the remaining hosts for this loop 172629 1726889017.55717: getting the next task for host managed_node1 172629 1726889017.55724: done getting next task for host managed_node1 172629 1726889017.55727: ^ task is: TASK: Process volume type (set initial value) (1/2) 172629 1726889017.55733: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889017.55736: getting variables 172629 1726889017.55738: in VariableManager get_vars() 172629 1726889017.55773: Calling all_inventory to load vars for managed_node1 172629 1726889017.55776: Calling groups_inventory to load vars for managed_node1 172629 1726889017.55779: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889017.55788: Calling all_plugins_play to load vars for managed_node1 172629 1726889017.55791: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889017.55794: Calling groups_plugins_play to load vars for managed_node1 172629 1726889017.56956: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889017.58176: done with get_vars() 172629 1726889017.58193: done getting variables 172629 1726889017.58251: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Friday 20 September 2024 23:23:37 -0400 (0:00:00.091) 0:01:57.864 ****** 172629 1726889017.58496: entering _queue_task() for managed_node1/set_fact 172629 1726889017.59147: worker is 1 (out of 1 available) 172629 1726889017.59265: exiting _queue_task() for managed_node1/set_fact 172629 1726889017.59281: done queuing things up, now waiting for results queue to drain 172629 1726889017.59283: waiting for pending results... 172629 1726889017.59759: running TaskExecutor() for managed_node1/TASK: Process volume type (set initial value) (1/2) 172629 1726889017.60098: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026da 172629 1726889017.60118: variable 'ansible_search_path' from source: unknown 172629 1726889017.60160: calling self._execute() 172629 1726889017.60662: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889017.60665: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889017.60668: variable 'omit' from source: magic vars 172629 1726889017.60670: variable 'omit' from source: magic vars 172629 1726889017.60886: variable 'omit' from source: magic vars 172629 1726889017.61324: variable 'storage_test_volume' from source: include params 172629 1726889017.61381: variable 'omit' from source: magic vars 172629 1726889017.61424: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889017.61467: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889017.61685: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889017.61708: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889017.61726: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889017.61770: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889017.61779: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889017.61788: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889017.61902: Set connection var ansible_timeout to 10 172629 1726889017.62017: Set connection var ansible_shell_type to sh 172629 1726889017.62030: Set connection var ansible_pipelining to False 172629 1726889017.62039: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889017.62048: Set connection var ansible_shell_executable to /bin/sh 172629 1726889017.62059: Set connection var ansible_connection to ssh 172629 1726889017.62086: variable 'ansible_shell_executable' from source: unknown 172629 1726889017.62095: variable 'ansible_connection' from source: unknown 172629 1726889017.62103: variable 'ansible_module_compression' from source: unknown 172629 1726889017.62111: variable 'ansible_shell_type' from source: unknown 172629 1726889017.62122: variable 'ansible_shell_executable' from source: unknown 172629 1726889017.62129: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889017.62137: variable 'ansible_pipelining' from source: unknown 172629 1726889017.62144: variable 'ansible_timeout' from source: unknown 172629 1726889017.62152: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889017.62317: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889017.62341: variable 'omit' from source: magic vars 172629 1726889017.62351: starting attempt loop 172629 1726889017.62364: running the handler 172629 1726889017.62382: handler run complete 172629 1726889017.62397: attempt loop complete, returning result 172629 1726889017.62403: _execute() done 172629 1726889017.62413: dumping result to json 172629 1726889017.62421: done dumping result, returning 172629 1726889017.62432: done running TaskExecutor() for managed_node1/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-d0a8-add8-0000000026da] 172629 1726889017.62448: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026da ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } 172629 1726889017.62621: no more pending results, returning what we have 172629 1726889017.62625: results queue empty 172629 1726889017.62626: checking for any_errors_fatal 172629 1726889017.62645: done checking for any_errors_fatal 172629 1726889017.62646: checking for max_fail_percentage 172629 1726889017.62648: done checking for max_fail_percentage 172629 1726889017.62649: checking to see if all hosts have failed and the running result is not ok 172629 1726889017.62650: done checking to see if all hosts have failed 172629 1726889017.62651: getting the remaining hosts for this loop 172629 1726889017.62657: done getting the remaining hosts for this loop 172629 1726889017.62661: getting the next task for host managed_node1 172629 1726889017.62672: done getting next task for host managed_node1 172629 1726889017.62676: ^ task is: TASK: Process volume type (get RAID value) (2/2) 172629 1726889017.62682: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889017.62687: getting variables 172629 1726889017.62689: in VariableManager get_vars() 172629 1726889017.62733: Calling all_inventory to load vars for managed_node1 172629 1726889017.62737: Calling groups_inventory to load vars for managed_node1 172629 1726889017.62741: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889017.62760: Calling all_plugins_play to load vars for managed_node1 172629 1726889017.62765: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889017.62769: Calling groups_plugins_play to load vars for managed_node1 172629 1726889017.63982: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026da 172629 1726889017.63986: WORKER PROCESS EXITING 172629 1726889017.64152: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889017.64733: done with get_vars() 172629 1726889017.64745: done getting variables 172629 1726889017.64807: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Friday 20 September 2024 23:23:37 -0400 (0:00:00.063) 0:01:57.928 ****** 172629 1726889017.64844: entering _queue_task() for managed_node1/set_fact 172629 1726889017.65278: worker is 1 (out of 1 available) 172629 1726889017.65291: exiting _queue_task() for managed_node1/set_fact 172629 1726889017.65302: done queuing things up, now waiting for results queue to drain 172629 1726889017.65304: waiting for pending results... 172629 1726889017.65521: running TaskExecutor() for managed_node1/TASK: Process volume type (get RAID value) (2/2) 172629 1726889017.65702: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026db 172629 1726889017.65723: variable 'ansible_search_path' from source: unknown 172629 1726889017.65774: calling self._execute() 172629 1726889017.65904: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889017.65917: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889017.65971: variable 'omit' from source: magic vars 172629 1726889017.66377: variable 'storage_test_volume' from source: include params 172629 1726889017.66425: Evaluated conditional (storage_test_volume.type == "raid"): False 172629 1726889017.66434: when evaluation is False, skipping this task 172629 1726889017.66441: _execute() done 172629 1726889017.66514: dumping result to json 172629 1726889017.66517: done dumping result, returning 172629 1726889017.66520: done running TaskExecutor() for managed_node1/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-d0a8-add8-0000000026db] 172629 1726889017.66522: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026db 172629 1726889017.66600: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026db 172629 1726889017.66603: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 172629 1726889017.66669: no more pending results, returning what we have 172629 1726889017.66673: results queue empty 172629 1726889017.66675: checking for any_errors_fatal 172629 1726889017.66688: done checking for any_errors_fatal 172629 1726889017.66689: checking for max_fail_percentage 172629 1726889017.66691: done checking for max_fail_percentage 172629 1726889017.66692: checking to see if all hosts have failed and the running result is not ok 172629 1726889017.66693: done checking to see if all hosts have failed 172629 1726889017.66694: getting the remaining hosts for this loop 172629 1726889017.66695: done getting the remaining hosts for this loop 172629 1726889017.66699: getting the next task for host managed_node1 172629 1726889017.66707: done getting next task for host managed_node1 172629 1726889017.66710: ^ task is: TASK: Verify the volume's device type 172629 1726889017.66717: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889017.66721: getting variables 172629 1726889017.66723: in VariableManager get_vars() 172629 1726889017.66768: Calling all_inventory to load vars for managed_node1 172629 1726889017.66772: Calling groups_inventory to load vars for managed_node1 172629 1726889017.66776: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889017.66791: Calling all_plugins_play to load vars for managed_node1 172629 1726889017.66794: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889017.66798: Calling groups_plugins_play to load vars for managed_node1 172629 1726889017.67657: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889017.68313: done with get_vars() 172629 1726889017.68327: done getting variables 172629 1726889017.68391: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Friday 20 September 2024 23:23:37 -0400 (0:00:00.035) 0:01:57.964 ****** 172629 1726889017.68422: entering _queue_task() for managed_node1/assert 172629 1726889017.68803: worker is 1 (out of 1 available) 172629 1726889017.68815: exiting _queue_task() for managed_node1/assert 172629 1726889017.68826: done queuing things up, now waiting for results queue to drain 172629 1726889017.68827: waiting for pending results... 172629 1726889017.69142: running TaskExecutor() for managed_node1/TASK: Verify the volume's device type 172629 1726889017.69240: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026dc 172629 1726889017.69247: variable 'ansible_search_path' from source: unknown 172629 1726889017.69350: calling self._execute() 172629 1726889017.69434: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889017.69448: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889017.69473: variable 'omit' from source: magic vars 172629 1726889017.69866: variable '_storage_test_volume_present' from source: set_fact 172629 1726889017.69879: Evaluated conditional (_storage_test_volume_present): True 172629 1726889017.69897: variable 'omit' from source: magic vars 172629 1726889017.69959: variable 'omit' from source: magic vars 172629 1726889017.70108: variable 'omit' from source: magic vars 172629 1726889017.70112: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889017.70115: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889017.70117: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889017.70137: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889017.70157: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889017.70192: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889017.70201: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889017.70213: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889017.70326: Set connection var ansible_timeout to 10 172629 1726889017.70337: Set connection var ansible_shell_type to sh 172629 1726889017.70348: Set connection var ansible_pipelining to False 172629 1726889017.70361: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889017.70370: Set connection var ansible_shell_executable to /bin/sh 172629 1726889017.70376: Set connection var ansible_connection to ssh 172629 1726889017.70399: variable 'ansible_shell_executable' from source: unknown 172629 1726889017.70406: variable 'ansible_connection' from source: unknown 172629 1726889017.70413: variable 'ansible_module_compression' from source: unknown 172629 1726889017.70419: variable 'ansible_shell_type' from source: unknown 172629 1726889017.70430: variable 'ansible_shell_executable' from source: unknown 172629 1726889017.70439: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889017.70446: variable 'ansible_pipelining' from source: unknown 172629 1726889017.70541: variable 'ansible_timeout' from source: unknown 172629 1726889017.70544: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889017.70617: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889017.70633: variable 'omit' from source: magic vars 172629 1726889017.70648: starting attempt loop 172629 1726889017.70661: running the handler 172629 1726889017.70960: variable 'storage_test_blkinfo' from source: set_fact 172629 1726889017.70963: variable 'storage_test_volume' from source: include params 172629 1726889017.70966: variable 'st_volume_type' from source: set_fact 172629 1726889017.70968: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._raw_device].type == st_volume_type): True 172629 1726889017.70971: handler run complete 172629 1726889017.70998: attempt loop complete, returning result 172629 1726889017.71005: _execute() done 172629 1726889017.71013: dumping result to json 172629 1726889017.71020: done dumping result, returning 172629 1726889017.71031: done running TaskExecutor() for managed_node1/TASK: Verify the volume's device type [0affc8a3-6f6f-d0a8-add8-0000000026dc] 172629 1726889017.71040: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026dc ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889017.71248: no more pending results, returning what we have 172629 1726889017.71252: results queue empty 172629 1726889017.71257: checking for any_errors_fatal 172629 1726889017.71268: done checking for any_errors_fatal 172629 1726889017.71269: checking for max_fail_percentage 172629 1726889017.71271: done checking for max_fail_percentage 172629 1726889017.71272: checking to see if all hosts have failed and the running result is not ok 172629 1726889017.71273: done checking to see if all hosts have failed 172629 1726889017.71273: getting the remaining hosts for this loop 172629 1726889017.71275: done getting the remaining hosts for this loop 172629 1726889017.71279: getting the next task for host managed_node1 172629 1726889017.71291: done getting next task for host managed_node1 172629 1726889017.71294: ^ task is: TASK: Stat the LUKS device, if encrypted 172629 1726889017.71300: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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 172629 1726889017.71304: getting variables 172629 1726889017.71305: in VariableManager get_vars() 172629 1726889017.71402: Calling all_inventory to load vars for managed_node1 172629 1726889017.71405: Calling groups_inventory to load vars for managed_node1 172629 1726889017.71409: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889017.71537: Calling all_plugins_play to load vars for managed_node1 172629 1726889017.71541: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889017.71544: Calling groups_plugins_play to load vars for managed_node1 172629 1726889017.72262: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026dc 172629 1726889017.72266: WORKER PROCESS EXITING 172629 1726889017.72533: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889017.73584: done with get_vars() 172629 1726889017.73605: done getting variables TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Friday 20 September 2024 23:23:37 -0400 (0:00:00.052) 0:01:58.016 ****** 172629 1726889017.73705: entering _queue_task() for managed_node1/stat 172629 1726889017.74158: worker is 1 (out of 1 available) 172629 1726889017.74171: exiting _queue_task() for managed_node1/stat 172629 1726889017.74184: done queuing things up, now waiting for results queue to drain 172629 1726889017.74186: waiting for pending results... 172629 1726889017.74414: running TaskExecutor() for managed_node1/TASK: Stat the LUKS device, if encrypted 172629 1726889017.74548: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026e0 172629 1726889017.74578: variable 'ansible_search_path' from source: unknown 172629 1726889017.74621: calling self._execute() 172629 1726889017.74761: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889017.74772: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889017.74787: variable 'omit' from source: magic vars 172629 1726889017.75272: variable 'storage_test_volume' from source: include params 172629 1726889017.75318: Evaluated conditional (storage_test_volume.encryption): False 172629 1726889017.75326: when evaluation is False, skipping this task 172629 1726889017.75333: _execute() done 172629 1726889017.75341: dumping result to json 172629 1726889017.75358: done dumping result, returning 172629 1726889017.75370: done running TaskExecutor() for managed_node1/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-d0a8-add8-0000000026e0] 172629 1726889017.75379: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e0 172629 1726889017.75546: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e0 172629 1726889017.75550: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889017.75609: no more pending results, returning what we have 172629 1726889017.75613: results queue empty 172629 1726889017.75614: checking for any_errors_fatal 172629 1726889017.75622: done checking for any_errors_fatal 172629 1726889017.75623: checking for max_fail_percentage 172629 1726889017.75625: done checking for max_fail_percentage 172629 1726889017.75626: checking to see if all hosts have failed and the running result is not ok 172629 1726889017.75627: done checking to see if all hosts have failed 172629 1726889017.75628: getting the remaining hosts for this loop 172629 1726889017.75629: done getting the remaining hosts for this loop 172629 1726889017.75633: getting the next task for host managed_node1 172629 1726889017.75642: done getting next task for host managed_node1 172629 1726889017.75645: ^ task is: TASK: Ensure cryptsetup is present 172629 1726889017.75651: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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 172629 1726889017.75765: getting variables 172629 1726889017.75768: in VariableManager get_vars() 172629 1726889017.75813: Calling all_inventory to load vars for managed_node1 172629 1726889017.75816: Calling groups_inventory to load vars for managed_node1 172629 1726889017.75820: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889017.75833: Calling all_plugins_play to load vars for managed_node1 172629 1726889017.75836: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889017.75839: Calling groups_plugins_play to load vars for managed_node1 172629 1726889017.76586: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889017.77232: done with get_vars() 172629 1726889017.77246: done getting variables 172629 1726889017.77310: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Friday 20 September 2024 23:23:37 -0400 (0:00:00.036) 0:01:58.053 ****** 172629 1726889017.77341: entering _queue_task() for managed_node1/package 172629 1726889017.77610: worker is 1 (out of 1 available) 172629 1726889017.77623: exiting _queue_task() for managed_node1/package 172629 1726889017.77749: done queuing things up, now waiting for results queue to drain 172629 1726889017.77751: waiting for pending results... 172629 1726889017.78075: running TaskExecutor() for managed_node1/TASK: Ensure cryptsetup is present 172629 1726889017.78080: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026e1 172629 1726889017.78162: variable 'ansible_search_path' from source: unknown 172629 1726889017.78167: calling self._execute() 172629 1726889017.78256: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889017.78269: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889017.78288: variable 'omit' from source: magic vars 172629 1726889017.78460: variable 'omit' from source: magic vars 172629 1726889017.78487: variable 'omit' from source: magic vars 172629 1726889017.78794: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889017.81862: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889017.81940: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889017.82024: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889017.82072: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889017.82122: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889017.82207: 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) 172629 1726889017.82243: 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) 172629 1726889017.82277: 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) 172629 1726889017.82340: 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) 172629 1726889017.82351: 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) 172629 1726889017.82482: variable '__storage_is_ostree' from source: set_fact 172629 1726889017.82504: variable 'omit' from source: magic vars 172629 1726889017.82561: variable 'omit' from source: magic vars 172629 1726889017.82569: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889017.82598: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889017.82625: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889017.82645: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889017.82668: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889017.82722: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889017.82725: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889017.82727: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889017.82832: Set connection var ansible_timeout to 10 172629 1726889017.82885: Set connection var ansible_shell_type to sh 172629 1726889017.82888: Set connection var ansible_pipelining to False 172629 1726889017.82890: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889017.82892: Set connection var ansible_shell_executable to /bin/sh 172629 1726889017.82894: Set connection var ansible_connection to ssh 172629 1726889017.82902: variable 'ansible_shell_executable' from source: unknown 172629 1726889017.82910: variable 'ansible_connection' from source: unknown 172629 1726889017.82916: variable 'ansible_module_compression' from source: unknown 172629 1726889017.82922: variable 'ansible_shell_type' from source: unknown 172629 1726889017.82928: variable 'ansible_shell_executable' from source: unknown 172629 1726889017.82939: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889017.82947: variable 'ansible_pipelining' from source: unknown 172629 1726889017.82994: variable 'ansible_timeout' from source: unknown 172629 1726889017.82997: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889017.83088: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889017.83111: variable 'omit' from source: magic vars 172629 1726889017.83120: starting attempt loop 172629 1726889017.83127: running the handler 172629 1726889017.83137: variable 'ansible_facts' from source: unknown 172629 1726889017.83143: variable 'ansible_facts' from source: unknown 172629 1726889017.83217: _low_level_execute_command(): starting 172629 1726889017.83270: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889017.84523: 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 <<< 172629 1726889017.84539: stderr 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 <<< 172629 1726889017.84573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889017.84633: 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 <<< 172629 1726889017.84677: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889017.86602: stdout chunk (state=3): >>>/root <<< 172629 1726889017.86709: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889017.86715: stdout chunk (state=3): >>><<< 172629 1726889017.86724: stderr chunk (state=3): >>><<< 172629 1726889017.86746: _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 172629 1726889017.86763: _low_level_execute_command(): starting 172629 1726889017.86775: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889017.8674614-176956-47200362170989 `" && echo ansible-tmp-1726889017.8674614-176956-47200362170989="` echo /root/.ansible/tmp/ansible-tmp-1726889017.8674614-176956-47200362170989 `" ) && sleep 0' 172629 1726889017.87439: 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 <<< 172629 1726889017.87470: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889017.87489: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889017.87505: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889017.87584: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889017.89733: stdout chunk (state=3): >>>ansible-tmp-1726889017.8674614-176956-47200362170989=/root/.ansible/tmp/ansible-tmp-1726889017.8674614-176956-47200362170989 <<< 172629 1726889017.89766: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889017.89769: stdout chunk (state=3): >>><<< 172629 1726889017.89772: stderr chunk (state=3): >>><<< 172629 1726889017.89791: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889017.8674614-176956-47200362170989=/root/.ansible/tmp/ansible-tmp-1726889017.8674614-176956-47200362170989 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889017.89877: variable 'ansible_module_compression' from source: unknown 172629 1726889017.89950: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 172629 1726889017.90058: variable 'ansible_facts' from source: unknown 172629 1726889017.90184: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889017.8674614-176956-47200362170989/AnsiballZ_dnf.py 172629 1726889017.90430: Sending initial data 172629 1726889017.90433: Sent initial data (153 bytes) 172629 1726889017.91047: 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 <<< 172629 1726889017.91065: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889017.91084: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889017.91098: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889017.91175: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889017.92728: 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 <<< 172629 1726889017.92783: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889017.93000: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp14wjzq5q /root/.ansible/tmp/ansible-tmp-1726889017.8674614-176956-47200362170989/AnsiballZ_dnf.py <<< 172629 1726889017.93004: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889017.8674614-176956-47200362170989/AnsiballZ_dnf.py" <<< 172629 1726889017.93006: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 172629 1726889017.93009: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp14wjzq5q" to remote "/root/.ansible/tmp/ansible-tmp-1726889017.8674614-176956-47200362170989/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889017.8674614-176956-47200362170989/AnsiballZ_dnf.py" <<< 172629 1726889017.94131: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889017.94134: stderr chunk (state=3): >>><<< 172629 1726889017.94137: stdout chunk (state=3): >>><<< 172629 1726889017.94195: done transferring module to remote 172629 1726889017.94199: _low_level_execute_command(): starting 172629 1726889017.94207: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889017.8674614-176956-47200362170989/ /root/.ansible/tmp/ansible-tmp-1726889017.8674614-176956-47200362170989/AnsiballZ_dnf.py && sleep 0' 172629 1726889017.94950: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889017.94953: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889017.95002: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889017.95005: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889017.95026: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889017.95044: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889017.95068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889017.95092: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726889017.95217: 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 <<< 172629 1726889017.95513: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889017.95579: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889017.95702: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889017.97562: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889017.97569: stdout chunk (state=3): >>><<< 172629 1726889017.97576: stderr chunk (state=3): >>><<< 172629 1726889017.97603: _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 172629 1726889017.97607: _low_level_execute_command(): starting 172629 1726889017.97609: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889017.8674614-176956-47200362170989/AnsiballZ_dnf.py && sleep 0' 172629 1726889017.98306: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889017.98309: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889017.98312: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889017.98314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889017.98316: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889017.98319: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889017.98321: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889017.98323: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726889017.98325: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726889017.98327: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726889017.98329: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889017.98331: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889017.98335: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889017.98337: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889017.98339: stderr chunk (state=3): >>>debug2: match found <<< 172629 1726889017.98366: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889017.98418: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889017.98429: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889017.98446: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889017.98568: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889018.00765: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889018.00974: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726889018.00982: stdout chunk (state=3): >>>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' <<< 172629 1726889018.00986: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889018.01016: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889018.01046: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889018.01080: 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 0x7f41555bc4d0> <<< 172629 1726889018.01083: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415558bb00> <<< 172629 1726889018.01110: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 172629 1726889018.01132: 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 0x7f41555bea50> <<< 172629 1726889018.01147: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889018.01170: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726889018.01199: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889018.01230: stdout chunk (state=3): >>>import '_stat' # <<< 172629 1726889018.01240: stdout chunk (state=3): >>>import 'stat' # <<< 172629 1726889018.01310: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889018.01339: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889018.01386: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889018.01392: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889018.01463: 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' <<< 172629 1726889018.01470: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889018.01501: 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' <<< 172629 1726889018.01508: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41555cd130> <<< 172629 1726889018.01559: 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 0x7f41555ce120> <<< 172629 1726889018.01588: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889018.01623: 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. <<< 172629 1726889018.02060: 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' <<< 172629 1726889018.02067: 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' <<< 172629 1726889018.02070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889018.02080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889018.02083: 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' <<< 172629 1726889018.02093: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41553b3f50> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889018.02125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41553c00e0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889018.02220: 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 <<< 172629 1726889018.02235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889018.02292: 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 0x7f41553e3920> # /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 0x7f41553e3fb0> <<< 172629 1726889018.02367: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41553c3bf0> import '_functools' # <<< 172629 1726889018.02452: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41553c1340> <<< 172629 1726889018.02517: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41553b1100> <<< 172629 1726889018.02528: 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' <<< 172629 1726889018.02559: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889018.02613: 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 <<< 172629 1726889018.02638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41554078c0> <<< 172629 1726889018.02689: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41554064e0> <<< 172629 1726889018.02725: 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 0x7f41553c21e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4155404c20> <<< 172629 1726889018.02771: 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 0x7f4155434920> <<< 172629 1726889018.02812: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41553b0380> # /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' <<< 172629 1726889018.02868: 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 0x7f4155434dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4155434c80> <<< 172629 1726889018.02911: 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 0x7f4155435070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41553a6ea0> # /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' <<< 172629 1726889018.03091: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4155435730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4155435430> <<< 172629 1726889018.03358: stdout chunk (state=3): >>>import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4155436630> 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' <<< 172629 1726889018.03363: 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 0x7f4155454860> 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 0x7f4155455f40> # /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 0x7f4155456de0> # 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 0x7f4155457440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4155456330> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889018.03387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4155457e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41554575c0> <<< 172629 1726889018.03417: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4155436690> <<< 172629 1726889018.03473: 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' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889018.03532: 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 0x7f415519fd40> <<< 172629 1726889018.03657: 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' <<< 172629 1726889018.03661: 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 0x7f41551cc890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41551cc5f0> # 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 0x7f41551cc830> <<< 172629 1726889018.03714: 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' <<< 172629 1726889018.03780: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889018.03902: 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 0x7f41551cd190> <<< 172629 1726889018.03987: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889018.04163: 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 0x7f41551cdb80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41551cca40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415519dee0> # /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 0x7f41551cef30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41551cda00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4155436d80> <<< 172629 1726889018.04167: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889018.04190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889018.04221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889018.04318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889018.04374: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41551f72c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889018.04378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889018.04395: 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' <<< 172629 1726889018.04659: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415521f650> <<< 172629 1726889018.04696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889018.04700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4155278470> # /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' <<< 172629 1726889018.04792: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415527abd0> <<< 172629 1726889018.04847: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4155278590> <<< 172629 1726889018.04880: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415523d460> <<< 172629 1726889018.04980: 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 0x7f4154b25520> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415521e450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41551cfe90> <<< 172629 1726889018.05062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889018.05082: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f415521e7b0> <<< 172629 1726889018.05231: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_1z7rzgb5/ansible_ansible.legacy.dnf_payload.zip' <<< 172629 1726889018.05251: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.05368: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.05399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889018.05571: 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 <<< 172629 1726889018.05624: 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 0x7f4154b7f0e0> import '_typing' # <<< 172629 1726889018.05774: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154b5dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154b5d160> # zipimport: zlib available <<< 172629 1726889018.05887: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889018.05978: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726889018.07248: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.08673: 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 0x7f4154b7cfb0> # /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 0x7f4154baab40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154baa8d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154baa1e0> # /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 0x7f4154baac30> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154b7fd70> 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 0x7f4154bab800> <<< 172629 1726889018.08871: 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 0x7f4154baba10> # /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 0x7f4154babf20> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889018.09005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889018.09009: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a11cd0> # 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 0x7f4154a138f0> # /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' <<< 172629 1726889018.09028: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a182f0> <<< 172629 1726889018.09045: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889018.09077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889018.09091: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a19490> <<< 172629 1726889018.09111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889018.09154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889018.09170: 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' <<< 172629 1726889018.09620: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a1bf50> # 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 0x7f41551ceea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a1a210> # /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 0x7f4154a1fe90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a1e960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a1e6c0> # /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 0x7f4154a1ec30> <<< 172629 1726889018.09648: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a1a720> <<< 172629 1726889018.09670: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889018.09683: 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 0x7f4154a63fe0> <<< 172629 1726889018.09709: 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 <<< 172629 1726889018.09726: 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 0x7f4154a64320> <<< 172629 1726889018.09749: 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' <<< 172629 1726889018.09836: 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 0x7f4154a65dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a65b80> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889018.09950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889018.09993: 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 0x7f4154a68320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a664b0> <<< 172629 1726889018.10086: 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' <<< 172629 1726889018.10115: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726889018.10167: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a6bb00> <<< 172629 1726889018.10272: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a684d0> <<< 172629 1726889018.10428: 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 0x7f4154a6cb60> # 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 0x7f4154a6cd10> # 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 0x7f4154a6ce00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a64530> <<< 172629 1726889018.10445: 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' <<< 172629 1726889018.10461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889018.10525: 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' <<< 172629 1726889018.10540: 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 0x7f4154af8500> <<< 172629 1726889018.10708: 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 0x7f4154af9910> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a6ec90> <<< 172629 1726889018.10772: 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 0x7f4154a6f860> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a6e870> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726889018.10785: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.10876: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.11063: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726889018.11142: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.11265: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.11879: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.12361: 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' # <<< 172629 1726889018.12410: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889018.12478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889018.12481: 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'<<< 172629 1726889018.12511: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4154afdaf0> <<< 172629 1726889018.12585: 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' <<< 172629 1726889018.12666: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154afe780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154af9e20> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 172629 1726889018.12701: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726889018.12841: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.12981: 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' <<< 172629 1726889018.13028: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154afe450> # zipimport: zlib available <<< 172629 1726889018.13443: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.13887: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.13971: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.14034: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726889018.14129: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.14171: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 172629 1726889018.14213: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.14331: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889018.14366: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889018.14406: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889018.14463: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.14641: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.14879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889018.15211: 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 0x7f4154aff8f0> # 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' # <<< 172629 1726889018.15214: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.15241: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.15311: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889018.15329: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889018.15390: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.15437: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.15557: 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 <<< 172629 1726889018.15577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889018.15636: 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 0x7f415490a240> <<< 172629 1726889018.15672: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154907590> <<< 172629 1726889018.15735: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726889018.15742: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.15779: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.15843: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.15876: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.15960: 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' <<< 172629 1726889018.15982: 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' <<< 172629 1726889018.16028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889018.16063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889018.16087: 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' <<< 172629 1726889018.16131: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154bfaab0> <<< 172629 1726889018.16186: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154be2780> <<< 172629 1726889018.16261: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415490a2a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154afcc50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726889018.16284: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.16310: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.16349: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889018.16384: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889018.16448: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889018.16451: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 172629 1726889018.16481: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.17003: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.17528: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.18192: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.18860: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 172629 1726889018.18864: 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 0x7f415499cc80> <<< 172629 1726889018.18883: 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 0x7f415499cec0> <<< 172629 1726889018.18936: 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' <<< 172629 1726889018.18961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' <<< 172629 1726889018.18989: stdout chunk (state=3): >>>import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415499d5e0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415499d160> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py <<< 172629 1726889018.19012: 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 <<< 172629 1726889018.19039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 172629 1726889018.19078: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415499deb0> # /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' <<< 172629 1726889018.19106: 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' <<< 172629 1726889018.19196: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 172629 1726889018.19211: 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' <<< 172629 1726889018.19257: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154991c40> # /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 0x7f41549919a0> <<< 172629 1726889018.19293: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41545b27b0> <<< 172629 1726889018.19337: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415499f6e0> <<< 172629 1726889018.19401: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 172629 1726889018.19434: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 172629 1726889018.19492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 172629 1726889018.19545: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41545c1310> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41545b3e90> <<< 172629 1726889018.19604: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41545b3230> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415499eb70> <<< 172629 1726889018.19650: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 172629 1726889018.19653: 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 <<< 172629 1726889018.19744: 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 <<< 172629 1726889018.19758: 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 0x7f415462d3d0> <<< 172629 1726889018.19883: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41545e54f0> <<< 172629 1726889018.20058: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41545b3c80> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 172629 1726889018.20409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 172629 1726889018.20447: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154634ec0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415462f1a0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41545e5010> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415499e540> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415499df40> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415499dc40> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415499cef0> # /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 0x7f415499df70> <<< 172629 1726889018.20451: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41546354f0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41546350a0> # /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 0x7f4154635d90> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 172629 1726889018.20458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 172629 1726889018.20519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726889018.20559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726889018.20623: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889018.20696: 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 0x7f415463c8c0> <<< 172629 1726889018.20933: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415461da30> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154636c30> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 172629 1726889018.20937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 172629 1726889018.21021: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415461d4c0> # /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 0x7f4154652840> <<< 172629 1726889018.21069: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 172629 1726889018.21118: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154653500> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154652f90> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 172629 1726889018.21189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 172629 1726889018.21267: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41546539e0> <<< 172629 1726889018.21288: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 172629 1726889018.21326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 172629 1726889018.21531: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154647ad0> <<< 172629 1726889018.21558: stdout chunk (state=3): >>># /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' <<< 172629 1726889018.21578: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154578470> <<< 172629 1726889018.21636: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.21725: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 172629 1726889018.21738: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.21846: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.21994: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # # zipimport: zlib available <<< 172629 1726889018.22084: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.22131: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # # zipimport: zlib available <<< 172629 1726889018.22245: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.22336: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 172629 1726889018.22451: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889018.22934: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 172629 1726889018.22990: 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 0x7f415457b200> <<< 172629 1726889018.23035: 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' <<< 172629 1726889018.23137: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415457b320> <<< 172629 1726889018.23199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 172629 1726889018.23202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 172629 1726889018.23269: 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 0x7f41542cf530> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41542ced80> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889018.23272: 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 0x7f41542cef60> <<< 172629 1726889018.23306: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415457b860> <<< 172629 1726889018.23318: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415457a720> <<< 172629 1726889018.23350: 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 0x7f415457af00> <<< 172629 1726889018.23374: 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 <<< 172629 1726889018.23436: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 172629 1726889018.23502: 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 <<< 172629 1726889018.23506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889018.23551: 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' <<< 172629 1726889018.23649: 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 0x7f415434cad0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415434c6b0> <<< 172629 1726889018.23663: 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 <<< 172629 1726889018.23710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 172629 1726889018.23753: 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 0x7f4154378350> <<< 172629 1726889018.23809: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415434cb90> <<< 172629 1726889018.23849: 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 <<< 172629 1726889018.23902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 172629 1726889018.24835: 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 0x7f4153eaf4a0> <<< 172629 1726889018.24887: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154378500> <<< 172629 1726889018.24912: 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 <<< 172629 1726889018.24976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 172629 1726889018.25071: 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 0x7f4153f25160> <<< 172629 1726889018.25316: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4153eaf9e0> <<< 172629 1726889018.25324: 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 # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726889018.25525: 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 0x7f4153f60110> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4153f25280> # /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' <<< 172629 1726889018.25529: 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 0x7f41524b0320> <<< 172629 1726889018.25579: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4153f60530> <<< 172629 1726889018.25596: 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 <<< 172629 1726889018.25604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 172629 1726889018.25688: 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 0x7f41524b15e0> <<< 172629 1726889018.25692: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524b09e0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415434c230> <<< 172629 1726889018.25694: 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 <<< 172629 1726889018.25762: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 172629 1726889018.25766: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 172629 1726889018.25792: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 172629 1726889018.25832: 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 0x7f41524d8aa0> <<< 172629 1726889018.25881: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524b3ef0> <<< 172629 1726889018.25885: 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 <<< 172629 1726889018.25921: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 172629 1726889018.25950: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 172629 1726889018.25976: 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 0x7f41524db140> <<< 172629 1726889018.26023: 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' <<< 172629 1726889018.26026: 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 <<< 172629 1726889018.26072: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524dbf80> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py <<< 172629 1726889018.26075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889018.26489: 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 0x7f41524f8950> <<< 172629 1726889018.26537: 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 <<< 172629 1726889018.26562: 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 0x7f41524f9df0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524f82c0> <<< 172629 1726889018.26584: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524daff0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524da990> <<< 172629 1726889018.26624: 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 <<< 172629 1726889018.26628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889018.26728: 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 0x7f41524fba10> <<< 172629 1726889018.26740: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524db560> <<< 172629 1726889018.26803: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524d8e30> <<< 172629 1726889018.26836: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524b3530> <<< 172629 1726889018.26876: 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' <<< 172629 1726889018.26996: 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 0x7f41524b3c20> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524b3980> <<< 172629 1726889018.27026: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524b1730> <<< 172629 1726889018.27050: 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 0x7f4152535010> <<< 172629 1726889018.27076: 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 <<< 172629 1726889018.27123: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 172629 1726889018.27127: 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 <<< 172629 1726889018.27143: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 172629 1726889018.27170: 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 <<< 172629 1726889018.27182: 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 0x7f4152537560> <<< 172629 1726889018.27216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726889018.27238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152537d40> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152536840> <<< 172629 1726889018.27271: 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 <<< 172629 1726889018.27288: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 172629 1726889018.27320: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152564590> <<< 172629 1726889018.27329: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152534fe0> <<< 172629 1726889018.27360: 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' <<< 172629 1726889018.27376: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 172629 1726889018.27434: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 172629 1726889018.27437: 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' <<< 172629 1726889018.27488: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152565fd0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152565580> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41525653a0> <<< 172629 1726889018.27491: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 172629 1726889018.27517: 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 <<< 172629 1726889018.27540: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726889018.27573: 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 <<< 172629 1726889018.27663: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 172629 1726889018.27719: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152591070> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 172629 1726889018.27732: 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 <<< 172629 1726889018.27783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726889018.27800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726889018.27816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151e5f0b0> <<< 172629 1726889018.27836: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889018.27859: 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 0x7f4151e5f3b0> <<< 172629 1726889018.27896: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152593320> <<< 172629 1726889018.27941: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152591520> <<< 172629 1726889018.27944: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152590560> <<< 172629 1726889018.27979: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41525667e0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152566510> <<< 172629 1726889018.28022: 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 <<< 172629 1726889018.28026: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 172629 1726889018.28078: 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' <<< 172629 1726889018.28085: 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 <<< 172629 1726889018.28107: 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 0x7f4151e98ec0> <<< 172629 1726889018.28110: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151e5ffe0> <<< 172629 1726889018.28141: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152566cf0> <<< 172629 1726889018.28175: 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' <<< 172629 1726889018.28188: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151e99640> <<< 172629 1726889018.28223: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151e99a00> <<< 172629 1726889018.28257: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151e99ac0> <<< 172629 1726889018.28308: 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 <<< 172629 1726889018.28338: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151e99be0> # /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 <<< 172629 1726889018.28382: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 172629 1726889018.28434: 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 0x7f4151eb87a0> <<< 172629 1726889018.28480: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151e9a8d0> <<< 172629 1726889018.28533: 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 0x7f4151eb8950> # /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' <<< 172629 1726889018.28627: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151eb8a10> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151e99b20> # /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 0x7f4151eb8bc0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py <<< 172629 1726889018.28630: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 172629 1726889018.28666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726889018.28702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726889018.28723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726889018.28811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726889018.28829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726889018.28858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726889018.28897: 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 0x7f4151f085c0> <<< 172629 1726889018.28900: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151edf9e0> <<< 172629 1726889018.29001: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151ede450> <<< 172629 1726889018.29151: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151eba390> <<< 172629 1726889018.29279: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151eb97f0> # /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 0x7f4151eba840> # /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 0x7f4151edc4d0> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py <<< 172629 1726889018.29385: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151f24dd0> # /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 0x7f4151f25010> # /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 0x7f4151f25970> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151f25400> <<< 172629 1726889018.29426: 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 0x7f4151f26870> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41542cf5f0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415457b710> <<< 172629 1726889018.30036: 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 0x7f4151f273e0> # /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' <<< 172629 1726889018.30110: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 172629 1726889018.30114: 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 <<< 172629 1726889018.30259: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151cf3e60> # /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 <<< 172629 1726889018.30305: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' # /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889018.30414: 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 0x7f4151d19eb0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d19a60> <<< 172629 1726889018.30459: 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 0x7f4154652f00> <<< 172629 1726889018.30511: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d18950> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d181d0> <<< 172629 1726889018.30533: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151cf0ec0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py <<< 172629 1726889018.30545: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41525665d0> # /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 <<< 172629 1726889018.30580: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889018.30625: 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 <<< 172629 1726889018.30650: stdout chunk (state=3): >>># 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 0x7f4151d2f3e0> <<< 172629 1726889018.30678: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d2df10> <<< 172629 1726889018.30719: 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 <<< 172629 1726889018.30773: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d50bf0> # /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' <<< 172629 1726889018.30933: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d50ef0> # /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 0x7f4151d51160> # /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 0x7f4151d513d0> # /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 <<< 172629 1726889018.31161: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d51ac0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d51910> # /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 0x7f4151d533b0> <<< 172629 1726889018.31224: 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 0x7f4151d53500> # /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 0x7f4151d53710> # /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 0x7f4151d6c6b0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d53ef0> <<< 172629 1726889018.31228: 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' <<< 172629 1726889018.31274: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d6d250> <<< 172629 1726889018.31305: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d6d6a0> # /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' <<< 172629 1726889018.31337: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d6d880> # /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 <<< 172629 1726889018.31395: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 172629 1726889018.31614: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d6db50> # /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 0x7f4151d6ea20> # /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 0x7f4151d6ec90> # /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 0x7f4151d6eea0> # /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' <<< 172629 1726889018.31631: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d6fa70> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d6f590> # /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' <<< 172629 1726889018.31665: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d90920> <<< 172629 1726889018.31731: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d90260> # /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 0x7f4151d915b0> # /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 <<< 172629 1726889018.31866: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 172629 1726889018.31895: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d91880> # /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 0x7f4151d927e0> # /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 0x7f4151d92a80> # /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 0x7f4151d92c30> <<< 172629 1726889018.31930: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151f27830> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151f275c0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151f26cf0> # /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'<<< 172629 1726889018.32012: stdout chunk (state=3): >>> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d93620> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d93380> <<< 172629 1726889018.32503: 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 <<< 172629 1726889018.32506: 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' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151dbda90> # /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 0x7f4151dbf1d0> # 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 0x7f4151dbe3c0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151dbdfa0> # /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 0x7f4151b0c980> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151af3da0> # /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 <<< 172629 1726889018.32533: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 172629 1726889018.32560: stdout chunk (state=3): >>>import 'six.moves' # <<< 172629 1726889018.32583: 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 <<< 172629 1726889018.32632: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b0f7d0> <<< 172629 1726889018.32688: 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 0x7f4151b0f950> # /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 <<< 172629 1726889018.32736: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b0cfb0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b0cc80> <<< 172629 1726889018.32776: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d938c0> <<< 172629 1726889018.32808: 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' <<< 172629 1726889018.32852: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151dbd5e0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d93470> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151cf05c0> <<< 172629 1726889018.32885: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py <<< 172629 1726889018.32933: 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 0x7f4151b36270> <<< 172629 1726889018.33085: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 172629 1726889018.33192: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b36b40> # /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 0x7f4151b37b30> <<< 172629 1726889018.33388: 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 0x7f4151b601d0> # /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' <<< 172629 1726889018.33397: 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' <<< 172629 1726889018.33400: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889018.33449: 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 0x7f4151b61880> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b61250> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b60ef0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b60b90> # /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 0x7f4151b60fb0> # /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' <<< 172629 1726889018.33573: 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' <<< 172629 1726889018.33589: 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 0x7f4151b63560> <<< 172629 1726889018.33626: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 172629 1726889018.33631: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b63620> <<< 172629 1726889018.33633: 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' <<< 172629 1726889018.33714: 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 0x7f4151b63d10> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b63b90> <<< 172629 1726889018.33790: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 172629 1726889018.33805: 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 <<< 172629 1726889018.33840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 172629 1726889018.33868: 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 0x7f4151b92390> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 172629 1726889018.33935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 172629 1726889018.33984: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b935c0> <<< 172629 1726889018.34000: 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 0x7f4151b93830> # /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' <<< 172629 1726889018.34098: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4151b93980> <<< 172629 1726889018.34206: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b937d0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b93080> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b92510> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b917c0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b90d40> <<< 172629 1726889018.34210: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b905c0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b63050> <<< 172629 1726889018.34216: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b62540> # /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 0x7f4151b93290> # /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' <<< 172629 1726889018.34306: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b93e30> # /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 0x7f4151bbc740> # /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' <<< 172629 1726889018.34391: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151bbcb00> <<< 172629 1726889018.34398: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151bbd430> <<< 172629 1726889018.34498: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 172629 1726889018.34505: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151bbdfa0> <<< 172629 1726889018.46882: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["cryptsetup"], "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}}} <<< 172629 1726889018.48076: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic # destroy __main__ <<< 172629 1726889018.48516: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889018.48560: 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 <<< 172629 1726889018.48564: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix <<< 172629 1726889018.48581: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # 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 <<< 172629 1726889018.48634: stdout chunk (state=3): >>># 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 <<< 172629 1726889018.48669: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select <<< 172629 1726889018.48686: 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 <<< 172629 1726889018.48709: stdout chunk (state=3): >>># 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 <<< 172629 1726889018.48726: stdout chunk (state=3): >>># 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<<< 172629 1726889018.48742: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation <<< 172629 1726889018.48752: stdout chunk (state=3): >>># destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 <<< 172629 1726889018.48785: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 172629 1726889018.48799: stdout chunk (state=3): >>># cleanup[2] removing email <<< 172629 1726889018.48811: stdout chunk (state=3): >>># cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar <<< 172629 1726889018.48832: stdout chunk (state=3): >>># cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # 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 <<< 172629 1726889018.48841: stdout chunk (state=3): >>># cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # 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 <<< 172629 1726889018.48873: stdout chunk (state=3): >>># cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group <<< 172629 1726889018.48893: stdout chunk (state=3): >>># 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 <<< 172629 1726889018.48909: stdout chunk (state=3): >>># cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # 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 <<< 172629 1726889018.48927: stdout chunk (state=3): >>># 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 <<< 172629 1726889018.48953: stdout chunk (state=3): >>># cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # 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 <<< 172629 1726889018.49475: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889018.49478: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 172629 1726889018.49490: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726889018.49502: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 172629 1726889018.49531: stdout chunk (state=3): >>># destroy ntpath # destroy zipimport <<< 172629 1726889018.49542: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp<<< 172629 1726889018.49557: stdout chunk (state=3): >>> # destroy syslog <<< 172629 1726889018.49572: stdout chunk (state=3): >>># destroy selinux <<< 172629 1726889018.49588: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 172629 1726889018.49598: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 172629 1726889018.49637: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 172629 1726889018.49654: 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 <<< 172629 1726889018.49674: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 172629 1726889018.49698: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 172629 1726889018.49713: stdout chunk (state=3): >>># destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus <<< 172629 1726889018.49723: stdout chunk (state=3): >>># destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 172629 1726889018.49736: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 172629 1726889018.49770: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings <<< 172629 1726889018.49793: 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 <<< 172629 1726889018.49812: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios <<< 172629 1726889018.49816: stdout chunk (state=3): >>># cleanup[3] wiping curses # cleanup[3] wiping _curses <<< 172629 1726889018.49822: stdout chunk (state=3): >>># cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum <<< 172629 1726889018.49861: stdout chunk (state=3): >>># destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils <<< 172629 1726889018.49868: stdout chunk (state=3): >>># destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token <<< 172629 1726889018.49895: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey <<< 172629 1726889018.49902: stdout chunk (state=3): >>># cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm <<< 172629 1726889018.49921: stdout chunk (state=3): >>># destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf <<< 172629 1726889018.49940: stdout chunk (state=3): >>># destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo <<< 172629 1726889018.49952: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types <<< 172629 1726889018.49976: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request <<< 172629 1726889018.49998: stdout chunk (state=3): >>># destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base <<< 172629 1726889018.50001: stdout chunk (state=3): >>># cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 172629 1726889018.50028: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase <<< 172629 1726889018.50047: stdout chunk (state=3): >>># cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar <<< 172629 1726889018.50061: stdout chunk (state=3): >>># cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime <<< 172629 1726889018.50096: stdout chunk (state=3): >>># cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux <<< 172629 1726889018.50101: 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 <<< 172629 1726889018.50117: stdout chunk (state=3): >>># cleanup[3] wiping array # cleanup[3] wiping _socket <<< 172629 1726889018.50133: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 172629 1726889018.50149: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal <<< 172629 1726889018.50169: stdout chunk (state=3): >>># cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale <<< 172629 1726889018.50185: stdout chunk (state=3): >>># destroy encodings # cleanup[3] wiping _locale <<< 172629 1726889018.50198: stdout chunk (state=3): >>># destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse <<< 172629 1726889018.50221: stdout chunk (state=3): >>># destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile <<< 172629 1726889018.50237: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math <<< 172629 1726889018.50241: stdout chunk (state=3): >>># cleanup[3] wiping shutil <<< 172629 1726889018.50276: stdout chunk (state=3): >>># cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings <<< 172629 1726889018.50280: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 172629 1726889018.50283: stdout chunk (state=3): >>># cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 172629 1726889018.50326: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 172629 1726889018.50349: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 172629 1726889018.50382: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 172629 1726889018.50405: stdout chunk (state=3): >>># destroy _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726889018.50849: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889018.50893: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 172629 1726889018.50932: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889018.50960: stdout chunk (state=3): >>># destroy _compat_pickle <<< 172629 1726889018.50987: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue <<< 172629 1726889018.51009: stdout chunk (state=3): >>># 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 <<< 172629 1726889018.51058: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip <<< 172629 1726889018.51085: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 172629 1726889018.51111: 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 <<< 172629 1726889018.51143: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 172629 1726889018.51178: 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 <<< 172629 1726889018.51214: stdout chunk (state=3): >>># destroy rpm <<< 172629 1726889018.51267: stdout chunk (state=3): >>># destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io <<< 172629 1726889018.51278: stdout chunk (state=3): >>># destroy _opcode <<< 172629 1726889018.51333: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 172629 1726889018.51375: stdout chunk (state=3): >>># destroy binascii <<< 172629 1726889018.51387: stdout chunk (state=3): >>># destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 172629 1726889018.51418: stdout chunk (state=3): >>># destroy _ssl <<< 172629 1726889018.51480: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889018.51690: 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 <<< 172629 1726889018.51693: stdout chunk (state=3): >>># destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 172629 1726889018.52277: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889018.52299: stderr chunk (state=3): >>><<< 172629 1726889018.52306: stdout chunk (state=3): >>><<< 172629 1726889018.52520: _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 0x7f41555bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415558bb00> # /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 0x7f41555bea50> 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 0x7f41555cd130> # /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 0x7f41555ce120> 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 0x7f41553b3f50> # /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 0x7f41553c00e0> # /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 0x7f41553e3920> # /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 0x7f41553e3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41553c3bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41553c1340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41553b1100> # /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 0x7f41554078c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41554064e0> # /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 0x7f41553c21e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4155404c20> # /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 0x7f4155434920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41553b0380> # /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 0x7f4155434dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4155434c80> # 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 0x7f4155435070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41553a6ea0> # /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 0x7f4155435730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4155435430> 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 0x7f4155436630> 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 0x7f4155454860> 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 0x7f4155455f40> # /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 0x7f4155456de0> # 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 0x7f4155457440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4155456330> # /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 0x7f4155457e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41554575c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4155436690> # /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 0x7f415519fd40> # /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 0x7f41551cc890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41551cc5f0> # 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 0x7f41551cc830> # /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 0x7f41551cd190> # 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 0x7f41551cdb80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41551cca40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415519dee0> # /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 0x7f41551cef30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41551cda00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4155436d80> # /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 0x7f41551f72c0> # /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 0x7f415521f650> # /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 0x7f4155278470> # /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 0x7f415527abd0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4155278590> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415523d460> # /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 0x7f4154b25520> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415521e450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41551cfe90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f415521e7b0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_1z7rzgb5/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 0x7f4154b7f0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154b5dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154b5d160> # 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 0x7f4154b7cfb0> # /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 0x7f4154baab40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154baa8d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154baa1e0> # /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 0x7f4154baac30> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154b7fd70> 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 0x7f4154bab800> # 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 0x7f4154baba10> # /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 0x7f4154babf20> 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 0x7f4154a11cd0> # 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 0x7f4154a138f0> # /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 0x7f4154a182f0> # /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 0x7f4154a19490> # /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 0x7f4154a1bf50> # 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 0x7f41551ceea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a1a210> # /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 0x7f4154a1fe90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a1e960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a1e6c0> # /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 0x7f4154a1ec30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a1a720> # 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 0x7f4154a63fe0> # /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 0x7f4154a64320> # /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 0x7f4154a65dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a65b80> # /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 0x7f4154a68320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a664b0> # /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 0x7f4154a6bb00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a684d0> # 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 0x7f4154a6cb60> # 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 0x7f4154a6cd10> # 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 0x7f4154a6ce00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a64530> # /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 0x7f4154af8500> # 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 0x7f4154af9910> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a6ec90> # 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 0x7f4154a6f860> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154a6e870> # 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 0x7f4154afdaf0> # /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 0x7f4154afe780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154af9e20> 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 0x7f4154afe450> # 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 0x7f4154aff8f0> # 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 0x7f415490a240> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154907590> 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 0x7f4154bfaab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154be2780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415490a2a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154afcc50> # 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 0x7f415499cc80> # /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 0x7f415499cec0> # /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 0x7f415499d5e0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415499d160> # /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 0x7f415499deb0> # /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 0x7f4154991c40> # /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 0x7f41549919a0> # /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 0x7f41545b27b0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415499f6e0> # /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 0x7f41545c1310> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41545b3e90> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41545b3230> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415499eb70> # /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 0x7f415462d3d0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41545e54f0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41545b3c80> # /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 0x7f4154634ec0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415462f1a0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41545e5010> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415499e540> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415499df40> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415499dc40> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415499cef0> # /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 0x7f415499df70> # /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 0x7f41546354f0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41546350a0> # /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 0x7f4154635d90> # /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 0x7f415463c8c0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415461da30> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154636c30> # /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 0x7f415461d4c0> # /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 0x7f4154652840> # /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 0x7f4154653500> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154652f90> # /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 0x7f41546539e0> # /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 0x7f4154647ad0> # /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 0x7f4154578470> # 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 0x7f415457b200> # /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 0x7f415457b320> # /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 0x7f41542cf530> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41542ced80> # 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 0x7f41542cef60> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415457b860> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415457a720> # /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 0x7f415457af00> # /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 0x7f415434cad0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415434c6b0> # /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 0x7f4154378350> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415434cb90> # /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 0x7f4153eaf4a0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4154378500> # /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 0x7f4153f25160> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4153eaf9e0> # /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 0x7f4153f60110> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4153f25280> # /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 0x7f41524b0320> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4153f60530> # /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 0x7f41524b15e0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524b09e0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415434c230> # /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 0x7f41524d8aa0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524b3ef0> # /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 0x7f41524db140> # /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 0x7f41524dbf80> # /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 0x7f41524f8950> # /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 0x7f41524f9df0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524f82c0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524daff0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524da990> # /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 0x7f41524fba10> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524db560> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524d8e30> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524b3530> # /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 0x7f41524b3c20> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524b3980> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41524b1730> # /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 0x7f4152535010> # /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 0x7f4152537560> # /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 0x7f4152537d40> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152536840> # /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 0x7f4152564590> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152534fe0> # /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 0x7f4152565fd0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152565580> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41525653a0> # /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 0x7f4152591070> # /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 0x7f4151e5f0b0> # 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 0x7f4151e5f3b0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152593320> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152591520> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152590560> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41525667e0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152566510> # /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 0x7f4151e98ec0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151e5ffe0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4152566cf0> # /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 0x7f4151e99640> # /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 0x7f4151e99a00> # /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 0x7f4151e99ac0> # /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 0x7f4151e99be0> # /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 0x7f4151eb87a0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151e9a8d0> # /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 0x7f4151eb8950> # /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 0x7f4151eb8a10> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151e99b20> # /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 0x7f4151eb8bc0> # /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 0x7f4151f085c0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151edf9e0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151ede450> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151eba390> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151eb97f0> # /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 0x7f4151eba840> # /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 0x7f4151edc4d0> # /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 0x7f4151f24dd0> # /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 0x7f4151f25010> # /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 0x7f4151f25970> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151f25400> # /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 0x7f4151f26870> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41542cf5f0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f415457b710> # /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 0x7f4151f273e0> # /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 0x7f4151cf3e60> # /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 0x7f4151d19eb0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d19a60> # 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 0x7f4154652f00> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d18950> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d181d0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151cf0ec0> # /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 0x7f41525665d0> # /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 0x7f4151d2f3e0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d2df10> # /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 0x7f4151d50bf0> # /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 0x7f4151d50ef0> # /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 0x7f4151d51160> # /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 0x7f4151d513d0> # /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 0x7f4151d51ac0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d51910> # /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 0x7f4151d533b0> # /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 0x7f4151d53500> # /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 0x7f4151d53710> # /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 0x7f4151d6c6b0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d53ef0> # /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 0x7f4151d6d250> # /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 0x7f4151d6d6a0> # /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 0x7f4151d6d880> # /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 0x7f4151d6db50> # /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 0x7f4151d6ea20> # /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 0x7f4151d6ec90> # /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 0x7f4151d6eea0> # /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 0x7f4151d6fa70> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d6f590> # /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 0x7f4151d90920> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d90260> # /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 0x7f4151d915b0> # /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 0x7f4151d91880> # /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 0x7f4151d927e0> # /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 0x7f4151d92a80> # /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 0x7f4151d92c30> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151f27830> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151f275c0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151f26cf0> # /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 0x7f4151d93620> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d93380> # /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 0x7f4151dbda90> # /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 0x7f4151dbf1d0> # 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 0x7f4151dbe3c0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151dbdfa0> # /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 0x7f4151b0c980> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151af3da0> # /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 0x7f4151b0f7d0> # /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 0x7f4151b0f950> # /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 0x7f4151b0cfb0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b0cc80> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d938c0> # /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 0x7f4151dbd5e0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151d93470> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151cf05c0> # /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 0x7f4151b36270> # /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 0x7f4151b36b40> # /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 0x7f4151b37b30> # /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 0x7f4151b601d0> # /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 0x7f4151b61880> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b61250> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b60ef0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b60b90> # /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 0x7f4151b60fb0> # /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 0x7f4151b63560> # /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 0x7f4151b63620> # /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 0x7f4151b63d10> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b63b90> # /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 0x7f4151b92390> # /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 0x7f4151b935c0> # /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 0x7f4151b93830> # /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 0x7f4151b93980> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b937d0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b93080> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b92510> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b917c0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b90d40> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b905c0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b63050> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4151b62540> # /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 0x7f4151b93290> # /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 0x7f4151b93e30> # /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 0x7f4151bbc740> # /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 0x7f4151bbcb00> # /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 0x7f4151bbd430> # /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 0x7f4151bbdfa0> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["cryptsetup"], "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. 172629 1726889018.55192: done with _execute_module (ansible.legacy.dnf, {'name': 'cryptsetup', '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-1726889017.8674614-176956-47200362170989/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889018.55196: _low_level_execute_command(): starting 172629 1726889018.55198: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889017.8674614-176956-47200362170989/ > /dev/null 2>&1 && sleep 0' 172629 1726889018.55200: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889018.55202: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889018.55207: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889018.55209: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889018.55211: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889018.55231: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889018.55237: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889018.55239: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726889018.55250: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726889018.55254: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726889018.55258: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889018.55260: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889018.55270: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889018.55279: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889018.55282: stderr chunk (state=3): >>>debug2: match found <<< 172629 1726889018.55287: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889018.55292: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889018.55293: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889018.55296: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889018.55298: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889018.55829: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889018.55887: stderr chunk (state=3): >>><<< 172629 1726889018.55899: stdout chunk (state=3): >>><<< 172629 1726889018.55922: _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 172629 1726889018.55933: handler run complete 172629 1726889018.55990: attempt loop complete, returning result 172629 1726889018.55999: _execute() done 172629 1726889018.56007: dumping result to json 172629 1726889018.56018: done dumping result, returning 172629 1726889018.56028: done running TaskExecutor() for managed_node1/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-d0a8-add8-0000000026e1] 172629 1726889018.56036: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e1 ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 172629 1726889018.56374: no more pending results, returning what we have 172629 1726889018.56377: results queue empty 172629 1726889018.56378: checking for any_errors_fatal 172629 1726889018.56385: done checking for any_errors_fatal 172629 1726889018.56386: checking for max_fail_percentage 172629 1726889018.56387: done checking for max_fail_percentage 172629 1726889018.56388: checking to see if all hosts have failed and the running result is not ok 172629 1726889018.56389: done checking to see if all hosts have failed 172629 1726889018.56390: getting the remaining hosts for this loop 172629 1726889018.56391: done getting the remaining hosts for this loop 172629 1726889018.56394: getting the next task for host managed_node1 172629 1726889018.56401: done getting next task for host managed_node1 172629 1726889018.56404: ^ task is: TASK: Collect LUKS info for this volume 172629 1726889018.56408: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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 172629 1726889018.56413: getting variables 172629 1726889018.56414: in VariableManager get_vars() 172629 1726889018.56547: Calling all_inventory to load vars for managed_node1 172629 1726889018.56550: Calling groups_inventory to load vars for managed_node1 172629 1726889018.56553: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889018.56587: Calling all_plugins_play to load vars for managed_node1 172629 1726889018.56664: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889018.56679: Calling groups_plugins_play to load vars for managed_node1 172629 1726889018.57196: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e1 172629 1726889018.57199: WORKER PROCESS EXITING 172629 1726889018.57215: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889018.57559: done with get_vars() 172629 1726889018.57572: done getting variables 172629 1726889018.57613: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Friday 20 September 2024 23:23:38 -0400 (0:00:00.802) 0:01:58.856 ****** 172629 1726889018.57635: entering _queue_task() for managed_node1/command 172629 1726889018.57859: worker is 1 (out of 1 available) 172629 1726889018.57873: exiting _queue_task() for managed_node1/command 172629 1726889018.57886: done queuing things up, now waiting for results queue to drain 172629 1726889018.57888: waiting for pending results... 172629 1726889018.58076: running TaskExecutor() for managed_node1/TASK: Collect LUKS info for this volume 172629 1726889018.58166: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026e2 172629 1726889018.58182: variable 'ansible_search_path' from source: unknown 172629 1726889018.58210: calling self._execute() 172629 1726889018.58314: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889018.58320: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889018.58333: variable 'omit' from source: magic vars 172629 1726889018.58618: variable 'storage_test_volume' from source: include params 172629 1726889018.58633: variable '_storage_test_volume_present' from source: set_fact 172629 1726889018.58648: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 172629 1726889018.58651: when evaluation is False, skipping this task 172629 1726889018.58665: _execute() done 172629 1726889018.58668: dumping result to json 172629 1726889018.58670: done dumping result, returning 172629 1726889018.58673: done running TaskExecutor() for managed_node1/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-d0a8-add8-0000000026e2] 172629 1726889018.58675: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e2 172629 1726889018.58777: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e2 172629 1726889018.58780: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889018.58857: no more pending results, returning what we have 172629 1726889018.58860: results queue empty 172629 1726889018.58862: checking for any_errors_fatal 172629 1726889018.58871: done checking for any_errors_fatal 172629 1726889018.58874: checking for max_fail_percentage 172629 1726889018.58875: done checking for max_fail_percentage 172629 1726889018.58876: checking to see if all hosts have failed and the running result is not ok 172629 1726889018.58877: done checking to see if all hosts have failed 172629 1726889018.58878: getting the remaining hosts for this loop 172629 1726889018.58879: done getting the remaining hosts for this loop 172629 1726889018.58882: getting the next task for host managed_node1 172629 1726889018.58889: done getting next task for host managed_node1 172629 1726889018.58893: ^ task is: TASK: Verify the presence/absence of the LUKS device node 172629 1726889018.58897: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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 172629 1726889018.58901: getting variables 172629 1726889018.58903: in VariableManager get_vars() 172629 1726889018.58939: Calling all_inventory to load vars for managed_node1 172629 1726889018.58942: Calling groups_inventory to load vars for managed_node1 172629 1726889018.58945: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889018.58960: Calling all_plugins_play to load vars for managed_node1 172629 1726889018.58963: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889018.58966: Calling groups_plugins_play to load vars for managed_node1 172629 1726889018.59874: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889018.60607: done with get_vars() 172629 1726889018.60624: done getting variables 172629 1726889018.60703: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Friday 20 September 2024 23:23:38 -0400 (0:00:00.030) 0:01:58.887 ****** 172629 1726889018.60735: entering _queue_task() for managed_node1/assert 172629 1726889018.61007: worker is 1 (out of 1 available) 172629 1726889018.61020: exiting _queue_task() for managed_node1/assert 172629 1726889018.61033: done queuing things up, now waiting for results queue to drain 172629 1726889018.61034: waiting for pending results... 172629 1726889018.61304: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the LUKS device node 172629 1726889018.61463: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026e3 172629 1726889018.61473: variable 'ansible_search_path' from source: unknown 172629 1726889018.61486: calling self._execute() 172629 1726889018.61624: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889018.61629: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889018.61632: variable 'omit' from source: magic vars 172629 1726889018.61986: variable 'storage_test_volume' from source: include params 172629 1726889018.62034: Evaluated conditional (storage_test_volume.encryption): False 172629 1726889018.62037: when evaluation is False, skipping this task 172629 1726889018.62042: _execute() done 172629 1726889018.62045: dumping result to json 172629 1726889018.62047: done dumping result, returning 172629 1726889018.62050: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-d0a8-add8-0000000026e3] 172629 1726889018.62052: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e3 172629 1726889018.62149: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e3 172629 1726889018.62152: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889018.62211: no more pending results, returning what we have 172629 1726889018.62215: results queue empty 172629 1726889018.62216: checking for any_errors_fatal 172629 1726889018.62223: done checking for any_errors_fatal 172629 1726889018.62224: checking for max_fail_percentage 172629 1726889018.62226: done checking for max_fail_percentage 172629 1726889018.62227: checking to see if all hosts have failed and the running result is not ok 172629 1726889018.62227: done checking to see if all hosts have failed 172629 1726889018.62228: getting the remaining hosts for this loop 172629 1726889018.62230: done getting the remaining hosts for this loop 172629 1726889018.62233: getting the next task for host managed_node1 172629 1726889018.62240: done getting next task for host managed_node1 172629 1726889018.62243: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 172629 1726889018.62248: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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 172629 1726889018.62251: getting variables 172629 1726889018.62252: in VariableManager get_vars() 172629 1726889018.62286: Calling all_inventory to load vars for managed_node1 172629 1726889018.62289: Calling groups_inventory to load vars for managed_node1 172629 1726889018.62292: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889018.62301: Calling all_plugins_play to load vars for managed_node1 172629 1726889018.62304: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889018.62306: Calling groups_plugins_play to load vars for managed_node1 172629 1726889018.62895: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889018.63307: done with get_vars() 172629 1726889018.63317: done getting variables 172629 1726889018.63376: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Friday 20 September 2024 23:23:38 -0400 (0:00:00.026) 0:01:58.914 ****** 172629 1726889018.63422: entering _queue_task() for managed_node1/assert 172629 1726889018.63723: worker is 1 (out of 1 available) 172629 1726889018.63737: exiting _queue_task() for managed_node1/assert 172629 1726889018.63750: done queuing things up, now waiting for results queue to drain 172629 1726889018.63752: waiting for pending results... 172629 1726889018.64177: running TaskExecutor() for managed_node1/TASK: Verify that the raw device is the same as the device if not encrypted 172629 1726889018.64259: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026e4 172629 1726889018.64284: variable 'ansible_search_path' from source: unknown 172629 1726889018.64342: calling self._execute() 172629 1726889018.64448: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889018.64462: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889018.64470: variable 'omit' from source: magic vars 172629 1726889018.64848: variable '_storage_test_volume_present' from source: set_fact 172629 1726889018.64872: Evaluated conditional (_storage_test_volume_present): True 172629 1726889018.64877: variable 'omit' from source: magic vars 172629 1726889018.64880: variable 'omit' from source: magic vars 172629 1726889018.65316: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889018.67587: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889018.67663: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889018.67707: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889018.67745: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889018.67784: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889018.67918: variable 'storage_test_volume' from source: include params 172629 1726889018.67930: variable '__dev_ne_raw' from source: task vars 172629 1726889018.68048: variable 'storage_test_volume' from source: include params 172629 1726889018.68125: variable 'omit' from source: magic vars 172629 1726889018.68158: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889018.68182: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889018.68197: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889018.68210: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889018.68218: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889018.68246: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889018.68249: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889018.68252: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889018.68399: Set connection var ansible_timeout to 10 172629 1726889018.68407: Set connection var ansible_shell_type to sh 172629 1726889018.68410: Set connection var ansible_pipelining to False 172629 1726889018.68412: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889018.68415: Set connection var ansible_shell_executable to /bin/sh 172629 1726889018.68417: Set connection var ansible_connection to ssh 172629 1726889018.68509: variable 'ansible_shell_executable' from source: unknown 172629 1726889018.68514: variable 'ansible_connection' from source: unknown 172629 1726889018.68517: variable 'ansible_module_compression' from source: unknown 172629 1726889018.68519: variable 'ansible_shell_type' from source: unknown 172629 1726889018.68521: variable 'ansible_shell_executable' from source: unknown 172629 1726889018.68523: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889018.68525: variable 'ansible_pipelining' from source: unknown 172629 1726889018.68527: variable 'ansible_timeout' from source: unknown 172629 1726889018.68529: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889018.68660: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889018.68663: variable 'omit' from source: magic vars 172629 1726889018.68665: starting attempt loop 172629 1726889018.68668: running the handler 172629 1726889018.68962: variable '__dev_ne_raw' from source: task vars 172629 1726889018.69017: variable 'storage_test_volume' from source: include params 172629 1726889018.69057: variable 'storage_test_volume' from source: include params 172629 1726889018.69103: Evaluated conditional (__dev_ne_raw == (storage_test_volume.encryption | bool)): True 172629 1726889018.69114: handler run complete 172629 1726889018.69131: attempt loop complete, returning result 172629 1726889018.69134: _execute() done 172629 1726889018.69137: dumping result to json 172629 1726889018.69139: done dumping result, returning 172629 1726889018.69147: done running TaskExecutor() for managed_node1/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-d0a8-add8-0000000026e4] 172629 1726889018.69149: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e4 172629 1726889018.69247: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e4 172629 1726889018.69251: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889018.69317: no more pending results, returning what we have 172629 1726889018.69321: results queue empty 172629 1726889018.69322: checking for any_errors_fatal 172629 1726889018.69335: done checking for any_errors_fatal 172629 1726889018.69336: checking for max_fail_percentage 172629 1726889018.69338: done checking for max_fail_percentage 172629 1726889018.69339: checking to see if all hosts have failed and the running result is not ok 172629 1726889018.69340: done checking to see if all hosts have failed 172629 1726889018.69340: getting the remaining hosts for this loop 172629 1726889018.69342: done getting the remaining hosts for this loop 172629 1726889018.69347: getting the next task for host managed_node1 172629 1726889018.69358: done getting next task for host managed_node1 172629 1726889018.69361: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 172629 1726889018.69369: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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 172629 1726889018.69374: getting variables 172629 1726889018.69376: in VariableManager get_vars() 172629 1726889018.69427: Calling all_inventory to load vars for managed_node1 172629 1726889018.69430: Calling groups_inventory to load vars for managed_node1 172629 1726889018.69433: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889018.69447: Calling all_plugins_play to load vars for managed_node1 172629 1726889018.69450: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889018.69456: Calling groups_plugins_play to load vars for managed_node1 172629 1726889018.69896: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889018.70435: done with get_vars() 172629 1726889018.70449: done getting variables 172629 1726889018.70506: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Friday 20 September 2024 23:23:38 -0400 (0:00:00.071) 0:01:58.985 ****** 172629 1726889018.70536: entering _queue_task() for managed_node1/assert 172629 1726889018.71015: worker is 1 (out of 1 available) 172629 1726889018.71027: exiting _queue_task() for managed_node1/assert 172629 1726889018.71040: done queuing things up, now waiting for results queue to drain 172629 1726889018.71041: waiting for pending results... 172629 1726889018.71377: running TaskExecutor() for managed_node1/TASK: Make sure we got info about the LUKS volume if encrypted 172629 1726889018.71673: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026e5 172629 1726889018.71727: variable 'ansible_search_path' from source: unknown 172629 1726889018.71857: calling self._execute() 172629 1726889018.71980: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889018.71986: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889018.71990: variable 'omit' from source: magic vars 172629 1726889018.72446: variable '_storage_test_volume_present' from source: set_fact 172629 1726889018.72450: variable 'storage_test_volume' from source: include params 172629 1726889018.72480: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 172629 1726889018.72484: when evaluation is False, skipping this task 172629 1726889018.72488: _execute() done 172629 1726889018.72491: dumping result to json 172629 1726889018.72585: done dumping result, returning 172629 1726889018.72589: done running TaskExecutor() for managed_node1/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-d0a8-add8-0000000026e5] 172629 1726889018.72592: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e5 172629 1726889018.72705: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e5 172629 1726889018.72708: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889018.72761: no more pending results, returning what we have 172629 1726889018.72764: results queue empty 172629 1726889018.72765: checking for any_errors_fatal 172629 1726889018.72771: done checking for any_errors_fatal 172629 1726889018.72771: checking for max_fail_percentage 172629 1726889018.72773: done checking for max_fail_percentage 172629 1726889018.72773: checking to see if all hosts have failed and the running result is not ok 172629 1726889018.72774: done checking to see if all hosts have failed 172629 1726889018.72775: getting the remaining hosts for this loop 172629 1726889018.72776: done getting the remaining hosts for this loop 172629 1726889018.72779: getting the next task for host managed_node1 172629 1726889018.72786: done getting next task for host managed_node1 172629 1726889018.72789: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 172629 1726889018.72793: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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 172629 1726889018.72799: getting variables 172629 1726889018.72800: in VariableManager get_vars() 172629 1726889018.72831: Calling all_inventory to load vars for managed_node1 172629 1726889018.72835: Calling groups_inventory to load vars for managed_node1 172629 1726889018.72838: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889018.72847: Calling all_plugins_play to load vars for managed_node1 172629 1726889018.72849: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889018.72852: Calling groups_plugins_play to load vars for managed_node1 172629 1726889018.73297: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889018.73877: done with get_vars() 172629 1726889018.73891: done getting variables 172629 1726889018.73946: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Friday 20 September 2024 23:23:38 -0400 (0:00:00.034) 0:01:59.019 ****** 172629 1726889018.73987: entering _queue_task() for managed_node1/assert 172629 1726889018.74248: worker is 1 (out of 1 available) 172629 1726889018.74261: exiting _queue_task() for managed_node1/assert 172629 1726889018.74273: done queuing things up, now waiting for results queue to drain 172629 1726889018.74275: waiting for pending results... 172629 1726889018.74673: running TaskExecutor() for managed_node1/TASK: Verify the LUKS volume's device type if encrypted 172629 1726889018.74713: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026e6 172629 1726889018.74731: variable 'ansible_search_path' from source: unknown 172629 1726889018.74777: calling self._execute() 172629 1726889018.74895: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889018.74906: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889018.74917: variable 'omit' from source: magic vars 172629 1726889018.75323: variable '_storage_test_volume_present' from source: set_fact 172629 1726889018.75341: variable 'storage_test_volume' from source: include params 172629 1726889018.75387: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 172629 1726889018.75397: when evaluation is False, skipping this task 172629 1726889018.75409: _execute() done 172629 1726889018.75423: dumping result to json 172629 1726889018.75431: done dumping result, returning 172629 1726889018.75441: done running TaskExecutor() for managed_node1/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-d0a8-add8-0000000026e6] 172629 1726889018.75451: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e6 172629 1726889018.75793: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e6 172629 1726889018.75797: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889018.75837: no more pending results, returning what we have 172629 1726889018.75840: results queue empty 172629 1726889018.75841: checking for any_errors_fatal 172629 1726889018.75847: done checking for any_errors_fatal 172629 1726889018.75848: checking for max_fail_percentage 172629 1726889018.75850: done checking for max_fail_percentage 172629 1726889018.75850: checking to see if all hosts have failed and the running result is not ok 172629 1726889018.75851: done checking to see if all hosts have failed 172629 1726889018.75852: getting the remaining hosts for this loop 172629 1726889018.75853: done getting the remaining hosts for this loop 172629 1726889018.75858: getting the next task for host managed_node1 172629 1726889018.75865: done getting next task for host managed_node1 172629 1726889018.75868: ^ task is: TASK: Check LUKS version 172629 1726889018.75873: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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 172629 1726889018.75877: getting variables 172629 1726889018.75878: in VariableManager get_vars() 172629 1726889018.75909: Calling all_inventory to load vars for managed_node1 172629 1726889018.75912: Calling groups_inventory to load vars for managed_node1 172629 1726889018.75915: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889018.75924: Calling all_plugins_play to load vars for managed_node1 172629 1726889018.75927: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889018.75930: Calling groups_plugins_play to load vars for managed_node1 172629 1726889018.76476: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889018.77079: done with get_vars() 172629 1726889018.77097: done getting variables 172629 1726889018.77160: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Friday 20 September 2024 23:23:38 -0400 (0:00:00.032) 0:01:59.051 ****** 172629 1726889018.77190: entering _queue_task() for managed_node1/assert 172629 1726889018.77447: worker is 1 (out of 1 available) 172629 1726889018.77563: exiting _queue_task() for managed_node1/assert 172629 1726889018.77575: done queuing things up, now waiting for results queue to drain 172629 1726889018.77576: waiting for pending results... 172629 1726889018.77762: running TaskExecutor() for managed_node1/TASK: Check LUKS version 172629 1726889018.77900: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026e7 172629 1726889018.77923: variable 'ansible_search_path' from source: unknown 172629 1726889018.77967: calling self._execute() 172629 1726889018.78087: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889018.78098: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889018.78112: variable 'omit' from source: magic vars 172629 1726889018.78660: variable '_storage_test_volume_present' from source: set_fact 172629 1726889018.78663: Evaluated conditional (_storage_test_volume_present): True 172629 1726889018.78665: variable 'storage_test_volume' from source: include params 172629 1726889018.78669: Evaluated conditional (storage_test_volume.encryption): False 172629 1726889018.78671: when evaluation is False, skipping this task 172629 1726889018.78673: _execute() done 172629 1726889018.78675: dumping result to json 172629 1726889018.78677: done dumping result, returning 172629 1726889018.78680: done running TaskExecutor() for managed_node1/TASK: Check LUKS version [0affc8a3-6f6f-d0a8-add8-0000000026e7] 172629 1726889018.78688: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e7 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889018.78845: no more pending results, returning what we have 172629 1726889018.78849: results queue empty 172629 1726889018.78850: checking for any_errors_fatal 172629 1726889018.78861: done checking for any_errors_fatal 172629 1726889018.78862: checking for max_fail_percentage 172629 1726889018.78863: done checking for max_fail_percentage 172629 1726889018.78864: checking to see if all hosts have failed and the running result is not ok 172629 1726889018.78865: done checking to see if all hosts have failed 172629 1726889018.78866: getting the remaining hosts for this loop 172629 1726889018.78868: done getting the remaining hosts for this loop 172629 1726889018.78871: getting the next task for host managed_node1 172629 1726889018.78881: done getting next task for host managed_node1 172629 1726889018.78884: ^ task is: TASK: Check LUKS key size 172629 1726889018.78890: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889018.78895: getting variables 172629 1726889018.78896: in VariableManager get_vars() 172629 1726889018.78937: Calling all_inventory to load vars for managed_node1 172629 1726889018.78940: Calling groups_inventory to load vars for managed_node1 172629 1726889018.78944: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889018.79161: Calling all_plugins_play to load vars for managed_node1 172629 1726889018.79165: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889018.79169: Calling groups_plugins_play to load vars for managed_node1 172629 1726889018.79701: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e7 172629 1726889018.79704: WORKER PROCESS EXITING 172629 1726889018.79725: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889018.80328: done with get_vars() 172629 1726889018.80344: done getting variables 172629 1726889018.80400: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Friday 20 September 2024 23:23:38 -0400 (0:00:00.032) 0:01:59.084 ****** 172629 1726889018.80429: entering _queue_task() for managed_node1/assert 172629 1726889018.80875: worker is 1 (out of 1 available) 172629 1726889018.80885: exiting _queue_task() for managed_node1/assert 172629 1726889018.80896: done queuing things up, now waiting for results queue to drain 172629 1726889018.80898: waiting for pending results... 172629 1726889018.80988: running TaskExecutor() for managed_node1/TASK: Check LUKS key size 172629 1726889018.81111: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026e8 172629 1726889018.81134: variable 'ansible_search_path' from source: unknown 172629 1726889018.81173: calling self._execute() 172629 1726889018.81282: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889018.81296: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889018.81314: variable 'omit' from source: magic vars 172629 1726889018.81731: variable '_storage_test_volume_present' from source: set_fact 172629 1726889018.81747: Evaluated conditional (_storage_test_volume_present): True 172629 1726889018.81920: variable 'storage_test_volume' from source: include params 172629 1726889018.81985: Evaluated conditional (storage_test_volume.encryption): False 172629 1726889018.81993: when evaluation is False, skipping this task 172629 1726889018.82005: _execute() done 172629 1726889018.82015: dumping result to json 172629 1726889018.82033: done dumping result, returning 172629 1726889018.82046: done running TaskExecutor() for managed_node1/TASK: Check LUKS key size [0affc8a3-6f6f-d0a8-add8-0000000026e8] 172629 1726889018.82064: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e8 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889018.82246: no more pending results, returning what we have 172629 1726889018.82250: results queue empty 172629 1726889018.82251: checking for any_errors_fatal 172629 1726889018.82261: done checking for any_errors_fatal 172629 1726889018.82262: checking for max_fail_percentage 172629 1726889018.82264: done checking for max_fail_percentage 172629 1726889018.82265: checking to see if all hosts have failed and the running result is not ok 172629 1726889018.82266: done checking to see if all hosts have failed 172629 1726889018.82266: getting the remaining hosts for this loop 172629 1726889018.82269: done getting the remaining hosts for this loop 172629 1726889018.82272: getting the next task for host managed_node1 172629 1726889018.82281: done getting next task for host managed_node1 172629 1726889018.82284: ^ task is: TASK: Check LUKS cipher 172629 1726889018.82290: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889018.82297: getting variables 172629 1726889018.82299: in VariableManager get_vars() 172629 1726889018.82342: Calling all_inventory to load vars for managed_node1 172629 1726889018.82345: Calling groups_inventory to load vars for managed_node1 172629 1726889018.82349: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889018.82442: Calling all_plugins_play to load vars for managed_node1 172629 1726889018.82447: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889018.82451: Calling groups_plugins_play to load vars for managed_node1 172629 1726889018.83048: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e8 172629 1726889018.83052: WORKER PROCESS EXITING 172629 1726889018.83320: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889018.83907: done with get_vars() 172629 1726889018.83921: done getting variables 172629 1726889018.83992: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Friday 20 September 2024 23:23:38 -0400 (0:00:00.035) 0:01:59.120 ****** 172629 1726889018.84025: entering _queue_task() for managed_node1/assert 172629 1726889018.84409: worker is 1 (out of 1 available) 172629 1726889018.84422: exiting _queue_task() for managed_node1/assert 172629 1726889018.84434: done queuing things up, now waiting for results queue to drain 172629 1726889018.84437: waiting for pending results... 172629 1726889018.84760: running TaskExecutor() for managed_node1/TASK: Check LUKS cipher 172629 1726889018.84892: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026e9 172629 1726889018.84927: variable 'ansible_search_path' from source: unknown 172629 1726889018.84991: calling self._execute() 172629 1726889018.85112: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889018.85123: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889018.85149: variable 'omit' from source: magic vars 172629 1726889018.85761: variable '_storage_test_volume_present' from source: set_fact 172629 1726889018.85764: Evaluated conditional (_storage_test_volume_present): True 172629 1726889018.85767: variable 'storage_test_volume' from source: include params 172629 1726889018.85770: Evaluated conditional (storage_test_volume.encryption): False 172629 1726889018.85773: when evaluation is False, skipping this task 172629 1726889018.85775: _execute() done 172629 1726889018.85777: dumping result to json 172629 1726889018.85780: done dumping result, returning 172629 1726889018.85782: done running TaskExecutor() for managed_node1/TASK: Check LUKS cipher [0affc8a3-6f6f-d0a8-add8-0000000026e9] 172629 1726889018.85784: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e9 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889018.85944: no more pending results, returning what we have 172629 1726889018.85949: results queue empty 172629 1726889018.85950: checking for any_errors_fatal 172629 1726889018.85966: done checking for any_errors_fatal 172629 1726889018.85967: checking for max_fail_percentage 172629 1726889018.85971: done checking for max_fail_percentage 172629 1726889018.85972: checking to see if all hosts have failed and the running result is not ok 172629 1726889018.85973: done checking to see if all hosts have failed 172629 1726889018.85974: getting the remaining hosts for this loop 172629 1726889018.85976: done getting the remaining hosts for this loop 172629 1726889018.85979: getting the next task for host managed_node1 172629 1726889018.85991: done getting next task for host managed_node1 172629 1726889018.85994: ^ task is: TASK: Set test variables 172629 1726889018.85999: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889018.86002: getting variables 172629 1726889018.86004: in VariableManager get_vars() 172629 1726889018.86042: Calling all_inventory to load vars for managed_node1 172629 1726889018.86045: Calling groups_inventory to load vars for managed_node1 172629 1726889018.86048: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889018.86170: Calling all_plugins_play to load vars for managed_node1 172629 1726889018.86174: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889018.86178: Calling groups_plugins_play to load vars for managed_node1 172629 1726889018.87143: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026e9 172629 1726889018.87146: WORKER PROCESS EXITING 172629 1726889018.87329: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889018.87946: done with get_vars() 172629 1726889018.87960: done getting variables 172629 1726889018.88023: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set test variables] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Friday 20 September 2024 23:23:38 -0400 (0:00:00.040) 0:01:59.160 ****** 172629 1726889018.88054: entering _queue_task() for managed_node1/set_fact 172629 1726889018.88326: worker is 1 (out of 1 available) 172629 1726889018.88337: exiting _queue_task() for managed_node1/set_fact 172629 1726889018.88349: done queuing things up, now waiting for results queue to drain 172629 1726889018.88350: waiting for pending results... 172629 1726889018.88632: running TaskExecutor() for managed_node1/TASK: Set test variables 172629 1726889018.88790: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026ea 172629 1726889018.88812: variable 'ansible_search_path' from source: unknown 172629 1726889018.88851: calling self._execute() 172629 1726889018.88976: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889018.88988: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889018.89007: variable 'omit' from source: magic vars 172629 1726889018.89131: variable 'omit' from source: magic vars 172629 1726889018.89196: variable 'omit' from source: magic vars 172629 1726889018.89517: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889018.92022: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889018.92126: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889018.92203: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889018.92245: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889018.92287: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889018.92462: variable 'storage_test_volume' from source: include params 172629 1726889018.92490: variable '_storage_test_volume_present' from source: set_fact 172629 1726889018.92743: 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) 172629 1726889018.92783: 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) 172629 1726889018.92831: 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) 172629 1726889018.92892: 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) 172629 1726889018.93024: 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) 172629 1726889018.93027: 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) 172629 1726889018.93029: 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) 172629 1726889018.93032: 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) 172629 1726889018.93070: 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) 172629 1726889018.93088: 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) 172629 1726889018.93159: 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) 172629 1726889018.93196: 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) 172629 1726889018.93224: 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) 172629 1726889018.93271: 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) 172629 1726889018.93288: 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) 172629 1726889018.93512: variable 'storage_test_crypttab' from source: set_fact 172629 1726889018.93526: variable 'storage_test_volume' from source: include params 172629 1726889018.93717: variable 'storage_test_volume' from source: include params 172629 1726889018.93759: variable 'omit' from source: magic vars 172629 1726889018.93795: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889018.93836: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889018.93899: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889018.93902: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889018.93905: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889018.93950: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889018.93961: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889018.93969: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889018.94117: Set connection var ansible_timeout to 10 172629 1726889018.94120: Set connection var ansible_shell_type to sh 172629 1726889018.94122: Set connection var ansible_pipelining to False 172629 1726889018.94124: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889018.94126: Set connection var ansible_shell_executable to /bin/sh 172629 1726889018.94128: Set connection var ansible_connection to ssh 172629 1726889018.94130: variable 'ansible_shell_executable' from source: unknown 172629 1726889018.94136: variable 'ansible_connection' from source: unknown 172629 1726889018.94144: variable 'ansible_module_compression' from source: unknown 172629 1726889018.94161: variable 'ansible_shell_type' from source: unknown 172629 1726889018.94168: variable 'ansible_shell_executable' from source: unknown 172629 1726889018.94177: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889018.94189: variable 'ansible_pipelining' from source: unknown 172629 1726889018.94225: variable 'ansible_timeout' from source: unknown 172629 1726889018.94227: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889018.94342: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889018.94346: variable 'omit' from source: magic vars 172629 1726889018.94560: starting attempt loop 172629 1726889018.94564: running the handler 172629 1726889018.94566: handler run complete 172629 1726889018.94568: attempt loop complete, returning result 172629 1726889018.94571: _execute() done 172629 1726889018.94573: dumping result to json 172629 1726889018.94575: done dumping result, returning 172629 1726889018.94577: done running TaskExecutor() for managed_node1/TASK: Set test variables [0affc8a3-6f6f-d0a8-add8-0000000026ea] 172629 1726889018.94580: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026ea 172629 1726889018.94645: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026ea 172629 1726889018.94649: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 172629 1726889018.94711: no more pending results, returning what we have 172629 1726889018.94714: results queue empty 172629 1726889018.94716: checking for any_errors_fatal 172629 1726889018.94728: done checking for any_errors_fatal 172629 1726889018.94729: checking for max_fail_percentage 172629 1726889018.94732: done checking for max_fail_percentage 172629 1726889018.94733: checking to see if all hosts have failed and the running result is not ok 172629 1726889018.94734: done checking to see if all hosts have failed 172629 1726889018.94734: getting the remaining hosts for this loop 172629 1726889018.94736: done getting the remaining hosts for this loop 172629 1726889018.94740: getting the next task for host managed_node1 172629 1726889018.94748: done getting next task for host managed_node1 172629 1726889018.94751: ^ task is: TASK: Check for /etc/crypttab entry 172629 1726889018.94759: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889018.94764: getting variables 172629 1726889018.94765: in VariableManager get_vars() 172629 1726889018.94805: Calling all_inventory to load vars for managed_node1 172629 1726889018.94808: Calling groups_inventory to load vars for managed_node1 172629 1726889018.94812: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889018.94823: Calling all_plugins_play to load vars for managed_node1 172629 1726889018.94826: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889018.94830: Calling groups_plugins_play to load vars for managed_node1 172629 1726889018.95592: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889018.96199: done with get_vars() 172629 1726889018.96215: done getting variables 172629 1726889018.96275: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Friday 20 September 2024 23:23:38 -0400 (0:00:00.082) 0:01:59.243 ****** 172629 1726889018.96307: entering _queue_task() for managed_node1/assert 172629 1726889018.96614: worker is 1 (out of 1 available) 172629 1726889018.96627: exiting _queue_task() for managed_node1/assert 172629 1726889018.96640: done queuing things up, now waiting for results queue to drain 172629 1726889018.96642: waiting for pending results... 172629 1726889018.96940: running TaskExecutor() for managed_node1/TASK: Check for /etc/crypttab entry 172629 1726889018.97261: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026eb 172629 1726889018.97264: variable 'ansible_search_path' from source: unknown 172629 1726889018.97267: calling self._execute() 172629 1726889018.97269: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889018.97272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889018.97287: variable 'omit' from source: magic vars 172629 1726889018.97414: variable 'omit' from source: magic vars 172629 1726889018.97482: variable 'omit' from source: magic vars 172629 1726889018.97739: variable 'storage_test_volume' from source: include params 172629 1726889018.97797: variable 'omit' from source: magic vars 172629 1726889018.97843: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889018.97883: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889018.97906: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889018.97927: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889018.97943: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889018.98041: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889018.98044: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889018.98047: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889018.98092: Set connection var ansible_timeout to 10 172629 1726889018.98101: Set connection var ansible_shell_type to sh 172629 1726889018.98110: Set connection var ansible_pipelining to False 172629 1726889018.98118: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889018.98125: Set connection var ansible_shell_executable to /bin/sh 172629 1726889018.98130: Set connection var ansible_connection to ssh 172629 1726889018.98158: variable 'ansible_shell_executable' from source: unknown 172629 1726889018.98166: variable 'ansible_connection' from source: unknown 172629 1726889018.98172: variable 'ansible_module_compression' from source: unknown 172629 1726889018.98177: variable 'ansible_shell_type' from source: unknown 172629 1726889018.98183: variable 'ansible_shell_executable' from source: unknown 172629 1726889018.98189: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889018.98195: variable 'ansible_pipelining' from source: unknown 172629 1726889018.98200: variable 'ansible_timeout' from source: unknown 172629 1726889018.98206: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889018.98333: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889018.98370: variable 'omit' from source: magic vars 172629 1726889018.98373: starting attempt loop 172629 1726889018.98375: running the handler 172629 1726889018.98557: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889019.00762: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889019.00817: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889019.00857: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889019.00901: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889019.00978: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889019.01008: 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) 172629 1726889019.01040: 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) 172629 1726889019.01071: 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) 172629 1726889019.01118: 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) 172629 1726889019.01137: 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) 172629 1726889019.01196: 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) 172629 1726889019.01224: 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) 172629 1726889019.01303: 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) 172629 1726889019.01306: 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) 172629 1726889019.01311: 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) 172629 1726889019.01431: variable '_storage_test_crypttab_entries' from source: set_fact 172629 1726889019.01443: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726889019.01466: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 172629 1726889019.01478: handler run complete 172629 1726889019.01498: attempt loop complete, returning result 172629 1726889019.01506: _execute() done 172629 1726889019.01513: dumping result to json 172629 1726889019.01524: done dumping result, returning 172629 1726889019.01628: done running TaskExecutor() for managed_node1/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-d0a8-add8-0000000026eb] 172629 1726889019.01632: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026eb 172629 1726889019.01698: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026eb 172629 1726889019.01701: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889019.01749: no more pending results, returning what we have 172629 1726889019.01752: results queue empty 172629 1726889019.01753: checking for any_errors_fatal 172629 1726889019.01763: done checking for any_errors_fatal 172629 1726889019.01764: checking for max_fail_percentage 172629 1726889019.01766: done checking for max_fail_percentage 172629 1726889019.01773: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.01774: done checking to see if all hosts have failed 172629 1726889019.01775: getting the remaining hosts for this loop 172629 1726889019.01777: done getting the remaining hosts for this loop 172629 1726889019.01780: getting the next task for host managed_node1 172629 1726889019.01789: done getting next task for host managed_node1 172629 1726889019.01792: ^ task is: TASK: Validate the format of the crypttab entry 172629 1726889019.01797: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889019.01802: getting variables 172629 1726889019.01804: in VariableManager get_vars() 172629 1726889019.01844: Calling all_inventory to load vars for managed_node1 172629 1726889019.01846: Calling groups_inventory to load vars for managed_node1 172629 1726889019.01850: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.02063: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.02067: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.02071: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.02697: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.03313: done with get_vars() 172629 1726889019.03328: done getting variables 172629 1726889019.03385: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Friday 20 September 2024 23:23:39 -0400 (0:00:00.071) 0:01:59.314 ****** 172629 1726889019.03416: entering _queue_task() for managed_node1/assert 172629 1726889019.03692: worker is 1 (out of 1 available) 172629 1726889019.03705: exiting _queue_task() for managed_node1/assert 172629 1726889019.03717: done queuing things up, now waiting for results queue to drain 172629 1726889019.03718: waiting for pending results... 172629 1726889019.04081: running TaskExecutor() for managed_node1/TASK: Validate the format of the crypttab entry 172629 1726889019.04154: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026ec 172629 1726889019.04181: variable 'ansible_search_path' from source: unknown 172629 1726889019.04217: calling self._execute() 172629 1726889019.04332: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.04393: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.04396: variable 'omit' from source: magic vars 172629 1726889019.04784: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889019.07120: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889019.07207: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889019.07343: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889019.07347: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889019.07350: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889019.07391: 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) 172629 1726889019.07424: 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) 172629 1726889019.07452: 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) 172629 1726889019.07496: 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) 172629 1726889019.07512: 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) 172629 1726889019.07629: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726889019.07664: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726889019.07679: when evaluation is False, skipping this task 172629 1726889019.07686: _execute() done 172629 1726889019.07692: dumping result to json 172629 1726889019.07698: done dumping result, returning 172629 1726889019.07706: done running TaskExecutor() for managed_node1/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-d0a8-add8-0000000026ec] 172629 1726889019.07714: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026ec skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726889019.07854: no more pending results, returning what we have 172629 1726889019.07861: results queue empty 172629 1726889019.07862: checking for any_errors_fatal 172629 1726889019.07869: done checking for any_errors_fatal 172629 1726889019.07870: checking for max_fail_percentage 172629 1726889019.07872: done checking for max_fail_percentage 172629 1726889019.07873: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.07874: done checking to see if all hosts have failed 172629 1726889019.07875: getting the remaining hosts for this loop 172629 1726889019.07877: done getting the remaining hosts for this loop 172629 1726889019.07880: getting the next task for host managed_node1 172629 1726889019.07888: done getting next task for host managed_node1 172629 1726889019.07891: ^ task is: TASK: Check backing device of crypttab entry 172629 1726889019.07898: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889019.07902: getting variables 172629 1726889019.07903: in VariableManager get_vars() 172629 1726889019.07945: Calling all_inventory to load vars for managed_node1 172629 1726889019.07948: Calling groups_inventory to load vars for managed_node1 172629 1726889019.07951: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.07964: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.07968: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.07971: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.08768: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026ec 172629 1726889019.08772: WORKER PROCESS EXITING 172629 1726889019.08872: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.09494: done with get_vars() 172629 1726889019.09509: done getting variables 172629 1726889019.09565: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Friday 20 September 2024 23:23:39 -0400 (0:00:00.061) 0:01:59.375 ****** 172629 1726889019.09596: entering _queue_task() for managed_node1/assert 172629 1726889019.09869: worker is 1 (out of 1 available) 172629 1726889019.09881: exiting _queue_task() for managed_node1/assert 172629 1726889019.09893: done queuing things up, now waiting for results queue to drain 172629 1726889019.09894: waiting for pending results... 172629 1726889019.10275: running TaskExecutor() for managed_node1/TASK: Check backing device of crypttab entry 172629 1726889019.10318: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026ed 172629 1726889019.10337: variable 'ansible_search_path' from source: unknown 172629 1726889019.10379: calling self._execute() 172629 1726889019.10496: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.10508: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.10521: variable 'omit' from source: magic vars 172629 1726889019.10924: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889019.14819: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889019.14900: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889019.14943: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889019.14996: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889019.15028: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889019.15110: 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) 172629 1726889019.15144: 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) 172629 1726889019.15186: 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) 172629 1726889019.15233: 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) 172629 1726889019.15251: 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) 172629 1726889019.15376: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726889019.15417: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726889019.15426: when evaluation is False, skipping this task 172629 1726889019.15435: _execute() done 172629 1726889019.15444: dumping result to json 172629 1726889019.15452: done dumping result, returning 172629 1726889019.15465: done running TaskExecutor() for managed_node1/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-d0a8-add8-0000000026ed] 172629 1726889019.15474: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026ed skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726889019.15719: no more pending results, returning what we have 172629 1726889019.15723: results queue empty 172629 1726889019.15725: checking for any_errors_fatal 172629 1726889019.15738: done checking for any_errors_fatal 172629 1726889019.15739: checking for max_fail_percentage 172629 1726889019.15740: done checking for max_fail_percentage 172629 1726889019.15741: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.15742: done checking to see if all hosts have failed 172629 1726889019.15743: getting the remaining hosts for this loop 172629 1726889019.15744: done getting the remaining hosts for this loop 172629 1726889019.15749: getting the next task for host managed_node1 172629 1726889019.15760: done getting next task for host managed_node1 172629 1726889019.15764: ^ task is: TASK: Check key file of crypttab entry 172629 1726889019.15769: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889019.15775: getting variables 172629 1726889019.15776: in VariableManager get_vars() 172629 1726889019.15821: Calling all_inventory to load vars for managed_node1 172629 1726889019.15825: Calling groups_inventory to load vars for managed_node1 172629 1726889019.15829: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.15842: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.15846: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.15849: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.16913: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026ed 172629 1726889019.16917: WORKER PROCESS EXITING 172629 1726889019.16962: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.18667: done with get_vars() 172629 1726889019.18683: done getting variables 172629 1726889019.18739: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Friday 20 September 2024 23:23:39 -0400 (0:00:00.091) 0:01:59.467 ****** 172629 1726889019.18773: entering _queue_task() for managed_node1/assert 172629 1726889019.19073: worker is 1 (out of 1 available) 172629 1726889019.19085: exiting _queue_task() for managed_node1/assert 172629 1726889019.19096: done queuing things up, now waiting for results queue to drain 172629 1726889019.19097: waiting for pending results... 172629 1726889019.19395: running TaskExecutor() for managed_node1/TASK: Check key file of crypttab entry 172629 1726889019.19521: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026ee 172629 1726889019.19542: variable 'ansible_search_path' from source: unknown 172629 1726889019.19584: calling self._execute() 172629 1726889019.19710: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.19723: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.19739: variable 'omit' from source: magic vars 172629 1726889019.20144: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889019.22989: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889019.23050: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889019.23262: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889019.23266: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889019.23269: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889019.23272: 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) 172629 1726889019.23303: 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) 172629 1726889019.23334: 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) 172629 1726889019.23388: 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) 172629 1726889019.23408: 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) 172629 1726889019.23526: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726889019.23562: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726889019.23570: when evaluation is False, skipping this task 172629 1726889019.23577: _execute() done 172629 1726889019.23585: dumping result to json 172629 1726889019.23593: done dumping result, returning 172629 1726889019.23608: done running TaskExecutor() for managed_node1/TASK: Check key file of crypttab entry [0affc8a3-6f6f-d0a8-add8-0000000026ee] 172629 1726889019.23617: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026ee 172629 1726889019.23981: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026ee 172629 1726889019.23984: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726889019.24031: no more pending results, returning what we have 172629 1726889019.24036: results queue empty 172629 1726889019.24037: checking for any_errors_fatal 172629 1726889019.24045: done checking for any_errors_fatal 172629 1726889019.24046: checking for max_fail_percentage 172629 1726889019.24048: done checking for max_fail_percentage 172629 1726889019.24049: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.24050: done checking to see if all hosts have failed 172629 1726889019.24051: getting the remaining hosts for this loop 172629 1726889019.24052: done getting the remaining hosts for this loop 172629 1726889019.24057: getting the next task for host managed_node1 172629 1726889019.24066: done getting next task for host managed_node1 172629 1726889019.24069: ^ task is: TASK: Clear test variables 172629 1726889019.24075: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889019.24079: getting variables 172629 1726889019.24081: in VariableManager get_vars() 172629 1726889019.24121: Calling all_inventory to load vars for managed_node1 172629 1726889019.24124: Calling groups_inventory to load vars for managed_node1 172629 1726889019.24128: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.24140: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.24143: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.24148: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.24852: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.25432: done with get_vars() 172629 1726889019.25448: done getting variables 172629 1726889019.25506: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clear test variables] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Friday 20 September 2024 23:23:39 -0400 (0:00:00.067) 0:01:59.535 ****** 172629 1726889019.25537: entering _queue_task() for managed_node1/set_fact 172629 1726889019.25874: worker is 1 (out of 1 available) 172629 1726889019.25887: exiting _queue_task() for managed_node1/set_fact 172629 1726889019.25899: done queuing things up, now waiting for results queue to drain 172629 1726889019.25900: waiting for pending results... 172629 1726889019.26206: running TaskExecutor() for managed_node1/TASK: Clear test variables 172629 1726889019.26340: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026ef 172629 1726889019.26369: variable 'ansible_search_path' from source: unknown 172629 1726889019.26417: calling self._execute() 172629 1726889019.26542: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.26559: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.26575: variable 'omit' from source: magic vars 172629 1726889019.26703: variable 'omit' from source: magic vars 172629 1726889019.26772: variable 'omit' from source: magic vars 172629 1726889019.26815: variable 'omit' from source: magic vars 172629 1726889019.26866: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889019.26911: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889019.26944: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889019.26970: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889019.26987: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889019.27027: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889019.27036: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.27044: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.27144: Set connection var ansible_timeout to 10 172629 1726889019.27157: Set connection var ansible_shell_type to sh 172629 1726889019.27170: Set connection var ansible_pipelining to False 172629 1726889019.27245: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889019.27248: Set connection var ansible_shell_executable to /bin/sh 172629 1726889019.27251: Set connection var ansible_connection to ssh 172629 1726889019.27253: variable 'ansible_shell_executable' from source: unknown 172629 1726889019.27256: variable 'ansible_connection' from source: unknown 172629 1726889019.27259: variable 'ansible_module_compression' from source: unknown 172629 1726889019.27260: variable 'ansible_shell_type' from source: unknown 172629 1726889019.27262: variable 'ansible_shell_executable' from source: unknown 172629 1726889019.27265: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.27267: variable 'ansible_pipelining' from source: unknown 172629 1726889019.27269: variable 'ansible_timeout' from source: unknown 172629 1726889019.27272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.27424: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889019.27441: variable 'omit' from source: magic vars 172629 1726889019.27451: starting attempt loop 172629 1726889019.27461: running the handler 172629 1726889019.27479: handler run complete 172629 1726889019.27490: attempt loop complete, returning result 172629 1726889019.27495: _execute() done 172629 1726889019.27500: dumping result to json 172629 1726889019.27560: done dumping result, returning 172629 1726889019.27565: done running TaskExecutor() for managed_node1/TASK: Clear test variables [0affc8a3-6f6f-d0a8-add8-0000000026ef] 172629 1726889019.27567: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026ef 172629 1726889019.27631: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026ef 172629 1726889019.27633: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 172629 1726889019.27693: no more pending results, returning what we have 172629 1726889019.27697: results queue empty 172629 1726889019.27698: checking for any_errors_fatal 172629 1726889019.27707: done checking for any_errors_fatal 172629 1726889019.27708: checking for max_fail_percentage 172629 1726889019.27710: done checking for max_fail_percentage 172629 1726889019.27711: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.27712: done checking to see if all hosts have failed 172629 1726889019.27713: getting the remaining hosts for this loop 172629 1726889019.27714: done getting the remaining hosts for this loop 172629 1726889019.27718: getting the next task for host managed_node1 172629 1726889019.27732: done getting next task for host managed_node1 172629 1726889019.27736: ^ task is: TASK: Get information about RAID 172629 1726889019.27743: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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 172629 1726889019.27748: getting variables 172629 1726889019.27750: in VariableManager get_vars() 172629 1726889019.27792: Calling all_inventory to load vars for managed_node1 172629 1726889019.27795: Calling groups_inventory to load vars for managed_node1 172629 1726889019.27799: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.27809: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.27812: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.27815: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.29003: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.29590: done with get_vars() 172629 1726889019.29605: done getting variables 172629 1726889019.29666: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get information about RAID] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Friday 20 September 2024 23:23:39 -0400 (0:00:00.041) 0:01:59.576 ****** 172629 1726889019.29697: entering _queue_task() for managed_node1/command 172629 1726889019.30024: worker is 1 (out of 1 available) 172629 1726889019.30037: exiting _queue_task() for managed_node1/command 172629 1726889019.30050: done queuing things up, now waiting for results queue to drain 172629 1726889019.30051: waiting for pending results... 172629 1726889019.30475: running TaskExecutor() for managed_node1/TASK: Get information about RAID 172629 1726889019.30524: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026f3 172629 1726889019.30544: variable 'ansible_search_path' from source: unknown 172629 1726889019.30589: calling self._execute() 172629 1726889019.30787: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.30791: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.30794: variable 'omit' from source: magic vars 172629 1726889019.31148: variable 'storage_test_volume' from source: include params 172629 1726889019.31191: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889019.31199: when evaluation is False, skipping this task 172629 1726889019.31206: _execute() done 172629 1726889019.31215: dumping result to json 172629 1726889019.31224: done dumping result, returning 172629 1726889019.31234: done running TaskExecutor() for managed_node1/TASK: Get information about RAID [0affc8a3-6f6f-d0a8-add8-0000000026f3] 172629 1726889019.31243: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026f3 172629 1726889019.31487: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026f3 172629 1726889019.31492: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889019.31546: no more pending results, returning what we have 172629 1726889019.31550: results queue empty 172629 1726889019.31551: checking for any_errors_fatal 172629 1726889019.31566: done checking for any_errors_fatal 172629 1726889019.31567: checking for max_fail_percentage 172629 1726889019.31569: done checking for max_fail_percentage 172629 1726889019.31570: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.31571: done checking to see if all hosts have failed 172629 1726889019.31572: getting the remaining hosts for this loop 172629 1726889019.31574: done getting the remaining hosts for this loop 172629 1726889019.31577: getting the next task for host managed_node1 172629 1726889019.31586: done getting next task for host managed_node1 172629 1726889019.31590: ^ task is: TASK: Set active devices regex 172629 1726889019.31597: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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 172629 1726889019.31602: getting variables 172629 1726889019.31603: in VariableManager get_vars() 172629 1726889019.31644: Calling all_inventory to load vars for managed_node1 172629 1726889019.31647: Calling groups_inventory to load vars for managed_node1 172629 1726889019.31651: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.31864: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.31868: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.31871: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.32393: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.33001: done with get_vars() 172629 1726889019.33018: done getting variables 172629 1726889019.33084: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set active devices regex] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Friday 20 September 2024 23:23:39 -0400 (0:00:00.034) 0:01:59.611 ****** 172629 1726889019.33118: entering _queue_task() for managed_node1/set_fact 172629 1726889019.33496: worker is 1 (out of 1 available) 172629 1726889019.33511: exiting _queue_task() for managed_node1/set_fact 172629 1726889019.33524: done queuing things up, now waiting for results queue to drain 172629 1726889019.33525: waiting for pending results... 172629 1726889019.33875: running TaskExecutor() for managed_node1/TASK: Set active devices regex 172629 1726889019.33950: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026f4 172629 1726889019.33983: variable 'ansible_search_path' from source: unknown 172629 1726889019.34025: calling self._execute() 172629 1726889019.34151: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.34168: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.34188: variable 'omit' from source: magic vars 172629 1726889019.34612: variable 'storage_test_volume' from source: include params 172629 1726889019.34664: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889019.34672: when evaluation is False, skipping this task 172629 1726889019.34678: _execute() done 172629 1726889019.34684: dumping result to json 172629 1726889019.34690: done dumping result, returning 172629 1726889019.34699: done running TaskExecutor() for managed_node1/TASK: Set active devices regex [0affc8a3-6f6f-d0a8-add8-0000000026f4] 172629 1726889019.34707: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026f4 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889019.34880: no more pending results, returning what we have 172629 1726889019.34884: results queue empty 172629 1726889019.34885: checking for any_errors_fatal 172629 1726889019.34894: done checking for any_errors_fatal 172629 1726889019.34895: checking for max_fail_percentage 172629 1726889019.34897: done checking for max_fail_percentage 172629 1726889019.34898: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.34899: done checking to see if all hosts have failed 172629 1726889019.34899: getting the remaining hosts for this loop 172629 1726889019.34901: done getting the remaining hosts for this loop 172629 1726889019.34904: getting the next task for host managed_node1 172629 1726889019.34913: done getting next task for host managed_node1 172629 1726889019.34916: ^ task is: TASK: Set spare devices regex 172629 1726889019.34922: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889019.34926: getting variables 172629 1726889019.34927: in VariableManager get_vars() 172629 1726889019.34970: Calling all_inventory to load vars for managed_node1 172629 1726889019.34973: Calling groups_inventory to load vars for managed_node1 172629 1726889019.34976: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.34990: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.34993: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.34996: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.35669: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026f4 172629 1726889019.35673: WORKER PROCESS EXITING 172629 1726889019.35796: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.36382: done with get_vars() 172629 1726889019.36396: done getting variables 172629 1726889019.36454: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Friday 20 September 2024 23:23:39 -0400 (0:00:00.033) 0:01:59.644 ****** 172629 1726889019.36487: entering _queue_task() for managed_node1/set_fact 172629 1726889019.36873: worker is 1 (out of 1 available) 172629 1726889019.36884: exiting _queue_task() for managed_node1/set_fact 172629 1726889019.36895: done queuing things up, now waiting for results queue to drain 172629 1726889019.36896: waiting for pending results... 172629 1726889019.37097: running TaskExecutor() for managed_node1/TASK: Set spare devices regex 172629 1726889019.37237: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026f5 172629 1726889019.37259: variable 'ansible_search_path' from source: unknown 172629 1726889019.37297: calling self._execute() 172629 1726889019.37418: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.37429: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.37446: variable 'omit' from source: magic vars 172629 1726889019.37847: variable 'storage_test_volume' from source: include params 172629 1726889019.37894: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889019.37901: when evaluation is False, skipping this task 172629 1726889019.37908: _execute() done 172629 1726889019.37915: dumping result to json 172629 1726889019.37922: done dumping result, returning 172629 1726889019.37932: done running TaskExecutor() for managed_node1/TASK: Set spare devices regex [0affc8a3-6f6f-d0a8-add8-0000000026f5] 172629 1726889019.37941: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026f5 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889019.38093: no more pending results, returning what we have 172629 1726889019.38097: results queue empty 172629 1726889019.38098: checking for any_errors_fatal 172629 1726889019.38107: done checking for any_errors_fatal 172629 1726889019.38108: checking for max_fail_percentage 172629 1726889019.38110: done checking for max_fail_percentage 172629 1726889019.38111: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.38112: done checking to see if all hosts have failed 172629 1726889019.38112: getting the remaining hosts for this loop 172629 1726889019.38114: done getting the remaining hosts for this loop 172629 1726889019.38117: getting the next task for host managed_node1 172629 1726889019.38128: done getting next task for host managed_node1 172629 1726889019.38130: ^ task is: TASK: Set md version regex 172629 1726889019.38137: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889019.38140: getting variables 172629 1726889019.38142: in VariableManager get_vars() 172629 1726889019.38184: Calling all_inventory to load vars for managed_node1 172629 1726889019.38187: Calling groups_inventory to load vars for managed_node1 172629 1726889019.38191: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.38204: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.38207: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.38210: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.38972: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026f5 172629 1726889019.38976: WORKER PROCESS EXITING 172629 1726889019.39029: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.39638: done with get_vars() 172629 1726889019.39651: done getting variables 172629 1726889019.39708: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set md version regex] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Friday 20 September 2024 23:23:39 -0400 (0:00:00.032) 0:01:59.677 ****** 172629 1726889019.39737: entering _queue_task() for managed_node1/set_fact 172629 1726889019.40001: worker is 1 (out of 1 available) 172629 1726889019.40014: exiting _queue_task() for managed_node1/set_fact 172629 1726889019.40026: done queuing things up, now waiting for results queue to drain 172629 1726889019.40027: waiting for pending results... 172629 1726889019.40316: running TaskExecutor() for managed_node1/TASK: Set md version regex 172629 1726889019.40447: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026f6 172629 1726889019.40471: variable 'ansible_search_path' from source: unknown 172629 1726889019.40512: calling self._execute() 172629 1726889019.40630: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.40642: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.40660: variable 'omit' from source: magic vars 172629 1726889019.41067: variable 'storage_test_volume' from source: include params 172629 1726889019.41108: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889019.41116: when evaluation is False, skipping this task 172629 1726889019.41131: _execute() done 172629 1726889019.41362: dumping result to json 172629 1726889019.41365: done dumping result, returning 172629 1726889019.41368: done running TaskExecutor() for managed_node1/TASK: Set md version regex [0affc8a3-6f6f-d0a8-add8-0000000026f6] 172629 1726889019.41369: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026f6 172629 1726889019.41425: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026f6 172629 1726889019.41428: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889019.41462: no more pending results, returning what we have 172629 1726889019.41465: results queue empty 172629 1726889019.41466: checking for any_errors_fatal 172629 1726889019.41472: done checking for any_errors_fatal 172629 1726889019.41472: checking for max_fail_percentage 172629 1726889019.41474: done checking for max_fail_percentage 172629 1726889019.41475: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.41475: done checking to see if all hosts have failed 172629 1726889019.41476: getting the remaining hosts for this loop 172629 1726889019.41477: done getting the remaining hosts for this loop 172629 1726889019.41480: getting the next task for host managed_node1 172629 1726889019.41486: done getting next task for host managed_node1 172629 1726889019.41489: ^ task is: TASK: Set chunk size regex 172629 1726889019.41493: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889019.41497: getting variables 172629 1726889019.41498: in VariableManager get_vars() 172629 1726889019.41525: Calling all_inventory to load vars for managed_node1 172629 1726889019.41528: Calling groups_inventory to load vars for managed_node1 172629 1726889019.41530: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.41541: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.41544: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.41547: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.42128: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.42720: done with get_vars() 172629 1726889019.42733: done getting variables 172629 1726889019.42791: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Friday 20 September 2024 23:23:39 -0400 (0:00:00.030) 0:01:59.708 ****** 172629 1726889019.42822: entering _queue_task() for managed_node1/set_fact 172629 1726889019.43277: worker is 1 (out of 1 available) 172629 1726889019.43287: exiting _queue_task() for managed_node1/set_fact 172629 1726889019.43298: done queuing things up, now waiting for results queue to drain 172629 1726889019.43300: waiting for pending results... 172629 1726889019.43406: running TaskExecutor() for managed_node1/TASK: Set chunk size regex 172629 1726889019.43537: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026f7 172629 1726889019.43562: variable 'ansible_search_path' from source: unknown 172629 1726889019.43601: calling self._execute() 172629 1726889019.43723: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.43740: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.43761: variable 'omit' from source: magic vars 172629 1726889019.44158: variable 'storage_test_volume' from source: include params 172629 1726889019.44199: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889019.44286: when evaluation is False, skipping this task 172629 1726889019.44289: _execute() done 172629 1726889019.44291: dumping result to json 172629 1726889019.44293: done dumping result, returning 172629 1726889019.44295: done running TaskExecutor() for managed_node1/TASK: Set chunk size regex [0affc8a3-6f6f-d0a8-add8-0000000026f7] 172629 1726889019.44297: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026f7 172629 1726889019.44365: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026f7 172629 1726889019.44368: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889019.44434: no more pending results, returning what we have 172629 1726889019.44437: results queue empty 172629 1726889019.44438: checking for any_errors_fatal 172629 1726889019.44447: done checking for any_errors_fatal 172629 1726889019.44448: checking for max_fail_percentage 172629 1726889019.44450: done checking for max_fail_percentage 172629 1726889019.44451: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.44452: done checking to see if all hosts have failed 172629 1726889019.44452: getting the remaining hosts for this loop 172629 1726889019.44454: done getting the remaining hosts for this loop 172629 1726889019.44458: getting the next task for host managed_node1 172629 1726889019.44467: done getting next task for host managed_node1 172629 1726889019.44470: ^ task is: TASK: Parse the chunk size 172629 1726889019.44475: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889019.44481: getting variables 172629 1726889019.44482: in VariableManager get_vars() 172629 1726889019.44518: Calling all_inventory to load vars for managed_node1 172629 1726889019.44520: Calling groups_inventory to load vars for managed_node1 172629 1726889019.44524: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.44537: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.44540: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.44544: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.45215: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.45787: done with get_vars() 172629 1726889019.45800: done getting variables TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Friday 20 September 2024 23:23:39 -0400 (0:00:00.030) 0:01:59.738 ****** 172629 1726889019.45881: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889019.46132: worker is 1 (out of 1 available) 172629 1726889019.46143: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889019.46258: done queuing things up, now waiting for results queue to drain 172629 1726889019.46260: waiting for pending results... 172629 1726889019.46573: running TaskExecutor() for managed_node1/TASK: Parse the chunk size 172629 1726889019.46577: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026f8 172629 1726889019.46580: variable 'ansible_search_path' from source: unknown 172629 1726889019.46608: calling self._execute() 172629 1726889019.46727: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.46738: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.46751: variable 'omit' from source: magic vars 172629 1726889019.47152: variable 'storage_test_volume' from source: include params 172629 1726889019.47194: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889019.47201: when evaluation is False, skipping this task 172629 1726889019.47208: _execute() done 172629 1726889019.47214: dumping result to json 172629 1726889019.47221: done dumping result, returning 172629 1726889019.47230: done running TaskExecutor() for managed_node1/TASK: Parse the chunk size [0affc8a3-6f6f-d0a8-add8-0000000026f8] 172629 1726889019.47244: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026f8 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889019.47400: no more pending results, returning what we have 172629 1726889019.47404: results queue empty 172629 1726889019.47405: checking for any_errors_fatal 172629 1726889019.47413: done checking for any_errors_fatal 172629 1726889019.47414: checking for max_fail_percentage 172629 1726889019.47416: done checking for max_fail_percentage 172629 1726889019.47417: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.47418: done checking to see if all hosts have failed 172629 1726889019.47419: getting the remaining hosts for this loop 172629 1726889019.47421: done getting the remaining hosts for this loop 172629 1726889019.47424: getting the next task for host managed_node1 172629 1726889019.47433: done getting next task for host managed_node1 172629 1726889019.47435: ^ task is: TASK: Check RAID active devices count 172629 1726889019.47441: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889019.47445: getting variables 172629 1726889019.47446: in VariableManager get_vars() 172629 1726889019.47486: Calling all_inventory to load vars for managed_node1 172629 1726889019.47489: Calling groups_inventory to load vars for managed_node1 172629 1726889019.47493: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.47507: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.47510: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.47513: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.48443: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026f8 172629 1726889019.48446: WORKER PROCESS EXITING 172629 1726889019.48622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.49209: done with get_vars() 172629 1726889019.49222: done getting variables 172629 1726889019.49276: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Friday 20 September 2024 23:23:39 -0400 (0:00:00.034) 0:01:59.772 ****** 172629 1726889019.49305: entering _queue_task() for managed_node1/assert 172629 1726889019.49788: worker is 1 (out of 1 available) 172629 1726889019.49798: exiting _queue_task() for managed_node1/assert 172629 1726889019.49808: done queuing things up, now waiting for results queue to drain 172629 1726889019.49809: waiting for pending results... 172629 1726889019.49868: running TaskExecutor() for managed_node1/TASK: Check RAID active devices count 172629 1726889019.50018: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026f9 172629 1726889019.50044: variable 'ansible_search_path' from source: unknown 172629 1726889019.50092: calling self._execute() 172629 1726889019.50228: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.50239: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.50362: variable 'omit' from source: magic vars 172629 1726889019.50698: variable 'storage_test_volume' from source: include params 172629 1726889019.50742: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889019.50750: when evaluation is False, skipping this task 172629 1726889019.50759: _execute() done 172629 1726889019.50767: dumping result to json 172629 1726889019.50774: done dumping result, returning 172629 1726889019.50784: done running TaskExecutor() for managed_node1/TASK: Check RAID active devices count [0affc8a3-6f6f-d0a8-add8-0000000026f9] 172629 1726889019.50798: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026f9 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889019.51016: no more pending results, returning what we have 172629 1726889019.51020: results queue empty 172629 1726889019.51021: checking for any_errors_fatal 172629 1726889019.51034: done checking for any_errors_fatal 172629 1726889019.51035: checking for max_fail_percentage 172629 1726889019.51037: done checking for max_fail_percentage 172629 1726889019.51038: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.51039: done checking to see if all hosts have failed 172629 1726889019.51040: getting the remaining hosts for this loop 172629 1726889019.51042: done getting the remaining hosts for this loop 172629 1726889019.51045: getting the next task for host managed_node1 172629 1726889019.51054: done getting next task for host managed_node1 172629 1726889019.51059: ^ task is: TASK: Check RAID spare devices count 172629 1726889019.51065: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889019.51071: getting variables 172629 1726889019.51072: in VariableManager get_vars() 172629 1726889019.51113: Calling all_inventory to load vars for managed_node1 172629 1726889019.51116: Calling groups_inventory to load vars for managed_node1 172629 1726889019.51120: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.51134: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.51137: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.51140: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.51668: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026f9 172629 1726889019.51672: WORKER PROCESS EXITING 172629 1726889019.51821: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.52377: done with get_vars() 172629 1726889019.52393: done getting variables 172629 1726889019.52452: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Friday 20 September 2024 23:23:39 -0400 (0:00:00.031) 0:01:59.804 ****** 172629 1726889019.52486: entering _queue_task() for managed_node1/assert 172629 1726889019.52783: worker is 1 (out of 1 available) 172629 1726889019.52794: exiting _queue_task() for managed_node1/assert 172629 1726889019.52807: done queuing things up, now waiting for results queue to drain 172629 1726889019.52808: waiting for pending results... 172629 1726889019.53108: running TaskExecutor() for managed_node1/TASK: Check RAID spare devices count 172629 1726889019.53249: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026fa 172629 1726889019.53274: variable 'ansible_search_path' from source: unknown 172629 1726889019.53314: calling self._execute() 172629 1726889019.53435: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.53460: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.53464: variable 'omit' from source: magic vars 172629 1726889019.53934: variable 'storage_test_volume' from source: include params 172629 1726889019.53937: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889019.53939: when evaluation is False, skipping this task 172629 1726889019.53942: _execute() done 172629 1726889019.53943: dumping result to json 172629 1726889019.53945: done dumping result, returning 172629 1726889019.53948: done running TaskExecutor() for managed_node1/TASK: Check RAID spare devices count [0affc8a3-6f6f-d0a8-add8-0000000026fa] 172629 1726889019.53950: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026fa skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889019.54088: no more pending results, returning what we have 172629 1726889019.54093: results queue empty 172629 1726889019.54094: checking for any_errors_fatal 172629 1726889019.54108: done checking for any_errors_fatal 172629 1726889019.54109: checking for max_fail_percentage 172629 1726889019.54111: done checking for max_fail_percentage 172629 1726889019.54112: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.54113: done checking to see if all hosts have failed 172629 1726889019.54114: getting the remaining hosts for this loop 172629 1726889019.54115: done getting the remaining hosts for this loop 172629 1726889019.54119: getting the next task for host managed_node1 172629 1726889019.54127: done getting next task for host managed_node1 172629 1726889019.54129: ^ task is: TASK: Check RAID metadata version 172629 1726889019.54135: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889019.54139: getting variables 172629 1726889019.54141: in VariableManager get_vars() 172629 1726889019.54181: Calling all_inventory to load vars for managed_node1 172629 1726889019.54184: Calling groups_inventory to load vars for managed_node1 172629 1726889019.54187: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.54201: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.54205: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.54208: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.55045: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026fa 172629 1726889019.55049: WORKER PROCESS EXITING 172629 1726889019.55084: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.55743: done with get_vars() 172629 1726889019.55762: done getting variables 172629 1726889019.55825: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Friday 20 September 2024 23:23:39 -0400 (0:00:00.033) 0:01:59.838 ****** 172629 1726889019.55861: entering _queue_task() for managed_node1/assert 172629 1726889019.56170: worker is 1 (out of 1 available) 172629 1726889019.56183: exiting _queue_task() for managed_node1/assert 172629 1726889019.56195: done queuing things up, now waiting for results queue to drain 172629 1726889019.56197: waiting for pending results... 172629 1726889019.56576: running TaskExecutor() for managed_node1/TASK: Check RAID metadata version 172629 1726889019.56686: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026fb 172629 1726889019.56711: variable 'ansible_search_path' from source: unknown 172629 1726889019.56752: calling self._execute() 172629 1726889019.56892: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.56907: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.56925: variable 'omit' from source: magic vars 172629 1726889019.57339: variable 'storage_test_volume' from source: include params 172629 1726889019.57383: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889019.57391: when evaluation is False, skipping this task 172629 1726889019.57399: _execute() done 172629 1726889019.57407: dumping result to json 172629 1726889019.57414: done dumping result, returning 172629 1726889019.57428: done running TaskExecutor() for managed_node1/TASK: Check RAID metadata version [0affc8a3-6f6f-d0a8-add8-0000000026fb] 172629 1726889019.57442: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026fb 172629 1726889019.57616: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026fb 172629 1726889019.57620: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889019.57695: no more pending results, returning what we have 172629 1726889019.57698: results queue empty 172629 1726889019.57699: checking for any_errors_fatal 172629 1726889019.57708: done checking for any_errors_fatal 172629 1726889019.57708: checking for max_fail_percentage 172629 1726889019.57710: done checking for max_fail_percentage 172629 1726889019.57711: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.57712: done checking to see if all hosts have failed 172629 1726889019.57712: getting the remaining hosts for this loop 172629 1726889019.57714: done getting the remaining hosts for this loop 172629 1726889019.57718: getting the next task for host managed_node1 172629 1726889019.57726: done getting next task for host managed_node1 172629 1726889019.57729: ^ task is: TASK: Check RAID chunk size 172629 1726889019.57735: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889019.57738: getting variables 172629 1726889019.57739: in VariableManager get_vars() 172629 1726889019.57779: Calling all_inventory to load vars for managed_node1 172629 1726889019.57782: Calling groups_inventory to load vars for managed_node1 172629 1726889019.57785: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.57798: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.57801: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.57804: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.58562: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.59171: done with get_vars() 172629 1726889019.59186: done getting variables 172629 1726889019.59244: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Friday 20 September 2024 23:23:39 -0400 (0:00:00.034) 0:01:59.872 ****** 172629 1726889019.59279: entering _queue_task() for managed_node1/assert 172629 1726889019.59673: worker is 1 (out of 1 available) 172629 1726889019.59686: exiting _queue_task() for managed_node1/assert 172629 1726889019.59698: done queuing things up, now waiting for results queue to drain 172629 1726889019.59699: waiting for pending results... 172629 1726889019.60173: running TaskExecutor() for managed_node1/TASK: Check RAID chunk size 172629 1726889019.60179: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000026fc 172629 1726889019.60182: variable 'ansible_search_path' from source: unknown 172629 1726889019.60186: calling self._execute() 172629 1726889019.60242: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.60257: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.60274: variable 'omit' from source: magic vars 172629 1726889019.60696: variable 'storage_test_volume' from source: include params 172629 1726889019.60736: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889019.60743: when evaluation is False, skipping this task 172629 1726889019.60750: _execute() done 172629 1726889019.60759: dumping result to json 172629 1726889019.60766: done dumping result, returning 172629 1726889019.60775: done running TaskExecutor() for managed_node1/TASK: Check RAID chunk size [0affc8a3-6f6f-d0a8-add8-0000000026fc] 172629 1726889019.60783: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026fc skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889019.60928: no more pending results, returning what we have 172629 1726889019.60931: results queue empty 172629 1726889019.60932: checking for any_errors_fatal 172629 1726889019.60943: done checking for any_errors_fatal 172629 1726889019.60944: checking for max_fail_percentage 172629 1726889019.60947: done checking for max_fail_percentage 172629 1726889019.60948: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.60949: done checking to see if all hosts have failed 172629 1726889019.60950: getting the remaining hosts for this loop 172629 1726889019.60951: done getting the remaining hosts for this loop 172629 1726889019.60957: getting the next task for host managed_node1 172629 1726889019.60970: done getting next task for host managed_node1 172629 1726889019.60973: ^ task is: TASK: Parse the actual size of the volume 172629 1726889019.60980: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889019.60983: getting variables 172629 1726889019.60985: in VariableManager get_vars() 172629 1726889019.61021: Calling all_inventory to load vars for managed_node1 172629 1726889019.61024: Calling groups_inventory to load vars for managed_node1 172629 1726889019.61027: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.61040: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.61043: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.61045: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.61575: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000026fc 172629 1726889019.61579: WORKER PROCESS EXITING 172629 1726889019.61838: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.62406: done with get_vars() 172629 1726889019.62421: done getting variables TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Friday 20 September 2024 23:23:39 -0400 (0:00:00.032) 0:01:59.904 ****** 172629 1726889019.62503: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889019.62764: worker is 1 (out of 1 available) 172629 1726889019.62779: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889019.62792: done queuing things up, now waiting for results queue to drain 172629 1726889019.62794: waiting for pending results... 172629 1726889019.63173: running TaskExecutor() for managed_node1/TASK: Parse the actual size of the volume 172629 1726889019.63224: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002700 172629 1726889019.63244: variable 'ansible_search_path' from source: unknown 172629 1726889019.63288: calling self._execute() 172629 1726889019.63405: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.63418: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.63432: variable 'omit' from source: magic vars 172629 1726889019.63808: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889019.66465: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889019.66534: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889019.66577: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889019.66614: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889019.66648: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889019.66750: variable '_storage_test_volume_present' from source: set_fact 172629 1726889019.66775: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889019.66944: variable 'storage_test_volume' from source: include params 172629 1726889019.66984: Evaluated conditional (storage_test_volume.type not in ['partition', 'disk']): False 172629 1726889019.67062: when evaluation is False, skipping this task 172629 1726889019.67065: _execute() done 172629 1726889019.67066: dumping result to json 172629 1726889019.67069: done dumping result, returning 172629 1726889019.67071: done running TaskExecutor() for managed_node1/TASK: Parse the actual size of the volume [0affc8a3-6f6f-d0a8-add8-000000002700] 172629 1726889019.67073: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002700 172629 1726889019.67137: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002700 172629 1726889019.67139: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } 172629 1726889019.67213: no more pending results, returning what we have 172629 1726889019.67219: results queue empty 172629 1726889019.67220: checking for any_errors_fatal 172629 1726889019.67231: done checking for any_errors_fatal 172629 1726889019.67232: checking for max_fail_percentage 172629 1726889019.67235: done checking for max_fail_percentage 172629 1726889019.67236: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.67237: done checking to see if all hosts have failed 172629 1726889019.67238: getting the remaining hosts for this loop 172629 1726889019.67240: done getting the remaining hosts for this loop 172629 1726889019.67244: getting the next task for host managed_node1 172629 1726889019.67254: done getting next task for host managed_node1 172629 1726889019.67259: ^ task is: TASK: Parse the requested size of the volume 172629 1726889019.67265: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889019.67270: getting variables 172629 1726889019.67272: in VariableManager get_vars() 172629 1726889019.67313: Calling all_inventory to load vars for managed_node1 172629 1726889019.67316: Calling groups_inventory to load vars for managed_node1 172629 1726889019.67319: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.67333: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.67337: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.67341: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.68188: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.68769: done with get_vars() 172629 1726889019.68785: done getting variables TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Friday 20 September 2024 23:23:39 -0400 (0:00:00.063) 0:01:59.968 ****** 172629 1726889019.68872: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889019.69160: worker is 1 (out of 1 available) 172629 1726889019.69174: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889019.69187: done queuing things up, now waiting for results queue to drain 172629 1726889019.69188: waiting for pending results... 172629 1726889019.69573: running TaskExecutor() for managed_node1/TASK: Parse the requested size of the volume 172629 1726889019.69616: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002701 172629 1726889019.69635: variable 'ansible_search_path' from source: unknown 172629 1726889019.69681: calling self._execute() 172629 1726889019.69802: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.69813: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.69827: variable 'omit' from source: magic vars 172629 1726889019.70227: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889019.72873: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889019.72942: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889019.72983: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889019.73021: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889019.73070: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889019.73171: variable '_storage_test_volume_present' from source: set_fact 172629 1726889019.73194: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889019.73333: variable 'storage_test_volume' from source: include params 172629 1726889019.73374: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726889019.73381: when evaluation is False, skipping this task 172629 1726889019.73387: _execute() done 172629 1726889019.73393: dumping result to json 172629 1726889019.73400: done dumping result, returning 172629 1726889019.73409: done running TaskExecutor() for managed_node1/TASK: Parse the requested size of the volume [0affc8a3-6f6f-d0a8-add8-000000002701] 172629 1726889019.73468: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002701 172629 1726889019.73535: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002701 172629 1726889019.73537: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726889019.73623: no more pending results, returning what we have 172629 1726889019.73628: results queue empty 172629 1726889019.73629: checking for any_errors_fatal 172629 1726889019.73638: done checking for any_errors_fatal 172629 1726889019.73639: checking for max_fail_percentage 172629 1726889019.73641: done checking for max_fail_percentage 172629 1726889019.73642: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.73643: done checking to see if all hosts have failed 172629 1726889019.73644: getting the remaining hosts for this loop 172629 1726889019.73646: done getting the remaining hosts for this loop 172629 1726889019.73650: getting the next task for host managed_node1 172629 1726889019.73660: done getting next task for host managed_node1 172629 1726889019.73664: ^ task is: TASK: Establish base value for expected size 172629 1726889019.73669: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889019.73675: getting variables 172629 1726889019.73676: in VariableManager get_vars() 172629 1726889019.73719: Calling all_inventory to load vars for managed_node1 172629 1726889019.73722: Calling groups_inventory to load vars for managed_node1 172629 1726889019.73726: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.73739: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.73743: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.73747: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.74971: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.75511: done with get_vars() 172629 1726889019.75524: done getting variables 172629 1726889019.75579: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Friday 20 September 2024 23:23:39 -0400 (0:00:00.067) 0:02:00.036 ****** 172629 1726889019.75610: entering _queue_task() for managed_node1/set_fact 172629 1726889019.75906: worker is 1 (out of 1 available) 172629 1726889019.75920: exiting _queue_task() for managed_node1/set_fact 172629 1726889019.75933: done queuing things up, now waiting for results queue to drain 172629 1726889019.75934: waiting for pending results... 172629 1726889019.76284: running TaskExecutor() for managed_node1/TASK: Establish base value for expected size 172629 1726889019.76396: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002702 172629 1726889019.76561: variable 'ansible_search_path' from source: unknown 172629 1726889019.76565: calling self._execute() 172629 1726889019.76573: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.76585: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.76600: variable 'omit' from source: magic vars 172629 1726889019.76982: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889019.79213: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889019.79291: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889019.79347: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889019.79394: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889019.79426: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889019.79534: variable '_storage_test_volume_present' from source: set_fact 172629 1726889019.79559: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889019.79695: variable 'storage_test_volume' from source: include params 172629 1726889019.79734: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726889019.79741: when evaluation is False, skipping this task 172629 1726889019.79748: _execute() done 172629 1726889019.79758: dumping result to json 172629 1726889019.79766: done dumping result, returning 172629 1726889019.79774: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected size [0affc8a3-6f6f-d0a8-add8-000000002702] 172629 1726889019.79813: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002702 172629 1726889019.79883: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002702 172629 1726889019.79886: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726889019.79962: no more pending results, returning what we have 172629 1726889019.79966: results queue empty 172629 1726889019.79967: checking for any_errors_fatal 172629 1726889019.79980: done checking for any_errors_fatal 172629 1726889019.79981: checking for max_fail_percentage 172629 1726889019.79983: done checking for max_fail_percentage 172629 1726889019.79984: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.79985: done checking to see if all hosts have failed 172629 1726889019.79986: getting the remaining hosts for this loop 172629 1726889019.79988: done getting the remaining hosts for this loop 172629 1726889019.79992: getting the next task for host managed_node1 172629 1726889019.80002: done getting next task for host managed_node1 172629 1726889019.80005: ^ task is: TASK: Show expected size 172629 1726889019.80010: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889019.80014: getting variables 172629 1726889019.80016: in VariableManager get_vars() 172629 1726889019.80059: Calling all_inventory to load vars for managed_node1 172629 1726889019.80062: Calling groups_inventory to load vars for managed_node1 172629 1726889019.80065: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.80075: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.80078: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.80081: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.80933: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.81786: done with get_vars() 172629 1726889019.81800: done getting variables 172629 1726889019.81863: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show expected size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Friday 20 September 2024 23:23:39 -0400 (0:00:00.062) 0:02:00.098 ****** 172629 1726889019.81896: entering _queue_task() for managed_node1/debug 172629 1726889019.82369: worker is 1 (out of 1 available) 172629 1726889019.82380: exiting _queue_task() for managed_node1/debug 172629 1726889019.82391: done queuing things up, now waiting for results queue to drain 172629 1726889019.82392: waiting for pending results... 172629 1726889019.82632: running TaskExecutor() for managed_node1/TASK: Show expected size 172629 1726889019.82697: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002703 172629 1726889019.82717: variable 'ansible_search_path' from source: unknown 172629 1726889019.82765: calling self._execute() 172629 1726889019.82894: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.82948: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.82952: variable 'omit' from source: magic vars 172629 1726889019.83046: variable 'omit' from source: magic vars 172629 1726889019.83133: variable 'omit' from source: magic vars 172629 1726889019.83185: variable 'omit' from source: magic vars 172629 1726889019.83272: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889019.83286: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889019.83315: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889019.83337: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889019.83359: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889019.83404: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889019.83413: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.83488: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.83535: Set connection var ansible_timeout to 10 172629 1726889019.83545: Set connection var ansible_shell_type to sh 172629 1726889019.83561: Set connection var ansible_pipelining to False 172629 1726889019.83571: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889019.83580: Set connection var ansible_shell_executable to /bin/sh 172629 1726889019.83585: Set connection var ansible_connection to ssh 172629 1726889019.83617: variable 'ansible_shell_executable' from source: unknown 172629 1726889019.83624: variable 'ansible_connection' from source: unknown 172629 1726889019.83631: variable 'ansible_module_compression' from source: unknown 172629 1726889019.83637: variable 'ansible_shell_type' from source: unknown 172629 1726889019.83642: variable 'ansible_shell_executable' from source: unknown 172629 1726889019.83649: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.83660: variable 'ansible_pipelining' from source: unknown 172629 1726889019.83667: variable 'ansible_timeout' from source: unknown 172629 1726889019.83674: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.83836: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889019.83924: variable 'omit' from source: magic vars 172629 1726889019.83927: starting attempt loop 172629 1726889019.83930: running the handler 172629 1726889019.84124: handler run complete 172629 1726889019.84250: attempt loop complete, returning result 172629 1726889019.84256: _execute() done 172629 1726889019.84260: dumping result to json 172629 1726889019.84262: done dumping result, returning 172629 1726889019.84264: done running TaskExecutor() for managed_node1/TASK: Show expected size [0affc8a3-6f6f-d0a8-add8-000000002703] 172629 1726889019.84266: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002703 172629 1726889019.84333: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002703 172629 1726889019.84336: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } 172629 1726889019.84388: no more pending results, returning what we have 172629 1726889019.84391: results queue empty 172629 1726889019.84392: checking for any_errors_fatal 172629 1726889019.84403: done checking for any_errors_fatal 172629 1726889019.84403: checking for max_fail_percentage 172629 1726889019.84405: done checking for max_fail_percentage 172629 1726889019.84406: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.84407: done checking to see if all hosts have failed 172629 1726889019.84408: getting the remaining hosts for this loop 172629 1726889019.84410: done getting the remaining hosts for this loop 172629 1726889019.84413: getting the next task for host managed_node1 172629 1726889019.84421: done getting next task for host managed_node1 172629 1726889019.84424: ^ task is: TASK: Get the size of parent/pool device 172629 1726889019.84430: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889019.84434: getting variables 172629 1726889019.84436: in VariableManager get_vars() 172629 1726889019.84476: Calling all_inventory to load vars for managed_node1 172629 1726889019.84479: Calling groups_inventory to load vars for managed_node1 172629 1726889019.84483: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.84494: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.84498: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.84501: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.85337: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.85951: done with get_vars() 172629 1726889019.85977: done getting variables TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Friday 20 September 2024 23:23:39 -0400 (0:00:00.041) 0:02:00.140 ****** 172629 1726889019.86066: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889019.86489: worker is 1 (out of 1 available) 172629 1726889019.86503: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889019.86627: done queuing things up, now waiting for results queue to drain 172629 1726889019.86629: waiting for pending results... 172629 1726889019.86988: running TaskExecutor() for managed_node1/TASK: Get the size of parent/pool device 172629 1726889019.87070: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002704 172629 1726889019.87113: variable 'ansible_search_path' from source: unknown 172629 1726889019.87165: calling self._execute() 172629 1726889019.87361: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.87365: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.87368: variable 'omit' from source: magic vars 172629 1726889019.87709: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889019.90021: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889019.90102: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889019.90159: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889019.90207: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889019.90237: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889019.90340: variable '_storage_test_volume_present' from source: set_fact 172629 1726889019.90364: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889019.90506: variable 'storage_test_volume' from source: include params 172629 1726889019.90644: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726889019.90647: when evaluation is False, skipping this task 172629 1726889019.90649: _execute() done 172629 1726889019.90651: dumping result to json 172629 1726889019.90657: done dumping result, returning 172629 1726889019.90660: done running TaskExecutor() for managed_node1/TASK: Get the size of parent/pool device [0affc8a3-6f6f-d0a8-add8-000000002704] 172629 1726889019.90662: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002704 172629 1726889019.90734: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002704 172629 1726889019.90738: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726889019.90802: no more pending results, returning what we have 172629 1726889019.90806: results queue empty 172629 1726889019.90807: checking for any_errors_fatal 172629 1726889019.90822: done checking for any_errors_fatal 172629 1726889019.90823: checking for max_fail_percentage 172629 1726889019.90825: done checking for max_fail_percentage 172629 1726889019.90826: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.90827: done checking to see if all hosts have failed 172629 1726889019.90828: getting the remaining hosts for this loop 172629 1726889019.90830: done getting the remaining hosts for this loop 172629 1726889019.90833: getting the next task for host managed_node1 172629 1726889019.90846: done getting next task for host managed_node1 172629 1726889019.90850: ^ task is: TASK: Show test pool 172629 1726889019.90962: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889019.90968: getting variables 172629 1726889019.90970: in VariableManager get_vars() 172629 1726889019.91010: Calling all_inventory to load vars for managed_node1 172629 1726889019.91013: Calling groups_inventory to load vars for managed_node1 172629 1726889019.91017: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.91028: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.91032: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.91036: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.91889: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.92658: done with get_vars() 172629 1726889019.92673: done getting variables 172629 1726889019.92726: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test pool] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Friday 20 September 2024 23:23:39 -0400 (0:00:00.066) 0:02:00.207 ****** 172629 1726889019.92766: entering _queue_task() for managed_node1/debug 172629 1726889019.93081: worker is 1 (out of 1 available) 172629 1726889019.93206: exiting _queue_task() for managed_node1/debug 172629 1726889019.93217: done queuing things up, now waiting for results queue to drain 172629 1726889019.93218: waiting for pending results... 172629 1726889019.93571: running TaskExecutor() for managed_node1/TASK: Show test pool 172629 1726889019.93576: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002706 172629 1726889019.93579: variable 'ansible_search_path' from source: unknown 172629 1726889019.93615: calling self._execute() 172629 1726889019.93734: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889019.93749: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889019.93768: variable 'omit' from source: magic vars 172629 1726889019.94134: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889019.96388: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889019.96418: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889019.96474: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889019.96508: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889019.96533: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889019.96635: variable '_storage_test_volume_present' from source: set_fact 172629 1726889019.96651: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889019.96803: variable 'storage_test_volume' from source: include params 172629 1726889019.96960: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726889019.96963: when evaluation is False, skipping this task 172629 1726889019.96965: _execute() done 172629 1726889019.96967: dumping result to json 172629 1726889019.96969: done dumping result, returning 172629 1726889019.96971: done running TaskExecutor() for managed_node1/TASK: Show test pool [0affc8a3-6f6f-d0a8-add8-000000002706] 172629 1726889019.96973: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002706 172629 1726889019.97038: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002706 172629 1726889019.97040: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.type == \"lvm\"" } 172629 1726889019.97083: no more pending results, returning what we have 172629 1726889019.97086: results queue empty 172629 1726889019.97087: checking for any_errors_fatal 172629 1726889019.97094: done checking for any_errors_fatal 172629 1726889019.97095: checking for max_fail_percentage 172629 1726889019.97096: done checking for max_fail_percentage 172629 1726889019.97097: checking to see if all hosts have failed and the running result is not ok 172629 1726889019.97098: done checking to see if all hosts have failed 172629 1726889019.97098: getting the remaining hosts for this loop 172629 1726889019.97100: done getting the remaining hosts for this loop 172629 1726889019.97103: getting the next task for host managed_node1 172629 1726889019.97109: done getting next task for host managed_node1 172629 1726889019.97112: ^ task is: TASK: Show test blockinfo 172629 1726889019.97115: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726889019.97119: getting variables 172629 1726889019.97120: in VariableManager get_vars() 172629 1726889019.97153: Calling all_inventory to load vars for managed_node1 172629 1726889019.97258: Calling groups_inventory to load vars for managed_node1 172629 1726889019.97262: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889019.97271: Calling all_plugins_play to load vars for managed_node1 172629 1726889019.97274: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889019.97276: Calling groups_plugins_play to load vars for managed_node1 172629 1726889019.98211: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889019.98909: done with get_vars() 172629 1726889019.98924: done getting variables 172629 1726889019.99116: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Friday 20 September 2024 23:23:39 -0400 (0:00:00.063) 0:02:00.271 ****** 172629 1726889019.99145: entering _queue_task() for managed_node1/debug 172629 1726889019.99591: worker is 1 (out of 1 available) 172629 1726889019.99602: exiting _queue_task() for managed_node1/debug 172629 1726889019.99614: done queuing things up, now waiting for results queue to drain 172629 1726889019.99615: waiting for pending results... 172629 1726889019.99809: running TaskExecutor() for managed_node1/TASK: Show test blockinfo 172629 1726889019.99961: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002707 172629 1726889019.99965: variable 'ansible_search_path' from source: unknown 172629 1726889019.99990: calling self._execute() 172629 1726889020.00098: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889020.00261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889020.00264: variable 'omit' from source: magic vars 172629 1726889020.00494: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889020.03040: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889020.03106: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889020.03145: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889020.03184: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889020.03214: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889020.03314: variable '_storage_test_volume_present' from source: set_fact 172629 1726889020.03335: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889020.03486: variable 'storage_test_volume' from source: include params 172629 1726889020.03522: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726889020.03531: when evaluation is False, skipping this task 172629 1726889020.03545: _execute() done 172629 1726889020.03550: dumping result to json 172629 1726889020.03560: done dumping result, returning 172629 1726889020.03571: done running TaskExecutor() for managed_node1/TASK: Show test blockinfo [0affc8a3-6f6f-d0a8-add8-000000002707] 172629 1726889020.03580: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002707 skipping: [managed_node1] => { "false_condition": "storage_test_volume.type == \"lvm\"" } 172629 1726889020.03724: no more pending results, returning what we have 172629 1726889020.03727: results queue empty 172629 1726889020.03728: checking for any_errors_fatal 172629 1726889020.03737: done checking for any_errors_fatal 172629 1726889020.03738: checking for max_fail_percentage 172629 1726889020.03739: done checking for max_fail_percentage 172629 1726889020.03740: checking to see if all hosts have failed and the running result is not ok 172629 1726889020.03741: done checking to see if all hosts have failed 172629 1726889020.03742: getting the remaining hosts for this loop 172629 1726889020.03743: done getting the remaining hosts for this loop 172629 1726889020.03748: getting the next task for host managed_node1 172629 1726889020.03760: done getting next task for host managed_node1 172629 1726889020.03762: ^ task is: TASK: Show test pool size 172629 1726889020.03769: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726889020.03774: getting variables 172629 1726889020.03775: in VariableManager get_vars() 172629 1726889020.03812: Calling all_inventory to load vars for managed_node1 172629 1726889020.03814: Calling groups_inventory to load vars for managed_node1 172629 1726889020.03817: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889020.03830: Calling all_plugins_play to load vars for managed_node1 172629 1726889020.03833: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889020.03837: Calling groups_plugins_play to load vars for managed_node1 172629 1726889020.04366: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002707 172629 1726889020.04370: WORKER PROCESS EXITING 172629 1726889020.04553: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889020.05137: done with get_vars() 172629 1726889020.05154: done getting variables 172629 1726889020.05219: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test pool size] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Friday 20 September 2024 23:23:40 -0400 (0:00:00.061) 0:02:00.332 ****** 172629 1726889020.05253: entering _queue_task() for managed_node1/debug 172629 1726889020.05546: worker is 1 (out of 1 available) 172629 1726889020.05662: exiting _queue_task() for managed_node1/debug 172629 1726889020.05676: done queuing things up, now waiting for results queue to drain 172629 1726889020.05678: waiting for pending results... 172629 1726889020.05885: running TaskExecutor() for managed_node1/TASK: Show test pool size 172629 1726889020.06029: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002708 172629 1726889020.06048: variable 'ansible_search_path' from source: unknown 172629 1726889020.06088: calling self._execute() 172629 1726889020.06202: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889020.06212: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889020.06338: variable 'omit' from source: magic vars 172629 1726889020.06611: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889020.09309: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889020.09389: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889020.09438: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889020.09483: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889020.09530: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889020.09634: variable '_storage_test_volume_present' from source: set_fact 172629 1726889020.09658: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889020.09803: variable 'storage_test_volume' from source: include params 172629 1726889020.09844: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726889020.09853: when evaluation is False, skipping this task 172629 1726889020.09863: _execute() done 172629 1726889020.09871: dumping result to json 172629 1726889020.09878: done dumping result, returning 172629 1726889020.09888: done running TaskExecutor() for managed_node1/TASK: Show test pool size [0affc8a3-6f6f-d0a8-add8-000000002708] 172629 1726889020.09897: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002708 skipping: [managed_node1] => { "false_condition": "storage_test_volume.type == \"lvm\"" } 172629 1726889020.10108: no more pending results, returning what we have 172629 1726889020.10112: results queue empty 172629 1726889020.10113: checking for any_errors_fatal 172629 1726889020.10122: done checking for any_errors_fatal 172629 1726889020.10123: checking for max_fail_percentage 172629 1726889020.10125: done checking for max_fail_percentage 172629 1726889020.10126: checking to see if all hosts have failed and the running result is not ok 172629 1726889020.10127: done checking to see if all hosts have failed 172629 1726889020.10128: getting the remaining hosts for this loop 172629 1726889020.10130: done getting the remaining hosts for this loop 172629 1726889020.10133: getting the next task for host managed_node1 172629 1726889020.10141: done getting next task for host managed_node1 172629 1726889020.10143: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 172629 1726889020.10149: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726889020.10152: getting variables 172629 1726889020.10154: in VariableManager get_vars() 172629 1726889020.10394: Calling all_inventory to load vars for managed_node1 172629 1726889020.10398: Calling groups_inventory to load vars for managed_node1 172629 1726889020.10401: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889020.10412: Calling all_plugins_play to load vars for managed_node1 172629 1726889020.10415: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889020.10418: Calling groups_plugins_play to load vars for managed_node1 172629 1726889020.11335: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002708 172629 1726889020.11339: WORKER PROCESS EXITING 172629 1726889020.11509: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889020.12051: done with get_vars() 172629 1726889020.12069: done getting variables 172629 1726889020.12132: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Friday 20 September 2024 23:23:40 -0400 (0:00:00.069) 0:02:00.401 ****** 172629 1726889020.12167: entering _queue_task() for managed_node1/set_fact 172629 1726889020.12575: worker is 1 (out of 1 available) 172629 1726889020.12585: exiting _queue_task() for managed_node1/set_fact 172629 1726889020.12597: done queuing things up, now waiting for results queue to drain 172629 1726889020.12598: waiting for pending results... 172629 1726889020.12798: running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value 172629 1726889020.12973: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002709 172629 1726889020.12993: variable 'ansible_search_path' from source: unknown 172629 1726889020.13031: calling self._execute() 172629 1726889020.13150: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889020.13165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889020.13179: variable 'omit' from source: magic vars 172629 1726889020.13560: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889020.15803: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889020.15878: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889020.15931: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889020.15980: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889020.16011: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889020.16125: variable '_storage_test_volume_present' from source: set_fact 172629 1726889020.16149: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889020.16293: variable 'storage_test_volume' from source: include params 172629 1726889020.16330: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726889020.16339: when evaluation is False, skipping this task 172629 1726889020.16346: _execute() done 172629 1726889020.16353: dumping result to json 172629 1726889020.16361: done dumping result, returning 172629 1726889020.16370: done running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-d0a8-add8-000000002709] 172629 1726889020.16377: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002709 172629 1726889020.16481: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002709 172629 1726889020.16487: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726889020.16532: no more pending results, returning what we have 172629 1726889020.16536: results queue empty 172629 1726889020.16537: checking for any_errors_fatal 172629 1726889020.16547: done checking for any_errors_fatal 172629 1726889020.16548: checking for max_fail_percentage 172629 1726889020.16550: done checking for max_fail_percentage 172629 1726889020.16551: checking to see if all hosts have failed and the running result is not ok 172629 1726889020.16551: done checking to see if all hosts have failed 172629 1726889020.16552: getting the remaining hosts for this loop 172629 1726889020.16554: done getting the remaining hosts for this loop 172629 1726889020.16559: getting the next task for host managed_node1 172629 1726889020.16571: done getting next task for host managed_node1 172629 1726889020.16574: ^ task is: TASK: Default thin pool reserved space values 172629 1726889020.16579: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889020.16584: getting variables 172629 1726889020.16585: in VariableManager get_vars() 172629 1726889020.16630: Calling all_inventory to load vars for managed_node1 172629 1726889020.16634: Calling groups_inventory to load vars for managed_node1 172629 1726889020.16637: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889020.16652: Calling all_plugins_play to load vars for managed_node1 172629 1726889020.16668: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889020.16674: Calling groups_plugins_play to load vars for managed_node1 172629 1726889020.17296: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889020.18069: done with get_vars() 172629 1726889020.18091: done getting variables 172629 1726889020.18187: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Friday 20 September 2024 23:23:40 -0400 (0:00:00.060) 0:02:00.462 ****** 172629 1726889020.18214: entering _queue_task() for managed_node1/set_fact 172629 1726889020.19288: worker is 1 (out of 1 available) 172629 1726889020.19298: exiting _queue_task() for managed_node1/set_fact 172629 1726889020.19310: done queuing things up, now waiting for results queue to drain 172629 1726889020.19312: waiting for pending results... 172629 1726889020.19981: running TaskExecutor() for managed_node1/TASK: Default thin pool reserved space values 172629 1726889020.20363: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000270b 172629 1726889020.20367: variable 'ansible_search_path' from source: unknown 172629 1726889020.20370: calling self._execute() 172629 1726889020.20511: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889020.20866: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889020.20870: variable 'omit' from source: magic vars 172629 1726889020.21207: variable 'storage_test_volume' from source: include params 172629 1726889020.21395: Evaluated conditional (storage_test_volume.thin): False 172629 1726889020.21662: when evaluation is False, skipping this task 172629 1726889020.21666: _execute() done 172629 1726889020.21668: dumping result to json 172629 1726889020.21670: done dumping result, returning 172629 1726889020.21672: done running TaskExecutor() for managed_node1/TASK: Default thin pool reserved space values [0affc8a3-6f6f-d0a8-add8-00000000270b] 172629 1726889020.21674: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000270b 172629 1726889020.22325: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000270b 172629 1726889020.22328: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889020.22499: no more pending results, returning what we have 172629 1726889020.22503: results queue empty 172629 1726889020.22504: checking for any_errors_fatal 172629 1726889020.22513: done checking for any_errors_fatal 172629 1726889020.22514: checking for max_fail_percentage 172629 1726889020.22515: done checking for max_fail_percentage 172629 1726889020.22516: checking to see if all hosts have failed and the running result is not ok 172629 1726889020.22517: done checking to see if all hosts have failed 172629 1726889020.22518: getting the remaining hosts for this loop 172629 1726889020.22519: done getting the remaining hosts for this loop 172629 1726889020.22522: getting the next task for host managed_node1 172629 1726889020.22530: done getting next task for host managed_node1 172629 1726889020.22533: ^ task is: TASK: Default minimal thin pool reserved space size 172629 1726889020.22538: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889020.22541: getting variables 172629 1726889020.22543: in VariableManager get_vars() 172629 1726889020.22580: Calling all_inventory to load vars for managed_node1 172629 1726889020.22584: Calling groups_inventory to load vars for managed_node1 172629 1726889020.22587: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889020.22597: Calling all_plugins_play to load vars for managed_node1 172629 1726889020.22599: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889020.22602: Calling groups_plugins_play to load vars for managed_node1 172629 1726889020.24114: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889020.25414: done with get_vars() 172629 1726889020.25430: done getting variables TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Friday 20 September 2024 23:23:40 -0400 (0:00:00.075) 0:02:00.537 ****** 172629 1726889020.25720: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889020.26248: worker is 1 (out of 1 available) 172629 1726889020.26446: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889020.26574: done queuing things up, now waiting for results queue to drain 172629 1726889020.26576: waiting for pending results... 172629 1726889020.27051: running TaskExecutor() for managed_node1/TASK: Default minimal thin pool reserved space size 172629 1726889020.27548: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000270c 172629 1726889020.27551: variable 'ansible_search_path' from source: unknown 172629 1726889020.27554: calling self._execute() 172629 1726889020.27978: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889020.27984: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889020.27994: variable 'omit' from source: magic vars 172629 1726889020.29127: variable 'storage_test_volume' from source: include params 172629 1726889020.29369: Evaluated conditional (storage_test_volume.thin): False 172629 1726889020.29373: when evaluation is False, skipping this task 172629 1726889020.29376: _execute() done 172629 1726889020.29379: dumping result to json 172629 1726889020.29381: done dumping result, returning 172629 1726889020.29387: done running TaskExecutor() for managed_node1/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-d0a8-add8-00000000270c] 172629 1726889020.29393: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000270c skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889020.29664: no more pending results, returning what we have 172629 1726889020.29668: results queue empty 172629 1726889020.29669: checking for any_errors_fatal 172629 1726889020.29681: done checking for any_errors_fatal 172629 1726889020.29682: checking for max_fail_percentage 172629 1726889020.29684: done checking for max_fail_percentage 172629 1726889020.29685: checking to see if all hosts have failed and the running result is not ok 172629 1726889020.29686: done checking to see if all hosts have failed 172629 1726889020.29686: getting the remaining hosts for this loop 172629 1726889020.29688: done getting the remaining hosts for this loop 172629 1726889020.29691: getting the next task for host managed_node1 172629 1726889020.29701: done getting next task for host managed_node1 172629 1726889020.29704: ^ task is: TASK: Default maximal thin pool reserved space size 172629 1726889020.29711: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889020.29714: getting variables 172629 1726889020.29716: in VariableManager get_vars() 172629 1726889020.29761: Calling all_inventory to load vars for managed_node1 172629 1726889020.29764: Calling groups_inventory to load vars for managed_node1 172629 1726889020.29767: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889020.29780: Calling all_plugins_play to load vars for managed_node1 172629 1726889020.29784: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889020.29786: Calling groups_plugins_play to load vars for managed_node1 172629 1726889020.30462: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000270c 172629 1726889020.30466: WORKER PROCESS EXITING 172629 1726889020.30957: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889020.32175: done with get_vars() 172629 1726889020.32192: done getting variables TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Friday 20 September 2024 23:23:40 -0400 (0:00:00.067) 0:02:00.604 ****** 172629 1726889020.32476: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889020.32994: worker is 1 (out of 1 available) 172629 1726889020.33007: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889020.33020: done queuing things up, now waiting for results queue to drain 172629 1726889020.33021: waiting for pending results... 172629 1726889020.33772: running TaskExecutor() for managed_node1/TASK: Default maximal thin pool reserved space size 172629 1726889020.34161: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000270d 172629 1726889020.34165: variable 'ansible_search_path' from source: unknown 172629 1726889020.34168: calling self._execute() 172629 1726889020.34171: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889020.34560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889020.34564: variable 'omit' from source: magic vars 172629 1726889020.34942: variable 'storage_test_volume' from source: include params 172629 1726889020.35067: Evaluated conditional (storage_test_volume.thin): False 172629 1726889020.35189: when evaluation is False, skipping this task 172629 1726889020.35206: _execute() done 172629 1726889020.35214: dumping result to json 172629 1726889020.35222: done dumping result, returning 172629 1726889020.35240: done running TaskExecutor() for managed_node1/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-d0a8-add8-00000000270d] 172629 1726889020.35252: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000270d skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889020.35428: no more pending results, returning what we have 172629 1726889020.35433: results queue empty 172629 1726889020.35434: checking for any_errors_fatal 172629 1726889020.35449: done checking for any_errors_fatal 172629 1726889020.35450: checking for max_fail_percentage 172629 1726889020.35452: done checking for max_fail_percentage 172629 1726889020.35453: checking to see if all hosts have failed and the running result is not ok 172629 1726889020.35454: done checking to see if all hosts have failed 172629 1726889020.35454: getting the remaining hosts for this loop 172629 1726889020.35458: done getting the remaining hosts for this loop 172629 1726889020.35461: getting the next task for host managed_node1 172629 1726889020.35472: done getting next task for host managed_node1 172629 1726889020.35475: ^ task is: TASK: Calculate maximum usable space in thin pool 172629 1726889020.35481: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889020.35487: getting variables 172629 1726889020.35488: in VariableManager get_vars() 172629 1726889020.35527: Calling all_inventory to load vars for managed_node1 172629 1726889020.35531: Calling groups_inventory to load vars for managed_node1 172629 1726889020.35534: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889020.35550: Calling all_plugins_play to load vars for managed_node1 172629 1726889020.35553: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889020.35762: Calling groups_plugins_play to load vars for managed_node1 172629 1726889020.36542: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000270d 172629 1726889020.36546: WORKER PROCESS EXITING 172629 1726889020.36948: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889020.38442: done with get_vars() 172629 1726889020.38562: done getting variables 172629 1726889020.38623: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Friday 20 September 2024 23:23:40 -0400 (0:00:00.061) 0:02:00.666 ****** 172629 1726889020.38758: entering _queue_task() for managed_node1/set_fact 172629 1726889020.39402: worker is 1 (out of 1 available) 172629 1726889020.39415: exiting _queue_task() for managed_node1/set_fact 172629 1726889020.39428: done queuing things up, now waiting for results queue to drain 172629 1726889020.39429: waiting for pending results... 172629 1726889020.39892: running TaskExecutor() for managed_node1/TASK: Calculate maximum usable space in thin pool 172629 1726889020.40088: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000270e 172629 1726889020.40243: variable 'ansible_search_path' from source: unknown 172629 1726889020.40285: calling self._execute() 172629 1726889020.40449: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889020.40521: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889020.40629: variable 'omit' from source: magic vars 172629 1726889020.41372: variable 'storage_test_volume' from source: include params 172629 1726889020.41466: Evaluated conditional (storage_test_volume.thin): False 172629 1726889020.41473: when evaluation is False, skipping this task 172629 1726889020.41481: _execute() done 172629 1726889020.41489: dumping result to json 172629 1726889020.41495: done dumping result, returning 172629 1726889020.41505: done running TaskExecutor() for managed_node1/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-d0a8-add8-00000000270e] 172629 1726889020.41528: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000270e skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889020.42006: no more pending results, returning what we have 172629 1726889020.42011: results queue empty 172629 1726889020.42012: checking for any_errors_fatal 172629 1726889020.42025: done checking for any_errors_fatal 172629 1726889020.42026: checking for max_fail_percentage 172629 1726889020.42028: done checking for max_fail_percentage 172629 1726889020.42028: checking to see if all hosts have failed and the running result is not ok 172629 1726889020.42029: done checking to see if all hosts have failed 172629 1726889020.42030: getting the remaining hosts for this loop 172629 1726889020.42032: done getting the remaining hosts for this loop 172629 1726889020.42035: getting the next task for host managed_node1 172629 1726889020.42042: done getting next task for host managed_node1 172629 1726889020.42045: ^ task is: TASK: Apply upper size limit to max usable thin pool space 172629 1726889020.42049: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889020.42053: getting variables 172629 1726889020.42054: in VariableManager get_vars() 172629 1726889020.42091: Calling all_inventory to load vars for managed_node1 172629 1726889020.42094: Calling groups_inventory to load vars for managed_node1 172629 1726889020.42098: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889020.42110: Calling all_plugins_play to load vars for managed_node1 172629 1726889020.42112: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889020.42115: Calling groups_plugins_play to load vars for managed_node1 172629 1726889020.42667: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000270e 172629 1726889020.42671: WORKER PROCESS EXITING 172629 1726889020.43028: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889020.43625: done with get_vars() 172629 1726889020.43639: done getting variables 172629 1726889020.43702: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Friday 20 September 2024 23:23:40 -0400 (0:00:00.050) 0:02:00.717 ****** 172629 1726889020.43733: entering _queue_task() for managed_node1/set_fact 172629 1726889020.44025: worker is 1 (out of 1 available) 172629 1726889020.44037: exiting _queue_task() for managed_node1/set_fact 172629 1726889020.44050: done queuing things up, now waiting for results queue to drain 172629 1726889020.44051: waiting for pending results... 172629 1726889020.44368: running TaskExecutor() for managed_node1/TASK: Apply upper size limit to max usable thin pool space 172629 1726889020.44521: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000270f 172629 1726889020.44543: variable 'ansible_search_path' from source: unknown 172629 1726889020.44586: calling self._execute() 172629 1726889020.44719: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889020.44732: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889020.44747: variable 'omit' from source: magic vars 172629 1726889020.45140: variable 'storage_test_volume' from source: include params 172629 1726889020.45188: Evaluated conditional (storage_test_volume.thin): False 172629 1726889020.45196: when evaluation is False, skipping this task 172629 1726889020.45252: _execute() done 172629 1726889020.45260: dumping result to json 172629 1726889020.45263: done dumping result, returning 172629 1726889020.45265: done running TaskExecutor() for managed_node1/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-d0a8-add8-00000000270f] 172629 1726889020.45268: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000270f skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889020.45410: no more pending results, returning what we have 172629 1726889020.45415: results queue empty 172629 1726889020.45416: checking for any_errors_fatal 172629 1726889020.45427: done checking for any_errors_fatal 172629 1726889020.45428: checking for max_fail_percentage 172629 1726889020.45430: done checking for max_fail_percentage 172629 1726889020.45431: checking to see if all hosts have failed and the running result is not ok 172629 1726889020.45432: done checking to see if all hosts have failed 172629 1726889020.45433: getting the remaining hosts for this loop 172629 1726889020.45435: done getting the remaining hosts for this loop 172629 1726889020.45439: getting the next task for host managed_node1 172629 1726889020.45449: done getting next task for host managed_node1 172629 1726889020.45452: ^ task is: TASK: Apply lower size limit to max usable thin pool space 172629 1726889020.45460: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889020.45466: getting variables 172629 1726889020.45468: in VariableManager get_vars() 172629 1726889020.45510: Calling all_inventory to load vars for managed_node1 172629 1726889020.45513: Calling groups_inventory to load vars for managed_node1 172629 1726889020.45516: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889020.45530: Calling all_plugins_play to load vars for managed_node1 172629 1726889020.45533: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889020.45537: Calling groups_plugins_play to load vars for managed_node1 172629 1726889020.46461: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000270f 172629 1726889020.46464: WORKER PROCESS EXITING 172629 1726889020.47678: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889020.56814: done with get_vars() 172629 1726889020.56831: done getting variables 172629 1726889020.56882: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Friday 20 September 2024 23:23:40 -0400 (0:00:00.131) 0:02:00.849 ****** 172629 1726889020.56907: entering _queue_task() for managed_node1/set_fact 172629 1726889020.57777: worker is 1 (out of 1 available) 172629 1726889020.57791: exiting _queue_task() for managed_node1/set_fact 172629 1726889020.57803: done queuing things up, now waiting for results queue to drain 172629 1726889020.57805: waiting for pending results... 172629 1726889020.58128: running TaskExecutor() for managed_node1/TASK: Apply lower size limit to max usable thin pool space 172629 1726889020.58494: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002710 172629 1726889020.58580: variable 'ansible_search_path' from source: unknown 172629 1726889020.58620: calling self._execute() 172629 1726889020.58997: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889020.59001: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889020.59005: variable 'omit' from source: magic vars 172629 1726889020.59715: variable 'storage_test_volume' from source: include params 172629 1726889020.59978: Evaluated conditional (storage_test_volume.thin): False 172629 1726889020.59982: when evaluation is False, skipping this task 172629 1726889020.59986: _execute() done 172629 1726889020.59988: dumping result to json 172629 1726889020.59993: done dumping result, returning 172629 1726889020.59998: done running TaskExecutor() for managed_node1/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-d0a8-add8-000000002710] 172629 1726889020.60001: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002710 172629 1726889020.60075: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002710 172629 1726889020.60078: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889020.60127: no more pending results, returning what we have 172629 1726889020.60132: results queue empty 172629 1726889020.60134: checking for any_errors_fatal 172629 1726889020.60148: done checking for any_errors_fatal 172629 1726889020.60149: checking for max_fail_percentage 172629 1726889020.60152: done checking for max_fail_percentage 172629 1726889020.60153: checking to see if all hosts have failed and the running result is not ok 172629 1726889020.60153: done checking to see if all hosts have failed 172629 1726889020.60154: getting the remaining hosts for this loop 172629 1726889020.60157: done getting the remaining hosts for this loop 172629 1726889020.60161: getting the next task for host managed_node1 172629 1726889020.60170: done getting next task for host managed_node1 172629 1726889020.60172: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 172629 1726889020.60179: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889020.60183: getting variables 172629 1726889020.60184: in VariableManager get_vars() 172629 1726889020.60225: Calling all_inventory to load vars for managed_node1 172629 1726889020.60229: Calling groups_inventory to load vars for managed_node1 172629 1726889020.60233: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889020.60248: Calling all_plugins_play to load vars for managed_node1 172629 1726889020.60252: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889020.60560: Calling groups_plugins_play to load vars for managed_node1 172629 1726889020.61368: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889020.62668: done with get_vars() 172629 1726889020.62682: done getting variables TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Friday 20 September 2024 23:23:40 -0400 (0:00:00.058) 0:02:00.907 ****** 172629 1726889020.62892: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889020.63418: worker is 1 (out of 1 available) 172629 1726889020.63432: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889020.63444: done queuing things up, now waiting for results queue to drain 172629 1726889020.63446: waiting for pending results... 172629 1726889020.64034: running TaskExecutor() for managed_node1/TASK: Convert maximum usable thin pool space from int to Size 172629 1726889020.64612: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002711 172629 1726889020.64616: variable 'ansible_search_path' from source: unknown 172629 1726889020.64961: calling self._execute() 172629 1726889020.65161: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889020.65165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889020.65168: variable 'omit' from source: magic vars 172629 1726889020.65960: variable 'storage_test_volume' from source: include params 172629 1726889020.65964: Evaluated conditional (storage_test_volume.thin): False 172629 1726889020.65966: when evaluation is False, skipping this task 172629 1726889020.65969: _execute() done 172629 1726889020.65971: dumping result to json 172629 1726889020.65973: done dumping result, returning 172629 1726889020.65976: done running TaskExecutor() for managed_node1/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-d0a8-add8-000000002711] 172629 1726889020.65978: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002711 172629 1726889020.66062: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002711 172629 1726889020.66067: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889020.66118: no more pending results, returning what we have 172629 1726889020.66122: results queue empty 172629 1726889020.66124: checking for any_errors_fatal 172629 1726889020.66133: done checking for any_errors_fatal 172629 1726889020.66134: checking for max_fail_percentage 172629 1726889020.66136: done checking for max_fail_percentage 172629 1726889020.66137: checking to see if all hosts have failed and the running result is not ok 172629 1726889020.66138: done checking to see if all hosts have failed 172629 1726889020.66139: getting the remaining hosts for this loop 172629 1726889020.66140: done getting the remaining hosts for this loop 172629 1726889020.66144: getting the next task for host managed_node1 172629 1726889020.66154: done getting next task for host managed_node1 172629 1726889020.66158: ^ task is: TASK: Show max thin pool size 172629 1726889020.66165: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889020.66170: getting variables 172629 1726889020.66171: in VariableManager get_vars() 172629 1726889020.66212: Calling all_inventory to load vars for managed_node1 172629 1726889020.66214: Calling groups_inventory to load vars for managed_node1 172629 1726889020.66218: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889020.66231: Calling all_plugins_play to load vars for managed_node1 172629 1726889020.66235: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889020.66238: Calling groups_plugins_play to load vars for managed_node1 172629 1726889020.67064: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889020.68287: done with get_vars() 172629 1726889020.68301: done getting variables 172629 1726889020.68560: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Friday 20 September 2024 23:23:40 -0400 (0:00:00.058) 0:02:00.965 ****** 172629 1726889020.68594: entering _queue_task() for managed_node1/debug 172629 1726889020.69108: worker is 1 (out of 1 available) 172629 1726889020.69121: exiting _queue_task() for managed_node1/debug 172629 1726889020.69134: done queuing things up, now waiting for results queue to drain 172629 1726889020.69135: waiting for pending results... 172629 1726889020.69873: running TaskExecutor() for managed_node1/TASK: Show max thin pool size 172629 1726889020.70262: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002712 172629 1726889020.70267: variable 'ansible_search_path' from source: unknown 172629 1726889020.70270: calling self._execute() 172629 1726889020.70272: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889020.70275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889020.70660: variable 'omit' from source: magic vars 172629 1726889020.71275: variable 'storage_test_volume' from source: include params 172629 1726889020.71325: Evaluated conditional (storage_test_volume.thin): False 172629 1726889020.71335: when evaluation is False, skipping this task 172629 1726889020.71344: _execute() done 172629 1726889020.71358: dumping result to json 172629 1726889020.71370: done dumping result, returning 172629 1726889020.71383: done running TaskExecutor() for managed_node1/TASK: Show max thin pool size [0affc8a3-6f6f-d0a8-add8-000000002712] 172629 1726889020.71393: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002712 172629 1726889020.71504: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002712 172629 1726889020.71511: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726889020.71572: no more pending results, returning what we have 172629 1726889020.71577: results queue empty 172629 1726889020.71578: checking for any_errors_fatal 172629 1726889020.71587: done checking for any_errors_fatal 172629 1726889020.71588: checking for max_fail_percentage 172629 1726889020.71590: done checking for max_fail_percentage 172629 1726889020.71591: checking to see if all hosts have failed and the running result is not ok 172629 1726889020.71592: done checking to see if all hosts have failed 172629 1726889020.71593: getting the remaining hosts for this loop 172629 1726889020.71595: done getting the remaining hosts for this loop 172629 1726889020.71599: getting the next task for host managed_node1 172629 1726889020.71610: done getting next task for host managed_node1 172629 1726889020.71613: ^ task is: TASK: Show volume thin pool size 172629 1726889020.71620: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889020.71624: getting variables 172629 1726889020.71626: in VariableManager get_vars() 172629 1726889020.71673: Calling all_inventory to load vars for managed_node1 172629 1726889020.71676: Calling groups_inventory to load vars for managed_node1 172629 1726889020.71680: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889020.71696: Calling all_plugins_play to load vars for managed_node1 172629 1726889020.71699: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889020.71703: Calling groups_plugins_play to load vars for managed_node1 172629 1726889020.72931: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889020.74101: done with get_vars() 172629 1726889020.74118: done getting variables 172629 1726889020.74383: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Friday 20 September 2024 23:23:40 -0400 (0:00:00.058) 0:02:01.024 ****** 172629 1726889020.74416: entering _queue_task() for managed_node1/debug 172629 1726889020.75109: worker is 1 (out of 1 available) 172629 1726889020.75123: exiting _queue_task() for managed_node1/debug 172629 1726889020.75137: done queuing things up, now waiting for results queue to drain 172629 1726889020.75139: waiting for pending results... 172629 1726889020.75587: running TaskExecutor() for managed_node1/TASK: Show volume thin pool size 172629 1726889020.75942: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002713 172629 1726889020.75970: variable 'ansible_search_path' from source: unknown 172629 1726889020.76011: calling self._execute() 172629 1726889020.76243: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889020.76260: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889020.76461: variable 'omit' from source: magic vars 172629 1726889020.77186: variable 'storage_test_volume' from source: include params 172629 1726889020.77235: Evaluated conditional (storage_test_volume.thin): False 172629 1726889020.77244: when evaluation is False, skipping this task 172629 1726889020.77252: _execute() done 172629 1726889020.77267: dumping result to json 172629 1726889020.77275: done dumping result, returning 172629 1726889020.77662: done running TaskExecutor() for managed_node1/TASK: Show volume thin pool size [0affc8a3-6f6f-d0a8-add8-000000002713] 172629 1726889020.77668: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002713 172629 1726889020.77736: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002713 172629 1726889020.77740: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726889020.77792: no more pending results, returning what we have 172629 1726889020.77796: results queue empty 172629 1726889020.77797: checking for any_errors_fatal 172629 1726889020.77809: done checking for any_errors_fatal 172629 1726889020.77810: checking for max_fail_percentage 172629 1726889020.77812: done checking for max_fail_percentage 172629 1726889020.77813: checking to see if all hosts have failed and the running result is not ok 172629 1726889020.77814: done checking to see if all hosts have failed 172629 1726889020.77815: getting the remaining hosts for this loop 172629 1726889020.77816: done getting the remaining hosts for this loop 172629 1726889020.77820: getting the next task for host managed_node1 172629 1726889020.77828: done getting next task for host managed_node1 172629 1726889020.77831: ^ task is: TASK: Show test volume size 172629 1726889020.77836: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889020.77842: getting variables 172629 1726889020.77843: in VariableManager get_vars() 172629 1726889020.77886: Calling all_inventory to load vars for managed_node1 172629 1726889020.77888: Calling groups_inventory to load vars for managed_node1 172629 1726889020.77892: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889020.77904: Calling all_plugins_play to load vars for managed_node1 172629 1726889020.77907: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889020.77910: Calling groups_plugins_play to load vars for managed_node1 172629 1726889020.79103: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889020.80279: done with get_vars() 172629 1726889020.80296: done getting variables 172629 1726889020.80354: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test volume size] *************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Friday 20 September 2024 23:23:40 -0400 (0:00:00.059) 0:02:01.083 ****** 172629 1726889020.80392: entering _queue_task() for managed_node1/debug 172629 1726889020.81133: worker is 1 (out of 1 available) 172629 1726889020.81147: exiting _queue_task() for managed_node1/debug 172629 1726889020.81163: done queuing things up, now waiting for results queue to drain 172629 1726889020.81164: waiting for pending results... 172629 1726889020.81768: running TaskExecutor() for managed_node1/TASK: Show test volume size 172629 1726889020.82261: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002714 172629 1726889020.82266: variable 'ansible_search_path' from source: unknown 172629 1726889020.82269: calling self._execute() 172629 1726889020.82405: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889020.82419: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889020.82436: variable 'omit' from source: magic vars 172629 1726889020.83234: variable 'storage_test_volume' from source: include params 172629 1726889020.83506: Evaluated conditional (storage_test_volume.thin): False 172629 1726889020.83524: when evaluation is False, skipping this task 172629 1726889020.83618: _execute() done 172629 1726889020.83629: dumping result to json 172629 1726889020.83638: done dumping result, returning 172629 1726889020.83649: done running TaskExecutor() for managed_node1/TASK: Show test volume size [0affc8a3-6f6f-d0a8-add8-000000002714] 172629 1726889020.83665: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002714 skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726889020.84101: no more pending results, returning what we have 172629 1726889020.84105: results queue empty 172629 1726889020.84106: checking for any_errors_fatal 172629 1726889020.84114: done checking for any_errors_fatal 172629 1726889020.84115: checking for max_fail_percentage 172629 1726889020.84117: done checking for max_fail_percentage 172629 1726889020.84118: checking to see if all hosts have failed and the running result is not ok 172629 1726889020.84119: done checking to see if all hosts have failed 172629 1726889020.84119: getting the remaining hosts for this loop 172629 1726889020.84121: done getting the remaining hosts for this loop 172629 1726889020.84124: getting the next task for host managed_node1 172629 1726889020.84133: done getting next task for host managed_node1 172629 1726889020.84136: ^ task is: TASK: Establish base value for expected thin pool size 172629 1726889020.84141: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889020.84147: getting variables 172629 1726889020.84148: in VariableManager get_vars() 172629 1726889020.84195: Calling all_inventory to load vars for managed_node1 172629 1726889020.84198: Calling groups_inventory to load vars for managed_node1 172629 1726889020.84202: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889020.84217: Calling all_plugins_play to load vars for managed_node1 172629 1726889020.84220: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889020.84224: Calling groups_plugins_play to load vars for managed_node1 172629 1726889020.84763: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002714 172629 1726889020.84767: WORKER PROCESS EXITING 172629 1726889020.85272: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889020.86537: done with get_vars() 172629 1726889020.86764: done getting variables 172629 1726889020.86826: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Friday 20 September 2024 23:23:40 -0400 (0:00:00.066) 0:02:01.150 ****** 172629 1726889020.87068: entering _queue_task() for managed_node1/set_fact 172629 1726889020.87632: worker is 1 (out of 1 available) 172629 1726889020.87644: exiting _queue_task() for managed_node1/set_fact 172629 1726889020.87659: done queuing things up, now waiting for results queue to drain 172629 1726889020.87661: waiting for pending results... 172629 1726889020.88181: running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool size 172629 1726889020.88334: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002715 172629 1726889020.88361: variable 'ansible_search_path' from source: unknown 172629 1726889020.88403: calling self._execute() 172629 1726889020.88544: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889020.88563: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889020.88579: variable 'omit' from source: magic vars 172629 1726889020.89008: variable 'storage_test_volume' from source: include params 172629 1726889020.89056: Evaluated conditional (storage_test_volume.thin): False 172629 1726889020.89065: when evaluation is False, skipping this task 172629 1726889020.89073: _execute() done 172629 1726889020.89084: dumping result to json 172629 1726889020.89091: done dumping result, returning 172629 1726889020.89102: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-d0a8-add8-000000002715] 172629 1726889020.89110: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002715 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889020.89304: no more pending results, returning what we have 172629 1726889020.89308: results queue empty 172629 1726889020.89309: checking for any_errors_fatal 172629 1726889020.89321: done checking for any_errors_fatal 172629 1726889020.89321: checking for max_fail_percentage 172629 1726889020.89323: done checking for max_fail_percentage 172629 1726889020.89324: checking to see if all hosts have failed and the running result is not ok 172629 1726889020.89325: done checking to see if all hosts have failed 172629 1726889020.89325: getting the remaining hosts for this loop 172629 1726889020.89327: done getting the remaining hosts for this loop 172629 1726889020.89330: getting the next task for host managed_node1 172629 1726889020.89339: done getting next task for host managed_node1 172629 1726889020.89342: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 172629 1726889020.89348: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889020.89352: getting variables 172629 1726889020.89353: in VariableManager get_vars() 172629 1726889020.89396: Calling all_inventory to load vars for managed_node1 172629 1726889020.89400: Calling groups_inventory to load vars for managed_node1 172629 1726889020.89403: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889020.89411: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002715 172629 1726889020.89415: WORKER PROCESS EXITING 172629 1726889020.89503: Calling all_plugins_play to load vars for managed_node1 172629 1726889020.89506: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889020.89510: Calling groups_plugins_play to load vars for managed_node1 172629 1726889020.90507: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889020.92521: done with get_vars() 172629 1726889020.92541: done getting variables 172629 1726889020.92607: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Friday 20 September 2024 23:23:40 -0400 (0:00:00.055) 0:02:01.206 ****** 172629 1726889020.92641: entering _queue_task() for managed_node1/set_fact 172629 1726889020.93786: worker is 1 (out of 1 available) 172629 1726889020.93796: exiting _queue_task() for managed_node1/set_fact 172629 1726889020.93808: done queuing things up, now waiting for results queue to drain 172629 1726889020.93809: waiting for pending results... 172629 1726889020.94377: running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value 172629 1726889020.94410: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002716 172629 1726889020.94424: variable 'ansible_search_path' from source: unknown 172629 1726889020.94461: calling self._execute() 172629 1726889020.94751: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889020.94759: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889020.94769: variable 'omit' from source: magic vars 172629 1726889020.95535: variable 'storage_test_volume' from source: include params 172629 1726889020.95663: Evaluated conditional (storage_test_volume.thin): False 172629 1726889020.95671: when evaluation is False, skipping this task 172629 1726889020.95674: _execute() done 172629 1726889020.95677: dumping result to json 172629 1726889020.95680: done dumping result, returning 172629 1726889020.95683: done running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-d0a8-add8-000000002716] 172629 1726889020.95695: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002716 172629 1726889020.95812: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002716 172629 1726889020.95817: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889020.95868: no more pending results, returning what we have 172629 1726889020.95872: results queue empty 172629 1726889020.95873: checking for any_errors_fatal 172629 1726889020.95882: done checking for any_errors_fatal 172629 1726889020.95883: checking for max_fail_percentage 172629 1726889020.95885: done checking for max_fail_percentage 172629 1726889020.95886: checking to see if all hosts have failed and the running result is not ok 172629 1726889020.95887: done checking to see if all hosts have failed 172629 1726889020.95888: getting the remaining hosts for this loop 172629 1726889020.95890: done getting the remaining hosts for this loop 172629 1726889020.95893: getting the next task for host managed_node1 172629 1726889020.95902: done getting next task for host managed_node1 172629 1726889020.95905: ^ task is: TASK: Establish base value for expected thin pool volume size 172629 1726889020.95912: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889020.95917: getting variables 172629 1726889020.95918: in VariableManager get_vars() 172629 1726889020.95963: Calling all_inventory to load vars for managed_node1 172629 1726889020.95966: Calling groups_inventory to load vars for managed_node1 172629 1726889020.95970: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889020.95984: Calling all_plugins_play to load vars for managed_node1 172629 1726889020.95987: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889020.95991: Calling groups_plugins_play to load vars for managed_node1 172629 1726889020.97538: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889020.98862: done with get_vars() 172629 1726889020.98879: done getting variables 172629 1726889020.98936: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Friday 20 September 2024 23:23:40 -0400 (0:00:00.065) 0:02:01.271 ****** 172629 1726889020.99175: entering _queue_task() for managed_node1/set_fact 172629 1726889020.99559: worker is 1 (out of 1 available) 172629 1726889020.99573: exiting _queue_task() for managed_node1/set_fact 172629 1726889020.99587: done queuing things up, now waiting for results queue to drain 172629 1726889020.99588: waiting for pending results... 172629 1726889020.99985: running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool volume size 172629 1726889021.00163: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002717 172629 1726889021.00167: variable 'ansible_search_path' from source: unknown 172629 1726889021.00171: calling self._execute() 172629 1726889021.00215: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.00222: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.00232: variable 'omit' from source: magic vars 172629 1726889021.00763: variable 'storage_test_volume' from source: include params 172629 1726889021.00766: Evaluated conditional (storage_test_volume.thin): False 172629 1726889021.00769: when evaluation is False, skipping this task 172629 1726889021.00771: _execute() done 172629 1726889021.00773: dumping result to json 172629 1726889021.00775: done dumping result, returning 172629 1726889021.00777: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-d0a8-add8-000000002717] 172629 1726889021.00779: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002717 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889021.00897: no more pending results, returning what we have 172629 1726889021.00901: results queue empty 172629 1726889021.00902: checking for any_errors_fatal 172629 1726889021.00911: done checking for any_errors_fatal 172629 1726889021.00912: checking for max_fail_percentage 172629 1726889021.00914: done checking for max_fail_percentage 172629 1726889021.00915: checking to see if all hosts have failed and the running result is not ok 172629 1726889021.00916: done checking to see if all hosts have failed 172629 1726889021.00917: getting the remaining hosts for this loop 172629 1726889021.00919: done getting the remaining hosts for this loop 172629 1726889021.00922: getting the next task for host managed_node1 172629 1726889021.00932: done getting next task for host managed_node1 172629 1726889021.00935: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 172629 1726889021.00941: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889021.00947: getting variables 172629 1726889021.00948: in VariableManager get_vars() 172629 1726889021.00991: Calling all_inventory to load vars for managed_node1 172629 1726889021.00994: Calling groups_inventory to load vars for managed_node1 172629 1726889021.00998: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889021.01013: Calling all_plugins_play to load vars for managed_node1 172629 1726889021.01018: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889021.01023: Calling groups_plugins_play to load vars for managed_node1 172629 1726889021.01584: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002717 172629 1726889021.01587: WORKER PROCESS EXITING 172629 1726889021.01936: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889021.03143: done with get_vars() 172629 1726889021.03362: done getting variables 172629 1726889021.03415: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Friday 20 September 2024 23:23:41 -0400 (0:00:00.042) 0:02:01.314 ****** 172629 1726889021.03446: entering _queue_task() for managed_node1/set_fact 172629 1726889021.03966: worker is 1 (out of 1 available) 172629 1726889021.03981: exiting _queue_task() for managed_node1/set_fact 172629 1726889021.03995: done queuing things up, now waiting for results queue to drain 172629 1726889021.03997: waiting for pending results... 172629 1726889021.04448: running TaskExecutor() for managed_node1/TASK: Calculate the expected thin pool volume size based on percentage value 172629 1726889021.04961: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002718 172629 1726889021.04965: variable 'ansible_search_path' from source: unknown 172629 1726889021.04968: calling self._execute() 172629 1726889021.04971: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.04974: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.05169: variable 'omit' from source: magic vars 172629 1726889021.05967: variable 'storage_test_volume' from source: include params 172629 1726889021.06011: Evaluated conditional (storage_test_volume.thin): False 172629 1726889021.06019: when evaluation is False, skipping this task 172629 1726889021.06026: _execute() done 172629 1726889021.06033: dumping result to json 172629 1726889021.06360: done dumping result, returning 172629 1726889021.06364: done running TaskExecutor() for managed_node1/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-d0a8-add8-000000002718] 172629 1726889021.06366: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002718 172629 1726889021.06439: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002718 172629 1726889021.06442: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889021.06491: no more pending results, returning what we have 172629 1726889021.06495: results queue empty 172629 1726889021.06496: checking for any_errors_fatal 172629 1726889021.06507: done checking for any_errors_fatal 172629 1726889021.06508: checking for max_fail_percentage 172629 1726889021.06510: done checking for max_fail_percentage 172629 1726889021.06511: checking to see if all hosts have failed and the running result is not ok 172629 1726889021.06511: done checking to see if all hosts have failed 172629 1726889021.06512: getting the remaining hosts for this loop 172629 1726889021.06514: done getting the remaining hosts for this loop 172629 1726889021.06517: getting the next task for host managed_node1 172629 1726889021.06526: done getting next task for host managed_node1 172629 1726889021.06529: ^ task is: TASK: Replace expected volume size with calculated value 172629 1726889021.06535: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889021.06539: getting variables 172629 1726889021.06540: in VariableManager get_vars() 172629 1726889021.06581: Calling all_inventory to load vars for managed_node1 172629 1726889021.06583: Calling groups_inventory to load vars for managed_node1 172629 1726889021.06587: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889021.06599: Calling all_plugins_play to load vars for managed_node1 172629 1726889021.06601: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889021.06604: Calling groups_plugins_play to load vars for managed_node1 172629 1726889021.07826: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889021.08673: done with get_vars() 172629 1726889021.08690: done getting variables 172629 1726889021.08751: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Friday 20 September 2024 23:23:41 -0400 (0:00:00.053) 0:02:01.367 ****** 172629 1726889021.08787: entering _queue_task() for managed_node1/set_fact 172629 1726889021.09114: worker is 1 (out of 1 available) 172629 1726889021.09129: exiting _queue_task() for managed_node1/set_fact 172629 1726889021.09257: done queuing things up, now waiting for results queue to drain 172629 1726889021.09259: waiting for pending results... 172629 1726889021.09474: running TaskExecutor() for managed_node1/TASK: Replace expected volume size with calculated value 172629 1726889021.09762: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002719 172629 1726889021.09767: variable 'ansible_search_path' from source: unknown 172629 1726889021.09770: calling self._execute() 172629 1726889021.09794: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.09803: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.09819: variable 'omit' from source: magic vars 172629 1726889021.10231: variable 'storage_test_volume' from source: include params 172629 1726889021.10271: Evaluated conditional (storage_test_volume.thin): False 172629 1726889021.10275: when evaluation is False, skipping this task 172629 1726889021.10278: _execute() done 172629 1726889021.10281: dumping result to json 172629 1726889021.10284: done dumping result, returning 172629 1726889021.10289: done running TaskExecutor() for managed_node1/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-d0a8-add8-000000002719] 172629 1726889021.10295: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002719 172629 1726889021.10632: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002719 172629 1726889021.10636: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889021.10711: no more pending results, returning what we have 172629 1726889021.10715: results queue empty 172629 1726889021.10715: checking for any_errors_fatal 172629 1726889021.10721: done checking for any_errors_fatal 172629 1726889021.10722: checking for max_fail_percentage 172629 1726889021.10724: done checking for max_fail_percentage 172629 1726889021.10725: checking to see if all hosts have failed and the running result is not ok 172629 1726889021.10726: done checking to see if all hosts have failed 172629 1726889021.10726: getting the remaining hosts for this loop 172629 1726889021.10728: done getting the remaining hosts for this loop 172629 1726889021.10731: getting the next task for host managed_node1 172629 1726889021.10741: done getting next task for host managed_node1 172629 1726889021.10743: ^ task is: TASK: Show actual size 172629 1726889021.10748: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889021.10752: getting variables 172629 1726889021.10753: in VariableManager get_vars() 172629 1726889021.10794: Calling all_inventory to load vars for managed_node1 172629 1726889021.10797: Calling groups_inventory to load vars for managed_node1 172629 1726889021.10800: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889021.10810: Calling all_plugins_play to load vars for managed_node1 172629 1726889021.10813: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889021.10816: Calling groups_plugins_play to load vars for managed_node1 172629 1726889021.11974: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889021.13371: done with get_vars() 172629 1726889021.13387: done getting variables 172629 1726889021.13443: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show actual size] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Friday 20 September 2024 23:23:41 -0400 (0:00:00.047) 0:02:01.415 ****** 172629 1726889021.13566: entering _queue_task() for managed_node1/debug 172629 1726889021.14169: worker is 1 (out of 1 available) 172629 1726889021.14181: exiting _queue_task() for managed_node1/debug 172629 1726889021.14192: done queuing things up, now waiting for results queue to drain 172629 1726889021.14193: waiting for pending results... 172629 1726889021.14669: running TaskExecutor() for managed_node1/TASK: Show actual size 172629 1726889021.14901: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000271b 172629 1726889021.14910: variable 'ansible_search_path' from source: unknown 172629 1726889021.14992: calling self._execute() 172629 1726889021.15344: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.15350: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.15372: variable 'omit' from source: magic vars 172629 1726889021.15497: variable 'omit' from source: magic vars 172629 1726889021.15559: variable 'omit' from source: magic vars 172629 1726889021.15683: variable 'omit' from source: magic vars 172629 1726889021.15842: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889021.15883: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889021.16020: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889021.16040: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889021.16057: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889021.16087: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889021.16095: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.16102: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.16381: Set connection var ansible_timeout to 10 172629 1726889021.16384: Set connection var ansible_shell_type to sh 172629 1726889021.16393: Set connection var ansible_pipelining to False 172629 1726889021.16426: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889021.16429: Set connection var ansible_shell_executable to /bin/sh 172629 1726889021.16432: Set connection var ansible_connection to ssh 172629 1726889021.16434: variable 'ansible_shell_executable' from source: unknown 172629 1726889021.16437: variable 'ansible_connection' from source: unknown 172629 1726889021.16439: variable 'ansible_module_compression' from source: unknown 172629 1726889021.16441: variable 'ansible_shell_type' from source: unknown 172629 1726889021.16443: variable 'ansible_shell_executable' from source: unknown 172629 1726889021.16445: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.16564: variable 'ansible_pipelining' from source: unknown 172629 1726889021.16567: variable 'ansible_timeout' from source: unknown 172629 1726889021.16570: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.16825: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889021.16841: variable 'omit' from source: magic vars 172629 1726889021.16846: starting attempt loop 172629 1726889021.16849: running the handler 172629 1726889021.17006: variable 'storage_test_actual_size' from source: set_fact 172629 1726889021.17462: variable 'storage_test_actual_size' from source: set_fact 172629 1726889021.17465: handler run complete 172629 1726889021.17468: attempt loop complete, returning result 172629 1726889021.17470: _execute() done 172629 1726889021.17472: dumping result to json 172629 1726889021.17475: done dumping result, returning 172629 1726889021.17477: done running TaskExecutor() for managed_node1/TASK: Show actual size [0affc8a3-6f6f-d0a8-add8-00000000271b] 172629 1726889021.17479: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000271b 172629 1726889021.17576: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000271b 172629 1726889021.17579: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } 172629 1726889021.17631: no more pending results, returning what we have 172629 1726889021.17634: results queue empty 172629 1726889021.17636: checking for any_errors_fatal 172629 1726889021.17646: done checking for any_errors_fatal 172629 1726889021.17647: checking for max_fail_percentage 172629 1726889021.17649: done checking for max_fail_percentage 172629 1726889021.17650: checking to see if all hosts have failed and the running result is not ok 172629 1726889021.17651: done checking to see if all hosts have failed 172629 1726889021.17652: getting the remaining hosts for this loop 172629 1726889021.17658: done getting the remaining hosts for this loop 172629 1726889021.17661: getting the next task for host managed_node1 172629 1726889021.17670: done getting next task for host managed_node1 172629 1726889021.17673: ^ task is: TASK: Show expected size 172629 1726889021.17679: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889021.17683: getting variables 172629 1726889021.17685: in VariableManager get_vars() 172629 1726889021.17721: Calling all_inventory to load vars for managed_node1 172629 1726889021.17724: Calling groups_inventory to load vars for managed_node1 172629 1726889021.17728: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889021.17739: Calling all_plugins_play to load vars for managed_node1 172629 1726889021.17743: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889021.17748: Calling groups_plugins_play to load vars for managed_node1 172629 1726889021.18982: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889021.20196: done with get_vars() 172629 1726889021.20211: done getting variables 172629 1726889021.20475: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show expected size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Friday 20 September 2024 23:23:41 -0400 (0:00:00.069) 0:02:01.485 ****** 172629 1726889021.20506: entering _queue_task() for managed_node1/debug 172629 1726889021.21000: worker is 1 (out of 1 available) 172629 1726889021.21012: exiting _queue_task() for managed_node1/debug 172629 1726889021.21025: done queuing things up, now waiting for results queue to drain 172629 1726889021.21026: waiting for pending results... 172629 1726889021.21482: running TaskExecutor() for managed_node1/TASK: Show expected size 172629 1726889021.21804: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000271c 172629 1726889021.21820: variable 'ansible_search_path' from source: unknown 172629 1726889021.21858: calling self._execute() 172629 1726889021.22148: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.22159: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.22165: variable 'omit' from source: magic vars 172629 1726889021.22411: variable 'omit' from source: magic vars 172629 1726889021.22601: variable 'omit' from source: magic vars 172629 1726889021.22636: variable 'omit' from source: magic vars 172629 1726889021.22801: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889021.22842: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889021.22915: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889021.22933: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889021.22948: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889021.22980: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889021.22983: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.22986: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.23091: Set connection var ansible_timeout to 10 172629 1726889021.23187: Set connection var ansible_shell_type to sh 172629 1726889021.23190: Set connection var ansible_pipelining to False 172629 1726889021.23193: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889021.23195: Set connection var ansible_shell_executable to /bin/sh 172629 1726889021.23197: Set connection var ansible_connection to ssh 172629 1726889021.23199: variable 'ansible_shell_executable' from source: unknown 172629 1726889021.23201: variable 'ansible_connection' from source: unknown 172629 1726889021.23203: variable 'ansible_module_compression' from source: unknown 172629 1726889021.23204: variable 'ansible_shell_type' from source: unknown 172629 1726889021.23206: variable 'ansible_shell_executable' from source: unknown 172629 1726889021.23208: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.23210: variable 'ansible_pipelining' from source: unknown 172629 1726889021.23212: variable 'ansible_timeout' from source: unknown 172629 1726889021.23214: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.23761: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889021.23774: variable 'omit' from source: magic vars 172629 1726889021.23779: starting attempt loop 172629 1726889021.23782: running the handler 172629 1726889021.24352: handler run complete 172629 1726889021.24458: attempt loop complete, returning result 172629 1726889021.24462: _execute() done 172629 1726889021.24464: dumping result to json 172629 1726889021.24467: done dumping result, returning 172629 1726889021.24470: done running TaskExecutor() for managed_node1/TASK: Show expected size [0affc8a3-6f6f-d0a8-add8-00000000271c] 172629 1726889021.24764: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000271c 172629 1726889021.24827: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000271c 172629 1726889021.24830: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } 172629 1726889021.24901: no more pending results, returning what we have 172629 1726889021.24904: results queue empty 172629 1726889021.24905: checking for any_errors_fatal 172629 1726889021.24913: done checking for any_errors_fatal 172629 1726889021.24914: checking for max_fail_percentage 172629 1726889021.24916: done checking for max_fail_percentage 172629 1726889021.24916: checking to see if all hosts have failed and the running result is not ok 172629 1726889021.24917: done checking to see if all hosts have failed 172629 1726889021.24918: getting the remaining hosts for this loop 172629 1726889021.24920: done getting the remaining hosts for this loop 172629 1726889021.24923: getting the next task for host managed_node1 172629 1726889021.24929: done getting next task for host managed_node1 172629 1726889021.24932: ^ task is: TASK: Assert expected size is actual size 172629 1726889021.24936: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889021.24940: getting variables 172629 1726889021.24941: in VariableManager get_vars() 172629 1726889021.24978: Calling all_inventory to load vars for managed_node1 172629 1726889021.24981: Calling groups_inventory to load vars for managed_node1 172629 1726889021.24984: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889021.24993: Calling all_plugins_play to load vars for managed_node1 172629 1726889021.24996: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889021.24999: Calling groups_plugins_play to load vars for managed_node1 172629 1726889021.26304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889021.27941: done with get_vars() 172629 1726889021.28204: done getting variables 172629 1726889021.28262: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Friday 20 September 2024 23:23:41 -0400 (0:00:00.077) 0:02:01.562 ****** 172629 1726889021.28520: entering _queue_task() for managed_node1/assert 172629 1726889021.29450: worker is 1 (out of 1 available) 172629 1726889021.29466: exiting _queue_task() for managed_node1/assert 172629 1726889021.29480: done queuing things up, now waiting for results queue to drain 172629 1726889021.29481: waiting for pending results... 172629 1726889021.29974: running TaskExecutor() for managed_node1/TASK: Assert expected size is actual size 172629 1726889021.30079: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000271d 172629 1726889021.30096: variable 'ansible_search_path' from source: unknown 172629 1726889021.30130: calling self._execute() 172629 1726889021.30261: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.30386: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.30396: variable 'omit' from source: magic vars 172629 1726889021.31364: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889021.36902: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889021.37021: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889021.37195: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889021.37300: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889021.37331: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889021.37575: variable '_storage_test_volume_present' from source: set_fact 172629 1726889021.37605: Evaluated conditional (_storage_test_volume_present | bool): True 172629 1726889021.37952: variable 'storage_test_volume' from source: include params 172629 1726889021.37991: Evaluated conditional (storage_test_volume.type == "lvm"): False 172629 1726889021.38025: when evaluation is False, skipping this task 172629 1726889021.38033: _execute() done 172629 1726889021.38040: dumping result to json 172629 1726889021.38047: done dumping result, returning 172629 1726889021.38071: done running TaskExecutor() for managed_node1/TASK: Assert expected size is actual size [0affc8a3-6f6f-d0a8-add8-00000000271d] 172629 1726889021.38137: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000271d 172629 1726889021.38461: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000271d 172629 1726889021.38465: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } 172629 1726889021.38517: no more pending results, returning what we have 172629 1726889021.38521: results queue empty 172629 1726889021.38522: checking for any_errors_fatal 172629 1726889021.38535: done checking for any_errors_fatal 172629 1726889021.38536: checking for max_fail_percentage 172629 1726889021.38539: done checking for max_fail_percentage 172629 1726889021.38540: checking to see if all hosts have failed and the running result is not ok 172629 1726889021.38541: done checking to see if all hosts have failed 172629 1726889021.38541: getting the remaining hosts for this loop 172629 1726889021.38543: done getting the remaining hosts for this loop 172629 1726889021.38548: getting the next task for host managed_node1 172629 1726889021.38563: done getting next task for host managed_node1 172629 1726889021.38566: ^ task is: TASK: Get information about the LV 172629 1726889021.38572: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889021.38581: getting variables 172629 1726889021.38583: in VariableManager get_vars() 172629 1726889021.38626: Calling all_inventory to load vars for managed_node1 172629 1726889021.38629: Calling groups_inventory to load vars for managed_node1 172629 1726889021.38633: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889021.38644: Calling all_plugins_play to load vars for managed_node1 172629 1726889021.38647: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889021.38650: Calling groups_plugins_play to load vars for managed_node1 172629 1726889021.40352: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889021.41553: done with get_vars() 172629 1726889021.41571: done getting variables 172629 1726889021.41629: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get information about the LV] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Friday 20 September 2024 23:23:41 -0400 (0:00:00.134) 0:02:01.697 ****** 172629 1726889021.41782: entering _queue_task() for managed_node1/command 172629 1726889021.42416: worker is 1 (out of 1 available) 172629 1726889021.42428: exiting _queue_task() for managed_node1/command 172629 1726889021.42441: done queuing things up, now waiting for results queue to drain 172629 1726889021.42442: waiting for pending results... 172629 1726889021.43172: running TaskExecutor() for managed_node1/TASK: Get information about the LV 172629 1726889021.43561: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002724 172629 1726889021.43565: variable 'ansible_search_path' from source: unknown 172629 1726889021.43568: calling self._execute() 172629 1726889021.43571: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.43573: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.43575: variable 'omit' from source: magic vars 172629 1726889021.44761: variable 'storage_test_volume' from source: include params 172629 1726889021.44765: variable '_storage_test_volume_present' from source: set_fact 172629 1726889021.44767: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889021.44770: when evaluation is False, skipping this task 172629 1726889021.44772: _execute() done 172629 1726889021.44774: dumping result to json 172629 1726889021.44777: done dumping result, returning 172629 1726889021.44780: done running TaskExecutor() for managed_node1/TASK: Get information about the LV [0affc8a3-6f6f-d0a8-add8-000000002724] 172629 1726889021.44782: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002724 172629 1726889021.44851: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002724 172629 1726889021.44859: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889021.44918: no more pending results, returning what we have 172629 1726889021.44922: results queue empty 172629 1726889021.44923: checking for any_errors_fatal 172629 1726889021.44933: done checking for any_errors_fatal 172629 1726889021.44934: checking for max_fail_percentage 172629 1726889021.44936: done checking for max_fail_percentage 172629 1726889021.44937: checking to see if all hosts have failed and the running result is not ok 172629 1726889021.44937: done checking to see if all hosts have failed 172629 1726889021.44938: getting the remaining hosts for this loop 172629 1726889021.44940: done getting the remaining hosts for this loop 172629 1726889021.44944: getting the next task for host managed_node1 172629 1726889021.44954: done getting next task for host managed_node1 172629 1726889021.44958: ^ task is: TASK: Set LV segment type 172629 1726889021.44965: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889021.44969: getting variables 172629 1726889021.44970: in VariableManager get_vars() 172629 1726889021.45011: Calling all_inventory to load vars for managed_node1 172629 1726889021.45013: Calling groups_inventory to load vars for managed_node1 172629 1726889021.45131: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889021.45145: Calling all_plugins_play to load vars for managed_node1 172629 1726889021.45148: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889021.45151: Calling groups_plugins_play to load vars for managed_node1 172629 1726889021.46271: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889021.47393: done with get_vars() 172629 1726889021.47523: done getting variables 172629 1726889021.47588: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Friday 20 September 2024 23:23:41 -0400 (0:00:00.058) 0:02:01.756 ****** 172629 1726889021.47627: entering _queue_task() for managed_node1/set_fact 172629 1726889021.48450: worker is 1 (out of 1 available) 172629 1726889021.48465: exiting _queue_task() for managed_node1/set_fact 172629 1726889021.48478: done queuing things up, now waiting for results queue to drain 172629 1726889021.48480: waiting for pending results... 172629 1726889021.49005: running TaskExecutor() for managed_node1/TASK: Set LV segment type 172629 1726889021.49260: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002725 172629 1726889021.49364: variable 'ansible_search_path' from source: unknown 172629 1726889021.49412: calling self._execute() 172629 1726889021.49579: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.49734: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.49752: variable 'omit' from source: magic vars 172629 1726889021.50633: variable 'storage_test_volume' from source: include params 172629 1726889021.50725: variable '_storage_test_volume_present' from source: set_fact 172629 1726889021.50749: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889021.50757: when evaluation is False, skipping this task 172629 1726889021.50766: _execute() done 172629 1726889021.50774: dumping result to json 172629 1726889021.50813: done dumping result, returning 172629 1726889021.50824: done running TaskExecutor() for managed_node1/TASK: Set LV segment type [0affc8a3-6f6f-d0a8-add8-000000002725] 172629 1726889021.50834: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002725 172629 1726889021.51165: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002725 172629 1726889021.51169: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889021.51218: no more pending results, returning what we have 172629 1726889021.51221: results queue empty 172629 1726889021.51223: checking for any_errors_fatal 172629 1726889021.51231: done checking for any_errors_fatal 172629 1726889021.51232: checking for max_fail_percentage 172629 1726889021.51236: done checking for max_fail_percentage 172629 1726889021.51237: checking to see if all hosts have failed and the running result is not ok 172629 1726889021.51238: done checking to see if all hosts have failed 172629 1726889021.51239: getting the remaining hosts for this loop 172629 1726889021.51240: done getting the remaining hosts for this loop 172629 1726889021.51244: getting the next task for host managed_node1 172629 1726889021.51253: done getting next task for host managed_node1 172629 1726889021.51257: ^ task is: TASK: Check segment type 172629 1726889021.51264: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889021.51269: getting variables 172629 1726889021.51271: in VariableManager get_vars() 172629 1726889021.51311: Calling all_inventory to load vars for managed_node1 172629 1726889021.51313: Calling groups_inventory to load vars for managed_node1 172629 1726889021.51317: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889021.51330: Calling all_plugins_play to load vars for managed_node1 172629 1726889021.51334: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889021.51337: Calling groups_plugins_play to load vars for managed_node1 172629 1726889021.52513: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889021.53735: done with get_vars() 172629 1726889021.53751: done getting variables 172629 1726889021.53904: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check segment type] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Friday 20 September 2024 23:23:41 -0400 (0:00:00.063) 0:02:01.819 ****** 172629 1726889021.53939: entering _queue_task() for managed_node1/assert 172629 1726889021.54396: worker is 1 (out of 1 available) 172629 1726889021.54409: exiting _queue_task() for managed_node1/assert 172629 1726889021.54421: done queuing things up, now waiting for results queue to drain 172629 1726889021.54423: waiting for pending results... 172629 1726889021.54683: running TaskExecutor() for managed_node1/TASK: Check segment type 172629 1726889021.54842: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002726 172629 1726889021.54878: variable 'ansible_search_path' from source: unknown 172629 1726889021.54919: calling self._execute() 172629 1726889021.55164: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.55168: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.55171: variable 'omit' from source: magic vars 172629 1726889021.55585: variable 'storage_test_volume' from source: include params 172629 1726889021.55622: variable '_storage_test_volume_present' from source: set_fact 172629 1726889021.55646: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889021.55656: when evaluation is False, skipping this task 172629 1726889021.55666: _execute() done 172629 1726889021.55675: dumping result to json 172629 1726889021.55682: done dumping result, returning 172629 1726889021.55705: done running TaskExecutor() for managed_node1/TASK: Check segment type [0affc8a3-6f6f-d0a8-add8-000000002726] 172629 1726889021.55708: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002726 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889021.55970: no more pending results, returning what we have 172629 1726889021.55975: results queue empty 172629 1726889021.55976: checking for any_errors_fatal 172629 1726889021.55986: done checking for any_errors_fatal 172629 1726889021.55987: checking for max_fail_percentage 172629 1726889021.55989: done checking for max_fail_percentage 172629 1726889021.55990: checking to see if all hosts have failed and the running result is not ok 172629 1726889021.55991: done checking to see if all hosts have failed 172629 1726889021.55991: getting the remaining hosts for this loop 172629 1726889021.55994: done getting the remaining hosts for this loop 172629 1726889021.55997: getting the next task for host managed_node1 172629 1726889021.56008: done getting next task for host managed_node1 172629 1726889021.56011: ^ task is: TASK: Set LV cache size 172629 1726889021.56016: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889021.56020: getting variables 172629 1726889021.56022: in VariableManager get_vars() 172629 1726889021.56066: Calling all_inventory to load vars for managed_node1 172629 1726889021.56069: Calling groups_inventory to load vars for managed_node1 172629 1726889021.56073: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889021.56087: Calling all_plugins_play to load vars for managed_node1 172629 1726889021.56091: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889021.56095: Calling groups_plugins_play to load vars for managed_node1 172629 1726889021.56962: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002726 172629 1726889021.56966: WORKER PROCESS EXITING 172629 1726889021.57485: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889021.58692: done with get_vars() 172629 1726889021.58708: done getting variables 172629 1726889021.58974: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Friday 20 September 2024 23:23:41 -0400 (0:00:00.050) 0:02:01.870 ****** 172629 1726889021.59006: entering _queue_task() for managed_node1/set_fact 172629 1726889021.59620: worker is 1 (out of 1 available) 172629 1726889021.59634: exiting _queue_task() for managed_node1/set_fact 172629 1726889021.59647: done queuing things up, now waiting for results queue to drain 172629 1726889021.59648: waiting for pending results... 172629 1726889021.60126: running TaskExecutor() for managed_node1/TASK: Set LV cache size 172629 1726889021.60296: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002727 172629 1726889021.60318: variable 'ansible_search_path' from source: unknown 172629 1726889021.60363: calling self._execute() 172629 1726889021.60480: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.60492: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.60506: variable 'omit' from source: magic vars 172629 1726889021.60949: variable 'storage_test_volume' from source: include params 172629 1726889021.60978: variable '_storage_test_volume_present' from source: set_fact 172629 1726889021.61009: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889021.61016: when evaluation is False, skipping this task 172629 1726889021.61023: _execute() done 172629 1726889021.61029: dumping result to json 172629 1726889021.61036: done dumping result, returning 172629 1726889021.61046: done running TaskExecutor() for managed_node1/TASK: Set LV cache size [0affc8a3-6f6f-d0a8-add8-000000002727] 172629 1726889021.61056: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002727 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889021.61212: no more pending results, returning what we have 172629 1726889021.61216: results queue empty 172629 1726889021.61217: checking for any_errors_fatal 172629 1726889021.61230: done checking for any_errors_fatal 172629 1726889021.61231: checking for max_fail_percentage 172629 1726889021.61232: done checking for max_fail_percentage 172629 1726889021.61234: checking to see if all hosts have failed and the running result is not ok 172629 1726889021.61234: done checking to see if all hosts have failed 172629 1726889021.61235: getting the remaining hosts for this loop 172629 1726889021.61237: done getting the remaining hosts for this loop 172629 1726889021.61240: getting the next task for host managed_node1 172629 1726889021.61249: done getting next task for host managed_node1 172629 1726889021.61251: ^ task is: TASK: Parse the requested cache size 172629 1726889021.61260: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889021.61264: getting variables 172629 1726889021.61266: in VariableManager get_vars() 172629 1726889021.61305: Calling all_inventory to load vars for managed_node1 172629 1726889021.61308: Calling groups_inventory to load vars for managed_node1 172629 1726889021.61311: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889021.61324: Calling all_plugins_play to load vars for managed_node1 172629 1726889021.61327: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889021.61330: Calling groups_plugins_play to load vars for managed_node1 172629 1726889021.62173: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002727 172629 1726889021.62178: WORKER PROCESS EXITING 172629 1726889021.62201: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889021.63585: done with get_vars() 172629 1726889021.63606: done getting variables TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Friday 20 September 2024 23:23:41 -0400 (0:00:00.047) 0:02:01.917 ****** 172629 1726889021.63724: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889021.64170: worker is 1 (out of 1 available) 172629 1726889021.64185: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889021.64199: done queuing things up, now waiting for results queue to drain 172629 1726889021.64200: waiting for pending results... 172629 1726889021.64560: running TaskExecutor() for managed_node1/TASK: Parse the requested cache size 172629 1726889021.64963: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002728 172629 1726889021.64967: variable 'ansible_search_path' from source: unknown 172629 1726889021.64970: calling self._execute() 172629 1726889021.65365: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.65368: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.65371: variable 'omit' from source: magic vars 172629 1726889021.65731: variable 'storage_test_volume' from source: include params 172629 1726889021.65760: variable '_storage_test_volume_present' from source: set_fact 172629 1726889021.65787: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889021.65802: when evaluation is False, skipping this task 172629 1726889021.65810: _execute() done 172629 1726889021.65817: dumping result to json 172629 1726889021.65824: done dumping result, returning 172629 1726889021.65834: done running TaskExecutor() for managed_node1/TASK: Parse the requested cache size [0affc8a3-6f6f-d0a8-add8-000000002728] 172629 1726889021.65844: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002728 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889021.66006: no more pending results, returning what we have 172629 1726889021.66015: results queue empty 172629 1726889021.66017: checking for any_errors_fatal 172629 1726889021.66028: done checking for any_errors_fatal 172629 1726889021.66029: checking for max_fail_percentage 172629 1726889021.66031: done checking for max_fail_percentage 172629 1726889021.66032: checking to see if all hosts have failed and the running result is not ok 172629 1726889021.66033: done checking to see if all hosts have failed 172629 1726889021.66034: getting the remaining hosts for this loop 172629 1726889021.66036: done getting the remaining hosts for this loop 172629 1726889021.66040: getting the next task for host managed_node1 172629 1726889021.66050: done getting next task for host managed_node1 172629 1726889021.66053: ^ task is: TASK: Set expected cache size 172629 1726889021.66060: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889021.66065: getting variables 172629 1726889021.66067: in VariableManager get_vars() 172629 1726889021.66107: Calling all_inventory to load vars for managed_node1 172629 1726889021.66110: Calling groups_inventory to load vars for managed_node1 172629 1726889021.66114: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889021.66235: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002728 172629 1726889021.66238: WORKER PROCESS EXITING 172629 1726889021.66251: Calling all_plugins_play to load vars for managed_node1 172629 1726889021.66257: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889021.66261: Calling groups_plugins_play to load vars for managed_node1 172629 1726889021.67046: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889021.68534: done with get_vars() 172629 1726889021.68550: done getting variables 172629 1726889021.68608: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set expected cache size] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Friday 20 September 2024 23:23:41 -0400 (0:00:00.050) 0:02:01.967 ****** 172629 1726889021.68758: entering _queue_task() for managed_node1/set_fact 172629 1726889021.69119: worker is 1 (out of 1 available) 172629 1726889021.69132: exiting _queue_task() for managed_node1/set_fact 172629 1726889021.69144: done queuing things up, now waiting for results queue to drain 172629 1726889021.69145: waiting for pending results... 172629 1726889021.69465: running TaskExecutor() for managed_node1/TASK: Set expected cache size 172629 1726889021.69631: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002729 172629 1726889021.69651: variable 'ansible_search_path' from source: unknown 172629 1726889021.69691: calling self._execute() 172629 1726889021.69824: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.69838: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.69854: variable 'omit' from source: magic vars 172629 1726889021.70345: variable 'storage_test_volume' from source: include params 172629 1726889021.70381: variable '_storage_test_volume_present' from source: set_fact 172629 1726889021.70408: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889021.70416: when evaluation is False, skipping this task 172629 1726889021.70424: _execute() done 172629 1726889021.70432: dumping result to json 172629 1726889021.70440: done dumping result, returning 172629 1726889021.70451: done running TaskExecutor() for managed_node1/TASK: Set expected cache size [0affc8a3-6f6f-d0a8-add8-000000002729] 172629 1726889021.70471: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002729 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889021.70737: no more pending results, returning what we have 172629 1726889021.70742: results queue empty 172629 1726889021.70743: checking for any_errors_fatal 172629 1726889021.70754: done checking for any_errors_fatal 172629 1726889021.70756: checking for max_fail_percentage 172629 1726889021.70759: done checking for max_fail_percentage 172629 1726889021.70760: checking to see if all hosts have failed and the running result is not ok 172629 1726889021.70761: done checking to see if all hosts have failed 172629 1726889021.70761: getting the remaining hosts for this loop 172629 1726889021.70764: done getting the remaining hosts for this loop 172629 1726889021.70768: getting the next task for host managed_node1 172629 1726889021.70779: done getting next task for host managed_node1 172629 1726889021.70783: ^ task is: TASK: Check cache size 172629 1726889021.70959: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889021.70964: getting variables 172629 1726889021.70966: in VariableManager get_vars() 172629 1726889021.71003: Calling all_inventory to load vars for managed_node1 172629 1726889021.71006: Calling groups_inventory to load vars for managed_node1 172629 1726889021.71009: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889021.71024: Calling all_plugins_play to load vars for managed_node1 172629 1726889021.71027: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889021.71031: Calling groups_plugins_play to load vars for managed_node1 172629 1726889021.71636: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002729 172629 1726889021.71640: WORKER PROCESS EXITING 172629 1726889021.71685: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889021.72252: done with get_vars() 172629 1726889021.72268: done getting variables 172629 1726889021.72332: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check cache size] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Friday 20 September 2024 23:23:41 -0400 (0:00:00.036) 0:02:02.003 ****** 172629 1726889021.72367: entering _queue_task() for managed_node1/assert 172629 1726889021.72768: worker is 1 (out of 1 available) 172629 1726889021.72780: exiting _queue_task() for managed_node1/assert 172629 1726889021.72794: done queuing things up, now waiting for results queue to drain 172629 1726889021.72795: waiting for pending results... 172629 1726889021.73018: running TaskExecutor() for managed_node1/TASK: Check cache size 172629 1726889021.73173: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000272a 172629 1726889021.73200: variable 'ansible_search_path' from source: unknown 172629 1726889021.73249: calling self._execute() 172629 1726889021.73377: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.73390: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.73406: variable 'omit' from source: magic vars 172629 1726889021.73865: variable 'storage_test_volume' from source: include params 172629 1726889021.73901: variable '_storage_test_volume_present' from source: set_fact 172629 1726889021.73928: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889021.73938: when evaluation is False, skipping this task 172629 1726889021.73945: _execute() done 172629 1726889021.73952: dumping result to json 172629 1726889021.73963: done dumping result, returning 172629 1726889021.73975: done running TaskExecutor() for managed_node1/TASK: Check cache size [0affc8a3-6f6f-d0a8-add8-00000000272a] 172629 1726889021.73984: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000272a skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889021.74161: no more pending results, returning what we have 172629 1726889021.74168: results queue empty 172629 1726889021.74169: checking for any_errors_fatal 172629 1726889021.74179: done checking for any_errors_fatal 172629 1726889021.74180: checking for max_fail_percentage 172629 1726889021.74182: done checking for max_fail_percentage 172629 1726889021.74183: checking to see if all hosts have failed and the running result is not ok 172629 1726889021.74184: done checking to see if all hosts have failed 172629 1726889021.74185: getting the remaining hosts for this loop 172629 1726889021.74187: done getting the remaining hosts for this loop 172629 1726889021.74190: getting the next task for host managed_node1 172629 1726889021.74204: done getting next task for host managed_node1 172629 1726889021.74208: ^ task is: TASK: Clean up facts 172629 1726889021.74213: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_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=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889021.74221: getting variables 172629 1726889021.74222: in VariableManager get_vars() 172629 1726889021.74267: Calling all_inventory to load vars for managed_node1 172629 1726889021.74270: Calling groups_inventory to load vars for managed_node1 172629 1726889021.74274: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889021.74289: Calling all_plugins_play to load vars for managed_node1 172629 1726889021.74293: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889021.74297: Calling groups_plugins_play to load vars for managed_node1 172629 1726889021.75111: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000272a 172629 1726889021.75115: WORKER PROCESS EXITING 172629 1726889021.75142: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889021.75743: done with get_vars() 172629 1726889021.75759: done getting variables 172629 1726889021.75820: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up facts] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Friday 20 September 2024 23:23:41 -0400 (0:00:00.034) 0:02:02.038 ****** 172629 1726889021.75858: entering _queue_task() for managed_node1/set_fact 172629 1726889021.76131: worker is 1 (out of 1 available) 172629 1726889021.76143: exiting _queue_task() for managed_node1/set_fact 172629 1726889021.76260: done queuing things up, now waiting for results queue to drain 172629 1726889021.76262: waiting for pending results... 172629 1726889021.76468: running TaskExecutor() for managed_node1/TASK: Clean up facts 172629 1726889021.76594: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000267d 172629 1726889021.76620: variable 'ansible_search_path' from source: unknown 172629 1726889021.76760: calling self._execute() 172629 1726889021.76797: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.76811: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.76825: variable 'omit' from source: magic vars 172629 1726889021.76959: variable 'omit' from source: magic vars 172629 1726889021.77029: variable 'omit' from source: magic vars 172629 1726889021.77067: variable 'omit' from source: magic vars 172629 1726889021.77119: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889021.77167: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889021.77193: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889021.77219: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889021.77238: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889021.77278: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889021.77312: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.77315: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.77410: Set connection var ansible_timeout to 10 172629 1726889021.77427: Set connection var ansible_shell_type to sh 172629 1726889021.77529: Set connection var ansible_pipelining to False 172629 1726889021.77532: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889021.77535: Set connection var ansible_shell_executable to /bin/sh 172629 1726889021.77537: Set connection var ansible_connection to ssh 172629 1726889021.77539: variable 'ansible_shell_executable' from source: unknown 172629 1726889021.77541: variable 'ansible_connection' from source: unknown 172629 1726889021.77543: variable 'ansible_module_compression' from source: unknown 172629 1726889021.77545: variable 'ansible_shell_type' from source: unknown 172629 1726889021.77547: variable 'ansible_shell_executable' from source: unknown 172629 1726889021.77549: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.77551: variable 'ansible_pipelining' from source: unknown 172629 1726889021.77553: variable 'ansible_timeout' from source: unknown 172629 1726889021.77557: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.77691: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889021.77710: variable 'omit' from source: magic vars 172629 1726889021.77719: starting attempt loop 172629 1726889021.77725: running the handler 172629 1726889021.77739: handler run complete 172629 1726889021.77762: attempt loop complete, returning result 172629 1726889021.77770: _execute() done 172629 1726889021.77777: dumping result to json 172629 1726889021.77784: done dumping result, returning 172629 1726889021.77795: done running TaskExecutor() for managed_node1/TASK: Clean up facts [0affc8a3-6f6f-d0a8-add8-00000000267d] 172629 1726889021.77803: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000267d 172629 1726889021.78004: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000267d 172629 1726889021.78008: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 172629 1726889021.78065: no more pending results, returning what we have 172629 1726889021.78068: results queue empty 172629 1726889021.78069: checking for any_errors_fatal 172629 1726889021.78080: done checking for any_errors_fatal 172629 1726889021.78081: checking for max_fail_percentage 172629 1726889021.78083: done checking for max_fail_percentage 172629 1726889021.78084: checking to see if all hosts have failed and the running result is not ok 172629 1726889021.78085: done checking to see if all hosts have failed 172629 1726889021.78085: getting the remaining hosts for this loop 172629 1726889021.78087: done getting the remaining hosts for this loop 172629 1726889021.78090: getting the next task for host managed_node1 172629 1726889021.78099: done getting next task for host managed_node1 172629 1726889021.78102: ^ task is: TASK: Clean up variable namespace 172629 1726889021.78105: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889021.78110: getting variables 172629 1726889021.78111: in VariableManager get_vars() 172629 1726889021.78149: Calling all_inventory to load vars for managed_node1 172629 1726889021.78152: Calling groups_inventory to load vars for managed_node1 172629 1726889021.78156: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889021.78169: Calling all_plugins_play to load vars for managed_node1 172629 1726889021.78172: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889021.78175: Calling groups_plugins_play to load vars for managed_node1 172629 1726889021.78857: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889021.79388: done with get_vars() 172629 1726889021.79401: done getting variables 172629 1726889021.79502: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Friday 20 September 2024 23:23:41 -0400 (0:00:00.036) 0:02:02.075 ****** 172629 1726889021.79533: entering _queue_task() for managed_node1/set_fact 172629 1726889021.79886: worker is 1 (out of 1 available) 172629 1726889021.79902: exiting _queue_task() for managed_node1/set_fact 172629 1726889021.79917: done queuing things up, now waiting for results queue to drain 172629 1726889021.79918: waiting for pending results... 172629 1726889021.80276: running TaskExecutor() for managed_node1/TASK: Clean up variable namespace 172629 1726889021.80284: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000249b 172629 1726889021.80303: variable 'ansible_search_path' from source: unknown 172629 1726889021.80343: calling self._execute() 172629 1726889021.80471: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.80488: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.80506: variable 'omit' from source: magic vars 172629 1726889021.80639: variable 'omit' from source: magic vars 172629 1726889021.80695: variable 'omit' from source: magic vars 172629 1726889021.80740: variable 'omit' from source: magic vars 172629 1726889021.80795: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889021.80844: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889021.80879: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889021.80905: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889021.80926: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889021.80968: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889021.80979: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.80987: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.81099: Set connection var ansible_timeout to 10 172629 1726889021.81260: Set connection var ansible_shell_type to sh 172629 1726889021.81263: Set connection var ansible_pipelining to False 172629 1726889021.81266: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889021.81268: Set connection var ansible_shell_executable to /bin/sh 172629 1726889021.81271: Set connection var ansible_connection to ssh 172629 1726889021.81273: variable 'ansible_shell_executable' from source: unknown 172629 1726889021.81275: variable 'ansible_connection' from source: unknown 172629 1726889021.81277: variable 'ansible_module_compression' from source: unknown 172629 1726889021.81279: variable 'ansible_shell_type' from source: unknown 172629 1726889021.81282: variable 'ansible_shell_executable' from source: unknown 172629 1726889021.81286: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.81288: variable 'ansible_pipelining' from source: unknown 172629 1726889021.81290: variable 'ansible_timeout' from source: unknown 172629 1726889021.81292: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.81385: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889021.81405: variable 'omit' from source: magic vars 172629 1726889021.81418: starting attempt loop 172629 1726889021.81429: running the handler 172629 1726889021.81450: handler run complete 172629 1726889021.81469: attempt loop complete, returning result 172629 1726889021.81479: _execute() done 172629 1726889021.81490: dumping result to json 172629 1726889021.81499: done dumping result, returning 172629 1726889021.81513: done running TaskExecutor() for managed_node1/TASK: Clean up variable namespace [0affc8a3-6f6f-d0a8-add8-00000000249b] 172629 1726889021.81526: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000249b ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } 172629 1726889021.81689: no more pending results, returning what we have 172629 1726889021.81692: results queue empty 172629 1726889021.81900: checking for any_errors_fatal 172629 1726889021.81907: done checking for any_errors_fatal 172629 1726889021.81908: checking for max_fail_percentage 172629 1726889021.81910: done checking for max_fail_percentage 172629 1726889021.81911: checking to see if all hosts have failed and the running result is not ok 172629 1726889021.81912: done checking to see if all hosts have failed 172629 1726889021.81913: getting the remaining hosts for this loop 172629 1726889021.81914: done getting the remaining hosts for this loop 172629 1726889021.81917: getting the next task for host managed_node1 172629 1726889021.81924: done getting next task for host managed_node1 172629 1726889021.81927: ^ task is: TASK: Clean up 172629 1726889021.81929: ^ state is: HOST STATE: block=2, task=41, rescue=0, 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 172629 1726889021.81933: getting variables 172629 1726889021.81934: in VariableManager get_vars() 172629 1726889021.81966: Calling all_inventory to load vars for managed_node1 172629 1726889021.81969: Calling groups_inventory to load vars for managed_node1 172629 1726889021.81972: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889021.81978: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000249b 172629 1726889021.81981: WORKER PROCESS EXITING 172629 1726889021.81991: Calling all_plugins_play to load vars for managed_node1 172629 1726889021.81995: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889021.81999: Calling groups_plugins_play to load vars for managed_node1 172629 1726889021.82536: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889021.83115: done with get_vars() 172629 1726889021.83129: done getting variables TASK [Clean up] **************************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:128 Friday 20 September 2024 23:23:41 -0400 (0:00:00.036) 0:02:02.112 ****** 172629 1726889021.83218: entering _queue_task() for managed_node1/include_role 172629 1726889021.83675: worker is 1 (out of 1 available) 172629 1726889021.83685: exiting _queue_task() for managed_node1/include_role 172629 1726889021.83695: done queuing things up, now waiting for results queue to drain 172629 1726889021.83696: waiting for pending results... 172629 1726889021.83796: running TaskExecutor() for managed_node1/TASK: Clean up 172629 1726889021.83917: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000018 172629 1726889021.83942: variable 'ansible_search_path' from source: unknown 172629 1726889021.83985: calling self._execute() 172629 1726889021.84142: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.84145: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.84148: variable 'omit' from source: magic vars 172629 1726889021.84270: _execute() done 172629 1726889021.84279: dumping result to json 172629 1726889021.84360: done dumping result, returning 172629 1726889021.84364: done running TaskExecutor() for managed_node1/TASK: Clean up [0affc8a3-6f6f-d0a8-add8-000000000018] 172629 1726889021.84369: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000018 172629 1726889021.84664: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000018 172629 1726889021.84668: WORKER PROCESS EXITING 172629 1726889021.84690: no more pending results, returning what we have 172629 1726889021.84695: in VariableManager get_vars() 172629 1726889021.84729: Calling all_inventory to load vars for managed_node1 172629 1726889021.84732: Calling groups_inventory to load vars for managed_node1 172629 1726889021.84735: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889021.84744: Calling all_plugins_play to load vars for managed_node1 172629 1726889021.84747: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889021.84750: Calling groups_plugins_play to load vars for managed_node1 172629 1726889021.85293: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889021.85869: done with get_vars() 172629 1726889021.85882: variable 'ansible_search_path' from source: unknown 172629 1726889021.90589: variable 'omit' from source: magic vars 172629 1726889021.90616: variable 'omit' from source: magic vars 172629 1726889021.90632: variable 'omit' from source: magic vars 172629 1726889021.90635: we have included files to process 172629 1726889021.90636: generating all_blocks data 172629 1726889021.90638: done generating all_blocks data 172629 1726889021.90643: processing included file: fedora.linux_system_roles.storage 172629 1726889021.90669: in VariableManager get_vars() 172629 1726889021.90684: done with get_vars() 172629 1726889021.90708: in VariableManager get_vars() 172629 1726889021.90724: done with get_vars() 172629 1726889021.90761: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 172629 1726889021.90786: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 172629 1726889021.90895: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 172629 1726889021.90963: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 172629 1726889021.91266: in VariableManager get_vars() 172629 1726889021.91290: done with get_vars() 172629 1726889021.91725: in VariableManager get_vars() 172629 1726889021.91744: done with get_vars() 172629 1726889021.91871: iterating over new_blocks loaded from include file 172629 1726889021.91874: in VariableManager get_vars() 172629 1726889021.91887: done with get_vars() 172629 1726889021.91889: filtering new block on tags 172629 1726889021.91908: done filtering new block on tags 172629 1726889021.91911: in VariableManager get_vars() 172629 1726889021.91925: done with get_vars() 172629 1726889021.91927: filtering new block on tags 172629 1726889021.91943: done filtering new block on tags 172629 1726889021.91946: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node1 172629 1726889021.91951: extending task lists for all hosts with included blocks 172629 1726889021.95972: done extending task lists 172629 1726889021.95973: done processing included files 172629 1726889021.95974: results queue empty 172629 1726889021.95975: checking for any_errors_fatal 172629 1726889021.95978: done checking for any_errors_fatal 172629 1726889021.95979: checking for max_fail_percentage 172629 1726889021.95980: done checking for max_fail_percentage 172629 1726889021.95981: checking to see if all hosts have failed and the running result is not ok 172629 1726889021.95982: done checking to see if all hosts have failed 172629 1726889021.95982: getting the remaining hosts for this loop 172629 1726889021.95984: done getting the remaining hosts for this loop 172629 1726889021.95986: getting the next task for host managed_node1 172629 1726889021.95989: done getting next task for host managed_node1 172629 1726889021.95992: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726889021.95994: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889021.96004: getting variables 172629 1726889021.96005: in VariableManager get_vars() 172629 1726889021.96018: Calling all_inventory to load vars for managed_node1 172629 1726889021.96020: Calling groups_inventory to load vars for managed_node1 172629 1726889021.96022: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889021.96027: Calling all_plugins_play to load vars for managed_node1 172629 1726889021.96030: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889021.96032: Calling groups_plugins_play to load vars for managed_node1 172629 1726889021.96473: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889021.97056: done with get_vars() 172629 1726889021.97070: 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 23:23:41 -0400 (0:00:00.139) 0:02:02.251 ****** 172629 1726889021.97142: entering _queue_task() for managed_node1/include_tasks 172629 1726889021.97687: worker is 1 (out of 1 available) 172629 1726889021.97697: exiting _queue_task() for managed_node1/include_tasks 172629 1726889021.97710: done queuing things up, now waiting for results queue to drain 172629 1726889021.97711: waiting for pending results... 172629 1726889021.97839: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726889021.98064: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002a3c 172629 1726889021.98069: variable 'ansible_search_path' from source: unknown 172629 1726889021.98072: variable 'ansible_search_path' from source: unknown 172629 1726889021.98076: calling self._execute() 172629 1726889021.98204: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889021.98218: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889021.98234: variable 'omit' from source: magic vars 172629 1726889021.98362: _execute() done 172629 1726889021.98372: dumping result to json 172629 1726889021.98388: done dumping result, returning 172629 1726889021.98463: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-d0a8-add8-000000002a3c] 172629 1726889021.98466: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002a3c 172629 1726889021.98662: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002a3c 172629 1726889021.98667: WORKER PROCESS EXITING 172629 1726889021.98720: no more pending results, returning what we have 172629 1726889021.98726: in VariableManager get_vars() 172629 1726889021.98778: Calling all_inventory to load vars for managed_node1 172629 1726889021.98782: Calling groups_inventory to load vars for managed_node1 172629 1726889021.98785: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889021.98799: Calling all_plugins_play to load vars for managed_node1 172629 1726889021.98803: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889021.98806: Calling groups_plugins_play to load vars for managed_node1 172629 1726889021.99511: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889022.00116: done with get_vars() 172629 1726889022.00128: variable 'ansible_search_path' from source: unknown 172629 1726889022.00130: variable 'ansible_search_path' from source: unknown 172629 1726889022.00169: we have included files to process 172629 1726889022.00170: generating all_blocks data 172629 1726889022.00173: done generating all_blocks data 172629 1726889022.00178: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726889022.00179: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726889022.00182: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 172629 1726889022.00695: done processing included file 172629 1726889022.00697: iterating over new_blocks loaded from include file 172629 1726889022.00698: in VariableManager get_vars() 172629 1726889022.00723: done with get_vars() 172629 1726889022.00725: filtering new block on tags 172629 1726889022.00745: done filtering new block on tags 172629 1726889022.00750: in VariableManager get_vars() 172629 1726889022.00772: done with get_vars() 172629 1726889022.00774: filtering new block on tags 172629 1726889022.00792: done filtering new block on tags 172629 1726889022.00794: 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 172629 1726889022.00802: extending task lists for all hosts with included blocks 172629 1726889022.01022: done extending task lists 172629 1726889022.01024: done processing included files 172629 1726889022.01024: results queue empty 172629 1726889022.01025: checking for any_errors_fatal 172629 1726889022.01030: done checking for any_errors_fatal 172629 1726889022.01031: checking for max_fail_percentage 172629 1726889022.01032: done checking for max_fail_percentage 172629 1726889022.01033: checking to see if all hosts have failed and the running result is not ok 172629 1726889022.01033: done checking to see if all hosts have failed 172629 1726889022.01034: getting the remaining hosts for this loop 172629 1726889022.01035: done getting the remaining hosts for this loop 172629 1726889022.01038: getting the next task for host managed_node1 172629 1726889022.01042: done getting next task for host managed_node1 172629 1726889022.01045: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 172629 1726889022.01048: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889022.01059: getting variables 172629 1726889022.01061: in VariableManager get_vars() 172629 1726889022.01073: Calling all_inventory to load vars for managed_node1 172629 1726889022.01075: Calling groups_inventory to load vars for managed_node1 172629 1726889022.01077: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889022.01082: Calling all_plugins_play to load vars for managed_node1 172629 1726889022.01084: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889022.01087: Calling groups_plugins_play to load vars for managed_node1 172629 1726889022.01507: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889022.02668: done with get_vars() 172629 1726889022.02681: 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 23:23:42 -0400 (0:00:00.056) 0:02:02.307 ****** 172629 1726889022.02748: entering _queue_task() for managed_node1/setup 172629 1726889022.03397: worker is 1 (out of 1 available) 172629 1726889022.03410: exiting _queue_task() for managed_node1/setup 172629 1726889022.03422: done queuing things up, now waiting for results queue to drain 172629 1726889022.03423: waiting for pending results... 172629 1726889022.03926: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 172629 1726889022.04163: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c39 172629 1726889022.04168: variable 'ansible_search_path' from source: unknown 172629 1726889022.04171: variable 'ansible_search_path' from source: unknown 172629 1726889022.04175: calling self._execute() 172629 1726889022.04242: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.04248: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.04262: variable 'omit' from source: magic vars 172629 1726889022.04698: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889022.07763: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889022.07767: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889022.07770: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889022.07772: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889022.07775: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889022.07816: 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) 172629 1726889022.08064: 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) 172629 1726889022.08090: 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) 172629 1726889022.08130: 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) 172629 1726889022.08144: 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) 172629 1726889022.08199: 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) 172629 1726889022.08221: 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) 172629 1726889022.08245: 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) 172629 1726889022.08508: 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) 172629 1726889022.08522: 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) 172629 1726889022.08922: variable '__storage_required_facts' from source: role '' all vars 172629 1726889022.08931: variable 'ansible_facts' from source: unknown 172629 1726889022.09376: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 172629 1726889022.09380: when evaluation is False, skipping this task 172629 1726889022.09390: _execute() done 172629 1726889022.09393: dumping result to json 172629 1726889022.09396: done dumping result, returning 172629 1726889022.09398: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-d0a8-add8-000000002c39] 172629 1726889022.09400: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c39 172629 1726889022.09574: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c39 172629 1726889022.09578: 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" } 172629 1726889022.09647: no more pending results, returning what we have 172629 1726889022.09652: results queue empty 172629 1726889022.09653: checking for any_errors_fatal 172629 1726889022.09654: done checking for any_errors_fatal 172629 1726889022.09657: checking for max_fail_percentage 172629 1726889022.09659: done checking for max_fail_percentage 172629 1726889022.09660: checking to see if all hosts have failed and the running result is not ok 172629 1726889022.09661: done checking to see if all hosts have failed 172629 1726889022.09661: getting the remaining hosts for this loop 172629 1726889022.09663: done getting the remaining hosts for this loop 172629 1726889022.09667: getting the next task for host managed_node1 172629 1726889022.09674: done getting next task for host managed_node1 172629 1726889022.09678: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726889022.09682: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889022.09704: getting variables 172629 1726889022.09706: in VariableManager get_vars() 172629 1726889022.09754: Calling all_inventory to load vars for managed_node1 172629 1726889022.09823: Calling groups_inventory to load vars for managed_node1 172629 1726889022.09826: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889022.09836: Calling all_plugins_play to load vars for managed_node1 172629 1726889022.09839: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889022.09841: Calling groups_plugins_play to load vars for managed_node1 172629 1726889022.11403: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889022.12872: done with get_vars() 172629 1726889022.12888: done getting variables 172629 1726889022.12949: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:42 -0400 (0:00:00.102) 0:02:02.409 ****** 172629 1726889022.12991: entering _queue_task() for managed_node1/include_vars 172629 1726889022.13717: worker is 1 (out of 1 available) 172629 1726889022.13729: exiting _queue_task() for managed_node1/include_vars 172629 1726889022.13742: done queuing things up, now waiting for results queue to drain 172629 1726889022.13743: waiting for pending results... 172629 1726889022.14304: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 172629 1726889022.14617: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c3a 172629 1726889022.14622: variable 'ansible_search_path' from source: unknown 172629 1726889022.14626: variable 'ansible_search_path' from source: unknown 172629 1726889022.15095: variable 'ansible_facts' from source: unknown 172629 1726889022.15921: variable 'ansible_facts' from source: unknown 172629 1726889022.16682: variable 'ansible_facts' from source: unknown 172629 1726889022.17127: variable 'ansible_facts' from source: unknown 172629 1726889022.17523: variable 'omit' from source: magic vars 172629 1726889022.17876: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.17882: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.17894: variable 'omit' from source: magic vars 172629 1726889022.18540: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889022.18994: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889022.19039: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889022.19079: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889022.19114: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889022.19402: variable '__vars_file' from source: task vars 172629 1726889022.19482: variable 'role_path' from source: magic vars 172629 1726889022.19486: variable 'item' from source: unknown 172629 1726889022.19499: Evaluated conditional (__vars_file is file): False 172629 1726889022.19502: when evaluation is False, skipping this task 172629 1726889022.19543: variable 'item' from source: unknown 172629 1726889022.19847: 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" } 172629 1726889022.20188: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.20192: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.20194: variable 'omit' from source: magic vars 172629 1726889022.20390: variable '__vars_file' from source: task vars 172629 1726889022.20611: variable 'role_path' from source: magic vars 172629 1726889022.20620: variable 'item' from source: unknown 172629 1726889022.20625: Evaluated conditional (__vars_file is file): False 172629 1726889022.20628: when evaluation is False, skipping this task 172629 1726889022.20668: variable 'item' from source: unknown 172629 1726889022.20728: 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" } 172629 1726889022.21162: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.21168: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.21170: variable 'omit' from source: magic vars 172629 1726889022.21368: variable '__vars_file' from source: task vars 172629 1726889022.21443: variable 'role_path' from source: magic vars 172629 1726889022.21446: variable 'item' from source: unknown 172629 1726889022.21462: Evaluated conditional (__vars_file is file): True 172629 1726889022.21465: variable 'omit' from source: magic vars 172629 1726889022.21540: variable 'omit' from source: magic vars 172629 1726889022.21781: variable '__vars_file' from source: task vars 172629 1726889022.21924: variable '__vars_file' from source: task vars 172629 1726889022.21928: variable 'role_path' from source: magic vars 172629 1726889022.21932: variable 'item' from source: unknown 172629 1726889022.21939: variable 'omit' from source: magic vars 172629 1726889022.22173: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889022.22202: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889022.22222: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889022.22239: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889022.22262: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889022.22360: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889022.22363: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.22366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.22593: Set connection var ansible_timeout to 10 172629 1726889022.22598: Set connection var ansible_shell_type to sh 172629 1726889022.22660: Set connection var ansible_pipelining to False 172629 1726889022.22664: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889022.22666: Set connection var ansible_shell_executable to /bin/sh 172629 1726889022.22668: Set connection var ansible_connection to ssh 172629 1726889022.22670: variable 'ansible_shell_executable' from source: unknown 172629 1726889022.22676: variable 'ansible_connection' from source: unknown 172629 1726889022.22679: variable 'ansible_module_compression' from source: unknown 172629 1726889022.22681: variable 'ansible_shell_type' from source: unknown 172629 1726889022.22683: variable 'ansible_shell_executable' from source: unknown 172629 1726889022.22685: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.22687: variable 'ansible_pipelining' from source: unknown 172629 1726889022.22689: variable 'ansible_timeout' from source: unknown 172629 1726889022.22690: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.22982: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889022.22993: variable 'omit' from source: magic vars 172629 1726889022.22997: starting attempt loop 172629 1726889022.23005: running the handler 172629 1726889022.23099: handler run complete 172629 1726889022.23134: attempt loop complete, returning result 172629 1726889022.23137: variable 'item' from source: unknown 172629 1726889022.23387: 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" } 172629 1726889022.23498: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.23502: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.23504: variable 'omit' from source: magic vars 172629 1726889022.24078: variable '__vars_file' from source: task vars 172629 1726889022.24081: variable 'role_path' from source: magic vars 172629 1726889022.24083: variable 'item' from source: unknown 172629 1726889022.24085: Evaluated conditional (__vars_file is file): True 172629 1726889022.24087: variable 'omit' from source: magic vars 172629 1726889022.24089: variable 'omit' from source: magic vars 172629 1726889022.24197: variable '__vars_file' from source: task vars 172629 1726889022.24254: variable '__vars_file' from source: task vars 172629 1726889022.24330: variable 'role_path' from source: magic vars 172629 1726889022.24334: variable 'item' from source: unknown 172629 1726889022.24389: variable 'omit' from source: magic vars 172629 1726889022.24702: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889022.24706: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889022.24710: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889022.24712: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889022.24715: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.24717: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.24719: Set connection var ansible_timeout to 10 172629 1726889022.24721: Set connection var ansible_shell_type to sh 172629 1726889022.24723: Set connection var ansible_pipelining to False 172629 1726889022.24725: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889022.24727: Set connection var ansible_shell_executable to /bin/sh 172629 1726889022.24729: Set connection var ansible_connection to ssh 172629 1726889022.24731: variable 'ansible_shell_executable' from source: unknown 172629 1726889022.24733: variable 'ansible_connection' from source: unknown 172629 1726889022.24735: variable 'ansible_module_compression' from source: unknown 172629 1726889022.24737: variable 'ansible_shell_type' from source: unknown 172629 1726889022.24739: variable 'ansible_shell_executable' from source: unknown 172629 1726889022.24741: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.24743: variable 'ansible_pipelining' from source: unknown 172629 1726889022.24745: variable 'ansible_timeout' from source: unknown 172629 1726889022.24746: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.25160: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889022.25163: variable 'omit' from source: magic vars 172629 1726889022.25167: starting attempt loop 172629 1726889022.25169: running the handler 172629 1726889022.25171: handler run complete 172629 1726889022.25173: attempt loop complete, returning result 172629 1726889022.25175: variable 'item' from source: unknown 172629 1726889022.25460: 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" } 172629 1726889022.25661: dumping result to json 172629 1726889022.25664: done dumping result, returning 172629 1726889022.25667: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-d0a8-add8-000000002c3a] 172629 1726889022.25669: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c3a 172629 1726889022.25719: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c3a 172629 1726889022.25722: WORKER PROCESS EXITING 172629 1726889022.25787: no more pending results, returning what we have 172629 1726889022.25790: results queue empty 172629 1726889022.25791: checking for any_errors_fatal 172629 1726889022.25801: done checking for any_errors_fatal 172629 1726889022.25802: checking for max_fail_percentage 172629 1726889022.25804: done checking for max_fail_percentage 172629 1726889022.25804: checking to see if all hosts have failed and the running result is not ok 172629 1726889022.25805: done checking to see if all hosts have failed 172629 1726889022.25806: getting the remaining hosts for this loop 172629 1726889022.25808: done getting the remaining hosts for this loop 172629 1726889022.25811: getting the next task for host managed_node1 172629 1726889022.25820: done getting next task for host managed_node1 172629 1726889022.25823: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 172629 1726889022.25826: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889022.25837: getting variables 172629 1726889022.25839: in VariableManager get_vars() 172629 1726889022.25879: Calling all_inventory to load vars for managed_node1 172629 1726889022.25882: Calling groups_inventory to load vars for managed_node1 172629 1726889022.25884: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889022.25893: Calling all_plugins_play to load vars for managed_node1 172629 1726889022.25896: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889022.25899: Calling groups_plugins_play to load vars for managed_node1 172629 1726889022.27257: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889022.28450: done with get_vars() 172629 1726889022.28468: 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 23:23:42 -0400 (0:00:00.157) 0:02:02.567 ****** 172629 1726889022.28767: entering _queue_task() for managed_node1/stat 172629 1726889022.29290: worker is 1 (out of 1 available) 172629 1726889022.29304: exiting _queue_task() for managed_node1/stat 172629 1726889022.29318: done queuing things up, now waiting for results queue to drain 172629 1726889022.29319: waiting for pending results... 172629 1726889022.30013: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree 172629 1726889022.30325: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c3c 172629 1726889022.30331: variable 'ansible_search_path' from source: unknown 172629 1726889022.30334: variable 'ansible_search_path' from source: unknown 172629 1726889022.30338: calling self._execute() 172629 1726889022.30448: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.30452: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.30759: variable 'omit' from source: magic vars 172629 1726889022.31232: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889022.31925: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889022.31973: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889022.32006: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889022.32042: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889022.32327: 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) 172629 1726889022.32352: 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) 172629 1726889022.32384: 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) 172629 1726889022.32502: 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) 172629 1726889022.32737: variable '__storage_is_ostree' from source: set_fact 172629 1726889022.32746: Evaluated conditional (not __storage_is_ostree is defined): False 172629 1726889022.32749: when evaluation is False, skipping this task 172629 1726889022.32752: _execute() done 172629 1726889022.32754: dumping result to json 172629 1726889022.32762: done dumping result, returning 172629 1726889022.32769: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-d0a8-add8-000000002c3c] 172629 1726889022.32774: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c3c 172629 1726889022.33004: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c3c 172629 1726889022.33007: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 172629 1726889022.33062: no more pending results, returning what we have 172629 1726889022.33066: results queue empty 172629 1726889022.33068: checking for any_errors_fatal 172629 1726889022.33082: done checking for any_errors_fatal 172629 1726889022.33082: checking for max_fail_percentage 172629 1726889022.33084: done checking for max_fail_percentage 172629 1726889022.33085: checking to see if all hosts have failed and the running result is not ok 172629 1726889022.33086: done checking to see if all hosts have failed 172629 1726889022.33086: getting the remaining hosts for this loop 172629 1726889022.33089: done getting the remaining hosts for this loop 172629 1726889022.33092: getting the next task for host managed_node1 172629 1726889022.33099: done getting next task for host managed_node1 172629 1726889022.33103: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 172629 1726889022.33106: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889022.33131: getting variables 172629 1726889022.33133: in VariableManager get_vars() 172629 1726889022.33276: Calling all_inventory to load vars for managed_node1 172629 1726889022.33279: Calling groups_inventory to load vars for managed_node1 172629 1726889022.33281: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889022.33291: Calling all_plugins_play to load vars for managed_node1 172629 1726889022.33294: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889022.33297: Calling groups_plugins_play to load vars for managed_node1 172629 1726889022.34181: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889022.34827: done with get_vars() 172629 1726889022.34842: done getting variables 172629 1726889022.34907: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:42 -0400 (0:00:00.061) 0:02:02.629 ****** 172629 1726889022.34941: entering _queue_task() for managed_node1/set_fact 172629 1726889022.35477: worker is 1 (out of 1 available) 172629 1726889022.35487: exiting _queue_task() for managed_node1/set_fact 172629 1726889022.35500: done queuing things up, now waiting for results queue to drain 172629 1726889022.35501: waiting for pending results... 172629 1726889022.35636: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 172629 1726889022.35796: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c3d 172629 1726889022.35818: variable 'ansible_search_path' from source: unknown 172629 1726889022.35826: variable 'ansible_search_path' from source: unknown 172629 1726889022.35947: calling self._execute() 172629 1726889022.35999: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.36012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.36029: variable 'omit' from source: magic vars 172629 1726889022.36424: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889022.36833: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889022.37166: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889022.37170: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889022.37172: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889022.37175: 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) 172629 1726889022.37371: 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) 172629 1726889022.37409: 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) 172629 1726889022.37437: 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) 172629 1726889022.37861: variable '__storage_is_ostree' from source: set_fact 172629 1726889022.37864: Evaluated conditional (not __storage_is_ostree is defined): False 172629 1726889022.37867: when evaluation is False, skipping this task 172629 1726889022.37869: _execute() done 172629 1726889022.37871: dumping result to json 172629 1726889022.37872: done dumping result, returning 172629 1726889022.37875: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-d0a8-add8-000000002c3d] 172629 1726889022.37877: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c3d skipping: [managed_node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 172629 1726889022.37996: no more pending results, returning what we have 172629 1726889022.37999: results queue empty 172629 1726889022.38001: checking for any_errors_fatal 172629 1726889022.38011: done checking for any_errors_fatal 172629 1726889022.38012: checking for max_fail_percentage 172629 1726889022.38014: done checking for max_fail_percentage 172629 1726889022.38015: checking to see if all hosts have failed and the running result is not ok 172629 1726889022.38016: done checking to see if all hosts have failed 172629 1726889022.38016: getting the remaining hosts for this loop 172629 1726889022.38018: done getting the remaining hosts for this loop 172629 1726889022.38021: getting the next task for host managed_node1 172629 1726889022.38034: done getting next task for host managed_node1 172629 1726889022.38038: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 172629 1726889022.38040: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889022.38070: getting variables 172629 1726889022.38072: in VariableManager get_vars() 172629 1726889022.38115: Calling all_inventory to load vars for managed_node1 172629 1726889022.38118: Calling groups_inventory to load vars for managed_node1 172629 1726889022.38120: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889022.38131: Calling all_plugins_play to load vars for managed_node1 172629 1726889022.38135: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889022.38138: Calling groups_plugins_play to load vars for managed_node1 172629 1726889022.39008: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c3d 172629 1726889022.39012: WORKER PROCESS EXITING 172629 1726889022.39606: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889022.40399: done with get_vars() 172629 1726889022.40413: done getting variables 172629 1726889022.40757: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:42 -0400 (0:00:00.058) 0:02:02.687 ****** 172629 1726889022.40789: entering _queue_task() for managed_node1/set_fact 172629 1726889022.41427: worker is 1 (out of 1 available) 172629 1726889022.41440: exiting _queue_task() for managed_node1/set_fact 172629 1726889022.41453: done queuing things up, now waiting for results queue to drain 172629 1726889022.41454: waiting for pending results... 172629 1726889022.42177: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 172629 1726889022.42763: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002a3d 172629 1726889022.42768: variable 'ansible_search_path' from source: unknown 172629 1726889022.42771: variable 'ansible_search_path' from source: unknown 172629 1726889022.42774: calling self._execute() 172629 1726889022.43463: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.43467: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.43471: variable 'omit' from source: magic vars 172629 1726889022.43474: variable 'omit' from source: magic vars 172629 1726889022.43478: variable 'omit' from source: magic vars 172629 1726889022.43713: variable 'omit' from source: magic vars 172629 1726889022.43762: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889022.43802: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889022.43836: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889022.43861: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889022.43878: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889022.43908: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889022.43921: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.43932: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.44040: Set connection var ansible_timeout to 10 172629 1726889022.44053: Set connection var ansible_shell_type to sh 172629 1726889022.44073: Set connection var ansible_pipelining to False 172629 1726889022.44084: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889022.44093: Set connection var ansible_shell_executable to /bin/sh 172629 1726889022.44099: Set connection var ansible_connection to ssh 172629 1726889022.44124: variable 'ansible_shell_executable' from source: unknown 172629 1726889022.44137: variable 'ansible_connection' from source: unknown 172629 1726889022.44151: variable 'ansible_module_compression' from source: unknown 172629 1726889022.44161: variable 'ansible_shell_type' from source: unknown 172629 1726889022.44170: variable 'ansible_shell_executable' from source: unknown 172629 1726889022.44177: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.44184: variable 'ansible_pipelining' from source: unknown 172629 1726889022.44191: variable 'ansible_timeout' from source: unknown 172629 1726889022.44199: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.44361: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889022.44464: variable 'omit' from source: magic vars 172629 1726889022.44467: starting attempt loop 172629 1726889022.44470: running the handler 172629 1726889022.44473: handler run complete 172629 1726889022.44475: attempt loop complete, returning result 172629 1726889022.44477: _execute() done 172629 1726889022.44479: dumping result to json 172629 1726889022.44481: done dumping result, returning 172629 1726889022.44483: 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-d0a8-add8-000000002a3d] 172629 1726889022.44485: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002a3d 172629 1726889022.44552: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002a3d 172629 1726889022.44557: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 172629 1726889022.44640: no more pending results, returning what we have 172629 1726889022.44643: results queue empty 172629 1726889022.44645: checking for any_errors_fatal 172629 1726889022.44652: done checking for any_errors_fatal 172629 1726889022.44653: checking for max_fail_percentage 172629 1726889022.44658: done checking for max_fail_percentage 172629 1726889022.44659: checking to see if all hosts have failed and the running result is not ok 172629 1726889022.44660: done checking to see if all hosts have failed 172629 1726889022.44660: getting the remaining hosts for this loop 172629 1726889022.44662: done getting the remaining hosts for this loop 172629 1726889022.44665: getting the next task for host managed_node1 172629 1726889022.44673: done getting next task for host managed_node1 172629 1726889022.44676: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 172629 1726889022.44680: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889022.44694: getting variables 172629 1726889022.44696: in VariableManager get_vars() 172629 1726889022.44737: Calling all_inventory to load vars for managed_node1 172629 1726889022.44740: Calling groups_inventory to load vars for managed_node1 172629 1726889022.44742: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889022.44753: Calling all_plugins_play to load vars for managed_node1 172629 1726889022.44861: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889022.44870: Calling groups_plugins_play to load vars for managed_node1 172629 1726889022.45608: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889022.46516: done with get_vars() 172629 1726889022.46530: done getting variables 172629 1726889022.46648: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:42 -0400 (0:00:00.058) 0:02:02.746 ****** 172629 1726889022.46681: entering _queue_task() for managed_node1/set_fact 172629 1726889022.47402: worker is 1 (out of 1 available) 172629 1726889022.47417: exiting _queue_task() for managed_node1/set_fact 172629 1726889022.47431: done queuing things up, now waiting for results queue to drain 172629 1726889022.47432: waiting for pending results... 172629 1726889022.48274: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 172629 1726889022.48294: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002a3e 172629 1726889022.48592: variable 'ansible_search_path' from source: unknown 172629 1726889022.48596: variable 'ansible_search_path' from source: unknown 172629 1726889022.48599: calling self._execute() 172629 1726889022.48760: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.48763: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.48766: variable 'omit' from source: magic vars 172629 1726889022.48803: variable 'omit' from source: magic vars 172629 1726889022.48860: variable 'omit' from source: magic vars 172629 1726889022.48895: variable 'omit' from source: magic vars 172629 1726889022.48940: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889022.48981: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889022.49002: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889022.49018: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889022.49031: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889022.49063: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889022.49067: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.49072: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.49174: Set connection var ansible_timeout to 10 172629 1726889022.49179: Set connection var ansible_shell_type to sh 172629 1726889022.49187: Set connection var ansible_pipelining to False 172629 1726889022.49192: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889022.49198: Set connection var ansible_shell_executable to /bin/sh 172629 1726889022.49200: Set connection var ansible_connection to ssh 172629 1726889022.49223: variable 'ansible_shell_executable' from source: unknown 172629 1726889022.49226: variable 'ansible_connection' from source: unknown 172629 1726889022.49228: variable 'ansible_module_compression' from source: unknown 172629 1726889022.49230: variable 'ansible_shell_type' from source: unknown 172629 1726889022.49233: variable 'ansible_shell_executable' from source: unknown 172629 1726889022.49238: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.49242: variable 'ansible_pipelining' from source: unknown 172629 1726889022.49244: variable 'ansible_timeout' from source: unknown 172629 1726889022.49249: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.49660: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889022.49664: variable 'omit' from source: magic vars 172629 1726889022.49665: starting attempt loop 172629 1726889022.49668: running the handler 172629 1726889022.49670: handler run complete 172629 1726889022.49672: attempt loop complete, returning result 172629 1726889022.49673: _execute() done 172629 1726889022.49675: dumping result to json 172629 1726889022.49677: done dumping result, returning 172629 1726889022.49679: 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-d0a8-add8-000000002a3e] 172629 1726889022.49680: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002a3e 172629 1726889022.49739: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002a3e 172629 1726889022.49742: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 172629 1726889022.49806: no more pending results, returning what we have 172629 1726889022.49809: results queue empty 172629 1726889022.49810: checking for any_errors_fatal 172629 1726889022.49816: done checking for any_errors_fatal 172629 1726889022.49817: checking for max_fail_percentage 172629 1726889022.49818: done checking for max_fail_percentage 172629 1726889022.49819: checking to see if all hosts have failed and the running result is not ok 172629 1726889022.49820: done checking to see if all hosts have failed 172629 1726889022.49821: getting the remaining hosts for this loop 172629 1726889022.49822: done getting the remaining hosts for this loop 172629 1726889022.49825: getting the next task for host managed_node1 172629 1726889022.49831: done getting next task for host managed_node1 172629 1726889022.49834: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 172629 1726889022.49837: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889022.49846: getting variables 172629 1726889022.49848: in VariableManager get_vars() 172629 1726889022.49883: Calling all_inventory to load vars for managed_node1 172629 1726889022.49885: Calling groups_inventory to load vars for managed_node1 172629 1726889022.49888: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889022.49895: Calling all_plugins_play to load vars for managed_node1 172629 1726889022.49898: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889022.49901: Calling groups_plugins_play to load vars for managed_node1 172629 1726889022.50411: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889022.51014: done with get_vars() 172629 1726889022.51028: 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 23:23:42 -0400 (0:00:00.044) 0:02:02.791 ****** 172629 1726889022.51117: entering _queue_task() for managed_node1/include_tasks 172629 1726889022.51391: worker is 1 (out of 1 available) 172629 1726889022.51403: exiting _queue_task() for managed_node1/include_tasks 172629 1726889022.51415: done queuing things up, now waiting for results queue to drain 172629 1726889022.51416: waiting for pending results... 172629 1726889022.51714: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 172629 1726889022.51851: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002a3f 172629 1726889022.51877: variable 'ansible_search_path' from source: unknown 172629 1726889022.51887: variable 'ansible_search_path' from source: unknown 172629 1726889022.51924: calling self._execute() 172629 1726889022.52040: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.52051: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.52067: variable 'omit' from source: magic vars 172629 1726889022.52369: variable 'storage_provider' from source: role '' defaults 172629 1726889022.52385: _execute() done 172629 1726889022.52393: dumping result to json 172629 1726889022.52400: done dumping result, returning 172629 1726889022.52411: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-d0a8-add8-000000002a3f] 172629 1726889022.52426: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002a3f 172629 1726889022.52605: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002a3f 172629 1726889022.52608: WORKER PROCESS EXITING 172629 1726889022.52689: no more pending results, returning what we have 172629 1726889022.52694: in VariableManager get_vars() 172629 1726889022.52741: Calling all_inventory to load vars for managed_node1 172629 1726889022.52744: Calling groups_inventory to load vars for managed_node1 172629 1726889022.52746: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889022.52760: Calling all_plugins_play to load vars for managed_node1 172629 1726889022.52764: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889022.52770: Calling groups_plugins_play to load vars for managed_node1 172629 1726889022.53724: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889022.54305: done with get_vars() 172629 1726889022.54315: variable 'ansible_search_path' from source: unknown 172629 1726889022.54316: variable 'ansible_search_path' from source: unknown 172629 1726889022.54348: we have included files to process 172629 1726889022.54349: generating all_blocks data 172629 1726889022.54351: done generating all_blocks data 172629 1726889022.54358: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726889022.54359: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726889022.54362: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 172629 1726889022.55180: in VariableManager get_vars() 172629 1726889022.55206: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726889022.56880: done processing included file 172629 1726889022.56883: iterating over new_blocks loaded from include file 172629 1726889022.56884: in VariableManager get_vars() 172629 1726889022.56902: done with get_vars() 172629 1726889022.56904: filtering new block on tags 172629 1726889022.56940: done filtering new block on tags 172629 1726889022.56943: in VariableManager get_vars() 172629 1726889022.56964: done with get_vars() 172629 1726889022.56966: filtering new block on tags 172629 1726889022.56997: done filtering new block on tags 172629 1726889022.56999: in VariableManager get_vars() 172629 1726889022.57017: done with get_vars() 172629 1726889022.57018: filtering new block on tags 172629 1726889022.57054: done filtering new block on tags 172629 1726889022.57058: 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 172629 1726889022.57063: extending task lists for all hosts with included blocks 172629 1726889022.57540: done extending task lists 172629 1726889022.57542: done processing included files 172629 1726889022.57543: results queue empty 172629 1726889022.57543: checking for any_errors_fatal 172629 1726889022.57547: done checking for any_errors_fatal 172629 1726889022.57547: checking for max_fail_percentage 172629 1726889022.57549: done checking for max_fail_percentage 172629 1726889022.57549: checking to see if all hosts have failed and the running result is not ok 172629 1726889022.57550: done checking to see if all hosts have failed 172629 1726889022.57551: getting the remaining hosts for this loop 172629 1726889022.57552: done getting the remaining hosts for this loop 172629 1726889022.57554: getting the next task for host managed_node1 172629 1726889022.57559: done getting next task for host managed_node1 172629 1726889022.57562: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 172629 1726889022.57565: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889022.57575: getting variables 172629 1726889022.57576: in VariableManager get_vars() 172629 1726889022.57587: Calling all_inventory to load vars for managed_node1 172629 1726889022.57589: Calling groups_inventory to load vars for managed_node1 172629 1726889022.57591: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889022.57596: Calling all_plugins_play to load vars for managed_node1 172629 1726889022.57598: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889022.57601: Calling groups_plugins_play to load vars for managed_node1 172629 1726889022.58005: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889022.58564: done with get_vars() 172629 1726889022.58579: done getting variables 172629 1726889022.58615: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:42 -0400 (0:00:00.075) 0:02:02.866 ****** 172629 1726889022.58644: entering _queue_task() for managed_node1/package 172629 1726889022.59089: worker is 1 (out of 1 available) 172629 1726889022.59098: exiting _queue_task() for managed_node1/package 172629 1726889022.59109: done queuing things up, now waiting for results queue to drain 172629 1726889022.59110: waiting for pending results... 172629 1726889022.59272: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 172629 1726889022.59772: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c72 172629 1726889022.59776: variable 'ansible_search_path' from source: unknown 172629 1726889022.59778: variable 'ansible_search_path' from source: unknown 172629 1726889022.59781: calling self._execute() 172629 1726889022.59937: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.59988: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.59991: variable 'omit' from source: magic vars 172629 1726889022.60795: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889022.61427: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889022.61661: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889022.61664: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889022.61692: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889022.61837: 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) 172629 1726889022.62056: 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) 172629 1726889022.62061: 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) 172629 1726889022.62063: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 172629 1726889022.62413: variable 'storage_skip_checks' from source: set_fact 172629 1726889022.62444: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 172629 1726889022.62452: when evaluation is False, skipping this task 172629 1726889022.62493: _execute() done 172629 1726889022.62502: dumping result to json 172629 1726889022.62510: done dumping result, returning 172629 1726889022.62521: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-d0a8-add8-000000002c72] 172629 1726889022.62532: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c72 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" } 172629 1726889022.62699: no more pending results, returning what we have 172629 1726889022.62702: results queue empty 172629 1726889022.62703: checking for any_errors_fatal 172629 1726889022.62705: done checking for any_errors_fatal 172629 1726889022.62706: checking for max_fail_percentage 172629 1726889022.62707: done checking for max_fail_percentage 172629 1726889022.62708: checking to see if all hosts have failed and the running result is not ok 172629 1726889022.62709: done checking to see if all hosts have failed 172629 1726889022.62710: getting the remaining hosts for this loop 172629 1726889022.62712: done getting the remaining hosts for this loop 172629 1726889022.62715: getting the next task for host managed_node1 172629 1726889022.62722: done getting next task for host managed_node1 172629 1726889022.62726: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 172629 1726889022.62729: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889022.62754: getting variables 172629 1726889022.62757: in VariableManager get_vars() 172629 1726889022.62798: Calling all_inventory to load vars for managed_node1 172629 1726889022.62801: Calling groups_inventory to load vars for managed_node1 172629 1726889022.62803: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889022.62814: Calling all_plugins_play to load vars for managed_node1 172629 1726889022.62817: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889022.62819: Calling groups_plugins_play to load vars for managed_node1 172629 1726889022.63843: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c72 172629 1726889022.63847: WORKER PROCESS EXITING 172629 1726889022.64401: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889022.65604: done with get_vars() 172629 1726889022.65618: done getting variables 172629 1726889022.65879: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:23:42 -0400 (0:00:00.072) 0:02:02.939 ****** 172629 1726889022.65911: entering _queue_task() for managed_node1/debug 172629 1726889022.66536: worker is 1 (out of 1 available) 172629 1726889022.66550: exiting _queue_task() for managed_node1/debug 172629 1726889022.66666: done queuing things up, now waiting for results queue to drain 172629 1726889022.66668: waiting for pending results... 172629 1726889022.67118: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools 172629 1726889022.67385: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c73 172629 1726889022.67400: variable 'ansible_search_path' from source: unknown 172629 1726889022.67403: variable 'ansible_search_path' from source: unknown 172629 1726889022.67441: calling self._execute() 172629 1726889022.67849: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.67857: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.67870: variable 'omit' from source: magic vars 172629 1726889022.68105: variable 'omit' from source: magic vars 172629 1726889022.68376: variable 'omit' from source: magic vars 172629 1726889022.68415: variable 'omit' from source: magic vars 172629 1726889022.68603: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889022.68641: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889022.68668: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889022.68685: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889022.68700: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889022.68792: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889022.68797: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.68800: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.68979: Set connection var ansible_timeout to 10 172629 1726889022.68983: Set connection var ansible_shell_type to sh 172629 1726889022.68985: Set connection var ansible_pipelining to False 172629 1726889022.68987: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889022.69163: Set connection var ansible_shell_executable to /bin/sh 172629 1726889022.69166: Set connection var ansible_connection to ssh 172629 1726889022.69169: variable 'ansible_shell_executable' from source: unknown 172629 1726889022.69171: variable 'ansible_connection' from source: unknown 172629 1726889022.69173: variable 'ansible_module_compression' from source: unknown 172629 1726889022.69175: variable 'ansible_shell_type' from source: unknown 172629 1726889022.69177: variable 'ansible_shell_executable' from source: unknown 172629 1726889022.69179: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.69181: variable 'ansible_pipelining' from source: unknown 172629 1726889022.69183: variable 'ansible_timeout' from source: unknown 172629 1726889022.69184: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.69366: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889022.69560: variable 'omit' from source: magic vars 172629 1726889022.69564: starting attempt loop 172629 1726889022.69566: running the handler 172629 1726889022.70026: handler run complete 172629 1726889022.70054: attempt loop complete, returning result 172629 1726889022.70059: _execute() done 172629 1726889022.70062: dumping result to json 172629 1726889022.70065: done dumping result, returning 172629 1726889022.70075: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-d0a8-add8-000000002c73] 172629 1726889022.70080: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c73 172629 1726889022.70400: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c73 172629 1726889022.70403: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } 172629 1726889022.70480: no more pending results, returning what we have 172629 1726889022.70484: results queue empty 172629 1726889022.70485: checking for any_errors_fatal 172629 1726889022.70494: done checking for any_errors_fatal 172629 1726889022.70495: checking for max_fail_percentage 172629 1726889022.70497: done checking for max_fail_percentage 172629 1726889022.70498: checking to see if all hosts have failed and the running result is not ok 172629 1726889022.70499: done checking to see if all hosts have failed 172629 1726889022.70499: getting the remaining hosts for this loop 172629 1726889022.70501: done getting the remaining hosts for this loop 172629 1726889022.70504: getting the next task for host managed_node1 172629 1726889022.70512: done getting next task for host managed_node1 172629 1726889022.70516: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 172629 1726889022.70520: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889022.70534: getting variables 172629 1726889022.70536: in VariableManager get_vars() 172629 1726889022.70581: Calling all_inventory to load vars for managed_node1 172629 1726889022.70584: Calling groups_inventory to load vars for managed_node1 172629 1726889022.70586: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889022.70596: Calling all_plugins_play to load vars for managed_node1 172629 1726889022.70599: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889022.70601: Calling groups_plugins_play to load vars for managed_node1 172629 1726889022.71756: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889022.72984: done with get_vars() 172629 1726889022.72999: done getting variables 172629 1726889022.73053: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:23:42 -0400 (0:00:00.073) 0:02:03.012 ****** 172629 1726889022.73289: entering _queue_task() for managed_node1/debug 172629 1726889022.73786: worker is 1 (out of 1 available) 172629 1726889022.73799: exiting _queue_task() for managed_node1/debug 172629 1726889022.73810: done queuing things up, now waiting for results queue to drain 172629 1726889022.73811: waiting for pending results... 172629 1726889022.74472: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes 172629 1726889022.74860: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c74 172629 1726889022.74865: variable 'ansible_search_path' from source: unknown 172629 1726889022.74868: variable 'ansible_search_path' from source: unknown 172629 1726889022.74871: calling self._execute() 172629 1726889022.74874: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.74877: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.75071: variable 'omit' from source: magic vars 172629 1726889022.75183: variable 'omit' from source: magic vars 172629 1726889022.75423: variable 'omit' from source: magic vars 172629 1726889022.75464: variable 'omit' from source: magic vars 172629 1726889022.75509: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889022.75861: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889022.75864: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889022.75866: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889022.75868: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889022.76060: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889022.76063: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.76066: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.76068: Set connection var ansible_timeout to 10 172629 1726889022.76071: Set connection var ansible_shell_type to sh 172629 1726889022.76073: Set connection var ansible_pipelining to False 172629 1726889022.76075: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889022.76077: Set connection var ansible_shell_executable to /bin/sh 172629 1726889022.76079: Set connection var ansible_connection to ssh 172629 1726889022.76081: variable 'ansible_shell_executable' from source: unknown 172629 1726889022.76083: variable 'ansible_connection' from source: unknown 172629 1726889022.76085: variable 'ansible_module_compression' from source: unknown 172629 1726889022.76087: variable 'ansible_shell_type' from source: unknown 172629 1726889022.76089: variable 'ansible_shell_executable' from source: unknown 172629 1726889022.76091: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.76267: variable 'ansible_pipelining' from source: unknown 172629 1726889022.76276: variable 'ansible_timeout' from source: unknown 172629 1726889022.76285: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.76431: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889022.76862: variable 'omit' from source: magic vars 172629 1726889022.76865: starting attempt loop 172629 1726889022.76868: running the handler 172629 1726889022.76870: variable 'storage_volumes' from source: include params 172629 1726889022.77074: variable 'storage_volumes' from source: include params 172629 1726889022.77153: variable '__swap_disk' from source: set_fact 172629 1726889022.77208: variable 'mount_location' from source: play vars 172629 1726889022.77281: variable 'mount_location' from source: play vars 172629 1726889022.77344: variable '__non_swap_disk' from source: set_fact 172629 1726889022.77416: handler run complete 172629 1726889022.77436: attempt loop complete, returning result 172629 1726889022.77439: _execute() done 172629 1726889022.77442: dumping result to json 172629 1726889022.77444: done dumping result, returning 172629 1726889022.77453: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-d0a8-add8-000000002c74] 172629 1726889022.77666: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c74 172629 1726889022.77768: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c74 172629 1726889022.77771: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_volumes": [ { "disks": [ "sda" ], "mount_point": "/opt/test", "name": "test1", "state": "absent", "type": "disk" }, { "disks": [ "sdb" ], "mount_point": "none", "name": "test2", "state": "absent", "type": "disk" } ] } 172629 1726889022.77872: no more pending results, returning what we have 172629 1726889022.77876: results queue empty 172629 1726889022.77877: checking for any_errors_fatal 172629 1726889022.77886: done checking for any_errors_fatal 172629 1726889022.77887: checking for max_fail_percentage 172629 1726889022.77889: done checking for max_fail_percentage 172629 1726889022.77890: checking to see if all hosts have failed and the running result is not ok 172629 1726889022.77890: done checking to see if all hosts have failed 172629 1726889022.77891: getting the remaining hosts for this loop 172629 1726889022.77893: done getting the remaining hosts for this loop 172629 1726889022.77896: getting the next task for host managed_node1 172629 1726889022.77902: done getting next task for host managed_node1 172629 1726889022.77906: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 172629 1726889022.77910: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889022.77922: getting variables 172629 1726889022.77923: in VariableManager get_vars() 172629 1726889022.78076: Calling all_inventory to load vars for managed_node1 172629 1726889022.78079: Calling groups_inventory to load vars for managed_node1 172629 1726889022.78081: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889022.78091: Calling all_plugins_play to load vars for managed_node1 172629 1726889022.78094: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889022.78096: Calling groups_plugins_play to load vars for managed_node1 172629 1726889022.79133: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889022.80461: done with get_vars() 172629 1726889022.80476: 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 23:23:42 -0400 (0:00:00.073) 0:02:03.086 ****** 172629 1726889022.80684: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726889022.81315: worker is 1 (out of 1 available) 172629 1726889022.81330: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726889022.81344: done queuing things up, now waiting for results queue to drain 172629 1726889022.81347: waiting for pending results... 172629 1726889022.81860: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages 172629 1726889022.82144: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c75 172629 1726889022.82223: variable 'ansible_search_path' from source: unknown 172629 1726889022.82429: variable 'ansible_search_path' from source: unknown 172629 1726889022.82432: calling self._execute() 172629 1726889022.82578: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.82590: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.82603: variable 'omit' from source: magic vars 172629 1726889022.83430: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889022.84091: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889022.84141: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889022.84299: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889022.84347: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889022.84480: 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) 172629 1726889022.84622: 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) 172629 1726889022.84659: 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) 172629 1726889022.84811: 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) 172629 1726889022.85486: variable 'storage_skip_checks' from source: set_fact 172629 1726889022.85489: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726889022.85492: when evaluation is False, skipping this task 172629 1726889022.85494: _execute() done 172629 1726889022.85496: dumping result to json 172629 1726889022.85498: done dumping result, returning 172629 1726889022.85501: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-d0a8-add8-000000002c75] 172629 1726889022.85504: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c75 172629 1726889022.85589: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c75 172629 1726889022.85593: 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" } 172629 1726889022.85650: no more pending results, returning what we have 172629 1726889022.85654: results queue empty 172629 1726889022.85658: checking for any_errors_fatal 172629 1726889022.85670: done checking for any_errors_fatal 172629 1726889022.85671: checking for max_fail_percentage 172629 1726889022.85673: done checking for max_fail_percentage 172629 1726889022.85674: checking to see if all hosts have failed and the running result is not ok 172629 1726889022.85675: done checking to see if all hosts have failed 172629 1726889022.85676: getting the remaining hosts for this loop 172629 1726889022.85678: done getting the remaining hosts for this loop 172629 1726889022.85682: getting the next task for host managed_node1 172629 1726889022.85690: done getting next task for host managed_node1 172629 1726889022.85694: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 172629 1726889022.85698: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889022.85725: getting variables 172629 1726889022.85726: in VariableManager get_vars() 172629 1726889022.85773: Calling all_inventory to load vars for managed_node1 172629 1726889022.85776: Calling groups_inventory to load vars for managed_node1 172629 1726889022.85778: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889022.85790: Calling all_plugins_play to load vars for managed_node1 172629 1726889022.85793: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889022.85796: Calling groups_plugins_play to load vars for managed_node1 172629 1726889022.87539: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889022.88716: done with get_vars() 172629 1726889022.88730: 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 23:23:42 -0400 (0:00:00.081) 0:02:03.168 ****** 172629 1726889022.88823: entering _queue_task() for managed_node1/include_tasks 172629 1726889022.89550: worker is 1 (out of 1 available) 172629 1726889022.89566: exiting _queue_task() for managed_node1/include_tasks 172629 1726889022.89582: done queuing things up, now waiting for results queue to drain 172629 1726889022.89583: waiting for pending results... 172629 1726889022.90674: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 172629 1726889022.91062: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c76 172629 1726889022.91066: variable 'ansible_search_path' from source: unknown 172629 1726889022.91070: variable 'ansible_search_path' from source: unknown 172629 1726889022.91072: calling self._execute() 172629 1726889022.91460: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.91464: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.91466: variable 'omit' from source: magic vars 172629 1726889022.92091: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889022.92860: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889022.92864: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889022.92866: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889022.92895: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889022.92986: 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) 172629 1726889022.93187: 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) 172629 1726889022.93217: 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) 172629 1726889022.93247: 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) 172629 1726889022.93408: variable 'storage_skip_checks' from source: set_fact 172629 1726889022.93686: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726889022.93694: when evaluation is False, skipping this task 172629 1726889022.93702: _execute() done 172629 1726889022.93710: dumping result to json 172629 1726889022.93718: done dumping result, returning 172629 1726889022.93728: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-d0a8-add8-000000002c76] 172629 1726889022.93738: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c76 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" } 172629 1726889022.93897: no more pending results, returning what we have 172629 1726889022.93901: results queue empty 172629 1726889022.93902: checking for any_errors_fatal 172629 1726889022.93916: done checking for any_errors_fatal 172629 1726889022.93917: checking for max_fail_percentage 172629 1726889022.93918: done checking for max_fail_percentage 172629 1726889022.93919: checking to see if all hosts have failed and the running result is not ok 172629 1726889022.93920: done checking to see if all hosts have failed 172629 1726889022.93920: getting the remaining hosts for this loop 172629 1726889022.93922: done getting the remaining hosts for this loop 172629 1726889022.93926: getting the next task for host managed_node1 172629 1726889022.93932: done getting next task for host managed_node1 172629 1726889022.93935: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 172629 1726889022.93939: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889022.93966: getting variables 172629 1726889022.93968: in VariableManager get_vars() 172629 1726889022.94008: Calling all_inventory to load vars for managed_node1 172629 1726889022.94010: Calling groups_inventory to load vars for managed_node1 172629 1726889022.94013: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889022.94025: Calling all_plugins_play to load vars for managed_node1 172629 1726889022.94029: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889022.94033: Calling groups_plugins_play to load vars for managed_node1 172629 1726889022.94696: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c76 172629 1726889022.94700: WORKER PROCESS EXITING 172629 1726889022.95381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889022.96621: done with get_vars() 172629 1726889022.96638: done getting variables 172629 1726889022.96899: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:42 -0400 (0:00:00.081) 0:02:03.249 ****** 172629 1726889022.96933: entering _queue_task() for managed_node1/package 172629 1726889022.97495: worker is 1 (out of 1 available) 172629 1726889022.97509: exiting _queue_task() for managed_node1/package 172629 1726889022.97523: done queuing things up, now waiting for results queue to drain 172629 1726889022.97525: waiting for pending results... 172629 1726889022.97975: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 172629 1726889022.98263: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c77 172629 1726889022.98288: variable 'ansible_search_path' from source: unknown 172629 1726889022.98319: variable 'ansible_search_path' from source: unknown 172629 1726889022.98367: calling self._execute() 172629 1726889022.98622: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889022.98864: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889022.98868: variable 'omit' from source: magic vars 172629 1726889022.99701: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889023.00457: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889023.00608: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889023.00897: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889023.01060: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889023.01064: 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) 172629 1726889023.01067: 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) 172629 1726889023.01091: 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) 172629 1726889023.01121: 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) 172629 1726889023.01481: variable 'storage_skip_checks' from source: set_fact 172629 1726889023.01513: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 172629 1726889023.01860: when evaluation is False, skipping this task 172629 1726889023.01863: _execute() done 172629 1726889023.01866: dumping result to json 172629 1726889023.01868: done dumping result, returning 172629 1726889023.01871: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-d0a8-add8-000000002c77] 172629 1726889023.01873: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c77 172629 1726889023.01946: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c77 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" } 172629 1726889023.01995: no more pending results, returning what we have 172629 1726889023.01999: results queue empty 172629 1726889023.02000: checking for any_errors_fatal 172629 1726889023.02010: done checking for any_errors_fatal 172629 1726889023.02011: checking for max_fail_percentage 172629 1726889023.02013: done checking for max_fail_percentage 172629 1726889023.02014: checking to see if all hosts have failed and the running result is not ok 172629 1726889023.02015: done checking to see if all hosts have failed 172629 1726889023.02016: getting the remaining hosts for this loop 172629 1726889023.02017: done getting the remaining hosts for this loop 172629 1726889023.02021: getting the next task for host managed_node1 172629 1726889023.02029: done getting next task for host managed_node1 172629 1726889023.02034: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 172629 1726889023.02040: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889023.02068: getting variables 172629 1726889023.02071: in VariableManager get_vars() 172629 1726889023.02110: Calling all_inventory to load vars for managed_node1 172629 1726889023.02113: Calling groups_inventory to load vars for managed_node1 172629 1726889023.02115: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889023.02126: Calling all_plugins_play to load vars for managed_node1 172629 1726889023.02129: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889023.02133: Calling groups_plugins_play to load vars for managed_node1 172629 1726889023.03292: WORKER PROCESS EXITING 172629 1726889023.03694: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889023.04920: done with get_vars() 172629 1726889023.04936: 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 23:23:43 -0400 (0:00:00.080) 0:02:03.330 ****** 172629 1726889023.05034: entering _queue_task() for managed_node1/service_facts 172629 1726889023.05756: worker is 1 (out of 1 available) 172629 1726889023.05771: exiting _queue_task() for managed_node1/service_facts 172629 1726889023.05784: done queuing things up, now waiting for results queue to drain 172629 1726889023.05785: waiting for pending results... 172629 1726889023.06347: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts 172629 1726889023.06861: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c78 172629 1726889023.06865: variable 'ansible_search_path' from source: unknown 172629 1726889023.06868: variable 'ansible_search_path' from source: unknown 172629 1726889023.06872: calling self._execute() 172629 1726889023.06875: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889023.07261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889023.07266: variable 'omit' from source: magic vars 172629 1726889023.07934: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889023.08482: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889023.08596: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889023.08796: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889023.08840: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889023.09047: 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) 172629 1726889023.09099: 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) 172629 1726889023.09137: 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) 172629 1726889023.09252: 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) 172629 1726889023.09560: variable 'storage_skip_checks' from source: set_fact 172629 1726889023.09788: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 172629 1726889023.09796: when evaluation is False, skipping this task 172629 1726889023.09803: _execute() done 172629 1726889023.09810: dumping result to json 172629 1726889023.09817: done dumping result, returning 172629 1726889023.09827: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-d0a8-add8-000000002c78] 172629 1726889023.09836: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c78 172629 1726889023.09941: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c78 172629 1726889023.09947: 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" } 172629 1726889023.10018: no more pending results, returning what we have 172629 1726889023.10022: results queue empty 172629 1726889023.10023: checking for any_errors_fatal 172629 1726889023.10032: done checking for any_errors_fatal 172629 1726889023.10032: checking for max_fail_percentage 172629 1726889023.10034: done checking for max_fail_percentage 172629 1726889023.10035: checking to see if all hosts have failed and the running result is not ok 172629 1726889023.10036: done checking to see if all hosts have failed 172629 1726889023.10036: getting the remaining hosts for this loop 172629 1726889023.10038: done getting the remaining hosts for this loop 172629 1726889023.10041: getting the next task for host managed_node1 172629 1726889023.10048: done getting next task for host managed_node1 172629 1726889023.10052: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 172629 1726889023.10058: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889023.10083: getting variables 172629 1726889023.10085: in VariableManager get_vars() 172629 1726889023.10129: Calling all_inventory to load vars for managed_node1 172629 1726889023.10132: Calling groups_inventory to load vars for managed_node1 172629 1726889023.10134: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889023.10145: Calling all_plugins_play to load vars for managed_node1 172629 1726889023.10150: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889023.10154: Calling groups_plugins_play to load vars for managed_node1 172629 1726889023.11201: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889023.12410: done with get_vars() 172629 1726889023.12428: done getting variables 172629 1726889023.12694: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:43 -0400 (0:00:00.076) 0:02:03.407 ****** 172629 1726889023.12727: entering _queue_task() for managed_node1/set_fact 172629 1726889023.13151: worker is 1 (out of 1 available) 172629 1726889023.13465: exiting _queue_task() for managed_node1/set_fact 172629 1726889023.13477: done queuing things up, now waiting for results queue to drain 172629 1726889023.13478: waiting for pending results... 172629 1726889023.13729: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 172629 1726889023.14051: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c79 172629 1726889023.14064: variable 'ansible_search_path' from source: unknown 172629 1726889023.14068: variable 'ansible_search_path' from source: unknown 172629 1726889023.14102: calling self._execute() 172629 1726889023.14329: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889023.14336: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889023.14351: variable 'omit' from source: magic vars 172629 1726889023.14579: variable 'omit' from source: magic vars 172629 1726889023.14864: variable 'omit' from source: magic vars 172629 1726889023.15527: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889023.19185: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889023.19189: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889023.19192: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889023.19194: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889023.19196: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889023.19260: 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) 172629 1726889023.19286: 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) 172629 1726889023.19310: 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) 172629 1726889023.19360: 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) 172629 1726889023.19375: 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) 172629 1726889023.19418: 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) 172629 1726889023.19441: 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) 172629 1726889023.19476: 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) 172629 1726889023.19514: 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) 172629 1726889023.19528: 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) 172629 1726889023.19595: 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) 172629 1726889023.19618: 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) 172629 1726889023.19642: 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) 172629 1726889023.19686: 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) 172629 1726889023.19700: 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) 172629 1726889023.19960: 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) 172629 1726889023.19964: 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) 172629 1726889023.19966: 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) 172629 1726889023.19968: 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) 172629 1726889023.19970: 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) 172629 1726889023.19972: 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) 172629 1726889023.19975: 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) 172629 1726889023.19977: 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) 172629 1726889023.19985: 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) 172629 1726889023.19998: 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) 172629 1726889023.20381: variable 'ansible_facts' from source: unknown 172629 1726889023.20614: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889023.20789: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889023.20824: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889023.20858: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889023.20891: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889023.20931: 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) 172629 1726889023.20952: 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) 172629 1726889023.20978: 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) 172629 1726889023.21010: 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) 172629 1726889023.21599: variable 'omit' from source: magic vars 172629 1726889023.21626: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889023.21665: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889023.21683: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889023.21699: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889023.21710: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889023.21739: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889023.21742: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889023.21762: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889023.21852: Set connection var ansible_timeout to 10 172629 1726889023.22061: Set connection var ansible_shell_type to sh 172629 1726889023.22064: Set connection var ansible_pipelining to False 172629 1726889023.22066: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889023.22069: Set connection var ansible_shell_executable to /bin/sh 172629 1726889023.22071: Set connection var ansible_connection to ssh 172629 1726889023.22072: variable 'ansible_shell_executable' from source: unknown 172629 1726889023.22074: variable 'ansible_connection' from source: unknown 172629 1726889023.22077: variable 'ansible_module_compression' from source: unknown 172629 1726889023.22080: variable 'ansible_shell_type' from source: unknown 172629 1726889023.22082: variable 'ansible_shell_executable' from source: unknown 172629 1726889023.22085: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889023.22087: variable 'ansible_pipelining' from source: unknown 172629 1726889023.22090: variable 'ansible_timeout' from source: unknown 172629 1726889023.22092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889023.22177: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889023.22181: variable 'omit' from source: magic vars 172629 1726889023.22183: starting attempt loop 172629 1726889023.22185: running the handler 172629 1726889023.22187: handler run complete 172629 1726889023.22189: attempt loop complete, returning result 172629 1726889023.22191: _execute() done 172629 1726889023.22194: dumping result to json 172629 1726889023.22195: done dumping result, returning 172629 1726889023.22197: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-d0a8-add8-000000002c79] 172629 1726889023.22199: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c79 172629 1726889023.22272: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c79 172629 1726889023.22275: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 172629 1726889023.22530: no more pending results, returning what we have 172629 1726889023.22533: results queue empty 172629 1726889023.22534: checking for any_errors_fatal 172629 1726889023.22545: done checking for any_errors_fatal 172629 1726889023.22546: checking for max_fail_percentage 172629 1726889023.22548: done checking for max_fail_percentage 172629 1726889023.22549: checking to see if all hosts have failed and the running result is not ok 172629 1726889023.22550: done checking to see if all hosts have failed 172629 1726889023.22550: getting the remaining hosts for this loop 172629 1726889023.22553: done getting the remaining hosts for this loop 172629 1726889023.22558: getting the next task for host managed_node1 172629 1726889023.22567: done getting next task for host managed_node1 172629 1726889023.22571: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 172629 1726889023.22574: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889023.22585: getting variables 172629 1726889023.22587: in VariableManager get_vars() 172629 1726889023.22625: Calling all_inventory to load vars for managed_node1 172629 1726889023.22628: Calling groups_inventory to load vars for managed_node1 172629 1726889023.22630: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889023.22640: Calling all_plugins_play to load vars for managed_node1 172629 1726889023.22643: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889023.22646: Calling groups_plugins_play to load vars for managed_node1 172629 1726889023.23980: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889023.25076: done with get_vars() 172629 1726889023.25094: 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 23:23:43 -0400 (0:00:00.126) 0:02:03.533 ****** 172629 1726889023.25390: entering _queue_task() for managed_node1/systemd 172629 1726889023.26101: worker is 1 (out of 1 available) 172629 1726889023.26114: exiting _queue_task() for managed_node1/systemd 172629 1726889023.26127: done queuing things up, now waiting for results queue to drain 172629 1726889023.26129: waiting for pending results... 172629 1726889023.26608: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 172629 1726889023.27161: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c7b 172629 1726889023.27166: variable 'ansible_search_path' from source: unknown 172629 1726889023.27169: variable 'ansible_search_path' from source: unknown 172629 1726889023.27176: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726889023.27503: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726889023.27671: dumping result to json 172629 1726889023.27680: done dumping result, returning 172629 1726889023.27691: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-d0a8-add8-000000002c7b] 172629 1726889023.27702: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c7b 172629 1726889023.28021: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c7b 172629 1726889023.28026: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726889023.28082: no more pending results, returning what we have 172629 1726889023.28085: results queue empty 172629 1726889023.28086: checking for any_errors_fatal 172629 1726889023.28096: done checking for any_errors_fatal 172629 1726889023.28096: checking for max_fail_percentage 172629 1726889023.28098: done checking for max_fail_percentage 172629 1726889023.28099: checking to see if all hosts have failed and the running result is not ok 172629 1726889023.28100: done checking to see if all hosts have failed 172629 1726889023.28100: getting the remaining hosts for this loop 172629 1726889023.28103: done getting the remaining hosts for this loop 172629 1726889023.28106: getting the next task for host managed_node1 172629 1726889023.28113: done getting next task for host managed_node1 172629 1726889023.28118: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 172629 1726889023.28122: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889023.28149: getting variables 172629 1726889023.28151: in VariableManager get_vars() 172629 1726889023.28205: Calling all_inventory to load vars for managed_node1 172629 1726889023.28208: Calling groups_inventory to load vars for managed_node1 172629 1726889023.28211: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889023.28225: Calling all_plugins_play to load vars for managed_node1 172629 1726889023.28229: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889023.28232: Calling groups_plugins_play to load vars for managed_node1 172629 1726889023.29339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889023.29942: done with get_vars() 172629 1726889023.29961: 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 23:23:43 -0400 (0:00:00.046) 0:02:03.580 ****** 172629 1726889023.30051: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726889023.30426: worker is 1 (out of 1 available) 172629 1726889023.30439: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 172629 1726889023.30453: done queuing things up, now waiting for results queue to drain 172629 1726889023.30454: waiting for pending results... 172629 1726889023.30875: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 172629 1726889023.30961: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c7c 172629 1726889023.30965: variable 'ansible_search_path' from source: unknown 172629 1726889023.30968: variable 'ansible_search_path' from source: unknown 172629 1726889023.30971: calling self._execute() 172629 1726889023.31206: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889023.31210: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889023.31212: variable 'omit' from source: magic vars 172629 1726889023.31262: variable 'omit' from source: magic vars 172629 1726889023.31315: variable 'omit' from source: magic vars 172629 1726889023.31660: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889023.35640: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889023.35719: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889023.35871: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889023.35905: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889023.35930: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889023.36123: 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) 172629 1726889023.36151: 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) 172629 1726889023.36361: 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) 172629 1726889023.36365: 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) 172629 1726889023.36368: 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) 172629 1726889023.36822: variable 'storage_volumes' from source: include params 172629 1726889023.36904: variable '__swap_disk' from source: set_fact 172629 1726889023.36935: variable 'mount_location' from source: play vars 172629 1726889023.37003: variable 'mount_location' from source: play vars 172629 1726889023.37385: variable '__non_swap_disk' from source: set_fact 172629 1726889023.37445: variable 'storage_use_partitions' from source: role '' defaults 172629 1726889023.37451: variable 'storage_disklabel_type' from source: role '' defaults 172629 1726889023.37458: variable 'storage_pool_defaults' from source: role '' defaults 172629 1726889023.37622: variable 'storage_pool_defaults' from source: role '' defaults 172629 1726889023.37960: variable 'storage_volume_defaults' from source: role '' defaults 172629 1726889023.37963: variable 'storage_volume_defaults' from source: role '' defaults 172629 1726889023.38059: variable 'storage_safe_mode' from source: play vars 172629 1726889023.38246: 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) 172629 1726889023.38272: 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) 172629 1726889023.38296: 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) 172629 1726889023.38333: 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) 172629 1726889023.38462: 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) 172629 1726889023.38528: variable 'omit' from source: magic vars 172629 1726889023.38549: variable 'omit' from source: magic vars 172629 1726889023.38692: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889023.38718: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889023.38736: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889023.38752: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889023.38866: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889023.38899: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889023.38902: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889023.38906: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889023.39117: Set connection var ansible_timeout to 10 172629 1726889023.39120: Set connection var ansible_shell_type to sh 172629 1726889023.39128: Set connection var ansible_pipelining to False 172629 1726889023.39133: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889023.39139: Set connection var ansible_shell_executable to /bin/sh 172629 1726889023.39142: Set connection var ansible_connection to ssh 172629 1726889023.39324: variable 'ansible_shell_executable' from source: unknown 172629 1726889023.39327: variable 'ansible_connection' from source: unknown 172629 1726889023.39330: variable 'ansible_module_compression' from source: unknown 172629 1726889023.39332: variable 'ansible_shell_type' from source: unknown 172629 1726889023.39335: variable 'ansible_shell_executable' from source: unknown 172629 1726889023.39337: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889023.39342: variable 'ansible_pipelining' from source: unknown 172629 1726889023.39344: variable 'ansible_timeout' from source: unknown 172629 1726889023.39349: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889023.39590: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889023.39600: variable 'omit' from source: magic vars 172629 1726889023.39610: starting attempt loop 172629 1726889023.39613: running the handler 172629 1726889023.39627: _low_level_execute_command(): starting 172629 1726889023.39634: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889023.41163: 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 <<< 172629 1726889023.41178: stderr 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 <<< 172629 1726889023.41182: 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 <<< 172629 1726889023.41185: stderr 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 <<< 172629 1726889023.41246: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889023.41270: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889023.41291: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889023.41402: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889023.43303: stdout chunk (state=3): >>>/root <<< 172629 1726889023.43306: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889023.43320: stderr chunk (state=3): >>><<< 172629 1726889023.43323: stdout chunk (state=3): >>><<< 172629 1726889023.43346: _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 172629 1726889023.43462: _low_level_execute_command(): starting 172629 1726889023.43466: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889023.4334965-177167-229601616932766 `" && echo ansible-tmp-1726889023.4334965-177167-229601616932766="` echo /root/.ansible/tmp/ansible-tmp-1726889023.4334965-177167-229601616932766 `" ) && sleep 0' 172629 1726889023.44680: 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 <<< 172629 1726889023.44794: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889023.44798: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889023.44800: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889023.44989: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889023.46962: stdout chunk (state=3): >>>ansible-tmp-1726889023.4334965-177167-229601616932766=/root/.ansible/tmp/ansible-tmp-1726889023.4334965-177167-229601616932766 <<< 172629 1726889023.47229: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889023.47233: stdout chunk (state=3): >>><<< 172629 1726889023.47241: stderr chunk (state=3): >>><<< 172629 1726889023.47263: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889023.4334965-177167-229601616932766=/root/.ansible/tmp/ansible-tmp-1726889023.4334965-177167-229601616932766 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889023.47315: variable 'ansible_module_compression' from source: unknown 172629 1726889023.47378: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 172629 1726889023.47421: variable 'ansible_facts' from source: unknown 172629 1726889023.47931: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889023.4334965-177167-229601616932766/AnsiballZ_blivet.py 172629 1726889023.48390: Sending initial data 172629 1726889023.48393: Sent initial data (157 bytes) 172629 1726889023.49336: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889023.49342: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889023.49552: 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' <<< 172629 1726889023.49672: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889023.49699: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889023.51276: 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 <<< 172629 1726889023.51439: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889023.51494: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp4tuu1jm7 /root/.ansible/tmp/ansible-tmp-1726889023.4334965-177167-229601616932766/AnsiballZ_blivet.py <<< 172629 1726889023.51497: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889023.4334965-177167-229601616932766/AnsiballZ_blivet.py" <<< 172629 1726889023.51533: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp4tuu1jm7" to remote "/root/.ansible/tmp/ansible-tmp-1726889023.4334965-177167-229601616932766/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889023.4334965-177167-229601616932766/AnsiballZ_blivet.py" <<< 172629 1726889023.53111: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889023.53126: stdout chunk (state=3): >>><<< 172629 1726889023.53138: stderr chunk (state=3): >>><<< 172629 1726889023.53360: done transferring module to remote 172629 1726889023.53365: _low_level_execute_command(): starting 172629 1726889023.53370: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889023.4334965-177167-229601616932766/ /root/.ansible/tmp/ansible-tmp-1726889023.4334965-177167-229601616932766/AnsiballZ_blivet.py && sleep 0' 172629 1726889023.54562: 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 <<< 172629 1726889023.54600: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889023.54616: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889023.54637: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889023.54826: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889023.56624: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889023.56642: stderr chunk (state=3): >>><<< 172629 1726889023.56823: stdout chunk (state=3): >>><<< 172629 1726889023.56832: _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 172629 1726889023.56835: _low_level_execute_command(): starting 172629 1726889023.56837: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889023.4334965-177167-229601616932766/AnsiballZ_blivet.py && sleep 0' 172629 1726889023.57941: 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 <<< 172629 1726889023.57944: stderr 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 <<< 172629 1726889023.57962: 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 <<< 172629 1726889023.58019: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889023.58022: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889023.58045: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889023.58159: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889023.60283: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889023.60328: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889023.60351: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889023.60466: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # <<< 172629 1726889023.60488: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889023.60509: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726889023.60595: 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' # <<< 172629 1726889023.60659: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889023.60704: 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 0x7fcbc47684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4737b30> <<< 172629 1726889023.60791: 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 0x7fcbc476aa50> <<< 172629 1726889023.60798: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889023.60862: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 172629 1726889023.60908: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889023.61178: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889023.61181: 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 0x7fcbc453d130> # /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 0x7fcbc453e120> <<< 172629 1726889023.61184: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889023.61195: 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. <<< 172629 1726889023.61439: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889023.61470: 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 <<< 172629 1726889023.61498: 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 <<< 172629 1726889023.61541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889023.61611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889023.61646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4583f50> # /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' <<< 172629 1726889023.61700: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc45900e0> <<< 172629 1726889023.62077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889023.62080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889023.62083: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889023.62086: 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 0x7fcbc45b3920> # /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 0x7fcbc45b3fb0> <<< 172629 1726889023.62142: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4593bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4591340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4581100> # /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 <<< 172629 1726889023.62168: 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' <<< 172629 1726889023.62194: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc45d7920> <<< 172629 1726889023.62257: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc45d6540> <<< 172629 1726889023.62262: 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 0x7fcbc4592360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc45d4d10> <<< 172629 1726889023.62308: 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 0x7fcbc4604950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4580380> <<< 172629 1726889023.62375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcbc4604e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4604cb0> <<< 172629 1726889023.62409: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889023.62440: 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 0x7fcbc46050a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4576ea0> <<< 172629 1726889023.62473: 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 <<< 172629 1726889023.62522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4605790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4605460> import 'importlib.machinery' # <<< 172629 1726889023.62606: 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 0x7fcbc4606660> import 'importlib.util' # <<< 172629 1726889023.62610: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726889023.62629: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889023.62708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889023.62730: 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 0x7fcbc4620890> <<< 172629 1726889023.62733: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889023.62808: 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 0x7fcbc4621fd0> <<< 172629 1726889023.62828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4622e70> <<< 172629 1726889023.62931: 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 0x7fcbc46234a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc46223c0> # /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' <<< 172629 1726889023.62958: 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 0x7fcbc4623e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4623590> <<< 172629 1726889023.63017: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc46066c0> <<< 172629 1726889023.63059: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889023.63095: 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' <<< 172629 1726889023.63183: 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 0x7fcbc435fd70> # /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' <<< 172629 1726889023.63478: 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 0x7fcbc43888c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4388620> # 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 0x7fcbc43888f0> # /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' <<< 172629 1726889023.63513: 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 0x7fcbc4389220> <<< 172629 1726889023.63661: 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 0x7fcbc4389be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4388ad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc435df10> # /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 0x7fcbc438af90> <<< 172629 1726889023.63664: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4389d30> <<< 172629 1726889023.63682: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4606db0> <<< 172629 1726889023.63719: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889023.63757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889023.63799: 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' <<< 172629 1726889023.63833: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc43b32c0> <<< 172629 1726889023.63883: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889023.63907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889023.63921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889023.63940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889023.63973: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc43db620> <<< 172629 1726889023.64064: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889023.64094: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889023.64130: 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 0x7fcbc4438410> <<< 172629 1726889023.64179: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889023.64260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889023.64264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889023.64281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889023.64319: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc443ab70> <<< 172629 1726889023.64388: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4438530> <<< 172629 1726889023.64474: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4401400> <<< 172629 1726889023.64487: 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 0x7fcbc3d254c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc43da420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc438be90> <<< 172629 1726889023.64592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889023.64612: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fcbc43da780> <<< 172629 1726889023.64777: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_mhwvelrt/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 172629 1726889023.64901: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.64932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889023.64947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889023.64994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889023.65071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889023.65172: 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 0x7fcbc3d771d0> import '_typing' # <<< 172629 1726889023.65283: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3d5a0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3d59250> # zipimport: zlib available <<< 172629 1726889023.65307: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889023.65340: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889023.65433: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726889023.66741: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.67833: 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 0x7fcbc3d750a0> <<< 172629 1726889023.67859: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726889023.67901: 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 <<< 172629 1726889023.67927: 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' <<< 172629 1726889023.68035: 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 0x7fcbc3da6ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3da6870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3da61b0> <<< 172629 1726889023.68038: 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' <<< 172629 1726889023.68123: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3da6600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4388950> import 'atexit' # <<< 172629 1726889023.68129: 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 0x7fcbc3da78c0> <<< 172629 1726889023.68156: 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 0x7fcbc3da7b00> <<< 172629 1726889023.68283: 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' # <<< 172629 1726889023.68287: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3da7f80> <<< 172629 1726889023.68289: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889023.68432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889023.68482: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c15d30> <<< 172629 1726889023.68491: 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 0x7fcbc3c17920> # /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 0x7fcbc3c18320> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889023.68534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c19220> <<< 172629 1726889023.68550: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889023.68575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889023.68600: 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' <<< 172629 1726889023.68641: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c1bf20> <<< 172629 1726889023.68697: 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 0x7fcbc3c18290> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c1a1e0> <<< 172629 1726889023.68831: 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' <<< 172629 1726889023.68839: 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' <<< 172629 1726889023.68868: 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 0x7fcbc3c23e30> import '_tokenize' # <<< 172629 1726889023.69021: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c22900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c22660> <<< 172629 1726889023.69046: 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' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c22bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c1a6f0> <<< 172629 1726889023.69120: 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 0x7fcbc3c67ef0> <<< 172629 1726889023.69166: 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 0x7fcbc3c68200> # /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' <<< 172629 1726889023.69234: 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 0x7fcbc3c69ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c69a60> <<< 172629 1726889023.69249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889023.69472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889023.69475: 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 0x7fcbc3c6c200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c6a390> <<< 172629 1726889023.69508: 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' # <<< 172629 1726889023.69524: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c6f9e0> <<< 172629 1726889023.69625: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c6c3b0> <<< 172629 1726889023.69713: 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 0x7fcbc3c70770> <<< 172629 1726889023.69798: 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 0x7fcbc3c709e0> <<< 172629 1726889023.69851: 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 0x7fcbc3c70b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c68380> # /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 <<< 172629 1726889023.69875: 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' <<< 172629 1726889023.69974: 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 0x7fcbc3cfc290> <<< 172629 1726889023.70032: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889023.70097: 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 0x7fcbc3cfd1c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c72a20> # 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 0x7fcbc3c73dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c72660> # zipimport: zlib available <<< 172629 1726889023.70122: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726889023.70298: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.70319: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726889023.70352: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889023.70365: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.70476: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.70700: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.71117: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.71647: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726889023.71682: 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 <<< 172629 1726889023.71707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889023.71740: 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 0x7fcbc3b013d0> <<< 172629 1726889023.71836: 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' <<< 172629 1726889023.71860: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3b020f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3cfff80> <<< 172629 1726889023.71909: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 172629 1726889023.71949: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726889023.71975: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.72096: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.72288: 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 0x7fcbc3b01f10> <<< 172629 1726889023.72309: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.72854: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.73569: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.73573: 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 <<< 172629 1726889023.73576: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.73578: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889023.73580: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.73581: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726889023.73674: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726889023.73887: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.74118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889023.74192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889023.74195: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889023.74259: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3b03380> <<< 172629 1726889023.74271: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.74338: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.74417: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726889023.74449: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726889023.74452: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.74484: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.74535: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889023.74545: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.74581: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.74623: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.74678: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.74745: 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 <<< 172629 1726889023.74781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889023.74875: 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 0x7fcbc3b0dee0> <<< 172629 1726889023.74900: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3b0bef0> <<< 172629 1726889023.74938: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726889023.74949: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.75008: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.75072: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.75092: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.75143: 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' <<< 172629 1726889023.75168: 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 <<< 172629 1726889023.75185: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889023.75209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889023.75283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889023.75286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889023.75297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889023.75351: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c027b0> <<< 172629 1726889023.75388: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3de2480> <<< 172629 1726889023.75476: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3b0dfd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3b02c90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726889023.75514: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.75544: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889023.75599: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889023.75630: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.75668: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 172629 1726889023.75692: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 172629 1726889023.75725: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available <<< 172629 1726889023.75752: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 172629 1726889023.75780: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 172629 1726889023.77345: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.78711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726889023.78848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726889023.79045: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # 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 0x7fcbc3774a10> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3b83e60> <<< 172629 1726889023.79077: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3b817f0> <<< 172629 1726889023.79094: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3ba0230> <<< 172629 1726889023.79117: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.79315: 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' <<< 172629 1726889023.79362: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/arch.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/storage_log.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/flags.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc' import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3786570> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3786180> # /usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/util.py <<< 172629 1726889023.79513: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37a8cb0> # /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' <<< 172629 1726889023.79536: 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' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37a9f10> <<< 172629 1726889023.79580: 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 0x7fcbc37a9820> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37a9670> <<< 172629 1726889023.79635: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/errors.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/i18n.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc' import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37ac3e0> <<< 172629 1726889023.79835: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37ac170> <<< 172629 1726889023.79842: 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 <<< 172629 1726889023.79845: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' <<< 172629 1726889023.79984: 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' <<< 172629 1726889023.80002: stdout chunk (state=3): >>># 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 0x7fcbc37ae1e0> <<< 172629 1726889023.80047: 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 0x7fcbc37adf70> <<< 172629 1726889023.80074: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37ad820> <<< 172629 1726889023.80122: 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 <<< 172629 1726889023.80229: stdout chunk (state=3): >>># 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' <<< 172629 1726889023.80261: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37b0f80> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py <<< 172629 1726889023.80360: 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 0x7fcbc37b12e0> <<< 172629 1726889023.80364: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37b1760> <<< 172629 1726889023.80368: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37b1f70> <<< 172629 1726889023.80371: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37b05f0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37b00e0> <<< 172629 1726889023.80373: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 172629 1726889023.80438: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37b26f0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37afbf0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37afb60> <<< 172629 1726889023.80550: 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 # 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 0x7fcbc37f4da0> <<< 172629 1726889023.80581: 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' <<< 172629 1726889023.80605: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 172629 1726889023.80642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 172629 1726889023.80682: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37f5c40> <<< 172629 1726889023.80703: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37f5310> <<< 172629 1726889023.80867: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37b3050> <<< 172629 1726889023.80874: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 172629 1726889023.80971: 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 # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 172629 1726889023.81181: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37fe6f0> 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' <<< 172629 1726889023.81460: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3803fb0> import 'gi.repository.Gio' # <<< 172629 1726889023.81468: stdout chunk (state=3): >>>import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37acd40> <<< 172629 1726889023.81471: 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 <<< 172629 1726889023.81509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 172629 1726889023.81534: 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 <<< 172629 1726889023.81608: stdout chunk (state=3): >>># 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 <<< 172629 1726889023.81619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 172629 1726889023.81679: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3691f10> <<< 172629 1726889023.81694: stdout chunk (state=3): >>>import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3691730> <<< 172629 1726889023.82448: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3803da0> import 'gi.repository.BlockDev' # <<< 172629 1726889023.82480: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3786720> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3785520> <<< 172629 1726889023.82975: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3ba1100> # /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' <<< 172629 1726889023.83099: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36a6690> # /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 0x7fcbc36a8440> <<< 172629 1726889023.83103: 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' <<< 172629 1726889023.83277: 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 # 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' <<< 172629 1726889023.83288: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36abc20> <<< 172629 1726889023.83291: 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 <<< 172629 1726889023.83337: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_util.cpython-312.pyc' import 'pyudev._util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ac1d0> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/core.py <<< 172629 1726889023.83385: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889023.83443: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/libc.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/_errorcheckers.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ad280> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ad130> <<< 172629 1726889023.83475: 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' <<< 172629 1726889023.83523: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ad520> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ace90> <<< 172629 1726889023.83591: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/utils.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ada00> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ad850> <<< 172629 1726889023.83674: 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' # /usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/device/_device.py <<< 172629 1726889023.83700: stdout chunk (state=3): >>># 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 0x7fcbc36add60> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ada60> <<< 172629 1726889023.83718: stdout chunk (state=3): >>>import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ac620> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/discover.py <<< 172629 1726889023.83784: 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 0x7fcbc36accb0> <<< 172629 1726889023.83787: 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 <<< 172629 1726889023.83810: stdout chunk (state=3): >>># 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' <<< 172629 1726889023.83870: 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 0x7fcbc36b1d00> <<< 172629 1726889023.83873: 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' <<< 172629 1726889023.83920: stdout chunk (state=3): >>>import 'pyudev._os.poll' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36b2090> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36b1a60> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36b10d0> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/version.py <<< 172629 1726889023.83958: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/version.cpython-312.pyc' import 'pyudev.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36b2210> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ab8c0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/size.py <<< 172629 1726889023.83961: 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 0x7fcbc36b22a0> <<< 172629 1726889023.84082: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36a9430> <<< 172629 1726889023.84137: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36a8b00> <<< 172629 1726889023.84186: 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 <<< 172629 1726889023.84193: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 172629 1726889023.84224: stdout chunk (state=3): >>># /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' <<< 172629 1726889023.84227: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 172629 1726889023.84262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 172629 1726889023.84294: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ba660> <<< 172629 1726889023.84343: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36b9430> # /usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/threads.py <<< 172629 1726889023.84346: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' <<< 172629 1726889023.84365: stdout chunk (state=3): >>>import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36bc350> <<< 172629 1726889023.84430: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36b1850> <<< 172629 1726889023.84441: 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 <<< 172629 1726889023.84475: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 172629 1726889023.84502: 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 <<< 172629 1726889023.84552: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889023.84572: 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 0x7fcbc3843b30> <<< 172629 1726889023.84590: 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' <<< 172629 1726889023.84631: 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 <<< 172629 1726889023.84634: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 172629 1726889023.84659: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 172629 1726889023.84689: 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' <<< 172629 1726889023.84718: 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' <<< 172629 1726889023.84751: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc272c7a0> <<< 172629 1726889023.84784: 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' <<< 172629 1726889023.84802: stdout chunk (state=3): >>>import 'blivet.static_data.luks_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc272cf80> # /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' <<< 172629 1726889023.84836: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc272d5b0> <<< 172629 1726889023.84846: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/stratis_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 172629 1726889023.84916: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc272d8b0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc272c620> <<< 172629 1726889023.84931: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36efd40> <<< 172629 1726889023.84997: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ecce0> <<< 172629 1726889023.85048: 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' <<< 172629 1726889023.85052: 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 <<< 172629 1726889023.85072: 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 0x7fcbc27405f0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ef2f0> <<< 172629 1726889023.85104: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ec680> <<< 172629 1726889023.85150: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' <<< 172629 1726889023.85156: 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' <<< 172629 1726889023.85197: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2740b60> <<< 172629 1726889023.85200: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ecf80> <<< 172629 1726889023.85233: 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' <<< 172629 1726889023.85264: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2740da0> # /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' <<< 172629 1726889023.85307: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc27411f0> <<< 172629 1726889023.85338: 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' <<< 172629 1726889023.85360: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc27419d0> <<< 172629 1726889023.85508: 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' <<< 172629 1726889023.85534: 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 <<< 172629 1726889023.85547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889023.85736: 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 0x7fcbc27693d0> # /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 0x7fcbc276a570> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2769f40> # /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' <<< 172629 1726889023.85787: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc276a960> # /usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/device.py <<< 172629 1726889023.85794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 172629 1726889023.85817: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc276b500> # /usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/disk.py <<< 172629 1726889023.85873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 172629 1726889023.85877: 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' <<< 172629 1726889023.85914: stdout chunk (state=3): >>>import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25161e0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2514ec0> <<< 172629 1726889023.85937: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/filesystem.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc' import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2517650> <<< 172629 1726889023.85984: 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' <<< 172629 1726889023.86017: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc253c9b0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/partition.py <<< 172629 1726889023.86108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc253d7f0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc275e6f0> <<< 172629 1726889023.86113: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc275e360> <<< 172629 1726889023.86195: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 172629 1726889023.86199: 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 0x7fcbc253fcb0> <<< 172629 1726889023.86225: 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 <<< 172629 1726889023.86233: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/changes.py <<< 172629 1726889023.86251: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 172629 1726889023.86457: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2568680> <<< 172629 1726889023.86483: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc253fb00> <<< 172629 1726889023.86512: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc253f170> # /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 0x7fcbc2584ec0> <<< 172629 1726889023.86550: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/fslib.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc' <<< 172629 1726889023.86578: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2584fe0> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/fs.py <<< 172629 1726889023.86609: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 172629 1726889023.86640: 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' <<< 172629 1726889023.86673: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25a0770> <<< 172629 1726889023.86703: 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' <<< 172629 1726889023.86760: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25a0e30> <<< 172629 1726889023.86788: 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' <<< 172629 1726889023.86850: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25a1850> <<< 172629 1726889023.86854: 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' <<< 172629 1726889023.86884: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25a1cd0> <<< 172629 1726889023.86935: 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' <<< 172629 1726889023.86940: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25a2240> <<< 172629 1726889023.86983: 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' <<< 172629 1726889023.86990: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25a2540> <<< 172629 1726889023.87051: 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 0x7fcbc25a2b10> <<< 172629 1726889023.87111: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswriteuuid.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 172629 1726889023.87114: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25a2d20> <<< 172629 1726889023.87147: 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 <<< 172629 1726889023.87151: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 172629 1726889023.87157: 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' <<< 172629 1726889023.87202: 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 0x7fcbc25a3f20> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25a3e30> <<< 172629 1726889023.87241: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25a2ed0> # /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' <<< 172629 1726889023.87283: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 172629 1726889023.87310: 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 <<< 172629 1726889023.87324: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 172629 1726889023.87394: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25d0d40> <<< 172629 1726889023.87398: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25d0980> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25d0410> <<< 172629 1726889023.87630: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25854f0> <<< 172629 1726889023.87654: 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 <<< 172629 1726889023.87684: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 172629 1726889023.87707: 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' <<< 172629 1726889023.87734: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc259c7a0> <<< 172629 1726889023.87757: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/lukstasks.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' <<< 172629 1726889023.87777: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc259cb60> <<< 172629 1726889023.87865: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2587140> <<< 172629 1726889023.87879: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/lvmpv.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 172629 1726889023.87921: 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 <<< 172629 1726889023.87934: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 172629 1726889023.88382: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc259fbc0> <<< 172629 1726889023.88417: 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' <<< 172629 1726889023.88445: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc259fd40> <<< 172629 1726889023.88512: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc259f290> <<< 172629 1726889023.88537: 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' <<< 172629 1726889023.88592: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2422180> <<< 172629 1726889023.88611: 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 <<< 172629 1726889023.88625: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 172629 1726889023.88657: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc24235c0> <<< 172629 1726889023.88704: 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' <<< 172629 1726889023.88714: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2423d70> <<< 172629 1726889023.88734: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/swap.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 172629 1726889023.88802: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2434650> <<< 172629 1726889023.88822: 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' <<< 172629 1726889023.88868: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2436420> <<< 172629 1726889023.88896: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3841e80> # /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 0x7fcbc275dfd0> <<< 172629 1726889023.89044: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36bec90> <<< 172629 1726889023.89079: 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 <<< 172629 1726889023.89082: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 172629 1726889023.89118: 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' <<< 172629 1726889023.89185: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2469580> <<< 172629 1726889023.89189: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fcoe.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 172629 1726889023.89224: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc246a360> <<< 172629 1726889023.89243: 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' <<< 172629 1726889023.89286: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc246ab40> <<< 172629 1726889023.89389: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2468530> <<< 172629 1726889023.89412: 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 <<< 172629 1726889023.89441: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 172629 1726889023.89477: 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' <<< 172629 1726889023.89511: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc24a4620> <<< 172629 1726889023.89672: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2482d50> # /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' <<< 172629 1726889023.89745: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc24b6120> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lvm.py <<< 172629 1726889023.89911: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 172629 1726889023.89935: 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' <<< 172629 1726889023.89970: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc24cfce0> <<< 172629 1726889023.89994: 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' <<< 172629 1726889023.90023: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc23141a0> <<< 172629 1726889023.90034: 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 <<< 172629 1726889023.90085: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 172629 1726889023.90108: 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' <<< 172629 1726889023.90167: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2316480> <<< 172629 1726889023.90361: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc23146b0> # /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' <<< 172629 1726889023.90392: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2344920> <<< 172629 1726889023.90675: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc24cc5c0> <<< 172629 1726889023.90683: 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 <<< 172629 1726889023.90860: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 172629 1726889023.90920: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc24cc800> # /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 0x7fcbc23a6840> # /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' <<< 172629 1726889023.91012: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc23a7350> # /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 0x7fcbc23a7e90> <<< 172629 1726889023.91071: 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' import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc23b8350> <<< 172629 1726889023.91104: 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' import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc23b9220> <<< 172629 1726889023.91120: 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 <<< 172629 1726889023.91146: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 172629 1726889023.91246: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc23b9af0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36a8590> <<< 172629 1726889023.91275: 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 <<< 172629 1726889023.91297: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 172629 1726889023.91459: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc23ba570> <<< 172629 1726889023.91519: 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 <<< 172629 1726889023.91602: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/partitioning.py <<< 172629 1726889023.91695: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc23e4f20> <<< 172629 1726889023.91792: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc23d6c30> # 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 <<< 172629 1726889023.92117: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.92368: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 172629 1726889023.92416: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889023.92638: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/blivet.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' <<< 172629 1726889023.92643: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc matches /usr/lib64/python3.12/shelve.py # code object from '/usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726889023.92780: 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' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2264380> <<< 172629 1726889023.92846: 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 0x7fcbc22646e0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2250770> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2237ef0> <<< 172629 1726889023.92876: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' <<< 172629 1726889023.93014: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2250920> # /usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicetree.py <<< 172629 1726889023.93036: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 172629 1726889023.93105: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' <<< 172629 1726889023.93116: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tsort.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc' import 'blivet.tsort' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc20d8140> <<< 172629 1726889023.93211: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2267650> # /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' <<< 172629 1726889023.93215: stdout chunk (state=3): >>>import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc20d85c0> <<< 172629 1726889023.93278: 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' <<< 172629 1726889023.93334: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/populator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889023.93377: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/devicepopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/populatorhelper.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc' import 'blivet.populator.helpers.populatorhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc20da780> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc20da510> <<< 172629 1726889023.93414: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/formatpopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc20daa80> # /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' <<< 172629 1726889023.93469: stdout chunk (state=3): >>>import 'blivet.populator.helpers.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc20dad80> # /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' <<< 172629 1726889023.93473: stdout chunk (state=3): >>>import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc20daf30> <<< 172629 1726889023.93492: 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 <<< 172629 1726889023.93544: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' <<< 172629 1726889023.93564: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc20db170> # /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' <<< 172629 1726889023.93611: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc20db680> <<< 172629 1726889023.93679: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/dm.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc' import 'blivet.populator.helpers.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc21001d0> <<< 172629 1726889023.93743: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/loop.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc' import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2100380> # /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' <<< 172629 1726889023.93799: stdout chunk (state=3): >>>import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2100560> # /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 0x7fcbc2100b90> # /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' <<< 172629 1726889023.93864: stdout chunk (state=3): >>>import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc21014f0> # /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 0x7fcbc21018e0> <<< 172629 1726889023.93912: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/optical.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc' import 'blivet.populator.helpers.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2101b20> <<< 172629 1726889023.93972: 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 0x7fcbc2101bb0> <<< 172629 1726889023.93977: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc' import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2101e80> <<< 172629 1726889023.94013: stdout chunk (state=3): >>>import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc20d9dc0> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc20d8e60> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc20d8d70> <<< 172629 1726889023.94101: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2265580> <<< 172629 1726889023.94192: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2235850> <<< 172629 1726889024.03399: 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 <<< 172629 1726889024.03424: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 172629 1726889024.03783: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc218f650> <<< 172629 1726889024.89314: stdout chunk (state=3): >>> {"changed": true, "actions": [{"action": "destroy format", "fs_type": "ext3", "device": "/dev/sdb"}, {"action": "destroy format", "fs_type": "swap", "device": "/dev/sda"}], "leaves": ["/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "path": "none", "state": "absent", "fstype": "swap"}], "crypts": [], "pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "swap", "mount_options": "defaults", "mount_point": "/opt/test", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "absent", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "ext3", "mount_options": "defaults", "mount_point": "none", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test2", "raid_level": null, "size": 10737418240, "state": "absent", "type": "disk", "disks": ["sdb"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_ove<<< 172629 1726889024.89321: stdout chunk (state=3): >>>rwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sdb", "_raw_device": "/dev/sdb", "_mount_id": "UUID=8eb5208c-2ff3-4c8f-a642-5aca66cfb112"}], "packages": ["xfsprogs"], "invocation": {"module_args": {"pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "swap", "mount_options": "defaults", "mount_point": "/opt/test", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "absent", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "ext3", "mount_options": "defaults", "mount_point": "none", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test2", "raid_level": null, "size": 10737418240, "state": "absent", "type": "disk", "disks": ["sdb"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sdb", "_raw_device": "/dev/sdb", "_mount_id": "UUID=8eb5208c-2ff3-4c8f-a642-5aca66cfb112"}], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 172629 1726889024.90550: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889024.90606: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889024.90624: stdout chunk (state=3): >>># clear sys.path_hooks <<< 172629 1726889024.90650: 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 <<< 172629 1726889024.90664: stdout chunk (state=3): >>># cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal <<< 172629 1726889024.90681: stdout chunk (state=3): >>># cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # 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 <<< 172629 1726889024.90731: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 <<< 172629 1726889024.90743: stdout chunk (state=3): >>># cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # 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 <<< 172629 1726889024.90747: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner <<< 172629 1726889024.90766: 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<<< 172629 1726889024.90782: stdout chunk (state=3): >>> # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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<<< 172629 1726889024.90805: stdout chunk (state=3): >>> # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat <<< 172629 1726889024.90820: 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 # 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 <<< 172629 1726889024.90830: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing <<< 172629 1726889024.90843: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # 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 <<< 172629 1726889024.90878: stdout chunk (state=3): >>># cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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<<< 172629 1726889024.90890: 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 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 <<< 172629 1726889024.90912: stdout chunk (state=3): >>># 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 <<< 172629 1726889024.90942: stdout chunk (state=3): >>># 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 <<< 172629 1726889024.90949: stdout chunk (state=3): >>># 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 <<< 172629 1726889024.90987: stdout chunk (state=3): >>># 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 <<< 172629 1726889024.91010: stdout chunk (state=3): >>># cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi <<< 172629 1726889024.91721: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889024.91748: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726889024.91756: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726889024.91785: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726889024.91827: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889024.91833: stdout chunk (state=3): >>># destroy _compat_pickle <<< 172629 1726889024.91872: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi <<< 172629 1726889024.91912: stdout chunk (state=3): >>># cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator <<< 172629 1726889024.91916: stdout chunk (state=3): >>># 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 <<< 172629 1726889024.91918: stdout chunk (state=3): >>># 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<<< 172629 1726889024.91924: stdout chunk (state=3): >>> # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning <<< 172629 1726889024.91962: stdout chunk (state=3): >>># cleanup[3] wiping blivet.deviceaction <<< 172629 1726889024.91969: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # 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 <<< 172629 1726889024.91997: stdout chunk (state=3): >>># cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk <<< 172629 1726889024.92004: 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 <<< 172629 1726889024.92008: stdout chunk (state=3): >>># cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs <<< 172629 1726889024.92050: stdout chunk (state=3): >>># 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 <<< 172629 1726889024.92060: stdout chunk (state=3): >>># cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # cleanup[3] wiping blivet.events.manager <<< 172629 1726889024.92081: stdout chunk (state=3): >>># 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 <<< 172629 1726889024.92115: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicelibs.stratis # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks <<< 172629 1726889024.92119: stdout chunk (state=3): >>># 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 <<< 172629 1726889024.92173: stdout chunk (state=3): >>># cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util <<< 172629 1726889024.92180: stdout chunk (state=3): >>># destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe <<< 172629 1726889024.92183: stdout chunk (state=3): >>># 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 <<< 172629 1726889024.92211: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev <<< 172629 1726889024.92219: stdout chunk (state=3): >>># cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject <<< 172629 1726889024.92249: 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 <<< 172629 1726889024.92286: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides <<< 172629 1726889024.92289: 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 <<< 172629 1726889024.92299: stdout chunk (state=3): >>># cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error <<< 172629 1726889024.92322: stdout chunk (state=3): >>># 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 <<< 172629 1726889024.92326: stdout chunk (state=3): >>># 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 <<< 172629 1726889024.92362: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro <<< 172629 1726889024.92365: stdout chunk (state=3): >>># cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux <<< 172629 1726889024.92433: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726889024.92438: stdout chunk (state=3): >>># cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 172629 1726889024.92442: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket <<< 172629 1726889024.92447: stdout chunk (state=3): >>># cleanup[3] wiping systemd.journal <<< 172629 1726889024.92450: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 172629 1726889024.92485: stdout chunk (state=3): >>># cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache <<< 172629 1726889024.92490: stdout chunk (state=3): >>># cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess <<< 172629 1726889024.92505: stdout chunk (state=3): >>># destroy signal # destroy threading <<< 172629 1726889024.92522: stdout chunk (state=3): >>># cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform <<< 172629 1726889024.92551: stdout chunk (state=3): >>># cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale<<< 172629 1726889024.92584: stdout chunk (state=3): >>> # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner <<< 172629 1726889024.92588: stdout chunk (state=3): >>># cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random <<< 172629 1726889024.92594: stdout chunk (state=3): >>># cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math <<< 172629 1726889024.92671: stdout chunk (state=3): >>># cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings <<< 172629 1726889024.92676: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 172629 1726889024.92744: stdout chunk (state=3): >>># cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 172629 1726889024.92751: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726889024.92760: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc <<< 172629 1726889024.92767: stdout chunk (state=3): >>># cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ <<< 172629 1726889024.92770: stdout chunk (state=3): >>># cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix <<< 172629 1726889024.92807: 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 # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726889024.93675: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726889024.93714: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref <<< 172629 1726889024.93728: stdout chunk (state=3): >>># destroy zipimport <<< 172629 1726889024.93745: stdout chunk (state=3): >>># destroy gi._gi <<< 172629 1726889024.93766: stdout chunk (state=3): >>># destroy _struct <<< 172629 1726889024.93861: stdout chunk (state=3): >>># destroy pyudev <<< 172629 1726889024.93872: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid <<< 172629 1726889024.93944: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889024.94017: stdout chunk (state=3): >>># destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap <<< 172629 1726889024.94033: stdout chunk (state=3): >>># destroy fnmatch <<< 172629 1726889024.94064: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 172629 1726889024.94084: stdout chunk (state=3): >>># destroy blivet.devicelibs.stratis # destroy uuid<<< 172629 1726889024.94095: stdout chunk (state=3): >>> # 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 <<< 172629 1726889024.94138: 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 <<< 172629 1726889024.94141: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 172629 1726889024.94172: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux._selinux <<< 172629 1726889024.94187: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 172629 1726889024.94248: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 172629 1726889024.94266: stdout chunk (state=3): >>># destroy _signal <<< 172629 1726889024.94289: stdout chunk (state=3): >>># destroy keyword # destroy abc <<< 172629 1726889024.94330: 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 copy # destroy inspect # destroy blivet.formats.fslib <<< 172629 1726889024.94374: stdout chunk (state=3): >>># destroy math # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves <<< 172629 1726889024.94399: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy collections <<< 172629 1726889024.94442: stdout chunk (state=3): >>># destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib <<< 172629 1726889024.94447: stdout chunk (state=3): >>># destroy stat # destroy selinux <<< 172629 1726889024.94468: stdout chunk (state=3): >>># destroy platform # destroy distro # destroy datetime <<< 172629 1726889024.94497: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy shlex # destroy subprocess <<< 172629 1726889024.94572: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889024.94715: 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 os # destroy functools <<< 172629 1726889024.94746: stdout chunk (state=3): >>># destroy re # destroy _random <<< 172629 1726889024.94769: stdout chunk (state=3): >>># destroy _thread <<< 172629 1726889024.94790: stdout chunk (state=3): >>># destroy itertools # destroy _operator # destroy _functools <<< 172629 1726889024.94794: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726889024.95331: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889024.95370: stderr chunk (state=3): >>><<< 172629 1726889024.95373: stdout chunk (state=3): >>><<< 172629 1726889024.95584: _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 0x7fcbc47684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4737b30> # /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 0x7fcbc476aa50> 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 0x7fcbc453d130> # /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 0x7fcbc453e120> 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 0x7fcbc4583f50> # /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 0x7fcbc45900e0> # /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 0x7fcbc45b3920> # /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 0x7fcbc45b3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4593bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4591340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4581100> # /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 0x7fcbc45d7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc45d6540> # /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 0x7fcbc4592360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc45d4d10> # /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 0x7fcbc4604950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4580380> # /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 0x7fcbc4604e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4604cb0> # 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 0x7fcbc46050a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4576ea0> # /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 0x7fcbc4605790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4605460> 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 0x7fcbc4606660> 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 0x7fcbc4620890> 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 0x7fcbc4621fd0> # /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 0x7fcbc4622e70> # 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 0x7fcbc46234a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc46223c0> # /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 0x7fcbc4623e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4623590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc46066c0> # /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 0x7fcbc435fd70> # /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 0x7fcbc43888c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4388620> # 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 0x7fcbc43888f0> # /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 0x7fcbc4389220> # 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 0x7fcbc4389be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4388ad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc435df10> # /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 0x7fcbc438af90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4389d30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4606db0> # /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 0x7fcbc43b32c0> # /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 0x7fcbc43db620> # /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 0x7fcbc4438410> # /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 0x7fcbc443ab70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4438530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4401400> # /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 0x7fcbc3d254c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc43da420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc438be90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fcbc43da780> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_mhwvelrt/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 0x7fcbc3d771d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3d5a0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3d59250> # 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 0x7fcbc3d750a0> # /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 0x7fcbc3da6ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3da6870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3da61b0> # /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 0x7fcbc3da6600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc4388950> 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 0x7fcbc3da78c0> # 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 0x7fcbc3da7b00> # /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 0x7fcbc3da7f80> 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 0x7fcbc3c15d30> # 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 0x7fcbc3c17920> # /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 0x7fcbc3c18320> # /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 0x7fcbc3c19220> # /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 0x7fcbc3c1bf20> # 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 0x7fcbc3c18290> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c1a1e0> # /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 0x7fcbc3c23e30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c22900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c22660> # /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 0x7fcbc3c22bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c1a6f0> # 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 0x7fcbc3c67ef0> # /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 0x7fcbc3c68200> # /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 0x7fcbc3c69ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c69a60> # /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 0x7fcbc3c6c200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c6a390> # /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 0x7fcbc3c6f9e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c6c3b0> # 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 0x7fcbc3c70770> # 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 0x7fcbc3c709e0> # 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 0x7fcbc3c70b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c68380> # /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 0x7fcbc3cfc290> # 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 0x7fcbc3cfd1c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c72a20> # 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 0x7fcbc3c73dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3c72660> # 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 0x7fcbc3b013d0> # /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 0x7fcbc3b020f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3cfff80> 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 0x7fcbc3b01f10> # 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 0x7fcbc3b03380> # 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 0x7fcbc3b0dee0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3b0bef0> 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 0x7fcbc3c027b0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3de2480> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3b0dfd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3b02c90> # 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 0x7fcbc3774a10> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3b83e60> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3b817f0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3ba0230> # 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 0x7fcbc3786570> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3786180> # /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 0x7fcbc37a8cb0> # /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 0x7fcbc37a9f10> # 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 0x7fcbc37a9820> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37a9670> # /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 0x7fcbc37ac3e0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37ac170> # /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 0x7fcbc37ae1e0> # 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 0x7fcbc37adf70> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37ad820> # /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 0x7fcbc37b0f80> # /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 0x7fcbc37b12e0> # /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 0x7fcbc37b1760> # /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 0x7fcbc37b1f70> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37b05f0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37b00e0> # 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 0x7fcbc37b26f0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37afbf0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37afb60> # /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 0x7fcbc37f4da0> # /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 0x7fcbc37f5c40> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37f5310> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37b3050> 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 0x7fcbc37fe6f0> 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 0x7fcbc3803fb0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc37acd40> # /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 0x7fcbc3691f10> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3691730> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3803da0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3786720> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3785520> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3ba1100> # /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 0x7fcbc36a6690> # /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 0x7fcbc36a8440> # /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 0x7fcbc36abc20> # /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 0x7fcbc36ac1d0> # /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 0x7fcbc36ad280> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ad130> # /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 0x7fcbc36ad520> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ace90> # /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 0x7fcbc36ada00> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ad850> # /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 0x7fcbc36add60> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ada60> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ac620> # /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 0x7fcbc36accb0> # /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 0x7fcbc36b1d00> # /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 0x7fcbc36b2090> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36b1a60> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36b10d0> # /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 0x7fcbc36b2210> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ab8c0> # /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 0x7fcbc36b22a0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36a9430> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36a8b00> # /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 0x7fcbc36ba660> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36b9430> # /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 0x7fcbc36bc350> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36b1850> # /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 0x7fcbc3843b30> # /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 0x7fcbc272c7a0> # /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 0x7fcbc272cf80> # /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 0x7fcbc272d5b0> # /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 0x7fcbc272d8b0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc272c620> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36efd40> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ecce0> # /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 0x7fcbc27405f0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ef2f0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ec680> # /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 0x7fcbc2740b60> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36ecf80> # /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 0x7fcbc2740da0> # /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 0x7fcbc27411f0> # /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 0x7fcbc27419d0> # /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 0x7fcbc27693d0> # /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 0x7fcbc276a570> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2769f40> # /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 0x7fcbc276a960> # /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 0x7fcbc276b500> # /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 0x7fcbc25161e0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2514ec0> # /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 0x7fcbc2517650> # /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 0x7fcbc253c9b0> # /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 0x7fcbc253d7f0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc275e6f0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc275e360> # /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 0x7fcbc253fcb0> # /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 0x7fcbc2568680> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc253fb00> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc253f170> # /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 0x7fcbc2584ec0> # /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 0x7fcbc2584fe0> # /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 0x7fcbc25a0770> # /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 0x7fcbc25a0e30> # /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 0x7fcbc25a1850> # /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 0x7fcbc25a1cd0> # /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 0x7fcbc25a2240> # /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 0x7fcbc25a2540> # /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 0x7fcbc25a2b10> # /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 0x7fcbc25a2d20> # /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 0x7fcbc25a3f20> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25a3e30> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25a2ed0> # /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 0x7fcbc25d0d40> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25d0980> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25d0410> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc25854f0> # /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 0x7fcbc259c7a0> # /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 0x7fcbc259cb60> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2587140> # /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 0x7fcbc259fbc0> # /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 0x7fcbc259fd40> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc259f290> # /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 0x7fcbc2422180> # /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 0x7fcbc24235c0> # /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 0x7fcbc2423d70> # /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 0x7fcbc2434650> # /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 0x7fcbc2436420> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc3841e80> # /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 0x7fcbc275dfd0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36bec90> # /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 0x7fcbc2469580> # /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 0x7fcbc246a360> # /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 0x7fcbc246ab40> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2468530> # /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 0x7fcbc24a4620> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2482d50> # /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 0x7fcbc24b6120> # /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 0x7fcbc24cfce0> # /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 0x7fcbc23141a0> # /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 0x7fcbc2316480> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc23146b0> # /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 0x7fcbc2344920> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc24cc5c0> # /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 0x7fcbc24cc800> # /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 0x7fcbc23a6840> # /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 0x7fcbc23a7350> # /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 0x7fcbc23a7e90> # /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 0x7fcbc23b8350> # /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 0x7fcbc23b9220> # /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 0x7fcbc23b9af0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc36a8590> # /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 0x7fcbc23ba570> # /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 0x7fcbc23e4f20> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc23d6c30> # 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 0x7fcbc2264380> # 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 0x7fcbc22646e0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2250770> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2237ef0> # /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 0x7fcbc2250920> # /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 0x7fcbc20d8140> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2267650> # /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 0x7fcbc20d85c0> # /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 0x7fcbc20da780> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc20da510> # /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 0x7fcbc20daa80> # /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 0x7fcbc20dad80> # /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 0x7fcbc20daf30> # /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 0x7fcbc20db170> # /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 0x7fcbc20db680> # /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 0x7fcbc21001d0> # /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 0x7fcbc2100380> # /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 0x7fcbc2100560> # /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 0x7fcbc2100b90> # /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 0x7fcbc21014f0> # /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 0x7fcbc21018e0> # /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 0x7fcbc2101b20> # /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 0x7fcbc2101bb0> # /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 0x7fcbc2101e80> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc20d9dc0> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc20d8e60> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc20d8d70> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2265580> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcbc2235850> # /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 0x7fcbc218f650> {"changed": true, "actions": [{"action": "destroy format", "fs_type": "ext3", "device": "/dev/sdb"}, {"action": "destroy format", "fs_type": "swap", "device": "/dev/sda"}], "leaves": ["/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "path": "none", "state": "absent", "fstype": "swap"}], "crypts": [], "pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "swap", "mount_options": "defaults", "mount_point": "/opt/test", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "absent", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "ext3", "mount_options": "defaults", "mount_point": "none", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test2", "raid_level": null, "size": 10737418240, "state": "absent", "type": "disk", "disks": ["sdb"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sdb", "_raw_device": "/dev/sdb", "_mount_id": "UUID=8eb5208c-2ff3-4c8f-a642-5aca66cfb112"}], "packages": ["xfsprogs"], "invocation": {"module_args": {"pools": [], "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "swap", "mount_options": "defaults", "mount_point": "/opt/test", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": 10737418240, "state": "absent", "type": "disk", "disks": ["sda"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sda", "_raw_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "ext3", "mount_options": "defaults", "mount_point": "none", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test2", "raid_level": null, "size": 10737418240, "state": "absent", "type": "disk", "disks": ["sdb"], "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_stripe_size": 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": [], "_device": "/dev/sdb", "_raw_device": "/dev/sdb", "_mount_id": "UUID=8eb5208c-2ff3-4c8f-a642-5aca66cfb112"}], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # destroy blivet.events.handler # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy tokenize # destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy _signal # destroy keyword # destroy abc # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy copy # destroy inspect # destroy blivet.formats.fslib # destroy math # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy json.scanner # destroy _json # destroy collections # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib # destroy stat # destroy selinux # destroy platform # destroy distro # destroy datetime # destroy argparse # destroy json # destroy shlex # destroy subprocess # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy os # destroy functools # destroy re # destroy _random # destroy _thread # destroy itertools # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726889024.96813: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [], 'volumes': [{'name': 'test1', 'type': 'disk', 'disks': ['sda'], 'mount_point': '/opt/test', 'state': 'absent'}, {'name': 'test2', 'type': 'disk', 'disks': ['sdb'], 'mount_point': 'none', 'state': 'absent'}], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726889023.4334965-177167-229601616932766/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889024.96816: _low_level_execute_command(): starting 172629 1726889024.96819: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889023.4334965-177167-229601616932766/ > /dev/null 2>&1 && sleep 0' 172629 1726889024.96864: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889024.96870: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889024.96921: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 172629 1726889024.96924: 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 <<< 172629 1726889024.96931: 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 found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889024.96999: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889024.97058: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889024.97108: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889024.98957: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889024.98983: stderr chunk (state=3): >>><<< 172629 1726889024.98986: stdout chunk (state=3): >>><<< 172629 1726889024.99002: _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 172629 1726889024.99008: handler run complete 172629 1726889024.99078: attempt loop complete, returning result 172629 1726889024.99081: _execute() done 172629 1726889024.99084: dumping result to json 172629 1726889024.99095: done dumping result, returning 172629 1726889024.99105: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-d0a8-add8-000000002c7c] 172629 1726889024.99108: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c7c 172629 1726889024.99281: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c7c 172629 1726889024.99284: WORKER PROCESS EXITING changed: [managed_node1] => { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } 172629 1726889024.99964: no more pending results, returning what we have 172629 1726889024.99969: results queue empty 172629 1726889024.99970: checking for any_errors_fatal 172629 1726889024.99975: done checking for any_errors_fatal 172629 1726889024.99976: checking for max_fail_percentage 172629 1726889024.99978: done checking for max_fail_percentage 172629 1726889024.99978: checking to see if all hosts have failed and the running result is not ok 172629 1726889024.99979: done checking to see if all hosts have failed 172629 1726889024.99980: getting the remaining hosts for this loop 172629 1726889024.99981: done getting the remaining hosts for this loop 172629 1726889024.99984: getting the next task for host managed_node1 172629 1726889024.99990: done getting next task for host managed_node1 172629 1726889024.99993: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 172629 1726889024.99997: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889025.00010: getting variables 172629 1726889025.00012: in VariableManager get_vars() 172629 1726889025.00042: Calling all_inventory to load vars for managed_node1 172629 1726889025.00045: Calling groups_inventory to load vars for managed_node1 172629 1726889025.00047: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889025.00060: Calling all_plugins_play to load vars for managed_node1 172629 1726889025.00063: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889025.00067: Calling groups_plugins_play to load vars for managed_node1 172629 1726889025.00419: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889025.00812: done with get_vars() 172629 1726889025.00822: done getting variables 172629 1726889025.00882: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:45 -0400 (0:00:01.708) 0:02:05.289 ****** 172629 1726889025.00908: entering _queue_task() for managed_node1/command 172629 1726889025.01177: worker is 1 (out of 1 available) 172629 1726889025.01192: exiting _queue_task() for managed_node1/command 172629 1726889025.01205: done queuing things up, now waiting for results queue to drain 172629 1726889025.01207: waiting for pending results... 172629 1726889025.01421: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 172629 1726889025.01571: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c7d 172629 1726889025.01582: variable 'ansible_search_path' from source: unknown 172629 1726889025.01585: variable 'ansible_search_path' from source: unknown 172629 1726889025.01634: calling self._execute() 172629 1726889025.01733: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889025.01737: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889025.01746: variable 'omit' from source: magic vars 172629 1726889025.02122: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889025.03964: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889025.04019: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889025.04046: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889025.04079: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889025.04101: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889025.04162: 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) 172629 1726889025.04183: 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) 172629 1726889025.04200: 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) 172629 1726889025.04230: 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) 172629 1726889025.04241: 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) 172629 1726889025.04343: Evaluated conditional (storage_udevadm_trigger | d(false)): False 172629 1726889025.04347: when evaluation is False, skipping this task 172629 1726889025.04349: _execute() done 172629 1726889025.04352: dumping result to json 172629 1726889025.04354: done dumping result, returning 172629 1726889025.04364: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-d0a8-add8-000000002c7d] 172629 1726889025.04369: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c7d 172629 1726889025.04458: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c7d 172629 1726889025.04461: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 172629 1726889025.04502: no more pending results, returning what we have 172629 1726889025.04506: results queue empty 172629 1726889025.04507: checking for any_errors_fatal 172629 1726889025.04529: done checking for any_errors_fatal 172629 1726889025.04530: checking for max_fail_percentage 172629 1726889025.04532: done checking for max_fail_percentage 172629 1726889025.04533: checking to see if all hosts have failed and the running result is not ok 172629 1726889025.04534: done checking to see if all hosts have failed 172629 1726889025.04535: getting the remaining hosts for this loop 172629 1726889025.04537: done getting the remaining hosts for this loop 172629 1726889025.04540: getting the next task for host managed_node1 172629 1726889025.04547: done getting next task for host managed_node1 172629 1726889025.04551: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 172629 1726889025.04554: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889025.04584: getting variables 172629 1726889025.04585: in VariableManager get_vars() 172629 1726889025.04620: Calling all_inventory to load vars for managed_node1 172629 1726889025.04623: Calling groups_inventory to load vars for managed_node1 172629 1726889025.04625: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889025.04634: Calling all_plugins_play to load vars for managed_node1 172629 1726889025.04636: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889025.04639: Calling groups_plugins_play to load vars for managed_node1 172629 1726889025.05028: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889025.05433: done with get_vars() 172629 1726889025.05446: 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 23:23:45 -0400 (0:00:00.046) 0:02:05.335 ****** 172629 1726889025.05511: entering _queue_task() for managed_node1/stat 172629 1726889025.05773: worker is 1 (out of 1 available) 172629 1726889025.05788: exiting _queue_task() for managed_node1/stat 172629 1726889025.05801: done queuing things up, now waiting for results queue to drain 172629 1726889025.05802: waiting for pending results... 172629 1726889025.06027: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 172629 1726889025.06133: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c7e 172629 1726889025.06137: variable 'ansible_search_path' from source: unknown 172629 1726889025.06143: variable 'ansible_search_path' from source: unknown 172629 1726889025.06174: calling self._execute() 172629 1726889025.06262: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889025.06267: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889025.06277: variable 'omit' from source: magic vars 172629 1726889025.06401: variable 'omit' from source: magic vars 172629 1726889025.06495: variable 'omit' from source: magic vars 172629 1726889025.06529: variable 'omit' from source: magic vars 172629 1726889025.06578: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889025.06604: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889025.06729: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889025.06732: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889025.06735: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889025.06737: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889025.06741: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889025.06744: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889025.06857: Set connection var ansible_timeout to 10 172629 1726889025.06860: Set connection var ansible_shell_type to sh 172629 1726889025.06863: Set connection var ansible_pipelining to False 172629 1726889025.06865: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889025.06867: Set connection var ansible_shell_executable to /bin/sh 172629 1726889025.06870: Set connection var ansible_connection to ssh 172629 1726889025.06893: variable 'ansible_shell_executable' from source: unknown 172629 1726889025.06897: variable 'ansible_connection' from source: unknown 172629 1726889025.06899: variable 'ansible_module_compression' from source: unknown 172629 1726889025.06902: variable 'ansible_shell_type' from source: unknown 172629 1726889025.06905: variable 'ansible_shell_executable' from source: unknown 172629 1726889025.06907: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889025.06926: variable 'ansible_pipelining' from source: unknown 172629 1726889025.06929: variable 'ansible_timeout' from source: unknown 172629 1726889025.06931: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889025.07098: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889025.07108: variable 'omit' from source: magic vars 172629 1726889025.07111: starting attempt loop 172629 1726889025.07114: running the handler 172629 1726889025.07126: _low_level_execute_command(): starting 172629 1726889025.07132: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889025.07687: 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 <<< 172629 1726889025.07692: stderr 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 <<< 172629 1726889025.07695: 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 <<< 172629 1726889025.07747: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889025.07757: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889025.07759: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889025.07816: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889025.09445: stdout chunk (state=3): >>>/root <<< 172629 1726889025.09544: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889025.09573: stderr chunk (state=3): >>><<< 172629 1726889025.09577: stdout chunk (state=3): >>><<< 172629 1726889025.09615: _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 172629 1726889025.09642: _low_level_execute_command(): starting 172629 1726889025.09646: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889025.096035-177222-224696609426056 `" && echo ansible-tmp-1726889025.096035-177222-224696609426056="` echo /root/.ansible/tmp/ansible-tmp-1726889025.096035-177222-224696609426056 `" ) && sleep 0' 172629 1726889025.10104: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889025.10107: 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 <<< 172629 1726889025.10109: 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 <<< 172629 1726889025.10118: stderr 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 <<< 172629 1726889025.10160: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889025.10164: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889025.10219: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889025.12118: stdout chunk (state=3): >>>ansible-tmp-1726889025.096035-177222-224696609426056=/root/.ansible/tmp/ansible-tmp-1726889025.096035-177222-224696609426056 <<< 172629 1726889025.12229: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889025.12257: stderr chunk (state=3): >>><<< 172629 1726889025.12261: stdout chunk (state=3): >>><<< 172629 1726889025.12278: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889025.096035-177222-224696609426056=/root/.ansible/tmp/ansible-tmp-1726889025.096035-177222-224696609426056 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889025.12317: variable 'ansible_module_compression' from source: unknown 172629 1726889025.12367: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726889025.12398: variable 'ansible_facts' from source: unknown 172629 1726889025.12462: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889025.096035-177222-224696609426056/AnsiballZ_stat.py 172629 1726889025.12551: Sending initial data 172629 1726889025.12559: Sent initial data (154 bytes) 172629 1726889025.12994: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889025.12998: 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 <<< 172629 1726889025.13002: 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 <<< 172629 1726889025.13004: 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 <<< 172629 1726889025.13006: 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 <<< 172629 1726889025.13008: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889025.13053: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889025.13059: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889025.13111: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889025.14660: 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 <<< 172629 1726889025.14667: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726889025.14704: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889025.14752: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpawncluym /root/.ansible/tmp/ansible-tmp-1726889025.096035-177222-224696609426056/AnsiballZ_stat.py <<< 172629 1726889025.14763: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889025.096035-177222-224696609426056/AnsiballZ_stat.py" <<< 172629 1726889025.14797: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpawncluym" to remote "/root/.ansible/tmp/ansible-tmp-1726889025.096035-177222-224696609426056/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889025.096035-177222-224696609426056/AnsiballZ_stat.py" <<< 172629 1726889025.15374: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889025.15389: stderr chunk (state=3): >>><<< 172629 1726889025.15392: stdout chunk (state=3): >>><<< 172629 1726889025.15428: done transferring module to remote 172629 1726889025.15438: _low_level_execute_command(): starting 172629 1726889025.15442: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889025.096035-177222-224696609426056/ /root/.ansible/tmp/ansible-tmp-1726889025.096035-177222-224696609426056/AnsiballZ_stat.py && sleep 0' 172629 1726889025.15862: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889025.15865: 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 <<< 172629 1726889025.15868: 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 <<< 172629 1726889025.15870: 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 found <<< 172629 1726889025.15872: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889025.15913: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889025.15916: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889025.15970: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889025.17700: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889025.17722: stderr chunk (state=3): >>><<< 172629 1726889025.17725: stdout chunk (state=3): >>><<< 172629 1726889025.17740: _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 172629 1726889025.17745: _low_level_execute_command(): starting 172629 1726889025.17748: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889025.096035-177222-224696609426056/AnsiballZ_stat.py && sleep 0' 172629 1726889025.18170: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889025.18174: 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 <<< 172629 1726889025.18177: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 172629 1726889025.18179: 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 <<< 172629 1726889025.18182: 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 <<< 172629 1726889025.18228: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889025.18232: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889025.18282: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889025.20411: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889025.20448: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889025.20478: stdout chunk (state=3): >>>import '_thread' # <<< 172629 1726889025.20483: stdout chunk (state=3): >>> import '_warnings' # import '_weakref' # <<< 172629 1726889025.20550: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726889025.20590: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889025.20621: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 172629 1726889025.20629: stdout chunk (state=3): >>># installing zipimport hook <<< 172629 1726889025.20643: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726889025.20660: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726889025.20706: 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' <<< 172629 1726889025.20729: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889025.20746: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889025.20785: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889025.20802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726889025.20819: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba697684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69737b30> <<< 172629 1726889025.20848: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 172629 1726889025.20851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 172629 1726889025.20873: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba6976aa50> <<< 172629 1726889025.20881: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889025.20909: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726889025.20928: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889025.20965: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889025.21047: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889025.21076: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889025.21108: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889025.21117: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889025.21148: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726889025.21151: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726889025.21154: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726889025.21175: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889025.21197: 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 <<< 172629 1726889025.21212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726889025.21224: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba6951d130> <<< 172629 1726889025.21290: 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 <<< 172629 1726889025.21297: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889025.21305: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba6951e120> <<< 172629 1726889025.21332: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889025.21362: 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. <<< 172629 1726889025.21584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889025.21592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889025.21622: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726889025.21628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889025.21649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889025.21684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889025.21707: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889025.21725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889025.21749: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba6955aea0> <<< 172629 1726889025.21764: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889025.21781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889025.21804: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726889025.21813: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba695701a0> <<< 172629 1726889025.21822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889025.21852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889025.21875: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889025.21925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889025.21936: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889025.21973: 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 0x7fba69593a40> <<< 172629 1726889025.21994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726889025.22002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 172629 1726889025.22015: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba695b4110> <<< 172629 1726889025.22020: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889025.22067: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69573ce0> <<< 172629 1726889025.22080: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889025.22109: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69571400> <<< 172629 1726889025.22197: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba695591c0> <<< 172629 1726889025.22228: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889025.22239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889025.22258: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889025.22274: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889025.22305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889025.22318: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726889025.22333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726889025.22359: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba695b7950> <<< 172629 1726889025.22372: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba695b6570> <<< 172629 1726889025.22403: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726889025.22414: 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 0x7fba695722d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba6955b0b0> <<< 172629 1726889025.22461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726889025.22481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 172629 1726889025.22486: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba695e49e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69558440> <<< 172629 1726889025.22512: 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' <<< 172629 1726889025.22546: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.22550: 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 0x7fba695e4e90> <<< 172629 1726889025.22557: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba695e4d40> <<< 172629 1726889025.22586: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.22589: 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 0x7fba695e5130> <<< 172629 1726889025.22597: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69556f60> <<< 172629 1726889025.22629: 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' <<< 172629 1726889025.22652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889025.22678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889025.22702: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba695e5820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba695e54f0> <<< 172629 1726889025.22709: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726889025.22743: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 172629 1726889025.22746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 172629 1726889025.22754: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba695e6720> <<< 172629 1726889025.22776: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726889025.22806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889025.22841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889025.22869: 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' <<< 172629 1726889025.22876: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69600920> <<< 172629 1726889025.22886: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889025.22915: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.22919: 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 0x7fba69602030> <<< 172629 1726889025.22950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889025.22953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726889025.22980: 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' <<< 172629 1726889025.22999: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69602ed0> <<< 172629 1726889025.23035: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.23038: 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 0x7fba69603530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69602420> <<< 172629 1726889025.23067: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889025.23071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726889025.23113: 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 0x7fba69603ef0> <<< 172629 1726889025.23132: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69603620> <<< 172629 1726889025.23172: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba695e6750> <<< 172629 1726889025.23195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889025.23215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889025.23238: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889025.23252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889025.23286: 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 0x7fba6938bd40> <<< 172629 1726889025.23314: 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' <<< 172629 1726889025.23344: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.23350: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba693b4890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba693b45f0> <<< 172629 1726889025.23375: 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 0x7fba693b48c0> <<< 172629 1726889025.23407: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726889025.23413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726889025.23480: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.23605: 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 0x7fba693b51f0> <<< 172629 1726889025.23722: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.23727: 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 0x7fba693b5b50> <<< 172629 1726889025.23734: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba693b4aa0> <<< 172629 1726889025.23739: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69389ee0> <<< 172629 1726889025.23770: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889025.23781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889025.23820: 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' <<< 172629 1726889025.23831: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba693b6f30> <<< 172629 1726889025.23850: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba693b5c70> <<< 172629 1726889025.23874: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba695e6e40> <<< 172629 1726889025.23897: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889025.23960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889025.23974: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889025.24010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889025.24035: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba693df2c0> <<< 172629 1726889025.24091: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889025.24102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889025.24130: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889025.24142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889025.24185: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69403680> <<< 172629 1726889025.24203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889025.24249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889025.24301: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889025.24325: 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 0x7fba69464470> <<< 172629 1726889025.24344: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889025.24374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889025.24403: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889025.24437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889025.24524: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69466bd0> <<< 172629 1726889025.24599: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69464590> <<< 172629 1726889025.24635: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69429460> <<< 172629 1726889025.24661: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726889025.24670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68d29580> <<< 172629 1726889025.24687: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba694024b0> <<< 172629 1726889025.24693: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba693b7e90> <<< 172629 1726889025.24792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889025.24815: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fba68d29820> <<< 172629 1726889025.24949: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_pk67k7vu/ansible_stat_payload.zip' <<< 172629 1726889025.24957: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.25077: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.25110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889025.25114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889025.25164: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889025.25231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889025.25263: 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 0x7fba68d7b2f0> <<< 172629 1726889025.25275: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726889025.25461: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68d5e1e0> <<< 172629 1726889025.25467: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68d5d340> # zipimport: zlib available <<< 172629 1726889025.25499: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889025.25505: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.25530: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.25542: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.25558: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889025.25568: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.26954: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.28059: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726889025.28065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68d791c0> <<< 172629 1726889025.28083: 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' <<< 172629 1726889025.28118: 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' <<< 172629 1726889025.28148: 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' <<< 172629 1726889025.28174: 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 0x7fba68da6c90> <<< 172629 1726889025.28213: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68da6a20> <<< 172629 1726889025.28240: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68da6330> <<< 172629 1726889025.28265: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889025.28270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726889025.28314: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68da6e40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68d7bd10> <<< 172629 1726889025.28320: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726889025.28352: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.28363: 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 0x7fba68da7a10> <<< 172629 1726889025.28386: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.28393: 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 0x7fba68da7c50> <<< 172629 1726889025.28410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889025.28448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889025.28464: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889025.28510: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68dcc140> <<< 172629 1726889025.28515: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889025.28532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889025.28561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889025.28593: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c15ee0> <<< 172629 1726889025.28621: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.28625: 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 0x7fba68c17ad0> <<< 172629 1726889025.28648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889025.28660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889025.28697: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c1c4d0> <<< 172629 1726889025.28713: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889025.28749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889025.28760: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c1d3d0> <<< 172629 1726889025.28782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889025.28816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889025.28837: 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' <<< 172629 1726889025.28894: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c200e0> <<< 172629 1726889025.28929: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.28942: 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 0x7fba68c20230> <<< 172629 1726889025.28949: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c1e390> <<< 172629 1726889025.28975: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889025.28993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889025.29019: 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' <<< 172629 1726889025.29045: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889025.29069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889025.29099: 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' <<< 172629 1726889025.29113: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c23f50> <<< 172629 1726889025.29119: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889025.29185: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c22ae0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c22840> <<< 172629 1726889025.29207: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726889025.29213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726889025.29290: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c22db0> <<< 172629 1726889025.29315: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c1e8a0> <<< 172629 1726889025.29343: 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 0x7fba68c68170> <<< 172629 1726889025.29373: 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 0x7fba68c683e0> <<< 172629 1726889025.29398: 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 <<< 172629 1726889025.29410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889025.29438: 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' <<< 172629 1726889025.29477: 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 0x7fba68c69e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c69c40> <<< 172629 1726889025.29496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889025.29600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889025.29647: 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' <<< 172629 1726889025.29654: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba68c6c3b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c6a540> <<< 172629 1726889025.29678: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889025.29713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889025.29740: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726889025.29743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726889025.29760: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726889025.29796: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c6fb90> <<< 172629 1726889025.29920: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c6c560> <<< 172629 1726889025.29977: 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 0x7fba68c70890> <<< 172629 1726889025.30008: 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 0x7fba68c70da0> <<< 172629 1726889025.30052: 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 0x7fba68c70b60> <<< 172629 1726889025.30073: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c685c0> <<< 172629 1726889025.30092: 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 <<< 172629 1726889025.30105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 172629 1726889025.30110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889025.30135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889025.30162: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.30184: 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 0x7fba68cfc410> <<< 172629 1726889025.30331: 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 0x7fba68cfd790> <<< 172629 1726889025.30347: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c72ba0> <<< 172629 1726889025.30381: 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 0x7fba68c73f50> <<< 172629 1726889025.30391: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c727e0> <<< 172629 1726889025.30403: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.30430: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726889025.30446: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.30528: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.30630: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.30634: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.30641: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 172629 1726889025.30662: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.30665: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889025.30684: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.30800: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.30919: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.31450: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.31993: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726889025.31997: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726889025.32003: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 172629 1726889025.32026: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889025.32041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889025.32088: 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'<<< 172629 1726889025.32093: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba68b019a0> <<< 172629 1726889025.32168: 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' <<< 172629 1726889025.32194: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68b02750> <<< 172629 1726889025.32199: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68cfd8e0> <<< 172629 1726889025.32258: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889025.32261: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.32288: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.32293: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726889025.32311: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.32451: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.32609: 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' <<< 172629 1726889025.32621: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68b02630> <<< 172629 1726889025.32629: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.33082: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.33526: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.33600: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.33677: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889025.33684: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.33720: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.33761: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889025.33764: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.33836: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.33911: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889025.33939: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.33944: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726889025.33960: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.34003: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.34035: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889025.34049: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.34274: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.34506: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889025.34556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889025.34575: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889025.34636: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68b03890> <<< 172629 1726889025.34649: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.34719: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.34798: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 172629 1726889025.34804: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726889025.34833: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.34871: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.34914: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889025.34919: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.34965: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.35008: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.35067: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.35132: 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 <<< 172629 1726889025.35173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889025.35249: 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' <<< 172629 1726889025.35260: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba68b0e3c0> <<< 172629 1726889025.35285: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68b09a30> <<< 172629 1726889025.35320: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726889025.35328: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.35392: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.35457: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.35482: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.35525: 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' <<< 172629 1726889025.35546: 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 <<< 172629 1726889025.35567: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889025.35592: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889025.35643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889025.35668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889025.35680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889025.35735: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c02a80> <<< 172629 1726889025.35774: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68de2750> <<< 172629 1726889025.35857: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68b0e120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c71af0> # destroy ansible.module_utils.distro <<< 172629 1726889025.35866: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 172629 1726889025.35871: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.35905: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.35930: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726889025.35933: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889025.35979: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889025.36010: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.36016: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.36027: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 172629 1726889025.36030: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.36161: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.36345: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.37692: 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": 1431, "inode": 253755650, "dev": 51714, "nlink": 1, "atime": 1726888998.2452042, "mtime": 1726888994.902182, "ctime": 1726888994.902182, "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": "9f7dddca00e7a7190c94a09e898b8a0161235aa5", "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"}}} <<< 172629 1726889025.37718: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889025.38124: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889025.38145: 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 <<< 172629 1726889025.38150: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref <<< 172629 1726889025.38175: stdout chunk (state=3): >>># 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 <<< 172629 1726889025.38180: stdout chunk (state=3): >>># cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site <<< 172629 1726889025.38204: stdout chunk (state=3): >>># cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants <<< 172629 1726889025.38209: stdout chunk (state=3): >>># cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect <<< 172629 1726889025.38237: stdout chunk (state=3): >>># 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 <<< 172629 1726889025.38251: stdout chunk (state=3): >>># destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal <<< 172629 1726889025.38281: stdout chunk (state=3): >>># cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # 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 <<< 172629 1726889025.38291: stdout chunk (state=3): >>># destroy ansible.module_utils._text <<< 172629 1726889025.38315: 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 # 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 <<< 172629 1726889025.38322: stdout chunk (state=3): >>># destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # 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 <<< 172629 1726889025.38563: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889025.38569: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726889025.38599: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726889025.38615: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 172629 1726889025.38631: stdout chunk (state=3): >>># destroy zipfile._path <<< 172629 1726889025.38641: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726889025.38688: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889025.38695: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 172629 1726889025.38700: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 172629 1726889025.38722: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 172629 1726889025.38725: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 172629 1726889025.38761: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 172629 1726889025.38764: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726889025.38785: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726889025.38789: stdout chunk (state=3): >>># destroy array <<< 172629 1726889025.38815: stdout chunk (state=3): >>># destroy datetime <<< 172629 1726889025.38828: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726889025.38837: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 172629 1726889025.38848: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889025.38875: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726889025.38892: 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 <<< 172629 1726889025.38906: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap <<< 172629 1726889025.38919: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726889025.38935: 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 <<< 172629 1726889025.38943: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 172629 1726889025.38964: stdout chunk (state=3): >>># cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 172629 1726889025.38978: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 172629 1726889025.38996: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 172629 1726889025.39000: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator <<< 172629 1726889025.39013: 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 <<< 172629 1726889025.39028: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 172629 1726889025.39041: 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 <<< 172629 1726889025.39047: 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 <<< 172629 1726889025.39180: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889025.39204: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889025.39222: stdout chunk (state=3): >>># destroy platform # destroy _uuid<<< 172629 1726889025.39225: stdout chunk (state=3): >>> # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889025.39251: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 172629 1726889025.39258: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 172629 1726889025.39293: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 172629 1726889025.39296: 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 <<< 172629 1726889025.39321: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889025.39414: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 172629 1726889025.39421: 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 <<< 172629 1726889025.39454: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726889025.39475: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726889025.39478: stdout chunk (state=3): >>># destroy _operator <<< 172629 1726889025.39488: stdout chunk (state=3): >>># destroy _string # destroy re <<< 172629 1726889025.39512: stdout chunk (state=3): >>># destroy itertools <<< 172629 1726889025.39519: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726889025.39529: stdout chunk (state=3): >>># clear sys.audit hooks<<< 172629 1726889025.39539: stdout chunk (state=3): >>> <<< 172629 1726889025.39820: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889025.39851: stderr chunk (state=3): >>><<< 172629 1726889025.39861: stdout chunk (state=3): >>><<< 172629 1726889025.39926: _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 0x7fba697684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69737b30> # /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 0x7fba6976aa50> 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 0x7fba6951d130> # /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 0x7fba6951e120> 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 0x7fba6955aea0> # /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 0x7fba695701a0> # /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 0x7fba69593a40> # /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 0x7fba695b4110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69573ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69571400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba695591c0> # /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 0x7fba695b7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba695b6570> # /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 0x7fba695722d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba6955b0b0> # /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 0x7fba695e49e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69558440> # /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 0x7fba695e4e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba695e4d40> # 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 0x7fba695e5130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69556f60> # /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 0x7fba695e5820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba695e54f0> 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 0x7fba695e6720> 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 0x7fba69600920> 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 0x7fba69602030> # /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 0x7fba69602ed0> # 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 0x7fba69603530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69602420> # /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 0x7fba69603ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69603620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba695e6750> # /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 0x7fba6938bd40> # /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 0x7fba693b4890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba693b45f0> # 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 0x7fba693b48c0> # /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 0x7fba693b51f0> # 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 0x7fba693b5b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba693b4aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69389ee0> # /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 0x7fba693b6f30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba693b5c70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba695e6e40> # /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 0x7fba693df2c0> # /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 0x7fba69403680> # /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 0x7fba69464470> # /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 0x7fba69466bd0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69464590> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba69429460> # /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 0x7fba68d29580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba694024b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba693b7e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fba68d29820> # zipimport: found 30 names in '/tmp/ansible_stat_payload_pk67k7vu/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 0x7fba68d7b2f0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68d5e1e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68d5d340> # 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 0x7fba68d791c0> # /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 0x7fba68da6c90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68da6a20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68da6330> # /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 0x7fba68da6e40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68d7bd10> 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 0x7fba68da7a10> # 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 0x7fba68da7c50> # /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 0x7fba68dcc140> 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 0x7fba68c15ee0> # 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 0x7fba68c17ad0> # /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 0x7fba68c1c4d0> # /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 0x7fba68c1d3d0> # /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 0x7fba68c200e0> # 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 0x7fba68c20230> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c1e390> # /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 0x7fba68c23f50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c22ae0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c22840> # /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 0x7fba68c22db0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c1e8a0> # 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 0x7fba68c68170> # /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 0x7fba68c683e0> # /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 0x7fba68c69e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c69c40> # /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 0x7fba68c6c3b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c6a540> # /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 0x7fba68c6fb90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c6c560> # 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 0x7fba68c70890> # 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 0x7fba68c70da0> # 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 0x7fba68c70b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c685c0> # /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 0x7fba68cfc410> # 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 0x7fba68cfd790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c72ba0> # 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 0x7fba68c73f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c727e0> # 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 0x7fba68b019a0> # /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 0x7fba68b02750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68cfd8e0> 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 0x7fba68b02630> # 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 0x7fba68b03890> # 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 0x7fba68b0e3c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68b09a30> 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 0x7fba68c02a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68de2750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68b0e120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba68c71af0> # 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": 1431, "inode": 253755650, "dev": 51714, "nlink": 1, "atime": 1726888998.2452042, "mtime": 1726888994.902182, "ctime": 1726888994.902182, "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": "9f7dddca00e7a7190c94a09e898b8a0161235aa5", "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. 172629 1726889025.40479: 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-1726889025.096035-177222-224696609426056/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889025.40490: _low_level_execute_command(): starting 172629 1726889025.40492: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889025.096035-177222-224696609426056/ > /dev/null 2>&1 && sleep 0' 172629 1726889025.40643: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889025.40647: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889025.40650: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889025.40675: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889025.40679: 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 <<< 172629 1726889025.40691: 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 <<< 172629 1726889025.40741: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889025.40744: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889025.40762: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889025.40823: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889025.42715: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889025.42719: stdout chunk (state=3): >>><<< 172629 1726889025.42721: stderr chunk (state=3): >>><<< 172629 1726889025.42738: _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 172629 1726889025.42753: handler run complete 172629 1726889025.42807: attempt loop complete, returning result 172629 1726889025.42810: _execute() done 172629 1726889025.42812: dumping result to json 172629 1726889025.42820: done dumping result, returning 172629 1726889025.42827: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-d0a8-add8-000000002c7e] 172629 1726889025.42832: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c7e 172629 1726889025.42941: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c7e 172629 1726889025.42944: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726888998.2452042, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "9f7dddca00e7a7190c94a09e898b8a0161235aa5", "ctime": 1726888994.902182, "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": 1726888994.902182, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1431, "uid": 0, "version": "3790368620", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726889025.43100: no more pending results, returning what we have 172629 1726889025.43103: results queue empty 172629 1726889025.43104: checking for any_errors_fatal 172629 1726889025.43111: done checking for any_errors_fatal 172629 1726889025.43111: checking for max_fail_percentage 172629 1726889025.43113: done checking for max_fail_percentage 172629 1726889025.43114: checking to see if all hosts have failed and the running result is not ok 172629 1726889025.43115: done checking to see if all hosts have failed 172629 1726889025.43115: getting the remaining hosts for this loop 172629 1726889025.43117: done getting the remaining hosts for this loop 172629 1726889025.43120: getting the next task for host managed_node1 172629 1726889025.43125: done getting next task for host managed_node1 172629 1726889025.43128: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 172629 1726889025.43131: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889025.43141: getting variables 172629 1726889025.43142: in VariableManager get_vars() 172629 1726889025.43283: Calling all_inventory to load vars for managed_node1 172629 1726889025.43287: Calling groups_inventory to load vars for managed_node1 172629 1726889025.43290: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889025.43303: Calling all_plugins_play to load vars for managed_node1 172629 1726889025.43306: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889025.43310: Calling groups_plugins_play to load vars for managed_node1 172629 1726889025.43648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889025.44131: done with get_vars() 172629 1726889025.44150: 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 23:23:45 -0400 (0:00:00.387) 0:02:05.722 ****** 172629 1726889025.44244: entering _queue_task() for managed_node1/lineinfile 172629 1726889025.44513: worker is 1 (out of 1 available) 172629 1726889025.44525: exiting _queue_task() for managed_node1/lineinfile 172629 1726889025.44538: done queuing things up, now waiting for results queue to drain 172629 1726889025.44539: waiting for pending results... 172629 1726889025.45089: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 172629 1726889025.45095: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c7f 172629 1726889025.45099: variable 'ansible_search_path' from source: unknown 172629 1726889025.45103: variable 'ansible_search_path' from source: unknown 172629 1726889025.45114: calling self._execute() 172629 1726889025.45141: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889025.45147: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889025.45160: variable 'omit' from source: magic vars 172629 1726889025.45549: variable '__storage_fstab' from source: set_fact 172629 1726889025.45574: Evaluated conditional (__storage_fstab.stat.exists): True 172629 1726889025.45736: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889025.46099: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889025.46102: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889025.46105: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889025.46108: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889025.46189: variable 'blivet_output' from source: set_fact 172629 1726889025.46227: Evaluated conditional (blivet_output is changed): True 172629 1726889025.46230: variable 'omit' from source: magic vars 172629 1726889025.46278: variable 'omit' from source: magic vars 172629 1726889025.46300: variable '__str' from source: task vars 172629 1726889025.46358: variable '__str' from source: task vars 172629 1726889025.46368: variable '__str' from source: task vars 172629 1726889025.46410: variable '__str' from source: task vars 172629 1726889025.46423: variable 'omit' from source: magic vars 172629 1726889025.46446: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889025.46471: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889025.46486: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889025.46500: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889025.46508: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889025.46531: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889025.46541: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889025.46543: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889025.46610: Set connection var ansible_timeout to 10 172629 1726889025.46613: Set connection var ansible_shell_type to sh 172629 1726889025.46618: Set connection var ansible_pipelining to False 172629 1726889025.46624: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889025.46628: Set connection var ansible_shell_executable to /bin/sh 172629 1726889025.46631: Set connection var ansible_connection to ssh 172629 1726889025.46648: variable 'ansible_shell_executable' from source: unknown 172629 1726889025.46651: variable 'ansible_connection' from source: unknown 172629 1726889025.46657: variable 'ansible_module_compression' from source: unknown 172629 1726889025.46660: variable 'ansible_shell_type' from source: unknown 172629 1726889025.46662: variable 'ansible_shell_executable' from source: unknown 172629 1726889025.46665: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889025.46667: variable 'ansible_pipelining' from source: unknown 172629 1726889025.46669: variable 'ansible_timeout' from source: unknown 172629 1726889025.46671: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889025.46780: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889025.46788: variable 'omit' from source: magic vars 172629 1726889025.46794: starting attempt loop 172629 1726889025.46796: running the handler 172629 1726889025.46809: _low_level_execute_command(): starting 172629 1726889025.46815: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889025.47305: 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 <<< 172629 1726889025.47309: stderr 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 <<< 172629 1726889025.47312: 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 <<< 172629 1726889025.47315: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889025.47360: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889025.47363: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889025.47369: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889025.47418: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889025.49159: stdout chunk (state=3): >>>/root <<< 172629 1726889025.49162: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889025.49165: stdout chunk (state=3): >>><<< 172629 1726889025.49171: stderr chunk (state=3): >>><<< 172629 1726889025.49190: _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 172629 1726889025.49288: _low_level_execute_command(): starting 172629 1726889025.49293: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889025.4920363-177230-255078628154209 `" && echo ansible-tmp-1726889025.4920363-177230-255078628154209="` echo /root/.ansible/tmp/ansible-tmp-1726889025.4920363-177230-255078628154209 `" ) && sleep 0' 172629 1726889025.49784: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889025.49797: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889025.49809: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889025.49826: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889025.49842: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889025.49853: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889025.49869: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889025.49966: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889025.49981: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889025.50065: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889025.51947: stdout chunk (state=3): >>>ansible-tmp-1726889025.4920363-177230-255078628154209=/root/.ansible/tmp/ansible-tmp-1726889025.4920363-177230-255078628154209 <<< 172629 1726889025.52108: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889025.52111: stdout chunk (state=3): >>><<< 172629 1726889025.52113: stderr chunk (state=3): >>><<< 172629 1726889025.52261: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889025.4920363-177230-255078628154209=/root/.ansible/tmp/ansible-tmp-1726889025.4920363-177230-255078628154209 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889025.52264: variable 'ansible_module_compression' from source: unknown 172629 1726889025.52267: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.lineinfile-ZIP_DEFLATED 172629 1726889025.52288: variable 'ansible_facts' from source: unknown 172629 1726889025.52386: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889025.4920363-177230-255078628154209/AnsiballZ_lineinfile.py 172629 1726889025.52506: Sending initial data 172629 1726889025.52609: Sent initial data (161 bytes) 172629 1726889025.53149: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889025.53169: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889025.53269: 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 <<< 172629 1726889025.53298: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889025.53312: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889025.53384: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889025.54934: 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 <<< 172629 1726889025.54992: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889025.55066: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpjwg086bl /root/.ansible/tmp/ansible-tmp-1726889025.4920363-177230-255078628154209/AnsiballZ_lineinfile.py <<< 172629 1726889025.55076: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889025.4920363-177230-255078628154209/AnsiballZ_lineinfile.py" <<< 172629 1726889025.55106: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpjwg086bl" to remote "/root/.ansible/tmp/ansible-tmp-1726889025.4920363-177230-255078628154209/AnsiballZ_lineinfile.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889025.4920363-177230-255078628154209/AnsiballZ_lineinfile.py" <<< 172629 1726889025.55882: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889025.55913: stderr chunk (state=3): >>><<< 172629 1726889025.56020: stdout chunk (state=3): >>><<< 172629 1726889025.56023: done transferring module to remote 172629 1726889025.56025: _low_level_execute_command(): starting 172629 1726889025.56027: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889025.4920363-177230-255078628154209/ /root/.ansible/tmp/ansible-tmp-1726889025.4920363-177230-255078628154209/AnsiballZ_lineinfile.py && sleep 0' 172629 1726889025.56580: 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 <<< 172629 1726889025.56600: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889025.56674: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889025.58475: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889025.58520: stdout chunk (state=3): >>><<< 172629 1726889025.58551: stderr chunk (state=3): >>><<< 172629 1726889025.58641: _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 172629 1726889025.58645: _low_level_execute_command(): starting 172629 1726889025.58648: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889025.4920363-177230-255078628154209/AnsiballZ_lineinfile.py && sleep 0' 172629 1726889025.60247: 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 <<< 172629 1726889025.60395: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889025.60573: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889025.62621: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889025.62646: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889025.62685: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889025.62743: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726889025.62787: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889025.62825: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 172629 1726889025.62828: stdout chunk (state=3): >>># installing zipimport hook <<< 172629 1726889025.62850: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726889025.62906: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726889025.62921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 172629 1726889025.62943: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889025.62973: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889025.63004: 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 0x7f78220e04d0> <<< 172629 1726889025.63040: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78220afb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 172629 1726889025.63052: 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 0x7f78220e2a50> <<< 172629 1726889025.63082: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889025.63102: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726889025.63125: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 172629 1726889025.63153: stdout chunk (state=3): >>>import '_stat' # <<< 172629 1726889025.63164: stdout chunk (state=3): >>>import 'stat' # <<< 172629 1726889025.63243: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889025.63268: stdout chunk (state=3): >>>import 'genericpath' # <<< 172629 1726889025.63285: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # <<< 172629 1726889025.63317: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889025.63350: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726889025.63378: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889025.63392: 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' <<< 172629 1726889025.63407: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821e91130> <<< 172629 1726889025.63479: 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' <<< 172629 1726889025.63489: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821e92120> <<< 172629 1726889025.63514: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889025.63536: 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. <<< 172629 1726889025.63775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889025.63779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889025.63804: 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' <<< 172629 1726889025.63828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889025.63864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889025.63894: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889025.63918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889025.63932: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821ed7fb0> <<< 172629 1726889025.63956: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889025.63980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889025.63997: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821ee4140> <<< 172629 1726889025.64013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889025.64032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889025.64051: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889025.64108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889025.64133: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889025.64167: 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' <<< 172629 1726889025.64178: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f079e0> # /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' <<< 172629 1726889025.64200: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f07fb0> import '_collections' # <<< 172629 1726889025.64260: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821ee7c80> <<< 172629 1726889025.64273: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889025.64286: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821ee53a0> <<< 172629 1726889025.64379: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821ed5160> <<< 172629 1726889025.64400: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889025.64431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889025.64434: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889025.64467: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889025.64481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889025.64503: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726889025.64514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726889025.64543: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f2b860> <<< 172629 1726889025.64553: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f2a480> <<< 172629 1726889025.64582: 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 0x7f7821ee7f50> <<< 172629 1726889025.64606: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821ed7050> <<< 172629 1726889025.64650: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726889025.64663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f5c860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821ed43e0> <<< 172629 1726889025.64685: 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' <<< 172629 1726889025.64725: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.64729: 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 0x7f7821f5cd10> <<< 172629 1726889025.64773: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f5cbc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.64776: 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 0x7f7821f5cf80> <<< 172629 1726889025.64809: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821ecaf00> <<< 172629 1726889025.64812: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726889025.64836: 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 <<< 172629 1726889025.64852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889025.64880: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f5d640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f5d310> import 'importlib.machinery' # <<< 172629 1726889025.64924: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 172629 1726889025.64965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f5e510> import 'importlib.util' # <<< 172629 1726889025.64968: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726889025.64983: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889025.65023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889025.65053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726889025.65069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f74740> import 'errno' # <<< 172629 1726889025.65091: 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 0x7f7821f75df0> <<< 172629 1726889025.65119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889025.65131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726889025.65165: 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' <<< 172629 1726889025.65177: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f76c90> <<< 172629 1726889025.65214: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.65229: 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 0x7f7821f772f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f761e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889025.65252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726889025.65293: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.65304: 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 0x7f7821f77d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f774a0> <<< 172629 1726889025.65337: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f5e570> <<< 172629 1726889025.65367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889025.65398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889025.65410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889025.65428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889025.65461: 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 0x7f7821cf3ce0> <<< 172629 1726889025.65483: 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' <<< 172629 1726889025.65513: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.65546: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7821d1c830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821d1c590> # 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 0x7f7821d1c740> <<< 172629 1726889025.65577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726889025.65587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726889025.65650: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.65778: 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 0x7f7821d1d0d0><<< 172629 1726889025.65788: stdout chunk (state=3): >>> <<< 172629 1726889025.65889: 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' <<< 172629 1726889025.65907: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7821d1dac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821d1c980> <<< 172629 1726889025.65928: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821cf1e80> <<< 172629 1726889025.65944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889025.65975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889025.65997: 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' <<< 172629 1726889025.66015: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821d1ee70> <<< 172629 1726889025.66036: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821d1dbb0> <<< 172629 1726889025.66050: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f5ec60> <<< 172629 1726889025.66074: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889025.66129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889025.66143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889025.66181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889025.66202: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821d4b1d0> <<< 172629 1726889025.66259: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889025.66292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889025.66297: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889025.66316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889025.66349: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821d73560> <<< 172629 1726889025.66366: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889025.66419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889025.66460: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889025.66504: 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 0x7f7821dcc320> <<< 172629 1726889025.66507: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889025.66537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889025.66562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889025.66593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889025.66680: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821dcea80> <<< 172629 1726889025.66758: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821dcc440> <<< 172629 1726889025.66789: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821d99340> <<< 172629 1726889025.66818: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726889025.66829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f782170d3a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821d72360> <<< 172629 1726889025.66854: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821d1fda0> <<< 172629 1726889025.66956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889025.66974: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7821d726c0> <<< 172629 1726889025.67131: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_xexjinzx/ansible_lineinfile_payload.zip' <<< 172629 1726889025.67144: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.67254: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.67286: 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' <<< 172629 1726889025.67336: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889025.67404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889025.67449: 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 0x7f7821763080> <<< 172629 1726889025.67452: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726889025.67628: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821741f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78217410d0> # zipimport: zlib available <<< 172629 1726889025.67673: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889025.67676: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.67716: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889025.67720: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889025.67734: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.69092: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.70192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726889025.70196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821760dd0> <<< 172629 1726889025.70239: 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' <<< 172629 1726889025.70244: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726889025.70271: 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' <<< 172629 1726889025.70300: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.70310: 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 0x7f7821792a20> <<< 172629 1726889025.70332: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78217927b0> <<< 172629 1726889025.70381: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78217920c0> <<< 172629 1726889025.70385: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889025.70424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726889025.70443: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821792ba0> <<< 172629 1726889025.70446: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821763d10> <<< 172629 1726889025.70468: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726889025.70498: 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 0x7f78217937d0> <<< 172629 1726889025.70515: 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 0x7f78217939e0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889025.70567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889025.70579: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889025.70619: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821793f20> <<< 172629 1726889025.70639: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889025.70666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889025.70669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889025.70732: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78215fdc70> <<< 172629 1726889025.70736: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.70759: 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 0x7f78215ff890> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889025.70773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889025.70798: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821600260> <<< 172629 1726889025.70821: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889025.70853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889025.70867: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821601400> <<< 172629 1726889025.70884: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889025.70923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889025.70950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726889025.70964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726889025.70986: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821603ec0> <<< 172629 1726889025.71035: 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 0x7f78216001d0> <<< 172629 1726889025.71061: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821602180> <<< 172629 1726889025.71083: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889025.71106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889025.71121: 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' <<< 172629 1726889025.71136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889025.71183: 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 <<< 172629 1726889025.71196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f782160bce0> <<< 172629 1726889025.71221: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889025.71288: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f782160a7b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f782160a540> <<< 172629 1726889025.71299: 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' <<< 172629 1726889025.71381: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f782160aa80> <<< 172629 1726889025.71401: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821602690> <<< 172629 1726889025.71447: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.71451: 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 0x7f782164ffe0> # /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 0x7f7821650170> <<< 172629 1726889025.71491: 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 <<< 172629 1726889025.71495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889025.71522: 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' <<< 172629 1726889025.71552: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.71571: 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 0x7f7821651be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78216519a0> <<< 172629 1726889025.71580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889025.71668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889025.71715: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.71735: 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 0x7f7821654110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78216522d0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889025.71781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889025.71807: 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' # <<< 172629 1726889025.71860: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821657830> <<< 172629 1726889025.71972: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821654200> <<< 172629 1726889025.72031: 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 0x7f78216588c0> <<< 172629 1726889025.72069: 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 0x7f7821658530> <<< 172629 1726889025.72122: 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 0x7f7821658a10> <<< 172629 1726889025.72126: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821650320> <<< 172629 1726889025.72151: 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' <<< 172629 1726889025.72190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889025.72193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889025.72209: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889025.72231: 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 0x7f78216e40e0> <<< 172629 1726889025.72382: 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 0x7f78216e54c0> <<< 172629 1726889025.72412: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f782165a870> <<< 172629 1726889025.72425: 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 0x7f782165bc20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f782165a4e0> <<< 172629 1726889025.72461: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726889025.72478: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.72558: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.72647: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.72674: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726889025.72697: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889025.72708: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726889025.72824: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.72940: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.73456: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.73982: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726889025.73999: 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' # <<< 172629 1726889025.74013: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889025.74039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889025.74079: 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 0x7f78214ed760> <<< 172629 1726889025.74171: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726889025.74174: 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 0x7f78214ee420> <<< 172629 1726889025.74195: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78216e5670> <<< 172629 1726889025.74234: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889025.74250: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.74287: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726889025.74290: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.74430: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.74589: 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 0x7f78214eeb70> <<< 172629 1726889025.74614: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.75051: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.75490: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.75560: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.75635: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 172629 1726889025.75684: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.75715: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889025.75727: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.75788: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.75885: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 172629 1726889025.75899: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726889025.75924: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.75952: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.75993: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889025.76003: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.76226: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.76450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889025.76510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726889025.76583: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78214ef830> # zipimport: zlib available <<< 172629 1726889025.76661: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.76737: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726889025.76740: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726889025.76765: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 172629 1726889025.76815: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.76943: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889025.76968: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889025.77003: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.77071: 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 <<< 172629 1726889025.77108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889025.77225: 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 0x7f78214fa3c0> <<< 172629 1726889025.77261: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78214f4fe0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726889025.77274: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.77343: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.77389: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.77416: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.77472: 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' <<< 172629 1726889025.77518: 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 <<< 172629 1726889025.77521: 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 <<< 172629 1726889025.77599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889025.77622: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889025.77635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889025.77671: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78215eeb70> <<< 172629 1726889025.77711: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78217c6840> <<< 172629 1726889025.77799: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78214fa0c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f782165a6c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726889025.77846: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.77849: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.77872: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889025.77945: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 172629 1726889025.77976: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 172629 1726889025.78243: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.78545: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889025.79218: stdout chunk (state=3): >>> {"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/etc/fstab (content)", "after_header": "/etc/fstab (content)"}, {"before_header": "/etc/fstab (file attributes)", "after_header": "/etc/fstab (file attributes)"}], "invocation": {"module_args": {"insertbefore": "^#", "firstmatch": true, "line": "# system_role:storage", "regexp": "# system_role:storage", "path": "/etc/fstab", "state": "present", "backrefs": false, "create": false, "backup": false, "unsafe_writes": false, "search_string": null, "insertafter": null, "validate": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 172629 1726889025.79222: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889025.79511: 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 <<< 172629 1726889025.79515: stdout chunk (state=3): >>># clear sys.__interactivehook__ # clear sys.meta_path <<< 172629 1726889025.79574: stdout chunk (state=3): >>># restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # 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 <<< 172629 1726889025.79615: stdout chunk (state=3): >>># cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # 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 <<< 172629 1726889025.79619: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json <<< 172629 1726889025.79640: stdout chunk (state=3): >>># cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # 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 <<< 172629 1726889025.79678: stdout chunk (state=3): >>># cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # 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 <<< 172629 1726889025.79919: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889025.79945: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726889025.79969: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile <<< 172629 1726889025.80007: stdout chunk (state=3): >>># destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport <<< 172629 1726889025.80039: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp <<< 172629 1726889025.80049: stdout chunk (state=3): >>># destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726889025.80077: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 172629 1726889025.80105: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889025.80150: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726889025.80165: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 172629 1726889025.80221: 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 <<< 172629 1726889025.80224: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726889025.80272: 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 <<< 172629 1726889025.80275: 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 <<< 172629 1726889025.80296: 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 <<< 172629 1726889025.80422: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726889025.80451: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 172629 1726889025.80468: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889025.80504: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing <<< 172629 1726889025.80527: 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 <<< 172629 1726889025.80545: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889025.80634: 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 <<< 172629 1726889025.80676: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726889025.80689: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 172629 1726889025.80727: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks<<< 172629 1726889025.80752: stdout chunk (state=3): >>> <<< 172629 1726889025.81083: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889025.81130: stderr chunk (state=3): >>><<< 172629 1726889025.81133: stdout chunk (state=3): >>><<< 172629 1726889025.81320: _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 0x7f78220e04d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78220afb30> # /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 0x7f78220e2a50> 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 0x7f7821e91130> # /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 0x7f7821e92120> 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 0x7f7821ed7fb0> # /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 0x7f7821ee4140> # /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 0x7f7821f079e0> # /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 0x7f7821f07fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821ee7c80> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821ee53a0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821ed5160> # /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 0x7f7821f2b860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f2a480> # /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 0x7f7821ee7f50> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821ed7050> # /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 0x7f7821f5c860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821ed43e0> # /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 0x7f7821f5cd10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f5cbc0> # 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 0x7f7821f5cf80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821ecaf00> # /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 0x7f7821f5d640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f5d310> 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 0x7f7821f5e510> 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 0x7f7821f74740> 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 0x7f7821f75df0> # /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 0x7f7821f76c90> # 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 0x7f7821f772f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f761e0> # /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 0x7f7821f77d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f774a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f5e570> # /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 0x7f7821cf3ce0> # /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 0x7f7821d1c830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821d1c590> # 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 0x7f7821d1c740> # /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 0x7f7821d1d0d0> # 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 0x7f7821d1dac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821d1c980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821cf1e80> # /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 0x7f7821d1ee70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821d1dbb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821f5ec60> # /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 0x7f7821d4b1d0> # /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 0x7f7821d73560> # /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 0x7f7821dcc320> # /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 0x7f7821dcea80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821dcc440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821d99340> # /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 0x7f782170d3a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821d72360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821d1fda0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7821d726c0> # zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_xexjinzx/ansible_lineinfile_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821763080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821741f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78217410d0> # 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 0x7f7821760dd0> # /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 0x7f7821792a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78217927b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78217920c0> # /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 0x7f7821792ba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821763d10> 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 0x7f78217937d0> # 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 0x7f78217939e0> # /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 0x7f7821793f20> 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 0x7f78215fdc70> # 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 0x7f78215ff890> # /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 0x7f7821600260> # /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 0x7f7821601400> # /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 0x7f7821603ec0> # 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 0x7f78216001d0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821602180> # /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 0x7f782160bce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f782160a7b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f782160a540> # /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 0x7f782160aa80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821602690> # 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 0x7f782164ffe0> # /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 0x7f7821650170> # /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 0x7f7821651be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78216519a0> # /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 0x7f7821654110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78216522d0> # /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 0x7f7821657830> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821654200> # 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 0x7f78216588c0> # 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 0x7f7821658530> # 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 0x7f7821658a10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7821650320> # /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 0x7f78216e40e0> # 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 0x7f78216e54c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f782165a870> # 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 0x7f782165bc20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f782165a4e0> # 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 0x7f78214ed760> # /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 0x7f78214ee420> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78216e5670> 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 0x7f78214eeb70> # 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 0x7f78214ef830> # 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 0x7f78214fa3c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78214f4fe0> 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 0x7f78215eeb70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78217c6840> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78214fa0c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f782165a6c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/etc/fstab (content)", "after_header": "/etc/fstab (content)"}, {"before_header": "/etc/fstab (file attributes)", "after_header": "/etc/fstab (file attributes)"}], "invocation": {"module_args": {"insertbefore": "^#", "firstmatch": true, "line": "# system_role:storage", "regexp": "# system_role:storage", "path": "/etc/fstab", "state": "present", "backrefs": false, "create": false, "backup": false, "unsafe_writes": false, "search_string": null, "insertafter": null, "validate": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726889025.82019: done with _execute_module (lineinfile, {'insertbefore': '^#', 'firstmatch': True, 'line': '# system_role:storage', 'regexp': '# system_role:storage', 'path': '/etc/fstab', 'state': 'present', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'lineinfile', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726889025.4920363-177230-255078628154209/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889025.82022: _low_level_execute_command(): starting 172629 1726889025.82024: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889025.4920363-177230-255078628154209/ > /dev/null 2>&1 && sleep 0' 172629 1726889025.82585: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889025.82670: 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 <<< 172629 1726889025.82707: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889025.82721: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889025.82742: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889025.82821: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889025.84682: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889025.84691: stdout chunk (state=3): >>><<< 172629 1726889025.84705: stderr chunk (state=3): >>><<< 172629 1726889025.84727: _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 172629 1726889025.84743: handler run complete 172629 1726889025.84781: attempt loop complete, returning result 172629 1726889025.84788: _execute() done 172629 1726889025.84796: dumping result to json 172629 1726889025.84805: done dumping result, returning 172629 1726889025.84816: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-d0a8-add8-000000002c7f] 172629 1726889025.84824: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c7f ok: [managed_node1] => { "backup": "", "changed": false } 172629 1726889025.85052: no more pending results, returning what we have 172629 1726889025.85058: results queue empty 172629 1726889025.85059: checking for any_errors_fatal 172629 1726889025.85070: done checking for any_errors_fatal 172629 1726889025.85070: checking for max_fail_percentage 172629 1726889025.85072: done checking for max_fail_percentage 172629 1726889025.85073: checking to see if all hosts have failed and the running result is not ok 172629 1726889025.85074: done checking to see if all hosts have failed 172629 1726889025.85075: getting the remaining hosts for this loop 172629 1726889025.85076: done getting the remaining hosts for this loop 172629 1726889025.85079: getting the next task for host managed_node1 172629 1726889025.85087: done getting next task for host managed_node1 172629 1726889025.85091: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 172629 1726889025.85095: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889025.85108: getting variables 172629 1726889025.85109: in VariableManager get_vars() 172629 1726889025.85150: Calling all_inventory to load vars for managed_node1 172629 1726889025.85152: Calling groups_inventory to load vars for managed_node1 172629 1726889025.85363: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889025.85371: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c7f 172629 1726889025.85374: WORKER PROCESS EXITING 172629 1726889025.85384: Calling all_plugins_play to load vars for managed_node1 172629 1726889025.85387: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889025.85390: Calling groups_plugins_play to load vars for managed_node1 172629 1726889025.86104: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889025.86729: done with get_vars() 172629 1726889025.86745: 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 23:23:45 -0400 (0:00:00.425) 0:02:06.148 ****** 172629 1726889025.86843: entering _queue_task() for managed_node1/systemd 172629 1726889025.87140: worker is 1 (out of 1 available) 172629 1726889025.87152: exiting _queue_task() for managed_node1/systemd 172629 1726889025.87318: done queuing things up, now waiting for results queue to drain 172629 1726889025.87320: waiting for pending results... 172629 1726889025.87475: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 172629 1726889025.87634: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c81 172629 1726889025.87665: variable 'ansible_search_path' from source: unknown 172629 1726889025.87674: variable 'ansible_search_path' from source: unknown 172629 1726889025.87722: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726889025.87949: variable 'storage_cryptsetup_services' from source: set_fact 172629 1726889025.88011: dumping result to json 172629 1726889025.88019: done dumping result, returning 172629 1726889025.88029: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-d0a8-add8-000000002c81] 172629 1726889025.88038: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c81 skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726889025.88233: no more pending results, returning what we have 172629 1726889025.88237: results queue empty 172629 1726889025.88239: checking for any_errors_fatal 172629 1726889025.88258: done checking for any_errors_fatal 172629 1726889025.88259: checking for max_fail_percentage 172629 1726889025.88262: done checking for max_fail_percentage 172629 1726889025.88263: checking to see if all hosts have failed and the running result is not ok 172629 1726889025.88264: done checking to see if all hosts have failed 172629 1726889025.88265: getting the remaining hosts for this loop 172629 1726889025.88267: done getting the remaining hosts for this loop 172629 1726889025.88271: getting the next task for host managed_node1 172629 1726889025.88284: done getting next task for host managed_node1 172629 1726889025.88288: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 172629 1726889025.88362: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889025.88391: getting variables 172629 1726889025.88394: in VariableManager get_vars() 172629 1726889025.88450: Calling all_inventory to load vars for managed_node1 172629 1726889025.88453: Calling groups_inventory to load vars for managed_node1 172629 1726889025.88515: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889025.88523: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c81 172629 1726889025.88525: WORKER PROCESS EXITING 172629 1726889025.88537: Calling all_plugins_play to load vars for managed_node1 172629 1726889025.88540: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889025.88544: Calling groups_plugins_play to load vars for managed_node1 172629 1726889025.89252: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889025.89879: done with get_vars() 172629 1726889025.89894: done getting variables 172629 1726889025.89961: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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 23:23:45 -0400 (0:00:00.031) 0:02:06.179 ****** 172629 1726889025.89994: entering _queue_task() for managed_node1/debug 172629 1726889025.90374: worker is 1 (out of 1 available) 172629 1726889025.90386: exiting _queue_task() for managed_node1/debug 172629 1726889025.90398: done queuing things up, now waiting for results queue to drain 172629 1726889025.90399: waiting for pending results... 172629 1726889025.90598: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show blivet_output 172629 1726889025.90748: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c83 172629 1726889025.90773: variable 'ansible_search_path' from source: unknown 172629 1726889025.90783: variable 'ansible_search_path' from source: unknown 172629 1726889025.90826: calling self._execute() 172629 1726889025.90961: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889025.90975: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889025.91061: variable 'omit' from source: magic vars 172629 1726889025.91109: variable 'omit' from source: magic vars 172629 1726889025.91196: variable 'omit' from source: magic vars 172629 1726889025.91235: variable 'omit' from source: magic vars 172629 1726889025.91293: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889025.91334: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889025.91365: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889025.91397: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889025.91498: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889025.91501: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889025.91503: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889025.91506: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889025.91577: Set connection var ansible_timeout to 10 172629 1726889025.91588: Set connection var ansible_shell_type to sh 172629 1726889025.91608: Set connection var ansible_pipelining to False 172629 1726889025.91621: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889025.91632: Set connection var ansible_shell_executable to /bin/sh 172629 1726889025.91640: Set connection var ansible_connection to ssh 172629 1726889025.91669: variable 'ansible_shell_executable' from source: unknown 172629 1726889025.91678: variable 'ansible_connection' from source: unknown 172629 1726889025.91687: variable 'ansible_module_compression' from source: unknown 172629 1726889025.91695: variable 'ansible_shell_type' from source: unknown 172629 1726889025.91702: variable 'ansible_shell_executable' from source: unknown 172629 1726889025.91716: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889025.91723: variable 'ansible_pipelining' from source: unknown 172629 1726889025.91729: variable 'ansible_timeout' from source: unknown 172629 1726889025.91735: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889025.91877: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889025.91931: variable 'omit' from source: magic vars 172629 1726889025.91934: starting attempt loop 172629 1726889025.91937: running the handler 172629 1726889025.91965: variable 'blivet_output' from source: set_fact 172629 1726889025.92151: variable 'blivet_output' from source: set_fact 172629 1726889025.92601: handler run complete 172629 1726889025.92661: attempt loop complete, returning result 172629 1726889025.92689: _execute() done 172629 1726889025.92692: dumping result to json 172629 1726889025.92698: done dumping result, returning 172629 1726889025.92860: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-d0a8-add8-000000002c83] 172629 1726889025.92863: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c83 172629 1726889025.92948: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c83 172629 1726889025.92952: WORKER PROCESS EXITING ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } 172629 1726889025.93130: no more pending results, returning what we have 172629 1726889025.93134: results queue empty 172629 1726889025.93135: checking for any_errors_fatal 172629 1726889025.93140: done checking for any_errors_fatal 172629 1726889025.93141: checking for max_fail_percentage 172629 1726889025.93144: done checking for max_fail_percentage 172629 1726889025.93145: checking to see if all hosts have failed and the running result is not ok 172629 1726889025.93146: done checking to see if all hosts have failed 172629 1726889025.93146: getting the remaining hosts for this loop 172629 1726889025.93148: done getting the remaining hosts for this loop 172629 1726889025.93151: getting the next task for host managed_node1 172629 1726889025.93349: done getting next task for host managed_node1 172629 1726889025.93353: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 172629 1726889025.93358: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889025.93369: getting variables 172629 1726889025.93371: in VariableManager get_vars() 172629 1726889025.93403: Calling all_inventory to load vars for managed_node1 172629 1726889025.93406: Calling groups_inventory to load vars for managed_node1 172629 1726889025.93408: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889025.93416: Calling all_plugins_play to load vars for managed_node1 172629 1726889025.93419: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889025.93423: Calling groups_plugins_play to load vars for managed_node1 172629 1726889025.94268: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889025.94860: done with get_vars() 172629 1726889025.94874: done getting variables 172629 1726889025.94929: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:45 -0400 (0:00:00.049) 0:02:06.229 ****** 172629 1726889025.94971: entering _queue_task() for managed_node1/set_fact 172629 1726889025.95241: worker is 1 (out of 1 available) 172629 1726889025.95252: exiting _queue_task() for managed_node1/set_fact 172629 1726889025.95267: done queuing things up, now waiting for results queue to drain 172629 1726889025.95269: waiting for pending results... 172629 1726889025.95671: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 172629 1726889025.95751: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c84 172629 1726889025.95791: variable 'ansible_search_path' from source: unknown 172629 1726889025.95795: variable 'ansible_search_path' from source: unknown 172629 1726889025.95861: calling self._execute() 172629 1726889025.95952: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889025.95965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889025.95977: variable 'omit' from source: magic vars 172629 1726889025.96085: variable 'omit' from source: magic vars 172629 1726889025.96225: variable 'omit' from source: magic vars 172629 1726889025.96409: variable 'blivet_output' from source: set_fact 172629 1726889025.96499: variable 'omit' from source: magic vars 172629 1726889025.96548: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889025.96592: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889025.96617: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889025.96662: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889025.96666: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889025.96693: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889025.96702: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889025.96769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889025.96818: Set connection var ansible_timeout to 10 172629 1726889025.96828: Set connection var ansible_shell_type to sh 172629 1726889025.96838: Set connection var ansible_pipelining to False 172629 1726889025.96847: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889025.96857: Set connection var ansible_shell_executable to /bin/sh 172629 1726889025.96865: Set connection var ansible_connection to ssh 172629 1726889025.96898: variable 'ansible_shell_executable' from source: unknown 172629 1726889025.96905: variable 'ansible_connection' from source: unknown 172629 1726889025.96912: variable 'ansible_module_compression' from source: unknown 172629 1726889025.96918: variable 'ansible_shell_type' from source: unknown 172629 1726889025.96985: variable 'ansible_shell_executable' from source: unknown 172629 1726889025.96990: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889025.96992: variable 'ansible_pipelining' from source: unknown 172629 1726889025.96995: variable 'ansible_timeout' from source: unknown 172629 1726889025.96997: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889025.97100: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889025.97121: variable 'omit' from source: magic vars 172629 1726889025.97131: starting attempt loop 172629 1726889025.97137: running the handler 172629 1726889025.97151: handler run complete 172629 1726889025.97202: attempt loop complete, returning result 172629 1726889025.97205: _execute() done 172629 1726889025.97207: dumping result to json 172629 1726889025.97209: done dumping result, returning 172629 1726889025.97212: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-d0a8-add8-000000002c84] 172629 1726889025.97218: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c84 ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 172629 1726889025.97401: no more pending results, returning what we have 172629 1726889025.97404: results queue empty 172629 1726889025.97405: checking for any_errors_fatal 172629 1726889025.97425: done checking for any_errors_fatal 172629 1726889025.97426: checking for max_fail_percentage 172629 1726889025.97429: done checking for max_fail_percentage 172629 1726889025.97432: checking to see if all hosts have failed and the running result is not ok 172629 1726889025.97433: done checking to see if all hosts have failed 172629 1726889025.97434: getting the remaining hosts for this loop 172629 1726889025.97436: done getting the remaining hosts for this loop 172629 1726889025.97438: getting the next task for host managed_node1 172629 1726889025.97446: done getting next task for host managed_node1 172629 1726889025.97449: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 172629 1726889025.97453: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889025.97469: getting variables 172629 1726889025.97471: in VariableManager get_vars() 172629 1726889025.97512: Calling all_inventory to load vars for managed_node1 172629 1726889025.97515: Calling groups_inventory to load vars for managed_node1 172629 1726889025.97518: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889025.97529: Calling all_plugins_play to load vars for managed_node1 172629 1726889025.97533: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889025.97537: Calling groups_plugins_play to load vars for managed_node1 172629 1726889025.98271: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c84 172629 1726889025.98274: WORKER PROCESS EXITING 172629 1726889025.98333: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889025.98965: done with get_vars() 172629 1726889025.98979: done getting variables 172629 1726889025.99031: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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 23:23:45 -0400 (0:00:00.040) 0:02:06.270 ****** 172629 1726889025.99068: entering _queue_task() for managed_node1/set_fact 172629 1726889025.99322: worker is 1 (out of 1 available) 172629 1726889025.99332: exiting _queue_task() for managed_node1/set_fact 172629 1726889025.99344: done queuing things up, now waiting for results queue to drain 172629 1726889025.99345: waiting for pending results... 172629 1726889025.99634: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 172629 1726889025.99806: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c85 172629 1726889025.99829: variable 'ansible_search_path' from source: unknown 172629 1726889025.99836: variable 'ansible_search_path' from source: unknown 172629 1726889025.99873: calling self._execute() 172629 1726889025.99991: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889026.00005: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889026.00019: variable 'omit' from source: magic vars 172629 1726889026.00134: variable 'omit' from source: magic vars 172629 1726889026.00214: variable 'omit' from source: magic vars 172629 1726889026.00458: variable 'blivet_output' from source: set_fact 172629 1726889026.00816: variable 'omit' from source: magic vars 172629 1726889026.00862: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889026.00910: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889026.00938: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889026.00963: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889026.00988: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889026.01022: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889026.01030: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889026.01038: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889026.01146: Set connection var ansible_timeout to 10 172629 1726889026.01198: Set connection var ansible_shell_type to sh 172629 1726889026.01200: Set connection var ansible_pipelining to False 172629 1726889026.01202: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889026.01204: Set connection var ansible_shell_executable to /bin/sh 172629 1726889026.01205: Set connection var ansible_connection to ssh 172629 1726889026.01207: variable 'ansible_shell_executable' from source: unknown 172629 1726889026.01212: variable 'ansible_connection' from source: unknown 172629 1726889026.01217: variable 'ansible_module_compression' from source: unknown 172629 1726889026.01222: variable 'ansible_shell_type' from source: unknown 172629 1726889026.01228: variable 'ansible_shell_executable' from source: unknown 172629 1726889026.01232: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889026.01239: variable 'ansible_pipelining' from source: unknown 172629 1726889026.01243: variable 'ansible_timeout' from source: unknown 172629 1726889026.01249: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889026.01416: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889026.01418: variable 'omit' from source: magic vars 172629 1726889026.01421: starting attempt loop 172629 1726889026.01423: running the handler 172629 1726889026.01426: handler run complete 172629 1726889026.01438: attempt loop complete, returning result 172629 1726889026.01444: _execute() done 172629 1726889026.01450: dumping result to json 172629 1726889026.01464: done dumping result, returning 172629 1726889026.01476: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-d0a8-add8-000000002c85] 172629 1726889026.01525: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c85 ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } 172629 1726889026.01780: no more pending results, returning what we have 172629 1726889026.01784: results queue empty 172629 1726889026.01786: checking for any_errors_fatal 172629 1726889026.01801: done checking for any_errors_fatal 172629 1726889026.01802: checking for max_fail_percentage 172629 1726889026.01804: done checking for max_fail_percentage 172629 1726889026.01805: checking to see if all hosts have failed and the running result is not ok 172629 1726889026.01806: done checking to see if all hosts have failed 172629 1726889026.01807: getting the remaining hosts for this loop 172629 1726889026.01808: done getting the remaining hosts for this loop 172629 1726889026.01812: getting the next task for host managed_node1 172629 1726889026.01820: done getting next task for host managed_node1 172629 1726889026.01823: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 172629 1726889026.01827: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889026.01839: getting variables 172629 1726889026.01841: in VariableManager get_vars() 172629 1726889026.02099: Calling all_inventory to load vars for managed_node1 172629 1726889026.02102: Calling groups_inventory to load vars for managed_node1 172629 1726889026.02105: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889026.02116: Calling all_plugins_play to load vars for managed_node1 172629 1726889026.02119: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889026.02123: Calling groups_plugins_play to load vars for managed_node1 172629 1726889026.02697: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c85 172629 1726889026.02701: WORKER PROCESS EXITING 172629 1726889026.02790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889026.03411: done with get_vars() 172629 1726889026.03426: 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 23:23:46 -0400 (0:00:00.044) 0:02:06.315 ****** 172629 1726889026.03522: entering _queue_task() for managed_node1/mount 172629 1726889026.03796: worker is 1 (out of 1 available) 172629 1726889026.03921: exiting _queue_task() for managed_node1/mount 172629 1726889026.03932: done queuing things up, now waiting for results queue to drain 172629 1726889026.03933: waiting for pending results... 172629 1726889026.04122: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 172629 1726889026.04288: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c86 172629 1726889026.04307: variable 'ansible_search_path' from source: unknown 172629 1726889026.04314: variable 'ansible_search_path' from source: unknown 172629 1726889026.04654: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889026.06894: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889026.06982: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889026.07064: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889026.07069: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889026.07100: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889026.07188: 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) 172629 1726889026.07223: 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) 172629 1726889026.07253: 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) 172629 1726889026.07309: 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) 172629 1726889026.07389: 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) 172629 1726889026.07392: 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) 172629 1726889026.07412: 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) 172629 1726889026.07442: 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) 172629 1726889026.07486: 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) 172629 1726889026.07513: 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) 172629 1726889026.07664: variable 'blivet_output' from source: set_fact 172629 1726889026.07774: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889026.07958: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889026.08000: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889026.08044: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889026.08153: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889026.08159: 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) 172629 1726889026.08161: 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) 172629 1726889026.08178: 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) 172629 1726889026.08209: 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) 172629 1726889026.08320: variable 'omit' from source: magic vars 172629 1726889026.08464: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889026.08487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889026.08503: variable 'omit' from source: magic vars 172629 1726889026.08590: variable 'omit' from source: magic vars 172629 1726889026.08658: variable 'omit' from source: magic vars 172629 1726889026.08812: 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) 172629 1726889026.08841: 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) 172629 1726889026.08872: 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) 172629 1726889026.08921: 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) 172629 1726889026.09160: 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) 172629 1726889026.09164: variable 'mount_info' from source: unknown 172629 1726889026.09166: variable 'omit' from source: magic vars 172629 1726889026.09168: variable 'mount_info' from source: unknown 172629 1726889026.09241: variable 'mount_info' from source: unknown 172629 1726889026.09251: variable 'omit' from source: magic vars 172629 1726889026.09376: variable 'mount_info' from source: unknown 172629 1726889026.09392: variable 'omit' from source: magic vars 172629 1726889026.09479: variable 'mount_info' from source: unknown 172629 1726889026.09507: variable 'omit' from source: magic vars 172629 1726889026.09537: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889026.09570: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889026.09595: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889026.09624: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889026.09639: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889026.09673: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889026.09690: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889026.09699: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889026.09807: Set connection var ansible_timeout to 10 172629 1726889026.09824: Set connection var ansible_shell_type to sh 172629 1726889026.09937: Set connection var ansible_pipelining to False 172629 1726889026.09940: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889026.09942: Set connection var ansible_shell_executable to /bin/sh 172629 1726889026.09945: Set connection var ansible_connection to ssh 172629 1726889026.09946: variable 'ansible_shell_executable' from source: unknown 172629 1726889026.09948: variable 'ansible_connection' from source: unknown 172629 1726889026.09951: variable 'ansible_module_compression' from source: unknown 172629 1726889026.09952: variable 'ansible_shell_type' from source: unknown 172629 1726889026.09954: variable 'ansible_shell_executable' from source: unknown 172629 1726889026.09958: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889026.09960: variable 'ansible_pipelining' from source: unknown 172629 1726889026.09962: variable 'ansible_timeout' from source: unknown 172629 1726889026.09963: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726889026.10156: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889026.10160: variable 'omit' from source: magic vars 172629 1726889026.10163: starting attempt loop 172629 1726889026.10165: running the handler 172629 1726889026.10167: _low_level_execute_command(): starting 172629 1726889026.10169: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889026.10892: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889026.10912: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889026.10929: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889026.11034: stderr 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 <<< 172629 1726889026.11052: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889026.11076: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889026.11097: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889026.11180: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889026.12853: stdout chunk (state=3): >>>/root <<< 172629 1726889026.12995: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889026.13008: stdout chunk (state=3): >>><<< 172629 1726889026.13027: stderr chunk (state=3): >>><<< 172629 1726889026.13136: _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 172629 1726889026.13140: _low_level_execute_command(): starting 172629 1726889026.13144: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889026.1305025-177254-102881263750636 `" && echo ansible-tmp-1726889026.1305025-177254-102881263750636="` echo /root/.ansible/tmp/ansible-tmp-1726889026.1305025-177254-102881263750636 `" ) && sleep 0' 172629 1726889026.13671: 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 <<< 172629 1726889026.13706: stderr 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 <<< 172629 1726889026.13722: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726889026.13812: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889026.13833: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889026.13848: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889026.13930: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889026.15819: stdout chunk (state=3): >>>ansible-tmp-1726889026.1305025-177254-102881263750636=/root/.ansible/tmp/ansible-tmp-1726889026.1305025-177254-102881263750636 <<< 172629 1726889026.15979: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889026.15982: stdout chunk (state=3): >>><<< 172629 1726889026.15984: stderr chunk (state=3): >>><<< 172629 1726889026.16160: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889026.1305025-177254-102881263750636=/root/.ansible/tmp/ansible-tmp-1726889026.1305025-177254-102881263750636 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 172629 1726889026.16170: variable 'ansible_module_compression' from source: unknown 172629 1726889026.16173: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 172629 1726889026.16175: variable 'ansible_facts' from source: unknown 172629 1726889026.16282: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889026.1305025-177254-102881263750636/AnsiballZ_mount.py 172629 1726889026.16415: Sending initial data 172629 1726889026.16519: Sent initial data (156 bytes) 172629 1726889026.17051: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889026.17070: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889026.17083: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889026.17099: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889026.17114: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889026.17174: 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 <<< 172629 1726889026.17220: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889026.17234: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889026.17257: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889026.17333: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889026.18891: 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 <<< 172629 1726889026.18966: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889026.19036: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp7tasr0b9 /root/.ansible/tmp/ansible-tmp-1726889026.1305025-177254-102881263750636/AnsiballZ_mount.py <<< 172629 1726889026.19040: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889026.1305025-177254-102881263750636/AnsiballZ_mount.py" <<< 172629 1726889026.19108: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp7tasr0b9" to remote "/root/.ansible/tmp/ansible-tmp-1726889026.1305025-177254-102881263750636/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889026.1305025-177254-102881263750636/AnsiballZ_mount.py" <<< 172629 1726889026.19954: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889026.20023: stderr chunk (state=3): >>><<< 172629 1726889026.20133: stdout chunk (state=3): >>><<< 172629 1726889026.20137: done transferring module to remote 172629 1726889026.20139: _low_level_execute_command(): starting 172629 1726889026.20141: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889026.1305025-177254-102881263750636/ /root/.ansible/tmp/ansible-tmp-1726889026.1305025-177254-102881263750636/AnsiballZ_mount.py && sleep 0' 172629 1726889026.20658: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889026.20674: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889026.20688: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889026.20706: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889026.20724: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889026.20817: 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' <<< 172629 1726889026.20838: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889026.20853: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889026.20938: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889026.22719: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889026.22728: stdout chunk (state=3): >>><<< 172629 1726889026.22738: stderr chunk (state=3): >>><<< 172629 1726889026.22763: _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 172629 1726889026.22778: _low_level_execute_command(): starting 172629 1726889026.22787: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889026.1305025-177254-102881263750636/AnsiballZ_mount.py && sleep 0' 172629 1726889026.23431: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889026.23450: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889026.23475: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889026.23494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889026.23517: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889026.23529: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889026.23632: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889026.23658: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889026.23741: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889026.25876: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889026.25909: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889026.25935: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889026.26002: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726889026.26045: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889026.26097: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 172629 1726889026.26101: stdout chunk (state=3): >>># installing zipimport hook import 'time' # <<< 172629 1726889026.26119: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726889026.26174: 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' <<< 172629 1726889026.26188: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889026.26208: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889026.26243: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889026.26281: 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 0x7f5ccdce84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdcb7b30> <<< 172629 1726889026.26308: 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' <<< 172629 1726889026.26334: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdceaa50> <<< 172629 1726889026.26364: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889026.26383: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726889026.26408: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889026.26427: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889026.26515: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889026.26540: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889026.26590: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889026.26601: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889026.26638: 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' <<< 172629 1726889026.26679: 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 <<< 172629 1726889026.26682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726889026.26697: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccda99130> <<< 172629 1726889026.26759: 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' <<< 172629 1726889026.26790: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccda9a120> <<< 172629 1726889026.26792: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889026.26823: 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. <<< 172629 1726889026.27081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889026.27084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889026.27120: 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' <<< 172629 1726889026.27123: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889026.27180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889026.27182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889026.27217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdad6ea0> <<< 172629 1726889026.27251: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889026.27295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889026.27328: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdaec1a0> <<< 172629 1726889026.27331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889026.27349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889026.27363: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889026.27410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889026.27460: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889026.27466: 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 0x7f5ccdb0fa40> <<< 172629 1726889026.27489: 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 0x7f5ccdb30110> <<< 172629 1726889026.27505: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889026.27561: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdaefce0> <<< 172629 1726889026.27580: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889026.27597: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdaed400> <<< 172629 1726889026.27684: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdad51c0> <<< 172629 1726889026.27714: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889026.27735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889026.27757: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889026.27800: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889026.27803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889026.27820: 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' <<< 172629 1726889026.27854: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdb338f0> <<< 172629 1726889026.27892: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdb32510> <<< 172629 1726889026.27906: 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 0x7f5ccdaee2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdad70b0> <<< 172629 1726889026.27959: 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 0x7f5ccdb60980> <<< 172629 1726889026.27992: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdad4440> <<< 172629 1726889026.28020: 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' <<< 172629 1726889026.28033: 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 0x7f5ccdb60e30> <<< 172629 1726889026.28079: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdb60ce0> <<< 172629 1726889026.28090: 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 0x7f5ccdb610d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdad2f60> <<< 172629 1726889026.28118: 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' <<< 172629 1726889026.28143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889026.28189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889026.28199: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdb61760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdb61460> import 'importlib.machinery' # <<< 172629 1726889026.28237: 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' <<< 172629 1726889026.28270: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdb62660> import 'importlib.util' # <<< 172629 1726889026.28282: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726889026.28307: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889026.28348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889026.28386: 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 0x7f5ccdb7c890> <<< 172629 1726889026.28391: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889026.28429: 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' <<< 172629 1726889026.28488: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ccdb7dfd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889026.28493: 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 <<< 172629 1726889026.28506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdb7ee40> <<< 172629 1726889026.28540: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889026.28578: 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 0x7f5ccdb7f4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdb7e3c0> <<< 172629 1726889026.28581: 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' <<< 172629 1726889026.28639: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889026.28643: 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 0x7f5ccdb7ff20> <<< 172629 1726889026.28652: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdb7f650> <<< 172629 1726889026.28680: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdb626c0> <<< 172629 1726889026.28708: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889026.28739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889026.28760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889026.28773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889026.28818: 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 0x7f5ccd913da0> <<< 172629 1726889026.28868: 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' <<< 172629 1726889026.28883: 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 0x7f5ccd93c8c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd93c620> <<< 172629 1726889026.28895: 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 0x7f5ccd93c8f0> <<< 172629 1726889026.28924: 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' <<< 172629 1726889026.28997: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889026.29121: 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 0x7f5ccd93d220> <<< 172629 1726889026.29240: 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 0x7f5ccd93dbe0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd93cad0> <<< 172629 1726889026.29270: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd911f40> <<< 172629 1726889026.29304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889026.29307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889026.29341: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726889026.29361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd93eff0> <<< 172629 1726889026.29388: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd93dd30> <<< 172629 1726889026.29408: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdb62db0> <<< 172629 1726889026.29423: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889026.29479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889026.29506: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889026.29533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889026.29563: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd967320> <<< 172629 1726889026.29637: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889026.29640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889026.29666: 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' <<< 172629 1726889026.29710: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd98b6b0> <<< 172629 1726889026.29738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889026.29781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889026.29844: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889026.29871: 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 0x7f5ccd9ec4d0> <<< 172629 1726889026.29882: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889026.29912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889026.29928: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889026.29976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889026.30056: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd9eec30> <<< 172629 1726889026.30126: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd9ec5f0> <<< 172629 1726889026.30163: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd9b54c0> <<< 172629 1726889026.30200: 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 0x7f5ccd3255b0> <<< 172629 1726889026.30220: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd98a4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd93fef0> <<< 172629 1726889026.30332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889026.30353: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5ccd98aab0> <<< 172629 1726889026.30521: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_7bayaics/ansible_mount_payload.zip' <<< 172629 1726889026.30534: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.30655: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.30683: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889026.30696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889026.30727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889026.30802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889026.30837: 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 0x7f5ccd37b260> import '_typing' # <<< 172629 1726889026.31028: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd35e1e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd35d340> # zipimport: zlib available <<< 172629 1726889026.31079: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889026.31087: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.31116: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 172629 1726889026.31135: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.32536: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.33638: 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 0x7f5ccd3791c0> <<< 172629 1726889026.33788: 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' <<< 172629 1726889026.33793: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ccd3a6d20> <<< 172629 1726889026.33811: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd3a6ab0> <<< 172629 1726889026.33841: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd3a63c0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889026.33864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726889026.33907: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd3a6810> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd37bf80> <<< 172629 1726889026.33910: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726889026.33932: 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 0x7f5ccd3a7a40> <<< 172629 1726889026.33972: 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 0x7f5ccd3a7c80> <<< 172629 1726889026.33992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889026.34037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889026.34051: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889026.34090: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd3d01a0> <<< 172629 1726889026.34116: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889026.34144: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889026.34166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889026.34194: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd215f40> <<< 172629 1726889026.34213: 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 0x7f5ccd217b60> <<< 172629 1726889026.34238: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889026.34281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889026.34285: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd2184d0> <<< 172629 1726889026.34301: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889026.34364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889026.34387: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd219670> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889026.34415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889026.34429: 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' <<< 172629 1726889026.34484: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd21bfb0> <<< 172629 1726889026.34539: 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 0x7f5ccd220410> <<< 172629 1726889026.34543: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd21a390> <<< 172629 1726889026.34567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889026.34613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889026.34617: 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' <<< 172629 1726889026.34642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889026.34694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889026.34699: 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 0x7f5ccd223f50> <<< 172629 1726889026.34725: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889026.34788: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd222a20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd222780> <<< 172629 1726889026.34802: 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' <<< 172629 1726889026.34874: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd222cf0> <<< 172629 1726889026.34917: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd21a870> <<< 172629 1726889026.34944: 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 0x7f5ccd267bf0> <<< 172629 1726889026.34994: 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 0x7f5ccd268350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 172629 1726889026.35013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889026.35026: 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' <<< 172629 1726889026.35074: 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 0x7f5ccd269e20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd269be0> <<< 172629 1726889026.35087: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889026.35189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889026.35235: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889026.35252: 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 0x7f5ccd26c380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd26a510> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889026.35304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889026.35308: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726889026.35335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726889026.35375: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd26fa70> <<< 172629 1726889026.35493: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd26c530> <<< 172629 1726889026.35562: 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' <<< 172629 1726889026.35587: 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 0x7f5ccd2708f0> <<< 172629 1726889026.35600: 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 0x7f5ccd270d40> <<< 172629 1726889026.35660: 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 0x7f5ccd270d10> <<< 172629 1726889026.35679: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd268500> # /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' <<< 172629 1726889026.35705: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889026.35730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889026.35768: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ccd2fc3e0> <<< 172629 1726889026.35918: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889026.35929: 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 0x7f5ccd2fd790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd272b70> <<< 172629 1726889026.35981: 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 0x7f5ccd273f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd272780> <<< 172629 1726889026.36010: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726889026.36105: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.36190: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.36226: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726889026.36265: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889026.36269: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.36660: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.36680: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.37010: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.37546: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726889026.37577: 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' # <<< 172629 1726889026.37601: 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' <<< 172629 1726889026.37648: 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 0x7f5ccd101a30> <<< 172629 1726889026.37733: 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' <<< 172629 1726889026.37761: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd1027e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd2fdbe0> <<< 172629 1726889026.37807: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889026.37830: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.37862: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 172629 1726889026.37874: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.38010: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.38169: 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' <<< 172629 1726889026.38191: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd1024b0> # zipimport: zlib available <<< 172629 1726889026.38641: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.39086: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.39158: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.39234: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889026.39243: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.39278: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.39322: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889026.39331: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.39391: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.39495: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889026.39501: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.39525: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 172629 1726889026.39559: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.39606: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889026.39609: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.39832: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.40068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889026.40127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889026.40130: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889026.40202: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd103920> <<< 172629 1726889026.40210: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.40277: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.40396: 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 <<< 172629 1726889026.40433: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.40483: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889026.40487: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.40530: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.40575: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.40629: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.40694: 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 <<< 172629 1726889026.40737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889026.40812: 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 0x7f5ccd10e390> <<< 172629 1726889026.40862: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd10b2c0> <<< 172629 1726889026.40890: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726889026.40965: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.41017: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.41045: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.41102: 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' <<< 172629 1726889026.41134: 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 <<< 172629 1726889026.41152: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889026.41165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889026.41225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889026.41248: 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' <<< 172629 1726889026.41304: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd3fa990> <<< 172629 1726889026.41344: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd3e6660> <<< 172629 1726889026.41436: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd2717c0> <<< 172629 1726889026.41458: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd103170> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726889026.41489: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.41500: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889026.41594: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889026.41601: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.41662: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible' # <<< 172629 1726889026.41670: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.41730: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available <<< 172629 1726889026.41733: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # <<< 172629 1726889026.41751: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.42151: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.42561: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.42564: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # <<< 172629 1726889026.42601: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.42604: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.42660: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 172629 1726889026.42714: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.42901: stdout chunk (state=3): >>> {"changed": true, "name": "none", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "fstype": "swap", "invocation": {"module_args": {"src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "path": "none", "fstype": "swap", "state": "absent", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null, "opts": null}}} <<< 172629 1726889026.43072: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889026.43183: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889026.43275: 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 # 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 <<< 172629 1726889026.43296: stdout chunk (state=3): >>># cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # 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 <<< 172629 1726889026.43310: stdout chunk (state=3): >>># cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six <<< 172629 1726889026.43352: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # 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 <<< 172629 1726889026.43357: 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.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount <<< 172629 1726889026.43588: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889026.43612: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726889026.43647: 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 fnmatch # destroy ipaddress <<< 172629 1726889026.43665: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889026.43701: 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 <<< 172629 1726889026.43726: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale<<< 172629 1726889026.43753: stdout chunk (state=3): >>> # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array <<< 172629 1726889026.43790: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889026.43842: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726889026.43872: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing <<< 172629 1726889026.43916: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # 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 <<< 172629 1726889026.43919: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726889026.43969: 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 <<< 172629 1726889026.43996: stdout chunk (state=3): >>># destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 172629 1726889026.44014: 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 <<< 172629 1726889026.44130: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726889026.44143: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 172629 1726889026.44174: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889026.44200: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726889026.44238: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726889026.44241: 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 <<< 172629 1726889026.44264: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889026.44340: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 172629 1726889026.44389: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726889026.44394: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726889026.44416: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools <<< 172629 1726889026.44436: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 172629 1726889026.44468: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726889026.44852: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889026.44882: stderr chunk (state=3): >>>Shared connection to 10.31.15.52 closed. <<< 172629 1726889026.44886: stdout chunk (state=3): >>><<< 172629 1726889026.44888: stderr chunk (state=3): >>><<< 172629 1726889026.45076: _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 0x7f5ccdce84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdcb7b30> # /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 0x7f5ccdceaa50> 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 0x7f5ccda99130> # /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 0x7f5ccda9a120> 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 0x7f5ccdad6ea0> # /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 0x7f5ccdaec1a0> # /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 0x7f5ccdb0fa40> # /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 0x7f5ccdb30110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdaefce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdaed400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdad51c0> # /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 0x7f5ccdb338f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdb32510> # /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 0x7f5ccdaee2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdad70b0> # /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 0x7f5ccdb60980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdad4440> # /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 0x7f5ccdb60e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdb60ce0> # 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 0x7f5ccdb610d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdad2f60> # /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 0x7f5ccdb61760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdb61460> 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 0x7f5ccdb62660> 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 0x7f5ccdb7c890> 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 0x7f5ccdb7dfd0> # /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 0x7f5ccdb7ee40> # 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 0x7f5ccdb7f4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdb7e3c0> # /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 0x7f5ccdb7ff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdb7f650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdb626c0> # /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 0x7f5ccd913da0> # /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 0x7f5ccd93c8c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd93c620> # 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 0x7f5ccd93c8f0> # /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 0x7f5ccd93d220> # 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 0x7f5ccd93dbe0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd93cad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd911f40> # /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 0x7f5ccd93eff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd93dd30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccdb62db0> # /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 0x7f5ccd967320> # /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 0x7f5ccd98b6b0> # /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 0x7f5ccd9ec4d0> # /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 0x7f5ccd9eec30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd9ec5f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd9b54c0> # /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 0x7f5ccd3255b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd98a4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd93fef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5ccd98aab0> # zipimport: found 36 names in '/tmp/ansible_mount_payload_7bayaics/ansible_mount_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 0x7f5ccd37b260> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd35e1e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd35d340> # 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 0x7f5ccd3791c0> # /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 0x7f5ccd3a6d20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd3a6ab0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd3a63c0> # /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 0x7f5ccd3a6810> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd37bf80> 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 0x7f5ccd3a7a40> # 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 0x7f5ccd3a7c80> # /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 0x7f5ccd3d01a0> 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 0x7f5ccd215f40> # 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 0x7f5ccd217b60> # /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 0x7f5ccd2184d0> # /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 0x7f5ccd219670> # /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 0x7f5ccd21bfb0> # 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 0x7f5ccd220410> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd21a390> # /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 0x7f5ccd223f50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd222a20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd222780> # /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 0x7f5ccd222cf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd21a870> # 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 0x7f5ccd267bf0> # /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 0x7f5ccd268350> # /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 0x7f5ccd269e20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd269be0> # /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 0x7f5ccd26c380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd26a510> # /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 0x7f5ccd26fa70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd26c530> # 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 0x7f5ccd2708f0> # 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 0x7f5ccd270d40> # 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 0x7f5ccd270d10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd268500> # /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 0x7f5ccd2fc3e0> # 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 0x7f5ccd2fd790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd272b70> # 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 0x7f5ccd273f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd272780> # 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 0x7f5ccd101a30> # /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 0x7f5ccd1027e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd2fdbe0> 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 0x7f5ccd1024b0> # 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 0x7f5ccd103920> # 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 0x7f5ccd10e390> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd10b2c0> 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 0x7f5ccd3fa990> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd3e6660> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd2717c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ccd103170> # 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.ansible' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # # zipimport: zlib available {"changed": true, "name": "none", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "fstype": "swap", "invocation": {"module_args": {"src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "path": "none", "fstype": "swap", "state": "absent", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null, "opts": 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.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount # 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. 172629 1726889026.46105: done with _execute_module (mount, {'src': 'UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f', 'path': 'none', 'fstype': 'swap', 'state': 'absent', '_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': 'mount', '_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-1726889026.1305025-177254-102881263750636/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889026.46109: _low_level_execute_command(): starting 172629 1726889026.46113: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889026.1305025-177254-102881263750636/ > /dev/null 2>&1 && sleep 0' 172629 1726889026.46261: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889026.46265: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889026.46268: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889026.46270: stderr 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 <<< 172629 1726889026.46273: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889026.46275: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889026.46282: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889026.46346: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889026.48250: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889026.48274: stdout chunk (state=3): >>><<< 172629 1726889026.48286: stderr chunk (state=3): >>><<< 172629 1726889026.48306: _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 172629 1726889026.48317: handler run complete 172629 1726889026.48342: attempt loop complete, returning result 172629 1726889026.48381: variable 'mount_info' from source: unknown 172629 1726889026.48487: variable 'mount_info' from source: unknown changed: [managed_node1] => (item={'src': 'UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f', 'path': 'none', 'state': 'absent', 'fstype': 'swap'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "fstype": "swap", "path": "none", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f" } 172629 1726889026.48864: dumping result to json 172629 1726889026.48875: done dumping result, returning 172629 1726889026.48878: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-d0a8-add8-000000002c86] 172629 1726889026.48880: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c86 172629 1726889026.48933: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c86 172629 1726889026.48936: WORKER PROCESS EXITING 172629 1726889026.49025: no more pending results, returning what we have 172629 1726889026.49030: results queue empty 172629 1726889026.49032: checking for any_errors_fatal 172629 1726889026.49039: done checking for any_errors_fatal 172629 1726889026.49040: checking for max_fail_percentage 172629 1726889026.49042: done checking for max_fail_percentage 172629 1726889026.49043: checking to see if all hosts have failed and the running result is not ok 172629 1726889026.49044: done checking to see if all hosts have failed 172629 1726889026.49045: getting the remaining hosts for this loop 172629 1726889026.49046: done getting the remaining hosts for this loop 172629 1726889026.49052: getting the next task for host managed_node1 172629 1726889026.49063: done getting next task for host managed_node1 172629 1726889026.49067: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726889026.49071: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889026.49084: getting variables 172629 1726889026.49086: in VariableManager get_vars() 172629 1726889026.49127: Calling all_inventory to load vars for managed_node1 172629 1726889026.49129: Calling groups_inventory to load vars for managed_node1 172629 1726889026.49132: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889026.49143: Calling all_plugins_play to load vars for managed_node1 172629 1726889026.49146: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889026.49150: Calling groups_plugins_play to load vars for managed_node1 172629 1726889026.50129: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889026.50958: done with get_vars() 172629 1726889026.50979: 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 23:23:46 -0400 (0:00:00.475) 0:02:06.790 ****** 172629 1726889026.51084: entering _queue_task() for managed_node1/systemd 172629 1726889026.51393: worker is 1 (out of 1 available) 172629 1726889026.51518: exiting _queue_task() for managed_node1/systemd 172629 1726889026.51530: done queuing things up, now waiting for results queue to drain 172629 1726889026.51531: waiting for pending results... 172629 1726889026.51857: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726889026.51914: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c88 172629 1726889026.51933: variable 'ansible_search_path' from source: unknown 172629 1726889026.51940: variable 'ansible_search_path' from source: unknown 172629 1726889026.51990: calling self._execute() 172629 1726889026.52112: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889026.52124: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889026.52138: variable 'omit' from source: magic vars 172629 1726889026.52605: variable 'blivet_output' from source: set_fact 172629 1726889026.52610: Evaluated conditional (blivet_output['mounts']): True 172629 1726889026.52620: variable 'omit' from source: magic vars 172629 1726889026.52694: variable 'omit' from source: magic vars 172629 1726889026.52739: variable 'omit' from source: magic vars 172629 1726889026.52787: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889026.52834: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889026.52863: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889026.52886: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889026.52901: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889026.52939: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889026.52948: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889026.53043: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889026.53080: Set connection var ansible_timeout to 10 172629 1726889026.53095: Set connection var ansible_shell_type to sh 172629 1726889026.53110: Set connection var ansible_pipelining to False 172629 1726889026.53122: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889026.53133: Set connection var ansible_shell_executable to /bin/sh 172629 1726889026.53140: Set connection var ansible_connection to ssh 172629 1726889026.53178: variable 'ansible_shell_executable' from source: unknown 172629 1726889026.53186: variable 'ansible_connection' from source: unknown 172629 1726889026.53193: variable 'ansible_module_compression' from source: unknown 172629 1726889026.53199: variable 'ansible_shell_type' from source: unknown 172629 1726889026.53205: variable 'ansible_shell_executable' from source: unknown 172629 1726889026.53212: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889026.53220: variable 'ansible_pipelining' from source: unknown 172629 1726889026.53226: variable 'ansible_timeout' from source: unknown 172629 1726889026.53233: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889026.53449: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889026.53479: variable 'omit' from source: magic vars 172629 1726889026.53561: starting attempt loop 172629 1726889026.53564: running the handler 172629 1726889026.53566: _low_level_execute_command(): starting 172629 1726889026.53568: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889026.54271: 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 <<< 172629 1726889026.54368: 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 <<< 172629 1726889026.54387: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889026.54402: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889026.54422: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889026.54497: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889026.56097: stdout chunk (state=3): >>>/root <<< 172629 1726889026.56239: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889026.56250: stdout chunk (state=3): >>><<< 172629 1726889026.56266: stderr chunk (state=3): >>><<< 172629 1726889026.56293: _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 172629 1726889026.56395: _low_level_execute_command(): starting 172629 1726889026.56399: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889026.5630066-177266-83724154661609 `" && echo ansible-tmp-1726889026.5630066-177266-83724154661609="` echo /root/.ansible/tmp/ansible-tmp-1726889026.5630066-177266-83724154661609 `" ) && sleep 0' 172629 1726889026.56978: 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 <<< 172629 1726889026.57086: 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 <<< 172629 1726889026.57098: 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889026.57132: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889026.57217: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889026.59100: stdout chunk (state=3): >>>ansible-tmp-1726889026.5630066-177266-83724154661609=/root/.ansible/tmp/ansible-tmp-1726889026.5630066-177266-83724154661609 <<< 172629 1726889026.59253: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889026.59258: stdout chunk (state=3): >>><<< 172629 1726889026.59261: stderr chunk (state=3): >>><<< 172629 1726889026.59463: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889026.5630066-177266-83724154661609=/root/.ansible/tmp/ansible-tmp-1726889026.5630066-177266-83724154661609 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889026.59466: variable 'ansible_module_compression' from source: unknown 172629 1726889026.59469: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 172629 1726889026.59471: variable 'ansible_facts' from source: unknown 172629 1726889026.59669: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889026.5630066-177266-83724154661609/AnsiballZ_systemd.py 172629 1726889026.59802: Sending initial data 172629 1726889026.59903: Sent initial data (157 bytes) 172629 1726889026.60427: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889026.60445: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889026.60468: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889026.60486: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889026.60502: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889026.60513: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889026.60525: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889026.60544: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726889026.60560: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726889026.60572: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726889026.60658: 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 found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889026.60680: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889026.60693: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889026.60772: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889026.62306: 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 <<< 172629 1726889026.62382: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889026.62437: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpisz0p6h1 /root/.ansible/tmp/ansible-tmp-1726889026.5630066-177266-83724154661609/AnsiballZ_systemd.py <<< 172629 1726889026.62441: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889026.5630066-177266-83724154661609/AnsiballZ_systemd.py" <<< 172629 1726889026.62510: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpisz0p6h1" to remote "/root/.ansible/tmp/ansible-tmp-1726889026.5630066-177266-83724154661609/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889026.5630066-177266-83724154661609/AnsiballZ_systemd.py" <<< 172629 1726889026.64647: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889026.64650: stderr chunk (state=3): >>><<< 172629 1726889026.64656: stdout chunk (state=3): >>><<< 172629 1726889026.64659: done transferring module to remote 172629 1726889026.64662: _low_level_execute_command(): starting 172629 1726889026.64664: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889026.5630066-177266-83724154661609/ /root/.ansible/tmp/ansible-tmp-1726889026.5630066-177266-83724154661609/AnsiballZ_systemd.py && sleep 0' 172629 1726889026.65670: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889026.65720: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889026.65735: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889026.65759: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889026.65911: 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 <<< 172629 1726889026.65983: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889026.66066: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889026.67951: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889026.67959: stdout chunk (state=3): >>><<< 172629 1726889026.67961: stderr chunk (state=3): >>><<< 172629 1726889026.67976: _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 172629 1726889026.68113: _low_level_execute_command(): starting 172629 1726889026.68116: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889026.5630066-177266-83724154661609/AnsiballZ_systemd.py && sleep 0' 172629 1726889026.69117: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889026.69165: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889026.69275: 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 <<< 172629 1726889026.69341: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889026.69362: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889026.69385: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889026.69463: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889026.71639: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889026.71676: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889026.71704: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889026.71784: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726889026.71814: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889026.71847: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889026.71894: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 172629 1726889026.71959: 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' <<< 172629 1726889026.71972: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889026.71985: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889026.72051: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889026.72108: 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 0x7f45ef6e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef6b7b30> # /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' <<< 172629 1726889026.72112: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef6eaa50> <<< 172629 1726889026.72162: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 172629 1726889026.72184: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 172629 1726889026.72219: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889026.72300: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889026.72328: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889026.72416: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889026.72448: 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' <<< 172629 1726889026.72470: 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 0x7f45ef499130> <<< 172629 1726889026.72595: 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 <<< 172629 1726889026.72598: 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 0x7f45ef49a120> import 'site' # <<< 172629 1726889026.72616: 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. <<< 172629 1726889026.73003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889026.73033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889026.73036: 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' <<< 172629 1726889026.73063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889026.73126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889026.73129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889026.73180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef4d6ea0> <<< 172629 1726889026.73186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889026.73229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889026.73232: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726889026.73250: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef4ec1a0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889026.73275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889026.73291: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889026.73347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889026.73448: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889026.73452: 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 0x7f45ef50fa40> <<< 172629 1726889026.73454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726889026.73459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 172629 1726889026.73461: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef530110> <<< 172629 1726889026.73463: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889026.73492: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef4efce0> <<< 172629 1726889026.73512: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889026.73531: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef4ed400> <<< 172629 1726889026.73626: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef4d51c0> <<< 172629 1726889026.73647: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889026.73683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889026.73686: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889026.73723: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889026.73726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889026.73753: 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' <<< 172629 1726889026.73803: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef533950> <<< 172629 1726889026.73806: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef532570> <<< 172629 1726889026.73840: 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 0x7f45ef4ee2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef4d70b0> <<< 172629 1726889026.73904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726889026.73916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef560980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef4d4440> <<< 172629 1726889026.73944: 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' <<< 172629 1726889026.73974: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889026.73985: 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 0x7f45ef560e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef560ce0> <<< 172629 1726889026.74043: 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 0x7f45ef5610d0> <<< 172629 1726889026.74046: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef4d2f60> <<< 172629 1726889026.74088: 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' <<< 172629 1726889026.74093: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889026.74149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889026.74158: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef561760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef561460> <<< 172629 1726889026.74187: stdout chunk (state=3): >>>import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 172629 1726889026.74210: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef562660> <<< 172629 1726889026.74236: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726889026.74253: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889026.74303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889026.74306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726889026.74328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef57c890> import 'errno' # <<< 172629 1726889026.74369: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889026.74387: 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 0x7f45ef57dfd0> <<< 172629 1726889026.74423: 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' <<< 172629 1726889026.74440: 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' <<< 172629 1726889026.74450: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef57ee70> <<< 172629 1726889026.74489: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889026.74511: 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 0x7f45ef57f4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef57e3c0> <<< 172629 1726889026.74532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889026.74544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726889026.74588: 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 0x7f45ef57ff20> <<< 172629 1726889026.74591: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef57f650> <<< 172629 1726889026.74631: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef5626c0> <<< 172629 1726889026.74657: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889026.74673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889026.74705: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889026.74718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889026.74750: 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 0x7f45ef267dd0> <<< 172629 1726889026.74778: 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' <<< 172629 1726889026.74811: 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 0x7f45ef2908f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef290650> <<< 172629 1726889026.74850: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889026.74853: 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 0x7f45ef290890> <<< 172629 1726889026.74875: 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' <<< 172629 1726889026.74944: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889026.75074: 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 0x7f45ef2911f0> <<< 172629 1726889026.75193: 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 0x7f45ef291be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef290aa0> <<< 172629 1726889026.75226: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef265f70> <<< 172629 1726889026.75237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889026.75264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889026.75301: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726889026.75304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726889026.75338: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef292f90> <<< 172629 1726889026.75341: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef291a60> <<< 172629 1726889026.75358: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef562db0> <<< 172629 1726889026.75381: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889026.75440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889026.75465: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889026.75491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889026.75526: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef2bb2c0> <<< 172629 1726889026.75583: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889026.75595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889026.75626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889026.75636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889026.75672: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef2e3680> <<< 172629 1726889026.75699: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889026.75738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889026.75793: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889026.75820: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726889026.75834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef340470> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889026.75868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889026.75888: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889026.75933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889026.76014: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef342bd0> <<< 172629 1726889026.76091: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef340590> <<< 172629 1726889026.76124: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef305460> <<< 172629 1726889026.76153: 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 0x7f45ef15d520> <<< 172629 1726889026.76184: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef2e2480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef293e90> <<< 172629 1726889026.76364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889026.76375: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f45ef2e27e0> <<< 172629 1726889026.76642: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_08wn87r7/ansible_systemd_payload.zip' # zipimport: zlib available <<< 172629 1726889026.76772: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.76783: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889026.76805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889026.76837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889026.76910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889026.76938: 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' <<< 172629 1726889026.76957: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef1c7200> import '_typing' # <<< 172629 1726889026.77138: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef1a20f0> <<< 172629 1726889026.77157: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef1a1280> # zipimport: zlib available <<< 172629 1726889026.77186: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889026.77202: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889026.77230: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889026.77240: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.78629: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.79733: 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 0x7f45ef1c50d0> <<< 172629 1726889026.79796: 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 <<< 172629 1726889026.79823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726889026.79835: 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' <<< 172629 1726889026.79859: 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 0x7f45ef1f6ba0> <<< 172629 1726889026.79964: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef1f6930> <<< 172629 1726889026.80301: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef1f6240> # /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 0x7f45ef1f6690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef1c7c20> 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 0x7f45ef1f7980> # 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 0x7f45ef1f7bc0> # /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 0x7f45ef220080> 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 0x7f45eeb31eb0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889026.80306: 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 0x7f45eeb33ad0> <<< 172629 1726889026.80329: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889026.80332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889026.80373: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb344a0> <<< 172629 1726889026.80390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889026.80420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889026.80435: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb35640> <<< 172629 1726889026.80459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889026.80490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889026.80514: 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' <<< 172629 1726889026.80568: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb3c0e0> <<< 172629 1726889026.80604: 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 0x7f45eeb3c1d0> <<< 172629 1726889026.80627: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb36390> <<< 172629 1726889026.80647: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889026.80686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889026.80705: 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' <<< 172629 1726889026.80724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889026.80821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889026.80848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726889026.80851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb3ffb0> <<< 172629 1726889026.80870: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889026.80929: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb3eb40> <<< 172629 1726889026.80956: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb3e8d0> # /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' <<< 172629 1726889026.81038: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb3ee10> <<< 172629 1726889026.81061: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb368a0> <<< 172629 1726889026.81084: 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 0x7f45eeb842c0> <<< 172629 1726889026.81122: 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 0x7f45eeb84440> <<< 172629 1726889026.81151: 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 <<< 172629 1726889026.81179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889026.81191: 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' <<< 172629 1726889026.81223: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889026.81244: 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 0x7f45eeb85e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb85c70> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889026.81279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889026.81330: 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 0x7f45eeb883b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb86570> <<< 172629 1726889026.81365: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889026.81394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889026.81420: 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' <<< 172629 1726889026.81440: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726889026.81483: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb8bb30> <<< 172629 1726889026.81608: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb88530> <<< 172629 1726889026.81668: 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 0x7f45eeb8cbf0> <<< 172629 1726889026.81704: 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' <<< 172629 1726889026.81708: 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 0x7f45eeb8cda0> <<< 172629 1726889026.81743: 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' <<< 172629 1726889026.81758: 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 0x7f45eeb8ce90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb84560> <<< 172629 1726889026.81788: 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' <<< 172629 1726889026.81798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889026.81833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889026.81850: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889026.81876: 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 0x7f45eea185f0> <<< 172629 1726889026.82032: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889026.82035: 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 0x7f45eea19550> <<< 172629 1726889026.82077: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb8edb0> <<< 172629 1726889026.82080: 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 0x7f45eeb8f980> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb8e9c0> <<< 172629 1726889026.82111: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.82127: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 172629 1726889026.82217: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.82309: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.82323: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726889026.82351: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.82385: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889026.82388: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.82496: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.82609: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.83140: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.83686: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726889026.83689: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 172629 1726889026.83710: 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 <<< 172629 1726889026.83732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889026.83775: 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 0x7f45eea1d730> <<< 172629 1726889026.83860: 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' <<< 172629 1726889026.83882: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eea1e4e0> <<< 172629 1726889026.83895: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eea19700> <<< 172629 1726889026.83940: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889026.83956: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.83984: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.83998: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 172629 1726889026.84148: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.84303: 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' <<< 172629 1726889026.84306: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eea1e480> <<< 172629 1726889026.84325: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.84771: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.85213: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.85283: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.85366: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889026.85377: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.85405: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.85452: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889026.85473: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.85524: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.85605: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889026.85642: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726889026.85657: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.85689: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.85724: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 172629 1726889026.85952: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.86181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889026.86247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 172629 1726889026.86323: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eea1f830> # zipimport: zlib available <<< 172629 1726889026.86397: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.86487: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726889026.86510: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726889026.86522: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.86604: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # <<< 172629 1726889026.86615: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.86658: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.86700: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.86748: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.86822: 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 <<< 172629 1726889026.86869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889026.86965: 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' <<< 172629 1726889026.87208: 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 0x7f45eea2a420> <<< 172629 1726889026.87215: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eea25a30> 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' <<< 172629 1726889026.87218: 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 <<< 172629 1726889026.87240: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889026.87257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889026.87314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889026.87331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889026.87361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889026.87396: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb02c60> <<< 172629 1726889026.87442: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eebfa930> <<< 172629 1726889026.87508: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eea2a540> <<< 172629 1726889026.87532: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eea1f410> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726889026.87560: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.87584: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889026.87639: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889026.87673: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 172629 1726889026.87694: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.87871: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.88067: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.88078: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.88106: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.88138: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.88182: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.88223: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.88269: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 172629 1726889026.88272: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.88343: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.88404: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.88431: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.88466: 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 <<< 172629 1726889026.88525: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 172629 1726889026.88540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726889026.88600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726889026.88611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726889026.88667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726889026.88690: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726889026.88707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726889026.88727: 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'<<< 172629 1726889026.88743: stdout chunk (state=3): >>> import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f45ee6baff0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee6ba420> <<< 172629 1726889026.88814: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee6b8920> <<< 172629 1726889026.89017: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeabab10> <<< 172629 1726889026.89086: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeab8aa0> import 'ansible.module_utils.compat.typing' # <<< 172629 1726889026.89107: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.89273: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.89447: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.89478: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.89536: 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' <<< 172629 1726889026.89566: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 172629 1726889026.89590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 172629 1726889026.89605: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 172629 1726889026.89636: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeabae70> <<< 172629 1726889026.89648: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 172629 1726889026.89683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 172629 1726889026.89696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726889026.89739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726889026.89761: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726889026.89780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 172629 1726889026.89809: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee7491c0> <<< 172629 1726889026.89821: 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 0x7f45ee7494f0> <<< 172629 1726889026.89876: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee72cce0> <<< 172629 1726889026.89892: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee707f80> <<< 172629 1726889026.89923: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeaa5d90> <<< 172629 1726889026.89943: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeaa51c0> <<< 172629 1726889026.89958: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 172629 1726889026.89974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 172629 1726889026.90003: 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' <<< 172629 1726889026.90028: 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' <<< 172629 1726889026.90066: 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 0x7f45ee550170> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee74b9e0> <<< 172629 1726889026.90089: 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 0x7f45ee74bbc0> <<< 172629 1726889026.90114: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee74ae10> <<< 172629 1726889026.90153: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 172629 1726889026.90158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee550350> <<< 172629 1726889026.90177: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 172629 1726889026.90218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 172629 1726889026.90249: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889026.90260: 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 0x7f45ee552ea0> <<< 172629 1726889026.90284: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee550e90> <<< 172629 1726889026.90310: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeaa5400> <<< 172629 1726889026.90320: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # <<< 172629 1726889026.90343: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.90374: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 172629 1726889026.90443: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.90499: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 172629 1726889026.90512: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.90560: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.90617: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 172629 1726889026.90643: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.90657: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 172629 1726889026.90696: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.90711: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 172629 1726889026.90733: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.90771: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.90823: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 172629 1726889026.90876: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.90920: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 172629 1726889026.90930: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.90975: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.91038: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.91095: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.91160: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 172629 1726889026.91173: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.91641: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.92071: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 172629 1726889026.92135: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.92183: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.92221: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.92261: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 172629 1726889026.92273: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 172629 1726889026.92296: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.92336: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 172629 1726889026.92392: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.92472: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 172629 1726889026.92475: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.92508: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.92525: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available <<< 172629 1726889026.92578: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.92591: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available <<< 172629 1726889026.92673: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.92764: 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' <<< 172629 1726889026.92805: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee553980> <<< 172629 1726889026.92819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726889026.92832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726889026.92956: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee580aa0> import 'ansible.module_utils.facts.system.local' # <<< 172629 1726889026.92974: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.93029: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.93103: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 172629 1726889026.93118: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.93188: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.93286: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 172629 1726889026.93352: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.93428: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 172629 1726889026.93486: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.93520: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726889026.93569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726889026.93636: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889026.93700: 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 0x7f45ee59b4d0> <<< 172629 1726889026.93880: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee583aa0> import 'ansible.module_utils.facts.system.python' # <<< 172629 1726889026.93902: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.94260: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 172629 1726889026.94288: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 172629 1726889026.94430: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 172629 1726889026.94443: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 172629 1726889026.94486: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.94527: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 172629 1726889026.94543: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.94580: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.94629: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 172629 1726889026.94695: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889026.94709: 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 0x7f45ee5aefc0> <<< 172629 1726889026.94737: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee5aeb70> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 172629 1726889026.94776: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.94835: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 172629 1726889026.94838: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.94975: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.95128: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 172629 1726889026.95234: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.95335: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.95382: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.95428: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 172629 1726889026.95451: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available <<< 172629 1726889026.95490: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.95493: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.95624: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.95769: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 172629 1726889026.95779: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 172629 1726889026.95892: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.96021: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 172629 1726889026.96024: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.96058: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.96087: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.96633: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.97141: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 172629 1726889026.97152: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.97252: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.97368: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 172629 1726889026.97469: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.97575: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 172629 1726889026.97579: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.97716: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.97888: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 172629 1726889026.97911: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 172629 1726889026.97928: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.97959: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.98010: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 172629 1726889026.98019: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.98106: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.98202: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.98403: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.98603: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 172629 1726889026.98622: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.98651: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.98701: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 172629 1726889026.98715: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.98731: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.98767: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 172629 1726889026.98771: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.98829: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.98907: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 172629 1726889026.98927: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.98961: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.98964: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 172629 1726889026.98982: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.99026: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.99092: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 172629 1726889026.99095: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.99148: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.99218: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726889026.99225: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.99471: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.99729: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 172629 1726889026.99741: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.99796: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.99865: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 172629 1726889026.99868: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.99901: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.99939: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 172629 1726889026.99942: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889026.99974: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.00019: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 172629 1726889027.00049: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.00090: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 172629 1726889027.00093: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.00172: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.00267: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 172629 1726889027.00270: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.00292: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 172629 1726889027.00341: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.00390: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 172629 1726889027.00403: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.00418: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.00436: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.00486: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.00533: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.00601: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.00689: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 172629 1726889027.00699: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available <<< 172629 1726889027.00748: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.00814: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 172629 1726889027.00817: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.00994: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.01190: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 172629 1726889027.01193: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.01243: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.01295: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 172629 1726889027.01298: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.01341: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.01399: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 172629 1726889027.01402: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.01481: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.01579: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 172629 1726889027.01582: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.01662: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.01759: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 172629 1726889027.01770: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available <<< 172629 1726889027.01904: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.02039: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 172629 1726889027.02117: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.25531: stdout chunk (state=3): >>> {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} <<< 172629 1726889027.26275: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889027.26302: 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 <<< 172629 1726889027.26357: 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 <<< 172629 1726889027.26428: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # 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 <<< 172629 1726889027.26448: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # 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 <<< 172629 1726889027.26521: stdout chunk (state=3): >>># destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime <<< 172629 1726889027.26526: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # 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<<< 172629 1726889027.26571: stdout chunk (state=3): >>> # 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 ansible.module_utils.service # destroy ansible.module_utils.service <<< 172629 1726889027.26912: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889027.26969: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726889027.26993: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726889027.27060: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889027.27104: 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 <<< 172629 1726889027.27133: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy locale # destroy _signal # destroy _posixsubprocess <<< 172629 1726889027.27153: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726889027.27189: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726889027.27203: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 172629 1726889027.27253: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 172629 1726889027.27305: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process <<< 172629 1726889027.27365: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime <<< 172629 1726889027.27387: stdout chunk (state=3): >>># destroy base64 <<< 172629 1726889027.27421: stdout chunk (state=3): >>># destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd <<< 172629 1726889027.27454: stdout chunk (state=3): >>># destroy termios # destroy errno # destroy json # destroy socket # destroy struct <<< 172629 1726889027.27469: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess <<< 172629 1726889027.27526: stdout chunk (state=3): >>># cleanup[3] wiping configparser <<< 172629 1726889027.27592: stdout chunk (state=3): >>># 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 <<< 172629 1726889027.27620: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading <<< 172629 1726889027.27717: 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 # 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 <<< 172629 1726889027.27748: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping 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 <<< 172629 1726889027.27903: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889027.27951: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889027.27995: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 172629 1726889027.28026: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 172629 1726889027.28069: stdout chunk (state=3): >>># destroy _opcode <<< 172629 1726889027.28093: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726889027.28123: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889027.28240: 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 <<< 172629 1726889027.28305: stdout chunk (state=3): >>># destroy time <<< 172629 1726889027.28329: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _string # destroy re <<< 172629 1726889027.28360: stdout chunk (state=3): >>># destroy _abc # destroy itertools # destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726889027.28781: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889027.28802: stderr chunk (state=3): >>><<< 172629 1726889027.28805: stdout chunk (state=3): >>><<< 172629 1726889027.29175: _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 0x7f45ef6e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef6b7b30> # /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 0x7f45ef6eaa50> 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 0x7f45ef499130> # /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 0x7f45ef49a120> 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 0x7f45ef4d6ea0> # /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 0x7f45ef4ec1a0> # /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 0x7f45ef50fa40> # /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 0x7f45ef530110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef4efce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef4ed400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef4d51c0> # /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 0x7f45ef533950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef532570> # /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 0x7f45ef4ee2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef4d70b0> # /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 0x7f45ef560980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef4d4440> # /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 0x7f45ef560e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef560ce0> # 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 0x7f45ef5610d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef4d2f60> # /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 0x7f45ef561760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef561460> 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 0x7f45ef562660> 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 0x7f45ef57c890> 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 0x7f45ef57dfd0> # /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 0x7f45ef57ee70> # 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 0x7f45ef57f4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef57e3c0> # /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 0x7f45ef57ff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef57f650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef5626c0> # /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 0x7f45ef267dd0> # /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 0x7f45ef2908f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef290650> # 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 0x7f45ef290890> # /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 0x7f45ef2911f0> # 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 0x7f45ef291be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef290aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef265f70> # /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 0x7f45ef292f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef291a60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef562db0> # /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 0x7f45ef2bb2c0> # /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 0x7f45ef2e3680> # /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 0x7f45ef340470> # /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 0x7f45ef342bd0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef340590> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef305460> # /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 0x7f45ef15d520> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef2e2480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef293e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f45ef2e27e0> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_08wn87r7/ansible_systemd_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 0x7f45ef1c7200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef1a20f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef1a1280> # 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 0x7f45ef1c50d0> # /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 0x7f45ef1f6ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef1f6930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef1f6240> # /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 0x7f45ef1f6690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ef1c7c20> 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 0x7f45ef1f7980> # 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 0x7f45ef1f7bc0> # /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 0x7f45ef220080> 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 0x7f45eeb31eb0> # 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 0x7f45eeb33ad0> # /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 0x7f45eeb344a0> # /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 0x7f45eeb35640> # /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 0x7f45eeb3c0e0> # 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 0x7f45eeb3c1d0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb36390> # /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 0x7f45eeb3ffb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb3eb40> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb3e8d0> # /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 0x7f45eeb3ee10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb368a0> # 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 0x7f45eeb842c0> # /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 0x7f45eeb84440> # /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 0x7f45eeb85e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb85c70> # /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 0x7f45eeb883b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb86570> # /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 0x7f45eeb8bb30> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb88530> # 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 0x7f45eeb8cbf0> # 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 0x7f45eeb8cda0> # 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 0x7f45eeb8ce90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb84560> # /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 0x7f45eea185f0> # 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 0x7f45eea19550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb8edb0> # 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 0x7f45eeb8f980> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeb8e9c0> # 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 0x7f45eea1d730> # /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 0x7f45eea1e4e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eea19700> 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 0x7f45eea1e480> # 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 0x7f45eea1f830> # 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 0x7f45eea2a420> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eea25a30> 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 0x7f45eeb02c60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eebfa930> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eea2a540> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eea1f410> # 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 0x7f45ee6baff0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee6ba420> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee6b8920> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeabab10> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeab8aa0> 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 0x7f45eeabae70> # /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 0x7f45ee7491c0> # 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 0x7f45ee7494f0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee72cce0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee707f80> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeaa5d90> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeaa51c0> # /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 0x7f45ee550170> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee74b9e0> # 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 0x7f45ee74bbc0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee74ae10> # /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 0x7f45ee550350> # /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 0x7f45ee552ea0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee550e90> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45eeaa5400> 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 0x7f45ee553980> # /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 0x7f45ee580aa0> 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 0x7f45ee59b4d0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee583aa0> 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 0x7f45ee5aefc0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45ee5aeb70> 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 # zipimport: zlib available import 'ansible.module_utils.service' # # zipimport: zlib available {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} # 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 ansible.module_utils.service # destroy ansible.module_utils.service # 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 _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.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # 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 _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 _string # destroy re # destroy _abc # destroy itertools # destroy _sre # 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. 172629 1726889027.30435: done with _execute_module (systemd, {'daemon_reload': 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': 'systemd', '_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-1726889026.5630066-177266-83724154661609/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889027.30439: _low_level_execute_command(): starting 172629 1726889027.30443: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889026.5630066-177266-83724154661609/ > /dev/null 2>&1 && sleep 0' 172629 1726889027.30445: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889027.30462: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889027.30478: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889027.30495: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889027.30543: 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 <<< 172629 1726889027.30604: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889027.30623: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889027.30648: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889027.30720: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889027.32670: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889027.32674: stdout chunk (state=3): >>><<< 172629 1726889027.32760: stderr chunk (state=3): >>><<< 172629 1726889027.32764: _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 172629 1726889027.32767: handler run complete 172629 1726889027.32769: attempt loop complete, returning result 172629 1726889027.32771: _execute() done 172629 1726889027.32773: dumping result to json 172629 1726889027.32775: done dumping result, returning 172629 1726889027.32777: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-d0a8-add8-000000002c88] 172629 1726889027.32779: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c88 172629 1726889027.32848: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c88 172629 1726889027.32852: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "name": null, "status": {} } 172629 1726889027.32934: no more pending results, returning what we have 172629 1726889027.32938: results queue empty 172629 1726889027.32939: checking for any_errors_fatal 172629 1726889027.32964: done checking for any_errors_fatal 172629 1726889027.32965: checking for max_fail_percentage 172629 1726889027.32967: done checking for max_fail_percentage 172629 1726889027.32968: checking to see if all hosts have failed and the running result is not ok 172629 1726889027.32969: done checking to see if all hosts have failed 172629 1726889027.32970: getting the remaining hosts for this loop 172629 1726889027.32972: done getting the remaining hosts for this loop 172629 1726889027.32975: getting the next task for host managed_node1 172629 1726889027.32983: done getting next task for host managed_node1 172629 1726889027.32987: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 172629 1726889027.32990: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889027.33004: getting variables 172629 1726889027.33006: in VariableManager get_vars() 172629 1726889027.33047: Calling all_inventory to load vars for managed_node1 172629 1726889027.33049: Calling groups_inventory to load vars for managed_node1 172629 1726889027.33052: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889027.33301: Calling all_plugins_play to load vars for managed_node1 172629 1726889027.33305: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889027.33308: Calling groups_plugins_play to load vars for managed_node1 172629 1726889027.33989: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889027.34638: done with get_vars() 172629 1726889027.34659: 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 23:23:47 -0400 (0:00:00.836) 0:02:07.627 ****** 172629 1726889027.34771: entering _queue_task() for managed_node1/mount 172629 1726889027.35110: worker is 1 (out of 1 available) 172629 1726889027.35122: exiting _queue_task() for managed_node1/mount 172629 1726889027.35134: done queuing things up, now waiting for results queue to drain 172629 1726889027.35249: waiting for pending results... 172629 1726889027.35579: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 172629 1726889027.35606: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c89 172629 1726889027.35629: variable 'ansible_search_path' from source: unknown 172629 1726889027.35638: variable 'ansible_search_path' from source: unknown 172629 1726889027.35997: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889027.38264: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889027.38347: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889027.38391: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889027.38437: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889027.38470: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889027.38623: 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) 172629 1726889027.38627: 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) 172629 1726889027.38630: 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) 172629 1726889027.38672: 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) 172629 1726889027.38691: 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) 172629 1726889027.38745: 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) 172629 1726889027.38778: 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) 172629 1726889027.38805: 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) 172629 1726889027.38858: 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) 172629 1726889027.38877: 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) 172629 1726889027.38932: 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) 172629 1726889027.38971: 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) 172629 1726889027.39061: 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) 172629 1726889027.39064: 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) 172629 1726889027.39067: 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) 172629 1726889027.39205: variable 'blivet_output' from source: set_fact 172629 1726889027.39319: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889027.39508: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889027.39549: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889027.39586: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889027.39624: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889027.39672: 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) 172629 1726889027.39703: 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) 172629 1726889027.39760: 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) 172629 1726889027.39814: 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) 172629 1726889027.39836: dumping result to json 172629 1726889027.39843: done dumping result, returning 172629 1726889027.39856: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-d0a8-add8-000000002c89] 172629 1726889027.39867: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c89 skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726889027.40045: no more pending results, returning what we have 172629 1726889027.40049: results queue empty 172629 1726889027.40050: checking for any_errors_fatal 172629 1726889027.40064: done checking for any_errors_fatal 172629 1726889027.40065: checking for max_fail_percentage 172629 1726889027.40067: done checking for max_fail_percentage 172629 1726889027.40068: checking to see if all hosts have failed and the running result is not ok 172629 1726889027.40069: done checking to see if all hosts have failed 172629 1726889027.40070: getting the remaining hosts for this loop 172629 1726889027.40072: done getting the remaining hosts for this loop 172629 1726889027.40076: getting the next task for host managed_node1 172629 1726889027.40084: done getting next task for host managed_node1 172629 1726889027.40088: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 172629 1726889027.40091: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889027.40124: getting variables 172629 1726889027.40126: in VariableManager get_vars() 172629 1726889027.40391: Calling all_inventory to load vars for managed_node1 172629 1726889027.40394: Calling groups_inventory to load vars for managed_node1 172629 1726889027.40397: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889027.40408: Calling all_plugins_play to load vars for managed_node1 172629 1726889027.40411: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889027.40414: Calling groups_plugins_play to load vars for managed_node1 172629 1726889027.40990: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c89 172629 1726889027.40994: WORKER PROCESS EXITING 172629 1726889027.41084: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889027.41721: done with get_vars() 172629 1726889027.41737: 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 23:23:47 -0400 (0:00:00.070) 0:02:07.698 ****** 172629 1726889027.41845: entering _queue_task() for managed_node1/file 172629 1726889027.42171: worker is 1 (out of 1 available) 172629 1726889027.42184: exiting _queue_task() for managed_node1/file 172629 1726889027.42196: done queuing things up, now waiting for results queue to drain 172629 1726889027.42197: waiting for pending results... 172629 1726889027.42513: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 172629 1726889027.42683: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c8b 172629 1726889027.42705: variable 'ansible_search_path' from source: unknown 172629 1726889027.42713: variable 'ansible_search_path' from source: unknown 172629 1726889027.43081: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889027.45932: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889027.46007: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889027.46060: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889027.46112: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889027.46142: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889027.46231: 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) 172629 1726889027.46277: 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) 172629 1726889027.46309: 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) 172629 1726889027.46352: 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) 172629 1726889027.46460: 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) 172629 1726889027.46464: 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) 172629 1726889027.46467: 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) 172629 1726889027.46498: 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) 172629 1726889027.46540: 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) 172629 1726889027.46567: 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) 172629 1726889027.46631: 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) 172629 1726889027.46664: 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) 172629 1726889027.46694: 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) 172629 1726889027.46741: 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) 172629 1726889027.46765: 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) 172629 1726889027.46908: variable 'blivet_output' from source: set_fact 172629 1726889027.47017: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889027.47252: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889027.47259: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889027.47286: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889027.47319: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889027.47374: 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) 172629 1726889027.47401: 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) 172629 1726889027.47432: 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) 172629 1726889027.47474: 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) 172629 1726889027.47539: dumping result to json 172629 1726889027.47580: done dumping result, returning 172629 1726889027.47584: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-d0a8-add8-000000002c8b] 172629 1726889027.47586: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c8b 172629 1726889027.47874: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c8b 172629 1726889027.47878: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726889027.47931: no more pending results, returning what we have 172629 1726889027.47935: results queue empty 172629 1726889027.47936: checking for any_errors_fatal 172629 1726889027.47943: done checking for any_errors_fatal 172629 1726889027.47944: checking for max_fail_percentage 172629 1726889027.47945: done checking for max_fail_percentage 172629 1726889027.47946: checking to see if all hosts have failed and the running result is not ok 172629 1726889027.47947: done checking to see if all hosts have failed 172629 1726889027.47948: getting the remaining hosts for this loop 172629 1726889027.47950: done getting the remaining hosts for this loop 172629 1726889027.47957: getting the next task for host managed_node1 172629 1726889027.47965: done getting next task for host managed_node1 172629 1726889027.47969: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726889027.47973: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889027.48008: getting variables 172629 1726889027.48010: in VariableManager get_vars() 172629 1726889027.48052: Calling all_inventory to load vars for managed_node1 172629 1726889027.48214: Calling groups_inventory to load vars for managed_node1 172629 1726889027.48217: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889027.48227: Calling all_plugins_play to load vars for managed_node1 172629 1726889027.48230: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889027.48233: Calling groups_plugins_play to load vars for managed_node1 172629 1726889027.48707: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889027.49325: done with get_vars() 172629 1726889027.49334: 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 23:23:47 -0400 (0:00:00.075) 0:02:07.774 ****** 172629 1726889027.49405: entering _queue_task() for managed_node1/systemd 172629 1726889027.49628: worker is 1 (out of 1 available) 172629 1726889027.49642: exiting _queue_task() for managed_node1/systemd 172629 1726889027.49659: done queuing things up, now waiting for results queue to drain 172629 1726889027.49660: waiting for pending results... 172629 1726889027.49851: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 172629 1726889027.49988: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c8d 172629 1726889027.50000: variable 'ansible_search_path' from source: unknown 172629 1726889027.50003: variable 'ansible_search_path' from source: unknown 172629 1726889027.50034: calling self._execute() 172629 1726889027.50121: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889027.50125: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889027.50132: variable 'omit' from source: magic vars 172629 1726889027.50589: variable 'blivet_output' from source: set_fact 172629 1726889027.50593: Evaluated conditional (blivet_output['mounts']): True 172629 1726889027.50595: variable 'omit' from source: magic vars 172629 1726889027.50760: variable 'omit' from source: magic vars 172629 1726889027.50764: variable 'omit' from source: magic vars 172629 1726889027.50766: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889027.50769: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889027.50772: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889027.50774: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889027.50798: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889027.50816: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889027.50819: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889027.50824: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889027.50923: Set connection var ansible_timeout to 10 172629 1726889027.50927: Set connection var ansible_shell_type to sh 172629 1726889027.50935: Set connection var ansible_pipelining to False 172629 1726889027.50940: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889027.50945: Set connection var ansible_shell_executable to /bin/sh 172629 1726889027.50948: Set connection var ansible_connection to ssh 172629 1726889027.51003: variable 'ansible_shell_executable' from source: unknown 172629 1726889027.51006: variable 'ansible_connection' from source: unknown 172629 1726889027.51009: variable 'ansible_module_compression' from source: unknown 172629 1726889027.51011: variable 'ansible_shell_type' from source: unknown 172629 1726889027.51013: variable 'ansible_shell_executable' from source: unknown 172629 1726889027.51015: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889027.51017: variable 'ansible_pipelining' from source: unknown 172629 1726889027.51019: variable 'ansible_timeout' from source: unknown 172629 1726889027.51020: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889027.51222: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889027.51226: variable 'omit' from source: magic vars 172629 1726889027.51229: starting attempt loop 172629 1726889027.51231: running the handler 172629 1726889027.51233: _low_level_execute_command(): starting 172629 1726889027.51236: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889027.51790: 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 <<< 172629 1726889027.51815: stderr 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 <<< 172629 1726889027.51818: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889027.51863: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889027.51868: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889027.51937: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889027.53564: stdout chunk (state=3): >>>/root <<< 172629 1726889027.53722: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889027.53726: stdout chunk (state=3): >>><<< 172629 1726889027.53728: stderr chunk (state=3): >>><<< 172629 1726889027.53748: _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 172629 1726889027.53835: _low_level_execute_command(): starting 172629 1726889027.53840: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889027.537543-177295-248951146934492 `" && echo ansible-tmp-1726889027.537543-177295-248951146934492="` echo /root/.ansible/tmp/ansible-tmp-1726889027.537543-177295-248951146934492 `" ) && sleep 0' 172629 1726889027.54316: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889027.54332: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889027.54348: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889027.54375: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889027.54470: 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' <<< 172629 1726889027.54497: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889027.54513: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889027.54590: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889027.56467: stdout chunk (state=3): >>>ansible-tmp-1726889027.537543-177295-248951146934492=/root/.ansible/tmp/ansible-tmp-1726889027.537543-177295-248951146934492 <<< 172629 1726889027.56600: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889027.56614: stderr chunk (state=3): >>><<< 172629 1726889027.56618: stdout chunk (state=3): >>><<< 172629 1726889027.56638: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889027.537543-177295-248951146934492=/root/.ansible/tmp/ansible-tmp-1726889027.537543-177295-248951146934492 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889027.56861: variable 'ansible_module_compression' from source: unknown 172629 1726889027.56864: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 172629 1726889027.56866: variable 'ansible_facts' from source: unknown 172629 1726889027.57047: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889027.537543-177295-248951146934492/AnsiballZ_systemd.py 172629 1726889027.57203: Sending initial data 172629 1726889027.57206: Sent initial data (157 bytes) 172629 1726889027.57874: 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 <<< 172629 1726889027.57896: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889027.57907: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889027.57916: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889027.57992: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889027.59515: 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 <<< 172629 1726889027.59519: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726889027.59559: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889027.59604: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpa4q0gjgk /root/.ansible/tmp/ansible-tmp-1726889027.537543-177295-248951146934492/AnsiballZ_systemd.py <<< 172629 1726889027.59611: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889027.537543-177295-248951146934492/AnsiballZ_systemd.py" <<< 172629 1726889027.59651: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpa4q0gjgk" to remote "/root/.ansible/tmp/ansible-tmp-1726889027.537543-177295-248951146934492/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889027.537543-177295-248951146934492/AnsiballZ_systemd.py" <<< 172629 1726889027.60977: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889027.61061: stderr chunk (state=3): >>><<< 172629 1726889027.61064: stdout chunk (state=3): >>><<< 172629 1726889027.61067: done transferring module to remote 172629 1726889027.61069: _low_level_execute_command(): starting 172629 1726889027.61072: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889027.537543-177295-248951146934492/ /root/.ansible/tmp/ansible-tmp-1726889027.537543-177295-248951146934492/AnsiballZ_systemd.py && sleep 0' 172629 1726889027.61464: 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 <<< 172629 1726889027.61468: stderr 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 <<< 172629 1726889027.61482: 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 <<< 172629 1726889027.61531: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889027.61534: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889027.61584: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889027.63319: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889027.63322: stdout chunk (state=3): >>><<< 172629 1726889027.63328: stderr chunk (state=3): >>><<< 172629 1726889027.63339: _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 172629 1726889027.63347: _low_level_execute_command(): starting 172629 1726889027.63350: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889027.537543-177295-248951146934492/AnsiballZ_systemd.py && sleep 0' 172629 1726889027.63734: 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 <<< 172629 1726889027.63771: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889027.63774: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 172629 1726889027.63776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 172629 1726889027.63778: 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 <<< 172629 1726889027.63780: stderr 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 <<< 172629 1726889027.63782: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889027.63826: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889027.63830: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889027.63886: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889027.66089: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889027.66115: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889027.66151: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889027.66224: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 172629 1726889027.66253: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889027.66285: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889027.66322: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726889027.66332: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726889027.66401: 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' <<< 172629 1726889027.66444: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889027.66447: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889027.66480: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889027.66497: 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 0x7fbe49a184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe499e7b30> <<< 172629 1726889027.66541: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 172629 1726889027.66547: 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 0x7fbe49a1aa50> <<< 172629 1726889027.66579: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 172629 1726889027.66611: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 172629 1726889027.66657: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889027.66733: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889027.66767: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889027.66795: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889027.66826: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726889027.66838: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726889027.66865: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889027.66906: 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 0x7fbe49809130> <<< 172629 1726889027.66979: 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' <<< 172629 1726889027.66994: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe4980a120> <<< 172629 1726889027.67031: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889027.67046: 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. <<< 172629 1726889027.67412: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889027.67448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889027.67471: 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' <<< 172629 1726889027.67492: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889027.67533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889027.67544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889027.67585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889027.67607: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe49846ea0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889027.67634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889027.67647: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe4985c1a0> <<< 172629 1726889027.67659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889027.67693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889027.67711: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889027.67765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889027.67772: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889027.67800: 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 0x7fbe4987fa40> <<< 172629 1726889027.67844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726889027.67848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498a0110> <<< 172629 1726889027.67865: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889027.67913: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe4985fce0> <<< 172629 1726889027.67915: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889027.67947: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe4985d400> <<< 172629 1726889027.68038: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498451c0> <<< 172629 1726889027.68084: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889027.68103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889027.68124: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889027.68167: 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 <<< 172629 1726889027.68178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726889027.68205: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498a3950> <<< 172629 1726889027.68232: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498a2570> <<< 172629 1726889027.68271: 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 0x7fbe4985e2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498470b0> <<< 172629 1726889027.68320: 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' <<< 172629 1726889027.68336: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498d0980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe49844440> <<< 172629 1726889027.68365: 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' <<< 172629 1726889027.68400: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889027.68408: 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 0x7fbe498d0e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498d0ce0> <<< 172629 1726889027.68448: 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 0x7fbe498d10d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe49842f60> <<< 172629 1726889027.68481: 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' <<< 172629 1726889027.68507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889027.68540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889027.68577: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498d1760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498d1460> import 'importlib.machinery' # <<< 172629 1726889027.68597: 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' <<< 172629 1726889027.68609: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498d2660> <<< 172629 1726889027.68629: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726889027.68666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889027.68702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889027.68731: 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 0x7fbe498ec890> <<< 172629 1726889027.68737: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889027.68776: 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 0x7fbe498edfd0> <<< 172629 1726889027.68797: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889027.68811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726889027.68827: 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' <<< 172629 1726889027.68846: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498eee70> <<< 172629 1726889027.68882: 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 0x7fbe498ef4a0> <<< 172629 1726889027.68888: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498ee3c0> <<< 172629 1726889027.68931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889027.68934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726889027.68986: 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 0x7fbe498eff20> <<< 172629 1726889027.69011: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498ef650> <<< 172629 1726889027.69039: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498d26c0> <<< 172629 1726889027.69054: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889027.69069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889027.69089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889027.69107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889027.69148: 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 0x7fbe495d3dd0> <<< 172629 1726889027.69180: 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' <<< 172629 1726889027.69200: 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 0x7fbe495fc8f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe495fc650> <<< 172629 1726889027.69226: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889027.69229: 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 0x7fbe495fc920> <<< 172629 1726889027.69261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726889027.69266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726889027.69350: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889027.69624: 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 0x7fbe495fd250> # 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 0x7fbe495fdc10> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe495fcb00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe495d1f70> <<< 172629 1726889027.69659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889027.69682: 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 <<< 172629 1726889027.69716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe495ff020> <<< 172629 1726889027.69741: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe495fdd60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498d2db0> <<< 172629 1726889027.69762: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889027.69835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889027.69850: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889027.70023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe49627380> # /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' <<< 172629 1726889027.70044: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe4964b710> <<< 172629 1726889027.70072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889027.70112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889027.70167: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889027.70210: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726889027.70215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe496ac530> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889027.70236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889027.70262: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889027.70310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889027.70384: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe496aec90> <<< 172629 1726889027.70465: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe496ac650> <<< 172629 1726889027.70492: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe49671520> <<< 172629 1726889027.70558: 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 0x7fbe48f25610> <<< 172629 1726889027.70562: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe4964a510> <<< 172629 1726889027.70578: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe495fff50> <<< 172629 1726889027.70732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889027.70758: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbe4964a870> <<< 172629 1726889027.71012: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_mezj213n/ansible_systemd_payload.zip' <<< 172629 1726889027.71015: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.71127: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.71159: 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' <<< 172629 1726889027.71202: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889027.71273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889027.71313: 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 0x7fbe48f8b2f0> <<< 172629 1726889027.71327: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726889027.71502: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48f6a1e0> <<< 172629 1726889027.71581: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48f69370> # zipimport: zlib available import 'ansible' # # zipimport: zlib available <<< 172629 1726889027.71586: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.71608: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 172629 1726889027.72991: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.74075: 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' <<< 172629 1726889027.74080: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48f89190> <<< 172629 1726889027.74104: 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' <<< 172629 1726889027.74140: 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' <<< 172629 1726889027.74182: 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' <<< 172629 1726889027.74207: 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 0x7fbe48fbac90> <<< 172629 1726889027.74234: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48fbaa20> <<< 172629 1726889027.74285: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48fba330> <<< 172629 1726889027.74330: 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' <<< 172629 1726889027.74345: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48fbab70> <<< 172629 1726889027.74348: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe49a1a9c0> import 'atexit' # <<< 172629 1726889027.74372: 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 0x7fbe48fbb9b0> <<< 172629 1726889027.74401: 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 0x7fbe48fbbbf0> <<< 172629 1726889027.74429: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889027.74479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889027.74488: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889027.74551: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48fe80e0> import 'pwd' # <<< 172629 1726889027.74571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889027.74589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889027.74629: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e29eb0> <<< 172629 1726889027.74676: 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 0x7fbe48e2bad0> <<< 172629 1726889027.74679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889027.74704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889027.74737: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e2c4d0> <<< 172629 1726889027.74757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889027.74773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889027.74788: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e2d670> <<< 172629 1726889027.74805: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889027.74839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889027.74877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726889027.74883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726889027.74924: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e34140> <<< 172629 1726889027.74952: 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 0x7fbe48e34470> <<< 172629 1726889027.74993: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e2e420> <<< 172629 1726889027.75020: 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' <<< 172629 1726889027.75048: 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' <<< 172629 1726889027.75072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889027.75179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889027.75194: 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' <<< 172629 1726889027.75246: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e780b0> import '_tokenize' # <<< 172629 1726889027.75282: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e36ba0> <<< 172629 1726889027.75286: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e36900> <<< 172629 1726889027.75305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726889027.75312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726889027.75383: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e36e70> <<< 172629 1726889027.75408: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e2e930> <<< 172629 1726889027.75436: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889027.75443: 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 0x7fbe48e7c290> <<< 172629 1726889027.75463: 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 <<< 172629 1726889027.75473: 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 0x7fbe48e7c440> <<< 172629 1726889027.75482: 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 <<< 172629 1726889027.75507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889027.75528: 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' <<< 172629 1726889027.75564: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889027.75571: 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 0x7fbe48e7de80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e7dc70> <<< 172629 1726889027.75586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889027.75609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889027.75664: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889027.75673: 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 0x7fbe48e803b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e7e570> <<< 172629 1726889027.75684: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889027.75722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889027.75739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726889027.75761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726889027.75805: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e83b90> <<< 172629 1726889027.75923: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e80560> <<< 172629 1726889027.75982: 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 0x7fbe48e84c20> <<< 172629 1726889027.76013: 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 0x7fbe48e84dd0> <<< 172629 1726889027.76066: 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 0x7fbe48e84d70> <<< 172629 1726889027.76072: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e7c5c0> <<< 172629 1726889027.76097: 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 <<< 172629 1726889027.76107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 172629 1726889027.76114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889027.76138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889027.76165: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889027.76186: 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 0x7fbe48d10590> <<< 172629 1726889027.76333: 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 0x7fbe48d11700> <<< 172629 1726889027.76342: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e86d20> <<< 172629 1726889027.76372: 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' <<< 172629 1726889027.76379: 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 0x7fbe48e87920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e86960> <<< 172629 1726889027.76395: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.76415: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726889027.76430: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.76515: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.76635: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889027.76640: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 172629 1726889027.76644: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.76670: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726889027.76789: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.76904: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.77414: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.77936: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726889027.77950: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 172629 1726889027.77963: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726889027.77974: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889027.77988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889027.78040: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889027.78045: 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 0x7fbe48d159d0> <<< 172629 1726889027.78120: 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' <<< 172629 1726889027.78146: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48d16720> <<< 172629 1726889027.78160: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48d11970> <<< 172629 1726889027.78206: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 172629 1726889027.78236: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.78249: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726889027.78256: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.78401: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.78571: 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' <<< 172629 1726889027.78582: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48d16e40> # zipimport: zlib available <<< 172629 1726889027.79018: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.79466: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.79531: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.79602: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889027.79622: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.79643: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.79687: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889027.79690: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.79756: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.79849: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889027.79869: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889027.79873: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 172629 1726889027.79875: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.79928: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.79971: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889027.79991: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.80189: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.80418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889027.80481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889027.80488: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889027.80569: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48d17b60> <<< 172629 1726889027.80577: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.80624: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.80722: 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' # <<< 172629 1726889027.80773: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.80811: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.80843: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726889027.80886: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.80906: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.80966: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.81026: 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 <<< 172629 1726889027.81065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889027.81142: 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' <<< 172629 1726889027.81147: 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 0x7fbe48d225d0> <<< 172629 1726889027.81175: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48d1dd00> <<< 172629 1726889027.81206: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726889027.81220: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.81279: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.81342: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.81371: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.81410: 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' <<< 172629 1726889027.81432: 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 <<< 172629 1726889027.81450: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889027.81477: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889027.81527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889027.81547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889027.81563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889027.81617: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e0ae10> <<< 172629 1726889027.81658: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48feeae0> <<< 172629 1726889027.81736: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48d22720> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48d174a0> # destroy ansible.module_utils.distro <<< 172629 1726889027.81740: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726889027.81776: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.81806: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726889027.81811: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889027.81857: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889027.81883: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.81886: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 172629 1726889027.81902: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.82092: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.82278: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.82298: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.82316: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.82364: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.82400: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.82438: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.82477: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 172629 1726889027.82484: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.82553: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.82622: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.82641: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.82682: 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 <<< 172629 1726889027.82737: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 172629 1726889027.82763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726889027.82815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726889027.82836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726889027.82878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726889027.82906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726889027.82911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726889027.82941: 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 0x7fbe48a17170> <<< 172629 1726889027.82974: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48a165d0> <<< 172629 1726889027.83034: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48a14b00> <<< 172629 1726889027.83242: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48db2fc0> <<< 172629 1726889027.83307: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48db0f20> <<< 172629 1726889027.83316: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 172629 1726889027.83325: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.83499: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.83667: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.83709: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.83781: 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' <<< 172629 1726889027.83791: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 172629 1726889027.83808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 172629 1726889027.83816: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 172629 1726889027.83840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 172629 1726889027.83862: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48d9df70> <<< 172629 1726889027.83914: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 172629 1726889027.83920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 172629 1726889027.83952: 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' <<< 172629 1726889027.83981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726889027.84017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48aa9220> <<< 172629 1726889027.84024: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889027.84051: 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 0x7fbe48aa9550> <<< 172629 1726889027.84095: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48a8cd70> <<< 172629 1726889027.84108: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48a67f50> <<< 172629 1726889027.84138: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48db21b0> <<< 172629 1726889027.84142: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48db13a0> <<< 172629 1726889027.84170: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 172629 1726889027.84192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 172629 1726889027.84232: 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' <<< 172629 1726889027.84253: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 172629 1726889027.84261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 172629 1726889027.84288: 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 0x7fbe488b8200> <<< 172629 1726889027.84294: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48aaba70> <<< 172629 1726889027.84320: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889027.84344: 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 0x7fbe48aabc50> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48aaaea0> <<< 172629 1726889027.84384: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 172629 1726889027.84398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe488b82f0> <<< 172629 1726889027.84430: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 172629 1726889027.84469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 172629 1726889027.84487: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbe488bae40> <<< 172629 1726889027.84535: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe488b8e60> <<< 172629 1726889027.84574: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48db15e0> import 'ansible.module_utils.facts.timeout' # <<< 172629 1726889027.84577: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 172629 1726889027.84596: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 172629 1726889027.84673: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.84712: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 172629 1726889027.84735: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.84808: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.84821: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 172629 1726889027.84836: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.84854: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 172629 1726889027.84862: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.84896: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.84921: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 172629 1726889027.84934: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.84991: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.85039: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 172629 1726889027.85082: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.85127: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 172629 1726889027.85134: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.85188: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.85252: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.85308: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.85368: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 172629 1726889027.85398: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.85849: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.86270: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 172629 1726889027.86336: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.86389: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.86431: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.86459: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 172629 1726889027.86465: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 172629 1726889027.86496: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.86520: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 172629 1726889027.86534: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.86586: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.86646: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 172629 1726889027.86659: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.86697: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.86711: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 172629 1726889027.86723: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.86751: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.86799: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 172629 1726889027.86803: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.86873: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.86953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726889027.86982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe488bb770> <<< 172629 1726889027.87001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726889027.87023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726889027.87137: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe488ebdd0> <<< 172629 1726889027.87148: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 172629 1726889027.87154: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.87218: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.87282: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 172629 1726889027.87285: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.87379: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.87472: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 172629 1726889027.87477: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.87538: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.87609: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 172629 1726889027.87620: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.87665: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.87711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726889027.87761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726889027.87819: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889027.87876: 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 0x7fbe48903290> <<< 172629 1726889027.88062: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe488eae10> import 'ansible.module_utils.facts.system.python' # <<< 172629 1726889027.88069: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.88125: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.88179: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 172629 1726889027.88185: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.88282: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.88359: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.88473: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.88622: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 172629 1726889027.88634: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 172629 1726889027.88660: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.88700: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 172629 1726889027.88710: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.88761: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.88803: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 172629 1726889027.88879: 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' <<< 172629 1726889027.88884: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbe48916ab0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe488eb950> import 'ansible.module_utils.facts.system.user' # <<< 172629 1726889027.88921: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 172629 1726889027.88951: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.89000: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 172629 1726889027.89013: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.89141: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.89320: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 172629 1726889027.89396: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.89503: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.89545: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.89590: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 172629 1726889027.89630: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.89633: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.89651: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.89773: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.89917: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 172629 1726889027.89942: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.90063: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.90184: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available <<< 172629 1726889027.90221: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.90257: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.90776: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.91295: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 172629 1726889027.91308: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.91400: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.91499: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 172629 1726889027.91511: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.91604: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.91700: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 172629 1726889027.91706: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.91856: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.92033: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 172629 1726889027.92040: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.92067: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 172629 1726889027.92070: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.92115: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.92159: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 172629 1726889027.92162: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.92244: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.92340: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.92538: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.92768: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 172629 1726889027.92774: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.92793: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.92829: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available <<< 172629 1726889027.92871: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.92888: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 172629 1726889027.92954: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.93021: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 172629 1726889027.93033: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.93064: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.93086: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 172629 1726889027.93100: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.93174: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.93204: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 172629 1726889027.93215: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.93272: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.93337: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726889027.93356: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.93588: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.93843: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 172629 1726889027.93849: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.93934: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.93972: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 172629 1726889027.93978: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.94033: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.94062: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 172629 1726889027.94109: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.94146: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 172629 1726889027.94151: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.94177: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.94207: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 172629 1726889027.94219: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.94286: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.94381: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 172629 1726889027.94405: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889027.94413: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 172629 1726889027.94452: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.94497: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 172629 1726889027.94505: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.94521: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.94552: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.94592: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.94644: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.94726: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.94779: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 172629 1726889027.94788: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 172629 1726889027.94806: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.94847: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.94897: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 172629 1726889027.94917: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.95094: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.95283: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 172629 1726889027.95296: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.95338: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.95385: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 172629 1726889027.95393: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.95442: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.95496: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 172629 1726889027.95519: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.95579: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.95663: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 172629 1726889027.95667: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 172629 1726889027.95681: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.95758: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.95861: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available <<< 172629 1726889027.95994: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889027.96127: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 172629 1726889027.96205: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.18294: stdout chunk (state=3): >>> {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} <<< 172629 1726889028.18820: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks<<< 172629 1726889028.18824: 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 <<< 172629 1726889028.18842: stdout chunk (state=3): >>># cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 <<< 172629 1726889028.18860: 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 <<< 172629 1726889028.18870: 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<<< 172629 1726889028.18893: stdout chunk (state=3): >>> # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # 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 <<< 172629 1726889028.18912: stdout chunk (state=3): >>># destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors <<< 172629 1726889028.18917: 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 <<< 172629 1726889028.18942: stdout chunk (state=3): >>># cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 <<< 172629 1726889028.18960: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # 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 <<< 172629 1726889028.18972: stdout chunk (state=3): >>># cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters <<< 172629 1726889028.18975: stdout chunk (state=3): >>># 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 <<< 172629 1726889028.19004: stdout chunk (state=3): >>># 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 <<< 172629 1726889028.19015: stdout chunk (state=3): >>># 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 <<< 172629 1726889028.19046: stdout chunk (state=3): >>># 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 <<< 172629 1726889028.19049: stdout chunk (state=3): >>># 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 <<< 172629 1726889028.19070: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot <<< 172629 1726889028.19074: stdout chunk (state=3): >>># 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 ansible.module_utils.service # destroy ansible.module_utils.service <<< 172629 1726889028.19407: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889028.19437: stdout chunk (state=3): >>># destroy _bz2 <<< 172629 1726889028.19460: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726889028.19467: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726889028.19484: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726889028.19522: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889028.19541: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 172629 1726889028.19571: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 172629 1726889028.19574: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale <<< 172629 1726889028.19590: stdout chunk (state=3): >>># destroy locale # destroy _signal # destroy _posixsubprocess <<< 172629 1726889028.19609: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726889028.19649: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726889028.19672: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 172629 1726889028.19720: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector<<< 172629 1726889028.19723: stdout chunk (state=3): >>> # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 172629 1726889028.19749: stdout chunk (state=3): >>># destroy _pickle <<< 172629 1726889028.19760: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue <<< 172629 1726889028.19783: stdout chunk (state=3): >>># destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 172629 1726889028.19799: stdout chunk (state=3): >>># destroy fcntl <<< 172629 1726889028.19806: stdout chunk (state=3): >>># destroy datetime <<< 172629 1726889028.19811: stdout chunk (state=3): >>># destroy base64 <<< 172629 1726889028.19836: stdout chunk (state=3): >>># destroy _ssl <<< 172629 1726889028.19850: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 172629 1726889028.19862: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios <<< 172629 1726889028.19875: stdout chunk (state=3): >>># destroy errno # destroy json <<< 172629 1726889028.19894: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 172629 1726889028.19906: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess <<< 172629 1726889028.19949: stdout chunk (state=3): >>># cleanup[3] wiping configparser <<< 172629 1726889028.19969: stdout chunk (state=3): >>># cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token <<< 172629 1726889028.19984: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 172629 1726889028.20003: 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 # 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 <<< 172629 1726889028.20016: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing <<< 172629 1726889028.20039: stdout chunk (state=3): >>># destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 172629 1726889028.20047: stdout chunk (state=3): >>># cleanup[3] wiping threading <<< 172629 1726889028.20063: 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 <<< 172629 1726889028.20080: 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 # destroy copyreg # cleanup[3] wiping re._parser <<< 172629 1726889028.20096: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools <<< 172629 1726889028.20110: stdout chunk (state=3): >>># 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 <<< 172629 1726889028.20130: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc <<< 172629 1726889028.20146: 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 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 <<< 172629 1726889028.20150: 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 <<< 172629 1726889028.20302: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889028.20347: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 172629 1726889028.20354: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 172629 1726889028.20382: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 172629 1726889028.20385: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726889028.20415: 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 <<< 172629 1726889028.20421: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 172629 1726889028.20460: stdout chunk (state=3): >>># destroy _opcode <<< 172629 1726889028.20466: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726889028.20493: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib<<< 172629 1726889028.20498: stdout chunk (state=3): >>> <<< 172629 1726889028.20584: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 172629 1726889028.20590: stdout chunk (state=3): >>># destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726889028.20620: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726889028.20657: stdout chunk (state=3): >>># destroy _hashlib # destroy abc # destroy _collections_abc <<< 172629 1726889028.20660: stdout chunk (state=3): >>># destroy _operator <<< 172629 1726889028.20663: stdout chunk (state=3): >>># destroy _string # destroy re <<< 172629 1726889028.20689: stdout chunk (state=3): >>># destroy _abc # destroy itertools # destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins <<< 172629 1726889028.20702: stdout chunk (state=3): >>># destroy _thread <<< 172629 1726889028.20708: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726889028.21078: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889028.21111: stderr chunk (state=3): >>><<< 172629 1726889028.21114: stdout chunk (state=3): >>><<< 172629 1726889028.21222: _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 0x7fbe49a184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe499e7b30> # /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 0x7fbe49a1aa50> 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 0x7fbe49809130> # /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 0x7fbe4980a120> 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 0x7fbe49846ea0> # /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 0x7fbe4985c1a0> # /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 0x7fbe4987fa40> # /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 0x7fbe498a0110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe4985fce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe4985d400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498451c0> # /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 0x7fbe498a3950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498a2570> # /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 0x7fbe4985e2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498470b0> # /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 0x7fbe498d0980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe49844440> # /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 0x7fbe498d0e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498d0ce0> # 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 0x7fbe498d10d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe49842f60> # /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 0x7fbe498d1760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498d1460> 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 0x7fbe498d2660> 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 0x7fbe498ec890> 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 0x7fbe498edfd0> # /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 0x7fbe498eee70> # 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 0x7fbe498ef4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498ee3c0> # /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 0x7fbe498eff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498ef650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498d26c0> # /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 0x7fbe495d3dd0> # /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 0x7fbe495fc8f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe495fc650> # 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 0x7fbe495fc920> # /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 0x7fbe495fd250> # 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 0x7fbe495fdc10> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe495fcb00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe495d1f70> # /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 0x7fbe495ff020> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe495fdd60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe498d2db0> # /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 0x7fbe49627380> # /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 0x7fbe4964b710> # /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 0x7fbe496ac530> # /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 0x7fbe496aec90> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe496ac650> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe49671520> # /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 0x7fbe48f25610> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe4964a510> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe495fff50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbe4964a870> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_mezj213n/ansible_systemd_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 0x7fbe48f8b2f0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48f6a1e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48f69370> # 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 0x7fbe48f89190> # /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 0x7fbe48fbac90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48fbaa20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48fba330> # /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 0x7fbe48fbab70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe49a1a9c0> 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 0x7fbe48fbb9b0> # 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 0x7fbe48fbbbf0> # /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 0x7fbe48fe80e0> 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 0x7fbe48e29eb0> # 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 0x7fbe48e2bad0> # /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 0x7fbe48e2c4d0> # /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 0x7fbe48e2d670> # /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 0x7fbe48e34140> # 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 0x7fbe48e34470> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e2e420> # /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 0x7fbe48e780b0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e36ba0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e36900> # /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 0x7fbe48e36e70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e2e930> # 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 0x7fbe48e7c290> # /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 0x7fbe48e7c440> # /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 0x7fbe48e7de80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e7dc70> # /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 0x7fbe48e803b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e7e570> # /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 0x7fbe48e83b90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e80560> # 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 0x7fbe48e84c20> # 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 0x7fbe48e84dd0> # 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 0x7fbe48e84d70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e7c5c0> # /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 0x7fbe48d10590> # 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 0x7fbe48d11700> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e86d20> # 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 0x7fbe48e87920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48e86960> # 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 0x7fbe48d159d0> # /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 0x7fbe48d16720> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48d11970> 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 0x7fbe48d16e40> # 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 0x7fbe48d17b60> # 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 0x7fbe48d225d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48d1dd00> 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 0x7fbe48e0ae10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48feeae0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48d22720> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48d174a0> # 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 0x7fbe48a17170> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48a165d0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48a14b00> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48db2fc0> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48db0f20> 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 0x7fbe48d9df70> # /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 0x7fbe48aa9220> # 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 0x7fbe48aa9550> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48a8cd70> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48a67f50> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48db21b0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48db13a0> # /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 0x7fbe488b8200> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48aaba70> # 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 0x7fbe48aabc50> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48aaaea0> # /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 0x7fbe488b82f0> # /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 0x7fbe488bae40> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe488b8e60> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe48db15e0> 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 0x7fbe488bb770> # /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 0x7fbe488ebdd0> 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 0x7fbe48903290> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe488eae10> 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 0x7fbe48916ab0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbe488eb950> 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 # zipimport: zlib available import 'ansible.module_utils.service' # # zipimport: zlib available {"name": null, "changed": false, "status": {}, "invocation": {"module_args": {"daemon_reload": true, "daemon_reexec": false, "scope": "system", "no_block": false, "name": null, "state": null, "enabled": null, "force": null, "masked": null}}} # 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 ansible.module_utils.service # destroy ansible.module_utils.service # 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 _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.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # 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 _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 _string # destroy re # destroy _abc # destroy itertools # destroy _sre # 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. 172629 1726889028.22066: done with _execute_module (systemd, {'daemon_reload': 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': 'systemd', '_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-1726889027.537543-177295-248951146934492/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889028.22069: _low_level_execute_command(): starting 172629 1726889028.22072: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889027.537543-177295-248951146934492/ > /dev/null 2>&1 && sleep 0' 172629 1726889028.22075: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889028.22078: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889028.22081: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889028.22083: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889028.22086: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889028.22089: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889028.22091: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889028.22093: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726889028.22095: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726889028.22104: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726889028.22107: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889028.22109: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889028.22111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889028.22113: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889028.22115: stderr chunk (state=3): >>>debug2: match found <<< 172629 1726889028.22117: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889028.22174: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889028.22178: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889028.22181: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889028.22226: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889028.24098: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889028.24121: stderr chunk (state=3): >>><<< 172629 1726889028.24124: stdout chunk (state=3): >>><<< 172629 1726889028.24139: _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 172629 1726889028.24145: handler run complete 172629 1726889028.24164: attempt loop complete, returning result 172629 1726889028.24167: _execute() done 172629 1726889028.24170: dumping result to json 172629 1726889028.24173: done dumping result, returning 172629 1726889028.24181: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-d0a8-add8-000000002c8d] 172629 1726889028.24185: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c8d 172629 1726889028.24274: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c8d 172629 1726889028.24277: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "name": null, "status": {} } 172629 1726889028.24380: no more pending results, returning what we have 172629 1726889028.24383: results queue empty 172629 1726889028.24384: checking for any_errors_fatal 172629 1726889028.24395: done checking for any_errors_fatal 172629 1726889028.24396: checking for max_fail_percentage 172629 1726889028.24397: done checking for max_fail_percentage 172629 1726889028.24398: checking to see if all hosts have failed and the running result is not ok 172629 1726889028.24399: done checking to see if all hosts have failed 172629 1726889028.24399: getting the remaining hosts for this loop 172629 1726889028.24401: done getting the remaining hosts for this loop 172629 1726889028.24404: getting the next task for host managed_node1 172629 1726889028.24409: done getting next task for host managed_node1 172629 1726889028.24413: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 172629 1726889028.24417: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889028.24428: getting variables 172629 1726889028.24430: in VariableManager get_vars() 172629 1726889028.24471: Calling all_inventory to load vars for managed_node1 172629 1726889028.24473: Calling groups_inventory to load vars for managed_node1 172629 1726889028.24476: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889028.24485: Calling all_plugins_play to load vars for managed_node1 172629 1726889028.24487: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889028.24490: Calling groups_plugins_play to load vars for managed_node1 172629 1726889028.24885: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889028.25237: done with get_vars() 172629 1726889028.25249: 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 23:23:48 -0400 (0:00:00.759) 0:02:08.533 ****** 172629 1726889028.25323: entering _queue_task() for managed_node1/stat 172629 1726889028.25544: worker is 1 (out of 1 available) 172629 1726889028.25560: exiting _queue_task() for managed_node1/stat 172629 1726889028.25573: done queuing things up, now waiting for results queue to drain 172629 1726889028.25575: waiting for pending results... 172629 1726889028.25770: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 172629 1726889028.25877: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c8e 172629 1726889028.25888: variable 'ansible_search_path' from source: unknown 172629 1726889028.25892: variable 'ansible_search_path' from source: unknown 172629 1726889028.25922: calling self._execute() 172629 1726889028.26016: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889028.26021: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889028.26032: variable 'omit' from source: magic vars 172629 1726889028.26113: variable 'omit' from source: magic vars 172629 1726889028.26163: variable 'omit' from source: magic vars 172629 1726889028.26186: variable 'omit' from source: magic vars 172629 1726889028.26222: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889028.26253: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889028.26274: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889028.26288: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889028.26300: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889028.26323: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889028.26326: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889028.26329: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889028.26405: Set connection var ansible_timeout to 10 172629 1726889028.26408: Set connection var ansible_shell_type to sh 172629 1726889028.26415: Set connection var ansible_pipelining to False 172629 1726889028.26420: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889028.26425: Set connection var ansible_shell_executable to /bin/sh 172629 1726889028.26428: Set connection var ansible_connection to ssh 172629 1726889028.26444: variable 'ansible_shell_executable' from source: unknown 172629 1726889028.26447: variable 'ansible_connection' from source: unknown 172629 1726889028.26450: variable 'ansible_module_compression' from source: unknown 172629 1726889028.26452: variable 'ansible_shell_type' from source: unknown 172629 1726889028.26458: variable 'ansible_shell_executable' from source: unknown 172629 1726889028.26467: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889028.26470: variable 'ansible_pipelining' from source: unknown 172629 1726889028.26473: variable 'ansible_timeout' from source: unknown 172629 1726889028.26475: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889028.26629: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889028.26640: variable 'omit' from source: magic vars 172629 1726889028.26645: starting attempt loop 172629 1726889028.26649: running the handler 172629 1726889028.26664: _low_level_execute_command(): starting 172629 1726889028.26671: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889028.27159: 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 <<< 172629 1726889028.27190: stderr 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 <<< 172629 1726889028.27194: stderr 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 <<< 172629 1726889028.27245: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889028.27248: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889028.27257: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889028.27301: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889028.28952: stdout chunk (state=3): >>>/root <<< 172629 1726889028.29054: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889028.29082: stderr chunk (state=3): >>><<< 172629 1726889028.29086: stdout chunk (state=3): >>><<< 172629 1726889028.29110: _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 172629 1726889028.29122: _low_level_execute_command(): starting 172629 1726889028.29129: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889028.2910936-177315-61232417097572 `" && echo ansible-tmp-1726889028.2910936-177315-61232417097572="` echo /root/.ansible/tmp/ansible-tmp-1726889028.2910936-177315-61232417097572 `" ) && sleep 0' 172629 1726889028.29536: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889028.29569: 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 <<< 172629 1726889028.29572: 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 <<< 172629 1726889028.29581: stderr 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 <<< 172629 1726889028.29628: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889028.29632: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889028.29636: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889028.29681: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889028.31564: stdout chunk (state=3): >>>ansible-tmp-1726889028.2910936-177315-61232417097572=/root/.ansible/tmp/ansible-tmp-1726889028.2910936-177315-61232417097572 <<< 172629 1726889028.31668: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889028.31699: stderr chunk (state=3): >>><<< 172629 1726889028.31702: stdout chunk (state=3): >>><<< 172629 1726889028.31717: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889028.2910936-177315-61232417097572=/root/.ansible/tmp/ansible-tmp-1726889028.2910936-177315-61232417097572 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889028.31763: variable 'ansible_module_compression' from source: unknown 172629 1726889028.31814: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726889028.31841: variable 'ansible_facts' from source: unknown 172629 1726889028.31908: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889028.2910936-177315-61232417097572/AnsiballZ_stat.py 172629 1726889028.32003: Sending initial data 172629 1726889028.32007: Sent initial data (154 bytes) 172629 1726889028.32429: 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 <<< 172629 1726889028.32433: stderr 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 <<< 172629 1726889028.32446: 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 <<< 172629 1726889028.32504: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889028.32507: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889028.32563: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889028.34095: 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 <<< 172629 1726889028.34104: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726889028.34139: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889028.34189: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpqr7p97fl /root/.ansible/tmp/ansible-tmp-1726889028.2910936-177315-61232417097572/AnsiballZ_stat.py <<< 172629 1726889028.34192: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889028.2910936-177315-61232417097572/AnsiballZ_stat.py" <<< 172629 1726889028.34234: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpqr7p97fl" to remote "/root/.ansible/tmp/ansible-tmp-1726889028.2910936-177315-61232417097572/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889028.2910936-177315-61232417097572/AnsiballZ_stat.py" <<< 172629 1726889028.34782: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889028.34818: stderr chunk (state=3): >>><<< 172629 1726889028.34822: stdout chunk (state=3): >>><<< 172629 1726889028.34865: done transferring module to remote 172629 1726889028.34875: _low_level_execute_command(): starting 172629 1726889028.34878: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889028.2910936-177315-61232417097572/ /root/.ansible/tmp/ansible-tmp-1726889028.2910936-177315-61232417097572/AnsiballZ_stat.py && sleep 0' 172629 1726889028.35304: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889028.35307: 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 <<< 172629 1726889028.35310: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726889028.35312: 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 found <<< 172629 1726889028.35314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889028.35367: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889028.35372: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889028.35374: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889028.35414: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889028.37125: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889028.37148: stderr chunk (state=3): >>><<< 172629 1726889028.37151: stdout chunk (state=3): >>><<< 172629 1726889028.37167: _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 172629 1726889028.37171: _low_level_execute_command(): starting 172629 1726889028.37173: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889028.2910936-177315-61232417097572/AnsiballZ_stat.py && sleep 0' 172629 1726889028.37571: 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 <<< 172629 1726889028.37574: stderr 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 <<< 172629 1726889028.37576: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726889028.37578: 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 <<< 172629 1726889028.37580: 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 <<< 172629 1726889028.37615: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889028.37629: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889028.37681: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889028.39792: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889028.39824: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889028.39864: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 172629 1726889028.39869: stdout chunk (state=3): >>>import '_weakref' # <<< 172629 1726889028.39936: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726889028.39941: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726889028.39973: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889028.40006: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889028.40039: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726889028.40042: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726889028.40094: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726889028.40101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.40114: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889028.40138: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889028.40172: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889028.40197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726889028.40211: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dd1104d0> <<< 172629 1726889028.40217: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dd0dfb30> <<< 172629 1726889028.40239: 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' <<< 172629 1726889028.40261: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dd112a50> <<< 172629 1726889028.40274: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889028.40300: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726889028.40308: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726889028.40325: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889028.40361: stdout chunk (state=3): >>>import '_stat' # <<< 172629 1726889028.40366: stdout chunk (state=3): >>>import 'stat' # <<< 172629 1726889028.40446: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889028.40473: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889028.40511: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889028.40524: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889028.40545: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726889028.40549: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726889028.40573: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889028.40599: 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 <<< 172629 1726889028.40603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726889028.40623: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcec1130> <<< 172629 1726889028.40679: 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 <<< 172629 1726889028.40691: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.40699: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcec2120> <<< 172629 1726889028.40719: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889028.40754: 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. <<< 172629 1726889028.40978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889028.40997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889028.41015: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726889028.41028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.41046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889028.41087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889028.41103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889028.41133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889028.41139: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcefeea0> <<< 172629 1726889028.41168: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889028.41174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889028.41202: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf141a0> <<< 172629 1726889028.41227: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889028.41249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889028.41282: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889028.41323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.41343: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889028.41369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726889028.41379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf37a40> <<< 172629 1726889028.41396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726889028.41410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf58110> <<< 172629 1726889028.41423: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889028.41473: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf17ce0> <<< 172629 1726889028.41487: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889028.41508: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf15400> <<< 172629 1726889028.41599: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcefd1c0> <<< 172629 1726889028.41622: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889028.41644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889028.41651: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889028.41678: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889028.41703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889028.41723: 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' <<< 172629 1726889028.41767: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf5b980> <<< 172629 1726889028.41771: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf5a5a0> <<< 172629 1726889028.41813: 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' <<< 172629 1726889028.41816: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf162d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf58e30> <<< 172629 1726889028.41874: 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' <<< 172629 1726889028.41880: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf88a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcefc440> <<< 172629 1726889028.41907: 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' <<< 172629 1726889028.41945: 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 0x7fb0dcf88ec0> <<< 172629 1726889028.41951: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf88d70> <<< 172629 1726889028.41985: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.41996: 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 0x7fb0dcf89160> <<< 172629 1726889028.42003: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcefaf60> <<< 172629 1726889028.42034: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726889028.42039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.42053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889028.42086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889028.42106: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf89850> <<< 172629 1726889028.42108: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf89520> import 'importlib.machinery' # <<< 172629 1726889028.42144: 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' <<< 172629 1726889028.42166: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf8a750> <<< 172629 1726889028.42179: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726889028.42182: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726889028.42205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889028.42238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889028.42267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726889028.42270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcfa48f0> <<< 172629 1726889028.42282: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889028.42310: 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 0x7fb0dcfa6030> <<< 172629 1726889028.42338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889028.42344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726889028.42380: 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' <<< 172629 1726889028.42388: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcfa6ed0> <<< 172629 1726889028.42431: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.42433: 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 0x7fb0dcfa7530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcfa6420> <<< 172629 1726889028.42464: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889028.42467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726889028.42504: 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 0x7fb0dcfa7fb0> <<< 172629 1726889028.42523: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcfa76e0> <<< 172629 1726889028.42569: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf88da0> <<< 172629 1726889028.42591: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889028.42608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889028.42633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889028.42648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889028.42686: 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 0x7fb0dcfbff20> <<< 172629 1726889028.42709: 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' <<< 172629 1726889028.42736: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.42739: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0dcd5c920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcd5c680> <<< 172629 1726889028.42769: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.42774: 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 0x7fb0dcd5c950> <<< 172629 1726889028.42807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726889028.42813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726889028.42878: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.43009: 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 0x7fb0dcd5d280> <<< 172629 1726889028.43121: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.43131: 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 0x7fb0dcd5dc40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcd5cb30> <<< 172629 1726889028.43145: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcfbe0c0> <<< 172629 1726889028.43166: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889028.43184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889028.43208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726889028.43225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726889028.43231: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcd5eff0> <<< 172629 1726889028.43264: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcd5dac0> <<< 172629 1726889028.43267: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf8ae10> <<< 172629 1726889028.43299: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889028.43359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.43378: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889028.43409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889028.43438: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcd87320> <<< 172629 1726889028.43486: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889028.43506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.43519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889028.43542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889028.43580: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcdab680> <<< 172629 1726889028.43605: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889028.43645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889028.43700: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889028.43723: 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' <<< 172629 1726889028.43733: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dce0c440> <<< 172629 1726889028.43740: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889028.43775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889028.43796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889028.43837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889028.43917: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dce0eba0> <<< 172629 1726889028.43993: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dce0c560> <<< 172629 1726889028.44026: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcdd1460> <<< 172629 1726889028.44056: 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 0x7fb0dc7254f0> <<< 172629 1726889028.44074: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcdaa480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcd5fef0> <<< 172629 1726889028.44186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889028.44202: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb0dcdaaa80> <<< 172629 1726889028.44374: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_b_62pb2f/ansible_stat_payload.zip' # zipimport: zlib available <<< 172629 1726889028.44504: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.44529: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889028.44545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889028.44582: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889028.44657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889028.44682: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 172629 1726889028.44690: 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 0x7fb0dc777290> <<< 172629 1726889028.44696: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726889028.44879: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc75a180> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc7592e0> <<< 172629 1726889028.44884: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.44907: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889028.44926: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.44937: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.44961: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.44971: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889028.44987: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.46347: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.47444: 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' <<< 172629 1726889028.47460: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc774fe0> <<< 172629 1726889028.47472: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726889028.47479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.47501: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726889028.47504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726889028.47530: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726889028.47542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726889028.47561: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.47567: 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 0x7fb0dc7a2bd0> <<< 172629 1726889028.47598: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc7a2960><<< 172629 1726889028.47603: stdout chunk (state=3): >>> <<< 172629 1726889028.47624: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc7a2270> <<< 172629 1726889028.47649: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889028.47654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726889028.47697: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc7a2cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dd1129c0> <<< 172629 1726889028.47704: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726889028.47734: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.47736: 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 0x7fb0dc7a3890> <<< 172629 1726889028.47765: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.47774: 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 0x7fb0dc7a3a40> <<< 172629 1726889028.47781: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889028.47827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889028.47832: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889028.47880: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc7a3f80> <<< 172629 1726889028.47883: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889028.47910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889028.47928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889028.47971: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc611d60> <<< 172629 1726889028.47992: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.48005: 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 0x7fb0dc613980> <<< 172629 1726889028.48008: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889028.48030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889028.48071: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc618380> <<< 172629 1726889028.48085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889028.48109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889028.48128: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc619520> <<< 172629 1726889028.48143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889028.48182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889028.48202: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726889028.48205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726889028.48252: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc61bf80> <<< 172629 1726889028.48287: 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 0x7fb0dc7a2c60> <<< 172629 1726889028.48313: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc61a240> <<< 172629 1726889028.48328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889028.48360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889028.48380: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 172629 1726889028.48383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726889028.48398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889028.48442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889028.48445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726889028.48469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc61ff20> <<< 172629 1726889028.48476: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889028.48544: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc61e9f0> <<< 172629 1726889028.48558: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc61e750> <<< 172629 1726889028.48568: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726889028.48574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726889028.48642: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc61ecc0> <<< 172629 1726889028.48671: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc61a750> <<< 172629 1726889028.48695: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.48698: 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 0x7fb0dc663fe0> <<< 172629 1726889028.48727: 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' <<< 172629 1726889028.48735: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc6642c0> <<< 172629 1726889028.48745: 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 <<< 172629 1726889028.48783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889028.48787: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 172629 1726889028.48789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 172629 1726889028.48822: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.48830: 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 0x7fb0dc665d60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc665b20> <<< 172629 1726889028.48845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889028.48932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889028.48978: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.48987: 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 0x7fb0dc668320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc666450> <<< 172629 1726889028.49009: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889028.49045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.49075: 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' <<< 172629 1726889028.49081: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726889028.49125: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc66bb00> <<< 172629 1726889028.49242: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc6684d0> <<< 172629 1726889028.49301: 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' <<< 172629 1726889028.49308: 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 0x7fb0dc66cbc0> <<< 172629 1726889028.49331: 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' <<< 172629 1726889028.49337: 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 0x7fb0dc66cb60> <<< 172629 1726889028.49378: 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' <<< 172629 1726889028.49381: 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 0x7fb0dc66cdd0> <<< 172629 1726889028.49401: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc6643e0> <<< 172629 1726889028.49413: 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' <<< 172629 1726889028.49434: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889028.49449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889028.49482: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.49504: 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 0x7fb0dc6f85c0> <<< 172629 1726889028.49643: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.49657: 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 0x7fb0dc6f99a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc66ed50> <<< 172629 1726889028.49694: 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 0x7fb0dc66f920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc66e960> <<< 172629 1726889028.49713: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.49732: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726889028.49742: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.49832: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.49919: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.49932: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726889028.49950: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.49958: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.49973: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 172629 1726889028.50097: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.50211: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.50734: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.51269: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726889028.51273: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 172629 1726889028.51275: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726889028.51292: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889028.51314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.51363: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.51368: 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 0x7fb0dc6fdc40> <<< 172629 1726889028.51443: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726889028.51457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 172629 1726889028.51460: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc6fe9f0> <<< 172629 1726889028.51474: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc6f9bb0> <<< 172629 1726889028.51518: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889028.51529: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.51545: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.51564: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726889028.51569: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.51713: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.51872: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726889028.51876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc6fe8d0> <<< 172629 1726889028.51889: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.52333: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.52771: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.52843: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.52918: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889028.52923: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.52968: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.53001: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889028.53010: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.53076: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.53164: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889028.53180: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.53187: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726889028.53202: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.53239: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.53279: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889028.53282: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.53509: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.53737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889028.53789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889028.53799: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889028.53869: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc6ffb30> <<< 172629 1726889028.53873: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.53948: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.54021: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726889028.54035: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726889028.54046: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726889028.54056: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.54098: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.54141: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889028.54150: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.54186: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.54235: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.54286: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.54358: 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 <<< 172629 1726889028.54385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.54467: 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 0x7fb0dc50a360> <<< 172629 1726889028.54495: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc5072f0> <<< 172629 1726889028.54527: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726889028.54536: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.54598: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.54664: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.54686: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.54729: 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' <<< 172629 1726889028.54749: 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 <<< 172629 1726889028.54769: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889028.54794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889028.54846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889028.54871: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889028.54879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889028.54937: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc7fec00> <<< 172629 1726889028.54974: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc7ee8d0> <<< 172629 1726889028.55050: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc50a4e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcfa7320> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726889028.55065: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.55094: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.55125: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889028.55178: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889028.55185: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.55213: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 172629 1726889028.55227: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.55356: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.55546: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.56308: stdout chunk (state=3): >>> <<< 172629 1726889028.56324: 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": 195035400, "dev": 51714, "nlink": 1, "atime": 1726887894.9028583, "mtime": 1726562394.502, "ctime": 1726887890.8548312, "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": "2210578496", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 172629 1726889028.56335: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889028.56721: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889028.56724: 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 <<< 172629 1726889028.56733: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins <<< 172629 1726889028.56750: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases <<< 172629 1726889028.56768: stdout chunk (state=3): >>># cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # 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 <<< 172629 1726889028.56790: stdout chunk (state=3): >>># cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random <<< 172629 1726889028.56807: 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 <<< 172629 1726889028.56841: stdout chunk (state=3): >>># cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # 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 <<< 172629 1726889028.56858: stdout chunk (state=3): >>># 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 <<< 172629 1726889028.56870: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing <<< 172629 1726889028.56891: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux <<< 172629 1726889028.56899: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # 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 <<< 172629 1726889028.57134: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889028.57142: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726889028.57174: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726889028.57189: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 172629 1726889028.57196: stdout chunk (state=3): >>># destroy zipfile._path <<< 172629 1726889028.57212: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726889028.57241: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889028.57259: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 172629 1726889028.57289: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 172629 1726889028.57296: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 172629 1726889028.57314: stdout chunk (state=3): >>># destroy locale # destroy signal <<< 172629 1726889028.57319: stdout chunk (state=3): >>># destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726889028.57339: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726889028.57342: stdout chunk (state=3): >>># destroy array <<< 172629 1726889028.57356: stdout chunk (state=3): >>># destroy datetime <<< 172629 1726889028.57381: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro <<< 172629 1726889028.57386: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889028.57425: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726889028.57432: 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 <<< 172629 1726889028.57457: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 172629 1726889028.57473: 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 <<< 172629 1726889028.57491: 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 <<< 172629 1726889028.57510: stdout chunk (state=3): >>># cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 172629 1726889028.57515: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 172629 1726889028.57542: 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 <<< 172629 1726889028.57549: 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 <<< 172629 1726889028.57574: stdout chunk (state=3): >>># cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread <<< 172629 1726889028.57578: stdout chunk (state=3): >>># 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 <<< 172629 1726889028.57713: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889028.57728: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889028.57754: stdout chunk (state=3): >>># destroy platform # destroy _uuid<<< 172629 1726889028.57762: stdout chunk (state=3): >>> # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889028.57783: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726889028.57809: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 172629 1726889028.57836: 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 <<< 172629 1726889028.57847: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889028.57941: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 172629 1726889028.57946: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 172629 1726889028.57950: stdout chunk (state=3): >>># destroy time <<< 172629 1726889028.57978: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 172629 1726889028.58002: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726889028.58015: stdout chunk (state=3): >>># destroy itertools # destroy _abc <<< 172629 1726889028.58034: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726889028.58039: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726889028.58318: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889028.58350: stderr chunk (state=3): >>><<< 172629 1726889028.58353: stdout chunk (state=3): >>><<< 172629 1726889028.58421: _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 0x7fb0dd1104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dd0dfb30> # /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 0x7fb0dd112a50> 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 0x7fb0dcec1130> # /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 0x7fb0dcec2120> 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 0x7fb0dcefeea0> # /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 0x7fb0dcf141a0> # /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 0x7fb0dcf37a40> # /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 0x7fb0dcf58110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf17ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf15400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcefd1c0> # /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 0x7fb0dcf5b980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf5a5a0> # /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 0x7fb0dcf162d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf58e30> # /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 0x7fb0dcf88a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcefc440> # /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 0x7fb0dcf88ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf88d70> # 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 0x7fb0dcf89160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcefaf60> # /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 0x7fb0dcf89850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf89520> 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 0x7fb0dcf8a750> 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 0x7fb0dcfa48f0> 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 0x7fb0dcfa6030> # /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 0x7fb0dcfa6ed0> # 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 0x7fb0dcfa7530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcfa6420> # /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 0x7fb0dcfa7fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcfa76e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf88da0> # /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 0x7fb0dcfbff20> # /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 0x7fb0dcd5c920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcd5c680> # 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 0x7fb0dcd5c950> # /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 0x7fb0dcd5d280> # 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 0x7fb0dcd5dc40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcd5cb30> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcfbe0c0> # /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 0x7fb0dcd5eff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcd5dac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcf8ae10> # /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 0x7fb0dcd87320> # /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 0x7fb0dcdab680> # /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 0x7fb0dce0c440> # /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 0x7fb0dce0eba0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dce0c560> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcdd1460> # /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 0x7fb0dc7254f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcdaa480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcd5fef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb0dcdaaa80> # zipimport: found 30 names in '/tmp/ansible_stat_payload_b_62pb2f/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 0x7fb0dc777290> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc75a180> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc7592e0> # 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 0x7fb0dc774fe0> # /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 0x7fb0dc7a2bd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc7a2960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc7a2270> # /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 0x7fb0dc7a2cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dd1129c0> 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 0x7fb0dc7a3890> # 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 0x7fb0dc7a3a40> # /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 0x7fb0dc7a3f80> 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 0x7fb0dc611d60> # 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 0x7fb0dc613980> # /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 0x7fb0dc618380> # /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 0x7fb0dc619520> # /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 0x7fb0dc61bf80> # 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 0x7fb0dc7a2c60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc61a240> # /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 0x7fb0dc61ff20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc61e9f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc61e750> # /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 0x7fb0dc61ecc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc61a750> # 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 0x7fb0dc663fe0> # /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 0x7fb0dc6642c0> # /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 0x7fb0dc665d60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc665b20> # /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 0x7fb0dc668320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc666450> # /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 0x7fb0dc66bb00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc6684d0> # 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 0x7fb0dc66cbc0> # 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 0x7fb0dc66cb60> # 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 0x7fb0dc66cdd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc6643e0> # /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 0x7fb0dc6f85c0> # 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 0x7fb0dc6f99a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc66ed50> # 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 0x7fb0dc66f920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc66e960> # 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 0x7fb0dc6fdc40> # /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 0x7fb0dc6fe9f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc6f9bb0> 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 0x7fb0dc6fe8d0> # 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 0x7fb0dc6ffb30> # 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 0x7fb0dc50a360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc5072f0> 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 0x7fb0dc7fec00> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc7ee8d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dc50a4e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0dcfa7320> # 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": 195035400, "dev": 51714, "nlink": 1, "atime": 1726887894.9028583, "mtime": 1726562394.502, "ctime": 1726887890.8548312, "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": "2210578496", "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. 172629 1726889028.58976: 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-1726889028.2910936-177315-61232417097572/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889028.58979: _low_level_execute_command(): starting 172629 1726889028.58981: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889028.2910936-177315-61232417097572/ > /dev/null 2>&1 && sleep 0' 172629 1726889028.59141: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889028.59144: 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 <<< 172629 1726889028.59147: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889028.59149: 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 <<< 172629 1726889028.59151: stderr 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 <<< 172629 1726889028.59206: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889028.59214: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889028.59260: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889028.61060: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889028.61083: stderr chunk (state=3): >>><<< 172629 1726889028.61086: stdout chunk (state=3): >>><<< 172629 1726889028.61097: _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 172629 1726889028.61103: handler run complete 172629 1726889028.61135: attempt loop complete, returning result 172629 1726889028.61139: _execute() done 172629 1726889028.61142: dumping result to json 172629 1726889028.61148: done dumping result, returning 172629 1726889028.61156: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-d0a8-add8-000000002c8e] 172629 1726889028.61163: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c8e 172629 1726889028.61265: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c8e 172629 1726889028.61268: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726887894.9028583, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726887890.8548312, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 195035400, "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": "2210578496", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726889028.61374: no more pending results, returning what we have 172629 1726889028.61378: results queue empty 172629 1726889028.61379: checking for any_errors_fatal 172629 1726889028.61387: done checking for any_errors_fatal 172629 1726889028.61388: checking for max_fail_percentage 172629 1726889028.61389: done checking for max_fail_percentage 172629 1726889028.61390: checking to see if all hosts have failed and the running result is not ok 172629 1726889028.61391: done checking to see if all hosts have failed 172629 1726889028.61392: getting the remaining hosts for this loop 172629 1726889028.61394: done getting the remaining hosts for this loop 172629 1726889028.61396: getting the next task for host managed_node1 172629 1726889028.61402: done getting next task for host managed_node1 172629 1726889028.61406: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 172629 1726889028.61409: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889028.61421: getting variables 172629 1726889028.61422: in VariableManager get_vars() 172629 1726889028.61465: Calling all_inventory to load vars for managed_node1 172629 1726889028.61468: Calling groups_inventory to load vars for managed_node1 172629 1726889028.61470: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889028.61480: Calling all_plugins_play to load vars for managed_node1 172629 1726889028.61486: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889028.61489: Calling groups_plugins_play to load vars for managed_node1 172629 1726889028.61859: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889028.62198: done with get_vars() 172629 1726889028.62209: 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 23:23:48 -0400 (0:00:00.369) 0:02:08.902 ****** 172629 1726889028.62281: entering _queue_task() for managed_node1/lineinfile 172629 1726889028.62503: worker is 1 (out of 1 available) 172629 1726889028.62516: exiting _queue_task() for managed_node1/lineinfile 172629 1726889028.62530: done queuing things up, now waiting for results queue to drain 172629 1726889028.62531: waiting for pending results... 172629 1726889028.62726: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 172629 1726889028.62834: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c8f 172629 1726889028.62846: variable 'ansible_search_path' from source: unknown 172629 1726889028.62849: variable 'ansible_search_path' from source: unknown 172629 1726889028.63048: variable 'blivet_output' from source: set_fact 172629 1726889028.63121: dumping result to json 172629 1726889028.63125: done dumping result, returning 172629 1726889028.63131: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-d0a8-add8-000000002c8f] 172629 1726889028.63137: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c8f 172629 1726889028.63251: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c8f 172629 1726889028.63254: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726889028.63302: no more pending results, returning what we have 172629 1726889028.63305: results queue empty 172629 1726889028.63306: checking for any_errors_fatal 172629 1726889028.63318: done checking for any_errors_fatal 172629 1726889028.63319: checking for max_fail_percentage 172629 1726889028.63320: done checking for max_fail_percentage 172629 1726889028.63321: checking to see if all hosts have failed and the running result is not ok 172629 1726889028.63322: done checking to see if all hosts have failed 172629 1726889028.63323: getting the remaining hosts for this loop 172629 1726889028.63324: done getting the remaining hosts for this loop 172629 1726889028.63327: getting the next task for host managed_node1 172629 1726889028.63332: done getting next task for host managed_node1 172629 1726889028.63336: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 172629 1726889028.63339: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_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 172629 1726889028.63366: getting variables 172629 1726889028.63367: in VariableManager get_vars() 172629 1726889028.63399: Calling all_inventory to load vars for managed_node1 172629 1726889028.63401: Calling groups_inventory to load vars for managed_node1 172629 1726889028.63403: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889028.63411: Calling all_plugins_play to load vars for managed_node1 172629 1726889028.63413: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889028.63416: Calling groups_plugins_play to load vars for managed_node1 172629 1726889028.63731: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889028.64083: done with get_vars() 172629 1726889028.64093: 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 23:23:48 -0400 (0:00:00.018) 0:02:08.921 ****** 172629 1726889028.64160: entering _queue_task() for managed_node1/setup 172629 1726889028.64347: worker is 1 (out of 1 available) 172629 1726889028.64361: exiting _queue_task() for managed_node1/setup 172629 1726889028.64374: done queuing things up, now waiting for results queue to drain 172629 1726889028.64375: waiting for pending results... 172629 1726889028.64548: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Update facts 172629 1726889028.64648: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002c91 172629 1726889028.64662: variable 'ansible_search_path' from source: unknown 172629 1726889028.64668: variable 'ansible_search_path' from source: unknown 172629 1726889028.64692: calling self._execute() 172629 1726889028.64778: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889028.64782: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889028.64792: variable 'omit' from source: magic vars 172629 1726889028.65044: variable 'ansible_check_mode' from source: magic vars 172629 1726889028.65051: Evaluated conditional (not ansible_check_mode): True 172629 1726889028.65061: variable 'omit' from source: magic vars 172629 1726889028.65113: variable 'omit' from source: magic vars 172629 1726889028.65136: variable 'omit' from source: magic vars 172629 1726889028.65173: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889028.65200: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889028.65215: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889028.65228: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889028.65238: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889028.65268: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889028.65271: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889028.65274: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889028.65341: Set connection var ansible_timeout to 10 172629 1726889028.65344: Set connection var ansible_shell_type to sh 172629 1726889028.65351: Set connection var ansible_pipelining to False 172629 1726889028.65363: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889028.65366: Set connection var ansible_shell_executable to /bin/sh 172629 1726889028.65368: Set connection var ansible_connection to ssh 172629 1726889028.65385: variable 'ansible_shell_executable' from source: unknown 172629 1726889028.65388: variable 'ansible_connection' from source: unknown 172629 1726889028.65391: variable 'ansible_module_compression' from source: unknown 172629 1726889028.65393: variable 'ansible_shell_type' from source: unknown 172629 1726889028.65396: variable 'ansible_shell_executable' from source: unknown 172629 1726889028.65398: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889028.65400: variable 'ansible_pipelining' from source: unknown 172629 1726889028.65404: variable 'ansible_timeout' from source: unknown 172629 1726889028.65408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889028.65558: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889028.65570: variable 'omit' from source: magic vars 172629 1726889028.65580: starting attempt loop 172629 1726889028.65583: running the handler 172629 1726889028.65590: _low_level_execute_command(): starting 172629 1726889028.65597: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889028.66097: 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 <<< 172629 1726889028.66101: stderr 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 <<< 172629 1726889028.66104: 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 <<< 172629 1726889028.66106: stderr 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 <<< 172629 1726889028.66161: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889028.66165: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889028.66169: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889028.66221: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889028.67803: stdout chunk (state=3): >>>/root <<< 172629 1726889028.67898: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889028.67924: stderr chunk (state=3): >>><<< 172629 1726889028.67927: stdout chunk (state=3): >>><<< 172629 1726889028.67946: _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 172629 1726889028.67964: _low_level_execute_command(): starting 172629 1726889028.67969: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889028.6794543-177324-101327773146668 `" && echo ansible-tmp-1726889028.6794543-177324-101327773146668="` echo /root/.ansible/tmp/ansible-tmp-1726889028.6794543-177324-101327773146668 `" ) && sleep 0' 172629 1726889028.68377: 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 <<< 172629 1726889028.68380: stderr 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 <<< 172629 1726889028.68384: 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 <<< 172629 1726889028.68393: stderr 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 <<< 172629 1726889028.68440: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889028.68446: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889028.68448: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889028.68491: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889028.70358: stdout chunk (state=3): >>>ansible-tmp-1726889028.6794543-177324-101327773146668=/root/.ansible/tmp/ansible-tmp-1726889028.6794543-177324-101327773146668 <<< 172629 1726889028.70473: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889028.70494: stderr chunk (state=3): >>><<< 172629 1726889028.70497: stdout chunk (state=3): >>><<< 172629 1726889028.70509: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889028.6794543-177324-101327773146668=/root/.ansible/tmp/ansible-tmp-1726889028.6794543-177324-101327773146668 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889028.70552: variable 'ansible_module_compression' from source: unknown 172629 1726889028.70589: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 172629 1726889028.70636: variable 'ansible_facts' from source: unknown 172629 1726889028.70771: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889028.6794543-177324-101327773146668/AnsiballZ_setup.py 172629 1726889028.70863: Sending initial data 172629 1726889028.70866: Sent initial data (156 bytes) 172629 1726889028.71283: 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 <<< 172629 1726889028.71286: stderr 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 <<< 172629 1726889028.71288: 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 <<< 172629 1726889028.71291: 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 <<< 172629 1726889028.71340: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889028.71343: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889028.71393: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889028.73107: 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 <<< 172629 1726889028.73149: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889028.73217: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmptdwzlm8x /root/.ansible/tmp/ansible-tmp-1726889028.6794543-177324-101327773146668/AnsiballZ_setup.py <<< 172629 1726889028.73220: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889028.6794543-177324-101327773146668/AnsiballZ_setup.py" <<< 172629 1726889028.73260: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmptdwzlm8x" to remote "/root/.ansible/tmp/ansible-tmp-1726889028.6794543-177324-101327773146668/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889028.6794543-177324-101327773146668/AnsiballZ_setup.py" <<< 172629 1726889028.74782: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889028.74884: stderr chunk (state=3): >>><<< 172629 1726889028.74887: stdout chunk (state=3): >>><<< 172629 1726889028.74890: done transferring module to remote 172629 1726889028.74892: _low_level_execute_command(): starting 172629 1726889028.74894: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889028.6794543-177324-101327773146668/ /root/.ansible/tmp/ansible-tmp-1726889028.6794543-177324-101327773146668/AnsiballZ_setup.py && sleep 0' 172629 1726889028.75513: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889028.75549: 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 <<< 172629 1726889028.75651: 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' <<< 172629 1726889028.75675: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889028.75696: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889028.75781: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889028.77498: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889028.77520: stderr chunk (state=3): >>><<< 172629 1726889028.77523: stdout chunk (state=3): >>><<< 172629 1726889028.77537: _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 172629 1726889028.77541: _low_level_execute_command(): starting 172629 1726889028.77543: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889028.6794543-177324-101327773146668/AnsiballZ_setup.py && sleep 0' 172629 1726889028.77954: 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 <<< 172629 1726889028.77960: 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 <<< 172629 1726889028.77962: 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 <<< 172629 1726889028.77964: stderr 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 <<< 172629 1726889028.78010: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889028.78014: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889028.78074: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889028.80178: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889028.80211: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889028.80241: stdout chunk (state=3): >>>import '_thread' # <<< 172629 1726889028.80247: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 172629 1726889028.80319: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726889028.80323: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726889028.80357: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889028.80390: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889028.80417: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726889028.80426: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726889028.80475: 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' <<< 172629 1726889028.80495: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889028.80521: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889028.80552: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889028.80584: 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 0x7fb5feb684d0><<< 172629 1726889028.80590: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5feb37b30> <<< 172629 1726889028.80620: 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' <<< 172629 1726889028.80637: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5feb6aa50> <<< 172629 1726889028.80651: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889028.80676: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726889028.80681: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726889028.80704: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889028.80735: stdout chunk (state=3): >>>import '_stat' # <<< 172629 1726889028.80742: stdout chunk (state=3): >>>import 'stat' # <<< 172629 1726889028.80817: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889028.80842: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889028.80875: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889028.80882: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889028.80912: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726889028.80916: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726889028.80937: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726889028.80940: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889028.80969: 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 <<< 172629 1726889028.80978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726889028.80987: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe93d130> <<< 172629 1726889028.81048: 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 <<< 172629 1726889028.81051: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.81075: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe93e120> <<< 172629 1726889028.81084: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889028.81118: 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. <<< 172629 1726889028.81487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889028.81505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889028.81518: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726889028.81530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.81549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889028.81589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889028.81606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889028.81635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889028.81639: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe97aea0> <<< 172629 1726889028.81668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889028.81673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889028.81701: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe9901a0> <<< 172629 1726889028.81726: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889028.81748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889028.81775: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889028.81819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.81842: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889028.81859: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726889028.81877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe9b3a40> <<< 172629 1726889028.81882: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726889028.81902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 172629 1726889028.81915: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe9d4110> <<< 172629 1726889028.81921: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889028.81976: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe993ce0> <<< 172629 1726889028.81978: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889028.82007: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe991400> <<< 172629 1726889028.82092: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe9791c0> <<< 172629 1726889028.82115: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889028.82140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889028.82143: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889028.82173: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889028.82190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889028.82214: 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' <<< 172629 1726889028.82259: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe9d7950> <<< 172629 1726889028.82268: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe9d6570> <<< 172629 1726889028.82299: 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' <<< 172629 1726889028.82305: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe9922d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe97b0b0> <<< 172629 1726889028.82366: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726889028.82372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fea049e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe978440> <<< 172629 1726889028.82395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 172629 1726889028.82400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 172629 1726889028.82422: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.82436: 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 0x7fb5fea04e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fea04d40> <<< 172629 1726889028.82476: 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 0x7fb5fea05130> <<< 172629 1726889028.82480: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe976f60> <<< 172629 1726889028.82511: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726889028.82518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.82530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889028.82577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889028.82580: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fea05820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fea054f0> import 'importlib.machinery' # <<< 172629 1726889028.82620: 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' <<< 172629 1726889028.82634: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fea06720> <<< 172629 1726889028.82649: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726889028.82671: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726889028.82682: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889028.82718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889028.82735: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726889028.82748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fea20920> <<< 172629 1726889028.82751: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889028.82792: 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' <<< 172629 1726889028.82795: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb5fea22030> <<< 172629 1726889028.82816: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889028.82830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726889028.82844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726889028.82863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726889028.82866: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fea22ed0> <<< 172629 1726889028.82906: 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 0x7fb5fea23530> <<< 172629 1726889028.82920: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fea22420> <<< 172629 1726889028.82932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889028.82945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726889028.82988: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.82991: 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 0x7fb5fea23ef0> <<< 172629 1726889028.83004: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fea23620> <<< 172629 1726889028.83042: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fea06750> <<< 172629 1726889028.83067: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889028.83083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889028.83107: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889028.83126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889028.83165: 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 0x7fb5fe717d40> <<< 172629 1726889028.83181: 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' <<< 172629 1726889028.83219: 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 0x7fb5fe740830> <<< 172629 1726889028.83230: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe740590> <<< 172629 1726889028.83244: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.83258: 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 0x7fb5fe740860> <<< 172629 1726889028.83276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726889028.83281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726889028.83349: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.83474: 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 0x7fb5fe741160> <<< 172629 1726889028.83582: 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 0x7fb5fe741b50> <<< 172629 1726889028.83588: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe740a40> <<< 172629 1726889028.83605: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe715ee0> <<< 172629 1726889028.83630: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889028.83645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889028.83669: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726889028.83676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726889028.83693: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe742f30> <<< 172629 1726889028.83708: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe741c70> <<< 172629 1726889028.83729: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fea06e40> <<< 172629 1726889028.83754: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889028.83813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.83829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889028.83868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889028.83897: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe76b260> <<< 172629 1726889028.83948: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889028.83958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.83981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889028.83997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889028.84038: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe797620> <<< 172629 1726889028.84058: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889028.84102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889028.84149: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889028.84174: 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 0x7fb5fe7f0410> <<< 172629 1726889028.84196: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889028.84227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889028.84250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889028.84284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889028.84369: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe7f2b70> <<< 172629 1726889028.84444: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe7f0530> <<< 172629 1726889028.84477: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe7b9430> <<< 172629 1726889028.84505: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726889028.84516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe1294f0> <<< 172629 1726889028.84530: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe796420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe743e30> <<< 172629 1726889028.84693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889028.84716: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb5fe796a20> <<< 172629 1726889028.84974: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_tgazx1vw/ansible_setup_payload.zip' # zipimport: zlib available <<< 172629 1726889028.85091: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.85119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889028.85125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889028.85168: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889028.85238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889028.85274: 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'<<< 172629 1726889028.85279: stdout chunk (state=3): >>> import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe18f230> import '_typing' # <<< 172629 1726889028.85461: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe172120> <<< 172629 1726889028.85469: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe171310> # zipimport: zlib available <<< 172629 1726889028.85497: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889028.85500: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.85530: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.85544: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.85547: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889028.85565: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.86934: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.88049: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726889028.88052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe18d100> <<< 172629 1726889028.88074: 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' <<< 172629 1726889028.88104: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726889028.88109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726889028.88134: 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' <<< 172629 1726889028.88165: 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 0x7fb5fe1c2c90> <<< 172629 1726889028.88203: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe1c2a20> <<< 172629 1726889028.88230: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe1c2330> <<< 172629 1726889028.88250: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889028.88253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726889028.88299: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe1c2780> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe18fec0> <<< 172629 1726889028.88307: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726889028.88333: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.88338: 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 0x7fb5fe1c3a10> <<< 172629 1726889028.88365: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.88377: 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 0x7fb5fe1c3c50> <<< 172629 1726889028.88386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889028.88431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889028.88439: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889028.88482: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe1ec140> <<< 172629 1726889028.88495: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889028.88506: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889028.88535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889028.88565: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe02dee0> <<< 172629 1726889028.88591: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.88595: 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 0x7fb5fe02fb00> <<< 172629 1726889028.88615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889028.88629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889028.88674: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe030440> <<< 172629 1726889028.88677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889028.88720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889028.88723: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe031340> <<< 172629 1726889028.88751: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889028.88778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889028.88802: 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' <<< 172629 1726889028.88861: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe033f80> <<< 172629 1726889028.88891: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.88902: 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 0x7fb5fe0381a0> <<< 172629 1726889028.88909: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe032330> <<< 172629 1726889028.88935: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889028.88957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889028.88979: 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' <<< 172629 1726889028.89003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889028.89088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889028.89117: 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' <<< 172629 1726889028.89128: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe03bfb0> <<< 172629 1726889028.89135: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889028.89201: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe03aa80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe03a7e0> <<< 172629 1726889028.89222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726889028.89227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726889028.89305: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe03ad50> <<< 172629 1726889028.89326: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe032840> <<< 172629 1726889028.89354: 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 0x7fb5fe07ff80> <<< 172629 1726889028.89381: 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 0x7fb5fe0801a0> <<< 172629 1726889028.89416: 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 <<< 172629 1726889028.89419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889028.89447: 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' <<< 172629 1726889028.89481: 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 0x7fb5fe081dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe081b80> <<< 172629 1726889028.89506: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889028.89530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889028.89583: 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 0x7fb5fe084290> <<< 172629 1726889028.89587: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe082450> <<< 172629 1726889028.89607: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889028.89644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.89664: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726889028.89675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726889028.89727: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe087a10> <<< 172629 1726889028.89840: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe0843e0> <<< 172629 1726889028.89896: 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' <<< 172629 1726889028.89900: 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 0x7fb5fe088800> <<< 172629 1726889028.89931: 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 0x7fb5fe088a70> <<< 172629 1726889028.89981: 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 0x7fb5fe088d10> <<< 172629 1726889028.89983: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe0804d0> <<< 172629 1726889028.90010: 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' <<< 172629 1726889028.90030: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889028.90048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889028.90075: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.90097: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.90103: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb5fdf143e0> <<< 172629 1726889028.90243: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.90246: 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 0x7fb5fdf154f0> <<< 172629 1726889028.90260: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe08ab70> <<< 172629 1726889028.90291: 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 0x7fb5fe08bf20> <<< 172629 1726889028.90298: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe08a7b0> <<< 172629 1726889028.90314: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.90322: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726889028.90345: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.90426: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.90524: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.90528: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.90536: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 172629 1726889028.90541: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.90572: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889028.90579: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.90695: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.90811: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.91324: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.91850: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726889028.91875: 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' # <<< 172629 1726889028.91892: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889028.91905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.91952: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.91960: 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 0x7fb5fdf195e0> <<< 172629 1726889028.92035: 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' <<< 172629 1726889028.92059: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdf1a330> <<< 172629 1726889028.92062: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdf15730> <<< 172629 1726889028.92111: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889028.92115: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.92152: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.92157: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726889028.92172: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.92308: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.92469: 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' <<< 172629 1726889028.92477: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdf1a450> <<< 172629 1726889028.92483: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.92933: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.93368: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.93437: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.93513: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889028.93518: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.93553: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.93592: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889028.93598: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.93670: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.93744: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889028.93771: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.93777: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726889028.93791: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.93833: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.93872: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889028.93879: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.94097: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.94326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889028.94378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889028.94391: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889028.94451: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdf1b6e0> <<< 172629 1726889028.94466: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.94534: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.94602: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726889028.94608: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726889028.94624: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726889028.94636: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.94682: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.94717: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889028.94731: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.94771: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.94815: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.94870: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.94935: 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 <<< 172629 1726889028.94970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.95047: 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 0x7fb5fdf26330> <<< 172629 1726889028.95087: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdf21910> <<< 172629 1726889028.95117: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726889028.95121: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726889028.95191: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.95248: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.95277: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.95322: 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 <<< 172629 1726889028.95332: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.95339: 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 <<< 172629 1726889028.95372: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889028.95377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889028.95441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889028.95454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889028.95475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889028.95524: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe002c00> <<< 172629 1726889028.95570: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe0fe8d0> <<< 172629 1726889028.95647: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdf264e0> <<< 172629 1726889028.95651: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdf1b2c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726889028.95684: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.95709: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726889028.95715: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889028.95773: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889028.95778: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.95789: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.95799: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 172629 1726889028.95806: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.95868: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.95925: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.95950: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.95965: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.96008: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.96047: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.96085: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.96120: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 172629 1726889028.96133: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.96201: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.96275: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.96292: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.96331: 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 <<< 172629 1726889028.96379: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 172629 1726889028.96412: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726889028.96468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726889028.96487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726889028.96540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726889028.96569: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726889028.96575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726889028.96606: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.96611: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb5fdb7eab0> <<< 172629 1726889028.96636: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdb7dee0> <<< 172629 1726889028.96694: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdb7c8f0> <<< 172629 1726889028.96890: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdfb68a0> <<< 172629 1726889028.96957: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdfb47a0> <<< 172629 1726889028.96960: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 172629 1726889028.96969: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.97146: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.97312: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.97359: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.97409: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py <<< 172629 1726889028.97419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889028.97431: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 172629 1726889028.97449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 172629 1726889028.97472: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 172629 1726889028.97481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 172629 1726889028.97496: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdf9dbe0> <<< 172629 1726889028.97517: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 172629 1726889028.97537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 172629 1726889028.97563: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726889028.97597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726889028.97621: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726889028.97628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 172629 1726889028.97642: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdbccb30> <<< 172629 1726889028.97671: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.97687: 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 0x7fb5fdbcce60> <<< 172629 1726889028.97732: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdbc0410> <<< 172629 1726889028.97752: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdb938f0> <<< 172629 1726889028.97779: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdfb5ac0> <<< 172629 1726889028.97795: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdfb4e60> <<< 172629 1726889028.97817: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 172629 1726889028.97845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 172629 1726889028.97865: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 172629 1726889028.97879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 172629 1726889028.97897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 172629 1726889028.97913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 172629 1726889028.97940: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.97945: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb5fdbcfa70> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdbcf320> <<< 172629 1726889028.97972: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889028.97977: 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 0x7fb5fdbcf4d0> <<< 172629 1726889028.98000: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdbce750> <<< 172629 1726889028.98010: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 172629 1726889028.98038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 172629 1726889028.98044: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdbcfb60> <<< 172629 1726889028.98069: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 172629 1726889028.98110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 172629 1726889028.98138: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb5fd98e720> <<< 172629 1726889028.98169: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fd98c710> <<< 172629 1726889028.98196: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdfb4f20> import 'ansible.module_utils.facts.timeout' # <<< 172629 1726889028.98221: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 172629 1726889028.98225: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.98248: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.98264: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 172629 1726889028.98271: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.98326: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.98384: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 172629 1726889028.98389: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.98441: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.98490: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 172629 1726889028.98518: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.98521: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.98527: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 172629 1726889028.98541: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.98575: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.98609: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 172629 1726889028.98611: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.98666: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.98716: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 172629 1726889028.98725: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.98769: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.98812: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 172629 1726889028.98817: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.98881: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.98935: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.98997: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.99053: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 172629 1726889028.99066: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 172629 1726889028.99070: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889028.99542: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.00203: stdout chunk (state=3): >>>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 <<< 172629 1726889029.00225: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.00281: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 172629 1726889029.00290: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.00318: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.00349: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 172629 1726889029.00353: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.00390: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.00417: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 172629 1726889029.00431: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.00505: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.00589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726889029.00595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726889029.00616: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fd98ee70> <<< 172629 1726889029.00633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726889029.00665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726889029.00778: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fd98fd70> <<< 172629 1726889029.00781: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 172629 1726889029.00791: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.00859: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.00924: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 172629 1726889029.00933: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.01019: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.01110: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 172629 1726889029.01116: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.01181: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.01249: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 172629 1726889029.01266: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.01301: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.01350: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726889029.01392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726889029.01462: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889029.01518: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889029.01523: stdout chunk (state=3): >>>import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb5fd9c6e70> <<< 172629 1726889029.01696: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fd9b3b00> <<< 172629 1726889029.01699: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # <<< 172629 1726889029.01709: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.01769: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.01821: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 172629 1726889029.01830: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.01910: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.01995: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.02104: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.02251: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 172629 1726889029.02258: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.02297: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.02340: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 172629 1726889029.02345: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.02387: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.02437: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 172629 1726889029.02443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 172629 1726889029.02476: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889029.02490: 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 0x7fb5fd9de7e0> <<< 172629 1726889029.02498: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fd9b3dd0> import 'ansible.module_utils.facts.system.user' # <<< 172629 1726889029.02508: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.02529: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 172629 1726889029.02545: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.02582: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.02620: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 172629 1726889029.02629: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.02785: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.02933: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 172629 1726889029.02941: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.03066: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.03154: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.03193: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.03233: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 172629 1726889029.03251: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.03268: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.03298: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.03435: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.03582: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 172629 1726889029.03585: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.03707: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.03831: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 172629 1726889029.03838: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.03875: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.03906: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.04454: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.04972: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 172629 1726889029.04979: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 172629 1726889029.05086: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.05185: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 172629 1726889029.05203: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.05294: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.05394: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 172629 1726889029.05399: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.05556: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.05709: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 172629 1726889029.05724: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.05727: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.05748: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 172629 1726889029.05751: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.05796: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.05837: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 172629 1726889029.05845: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.05938: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.06037: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.06232: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.06429: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 172629 1726889029.06447: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.06482: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.06523: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 172629 1726889029.06528: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.06562: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.06577: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 172629 1726889029.06592: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.06659: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.06727: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 172629 1726889029.06735: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.06765: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.06779: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 172629 1726889029.06792: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.06848: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.06907: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 172629 1726889029.06912: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.06974: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.07026: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 172629 1726889029.07041: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.07295: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.07547: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 172629 1726889029.07556: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.07616: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.07671: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 172629 1726889029.07686: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.07718: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.07759: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 172629 1726889029.07765: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.07800: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.07828: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 172629 1726889029.07843: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.07871: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.07906: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 172629 1726889029.07912: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.07992: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.08077: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 172629 1726889029.08089: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.08104: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.08111: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 172629 1726889029.08115: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.08164: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.08203: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 172629 1726889029.08216: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.08232: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.08261: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.08302: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.08353: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.08417: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.08492: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 172629 1726889029.08503: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 172629 1726889029.08510: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.08566: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.08613: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 172629 1726889029.08621: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.08810: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.09003: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 172629 1726889029.09008: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.09058: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.09102: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 172629 1726889029.09117: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.09156: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.09206: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 172629 1726889029.09212: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.09293: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.09374: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 172629 1726889029.09383: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 172629 1726889029.09388: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.09474: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.09563: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 172629 1726889029.09568: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 172629 1726889029.09633: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.10408: 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' <<< 172629 1726889029.10433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 172629 1726889029.10439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 172629 1726889029.10472: 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 0x7fb5fda0b260> <<< 172629 1726889029.10486: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fda08e60> <<< 172629 1726889029.10536: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe976f00> <<< 172629 1726889029.24464: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 172629 1726889029.24475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 172629 1726889029.24481: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fda4d5e0> <<< 172629 1726889029.24518: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 172629 1726889029.24521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 172629 1726889029.24556: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fda4e240> <<< 172629 1726889029.24630: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 172629 1726889029.24634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889029.24666: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py <<< 172629 1726889029.24673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fda5ca10> <<< 172629 1726889029.24696: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fda4ffb0> <<< 172629 1726889029.24917: 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 <<< 172629 1726889029.49043: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_loadavg": {"1m": 0.58642578125, "5m": 0.7275390625, "15m": 0.95947265625}, "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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_s<<< 172629 1726889029.49069: stdout chunk (state=3): >>>hell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fibre_channel_wwn": [], "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": 478, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3053, "free": 478}, "nocache": {"free": 3275, "used": 256}, "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": []}}, "rotati<<< 172629 1726889029.49074: stdout chunk (state=3): >>>onal": "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":<<< 172629 1726889029.49105: stdout chunk (state=3): >>> ["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": 4471, "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": 255223713792, "block_size": 4096, "block_total": 65519099, "block_available": 62310477, "block_used": 3208622, "inode_total": 131070960, "inode_available": 131027025, "inode_used": 43935, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_is_chroot": false, "ansible_local": {}, "ansible_lsb": {}, "ansible_service_mgr": "systemd", "ansible_fips": false, "ansible_pkg_mgr": "dnf", "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "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.25<<< 172629 1726889029.49123: stdout chunk (state=3): >>>5", "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_iscsi_iqn": "", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.13.105 34704 10.31.15.52 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", <<< 172629 1726889029.49129: stdout chunk (state=3): >>>"SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.13.105 34704 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "23", "second": "49", "epoch": "1726889029", "epoch_int": "1726889029", "date": "2024-09-20", "time": "23:23:49", "iso8601_micro": "2024-09-21T03:23:49.485121Z", "iso8601": "2024-09-21T03:23:49Z", "iso8601_basic": "20240920T232349485121", "iso8601_basic_short": "20240920T232349", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 172629 1726889029.49686: 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 <<< 172629 1726889029.49712: stdout chunk (state=3): >>># clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr <<< 172629 1726889029.49716: stdout chunk (state=3): >>># cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig <<< 172629 1726889029.49747: stdout chunk (state=3): >>># cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections <<< 172629 1726889029.49757: stdout chunk (state=3): >>># cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii <<< 172629 1726889029.49782: 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 <<< 172629 1726889029.49820: stdout chunk (state=3): >>># cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib <<< 172629 1726889029.49826: stdout chunk (state=3): >>># cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # 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__ <<< 172629 1726889029.49846: stdout chunk (state=3): >>># cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime <<< 172629 1726889029.49915: stdout chunk (state=3): >>># cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # 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<<< 172629 1726889029.49921: stdout chunk (state=3): >>> # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters <<< 172629 1726889029.49926: stdout chunk (state=3): >>># destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian<<< 172629 1726889029.49965: stdout chunk (state=3): >>> # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # 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<<< 172629 1726889029.49980: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4<<< 172629 1726889029.50007: 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<<< 172629 1726889029.50032: stdout chunk (state=3): >>> # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode <<< 172629 1726889029.50064: stdout chunk (state=3): >>># 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<<< 172629 1726889029.50070: stdout chunk (state=3): >>> # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq <<< 172629 1726889029.50098: stdout chunk (state=3): >>># cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot <<< 172629 1726889029.50127: stdout chunk (state=3): >>># 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<<< 172629 1726889029.50131: stdout chunk (state=3): >>> # 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<<< 172629 1726889029.50157: stdout chunk (state=3): >>> # 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 <<< 172629 1726889029.50171: stdout chunk (state=3): >>># 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 <<< 172629 1726889029.50184: stdout chunk (state=3): >>># 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 <<< 172629 1726889029.50207: stdout chunk (state=3): >>># 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 <<< 172629 1726889029.50218: stdout chunk (state=3): >>># 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 <<< 172629 1726889029.50244: stdout chunk (state=3): >>># 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 <<< 172629 1726889029.50250: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy <<< 172629 1726889029.50601: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889029.50653: stdout chunk (state=3): >>># destroy _bz2 <<< 172629 1726889029.50659: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726889029.50668: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 172629 1726889029.50671: stdout chunk (state=3): >>># destroy zipfile._path <<< 172629 1726889029.50690: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726889029.50709: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889029.50736: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 172629 1726889029.50752: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 172629 1726889029.50773: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 172629 1726889029.50782: stdout chunk (state=3): >>># destroy _locale # destroy locale # destroy select <<< 172629 1726889029.50802: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog <<< 172629 1726889029.50805: stdout chunk (state=3): >>># destroy uuid <<< 172629 1726889029.50841: stdout chunk (state=3): >>># destroy selinux <<< 172629 1726889029.50858: stdout chunk (state=3): >>># destroy shutil <<< 172629 1726889029.50861: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 172629 1726889029.50918: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector<<< 172629 1726889029.50921: stdout chunk (state=3): >>> # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal <<< 172629 1726889029.50937: stdout chunk (state=3): >>># destroy pickle # destroy _compat_pickle <<< 172629 1726889029.50952: stdout chunk (state=3): >>># destroy _pickle # destroy queue # destroy _heapq # destroy _queue <<< 172629 1726889029.50965: stdout chunk (state=3): >>># destroy multiprocessing.reduction # destroy selectors <<< 172629 1726889029.51000: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 172629 1726889029.51005: stdout chunk (state=3): >>># destroy datetime <<< 172629 1726889029.51008: stdout chunk (state=3): >>># destroy subprocess # destroy base64 <<< 172629 1726889029.51021: stdout chunk (state=3): >>># destroy _ssl <<< 172629 1726889029.51047: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 172629 1726889029.51054: stdout chunk (state=3): >>># destroy json <<< 172629 1726889029.51078: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 172629 1726889029.51094: stdout chunk (state=3): >>># destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing <<< 172629 1726889029.51111: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection <<< 172629 1726889029.51115: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 172629 1726889029.51171: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep<<< 172629 1726889029.51178: stdout chunk (state=3): >>> # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode <<< 172629 1726889029.51193: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726889029.51212: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 172629 1726889029.51233: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726889029.51239: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib <<< 172629 1726889029.51273: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref <<< 172629 1726889029.51280: stdout chunk (state=3): >>># 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 <<< 172629 1726889029.51287: stdout chunk (state=3): >>># destroy enum # destroy copyreg # cleanup[3] wiping re._parser <<< 172629 1726889029.51307: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections <<< 172629 1726889029.51326: 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 <<< 172629 1726889029.51329: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 172629 1726889029.51365: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 172629 1726889029.51375: 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 <<< 172629 1726889029.51529: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889029.51578: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889029.51603: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 172629 1726889029.51629: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 172629 1726889029.51635: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 172629 1726889029.51680: stdout chunk (state=3): >>># destroy _opcode <<< 172629 1726889029.51684: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726889029.51708: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889029.51789: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 172629 1726889029.51805: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit <<< 172629 1726889029.51814: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726889029.51835: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726889029.51860: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726889029.51863: stdout chunk (state=3): >>># destroy abc # destroy _collections_abc <<< 172629 1726889029.51896: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 172629 1726889029.51899: stdout chunk (state=3): >>># destroy _abc # destroy itertools <<< 172629 1726889029.51918: stdout chunk (state=3): >>># destroy posix # destroy _collections # destroy _functools # destroy builtins <<< 172629 1726889029.51921: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 172629 1726889029.52236: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889029.52273: stderr chunk (state=3): >>><<< 172629 1726889029.52276: stdout chunk (state=3): >>><<< 172629 1726889029.52398: _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 0x7fb5feb684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5feb37b30> # /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 0x7fb5feb6aa50> 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 0x7fb5fe93d130> # /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 0x7fb5fe93e120> 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 0x7fb5fe97aea0> # /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 0x7fb5fe9901a0> # /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 0x7fb5fe9b3a40> # /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 0x7fb5fe9d4110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe993ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe991400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe9791c0> # /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 0x7fb5fe9d7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe9d6570> # /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 0x7fb5fe9922d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe97b0b0> # /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 0x7fb5fea049e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe978440> # /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 0x7fb5fea04e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fea04d40> # 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 0x7fb5fea05130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe976f60> # /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 0x7fb5fea05820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fea054f0> 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 0x7fb5fea06720> 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 0x7fb5fea20920> 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 0x7fb5fea22030> # /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 0x7fb5fea22ed0> # 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 0x7fb5fea23530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fea22420> # /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 0x7fb5fea23ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fea23620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fea06750> # /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 0x7fb5fe717d40> # /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 0x7fb5fe740830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe740590> # 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 0x7fb5fe740860> # /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 0x7fb5fe741160> # 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 0x7fb5fe741b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe740a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe715ee0> # /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 0x7fb5fe742f30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe741c70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fea06e40> # /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 0x7fb5fe76b260> # /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 0x7fb5fe797620> # /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 0x7fb5fe7f0410> # /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 0x7fb5fe7f2b70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe7f0530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe7b9430> # /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 0x7fb5fe1294f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe796420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe743e30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb5fe796a20> # zipimport: found 103 names in '/tmp/ansible_setup_payload_tgazx1vw/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 0x7fb5fe18f230> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe172120> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe171310> # 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 0x7fb5fe18d100> # /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 0x7fb5fe1c2c90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe1c2a20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe1c2330> # /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 0x7fb5fe1c2780> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe18fec0> 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 0x7fb5fe1c3a10> # 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 0x7fb5fe1c3c50> # /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 0x7fb5fe1ec140> 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 0x7fb5fe02dee0> # 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 0x7fb5fe02fb00> # /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 0x7fb5fe030440> # /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 0x7fb5fe031340> # /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 0x7fb5fe033f80> # 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 0x7fb5fe0381a0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe032330> # /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 0x7fb5fe03bfb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe03aa80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe03a7e0> # /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 0x7fb5fe03ad50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe032840> # 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 0x7fb5fe07ff80> # /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 0x7fb5fe0801a0> # /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 0x7fb5fe081dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe081b80> # /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 0x7fb5fe084290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe082450> # /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 0x7fb5fe087a10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe0843e0> # 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 0x7fb5fe088800> # 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 0x7fb5fe088a70> # 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 0x7fb5fe088d10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe0804d0> # /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 0x7fb5fdf143e0> # 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 0x7fb5fdf154f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe08ab70> # 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 0x7fb5fe08bf20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe08a7b0> # 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 0x7fb5fdf195e0> # /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 0x7fb5fdf1a330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdf15730> 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 0x7fb5fdf1a450> # 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 0x7fb5fdf1b6e0> # 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 0x7fb5fdf26330> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdf21910> 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 0x7fb5fe002c00> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe0fe8d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdf264e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdf1b2c0> # 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 0x7fb5fdb7eab0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdb7dee0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdb7c8f0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdfb68a0> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdfb47a0> 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 0x7fb5fdf9dbe0> # /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 0x7fb5fdbccb30> # 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 0x7fb5fdbcce60> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdbc0410> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdb938f0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdfb5ac0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdfb4e60> # /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 0x7fb5fdbcfa70> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdbcf320> # 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 0x7fb5fdbcf4d0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdbce750> # /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 0x7fb5fdbcfb60> # /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 0x7fb5fd98e720> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fd98c710> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fdfb4f20> 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 0x7fb5fd98ee70> # /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 0x7fb5fd98fd70> 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 0x7fb5fd9c6e70> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fd9b3b00> 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 0x7fb5fd9de7e0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fd9b3dd0> 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 0x7fb5fda0b260> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fda08e60> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fe976f00> # /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 0x7fb5fda4d5e0> # /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 0x7fb5fda4e240> # /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 0x7fb5fda5ca10> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb5fda4ffb0> 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_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_loadavg": {"1m": 0.58642578125, "5m": 0.7275390625, "15m": 0.95947265625}, "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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fibre_channel_wwn": [], "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": 478, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3053, "free": 478}, "nocache": {"free": 3275, "used": 256}, "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": 4471, "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": 255223713792, "block_size": 4096, "block_total": 65519099, "block_available": 62310477, "block_used": 3208622, "inode_total": 131070960, "inode_available": 131027025, "inode_used": 43935, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_is_chroot": false, "ansible_local": {}, "ansible_lsb": {}, "ansible_service_mgr": "systemd", "ansible_fips": false, "ansible_pkg_mgr": "dnf", "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "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_iscsi_iqn": "", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.13.105 34704 10.31.15.52 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.13.105 34704 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "23", "second": "49", "epoch": "1726889029", "epoch_int": "1726889029", "date": "2024-09-20", "time": "23:23:49", "iso8601_micro": "2024-09-21T03:23:49.485121Z", "iso8601": "2024-09-21T03:23:49Z", "iso8601_basic": "20240920T232349485121", "iso8601_basic_short": "20240920T232349", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "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. 172629 1726889029.53319: 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-1726889028.6794543-177324-101327773146668/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889029.53322: _low_level_execute_command(): starting 172629 1726889029.53324: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889028.6794543-177324-101327773146668/ > /dev/null 2>&1 && sleep 0' 172629 1726889029.53557: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889029.53561: 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 <<< 172629 1726889029.53563: 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 <<< 172629 1726889029.53616: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889029.53619: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889029.53623: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889029.53673: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889029.55482: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889029.55509: stderr chunk (state=3): >>><<< 172629 1726889029.55512: stdout chunk (state=3): >>><<< 172629 1726889029.55524: _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 172629 1726889029.55529: handler run complete 172629 1726889029.55641: variable 'ansible_facts' from source: unknown 172629 1726889029.55721: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889029.55993: variable 'ansible_facts' from source: unknown 172629 1726889029.56062: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889029.56166: attempt loop complete, returning result 172629 1726889029.56170: _execute() done 172629 1726889029.56173: dumping result to json 172629 1726889029.56199: done dumping result, returning 172629 1726889029.56206: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-d0a8-add8-000000002c91] 172629 1726889029.56210: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c91 172629 1726889029.56564: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002c91 ok: [managed_node1] 172629 1726889029.56879: WORKER PROCESS EXITING 172629 1726889029.56893: no more pending results, returning what we have 172629 1726889029.56896: results queue empty 172629 1726889029.56896: checking for any_errors_fatal 172629 1726889029.56902: done checking for any_errors_fatal 172629 1726889029.56903: checking for max_fail_percentage 172629 1726889029.56904: done checking for max_fail_percentage 172629 1726889029.56905: checking to see if all hosts have failed and the running result is not ok 172629 1726889029.56905: done checking to see if all hosts have failed 172629 1726889029.56905: getting the remaining hosts for this loop 172629 1726889029.56906: done getting the remaining hosts for this loop 172629 1726889029.56909: getting the next task for host managed_node1 172629 1726889029.56915: done getting next task for host managed_node1 172629 1726889029.56916: ^ task is: TASK: meta (role_complete) 172629 1726889029.56918: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_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 172629 1726889029.56925: getting variables 172629 1726889029.56926: in VariableManager get_vars() 172629 1726889029.56950: Calling all_inventory to load vars for managed_node1 172629 1726889029.56952: Calling groups_inventory to load vars for managed_node1 172629 1726889029.56953: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889029.56962: Calling all_plugins_play to load vars for managed_node1 172629 1726889029.56964: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889029.56966: Calling groups_plugins_play to load vars for managed_node1 172629 1726889029.57258: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889029.57597: done with get_vars() 172629 1726889029.57608: done getting variables 172629 1726889029.57668: done queuing things up, now waiting for results queue to drain 172629 1726889029.57670: results queue empty 172629 1726889029.57671: checking for any_errors_fatal 172629 1726889029.57673: done checking for any_errors_fatal 172629 1726889029.57673: checking for max_fail_percentage 172629 1726889029.57674: done checking for max_fail_percentage 172629 1726889029.57674: checking to see if all hosts have failed and the running result is not ok 172629 1726889029.57675: done checking to see if all hosts have failed 172629 1726889029.57675: getting the remaining hosts for this loop 172629 1726889029.57676: done getting the remaining hosts for this loop 172629 1726889029.57677: getting the next task for host managed_node1 172629 1726889029.57680: done getting next task for host managed_node1 172629 1726889029.57684: ^ task is: TASK: Verify results 172629 1726889029.57685: ^ state is: HOST STATE: block=2, task=44, rescue=0, 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 172629 1726889029.57687: getting variables 172629 1726889029.57688: in VariableManager get_vars() 172629 1726889029.57695: Calling all_inventory to load vars for managed_node1 172629 1726889029.57696: Calling groups_inventory to load vars for managed_node1 172629 1726889029.57698: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889029.57701: Calling all_plugins_play to load vars for managed_node1 172629 1726889029.57702: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889029.57704: Calling groups_plugins_play to load vars for managed_node1 172629 1726889029.58117: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889029.62147: done with get_vars() 172629 1726889029.62162: done getting variables TASK [Verify results] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:144 Friday 20 September 2024 23:23:49 -0400 (0:00:00.980) 0:02:09.902 ****** 172629 1726889029.62210: entering _queue_task() for managed_node1/include_tasks 172629 1726889029.62504: worker is 1 (out of 1 available) 172629 1726889029.62517: exiting _queue_task() for managed_node1/include_tasks 172629 1726889029.62532: done queuing things up, now waiting for results queue to drain 172629 1726889029.62534: waiting for pending results... 172629 1726889029.62725: running TaskExecutor() for managed_node1/TASK: Verify results 172629 1726889029.62803: in run() - task 0affc8a3-6f6f-d0a8-add8-000000000019 172629 1726889029.62815: variable 'ansible_search_path' from source: unknown 172629 1726889029.62845: calling self._execute() 172629 1726889029.62940: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889029.62945: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889029.62960: variable 'omit' from source: magic vars 172629 1726889029.63044: _execute() done 172629 1726889029.63048: dumping result to json 172629 1726889029.63051: done dumping result, returning 172629 1726889029.63060: done running TaskExecutor() for managed_node1/TASK: Verify results [0affc8a3-6f6f-d0a8-add8-000000000019] 172629 1726889029.63063: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000019 172629 1726889029.63174: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000000019 172629 1726889029.63177: WORKER PROCESS EXITING 172629 1726889029.63214: no more pending results, returning what we have 172629 1726889029.63219: in VariableManager get_vars() 172629 1726889029.63268: Calling all_inventory to load vars for managed_node1 172629 1726889029.63271: Calling groups_inventory to load vars for managed_node1 172629 1726889029.63275: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889029.63288: Calling all_plugins_play to load vars for managed_node1 172629 1726889029.63291: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889029.63294: Calling groups_plugins_play to load vars for managed_node1 172629 1726889029.63633: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889029.63970: done with get_vars() 172629 1726889029.63979: variable 'ansible_search_path' from source: unknown 172629 1726889029.63989: we have included files to process 172629 1726889029.63990: generating all_blocks data 172629 1726889029.63995: done generating all_blocks data 172629 1726889029.63999: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726889029.64000: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726889029.64001: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 172629 1726889029.64401: in VariableManager get_vars() 172629 1726889029.64412: done with get_vars() 172629 1726889029.64441: in VariableManager get_vars() 172629 1726889029.64457: done with get_vars() 172629 1726889029.64513: done processing included file 172629 1726889029.64515: iterating over new_blocks loaded from include file 172629 1726889029.64516: in VariableManager get_vars() 172629 1726889029.64524: done with get_vars() 172629 1726889029.64525: filtering new block on tags 172629 1726889029.64542: done filtering new block on tags 172629 1726889029.64543: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 172629 1726889029.64548: extending task lists for all hosts with included blocks 172629 1726889029.67066: done extending task lists 172629 1726889029.67067: done processing included files 172629 1726889029.67068: results queue empty 172629 1726889029.67068: checking for any_errors_fatal 172629 1726889029.67069: done checking for any_errors_fatal 172629 1726889029.67070: checking for max_fail_percentage 172629 1726889029.67070: done checking for max_fail_percentage 172629 1726889029.67071: checking to see if all hosts have failed and the running result is not ok 172629 1726889029.67071: done checking to see if all hosts have failed 172629 1726889029.67072: getting the remaining hosts for this loop 172629 1726889029.67073: done getting the remaining hosts for this loop 172629 1726889029.67074: getting the next task for host managed_node1 172629 1726889029.67076: done getting next task for host managed_node1 172629 1726889029.67078: ^ task is: TASK: Print out pool information 172629 1726889029.67079: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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 172629 1726889029.67081: getting variables 172629 1726889029.67081: in VariableManager get_vars() 172629 1726889029.67088: Calling all_inventory to load vars for managed_node1 172629 1726889029.67090: Calling groups_inventory to load vars for managed_node1 172629 1726889029.67091: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889029.67096: Calling all_plugins_play to load vars for managed_node1 172629 1726889029.67097: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889029.67099: Calling groups_plugins_play to load vars for managed_node1 172629 1726889029.67343: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889029.67659: done with get_vars() 172629 1726889029.67669: done getting variables 172629 1726889029.67695: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Print out pool information] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Friday 20 September 2024 23:23:49 -0400 (0:00:00.055) 0:02:09.957 ****** 172629 1726889029.67716: entering _queue_task() for managed_node1/debug 172629 1726889029.67952: worker is 1 (out of 1 available) 172629 1726889029.67969: exiting _queue_task() for managed_node1/debug 172629 1726889029.67982: done queuing things up, now waiting for results queue to drain 172629 1726889029.67984: waiting for pending results... 172629 1726889029.68161: running TaskExecutor() for managed_node1/TASK: Print out pool information 172629 1726889029.68218: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002d1d 172629 1726889029.68230: variable 'ansible_search_path' from source: unknown 172629 1726889029.68260: calling self._execute() 172629 1726889029.68356: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889029.68360: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889029.68369: variable 'omit' from source: magic vars 172629 1726889029.68651: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889029.70240: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889029.70297: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889029.70324: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889029.70350: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889029.70373: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889029.70431: 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) 172629 1726889029.70451: 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) 172629 1726889029.70471: 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) 172629 1726889029.70499: 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) 172629 1726889029.70511: 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) 172629 1726889029.70597: variable '_storage_pools_list' from source: set_fact 172629 1726889029.70615: Evaluated conditional (_storage_pools_list | length > 0): False 172629 1726889029.70618: when evaluation is False, skipping this task 172629 1726889029.70620: _execute() done 172629 1726889029.70623: dumping result to json 172629 1726889029.70625: done dumping result, returning 172629 1726889029.70627: done running TaskExecutor() for managed_node1/TASK: Print out pool information [0affc8a3-6f6f-d0a8-add8-000000002d1d] 172629 1726889029.70632: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002d1d 172629 1726889029.70721: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002d1d 172629 1726889029.70724: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "_storage_pools_list | length > 0" } 172629 1726889029.70770: no more pending results, returning what we have 172629 1726889029.70774: results queue empty 172629 1726889029.70775: checking for any_errors_fatal 172629 1726889029.70777: done checking for any_errors_fatal 172629 1726889029.70777: checking for max_fail_percentage 172629 1726889029.70779: done checking for max_fail_percentage 172629 1726889029.70780: checking to see if all hosts have failed and the running result is not ok 172629 1726889029.70781: done checking to see if all hosts have failed 172629 1726889029.70782: getting the remaining hosts for this loop 172629 1726889029.70784: done getting the remaining hosts for this loop 172629 1726889029.70787: getting the next task for host managed_node1 172629 1726889029.70793: done getting next task for host managed_node1 172629 1726889029.70795: ^ task is: TASK: Print out volume information 172629 1726889029.70798: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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 172629 1726889029.70801: getting variables 172629 1726889029.70803: in VariableManager get_vars() 172629 1726889029.70841: Calling all_inventory to load vars for managed_node1 172629 1726889029.70843: Calling groups_inventory to load vars for managed_node1 172629 1726889029.70847: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889029.70867: Calling all_plugins_play to load vars for managed_node1 172629 1726889029.70870: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889029.70873: Calling groups_plugins_play to load vars for managed_node1 172629 1726889029.71236: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889029.71577: done with get_vars() 172629 1726889029.71587: done getting variables 172629 1726889029.71627: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Print out volume information] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Friday 20 September 2024 23:23:49 -0400 (0:00:00.039) 0:02:09.996 ****** 172629 1726889029.71646: entering _queue_task() for managed_node1/debug 172629 1726889029.71860: worker is 1 (out of 1 available) 172629 1726889029.71872: exiting _queue_task() for managed_node1/debug 172629 1726889029.71886: done queuing things up, now waiting for results queue to drain 172629 1726889029.71887: waiting for pending results... 172629 1726889029.72064: running TaskExecutor() for managed_node1/TASK: Print out volume information 172629 1726889029.72148: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002d1e 172629 1726889029.72163: variable 'ansible_search_path' from source: unknown 172629 1726889029.72192: calling self._execute() 172629 1726889029.72282: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889029.72285: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889029.72298: variable 'omit' from source: magic vars 172629 1726889029.72575: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889029.74381: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889029.74422: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889029.74447: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889029.74485: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889029.74506: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889029.74563: 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) 172629 1726889029.74589: 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) 172629 1726889029.74605: 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) 172629 1726889029.74630: 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) 172629 1726889029.74642: 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) 172629 1726889029.74721: variable '_storage_volumes_list' from source: set_fact 172629 1726889029.74751: Evaluated conditional (_storage_volumes_list | length > 0): True 172629 1726889029.74758: variable 'omit' from source: magic vars 172629 1726889029.74783: variable 'omit' from source: magic vars 172629 1726889029.74806: variable 'omit' from source: magic vars 172629 1726889029.74825: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889029.74845: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889029.74862: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889029.74878: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889029.74886: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889029.74909: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889029.74913: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889029.74915: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889029.74983: Set connection var ansible_timeout to 10 172629 1726889029.74987: Set connection var ansible_shell_type to sh 172629 1726889029.74994: Set connection var ansible_pipelining to False 172629 1726889029.74999: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889029.75004: Set connection var ansible_shell_executable to /bin/sh 172629 1726889029.75006: Set connection var ansible_connection to ssh 172629 1726889029.75022: variable 'ansible_shell_executable' from source: unknown 172629 1726889029.75026: variable 'ansible_connection' from source: unknown 172629 1726889029.75029: variable 'ansible_module_compression' from source: unknown 172629 1726889029.75032: variable 'ansible_shell_type' from source: unknown 172629 1726889029.75035: variable 'ansible_shell_executable' from source: unknown 172629 1726889029.75037: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889029.75040: variable 'ansible_pipelining' from source: unknown 172629 1726889029.75042: variable 'ansible_timeout' from source: unknown 172629 1726889029.75044: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889029.75114: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889029.75122: variable 'omit' from source: magic vars 172629 1726889029.75127: starting attempt loop 172629 1726889029.75130: running the handler 172629 1726889029.75170: variable '_storage_volumes_list' from source: set_fact 172629 1726889029.75220: variable '_storage_volumes_list' from source: set_fact 172629 1726889029.75387: handler run complete 172629 1726889029.75411: attempt loop complete, returning result 172629 1726889029.75414: _execute() done 172629 1726889029.75417: dumping result to json 172629 1726889029.75423: done dumping result, returning 172629 1726889029.75430: done running TaskExecutor() for managed_node1/TASK: Print out volume information [0affc8a3-6f6f-d0a8-add8-000000002d1e] 172629 1726889029.75434: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002d1e 172629 1726889029.75536: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002d1e 172629 1726889029.75539: WORKER PROCESS EXITING ok: [managed_node1] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=8eb5208c-2ff3-4c8f-a642-5aca66cfb112", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } 172629 1726889029.75665: no more pending results, returning what we have 172629 1726889029.75668: results queue empty 172629 1726889029.75669: checking for any_errors_fatal 172629 1726889029.75675: done checking for any_errors_fatal 172629 1726889029.75675: checking for max_fail_percentage 172629 1726889029.75677: done checking for max_fail_percentage 172629 1726889029.75678: checking to see if all hosts have failed and the running result is not ok 172629 1726889029.75679: done checking to see if all hosts have failed 172629 1726889029.75679: getting the remaining hosts for this loop 172629 1726889029.75681: done getting the remaining hosts for this loop 172629 1726889029.75684: getting the next task for host managed_node1 172629 1726889029.75689: done getting next task for host managed_node1 172629 1726889029.75691: ^ task is: TASK: Collect info about the volumes. 172629 1726889029.75693: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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 172629 1726889029.75696: getting variables 172629 1726889029.75698: in VariableManager get_vars() 172629 1726889029.75727: Calling all_inventory to load vars for managed_node1 172629 1726889029.75729: Calling groups_inventory to load vars for managed_node1 172629 1726889029.75732: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889029.75741: Calling all_plugins_play to load vars for managed_node1 172629 1726889029.75743: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889029.75745: Calling groups_plugins_play to load vars for managed_node1 172629 1726889029.76100: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889029.76427: done with get_vars() 172629 1726889029.76438: done getting variables TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Friday 20 September 2024 23:23:49 -0400 (0:00:00.048) 0:02:10.044 ****** 172629 1726889029.76494: entering _queue_task() for managed_node1/fedora.linux_system_roles.blockdev_info 172629 1726889029.76746: worker is 1 (out of 1 available) 172629 1726889029.76963: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blockdev_info 172629 1726889029.76975: done queuing things up, now waiting for results queue to drain 172629 1726889029.76976: waiting for pending results... 172629 1726889029.77175: running TaskExecutor() for managed_node1/TASK: Collect info about the volumes. 172629 1726889029.77272: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002d1f 172629 1726889029.77277: variable 'ansible_search_path' from source: unknown 172629 1726889029.77280: calling self._execute() 172629 1726889029.77400: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889029.77415: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889029.77432: variable 'omit' from source: magic vars 172629 1726889029.77560: variable 'omit' from source: magic vars 172629 1726889029.77616: variable 'omit' from source: magic vars 172629 1726889029.77658: variable 'omit' from source: magic vars 172629 1726889029.77761: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889029.77765: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889029.77791: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889029.77819: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889029.77839: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889029.77882: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889029.77892: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889029.77902: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889029.78031: Set connection var ansible_timeout to 10 172629 1726889029.78035: Set connection var ansible_shell_type to sh 172629 1726889029.78140: Set connection var ansible_pipelining to False 172629 1726889029.78143: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889029.78145: Set connection var ansible_shell_executable to /bin/sh 172629 1726889029.78148: Set connection var ansible_connection to ssh 172629 1726889029.78150: variable 'ansible_shell_executable' from source: unknown 172629 1726889029.78152: variable 'ansible_connection' from source: unknown 172629 1726889029.78158: variable 'ansible_module_compression' from source: unknown 172629 1726889029.78160: variable 'ansible_shell_type' from source: unknown 172629 1726889029.78162: variable 'ansible_shell_executable' from source: unknown 172629 1726889029.78164: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889029.78165: variable 'ansible_pipelining' from source: unknown 172629 1726889029.78167: variable 'ansible_timeout' from source: unknown 172629 1726889029.78169: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889029.78345: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889029.78373: variable 'omit' from source: magic vars 172629 1726889029.78384: starting attempt loop 172629 1726889029.78390: running the handler 172629 1726889029.78411: _low_level_execute_command(): starting 172629 1726889029.78425: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889029.79177: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889029.79193: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889029.79212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889029.79328: stderr 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 debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889029.79376: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889029.79462: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889029.81111: stdout chunk (state=3): >>>/root <<< 172629 1726889029.81208: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889029.81234: stderr chunk (state=3): >>><<< 172629 1726889029.81237: stdout chunk (state=3): >>><<< 172629 1726889029.81265: _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 172629 1726889029.81276: _low_level_execute_command(): starting 172629 1726889029.81284: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889029.8126252-177344-210314789582625 `" && echo ansible-tmp-1726889029.8126252-177344-210314789582625="` echo /root/.ansible/tmp/ansible-tmp-1726889029.8126252-177344-210314789582625 `" ) && sleep 0' 172629 1726889029.81714: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889029.81717: 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 <<< 172629 1726889029.81719: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 172629 1726889029.81722: 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 <<< 172629 1726889029.81733: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889029.81770: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889029.81773: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889029.81824: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889029.83704: stdout chunk (state=3): >>>ansible-tmp-1726889029.8126252-177344-210314789582625=/root/.ansible/tmp/ansible-tmp-1726889029.8126252-177344-210314789582625 <<< 172629 1726889029.83816: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889029.83843: stderr chunk (state=3): >>><<< 172629 1726889029.83846: stdout chunk (state=3): >>><<< 172629 1726889029.83868: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889029.8126252-177344-210314789582625=/root/.ansible/tmp/ansible-tmp-1726889029.8126252-177344-210314789582625 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889029.83912: variable 'ansible_module_compression' from source: unknown 172629 1726889029.83947: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blockdev_info-ZIP_DEFLATED 172629 1726889029.83983: variable 'ansible_facts' from source: unknown 172629 1726889029.84041: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889029.8126252-177344-210314789582625/AnsiballZ_blockdev_info.py 172629 1726889029.84146: Sending initial data 172629 1726889029.84150: Sent initial data (164 bytes) 172629 1726889029.84600: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889029.84603: 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 <<< 172629 1726889029.84605: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889029.84608: 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 <<< 172629 1726889029.84612: stderr 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 <<< 172629 1726889029.84662: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889029.84665: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889029.84716: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889029.86275: 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 <<< 172629 1726889029.86282: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726889029.86320: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889029.86370: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpfo3p5xl2 /root/.ansible/tmp/ansible-tmp-1726889029.8126252-177344-210314789582625/AnsiballZ_blockdev_info.py <<< 172629 1726889029.86373: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889029.8126252-177344-210314789582625/AnsiballZ_blockdev_info.py" <<< 172629 1726889029.86416: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpfo3p5xl2" to remote "/root/.ansible/tmp/ansible-tmp-1726889029.8126252-177344-210314789582625/AnsiballZ_blockdev_info.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889029.8126252-177344-210314789582625/AnsiballZ_blockdev_info.py" <<< 172629 1726889029.86942: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889029.86983: stderr chunk (state=3): >>><<< 172629 1726889029.86986: stdout chunk (state=3): >>><<< 172629 1726889029.87027: done transferring module to remote 172629 1726889029.87037: _low_level_execute_command(): starting 172629 1726889029.87042: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889029.8126252-177344-210314789582625/ /root/.ansible/tmp/ansible-tmp-1726889029.8126252-177344-210314789582625/AnsiballZ_blockdev_info.py && sleep 0' 172629 1726889029.87450: 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 <<< 172629 1726889029.87486: stderr 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 <<< 172629 1726889029.87489: 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 <<< 172629 1726889029.87491: 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 found <<< 172629 1726889029.87494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889029.87538: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889029.87549: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889029.87594: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889029.89338: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889029.89365: stderr chunk (state=3): >>><<< 172629 1726889029.89369: stdout chunk (state=3): >>><<< 172629 1726889029.89381: _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 172629 1726889029.89384: _low_level_execute_command(): starting 172629 1726889029.89388: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889029.8126252-177344-210314789582625/AnsiballZ_blockdev_info.py && sleep 0' 172629 1726889029.89794: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889029.89797: 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 <<< 172629 1726889029.89799: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 172629 1726889029.89801: 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 <<< 172629 1726889029.89803: stderr 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 <<< 172629 1726889029.89856: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889029.89862: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889029.89910: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889029.92089: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889029.92119: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889029.92151: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 172629 1726889029.92158: stdout chunk (state=3): >>>import '_weakref' # <<< 172629 1726889029.92229: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726889029.92234: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726889029.92266: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889029.92300: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889029.92330: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726889029.92336: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726889029.92382: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726889029.92388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889029.92403: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889029.92426: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889029.92459: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889029.92484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726889029.92500: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c5bc4d0> <<< 172629 1726889029.92518: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c58bb00> <<< 172629 1726889029.92537: 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' <<< 172629 1726889029.92542: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c5bea50> <<< 172629 1726889029.92566: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889029.92584: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726889029.92590: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726889029.92606: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889029.92643: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889029.92727: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889029.92752: stdout chunk (state=3): >>>import 'genericpath' # <<< 172629 1726889029.92759: stdout chunk (state=3): >>>import 'posixpath' # <<< 172629 1726889029.92778: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889029.92811: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889029.92814: stdout chunk (state=3): >>>Processing user site-packages <<< 172629 1726889029.92828: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726889029.92840: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726889029.92846: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889029.92876: 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' <<< 172629 1726889029.92899: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c5cd130> <<< 172629 1726889029.92965: 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 <<< 172629 1726889029.92969: 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 0x7f635c5ce120> <<< 172629 1726889029.93005: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889029.93029: 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. <<< 172629 1726889029.93254: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889029.93273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889029.93291: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726889029.93298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889029.93321: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889029.93358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889029.93378: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889029.93395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889029.93419: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c3b3f50> <<< 172629 1726889029.93430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889029.93450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889029.93483: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726889029.93486: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c3c00e0> <<< 172629 1726889029.93494: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889029.93524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889029.93545: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889029.93594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889029.93609: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889029.93635: 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 0x7f635c3e3950> <<< 172629 1726889029.93668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726889029.93671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c3e3fe0> <<< 172629 1726889029.93687: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889029.93741: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c3c3bf0> <<< 172629 1726889029.93747: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889029.93776: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c3c1340> <<< 172629 1726889029.93867: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c3b1100> <<< 172629 1726889029.93892: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889029.93908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889029.93924: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889029.93941: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889029.93973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889029.93987: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726889029.93990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726889029.94020: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c4078f0> <<< 172629 1726889029.94044: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c406510> <<< 172629 1726889029.94062: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726889029.94079: 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 0x7f635c3c2360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c404cb0> <<< 172629 1726889029.94129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726889029.94134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 172629 1726889029.94147: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c434920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c3b0380> <<< 172629 1726889029.94170: 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'<<< 172629 1726889029.94183: stdout chunk (state=3): >>> <<< 172629 1726889029.94186: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889029.94207: 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 0x7f635c434dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c434c80> <<< 172629 1726889029.94248: 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 0x7f635c435070> <<< 172629 1726889029.94254: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c3a6ea0> <<< 172629 1726889029.94285: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726889029.94293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889029.94305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889029.94337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889029.94353: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c435730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c435430> <<< 172629 1726889029.94361: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726889029.94387: 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' <<< 172629 1726889029.94414: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c436630> <<< 172629 1726889029.94428: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726889029.94433: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726889029.94453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889029.94486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889029.94510: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726889029.94525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c450860> <<< 172629 1726889029.94529: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889029.94559: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889029.94565: 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 0x7f635c451fa0> <<< 172629 1726889029.94589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889029.94593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726889029.94619: 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' <<< 172629 1726889029.94638: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c452e40> <<< 172629 1726889029.94671: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889029.94679: 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 0x7f635c453470> <<< 172629 1726889029.94686: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c452390> <<< 172629 1726889029.94710: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889029.94715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726889029.94751: 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 0x7f635c453ef0> <<< 172629 1726889029.94772: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c453620> <<< 172629 1726889029.94811: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c436690> <<< 172629 1726889029.94834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889029.94854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889029.94878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889029.94895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889029.94928: 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 0x7f635c1e7da0> <<< 172629 1726889029.94951: 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' <<< 172629 1726889029.94986: 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 0x7f635c210890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c2105f0> <<< 172629 1726889029.95021: 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' <<< 172629 1726889029.95023: stdout chunk (state=3): >>>import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f635c210800> <<< 172629 1726889029.95049: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726889029.95053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726889029.95124: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889029.95247: 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 0x7f635c2111c0> <<< 172629 1726889029.95358: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889029.95360: 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 0x7f635c211b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c210a70> <<< 172629 1726889029.95383: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c1e5f40> <<< 172629 1726889029.95399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889029.95423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889029.95444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726889029.95463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726889029.95466: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c212f60> <<< 172629 1726889029.95492: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c211ca0> <<< 172629 1726889029.95505: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c436d80> <<< 172629 1726889029.95534: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889029.95591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889029.95615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889029.95643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889029.95676: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c23b260> <<< 172629 1726889029.95724: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889029.95739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889029.95758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889029.95781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889029.95821: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c263650> <<< 172629 1726889029.95844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889029.95886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889029.95938: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889029.95963: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726889029.95972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c2c0410> <<< 172629 1726889029.95981: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889029.96010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889029.96032: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889029.96073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889029.96161: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c2c2b70> <<< 172629 1726889029.96231: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c2c0530> <<< 172629 1726889029.96268: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c285430> <<< 172629 1726889029.96290: 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 0x7f635bb254c0> <<< 172629 1726889029.96315: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c262450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c213e30> <<< 172629 1726889029.96426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889029.96443: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f635c262b10> <<< 172629 1726889029.96583: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_fwbsi3v5/ansible_fedora.linux_system_roles.blockdev_info_payload.zip' # zipimport: zlib available <<< 172629 1726889029.96714: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.96741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889029.96758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889029.96795: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889029.96873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889029.96892: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 172629 1726889029.96902: 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 0x7f635bb77080> import '_typing' # <<< 172629 1726889029.97089: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635bb59f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635bb59130> <<< 172629 1726889029.97094: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.97120: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889029.97139: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.97144: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.97167: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.97172: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889029.97194: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.98557: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889029.99651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726889029.99665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635bb74f50> <<< 172629 1726889029.99679: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726889029.99693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889029.99712: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726889029.99719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726889029.99740: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726889029.99743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726889029.99770: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889029.99775: 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 0x7f635bbaaae0> <<< 172629 1726889029.99805: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635bbaa870> <<< 172629 1726889029.99834: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635bbaa180> <<< 172629 1726889029.99851: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889029.99867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726889029.99899: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635bbaabd0> <<< 172629 1726889029.99903: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635bb77d10> import 'atexit' # <<< 172629 1726889029.99935: 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 0x7f635bbab800> <<< 172629 1726889029.99960: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889029.99967: 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 0x7f635bbab980> <<< 172629 1726889029.99986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889030.00028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889030.00041: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889030.00086: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635bbabec0> <<< 172629 1726889030.00097: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889030.00110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889030.00138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889030.00169: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba15ca0> <<< 172629 1726889030.00200: 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 0x7f635ba17890> <<< 172629 1726889030.00221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889030.00234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889030.00274: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba1c200> <<< 172629 1726889030.00286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889030.00324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889030.00329: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba1d370> <<< 172629 1726889030.00361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889030.00384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889030.00408: 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' <<< 172629 1726889030.00467: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba1fe60> <<< 172629 1726889030.00499: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.00509: 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 0x7f635c3a6e40> <<< 172629 1726889030.00520: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba1e120> <<< 172629 1726889030.00541: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889030.00567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889030.00587: 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' <<< 172629 1726889030.00610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889030.00637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889030.00667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726889030.00672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 172629 1726889030.00682: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba23ce0> <<< 172629 1726889030.00685: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889030.00757: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba227b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba22510> <<< 172629 1726889030.00774: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726889030.00779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726889030.00858: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba22a80> <<< 172629 1726889030.00877: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba1e630> <<< 172629 1726889030.00906: 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 0x7f635ba67f50> <<< 172629 1726889030.00935: 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 0x7f635ba68050> <<< 172629 1726889030.00966: 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 <<< 172629 1726889030.00970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889030.00998: 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' <<< 172629 1726889030.01037: 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 0x7f635ba69b50> <<< 172629 1726889030.01045: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba69910> <<< 172629 1726889030.01061: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889030.01149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889030.01193: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.01201: 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 0x7f635ba6bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba6a240> <<< 172629 1726889030.01224: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889030.01257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.01283: 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' <<< 172629 1726889030.01298: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726889030.01340: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba6f860> <<< 172629 1726889030.01462: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba6c230> <<< 172629 1726889030.01516: 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 0x7f635ba70410> <<< 172629 1726889030.01548: 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 0x7f635ba70a70> <<< 172629 1726889030.01590: 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 0x7f635ba709e0> <<< 172629 1726889030.01598: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba68230> <<< 172629 1726889030.01624: 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' <<< 172629 1726889030.01643: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889030.01662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889030.01688: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.01704: 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 0x7f635bafc1d0> <<< 172629 1726889030.01847: 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 0x7f635bafd310> <<< 172629 1726889030.01865: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba72960> <<< 172629 1726889030.01897: 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 0x7f635ba73d10> <<< 172629 1726889030.01900: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba72600> <<< 172629 1726889030.01922: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.01925: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726889030.01947: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.02028: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.02119: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.02122: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.02142: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 172629 1726889030.02161: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.02166: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.02178: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 172629 1726889030.02184: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.02296: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.02415: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.02928: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.03464: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726889030.03471: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726889030.03496: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889030.03509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.03559: 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 0x7f635b9013d0> <<< 172629 1726889030.03638: 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' <<< 172629 1726889030.03662: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635b9021b0> <<< 172629 1726889030.03667: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba70590> <<< 172629 1726889030.03718: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889030.03723: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.03757: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.03767: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726889030.03776: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.03915: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.04073: 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' <<< 172629 1726889030.04084: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635b902270> <<< 172629 1726889030.04090: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.04538: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.04977: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.05050: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.05126: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889030.05133: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.05170: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.05208: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889030.05217: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.05280: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.05363: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889030.05382: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.05385: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.05402: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 172629 1726889030.05407: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.05449: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.05485: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889030.05500: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.05720: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.05950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889030.06010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889030.06016: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889030.06080: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635b903440> <<< 172629 1726889030.06088: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.06160: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.06238: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 172629 1726889030.06244: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726889030.06273: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.06310: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.06352: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889030.06360: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.06404: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.06443: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.06503: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.06568: 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 <<< 172629 1726889030.06605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.06676: 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 0x7f635b90df40> <<< 172629 1726889030.06713: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635b90bf50> <<< 172629 1726889030.06736: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726889030.06745: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 172629 1726889030.06753: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.06817: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.06872: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.06904: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.06945: 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 <<< 172629 1726889030.06952: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.06967: 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 <<< 172629 1726889030.06988: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889030.07005: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889030.07071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889030.07074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889030.07099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889030.07148: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635bbd28a0> <<< 172629 1726889030.07189: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635bbe2570> <<< 172629 1726889030.07274: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635b90e090> <<< 172629 1726889030.07277: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635b904110> # destroy ansible.module_utils.distro <<< 172629 1726889030.07283: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726889030.07320: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.07349: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889030.07400: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889030.07424: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.07442: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 172629 1726889030.07463: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.07478: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.07486: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 172629 1726889030.07505: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.07513: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.07516: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 172629 1726889030.07528: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.07546: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 172629 1726889030.07570: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.07583: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.07594: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 172629 1726889030.07599: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.07676: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.07795: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.08661: stdout chunk (state=3): >>> {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdd": {"name": "/dev/sdd", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sde": {"name": "/dev/sde", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdf": {"name": "/dev/sdf", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdg": {"name": "/dev/sdg", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdh": {"name": "/dev/sdh", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdi": {"name": "/dev/sdi", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/xvda": {"name": "/dev/xvda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "250G", "mountpoint": ""}, "/dev/xvda1": {"name": "/dev/xvda1", "fstype": "", "label": "", "uuid": "", "type": "partition", "size": "1M", "mountpoint": ""}, "/dev/xvda2": {"name": "/dev/xvda2", "fstype": "xfs", "label": "", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "type": "partition", "size": "250G", "mountpoint": "/"}}, "invocation": {"module_args": {}}} <<< 172629 1726889030.08684: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889030.09068: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889030.09081: 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 <<< 172629 1726889030.09099: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout <<< 172629 1726889030.09110: stdout chunk (state=3): >>># restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix <<< 172629 1726889030.09126: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # 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 <<< 172629 1726889030.09140: stdout chunk (state=3): >>># cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 172629 1726889030.09181: stdout chunk (state=3): >>># cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math <<< 172629 1726889030.09185: stdout chunk (state=3): >>># 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 <<< 172629 1726889030.09198: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex <<< 172629 1726889030.09220: stdout chunk (state=3): >>># 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 <<< 172629 1726889030.09229: stdout chunk (state=3): >>># cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon <<< 172629 1726889030.09249: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 <<< 172629 1726889030.09270: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale <<< 172629 1726889030.09278: stdout chunk (state=3): >>># cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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 <<< 172629 1726889030.09524: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889030.09530: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726889030.09560: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 172629 1726889030.09582: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726889030.09606: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib<<< 172629 1726889030.09615: stdout chunk (state=3): >>> # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 172629 1726889030.09649: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889030.09660: stdout chunk (state=3): >>># destroy importlib <<< 172629 1726889030.09667: stdout chunk (state=3): >>># destroy zipimport <<< 172629 1726889030.09687: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 172629 1726889030.09690: stdout chunk (state=3): >>># destroy grp # destroy encodings <<< 172629 1726889030.09739: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 172629 1726889030.09742: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726889030.09749: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726889030.09765: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726889030.09772: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726889030.09789: stdout chunk (state=3): >>># destroy selinux <<< 172629 1726889030.09799: stdout chunk (state=3): >>># destroy shutil <<< 172629 1726889030.09814: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889030.09864: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 172629 1726889030.09871: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 172629 1726889030.09896: 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 <<< 172629 1726889030.09929: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 172629 1726889030.09953: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726889030.09970: 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 <<< 172629 1726889030.09976: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 172629 1726889030.10004: 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 <<< 172629 1726889030.10019: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 172629 1726889030.10031: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 172629 1726889030.10035: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726889030.10167: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726889030.10179: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726889030.10181: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889030.10211: stdout chunk (state=3): >>># destroy platform <<< 172629 1726889030.10216: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889030.10244: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726889030.10288: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726889030.10292: 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 <<< 172629 1726889030.10297: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726889030.10310: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889030.10399: 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 <<< 172629 1726889030.10410: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 172629 1726889030.10418: stdout chunk (state=3): >>># destroy time <<< 172629 1726889030.10437: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726889030.10454: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726889030.10473: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726889030.10494: stdout chunk (state=3): >>># destroy itertools <<< 172629 1726889030.10504: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726889030.10507: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726889030.10803: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889030.10837: stderr chunk (state=3): >>><<< 172629 1726889030.10840: stdout chunk (state=3): >>><<< 172629 1726889030.10922: _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 0x7f635c5bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c58bb00> # /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 0x7f635c5bea50> 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 0x7f635c5cd130> # /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 0x7f635c5ce120> 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 0x7f635c3b3f50> # /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 0x7f635c3c00e0> # /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 0x7f635c3e3950> # /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 0x7f635c3e3fe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c3c3bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c3c1340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c3b1100> # /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 0x7f635c4078f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c406510> # /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 0x7f635c3c2360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c404cb0> # /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 0x7f635c434920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c3b0380> # /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 0x7f635c434dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c434c80> # 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 0x7f635c435070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c3a6ea0> # /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 0x7f635c435730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c435430> 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 0x7f635c436630> 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 0x7f635c450860> 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 0x7f635c451fa0> # /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 0x7f635c452e40> # 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 0x7f635c453470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c452390> # /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 0x7f635c453ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c453620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c436690> # /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 0x7f635c1e7da0> # /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 0x7f635c210890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c2105f0> # 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 0x7f635c210800> # /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 0x7f635c2111c0> # 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 0x7f635c211b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c210a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c1e5f40> # /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 0x7f635c212f60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c211ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c436d80> # /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 0x7f635c23b260> # /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 0x7f635c263650> # /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 0x7f635c2c0410> # /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 0x7f635c2c2b70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c2c0530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c285430> # /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 0x7f635bb254c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c262450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635c213e30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f635c262b10> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_fwbsi3v5/ansible_fedora.linux_system_roles.blockdev_info_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 0x7f635bb77080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635bb59f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635bb59130> # 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 0x7f635bb74f50> # /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 0x7f635bbaaae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635bbaa870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635bbaa180> # /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 0x7f635bbaabd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635bb77d10> 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 0x7f635bbab800> # 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 0x7f635bbab980> # /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 0x7f635bbabec0> 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 0x7f635ba15ca0> # 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 0x7f635ba17890> # /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 0x7f635ba1c200> # /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 0x7f635ba1d370> # /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 0x7f635ba1fe60> # 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 0x7f635c3a6e40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba1e120> # /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 0x7f635ba23ce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba227b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba22510> # /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 0x7f635ba22a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba1e630> # 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 0x7f635ba67f50> # /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 0x7f635ba68050> # /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 0x7f635ba69b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba69910> # /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 0x7f635ba6bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba6a240> # /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 0x7f635ba6f860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba6c230> # 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 0x7f635ba70410> # 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 0x7f635ba70a70> # 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 0x7f635ba709e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba68230> # /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 0x7f635bafc1d0> # 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 0x7f635bafd310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba72960> # 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 0x7f635ba73d10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba72600> # 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 0x7f635b9013d0> # /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 0x7f635b9021b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635ba70590> 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 0x7f635b902270> # 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 0x7f635b903440> # 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 0x7f635b90df40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635b90bf50> 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 0x7f635bbd28a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635bbe2570> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635b90e090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f635b904110> # 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 {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdd": {"name": "/dev/sdd", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sde": {"name": "/dev/sde", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdf": {"name": "/dev/sdf", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdg": {"name": "/dev/sdg", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "1T", "mountpoint": ""}, "/dev/sdh": {"name": "/dev/sdh", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdi": {"name": "/dev/sdi", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/xvda": {"name": "/dev/xvda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "250G", "mountpoint": ""}, "/dev/xvda1": {"name": "/dev/xvda1", "fstype": "", "label": "", "uuid": "", "type": "partition", "size": "1M", "mountpoint": ""}, "/dev/xvda2": {"name": "/dev/xvda2", "fstype": "xfs", "label": "", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "type": "partition", "size": "250G", "mountpoint": "/"}}, "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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _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. 172629 1726889030.11482: done with _execute_module (fedora.linux_system_roles.blockdev_info, {'_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.blockdev_info', '_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-1726889029.8126252-177344-210314789582625/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889030.11492: _low_level_execute_command(): starting 172629 1726889030.11495: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889029.8126252-177344-210314789582625/ > /dev/null 2>&1 && sleep 0' 172629 1726889030.11662: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889030.11666: 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 <<< 172629 1726889030.11669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889030.11683: 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 <<< 172629 1726889030.11734: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889030.11738: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889030.11791: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889030.13615: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889030.13646: stderr chunk (state=3): >>><<< 172629 1726889030.13650: stdout chunk (state=3): >>><<< 172629 1726889030.13667: _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 172629 1726889030.13672: handler run complete 172629 1726889030.13695: Evaluated conditional (False): False 172629 1726889030.13706: attempt loop complete, returning result 172629 1726889030.13708: _execute() done 172629 1726889030.13711: dumping result to json 172629 1726889030.13718: done dumping result, returning 172629 1726889030.13726: done running TaskExecutor() for managed_node1/TASK: Collect info about the volumes. [0affc8a3-6f6f-d0a8-add8-000000002d1f] 172629 1726889030.13731: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002d1f 172629 1726889030.13857: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002d1f 172629 1726889030.13860: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1" } } } 172629 1726889030.13985: no more pending results, returning what we have 172629 1726889030.13988: results queue empty 172629 1726889030.13989: checking for any_errors_fatal 172629 1726889030.14000: done checking for any_errors_fatal 172629 1726889030.14001: checking for max_fail_percentage 172629 1726889030.14003: done checking for max_fail_percentage 172629 1726889030.14003: checking to see if all hosts have failed and the running result is not ok 172629 1726889030.14004: done checking to see if all hosts have failed 172629 1726889030.14005: getting the remaining hosts for this loop 172629 1726889030.14007: done getting the remaining hosts for this loop 172629 1726889030.14014: getting the next task for host managed_node1 172629 1726889030.14020: done getting next task for host managed_node1 172629 1726889030.14023: ^ task is: TASK: Read the /etc/fstab file for volume existence 172629 1726889030.14025: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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 172629 1726889030.14028: getting variables 172629 1726889030.14030: in VariableManager get_vars() 172629 1726889030.14073: Calling all_inventory to load vars for managed_node1 172629 1726889030.14076: Calling groups_inventory to load vars for managed_node1 172629 1726889030.14079: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889030.14089: Calling all_plugins_play to load vars for managed_node1 172629 1726889030.14092: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889030.14094: Calling groups_plugins_play to load vars for managed_node1 172629 1726889030.14664: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889030.14978: done with get_vars() 172629 1726889030.14989: done getting variables 172629 1726889030.15030: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Friday 20 September 2024 23:23:50 -0400 (0:00:00.385) 0:02:10.430 ****** 172629 1726889030.15053: entering _queue_task() for managed_node1/command 172629 1726889030.15273: worker is 1 (out of 1 available) 172629 1726889030.15287: exiting _queue_task() for managed_node1/command 172629 1726889030.15301: done queuing things up, now waiting for results queue to drain 172629 1726889030.15302: waiting for pending results... 172629 1726889030.15496: running TaskExecutor() for managed_node1/TASK: Read the /etc/fstab file for volume existence 172629 1726889030.15572: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002d20 172629 1726889030.15588: variable 'ansible_search_path' from source: unknown 172629 1726889030.15614: calling self._execute() 172629 1726889030.15705: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889030.15709: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889030.15720: variable 'omit' from source: magic vars 172629 1726889030.15808: variable 'omit' from source: magic vars 172629 1726889030.15834: variable 'omit' from source: magic vars 172629 1726889030.15862: variable 'omit' from source: magic vars 172629 1726889030.15896: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889030.15926: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889030.15943: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889030.15961: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889030.15972: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889030.15994: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889030.15997: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889030.16000: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889030.16076: Set connection var ansible_timeout to 10 172629 1726889030.16080: Set connection var ansible_shell_type to sh 172629 1726889030.16087: Set connection var ansible_pipelining to False 172629 1726889030.16092: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889030.16097: Set connection var ansible_shell_executable to /bin/sh 172629 1726889030.16100: Set connection var ansible_connection to ssh 172629 1726889030.16116: variable 'ansible_shell_executable' from source: unknown 172629 1726889030.16119: variable 'ansible_connection' from source: unknown 172629 1726889030.16121: variable 'ansible_module_compression' from source: unknown 172629 1726889030.16123: variable 'ansible_shell_type' from source: unknown 172629 1726889030.16127: variable 'ansible_shell_executable' from source: unknown 172629 1726889030.16130: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889030.16133: variable 'ansible_pipelining' from source: unknown 172629 1726889030.16137: variable 'ansible_timeout' from source: unknown 172629 1726889030.16139: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889030.16256: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889030.16264: variable 'omit' from source: magic vars 172629 1726889030.16269: starting attempt loop 172629 1726889030.16272: running the handler 172629 1726889030.16284: _low_level_execute_command(): starting 172629 1726889030.16292: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889030.16804: 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 <<< 172629 1726889030.16808: stderr 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 <<< 172629 1726889030.16812: 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 <<< 172629 1726889030.16872: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889030.16875: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889030.16879: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889030.16927: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889030.18516: stdout chunk (state=3): >>>/root <<< 172629 1726889030.18614: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889030.18639: stderr chunk (state=3): >>><<< 172629 1726889030.18643: stdout chunk (state=3): >>><<< 172629 1726889030.18671: _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 172629 1726889030.18682: _low_level_execute_command(): starting 172629 1726889030.18689: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889030.1867032-177357-253555056008361 `" && echo ansible-tmp-1726889030.1867032-177357-253555056008361="` echo /root/.ansible/tmp/ansible-tmp-1726889030.1867032-177357-253555056008361 `" ) && sleep 0' 172629 1726889030.19118: 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 <<< 172629 1726889030.19121: stderr 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 <<< 172629 1726889030.19124: 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 <<< 172629 1726889030.19133: stderr 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 <<< 172629 1726889030.19181: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889030.19186: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889030.19188: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889030.19235: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889030.21115: stdout chunk (state=3): >>>ansible-tmp-1726889030.1867032-177357-253555056008361=/root/.ansible/tmp/ansible-tmp-1726889030.1867032-177357-253555056008361 <<< 172629 1726889030.21222: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889030.21244: stderr chunk (state=3): >>><<< 172629 1726889030.21248: stdout chunk (state=3): >>><<< 172629 1726889030.21266: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889030.1867032-177357-253555056008361=/root/.ansible/tmp/ansible-tmp-1726889030.1867032-177357-253555056008361 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889030.21293: variable 'ansible_module_compression' from source: unknown 172629 1726889030.21333: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726889030.21368: variable 'ansible_facts' from source: unknown 172629 1726889030.21424: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889030.1867032-177357-253555056008361/AnsiballZ_command.py 172629 1726889030.21522: Sending initial data 172629 1726889030.21526: Sent initial data (158 bytes) 172629 1726889030.21918: 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 <<< 172629 1726889030.21958: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889030.21962: 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 <<< 172629 1726889030.21964: 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 <<< 172629 1726889030.21966: 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 <<< 172629 1726889030.21968: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889030.22006: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889030.22009: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889030.22066: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889030.23604: 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 <<< 172629 1726889030.23608: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726889030.23648: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889030.23693: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmphkgkzimr /root/.ansible/tmp/ansible-tmp-1726889030.1867032-177357-253555056008361/AnsiballZ_command.py <<< 172629 1726889030.23700: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889030.1867032-177357-253555056008361/AnsiballZ_command.py" <<< 172629 1726889030.23741: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmphkgkzimr" to remote "/root/.ansible/tmp/ansible-tmp-1726889030.1867032-177357-253555056008361/AnsiballZ_command.py" <<< 172629 1726889030.23743: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889030.1867032-177357-253555056008361/AnsiballZ_command.py" <<< 172629 1726889030.24296: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889030.24335: stderr chunk (state=3): >>><<< 172629 1726889030.24339: stdout chunk (state=3): >>><<< 172629 1726889030.24354: done transferring module to remote 172629 1726889030.24368: _low_level_execute_command(): starting 172629 1726889030.24371: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889030.1867032-177357-253555056008361/ /root/.ansible/tmp/ansible-tmp-1726889030.1867032-177357-253555056008361/AnsiballZ_command.py && sleep 0' 172629 1726889030.24779: 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 <<< 172629 1726889030.24783: stderr 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 <<< 172629 1726889030.24785: 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 <<< 172629 1726889030.24787: 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 <<< 172629 1726889030.24834: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889030.24837: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889030.24889: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889030.26622: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889030.26646: stderr chunk (state=3): >>><<< 172629 1726889030.26649: stdout chunk (state=3): >>><<< 172629 1726889030.26664: _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 172629 1726889030.26667: _low_level_execute_command(): starting 172629 1726889030.26670: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889030.1867032-177357-253555056008361/AnsiballZ_command.py && sleep 0' 172629 1726889030.27071: 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 <<< 172629 1726889030.27074: stderr 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 <<< 172629 1726889030.27076: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726889030.27078: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889030.27080: stderr 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 <<< 172629 1726889030.27130: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889030.27133: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889030.27187: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889030.29325: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889030.29357: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889030.29385: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 172629 1726889030.29390: stdout chunk (state=3): >>>import '_weakref' # <<< 172629 1726889030.29468: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726889030.29470: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726889030.29495: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889030.29527: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889030.29566: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726889030.29569: stdout chunk (state=3): >>>import 'zipimport' # <<< 172629 1726889030.29572: stdout chunk (state=3): >>># installed zipimport hook <<< 172629 1726889030.29611: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726889030.29617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.29635: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889030.29660: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889030.29694: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py<<< 172629 1726889030.29705: stdout chunk (state=3): >>> <<< 172629 1726889030.29719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726889030.29730: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6d104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6cdfb30> <<< 172629 1726889030.29766: 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' <<< 172629 1726889030.29773: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6d12a50> <<< 172629 1726889030.29794: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889030.29821: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726889030.29847: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889030.29878: stdout chunk (state=3): >>>import '_stat' # <<< 172629 1726889030.29887: stdout chunk (state=3): >>>import 'stat' # <<< 172629 1726889030.29964: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889030.29993: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889030.30027: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889030.30033: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889030.30061: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726889030.30070: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726889030.30082: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726889030.30093: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889030.30118: 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 <<< 172629 1726889030.30123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726889030.30141: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b05130> <<< 172629 1726889030.30201: 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 <<< 172629 1726889030.30218: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.30223: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b06120> <<< 172629 1726889030.30242: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889030.30276: 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. <<< 172629 1726889030.30497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889030.30514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889030.30530: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726889030.30556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.30568: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889030.30611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889030.30624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889030.30652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889030.30667: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b43f50> <<< 172629 1726889030.30684: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889030.30700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889030.30725: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726889030.30729: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b580e0> <<< 172629 1726889030.30753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889030.30777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889030.30804: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889030.30848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.30877: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889030.30895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726889030.30904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b7b920> <<< 172629 1726889030.30919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726889030.30935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b7bfb0> <<< 172629 1726889030.30951: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889030.31005: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b5bbc0> <<< 172629 1726889030.31011: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889030.31043: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b59340> <<< 172629 1726889030.31133: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b41100> <<< 172629 1726889030.31164: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889030.31174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889030.31197: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889030.31216: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889030.31241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889030.31257: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726889030.31271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726889030.31301: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b9f920> <<< 172629 1726889030.31322: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b9e540> <<< 172629 1726889030.31339: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726889030.31351: 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 0x7f29a6b5a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b9cd10> <<< 172629 1726889030.31407: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726889030.31422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6bcc980> <<< 172629 1726889030.31436: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b40380> <<< 172629 1726889030.31448: 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' <<< 172629 1726889030.31482: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.31493: 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 0x7f29a6bcce30> <<< 172629 1726889030.31500: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6bccce0> <<< 172629 1726889030.31533: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.31545: 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 0x7f29a6bcd0d0> <<< 172629 1726889030.31548: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b3eea0> <<< 172629 1726889030.31579: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726889030.31583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.31604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889030.31647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889030.31661: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6bcd790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6bcd490> <<< 172629 1726889030.31664: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726889030.31690: 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' <<< 172629 1726889030.31715: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6bce690> <<< 172629 1726889030.31718: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726889030.31740: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726889030.31762: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889030.31792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889030.31817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726889030.31823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6be88c0> <<< 172629 1726889030.31844: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889030.31872: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.31880: 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 0x7f29a6bea000> <<< 172629 1726889030.31893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889030.31911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726889030.31927: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726889030.31943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726889030.31947: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6beaea0> <<< 172629 1726889030.31986: 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 0x7f29a6beb500> <<< 172629 1726889030.32000: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6bea3f0> <<< 172629 1726889030.32022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889030.32033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726889030.32077: 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 0x7f29a6bebec0> <<< 172629 1726889030.32093: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6beb5f0> <<< 172629 1726889030.32137: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6bce6f0> <<< 172629 1726889030.32153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889030.32186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889030.32199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889030.32223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889030.32262: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.32269: 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 0x7f29a696bd40> <<< 172629 1726889030.32283: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 172629 1726889030.32286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 172629 1726889030.32319: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.32321: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29a6998770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a69984d0> <<< 172629 1726889030.32345: 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 0x7f29a69987a0> <<< 172629 1726889030.32373: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726889030.32377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726889030.32451: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.32576: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.32581: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29a69990d0> <<< 172629 1726889030.32685: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.32695: 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 0x7f29a6999a90> <<< 172629 1726889030.32705: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6998980> <<< 172629 1726889030.32716: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6969ee0> <<< 172629 1726889030.32742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889030.32764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889030.32788: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726889030.32800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726889030.32810: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a699ae70> <<< 172629 1726889030.32826: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6999bb0> <<< 172629 1726889030.32849: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6bcede0> <<< 172629 1726889030.32873: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889030.32938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.32950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889030.32987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889030.33014: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a69c3170> <<< 172629 1726889030.33076: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889030.33080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.33106: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889030.33121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889030.33168: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a69eb530> <<< 172629 1726889030.33186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889030.33230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889030.33281: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889030.33307: 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 0x7f29a6a442f0> <<< 172629 1726889030.33331: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889030.33361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889030.33383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889030.33422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889030.33509: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6a46a50> <<< 172629 1726889030.33583: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6a44410> <<< 172629 1726889030.33620: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6a11310> <<< 172629 1726889030.33646: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726889030.33659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6329400> <<< 172629 1726889030.33673: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a69ea330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a699bd40> <<< 172629 1726889030.33777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889030.33803: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f29a63296a0> <<< 172629 1726889030.33941: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_uh72xjwq/ansible_ansible.legacy.command_payload.zip' <<< 172629 1726889030.33947: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.34068: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.34095: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889030.34101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889030.34150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889030.34217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889030.34258: 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 0x7f29a637f140> <<< 172629 1726889030.34267: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726889030.34452: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6362030> <<< 172629 1726889030.34459: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6361190> # zipimport: zlib available <<< 172629 1726889030.34490: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889030.34496: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.34520: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.34525: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.34548: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889030.34567: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.35935: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.37026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726889030.37032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a637d430> <<< 172629 1726889030.37064: 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' <<< 172629 1726889030.37090: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726889030.37095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726889030.37121: 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' <<< 172629 1726889030.37153: 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 0x7f29a63aab40> <<< 172629 1726889030.37193: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a63aa8d0> <<< 172629 1726889030.37219: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a63aa1e0> <<< 172629 1726889030.37245: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889030.37249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726889030.37286: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a63aacf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6d129c0> <<< 172629 1726889030.37305: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726889030.37330: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.37335: 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 0x7f29a63ab860> <<< 172629 1726889030.37368: 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' <<< 172629 1726889030.37381: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29a63aba40> <<< 172629 1726889030.37384: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889030.37428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889030.37448: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889030.37484: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a63abf50> <<< 172629 1726889030.37505: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889030.37517: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889030.37545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889030.37578: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6215cd0> <<< 172629 1726889030.37612: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.37617: 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 0x7f29a62178f0> <<< 172629 1726889030.37633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889030.37653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889030.37690: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a621c290> <<< 172629 1726889030.37709: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889030.37734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889030.37757: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a621d400> <<< 172629 1726889030.37772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889030.37808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889030.37833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726889030.37836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726889030.37883: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a621fef0> <<< 172629 1726889030.37921: 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 0x7f29a699ade0> <<< 172629 1726889030.37951: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a621e1b0> <<< 172629 1726889030.37964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889030.37993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889030.38014: 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' <<< 172629 1726889030.38031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889030.38074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889030.38086: 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' <<< 172629 1726889030.38104: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6223dd0> <<< 172629 1726889030.38121: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889030.38179: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a62228a0> <<< 172629 1726889030.38185: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6222600> <<< 172629 1726889030.38203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726889030.38218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726889030.38282: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6222b70> <<< 172629 1726889030.38314: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a621e6c0> <<< 172629 1726889030.38341: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.38346: 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 0x7f29a6267ef0> <<< 172629 1726889030.38374: 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 <<< 172629 1726889030.38381: 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 0x7f29a6268200> <<< 172629 1726889030.38394: 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 <<< 172629 1726889030.38417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889030.38437: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 172629 1726889030.38443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 172629 1726889030.38473: 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 0x7f29a6269ca0> <<< 172629 1726889030.38482: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6269a60> <<< 172629 1726889030.38491: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889030.38597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889030.38643: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.38657: 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 0x7f29a626c200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a626a390> <<< 172629 1726889030.38673: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889030.38711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.38731: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726889030.38748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726889030.38756: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726889030.38798: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a626f9e0> <<< 172629 1726889030.38916: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a626c3b0> <<< 172629 1726889030.38980: 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 0x7f29a6270ad0> <<< 172629 1726889030.39010: 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 0x7f29a6270a70> <<< 172629 1726889030.39059: 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 0x7f29a6270d40> <<< 172629 1726889030.39080: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6268380> <<< 172629 1726889030.39101: 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' <<< 172629 1726889030.39114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889030.39138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889030.39164: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.39193: 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 0x7f29a62fc350> <<< 172629 1726889030.39333: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.39340: 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 0x7f29a62fd730> <<< 172629 1726889030.39358: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6272ae0> <<< 172629 1726889030.39383: 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' <<< 172629 1726889030.39394: 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 0x7f29a6273e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6272750> <<< 172629 1726889030.39398: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.39421: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726889030.39441: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.39526: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.39615: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.39628: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.39639: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 172629 1726889030.39643: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.39665: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889030.39683: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.39798: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.39920: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.40446: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.40985: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726889030.40988: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726889030.41024: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889030.41034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.41087: 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 0x7f29a61018e0> <<< 172629 1726889030.41167: 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' <<< 172629 1726889030.41193: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6102660> <<< 172629 1726889030.41199: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a62fd580> <<< 172629 1726889030.41250: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889030.41253: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.41271: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.41297: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726889030.41302: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.41451: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.41602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726889030.41612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 172629 1726889030.41626: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6102690> <<< 172629 1726889030.41634: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.42081: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.42528: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.42595: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.42672: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889030.42680: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.42722: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.42758: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889030.42767: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.42831: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.42919: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889030.42924: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.42944: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726889030.42969: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.43004: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.43044: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889030.43050: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.43283: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.43507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889030.43568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889030.43573: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889030.43646: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a61038f0> <<< 172629 1726889030.43649: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.43726: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.43800: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726889030.43814: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726889030.43827: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726889030.43838: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.43882: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.43920: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889030.43935: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.43975: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.44021: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.44075: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.44147: 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 <<< 172629 1726889030.44178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.44262: 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' <<< 172629 1726889030.44265: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29a610e180> <<< 172629 1726889030.44300: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a610be00> <<< 172629 1726889030.44331: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726889030.44334: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726889030.44407: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.44472: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.44497: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.44539: 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 <<< 172629 1726889030.44545: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.44562: 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 <<< 172629 1726889030.44585: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889030.44602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889030.44663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889030.44675: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889030.44703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889030.44749: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a63faa80> <<< 172629 1726889030.44798: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a63de750> <<< 172629 1726889030.44880: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a610e270> <<< 172629 1726889030.44884: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6103110> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726889030.44885: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.44922: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.44947: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726889030.44951: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889030.44999: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889030.45030: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.45033: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 172629 1726889030.45051: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.45159: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.45271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726889030.45276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726889030.45295: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a610dee0> <<< 172629 1726889030.45373: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.45838: stdout chunk (state=3): >>> {"changed": true, "stdout": "\n# system_role:storage\n#\n# /etc/fstab\n# Created by anaconda on Tue Sep 17 08:39:54 2024\n#\n# Accessible filesystems, by reference, are maintained under '/dev/disk/'.\n# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.\n#\n# After editing this file, run 'systemctl daemon-reload' to update systemd\n# units generated from this file.\n#\nUUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nvtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 23:23:50.453943", "end": "2024-09-20 23:23:50.457162", "delta": "0:00:00.003219", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/fstab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726889030.45865: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889030.46283: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889030.46314: 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 <<< 172629 1726889030.46321: stdout chunk (state=3): >>># cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs<<< 172629 1726889030.46344: 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 <<< 172629 1726889030.46384: stdout chunk (state=3): >>># cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc <<< 172629 1726889030.46387: stdout chunk (state=3): >>># 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 <<< 172629 1726889030.46391: stdout chunk (state=3): >>># 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 <<< 172629 1726889030.46407: stdout chunk (state=3): >>># cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 <<< 172629 1726889030.46436: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util <<< 172629 1726889030.46458: stdout chunk (state=3): >>># 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 <<< 172629 1726889030.46474: stdout chunk (state=3): >>># 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 <<< 172629 1726889030.46488: stdout chunk (state=3): >>># 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 <<< 172629 1726889030.46495: stdout chunk (state=3): >>># destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible <<< 172629 1726889030.46523: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform<<< 172629 1726889030.46530: stdout chunk (state=3): >>> # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize <<< 172629 1726889030.46563: 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 # 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 <<< 172629 1726889030.46571: stdout chunk (state=3): >>># cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text <<< 172629 1726889030.46598: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text <<< 172629 1726889030.46635: 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 <<< 172629 1726889030.46639: stdout chunk (state=3): >>># cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726889030.46884: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889030.46890: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726889030.46921: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726889030.46939: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib <<< 172629 1726889030.46951: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726889030.46965: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726889030.47005: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889030.47022: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 172629 1726889030.47032: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 172629 1726889030.47048: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 172629 1726889030.47082: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select<<< 172629 1726889030.47091: stdout chunk (state=3): >>> # destroy _signal <<< 172629 1726889030.47096: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726889030.47115: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors <<< 172629 1726889030.47123: stdout chunk (state=3): >>># destroy errno # destroy array <<< 172629 1726889030.47151: stdout chunk (state=3): >>># destroy datetime <<< 172629 1726889030.47154: stdout chunk (state=3): >>># destroy selinux <<< 172629 1726889030.47170: stdout chunk (state=3): >>># destroy shutil <<< 172629 1726889030.47173: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889030.47217: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726889030.47234: 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 <<< 172629 1726889030.47248: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726889030.47265: 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 <<< 172629 1726889030.47279: 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 <<< 172629 1726889030.47296: stdout chunk (state=3): >>># cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 172629 1726889030.47303: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726889030.47323: 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 <<< 172629 1726889030.47363: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 172629 1726889030.47367: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 172629 1726889030.47379: 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 <<< 172629 1726889030.47387: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon <<< 172629 1726889030.47400: stdout chunk (state=3): >>># destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726889030.47526: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726889030.47534: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726889030.47539: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889030.47567: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 172629 1726889030.47573: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889030.47596: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 172629 1726889030.47610: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 172629 1726889030.47630: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726889030.47636: 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 <<< 172629 1726889030.47652: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889030.47759: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 172629 1726889030.47769: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 172629 1726889030.47773: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726889030.47790: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726889030.47793: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726889030.47823: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726889030.47838: stdout chunk (state=3): >>># destroy itertools <<< 172629 1726889030.47851: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726889030.47864: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726889030.48157: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889030.48189: stderr chunk (state=3): >>><<< 172629 1726889030.48193: stdout chunk (state=3): >>><<< 172629 1726889030.48271: _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 0x7f29a6d104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6cdfb30> # /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 0x7f29a6d12a50> 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 0x7f29a6b05130> # /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 0x7f29a6b06120> 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 0x7f29a6b43f50> # /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 0x7f29a6b580e0> # /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 0x7f29a6b7b920> # /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 0x7f29a6b7bfb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b5bbc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b59340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b41100> # /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 0x7f29a6b9f920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b9e540> # /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 0x7f29a6b5a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b9cd10> # /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 0x7f29a6bcc980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b40380> # /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 0x7f29a6bcce30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6bccce0> # 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 0x7f29a6bcd0d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6b3eea0> # /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 0x7f29a6bcd790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6bcd490> 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 0x7f29a6bce690> 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 0x7f29a6be88c0> 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 0x7f29a6bea000> # /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 0x7f29a6beaea0> # 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 0x7f29a6beb500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6bea3f0> # /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 0x7f29a6bebec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6beb5f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6bce6f0> # /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 0x7f29a696bd40> # /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 0x7f29a6998770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a69984d0> # 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 0x7f29a69987a0> # /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 0x7f29a69990d0> # 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 0x7f29a6999a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6998980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6969ee0> # /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 0x7f29a699ae70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6999bb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6bcede0> # /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 0x7f29a69c3170> # /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 0x7f29a69eb530> # /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 0x7f29a6a442f0> # /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 0x7f29a6a46a50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6a44410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6a11310> # /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 0x7f29a6329400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a69ea330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a699bd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f29a63296a0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_uh72xjwq/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a637f140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6362030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6361190> # 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 0x7f29a637d430> # /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 0x7f29a63aab40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a63aa8d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a63aa1e0> # /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 0x7f29a63aacf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6d129c0> 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 0x7f29a63ab860> # 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 0x7f29a63aba40> # /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 0x7f29a63abf50> 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 0x7f29a6215cd0> # 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 0x7f29a62178f0> # /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 0x7f29a621c290> # /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 0x7f29a621d400> # /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 0x7f29a621fef0> # 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 0x7f29a699ade0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a621e1b0> # /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 0x7f29a6223dd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a62228a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6222600> # /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 0x7f29a6222b70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a621e6c0> # 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 0x7f29a6267ef0> # /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 0x7f29a6268200> # /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 0x7f29a6269ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6269a60> # /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 0x7f29a626c200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a626a390> # /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 0x7f29a626f9e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a626c3b0> # 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 0x7f29a6270ad0> # 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 0x7f29a6270a70> # 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 0x7f29a6270d40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6268380> # /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 0x7f29a62fc350> # 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 0x7f29a62fd730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6272ae0> # 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 0x7f29a6273e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6272750> # 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 0x7f29a61018e0> # /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 0x7f29a6102660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a62fd580> 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 0x7f29a6102690> # 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 0x7f29a61038f0> # 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 0x7f29a610e180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a610be00> 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 0x7f29a63faa80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a63de750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a610e270> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a6103110> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29a610dee0> # zipimport: zlib available {"changed": true, "stdout": "\n# system_role:storage\n#\n# /etc/fstab\n# Created by anaconda on Tue Sep 17 08:39:54 2024\n#\n# Accessible filesystems, by reference, are maintained under '/dev/disk/'.\n# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.\n#\n# After editing this file, run 'systemctl daemon-reload' to update systemd\n# units generated from this file.\n#\nUUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nvtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nnest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0\nntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 23:23:50.453943", "end": "2024-09-20 23:23:50.457162", "delta": "0:00:00.003219", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/fstab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726889030.48827: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /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': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726889030.1867032-177357-253555056008361/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889030.48830: _low_level_execute_command(): starting 172629 1726889030.48833: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889030.1867032-177357-253555056008361/ > /dev/null 2>&1 && sleep 0' 172629 1726889030.48973: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889030.48976: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889030.48978: 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 <<< 172629 1726889030.48981: 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 <<< 172629 1726889030.48983: stderr 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 <<< 172629 1726889030.49030: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889030.49034: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889030.49085: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889030.50907: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889030.50933: stderr chunk (state=3): >>><<< 172629 1726889030.50936: stdout chunk (state=3): >>><<< 172629 1726889030.50949: _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 172629 1726889030.50959: handler run complete 172629 1726889030.50978: Evaluated conditional (False): False 172629 1726889030.50987: attempt loop complete, returning result 172629 1726889030.50989: _execute() done 172629 1726889030.50992: dumping result to json 172629 1726889030.50998: done dumping result, returning 172629 1726889030.51005: done running TaskExecutor() for managed_node1/TASK: Read the /etc/fstab file for volume existence [0affc8a3-6f6f-d0a8-add8-000000002d20] 172629 1726889030.51010: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002d20 172629 1726889030.51109: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002d20 172629 1726889030.51112: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003219", "end": "2024-09-20 23:23:50.457162", "rc": 0, "start": "2024-09-20 23:23:50.453943" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Sep 17 08:39:54 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=4853857d-d3e2-44a6-8739-3837607c97e1 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 172629 1726889030.51189: no more pending results, returning what we have 172629 1726889030.51193: results queue empty 172629 1726889030.51194: checking for any_errors_fatal 172629 1726889030.51207: done checking for any_errors_fatal 172629 1726889030.51208: checking for max_fail_percentage 172629 1726889030.51209: done checking for max_fail_percentage 172629 1726889030.51210: checking to see if all hosts have failed and the running result is not ok 172629 1726889030.51211: done checking to see if all hosts have failed 172629 1726889030.51212: getting the remaining hosts for this loop 172629 1726889030.51214: done getting the remaining hosts for this loop 172629 1726889030.51217: getting the next task for host managed_node1 172629 1726889030.51222: done getting next task for host managed_node1 172629 1726889030.51224: ^ task is: TASK: Read the /etc/crypttab file 172629 1726889030.51227: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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 172629 1726889030.51231: getting variables 172629 1726889030.51233: in VariableManager get_vars() 172629 1726889030.51273: Calling all_inventory to load vars for managed_node1 172629 1726889030.51276: Calling groups_inventory to load vars for managed_node1 172629 1726889030.51279: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889030.51293: Calling all_plugins_play to load vars for managed_node1 172629 1726889030.51295: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889030.51298: Calling groups_plugins_play to load vars for managed_node1 172629 1726889030.51673: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889030.52021: done with get_vars() 172629 1726889030.52033: done getting variables 172629 1726889030.52078: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Friday 20 September 2024 23:23:50 -0400 (0:00:00.370) 0:02:10.800 ****** 172629 1726889030.52099: entering _queue_task() for managed_node1/command 172629 1726889030.52326: worker is 1 (out of 1 available) 172629 1726889030.52341: exiting _queue_task() for managed_node1/command 172629 1726889030.52357: done queuing things up, now waiting for results queue to drain 172629 1726889030.52358: waiting for pending results... 172629 1726889030.52547: running TaskExecutor() for managed_node1/TASK: Read the /etc/crypttab file 172629 1726889030.52621: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002d21 172629 1726889030.52635: variable 'ansible_search_path' from source: unknown 172629 1726889030.52666: calling self._execute() 172629 1726889030.52764: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889030.52767: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889030.52777: variable 'omit' from source: magic vars 172629 1726889030.52865: variable 'omit' from source: magic vars 172629 1726889030.52895: variable 'omit' from source: magic vars 172629 1726889030.52922: variable 'omit' from source: magic vars 172629 1726889030.52960: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889030.52991: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889030.53008: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889030.53025: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889030.53035: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889030.53063: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889030.53067: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889030.53069: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889030.53141: Set connection var ansible_timeout to 10 172629 1726889030.53145: Set connection var ansible_shell_type to sh 172629 1726889030.53151: Set connection var ansible_pipelining to False 172629 1726889030.53159: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889030.53165: Set connection var ansible_shell_executable to /bin/sh 172629 1726889030.53169: Set connection var ansible_connection to ssh 172629 1726889030.53186: variable 'ansible_shell_executable' from source: unknown 172629 1726889030.53189: variable 'ansible_connection' from source: unknown 172629 1726889030.53191: variable 'ansible_module_compression' from source: unknown 172629 1726889030.53194: variable 'ansible_shell_type' from source: unknown 172629 1726889030.53196: variable 'ansible_shell_executable' from source: unknown 172629 1726889030.53198: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889030.53203: variable 'ansible_pipelining' from source: unknown 172629 1726889030.53205: variable 'ansible_timeout' from source: unknown 172629 1726889030.53209: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889030.53321: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889030.53330: variable 'omit' from source: magic vars 172629 1726889030.53334: starting attempt loop 172629 1726889030.53339: running the handler 172629 1726889030.53356: _low_level_execute_command(): starting 172629 1726889030.53365: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889030.53857: 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 <<< 172629 1726889030.53897: stderr 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 <<< 172629 1726889030.53901: 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 <<< 172629 1726889030.53905: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889030.53946: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889030.53949: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889030.53951: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889030.54005: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889030.55601: stdout chunk (state=3): >>>/root <<< 172629 1726889030.55697: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889030.55725: stderr chunk (state=3): >>><<< 172629 1726889030.55729: stdout chunk (state=3): >>><<< 172629 1726889030.55756: _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 172629 1726889030.55766: _low_level_execute_command(): starting 172629 1726889030.55772: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889030.5575144-177365-88546829887295 `" && echo ansible-tmp-1726889030.5575144-177365-88546829887295="` echo /root/.ansible/tmp/ansible-tmp-1726889030.5575144-177365-88546829887295 `" ) && sleep 0' 172629 1726889030.56201: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889030.56204: 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 <<< 172629 1726889030.56207: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726889030.56209: 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 found <<< 172629 1726889030.56219: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889030.56261: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889030.56268: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889030.56272: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889030.56317: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889030.58204: stdout chunk (state=3): >>>ansible-tmp-1726889030.5575144-177365-88546829887295=/root/.ansible/tmp/ansible-tmp-1726889030.5575144-177365-88546829887295 <<< 172629 1726889030.58316: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889030.58338: stderr chunk (state=3): >>><<< 172629 1726889030.58341: stdout chunk (state=3): >>><<< 172629 1726889030.58362: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889030.5575144-177365-88546829887295=/root/.ansible/tmp/ansible-tmp-1726889030.5575144-177365-88546829887295 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889030.58387: variable 'ansible_module_compression' from source: unknown 172629 1726889030.58429: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726889030.58465: variable 'ansible_facts' from source: unknown 172629 1726889030.58519: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889030.5575144-177365-88546829887295/AnsiballZ_command.py 172629 1726889030.58615: Sending initial data 172629 1726889030.58618: Sent initial data (157 bytes) 172629 1726889030.59027: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889030.59047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889030.59050: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889030.59053: 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 <<< 172629 1726889030.59075: 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 <<< 172629 1726889030.59078: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889030.59126: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889030.59129: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889030.59181: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889030.60707: 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 <<< 172629 1726889030.60714: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726889030.60749: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889030.60797: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpql_7uygd /root/.ansible/tmp/ansible-tmp-1726889030.5575144-177365-88546829887295/AnsiballZ_command.py <<< 172629 1726889030.60801: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889030.5575144-177365-88546829887295/AnsiballZ_command.py" <<< 172629 1726889030.60843: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpql_7uygd" to remote "/root/.ansible/tmp/ansible-tmp-1726889030.5575144-177365-88546829887295/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889030.5575144-177365-88546829887295/AnsiballZ_command.py" <<< 172629 1726889030.61386: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889030.61418: stderr chunk (state=3): >>><<< 172629 1726889030.61421: stdout chunk (state=3): >>><<< 172629 1726889030.61444: done transferring module to remote 172629 1726889030.61453: _low_level_execute_command(): starting 172629 1726889030.61462: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889030.5575144-177365-88546829887295/ /root/.ansible/tmp/ansible-tmp-1726889030.5575144-177365-88546829887295/AnsiballZ_command.py && sleep 0' 172629 1726889030.61841: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889030.61848: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889030.61878: 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 <<< 172629 1726889030.61883: 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 <<< 172629 1726889030.61886: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889030.61932: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889030.61935: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889030.61992: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889030.63732: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889030.63759: stderr chunk (state=3): >>><<< 172629 1726889030.63762: stdout chunk (state=3): >>><<< 172629 1726889030.63773: _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 172629 1726889030.63777: _low_level_execute_command(): starting 172629 1726889030.63781: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889030.5575144-177365-88546829887295/AnsiballZ_command.py && sleep 0' 172629 1726889030.64207: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889030.64210: 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 <<< 172629 1726889030.64212: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726889030.64214: 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 found <<< 172629 1726889030.64216: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889030.64262: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889030.64265: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889030.64323: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889030.66460: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889030.66490: stdout chunk (state=3): >>>import _imp # builtin<<< 172629 1726889030.66495: stdout chunk (state=3): >>> <<< 172629 1726889030.66524: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 172629 1726889030.66592: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726889030.66599: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726889030.66633: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889030.66670: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889030.66696: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726889030.66702: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726889030.66752: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726889030.66758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.66778: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889030.66801: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889030.66832: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889030.66857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726889030.66864: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c311104d0> <<< 172629 1726889030.66879: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c310dfb30> <<< 172629 1726889030.66902: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 172629 1726889030.66910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 172629 1726889030.66915: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c31112a50> <<< 172629 1726889030.66938: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889030.66960: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726889030.66974: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726889030.66985: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889030.67021: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889030.67110: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889030.67138: stdout chunk (state=3): >>>import 'genericpath' # <<< 172629 1726889030.67142: stdout chunk (state=3): >>>import 'posixpath' # <<< 172629 1726889030.67174: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889030.67189: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889030.67192: stdout chunk (state=3): >>>Processing user site-packages <<< 172629 1726889030.67215: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726889030.67230: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726889030.67236: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889030.67269: 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' <<< 172629 1726889030.67292: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30ee5130> <<< 172629 1726889030.67356: 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 <<< 172629 1726889030.67360: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.67369: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30ee6120> <<< 172629 1726889030.67398: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889030.67425: 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. <<< 172629 1726889030.67659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889030.67670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889030.67686: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726889030.67698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.67720: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889030.67767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889030.67782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889030.67806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889030.67830: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f23f50> <<< 172629 1726889030.67835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889030.67862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889030.67881: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726889030.67885: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f380e0> <<< 172629 1726889030.67903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889030.67935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889030.67960: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889030.68009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.68021: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889030.68053: 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' <<< 172629 1726889030.68066: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f5b920> <<< 172629 1726889030.68073: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726889030.68095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f5bfb0> <<< 172629 1726889030.68112: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889030.68166: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f3bbc0> <<< 172629 1726889030.68173: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889030.68202: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f39340> <<< 172629 1726889030.68292: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f21100> <<< 172629 1726889030.68317: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889030.68339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889030.68350: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889030.68376: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889030.68407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'<<< 172629 1726889030.68411: stdout chunk (state=3): >>> <<< 172629 1726889030.68430: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726889030.68435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726889030.68471: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f7f920> <<< 172629 1726889030.68480: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f7e540> <<< 172629 1726889030.68509: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726889030.68519: 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 0x7f7c30f3a1e0> <<< 172629 1726889030.68529: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f7cd10> <<< 172629 1726889030.68572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726889030.68584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30fac980> <<< 172629 1726889030.68590: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f20380> <<< 172629 1726889030.68614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 172629 1726889030.68618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 172629 1726889030.68649: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.68658: 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 0x7f7c30face30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30facce0> <<< 172629 1726889030.68696: 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' <<< 172629 1726889030.68704: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c30fad0d0> <<< 172629 1726889030.68710: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f1eea0> <<< 172629 1726889030.68744: 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' <<< 172629 1726889030.68771: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889030.68801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889030.68820: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30fad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30fad490> <<< 172629 1726889030.68826: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726889030.68863: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 172629 1726889030.68866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 172629 1726889030.68875: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30fae690> <<< 172629 1726889030.68899: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726889030.68902: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726889030.68928: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889030.68965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889030.68988: 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' <<< 172629 1726889030.68994: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30fc88c0> <<< 172629 1726889030.69009: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889030.69044: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.69052: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.69061: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c30fca000> <<< 172629 1726889030.69074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889030.69091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726889030.69104: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726889030.69121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726889030.69123: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30fcaea0> <<< 172629 1726889030.69172: 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' <<< 172629 1726889030.69177: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c30fcb500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30fca3f0> <<< 172629 1726889030.69210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889030.69213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726889030.69261: 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' <<< 172629 1726889030.69270: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c30fcbec0> <<< 172629 1726889030.69275: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30fcb5f0> <<< 172629 1726889030.69321: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30fae6f0> <<< 172629 1726889030.69336: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889030.69376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889030.69380: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889030.69412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889030.69441: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.69446: 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 0x7f7c30d4bd40> <<< 172629 1726889030.69469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 172629 1726889030.69476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 172629 1726889030.69497: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.69500: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c30d78770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30d784d0> <<< 172629 1726889030.69529: 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 0x7f7c30d787a0> <<< 172629 1726889030.69563: 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' <<< 172629 1726889030.69639: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.69763: 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 0x7f7c30d790d0> <<< 172629 1726889030.69892: 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 0x7f7c30d79a90> <<< 172629 1726889030.69911: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30d78980> <<< 172629 1726889030.69922: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30d49ee0> <<< 172629 1726889030.69949: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889030.69969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889030.69995: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726889030.70007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726889030.70020: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30d7ae70> <<< 172629 1726889030.70035: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30d79bb0> <<< 172629 1726889030.70062: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30faede0> <<< 172629 1726889030.70082: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889030.70143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.70164: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889030.70200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889030.70228: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30da3170> <<< 172629 1726889030.70289: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889030.70292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.70319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889030.70335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889030.70384: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30dcb530> <<< 172629 1726889030.70404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889030.70451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889030.70502: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889030.70528: 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 0x7f7c30e242f0> <<< 172629 1726889030.70554: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889030.70579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889030.70610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889030.70645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889030.70735: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30e26a50> <<< 172629 1726889030.70810: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30e24410> <<< 172629 1726889030.70849: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30df1310> <<< 172629 1726889030.70873: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726889030.70880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30729400> <<< 172629 1726889030.70901: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30dca330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30d7bd40> <<< 172629 1726889030.71012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889030.71037: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7c307296a0> <<< 172629 1726889030.71221: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_krd09e7b/ansible_ansible.legacy.command_payload.zip' <<< 172629 1726889030.71228: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.71349: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.71382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889030.71387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889030.71434: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889030.71507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889030.71546: 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 0x7f7c3077f140> <<< 172629 1726889030.71558: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726889030.71739: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30762030> <<< 172629 1726889030.71749: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30761190> # zipimport: zlib available <<< 172629 1726889030.71782: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889030.71789: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.71812: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.71817: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.71839: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889030.71852: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.73265: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.74368: 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 0x7f7c3077d430> <<< 172629 1726889030.74402: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py<<< 172629 1726889030.74407: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.74438: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726889030.74445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726889030.74471: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726889030.74476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726889030.74502: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.74506: 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 0x7f7c307aab40> <<< 172629 1726889030.74539: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c307aa8d0> <<< 172629 1726889030.74576: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c307aa1e0> <<< 172629 1726889030.74588: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889030.74606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726889030.74648: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c307aacf0> <<< 172629 1726889030.74652: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c311129c0> import 'atexit' # <<< 172629 1726889030.74686: 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 0x7f7c307ab860> <<< 172629 1726889030.74715: 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 0x7f7c307aba40> <<< 172629 1726889030.74741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889030.74780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889030.74800: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889030.74842: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c307abf50> <<< 172629 1726889030.74852: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889030.74870: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889030.74898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889030.74929: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30615cd0> <<< 172629 1726889030.74963: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.74975: 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 0x7f7c306178f0> <<< 172629 1726889030.74988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889030.75009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889030.75042: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c3061c290> <<< 172629 1726889030.75065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889030.75091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889030.75113: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c3061d400> <<< 172629 1726889030.75127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889030.75165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889030.75185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726889030.75189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726889030.75239: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c3061fef0> <<< 172629 1726889030.75280: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.75282: 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 0x7f7c30d7ade0> <<< 172629 1726889030.75303: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c3061e1b0> <<< 172629 1726889030.75323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889030.75351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889030.75374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 172629 1726889030.75383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726889030.75395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889030.75432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889030.75456: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726889030.75463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30623dd0> <<< 172629 1726889030.75482: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889030.75545: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c306228a0> <<< 172629 1726889030.75557: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30622600> <<< 172629 1726889030.75572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726889030.75578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726889030.75651: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30622b70> <<< 172629 1726889030.75679: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c3061e6c0> <<< 172629 1726889030.75710: 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 0x7f7c30667ef0> <<< 172629 1726889030.75743: 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 0x7f7c30668200> <<< 172629 1726889030.75765: 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 <<< 172629 1726889030.75784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889030.75804: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 172629 1726889030.75811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 172629 1726889030.75844: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.75848: 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 0x7f7c30669ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30669a60> <<< 172629 1726889030.75873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889030.75979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889030.76031: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.76036: 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 0x7f7c3066c200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c3066a390> <<< 172629 1726889030.76061: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889030.76102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.76116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726889030.76134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726889030.76138: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726889030.76184: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c3066f9e0> <<< 172629 1726889030.76306: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c3066c3b0> <<< 172629 1726889030.76370: 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 0x7f7c30670ad0> <<< 172629 1726889030.76405: 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' <<< 172629 1726889030.76412: 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 0x7f7c30670a70> <<< 172629 1726889030.76448: 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 0x7f7c30670d40> <<< 172629 1726889030.76464: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30668380> <<< 172629 1726889030.76487: 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' <<< 172629 1726889030.76510: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889030.76532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889030.76559: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.76580: 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 0x7f7c306fc350> <<< 172629 1726889030.76733: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889030.76741: 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 0x7f7c306fd310> <<< 172629 1726889030.76753: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30672ae0> <<< 172629 1726889030.76793: 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 0x7f7c30673e90> <<< 172629 1726889030.76806: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30672750> # zipimport: zlib available <<< 172629 1726889030.76824: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726889030.76845: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.76928: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.77015: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.77037: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.77041: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 172629 1726889030.77058: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.77081: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889030.77083: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.77201: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.77316: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.77848: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.78381: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726889030.78387: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 172629 1726889030.78404: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726889030.78420: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889030.78444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.78488: 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 0x7f7c30501580> <<< 172629 1726889030.78579: 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' <<< 172629 1726889030.78586: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30502300> <<< 172629 1726889030.78599: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c306fd460> <<< 172629 1726889030.78647: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889030.78658: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.78686: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.78690: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726889030.78711: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.78848: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.79008: 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' <<< 172629 1726889030.79020: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30502390> <<< 172629 1726889030.79028: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.79477: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.79925: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.79999: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.80078: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889030.80082: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.80119: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.80158: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889030.80169: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.80237: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.80313: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889030.80342: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.80345: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726889030.80365: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.80408: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.80439: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889030.80456: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.80771: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.80911: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889030.80990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889030.81002: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889030.81061: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c305034a0> <<< 172629 1726889030.81082: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.81134: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.81234: 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' # <<< 172629 1726889030.81250: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.81286: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.81337: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 172629 1726889030.81380: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.81436: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.81480: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.81560: 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 <<< 172629 1726889030.81583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889030.81679: 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 0x7f7c3050e060> <<< 172629 1726889030.81786: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30509730> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 172629 1726889030.81813: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.81876: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.81907: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.81962: 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 <<< 172629 1726889030.81999: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 172629 1726889030.82003: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889030.82032: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889030.82100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889030.82103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889030.82125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889030.82171: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c307fa930> <<< 172629 1726889030.82206: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c307de600> <<< 172629 1726889030.82302: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c3050e120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c306fd910> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726889030.82314: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.82367: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.82371: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889030.82466: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889030.82470: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 172629 1726889030.82482: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.82573: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.82691: 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' <<< 172629 1726889030.82720: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30763110> <<< 172629 1726889030.82788: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889030.83237: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:23:50.827997", "end": "2024-09-20 23:23:50.831140", "delta": "0:00:00.003143", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/crypttab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726889030.83274: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889030.83732: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889030.83736: 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__<<< 172629 1726889030.83808: stdout chunk (state=3): >>> # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword <<< 172629 1726889030.83815: 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 <<< 172629 1726889030.83836: stdout chunk (state=3): >>># 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 <<< 172629 1726889030.83879: 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 <<< 172629 1726889030.83916: stdout chunk (state=3): >>># cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726889030.84136: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889030.84152: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726889030.84179: stdout chunk (state=3): >>># destroy _bz2 <<< 172629 1726889030.84183: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 172629 1726889030.84185: stdout chunk (state=3): >>># destroy _blake2 <<< 172629 1726889030.84212: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726889030.84215: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726889030.84252: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889030.84277: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 172629 1726889030.84289: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 172629 1726889030.84300: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 172629 1726889030.84328: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726889030.84337: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726889030.84360: stdout chunk (state=3): >>># destroy fnmatch <<< 172629 1726889030.84374: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726889030.84386: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726889030.84401: stdout chunk (state=3): >>># destroy selinux <<< 172629 1726889030.84409: stdout chunk (state=3): >>># destroy shutil # destroy distro # destroy distro.distro <<< 172629 1726889030.84423: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889030.84464: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726889030.84471: 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 <<< 172629 1726889030.84493: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 172629 1726889030.84509: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726889030.84527: 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 <<< 172629 1726889030.84544: stdout chunk (state=3): >>># 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 <<< 172629 1726889030.84557: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726889030.84580: 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 <<< 172629 1726889030.84593: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io <<< 172629 1726889030.84624: stdout chunk (state=3): >>># destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp <<< 172629 1726889030.84628: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux <<< 172629 1726889030.84630: stdout chunk (state=3): >>># destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726889030.84763: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889030.84779: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889030.84808: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 172629 1726889030.84813: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889030.84839: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 172629 1726889030.84844: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 172629 1726889030.84865: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726889030.84882: 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 <<< 172629 1726889030.84898: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889030.84986: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 172629 1726889030.84989: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 172629 1726889030.85001: stdout chunk (state=3): >>># destroy time <<< 172629 1726889030.85030: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726889030.85041: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726889030.85061: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726889030.85085: stdout chunk (state=3): >>># destroy itertools <<< 172629 1726889030.85088: stdout chunk (state=3): >>># destroy _abc <<< 172629 1726889030.85096: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726889030.85098: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726889030.85469: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889030.85499: stderr chunk (state=3): >>><<< 172629 1726889030.85505: stdout chunk (state=3): >>><<< 172629 1726889030.85579: _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 0x7f7c311104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c310dfb30> # /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 0x7f7c31112a50> 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 0x7f7c30ee5130> # /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 0x7f7c30ee6120> 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 0x7f7c30f23f50> # /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 0x7f7c30f380e0> # /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 0x7f7c30f5b920> # /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 0x7f7c30f5bfb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f3bbc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f39340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f21100> # /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 0x7f7c30f7f920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f7e540> # /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 0x7f7c30f3a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f7cd10> # /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 0x7f7c30fac980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f20380> # /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 0x7f7c30face30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30facce0> # 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 0x7f7c30fad0d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30f1eea0> # /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 0x7f7c30fad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30fad490> 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 0x7f7c30fae690> 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 0x7f7c30fc88c0> 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 0x7f7c30fca000> # /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 0x7f7c30fcaea0> # 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 0x7f7c30fcb500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30fca3f0> # /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 0x7f7c30fcbec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30fcb5f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30fae6f0> # /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 0x7f7c30d4bd40> # /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 0x7f7c30d78770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30d784d0> # 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 0x7f7c30d787a0> # /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 0x7f7c30d790d0> # 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 0x7f7c30d79a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30d78980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30d49ee0> # /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 0x7f7c30d7ae70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30d79bb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30faede0> # /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 0x7f7c30da3170> # /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 0x7f7c30dcb530> # /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 0x7f7c30e242f0> # /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 0x7f7c30e26a50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30e24410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30df1310> # /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 0x7f7c30729400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30dca330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30d7bd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7c307296a0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_krd09e7b/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c3077f140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30762030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30761190> # 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 0x7f7c3077d430> # /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 0x7f7c307aab40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c307aa8d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c307aa1e0> # /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 0x7f7c307aacf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c311129c0> 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 0x7f7c307ab860> # 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 0x7f7c307aba40> # /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 0x7f7c307abf50> 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 0x7f7c30615cd0> # 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 0x7f7c306178f0> # /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 0x7f7c3061c290> # /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 0x7f7c3061d400> # /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 0x7f7c3061fef0> # 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 0x7f7c30d7ade0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c3061e1b0> # /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 0x7f7c30623dd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c306228a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30622600> # /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 0x7f7c30622b70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c3061e6c0> # 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 0x7f7c30667ef0> # /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 0x7f7c30668200> # /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 0x7f7c30669ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30669a60> # /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 0x7f7c3066c200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c3066a390> # /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 0x7f7c3066f9e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c3066c3b0> # 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 0x7f7c30670ad0> # 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 0x7f7c30670a70> # 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 0x7f7c30670d40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30668380> # /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 0x7f7c306fc350> # 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 0x7f7c306fd310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30672ae0> # 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 0x7f7c30673e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30672750> # 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 0x7f7c30501580> # /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 0x7f7c30502300> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c306fd460> 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 0x7f7c30502390> # 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 0x7f7c305034a0> # 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 0x7f7c3050e060> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30509730> 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 0x7f7c307fa930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c307de600> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c3050e120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c306fd910> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c30763110> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:23:50.827997", "end": "2024-09-20 23:23:50.831140", "delta": "0:00:00.003143", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/crypttab", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726889030.86136: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /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': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726889030.5575144-177365-88546829887295/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889030.86139: _low_level_execute_command(): starting 172629 1726889030.86143: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889030.5575144-177365-88546829887295/ > /dev/null 2>&1 && sleep 0' 172629 1726889030.86245: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889030.86249: 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 <<< 172629 1726889030.86251: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889030.86267: 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 <<< 172629 1726889030.86320: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889030.86323: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889030.86327: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889030.86375: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889030.88221: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889030.88244: stderr chunk (state=3): >>><<< 172629 1726889030.88247: stdout chunk (state=3): >>><<< 172629 1726889030.88262: _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 172629 1726889030.88268: handler run complete 172629 1726889030.88287: Evaluated conditional (False): False 172629 1726889030.88292: Evaluated conditional (False): False 172629 1726889030.88301: attempt loop complete, returning result 172629 1726889030.88303: _execute() done 172629 1726889030.88305: dumping result to json 172629 1726889030.88311: done dumping result, returning 172629 1726889030.88317: done running TaskExecutor() for managed_node1/TASK: Read the /etc/crypttab file [0affc8a3-6f6f-d0a8-add8-000000002d21] 172629 1726889030.88322: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002d21 172629 1726889030.88416: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002d21 172629 1726889030.88418: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003143", "end": "2024-09-20 23:23:50.831140", "failed_when_result": false, "rc": 0, "start": "2024-09-20 23:23:50.827997" } 172629 1726889030.88488: no more pending results, returning what we have 172629 1726889030.88491: results queue empty 172629 1726889030.88492: checking for any_errors_fatal 172629 1726889030.88501: done checking for any_errors_fatal 172629 1726889030.88502: checking for max_fail_percentage 172629 1726889030.88503: done checking for max_fail_percentage 172629 1726889030.88504: checking to see if all hosts have failed and the running result is not ok 172629 1726889030.88505: done checking to see if all hosts have failed 172629 1726889030.88506: getting the remaining hosts for this loop 172629 1726889030.88508: done getting the remaining hosts for this loop 172629 1726889030.88511: getting the next task for host managed_node1 172629 1726889030.88517: done getting next task for host managed_node1 172629 1726889030.88520: ^ task is: TASK: Verify the volumes listed in storage_pools were correctly managed 172629 1726889030.88523: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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 172629 1726889030.88527: getting variables 172629 1726889030.88529: in VariableManager get_vars() 172629 1726889030.88577: Calling all_inventory to load vars for managed_node1 172629 1726889030.88580: Calling groups_inventory to load vars for managed_node1 172629 1726889030.88584: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889030.88593: Calling all_plugins_play to load vars for managed_node1 172629 1726889030.88596: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889030.88599: Calling groups_plugins_play to load vars for managed_node1 172629 1726889030.88990: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889030.89333: done with get_vars() 172629 1726889030.89345: done getting variables TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Friday 20 September 2024 23:23:50 -0400 (0:00:00.373) 0:02:11.174 ****** 172629 1726889030.89412: entering _queue_task() for managed_node1/include_tasks 172629 1726889030.89626: worker is 1 (out of 1 available) 172629 1726889030.89641: exiting _queue_task() for managed_node1/include_tasks 172629 1726889030.89658: done queuing things up, now waiting for results queue to drain 172629 1726889030.89659: waiting for pending results... 172629 1726889030.89844: running TaskExecutor() for managed_node1/TASK: Verify the volumes listed in storage_pools were correctly managed 172629 1726889030.89919: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002d22 172629 1726889030.89931: variable 'ansible_search_path' from source: unknown 172629 1726889030.89969: variable '_storage_pools_list' from source: set_fact 172629 1726889030.90137: variable '_storage_pools_list' from source: set_fact 172629 1726889030.90180: dumping result to json 172629 1726889030.90183: done dumping result, returning 172629 1726889030.90186: done running TaskExecutor() for managed_node1/TASK: Verify the volumes listed in storage_pools were correctly managed [0affc8a3-6f6f-d0a8-add8-000000002d22] 172629 1726889030.90194: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002d22 172629 1726889030.90304: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002d22 172629 1726889030.90307: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 172629 1726889030.90371: no more pending results, returning what we have 172629 1726889030.90375: results queue empty 172629 1726889030.90376: checking for any_errors_fatal 172629 1726889030.90382: done checking for any_errors_fatal 172629 1726889030.90382: checking for max_fail_percentage 172629 1726889030.90384: done checking for max_fail_percentage 172629 1726889030.90385: checking to see if all hosts have failed and the running result is not ok 172629 1726889030.90385: done checking to see if all hosts have failed 172629 1726889030.90386: getting the remaining hosts for this loop 172629 1726889030.90388: done getting the remaining hosts for this loop 172629 1726889030.90390: getting the next task for host managed_node1 172629 1726889030.90396: done getting next task for host managed_node1 172629 1726889030.90398: ^ task is: TASK: Verify the volumes with no pool were correctly managed 172629 1726889030.90400: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889030.90403: getting variables 172629 1726889030.90404: in VariableManager get_vars() 172629 1726889030.90432: Calling all_inventory to load vars for managed_node1 172629 1726889030.90435: Calling groups_inventory to load vars for managed_node1 172629 1726889030.90437: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889030.90445: Calling all_plugins_play to load vars for managed_node1 172629 1726889030.90448: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889030.90450: Calling groups_plugins_play to load vars for managed_node1 172629 1726889030.90774: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889030.91111: done with get_vars() 172629 1726889030.91124: done getting variables TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Friday 20 September 2024 23:23:50 -0400 (0:00:00.017) 0:02:11.191 ****** 172629 1726889030.91189: entering _queue_task() for managed_node1/include_tasks 172629 1726889030.91371: worker is 1 (out of 1 available) 172629 1726889030.91385: exiting _queue_task() for managed_node1/include_tasks 172629 1726889030.91397: done queuing things up, now waiting for results queue to drain 172629 1726889030.91398: waiting for pending results... 172629 1726889030.91590: running TaskExecutor() for managed_node1/TASK: Verify the volumes with no pool were correctly managed 172629 1726889030.91665: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002d24 172629 1726889030.91676: variable 'ansible_search_path' from source: unknown 172629 1726889030.91712: variable '_storage_volumes_list' from source: set_fact 172629 1726889030.91889: variable '_storage_volumes_list' from source: set_fact 172629 1726889030.92133: variable 'omit' from source: magic vars 172629 1726889030.92243: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889030.92250: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889030.92262: variable 'omit' from source: magic vars 172629 1726889030.92469: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889030.92712: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889030.92744: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889030.92772: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889030.92798: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889030.92860: 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) 172629 1726889030.92880: 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) 172629 1726889030.92898: 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) 172629 1726889030.92915: 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) 172629 1726889030.92968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889030.94348: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889030.94394: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889030.94424: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889030.94447: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889030.94769: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889030.94804: 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) 172629 1726889030.94822: 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) 172629 1726889030.94839: 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) 172629 1726889030.94869: 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) 172629 1726889030.94880: 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) 172629 1726889030.94966: variable '_storage_volumes_list' from source: set_fact 172629 1726889030.94986: Evaluated conditional (_storage_volumes_list is defined and _storage_volumes_list | length > 0): True 172629 1726889030.95011: variable 'storage_test_volume' from source: unknown 172629 1726889030.95060: variable 'storage_test_volume' from source: unknown 172629 1726889030.95326: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889030.95330: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889030.95332: variable 'omit' from source: magic vars 172629 1726889030.95381: 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) 172629 1726889030.95397: 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) 172629 1726889030.95413: 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) 172629 1726889030.95431: 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) 172629 1726889030.95467: 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) 172629 1726889030.95484: 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) 172629 1726889030.95500: 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) 172629 1726889030.95524: 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) 172629 1726889030.95534: 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) 172629 1726889030.95608: variable '_storage_volumes_list' from source: set_fact 172629 1726889030.95625: Evaluated conditional (_storage_volumes_list is defined and _storage_volumes_list | length > 0): True 172629 1726889030.95644: variable 'storage_test_volume' from source: unknown 172629 1726889030.95693: variable 'storage_test_volume' from source: unknown 172629 1726889030.95882: dumping result to json 172629 1726889030.95885: done dumping result, returning 172629 1726889030.95888: done running TaskExecutor() for managed_node1/TASK: Verify the volumes with no pool were correctly managed [0affc8a3-6f6f-d0a8-add8-000000002d24] 172629 1726889030.95890: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002d24 172629 1726889030.95940: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002d24 172629 1726889030.95942: WORKER PROCESS EXITING 172629 1726889030.96014: no more pending results, returning what we have 172629 1726889030.96019: in VariableManager get_vars() 172629 1726889030.96062: Calling all_inventory to load vars for managed_node1 172629 1726889030.96065: Calling groups_inventory to load vars for managed_node1 172629 1726889030.96074: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889030.96084: Calling all_plugins_play to load vars for managed_node1 172629 1726889030.96087: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889030.96090: Calling groups_plugins_play to load vars for managed_node1 172629 1726889030.96461: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889030.96788: done with get_vars() 172629 1726889030.96797: variable 'ansible_search_path' from source: unknown 172629 1726889030.96828: variable 'ansible_search_path' from source: unknown 172629 1726889030.96848: we have included files to process 172629 1726889030.96849: generating all_blocks data 172629 1726889030.96850: done generating all_blocks data 172629 1726889030.96854: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726889030.96857: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726889030.96859: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726889030.97013: in VariableManager get_vars() 172629 1726889030.97026: done with get_vars() 172629 1726889030.97089: done processing included file 172629 1726889030.97090: iterating over new_blocks loaded from include file 172629 1726889030.97091: in VariableManager get_vars() 172629 1726889030.97100: done with get_vars() 172629 1726889030.97101: filtering new block on tags 172629 1726889030.97112: done filtering new block on tags 172629 1726889030.97113: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node1 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'swap', 'mount_options': 'defaults', 'mount_point': '/opt/test', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'absent', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': 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': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=c7da138f-a511-4522-ac49-97acf1c6bf7f'}) 172629 1726889030.97120: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726889030.97121: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726889030.97123: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 172629 1726889030.97237: in VariableManager get_vars() 172629 1726889030.97252: done with get_vars() 172629 1726889030.97310: done processing included file 172629 1726889030.97311: iterating over new_blocks loaded from include file 172629 1726889030.97312: in VariableManager get_vars() 172629 1726889030.97320: done with get_vars() 172629 1726889030.97321: filtering new block on tags 172629 1726889030.97331: done filtering new block on tags 172629 1726889030.97332: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node1 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'ext3', 'mount_options': 'defaults', 'mount_point': 'none', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test2', 'raid_level': None, 'size': 10737418240, 'state': 'absent', 'type': 'disk', 'disks': ['sdb'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': 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': [], '_device': '/dev/sdb', '_raw_device': '/dev/sdb', '_mount_id': 'UUID=8eb5208c-2ff3-4c8f-a642-5aca66cfb112'}) 172629 1726889030.97337: extending task lists for all hosts with included blocks 172629 1726889030.97515: done extending task lists 172629 1726889030.97516: done processing included files 172629 1726889030.97517: results queue empty 172629 1726889030.97517: checking for any_errors_fatal 172629 1726889030.97521: done checking for any_errors_fatal 172629 1726889030.97521: checking for max_fail_percentage 172629 1726889030.97522: done checking for max_fail_percentage 172629 1726889030.97523: checking to see if all hosts have failed and the running result is not ok 172629 1726889030.97523: done checking to see if all hosts have failed 172629 1726889030.97524: getting the remaining hosts for this loop 172629 1726889030.97524: done getting the remaining hosts for this loop 172629 1726889030.97526: getting the next task for host managed_node1 172629 1726889030.97528: done getting next task for host managed_node1 172629 1726889030.97530: ^ task is: TASK: Set storage volume test variables 172629 1726889030.97532: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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 172629 1726889030.97533: getting variables 172629 1726889030.97534: in VariableManager get_vars() 172629 1726889030.97540: Calling all_inventory to load vars for managed_node1 172629 1726889030.97541: Calling groups_inventory to load vars for managed_node1 172629 1726889030.97543: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889030.97546: Calling all_plugins_play to load vars for managed_node1 172629 1726889030.97548: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889030.97549: Calling groups_plugins_play to load vars for managed_node1 172629 1726889030.97962: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889030.98276: done with get_vars() 172629 1726889030.98285: done getting variables 172629 1726889030.98309: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Friday 20 September 2024 23:23:50 -0400 (0:00:00.071) 0:02:11.263 ****** 172629 1726889030.98333: entering _queue_task() for managed_node1/set_fact 172629 1726889030.98548: worker is 1 (out of 1 available) 172629 1726889030.98562: exiting _queue_task() for managed_node1/set_fact 172629 1726889030.98577: done queuing things up, now waiting for results queue to drain 172629 1726889030.98578: waiting for pending results... 172629 1726889030.98762: running TaskExecutor() for managed_node1/TASK: Set storage volume test variables 172629 1726889030.98860: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f44 172629 1726889030.98871: variable 'ansible_search_path' from source: unknown 172629 1726889030.98898: calling self._execute() 172629 1726889030.98989: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889030.98993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889030.99002: variable 'omit' from source: magic vars 172629 1726889030.99087: variable 'omit' from source: magic vars 172629 1726889030.99120: variable 'omit' from source: magic vars 172629 1726889030.99368: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889031.00829: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889031.00879: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889031.00905: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889031.00930: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889031.00951: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889031.01011: 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) 172629 1726889031.01031: 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) 172629 1726889031.01048: 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) 172629 1726889031.01077: 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) 172629 1726889031.01090: 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) 172629 1726889031.01202: variable 'storage_test_volume' from source: include params 172629 1726889031.01248: variable 'omit' from source: magic vars 172629 1726889031.01271: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889031.01291: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889031.01308: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889031.01323: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889031.01332: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889031.01361: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889031.01364: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.01366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.01432: Set connection var ansible_timeout to 10 172629 1726889031.01436: Set connection var ansible_shell_type to sh 172629 1726889031.01443: Set connection var ansible_pipelining to False 172629 1726889031.01448: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889031.01453: Set connection var ansible_shell_executable to /bin/sh 172629 1726889031.01460: Set connection var ansible_connection to ssh 172629 1726889031.01474: variable 'ansible_shell_executable' from source: unknown 172629 1726889031.01478: variable 'ansible_connection' from source: unknown 172629 1726889031.01481: variable 'ansible_module_compression' from source: unknown 172629 1726889031.01483: variable 'ansible_shell_type' from source: unknown 172629 1726889031.01486: variable 'ansible_shell_executable' from source: unknown 172629 1726889031.01488: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.01491: variable 'ansible_pipelining' from source: unknown 172629 1726889031.01494: variable 'ansible_timeout' from source: unknown 172629 1726889031.01496: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.01574: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889031.01583: variable 'omit' from source: magic vars 172629 1726889031.01588: starting attempt loop 172629 1726889031.01591: running the handler 172629 1726889031.01601: handler run complete 172629 1726889031.01609: attempt loop complete, returning result 172629 1726889031.01611: _execute() done 172629 1726889031.01613: dumping result to json 172629 1726889031.01617: done dumping result, returning 172629 1726889031.01625: done running TaskExecutor() for managed_node1/TASK: Set storage volume test variables [0affc8a3-6f6f-d0a8-add8-000000002f44] 172629 1726889031.01628: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f44 172629 1726889031.01710: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f44 172629 1726889031.01713: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 172629 1726889031.01802: no more pending results, returning what we have 172629 1726889031.01807: results queue empty 172629 1726889031.01808: checking for any_errors_fatal 172629 1726889031.01810: done checking for any_errors_fatal 172629 1726889031.01810: checking for max_fail_percentage 172629 1726889031.01812: done checking for max_fail_percentage 172629 1726889031.01813: checking to see if all hosts have failed and the running result is not ok 172629 1726889031.01814: done checking to see if all hosts have failed 172629 1726889031.01815: getting the remaining hosts for this loop 172629 1726889031.01817: done getting the remaining hosts for this loop 172629 1726889031.01820: getting the next task for host managed_node1 172629 1726889031.01827: done getting next task for host managed_node1 172629 1726889031.01829: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 172629 1726889031.01832: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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 172629 1726889031.01844: getting variables 172629 1726889031.01846: in VariableManager get_vars() 172629 1726889031.01891: Calling all_inventory to load vars for managed_node1 172629 1726889031.01894: Calling groups_inventory to load vars for managed_node1 172629 1726889031.01897: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889031.01907: Calling all_plugins_play to load vars for managed_node1 172629 1726889031.01910: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889031.01912: Calling groups_plugins_play to load vars for managed_node1 172629 1726889031.02275: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889031.02622: done with get_vars() 172629 1726889031.02636: done getting variables 172629 1726889031.02779: Ignoring undefined failure: 'storage_test_volume_subset' is undefined TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Friday 20 September 2024 23:23:51 -0400 (0:00:00.044) 0:02:11.307 ****** 172629 1726889031.02799: entering _queue_task() for managed_node1/include_tasks 172629 1726889031.03025: worker is 1 (out of 1 available) 172629 1726889031.03039: exiting _queue_task() for managed_node1/include_tasks 172629 1726889031.03052: done queuing things up, now waiting for results queue to drain 172629 1726889031.03057: waiting for pending results... 172629 1726889031.03231: running TaskExecutor() for managed_node1/TASK: Run test verify for {{ storage_test_volume_subset }} 172629 1726889031.03309: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f45 172629 1726889031.03321: variable 'ansible_search_path' from source: unknown 172629 1726889031.03360: variable '_storage_volume_tests' from source: set_fact 172629 1726889031.03506: variable '_storage_volume_tests' from source: set_fact 172629 1726889031.03565: variable 'omit' from source: magic vars 172629 1726889031.03676: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.03684: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.03692: variable 'omit' from source: magic vars 172629 1726889031.03812: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.03846: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.03897: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.04037: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.04041: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.04043: variable 'omit' from source: magic vars 172629 1726889031.04089: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.04110: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.04158: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.04224: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.04227: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.04234: variable 'omit' from source: magic vars 172629 1726889031.04316: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.04335: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.04380: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.04441: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.04444: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.04453: variable 'omit' from source: magic vars 172629 1726889031.04530: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.04552: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.04599: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.04664: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.04667: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.04673: variable 'omit' from source: magic vars 172629 1726889031.04746: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.04772: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.04818: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.04887: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.04891: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.04893: variable 'omit' from source: magic vars 172629 1726889031.04971: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.04994: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.05040: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.05104: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.05107: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.05116: variable 'omit' from source: magic vars 172629 1726889031.05190: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.05212: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.05259: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.05318: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.05321: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.05328: variable 'omit' from source: magic vars 172629 1726889031.05404: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.05425: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.05471: variable 'storage_test_volume_subset' from source: unknown 172629 1726889031.05527: dumping result to json 172629 1726889031.05530: done dumping result, returning 172629 1726889031.05533: done running TaskExecutor() for managed_node1/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-d0a8-add8-000000002f45] 172629 1726889031.05536: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f45 172629 1726889031.05576: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f45 172629 1726889031.05578: WORKER PROCESS EXITING 172629 1726889031.05625: no more pending results, returning what we have 172629 1726889031.05630: in VariableManager get_vars() 172629 1726889031.05675: Calling all_inventory to load vars for managed_node1 172629 1726889031.05678: Calling groups_inventory to load vars for managed_node1 172629 1726889031.05681: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889031.05699: Calling all_plugins_play to load vars for managed_node1 172629 1726889031.05702: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889031.05705: Calling groups_plugins_play to load vars for managed_node1 172629 1726889031.06053: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889031.06397: done with get_vars() 172629 1726889031.06406: variable 'ansible_search_path' from source: unknown 172629 1726889031.06429: variable 'ansible_search_path' from source: unknown 172629 1726889031.06443: variable 'ansible_search_path' from source: unknown 172629 1726889031.06465: variable 'ansible_search_path' from source: unknown 172629 1726889031.06481: variable 'ansible_search_path' from source: unknown 172629 1726889031.06495: variable 'ansible_search_path' from source: unknown 172629 1726889031.06509: variable 'ansible_search_path' from source: unknown 172629 1726889031.06523: variable 'ansible_search_path' from source: unknown 172629 1726889031.06535: we have included files to process 172629 1726889031.06536: generating all_blocks data 172629 1726889031.06538: done generating all_blocks data 172629 1726889031.06540: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726889031.06541: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726889031.06542: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726889031.07232: done processing included file 172629 1726889031.07233: iterating over new_blocks loaded from include file 172629 1726889031.07234: in VariableManager get_vars() 172629 1726889031.07245: done with get_vars() 172629 1726889031.07246: filtering new block on tags 172629 1726889031.07268: done filtering new block on tags 172629 1726889031.07270: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 => (item=mount) 172629 1726889031.07273: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726889031.07274: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726889031.07280: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726889031.07676: done processing included file 172629 1726889031.07677: iterating over new_blocks loaded from include file 172629 1726889031.07678: in VariableManager get_vars() 172629 1726889031.07688: done with get_vars() 172629 1726889031.07689: filtering new block on tags 172629 1726889031.07701: done filtering new block on tags 172629 1726889031.07703: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 => (item=fstab) 172629 1726889031.07705: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726889031.07705: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726889031.07707: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726889031.07846: done processing included file 172629 1726889031.07847: iterating over new_blocks loaded from include file 172629 1726889031.07848: in VariableManager get_vars() 172629 1726889031.07861: done with get_vars() 172629 1726889031.07862: filtering new block on tags 172629 1726889031.07874: done filtering new block on tags 172629 1726889031.07876: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 => (item=fs) 172629 1726889031.07878: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726889031.07879: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726889031.07880: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726889031.08300: done processing included file 172629 1726889031.08301: iterating over new_blocks loaded from include file 172629 1726889031.08302: in VariableManager get_vars() 172629 1726889031.08314: done with get_vars() 172629 1726889031.08315: filtering new block on tags 172629 1726889031.08329: done filtering new block on tags 172629 1726889031.08331: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 => (item=device) 172629 1726889031.08333: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726889031.08333: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726889031.08335: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726889031.09269: done processing included file 172629 1726889031.09270: iterating over new_blocks loaded from include file 172629 1726889031.09271: in VariableManager get_vars() 172629 1726889031.09281: done with get_vars() 172629 1726889031.09282: filtering new block on tags 172629 1726889031.09307: done filtering new block on tags 172629 1726889031.09309: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 => (item=encryption) 172629 1726889031.09311: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726889031.09312: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726889031.09314: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726889031.09896: done processing included file 172629 1726889031.09898: iterating over new_blocks loaded from include file 172629 1726889031.09898: in VariableManager get_vars() 172629 1726889031.09907: done with get_vars() 172629 1726889031.09908: filtering new block on tags 172629 1726889031.09926: done filtering new block on tags 172629 1726889031.09928: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 => (item=md) 172629 1726889031.09930: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726889031.09930: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726889031.09932: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726889031.11435: done processing included file 172629 1726889031.11436: iterating over new_blocks loaded from include file 172629 1726889031.11437: in VariableManager get_vars() 172629 1726889031.11446: done with get_vars() 172629 1726889031.11447: filtering new block on tags 172629 1726889031.11464: done filtering new block on tags 172629 1726889031.11466: in VariableManager get_vars() 172629 1726889031.11474: done with get_vars() 172629 1726889031.11475: filtering new block on tags 172629 1726889031.11490: done filtering new block on tags 172629 1726889031.11491: in VariableManager get_vars() 172629 1726889031.11500: done with get_vars() 172629 1726889031.11501: filtering new block on tags 172629 1726889031.11522: done filtering new block on tags 172629 1726889031.11524: in VariableManager get_vars() 172629 1726889031.11532: done with get_vars() 172629 1726889031.11533: filtering new block on tags 172629 1726889031.11542: done filtering new block on tags 172629 1726889031.11543: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 => (item=size) 172629 1726889031.11545: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726889031.11546: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726889031.11547: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726889031.11990: done processing included file 172629 1726889031.11991: iterating over new_blocks loaded from include file 172629 1726889031.11992: in VariableManager get_vars() 172629 1726889031.12001: done with get_vars() 172629 1726889031.12002: filtering new block on tags 172629 1726889031.12017: done filtering new block on tags 172629 1726889031.12018: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node1 => (item=cache) 172629 1726889031.12020: extending task lists for all hosts with included blocks 172629 1726889031.12139: done extending task lists 172629 1726889031.12140: done processing included files 172629 1726889031.12141: results queue empty 172629 1726889031.12142: checking for any_errors_fatal 172629 1726889031.12145: done checking for any_errors_fatal 172629 1726889031.12145: checking for max_fail_percentage 172629 1726889031.12146: done checking for max_fail_percentage 172629 1726889031.12147: checking to see if all hosts have failed and the running result is not ok 172629 1726889031.12151: done checking to see if all hosts have failed 172629 1726889031.12152: getting the remaining hosts for this loop 172629 1726889031.12153: done getting the remaining hosts for this loop 172629 1726889031.12157: getting the next task for host managed_node1 172629 1726889031.12160: done getting next task for host managed_node1 172629 1726889031.12162: ^ task is: TASK: Get expected mount device based on device type 172629 1726889031.12164: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889031.12165: getting variables 172629 1726889031.12166: in VariableManager get_vars() 172629 1726889031.12172: Calling all_inventory to load vars for managed_node1 172629 1726889031.12174: Calling groups_inventory to load vars for managed_node1 172629 1726889031.12175: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889031.12179: Calling all_plugins_play to load vars for managed_node1 172629 1726889031.12180: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889031.12182: Calling groups_plugins_play to load vars for managed_node1 172629 1726889031.12516: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889031.12844: done with get_vars() 172629 1726889031.12853: done getting variables 172629 1726889031.12881: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Friday 20 September 2024 23:23:51 -0400 (0:00:00.101) 0:02:11.408 ****** 172629 1726889031.12902: entering _queue_task() for managed_node1/set_fact 172629 1726889031.13146: worker is 1 (out of 1 available) 172629 1726889031.13164: exiting _queue_task() for managed_node1/set_fact 172629 1726889031.13179: done queuing things up, now waiting for results queue to drain 172629 1726889031.13181: waiting for pending results... 172629 1726889031.13369: running TaskExecutor() for managed_node1/TASK: Get expected mount device based on device type 172629 1726889031.13441: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f8b 172629 1726889031.13457: variable 'ansible_search_path' from source: unknown 172629 1726889031.13483: calling self._execute() 172629 1726889031.13576: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.13580: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.13590: variable 'omit' from source: magic vars 172629 1726889031.13671: variable 'omit' from source: magic vars 172629 1726889031.13706: variable 'omit' from source: magic vars 172629 1726889031.13944: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889031.14152: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889031.14192: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889031.14216: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889031.14242: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889031.14307: 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) 172629 1726889031.14325: 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) 172629 1726889031.14342: 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) 172629 1726889031.14362: 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) 172629 1726889031.14396: 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) 172629 1726889031.14411: 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) 172629 1726889031.14428: 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) 172629 1726889031.14445: 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) 172629 1726889031.14603: variable '_storage_test_volume_present' from source: set_fact 172629 1726889031.14607: variable 'storage_test_volume' from source: include params 172629 1726889031.14644: variable 'omit' from source: magic vars 172629 1726889031.14666: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889031.14687: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889031.14702: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889031.14715: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889031.14725: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889031.14750: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889031.14753: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.14760: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.14822: Set connection var ansible_timeout to 10 172629 1726889031.14827: Set connection var ansible_shell_type to sh 172629 1726889031.14836: Set connection var ansible_pipelining to False 172629 1726889031.14838: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889031.14844: Set connection var ansible_shell_executable to /bin/sh 172629 1726889031.14847: Set connection var ansible_connection to ssh 172629 1726889031.14865: variable 'ansible_shell_executable' from source: unknown 172629 1726889031.14868: variable 'ansible_connection' from source: unknown 172629 1726889031.14871: variable 'ansible_module_compression' from source: unknown 172629 1726889031.14873: variable 'ansible_shell_type' from source: unknown 172629 1726889031.14875: variable 'ansible_shell_executable' from source: unknown 172629 1726889031.14877: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.14879: variable 'ansible_pipelining' from source: unknown 172629 1726889031.14881: variable 'ansible_timeout' from source: unknown 172629 1726889031.14886: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.14963: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889031.14973: variable 'omit' from source: magic vars 172629 1726889031.14977: starting attempt loop 172629 1726889031.14980: running the handler 172629 1726889031.14991: handler run complete 172629 1726889031.14999: attempt loop complete, returning result 172629 1726889031.15002: _execute() done 172629 1726889031.15004: dumping result to json 172629 1726889031.15007: done dumping result, returning 172629 1726889031.15013: done running TaskExecutor() for managed_node1/TASK: Get expected mount device based on device type [0affc8a3-6f6f-d0a8-add8-000000002f8b] 172629 1726889031.15018: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f8b 172629 1726889031.15098: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f8b 172629 1726889031.15100: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } 172629 1726889031.15153: no more pending results, returning what we have 172629 1726889031.15165: results queue empty 172629 1726889031.15167: checking for any_errors_fatal 172629 1726889031.15168: done checking for any_errors_fatal 172629 1726889031.15169: checking for max_fail_percentage 172629 1726889031.15171: done checking for max_fail_percentage 172629 1726889031.15172: checking to see if all hosts have failed and the running result is not ok 172629 1726889031.15172: done checking to see if all hosts have failed 172629 1726889031.15173: getting the remaining hosts for this loop 172629 1726889031.15175: done getting the remaining hosts for this loop 172629 1726889031.15178: getting the next task for host managed_node1 172629 1726889031.15184: done getting next task for host managed_node1 172629 1726889031.15187: ^ task is: TASK: Set some facts 172629 1726889031.15191: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889031.15200: getting variables 172629 1726889031.15202: in VariableManager get_vars() 172629 1726889031.15242: Calling all_inventory to load vars for managed_node1 172629 1726889031.15245: Calling groups_inventory to load vars for managed_node1 172629 1726889031.15248: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889031.15261: Calling all_plugins_play to load vars for managed_node1 172629 1726889031.15264: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889031.15267: Calling groups_plugins_play to load vars for managed_node1 172629 1726889031.15625: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889031.15963: done with get_vars() 172629 1726889031.15975: done getting variables 172629 1726889031.16012: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set some facts] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Friday 20 September 2024 23:23:51 -0400 (0:00:00.031) 0:02:11.440 ****** 172629 1726889031.16033: entering _queue_task() for managed_node1/set_fact 172629 1726889031.16234: worker is 1 (out of 1 available) 172629 1726889031.16246: exiting _queue_task() for managed_node1/set_fact 172629 1726889031.16260: done queuing things up, now waiting for results queue to drain 172629 1726889031.16261: waiting for pending results... 172629 1726889031.16508: running TaskExecutor() for managed_node1/TASK: Set some facts 172629 1726889031.16590: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f8c 172629 1726889031.16602: variable 'ansible_search_path' from source: unknown 172629 1726889031.16634: calling self._execute() 172629 1726889031.16724: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.16730: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.16741: variable 'omit' from source: magic vars 172629 1726889031.16821: variable 'omit' from source: magic vars 172629 1726889031.16868: variable 'omit' from source: magic vars 172629 1726889031.17097: variable '_storage_test_volume_present' from source: set_fact 172629 1726889031.17102: variable 'storage_test_volume' from source: include params 172629 1726889031.17291: variable 'storage_test_volume' from source: include params 172629 1726889031.17300: variable 'mount_prefix' from source: task vars 172629 1726889031.17430: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889031.18882: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889031.18938: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889031.18968: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889031.18994: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889031.19017: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889031.19077: 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) 172629 1726889031.19097: 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) 172629 1726889031.19120: 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) 172629 1726889031.19143: 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) 172629 1726889031.19154: 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) 172629 1726889031.19264: variable '__storage_is_ostree' from source: set_fact 172629 1726889031.19267: variable 'storage_test_volume' from source: include params 172629 1726889031.19313: variable 'omit' from source: magic vars 172629 1726889031.19338: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889031.19358: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889031.19376: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889031.19388: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889031.19396: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889031.19421: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889031.19424: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.19426: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.19494: Set connection var ansible_timeout to 10 172629 1726889031.19497: Set connection var ansible_shell_type to sh 172629 1726889031.19504: Set connection var ansible_pipelining to False 172629 1726889031.19510: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889031.19515: Set connection var ansible_shell_executable to /bin/sh 172629 1726889031.19517: Set connection var ansible_connection to ssh 172629 1726889031.19534: variable 'ansible_shell_executable' from source: unknown 172629 1726889031.19537: variable 'ansible_connection' from source: unknown 172629 1726889031.19539: variable 'ansible_module_compression' from source: unknown 172629 1726889031.19541: variable 'ansible_shell_type' from source: unknown 172629 1726889031.19543: variable 'ansible_shell_executable' from source: unknown 172629 1726889031.19546: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.19556: variable 'ansible_pipelining' from source: unknown 172629 1726889031.19559: variable 'ansible_timeout' from source: unknown 172629 1726889031.19561: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.19630: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889031.19639: variable 'omit' from source: magic vars 172629 1726889031.19645: starting attempt loop 172629 1726889031.19648: running the handler 172629 1726889031.19663: handler run complete 172629 1726889031.19672: attempt loop complete, returning result 172629 1726889031.19675: _execute() done 172629 1726889031.19677: dumping result to json 172629 1726889031.19679: done dumping result, returning 172629 1726889031.19687: done running TaskExecutor() for managed_node1/TASK: Set some facts [0affc8a3-6f6f-d0a8-add8-000000002f8c] 172629 1726889031.19691: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f8c 172629 1726889031.19769: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f8c 172629 1726889031.19773: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "0" }, "changed": false } 172629 1726889031.19821: no more pending results, returning what we have 172629 1726889031.19824: results queue empty 172629 1726889031.19825: checking for any_errors_fatal 172629 1726889031.19831: done checking for any_errors_fatal 172629 1726889031.19832: checking for max_fail_percentage 172629 1726889031.19834: done checking for max_fail_percentage 172629 1726889031.19835: checking to see if all hosts have failed and the running result is not ok 172629 1726889031.19836: done checking to see if all hosts have failed 172629 1726889031.19836: getting the remaining hosts for this loop 172629 1726889031.19839: done getting the remaining hosts for this loop 172629 1726889031.19842: getting the next task for host managed_node1 172629 1726889031.19849: done getting next task for host managed_node1 172629 1726889031.19852: ^ task is: TASK: Get information about the mountpoint directory 172629 1726889031.19858: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889031.19869: getting variables 172629 1726889031.19871: in VariableManager get_vars() 172629 1726889031.19906: Calling all_inventory to load vars for managed_node1 172629 1726889031.19909: Calling groups_inventory to load vars for managed_node1 172629 1726889031.19912: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889031.19921: Calling all_plugins_play to load vars for managed_node1 172629 1726889031.19923: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889031.19926: Calling groups_plugins_play to load vars for managed_node1 172629 1726889031.20280: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889031.20616: done with get_vars() 172629 1726889031.20627: done getting variables TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Friday 20 September 2024 23:23:51 -0400 (0:00:00.046) 0:02:11.486 ****** 172629 1726889031.20690: entering _queue_task() for managed_node1/stat 172629 1726889031.20894: worker is 1 (out of 1 available) 172629 1726889031.20909: exiting _queue_task() for managed_node1/stat 172629 1726889031.20923: done queuing things up, now waiting for results queue to drain 172629 1726889031.20924: waiting for pending results... 172629 1726889031.21113: running TaskExecutor() for managed_node1/TASK: Get information about the mountpoint directory 172629 1726889031.21194: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f8d 172629 1726889031.21206: variable 'ansible_search_path' from source: unknown 172629 1726889031.21234: calling self._execute() 172629 1726889031.21327: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.21331: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.21341: variable 'omit' from source: magic vars 172629 1726889031.21670: variable '_storage_test_volume_present' from source: set_fact 172629 1726889031.21674: variable 'storage_test_volume' from source: include params 172629 1726889031.21704: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)): False 172629 1726889031.21708: when evaluation is False, skipping this task 172629 1726889031.21711: _execute() done 172629 1726889031.21714: dumping result to json 172629 1726889031.21717: done dumping result, returning 172629 1726889031.21720: done running TaskExecutor() for managed_node1/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-d0a8-add8-000000002f8d] 172629 1726889031.21725: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f8d 172629 1726889031.21814: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f8d 172629 1726889031.21817: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } 172629 1726889031.21873: no more pending results, returning what we have 172629 1726889031.21876: results queue empty 172629 1726889031.21877: checking for any_errors_fatal 172629 1726889031.21883: done checking for any_errors_fatal 172629 1726889031.21884: checking for max_fail_percentage 172629 1726889031.21885: done checking for max_fail_percentage 172629 1726889031.21886: checking to see if all hosts have failed and the running result is not ok 172629 1726889031.21887: done checking to see if all hosts have failed 172629 1726889031.21888: getting the remaining hosts for this loop 172629 1726889031.21890: done getting the remaining hosts for this loop 172629 1726889031.21893: getting the next task for host managed_node1 172629 1726889031.21899: done getting next task for host managed_node1 172629 1726889031.21901: ^ task is: TASK: Verify the current mount state by device 172629 1726889031.21905: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889031.21908: getting variables 172629 1726889031.21910: in VariableManager get_vars() 172629 1726889031.21941: Calling all_inventory to load vars for managed_node1 172629 1726889031.21944: Calling groups_inventory to load vars for managed_node1 172629 1726889031.21946: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889031.21959: Calling all_plugins_play to load vars for managed_node1 172629 1726889031.21961: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889031.21964: Calling groups_plugins_play to load vars for managed_node1 172629 1726889031.22279: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889031.22620: done with get_vars() 172629 1726889031.22630: done getting variables 172629 1726889031.22674: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Friday 20 September 2024 23:23:51 -0400 (0:00:00.020) 0:02:11.506 ****** 172629 1726889031.22697: entering _queue_task() for managed_node1/assert 172629 1726889031.22891: worker is 1 (out of 1 available) 172629 1726889031.22906: exiting _queue_task() for managed_node1/assert 172629 1726889031.22919: done queuing things up, now waiting for results queue to drain 172629 1726889031.22920: waiting for pending results... 172629 1726889031.23094: running TaskExecutor() for managed_node1/TASK: Verify the current mount state by device 172629 1726889031.23177: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f8e 172629 1726889031.23189: variable 'ansible_search_path' from source: unknown 172629 1726889031.23216: calling self._execute() 172629 1726889031.23302: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.23306: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.23317: variable 'omit' from source: magic vars 172629 1726889031.23561: variable '_storage_test_volume_present' from source: set_fact 172629 1726889031.23565: Evaluated conditional (_storage_test_volume_present): False 172629 1726889031.23568: when evaluation is False, skipping this task 172629 1726889031.23570: _execute() done 172629 1726889031.23576: dumping result to json 172629 1726889031.23579: done dumping result, returning 172629 1726889031.23583: done running TaskExecutor() for managed_node1/TASK: Verify the current mount state by device [0affc8a3-6f6f-d0a8-add8-000000002f8e] 172629 1726889031.23593: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f8e 172629 1726889031.23677: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f8e 172629 1726889031.23681: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889031.23739: no more pending results, returning what we have 172629 1726889031.23742: results queue empty 172629 1726889031.23743: checking for any_errors_fatal 172629 1726889031.23748: done checking for any_errors_fatal 172629 1726889031.23749: checking for max_fail_percentage 172629 1726889031.23751: done checking for max_fail_percentage 172629 1726889031.23752: checking to see if all hosts have failed and the running result is not ok 172629 1726889031.23752: done checking to see if all hosts have failed 172629 1726889031.23753: getting the remaining hosts for this loop 172629 1726889031.23758: done getting the remaining hosts for this loop 172629 1726889031.23761: getting the next task for host managed_node1 172629 1726889031.23768: done getting next task for host managed_node1 172629 1726889031.23770: ^ task is: TASK: Verify mount directory user 172629 1726889031.23775: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889031.23778: getting variables 172629 1726889031.23780: in VariableManager get_vars() 172629 1726889031.23815: Calling all_inventory to load vars for managed_node1 172629 1726889031.23817: Calling groups_inventory to load vars for managed_node1 172629 1726889031.23820: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889031.23828: Calling all_plugins_play to load vars for managed_node1 172629 1726889031.23831: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889031.23833: Calling groups_plugins_play to load vars for managed_node1 172629 1726889031.24143: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889031.24483: done with get_vars() 172629 1726889031.24492: done getting variables 172629 1726889031.24529: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Friday 20 September 2024 23:23:51 -0400 (0:00:00.018) 0:02:11.525 ****** 172629 1726889031.24550: entering _queue_task() for managed_node1/assert 172629 1726889031.24742: worker is 1 (out of 1 available) 172629 1726889031.24760: exiting _queue_task() for managed_node1/assert 172629 1726889031.24774: done queuing things up, now waiting for results queue to drain 172629 1726889031.24775: waiting for pending results... 172629 1726889031.24937: running TaskExecutor() for managed_node1/TASK: Verify mount directory user 172629 1726889031.25015: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f8f 172629 1726889031.25026: variable 'ansible_search_path' from source: unknown 172629 1726889031.25053: calling self._execute() 172629 1726889031.25137: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.25141: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.25150: variable 'omit' from source: magic vars 172629 1726889031.25428: variable '_storage_test_volume_present' from source: set_fact 172629 1726889031.25434: variable 'storage_test_volume' from source: include params 172629 1726889031.25462: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 172629 1726889031.25466: when evaluation is False, skipping this task 172629 1726889031.25469: _execute() done 172629 1726889031.25471: dumping result to json 172629 1726889031.25474: done dumping result, returning 172629 1726889031.25479: done running TaskExecutor() for managed_node1/TASK: Verify mount directory user [0affc8a3-6f6f-d0a8-add8-000000002f8f] 172629 1726889031.25484: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f8f 172629 1726889031.25576: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f8f 172629 1726889031.25579: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } 172629 1726889031.25624: no more pending results, returning what we have 172629 1726889031.25627: results queue empty 172629 1726889031.25629: checking for any_errors_fatal 172629 1726889031.25634: done checking for any_errors_fatal 172629 1726889031.25634: checking for max_fail_percentage 172629 1726889031.25636: done checking for max_fail_percentage 172629 1726889031.25637: checking to see if all hosts have failed and the running result is not ok 172629 1726889031.25638: done checking to see if all hosts have failed 172629 1726889031.25638: getting the remaining hosts for this loop 172629 1726889031.25640: done getting the remaining hosts for this loop 172629 1726889031.25643: getting the next task for host managed_node1 172629 1726889031.25649: done getting next task for host managed_node1 172629 1726889031.25651: ^ task is: TASK: Verify mount directory group 172629 1726889031.25659: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889031.25663: getting variables 172629 1726889031.25664: in VariableManager get_vars() 172629 1726889031.25696: Calling all_inventory to load vars for managed_node1 172629 1726889031.25698: Calling groups_inventory to load vars for managed_node1 172629 1726889031.25701: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889031.25710: Calling all_plugins_play to load vars for managed_node1 172629 1726889031.25712: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889031.25715: Calling groups_plugins_play to load vars for managed_node1 172629 1726889031.26020: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889031.26360: done with get_vars() 172629 1726889031.26370: done getting variables 172629 1726889031.26409: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Friday 20 September 2024 23:23:51 -0400 (0:00:00.018) 0:02:11.544 ****** 172629 1726889031.26428: entering _queue_task() for managed_node1/assert 172629 1726889031.26616: worker is 1 (out of 1 available) 172629 1726889031.26630: exiting _queue_task() for managed_node1/assert 172629 1726889031.26642: done queuing things up, now waiting for results queue to drain 172629 1726889031.26643: waiting for pending results... 172629 1726889031.26810: running TaskExecutor() for managed_node1/TASK: Verify mount directory group 172629 1726889031.26880: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f90 172629 1726889031.26892: variable 'ansible_search_path' from source: unknown 172629 1726889031.26918: calling self._execute() 172629 1726889031.27003: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.27009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.27017: variable 'omit' from source: magic vars 172629 1726889031.27287: variable '_storage_test_volume_present' from source: set_fact 172629 1726889031.27290: variable 'storage_test_volume' from source: include params 172629 1726889031.27320: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 172629 1726889031.27323: when evaluation is False, skipping this task 172629 1726889031.27326: _execute() done 172629 1726889031.27328: dumping result to json 172629 1726889031.27331: done dumping result, returning 172629 1726889031.27336: done running TaskExecutor() for managed_node1/TASK: Verify mount directory group [0affc8a3-6f6f-d0a8-add8-000000002f90] 172629 1726889031.27341: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f90 172629 1726889031.27431: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f90 172629 1726889031.27434: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } 172629 1726889031.27482: no more pending results, returning what we have 172629 1726889031.27485: results queue empty 172629 1726889031.27486: checking for any_errors_fatal 172629 1726889031.27492: done checking for any_errors_fatal 172629 1726889031.27493: checking for max_fail_percentage 172629 1726889031.27495: done checking for max_fail_percentage 172629 1726889031.27495: checking to see if all hosts have failed and the running result is not ok 172629 1726889031.27496: done checking to see if all hosts have failed 172629 1726889031.27497: getting the remaining hosts for this loop 172629 1726889031.27498: done getting the remaining hosts for this loop 172629 1726889031.27501: getting the next task for host managed_node1 172629 1726889031.27507: done getting next task for host managed_node1 172629 1726889031.27509: ^ task is: TASK: Verify mount directory permissions 172629 1726889031.27514: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889031.27517: getting variables 172629 1726889031.27518: in VariableManager get_vars() 172629 1726889031.27546: Calling all_inventory to load vars for managed_node1 172629 1726889031.27548: Calling groups_inventory to load vars for managed_node1 172629 1726889031.27551: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889031.27568: Calling all_plugins_play to load vars for managed_node1 172629 1726889031.27571: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889031.27574: Calling groups_plugins_play to load vars for managed_node1 172629 1726889031.28113: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889031.28436: done with get_vars() 172629 1726889031.28445: done getting variables 172629 1726889031.28486: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Friday 20 September 2024 23:23:51 -0400 (0:00:00.020) 0:02:11.565 ****** 172629 1726889031.28507: entering _queue_task() for managed_node1/assert 172629 1726889031.28695: worker is 1 (out of 1 available) 172629 1726889031.28708: exiting _queue_task() for managed_node1/assert 172629 1726889031.28721: done queuing things up, now waiting for results queue to drain 172629 1726889031.28722: waiting for pending results... 172629 1726889031.28901: running TaskExecutor() for managed_node1/TASK: Verify mount directory permissions 172629 1726889031.28992: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f91 172629 1726889031.29003: variable 'ansible_search_path' from source: unknown 172629 1726889031.29030: calling self._execute() 172629 1726889031.29115: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.29119: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.29128: variable 'omit' from source: magic vars 172629 1726889031.29420: variable '_storage_test_volume_present' from source: set_fact 172629 1726889031.29424: variable 'storage_test_volume' from source: include params 172629 1726889031.29449: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 172629 1726889031.29453: when evaluation is False, skipping this task 172629 1726889031.29461: _execute() done 172629 1726889031.29464: dumping result to json 172629 1726889031.29466: done dumping result, returning 172629 1726889031.29469: done running TaskExecutor() for managed_node1/TASK: Verify mount directory permissions [0affc8a3-6f6f-d0a8-add8-000000002f91] 172629 1726889031.29472: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f91 172629 1726889031.29562: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f91 172629 1726889031.29566: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } 172629 1726889031.29638: no more pending results, returning what we have 172629 1726889031.29641: results queue empty 172629 1726889031.29642: checking for any_errors_fatal 172629 1726889031.29649: done checking for any_errors_fatal 172629 1726889031.29649: checking for max_fail_percentage 172629 1726889031.29651: done checking for max_fail_percentage 172629 1726889031.29652: checking to see if all hosts have failed and the running result is not ok 172629 1726889031.29653: done checking to see if all hosts have failed 172629 1726889031.29657: getting the remaining hosts for this loop 172629 1726889031.29659: done getting the remaining hosts for this loop 172629 1726889031.29662: getting the next task for host managed_node1 172629 1726889031.29668: done getting next task for host managed_node1 172629 1726889031.29671: ^ task is: TASK: Get path of test volume device 172629 1726889031.29676: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889031.29681: getting variables 172629 1726889031.29682: in VariableManager get_vars() 172629 1726889031.29710: Calling all_inventory to load vars for managed_node1 172629 1726889031.29712: Calling groups_inventory to load vars for managed_node1 172629 1726889031.29715: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889031.29723: Calling all_plugins_play to load vars for managed_node1 172629 1726889031.29725: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889031.29727: Calling groups_plugins_play to load vars for managed_node1 172629 1726889031.30045: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889031.30394: done with get_vars() 172629 1726889031.30406: done getting variables 172629 1726889031.30444: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Friday 20 September 2024 23:23:51 -0400 (0:00:00.019) 0:02:11.584 ****** 172629 1726889031.30472: entering _queue_task() for managed_node1/command 172629 1726889031.30667: worker is 1 (out of 1 available) 172629 1726889031.30681: exiting _queue_task() for managed_node1/command 172629 1726889031.30696: done queuing things up, now waiting for results queue to drain 172629 1726889031.30697: waiting for pending results... 172629 1726889031.30870: running TaskExecutor() for managed_node1/TASK: Get path of test volume device 172629 1726889031.30969: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f92 172629 1726889031.30980: variable 'ansible_search_path' from source: unknown 172629 1726889031.31005: calling self._execute() 172629 1726889031.31091: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.31094: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.31104: variable 'omit' from source: magic vars 172629 1726889031.31374: variable 'storage_test_volume' from source: include params 172629 1726889031.31401: Evaluated conditional (storage_test_volume.fs_type == "swap"): True 172629 1726889031.31405: variable 'omit' from source: magic vars 172629 1726889031.31441: variable 'omit' from source: magic vars 172629 1726889031.31557: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889031.33012: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889031.33069: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889031.33095: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889031.33124: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889031.33144: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889031.33217: variable 'storage_test_volume' from source: include params 172629 1726889031.33243: variable 'omit' from source: magic vars 172629 1726889031.33270: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889031.33291: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889031.33307: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889031.33323: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889031.33332: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889031.33358: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889031.33362: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.33364: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.33428: Set connection var ansible_timeout to 10 172629 1726889031.33432: Set connection var ansible_shell_type to sh 172629 1726889031.33444: Set connection var ansible_pipelining to False 172629 1726889031.33447: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889031.33449: Set connection var ansible_shell_executable to /bin/sh 172629 1726889031.33452: Set connection var ansible_connection to ssh 172629 1726889031.33469: variable 'ansible_shell_executable' from source: unknown 172629 1726889031.33473: variable 'ansible_connection' from source: unknown 172629 1726889031.33475: variable 'ansible_module_compression' from source: unknown 172629 1726889031.33478: variable 'ansible_shell_type' from source: unknown 172629 1726889031.33480: variable 'ansible_shell_executable' from source: unknown 172629 1726889031.33483: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.33485: variable 'ansible_pipelining' from source: unknown 172629 1726889031.33487: variable 'ansible_timeout' from source: unknown 172629 1726889031.33492: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.33571: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889031.33579: variable 'omit' from source: magic vars 172629 1726889031.33584: starting attempt loop 172629 1726889031.33587: running the handler 172629 1726889031.33599: _low_level_execute_command(): starting 172629 1726889031.33605: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889031.34113: 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 <<< 172629 1726889031.34117: stderr 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 <<< 172629 1726889031.34120: 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 <<< 172629 1726889031.34122: stderr 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 <<< 172629 1726889031.34162: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889031.34178: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889031.34182: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889031.34240: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889031.35936: stdout chunk (state=3): >>>/root <<< 172629 1726889031.36038: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889031.36070: stderr chunk (state=3): >>><<< 172629 1726889031.36073: stdout chunk (state=3): >>><<< 172629 1726889031.36092: _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 172629 1726889031.36102: _low_level_execute_command(): starting 172629 1726889031.36108: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889031.3609173-177391-241958698819643 `" && echo ansible-tmp-1726889031.3609173-177391-241958698819643="` echo /root/.ansible/tmp/ansible-tmp-1726889031.3609173-177391-241958698819643 `" ) && sleep 0' 172629 1726889031.36525: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889031.36533: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889031.36561: 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 <<< 172629 1726889031.36564: 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 <<< 172629 1726889031.36566: stderr 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 <<< 172629 1726889031.36608: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889031.36621: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889031.36683: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889031.38565: stdout chunk (state=3): >>>ansible-tmp-1726889031.3609173-177391-241958698819643=/root/.ansible/tmp/ansible-tmp-1726889031.3609173-177391-241958698819643 <<< 172629 1726889031.38673: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889031.38697: stderr chunk (state=3): >>><<< 172629 1726889031.38700: stdout chunk (state=3): >>><<< 172629 1726889031.38713: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889031.3609173-177391-241958698819643=/root/.ansible/tmp/ansible-tmp-1726889031.3609173-177391-241958698819643 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889031.38739: variable 'ansible_module_compression' from source: unknown 172629 1726889031.38782: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726889031.38807: variable 'ansible_facts' from source: unknown 172629 1726889031.38865: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889031.3609173-177391-241958698819643/AnsiballZ_command.py 172629 1726889031.38959: Sending initial data 172629 1726889031.38963: Sent initial data (158 bytes) 172629 1726889031.39396: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889031.39401: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889031.39404: 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 <<< 172629 1726889031.39406: 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 <<< 172629 1726889031.39408: 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 <<< 172629 1726889031.39410: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889031.39454: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889031.39460: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889031.39509: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889031.41064: 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" <<< 172629 1726889031.41068: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726889031.41107: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889031.41158: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpnlfbzsrx /root/.ansible/tmp/ansible-tmp-1726889031.3609173-177391-241958698819643/AnsiballZ_command.py <<< 172629 1726889031.41162: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889031.3609173-177391-241958698819643/AnsiballZ_command.py" <<< 172629 1726889031.41203: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpnlfbzsrx" to remote "/root/.ansible/tmp/ansible-tmp-1726889031.3609173-177391-241958698819643/AnsiballZ_command.py" <<< 172629 1726889031.41209: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889031.3609173-177391-241958698819643/AnsiballZ_command.py" <<< 172629 1726889031.41752: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889031.41799: stderr chunk (state=3): >>><<< 172629 1726889031.41802: stdout chunk (state=3): >>><<< 172629 1726889031.41839: done transferring module to remote 172629 1726889031.41850: _low_level_execute_command(): starting 172629 1726889031.41854: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889031.3609173-177391-241958698819643/ /root/.ansible/tmp/ansible-tmp-1726889031.3609173-177391-241958698819643/AnsiballZ_command.py && sleep 0' 172629 1726889031.42292: 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 <<< 172629 1726889031.42299: stderr 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 <<< 172629 1726889031.42301: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889031.42303: 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 <<< 172629 1726889031.42305: stderr 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 <<< 172629 1726889031.42361: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889031.42364: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889031.42405: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889031.44123: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889031.44147: stderr chunk (state=3): >>><<< 172629 1726889031.44150: stdout chunk (state=3): >>><<< 172629 1726889031.44168: _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 172629 1726889031.44171: _low_level_execute_command(): starting 172629 1726889031.44174: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889031.3609173-177391-241958698819643/AnsiballZ_command.py && sleep 0' 172629 1726889031.44592: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889031.44595: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889031.44599: 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 <<< 172629 1726889031.44602: 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 <<< 172629 1726889031.44604: 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 <<< 172629 1726889031.44606: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889031.44649: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889031.44652: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889031.44710: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889031.46871: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889031.46902: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889031.46933: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 172629 1726889031.46937: stdout chunk (state=3): >>>import '_weakref' # <<< 172629 1726889031.47012: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726889031.47016: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726889031.47051: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889031.47087: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889031.47116: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 172629 1726889031.47122: stdout chunk (state=3): >>> # installed zipimport hook <<< 172629 1726889031.47174: 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' <<< 172629 1726889031.47200: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889031.47221: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889031.47250: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889031.47277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726889031.47289: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85393684d0> <<< 172629 1726889031.47312: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8539337b30> <<< 172629 1726889031.47323: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 172629 1726889031.47327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 172629 1726889031.47329: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853936aa50> <<< 172629 1726889031.47353: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889031.47373: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726889031.47388: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726889031.47401: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889031.47435: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889031.47525: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889031.47551: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889031.47581: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889031.47609: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889031.47612: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726889031.47634: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726889031.47645: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889031.47673: 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 <<< 172629 1726889031.47677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726889031.47704: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853911d130> <<< 172629 1726889031.47768: 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 <<< 172629 1726889031.47776: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889031.47781: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853911e120> <<< 172629 1726889031.47808: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889031.47835: 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. <<< 172629 1726889031.48070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889031.48079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889031.48109: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726889031.48112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889031.48135: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889031.48175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889031.48197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889031.48214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889031.48232: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853915bf50> <<< 172629 1726889031.48246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889031.48269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889031.48294: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726889031.48303: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85391700e0> <<< 172629 1726889031.48314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889031.48344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889031.48369: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889031.48419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889031.48432: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889031.48463: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726889031.48473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8539193920> <<< 172629 1726889031.48486: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726889031.48504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8539193fb0> <<< 172629 1726889031.48527: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889031.48576: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8539173bc0> <<< 172629 1726889031.48582: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889031.48617: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8539171340> <<< 172629 1726889031.48700: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8539159100> <<< 172629 1726889031.48726: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889031.48750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889031.48757: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889031.48782: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889031.48805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889031.48831: 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' <<< 172629 1726889031.48874: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85391b7920> <<< 172629 1726889031.48878: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85391b6540> <<< 172629 1726889031.48919: 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 0x7f85391721e0> <<< 172629 1726889031.48922: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85391b4d10> <<< 172629 1726889031.48985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726889031.48988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85391e4980> <<< 172629 1726889031.48991: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8539158380> <<< 172629 1726889031.49014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 172629 1726889031.49019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 172629 1726889031.49034: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.49059: 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 0x7f85391e4e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85391e4ce0> <<< 172629 1726889031.49086: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.49094: 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 0x7f85391e50d0> <<< 172629 1726889031.49098: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8539156ea0> <<< 172629 1726889031.49129: 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' <<< 172629 1726889031.49159: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889031.49180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889031.49200: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85391e5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85391e5490> <<< 172629 1726889031.49203: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726889031.49234: 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' <<< 172629 1726889031.49264: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85391e6690> <<< 172629 1726889031.49275: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726889031.49283: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726889031.49303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889031.49337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889031.49364: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726889031.49376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85392008c0> <<< 172629 1726889031.49383: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889031.49416: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.49420: 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 0x7f8539202000> <<< 172629 1726889031.49436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889031.49453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726889031.49475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726889031.49486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726889031.49494: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8539202ea0> <<< 172629 1726889031.49534: 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' <<< 172629 1726889031.49547: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8539203500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85392023f0><<< 172629 1726889031.49551: stdout chunk (state=3): >>> <<< 172629 1726889031.49571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889031.49578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726889031.49621: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.49634: 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 0x7f8539203ec0> <<< 172629 1726889031.49637: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85392035f0> <<< 172629 1726889031.49677: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85391e66f0> <<< 172629 1726889031.49705: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889031.49721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889031.49745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889031.49763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889031.49793: 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 0x7f8538f87d40> <<< 172629 1726889031.49824: 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' <<< 172629 1726889031.49859: 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 0x7f8538fb4890> <<< 172629 1726889031.49862: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538fb45f0> <<< 172629 1726889031.49879: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.49884: 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 0x7f8538fb48c0> <<< 172629 1726889031.49919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726889031.49922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726889031.49984: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.50109: 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 0x7f8538fb51f0> <<< 172629 1726889031.50220: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.50227: 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 0x7f8538fb5bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538fb4aa0> <<< 172629 1726889031.50245: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538f85ee0> <<< 172629 1726889031.50265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889031.50284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889031.50305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726889031.50319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726889031.50345: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538fb6fc0> <<< 172629 1726889031.50349: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538fb5d00> <<< 172629 1726889031.50366: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85391e6de0> <<< 172629 1726889031.50393: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889031.50450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889031.50474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889031.50504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889031.50531: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538fdf320> <<< 172629 1726889031.50582: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889031.50598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889031.50616: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889031.50639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889031.50678: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538fff6b0> <<< 172629 1726889031.50702: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889031.50743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889031.50806: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889031.50817: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726889031.50829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85390604a0> <<< 172629 1726889031.50837: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889031.50872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889031.50892: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889031.50934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889031.51017: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8539062c00> <<< 172629 1726889031.51091: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85390605c0> <<< 172629 1726889031.51126: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85390254c0> <<< 172629 1726889031.51150: 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 0x7f8538929580> <<< 172629 1726889031.51173: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538ffe4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538fb7ef0> <<< 172629 1726889031.51284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889031.51299: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8538ffe5d0> <<< 172629 1726889031.51433: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_0470_sz4/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 172629 1726889031.51567: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.51584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889031.51602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889031.51642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889031.51714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889031.51742: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 172629 1726889031.51745: 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 0x7f853897f1a0> <<< 172629 1726889031.51760: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726889031.51938: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538962090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538961220> <<< 172629 1726889031.51941: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.51975: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889031.51993: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.51996: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.52022: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.52025: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889031.52048: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.53414: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.54502: 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' <<< 172629 1726889031.54507: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853897ce90> <<< 172629 1726889031.54530: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726889031.54537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889031.54563: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726889031.54575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726889031.54586: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726889031.54593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726889031.54617: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.54621: 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 0x7f85389aaab0> <<< 172629 1726889031.54657: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85389aa840> <<< 172629 1726889031.54682: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85389aa180> <<< 172629 1726889031.54697: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889031.54710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726889031.54748: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85389aabd0> <<< 172629 1726889031.54756: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853897fbc0> import 'atexit' # <<< 172629 1726889031.54782: 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 0x7f85389ab7a0> <<< 172629 1726889031.54811: 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 0x7f85389ab980> <<< 172629 1726889031.54832: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889031.54877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889031.54890: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889031.54933: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85389abec0> <<< 172629 1726889031.54945: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889031.54959: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889031.54986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889031.55015: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538815c70> <<< 172629 1726889031.55054: 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' <<< 172629 1726889031.55061: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8538817860> <<< 172629 1726889031.55074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889031.55092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889031.55119: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853881c1d0> <<< 172629 1726889031.55141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889031.55169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889031.55187: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853881d0a0> <<< 172629 1726889031.55206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889031.55240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889031.55259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726889031.55267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726889031.55313: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853881fd70> <<< 172629 1726889031.55347: 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 0x7f8539202d20> <<< 172629 1726889031.55375: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853881e030> <<< 172629 1726889031.55383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889031.55420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889031.55441: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 172629 1726889031.55446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726889031.55463: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889031.55487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889031.55509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726889031.55531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538823cb0> <<< 172629 1726889031.55534: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889031.55605: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538822780> <<< 172629 1726889031.55609: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85388224e0> <<< 172629 1726889031.55619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726889031.55635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726889031.55702: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538822a50> <<< 172629 1726889031.55730: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853881e4e0> <<< 172629 1726889031.55759: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.55766: 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 0x7f8538867f50> <<< 172629 1726889031.55785: 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 0x7f8538867fb0> <<< 172629 1726889031.55805: 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 <<< 172629 1726889031.55823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889031.55847: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 172629 1726889031.55857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 172629 1726889031.55887: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.55890: 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 0x7f8538869b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538869910> <<< 172629 1726889031.55907: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889031.56002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'<<< 172629 1726889031.56007: stdout chunk (state=3): >>> <<< 172629 1726889031.56049: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.56057: 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 0x7f853886bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853886a210> <<< 172629 1726889031.56082: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889031.56112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889031.56136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726889031.56150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726889031.56153: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726889031.56195: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853886f740> <<< 172629 1726889031.56313: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853886c200> <<< 172629 1726889031.56374: 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 0x7f8538870890> <<< 172629 1726889031.56401: 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' <<< 172629 1726889031.56410: 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 0x7f8538870a40> <<< 172629 1726889031.56446: 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' <<< 172629 1726889031.56449: 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 0x7f8538870ad0> <<< 172629 1726889031.56464: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538868230> <<< 172629 1726889031.56481: 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' <<< 172629 1726889031.56504: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889031.56523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889031.56548: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.56571: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.56576: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f85388fc1a0> <<< 172629 1726889031.56714: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.56724: 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 0x7f85388fd2b0> <<< 172629 1726889031.56733: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538872930> <<< 172629 1726889031.56766: 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 0x7f8538873ce0> <<< 172629 1726889031.56771: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85388725a0> # zipimport: zlib available <<< 172629 1726889031.56794: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.56799: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 172629 1726889031.56818: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.56898: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.56987: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.57001: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.57013: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 172629 1726889031.57016: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.57031: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889031.57051: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.57168: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.57280: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.57802: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.58334: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726889031.58338: 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' # <<< 172629 1726889031.58376: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889031.58378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889031.58427: 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 0x7f85387013d0> <<< 172629 1726889031.58508: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726889031.58513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 172629 1726889031.58533: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85387021e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853915be00> <<< 172629 1726889031.58582: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889031.58587: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.58619: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.58626: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726889031.58639: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.58777: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.58933: 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' <<< 172629 1726889031.58937: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538702960> <<< 172629 1726889031.58953: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.59410: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.59849: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.59923: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.59999: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889031.60007: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.60042: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.60081: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889031.60085: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.60162: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.60234: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889031.60274: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.60277: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.60280: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 172629 1726889031.60288: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.60324: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.60360: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889031.60378: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.60600: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.60830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889031.60880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889031.60898: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889031.60953: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538703410> <<< 172629 1726889031.60970: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.61039: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.61117: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726889031.61121: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726889031.61125: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726889031.61153: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.61191: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.61229: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889031.61240: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.61287: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.61329: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.61385: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.61450: 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 <<< 172629 1726889031.61488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889031.61571: 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'<<< 172629 1726889031.61574: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f853870df10> <<< 172629 1726889031.61601: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538709670> <<< 172629 1726889031.61636: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726889031.61639: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.61705: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.61767: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.61795: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.61837: 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' <<< 172629 1726889031.61859: 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 <<< 172629 1726889031.61877: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889031.61906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889031.61952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889031.61976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889031.61988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889031.62043: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85389fa7e0> <<< 172629 1726889031.62084: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85389de4b0> <<< 172629 1726889031.62160: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853870dfd0> <<< 172629 1726889031.62163: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538702e40> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726889031.62180: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.62202: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.62237: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889031.62282: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889031.62313: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.62316: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.62323: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 172629 1726889031.62335: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.62436: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.62551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726889031.62560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726889031.62573: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538867e60> <<< 172629 1726889031.62647: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.63064: stdout chunk (state=3): >>> {"changed": true, "stdout": "/dev/sda", "stderr": "", "rc": 0, "cmd": ["realpath", "/dev/sda"], "start": "2024-09-20 23:23:51.626652", "end": "2024-09-20 23:23:51.629506", "delta": "0:00:00.002854", "msg": "", "invocation": {"module_args": {"_raw_params": "realpath /dev/sda", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726889031.63090: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889031.63456: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889031.63469: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 <<< 172629 1726889031.63477: 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 <<< 172629 1726889031.63489: stdout chunk (state=3): >>># restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # 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 <<< 172629 1726889031.63507: stdout chunk (state=3): >>># cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword <<< 172629 1726889031.63532: 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 <<< 172629 1726889031.63537: stdout chunk (state=3): >>># 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 <<< 172629 1726889031.63561: stdout chunk (state=3): >>># 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 <<< 172629 1726889031.63592: 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 <<< 172629 1726889031.63653: 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 <<< 172629 1726889031.63664: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings <<< 172629 1726889031.63669: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool <<< 172629 1726889031.63672: stdout chunk (state=3): >>># 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<<< 172629 1726889031.63706: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro<<< 172629 1726889031.63711: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic<<< 172629 1726889031.63714: stdout chunk (state=3): >>> # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob<<< 172629 1726889031.63729: stdout chunk (state=3): >>> # destroy glob <<< 172629 1726889031.63969: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889031.63991: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726889031.63998: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726889031.64024: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 172629 1726889031.64030: stdout chunk (state=3): >>># destroy zipfile._path <<< 172629 1726889031.64043: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726889031.64100: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889031.64103: stdout chunk (state=3): >>># destroy importlib <<< 172629 1726889031.64106: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 172629 1726889031.64117: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 172629 1726889031.64142: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd<<< 172629 1726889031.64149: stdout chunk (state=3): >>> <<< 172629 1726889031.64152: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 172629 1726889031.64173: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726889031.64188: stdout chunk (state=3): >>># destroy fnmatch <<< 172629 1726889031.64202: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726889031.64215: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726889031.64241: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726889031.64245: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889031.64294: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 172629 1726889031.64319: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal <<< 172629 1726889031.64334: stdout chunk (state=3): >>># cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 172629 1726889031.64353: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize <<< 172629 1726889031.64359: 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 <<< 172629 1726889031.64381: 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 <<< 172629 1726889031.64390: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 172629 1726889031.64406: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools<<< 172629 1726889031.64445: 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 <<< 172629 1726889031.64448: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 172629 1726889031.64451: 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 <<< 172629 1726889031.64468: stdout chunk (state=3): >>># cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 172629 1726889031.64481: 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 <<< 172629 1726889031.64489: 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 <<< 172629 1726889031.64615: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726889031.64629: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726889031.64631: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889031.64666: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889031.64692: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg<<< 172629 1726889031.64704: stdout chunk (state=3): >>> # destroy contextlib <<< 172629 1726889031.64722: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726889031.64732: 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 <<< 172629 1726889031.64744: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726889031.64749: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889031.64843: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 <<< 172629 1726889031.64847: stdout chunk (state=3): >>># destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 172629 1726889031.64851: stdout chunk (state=3): >>># destroy time <<< 172629 1726889031.64884: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726889031.64895: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726889031.64902: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726889031.64932: stdout chunk (state=3): >>># destroy itertools # destroy _abc <<< 172629 1726889031.64943: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726889031.64950: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726889031.65229: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889031.65263: stderr chunk (state=3): >>><<< 172629 1726889031.65267: stdout chunk (state=3): >>><<< 172629 1726889031.65344: _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 0x7f85393684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8539337b30> # /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 0x7f853936aa50> 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 0x7f853911d130> # /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 0x7f853911e120> 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 0x7f853915bf50> # /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 0x7f85391700e0> # /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 0x7f8539193920> # /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 0x7f8539193fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8539173bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8539171340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8539159100> # /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 0x7f85391b7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85391b6540> # /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 0x7f85391721e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85391b4d10> # /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 0x7f85391e4980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8539158380> # /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 0x7f85391e4e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85391e4ce0> # 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 0x7f85391e50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8539156ea0> # /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 0x7f85391e5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85391e5490> 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 0x7f85391e6690> 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 0x7f85392008c0> 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 0x7f8539202000> # /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 0x7f8539202ea0> # 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 0x7f8539203500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85392023f0> # /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 0x7f8539203ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85392035f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85391e66f0> # /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 0x7f8538f87d40> # /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 0x7f8538fb4890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538fb45f0> # 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 0x7f8538fb48c0> # /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 0x7f8538fb51f0> # 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 0x7f8538fb5bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538fb4aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538f85ee0> # /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 0x7f8538fb6fc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538fb5d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85391e6de0> # /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 0x7f8538fdf320> # /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 0x7f8538fff6b0> # /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 0x7f85390604a0> # /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 0x7f8539062c00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85390605c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85390254c0> # /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 0x7f8538929580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538ffe4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538fb7ef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8538ffe5d0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_0470_sz4/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853897f1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538962090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538961220> # 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 0x7f853897ce90> # /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 0x7f85389aaab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85389aa840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85389aa180> # /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 0x7f85389aabd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853897fbc0> 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 0x7f85389ab7a0> # 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 0x7f85389ab980> # /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 0x7f85389abec0> 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 0x7f8538815c70> # 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 0x7f8538817860> # /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 0x7f853881c1d0> # /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 0x7f853881d0a0> # /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 0x7f853881fd70> # 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 0x7f8539202d20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853881e030> # /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 0x7f8538823cb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538822780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85388224e0> # /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 0x7f8538822a50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853881e4e0> # 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 0x7f8538867f50> # /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 0x7f8538867fb0> # /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 0x7f8538869b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538869910> # /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 0x7f853886bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853886a210> # /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 0x7f853886f740> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853886c200> # 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 0x7f8538870890> # 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 0x7f8538870a40> # 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 0x7f8538870ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538868230> # /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 0x7f85388fc1a0> # 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 0x7f85388fd2b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538872930> # 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 0x7f8538873ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85388725a0> # 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 0x7f85387013d0> # /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 0x7f85387021e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853915be00> 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 0x7f8538702960> # 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 0x7f8538703410> # 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 0x7f853870df10> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538709670> 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 0x7f85389fa7e0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85389de4b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f853870dfd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538702e40> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8538867e60> # zipimport: zlib available {"changed": true, "stdout": "/dev/sda", "stderr": "", "rc": 0, "cmd": ["realpath", "/dev/sda"], "start": "2024-09-20 23:23:51.626652", "end": "2024-09-20 23:23:51.629506", "delta": "0:00:00.002854", "msg": "", "invocation": {"module_args": {"_raw_params": "realpath /dev/sda", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726889031.65883: done with _execute_module (ansible.legacy.command, {'_raw_params': 'realpath /dev/sda', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726889031.3609173-177391-241958698819643/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889031.65886: _low_level_execute_command(): starting 172629 1726889031.65888: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889031.3609173-177391-241958698819643/ > /dev/null 2>&1 && sleep 0' 172629 1726889031.66035: 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 <<< 172629 1726889031.66039: stderr 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 <<< 172629 1726889031.66041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889031.66044: 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 <<< 172629 1726889031.66046: stderr 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 <<< 172629 1726889031.66098: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889031.66102: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889031.66112: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889031.66167: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889031.67994: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889031.68024: stderr chunk (state=3): >>><<< 172629 1726889031.68027: stdout chunk (state=3): >>><<< 172629 1726889031.68041: _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 172629 1726889031.68047: handler run complete 172629 1726889031.68069: Evaluated conditional (False): False 172629 1726889031.68078: attempt loop complete, returning result 172629 1726889031.68081: _execute() done 172629 1726889031.68083: dumping result to json 172629 1726889031.68088: done dumping result, returning 172629 1726889031.68095: done running TaskExecutor() for managed_node1/TASK: Get path of test volume device [0affc8a3-6f6f-d0a8-add8-000000002f92] 172629 1726889031.68099: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f92 172629 1726889031.68190: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f92 172629 1726889031.68193: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002854", "end": "2024-09-20 23:23:51.629506", "rc": 0, "start": "2024-09-20 23:23:51.626652" } STDOUT: /dev/sda 172629 1726889031.68266: no more pending results, returning what we have 172629 1726889031.68269: results queue empty 172629 1726889031.68270: checking for any_errors_fatal 172629 1726889031.68277: done checking for any_errors_fatal 172629 1726889031.68277: checking for max_fail_percentage 172629 1726889031.68279: done checking for max_fail_percentage 172629 1726889031.68280: checking to see if all hosts have failed and the running result is not ok 172629 1726889031.68281: done checking to see if all hosts have failed 172629 1726889031.68281: getting the remaining hosts for this loop 172629 1726889031.68283: done getting the remaining hosts for this loop 172629 1726889031.68286: getting the next task for host managed_node1 172629 1726889031.68294: done getting next task for host managed_node1 172629 1726889031.68297: ^ task is: TASK: Gather swap info 172629 1726889031.68302: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889031.68306: getting variables 172629 1726889031.68307: in VariableManager get_vars() 172629 1726889031.68346: Calling all_inventory to load vars for managed_node1 172629 1726889031.68349: Calling groups_inventory to load vars for managed_node1 172629 1726889031.68352: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889031.68365: Calling all_plugins_play to load vars for managed_node1 172629 1726889031.68369: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889031.68372: Calling groups_plugins_play to load vars for managed_node1 172629 1726889031.68767: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889031.69132: done with get_vars() 172629 1726889031.69145: done getting variables 172629 1726889031.69193: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Gather swap info] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Friday 20 September 2024 23:23:51 -0400 (0:00:00.387) 0:02:11.972 ****** 172629 1726889031.69222: entering _queue_task() for managed_node1/command 172629 1726889031.69474: worker is 1 (out of 1 available) 172629 1726889031.69490: exiting _queue_task() for managed_node1/command 172629 1726889031.69503: done queuing things up, now waiting for results queue to drain 172629 1726889031.69504: waiting for pending results... 172629 1726889031.69698: running TaskExecutor() for managed_node1/TASK: Gather swap info 172629 1726889031.69794: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f93 172629 1726889031.69804: variable 'ansible_search_path' from source: unknown 172629 1726889031.69835: calling self._execute() 172629 1726889031.69928: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.69933: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.69942: variable 'omit' from source: magic vars 172629 1726889031.70233: variable 'storage_test_volume' from source: include params 172629 1726889031.70264: Evaluated conditional (storage_test_volume.fs_type == "swap"): True 172629 1726889031.70268: variable 'omit' from source: magic vars 172629 1726889031.70310: variable 'omit' from source: magic vars 172629 1726889031.70331: variable 'omit' from source: magic vars 172629 1726889031.70365: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889031.70396: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889031.70412: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889031.70428: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889031.70437: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889031.70465: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889031.70468: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.70471: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.70542: Set connection var ansible_timeout to 10 172629 1726889031.70545: Set connection var ansible_shell_type to sh 172629 1726889031.70553: Set connection var ansible_pipelining to False 172629 1726889031.70559: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889031.70564: Set connection var ansible_shell_executable to /bin/sh 172629 1726889031.70567: Set connection var ansible_connection to ssh 172629 1726889031.70587: variable 'ansible_shell_executable' from source: unknown 172629 1726889031.70589: variable 'ansible_connection' from source: unknown 172629 1726889031.70592: variable 'ansible_module_compression' from source: unknown 172629 1726889031.70594: variable 'ansible_shell_type' from source: unknown 172629 1726889031.70597: variable 'ansible_shell_executable' from source: unknown 172629 1726889031.70599: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889031.70608: variable 'ansible_pipelining' from source: unknown 172629 1726889031.70611: variable 'ansible_timeout' from source: unknown 172629 1726889031.70613: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889031.70713: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889031.70723: variable 'omit' from source: magic vars 172629 1726889031.70726: starting attempt loop 172629 1726889031.70729: running the handler 172629 1726889031.70744: _low_level_execute_command(): starting 172629 1726889031.70750: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889031.71243: 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 <<< 172629 1726889031.71284: stderr 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 <<< 172629 1726889031.71287: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889031.71290: 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 <<< 172629 1726889031.71292: 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 <<< 172629 1726889031.71339: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889031.71342: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889031.71344: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889031.71398: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889031.72970: stdout chunk (state=3): >>>/root <<< 172629 1726889031.73069: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889031.73100: stderr chunk (state=3): >>><<< 172629 1726889031.73105: stdout chunk (state=3): >>><<< 172629 1726889031.73130: _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 172629 1726889031.73141: _low_level_execute_command(): starting 172629 1726889031.73148: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889031.7312925-177399-64737369766554 `" && echo ansible-tmp-1726889031.7312925-177399-64737369766554="` echo /root/.ansible/tmp/ansible-tmp-1726889031.7312925-177399-64737369766554 `" ) && sleep 0' 172629 1726889031.73610: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889031.73613: 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 <<< 172629 1726889031.73616: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889031.73626: 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 <<< 172629 1726889031.73628: stderr 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 <<< 172629 1726889031.73663: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889031.73684: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889031.73727: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889031.75632: stdout chunk (state=3): >>>ansible-tmp-1726889031.7312925-177399-64737369766554=/root/.ansible/tmp/ansible-tmp-1726889031.7312925-177399-64737369766554 <<< 172629 1726889031.75743: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889031.75774: stderr chunk (state=3): >>><<< 172629 1726889031.75778: stdout chunk (state=3): >>><<< 172629 1726889031.75794: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889031.7312925-177399-64737369766554=/root/.ansible/tmp/ansible-tmp-1726889031.7312925-177399-64737369766554 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889031.75826: variable 'ansible_module_compression' from source: unknown 172629 1726889031.75871: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 172629 1726889031.75904: variable 'ansible_facts' from source: unknown 172629 1726889031.75964: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889031.7312925-177399-64737369766554/AnsiballZ_command.py 172629 1726889031.76070: Sending initial data 172629 1726889031.76073: Sent initial data (157 bytes) 172629 1726889031.76526: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889031.76530: 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 <<< 172629 1726889031.76532: 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 <<< 172629 1726889031.76534: 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 found <<< 172629 1726889031.76536: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889031.76579: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889031.76582: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889031.76637: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889031.78172: 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 <<< 172629 1726889031.78213: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889031.78265: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpnl_yut1t /root/.ansible/tmp/ansible-tmp-1726889031.7312925-177399-64737369766554/AnsiballZ_command.py <<< 172629 1726889031.78268: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889031.7312925-177399-64737369766554/AnsiballZ_command.py" <<< 172629 1726889031.78310: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpnl_yut1t" to remote "/root/.ansible/tmp/ansible-tmp-1726889031.7312925-177399-64737369766554/AnsiballZ_command.py" <<< 172629 1726889031.78317: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889031.7312925-177399-64737369766554/AnsiballZ_command.py" <<< 172629 1726889031.78873: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889031.78916: stderr chunk (state=3): >>><<< 172629 1726889031.78919: stdout chunk (state=3): >>><<< 172629 1726889031.78946: done transferring module to remote 172629 1726889031.78960: _low_level_execute_command(): starting 172629 1726889031.78964: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889031.7312925-177399-64737369766554/ /root/.ansible/tmp/ansible-tmp-1726889031.7312925-177399-64737369766554/AnsiballZ_command.py && sleep 0' 172629 1726889031.79409: 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 <<< 172629 1726889031.79413: stderr 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 <<< 172629 1726889031.79415: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726889031.79417: 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 <<< 172629 1726889031.79423: 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 <<< 172629 1726889031.79462: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889031.79476: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889031.79527: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889031.81261: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889031.81288: stderr chunk (state=3): >>><<< 172629 1726889031.81291: stdout chunk (state=3): >>><<< 172629 1726889031.81306: _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 172629 1726889031.81309: _low_level_execute_command(): starting 172629 1726889031.81313: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889031.7312925-177399-64737369766554/AnsiballZ_command.py && sleep 0' 172629 1726889031.81719: 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 <<< 172629 1726889031.81747: stderr 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 <<< 172629 1726889031.81751: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889031.81753: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726889031.81761: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889031.81763: stderr 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 <<< 172629 1726889031.81818: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889031.81822: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889031.81825: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889031.81869: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889031.83986: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889031.84015: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889031.84045: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 172629 1726889031.84057: stdout chunk (state=3): >>>import '_weakref' # <<< 172629 1726889031.84159: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726889031.84162: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726889031.84171: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889031.84375: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889031.84419: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1bbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1b8bb00> <<< 172629 1726889031.84502: 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 0x7fa2e1bbea50> <<< 172629 1726889031.84507: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889031.84539: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726889031.84543: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889031.84547: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889031.84622: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889031.84659: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889031.84703: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889031.84735: 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' <<< 172629 1726889031.84782: 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 <<< 172629 1726889031.84795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1bcd130> <<< 172629 1726889031.84858: 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 <<< 172629 1726889031.84894: 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 0x7fa2e1bce120> <<< 172629 1726889031.84897: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889031.84924: 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. <<< 172629 1726889031.85173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889031.85176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889031.85213: 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' <<< 172629 1726889031.85216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889031.85272: 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 <<< 172629 1726889031.85310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889031.85313: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e19ebf50> <<< 172629 1726889031.85339: 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' <<< 172629 1726889031.85382: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a000e0> <<< 172629 1726889031.85419: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889031.85422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889031.85451: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889031.85504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889031.85536: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889031.85540: 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' <<< 172629 1726889031.85588: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a23920> # /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' <<< 172629 1726889031.85591: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a23fb0> <<< 172629 1726889031.85611: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889031.85886: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a03bf0> import '_functools' # <<< 172629 1726889031.85891: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a01340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e19e9100> # /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 <<< 172629 1726889031.85894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889031.85896: 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' <<< 172629 1726889031.85931: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a478c0> <<< 172629 1726889031.85971: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a464e0> <<< 172629 1726889031.85989: 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 0x7fa2e1a021e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a44c20> <<< 172629 1726889031.86038: 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' <<< 172629 1726889031.86076: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a74920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e19e8380> <<< 172629 1726889031.86093: 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' <<< 172629 1726889031.86136: 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 0x7fa2e1a74dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a74c80> <<< 172629 1726889031.86152: 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 0x7fa2e1a75070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e19e6ea0> <<< 172629 1726889031.86185: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726889031.86242: 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 <<< 172629 1726889031.86246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889031.86270: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a75730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a75430> import 'importlib.machinery' # <<< 172629 1726889031.86302: 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' <<< 172629 1726889031.86335: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a76630> <<< 172629 1726889031.86360: 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 <<< 172629 1726889031.86385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889031.86422: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726889031.86444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a94860> import 'errno' # <<< 172629 1726889031.86482: 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' <<< 172629 1726889031.86498: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa2e1a95f40> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889031.86536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726889031.86540: 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' <<< 172629 1726889031.86595: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a96de0> # 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 0x7fa2e1a97440> <<< 172629 1726889031.86613: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a96330> <<< 172629 1726889031.86629: 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' <<< 172629 1726889031.86684: 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 0x7fa2e1a97e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a975c0> <<< 172629 1726889031.86723: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a76690> <<< 172629 1726889031.86747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889031.86775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889031.86806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889031.86851: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.86872: 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 0x7fa2e1817d40> # /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' <<< 172629 1726889031.86912: 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 0x7fa2e1844890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e18445f0> <<< 172629 1726889031.86951: 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 0x7fa2e1844830> <<< 172629 1726889031.86969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726889031.86982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726889031.87033: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.87167: 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 0x7fa2e1845190> <<< 172629 1726889031.87290: 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 0x7fa2e1845b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1844a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1815ee0> <<< 172629 1726889031.87329: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889031.87333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889031.87410: 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 0x7fa2e1846f30> <<< 172629 1726889031.87429: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1845a00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a76d80> <<< 172629 1726889031.87446: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889031.87513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889031.87527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889031.87567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889031.87592: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e186f2c0> <<< 172629 1726889031.87660: 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' <<< 172629 1726889031.87692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889031.87700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889031.87751: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1897650> <<< 172629 1726889031.87754: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889031.87796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889031.87856: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889031.87890: 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 0x7fa2e18f0470> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889031.87946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889031.87949: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889031.87986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889031.88070: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e18f2bd0> <<< 172629 1726889031.88149: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e18f0590> <<< 172629 1726889031.88179: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e18b5460> <<< 172629 1726889031.88215: 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 0x7fa2e16f5520> <<< 172629 1726889031.88239: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1896450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1847e90> <<< 172629 1726889031.88345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889031.88366: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa2e18967b0> <<< 172629 1726889031.88519: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_qxje_9rv/ansible_ansible.legacy.command_payload.zip' <<< 172629 1726889031.88523: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.88635: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.88666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889031.88672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889031.88718: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889031.88785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889031.88825: 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 0x7fa2e174b110> <<< 172629 1726889031.88830: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726889031.89012: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e172e000> <<< 172629 1726889031.89018: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e172d190> # zipimport: zlib available <<< 172629 1726889031.89054: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889031.89069: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.89081: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.89087: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.89113: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889031.89118: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.90513: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.91619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 172629 1726889031.91623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1748fe0> <<< 172629 1726889031.91647: 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' <<< 172629 1726889031.91677: 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' <<< 172629 1726889031.91711: 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' <<< 172629 1726889031.91743: 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' <<< 172629 1726889031.91749: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa2e1776b40> <<< 172629 1726889031.91778: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e17768d0> <<< 172629 1726889031.91817: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1776210> <<< 172629 1726889031.91829: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889031.91841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726889031.91880: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1776930> <<< 172629 1726889031.91883: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e174bda0> import 'atexit' # <<< 172629 1726889031.91919: 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 0x7fa2e17777a0> <<< 172629 1726889031.91943: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.91948: 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 0x7fa2e1777920> <<< 172629 1726889031.91969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889031.92005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889031.92028: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889031.92071: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1777dd0> <<< 172629 1726889031.92074: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889031.92094: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889031.92120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889031.92150: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1115a60> <<< 172629 1726889031.92179: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.92183: 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 0x7fa2e1117650> <<< 172629 1726889031.92212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889031.92217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889031.92259: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1117f50> <<< 172629 1726889031.92271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889031.92304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889031.92316: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e111d0d0> <<< 172629 1726889031.92339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889031.92371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889031.92392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726889031.92397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726889031.92446: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e111fbf0> <<< 172629 1726889031.92483: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.92492: 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 0x7fa2e1a96c60> <<< 172629 1726889031.92504: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e111dee0> <<< 172629 1726889031.92527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889031.92546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889031.92576: 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' <<< 172629 1726889031.92597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889031.92621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889031.92652: 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' <<< 172629 1726889031.92662: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1123bc0> <<< 172629 1726889031.92675: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889031.92740: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1122690> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e11223f0> <<< 172629 1726889031.92763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726889031.92768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726889031.92843: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1122960> <<< 172629 1726889031.92869: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e111e3f0> <<< 172629 1726889031.92893: 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 0x7fa2e1167e60> <<< 172629 1726889031.92925: 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 0x7fa2e1167e90> <<< 172629 1726889031.92944: 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 <<< 172629 1726889031.92965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889031.92985: 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' <<< 172629 1726889031.93024: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.93035: 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 0x7fa2e11699d0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1169790> <<< 172629 1726889031.93044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889031.93140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889031.93186: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.93189: 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 0x7fa2e116bf20> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e116a0c0> <<< 172629 1726889031.93219: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889031.93248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889031.93275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726889031.93285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726889031.93293: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726889031.93332: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e116f6e0> <<< 172629 1726889031.93452: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e116bfb0> <<< 172629 1726889031.93512: 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' <<< 172629 1726889031.93517: 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 0x7fa2e1170410> <<< 172629 1726889031.93547: 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' <<< 172629 1726889031.93549: 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 0x7fa2e11708c0> <<< 172629 1726889031.93586: 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' <<< 172629 1726889031.93589: 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 0x7fa2e1170950> <<< 172629 1726889031.93598: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e11680e0> <<< 172629 1726889031.93623: 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' <<< 172629 1726889031.93645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889031.93665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889031.93692: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.93714: 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 0x7fa2e11fc0b0><<< 172629 1726889031.93719: stdout chunk (state=3): >>> <<< 172629 1726889031.93862: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.93877: 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 0x7fa2e11fd100> <<< 172629 1726889031.93880: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1172840> <<< 172629 1726889031.93907: 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' <<< 172629 1726889031.93922: 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 0x7fa2e1173bc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1172480> <<< 172629 1726889031.93941: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.93944: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.93947: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 172629 1726889031.93965: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.94049: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.94138: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.94146: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726889031.94180: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.94185: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.94192: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 172629 1726889031.94201: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.94317: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.94431: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.94959: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.95480: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726889031.95499: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726889031.95503: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 172629 1726889031.95516: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889031.95535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889031.95580: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889031.95585: 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 0x7fa2e10011f0> <<< 172629 1726889031.95665: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 172629 1726889031.95671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 172629 1726889031.95690: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1001f40> <<< 172629 1726889031.95694: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e11fd310> <<< 172629 1726889031.95735: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889031.95752: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.95771: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.95785: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726889031.95790: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.95938: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.96088: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726889031.96094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1001fd0> <<< 172629 1726889031.96112: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.96559: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.96994: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.97067: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.97138: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889031.97143: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.97183: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.97218: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889031.97232: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.97295: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.97377: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889031.97380: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.97410: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726889031.97425: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.97468: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.97504: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889031.97509: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.97732: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.97960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889031.98013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889031.98022: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889031.98091: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1003140> <<< 172629 1726889031.98096: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.98172: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.98244: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726889031.98247: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726889031.98271: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726889031.98279: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.98322: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.98361: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889031.98372: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.98412: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.98459: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.98511: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.98577: 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 <<< 172629 1726889031.98609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889031.98687: 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 0x7fa2e100de50> <<< 172629 1726889031.98719: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e100bb00> <<< 172629 1726889031.98759: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726889031.98765: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.98825: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.98886: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.98914: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.98962: 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' <<< 172629 1726889031.98978: 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 <<< 172629 1726889031.98997: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889031.99020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889031.99072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889031.99097: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889031.99107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889031.99166: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e17c6750> <<< 172629 1726889031.99203: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e17aa420> <<< 172629 1726889031.99281: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e100df70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1000d70> # destroy ansible.module_utils.distro <<< 172629 1726889031.99291: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726889031.99326: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.99351: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726889031.99358: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889031.99407: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889031.99434: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.99439: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.99449: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 172629 1726889031.99452: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.99560: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889031.99678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726889031.99682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726889031.99690: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1777f20> <<< 172629 1726889031.99771: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.00208: stdout chunk (state=3): >>> <<< 172629 1726889032.00230: stdout chunk (state=3): >>>{"changed": true, "stdout": "Filename\t\t\t\tType\t\tSize\t\tUsed\t\tPriority", "stderr": "", "rc": 0, "cmd": ["cat", "/proc/swaps"], "start": "2024-09-20 23:23:51.997853", "end": "2024-09-20 23:23:52.001027", "delta": "0:00:00.003174", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /proc/swaps", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 172629 1726889032.00244: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889032.00634: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889032.00651: 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 <<< 172629 1726889032.00684: stdout chunk (state=3): >>># cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc <<< 172629 1726889032.00689: stdout chunk (state=3): >>># 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 <<< 172629 1726889032.00727: 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 <<< 172629 1726889032.00742: stdout chunk (state=3): >>># cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset <<< 172629 1726889032.00756: stdout chunk (state=3): >>># destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing <<< 172629 1726889032.00780: stdout chunk (state=3): >>># cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner <<< 172629 1726889032.00798: 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 # 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 <<< 172629 1726889032.00823: stdout chunk (state=3): >>># cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text <<< 172629 1726889032.00845: 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 # 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 <<< 172629 1726889032.00848: 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<<< 172629 1726889032.00853: stdout chunk (state=3): >>> # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 172629 1726889032.01102: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889032.01118: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726889032.01146: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726889032.01162: stdout chunk (state=3): >>># destroy _blake2 <<< 172629 1726889032.01166: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 172629 1726889032.01180: stdout chunk (state=3): >>># destroy zipfile._path <<< 172629 1726889032.01183: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 172629 1726889032.01229: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889032.01235: stdout chunk (state=3): >>># destroy importlib <<< 172629 1726889032.01242: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 172629 1726889032.01265: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 172629 1726889032.01286: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 172629 1726889032.01289: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726889032.01313: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726889032.01332: stdout chunk (state=3): >>># destroy fnmatch <<< 172629 1726889032.01342: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726889032.01359: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 172629 1726889032.01381: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726889032.01385: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889032.01440: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726889032.01444: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime <<< 172629 1726889032.01472: stdout chunk (state=3): >>># cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 172629 1726889032.01490: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing <<< 172629 1726889032.01506: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib <<< 172629 1726889032.01520: stdout chunk (state=3): >>># cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 172629 1726889032.01524: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726889032.01564: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections <<< 172629 1726889032.01567: stdout chunk (state=3): >>># cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 172629 1726889032.01591: 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 <<< 172629 1726889032.01609: 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 <<< 172629 1726889032.01612: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader <<< 172629 1726889032.01641: stdout chunk (state=3): >>># destroy systemd._journal # destroy _datetime <<< 172629 1726889032.01766: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726889032.01769: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726889032.01777: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889032.01801: stdout chunk (state=3): >>># destroy platform <<< 172629 1726889032.01807: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 172629 1726889032.01839: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726889032.01874: 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 <<< 172629 1726889032.01877: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal<<< 172629 1726889032.01901: stdout chunk (state=3): >>> # clear sys.meta_path # clear sys.modules <<< 172629 1726889032.01927: stdout chunk (state=3): >>># destroy _frozen_importlib <<< 172629 1726889032.02007: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 172629 1726889032.02010: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 172629 1726889032.02015: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 172629 1726889032.02046: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726889032.02061: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726889032.02079: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726889032.02097: stdout chunk (state=3): >>># destroy itertools <<< 172629 1726889032.02112: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726889032.02431: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889032.02470: stderr chunk (state=3): >>><<< 172629 1726889032.02473: stdout chunk (state=3): >>><<< 172629 1726889032.02549: _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 0x7fa2e1bbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1b8bb00> # /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 0x7fa2e1bbea50> 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 0x7fa2e1bcd130> # /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 0x7fa2e1bce120> 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 0x7fa2e19ebf50> # /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 0x7fa2e1a000e0> # /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 0x7fa2e1a23920> # /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 0x7fa2e1a23fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a03bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a01340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e19e9100> # /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 0x7fa2e1a478c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a464e0> # /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 0x7fa2e1a021e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a44c20> # /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 0x7fa2e1a74920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e19e8380> # /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 0x7fa2e1a74dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a74c80> # 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 0x7fa2e1a75070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e19e6ea0> # /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 0x7fa2e1a75730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a75430> 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 0x7fa2e1a76630> 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 0x7fa2e1a94860> 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 0x7fa2e1a95f40> # /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 0x7fa2e1a96de0> # 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 0x7fa2e1a97440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a96330> # /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 0x7fa2e1a97e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a975c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a76690> # /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 0x7fa2e1817d40> # /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 0x7fa2e1844890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e18445f0> # 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 0x7fa2e1844830> # /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 0x7fa2e1845190> # 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 0x7fa2e1845b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1844a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1815ee0> # /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 0x7fa2e1846f30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1845a00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1a76d80> # /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 0x7fa2e186f2c0> # /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 0x7fa2e1897650> # /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 0x7fa2e18f0470> # /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 0x7fa2e18f2bd0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e18f0590> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e18b5460> # /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 0x7fa2e16f5520> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1896450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1847e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa2e18967b0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_qxje_9rv/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e174b110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e172e000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e172d190> # 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 0x7fa2e1748fe0> # /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 0x7fa2e1776b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e17768d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1776210> # /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 0x7fa2e1776930> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e174bda0> 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 0x7fa2e17777a0> # 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 0x7fa2e1777920> # /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 0x7fa2e1777dd0> 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 0x7fa2e1115a60> # 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 0x7fa2e1117650> # /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 0x7fa2e1117f50> # /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 0x7fa2e111d0d0> # /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 0x7fa2e111fbf0> # 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 0x7fa2e1a96c60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e111dee0> # /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 0x7fa2e1123bc0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1122690> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e11223f0> # /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 0x7fa2e1122960> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e111e3f0> # 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 0x7fa2e1167e60> # /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 0x7fa2e1167e90> # /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 0x7fa2e11699d0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1169790> # /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 0x7fa2e116bf20> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e116a0c0> # /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 0x7fa2e116f6e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e116bfb0> # 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 0x7fa2e1170410> # 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 0x7fa2e11708c0> # 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 0x7fa2e1170950> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e11680e0> # /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 0x7fa2e11fc0b0> # 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 0x7fa2e11fd100> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1172840> # 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 0x7fa2e1173bc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1172480> # 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 0x7fa2e10011f0> # /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 0x7fa2e1001f40> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e11fd310> 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 0x7fa2e1001fd0> # 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 0x7fa2e1003140> # 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 0x7fa2e100de50> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e100bb00> 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 0x7fa2e17c6750> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e17aa420> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e100df70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1000d70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2e1777f20> # zipimport: zlib available {"changed": true, "stdout": "Filename\t\t\t\tType\t\tSize\t\tUsed\t\tPriority", "stderr": "", "rc": 0, "cmd": ["cat", "/proc/swaps"], "start": "2024-09-20 23:23:51.997853", "end": "2024-09-20 23:23:52.001027", "delta": "0:00:00.003174", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /proc/swaps", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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. 172629 1726889032.03100: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /proc/swaps', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726889031.7312925-177399-64737369766554/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889032.03103: _low_level_execute_command(): starting 172629 1726889032.03105: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889031.7312925-177399-64737369766554/ > /dev/null 2>&1 && sleep 0' 172629 1726889032.03245: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889032.03248: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889032.03251: 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 <<< 172629 1726889032.03253: 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 <<< 172629 1726889032.03257: 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 <<< 172629 1726889032.03260: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889032.03315: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889032.03320: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889032.03326: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889032.03364: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889032.05208: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889032.05239: stderr chunk (state=3): >>><<< 172629 1726889032.05243: stdout chunk (state=3): >>><<< 172629 1726889032.05263: _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 172629 1726889032.05269: handler run complete 172629 1726889032.05289: Evaluated conditional (False): False 172629 1726889032.05298: attempt loop complete, returning result 172629 1726889032.05300: _execute() done 172629 1726889032.05303: dumping result to json 172629 1726889032.05308: done dumping result, returning 172629 1726889032.05315: done running TaskExecutor() for managed_node1/TASK: Gather swap info [0affc8a3-6f6f-d0a8-add8-000000002f93] 172629 1726889032.05320: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f93 172629 1726889032.05419: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f93 172629 1726889032.05421: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003174", "end": "2024-09-20 23:23:52.001027", "rc": 0, "start": "2024-09-20 23:23:51.997853" } STDOUT: Filename Type Size Used Priority 172629 1726889032.05494: no more pending results, returning what we have 172629 1726889032.05498: results queue empty 172629 1726889032.05499: checking for any_errors_fatal 172629 1726889032.05506: done checking for any_errors_fatal 172629 1726889032.05507: checking for max_fail_percentage 172629 1726889032.05509: done checking for max_fail_percentage 172629 1726889032.05510: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.05510: done checking to see if all hosts have failed 172629 1726889032.05511: getting the remaining hosts for this loop 172629 1726889032.05513: done getting the remaining hosts for this loop 172629 1726889032.05516: getting the next task for host managed_node1 172629 1726889032.05524: done getting next task for host managed_node1 172629 1726889032.05526: ^ task is: TASK: Verify swap status 172629 1726889032.05531: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889032.05535: getting variables 172629 1726889032.05536: in VariableManager get_vars() 172629 1726889032.05585: Calling all_inventory to load vars for managed_node1 172629 1726889032.05588: Calling groups_inventory to load vars for managed_node1 172629 1726889032.05591: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.05604: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.05606: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.05609: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.06004: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889032.06357: done with get_vars() 172629 1726889032.06370: done getting variables 172629 1726889032.06412: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify swap status] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Friday 20 September 2024 23:23:52 -0400 (0:00:00.372) 0:02:12.344 ****** 172629 1726889032.06442: entering _queue_task() for managed_node1/assert 172629 1726889032.06673: worker is 1 (out of 1 available) 172629 1726889032.06689: exiting _queue_task() for managed_node1/assert 172629 1726889032.06702: done queuing things up, now waiting for results queue to drain 172629 1726889032.06704: waiting for pending results... 172629 1726889032.06897: running TaskExecutor() for managed_node1/TASK: Verify swap status 172629 1726889032.06984: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f94 172629 1726889032.06997: variable 'ansible_search_path' from source: unknown 172629 1726889032.07027: calling self._execute() 172629 1726889032.07122: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.07126: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.07135: variable 'omit' from source: magic vars 172629 1726889032.07426: variable 'storage_test_volume' from source: include params 172629 1726889032.07453: Evaluated conditional (storage_test_volume.fs_type == "swap"): True 172629 1726889032.07461: variable 'omit' from source: magic vars 172629 1726889032.07503: variable 'omit' from source: magic vars 172629 1726889032.07526: variable 'omit' from source: magic vars 172629 1726889032.07562: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889032.07594: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889032.07612: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889032.07625: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889032.07634: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889032.07661: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889032.07664: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.07667: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.07738: Set connection var ansible_timeout to 10 172629 1726889032.07742: Set connection var ansible_shell_type to sh 172629 1726889032.07750: Set connection var ansible_pipelining to False 172629 1726889032.07752: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889032.07762: Set connection var ansible_shell_executable to /bin/sh 172629 1726889032.07765: Set connection var ansible_connection to ssh 172629 1726889032.07780: variable 'ansible_shell_executable' from source: unknown 172629 1726889032.07783: variable 'ansible_connection' from source: unknown 172629 1726889032.07785: variable 'ansible_module_compression' from source: unknown 172629 1726889032.07790: variable 'ansible_shell_type' from source: unknown 172629 1726889032.07792: variable 'ansible_shell_executable' from source: unknown 172629 1726889032.07794: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.07805: variable 'ansible_pipelining' from source: unknown 172629 1726889032.07807: variable 'ansible_timeout' from source: unknown 172629 1726889032.07809: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.07916: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889032.07923: variable 'omit' from source: magic vars 172629 1726889032.07928: starting attempt loop 172629 1726889032.07931: running the handler 172629 1726889032.08094: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889032.09540: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889032.09588: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889032.09614: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889032.09640: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889032.09664: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889032.09720: 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) 172629 1726889032.09739: 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) 172629 1726889032.09764: 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) 172629 1726889032.09792: 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) 172629 1726889032.09803: 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) 172629 1726889032.09833: 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) 172629 1726889032.09849: 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) 172629 1726889032.09873: 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) 172629 1726889032.09897: 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) 172629 1726889032.09907: 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) 172629 1726889032.09937: 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) 172629 1726889032.09953: 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) 172629 1726889032.09978: 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) 172629 1726889032.10000: 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) 172629 1726889032.10011: 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) 172629 1726889032.10170: variable 'storage_test_swaps' from source: set_fact 172629 1726889032.10177: variable 'storage_test_sys_node' from source: set_fact 172629 1726889032.10192: variable 'storage_test_swap_expected_matches' from source: set_fact 172629 1726889032.10215: Evaluated conditional (storage_test_swaps.stdout | regex_findall('^' + storage_test_sys_node.stdout + ' ', multiline=True) | list | length | int == storage_test_swap_expected_matches | int): True 172629 1726889032.10219: handler run complete 172629 1726889032.10231: attempt loop complete, returning result 172629 1726889032.10234: _execute() done 172629 1726889032.10237: dumping result to json 172629 1726889032.10239: done dumping result, returning 172629 1726889032.10245: done running TaskExecutor() for managed_node1/TASK: Verify swap status [0affc8a3-6f6f-d0a8-add8-000000002f94] 172629 1726889032.10250: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f94 172629 1726889032.10343: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f94 172629 1726889032.10346: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889032.10398: no more pending results, returning what we have 172629 1726889032.10401: results queue empty 172629 1726889032.10402: checking for any_errors_fatal 172629 1726889032.10413: done checking for any_errors_fatal 172629 1726889032.10414: checking for max_fail_percentage 172629 1726889032.10416: done checking for max_fail_percentage 172629 1726889032.10417: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.10418: done checking to see if all hosts have failed 172629 1726889032.10419: getting the remaining hosts for this loop 172629 1726889032.10420: done getting the remaining hosts for this loop 172629 1726889032.10423: getting the next task for host managed_node1 172629 1726889032.10432: done getting next task for host managed_node1 172629 1726889032.10435: ^ task is: TASK: Unset facts 172629 1726889032.10439: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889032.10443: getting variables 172629 1726889032.10445: in VariableManager get_vars() 172629 1726889032.10495: Calling all_inventory to load vars for managed_node1 172629 1726889032.10498: Calling groups_inventory to load vars for managed_node1 172629 1726889032.10501: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.10511: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.10513: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.10516: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.10908: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889032.11247: done with get_vars() 172629 1726889032.11262: done getting variables 172629 1726889032.11303: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Unset facts] ************************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Friday 20 September 2024 23:23:52 -0400 (0:00:00.048) 0:02:12.393 ****** 172629 1726889032.11325: entering _queue_task() for managed_node1/set_fact 172629 1726889032.11558: worker is 1 (out of 1 available) 172629 1726889032.11573: exiting _queue_task() for managed_node1/set_fact 172629 1726889032.11586: done queuing things up, now waiting for results queue to drain 172629 1726889032.11588: waiting for pending results... 172629 1726889032.11782: running TaskExecutor() for managed_node1/TASK: Unset facts 172629 1726889032.11867: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f95 172629 1726889032.11881: variable 'ansible_search_path' from source: unknown 172629 1726889032.11911: calling self._execute() 172629 1726889032.12002: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.12007: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.12016: variable 'omit' from source: magic vars 172629 1726889032.12096: variable 'omit' from source: magic vars 172629 1726889032.12138: variable 'omit' from source: magic vars 172629 1726889032.12165: variable 'omit' from source: magic vars 172629 1726889032.12201: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889032.12235: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889032.12249: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889032.12267: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889032.12275: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889032.12302: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889032.12305: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.12308: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.12385: Set connection var ansible_timeout to 10 172629 1726889032.12389: Set connection var ansible_shell_type to sh 172629 1726889032.12396: Set connection var ansible_pipelining to False 172629 1726889032.12401: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889032.12405: Set connection var ansible_shell_executable to /bin/sh 172629 1726889032.12408: Set connection var ansible_connection to ssh 172629 1726889032.12424: variable 'ansible_shell_executable' from source: unknown 172629 1726889032.12427: variable 'ansible_connection' from source: unknown 172629 1726889032.12430: variable 'ansible_module_compression' from source: unknown 172629 1726889032.12432: variable 'ansible_shell_type' from source: unknown 172629 1726889032.12434: variable 'ansible_shell_executable' from source: unknown 172629 1726889032.12437: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.12441: variable 'ansible_pipelining' from source: unknown 172629 1726889032.12450: variable 'ansible_timeout' from source: unknown 172629 1726889032.12453: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.12554: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889032.12567: variable 'omit' from source: magic vars 172629 1726889032.12573: starting attempt loop 172629 1726889032.12576: running the handler 172629 1726889032.12588: handler run complete 172629 1726889032.12596: attempt loop complete, returning result 172629 1726889032.12599: _execute() done 172629 1726889032.12601: dumping result to json 172629 1726889032.12603: done dumping result, returning 172629 1726889032.12610: done running TaskExecutor() for managed_node1/TASK: Unset facts [0affc8a3-6f6f-d0a8-add8-000000002f95] 172629 1726889032.12615: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f95 172629 1726889032.12699: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f95 172629 1726889032.12702: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } 172629 1726889032.12766: no more pending results, returning what we have 172629 1726889032.12768: results queue empty 172629 1726889032.12770: checking for any_errors_fatal 172629 1726889032.12782: done checking for any_errors_fatal 172629 1726889032.12782: checking for max_fail_percentage 172629 1726889032.12784: done checking for max_fail_percentage 172629 1726889032.12785: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.12786: done checking to see if all hosts have failed 172629 1726889032.12787: getting the remaining hosts for this loop 172629 1726889032.12788: done getting the remaining hosts for this loop 172629 1726889032.12791: getting the next task for host managed_node1 172629 1726889032.12801: done getting next task for host managed_node1 172629 1726889032.12804: ^ task is: TASK: Set some variables for fstab checking 172629 1726889032.12808: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889032.12814: getting variables 172629 1726889032.12816: in VariableManager get_vars() 172629 1726889032.12845: Calling all_inventory to load vars for managed_node1 172629 1726889032.12847: Calling groups_inventory to load vars for managed_node1 172629 1726889032.12850: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.12866: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.12869: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.12872: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.13208: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889032.13547: done with get_vars() 172629 1726889032.13561: done getting variables 172629 1726889032.13600: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Friday 20 September 2024 23:23:52 -0400 (0:00:00.022) 0:02:12.416 ****** 172629 1726889032.13625: entering _queue_task() for managed_node1/set_fact 172629 1726889032.13844: worker is 1 (out of 1 available) 172629 1726889032.13860: exiting _queue_task() for managed_node1/set_fact 172629 1726889032.13873: done queuing things up, now waiting for results queue to drain 172629 1726889032.13874: waiting for pending results... 172629 1726889032.14059: running TaskExecutor() for managed_node1/TASK: Set some variables for fstab checking 172629 1726889032.14150: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f99 172629 1726889032.14166: variable 'ansible_search_path' from source: unknown 172629 1726889032.14192: calling self._execute() 172629 1726889032.14284: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.14287: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.14297: variable 'omit' from source: magic vars 172629 1726889032.14384: variable 'omit' from source: magic vars 172629 1726889032.14422: variable 'omit' from source: magic vars 172629 1726889032.14653: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889032.16530: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889032.16577: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889032.16617: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889032.16643: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889032.16666: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889032.16725: 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) 172629 1726889032.16746: 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) 172629 1726889032.16768: 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) 172629 1726889032.16794: 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) 172629 1726889032.16804: 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) 172629 1726889032.16841: 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) 172629 1726889032.16858: 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) 172629 1726889032.16877: 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) 172629 1726889032.16901: 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) 172629 1726889032.16911: 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) 172629 1726889032.16961: 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) 172629 1726889032.16978: 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) 172629 1726889032.16994: 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) 172629 1726889032.17017: 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) 172629 1726889032.17027: 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) 172629 1726889032.17138: variable 'storage_test_fstab' from source: set_fact 172629 1726889032.17151: variable 'storage_test_volume' from source: include params 172629 1726889032.17237: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889032.17348: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889032.17379: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889032.17402: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889032.17423: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889032.17452: 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) 172629 1726889032.17474: 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) 172629 1726889032.17492: 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) 172629 1726889032.17509: 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) 172629 1726889032.17662: 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) 172629 1726889032.17681: 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) 172629 1726889032.17700: 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) 172629 1726889032.17725: 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) 172629 1726889032.17735: 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) 172629 1726889032.17872: variable '__mount_point' from source: task vars 172629 1726889032.17927: variable 'storage_test_volume' from source: include params 172629 1726889032.17946: variable 'storage_test_fstab' from source: set_fact 172629 1726889032.18150: variable '_storage_test_volume_present' from source: set_fact 172629 1726889032.18154: variable '__mount_point' from source: task vars 172629 1726889032.18204: variable 'storage_test_volume' from source: include params 172629 1726889032.18216: variable 'storage_test_volume' from source: include params 172629 1726889032.18325: variable '_storage_test_volume_present' from source: set_fact 172629 1726889032.18328: variable '__mount_point' from source: task vars 172629 1726889032.18383: variable 'storage_test_volume' from source: include params 172629 1726889032.18605: variable '__mount_options' from source: task vars 172629 1726889032.18651: variable 'storage_test_volume' from source: include params 172629 1726889032.18672: variable '__mount_point' from source: task vars 172629 1726889032.18717: variable 'storage_test_volume' from source: include params 172629 1726889032.18728: variable 'storage_test_fstab' from source: set_fact 172629 1726889032.18734: variable '__pattern' from source: task vars 172629 1726889032.18800: variable '__mount_point' from source: task vars 172629 1726889032.18848: variable 'storage_test_volume' from source: include params 172629 1726889032.18863: variable '__mount_options' from source: task vars 172629 1726889032.18913: variable 'storage_test_volume' from source: include params 172629 1726889032.19024: variable '_storage_test_volume_present' from source: set_fact 172629 1726889032.19028: variable '__mount_options' from source: task vars 172629 1726889032.19081: variable 'storage_test_volume' from source: include params 172629 1726889032.19102: variable 'omit' from source: magic vars 172629 1726889032.19124: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889032.19145: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889032.19165: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889032.19178: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889032.19187: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889032.19210: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889032.19215: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.19217: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.19288: Set connection var ansible_timeout to 10 172629 1726889032.19292: Set connection var ansible_shell_type to sh 172629 1726889032.19299: Set connection var ansible_pipelining to False 172629 1726889032.19303: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889032.19308: Set connection var ansible_shell_executable to /bin/sh 172629 1726889032.19310: Set connection var ansible_connection to ssh 172629 1726889032.19333: variable 'ansible_shell_executable' from source: unknown 172629 1726889032.19336: variable 'ansible_connection' from source: unknown 172629 1726889032.19338: variable 'ansible_module_compression' from source: unknown 172629 1726889032.19341: variable 'ansible_shell_type' from source: unknown 172629 1726889032.19343: variable 'ansible_shell_executable' from source: unknown 172629 1726889032.19345: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.19348: variable 'ansible_pipelining' from source: unknown 172629 1726889032.19350: variable 'ansible_timeout' from source: unknown 172629 1726889032.19352: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.19426: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889032.19437: variable 'omit' from source: magic vars 172629 1726889032.19440: starting attempt loop 172629 1726889032.19442: running the handler 172629 1726889032.19460: handler run complete 172629 1726889032.19471: attempt loop complete, returning result 172629 1726889032.19473: _execute() done 172629 1726889032.19476: dumping result to json 172629 1726889032.19478: done dumping result, returning 172629 1726889032.19485: done running TaskExecutor() for managed_node1/TASK: Set some variables for fstab checking [0affc8a3-6f6f-d0a8-add8-000000002f99] 172629 1726889032.19489: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f99 172629 1726889032.19587: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f99 172629 1726889032.19590: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } 172629 1726889032.19650: no more pending results, returning what we have 172629 1726889032.19653: results queue empty 172629 1726889032.19654: checking for any_errors_fatal 172629 1726889032.19662: done checking for any_errors_fatal 172629 1726889032.19663: checking for max_fail_percentage 172629 1726889032.19669: done checking for max_fail_percentage 172629 1726889032.19670: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.19671: done checking to see if all hosts have failed 172629 1726889032.19672: getting the remaining hosts for this loop 172629 1726889032.19673: done getting the remaining hosts for this loop 172629 1726889032.19677: getting the next task for host managed_node1 172629 1726889032.19685: done getting next task for host managed_node1 172629 1726889032.19688: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 172629 1726889032.19692: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889032.19696: getting variables 172629 1726889032.19698: in VariableManager get_vars() 172629 1726889032.19741: Calling all_inventory to load vars for managed_node1 172629 1726889032.19744: Calling groups_inventory to load vars for managed_node1 172629 1726889032.19748: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.19761: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.19764: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.19767: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.20417: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889032.20743: done with get_vars() 172629 1726889032.20761: done getting variables 172629 1726889032.20805: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Friday 20 September 2024 23:23:52 -0400 (0:00:00.072) 0:02:12.488 ****** 172629 1726889032.20828: entering _queue_task() for managed_node1/assert 172629 1726889032.21077: worker is 1 (out of 1 available) 172629 1726889032.21092: exiting _queue_task() for managed_node1/assert 172629 1726889032.21105: done queuing things up, now waiting for results queue to drain 172629 1726889032.21106: waiting for pending results... 172629 1726889032.21306: running TaskExecutor() for managed_node1/TASK: Verify that the device identifier appears in /etc/fstab 172629 1726889032.21424: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f9a 172629 1726889032.21438: variable 'ansible_search_path' from source: unknown 172629 1726889032.21472: calling self._execute() 172629 1726889032.21563: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.21566: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.21575: variable 'omit' from source: magic vars 172629 1726889032.21845: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889032.23398: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889032.23453: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889032.23486: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889032.23513: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889032.23533: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889032.23609: variable '_storage_test_volume_present' from source: set_fact 172629 1726889032.23627: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889032.23630: when evaluation is False, skipping this task 172629 1726889032.23633: _execute() done 172629 1726889032.23635: dumping result to json 172629 1726889032.23638: done dumping result, returning 172629 1726889032.23641: done running TaskExecutor() for managed_node1/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-d0a8-add8-000000002f9a] 172629 1726889032.23650: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f9a 172629 1726889032.23739: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f9a 172629 1726889032.23743: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 172629 1726889032.23796: no more pending results, returning what we have 172629 1726889032.23799: results queue empty 172629 1726889032.23800: checking for any_errors_fatal 172629 1726889032.23812: done checking for any_errors_fatal 172629 1726889032.23812: checking for max_fail_percentage 172629 1726889032.23814: done checking for max_fail_percentage 172629 1726889032.23815: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.23816: done checking to see if all hosts have failed 172629 1726889032.23816: getting the remaining hosts for this loop 172629 1726889032.23819: done getting the remaining hosts for this loop 172629 1726889032.23822: getting the next task for host managed_node1 172629 1726889032.23830: done getting next task for host managed_node1 172629 1726889032.23833: ^ task is: TASK: Verify the fstab mount point 172629 1726889032.23837: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889032.23841: getting variables 172629 1726889032.23843: in VariableManager get_vars() 172629 1726889032.23884: Calling all_inventory to load vars for managed_node1 172629 1726889032.23887: Calling groups_inventory to load vars for managed_node1 172629 1726889032.23891: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.23902: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.23905: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.23908: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.24300: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889032.24660: done with get_vars() 172629 1726889032.24672: done getting variables 172629 1726889032.24714: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Friday 20 September 2024 23:23:52 -0400 (0:00:00.039) 0:02:12.527 ****** 172629 1726889032.24738: entering _queue_task() for managed_node1/assert 172629 1726889032.24976: worker is 1 (out of 1 available) 172629 1726889032.24992: exiting _queue_task() for managed_node1/assert 172629 1726889032.25005: done queuing things up, now waiting for results queue to drain 172629 1726889032.25006: waiting for pending results... 172629 1726889032.25201: running TaskExecutor() for managed_node1/TASK: Verify the fstab mount point 172629 1726889032.25305: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f9b 172629 1726889032.25316: variable 'ansible_search_path' from source: unknown 172629 1726889032.25346: calling self._execute() 172629 1726889032.25436: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.25441: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.25450: variable 'omit' from source: magic vars 172629 1726889032.25535: variable 'omit' from source: magic vars 172629 1726889032.25580: variable 'omit' from source: magic vars 172629 1726889032.25783: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 172629 1726889032.25789: variable 'storage_test_volume' from source: include params 172629 1726889032.25827: variable 'omit' from source: magic vars 172629 1726889032.25863: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889032.25898: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889032.25911: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889032.25925: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889032.25936: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889032.25964: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889032.25968: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.25970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.26042: Set connection var ansible_timeout to 10 172629 1726889032.26045: Set connection var ansible_shell_type to sh 172629 1726889032.26051: Set connection var ansible_pipelining to False 172629 1726889032.26060: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889032.26065: Set connection var ansible_shell_executable to /bin/sh 172629 1726889032.26068: Set connection var ansible_connection to ssh 172629 1726889032.26084: variable 'ansible_shell_executable' from source: unknown 172629 1726889032.26087: variable 'ansible_connection' from source: unknown 172629 1726889032.26089: variable 'ansible_module_compression' from source: unknown 172629 1726889032.26092: variable 'ansible_shell_type' from source: unknown 172629 1726889032.26094: variable 'ansible_shell_executable' from source: unknown 172629 1726889032.26098: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.26100: variable 'ansible_pipelining' from source: unknown 172629 1726889032.26102: variable 'ansible_timeout' from source: unknown 172629 1726889032.26105: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.26212: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889032.26226: variable 'omit' from source: magic vars 172629 1726889032.26230: starting attempt loop 172629 1726889032.26232: running the handler 172629 1726889032.26360: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889032.27861: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889032.27901: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889032.27928: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889032.27954: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889032.27980: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889032.28030: 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) 172629 1726889032.28049: 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) 172629 1726889032.28071: 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) 172629 1726889032.28100: 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) 172629 1726889032.28111: 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) 172629 1726889032.28145: 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) 172629 1726889032.28166: 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) 172629 1726889032.28184: 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) 172629 1726889032.28212: 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) 172629 1726889032.28222: 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) 172629 1726889032.28304: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 172629 1726889032.28308: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 172629 1726889032.28317: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 172629 1726889032.28323: handler run complete 172629 1726889032.28334: attempt loop complete, returning result 172629 1726889032.28337: _execute() done 172629 1726889032.28340: dumping result to json 172629 1726889032.28343: done dumping result, returning 172629 1726889032.28348: done running TaskExecutor() for managed_node1/TASK: Verify the fstab mount point [0affc8a3-6f6f-d0a8-add8-000000002f9b] 172629 1726889032.28353: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f9b 172629 1726889032.28440: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f9b 172629 1726889032.28443: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889032.28489: no more pending results, returning what we have 172629 1726889032.28493: results queue empty 172629 1726889032.28494: checking for any_errors_fatal 172629 1726889032.28505: done checking for any_errors_fatal 172629 1726889032.28513: checking for max_fail_percentage 172629 1726889032.28515: done checking for max_fail_percentage 172629 1726889032.28516: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.28516: done checking to see if all hosts have failed 172629 1726889032.28517: getting the remaining hosts for this loop 172629 1726889032.28519: done getting the remaining hosts for this loop 172629 1726889032.28522: getting the next task for host managed_node1 172629 1726889032.28530: done getting next task for host managed_node1 172629 1726889032.28533: ^ task is: TASK: Verify mount_options 172629 1726889032.28537: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889032.28541: getting variables 172629 1726889032.28543: in VariableManager get_vars() 172629 1726889032.28585: Calling all_inventory to load vars for managed_node1 172629 1726889032.28588: Calling groups_inventory to load vars for managed_node1 172629 1726889032.28591: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.28602: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.28605: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.28608: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.29002: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889032.29346: done with get_vars() 172629 1726889032.29361: done getting variables 172629 1726889032.29401: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount_options] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Friday 20 September 2024 23:23:52 -0400 (0:00:00.046) 0:02:12.574 ****** 172629 1726889032.29426: entering _queue_task() for managed_node1/assert 172629 1726889032.29654: worker is 1 (out of 1 available) 172629 1726889032.29669: exiting _queue_task() for managed_node1/assert 172629 1726889032.29682: done queuing things up, now waiting for results queue to drain 172629 1726889032.29683: waiting for pending results... 172629 1726889032.29890: running TaskExecutor() for managed_node1/TASK: Verify mount_options 172629 1726889032.29975: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f9c 172629 1726889032.29989: variable 'ansible_search_path' from source: unknown 172629 1726889032.30017: calling self._execute() 172629 1726889032.30108: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.30113: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.30124: variable 'omit' from source: magic vars 172629 1726889032.30409: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889032.31899: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889032.31959: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889032.31985: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889032.32011: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889032.32030: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889032.32092: 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) 172629 1726889032.32113: 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) 172629 1726889032.32130: 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) 172629 1726889032.32160: 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) 172629 1726889032.32171: 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) 172629 1726889032.32267: Evaluated conditional (__storage_verify_mount_options | d(false)): False 172629 1726889032.32273: when evaluation is False, skipping this task 172629 1726889032.32275: _execute() done 172629 1726889032.32278: dumping result to json 172629 1726889032.32280: done dumping result, returning 172629 1726889032.32283: done running TaskExecutor() for managed_node1/TASK: Verify mount_options [0affc8a3-6f6f-d0a8-add8-000000002f9c] 172629 1726889032.32294: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f9c 172629 1726889032.32386: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f9c 172629 1726889032.32389: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 172629 1726889032.32439: no more pending results, returning what we have 172629 1726889032.32443: results queue empty 172629 1726889032.32444: checking for any_errors_fatal 172629 1726889032.32450: done checking for any_errors_fatal 172629 1726889032.32451: checking for max_fail_percentage 172629 1726889032.32452: done checking for max_fail_percentage 172629 1726889032.32453: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.32461: done checking to see if all hosts have failed 172629 1726889032.32462: getting the remaining hosts for this loop 172629 1726889032.32465: done getting the remaining hosts for this loop 172629 1726889032.32468: getting the next task for host managed_node1 172629 1726889032.32477: done getting next task for host managed_node1 172629 1726889032.32479: ^ task is: TASK: Verify fingerprint 172629 1726889032.32484: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889032.32488: getting variables 172629 1726889032.32490: in VariableManager get_vars() 172629 1726889032.32534: Calling all_inventory to load vars for managed_node1 172629 1726889032.32537: Calling groups_inventory to load vars for managed_node1 172629 1726889032.32541: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.32552: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.32557: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.32561: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.32952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889032.33306: done with get_vars() 172629 1726889032.33318: done getting variables 172629 1726889032.33365: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Friday 20 September 2024 23:23:52 -0400 (0:00:00.039) 0:02:12.613 ****** 172629 1726889032.33389: entering _queue_task() for managed_node1/assert 172629 1726889032.33632: worker is 1 (out of 1 available) 172629 1726889032.33647: exiting _queue_task() for managed_node1/assert 172629 1726889032.33664: done queuing things up, now waiting for results queue to drain 172629 1726889032.33666: waiting for pending results... 172629 1726889032.33851: running TaskExecutor() for managed_node1/TASK: Verify fingerprint 172629 1726889032.33937: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f9d 172629 1726889032.33950: variable 'ansible_search_path' from source: unknown 172629 1726889032.33981: calling self._execute() 172629 1726889032.34072: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.34078: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.34088: variable 'omit' from source: magic vars 172629 1726889032.34174: variable 'omit' from source: magic vars 172629 1726889032.34212: variable 'omit' from source: magic vars 172629 1726889032.34236: variable 'omit' from source: magic vars 172629 1726889032.34274: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889032.34305: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889032.34323: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889032.34340: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889032.34350: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889032.34377: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889032.34381: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.34383: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.34459: Set connection var ansible_timeout to 10 172629 1726889032.34462: Set connection var ansible_shell_type to sh 172629 1726889032.34469: Set connection var ansible_pipelining to False 172629 1726889032.34473: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889032.34478: Set connection var ansible_shell_executable to /bin/sh 172629 1726889032.34481: Set connection var ansible_connection to ssh 172629 1726889032.34498: variable 'ansible_shell_executable' from source: unknown 172629 1726889032.34500: variable 'ansible_connection' from source: unknown 172629 1726889032.34503: variable 'ansible_module_compression' from source: unknown 172629 1726889032.34505: variable 'ansible_shell_type' from source: unknown 172629 1726889032.34508: variable 'ansible_shell_executable' from source: unknown 172629 1726889032.34512: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.34517: variable 'ansible_pipelining' from source: unknown 172629 1726889032.34519: variable 'ansible_timeout' from source: unknown 172629 1726889032.34523: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.34636: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889032.34646: variable 'omit' from source: magic vars 172629 1726889032.34653: starting attempt loop 172629 1726889032.34660: running the handler 172629 1726889032.34866: variable '__fingerprint' from source: task vars 172629 1726889032.34872: variable 'storage_test_fstab' from source: set_fact 172629 1726889032.34896: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 172629 1726889032.34902: handler run complete 172629 1726889032.34914: attempt loop complete, returning result 172629 1726889032.34917: _execute() done 172629 1726889032.34919: dumping result to json 172629 1726889032.34922: done dumping result, returning 172629 1726889032.34928: done running TaskExecutor() for managed_node1/TASK: Verify fingerprint [0affc8a3-6f6f-d0a8-add8-000000002f9d] 172629 1726889032.34933: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f9d 172629 1726889032.35022: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f9d 172629 1726889032.35025: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889032.35080: no more pending results, returning what we have 172629 1726889032.35084: results queue empty 172629 1726889032.35085: checking for any_errors_fatal 172629 1726889032.35094: done checking for any_errors_fatal 172629 1726889032.35094: checking for max_fail_percentage 172629 1726889032.35096: done checking for max_fail_percentage 172629 1726889032.35097: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.35098: done checking to see if all hosts have failed 172629 1726889032.35099: getting the remaining hosts for this loop 172629 1726889032.35101: done getting the remaining hosts for this loop 172629 1726889032.35104: getting the next task for host managed_node1 172629 1726889032.35112: done getting next task for host managed_node1 172629 1726889032.35115: ^ task is: TASK: Clean up variables 172629 1726889032.35119: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889032.35122: getting variables 172629 1726889032.35124: in VariableManager get_vars() 172629 1726889032.35165: Calling all_inventory to load vars for managed_node1 172629 1726889032.35167: Calling groups_inventory to load vars for managed_node1 172629 1726889032.35171: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.35180: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.35183: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.35186: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.35551: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889032.35902: done with get_vars() 172629 1726889032.35915: done getting variables 172629 1726889032.35959: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up variables] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Friday 20 September 2024 23:23:52 -0400 (0:00:00.025) 0:02:12.639 ****** 172629 1726889032.35982: entering _queue_task() for managed_node1/set_fact 172629 1726889032.36205: worker is 1 (out of 1 available) 172629 1726889032.36220: exiting _queue_task() for managed_node1/set_fact 172629 1726889032.36234: done queuing things up, now waiting for results queue to drain 172629 1726889032.36235: waiting for pending results... 172629 1726889032.36415: running TaskExecutor() for managed_node1/TASK: Clean up variables 172629 1726889032.36499: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f9e 172629 1726889032.36510: variable 'ansible_search_path' from source: unknown 172629 1726889032.36538: calling self._execute() 172629 1726889032.36629: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.36633: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.36642: variable 'omit' from source: magic vars 172629 1726889032.36726: variable 'omit' from source: magic vars 172629 1726889032.36764: variable 'omit' from source: magic vars 172629 1726889032.36794: variable 'omit' from source: magic vars 172629 1726889032.36828: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889032.36861: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889032.36880: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889032.36899: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889032.36908: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889032.36931: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889032.36935: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.36937: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.37012: Set connection var ansible_timeout to 10 172629 1726889032.37016: Set connection var ansible_shell_type to sh 172629 1726889032.37021: Set connection var ansible_pipelining to False 172629 1726889032.37027: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889032.37032: Set connection var ansible_shell_executable to /bin/sh 172629 1726889032.37035: Set connection var ansible_connection to ssh 172629 1726889032.37051: variable 'ansible_shell_executable' from source: unknown 172629 1726889032.37058: variable 'ansible_connection' from source: unknown 172629 1726889032.37062: variable 'ansible_module_compression' from source: unknown 172629 1726889032.37064: variable 'ansible_shell_type' from source: unknown 172629 1726889032.37067: variable 'ansible_shell_executable' from source: unknown 172629 1726889032.37069: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.37072: variable 'ansible_pipelining' from source: unknown 172629 1726889032.37074: variable 'ansible_timeout' from source: unknown 172629 1726889032.37076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.37187: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889032.37197: variable 'omit' from source: magic vars 172629 1726889032.37203: starting attempt loop 172629 1726889032.37206: running the handler 172629 1726889032.37218: handler run complete 172629 1726889032.37228: attempt loop complete, returning result 172629 1726889032.37230: _execute() done 172629 1726889032.37232: dumping result to json 172629 1726889032.37236: done dumping result, returning 172629 1726889032.37245: done running TaskExecutor() for managed_node1/TASK: Clean up variables [0affc8a3-6f6f-d0a8-add8-000000002f9e] 172629 1726889032.37248: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f9e 172629 1726889032.37332: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f9e 172629 1726889032.37334: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } 172629 1726889032.37396: no more pending results, returning what we have 172629 1726889032.37399: results queue empty 172629 1726889032.37400: checking for any_errors_fatal 172629 1726889032.37411: done checking for any_errors_fatal 172629 1726889032.37412: checking for max_fail_percentage 172629 1726889032.37413: done checking for max_fail_percentage 172629 1726889032.37414: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.37415: done checking to see if all hosts have failed 172629 1726889032.37416: getting the remaining hosts for this loop 172629 1726889032.37418: done getting the remaining hosts for this loop 172629 1726889032.37421: getting the next task for host managed_node1 172629 1726889032.37431: done getting next task for host managed_node1 172629 1726889032.37434: ^ task is: TASK: Verify fs type 172629 1726889032.37438: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889032.37442: getting variables 172629 1726889032.37444: in VariableManager get_vars() 172629 1726889032.37487: Calling all_inventory to load vars for managed_node1 172629 1726889032.37490: Calling groups_inventory to load vars for managed_node1 172629 1726889032.37493: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.37502: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.37505: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.37507: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.37867: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889032.38207: done with get_vars() 172629 1726889032.38219: done getting variables 172629 1726889032.38261: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fs type] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Friday 20 September 2024 23:23:52 -0400 (0:00:00.022) 0:02:12.662 ****** 172629 1726889032.38288: entering _queue_task() for managed_node1/assert 172629 1726889032.38508: worker is 1 (out of 1 available) 172629 1726889032.38523: exiting _queue_task() for managed_node1/assert 172629 1726889032.38535: done queuing things up, now waiting for results queue to drain 172629 1726889032.38537: waiting for pending results... 172629 1726889032.38734: running TaskExecutor() for managed_node1/TASK: Verify fs type 172629 1726889032.38821: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fa2 172629 1726889032.38833: variable 'ansible_search_path' from source: unknown 172629 1726889032.38867: calling self._execute() 172629 1726889032.38954: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.38963: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.38972: variable 'omit' from source: magic vars 172629 1726889032.39275: variable 'storage_test_volume' from source: include params 172629 1726889032.39306: Evaluated conditional (storage_test_volume.type != "stratis"): True 172629 1726889032.39386: variable 'storage_test_volume' from source: include params 172629 1726889032.39398: Evaluated conditional (storage_test_volume.fs_type): True 172629 1726889032.39470: variable '_storage_test_volume_present' from source: set_fact 172629 1726889032.39474: Evaluated conditional (_storage_test_volume_present): False 172629 1726889032.39478: when evaluation is False, skipping this task 172629 1726889032.39481: _execute() done 172629 1726889032.39484: dumping result to json 172629 1726889032.39486: done dumping result, returning 172629 1726889032.39492: done running TaskExecutor() for managed_node1/TASK: Verify fs type [0affc8a3-6f6f-d0a8-add8-000000002fa2] 172629 1726889032.39497: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fa2 skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889032.39639: no more pending results, returning what we have 172629 1726889032.39643: results queue empty 172629 1726889032.39644: checking for any_errors_fatal 172629 1726889032.39653: done checking for any_errors_fatal 172629 1726889032.39653: checking for max_fail_percentage 172629 1726889032.39657: done checking for max_fail_percentage 172629 1726889032.39658: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.39659: done checking to see if all hosts have failed 172629 1726889032.39660: getting the remaining hosts for this loop 172629 1726889032.39662: done getting the remaining hosts for this loop 172629 1726889032.39666: getting the next task for host managed_node1 172629 1726889032.39674: done getting next task for host managed_node1 172629 1726889032.39677: ^ task is: TASK: Verify fs label 172629 1726889032.39682: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889032.39686: getting variables 172629 1726889032.39687: in VariableManager get_vars() 172629 1726889032.39728: Calling all_inventory to load vars for managed_node1 172629 1726889032.39730: Calling groups_inventory to load vars for managed_node1 172629 1726889032.39734: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.39745: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.39748: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.39751: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.39768: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fa2 172629 1726889032.39771: WORKER PROCESS EXITING 172629 1726889032.40387: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889032.40711: done with get_vars() 172629 1726889032.40722: done getting variables 172629 1726889032.40768: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fs label] ********************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Friday 20 September 2024 23:23:52 -0400 (0:00:00.025) 0:02:12.687 ****** 172629 1726889032.40790: entering _queue_task() for managed_node1/assert 172629 1726889032.41026: worker is 1 (out of 1 available) 172629 1726889032.41040: exiting _queue_task() for managed_node1/assert 172629 1726889032.41053: done queuing things up, now waiting for results queue to drain 172629 1726889032.41054: waiting for pending results... 172629 1726889032.41247: running TaskExecutor() for managed_node1/TASK: Verify fs label 172629 1726889032.41356: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fa3 172629 1726889032.41370: variable 'ansible_search_path' from source: unknown 172629 1726889032.41400: calling self._execute() 172629 1726889032.41491: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.41497: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.41509: variable 'omit' from source: magic vars 172629 1726889032.41803: variable 'storage_test_volume' from source: include params 172629 1726889032.41836: Evaluated conditional (storage_test_volume.type != "stratis"): True 172629 1726889032.41949: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889032.43460: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889032.43517: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889032.43545: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889032.43581: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889032.43598: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889032.43659: variable '_storage_test_volume_present' from source: set_fact 172629 1726889032.43674: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889032.43677: when evaluation is False, skipping this task 172629 1726889032.43681: _execute() done 172629 1726889032.43684: dumping result to json 172629 1726889032.43686: done dumping result, returning 172629 1726889032.43697: done running TaskExecutor() for managed_node1/TASK: Verify fs label [0affc8a3-6f6f-d0a8-add8-000000002fa3] 172629 1726889032.43700: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fa3 172629 1726889032.43793: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fa3 skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 172629 1726889032.43846: no more pending results, returning what we have 172629 1726889032.43850: results queue empty 172629 1726889032.43851: checking for any_errors_fatal 172629 1726889032.43863: done checking for any_errors_fatal 172629 1726889032.43864: checking for max_fail_percentage 172629 1726889032.43866: done checking for max_fail_percentage 172629 1726889032.43867: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.43868: done checking to see if all hosts have failed 172629 1726889032.43868: getting the remaining hosts for this loop 172629 1726889032.43870: done getting the remaining hosts for this loop 172629 1726889032.43873: getting the next task for host managed_node1 172629 1726889032.43884: done getting next task for host managed_node1 172629 1726889032.43887: ^ task is: TASK: See whether the device node is present 172629 1726889032.43892: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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 172629 1726889032.43897: getting variables 172629 1726889032.43898: in VariableManager get_vars() 172629 1726889032.43940: Calling all_inventory to load vars for managed_node1 172629 1726889032.43942: Calling groups_inventory to load vars for managed_node1 172629 1726889032.43946: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.43965: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.43968: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.43973: WORKER PROCESS EXITING 172629 1726889032.43977: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.44357: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889032.44714: done with get_vars() 172629 1726889032.44728: done getting variables TASK [See whether the device node is present] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Friday 20 September 2024 23:23:52 -0400 (0:00:00.040) 0:02:12.727 ****** 172629 1726889032.44797: entering _queue_task() for managed_node1/stat 172629 1726889032.45033: worker is 1 (out of 1 available) 172629 1726889032.45047: exiting _queue_task() for managed_node1/stat 172629 1726889032.45062: done queuing things up, now waiting for results queue to drain 172629 1726889032.45063: waiting for pending results... 172629 1726889032.45253: running TaskExecutor() for managed_node1/TASK: See whether the device node is present 172629 1726889032.45367: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fa7 172629 1726889032.45381: variable 'ansible_search_path' from source: unknown 172629 1726889032.45412: calling self._execute() 172629 1726889032.45503: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.45508: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.45519: variable 'omit' from source: magic vars 172629 1726889032.45602: variable 'omit' from source: magic vars 172629 1726889032.45642: variable 'omit' from source: magic vars 172629 1726889032.45822: variable 'storage_test_volume' from source: include params 172629 1726889032.45864: variable 'omit' from source: magic vars 172629 1726889032.45898: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889032.45927: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889032.45944: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889032.45964: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889032.45974: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889032.45998: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889032.46001: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.46004: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.46077: Set connection var ansible_timeout to 10 172629 1726889032.46080: Set connection var ansible_shell_type to sh 172629 1726889032.46087: Set connection var ansible_pipelining to False 172629 1726889032.46092: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889032.46097: Set connection var ansible_shell_executable to /bin/sh 172629 1726889032.46100: Set connection var ansible_connection to ssh 172629 1726889032.46116: variable 'ansible_shell_executable' from source: unknown 172629 1726889032.46119: variable 'ansible_connection' from source: unknown 172629 1726889032.46122: variable 'ansible_module_compression' from source: unknown 172629 1726889032.46124: variable 'ansible_shell_type' from source: unknown 172629 1726889032.46127: variable 'ansible_shell_executable' from source: unknown 172629 1726889032.46129: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.46134: variable 'ansible_pipelining' from source: unknown 172629 1726889032.46136: variable 'ansible_timeout' from source: unknown 172629 1726889032.46140: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.46295: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889032.46305: variable 'omit' from source: magic vars 172629 1726889032.46310: starting attempt loop 172629 1726889032.46314: running the handler 172629 1726889032.46324: _low_level_execute_command(): starting 172629 1726889032.46331: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889032.46827: 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 <<< 172629 1726889032.46862: stderr 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 <<< 172629 1726889032.46866: 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 <<< 172629 1726889032.46869: 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 <<< 172629 1726889032.46916: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889032.46919: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889032.46921: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889032.46986: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889032.48698: stdout chunk (state=3): >>>/root <<< 172629 1726889032.48795: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889032.48829: stderr chunk (state=3): >>><<< 172629 1726889032.48832: stdout chunk (state=3): >>><<< 172629 1726889032.48853: _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 172629 1726889032.48870: _low_level_execute_command(): starting 172629 1726889032.48876: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889032.4885383-177424-199138784113539 `" && echo ansible-tmp-1726889032.4885383-177424-199138784113539="` echo /root/.ansible/tmp/ansible-tmp-1726889032.4885383-177424-199138784113539 `" ) && sleep 0' 172629 1726889032.49331: 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 <<< 172629 1726889032.49334: stderr 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 <<< 172629 1726889032.49337: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889032.49339: 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 <<< 172629 1726889032.49353: stderr 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 <<< 172629 1726889032.49400: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889032.49408: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889032.49410: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889032.49458: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889032.51345: stdout chunk (state=3): >>>ansible-tmp-1726889032.4885383-177424-199138784113539=/root/.ansible/tmp/ansible-tmp-1726889032.4885383-177424-199138784113539 <<< 172629 1726889032.51459: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889032.51488: stderr chunk (state=3): >>><<< 172629 1726889032.51491: stdout chunk (state=3): >>><<< 172629 1726889032.51512: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889032.4885383-177424-199138784113539=/root/.ansible/tmp/ansible-tmp-1726889032.4885383-177424-199138784113539 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889032.51562: variable 'ansible_module_compression' from source: unknown 172629 1726889032.51615: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726889032.51644: variable 'ansible_facts' from source: unknown 172629 1726889032.51708: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889032.4885383-177424-199138784113539/AnsiballZ_stat.py 172629 1726889032.51818: Sending initial data 172629 1726889032.51821: Sent initial data (155 bytes) 172629 1726889032.52298: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889032.52302: 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 <<< 172629 1726889032.52304: 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 <<< 172629 1726889032.52306: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889032.52308: 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 <<< 172629 1726889032.52357: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889032.52362: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889032.52368: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889032.52415: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889032.53954: 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" <<< 172629 1726889032.53961: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726889032.53997: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889032.54047: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmpg_aioc_h /root/.ansible/tmp/ansible-tmp-1726889032.4885383-177424-199138784113539/AnsiballZ_stat.py <<< 172629 1726889032.54050: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889032.4885383-177424-199138784113539/AnsiballZ_stat.py" <<< 172629 1726889032.54090: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmpg_aioc_h" to remote "/root/.ansible/tmp/ansible-tmp-1726889032.4885383-177424-199138784113539/AnsiballZ_stat.py" <<< 172629 1726889032.54097: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889032.4885383-177424-199138784113539/AnsiballZ_stat.py" <<< 172629 1726889032.54612: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889032.54659: stderr chunk (state=3): >>><<< 172629 1726889032.54663: stdout chunk (state=3): >>><<< 172629 1726889032.54701: done transferring module to remote 172629 1726889032.54713: _low_level_execute_command(): starting 172629 1726889032.54718: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889032.4885383-177424-199138784113539/ /root/.ansible/tmp/ansible-tmp-1726889032.4885383-177424-199138784113539/AnsiballZ_stat.py && sleep 0' 172629 1726889032.55141: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889032.55145: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889032.55180: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 172629 1726889032.55183: 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 <<< 172629 1726889032.55186: 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 <<< 172629 1726889032.55192: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889032.55244: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889032.55249: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889032.55251: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889032.55293: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889032.57034: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889032.57067: stderr chunk (state=3): >>><<< 172629 1726889032.57070: stdout chunk (state=3): >>><<< 172629 1726889032.57085: _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 172629 1726889032.57087: _low_level_execute_command(): starting 172629 1726889032.57093: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889032.4885383-177424-199138784113539/AnsiballZ_stat.py && sleep 0' 172629 1726889032.57522: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889032.57531: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889032.57553: 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 <<< 172629 1726889032.57559: 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 <<< 172629 1726889032.57562: stderr 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 <<< 172629 1726889032.57620: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889032.57627: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889032.57629: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889032.57679: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889032.59794: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889032.59826: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889032.59861: stdout chunk (state=3): >>>import '_thread' # <<< 172629 1726889032.59866: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 172629 1726889032.59930: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726889032.59936: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726889032.59970: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889032.60001: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889032.60026: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726889032.60036: stdout chunk (state=3): >>>import 'zipimport' # <<< 172629 1726889032.60042: stdout chunk (state=3): >>># installed zipimport hook <<< 172629 1726889032.60089: 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' <<< 172629 1726889032.60108: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889032.60133: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889032.60175: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889032.60200: 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 0x7f8d84c184d0><<< 172629 1726889032.60203: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84be7b30> <<< 172629 1726889032.60236: 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' <<< 172629 1726889032.60250: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84c1aa50> <<< 172629 1726889032.60269: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889032.60295: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726889032.60322: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889032.60351: stdout chunk (state=3): >>>import '_stat' # <<< 172629 1726889032.60358: stdout chunk (state=3): >>>import 'stat' # <<< 172629 1726889032.60438: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889032.60465: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889032.60503: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889032.60517: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889032.60536: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726889032.60553: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726889032.60564: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889032.60588: 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' <<< 172629 1726889032.60619: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d849e9130> <<< 172629 1726889032.60682: 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 <<< 172629 1726889032.60687: 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 0x7f8d849ea120> <<< 172629 1726889032.60722: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889032.60746: 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. <<< 172629 1726889032.60979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889032.60984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889032.61015: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726889032.61020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889032.61047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889032.61079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889032.61102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889032.61120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889032.61144: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a26ea0> <<< 172629 1726889032.61166: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889032.61175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889032.61199: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726889032.61208: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a3c1a0> <<< 172629 1726889032.61217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889032.61251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889032.61274: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889032.61324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889032.61336: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889032.61369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726889032.61378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a5fa40> <<< 172629 1726889032.61401: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726889032.61404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a80110> <<< 172629 1726889032.61427: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889032.61471: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a3fce0> <<< 172629 1726889032.61489: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889032.61514: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a3d400> <<< 172629 1726889032.61610: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a251c0> <<< 172629 1726889032.61628: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889032.61653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889032.61661: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889032.61685: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889032.61708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889032.61728: 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' <<< 172629 1726889032.61771: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a83980> <<< 172629 1726889032.61775: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a825a0> <<< 172629 1726889032.61814: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726889032.61817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 172629 1726889032.61823: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a3e2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a80e30> <<< 172629 1726889032.61883: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726889032.61886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84ab0a10> <<< 172629 1726889032.61889: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a24440> <<< 172629 1726889032.61915: 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'<<< 172629 1726889032.61918: stdout chunk (state=3): >>> <<< 172629 1726889032.61945: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889032.61952: 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 0x7f8d84ab0ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84ab0d70> <<< 172629 1726889032.61991: 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 0x7f8d84ab1160> <<< 172629 1726889032.61995: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a22f60> <<< 172629 1726889032.62032: 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' <<< 172629 1726889032.62050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889032.62094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889032.62098: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84ab1850> <<< 172629 1726889032.62105: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84ab1520> <<< 172629 1726889032.62109: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726889032.62145: 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' <<< 172629 1726889032.62168: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84ab2750> <<< 172629 1726889032.62171: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726889032.62185: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726889032.62201: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889032.62236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889032.62263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726889032.62277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84acc8f0> <<< 172629 1726889032.62285: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889032.62314: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889032.62318: 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 0x7f8d84ace030> <<< 172629 1726889032.62343: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889032.62352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726889032.62381: 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' <<< 172629 1726889032.62394: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84aceed0> <<< 172629 1726889032.62431: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889032.62436: 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 0x7f8d84acf530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84ace420> <<< 172629 1726889032.62469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889032.62476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726889032.62513: 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 0x7f8d84acffb0> <<< 172629 1726889032.62527: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84acf6e0> <<< 172629 1726889032.62571: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84ab0da0> <<< 172629 1726889032.62592: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889032.62612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889032.62635: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889032.62651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889032.62686: 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 0x7f8d84ae7f20> <<< 172629 1726889032.62713: 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' <<< 172629 1726889032.62741: 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 0x7f8d8488c920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8488c680> <<< 172629 1726889032.62776: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889032.62780: 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 0x7f8d8488c950> <<< 172629 1726889032.62810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726889032.62819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726889032.62882: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889032.63011: 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 0x7f8d8488d280> <<< 172629 1726889032.63122: 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 0x7f8d8488dc40> <<< 172629 1726889032.63127: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8488cb30> <<< 172629 1726889032.63142: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84ae60c0> <<< 172629 1726889032.63173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889032.63185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889032.63211: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726889032.63220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726889032.63232: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8488eff0> <<< 172629 1726889032.63251: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8488dac0> <<< 172629 1726889032.63271: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84ab2e10> <<< 172629 1726889032.63298: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889032.63362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889032.63374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889032.63410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889032.63438: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d848b7320> <<< 172629 1726889032.63493: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889032.63502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889032.63527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889032.63541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889032.63582: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d848db680> <<< 172629 1726889032.63604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889032.63650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889032.63700: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889032.63724: 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 0x7f8d8493c440> <<< 172629 1726889032.63744: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889032.63775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889032.63800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889032.63837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889032.63925: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8493eba0> <<< 172629 1726889032.63998: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8493c560> <<< 172629 1726889032.64031: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84901460> <<< 172629 1726889032.64060: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726889032.64073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d847414f0> <<< 172629 1726889032.64083: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d848da480> <<< 172629 1726889032.64093: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8488fef0> <<< 172629 1726889032.64189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889032.64213: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8d848daa80> <<< 172629 1726889032.64361: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_ewslu1_s/ansible_stat_payload.zip' <<< 172629 1726889032.64364: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.64485: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.64517: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889032.64523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889032.64571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889032.64638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889032.64676: 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 0x7f8d84793290> import '_typing' # <<< 172629 1726889032.64862: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84776180> <<< 172629 1726889032.64865: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d847752e0> # zipimport: zlib available <<< 172629 1726889032.64895: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889032.64901: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.64924: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.64937: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.64950: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889032.64964: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.66349: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.67452: 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 0x7f8d84791160> <<< 172629 1726889032.67473: 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' <<< 172629 1726889032.67503: 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' <<< 172629 1726889032.67537: 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' <<< 172629 1726889032.67566: 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 0x7f8d847bec30> <<< 172629 1726889032.67602: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d847be9c0> <<< 172629 1726889032.67627: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d847be2d0> <<< 172629 1726889032.67653: 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' <<< 172629 1726889032.67701: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d847bedb0> <<< 172629 1726889032.67708: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d848da7e0> import 'atexit' # <<< 172629 1726889032.67737: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889032.67746: 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 0x7f8d847bf980> <<< 172629 1726889032.67776: 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 0x7f8d847bfb00> <<< 172629 1726889032.67788: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889032.67831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889032.67841: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889032.67891: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d847bff20> <<< 172629 1726889032.67895: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889032.67919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889032.67936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889032.67977: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84115dc0> <<< 172629 1726889032.68002: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889032.68009: 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 0x7f8d841179e0> <<< 172629 1726889032.68025: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889032.68041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889032.68072: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8411c3e0> <<< 172629 1726889032.68096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889032.68117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889032.68140: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8411d580> <<< 172629 1726889032.68156: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889032.68194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889032.68211: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726889032.68217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726889032.68266: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8411ff80> <<< 172629 1726889032.68303: 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 0x7f8d84120380> <<< 172629 1726889032.68327: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8411e300> <<< 172629 1726889032.68338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889032.68371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889032.68390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 172629 1726889032.68399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726889032.68413: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889032.68438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889032.68462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726889032.68474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84123f80> <<< 172629 1726889032.68488: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889032.68554: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84122b10> <<< 172629 1726889032.68564: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84122870> <<< 172629 1726889032.68578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726889032.68582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726889032.68654: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84122de0> <<< 172629 1726889032.68681: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8411e810> <<< 172629 1726889032.68708: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889032.68713: 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 0x7f8d841681a0> <<< 172629 1726889032.68740: 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' <<< 172629 1726889032.68754: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d841683e0> <<< 172629 1726889032.68770: 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 <<< 172629 1726889032.68783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889032.68801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 172629 1726889032.68806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 172629 1726889032.68839: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889032.68857: 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 0x7f8d84169e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84169c40> <<< 172629 1726889032.68864: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889032.68965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889032.69009: 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 0x7f8d8416c440> <<< 172629 1726889032.69015: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8416a570> <<< 172629 1726889032.69032: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889032.69079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889032.69100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726889032.69103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726889032.69156: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8416fbf0> <<< 172629 1726889032.69273: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8416c5c0> <<< 172629 1726889032.69330: 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 0x7f8d84170c50> <<< 172629 1726889032.69365: 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 0x7f8d84170a70> <<< 172629 1726889032.69406: 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 0x7f8d84170d40> <<< 172629 1726889032.69421: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d841685f0> <<< 172629 1726889032.69443: 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 <<< 172629 1726889032.69452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 172629 1726889032.69464: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889032.69488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889032.69519: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889032.69537: 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 0x7f8d841fc410> <<< 172629 1726889032.69682: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889032.69691: 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 0x7f8d841fd880> <<< 172629 1726889032.69694: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84172ba0> <<< 172629 1726889032.69733: 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 0x7f8d84173f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84172810> <<< 172629 1726889032.69750: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.69769: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.69781: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 172629 1726889032.69784: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.69875: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.69959: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.69978: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726889032.69988: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.70008: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889032.70029: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.70142: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.70264: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.70782: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.71315: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726889032.71326: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726889032.71358: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889032.71368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889032.71416: 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 0x7f8d84001a00> <<< 172629 1726889032.71493: 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' <<< 172629 1726889032.71518: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84002810> <<< 172629 1726889032.71523: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d841fda30> <<< 172629 1726889032.71576: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889032.71579: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.71608: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.71617: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726889032.71634: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.71776: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.71931: 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' <<< 172629 1726889032.71950: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84001580> <<< 172629 1726889032.71953: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.72411: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.72851: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.72925: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.73005: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889032.73008: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.73048: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.73085: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889032.73090: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.73165: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.73240: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889032.73274: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.73277: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.73280: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 172629 1726889032.73292: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.73329: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.73368: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889032.73385: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.73604: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.73835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889032.73885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889032.73906: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889032.73964: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84003800> <<< 172629 1726889032.73978: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.74047: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.74130: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726889032.74133: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726889032.74140: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726889032.74165: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.74210: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.74250: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889032.74260: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.74304: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.74347: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.74404: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.74470: 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 <<< 172629 1726889032.74507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889032.74588: 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' <<< 172629 1726889032.74591: 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 0x7f8d8400e240> <<< 172629 1726889032.74621: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d840099a0> <<< 172629 1726889032.74652: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 172629 1726889032.74667: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.74731: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.74795: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.74820: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.74864: 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 <<< 172629 1726889032.74869: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889032.74890: 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 <<< 172629 1726889032.74905: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889032.74930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889032.74984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889032.75015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889032.75021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889032.75080: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84812ab0> <<< 172629 1726889032.75120: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d847fa780> <<< 172629 1726889032.75192: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8400e330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d841fd9d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726889032.75210: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.75237: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.75265: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889032.75327: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889032.75330: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.75358: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 172629 1726889032.75370: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.75498: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.75684: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889032.76552: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/sda", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 454, "dev": 6, "nlink": 1, "atime": 1726889024.863381, "mtime": 1726889024.863381, "ctime": 1726889024.863381, "wusr": true, "rusr": true, "xusr": false, "wgrp": true, "rgrp": true, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 2048, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/blockdevice", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/sda", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 172629 1726889032.76580: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889032.76972: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889032.76982: 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 <<< 172629 1726889032.77010: stdout chunk (state=3): >>># cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 <<< 172629 1726889032.77028: 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 <<< 172629 1726889032.77034: 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 <<< 172629 1726889032.77048: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect <<< 172629 1726889032.77078: stdout chunk (state=3): >>># 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 <<< 172629 1726889032.77109: stdout chunk (state=3): >>># cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # 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 <<< 172629 1726889032.77128: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings <<< 172629 1726889032.77182: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast <<< 172629 1726889032.77186: stdout chunk (state=3): >>># cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale <<< 172629 1726889032.77190: stdout chunk (state=3): >>># cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux <<< 172629 1726889032.77192: stdout chunk (state=3): >>># cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext <<< 172629 1726889032.77199: 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 <<< 172629 1726889032.77212: stdout chunk (state=3): >>># destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 172629 1726889032.77443: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889032.77461: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726889032.77487: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726889032.77491: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 172629 1726889032.77547: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 172629 1726889032.77564: stdout chunk (state=3): >>># destroy ipaddress # destroy ntpath <<< 172629 1726889032.77580: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile <<< 172629 1726889032.77609: stdout chunk (state=3): >>># destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 172629 1726889032.77614: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 172629 1726889032.77623: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale <<< 172629 1726889032.77642: stdout chunk (state=3): >>># destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 172629 1726889032.77666: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726889032.77676: stdout chunk (state=3): >>># destroy array <<< 172629 1726889032.77683: stdout chunk (state=3): >>># destroy datetime <<< 172629 1726889032.77708: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 172629 1726889032.77713: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 172629 1726889032.77716: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889032.77763: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726889032.77779: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 172629 1726889032.77788: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing <<< 172629 1726889032.77808: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 172629 1726889032.77811: 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 <<< 172629 1726889032.77851: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 172629 1726889032.77856: 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 <<< 172629 1726889032.77870: stdout chunk (state=3): >>># cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 172629 1726889032.77896: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc <<< 172629 1726889032.77900: stdout chunk (state=3): >>># 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 <<< 172629 1726889032.77915: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 172629 1726889032.77921: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726889032.78057: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889032.78086: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889032.78098: stdout chunk (state=3): >>># destroy platform <<< 172629 1726889032.78101: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath <<< 172629 1726889032.78117: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 172629 1726889032.78120: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 172629 1726889032.78140: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib # destroy _typing <<< 172629 1726889032.78183: 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 <<< 172629 1726889032.78186: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path<<< 172629 1726889032.78188: stdout chunk (state=3): >>> # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889032.78279: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 172629 1726889032.78286: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 172629 1726889032.78307: stdout chunk (state=3): >>># destroy time # destroy _random <<< 172629 1726889032.78331: stdout chunk (state=3): >>># destroy _weakref <<< 172629 1726889032.78334: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726889032.78343: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 172629 1726889032.78361: stdout chunk (state=3): >>># destroy itertools <<< 172629 1726889032.78376: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 172629 1726889032.78381: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726889032.78664: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889032.78696: stderr chunk (state=3): >>><<< 172629 1726889032.78699: stdout chunk (state=3): >>><<< 172629 1726889032.78776: _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 0x7f8d84c184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84be7b30> # /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 0x7f8d84c1aa50> 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 0x7f8d849e9130> # /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 0x7f8d849ea120> 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 0x7f8d84a26ea0> # /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 0x7f8d84a3c1a0> # /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 0x7f8d84a5fa40> # /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 0x7f8d84a80110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a3fce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a3d400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a251c0> # /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 0x7f8d84a83980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a825a0> # /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 0x7f8d84a3e2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a80e30> # /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 0x7f8d84ab0a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a24440> # /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 0x7f8d84ab0ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84ab0d70> # 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 0x7f8d84ab1160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84a22f60> # /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 0x7f8d84ab1850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84ab1520> 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 0x7f8d84ab2750> 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 0x7f8d84acc8f0> 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 0x7f8d84ace030> # /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 0x7f8d84aceed0> # 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 0x7f8d84acf530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84ace420> # /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 0x7f8d84acffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84acf6e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84ab0da0> # /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 0x7f8d84ae7f20> # /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 0x7f8d8488c920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8488c680> # 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 0x7f8d8488c950> # /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 0x7f8d8488d280> # 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 0x7f8d8488dc40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8488cb30> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84ae60c0> # /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 0x7f8d8488eff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8488dac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84ab2e10> # /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 0x7f8d848b7320> # /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 0x7f8d848db680> # /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 0x7f8d8493c440> # /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 0x7f8d8493eba0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8493c560> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84901460> # /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 0x7f8d847414f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d848da480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8488fef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8d848daa80> # zipimport: found 30 names in '/tmp/ansible_stat_payload_ewslu1_s/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 0x7f8d84793290> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84776180> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d847752e0> # 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 0x7f8d84791160> # /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 0x7f8d847bec30> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d847be9c0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d847be2d0> # /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 0x7f8d847bedb0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d848da7e0> 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 0x7f8d847bf980> # 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 0x7f8d847bfb00> # /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 0x7f8d847bff20> 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 0x7f8d84115dc0> # 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 0x7f8d841179e0> # /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 0x7f8d8411c3e0> # /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 0x7f8d8411d580> # /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 0x7f8d8411ff80> # 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 0x7f8d84120380> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8411e300> # /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 0x7f8d84123f80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84122b10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84122870> # /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 0x7f8d84122de0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8411e810> # 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 0x7f8d841681a0> # /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 0x7f8d841683e0> # /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 0x7f8d84169e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84169c40> # /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 0x7f8d8416c440> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8416a570> # /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 0x7f8d8416fbf0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8416c5c0> # 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 0x7f8d84170c50> # 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 0x7f8d84170a70> # 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 0x7f8d84170d40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d841685f0> # /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 0x7f8d841fc410> # 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 0x7f8d841fd880> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84172ba0> # 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 0x7f8d84173f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d84172810> # 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 0x7f8d84001a00> # /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 0x7f8d84002810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d841fda30> 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 0x7f8d84001580> # 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 0x7f8d84003800> # 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 0x7f8d8400e240> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d840099a0> 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 0x7f8d84812ab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d847fa780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d8400e330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d841fd9d0> # 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": "/dev/sda", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 454, "dev": 6, "nlink": 1, "atime": 1726889024.863381, "mtime": 1726889024.863381, "ctime": 1726889024.863381, "wusr": true, "rusr": true, "xusr": false, "wgrp": true, "rgrp": true, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 2048, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/blockdevice", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/sda", "follow": true, "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. 172629 1726889032.79314: done with _execute_module (stat, {'path': '/dev/sda', 'follow': 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': '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-1726889032.4885383-177424-199138784113539/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889032.79317: _low_level_execute_command(): starting 172629 1726889032.79319: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889032.4885383-177424-199138784113539/ > /dev/null 2>&1 && sleep 0' 172629 1726889032.79465: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889032.79499: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889032.79502: 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 <<< 172629 1726889032.79505: 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 <<< 172629 1726889032.79507: stderr 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 <<< 172629 1726889032.79512: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889032.79544: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889032.79558: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889032.79617: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889032.81425: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889032.81458: stderr chunk (state=3): >>><<< 172629 1726889032.81463: stdout chunk (state=3): >>><<< 172629 1726889032.81480: _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 172629 1726889032.81486: handler run complete 172629 1726889032.81517: attempt loop complete, returning result 172629 1726889032.81520: _execute() done 172629 1726889032.81523: dumping result to json 172629 1726889032.81528: done dumping result, returning 172629 1726889032.81536: done running TaskExecutor() for managed_node1/TASK: See whether the device node is present [0affc8a3-6f6f-d0a8-add8-000000002fa7] 172629 1726889032.81542: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fa7 172629 1726889032.81647: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fa7 172629 1726889032.81650: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726889024.863381, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726889024.863381, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 454, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1726889024.863381, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726889032.81754: no more pending results, returning what we have 172629 1726889032.81760: results queue empty 172629 1726889032.81761: checking for any_errors_fatal 172629 1726889032.81771: done checking for any_errors_fatal 172629 1726889032.81772: checking for max_fail_percentage 172629 1726889032.81774: done checking for max_fail_percentage 172629 1726889032.81775: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.81776: done checking to see if all hosts have failed 172629 1726889032.81777: getting the remaining hosts for this loop 172629 1726889032.81779: done getting the remaining hosts for this loop 172629 1726889032.81782: getting the next task for host managed_node1 172629 1726889032.81790: done getting next task for host managed_node1 172629 1726889032.81793: ^ task is: TASK: Verify the presence/absence of the device node 172629 1726889032.81797: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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 172629 1726889032.81800: getting variables 172629 1726889032.81801: in VariableManager get_vars() 172629 1726889032.81837: Calling all_inventory to load vars for managed_node1 172629 1726889032.81839: Calling groups_inventory to load vars for managed_node1 172629 1726889032.81847: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.81866: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.81869: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.81873: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.82261: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889032.82609: done with get_vars() 172629 1726889032.82624: done getting variables 172629 1726889032.82670: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Friday 20 September 2024 23:23:52 -0400 (0:00:00.378) 0:02:13.106 ****** 172629 1726889032.82694: entering _queue_task() for managed_node1/assert 172629 1726889032.82936: worker is 1 (out of 1 available) 172629 1726889032.82950: exiting _queue_task() for managed_node1/assert 172629 1726889032.82966: done queuing things up, now waiting for results queue to drain 172629 1726889032.82968: waiting for pending results... 172629 1726889032.83162: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node 172629 1726889032.83250: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fa8 172629 1726889032.83267: variable 'ansible_search_path' from source: unknown 172629 1726889032.83297: calling self._execute() 172629 1726889032.83394: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.83399: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.83409: variable 'omit' from source: magic vars 172629 1726889032.83724: variable '_storage_test_volume_present' from source: set_fact 172629 1726889032.83728: variable 'storage_test_volume' from source: include params 172629 1726889032.83763: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 172629 1726889032.83767: variable 'omit' from source: magic vars 172629 1726889032.83807: variable 'omit' from source: magic vars 172629 1726889032.83885: variable 'storage_test_volume' from source: include params 172629 1726889032.83912: variable 'omit' from source: magic vars 172629 1726889032.83945: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889032.83981: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889032.83997: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889032.84010: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889032.84020: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889032.84043: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889032.84046: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.84049: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.84127: Set connection var ansible_timeout to 10 172629 1726889032.84130: Set connection var ansible_shell_type to sh 172629 1726889032.84137: Set connection var ansible_pipelining to False 172629 1726889032.84142: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889032.84149: Set connection var ansible_shell_executable to /bin/sh 172629 1726889032.84152: Set connection var ansible_connection to ssh 172629 1726889032.84173: variable 'ansible_shell_executable' from source: unknown 172629 1726889032.84177: variable 'ansible_connection' from source: unknown 172629 1726889032.84179: variable 'ansible_module_compression' from source: unknown 172629 1726889032.84182: variable 'ansible_shell_type' from source: unknown 172629 1726889032.84184: variable 'ansible_shell_executable' from source: unknown 172629 1726889032.84186: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.84188: variable 'ansible_pipelining' from source: unknown 172629 1726889032.84191: variable 'ansible_timeout' from source: unknown 172629 1726889032.84193: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.84300: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889032.84312: variable 'omit' from source: magic vars 172629 1726889032.84317: starting attempt loop 172629 1726889032.84320: running the handler 172629 1726889032.84434: variable 'storage_test_dev' from source: set_fact 172629 1726889032.84449: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 172629 1726889032.84456: handler run complete 172629 1726889032.84470: attempt loop complete, returning result 172629 1726889032.84473: _execute() done 172629 1726889032.84476: dumping result to json 172629 1726889032.84478: done dumping result, returning 172629 1726889032.84485: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-d0a8-add8-000000002fa8] 172629 1726889032.84489: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fa8 172629 1726889032.84574: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fa8 172629 1726889032.84577: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889032.84622: no more pending results, returning what we have 172629 1726889032.84625: results queue empty 172629 1726889032.84626: checking for any_errors_fatal 172629 1726889032.84643: done checking for any_errors_fatal 172629 1726889032.84644: checking for max_fail_percentage 172629 1726889032.84645: done checking for max_fail_percentage 172629 1726889032.84646: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.84647: done checking to see if all hosts have failed 172629 1726889032.84648: getting the remaining hosts for this loop 172629 1726889032.84649: done getting the remaining hosts for this loop 172629 1726889032.84652: getting the next task for host managed_node1 172629 1726889032.84663: done getting next task for host managed_node1 172629 1726889032.84666: ^ task is: TASK: Verify the presence/absence of the device node 172629 1726889032.84671: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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 172629 1726889032.84675: getting variables 172629 1726889032.84677: in VariableManager get_vars() 172629 1726889032.84716: Calling all_inventory to load vars for managed_node1 172629 1726889032.84719: Calling groups_inventory to load vars for managed_node1 172629 1726889032.84722: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.84732: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.84735: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.84737: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.85117: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889032.85463: done with get_vars() 172629 1726889032.85475: done getting variables 172629 1726889032.85519: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Friday 20 September 2024 23:23:52 -0400 (0:00:00.028) 0:02:13.135 ****** 172629 1726889032.85547: entering _queue_task() for managed_node1/assert 172629 1726889032.85769: worker is 1 (out of 1 available) 172629 1726889032.85784: exiting _queue_task() for managed_node1/assert 172629 1726889032.85797: done queuing things up, now waiting for results queue to drain 172629 1726889032.85799: waiting for pending results... 172629 1726889032.85987: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node 172629 1726889032.86072: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fa9 172629 1726889032.86085: variable 'ansible_search_path' from source: unknown 172629 1726889032.86113: calling self._execute() 172629 1726889032.86205: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.86209: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.86218: variable 'omit' from source: magic vars 172629 1726889032.86531: variable '_storage_test_volume_present' from source: set_fact 172629 1726889032.86536: variable 'storage_test_volume' from source: include params 172629 1726889032.86573: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 172629 1726889032.86576: when evaluation is False, skipping this task 172629 1726889032.86578: _execute() done 172629 1726889032.86580: dumping result to json 172629 1726889032.86583: done dumping result, returning 172629 1726889032.86585: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-d0a8-add8-000000002fa9] 172629 1726889032.86588: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fa9 172629 1726889032.86679: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fa9 172629 1726889032.86682: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 172629 1726889032.86732: no more pending results, returning what we have 172629 1726889032.86735: results queue empty 172629 1726889032.86736: checking for any_errors_fatal 172629 1726889032.86745: done checking for any_errors_fatal 172629 1726889032.86746: checking for max_fail_percentage 172629 1726889032.86747: done checking for max_fail_percentage 172629 1726889032.86748: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.86749: done checking to see if all hosts have failed 172629 1726889032.86750: getting the remaining hosts for this loop 172629 1726889032.86752: done getting the remaining hosts for this loop 172629 1726889032.86756: getting the next task for host managed_node1 172629 1726889032.86764: done getting next task for host managed_node1 172629 1726889032.86767: ^ task is: TASK: Make sure we got info about this volume 172629 1726889032.86771: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889032.86774: getting variables 172629 1726889032.86776: in VariableManager get_vars() 172629 1726889032.86809: Calling all_inventory to load vars for managed_node1 172629 1726889032.86811: Calling groups_inventory to load vars for managed_node1 172629 1726889032.86814: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.86823: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.86825: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.86828: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.87167: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889032.87513: done with get_vars() 172629 1726889032.87524: done getting variables 172629 1726889032.87566: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Friday 20 September 2024 23:23:52 -0400 (0:00:00.020) 0:02:13.155 ****** 172629 1726889032.87589: entering _queue_task() for managed_node1/assert 172629 1726889032.87809: worker is 1 (out of 1 available) 172629 1726889032.87823: exiting _queue_task() for managed_node1/assert 172629 1726889032.87835: done queuing things up, now waiting for results queue to drain 172629 1726889032.87837: waiting for pending results... 172629 1726889032.88020: running TaskExecutor() for managed_node1/TASK: Make sure we got info about this volume 172629 1726889032.88099: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002faa 172629 1726889032.88112: variable 'ansible_search_path' from source: unknown 172629 1726889032.88139: calling self._execute() 172629 1726889032.88234: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.88239: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.88248: variable 'omit' from source: magic vars 172629 1726889032.88507: variable '_storage_test_volume_present' from source: set_fact 172629 1726889032.88514: Evaluated conditional (_storage_test_volume_present): False 172629 1726889032.88517: when evaluation is False, skipping this task 172629 1726889032.88520: _execute() done 172629 1726889032.88523: dumping result to json 172629 1726889032.88525: done dumping result, returning 172629 1726889032.88531: done running TaskExecutor() for managed_node1/TASK: Make sure we got info about this volume [0affc8a3-6f6f-d0a8-add8-000000002faa] 172629 1726889032.88536: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002faa 172629 1726889032.88639: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002faa 172629 1726889032.88643: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889032.88754: no more pending results, returning what we have 172629 1726889032.88759: results queue empty 172629 1726889032.88760: checking for any_errors_fatal 172629 1726889032.88766: done checking for any_errors_fatal 172629 1726889032.88766: checking for max_fail_percentage 172629 1726889032.88768: done checking for max_fail_percentage 172629 1726889032.88769: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.88769: done checking to see if all hosts have failed 172629 1726889032.88770: getting the remaining hosts for this loop 172629 1726889032.88771: done getting the remaining hosts for this loop 172629 1726889032.88774: getting the next task for host managed_node1 172629 1726889032.88781: done getting next task for host managed_node1 172629 1726889032.88783: ^ task is: TASK: Process volume type (set initial value) (1/2) 172629 1726889032.88787: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889032.88791: getting variables 172629 1726889032.88792: in VariableManager get_vars() 172629 1726889032.88825: Calling all_inventory to load vars for managed_node1 172629 1726889032.88828: Calling groups_inventory to load vars for managed_node1 172629 1726889032.88831: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.88842: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.88845: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.88847: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.89552: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889032.90182: done with get_vars() 172629 1726889032.90198: done getting variables 172629 1726889032.90270: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Friday 20 September 2024 23:23:52 -0400 (0:00:00.027) 0:02:13.182 ****** 172629 1726889032.90304: entering _queue_task() for managed_node1/set_fact 172629 1726889032.90775: worker is 1 (out of 1 available) 172629 1726889032.90788: exiting _queue_task() for managed_node1/set_fact 172629 1726889032.90802: done queuing things up, now waiting for results queue to drain 172629 1726889032.90803: waiting for pending results... 172629 1726889032.91182: running TaskExecutor() for managed_node1/TASK: Process volume type (set initial value) (1/2) 172629 1726889032.91188: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fab 172629 1726889032.91208: variable 'ansible_search_path' from source: unknown 172629 1726889032.91259: calling self._execute() 172629 1726889032.91402: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.91415: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.91431: variable 'omit' from source: magic vars 172629 1726889032.91554: variable 'omit' from source: magic vars 172629 1726889032.91633: variable 'omit' from source: magic vars 172629 1726889032.91893: variable 'storage_test_volume' from source: include params 172629 1726889032.91963: variable 'omit' from source: magic vars 172629 1726889032.92013: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889032.92071: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889032.92101: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889032.92152: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889032.92157: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889032.92191: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889032.92202: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.92262: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.92336: Set connection var ansible_timeout to 10 172629 1726889032.92349: Set connection var ansible_shell_type to sh 172629 1726889032.92375: Set connection var ansible_pipelining to False 172629 1726889032.92389: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889032.92400: Set connection var ansible_shell_executable to /bin/sh 172629 1726889032.92408: Set connection var ansible_connection to ssh 172629 1726889032.92435: variable 'ansible_shell_executable' from source: unknown 172629 1726889032.92460: variable 'ansible_connection' from source: unknown 172629 1726889032.92463: variable 'ansible_module_compression' from source: unknown 172629 1726889032.92559: variable 'ansible_shell_type' from source: unknown 172629 1726889032.92564: variable 'ansible_shell_executable' from source: unknown 172629 1726889032.92567: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.92569: variable 'ansible_pipelining' from source: unknown 172629 1726889032.92571: variable 'ansible_timeout' from source: unknown 172629 1726889032.92575: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.92761: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889032.92764: variable 'omit' from source: magic vars 172629 1726889032.92766: starting attempt loop 172629 1726889032.92769: running the handler 172629 1726889032.92771: handler run complete 172629 1726889032.92773: attempt loop complete, returning result 172629 1726889032.92774: _execute() done 172629 1726889032.92776: dumping result to json 172629 1726889032.92778: done dumping result, returning 172629 1726889032.92780: done running TaskExecutor() for managed_node1/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-d0a8-add8-000000002fab] 172629 1726889032.92782: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fab ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } 172629 1726889032.92993: no more pending results, returning what we have 172629 1726889032.92996: results queue empty 172629 1726889032.92997: checking for any_errors_fatal 172629 1726889032.93008: done checking for any_errors_fatal 172629 1726889032.93009: checking for max_fail_percentage 172629 1726889032.93011: done checking for max_fail_percentage 172629 1726889032.93018: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.93019: done checking to see if all hosts have failed 172629 1726889032.93020: getting the remaining hosts for this loop 172629 1726889032.93021: done getting the remaining hosts for this loop 172629 1726889032.93025: getting the next task for host managed_node1 172629 1726889032.93033: done getting next task for host managed_node1 172629 1726889032.93036: ^ task is: TASK: Process volume type (get RAID value) (2/2) 172629 1726889032.93041: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889032.93045: getting variables 172629 1726889032.93046: in VariableManager get_vars() 172629 1726889032.93088: Calling all_inventory to load vars for managed_node1 172629 1726889032.93091: Calling groups_inventory to load vars for managed_node1 172629 1726889032.93094: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.93105: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.93107: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.93110: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.93668: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fab 172629 1726889032.93671: WORKER PROCESS EXITING 172629 1726889032.93775: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889032.94102: done with get_vars() 172629 1726889032.94113: done getting variables 172629 1726889032.94154: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Friday 20 September 2024 23:23:52 -0400 (0:00:00.038) 0:02:13.221 ****** 172629 1726889032.94179: entering _queue_task() for managed_node1/set_fact 172629 1726889032.94412: worker is 1 (out of 1 available) 172629 1726889032.94424: exiting _queue_task() for managed_node1/set_fact 172629 1726889032.94437: done queuing things up, now waiting for results queue to drain 172629 1726889032.94438: waiting for pending results... 172629 1726889032.94629: running TaskExecutor() for managed_node1/TASK: Process volume type (get RAID value) (2/2) 172629 1726889032.94736: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fac 172629 1726889032.94749: variable 'ansible_search_path' from source: unknown 172629 1726889032.94783: calling self._execute() 172629 1726889032.94874: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.94878: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.94890: variable 'omit' from source: magic vars 172629 1726889032.95192: variable 'storage_test_volume' from source: include params 172629 1726889032.95221: Evaluated conditional (storage_test_volume.type == "raid"): False 172629 1726889032.95224: when evaluation is False, skipping this task 172629 1726889032.95227: _execute() done 172629 1726889032.95230: dumping result to json 172629 1726889032.95233: done dumping result, returning 172629 1726889032.95238: done running TaskExecutor() for managed_node1/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-d0a8-add8-000000002fac] 172629 1726889032.95244: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fac 172629 1726889032.95338: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fac 172629 1726889032.95341: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 172629 1726889032.95391: no more pending results, returning what we have 172629 1726889032.95394: results queue empty 172629 1726889032.95395: checking for any_errors_fatal 172629 1726889032.95405: done checking for any_errors_fatal 172629 1726889032.95405: checking for max_fail_percentage 172629 1726889032.95407: done checking for max_fail_percentage 172629 1726889032.95408: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.95409: done checking to see if all hosts have failed 172629 1726889032.95410: getting the remaining hosts for this loop 172629 1726889032.95412: done getting the remaining hosts for this loop 172629 1726889032.95415: getting the next task for host managed_node1 172629 1726889032.95423: done getting next task for host managed_node1 172629 1726889032.95425: ^ task is: TASK: Verify the volume's device type 172629 1726889032.95430: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889032.95434: getting variables 172629 1726889032.95435: in VariableManager get_vars() 172629 1726889032.95470: Calling all_inventory to load vars for managed_node1 172629 1726889032.95473: Calling groups_inventory to load vars for managed_node1 172629 1726889032.95476: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.95485: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.95488: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.95490: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.95833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889032.96181: done with get_vars() 172629 1726889032.96191: done getting variables 172629 1726889032.96231: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Friday 20 September 2024 23:23:52 -0400 (0:00:00.020) 0:02:13.242 ****** 172629 1726889032.96253: entering _queue_task() for managed_node1/assert 172629 1726889032.96466: worker is 1 (out of 1 available) 172629 1726889032.96481: exiting _queue_task() for managed_node1/assert 172629 1726889032.96494: done queuing things up, now waiting for results queue to drain 172629 1726889032.96495: waiting for pending results... 172629 1726889032.96678: running TaskExecutor() for managed_node1/TASK: Verify the volume's device type 172629 1726889032.96769: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fad 172629 1726889032.96783: variable 'ansible_search_path' from source: unknown 172629 1726889032.96810: calling self._execute() 172629 1726889032.96899: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.96904: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.96913: variable 'omit' from source: magic vars 172629 1726889032.97188: variable '_storage_test_volume_present' from source: set_fact 172629 1726889032.97196: Evaluated conditional (_storage_test_volume_present): False 172629 1726889032.97199: when evaluation is False, skipping this task 172629 1726889032.97202: _execute() done 172629 1726889032.97205: dumping result to json 172629 1726889032.97208: done dumping result, returning 172629 1726889032.97214: done running TaskExecutor() for managed_node1/TASK: Verify the volume's device type [0affc8a3-6f6f-d0a8-add8-000000002fad] 172629 1726889032.97219: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fad 172629 1726889032.97308: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fad 172629 1726889032.97312: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889032.97358: no more pending results, returning what we have 172629 1726889032.97362: results queue empty 172629 1726889032.97363: checking for any_errors_fatal 172629 1726889032.97369: done checking for any_errors_fatal 172629 1726889032.97369: checking for max_fail_percentage 172629 1726889032.97371: done checking for max_fail_percentage 172629 1726889032.97372: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.97373: done checking to see if all hosts have failed 172629 1726889032.97374: getting the remaining hosts for this loop 172629 1726889032.97376: done getting the remaining hosts for this loop 172629 1726889032.97379: getting the next task for host managed_node1 172629 1726889032.97389: done getting next task for host managed_node1 172629 1726889032.97392: ^ task is: TASK: Stat the LUKS device, if encrypted 172629 1726889032.97397: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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 172629 1726889032.97400: getting variables 172629 1726889032.97401: in VariableManager get_vars() 172629 1726889032.97430: Calling all_inventory to load vars for managed_node1 172629 1726889032.97433: Calling groups_inventory to load vars for managed_node1 172629 1726889032.97435: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.97445: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.97447: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.97450: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.97789: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889032.98127: done with get_vars() 172629 1726889032.98136: done getting variables TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Friday 20 September 2024 23:23:52 -0400 (0:00:00.019) 0:02:13.261 ****** 172629 1726889032.98203: entering _queue_task() for managed_node1/stat 172629 1726889032.98397: worker is 1 (out of 1 available) 172629 1726889032.98414: exiting _queue_task() for managed_node1/stat 172629 1726889032.98427: done queuing things up, now waiting for results queue to drain 172629 1726889032.98428: waiting for pending results... 172629 1726889032.98611: running TaskExecutor() for managed_node1/TASK: Stat the LUKS device, if encrypted 172629 1726889032.98704: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fb1 172629 1726889032.98716: variable 'ansible_search_path' from source: unknown 172629 1726889032.98741: calling self._execute() 172629 1726889032.98826: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889032.98832: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889032.98840: variable 'omit' from source: magic vars 172629 1726889032.99130: variable 'storage_test_volume' from source: include params 172629 1726889032.99159: Evaluated conditional (storage_test_volume.encryption): False 172629 1726889032.99163: when evaluation is False, skipping this task 172629 1726889032.99166: _execute() done 172629 1726889032.99168: dumping result to json 172629 1726889032.99171: done dumping result, returning 172629 1726889032.99178: done running TaskExecutor() for managed_node1/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-d0a8-add8-000000002fb1] 172629 1726889032.99183: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fb1 172629 1726889032.99274: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fb1 172629 1726889032.99278: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889032.99349: no more pending results, returning what we have 172629 1726889032.99352: results queue empty 172629 1726889032.99353: checking for any_errors_fatal 172629 1726889032.99360: done checking for any_errors_fatal 172629 1726889032.99361: checking for max_fail_percentage 172629 1726889032.99362: done checking for max_fail_percentage 172629 1726889032.99363: checking to see if all hosts have failed and the running result is not ok 172629 1726889032.99364: done checking to see if all hosts have failed 172629 1726889032.99364: getting the remaining hosts for this loop 172629 1726889032.99366: done getting the remaining hosts for this loop 172629 1726889032.99369: getting the next task for host managed_node1 172629 1726889032.99375: done getting next task for host managed_node1 172629 1726889032.99378: ^ task is: TASK: Ensure cryptsetup is present 172629 1726889032.99382: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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 172629 1726889032.99386: getting variables 172629 1726889032.99387: in VariableManager get_vars() 172629 1726889032.99417: Calling all_inventory to load vars for managed_node1 172629 1726889032.99419: Calling groups_inventory to load vars for managed_node1 172629 1726889032.99422: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889032.99431: Calling all_plugins_play to load vars for managed_node1 172629 1726889032.99433: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889032.99436: Calling groups_plugins_play to load vars for managed_node1 172629 1726889032.99758: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889033.00102: done with get_vars() 172629 1726889033.00112: done getting variables 172629 1726889033.00151: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Friday 20 September 2024 23:23:53 -0400 (0:00:00.019) 0:02:13.281 ****** 172629 1726889033.00176: entering _queue_task() for managed_node1/package 172629 1726889033.00374: worker is 1 (out of 1 available) 172629 1726889033.00389: exiting _queue_task() for managed_node1/package 172629 1726889033.00403: done queuing things up, now waiting for results queue to drain 172629 1726889033.00405: waiting for pending results... 172629 1726889033.00586: running TaskExecutor() for managed_node1/TASK: Ensure cryptsetup is present 172629 1726889033.00681: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fb2 172629 1726889033.00693: variable 'ansible_search_path' from source: unknown 172629 1726889033.00720: calling self._execute() 172629 1726889033.00812: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889033.00816: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889033.00825: variable 'omit' from source: magic vars 172629 1726889033.00905: variable 'omit' from source: magic vars 172629 1726889033.00940: variable 'omit' from source: magic vars 172629 1726889033.01145: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889033.02629: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889033.02685: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889033.02713: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889033.02738: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889033.02761: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889033.02831: 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) 172629 1726889033.02850: 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) 172629 1726889033.02872: 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) 172629 1726889033.02898: 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) 172629 1726889033.02916: 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) 172629 1726889033.02999: variable '__storage_is_ostree' from source: set_fact 172629 1726889033.03002: variable 'omit' from source: magic vars 172629 1726889033.03030: variable 'omit' from source: magic vars 172629 1726889033.03050: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889033.03076: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889033.03091: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889033.03104: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889033.03112: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889033.03138: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889033.03141: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889033.03144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889033.03212: Set connection var ansible_timeout to 10 172629 1726889033.03215: Set connection var ansible_shell_type to sh 172629 1726889033.03222: Set connection var ansible_pipelining to False 172629 1726889033.03227: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889033.03233: Set connection var ansible_shell_executable to /bin/sh 172629 1726889033.03236: Set connection var ansible_connection to ssh 172629 1726889033.03253: variable 'ansible_shell_executable' from source: unknown 172629 1726889033.03257: variable 'ansible_connection' from source: unknown 172629 1726889033.03262: variable 'ansible_module_compression' from source: unknown 172629 1726889033.03265: variable 'ansible_shell_type' from source: unknown 172629 1726889033.03267: variable 'ansible_shell_executable' from source: unknown 172629 1726889033.03269: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889033.03274: variable 'ansible_pipelining' from source: unknown 172629 1726889033.03276: variable 'ansible_timeout' from source: unknown 172629 1726889033.03280: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889033.03360: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889033.03364: variable 'omit' from source: magic vars 172629 1726889033.03369: starting attempt loop 172629 1726889033.03372: running the handler 172629 1726889033.03379: variable 'ansible_facts' from source: unknown 172629 1726889033.03381: variable 'ansible_facts' from source: unknown 172629 1726889033.03422: _low_level_execute_command(): starting 172629 1726889033.03427: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889033.03940: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889033.03944: 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 <<< 172629 1726889033.03947: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration <<< 172629 1726889033.03949: 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 <<< 172629 1726889033.03951: 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 <<< 172629 1726889033.04004: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889033.04007: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889033.04009: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889033.04070: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889033.05747: stdout chunk (state=3): >>>/root <<< 172629 1726889033.05847: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889033.05882: stderr chunk (state=3): >>><<< 172629 1726889033.05885: stdout chunk (state=3): >>><<< 172629 1726889033.05903: _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 172629 1726889033.05913: _low_level_execute_command(): starting 172629 1726889033.05918: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889033.059024-177446-14384825781833 `" && echo ansible-tmp-1726889033.059024-177446-14384825781833="` echo /root/.ansible/tmp/ansible-tmp-1726889033.059024-177446-14384825781833 `" ) && sleep 0' 172629 1726889033.06350: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889033.06357: 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 <<< 172629 1726889033.06360: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889033.06363: 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 <<< 172629 1726889033.06365: stderr 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 <<< 172629 1726889033.06420: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889033.06423: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889033.06470: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889033.08365: stdout chunk (state=3): >>>ansible-tmp-1726889033.059024-177446-14384825781833=/root/.ansible/tmp/ansible-tmp-1726889033.059024-177446-14384825781833 <<< 172629 1726889033.08475: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889033.08499: stderr chunk (state=3): >>><<< 172629 1726889033.08502: stdout chunk (state=3): >>><<< 172629 1726889033.08517: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889033.059024-177446-14384825781833=/root/.ansible/tmp/ansible-tmp-1726889033.059024-177446-14384825781833 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889033.08544: variable 'ansible_module_compression' from source: unknown 172629 1726889033.08594: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 172629 1726889033.08624: variable 'ansible_facts' from source: unknown 172629 1726889033.08700: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889033.059024-177446-14384825781833/AnsiballZ_dnf.py 172629 1726889033.08791: Sending initial data 172629 1726889033.08794: Sent initial data (152 bytes) 172629 1726889033.09233: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889033.09236: 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 <<< 172629 1726889033.09238: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889033.09241: 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 <<< 172629 1726889033.09243: stderr 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 <<< 172629 1726889033.09293: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889033.09297: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889033.09349: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889033.10910: 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 <<< 172629 1726889033.10914: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726889033.10953: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889033.11000: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp11pq7umx /root/.ansible/tmp/ansible-tmp-1726889033.059024-177446-14384825781833/AnsiballZ_dnf.py <<< 172629 1726889033.11002: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889033.059024-177446-14384825781833/AnsiballZ_dnf.py" <<< 172629 1726889033.11043: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp11pq7umx" to remote "/root/.ansible/tmp/ansible-tmp-1726889033.059024-177446-14384825781833/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889033.059024-177446-14384825781833/AnsiballZ_dnf.py" <<< 172629 1726889033.11738: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889033.11779: stderr chunk (state=3): >>><<< 172629 1726889033.11782: stdout chunk (state=3): >>><<< 172629 1726889033.11817: done transferring module to remote 172629 1726889033.11827: _low_level_execute_command(): starting 172629 1726889033.11835: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889033.059024-177446-14384825781833/ /root/.ansible/tmp/ansible-tmp-1726889033.059024-177446-14384825781833/AnsiballZ_dnf.py && sleep 0' 172629 1726889033.12259: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889033.12262: 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 <<< 172629 1726889033.12266: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889033.12268: 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 <<< 172629 1726889033.12270: stderr 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 <<< 172629 1726889033.12317: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889033.12320: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889033.12373: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889033.14130: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889033.14152: stderr chunk (state=3): >>><<< 172629 1726889033.14160: stdout chunk (state=3): >>><<< 172629 1726889033.14171: _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 172629 1726889033.14174: _low_level_execute_command(): starting 172629 1726889033.14179: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889033.059024-177446-14384825781833/AnsiballZ_dnf.py && sleep 0' 172629 1726889033.14593: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889033.14596: 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 <<< 172629 1726889033.14599: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889033.14601: 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 <<< 172629 1726889033.14603: stderr 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 <<< 172629 1726889033.14650: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889033.14659: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889033.14709: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889033.16873: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889033.16902: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889033.16934: stdout chunk (state=3): >>>import '_thread' # <<< 172629 1726889033.16938: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 172629 1726889033.17009: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726889033.17014: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726889033.17049: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889033.17081: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889033.17119: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 172629 1726889033.17121: stdout chunk (state=3): >>> # installed zipimport hook <<< 172629 1726889033.17173: 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' <<< 172629 1726889033.17194: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889033.17217: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889033.17250: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889033.17275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726889033.17288: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a007bc4d0> <<< 172629 1726889033.17291: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0078bb00> <<< 172629 1726889033.17322: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 172629 1726889033.17325: 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 0x7f6a007bea50> <<< 172629 1726889033.17370: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889033.17378: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726889033.17384: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726889033.17405: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889033.17438: stdout chunk (state=3): >>>import '_stat' # <<< 172629 1726889033.17442: stdout chunk (state=3): >>>import 'stat' # <<< 172629 1726889033.17523: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889033.17552: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889033.17588: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889033.17598: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889033.17621: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726889033.17629: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726889033.17635: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726889033.17653: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889033.17685: 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 <<< 172629 1726889033.17687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726889033.17705: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a007cd130> <<< 172629 1726889033.17764: 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 <<< 172629 1726889033.17777: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.17784: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a007ce120> <<< 172629 1726889033.17808: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889033.17839: 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. <<< 172629 1726889033.18102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889033.18124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889033.18140: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726889033.18157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.18170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889033.18212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889033.18232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889033.18257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889033.18270: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a005b3f50> <<< 172629 1726889033.18290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889033.18305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889033.18336: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a005c00e0> <<< 172629 1726889033.18362: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889033.18383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889033.18408: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889033.18456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.18476: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889033.18501: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726889033.18506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a005e3920> <<< 172629 1726889033.18529: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726889033.18539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 172629 1726889033.18552: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a005e3fb0> <<< 172629 1726889033.18568: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889033.18609: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a005c3bf0> <<< 172629 1726889033.18616: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889033.18650: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a005c1340> <<< 172629 1726889033.18738: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a005b1100> <<< 172629 1726889033.18768: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889033.18791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889033.18801: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889033.18818: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889033.18848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889033.18867: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726889033.18886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726889033.18911: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a006078c0> <<< 172629 1726889033.18925: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a006064e0> <<< 172629 1726889033.18959: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726889033.18966: 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 0x7f6a005c21e0> <<< 172629 1726889033.18967: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00604c20> <<< 172629 1726889033.19017: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726889033.19029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00634920> <<< 172629 1726889033.19034: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a005b0380> <<< 172629 1726889033.19059: 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' <<< 172629 1726889033.19104: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.19107: 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 0x7f6a00634dd0> <<< 172629 1726889033.19109: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00634c80> <<< 172629 1726889033.19148: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.19152: 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 0x7f6a00635070> <<< 172629 1726889033.19157: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a005a6ea0> <<< 172629 1726889033.19188: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 172629 1726889033.19193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.19210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889033.19256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889033.19260: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00635730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00635430> <<< 172629 1726889033.19270: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726889033.19300: 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' <<< 172629 1726889033.19326: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00636630> <<< 172629 1726889033.19335: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726889033.19350: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726889033.19368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889033.19408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889033.19431: 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' <<< 172629 1726889033.19439: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00654860> <<< 172629 1726889033.19452: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889033.19482: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.19487: 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 0x7f6a00655f40> <<< 172629 1726889033.19515: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889033.19519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726889033.19548: 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' <<< 172629 1726889033.19567: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00656de0> <<< 172629 1726889033.19603: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.19607: 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 0x7f6a00657440> <<< 172629 1726889033.19614: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00656330> <<< 172629 1726889033.19641: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889033.19649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726889033.19691: 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' <<< 172629 1726889033.19702: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a00657e90> <<< 172629 1726889033.19705: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a006575c0> <<< 172629 1726889033.19761: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00636690> <<< 172629 1726889033.19770: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889033.19802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889033.19814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889033.19839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889033.19882: 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 0x7f6a00397d40> <<< 172629 1726889033.19903: 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' <<< 172629 1726889033.19929: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.19934: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a003c4890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a003c45f0> <<< 172629 1726889033.19964: 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 0x7f6a003c4830> <<< 172629 1726889033.19997: 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'<<< 172629 1726889033.20003: stdout chunk (state=3): >>> <<< 172629 1726889033.20073: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.20201: 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 0x7f6a003c5190> <<< 172629 1726889033.20317: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.20325: 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 0x7f6a003c5b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a003c4a40> <<< 172629 1726889033.20348: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00395ee0> <<< 172629 1726889033.20364: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889033.20389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889033.20405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726889033.20426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a003c6f30> <<< 172629 1726889033.20458: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a003c5a00> <<< 172629 1726889033.20479: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00636d80> <<< 172629 1726889033.20507: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889033.20575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.20592: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889033.20627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889033.20653: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a003eb2c0> <<< 172629 1726889033.20877: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00417650> # /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' <<< 172629 1726889033.20942: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889033.20970: 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' <<< 172629 1726889033.20979: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00470470> <<< 172629 1726889033.20986: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889033.21020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889033.21043: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889033.21088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889033.21174: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00472bd0> <<< 172629 1726889033.21248: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00470590> <<< 172629 1726889033.21283: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00435460> <<< 172629 1726889033.21310: 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 0x7f69ffd25520> <<< 172629 1726889033.21333: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00416450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a003c7e90> <<< 172629 1726889033.21467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889033.21480: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6a00416570> <<< 172629 1726889033.21643: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_w1en9nlb/ansible_ansible.legacy.dnf_payload.zip' <<< 172629 1726889033.21647: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.21776: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.21798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889033.21823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889033.21857: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889033.21932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889033.21960: 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' <<< 172629 1726889033.21963: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffd7f0e0> import '_typing' # <<< 172629 1726889033.22149: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffd5dfd0> <<< 172629 1726889033.22152: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffd5d160> # zipimport: zlib available <<< 172629 1726889033.22179: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889033.22195: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.22211: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.22228: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.22233: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889033.22256: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.23629: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.24727: 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' <<< 172629 1726889033.24739: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffd7cfb0> <<< 172629 1726889033.24756: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726889033.24767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.24781: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726889033.24794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726889033.24815: 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' <<< 172629 1726889033.24849: 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 0x7f69ffdaab70> <<< 172629 1726889033.24884: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffdaa900> <<< 172629 1726889033.24912: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffdaa210> <<< 172629 1726889033.24934: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889033.24940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726889033.24985: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffdaa960> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffd7fd70> <<< 172629 1726889033.24991: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726889033.25022: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.25027: 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 0x7f69ffdab860> <<< 172629 1726889033.25062: 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' <<< 172629 1726889033.25072: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69ffdabaa0> <<< 172629 1726889033.25082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889033.25121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889033.25129: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889033.25179: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffdabfe0> <<< 172629 1726889033.25185: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889033.25207: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889033.25225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889033.25268: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc11d30> <<< 172629 1726889033.25288: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.25305: 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 0x7f69ffc13950> <<< 172629 1726889033.25309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889033.25328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889033.25368: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc18350> <<< 172629 1726889033.25383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889033.25420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889033.25434: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc194f0> <<< 172629 1726889033.25444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889033.25480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889033.25506: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726889033.25514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726889033.25557: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc1bf50> <<< 172629 1726889033.25590: 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 0x7f6a003c6ea0> <<< 172629 1726889033.25619: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc1a210> <<< 172629 1726889033.25631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889033.25662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889033.25678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 172629 1726889033.25683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726889033.25699: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889033.25732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889033.25760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726889033.25766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc1ff20> <<< 172629 1726889033.25779: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889033.25849: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc1e9f0> <<< 172629 1726889033.25861: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc1e750> <<< 172629 1726889033.25874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726889033.25877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726889033.25949: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc1ecc0> <<< 172629 1726889033.25977: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc1a720> <<< 172629 1726889033.26006: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.26008: 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 0x7f69ffc64140> <<< 172629 1726889033.26032: 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' <<< 172629 1726889033.26037: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc64290> <<< 172629 1726889033.26057: 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 <<< 172629 1726889033.26077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889033.26096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 172629 1726889033.26100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 172629 1726889033.26129: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.26132: 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 0x7f69ffc65d90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc65b50> <<< 172629 1726889033.26153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889033.26246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889033.26300: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.26302: 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 0x7f69ffc682f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc66480> <<< 172629 1726889033.26320: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889033.26362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.26376: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726889033.26395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 172629 1726889033.26442: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc6baa0> <<< 172629 1726889033.26562: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc68470> <<< 172629 1726889033.26620: 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 0x7f69ffc6c8c0> <<< 172629 1726889033.26654: 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 0x7f69ffc6caa0> <<< 172629 1726889033.26700: 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 0x7f69ffc6cd40> <<< 172629 1726889033.26707: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc644d0> <<< 172629 1726889033.26731: 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' <<< 172629 1726889033.26750: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889033.26768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889033.26798: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.26813: 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 0x7f69ffcf8380> <<< 172629 1726889033.26968: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.26971: 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 0x7f69ffcf96d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc6eb10> <<< 172629 1726889033.27010: 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'<<< 172629 1726889033.27020: stdout chunk (state=3): >>> import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69ffc6fec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc6e750> <<< 172629 1726889033.27033: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.27053: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726889033.27063: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.27148: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.27236: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.27244: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726889033.27275: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889033.27284: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 172629 1726889033.27294: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.27411: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.27525: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.28042: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.28573: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726889033.28585: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 172629 1726889033.28592: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 172629 1726889033.28605: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889033.28625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.28675: 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 0x7f69ffcfd910> <<< 172629 1726889033.28757: 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' <<< 172629 1726889033.28773: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffcfe6f0> <<< 172629 1726889033.28790: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffcf97f0> <<< 172629 1726889033.28827: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889033.28842: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.28859: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.28879: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726889033.28887: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.29030: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.29183: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726889033.29189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffcfe420> <<< 172629 1726889033.29212: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.29652: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.30090: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.30161: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.30234: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889033.30238: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.30285: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.30316: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889033.30324: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.30388: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.30475: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889033.30492: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.30496: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.30515: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 172629 1726889033.30518: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.30557: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.30593: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889033.30599: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.30827: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.31051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889033.31109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889033.31114: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889033.31181: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffcff980> <<< 172629 1726889033.31186: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.31268: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.31342: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726889033.31346: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726889033.31370: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.31412: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.31445: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889033.31464: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.31503: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.31548: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.31602: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.31671: 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 <<< 172629 1726889033.31703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.31776: 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 0x7f69ffb0a510> <<< 172629 1726889033.31817: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb05b20> <<< 172629 1726889033.31842: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726889033.31850: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 172629 1726889033.31858: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.31923: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.31979: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.32011: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.32051: 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 <<< 172629 1726889033.32063: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.32070: 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 <<< 172629 1726889033.32096: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889033.32111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889033.32177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889033.32183: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889033.32207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889033.32258: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffdfaed0> <<< 172629 1726889033.32298: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffde2ba0> <<< 172629 1726889033.32376: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb0a840> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb0a5a0> <<< 172629 1726889033.32382: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726889033.32416: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.32440: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726889033.32446: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889033.32492: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889033.32522: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.32527: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.32535: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 172629 1726889033.32539: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.33111: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.33624: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.34283: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.34934: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 172629 1726889033.34944: 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 0x7f69ffb9ce90> <<< 172629 1726889033.34961: 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' <<< 172629 1726889033.34978: stdout chunk (state=3): >>>import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb9d0d0> <<< 172629 1726889033.34983: 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' <<< 172629 1726889033.35002: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 172629 1726889033.35012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 172629 1726889033.35024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 172629 1726889033.35044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb9d820> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb9d3a0> <<< 172629 1726889033.35070: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py <<< 172629 1726889033.35085: 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 <<< 172629 1726889033.35091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 172629 1726889033.35129: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb9e120> <<< 172629 1726889033.35167: 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' <<< 172629 1726889033.35170: 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' <<< 172629 1726889033.35203: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 172629 1726889033.35207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 172629 1726889033.35233: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 172629 1726889033.35238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 172629 1726889033.35269: 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' <<< 172629 1726889033.35283: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb89e80> <<< 172629 1726889033.35307: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 172629 1726889033.35313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb89d60> <<< 172629 1726889033.35342: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 172629 1726889033.35345: 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 0x7f69ff7a2bd0> <<< 172629 1726889033.35393: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb8aed0> <<< 172629 1726889033.35414: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 172629 1726889033.35444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 172629 1726889033.35473: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 172629 1726889033.35482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 172629 1726889033.35500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 172629 1726889033.35532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 172629 1726889033.35597: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff7b5730> <<< 172629 1726889033.35601: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff7b4260> <<< 172629 1726889033.35634: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff7a29c0> <<< 172629 1726889033.35646: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb9edb0> <<< 172629 1726889033.35673: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 172629 1726889033.35682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 172629 1726889033.35711: 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 <<< 172629 1726889033.35764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 172629 1726889033.35782: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 172629 1726889033.35813: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff8216d0> <<< 172629 1726889033.35931: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff7d97f0> <<< 172629 1726889033.36045: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff7b6000> <<< 172629 1726889033.36048: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 172629 1726889033.36075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 172629 1726889033.36079: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 172629 1726889033.36111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 172629 1726889033.36151: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff8293d0> <<< 172629 1726889033.36165: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff8234a0> <<< 172629 1726889033.36169: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff7d92e0> <<< 172629 1726889033.36196: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb9e780> <<< 172629 1726889033.36207: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb9e1b0> <<< 172629 1726889033.36218: stdout chunk (state=3): >>>import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb9df10> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb9d130> <<< 172629 1726889033.36234: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 172629 1726889033.36253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb9e090> <<< 172629 1726889033.36278: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 172629 1726889033.36281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 172629 1726889033.36283: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 172629 1726889033.36303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 172629 1726889033.36349: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff8299a0> <<< 172629 1726889033.36361: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff829130> <<< 172629 1726889033.36379: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 172629 1726889033.36388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.36449: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff82a0c0> <<< 172629 1726889033.36473: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 172629 1726889033.36498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 172629 1726889033.36558: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726889033.36583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726889033.36658: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.36730: 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 0x7f69ff838b90> <<< 172629 1726889033.36915: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff811d00> <<< 172629 1726889033.36938: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff82b110> <<< 172629 1726889033.36963: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 172629 1726889033.36972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 172629 1726889033.37011: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff811790> <<< 172629 1726889033.37029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 172629 1726889033.37040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 172629 1726889033.37045: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff846ba0> <<< 172629 1726889033.37069: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 172629 1726889033.37094: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 172629 1726889033.37108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 172629 1726889033.37117: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff847860> <<< 172629 1726889033.37126: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff8472f0> <<< 172629 1726889033.37149: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 172629 1726889033.37215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 172629 1726889033.37289: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff847d40> <<< 172629 1726889033.37308: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 172629 1726889033.37349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 172629 1726889033.37561: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff84b140> <<< 172629 1726889033.37580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 172629 1726889033.37599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 172629 1726889033.37623: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff768ad0> <<< 172629 1726889033.37671: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.37775: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 172629 1726889033.37778: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.37898: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.38034: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 172629 1726889033.38047: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.38096: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.38149: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 172629 1726889033.38154: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.38285: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.38392: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 172629 1726889033.38481: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889033.38933: 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 <<< 172629 1726889033.38940: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.38968: 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 <<< 172629 1726889033.38974: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 172629 1726889033.39002: 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' <<< 172629 1726889033.39007: stdout chunk (state=3): >>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff76b560> <<< 172629 1726889033.39033: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726889033.39074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726889033.39191: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff76b650> <<< 172629 1726889033.39218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 172629 1726889033.39222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 172629 1726889033.39253: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 172629 1726889033.39264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 172629 1726889033.39293: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.39299: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69ff4c77d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff4c7020> <<< 172629 1726889033.39325: 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 0x7f69ff4c7200> <<< 172629 1726889033.39367: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff76bb90> <<< 172629 1726889033.39371: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff76ab40> <<< 172629 1726889033.39405: 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 0x7f69ff76b260> <<< 172629 1726889033.39428: 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 <<< 172629 1726889033.39499: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 172629 1726889033.39529: 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 <<< 172629 1726889033.39540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.39559: 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 <<< 172629 1726889033.39563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 172629 1726889033.39683: 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 0x7f69ff544dd0> <<< 172629 1726889033.39686: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff5449b0> <<< 172629 1726889033.39715: 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 <<< 172629 1726889033.39762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 172629 1726889033.39816: 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 0x7f69ff5706b0> <<< 172629 1726889033.39850: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff544ef0> <<< 172629 1726889033.39873: 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 <<< 172629 1726889033.39956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 172629 1726889033.40887: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' <<< 172629 1726889033.40892: 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 0x7f69ff0a75f0> <<< 172629 1726889033.40951: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff5448c0> <<< 172629 1726889033.40982: 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 <<< 172629 1726889033.41044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 172629 1726889033.41133: 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 0x7f69ff11d310> <<< 172629 1726889033.41279: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff0a7b90> <<< 172629 1726889033.41301: 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 <<< 172629 1726889033.41338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726889033.41417: 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 0x7f69ff1583e0> <<< 172629 1726889033.41451: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff11d550> <<< 172629 1726889033.41474: 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 <<< 172629 1726889033.41521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 172629 1726889033.41596: 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 0x7f69fd6ac530> <<< 172629 1726889033.41646: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff158740> <<< 172629 1726889033.41661: 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 <<< 172629 1726889033.41676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 172629 1726889033.41724: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 172629 1726889033.41736: 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 0x7f69fd6ad850> <<< 172629 1726889033.41749: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6acc50> <<< 172629 1726889033.41759: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff544530> <<< 172629 1726889033.41773: 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 <<< 172629 1726889033.41813: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 172629 1726889033.41830: 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 <<< 172629 1726889033.41846: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 172629 1726889033.41862: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py <<< 172629 1726889033.41877: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 172629 1726889033.41909: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.41914: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69fd6ccd70> <<< 172629 1726889033.41940: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6cc200> <<< 172629 1726889033.41963: 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 <<< 172629 1726889033.41989: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 172629 1726889033.42013: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 172629 1726889033.42045: 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 0x7f69fd6cf350> <<< 172629 1726889033.42072: 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 <<< 172629 1726889033.42091: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 172629 1726889033.42124: 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' <<< 172629 1726889033.42126: stdout chunk (state=3): >>>import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6fc290> <<< 172629 1726889033.42162: 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' <<< 172629 1726889033.42586: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' <<< 172629 1726889033.42592: stdout chunk (state=3): >>># extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69fd6fcb30> <<< 172629 1726889033.42633: 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 <<< 172629 1726889033.42644: 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 0x7f69fd6fe000> <<< 172629 1726889033.42652: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6fc4d0> <<< 172629 1726889033.42670: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6cf200> <<< 172629 1726889033.42690: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6ceba0> <<< 172629 1726889033.42716: 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 <<< 172629 1726889033.42734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.42823: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' <<< 172629 1726889033.42828: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69fd6ffc20> <<< 172629 1726889033.42850: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6cf770> <<< 172629 1726889033.42907: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6cd010> <<< 172629 1726889033.42942: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6af7d0> <<< 172629 1726889033.42974: 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' <<< 172629 1726889033.43103: 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 0x7f69fd6afef0> <<< 172629 1726889033.43108: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6afc50> <<< 172629 1726889033.43139: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6ad9d0> <<< 172629 1726889033.43170: 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 0x7f69fd731280> <<< 172629 1726889033.43196: 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 <<< 172629 1726889033.43212: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 172629 1726889033.43240: 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 <<< 172629 1726889033.43246: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 172629 1726889033.43278: 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 <<< 172629 1726889033.43289: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 172629 1726889033.43307: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd733740> <<< 172629 1726889033.43323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726889033.43336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726889033.43363: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd733f20> <<< 172629 1726889033.43367: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd732ab0> <<< 172629 1726889033.43387: 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 <<< 172629 1726889033.43413: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 172629 1726889033.43422: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd760770> <<< 172629 1726889033.43451: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd731250> <<< 172629 1726889033.43478: 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 <<< 172629 1726889033.43481: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.43501: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 172629 1726889033.43526: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 172629 1726889033.43542: 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 <<< 172629 1726889033.43549: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 172629 1726889033.43570: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd7621e0> <<< 172629 1726889033.43592: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd761760> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd761580> <<< 172629 1726889033.43616: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 172629 1726889033.43644: 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 <<< 172629 1726889033.43670: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726889033.43704: 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 <<< 172629 1726889033.43711: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 172629 1726889033.43739: 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' <<< 172629 1726889033.43759: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd789220> <<< 172629 1726889033.43782: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 172629 1726889033.43831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 172629 1726889033.43849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726889033.43895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726889033.43913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726889033.43937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd05b290> <<< 172629 1726889033.43985: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.43988: 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 0x7f69fd05b5f0> <<< 172629 1726889033.44040: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd78b500> <<< 172629 1726889033.44075: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd7896d0> <<< 172629 1726889033.44087: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd788740> <<< 172629 1726889033.44121: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd762990> <<< 172629 1726889033.44126: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd762660> <<< 172629 1726889033.44156: 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 <<< 172629 1726889033.44166: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 172629 1726889033.44197: 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 <<< 172629 1726889033.44202: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.44236: 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 <<< 172629 1726889033.44244: 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 0x7f69fd0950d0> <<< 172629 1726889033.44263: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd094260> <<< 172629 1726889033.44294: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd762ed0> <<< 172629 1726889033.44319: 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 <<< 172629 1726889033.44324: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 172629 1726889033.44352: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd0957f0> <<< 172629 1726889033.44377: 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 <<< 172629 1726889033.44382: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd095bb0> <<< 172629 1726889033.44398: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py <<< 172629 1726889033.44409: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd095c70> <<< 172629 1726889033.44428: 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 <<< 172629 1726889033.44435: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd095d90> <<< 172629 1726889033.44453: 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 <<< 172629 1726889033.44489: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 172629 1726889033.44506: 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 <<< 172629 1726889033.44534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 172629 1726889033.44598: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' <<< 172629 1726889033.44610: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69fd0b0920> <<< 172629 1726889033.44613: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd096a50> <<< 172629 1726889033.44640: 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 0x7f69fd0b0a70> <<< 172629 1726889033.44666: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py <<< 172629 1726889033.44675: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 172629 1726889033.44707: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd0b0b60> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd095cd0> <<< 172629 1726889033.44736: 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' <<< 172629 1726889033.44756: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd0b0c20> <<< 172629 1726889033.44772: 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 <<< 172629 1726889033.44791: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 172629 1726889033.44820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726889033.44884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726889033.44902: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726889033.44989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726889033.45008: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726889033.45030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726889033.45057: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.45065: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69fd1006e0> <<< 172629 1726889033.45085: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd0dbb00> <<< 172629 1726889033.45144: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd0da570> <<< 172629 1726889033.45283: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd0b24b0> <<< 172629 1726889033.45303: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd0b1910> <<< 172629 1726889033.45327: 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 0x7f69fd0b3890> <<< 172629 1726889033.45358: 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' <<< 172629 1726889033.45378: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd0d85f0> <<< 172629 1726889033.45398: 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 <<< 172629 1726889033.45401: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' <<< 172629 1726889033.45415: stdout chunk (state=3): >>>import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd11ce60> <<< 172629 1726889033.45438: 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 <<< 172629 1726889033.45448: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd11d0d0> <<< 172629 1726889033.45463: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py <<< 172629 1726889033.45478: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 172629 1726889033.45489: 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 <<< 172629 1726889033.45507: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 172629 1726889033.45523: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd11da30> <<< 172629 1726889033.45536: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd11d4c0> <<< 172629 1726889033.45562: 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 0x7f69fd11e930> <<< 172629 1726889033.45579: stdout chunk (state=3): >>>import 'gc' # <<< 172629 1726889033.45597: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff4c78f0> <<< 172629 1726889033.45602: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff76a720> <<< 172629 1726889033.46150: 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 <<< 172629 1726889033.46157: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 172629 1726889033.46194: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd11f410> <<< 172629 1726889033.46218: 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 <<< 172629 1726889033.46224: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.46241: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 172629 1726889033.46276: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 172629 1726889033.46303: 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 <<< 172629 1726889033.46352: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 172629 1726889033.46376: 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 <<< 172629 1726889033.46382: 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 0x7f69fceefe30> <<< 172629 1726889033.46404: 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 <<< 172629 1726889033.46425: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 172629 1726889033.46432: 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 <<< 172629 1726889033.46469: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 172629 1726889033.46480: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py <<< 172629 1726889033.46486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.46595: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.46599: stdout chunk (state=3): >>># extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69fcf15eb0> <<< 172629 1726889033.46610: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf15a60> <<< 172629 1726889033.46633: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.46654: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.46669: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69ffcff2c0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf14920> <<< 172629 1726889033.46675: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf141a0> <<< 172629 1726889033.46695: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fceece90> <<< 172629 1726889033.46722: 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' <<< 172629 1726889033.46742: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fceefc20> <<< 172629 1726889033.46762: 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 <<< 172629 1726889033.46790: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.46806: 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 <<< 172629 1726889033.46831: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 172629 1726889033.46861: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf2b4a0> <<< 172629 1726889033.46891: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf29fd0> <<< 172629 1726889033.46923: 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 <<< 172629 1726889033.46934: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 172629 1726889033.46939: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf4ccb0> <<< 172629 1726889033.46968: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' <<< 172629 1726889033.46988: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf4cf80> <<< 172629 1726889033.47006: 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 <<< 172629 1726889033.47022: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' <<< 172629 1726889033.47029: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf4d1f0> <<< 172629 1726889033.47046: 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 <<< 172629 1726889033.47064: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 172629 1726889033.47074: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf4d490> <<< 172629 1726889033.47091: 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' <<< 172629 1726889033.47121: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py <<< 172629 1726889033.47145: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 172629 1726889033.47178: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf4db80> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf4d9d0> <<< 172629 1726889033.47212: 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 0x7f69fcf4f3b0> <<< 172629 1726889033.47243: 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' <<< 172629 1726889033.47249: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf4f530> <<< 172629 1726889033.47272: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py <<< 172629 1726889033.47301: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 172629 1726889033.47318: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf4f770> <<< 172629 1726889033.47330: 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 <<< 172629 1726889033.47351: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 172629 1726889033.47369: 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 <<< 172629 1726889033.47396: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 172629 1726889033.47408: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf68710> <<< 172629 1726889033.47424: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf4ff50> <<< 172629 1726889033.47441: 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 <<< 172629 1726889033.47460: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 172629 1726889033.47463: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf68920> <<< 172629 1726889033.47488: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' <<< 172629 1726889033.47507: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf696d0> <<< 172629 1726889033.47528: 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 <<< 172629 1726889033.47535: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' <<< 172629 1726889033.47544: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf698b0> <<< 172629 1726889033.47564: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py <<< 172629 1726889033.47578: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 172629 1726889033.47614: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf69b80> <<< 172629 1726889033.47638: 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 <<< 172629 1726889033.47641: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' <<< 172629 1726889033.47645: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf6aa80> <<< 172629 1726889033.47679: 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<<< 172629 1726889033.47683: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' <<< 172629 1726889033.47691: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf6acc0> <<< 172629 1726889033.47722: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py <<< 172629 1726889033.47736: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 172629 1726889033.47744: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf6aed0> <<< 172629 1726889033.47776: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py <<< 172629 1726889033.47782: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 172629 1726889033.47807: 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 <<< 172629 1726889033.47815: 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 0x7f69fcf6bad0> <<< 172629 1726889033.47830: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf6b5f0> <<< 172629 1726889033.47849: 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 <<< 172629 1726889033.47869: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 172629 1726889033.47886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 172629 1726889033.47905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf8c950> <<< 172629 1726889033.47919: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf8c290> <<< 172629 1726889033.47945: 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 <<< 172629 1726889033.47949: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' <<< 172629 1726889033.47967: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf8d5e0> <<< 172629 1726889033.47980: 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 <<< 172629 1726889033.48001: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 172629 1726889033.48020: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf8d8b0> <<< 172629 1726889033.48028: 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 <<< 172629 1726889033.48051: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 172629 1726889033.48059: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf8e810> <<< 172629 1726889033.48083: 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' <<< 172629 1726889033.48091: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf8eab0> <<< 172629 1726889033.48122: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' <<< 172629 1726889033.48124: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf8ec60> <<< 172629 1726889033.48153: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd11f830> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd11f5c0> <<< 172629 1726889033.48158: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd11ed20> <<< 172629 1726889033.48179: 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 <<< 172629 1726889033.48185: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 172629 1726889033.48217: 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' <<< 172629 1726889033.48249: 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 <<< 172629 1726889033.48264: 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 0x7f69fcf8f5f0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf8f380> <<< 172629 1726889033.48278: 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' <<< 172629 1726889033.48303: 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 <<< 172629 1726889033.48349: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889033.48371: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 172629 1726889033.48411: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 172629 1726889033.48459: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcfb5a90> <<< 172629 1726889033.48481: 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' <<< 172629 1726889033.48566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 172629 1726889033.48572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 172629 1726889033.48602: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcfb71d0> <<< 172629 1726889033.48652: 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 0x7f69fcfb63c0> <<< 172629 1726889033.48659: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcfb5ee0> <<< 172629 1726889033.48684: 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 <<< 172629 1726889033.48698: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 172629 1726889033.48730: 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' <<< 172629 1726889033.48733: stdout chunk (state=3): >>>import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd0ca10> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fccf3e00> <<< 172629 1726889033.48767: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.48794: 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 <<< 172629 1726889033.48827: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 172629 1726889033.48858: stdout chunk (state=3): >>>import 'six.moves' # <<< 172629 1726889033.48871: 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 <<< 172629 1726889033.48891: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 172629 1726889033.48894: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd0f8f0> <<< 172629 1726889033.48922: 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' <<< 172629 1726889033.48936: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd0fa40> <<< 172629 1726889033.48959: 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 <<< 172629 1726889033.48981: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 172629 1726889033.48986: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 172629 1726889033.49030: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd0d070> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd0cd70> <<< 172629 1726889033.49077: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf8f8c0> <<< 172629 1726889033.49094: 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 <<< 172629 1726889033.49111: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 172629 1726889033.49125: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcfb55e0> <<< 172629 1726889033.49146: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf8f620> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd11f590> <<< 172629 1726889033.49177: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py <<< 172629 1726889033.49198: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 172629 1726889033.49235: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd36360> <<< 172629 1726889033.49249: 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 <<< 172629 1726889033.49279: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 172629 1726889033.49296: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd36c30> <<< 172629 1726889033.49323: 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' <<< 172629 1726889033.49342: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd37c50> <<< 172629 1726889033.49374: 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 <<< 172629 1726889033.49382: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 172629 1726889033.49386: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd602f0> <<< 172629 1726889033.49413: 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' <<< 172629 1726889033.49445: 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' <<< 172629 1726889033.49470: 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' <<< 172629 1726889033.49510: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.49633: 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 0x7f69fcd619a0><<< 172629 1726889033.49644: stdout chunk (state=3): >>> <<< 172629 1726889033.49661: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd61370> <<< 172629 1726889033.49667: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd61010> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd60cb0> <<< 172629 1726889033.49693: 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 <<< 172629 1726889033.49699: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 172629 1726889033.49742: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd61760> <<< 172629 1726889033.49761: 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 <<< 172629 1726889033.49775: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 172629 1726889033.49804: 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 <<< 172629 1726889033.49809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889033.49835: 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 <<< 172629 1726889033.49850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd63740> <<< 172629 1726889033.49856: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py <<< 172629 1726889033.49868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 172629 1726889033.49874: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd63800> <<< 172629 1726889033.49902: 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' <<< 172629 1726889033.49997: 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 0x7f69fcd63f20> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd63da0> <<< 172629 1726889033.50026: 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' <<< 172629 1726889033.50058: 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 <<< 172629 1726889033.50065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 172629 1726889033.50088: 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 <<< 172629 1726889033.50176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 172629 1726889033.50202: 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 0x7f69fcd924b0> <<< 172629 1726889033.50229: 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 <<< 172629 1726889033.50232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 172629 1726889033.50265: 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' <<< 172629 1726889033.50292: 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 0x7f69fcd936e0> <<< 172629 1726889033.50318: 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 0x7f69fcd93950> <<< 172629 1726889033.50340: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 172629 1726889033.50376: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.50405: stdout chunk (state=3): >>># extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889033.50408: stdout chunk (state=3): >>>import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69fcd93ad0> <<< 172629 1726889033.50416: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd938f0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd931a0> <<< 172629 1726889033.50428: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd92630> <<< 172629 1726889033.50450: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd918e0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd90e90> <<< 172629 1726889033.50467: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd90710> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd63230> <<< 172629 1726889033.50503: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd62720> <<< 172629 1726889033.50522: 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 <<< 172629 1726889033.50532: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' <<< 172629 1726889033.50538: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd933b0> <<< 172629 1726889033.50566: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 172629 1726889033.50579: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 172629 1726889033.50585: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd93f80> <<< 172629 1726889033.50608: 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 <<< 172629 1726889033.50617: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' <<< 172629 1726889033.50623: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcdbc890> <<< 172629 1726889033.50650: 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 <<< 172629 1726889033.50668: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 172629 1726889033.50680: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcdbcc50> <<< 172629 1726889033.50683: 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 <<< 172629 1726889033.50722: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 172629 1726889033.50727: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcdbd580> <<< 172629 1726889033.50753: 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 <<< 172629 1726889033.50779: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 172629 1726889033.50806: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcdbe0f0> <<< 172629 1726889033.63491: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["cryptsetup"], "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}}} <<< 172629 1726889033.64636: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 172629 1726889033.64664: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889033.65164: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 172629 1726889033.65178: 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 <<< 172629 1726889033.65187: stdout chunk (state=3): >>># cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix <<< 172629 1726889033.65202: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath <<< 172629 1726889033.65227: stdout chunk (state=3): >>># cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix <<< 172629 1726889033.65238: stdout chunk (state=3): >>># cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 172629 1726889033.65273: stdout chunk (state=3): >>># 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 <<< 172629 1726889033.65278: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # 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 <<< 172629 1726889033.65306: stdout chunk (state=3): >>># cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # 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 <<< 172629 1726889033.65327: stdout chunk (state=3): >>># destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 <<< 172629 1726889033.65352: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser <<< 172629 1726889033.65364: stdout chunk (state=3): >>># 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 <<< 172629 1726889033.65381: stdout chunk (state=3): >>># cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction <<< 172629 1726889033.65400: 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 # 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 <<< 172629 1726889033.65433: stdout chunk (state=3): >>># cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # 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 <<< 172629 1726889033.65448: stdout chunk (state=3): >>># 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 <<< 172629 1726889033.65460: stdout chunk (state=3): >>># cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version <<< 172629 1726889033.65476: stdout chunk (state=3): >>># 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 <<< 172629 1726889033.65492: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # 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 <<< 172629 1726889033.65997: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889033.66012: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 172629 1726889033.66019: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726889033.66025: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 172629 1726889033.66048: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889033.66072: stdout chunk (state=3): >>># destroy zipimport <<< 172629 1726889033.66076: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 172629 1726889033.66100: stdout chunk (state=3): >>># destroy selinux <<< 172629 1726889033.66120: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 172629 1726889033.66134: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 172629 1726889033.66176: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version <<< 172629 1726889033.66179: stdout chunk (state=3): >>># destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves <<< 172629 1726889033.66193: stdout chunk (state=3): >>># destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 172629 1726889033.66213: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 172629 1726889033.66227: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 <<< 172629 1726889033.66241: stdout chunk (state=3): >>># destroy _sqlite3 # destroy dbus <<< 172629 1726889033.66249: stdout chunk (state=3): >>># destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 172629 1726889033.66265: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 172629 1726889033.66311: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings <<< 172629 1726889033.66329: 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 <<< 172629 1726889033.66333: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove <<< 172629 1726889033.66353: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses <<< 172629 1726889033.66378: stdout chunk (state=3): >>># cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum <<< 172629 1726889033.66384: stdout chunk (state=3): >>># destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect <<< 172629 1726889033.66404: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 172629 1726889033.66434: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc <<< 172629 1726889033.66438: stdout chunk (state=3): >>># cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm <<< 172629 1726889033.66458: stdout chunk (state=3): >>># destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error <<< 172629 1726889033.66472: stdout chunk (state=3): >>># 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 <<< 172629 1726889033.66491: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy <<< 172629 1726889033.66503: stdout chunk (state=3): >>># cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response <<< 172629 1726889033.66530: stdout chunk (state=3): >>># cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message <<< 172629 1726889033.66537: stdout chunk (state=3): >>># destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 172629 1726889033.66564: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar <<< 172629 1726889033.66568: stdout chunk (state=3): >>># 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 <<< 172629 1726889033.66604: stdout chunk (state=3): >>># 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 <<< 172629 1726889033.66620: 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 <<< 172629 1726889033.66637: stdout chunk (state=3): >>># 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 <<< 172629 1726889033.66660: 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 <<< 172629 1726889033.66674: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 172629 1726889033.66688: 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 <<< 172629 1726889033.66717: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json<<< 172629 1726889033.66733: stdout chunk (state=3): >>> # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib <<< 172629 1726889033.66740: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref <<< 172629 1726889033.66775: stdout chunk (state=3): >>># cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 172629 1726889033.66778: stdout chunk (state=3): >>># cleanup[3] wiping zlib <<< 172629 1726889033.66812: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 172629 1726889033.66815: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 172629 1726889033.66832: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726889033.66846: 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 <<< 172629 1726889033.66866: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath <<< 172629 1726889033.66886: stdout chunk (state=3): >>># cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _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 <<< 172629 1726889033.66897: 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 <<< 172629 1726889033.66915: stdout chunk (state=3): >>># destroy _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726889033.67357: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 172629 1726889033.67389: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 172629 1726889033.67430: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 172629 1726889033.67435: stdout chunk (state=3): >>># destroy tokenize <<< 172629 1726889033.67464: stdout chunk (state=3): >>># destroy _compat_pickle <<< 172629 1726889033.67470: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 172629 1726889033.67495: stdout chunk (state=3): >>># destroy _queue # destroy array <<< 172629 1726889033.67502: stdout chunk (state=3): >>># destroy copyreg <<< 172629 1726889033.67540: stdout chunk (state=3): >>># destroy _pickle <<< 172629 1726889033.67543: 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 <<< 172629 1726889033.67546: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves <<< 172629 1726889033.67570: stdout chunk (state=3): >>># destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726889033.67576: stdout chunk (state=3): >>># destroy unicodedata <<< 172629 1726889033.67597: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue # destroy shlex<<< 172629 1726889033.67613: stdout chunk (state=3): >>> # destroy pwd <<< 172629 1726889033.67626: stdout chunk (state=3): >>># destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib <<< 172629 1726889033.67639: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 172629 1726889033.67684: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob <<< 172629 1726889033.67695: stdout chunk (state=3): >>># destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal <<< 172629 1726889033.67707: stdout chunk (state=3): >>># destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf <<< 172629 1726889033.67719: stdout chunk (state=3): >>># destroy rpm <<< 172629 1726889033.67770: stdout chunk (state=3): >>># destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors <<< 172629 1726889033.67774: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 172629 1726889033.67840: stdout chunk (state=3): >>># destroy _warnings <<< 172629 1726889033.67846: stdout chunk (state=3): >>># destroy posix <<< 172629 1726889033.67878: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar <<< 172629 1726889033.67882: stdout chunk (state=3): >>># destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 172629 1726889033.67918: stdout chunk (state=3): >>># destroy _ssl <<< 172629 1726889033.67982: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889033.68101: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 172629 1726889033.68104: stdout chunk (state=3): >>># destroy re <<< 172629 1726889033.68127: stdout chunk (state=3): >>># destroy _random <<< 172629 1726889033.68142: stdout chunk (state=3): >>># destroy _sre <<< 172629 1726889033.68148: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 172629 1726889033.68789: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889033.68821: stderr chunk (state=3): >>><<< 172629 1726889033.68824: stdout chunk (state=3): >>><<< 172629 1726889033.68999: _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 0x7f6a007bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0078bb00> # /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 0x7f6a007bea50> 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 0x7f6a007cd130> # /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 0x7f6a007ce120> 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 0x7f6a005b3f50> # /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 0x7f6a005c00e0> # /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 0x7f6a005e3920> # /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 0x7f6a005e3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a005c3bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a005c1340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a005b1100> # /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 0x7f6a006078c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a006064e0> # /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 0x7f6a005c21e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00604c20> # /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 0x7f6a00634920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a005b0380> # /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 0x7f6a00634dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00634c80> # 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 0x7f6a00635070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a005a6ea0> # /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 0x7f6a00635730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00635430> 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 0x7f6a00636630> 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 0x7f6a00654860> 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 0x7f6a00655f40> # /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 0x7f6a00656de0> # 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 0x7f6a00657440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00656330> # /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 0x7f6a00657e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a006575c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00636690> # /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 0x7f6a00397d40> # /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 0x7f6a003c4890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a003c45f0> # 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 0x7f6a003c4830> # /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 0x7f6a003c5190> # 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 0x7f6a003c5b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a003c4a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00395ee0> # /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 0x7f6a003c6f30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a003c5a00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00636d80> # /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 0x7f6a003eb2c0> # /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 0x7f6a00417650> # /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 0x7f6a00470470> # /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 0x7f6a00472bd0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00470590> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00435460> # /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 0x7f69ffd25520> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a00416450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a003c7e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6a00416570> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_w1en9nlb/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 0x7f69ffd7f0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffd5dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffd5d160> # 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 0x7f69ffd7cfb0> # /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 0x7f69ffdaab70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffdaa900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffdaa210> # /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 0x7f69ffdaa960> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffd7fd70> 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 0x7f69ffdab860> # 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 0x7f69ffdabaa0> # /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 0x7f69ffdabfe0> 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 0x7f69ffc11d30> # 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 0x7f69ffc13950> # /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 0x7f69ffc18350> # /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 0x7f69ffc194f0> # /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 0x7f69ffc1bf50> # 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 0x7f6a003c6ea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc1a210> # /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 0x7f69ffc1ff20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc1e9f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc1e750> # /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 0x7f69ffc1ecc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc1a720> # 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 0x7f69ffc64140> # /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 0x7f69ffc64290> # /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 0x7f69ffc65d90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc65b50> # /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 0x7f69ffc682f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc66480> # /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 0x7f69ffc6baa0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc68470> # 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 0x7f69ffc6c8c0> # 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 0x7f69ffc6caa0> # 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 0x7f69ffc6cd40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc644d0> # /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 0x7f69ffcf8380> # 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 0x7f69ffcf96d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc6eb10> # 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 0x7f69ffc6fec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffc6e750> # 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 0x7f69ffcfd910> # /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 0x7f69ffcfe6f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffcf97f0> 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 0x7f69ffcfe420> # 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 0x7f69ffcff980> # 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 0x7f69ffb0a510> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb05b20> 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 0x7f69ffdfaed0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffde2ba0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb0a840> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb0a5a0> # 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 0x7f69ffb9ce90> # /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 0x7f69ffb9d0d0> # /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 0x7f69ffb9d820> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb9d3a0> # /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 0x7f69ffb9e120> # /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 0x7f69ffb89e80> # /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 0x7f69ffb89d60> # /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 0x7f69ff7a2bd0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb8aed0> # /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 0x7f69ff7b5730> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff7b4260> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff7a29c0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb9edb0> # /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 0x7f69ff8216d0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff7d97f0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff7b6000> # /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 0x7f69ff8293d0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff8234a0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff7d92e0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb9e780> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb9e1b0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb9df10> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ffb9d130> # /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 0x7f69ffb9e090> # /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 0x7f69ff8299a0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff829130> # /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 0x7f69ff82a0c0> # /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 0x7f69ff838b90> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff811d00> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff82b110> # /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 0x7f69ff811790> # /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 0x7f69ff846ba0> # /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 0x7f69ff847860> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff8472f0> # /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 0x7f69ff847d40> # /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 0x7f69ff84b140> # /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 0x7f69ff768ad0> # 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 0x7f69ff76b560> # /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 0x7f69ff76b650> # /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 0x7f69ff4c77d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff4c7020> # 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 0x7f69ff4c7200> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff76bb90> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff76ab40> # /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 0x7f69ff76b260> # /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 0x7f69ff544dd0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff5449b0> # /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 0x7f69ff5706b0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff544ef0> # /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 0x7f69ff0a75f0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff5448c0> # /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 0x7f69ff11d310> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff0a7b90> # /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 0x7f69ff1583e0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff11d550> # /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 0x7f69fd6ac530> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff158740> # /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 0x7f69fd6ad850> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6acc50> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff544530> # /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 0x7f69fd6ccd70> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6cc200> # /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 0x7f69fd6cf350> # /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 0x7f69fd6fc290> # /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 0x7f69fd6fcb30> # /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 0x7f69fd6fe000> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6fc4d0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6cf200> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6ceba0> # /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 0x7f69fd6ffc20> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6cf770> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6cd010> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6af7d0> # /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 0x7f69fd6afef0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6afc50> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd6ad9d0> # /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 0x7f69fd731280> # /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 0x7f69fd733740> # /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 0x7f69fd733f20> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd732ab0> # /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 0x7f69fd760770> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd731250> # /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 0x7f69fd7621e0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd761760> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd761580> # /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 0x7f69fd789220> # /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 0x7f69fd05b290> # 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 0x7f69fd05b5f0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd78b500> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd7896d0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd788740> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd762990> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd762660> # /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 0x7f69fd0950d0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd094260> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd762ed0> # /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 0x7f69fd0957f0> # /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 0x7f69fd095bb0> # /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 0x7f69fd095c70> # /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 0x7f69fd095d90> # /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 0x7f69fd0b0920> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd096a50> # /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 0x7f69fd0b0a70> # /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 0x7f69fd0b0b60> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd095cd0> # /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 0x7f69fd0b0c20> # /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 0x7f69fd1006e0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd0dbb00> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd0da570> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd0b24b0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd0b1910> # /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 0x7f69fd0b3890> # /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 0x7f69fd0d85f0> # /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 0x7f69fd11ce60> # /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 0x7f69fd11d0d0> # /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 0x7f69fd11da30> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd11d4c0> # /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 0x7f69fd11e930> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff4c78f0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ff76a720> # /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 0x7f69fd11f410> # /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 0x7f69fceefe30> # /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 0x7f69fcf15eb0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf15a60> # 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 0x7f69ffcff2c0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf14920> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf141a0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fceece90> # /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 0x7f69fceefc20> # /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 0x7f69fcf2b4a0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf29fd0> # /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 0x7f69fcf4ccb0> # /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 0x7f69fcf4cf80> # /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 0x7f69fcf4d1f0> # /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 0x7f69fcf4d490> # /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 0x7f69fcf4db80> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf4d9d0> # /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 0x7f69fcf4f3b0> # /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 0x7f69fcf4f530> # /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 0x7f69fcf4f770> # /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 0x7f69fcf68710> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf4ff50> # /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 0x7f69fcf68920> # /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 0x7f69fcf696d0> # /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 0x7f69fcf698b0> # /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 0x7f69fcf69b80> # /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 0x7f69fcf6aa80> # /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 0x7f69fcf6acc0> # /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 0x7f69fcf6aed0> # /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 0x7f69fcf6bad0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf6b5f0> # /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 0x7f69fcf8c950> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf8c290> # /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 0x7f69fcf8d5e0> # /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 0x7f69fcf8d8b0> # /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 0x7f69fcf8e810> # /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 0x7f69fcf8eab0> # /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 0x7f69fcf8ec60> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd11f830> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd11f5c0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd11ed20> # /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 0x7f69fcf8f5f0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf8f380> # /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 0x7f69fcfb5a90> # /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 0x7f69fcfb71d0> # 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 0x7f69fcfb63c0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcfb5ee0> # /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 0x7f69fcd0ca10> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fccf3e00> # /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 0x7f69fcd0f8f0> # /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 0x7f69fcd0fa40> # /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 0x7f69fcd0d070> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd0cd70> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf8f8c0> # /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 0x7f69fcfb55e0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcf8f620> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fd11f590> # /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 0x7f69fcd36360> # /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 0x7f69fcd36c30> # /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 0x7f69fcd37c50> # /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 0x7f69fcd602f0> # /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 0x7f69fcd619a0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd61370> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd61010> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd60cb0> # /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 0x7f69fcd61760> # /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 0x7f69fcd63740> # /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 0x7f69fcd63800> # /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 0x7f69fcd63f20> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd63da0> # /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 0x7f69fcd924b0> # /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 0x7f69fcd936e0> # /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 0x7f69fcd93950> # /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 0x7f69fcd93ad0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd938f0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd931a0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd92630> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd918e0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd90e90> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd90710> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd63230> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69fcd62720> # /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 0x7f69fcd933b0> # /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 0x7f69fcd93f80> # /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 0x7f69fcdbc890> # /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 0x7f69fcdbcc50> # /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 0x7f69fcdbd580> # /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 0x7f69fcdbe0f0> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["cryptsetup"], "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. 172629 1726889033.70147: done with _execute_module (ansible.legacy.dnf, {'name': 'cryptsetup', '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-1726889033.059024-177446-14384825781833/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889033.70150: _low_level_execute_command(): starting 172629 1726889033.70152: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889033.059024-177446-14384825781833/ > /dev/null 2>&1 && sleep 0' 172629 1726889033.70153: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889033.70159: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889033.70160: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889033.70162: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889033.70163: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889033.70164: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889033.70165: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889033.70167: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726889033.70168: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726889033.70169: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726889033.70170: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889033.70171: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889033.70173: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889033.70174: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889033.70175: stderr chunk (state=3): >>>debug2: match found <<< 172629 1726889033.70176: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889033.70177: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889033.70178: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889033.70179: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889033.70180: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889033.71895: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889033.71921: stderr chunk (state=3): >>><<< 172629 1726889033.71924: stdout chunk (state=3): >>><<< 172629 1726889033.71937: _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 172629 1726889033.71943: handler run complete 172629 1726889033.71974: attempt loop complete, returning result 172629 1726889033.71977: _execute() done 172629 1726889033.71979: dumping result to json 172629 1726889033.71984: done dumping result, returning 172629 1726889033.71992: done running TaskExecutor() for managed_node1/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-d0a8-add8-000000002fb2] 172629 1726889033.71996: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fb2 172629 1726889033.72091: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fb2 172629 1726889033.72094: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 172629 1726889033.72170: no more pending results, returning what we have 172629 1726889033.72174: results queue empty 172629 1726889033.72175: checking for any_errors_fatal 172629 1726889033.72182: done checking for any_errors_fatal 172629 1726889033.72183: checking for max_fail_percentage 172629 1726889033.72184: done checking for max_fail_percentage 172629 1726889033.72185: checking to see if all hosts have failed and the running result is not ok 172629 1726889033.72186: done checking to see if all hosts have failed 172629 1726889033.72186: getting the remaining hosts for this loop 172629 1726889033.72188: done getting the remaining hosts for this loop 172629 1726889033.72192: getting the next task for host managed_node1 172629 1726889033.72200: done getting next task for host managed_node1 172629 1726889033.72206: ^ task is: TASK: Collect LUKS info for this volume 172629 1726889033.72211: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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 172629 1726889033.72217: getting variables 172629 1726889033.72218: in VariableManager get_vars() 172629 1726889033.72260: Calling all_inventory to load vars for managed_node1 172629 1726889033.72265: Calling groups_inventory to load vars for managed_node1 172629 1726889033.72268: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889033.72278: Calling all_plugins_play to load vars for managed_node1 172629 1726889033.72281: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889033.72284: Calling groups_plugins_play to load vars for managed_node1 172629 1726889033.72675: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889033.73013: done with get_vars() 172629 1726889033.73025: done getting variables 172629 1726889033.73071: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Friday 20 September 2024 23:23:53 -0400 (0:00:00.729) 0:02:14.010 ****** 172629 1726889033.73094: entering _queue_task() for managed_node1/command 172629 1726889033.73314: worker is 1 (out of 1 available) 172629 1726889033.73330: exiting _queue_task() for managed_node1/command 172629 1726889033.73342: done queuing things up, now waiting for results queue to drain 172629 1726889033.73344: waiting for pending results... 172629 1726889033.73531: running TaskExecutor() for managed_node1/TASK: Collect LUKS info for this volume 172629 1726889033.73624: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fb3 172629 1726889033.73637: variable 'ansible_search_path' from source: unknown 172629 1726889033.73667: calling self._execute() 172629 1726889033.73763: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889033.73766: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889033.73777: variable 'omit' from source: magic vars 172629 1726889033.74057: variable 'storage_test_volume' from source: include params 172629 1726889033.74073: variable '_storage_test_volume_present' from source: set_fact 172629 1726889033.74088: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 172629 1726889033.74091: when evaluation is False, skipping this task 172629 1726889033.74094: _execute() done 172629 1726889033.74096: dumping result to json 172629 1726889033.74098: done dumping result, returning 172629 1726889033.74105: done running TaskExecutor() for managed_node1/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-d0a8-add8-000000002fb3] 172629 1726889033.74111: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fb3 172629 1726889033.74203: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fb3 172629 1726889033.74206: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889033.74278: no more pending results, returning what we have 172629 1726889033.74282: results queue empty 172629 1726889033.74282: checking for any_errors_fatal 172629 1726889033.74290: done checking for any_errors_fatal 172629 1726889033.74290: checking for max_fail_percentage 172629 1726889033.74292: done checking for max_fail_percentage 172629 1726889033.74293: checking to see if all hosts have failed and the running result is not ok 172629 1726889033.74293: done checking to see if all hosts have failed 172629 1726889033.74294: getting the remaining hosts for this loop 172629 1726889033.74296: done getting the remaining hosts for this loop 172629 1726889033.74298: getting the next task for host managed_node1 172629 1726889033.74305: done getting next task for host managed_node1 172629 1726889033.74307: ^ task is: TASK: Verify the presence/absence of the LUKS device node 172629 1726889033.74312: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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 172629 1726889033.74316: getting variables 172629 1726889033.74317: in VariableManager get_vars() 172629 1726889033.74349: Calling all_inventory to load vars for managed_node1 172629 1726889033.74351: Calling groups_inventory to load vars for managed_node1 172629 1726889033.74357: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889033.74366: Calling all_plugins_play to load vars for managed_node1 172629 1726889033.74368: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889033.74371: Calling groups_plugins_play to load vars for managed_node1 172629 1726889033.74687: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889033.75018: done with get_vars() 172629 1726889033.75028: done getting variables 172629 1726889033.75074: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Friday 20 September 2024 23:23:53 -0400 (0:00:00.020) 0:02:14.030 ****** 172629 1726889033.75097: entering _queue_task() for managed_node1/assert 172629 1726889033.75291: worker is 1 (out of 1 available) 172629 1726889033.75305: exiting _queue_task() for managed_node1/assert 172629 1726889033.75318: done queuing things up, now waiting for results queue to drain 172629 1726889033.75319: waiting for pending results... 172629 1726889033.75488: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the LUKS device node 172629 1726889033.75572: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fb4 172629 1726889033.75585: variable 'ansible_search_path' from source: unknown 172629 1726889033.75612: calling self._execute() 172629 1726889033.75697: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889033.75701: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889033.75711: variable 'omit' from source: magic vars 172629 1726889033.75968: variable 'storage_test_volume' from source: include params 172629 1726889033.76000: Evaluated conditional (storage_test_volume.encryption): False 172629 1726889033.76004: when evaluation is False, skipping this task 172629 1726889033.76006: _execute() done 172629 1726889033.76009: dumping result to json 172629 1726889033.76011: done dumping result, returning 172629 1726889033.76017: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-d0a8-add8-000000002fb4] 172629 1726889033.76023: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fb4 172629 1726889033.76114: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fb4 172629 1726889033.76117: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889033.76167: no more pending results, returning what we have 172629 1726889033.76171: results queue empty 172629 1726889033.76172: checking for any_errors_fatal 172629 1726889033.76178: done checking for any_errors_fatal 172629 1726889033.76178: checking for max_fail_percentage 172629 1726889033.76180: done checking for max_fail_percentage 172629 1726889033.76181: checking to see if all hosts have failed and the running result is not ok 172629 1726889033.76181: done checking to see if all hosts have failed 172629 1726889033.76182: getting the remaining hosts for this loop 172629 1726889033.76183: done getting the remaining hosts for this loop 172629 1726889033.76186: getting the next task for host managed_node1 172629 1726889033.76193: done getting next task for host managed_node1 172629 1726889033.76195: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 172629 1726889033.76200: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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 172629 1726889033.76203: getting variables 172629 1726889033.76205: in VariableManager get_vars() 172629 1726889033.76233: Calling all_inventory to load vars for managed_node1 172629 1726889033.76236: Calling groups_inventory to load vars for managed_node1 172629 1726889033.76238: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889033.76248: Calling all_plugins_play to load vars for managed_node1 172629 1726889033.76250: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889033.76253: Calling groups_plugins_play to load vars for managed_node1 172629 1726889033.76834: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889033.77162: done with get_vars() 172629 1726889033.77171: done getting variables 172629 1726889033.77209: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Friday 20 September 2024 23:23:53 -0400 (0:00:00.021) 0:02:14.052 ****** 172629 1726889033.77229: entering _queue_task() for managed_node1/assert 172629 1726889033.77420: worker is 1 (out of 1 available) 172629 1726889033.77436: exiting _queue_task() for managed_node1/assert 172629 1726889033.77449: done queuing things up, now waiting for results queue to drain 172629 1726889033.77451: waiting for pending results... 172629 1726889033.77622: running TaskExecutor() for managed_node1/TASK: Verify that the raw device is the same as the device if not encrypted 172629 1726889033.77717: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fb5 172629 1726889033.77728: variable 'ansible_search_path' from source: unknown 172629 1726889033.77759: calling self._execute() 172629 1726889033.77841: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889033.77844: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889033.77857: variable 'omit' from source: magic vars 172629 1726889033.78102: variable '_storage_test_volume_present' from source: set_fact 172629 1726889033.78112: Evaluated conditional (_storage_test_volume_present): False 172629 1726889033.78115: when evaluation is False, skipping this task 172629 1726889033.78118: _execute() done 172629 1726889033.78121: dumping result to json 172629 1726889033.78124: done dumping result, returning 172629 1726889033.78127: done running TaskExecutor() for managed_node1/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-d0a8-add8-000000002fb5] 172629 1726889033.78137: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fb5 172629 1726889033.78222: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fb5 172629 1726889033.78225: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889033.78284: no more pending results, returning what we have 172629 1726889033.78287: results queue empty 172629 1726889033.78288: checking for any_errors_fatal 172629 1726889033.78294: done checking for any_errors_fatal 172629 1726889033.78295: checking for max_fail_percentage 172629 1726889033.78296: done checking for max_fail_percentage 172629 1726889033.78297: checking to see if all hosts have failed and the running result is not ok 172629 1726889033.78298: done checking to see if all hosts have failed 172629 1726889033.78298: getting the remaining hosts for this loop 172629 1726889033.78300: done getting the remaining hosts for this loop 172629 1726889033.78303: getting the next task for host managed_node1 172629 1726889033.78309: done getting next task for host managed_node1 172629 1726889033.78311: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 172629 1726889033.78316: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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 172629 1726889033.78319: getting variables 172629 1726889033.78320: in VariableManager get_vars() 172629 1726889033.78351: Calling all_inventory to load vars for managed_node1 172629 1726889033.78357: Calling groups_inventory to load vars for managed_node1 172629 1726889033.78361: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889033.78369: Calling all_plugins_play to load vars for managed_node1 172629 1726889033.78371: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889033.78374: Calling groups_plugins_play to load vars for managed_node1 172629 1726889033.78685: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889033.79033: done with get_vars() 172629 1726889033.79043: done getting variables 172629 1726889033.79085: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Friday 20 September 2024 23:23:53 -0400 (0:00:00.018) 0:02:14.071 ****** 172629 1726889033.79106: entering _queue_task() for managed_node1/assert 172629 1726889033.79287: worker is 1 (out of 1 available) 172629 1726889033.79302: exiting _queue_task() for managed_node1/assert 172629 1726889033.79315: done queuing things up, now waiting for results queue to drain 172629 1726889033.79317: waiting for pending results... 172629 1726889033.79495: running TaskExecutor() for managed_node1/TASK: Make sure we got info about the LUKS volume if encrypted 172629 1726889033.79578: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fb6 172629 1726889033.79596: variable 'ansible_search_path' from source: unknown 172629 1726889033.79622: calling self._execute() 172629 1726889033.79707: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889033.79711: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889033.79719: variable 'omit' from source: magic vars 172629 1726889033.79991: variable '_storage_test_volume_present' from source: set_fact 172629 1726889033.79997: variable 'storage_test_volume' from source: include params 172629 1726889033.80026: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 172629 1726889033.80029: when evaluation is False, skipping this task 172629 1726889033.80033: _execute() done 172629 1726889033.80035: dumping result to json 172629 1726889033.80038: done dumping result, returning 172629 1726889033.80041: done running TaskExecutor() for managed_node1/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-d0a8-add8-000000002fb6] 172629 1726889033.80043: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fb6 172629 1726889033.80131: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fb6 172629 1726889033.80134: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889033.80182: no more pending results, returning what we have 172629 1726889033.80185: results queue empty 172629 1726889033.80186: checking for any_errors_fatal 172629 1726889033.80192: done checking for any_errors_fatal 172629 1726889033.80193: checking for max_fail_percentage 172629 1726889033.80194: done checking for max_fail_percentage 172629 1726889033.80195: checking to see if all hosts have failed and the running result is not ok 172629 1726889033.80196: done checking to see if all hosts have failed 172629 1726889033.80197: getting the remaining hosts for this loop 172629 1726889033.80198: done getting the remaining hosts for this loop 172629 1726889033.80201: getting the next task for host managed_node1 172629 1726889033.80207: done getting next task for host managed_node1 172629 1726889033.80210: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 172629 1726889033.80215: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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 172629 1726889033.80218: getting variables 172629 1726889033.80219: in VariableManager get_vars() 172629 1726889033.80247: Calling all_inventory to load vars for managed_node1 172629 1726889033.80249: Calling groups_inventory to load vars for managed_node1 172629 1726889033.80252: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889033.80270: Calling all_plugins_play to load vars for managed_node1 172629 1726889033.80273: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889033.80275: Calling groups_plugins_play to load vars for managed_node1 172629 1726889033.80601: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889033.80943: done with get_vars() 172629 1726889033.80953: done getting variables 172629 1726889033.80994: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Friday 20 September 2024 23:23:53 -0400 (0:00:00.019) 0:02:14.090 ****** 172629 1726889033.81014: entering _queue_task() for managed_node1/assert 172629 1726889033.81197: worker is 1 (out of 1 available) 172629 1726889033.81210: exiting _queue_task() for managed_node1/assert 172629 1726889033.81222: done queuing things up, now waiting for results queue to drain 172629 1726889033.81223: waiting for pending results... 172629 1726889033.81386: running TaskExecutor() for managed_node1/TASK: Verify the LUKS volume's device type if encrypted 172629 1726889033.81471: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fb7 172629 1726889033.81483: variable 'ansible_search_path' from source: unknown 172629 1726889033.81509: calling self._execute() 172629 1726889033.81594: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889033.81598: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889033.81606: variable 'omit' from source: magic vars 172629 1726889033.81875: variable '_storage_test_volume_present' from source: set_fact 172629 1726889033.81878: variable 'storage_test_volume' from source: include params 172629 1726889033.81905: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 172629 1726889033.81909: when evaluation is False, skipping this task 172629 1726889033.81912: _execute() done 172629 1726889033.81915: dumping result to json 172629 1726889033.81918: done dumping result, returning 172629 1726889033.81920: done running TaskExecutor() for managed_node1/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-d0a8-add8-000000002fb7] 172629 1726889033.81926: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fb7 172629 1726889033.82012: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fb7 172629 1726889033.82016: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889033.82067: no more pending results, returning what we have 172629 1726889033.82071: results queue empty 172629 1726889033.82072: checking for any_errors_fatal 172629 1726889033.82078: done checking for any_errors_fatal 172629 1726889033.82078: checking for max_fail_percentage 172629 1726889033.82080: done checking for max_fail_percentage 172629 1726889033.82080: checking to see if all hosts have failed and the running result is not ok 172629 1726889033.82082: done checking to see if all hosts have failed 172629 1726889033.82082: getting the remaining hosts for this loop 172629 1726889033.82084: done getting the remaining hosts for this loop 172629 1726889033.82086: getting the next task for host managed_node1 172629 1726889033.82092: done getting next task for host managed_node1 172629 1726889033.82095: ^ task is: TASK: Check LUKS version 172629 1726889033.82100: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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 172629 1726889033.82103: getting variables 172629 1726889033.82104: in VariableManager get_vars() 172629 1726889033.82133: Calling all_inventory to load vars for managed_node1 172629 1726889033.82135: Calling groups_inventory to load vars for managed_node1 172629 1726889033.82138: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889033.82146: Calling all_plugins_play to load vars for managed_node1 172629 1726889033.82150: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889033.82153: Calling groups_plugins_play to load vars for managed_node1 172629 1726889033.82473: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889033.82808: done with get_vars() 172629 1726889033.82820: done getting variables 172629 1726889033.82862: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Friday 20 September 2024 23:23:53 -0400 (0:00:00.018) 0:02:14.108 ****** 172629 1726889033.82883: entering _queue_task() for managed_node1/assert 172629 1726889033.83069: worker is 1 (out of 1 available) 172629 1726889033.83083: exiting _queue_task() for managed_node1/assert 172629 1726889033.83096: done queuing things up, now waiting for results queue to drain 172629 1726889033.83097: waiting for pending results... 172629 1726889033.83275: running TaskExecutor() for managed_node1/TASK: Check LUKS version 172629 1726889033.83361: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fb8 172629 1726889033.83375: variable 'ansible_search_path' from source: unknown 172629 1726889033.83405: calling self._execute() 172629 1726889033.83494: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889033.83499: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889033.83507: variable 'omit' from source: magic vars 172629 1726889033.83761: variable '_storage_test_volume_present' from source: set_fact 172629 1726889033.83770: Evaluated conditional (_storage_test_volume_present): False 172629 1726889033.83773: when evaluation is False, skipping this task 172629 1726889033.83776: _execute() done 172629 1726889033.83779: dumping result to json 172629 1726889033.83782: done dumping result, returning 172629 1726889033.83789: done running TaskExecutor() for managed_node1/TASK: Check LUKS version [0affc8a3-6f6f-d0a8-add8-000000002fb8] 172629 1726889033.83794: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fb8 172629 1726889033.83891: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fb8 172629 1726889033.83894: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889033.83941: no more pending results, returning what we have 172629 1726889033.83945: results queue empty 172629 1726889033.83946: checking for any_errors_fatal 172629 1726889033.83951: done checking for any_errors_fatal 172629 1726889033.83952: checking for max_fail_percentage 172629 1726889033.83958: done checking for max_fail_percentage 172629 1726889033.83959: checking to see if all hosts have failed and the running result is not ok 172629 1726889033.83960: done checking to see if all hosts have failed 172629 1726889033.83960: getting the remaining hosts for this loop 172629 1726889033.83962: done getting the remaining hosts for this loop 172629 1726889033.83965: getting the next task for host managed_node1 172629 1726889033.83972: done getting next task for host managed_node1 172629 1726889033.83975: ^ task is: TASK: Check LUKS key size 172629 1726889033.83979: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889033.83983: getting variables 172629 1726889033.83984: in VariableManager get_vars() 172629 1726889033.84020: Calling all_inventory to load vars for managed_node1 172629 1726889033.84023: Calling groups_inventory to load vars for managed_node1 172629 1726889033.84025: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889033.84034: Calling all_plugins_play to load vars for managed_node1 172629 1726889033.84036: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889033.84039: Calling groups_plugins_play to load vars for managed_node1 172629 1726889033.84362: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889033.84700: done with get_vars() 172629 1726889033.84709: done getting variables 172629 1726889033.84747: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Friday 20 September 2024 23:23:53 -0400 (0:00:00.018) 0:02:14.127 ****** 172629 1726889033.84773: entering _queue_task() for managed_node1/assert 172629 1726889033.84963: worker is 1 (out of 1 available) 172629 1726889033.84977: exiting _queue_task() for managed_node1/assert 172629 1726889033.84988: done queuing things up, now waiting for results queue to drain 172629 1726889033.84990: waiting for pending results... 172629 1726889033.85153: running TaskExecutor() for managed_node1/TASK: Check LUKS key size 172629 1726889033.85240: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fb9 172629 1726889033.85252: variable 'ansible_search_path' from source: unknown 172629 1726889033.85280: calling self._execute() 172629 1726889033.85366: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889033.85370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889033.85379: variable 'omit' from source: magic vars 172629 1726889033.85617: variable '_storage_test_volume_present' from source: set_fact 172629 1726889033.85624: Evaluated conditional (_storage_test_volume_present): False 172629 1726889033.85627: when evaluation is False, skipping this task 172629 1726889033.85629: _execute() done 172629 1726889033.85632: dumping result to json 172629 1726889033.85635: done dumping result, returning 172629 1726889033.85641: done running TaskExecutor() for managed_node1/TASK: Check LUKS key size [0affc8a3-6f6f-d0a8-add8-000000002fb9] 172629 1726889033.85647: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fb9 172629 1726889033.85738: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fb9 172629 1726889033.85741: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889033.85800: no more pending results, returning what we have 172629 1726889033.85803: results queue empty 172629 1726889033.85804: checking for any_errors_fatal 172629 1726889033.85810: done checking for any_errors_fatal 172629 1726889033.85811: checking for max_fail_percentage 172629 1726889033.85812: done checking for max_fail_percentage 172629 1726889033.85813: checking to see if all hosts have failed and the running result is not ok 172629 1726889033.85814: done checking to see if all hosts have failed 172629 1726889033.85815: getting the remaining hosts for this loop 172629 1726889033.85816: done getting the remaining hosts for this loop 172629 1726889033.85819: getting the next task for host managed_node1 172629 1726889033.85826: done getting next task for host managed_node1 172629 1726889033.85828: ^ task is: TASK: Check LUKS cipher 172629 1726889033.85833: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889033.85836: getting variables 172629 1726889033.85837: in VariableManager get_vars() 172629 1726889033.85871: Calling all_inventory to load vars for managed_node1 172629 1726889033.85873: Calling groups_inventory to load vars for managed_node1 172629 1726889033.85876: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889033.85884: Calling all_plugins_play to load vars for managed_node1 172629 1726889033.85887: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889033.85890: Calling groups_plugins_play to load vars for managed_node1 172629 1726889033.86195: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889033.86526: done with get_vars() 172629 1726889033.86537: done getting variables 172629 1726889033.86581: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Friday 20 September 2024 23:23:53 -0400 (0:00:00.018) 0:02:14.145 ****** 172629 1726889033.86601: entering _queue_task() for managed_node1/assert 172629 1726889033.86785: worker is 1 (out of 1 available) 172629 1726889033.86799: exiting _queue_task() for managed_node1/assert 172629 1726889033.86811: done queuing things up, now waiting for results queue to drain 172629 1726889033.86813: waiting for pending results... 172629 1726889033.86984: running TaskExecutor() for managed_node1/TASK: Check LUKS cipher 172629 1726889033.87070: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fba 172629 1726889033.87082: variable 'ansible_search_path' from source: unknown 172629 1726889033.87108: calling self._execute() 172629 1726889033.87195: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889033.87199: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889033.87209: variable 'omit' from source: magic vars 172629 1726889033.87458: variable '_storage_test_volume_present' from source: set_fact 172629 1726889033.87463: Evaluated conditional (_storage_test_volume_present): False 172629 1726889033.87466: when evaluation is False, skipping this task 172629 1726889033.87468: _execute() done 172629 1726889033.87471: dumping result to json 172629 1726889033.87475: done dumping result, returning 172629 1726889033.87482: done running TaskExecutor() for managed_node1/TASK: Check LUKS cipher [0affc8a3-6f6f-d0a8-add8-000000002fba] 172629 1726889033.87485: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fba 172629 1726889033.87581: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fba 172629 1726889033.87585: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889033.87631: no more pending results, returning what we have 172629 1726889033.87634: results queue empty 172629 1726889033.87635: checking for any_errors_fatal 172629 1726889033.87641: done checking for any_errors_fatal 172629 1726889033.87642: checking for max_fail_percentage 172629 1726889033.87644: done checking for max_fail_percentage 172629 1726889033.87644: checking to see if all hosts have failed and the running result is not ok 172629 1726889033.87645: done checking to see if all hosts have failed 172629 1726889033.87646: getting the remaining hosts for this loop 172629 1726889033.87647: done getting the remaining hosts for this loop 172629 1726889033.87650: getting the next task for host managed_node1 172629 1726889033.87664: done getting next task for host managed_node1 172629 1726889033.87667: ^ task is: TASK: Set test variables 172629 1726889033.87671: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889033.87676: getting variables 172629 1726889033.87677: in VariableManager get_vars() 172629 1726889033.87711: Calling all_inventory to load vars for managed_node1 172629 1726889033.87713: Calling groups_inventory to load vars for managed_node1 172629 1726889033.87716: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889033.87724: Calling all_plugins_play to load vars for managed_node1 172629 1726889033.87727: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889033.87729: Calling groups_plugins_play to load vars for managed_node1 172629 1726889033.88290: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889033.88614: done with get_vars() 172629 1726889033.88623: done getting variables 172629 1726889033.88667: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set test variables] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Friday 20 September 2024 23:23:53 -0400 (0:00:00.020) 0:02:14.166 ****** 172629 1726889033.88687: entering _queue_task() for managed_node1/set_fact 172629 1726889033.88874: worker is 1 (out of 1 available) 172629 1726889033.88889: exiting _queue_task() for managed_node1/set_fact 172629 1726889033.88901: done queuing things up, now waiting for results queue to drain 172629 1726889033.88902: waiting for pending results... 172629 1726889033.89076: running TaskExecutor() for managed_node1/TASK: Set test variables 172629 1726889033.89184: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fbb 172629 1726889033.89197: variable 'ansible_search_path' from source: unknown 172629 1726889033.89222: calling self._execute() 172629 1726889033.89306: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889033.89310: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889033.89319: variable 'omit' from source: magic vars 172629 1726889033.89401: variable 'omit' from source: magic vars 172629 1726889033.89437: variable 'omit' from source: magic vars 172629 1726889033.89632: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889033.91125: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889033.91181: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889033.91209: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889033.91233: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889033.91253: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889033.91342: variable 'storage_test_volume' from source: include params 172629 1726889033.91360: variable '_storage_test_volume_present' from source: set_fact 172629 1726889033.91493: 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) 172629 1726889033.91513: 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) 172629 1726889033.91534: 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) 172629 1726889033.91562: 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) 172629 1726889033.91573: 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) 172629 1726889033.91601: 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) 172629 1726889033.91617: 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) 172629 1726889033.91637: 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) 172629 1726889033.91664: 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) 172629 1726889033.91674: 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) 172629 1726889033.91716: 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) 172629 1726889033.91733: 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) 172629 1726889033.91753: 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) 172629 1726889033.91779: 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) 172629 1726889033.91789: 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) 172629 1726889033.91905: variable 'storage_test_crypttab' from source: set_fact 172629 1726889033.91913: variable 'storage_test_volume' from source: include params 172629 1726889033.92013: variable 'storage_test_volume' from source: include params 172629 1726889033.92032: variable 'omit' from source: magic vars 172629 1726889033.92051: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889033.92077: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889033.92091: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889033.92104: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889033.92113: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889033.92135: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889033.92138: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889033.92141: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889033.92211: Set connection var ansible_timeout to 10 172629 1726889033.92215: Set connection var ansible_shell_type to sh 172629 1726889033.92221: Set connection var ansible_pipelining to False 172629 1726889033.92226: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889033.92231: Set connection var ansible_shell_executable to /bin/sh 172629 1726889033.92234: Set connection var ansible_connection to ssh 172629 1726889033.92249: variable 'ansible_shell_executable' from source: unknown 172629 1726889033.92251: variable 'ansible_connection' from source: unknown 172629 1726889033.92258: variable 'ansible_module_compression' from source: unknown 172629 1726889033.92261: variable 'ansible_shell_type' from source: unknown 172629 1726889033.92264: variable 'ansible_shell_executable' from source: unknown 172629 1726889033.92266: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889033.92268: variable 'ansible_pipelining' from source: unknown 172629 1726889033.92270: variable 'ansible_timeout' from source: unknown 172629 1726889033.92272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889033.92344: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889033.92352: variable 'omit' from source: magic vars 172629 1726889033.92367: starting attempt loop 172629 1726889033.92370: running the handler 172629 1726889033.92375: handler run complete 172629 1726889033.92384: attempt loop complete, returning result 172629 1726889033.92386: _execute() done 172629 1726889033.92390: dumping result to json 172629 1726889033.92393: done dumping result, returning 172629 1726889033.92402: done running TaskExecutor() for managed_node1/TASK: Set test variables [0affc8a3-6f6f-d0a8-add8-000000002fbb] 172629 1726889033.92404: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fbb 172629 1726889033.92480: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fbb 172629 1726889033.92483: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 172629 1726889033.92561: no more pending results, returning what we have 172629 1726889033.92564: results queue empty 172629 1726889033.92565: checking for any_errors_fatal 172629 1726889033.92574: done checking for any_errors_fatal 172629 1726889033.92575: checking for max_fail_percentage 172629 1726889033.92576: done checking for max_fail_percentage 172629 1726889033.92577: checking to see if all hosts have failed and the running result is not ok 172629 1726889033.92578: done checking to see if all hosts have failed 172629 1726889033.92578: getting the remaining hosts for this loop 172629 1726889033.92581: done getting the remaining hosts for this loop 172629 1726889033.92583: getting the next task for host managed_node1 172629 1726889033.92591: done getting next task for host managed_node1 172629 1726889033.92594: ^ task is: TASK: Check for /etc/crypttab entry 172629 1726889033.92598: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889033.92602: getting variables 172629 1726889033.92604: in VariableManager get_vars() 172629 1726889033.92641: Calling all_inventory to load vars for managed_node1 172629 1726889033.92644: Calling groups_inventory to load vars for managed_node1 172629 1726889033.92647: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889033.92665: Calling all_plugins_play to load vars for managed_node1 172629 1726889033.92668: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889033.92672: Calling groups_plugins_play to load vars for managed_node1 172629 1726889033.93075: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889033.93683: done with get_vars() 172629 1726889033.93698: done getting variables 172629 1726889033.93760: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Friday 20 September 2024 23:23:53 -0400 (0:00:00.051) 0:02:14.217 ****** 172629 1726889033.93794: entering _queue_task() for managed_node1/assert 172629 1726889033.94081: worker is 1 (out of 1 available) 172629 1726889033.94095: exiting _queue_task() for managed_node1/assert 172629 1726889033.94108: done queuing things up, now waiting for results queue to drain 172629 1726889033.94109: waiting for pending results... 172629 1726889033.94483: running TaskExecutor() for managed_node1/TASK: Check for /etc/crypttab entry 172629 1726889033.94578: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fbc 172629 1726889033.94603: variable 'ansible_search_path' from source: unknown 172629 1726889033.94695: calling self._execute() 172629 1726889033.94771: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889033.94786: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889033.94805: variable 'omit' from source: magic vars 172629 1726889033.94922: variable 'omit' from source: magic vars 172629 1726889033.94993: variable 'omit' from source: magic vars 172629 1726889033.95277: variable 'storage_test_volume' from source: include params 172629 1726889033.95338: variable 'omit' from source: magic vars 172629 1726889033.95394: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889033.95462: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889033.95473: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889033.95561: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889033.95565: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889033.95567: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889033.95569: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889033.95572: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889033.95678: Set connection var ansible_timeout to 10 172629 1726889033.95695: Set connection var ansible_shell_type to sh 172629 1726889033.95709: Set connection var ansible_pipelining to False 172629 1726889033.95721: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889033.95732: Set connection var ansible_shell_executable to /bin/sh 172629 1726889033.95760: Set connection var ansible_connection to ssh 172629 1726889033.95774: variable 'ansible_shell_executable' from source: unknown 172629 1726889033.95783: variable 'ansible_connection' from source: unknown 172629 1726889033.95797: variable 'ansible_module_compression' from source: unknown 172629 1726889033.95961: variable 'ansible_shell_type' from source: unknown 172629 1726889033.95964: variable 'ansible_shell_executable' from source: unknown 172629 1726889033.95966: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889033.95968: variable 'ansible_pipelining' from source: unknown 172629 1726889033.95970: variable 'ansible_timeout' from source: unknown 172629 1726889033.95972: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889033.95991: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889033.96009: variable 'omit' from source: magic vars 172629 1726889033.96019: starting attempt loop 172629 1726889033.96025: running the handler 172629 1726889033.96227: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889033.98211: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889033.98270: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889033.98298: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889033.98323: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889033.98343: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889033.98397: 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) 172629 1726889033.98417: 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) 172629 1726889033.98434: 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) 172629 1726889033.98463: 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) 172629 1726889033.98475: 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) 172629 1726889033.98510: 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) 172629 1726889033.98526: 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) 172629 1726889033.98542: 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) 172629 1726889033.98571: 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) 172629 1726889033.98581: 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) 172629 1726889033.98654: variable '_storage_test_crypttab_entries' from source: set_fact 172629 1726889033.98660: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726889033.98673: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 172629 1726889033.98678: handler run complete 172629 1726889033.98691: attempt loop complete, returning result 172629 1726889033.98695: _execute() done 172629 1726889033.98698: dumping result to json 172629 1726889033.98701: done dumping result, returning 172629 1726889033.98712: done running TaskExecutor() for managed_node1/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-d0a8-add8-000000002fbc] 172629 1726889033.98714: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fbc 172629 1726889033.98792: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fbc 172629 1726889033.98795: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889033.98852: no more pending results, returning what we have 172629 1726889033.98857: results queue empty 172629 1726889033.98858: checking for any_errors_fatal 172629 1726889033.98866: done checking for any_errors_fatal 172629 1726889033.98867: checking for max_fail_percentage 172629 1726889033.98868: done checking for max_fail_percentage 172629 1726889033.98875: checking to see if all hosts have failed and the running result is not ok 172629 1726889033.98876: done checking to see if all hosts have failed 172629 1726889033.98877: getting the remaining hosts for this loop 172629 1726889033.98879: done getting the remaining hosts for this loop 172629 1726889033.98881: getting the next task for host managed_node1 172629 1726889033.98888: done getting next task for host managed_node1 172629 1726889033.98891: ^ task is: TASK: Validate the format of the crypttab entry 172629 1726889033.98896: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889033.98900: getting variables 172629 1726889033.98901: in VariableManager get_vars() 172629 1726889033.98937: Calling all_inventory to load vars for managed_node1 172629 1726889033.98939: Calling groups_inventory to load vars for managed_node1 172629 1726889033.98942: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889033.98953: Calling all_plugins_play to load vars for managed_node1 172629 1726889033.98957: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889033.98961: Calling groups_plugins_play to load vars for managed_node1 172629 1726889033.99322: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889033.99672: done with get_vars() 172629 1726889033.99683: done getting variables 172629 1726889033.99723: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Friday 20 September 2024 23:23:53 -0400 (0:00:00.059) 0:02:14.277 ****** 172629 1726889033.99744: entering _queue_task() for managed_node1/assert 172629 1726889033.99943: worker is 1 (out of 1 available) 172629 1726889033.99958: exiting _queue_task() for managed_node1/assert 172629 1726889033.99972: done queuing things up, now waiting for results queue to drain 172629 1726889033.99973: waiting for pending results... 172629 1726889034.00149: running TaskExecutor() for managed_node1/TASK: Validate the format of the crypttab entry 172629 1726889034.00243: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fbd 172629 1726889034.00256: variable 'ansible_search_path' from source: unknown 172629 1726889034.00285: calling self._execute() 172629 1726889034.00378: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.00382: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.00392: variable 'omit' from source: magic vars 172629 1726889034.00675: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889034.02206: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889034.02257: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889034.02288: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889034.02313: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889034.02332: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889034.02392: 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) 172629 1726889034.02413: 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) 172629 1726889034.02430: 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) 172629 1726889034.02456: 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) 172629 1726889034.02470: 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) 172629 1726889034.02547: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726889034.02572: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726889034.02575: when evaluation is False, skipping this task 172629 1726889034.02578: _execute() done 172629 1726889034.02581: dumping result to json 172629 1726889034.02585: done dumping result, returning 172629 1726889034.02588: done running TaskExecutor() for managed_node1/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-d0a8-add8-000000002fbd] 172629 1726889034.02592: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fbd 172629 1726889034.02673: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fbd 172629 1726889034.02676: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726889034.02748: no more pending results, returning what we have 172629 1726889034.02751: results queue empty 172629 1726889034.02752: checking for any_errors_fatal 172629 1726889034.02761: done checking for any_errors_fatal 172629 1726889034.02762: checking for max_fail_percentage 172629 1726889034.02763: done checking for max_fail_percentage 172629 1726889034.02764: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.02765: done checking to see if all hosts have failed 172629 1726889034.02766: getting the remaining hosts for this loop 172629 1726889034.02768: done getting the remaining hosts for this loop 172629 1726889034.02771: getting the next task for host managed_node1 172629 1726889034.02778: done getting next task for host managed_node1 172629 1726889034.02781: ^ task is: TASK: Check backing device of crypttab entry 172629 1726889034.02785: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.02789: getting variables 172629 1726889034.02790: in VariableManager get_vars() 172629 1726889034.02823: Calling all_inventory to load vars for managed_node1 172629 1726889034.02825: Calling groups_inventory to load vars for managed_node1 172629 1726889034.02828: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.02837: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.02839: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.02842: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.03194: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.03537: done with get_vars() 172629 1726889034.03547: done getting variables 172629 1726889034.03587: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Friday 20 September 2024 23:23:54 -0400 (0:00:00.038) 0:02:14.316 ****** 172629 1726889034.03609: entering _queue_task() for managed_node1/assert 172629 1726889034.03812: worker is 1 (out of 1 available) 172629 1726889034.03825: exiting _queue_task() for managed_node1/assert 172629 1726889034.03837: done queuing things up, now waiting for results queue to drain 172629 1726889034.03839: waiting for pending results... 172629 1726889034.04024: running TaskExecutor() for managed_node1/TASK: Check backing device of crypttab entry 172629 1726889034.04118: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fbe 172629 1726889034.04132: variable 'ansible_search_path' from source: unknown 172629 1726889034.04162: calling self._execute() 172629 1726889034.04259: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.04264: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.04274: variable 'omit' from source: magic vars 172629 1726889034.04557: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889034.06067: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889034.06119: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889034.06146: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889034.06174: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889034.06194: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889034.06251: 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) 172629 1726889034.06276: 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) 172629 1726889034.06293: 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) 172629 1726889034.06318: 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) 172629 1726889034.06329: 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) 172629 1726889034.06412: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726889034.06432: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726889034.06435: when evaluation is False, skipping this task 172629 1726889034.06438: _execute() done 172629 1726889034.06440: dumping result to json 172629 1726889034.06443: done dumping result, returning 172629 1726889034.06450: done running TaskExecutor() for managed_node1/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-d0a8-add8-000000002fbe] 172629 1726889034.06452: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fbe 172629 1726889034.06539: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fbe 172629 1726889034.06543: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726889034.06607: no more pending results, returning what we have 172629 1726889034.06610: results queue empty 172629 1726889034.06611: checking for any_errors_fatal 172629 1726889034.06619: done checking for any_errors_fatal 172629 1726889034.06620: checking for max_fail_percentage 172629 1726889034.06621: done checking for max_fail_percentage 172629 1726889034.06622: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.06623: done checking to see if all hosts have failed 172629 1726889034.06624: getting the remaining hosts for this loop 172629 1726889034.06625: done getting the remaining hosts for this loop 172629 1726889034.06628: getting the next task for host managed_node1 172629 1726889034.06636: done getting next task for host managed_node1 172629 1726889034.06639: ^ task is: TASK: Check key file of crypttab entry 172629 1726889034.06643: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.06647: getting variables 172629 1726889034.06648: in VariableManager get_vars() 172629 1726889034.06685: Calling all_inventory to load vars for managed_node1 172629 1726889034.06687: Calling groups_inventory to load vars for managed_node1 172629 1726889034.06690: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.06700: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.06702: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.06705: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.07052: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.07391: done with get_vars() 172629 1726889034.07401: done getting variables 172629 1726889034.07440: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Friday 20 September 2024 23:23:54 -0400 (0:00:00.038) 0:02:14.354 ****** 172629 1726889034.07466: entering _queue_task() for managed_node1/assert 172629 1726889034.07663: worker is 1 (out of 1 available) 172629 1726889034.07677: exiting _queue_task() for managed_node1/assert 172629 1726889034.07689: done queuing things up, now waiting for results queue to drain 172629 1726889034.07691: waiting for pending results... 172629 1726889034.07871: running TaskExecutor() for managed_node1/TASK: Check key file of crypttab entry 172629 1726889034.07972: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fbf 172629 1726889034.07986: variable 'ansible_search_path' from source: unknown 172629 1726889034.08016: calling self._execute() 172629 1726889034.08105: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.08110: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.08119: variable 'omit' from source: magic vars 172629 1726889034.08390: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889034.09873: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889034.10288: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889034.10315: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889034.10340: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889034.10361: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889034.10417: 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) 172629 1726889034.10437: 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) 172629 1726889034.10459: 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) 172629 1726889034.10483: 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) 172629 1726889034.10497: 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) 172629 1726889034.10576: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726889034.10595: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726889034.10600: when evaluation is False, skipping this task 172629 1726889034.10603: _execute() done 172629 1726889034.10605: dumping result to json 172629 1726889034.10607: done dumping result, returning 172629 1726889034.10616: done running TaskExecutor() for managed_node1/TASK: Check key file of crypttab entry [0affc8a3-6f6f-d0a8-add8-000000002fbf] 172629 1726889034.10618: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fbf 172629 1726889034.10700: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fbf 172629 1726889034.10703: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726889034.10780: no more pending results, returning what we have 172629 1726889034.10784: results queue empty 172629 1726889034.10785: checking for any_errors_fatal 172629 1726889034.10791: done checking for any_errors_fatal 172629 1726889034.10792: checking for max_fail_percentage 172629 1726889034.10794: done checking for max_fail_percentage 172629 1726889034.10795: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.10796: done checking to see if all hosts have failed 172629 1726889034.10796: getting the remaining hosts for this loop 172629 1726889034.10798: done getting the remaining hosts for this loop 172629 1726889034.10801: getting the next task for host managed_node1 172629 1726889034.10808: done getting next task for host managed_node1 172629 1726889034.10811: ^ task is: TASK: Clear test variables 172629 1726889034.10815: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.10819: getting variables 172629 1726889034.10820: in VariableManager get_vars() 172629 1726889034.10858: Calling all_inventory to load vars for managed_node1 172629 1726889034.10861: Calling groups_inventory to load vars for managed_node1 172629 1726889034.10864: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.10873: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.10876: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.10878: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.11208: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.11542: done with get_vars() 172629 1726889034.11552: done getting variables 172629 1726889034.11597: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clear test variables] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Friday 20 September 2024 23:23:54 -0400 (0:00:00.041) 0:02:14.396 ****** 172629 1726889034.11619: entering _queue_task() for managed_node1/set_fact 172629 1726889034.11823: worker is 1 (out of 1 available) 172629 1726889034.11839: exiting _queue_task() for managed_node1/set_fact 172629 1726889034.11851: done queuing things up, now waiting for results queue to drain 172629 1726889034.11852: waiting for pending results... 172629 1726889034.12035: running TaskExecutor() for managed_node1/TASK: Clear test variables 172629 1726889034.12130: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fc0 172629 1726889034.12143: variable 'ansible_search_path' from source: unknown 172629 1726889034.12175: calling self._execute() 172629 1726889034.12267: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.12272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.12282: variable 'omit' from source: magic vars 172629 1726889034.12364: variable 'omit' from source: magic vars 172629 1726889034.12404: variable 'omit' from source: magic vars 172629 1726889034.12429: variable 'omit' from source: magic vars 172629 1726889034.12466: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889034.12493: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889034.12510: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889034.12526: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889034.12536: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889034.12565: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889034.12568: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.12570: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.12643: Set connection var ansible_timeout to 10 172629 1726889034.12646: Set connection var ansible_shell_type to sh 172629 1726889034.12653: Set connection var ansible_pipelining to False 172629 1726889034.12662: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889034.12667: Set connection var ansible_shell_executable to /bin/sh 172629 1726889034.12669: Set connection var ansible_connection to ssh 172629 1726889034.12685: variable 'ansible_shell_executable' from source: unknown 172629 1726889034.12688: variable 'ansible_connection' from source: unknown 172629 1726889034.12690: variable 'ansible_module_compression' from source: unknown 172629 1726889034.12693: variable 'ansible_shell_type' from source: unknown 172629 1726889034.12696: variable 'ansible_shell_executable' from source: unknown 172629 1726889034.12699: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.12703: variable 'ansible_pipelining' from source: unknown 172629 1726889034.12705: variable 'ansible_timeout' from source: unknown 172629 1726889034.12709: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.12819: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889034.12829: variable 'omit' from source: magic vars 172629 1726889034.12834: starting attempt loop 172629 1726889034.12837: running the handler 172629 1726889034.12851: handler run complete 172629 1726889034.12864: attempt loop complete, returning result 172629 1726889034.12867: _execute() done 172629 1726889034.12869: dumping result to json 172629 1726889034.12872: done dumping result, returning 172629 1726889034.12878: done running TaskExecutor() for managed_node1/TASK: Clear test variables [0affc8a3-6f6f-d0a8-add8-000000002fc0] 172629 1726889034.12882: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fc0 172629 1726889034.12961: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fc0 172629 1726889034.12964: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 172629 1726889034.13022: no more pending results, returning what we have 172629 1726889034.13024: results queue empty 172629 1726889034.13025: checking for any_errors_fatal 172629 1726889034.13030: done checking for any_errors_fatal 172629 1726889034.13031: checking for max_fail_percentage 172629 1726889034.13033: done checking for max_fail_percentage 172629 1726889034.13034: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.13035: done checking to see if all hosts have failed 172629 1726889034.13035: getting the remaining hosts for this loop 172629 1726889034.13037: done getting the remaining hosts for this loop 172629 1726889034.13040: getting the next task for host managed_node1 172629 1726889034.13050: done getting next task for host managed_node1 172629 1726889034.13052: ^ task is: TASK: Get information about RAID 172629 1726889034.13060: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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 172629 1726889034.13064: getting variables 172629 1726889034.13065: in VariableManager get_vars() 172629 1726889034.13096: Calling all_inventory to load vars for managed_node1 172629 1726889034.13098: Calling groups_inventory to load vars for managed_node1 172629 1726889034.13101: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.13109: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.13111: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.13114: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.13685: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.14008: done with get_vars() 172629 1726889034.14017: done getting variables 172629 1726889034.14061: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get information about RAID] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Friday 20 September 2024 23:23:54 -0400 (0:00:00.024) 0:02:14.420 ****** 172629 1726889034.14083: entering _queue_task() for managed_node1/command 172629 1726889034.14280: worker is 1 (out of 1 available) 172629 1726889034.14295: exiting _queue_task() for managed_node1/command 172629 1726889034.14307: done queuing things up, now waiting for results queue to drain 172629 1726889034.14309: waiting for pending results... 172629 1726889034.14484: running TaskExecutor() for managed_node1/TASK: Get information about RAID 172629 1726889034.14578: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fc4 172629 1726889034.14590: variable 'ansible_search_path' from source: unknown 172629 1726889034.14615: calling self._execute() 172629 1726889034.14703: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.14707: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.14716: variable 'omit' from source: magic vars 172629 1726889034.15004: variable 'storage_test_volume' from source: include params 172629 1726889034.15030: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889034.15034: when evaluation is False, skipping this task 172629 1726889034.15037: _execute() done 172629 1726889034.15039: dumping result to json 172629 1726889034.15042: done dumping result, returning 172629 1726889034.15045: done running TaskExecutor() for managed_node1/TASK: Get information about RAID [0affc8a3-6f6f-d0a8-add8-000000002fc4] 172629 1726889034.15051: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fc4 172629 1726889034.15147: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fc4 172629 1726889034.15149: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889034.15225: no more pending results, returning what we have 172629 1726889034.15228: results queue empty 172629 1726889034.15228: checking for any_errors_fatal 172629 1726889034.15234: done checking for any_errors_fatal 172629 1726889034.15235: checking for max_fail_percentage 172629 1726889034.15236: done checking for max_fail_percentage 172629 1726889034.15237: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.15238: done checking to see if all hosts have failed 172629 1726889034.15238: getting the remaining hosts for this loop 172629 1726889034.15240: done getting the remaining hosts for this loop 172629 1726889034.15242: getting the next task for host managed_node1 172629 1726889034.15248: done getting next task for host managed_node1 172629 1726889034.15250: ^ task is: TASK: Set active devices regex 172629 1726889034.15259: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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 172629 1726889034.15263: getting variables 172629 1726889034.15264: in VariableManager get_vars() 172629 1726889034.15293: Calling all_inventory to load vars for managed_node1 172629 1726889034.15295: Calling groups_inventory to load vars for managed_node1 172629 1726889034.15298: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.15304: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.15305: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.15307: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.15625: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.15975: done with get_vars() 172629 1726889034.15984: done getting variables 172629 1726889034.16020: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set active devices regex] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Friday 20 September 2024 23:23:54 -0400 (0:00:00.019) 0:02:14.440 ****** 172629 1726889034.16041: entering _queue_task() for managed_node1/set_fact 172629 1726889034.16229: worker is 1 (out of 1 available) 172629 1726889034.16242: exiting _queue_task() for managed_node1/set_fact 172629 1726889034.16259: done queuing things up, now waiting for results queue to drain 172629 1726889034.16260: waiting for pending results... 172629 1726889034.16430: running TaskExecutor() for managed_node1/TASK: Set active devices regex 172629 1726889034.16512: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fc5 172629 1726889034.16524: variable 'ansible_search_path' from source: unknown 172629 1726889034.16551: calling self._execute() 172629 1726889034.16646: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.16649: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.16665: variable 'omit' from source: magic vars 172629 1726889034.16953: variable 'storage_test_volume' from source: include params 172629 1726889034.16984: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889034.16988: when evaluation is False, skipping this task 172629 1726889034.16990: _execute() done 172629 1726889034.16993: dumping result to json 172629 1726889034.16996: done dumping result, returning 172629 1726889034.16999: done running TaskExecutor() for managed_node1/TASK: Set active devices regex [0affc8a3-6f6f-d0a8-add8-000000002fc5] 172629 1726889034.17005: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fc5 172629 1726889034.17096: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fc5 172629 1726889034.17099: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889034.17175: no more pending results, returning what we have 172629 1726889034.17179: results queue empty 172629 1726889034.17180: checking for any_errors_fatal 172629 1726889034.17185: done checking for any_errors_fatal 172629 1726889034.17186: checking for max_fail_percentage 172629 1726889034.17188: done checking for max_fail_percentage 172629 1726889034.17188: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.17189: done checking to see if all hosts have failed 172629 1726889034.17190: getting the remaining hosts for this loop 172629 1726889034.17191: done getting the remaining hosts for this loop 172629 1726889034.17194: getting the next task for host managed_node1 172629 1726889034.17200: done getting next task for host managed_node1 172629 1726889034.17202: ^ task is: TASK: Set spare devices regex 172629 1726889034.17207: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.17210: getting variables 172629 1726889034.17211: in VariableManager get_vars() 172629 1726889034.17240: Calling all_inventory to load vars for managed_node1 172629 1726889034.17242: Calling groups_inventory to load vars for managed_node1 172629 1726889034.17245: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.17253: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.17257: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.17260: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.17580: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.17919: done with get_vars() 172629 1726889034.17928: done getting variables 172629 1726889034.17968: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Friday 20 September 2024 23:23:54 -0400 (0:00:00.019) 0:02:14.459 ****** 172629 1726889034.17988: entering _queue_task() for managed_node1/set_fact 172629 1726889034.18177: worker is 1 (out of 1 available) 172629 1726889034.18191: exiting _queue_task() for managed_node1/set_fact 172629 1726889034.18202: done queuing things up, now waiting for results queue to drain 172629 1726889034.18204: waiting for pending results... 172629 1726889034.18390: running TaskExecutor() for managed_node1/TASK: Set spare devices regex 172629 1726889034.18482: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fc6 172629 1726889034.18493: variable 'ansible_search_path' from source: unknown 172629 1726889034.18520: calling self._execute() 172629 1726889034.18612: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.18616: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.18626: variable 'omit' from source: magic vars 172629 1726889034.18914: variable 'storage_test_volume' from source: include params 172629 1726889034.18940: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889034.18943: when evaluation is False, skipping this task 172629 1726889034.18947: _execute() done 172629 1726889034.18950: dumping result to json 172629 1726889034.18953: done dumping result, returning 172629 1726889034.18960: done running TaskExecutor() for managed_node1/TASK: Set spare devices regex [0affc8a3-6f6f-d0a8-add8-000000002fc6] 172629 1726889034.18965: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fc6 172629 1726889034.19052: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fc6 172629 1726889034.19058: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889034.19118: no more pending results, returning what we have 172629 1726889034.19121: results queue empty 172629 1726889034.19122: checking for any_errors_fatal 172629 1726889034.19127: done checking for any_errors_fatal 172629 1726889034.19128: checking for max_fail_percentage 172629 1726889034.19129: done checking for max_fail_percentage 172629 1726889034.19130: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.19131: done checking to see if all hosts have failed 172629 1726889034.19132: getting the remaining hosts for this loop 172629 1726889034.19133: done getting the remaining hosts for this loop 172629 1726889034.19136: getting the next task for host managed_node1 172629 1726889034.19142: done getting next task for host managed_node1 172629 1726889034.19144: ^ task is: TASK: Set md version regex 172629 1726889034.19148: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.19151: getting variables 172629 1726889034.19152: in VariableManager get_vars() 172629 1726889034.19187: Calling all_inventory to load vars for managed_node1 172629 1726889034.19189: Calling groups_inventory to load vars for managed_node1 172629 1726889034.19192: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.19200: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.19203: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.19205: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.19524: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.19865: done with get_vars() 172629 1726889034.19876: done getting variables 172629 1726889034.19912: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set md version regex] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Friday 20 September 2024 23:23:54 -0400 (0:00:00.019) 0:02:14.479 ****** 172629 1726889034.19933: entering _queue_task() for managed_node1/set_fact 172629 1726889034.20116: worker is 1 (out of 1 available) 172629 1726889034.20129: exiting _queue_task() for managed_node1/set_fact 172629 1726889034.20141: done queuing things up, now waiting for results queue to drain 172629 1726889034.20142: waiting for pending results... 172629 1726889034.20313: running TaskExecutor() for managed_node1/TASK: Set md version regex 172629 1726889034.20398: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fc7 172629 1726889034.20409: variable 'ansible_search_path' from source: unknown 172629 1726889034.20436: calling self._execute() 172629 1726889034.20524: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.20529: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.20538: variable 'omit' from source: magic vars 172629 1726889034.20817: variable 'storage_test_volume' from source: include params 172629 1726889034.20842: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889034.20846: when evaluation is False, skipping this task 172629 1726889034.20848: _execute() done 172629 1726889034.20851: dumping result to json 172629 1726889034.20857: done dumping result, returning 172629 1726889034.20861: done running TaskExecutor() for managed_node1/TASK: Set md version regex [0affc8a3-6f6f-d0a8-add8-000000002fc7] 172629 1726889034.20867: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fc7 172629 1726889034.20958: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fc7 172629 1726889034.20961: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889034.21005: no more pending results, returning what we have 172629 1726889034.21009: results queue empty 172629 1726889034.21010: checking for any_errors_fatal 172629 1726889034.21018: done checking for any_errors_fatal 172629 1726889034.21018: checking for max_fail_percentage 172629 1726889034.21020: done checking for max_fail_percentage 172629 1726889034.21021: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.21022: done checking to see if all hosts have failed 172629 1726889034.21022: getting the remaining hosts for this loop 172629 1726889034.21024: done getting the remaining hosts for this loop 172629 1726889034.21027: getting the next task for host managed_node1 172629 1726889034.21033: done getting next task for host managed_node1 172629 1726889034.21035: ^ task is: TASK: Set chunk size regex 172629 1726889034.21040: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.21043: getting variables 172629 1726889034.21045: in VariableManager get_vars() 172629 1726889034.21078: Calling all_inventory to load vars for managed_node1 172629 1726889034.21080: Calling groups_inventory to load vars for managed_node1 172629 1726889034.21083: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.21092: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.21094: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.21097: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.21412: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.21748: done with get_vars() 172629 1726889034.21761: done getting variables 172629 1726889034.21800: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Friday 20 September 2024 23:23:54 -0400 (0:00:00.018) 0:02:14.498 ****** 172629 1726889034.21820: entering _queue_task() for managed_node1/set_fact 172629 1726889034.22004: worker is 1 (out of 1 available) 172629 1726889034.22017: exiting _queue_task() for managed_node1/set_fact 172629 1726889034.22029: done queuing things up, now waiting for results queue to drain 172629 1726889034.22031: waiting for pending results... 172629 1726889034.22194: running TaskExecutor() for managed_node1/TASK: Set chunk size regex 172629 1726889034.22272: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fc8 172629 1726889034.22284: variable 'ansible_search_path' from source: unknown 172629 1726889034.22309: calling self._execute() 172629 1726889034.22395: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.22401: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.22409: variable 'omit' from source: magic vars 172629 1726889034.22679: variable 'storage_test_volume' from source: include params 172629 1726889034.22708: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889034.22712: when evaluation is False, skipping this task 172629 1726889034.22716: _execute() done 172629 1726889034.22719: dumping result to json 172629 1726889034.22722: done dumping result, returning 172629 1726889034.22725: done running TaskExecutor() for managed_node1/TASK: Set chunk size regex [0affc8a3-6f6f-d0a8-add8-000000002fc8] 172629 1726889034.22728: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fc8 172629 1726889034.22818: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fc8 172629 1726889034.22821: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889034.22869: no more pending results, returning what we have 172629 1726889034.22873: results queue empty 172629 1726889034.22874: checking for any_errors_fatal 172629 1726889034.22879: done checking for any_errors_fatal 172629 1726889034.22880: checking for max_fail_percentage 172629 1726889034.22882: done checking for max_fail_percentage 172629 1726889034.22882: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.22883: done checking to see if all hosts have failed 172629 1726889034.22884: getting the remaining hosts for this loop 172629 1726889034.22885: done getting the remaining hosts for this loop 172629 1726889034.22888: getting the next task for host managed_node1 172629 1726889034.22894: done getting next task for host managed_node1 172629 1726889034.22897: ^ task is: TASK: Parse the chunk size 172629 1726889034.22901: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889034.22905: getting variables 172629 1726889034.22906: in VariableManager get_vars() 172629 1726889034.22935: Calling all_inventory to load vars for managed_node1 172629 1726889034.22937: Calling groups_inventory to load vars for managed_node1 172629 1726889034.22940: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.22949: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.22952: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.22959: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.23267: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.23598: done with get_vars() 172629 1726889034.23608: done getting variables TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Friday 20 September 2024 23:23:54 -0400 (0:00:00.018) 0:02:14.516 ****** 172629 1726889034.23666: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889034.23851: worker is 1 (out of 1 available) 172629 1726889034.23868: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889034.23881: done queuing things up, now waiting for results queue to drain 172629 1726889034.23882: waiting for pending results... 172629 1726889034.24059: running TaskExecutor() for managed_node1/TASK: Parse the chunk size 172629 1726889034.24136: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fc9 172629 1726889034.24149: variable 'ansible_search_path' from source: unknown 172629 1726889034.24181: calling self._execute() 172629 1726889034.24276: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.24281: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.24290: variable 'omit' from source: magic vars 172629 1726889034.24581: variable 'storage_test_volume' from source: include params 172629 1726889034.24608: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889034.24612: when evaluation is False, skipping this task 172629 1726889034.24615: _execute() done 172629 1726889034.24617: dumping result to json 172629 1726889034.24621: done dumping result, returning 172629 1726889034.24624: done running TaskExecutor() for managed_node1/TASK: Parse the chunk size [0affc8a3-6f6f-d0a8-add8-000000002fc9] 172629 1726889034.24632: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fc9 172629 1726889034.24721: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fc9 172629 1726889034.24724: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889034.24798: no more pending results, returning what we have 172629 1726889034.24802: results queue empty 172629 1726889034.24803: checking for any_errors_fatal 172629 1726889034.24807: done checking for any_errors_fatal 172629 1726889034.24808: checking for max_fail_percentage 172629 1726889034.24809: done checking for max_fail_percentage 172629 1726889034.24810: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.24811: done checking to see if all hosts have failed 172629 1726889034.24812: getting the remaining hosts for this loop 172629 1726889034.24813: done getting the remaining hosts for this loop 172629 1726889034.24816: getting the next task for host managed_node1 172629 1726889034.24823: done getting next task for host managed_node1 172629 1726889034.24826: ^ task is: TASK: Check RAID active devices count 172629 1726889034.24830: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889034.24834: getting variables 172629 1726889034.24835: in VariableManager get_vars() 172629 1726889034.24867: Calling all_inventory to load vars for managed_node1 172629 1726889034.24870: Calling groups_inventory to load vars for managed_node1 172629 1726889034.24872: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.24880: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.24883: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.24885: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.25435: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.29293: done with get_vars() 172629 1726889034.29305: done getting variables 172629 1726889034.29339: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Friday 20 September 2024 23:23:54 -0400 (0:00:00.056) 0:02:14.573 ****** 172629 1726889034.29363: entering _queue_task() for managed_node1/assert 172629 1726889034.29662: worker is 1 (out of 1 available) 172629 1726889034.29677: exiting _queue_task() for managed_node1/assert 172629 1726889034.29690: done queuing things up, now waiting for results queue to drain 172629 1726889034.29692: waiting for pending results... 172629 1726889034.29875: running TaskExecutor() for managed_node1/TASK: Check RAID active devices count 172629 1726889034.29984: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fca 172629 1726889034.29998: variable 'ansible_search_path' from source: unknown 172629 1726889034.30034: calling self._execute() 172629 1726889034.30123: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.30129: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.30140: variable 'omit' from source: magic vars 172629 1726889034.30449: variable 'storage_test_volume' from source: include params 172629 1726889034.30482: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889034.30488: when evaluation is False, skipping this task 172629 1726889034.30492: _execute() done 172629 1726889034.30496: dumping result to json 172629 1726889034.30499: done dumping result, returning 172629 1726889034.30502: done running TaskExecutor() for managed_node1/TASK: Check RAID active devices count [0affc8a3-6f6f-d0a8-add8-000000002fca] 172629 1726889034.30505: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fca 172629 1726889034.30596: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fca 172629 1726889034.30599: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889034.30647: no more pending results, returning what we have 172629 1726889034.30651: results queue empty 172629 1726889034.30652: checking for any_errors_fatal 172629 1726889034.30667: done checking for any_errors_fatal 172629 1726889034.30668: checking for max_fail_percentage 172629 1726889034.30670: done checking for max_fail_percentage 172629 1726889034.30671: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.30672: done checking to see if all hosts have failed 172629 1726889034.30672: getting the remaining hosts for this loop 172629 1726889034.30674: done getting the remaining hosts for this loop 172629 1726889034.30678: getting the next task for host managed_node1 172629 1726889034.30685: done getting next task for host managed_node1 172629 1726889034.30688: ^ task is: TASK: Check RAID spare devices count 172629 1726889034.30694: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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=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 172629 1726889034.30699: getting variables 172629 1726889034.30700: in VariableManager get_vars() 172629 1726889034.30745: Calling all_inventory to load vars for managed_node1 172629 1726889034.30748: Calling groups_inventory to load vars for managed_node1 172629 1726889034.30752: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.30765: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.30767: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.30770: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.31118: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.31461: done with get_vars() 172629 1726889034.31472: done getting variables 172629 1726889034.31511: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Friday 20 September 2024 23:23:54 -0400 (0:00:00.021) 0:02:14.595 ****** 172629 1726889034.31534: entering _queue_task() for managed_node1/assert 172629 1726889034.31754: worker is 1 (out of 1 available) 172629 1726889034.31770: exiting _queue_task() for managed_node1/assert 172629 1726889034.31783: done queuing things up, now waiting for results queue to drain 172629 1726889034.31784: waiting for pending results... 172629 1726889034.31964: running TaskExecutor() for managed_node1/TASK: Check RAID spare devices count 172629 1726889034.32052: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fcb 172629 1726889034.32066: variable 'ansible_search_path' from source: unknown 172629 1726889034.32094: calling self._execute() 172629 1726889034.32185: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.32190: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.32201: variable 'omit' from source: magic vars 172629 1726889034.32494: variable 'storage_test_volume' from source: include params 172629 1726889034.32519: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889034.32522: when evaluation is False, skipping this task 172629 1726889034.32525: _execute() done 172629 1726889034.32528: dumping result to json 172629 1726889034.32530: done dumping result, returning 172629 1726889034.32536: done running TaskExecutor() for managed_node1/TASK: Check RAID spare devices count [0affc8a3-6f6f-d0a8-add8-000000002fcb] 172629 1726889034.32541: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fcb 172629 1726889034.32634: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fcb 172629 1726889034.32637: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889034.32700: no more pending results, returning what we have 172629 1726889034.32703: results queue empty 172629 1726889034.32704: checking for any_errors_fatal 172629 1726889034.32710: done checking for any_errors_fatal 172629 1726889034.32710: checking for max_fail_percentage 172629 1726889034.32712: done checking for max_fail_percentage 172629 1726889034.32713: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.32713: done checking to see if all hosts have failed 172629 1726889034.32714: getting the remaining hosts for this loop 172629 1726889034.32715: done getting the remaining hosts for this loop 172629 1726889034.32718: getting the next task for host managed_node1 172629 1726889034.32724: done getting next task for host managed_node1 172629 1726889034.32727: ^ task is: TASK: Check RAID metadata version 172629 1726889034.32731: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.32734: getting variables 172629 1726889034.32736: in VariableManager get_vars() 172629 1726889034.32767: Calling all_inventory to load vars for managed_node1 172629 1726889034.32769: Calling groups_inventory to load vars for managed_node1 172629 1726889034.32772: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.32781: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.32783: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.32786: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.33108: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.33450: done with get_vars() 172629 1726889034.33462: done getting variables 172629 1726889034.33502: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Friday 20 September 2024 23:23:54 -0400 (0:00:00.019) 0:02:14.615 ****** 172629 1726889034.33523: entering _queue_task() for managed_node1/assert 172629 1726889034.33725: worker is 1 (out of 1 available) 172629 1726889034.33739: exiting _queue_task() for managed_node1/assert 172629 1726889034.33753: done queuing things up, now waiting for results queue to drain 172629 1726889034.33754: waiting for pending results... 172629 1726889034.33928: running TaskExecutor() for managed_node1/TASK: Check RAID metadata version 172629 1726889034.34024: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fcc 172629 1726889034.34036: variable 'ansible_search_path' from source: unknown 172629 1726889034.34069: calling self._execute() 172629 1726889034.34161: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.34165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.34174: variable 'omit' from source: magic vars 172629 1726889034.34463: variable 'storage_test_volume' from source: include params 172629 1726889034.34490: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889034.34494: when evaluation is False, skipping this task 172629 1726889034.34497: _execute() done 172629 1726889034.34499: dumping result to json 172629 1726889034.34502: done dumping result, returning 172629 1726889034.34506: done running TaskExecutor() for managed_node1/TASK: Check RAID metadata version [0affc8a3-6f6f-d0a8-add8-000000002fcc] 172629 1726889034.34512: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fcc 172629 1726889034.34603: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fcc 172629 1726889034.34607: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889034.34678: no more pending results, returning what we have 172629 1726889034.34681: results queue empty 172629 1726889034.34682: checking for any_errors_fatal 172629 1726889034.34686: done checking for any_errors_fatal 172629 1726889034.34687: checking for max_fail_percentage 172629 1726889034.34688: done checking for max_fail_percentage 172629 1726889034.34689: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.34690: done checking to see if all hosts have failed 172629 1726889034.34690: getting the remaining hosts for this loop 172629 1726889034.34692: done getting the remaining hosts for this loop 172629 1726889034.34695: getting the next task for host managed_node1 172629 1726889034.34701: done getting next task for host managed_node1 172629 1726889034.34703: ^ task is: TASK: Check RAID chunk size 172629 1726889034.34708: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.34712: getting variables 172629 1726889034.34713: in VariableManager get_vars() 172629 1726889034.34740: Calling all_inventory to load vars for managed_node1 172629 1726889034.34743: Calling groups_inventory to load vars for managed_node1 172629 1726889034.34745: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.34757: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.34760: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.34763: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.35078: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.35417: done with get_vars() 172629 1726889034.35428: done getting variables 172629 1726889034.35469: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Friday 20 September 2024 23:23:54 -0400 (0:00:00.019) 0:02:14.634 ****** 172629 1726889034.35490: entering _queue_task() for managed_node1/assert 172629 1726889034.35671: worker is 1 (out of 1 available) 172629 1726889034.35684: exiting _queue_task() for managed_node1/assert 172629 1726889034.35696: done queuing things up, now waiting for results queue to drain 172629 1726889034.35697: waiting for pending results... 172629 1726889034.35881: running TaskExecutor() for managed_node1/TASK: Check RAID chunk size 172629 1726889034.35954: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fcd 172629 1726889034.35971: variable 'ansible_search_path' from source: unknown 172629 1726889034.35998: calling self._execute() 172629 1726889034.36090: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.36094: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.36104: variable 'omit' from source: magic vars 172629 1726889034.36401: variable 'storage_test_volume' from source: include params 172629 1726889034.36427: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889034.36431: when evaluation is False, skipping this task 172629 1726889034.36434: _execute() done 172629 1726889034.36438: dumping result to json 172629 1726889034.36440: done dumping result, returning 172629 1726889034.36443: done running TaskExecutor() for managed_node1/TASK: Check RAID chunk size [0affc8a3-6f6f-d0a8-add8-000000002fcd] 172629 1726889034.36450: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fcd 172629 1726889034.36542: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fcd 172629 1726889034.36545: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889034.36614: no more pending results, returning what we have 172629 1726889034.36616: results queue empty 172629 1726889034.36617: checking for any_errors_fatal 172629 1726889034.36624: done checking for any_errors_fatal 172629 1726889034.36625: checking for max_fail_percentage 172629 1726889034.36626: done checking for max_fail_percentage 172629 1726889034.36627: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.36628: done checking to see if all hosts have failed 172629 1726889034.36628: getting the remaining hosts for this loop 172629 1726889034.36630: done getting the remaining hosts for this loop 172629 1726889034.36632: getting the next task for host managed_node1 172629 1726889034.36641: done getting next task for host managed_node1 172629 1726889034.36644: ^ task is: TASK: Parse the actual size of the volume 172629 1726889034.36649: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.36652: getting variables 172629 1726889034.36654: in VariableManager get_vars() 172629 1726889034.36684: Calling all_inventory to load vars for managed_node1 172629 1726889034.36687: Calling groups_inventory to load vars for managed_node1 172629 1726889034.36689: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.36697: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.36700: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.36702: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.37007: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.37345: done with get_vars() 172629 1726889034.37359: done getting variables TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Friday 20 September 2024 23:23:54 -0400 (0:00:00.019) 0:02:14.654 ****** 172629 1726889034.37415: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889034.37596: worker is 1 (out of 1 available) 172629 1726889034.37610: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889034.37622: done queuing things up, now waiting for results queue to drain 172629 1726889034.37623: waiting for pending results... 172629 1726889034.37799: running TaskExecutor() for managed_node1/TASK: Parse the actual size of the volume 172629 1726889034.37873: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fd1 172629 1726889034.37885: variable 'ansible_search_path' from source: unknown 172629 1726889034.37910: calling self._execute() 172629 1726889034.38000: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.38005: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.38014: variable 'omit' from source: magic vars 172629 1726889034.38277: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889034.39767: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889034.40164: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889034.40190: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889034.40215: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889034.40234: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889034.40306: variable '_storage_test_volume_present' from source: set_fact 172629 1726889034.40320: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889034.40323: when evaluation is False, skipping this task 172629 1726889034.40326: _execute() done 172629 1726889034.40329: dumping result to json 172629 1726889034.40331: done dumping result, returning 172629 1726889034.40334: done running TaskExecutor() for managed_node1/TASK: Parse the actual size of the volume [0affc8a3-6f6f-d0a8-add8-000000002fd1] 172629 1726889034.40340: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fd1 172629 1726889034.40427: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fd1 172629 1726889034.40430: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 172629 1726889034.40509: no more pending results, returning what we have 172629 1726889034.40512: results queue empty 172629 1726889034.40513: checking for any_errors_fatal 172629 1726889034.40519: done checking for any_errors_fatal 172629 1726889034.40520: checking for max_fail_percentage 172629 1726889034.40522: done checking for max_fail_percentage 172629 1726889034.40522: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.40523: done checking to see if all hosts have failed 172629 1726889034.40524: getting the remaining hosts for this loop 172629 1726889034.40526: done getting the remaining hosts for this loop 172629 1726889034.40529: getting the next task for host managed_node1 172629 1726889034.40535: done getting next task for host managed_node1 172629 1726889034.40538: ^ task is: TASK: Parse the requested size of the volume 172629 1726889034.40543: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.40546: getting variables 172629 1726889034.40548: in VariableManager get_vars() 172629 1726889034.40583: Calling all_inventory to load vars for managed_node1 172629 1726889034.40586: Calling groups_inventory to load vars for managed_node1 172629 1726889034.40589: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.40598: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.40600: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.40603: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.40936: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.41283: done with get_vars() 172629 1726889034.41293: done getting variables TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Friday 20 September 2024 23:23:54 -0400 (0:00:00.039) 0:02:14.693 ****** 172629 1726889034.41351: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889034.41545: worker is 1 (out of 1 available) 172629 1726889034.41561: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889034.41573: done queuing things up, now waiting for results queue to drain 172629 1726889034.41575: waiting for pending results... 172629 1726889034.41770: running TaskExecutor() for managed_node1/TASK: Parse the requested size of the volume 172629 1726889034.41846: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fd2 172629 1726889034.41861: variable 'ansible_search_path' from source: unknown 172629 1726889034.41892: calling self._execute() 172629 1726889034.41984: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.41997: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.42001: variable 'omit' from source: magic vars 172629 1726889034.42274: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889034.44115: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889034.44162: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889034.44199: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889034.44225: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889034.44244: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889034.44316: variable '_storage_test_volume_present' from source: set_fact 172629 1726889034.44329: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889034.44332: when evaluation is False, skipping this task 172629 1726889034.44335: _execute() done 172629 1726889034.44337: dumping result to json 172629 1726889034.44340: done dumping result, returning 172629 1726889034.44346: done running TaskExecutor() for managed_node1/TASK: Parse the requested size of the volume [0affc8a3-6f6f-d0a8-add8-000000002fd2] 172629 1726889034.44351: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fd2 172629 1726889034.44442: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fd2 172629 1726889034.44445: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 172629 1726889034.44497: no more pending results, returning what we have 172629 1726889034.44500: results queue empty 172629 1726889034.44501: checking for any_errors_fatal 172629 1726889034.44509: done checking for any_errors_fatal 172629 1726889034.44510: checking for max_fail_percentage 172629 1726889034.44511: done checking for max_fail_percentage 172629 1726889034.44512: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.44513: done checking to see if all hosts have failed 172629 1726889034.44514: getting the remaining hosts for this loop 172629 1726889034.44516: done getting the remaining hosts for this loop 172629 1726889034.44519: getting the next task for host managed_node1 172629 1726889034.44527: done getting next task for host managed_node1 172629 1726889034.44530: ^ task is: TASK: Establish base value for expected size 172629 1726889034.44534: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.44538: getting variables 172629 1726889034.44539: in VariableManager get_vars() 172629 1726889034.44586: Calling all_inventory to load vars for managed_node1 172629 1726889034.44589: Calling groups_inventory to load vars for managed_node1 172629 1726889034.44592: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.44602: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.44605: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.44608: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.44985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.45574: done with get_vars() 172629 1726889034.45583: done getting variables 172629 1726889034.45622: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Friday 20 September 2024 23:23:54 -0400 (0:00:00.042) 0:02:14.736 ****** 172629 1726889034.45643: entering _queue_task() for managed_node1/set_fact 172629 1726889034.45862: worker is 1 (out of 1 available) 172629 1726889034.45875: exiting _queue_task() for managed_node1/set_fact 172629 1726889034.45888: done queuing things up, now waiting for results queue to drain 172629 1726889034.45889: waiting for pending results... 172629 1726889034.46071: running TaskExecutor() for managed_node1/TASK: Establish base value for expected size 172629 1726889034.46186: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fd3 172629 1726889034.46198: variable 'ansible_search_path' from source: unknown 172629 1726889034.46226: calling self._execute() 172629 1726889034.46321: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.46325: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.46338: variable 'omit' from source: magic vars 172629 1726889034.46614: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889034.48116: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889034.48176: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889034.48205: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889034.48231: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889034.48251: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889034.48331: variable '_storage_test_volume_present' from source: set_fact 172629 1726889034.48344: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889034.48347: when evaluation is False, skipping this task 172629 1726889034.48350: _execute() done 172629 1726889034.48352: dumping result to json 172629 1726889034.48354: done dumping result, returning 172629 1726889034.48363: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected size [0affc8a3-6f6f-d0a8-add8-000000002fd3] 172629 1726889034.48368: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fd3 172629 1726889034.48454: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fd3 skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 172629 1726889034.48505: no more pending results, returning what we have 172629 1726889034.48509: results queue empty 172629 1726889034.48510: checking for any_errors_fatal 172629 1726889034.48518: done checking for any_errors_fatal 172629 1726889034.48519: checking for max_fail_percentage 172629 1726889034.48521: done checking for max_fail_percentage 172629 1726889034.48522: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.48522: done checking to see if all hosts have failed 172629 1726889034.48523: getting the remaining hosts for this loop 172629 1726889034.48525: done getting the remaining hosts for this loop 172629 1726889034.48528: getting the next task for host managed_node1 172629 1726889034.48535: done getting next task for host managed_node1 172629 1726889034.48538: ^ task is: TASK: Show expected size 172629 1726889034.48543: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.48549: getting variables 172629 1726889034.48551: in VariableManager get_vars() 172629 1726889034.48588: Calling all_inventory to load vars for managed_node1 172629 1726889034.48591: Calling groups_inventory to load vars for managed_node1 172629 1726889034.48595: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.48604: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.48607: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.48609: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.48957: WORKER PROCESS EXITING 172629 1726889034.48968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.49321: done with get_vars() 172629 1726889034.49330: done getting variables 172629 1726889034.49373: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show expected size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Friday 20 September 2024 23:23:54 -0400 (0:00:00.037) 0:02:14.773 ****** 172629 1726889034.49396: entering _queue_task() for managed_node1/debug 172629 1726889034.49599: worker is 1 (out of 1 available) 172629 1726889034.49613: exiting _queue_task() for managed_node1/debug 172629 1726889034.49626: done queuing things up, now waiting for results queue to drain 172629 1726889034.49627: waiting for pending results... 172629 1726889034.49813: running TaskExecutor() for managed_node1/TASK: Show expected size 172629 1726889034.49890: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fd4 172629 1726889034.49903: variable 'ansible_search_path' from source: unknown 172629 1726889034.49930: calling self._execute() 172629 1726889034.50029: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.50037: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.50046: variable 'omit' from source: magic vars 172629 1726889034.50133: variable 'omit' from source: magic vars 172629 1726889034.50176: variable 'omit' from source: magic vars 172629 1726889034.50202: variable 'omit' from source: magic vars 172629 1726889034.50236: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889034.50267: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889034.50287: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889034.50302: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889034.50312: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889034.50335: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889034.50339: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.50342: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.50419: Set connection var ansible_timeout to 10 172629 1726889034.50422: Set connection var ansible_shell_type to sh 172629 1726889034.50430: Set connection var ansible_pipelining to False 172629 1726889034.50435: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889034.50439: Set connection var ansible_shell_executable to /bin/sh 172629 1726889034.50442: Set connection var ansible_connection to ssh 172629 1726889034.50461: variable 'ansible_shell_executable' from source: unknown 172629 1726889034.50464: variable 'ansible_connection' from source: unknown 172629 1726889034.50467: variable 'ansible_module_compression' from source: unknown 172629 1726889034.50472: variable 'ansible_shell_type' from source: unknown 172629 1726889034.50475: variable 'ansible_shell_executable' from source: unknown 172629 1726889034.50478: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.50482: variable 'ansible_pipelining' from source: unknown 172629 1726889034.50485: variable 'ansible_timeout' from source: unknown 172629 1726889034.50488: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.50595: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889034.50605: variable 'omit' from source: magic vars 172629 1726889034.50610: starting attempt loop 172629 1726889034.50615: running the handler 172629 1726889034.50794: handler run complete 172629 1726889034.50813: attempt loop complete, returning result 172629 1726889034.50816: _execute() done 172629 1726889034.50819: dumping result to json 172629 1726889034.50821: done dumping result, returning 172629 1726889034.50828: done running TaskExecutor() for managed_node1/TASK: Show expected size [0affc8a3-6f6f-d0a8-add8-000000002fd4] 172629 1726889034.50830: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fd4 172629 1726889034.50913: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fd4 172629 1726889034.50915: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } 172629 1726889034.50994: no more pending results, returning what we have 172629 1726889034.50997: results queue empty 172629 1726889034.50998: checking for any_errors_fatal 172629 1726889034.51005: done checking for any_errors_fatal 172629 1726889034.51005: checking for max_fail_percentage 172629 1726889034.51007: done checking for max_fail_percentage 172629 1726889034.51007: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.51008: done checking to see if all hosts have failed 172629 1726889034.51009: getting the remaining hosts for this loop 172629 1726889034.51010: done getting the remaining hosts for this loop 172629 1726889034.51013: getting the next task for host managed_node1 172629 1726889034.51019: done getting next task for host managed_node1 172629 1726889034.51022: ^ task is: TASK: Get the size of parent/pool device 172629 1726889034.51027: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.51030: getting variables 172629 1726889034.51032: in VariableManager get_vars() 172629 1726889034.51068: Calling all_inventory to load vars for managed_node1 172629 1726889034.51070: Calling groups_inventory to load vars for managed_node1 172629 1726889034.51073: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.51081: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.51084: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.51086: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.51402: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.51746: done with get_vars() 172629 1726889034.51761: done getting variables TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Friday 20 September 2024 23:23:54 -0400 (0:00:00.024) 0:02:14.798 ****** 172629 1726889034.51815: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889034.52006: worker is 1 (out of 1 available) 172629 1726889034.52021: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889034.52033: done queuing things up, now waiting for results queue to drain 172629 1726889034.52035: waiting for pending results... 172629 1726889034.52210: running TaskExecutor() for managed_node1/TASK: Get the size of parent/pool device 172629 1726889034.52294: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fd5 172629 1726889034.52305: variable 'ansible_search_path' from source: unknown 172629 1726889034.52330: calling self._execute() 172629 1726889034.52417: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.52421: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.52431: variable 'omit' from source: magic vars 172629 1726889034.52693: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889034.54168: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889034.54219: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889034.54246: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889034.54275: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889034.54295: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889034.54371: variable '_storage_test_volume_present' from source: set_fact 172629 1726889034.54384: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889034.54388: when evaluation is False, skipping this task 172629 1726889034.54391: _execute() done 172629 1726889034.54394: dumping result to json 172629 1726889034.54396: done dumping result, returning 172629 1726889034.54400: done running TaskExecutor() for managed_node1/TASK: Get the size of parent/pool device [0affc8a3-6f6f-d0a8-add8-000000002fd5] 172629 1726889034.54405: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fd5 skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 172629 1726889034.54542: no more pending results, returning what we have 172629 1726889034.54546: results queue empty 172629 1726889034.54548: checking for any_errors_fatal 172629 1726889034.54558: done checking for any_errors_fatal 172629 1726889034.54559: checking for max_fail_percentage 172629 1726889034.54561: done checking for max_fail_percentage 172629 1726889034.54562: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.54562: done checking to see if all hosts have failed 172629 1726889034.54563: getting the remaining hosts for this loop 172629 1726889034.54566: done getting the remaining hosts for this loop 172629 1726889034.54569: getting the next task for host managed_node1 172629 1726889034.54579: done getting next task for host managed_node1 172629 1726889034.54582: ^ task is: TASK: Show test pool 172629 1726889034.54587: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.54590: getting variables 172629 1726889034.54591: in VariableManager get_vars() 172629 1726889034.54624: Calling all_inventory to load vars for managed_node1 172629 1726889034.54626: Calling groups_inventory to load vars for managed_node1 172629 1726889034.54629: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.54639: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.54642: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.54644: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.54995: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fd5 172629 1726889034.54998: WORKER PROCESS EXITING 172629 1726889034.55003: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.55361: done with get_vars() 172629 1726889034.55371: done getting variables 172629 1726889034.55409: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test pool] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Friday 20 September 2024 23:23:54 -0400 (0:00:00.036) 0:02:14.834 ****** 172629 1726889034.55433: entering _queue_task() for managed_node1/debug 172629 1726889034.55637: worker is 1 (out of 1 available) 172629 1726889034.55651: exiting _queue_task() for managed_node1/debug 172629 1726889034.55667: done queuing things up, now waiting for results queue to drain 172629 1726889034.55668: waiting for pending results... 172629 1726889034.55842: running TaskExecutor() for managed_node1/TASK: Show test pool 172629 1726889034.55930: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fd7 172629 1726889034.55942: variable 'ansible_search_path' from source: unknown 172629 1726889034.55970: calling self._execute() 172629 1726889034.56059: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.56064: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.56072: variable 'omit' from source: magic vars 172629 1726889034.56329: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889034.57830: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889034.57888: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889034.57916: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889034.57941: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889034.57965: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889034.58035: variable '_storage_test_volume_present' from source: set_fact 172629 1726889034.58048: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889034.58052: when evaluation is False, skipping this task 172629 1726889034.58056: _execute() done 172629 1726889034.58059: dumping result to json 172629 1726889034.58065: done dumping result, returning 172629 1726889034.58070: done running TaskExecutor() for managed_node1/TASK: Show test pool [0affc8a3-6f6f-d0a8-add8-000000002fd7] 172629 1726889034.58080: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fd7 172629 1726889034.58168: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fd7 172629 1726889034.58171: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "_storage_test_volume_present | bool" } 172629 1726889034.58238: no more pending results, returning what we have 172629 1726889034.58241: results queue empty 172629 1726889034.58242: checking for any_errors_fatal 172629 1726889034.58248: done checking for any_errors_fatal 172629 1726889034.58248: checking for max_fail_percentage 172629 1726889034.58250: done checking for max_fail_percentage 172629 1726889034.58251: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.58252: done checking to see if all hosts have failed 172629 1726889034.58252: getting the remaining hosts for this loop 172629 1726889034.58259: done getting the remaining hosts for this loop 172629 1726889034.58262: getting the next task for host managed_node1 172629 1726889034.58268: done getting next task for host managed_node1 172629 1726889034.58271: ^ task is: TASK: Show test blockinfo 172629 1726889034.58276: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726889034.58279: getting variables 172629 1726889034.58280: in VariableManager get_vars() 172629 1726889034.58314: Calling all_inventory to load vars for managed_node1 172629 1726889034.58317: Calling groups_inventory to load vars for managed_node1 172629 1726889034.58320: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.58328: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.58331: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.58333: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.58678: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.59021: done with get_vars() 172629 1726889034.59030: done getting variables 172629 1726889034.59074: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Friday 20 September 2024 23:23:54 -0400 (0:00:00.036) 0:02:14.870 ****** 172629 1726889034.59095: entering _queue_task() for managed_node1/debug 172629 1726889034.59301: worker is 1 (out of 1 available) 172629 1726889034.59315: exiting _queue_task() for managed_node1/debug 172629 1726889034.59327: done queuing things up, now waiting for results queue to drain 172629 1726889034.59329: waiting for pending results... 172629 1726889034.59508: running TaskExecutor() for managed_node1/TASK: Show test blockinfo 172629 1726889034.59589: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fd8 172629 1726889034.59602: variable 'ansible_search_path' from source: unknown 172629 1726889034.59629: calling self._execute() 172629 1726889034.59716: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.59721: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.59733: variable 'omit' from source: magic vars 172629 1726889034.59999: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889034.61426: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889034.61838: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889034.61876: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889034.61901: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889034.61920: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889034.61996: variable '_storage_test_volume_present' from source: set_fact 172629 1726889034.62009: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889034.62012: when evaluation is False, skipping this task 172629 1726889034.62014: _execute() done 172629 1726889034.62017: dumping result to json 172629 1726889034.62019: done dumping result, returning 172629 1726889034.62025: done running TaskExecutor() for managed_node1/TASK: Show test blockinfo [0affc8a3-6f6f-d0a8-add8-000000002fd8] 172629 1726889034.62029: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fd8 172629 1726889034.62115: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fd8 172629 1726889034.62117: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "_storage_test_volume_present | bool" } 172629 1726889034.62166: no more pending results, returning what we have 172629 1726889034.62169: results queue empty 172629 1726889034.62170: checking for any_errors_fatal 172629 1726889034.62177: done checking for any_errors_fatal 172629 1726889034.62178: checking for max_fail_percentage 172629 1726889034.62180: done checking for max_fail_percentage 172629 1726889034.62181: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.62182: done checking to see if all hosts have failed 172629 1726889034.62182: getting the remaining hosts for this loop 172629 1726889034.62184: done getting the remaining hosts for this loop 172629 1726889034.62187: getting the next task for host managed_node1 172629 1726889034.62195: done getting next task for host managed_node1 172629 1726889034.62198: ^ task is: TASK: Show test pool size 172629 1726889034.62203: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726889034.62206: getting variables 172629 1726889034.62208: in VariableManager get_vars() 172629 1726889034.62246: Calling all_inventory to load vars for managed_node1 172629 1726889034.62248: Calling groups_inventory to load vars for managed_node1 172629 1726889034.62252: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.62263: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.62266: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.62269: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.62621: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.62965: done with get_vars() 172629 1726889034.62975: done getting variables 172629 1726889034.63016: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test pool size] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Friday 20 September 2024 23:23:54 -0400 (0:00:00.039) 0:02:14.910 ****** 172629 1726889034.63040: entering _queue_task() for managed_node1/debug 172629 1726889034.63254: worker is 1 (out of 1 available) 172629 1726889034.63269: exiting _queue_task() for managed_node1/debug 172629 1726889034.63283: done queuing things up, now waiting for results queue to drain 172629 1726889034.63284: waiting for pending results... 172629 1726889034.63470: running TaskExecutor() for managed_node1/TASK: Show test pool size 172629 1726889034.63560: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fd9 172629 1726889034.63574: variable 'ansible_search_path' from source: unknown 172629 1726889034.63599: calling self._execute() 172629 1726889034.63688: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.63692: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.63701: variable 'omit' from source: magic vars 172629 1726889034.63963: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889034.65783: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889034.65829: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889034.65867: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889034.65893: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889034.65916: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889034.65985: variable '_storage_test_volume_present' from source: set_fact 172629 1726889034.65997: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889034.66000: when evaluation is False, skipping this task 172629 1726889034.66003: _execute() done 172629 1726889034.66007: dumping result to json 172629 1726889034.66010: done dumping result, returning 172629 1726889034.66012: done running TaskExecutor() for managed_node1/TASK: Show test pool size [0affc8a3-6f6f-d0a8-add8-000000002fd9] 172629 1726889034.66021: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fd9 172629 1726889034.66101: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fd9 172629 1726889034.66103: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "_storage_test_volume_present | bool" } 172629 1726889034.66171: no more pending results, returning what we have 172629 1726889034.66175: results queue empty 172629 1726889034.66176: checking for any_errors_fatal 172629 1726889034.66182: done checking for any_errors_fatal 172629 1726889034.66183: checking for max_fail_percentage 172629 1726889034.66184: done checking for max_fail_percentage 172629 1726889034.66185: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.66186: done checking to see if all hosts have failed 172629 1726889034.66187: getting the remaining hosts for this loop 172629 1726889034.66189: done getting the remaining hosts for this loop 172629 1726889034.66192: getting the next task for host managed_node1 172629 1726889034.66199: done getting next task for host managed_node1 172629 1726889034.66202: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 172629 1726889034.66207: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 172629 1726889034.66211: getting variables 172629 1726889034.66212: in VariableManager get_vars() 172629 1726889034.66254: Calling all_inventory to load vars for managed_node1 172629 1726889034.66259: Calling groups_inventory to load vars for managed_node1 172629 1726889034.66262: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.66271: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.66274: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.66277: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.66611: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.67199: done with get_vars() 172629 1726889034.67208: done getting variables 172629 1726889034.67249: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Friday 20 September 2024 23:23:54 -0400 (0:00:00.042) 0:02:14.952 ****** 172629 1726889034.67274: entering _queue_task() for managed_node1/set_fact 172629 1726889034.67479: worker is 1 (out of 1 available) 172629 1726889034.67492: exiting _queue_task() for managed_node1/set_fact 172629 1726889034.67504: done queuing things up, now waiting for results queue to drain 172629 1726889034.67506: waiting for pending results... 172629 1726889034.67693: running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value 172629 1726889034.67790: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fda 172629 1726889034.67803: variable 'ansible_search_path' from source: unknown 172629 1726889034.67829: calling self._execute() 172629 1726889034.67921: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.67926: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.67934: variable 'omit' from source: magic vars 172629 1726889034.68205: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889034.69710: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889034.69765: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889034.69796: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889034.69821: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889034.69841: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889034.69919: variable '_storage_test_volume_present' from source: set_fact 172629 1726889034.69932: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889034.69935: when evaluation is False, skipping this task 172629 1726889034.69939: _execute() done 172629 1726889034.69941: dumping result to json 172629 1726889034.69944: done dumping result, returning 172629 1726889034.69947: done running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-d0a8-add8-000000002fda] 172629 1726889034.69953: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fda 172629 1726889034.70044: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fda 172629 1726889034.70047: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 172629 1726889034.70091: no more pending results, returning what we have 172629 1726889034.70094: results queue empty 172629 1726889034.70095: checking for any_errors_fatal 172629 1726889034.70102: done checking for any_errors_fatal 172629 1726889034.70103: checking for max_fail_percentage 172629 1726889034.70105: done checking for max_fail_percentage 172629 1726889034.70105: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.70106: done checking to see if all hosts have failed 172629 1726889034.70107: getting the remaining hosts for this loop 172629 1726889034.70109: done getting the remaining hosts for this loop 172629 1726889034.70112: getting the next task for host managed_node1 172629 1726889034.70121: done getting next task for host managed_node1 172629 1726889034.70124: ^ task is: TASK: Default thin pool reserved space values 172629 1726889034.70130: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.70134: getting variables 172629 1726889034.70135: in VariableManager get_vars() 172629 1726889034.70173: Calling all_inventory to load vars for managed_node1 172629 1726889034.70176: Calling groups_inventory to load vars for managed_node1 172629 1726889034.70179: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.70189: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.70192: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.70195: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.70546: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.70895: done with get_vars() 172629 1726889034.70905: done getting variables 172629 1726889034.70945: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Friday 20 September 2024 23:23:54 -0400 (0:00:00.036) 0:02:14.989 ****** 172629 1726889034.70969: entering _queue_task() for managed_node1/set_fact 172629 1726889034.71165: worker is 1 (out of 1 available) 172629 1726889034.71181: exiting _queue_task() for managed_node1/set_fact 172629 1726889034.71194: done queuing things up, now waiting for results queue to drain 172629 1726889034.71195: waiting for pending results... 172629 1726889034.71388: running TaskExecutor() for managed_node1/TASK: Default thin pool reserved space values 172629 1726889034.71494: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fdc 172629 1726889034.71507: variable 'ansible_search_path' from source: unknown 172629 1726889034.71536: calling self._execute() 172629 1726889034.71630: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.71635: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.71644: variable 'omit' from source: magic vars 172629 1726889034.71914: variable 'storage_test_volume' from source: include params 172629 1726889034.71944: Evaluated conditional (storage_test_volume.thin): False 172629 1726889034.71948: when evaluation is False, skipping this task 172629 1726889034.71951: _execute() done 172629 1726889034.71953: dumping result to json 172629 1726889034.71959: done dumping result, returning 172629 1726889034.71962: done running TaskExecutor() for managed_node1/TASK: Default thin pool reserved space values [0affc8a3-6f6f-d0a8-add8-000000002fdc] 172629 1726889034.71966: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fdc 172629 1726889034.72058: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fdc 172629 1726889034.72062: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889034.72117: no more pending results, returning what we have 172629 1726889034.72120: results queue empty 172629 1726889034.72121: checking for any_errors_fatal 172629 1726889034.72128: done checking for any_errors_fatal 172629 1726889034.72128: checking for max_fail_percentage 172629 1726889034.72130: done checking for max_fail_percentage 172629 1726889034.72131: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.72131: done checking to see if all hosts have failed 172629 1726889034.72132: getting the remaining hosts for this loop 172629 1726889034.72134: done getting the remaining hosts for this loop 172629 1726889034.72136: getting the next task for host managed_node1 172629 1726889034.72142: done getting next task for host managed_node1 172629 1726889034.72145: ^ task is: TASK: Default minimal thin pool reserved space size 172629 1726889034.72151: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.72158: getting variables 172629 1726889034.72159: in VariableManager get_vars() 172629 1726889034.72196: Calling all_inventory to load vars for managed_node1 172629 1726889034.72198: Calling groups_inventory to load vars for managed_node1 172629 1726889034.72201: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.72209: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.72212: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.72215: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.72532: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.72871: done with get_vars() 172629 1726889034.72881: done getting variables TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Friday 20 September 2024 23:23:54 -0400 (0:00:00.019) 0:02:15.009 ****** 172629 1726889034.72936: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889034.73126: worker is 1 (out of 1 available) 172629 1726889034.73141: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889034.73153: done queuing things up, now waiting for results queue to drain 172629 1726889034.73158: waiting for pending results... 172629 1726889034.73325: running TaskExecutor() for managed_node1/TASK: Default minimal thin pool reserved space size 172629 1726889034.73410: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fdd 172629 1726889034.73422: variable 'ansible_search_path' from source: unknown 172629 1726889034.73448: calling self._execute() 172629 1726889034.73534: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.73538: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.73546: variable 'omit' from source: magic vars 172629 1726889034.73811: variable 'storage_test_volume' from source: include params 172629 1726889034.73840: Evaluated conditional (storage_test_volume.thin): False 172629 1726889034.73844: when evaluation is False, skipping this task 172629 1726889034.73847: _execute() done 172629 1726889034.73850: dumping result to json 172629 1726889034.73852: done dumping result, returning 172629 1726889034.73859: done running TaskExecutor() for managed_node1/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-d0a8-add8-000000002fdd] 172629 1726889034.73866: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fdd 172629 1726889034.73959: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fdd 172629 1726889034.73962: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889034.74010: no more pending results, returning what we have 172629 1726889034.74013: results queue empty 172629 1726889034.74014: checking for any_errors_fatal 172629 1726889034.74020: done checking for any_errors_fatal 172629 1726889034.74021: checking for max_fail_percentage 172629 1726889034.74022: done checking for max_fail_percentage 172629 1726889034.74023: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.74024: done checking to see if all hosts have failed 172629 1726889034.74024: getting the remaining hosts for this loop 172629 1726889034.74026: done getting the remaining hosts for this loop 172629 1726889034.74028: getting the next task for host managed_node1 172629 1726889034.74034: done getting next task for host managed_node1 172629 1726889034.74036: ^ task is: TASK: Default maximal thin pool reserved space size 172629 1726889034.74041: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.74044: getting variables 172629 1726889034.74045: in VariableManager get_vars() 172629 1726889034.74085: Calling all_inventory to load vars for managed_node1 172629 1726889034.74087: Calling groups_inventory to load vars for managed_node1 172629 1726889034.74090: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.74098: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.74101: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.74103: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.74417: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.74758: done with get_vars() 172629 1726889034.74769: done getting variables TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Friday 20 September 2024 23:23:54 -0400 (0:00:00.018) 0:02:15.028 ****** 172629 1726889034.74824: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889034.75011: worker is 1 (out of 1 available) 172629 1726889034.75024: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889034.75036: done queuing things up, now waiting for results queue to drain 172629 1726889034.75038: waiting for pending results... 172629 1726889034.75213: running TaskExecutor() for managed_node1/TASK: Default maximal thin pool reserved space size 172629 1726889034.75288: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fde 172629 1726889034.75299: variable 'ansible_search_path' from source: unknown 172629 1726889034.75325: calling self._execute() 172629 1726889034.75416: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.75420: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.75429: variable 'omit' from source: magic vars 172629 1726889034.75698: variable 'storage_test_volume' from source: include params 172629 1726889034.75723: Evaluated conditional (storage_test_volume.thin): False 172629 1726889034.75727: when evaluation is False, skipping this task 172629 1726889034.75730: _execute() done 172629 1726889034.75732: dumping result to json 172629 1726889034.75735: done dumping result, returning 172629 1726889034.75738: done running TaskExecutor() for managed_node1/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-d0a8-add8-000000002fde] 172629 1726889034.75743: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fde 172629 1726889034.75835: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fde 172629 1726889034.75838: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889034.75889: no more pending results, returning what we have 172629 1726889034.75892: results queue empty 172629 1726889034.75893: checking for any_errors_fatal 172629 1726889034.75898: done checking for any_errors_fatal 172629 1726889034.75899: checking for max_fail_percentage 172629 1726889034.75900: done checking for max_fail_percentage 172629 1726889034.75901: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.75902: done checking to see if all hosts have failed 172629 1726889034.75902: getting the remaining hosts for this loop 172629 1726889034.75904: done getting the remaining hosts for this loop 172629 1726889034.75906: getting the next task for host managed_node1 172629 1726889034.75912: done getting next task for host managed_node1 172629 1726889034.75915: ^ task is: TASK: Calculate maximum usable space in thin pool 172629 1726889034.75919: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.75922: getting variables 172629 1726889034.75923: in VariableManager get_vars() 172629 1726889034.75953: Calling all_inventory to load vars for managed_node1 172629 1726889034.75964: Calling groups_inventory to load vars for managed_node1 172629 1726889034.75967: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.75977: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.75979: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.75982: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.76299: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.76637: done with get_vars() 172629 1726889034.76646: done getting variables 172629 1726889034.76687: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Friday 20 September 2024 23:23:54 -0400 (0:00:00.018) 0:02:15.047 ****** 172629 1726889034.76709: entering _queue_task() for managed_node1/set_fact 172629 1726889034.76898: worker is 1 (out of 1 available) 172629 1726889034.76911: exiting _queue_task() for managed_node1/set_fact 172629 1726889034.76923: done queuing things up, now waiting for results queue to drain 172629 1726889034.76924: waiting for pending results... 172629 1726889034.77101: running TaskExecutor() for managed_node1/TASK: Calculate maximum usable space in thin pool 172629 1726889034.77182: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fdf 172629 1726889034.77193: variable 'ansible_search_path' from source: unknown 172629 1726889034.77221: calling self._execute() 172629 1726889034.77311: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.77315: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.77324: variable 'omit' from source: magic vars 172629 1726889034.77586: variable 'storage_test_volume' from source: include params 172629 1726889034.77615: Evaluated conditional (storage_test_volume.thin): False 172629 1726889034.77619: when evaluation is False, skipping this task 172629 1726889034.77621: _execute() done 172629 1726889034.77624: dumping result to json 172629 1726889034.77626: done dumping result, returning 172629 1726889034.77632: done running TaskExecutor() for managed_node1/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-d0a8-add8-000000002fdf] 172629 1726889034.77637: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fdf skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889034.77780: no more pending results, returning what we have 172629 1726889034.77783: results queue empty 172629 1726889034.77784: checking for any_errors_fatal 172629 1726889034.77791: done checking for any_errors_fatal 172629 1726889034.77791: checking for max_fail_percentage 172629 1726889034.77793: done checking for max_fail_percentage 172629 1726889034.77794: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.77795: done checking to see if all hosts have failed 172629 1726889034.77795: getting the remaining hosts for this loop 172629 1726889034.77797: done getting the remaining hosts for this loop 172629 1726889034.77800: getting the next task for host managed_node1 172629 1726889034.77809: done getting next task for host managed_node1 172629 1726889034.77811: ^ task is: TASK: Apply upper size limit to max usable thin pool space 172629 1726889034.77816: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.77819: getting variables 172629 1726889034.77820: in VariableManager get_vars() 172629 1726889034.77851: Calling all_inventory to load vars for managed_node1 172629 1726889034.77857: Calling groups_inventory to load vars for managed_node1 172629 1726889034.77860: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.77870: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.77872: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.77875: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.78193: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fdf 172629 1726889034.78197: WORKER PROCESS EXITING 172629 1726889034.78207: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.78551: done with get_vars() 172629 1726889034.78565: done getting variables 172629 1726889034.78605: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Friday 20 September 2024 23:23:54 -0400 (0:00:00.019) 0:02:15.066 ****** 172629 1726889034.78626: entering _queue_task() for managed_node1/set_fact 172629 1726889034.78823: worker is 1 (out of 1 available) 172629 1726889034.78835: exiting _queue_task() for managed_node1/set_fact 172629 1726889034.78848: done queuing things up, now waiting for results queue to drain 172629 1726889034.78850: waiting for pending results... 172629 1726889034.79045: running TaskExecutor() for managed_node1/TASK: Apply upper size limit to max usable thin pool space 172629 1726889034.79132: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fe0 172629 1726889034.79144: variable 'ansible_search_path' from source: unknown 172629 1726889034.79176: calling self._execute() 172629 1726889034.79267: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.79271: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.79280: variable 'omit' from source: magic vars 172629 1726889034.79551: variable 'storage_test_volume' from source: include params 172629 1726889034.79581: Evaluated conditional (storage_test_volume.thin): False 172629 1726889034.79585: when evaluation is False, skipping this task 172629 1726889034.79587: _execute() done 172629 1726889034.79590: dumping result to json 172629 1726889034.79593: done dumping result, returning 172629 1726889034.79598: done running TaskExecutor() for managed_node1/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-d0a8-add8-000000002fe0] 172629 1726889034.79604: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe0 172629 1726889034.79700: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe0 172629 1726889034.79703: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889034.79771: no more pending results, returning what we have 172629 1726889034.79775: results queue empty 172629 1726889034.79776: checking for any_errors_fatal 172629 1726889034.79782: done checking for any_errors_fatal 172629 1726889034.79783: checking for max_fail_percentage 172629 1726889034.79784: done checking for max_fail_percentage 172629 1726889034.79785: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.79786: done checking to see if all hosts have failed 172629 1726889034.79787: getting the remaining hosts for this loop 172629 1726889034.79788: done getting the remaining hosts for this loop 172629 1726889034.79791: getting the next task for host managed_node1 172629 1726889034.79797: done getting next task for host managed_node1 172629 1726889034.79800: ^ task is: TASK: Apply lower size limit to max usable thin pool space 172629 1726889034.79804: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.79807: getting variables 172629 1726889034.79809: in VariableManager get_vars() 172629 1726889034.79837: Calling all_inventory to load vars for managed_node1 172629 1726889034.79840: Calling groups_inventory to load vars for managed_node1 172629 1726889034.79842: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.79851: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.79854: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.79859: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.80186: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.80793: done with get_vars() 172629 1726889034.80802: done getting variables 172629 1726889034.80840: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Friday 20 September 2024 23:23:54 -0400 (0:00:00.022) 0:02:15.088 ****** 172629 1726889034.80867: entering _queue_task() for managed_node1/set_fact 172629 1726889034.81057: worker is 1 (out of 1 available) 172629 1726889034.81072: exiting _queue_task() for managed_node1/set_fact 172629 1726889034.81084: done queuing things up, now waiting for results queue to drain 172629 1726889034.81086: waiting for pending results... 172629 1726889034.81263: running TaskExecutor() for managed_node1/TASK: Apply lower size limit to max usable thin pool space 172629 1726889034.81371: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fe1 172629 1726889034.81382: variable 'ansible_search_path' from source: unknown 172629 1726889034.81408: calling self._execute() 172629 1726889034.81494: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.81498: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.81508: variable 'omit' from source: magic vars 172629 1726889034.81781: variable 'storage_test_volume' from source: include params 172629 1726889034.81806: Evaluated conditional (storage_test_volume.thin): False 172629 1726889034.81810: when evaluation is False, skipping this task 172629 1726889034.81813: _execute() done 172629 1726889034.81815: dumping result to json 172629 1726889034.81819: done dumping result, returning 172629 1726889034.81822: done running TaskExecutor() for managed_node1/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-d0a8-add8-000000002fe1] 172629 1726889034.81828: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe1 172629 1726889034.81916: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe1 172629 1726889034.81919: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889034.81966: no more pending results, returning what we have 172629 1726889034.81969: results queue empty 172629 1726889034.81970: checking for any_errors_fatal 172629 1726889034.81977: done checking for any_errors_fatal 172629 1726889034.81977: checking for max_fail_percentage 172629 1726889034.81979: done checking for max_fail_percentage 172629 1726889034.81980: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.81980: done checking to see if all hosts have failed 172629 1726889034.81981: getting the remaining hosts for this loop 172629 1726889034.81983: done getting the remaining hosts for this loop 172629 1726889034.81986: getting the next task for host managed_node1 172629 1726889034.81992: done getting next task for host managed_node1 172629 1726889034.81994: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 172629 1726889034.81999: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.82002: getting variables 172629 1726889034.82003: in VariableManager get_vars() 172629 1726889034.82033: Calling all_inventory to load vars for managed_node1 172629 1726889034.82035: Calling groups_inventory to load vars for managed_node1 172629 1726889034.82038: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.82047: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.82049: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.82052: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.82381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.82721: done with get_vars() 172629 1726889034.82731: done getting variables TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Friday 20 September 2024 23:23:54 -0400 (0:00:00.019) 0:02:15.107 ****** 172629 1726889034.82788: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889034.82979: worker is 1 (out of 1 available) 172629 1726889034.82993: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889034.83005: done queuing things up, now waiting for results queue to drain 172629 1726889034.83007: waiting for pending results... 172629 1726889034.83187: running TaskExecutor() for managed_node1/TASK: Convert maximum usable thin pool space from int to Size 172629 1726889034.83292: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fe2 172629 1726889034.83303: variable 'ansible_search_path' from source: unknown 172629 1726889034.83329: calling self._execute() 172629 1726889034.83419: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.83423: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.83432: variable 'omit' from source: magic vars 172629 1726889034.83701: variable 'storage_test_volume' from source: include params 172629 1726889034.83726: Evaluated conditional (storage_test_volume.thin): False 172629 1726889034.83729: when evaluation is False, skipping this task 172629 1726889034.83732: _execute() done 172629 1726889034.83734: dumping result to json 172629 1726889034.83737: done dumping result, returning 172629 1726889034.83743: done running TaskExecutor() for managed_node1/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-d0a8-add8-000000002fe2] 172629 1726889034.83748: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe2 172629 1726889034.83839: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe2 172629 1726889034.83842: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889034.83924: no more pending results, returning what we have 172629 1726889034.83927: results queue empty 172629 1726889034.83928: checking for any_errors_fatal 172629 1726889034.83934: done checking for any_errors_fatal 172629 1726889034.83935: checking for max_fail_percentage 172629 1726889034.83936: done checking for max_fail_percentage 172629 1726889034.83937: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.83938: done checking to see if all hosts have failed 172629 1726889034.83939: getting the remaining hosts for this loop 172629 1726889034.83940: done getting the remaining hosts for this loop 172629 1726889034.83942: getting the next task for host managed_node1 172629 1726889034.83948: done getting next task for host managed_node1 172629 1726889034.83952: ^ task is: TASK: Show max thin pool size 172629 1726889034.83958: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.83962: getting variables 172629 1726889034.83963: in VariableManager get_vars() 172629 1726889034.83993: Calling all_inventory to load vars for managed_node1 172629 1726889034.83995: Calling groups_inventory to load vars for managed_node1 172629 1726889034.83998: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.84005: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.84007: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.84009: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.84320: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.84666: done with get_vars() 172629 1726889034.84676: done getting variables 172629 1726889034.84713: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Friday 20 September 2024 23:23:54 -0400 (0:00:00.019) 0:02:15.127 ****** 172629 1726889034.84734: entering _queue_task() for managed_node1/debug 172629 1726889034.84923: worker is 1 (out of 1 available) 172629 1726889034.84936: exiting _queue_task() for managed_node1/debug 172629 1726889034.84949: done queuing things up, now waiting for results queue to drain 172629 1726889034.84950: waiting for pending results... 172629 1726889034.85130: running TaskExecutor() for managed_node1/TASK: Show max thin pool size 172629 1726889034.85214: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fe3 172629 1726889034.85224: variable 'ansible_search_path' from source: unknown 172629 1726889034.85248: calling self._execute() 172629 1726889034.85340: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.85343: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.85353: variable 'omit' from source: magic vars 172629 1726889034.85614: variable 'storage_test_volume' from source: include params 172629 1726889034.85641: Evaluated conditional (storage_test_volume.thin): False 172629 1726889034.85645: when evaluation is False, skipping this task 172629 1726889034.85648: _execute() done 172629 1726889034.85651: dumping result to json 172629 1726889034.85654: done dumping result, returning 172629 1726889034.85662: done running TaskExecutor() for managed_node1/TASK: Show max thin pool size [0affc8a3-6f6f-d0a8-add8-000000002fe3] 172629 1726889034.85667: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe3 172629 1726889034.85754: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe3 172629 1726889034.85759: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726889034.85803: no more pending results, returning what we have 172629 1726889034.85806: results queue empty 172629 1726889034.85807: checking for any_errors_fatal 172629 1726889034.85811: done checking for any_errors_fatal 172629 1726889034.85812: checking for max_fail_percentage 172629 1726889034.85814: done checking for max_fail_percentage 172629 1726889034.85815: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.85816: done checking to see if all hosts have failed 172629 1726889034.85816: getting the remaining hosts for this loop 172629 1726889034.85818: done getting the remaining hosts for this loop 172629 1726889034.85821: getting the next task for host managed_node1 172629 1726889034.85827: done getting next task for host managed_node1 172629 1726889034.85829: ^ task is: TASK: Show volume thin pool size 172629 1726889034.85834: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.85837: getting variables 172629 1726889034.85838: in VariableManager get_vars() 172629 1726889034.85870: Calling all_inventory to load vars for managed_node1 172629 1726889034.85873: Calling groups_inventory to load vars for managed_node1 172629 1726889034.85875: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.85884: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.85886: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.85889: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.86206: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.86540: done with get_vars() 172629 1726889034.86550: done getting variables 172629 1726889034.86594: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Friday 20 September 2024 23:23:54 -0400 (0:00:00.018) 0:02:15.146 ****** 172629 1726889034.86615: entering _queue_task() for managed_node1/debug 172629 1726889034.86798: worker is 1 (out of 1 available) 172629 1726889034.86812: exiting _queue_task() for managed_node1/debug 172629 1726889034.86825: done queuing things up, now waiting for results queue to drain 172629 1726889034.86826: waiting for pending results... 172629 1726889034.86998: running TaskExecutor() for managed_node1/TASK: Show volume thin pool size 172629 1726889034.87085: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fe4 172629 1726889034.87097: variable 'ansible_search_path' from source: unknown 172629 1726889034.87123: calling self._execute() 172629 1726889034.87212: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.87215: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.87225: variable 'omit' from source: magic vars 172629 1726889034.87487: variable 'storage_test_volume' from source: include params 172629 1726889034.87513: Evaluated conditional (storage_test_volume.thin): False 172629 1726889034.87517: when evaluation is False, skipping this task 172629 1726889034.87519: _execute() done 172629 1726889034.87521: dumping result to json 172629 1726889034.87524: done dumping result, returning 172629 1726889034.87530: done running TaskExecutor() for managed_node1/TASK: Show volume thin pool size [0affc8a3-6f6f-d0a8-add8-000000002fe4] 172629 1726889034.87535: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe4 172629 1726889034.87623: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe4 172629 1726889034.87626: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726889034.87673: no more pending results, returning what we have 172629 1726889034.87677: results queue empty 172629 1726889034.87678: checking for any_errors_fatal 172629 1726889034.87686: done checking for any_errors_fatal 172629 1726889034.87686: checking for max_fail_percentage 172629 1726889034.87688: done checking for max_fail_percentage 172629 1726889034.87689: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.87690: done checking to see if all hosts have failed 172629 1726889034.87690: getting the remaining hosts for this loop 172629 1726889034.87692: done getting the remaining hosts for this loop 172629 1726889034.87695: getting the next task for host managed_node1 172629 1726889034.87701: done getting next task for host managed_node1 172629 1726889034.87703: ^ task is: TASK: Show test volume size 172629 1726889034.87707: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.87711: getting variables 172629 1726889034.87712: in VariableManager get_vars() 172629 1726889034.87743: Calling all_inventory to load vars for managed_node1 172629 1726889034.87745: Calling groups_inventory to load vars for managed_node1 172629 1726889034.87749: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.87759: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.87762: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.87765: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.88080: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.88416: done with get_vars() 172629 1726889034.88426: done getting variables 172629 1726889034.88468: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test volume size] *************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Friday 20 September 2024 23:23:54 -0400 (0:00:00.018) 0:02:15.164 ****** 172629 1726889034.88488: entering _queue_task() for managed_node1/debug 172629 1726889034.88667: worker is 1 (out of 1 available) 172629 1726889034.88680: exiting _queue_task() for managed_node1/debug 172629 1726889034.88693: done queuing things up, now waiting for results queue to drain 172629 1726889034.88695: waiting for pending results... 172629 1726889034.88862: running TaskExecutor() for managed_node1/TASK: Show test volume size 172629 1726889034.88938: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fe5 172629 1726889034.88950: variable 'ansible_search_path' from source: unknown 172629 1726889034.88980: calling self._execute() 172629 1726889034.89067: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.89071: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.89080: variable 'omit' from source: magic vars 172629 1726889034.89322: variable 'storage_test_volume' from source: include params 172629 1726889034.89349: Evaluated conditional (storage_test_volume.thin): False 172629 1726889034.89354: when evaluation is False, skipping this task 172629 1726889034.89359: _execute() done 172629 1726889034.89361: dumping result to json 172629 1726889034.89364: done dumping result, returning 172629 1726889034.89374: done running TaskExecutor() for managed_node1/TASK: Show test volume size [0affc8a3-6f6f-d0a8-add8-000000002fe5] 172629 1726889034.89377: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe5 172629 1726889034.89460: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe5 172629 1726889034.89462: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726889034.89516: no more pending results, returning what we have 172629 1726889034.89519: results queue empty 172629 1726889034.89520: checking for any_errors_fatal 172629 1726889034.89526: done checking for any_errors_fatal 172629 1726889034.89527: checking for max_fail_percentage 172629 1726889034.89529: done checking for max_fail_percentage 172629 1726889034.89530: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.89530: done checking to see if all hosts have failed 172629 1726889034.89531: getting the remaining hosts for this loop 172629 1726889034.89532: done getting the remaining hosts for this loop 172629 1726889034.89535: getting the next task for host managed_node1 172629 1726889034.89541: done getting next task for host managed_node1 172629 1726889034.89544: ^ task is: TASK: Establish base value for expected thin pool size 172629 1726889034.89549: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.89552: getting variables 172629 1726889034.89553: in VariableManager get_vars() 172629 1726889034.89586: Calling all_inventory to load vars for managed_node1 172629 1726889034.89589: Calling groups_inventory to load vars for managed_node1 172629 1726889034.89591: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.89599: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.89602: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.89604: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.89911: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.90247: done with get_vars() 172629 1726889034.90258: done getting variables 172629 1726889034.90298: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Friday 20 September 2024 23:23:54 -0400 (0:00:00.018) 0:02:15.183 ****** 172629 1726889034.90319: entering _queue_task() for managed_node1/set_fact 172629 1726889034.90500: worker is 1 (out of 1 available) 172629 1726889034.90514: exiting _queue_task() for managed_node1/set_fact 172629 1726889034.90526: done queuing things up, now waiting for results queue to drain 172629 1726889034.90527: waiting for pending results... 172629 1726889034.90694: running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool size 172629 1726889034.90772: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fe6 172629 1726889034.90784: variable 'ansible_search_path' from source: unknown 172629 1726889034.90809: calling self._execute() 172629 1726889034.90897: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.90901: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.90909: variable 'omit' from source: magic vars 172629 1726889034.91158: variable 'storage_test_volume' from source: include params 172629 1726889034.91187: Evaluated conditional (storage_test_volume.thin): False 172629 1726889034.91191: when evaluation is False, skipping this task 172629 1726889034.91194: _execute() done 172629 1726889034.91196: dumping result to json 172629 1726889034.91198: done dumping result, returning 172629 1726889034.91201: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-d0a8-add8-000000002fe6] 172629 1726889034.91210: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe6 172629 1726889034.91295: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe6 172629 1726889034.91298: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889034.91357: no more pending results, returning what we have 172629 1726889034.91360: results queue empty 172629 1726889034.91361: checking for any_errors_fatal 172629 1726889034.91368: done checking for any_errors_fatal 172629 1726889034.91369: checking for max_fail_percentage 172629 1726889034.91371: done checking for max_fail_percentage 172629 1726889034.91371: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.91372: done checking to see if all hosts have failed 172629 1726889034.91373: getting the remaining hosts for this loop 172629 1726889034.91374: done getting the remaining hosts for this loop 172629 1726889034.91377: getting the next task for host managed_node1 172629 1726889034.91383: done getting next task for host managed_node1 172629 1726889034.91385: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 172629 1726889034.91390: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.91393: getting variables 172629 1726889034.91394: in VariableManager get_vars() 172629 1726889034.91426: Calling all_inventory to load vars for managed_node1 172629 1726889034.91428: Calling groups_inventory to load vars for managed_node1 172629 1726889034.91431: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.91439: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.91442: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.91445: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.91744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.92332: done with get_vars() 172629 1726889034.92341: done getting variables 172629 1726889034.92380: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Friday 20 September 2024 23:23:54 -0400 (0:00:00.020) 0:02:15.203 ****** 172629 1726889034.92399: entering _queue_task() for managed_node1/set_fact 172629 1726889034.92579: worker is 1 (out of 1 available) 172629 1726889034.92594: exiting _queue_task() for managed_node1/set_fact 172629 1726889034.92605: done queuing things up, now waiting for results queue to drain 172629 1726889034.92607: waiting for pending results... 172629 1726889034.92780: running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value 172629 1726889034.92875: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fe7 172629 1726889034.92886: variable 'ansible_search_path' from source: unknown 172629 1726889034.92911: calling self._execute() 172629 1726889034.92998: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.93003: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.93012: variable 'omit' from source: magic vars 172629 1726889034.93275: variable 'storage_test_volume' from source: include params 172629 1726889034.93302: Evaluated conditional (storage_test_volume.thin): False 172629 1726889034.93305: when evaluation is False, skipping this task 172629 1726889034.93308: _execute() done 172629 1726889034.93311: dumping result to json 172629 1726889034.93313: done dumping result, returning 172629 1726889034.93318: done running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-d0a8-add8-000000002fe7] 172629 1726889034.93323: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe7 172629 1726889034.93417: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe7 172629 1726889034.93420: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889034.93466: no more pending results, returning what we have 172629 1726889034.93469: results queue empty 172629 1726889034.93470: checking for any_errors_fatal 172629 1726889034.93478: done checking for any_errors_fatal 172629 1726889034.93479: checking for max_fail_percentage 172629 1726889034.93480: done checking for max_fail_percentage 172629 1726889034.93481: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.93482: done checking to see if all hosts have failed 172629 1726889034.93482: getting the remaining hosts for this loop 172629 1726889034.93484: done getting the remaining hosts for this loop 172629 1726889034.93486: getting the next task for host managed_node1 172629 1726889034.93492: done getting next task for host managed_node1 172629 1726889034.93494: ^ task is: TASK: Establish base value for expected thin pool volume size 172629 1726889034.93499: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.93502: getting variables 172629 1726889034.93504: in VariableManager get_vars() 172629 1726889034.93533: Calling all_inventory to load vars for managed_node1 172629 1726889034.93536: Calling groups_inventory to load vars for managed_node1 172629 1726889034.93538: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.93547: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.93549: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.93552: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.93875: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.94217: done with get_vars() 172629 1726889034.94227: done getting variables 172629 1726889034.94269: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Friday 20 September 2024 23:23:54 -0400 (0:00:00.018) 0:02:15.222 ****** 172629 1726889034.94290: entering _queue_task() for managed_node1/set_fact 172629 1726889034.94472: worker is 1 (out of 1 available) 172629 1726889034.94485: exiting _queue_task() for managed_node1/set_fact 172629 1726889034.94496: done queuing things up, now waiting for results queue to drain 172629 1726889034.94498: waiting for pending results... 172629 1726889034.94675: running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool volume size 172629 1726889034.94766: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fe8 172629 1726889034.94777: variable 'ansible_search_path' from source: unknown 172629 1726889034.94803: calling self._execute() 172629 1726889034.94889: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.94894: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.94903: variable 'omit' from source: magic vars 172629 1726889034.95168: variable 'storage_test_volume' from source: include params 172629 1726889034.95193: Evaluated conditional (storage_test_volume.thin): False 172629 1726889034.95196: when evaluation is False, skipping this task 172629 1726889034.95199: _execute() done 172629 1726889034.95202: dumping result to json 172629 1726889034.95205: done dumping result, returning 172629 1726889034.95210: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-d0a8-add8-000000002fe8] 172629 1726889034.95215: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe8 172629 1726889034.95300: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe8 172629 1726889034.95303: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889034.95346: no more pending results, returning what we have 172629 1726889034.95350: results queue empty 172629 1726889034.95351: checking for any_errors_fatal 172629 1726889034.95361: done checking for any_errors_fatal 172629 1726889034.95362: checking for max_fail_percentage 172629 1726889034.95364: done checking for max_fail_percentage 172629 1726889034.95365: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.95365: done checking to see if all hosts have failed 172629 1726889034.95366: getting the remaining hosts for this loop 172629 1726889034.95368: done getting the remaining hosts for this loop 172629 1726889034.95371: getting the next task for host managed_node1 172629 1726889034.95377: done getting next task for host managed_node1 172629 1726889034.95380: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 172629 1726889034.95384: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.95387: getting variables 172629 1726889034.95389: in VariableManager get_vars() 172629 1726889034.95418: Calling all_inventory to load vars for managed_node1 172629 1726889034.95421: Calling groups_inventory to load vars for managed_node1 172629 1726889034.95423: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.95431: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.95434: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.95436: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.95762: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.96104: done with get_vars() 172629 1726889034.96115: done getting variables 172629 1726889034.96153: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Friday 20 September 2024 23:23:54 -0400 (0:00:00.018) 0:02:15.241 ****** 172629 1726889034.96176: entering _queue_task() for managed_node1/set_fact 172629 1726889034.96360: worker is 1 (out of 1 available) 172629 1726889034.96373: exiting _queue_task() for managed_node1/set_fact 172629 1726889034.96385: done queuing things up, now waiting for results queue to drain 172629 1726889034.96386: waiting for pending results... 172629 1726889034.96570: running TaskExecutor() for managed_node1/TASK: Calculate the expected thin pool volume size based on percentage value 172629 1726889034.96653: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fe9 172629 1726889034.96669: variable 'ansible_search_path' from source: unknown 172629 1726889034.96696: calling self._execute() 172629 1726889034.96785: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.96789: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.96800: variable 'omit' from source: magic vars 172629 1726889034.97063: variable 'storage_test_volume' from source: include params 172629 1726889034.97089: Evaluated conditional (storage_test_volume.thin): False 172629 1726889034.97092: when evaluation is False, skipping this task 172629 1726889034.97095: _execute() done 172629 1726889034.97098: dumping result to json 172629 1726889034.97100: done dumping result, returning 172629 1726889034.97106: done running TaskExecutor() for managed_node1/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-d0a8-add8-000000002fe9] 172629 1726889034.97110: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe9 172629 1726889034.97199: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fe9 172629 1726889034.97202: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889034.97247: no more pending results, returning what we have 172629 1726889034.97250: results queue empty 172629 1726889034.97251: checking for any_errors_fatal 172629 1726889034.97260: done checking for any_errors_fatal 172629 1726889034.97260: checking for max_fail_percentage 172629 1726889034.97262: done checking for max_fail_percentage 172629 1726889034.97263: checking to see if all hosts have failed and the running result is not ok 172629 1726889034.97264: done checking to see if all hosts have failed 172629 1726889034.97265: getting the remaining hosts for this loop 172629 1726889034.97267: done getting the remaining hosts for this loop 172629 1726889034.97269: getting the next task for host managed_node1 172629 1726889034.97276: done getting next task for host managed_node1 172629 1726889034.97278: ^ task is: TASK: Replace expected volume size with calculated value 172629 1726889034.97282: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889034.97285: getting variables 172629 1726889034.97287: in VariableManager get_vars() 172629 1726889034.97316: Calling all_inventory to load vars for managed_node1 172629 1726889034.97319: Calling groups_inventory to load vars for managed_node1 172629 1726889034.97321: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889034.97330: Calling all_plugins_play to load vars for managed_node1 172629 1726889034.97332: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889034.97335: Calling groups_plugins_play to load vars for managed_node1 172629 1726889034.97729: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889034.98328: done with get_vars() 172629 1726889034.98341: done getting variables 172629 1726889034.98402: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Friday 20 September 2024 23:23:54 -0400 (0:00:00.022) 0:02:15.264 ****** 172629 1726889034.98432: entering _queue_task() for managed_node1/set_fact 172629 1726889034.98676: worker is 1 (out of 1 available) 172629 1726889034.98688: exiting _queue_task() for managed_node1/set_fact 172629 1726889034.98701: done queuing things up, now waiting for results queue to drain 172629 1726889034.98702: waiting for pending results... 172629 1726889034.99073: running TaskExecutor() for managed_node1/TASK: Replace expected volume size with calculated value 172629 1726889034.99163: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fea 172629 1726889034.99167: variable 'ansible_search_path' from source: unknown 172629 1726889034.99169: calling self._execute() 172629 1726889034.99279: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889034.99292: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889034.99312: variable 'omit' from source: magic vars 172629 1726889034.99737: variable 'storage_test_volume' from source: include params 172629 1726889034.99741: Evaluated conditional (storage_test_volume.thin): False 172629 1726889034.99744: when evaluation is False, skipping this task 172629 1726889034.99748: _execute() done 172629 1726889034.99759: dumping result to json 172629 1726889034.99771: done dumping result, returning 172629 1726889034.99784: done running TaskExecutor() for managed_node1/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-d0a8-add8-000000002fea] 172629 1726889034.99796: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fea 172629 1726889035.00019: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fea 172629 1726889035.00023: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889035.00074: no more pending results, returning what we have 172629 1726889035.00078: results queue empty 172629 1726889035.00079: checking for any_errors_fatal 172629 1726889035.00090: done checking for any_errors_fatal 172629 1726889035.00091: checking for max_fail_percentage 172629 1726889035.00092: done checking for max_fail_percentage 172629 1726889035.00093: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.00094: done checking to see if all hosts have failed 172629 1726889035.00095: getting the remaining hosts for this loop 172629 1726889035.00097: done getting the remaining hosts for this loop 172629 1726889035.00100: getting the next task for host managed_node1 172629 1726889035.00111: done getting next task for host managed_node1 172629 1726889035.00114: ^ task is: TASK: Show actual size 172629 1726889035.00120: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889035.00125: getting variables 172629 1726889035.00126: in VariableManager get_vars() 172629 1726889035.00171: Calling all_inventory to load vars for managed_node1 172629 1726889035.00175: Calling groups_inventory to load vars for managed_node1 172629 1726889035.00178: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.00190: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.00193: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.00197: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.00836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.01438: done with get_vars() 172629 1726889035.01453: done getting variables 172629 1726889035.01517: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show actual size] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Friday 20 September 2024 23:23:55 -0400 (0:00:00.031) 0:02:15.295 ****** 172629 1726889035.01549: entering _queue_task() for managed_node1/debug 172629 1726889035.01796: worker is 1 (out of 1 available) 172629 1726889035.01809: exiting _queue_task() for managed_node1/debug 172629 1726889035.01821: done queuing things up, now waiting for results queue to drain 172629 1726889035.01822: waiting for pending results... 172629 1726889035.02109: running TaskExecutor() for managed_node1/TASK: Show actual size 172629 1726889035.02199: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fec 172629 1726889035.02210: variable 'ansible_search_path' from source: unknown 172629 1726889035.02235: calling self._execute() 172629 1726889035.02325: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.02329: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.02338: variable 'omit' from source: magic vars 172629 1726889035.02422: variable 'omit' from source: magic vars 172629 1726889035.02460: variable 'omit' from source: magic vars 172629 1726889035.02491: variable 'omit' from source: magic vars 172629 1726889035.02522: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889035.02552: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889035.02573: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889035.02588: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.02601: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.02625: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889035.02628: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.02631: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.02707: Set connection var ansible_timeout to 10 172629 1726889035.02712: Set connection var ansible_shell_type to sh 172629 1726889035.02714: Set connection var ansible_pipelining to False 172629 1726889035.02722: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889035.02725: Set connection var ansible_shell_executable to /bin/sh 172629 1726889035.02728: Set connection var ansible_connection to ssh 172629 1726889035.02744: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.02747: variable 'ansible_connection' from source: unknown 172629 1726889035.02749: variable 'ansible_module_compression' from source: unknown 172629 1726889035.02752: variable 'ansible_shell_type' from source: unknown 172629 1726889035.02757: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.02760: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.02763: variable 'ansible_pipelining' from source: unknown 172629 1726889035.02765: variable 'ansible_timeout' from source: unknown 172629 1726889035.02769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.02878: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889035.02891: variable 'omit' from source: magic vars 172629 1726889035.02895: starting attempt loop 172629 1726889035.02898: running the handler 172629 1726889035.02939: variable 'storage_test_actual_size' from source: set_fact 172629 1726889035.03079: variable 'storage_test_actual_size' from source: set_fact 172629 1726889035.03124: handler run complete 172629 1726889035.03142: attempt loop complete, returning result 172629 1726889035.03145: _execute() done 172629 1726889035.03149: dumping result to json 172629 1726889035.03152: done dumping result, returning 172629 1726889035.03162: done running TaskExecutor() for managed_node1/TASK: Show actual size [0affc8a3-6f6f-d0a8-add8-000000002fec] 172629 1726889035.03165: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fec 172629 1726889035.03243: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fec 172629 1726889035.03247: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } 172629 1726889035.03304: no more pending results, returning what we have 172629 1726889035.03307: results queue empty 172629 1726889035.03308: checking for any_errors_fatal 172629 1726889035.03315: done checking for any_errors_fatal 172629 1726889035.03315: checking for max_fail_percentage 172629 1726889035.03317: done checking for max_fail_percentage 172629 1726889035.03318: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.03319: done checking to see if all hosts have failed 172629 1726889035.03319: getting the remaining hosts for this loop 172629 1726889035.03321: done getting the remaining hosts for this loop 172629 1726889035.03324: getting the next task for host managed_node1 172629 1726889035.03331: done getting next task for host managed_node1 172629 1726889035.03334: ^ task is: TASK: Show expected size 172629 1726889035.03338: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889035.03341: getting variables 172629 1726889035.03343: in VariableManager get_vars() 172629 1726889035.03375: Calling all_inventory to load vars for managed_node1 172629 1726889035.03378: Calling groups_inventory to load vars for managed_node1 172629 1726889035.03381: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.03388: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.03391: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.03393: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.03718: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.04057: done with get_vars() 172629 1726889035.04068: done getting variables 172629 1726889035.04106: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show expected size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Friday 20 September 2024 23:23:55 -0400 (0:00:00.025) 0:02:15.321 ****** 172629 1726889035.04127: entering _queue_task() for managed_node1/debug 172629 1726889035.04309: worker is 1 (out of 1 available) 172629 1726889035.04324: exiting _queue_task() for managed_node1/debug 172629 1726889035.04336: done queuing things up, now waiting for results queue to drain 172629 1726889035.04337: waiting for pending results... 172629 1726889035.04510: running TaskExecutor() for managed_node1/TASK: Show expected size 172629 1726889035.04599: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fed 172629 1726889035.04611: variable 'ansible_search_path' from source: unknown 172629 1726889035.04636: calling self._execute() 172629 1726889035.04720: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.04725: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.04733: variable 'omit' from source: magic vars 172629 1726889035.04815: variable 'omit' from source: magic vars 172629 1726889035.04852: variable 'omit' from source: magic vars 172629 1726889035.04879: variable 'omit' from source: magic vars 172629 1726889035.04913: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889035.04940: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889035.04961: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889035.04974: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.04984: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.05008: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889035.05012: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.05014: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.05085: Set connection var ansible_timeout to 10 172629 1726889035.05088: Set connection var ansible_shell_type to sh 172629 1726889035.05095: Set connection var ansible_pipelining to False 172629 1726889035.05106: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889035.05109: Set connection var ansible_shell_executable to /bin/sh 172629 1726889035.05111: Set connection var ansible_connection to ssh 172629 1726889035.05125: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.05128: variable 'ansible_connection' from source: unknown 172629 1726889035.05130: variable 'ansible_module_compression' from source: unknown 172629 1726889035.05133: variable 'ansible_shell_type' from source: unknown 172629 1726889035.05135: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.05137: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.05141: variable 'ansible_pipelining' from source: unknown 172629 1726889035.05143: variable 'ansible_timeout' from source: unknown 172629 1726889035.05147: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.05254: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889035.05267: variable 'omit' from source: magic vars 172629 1726889035.05272: starting attempt loop 172629 1726889035.05275: running the handler 172629 1726889035.05442: handler run complete 172629 1726889035.05469: attempt loop complete, returning result 172629 1726889035.05472: _execute() done 172629 1726889035.05475: dumping result to json 172629 1726889035.05477: done dumping result, returning 172629 1726889035.05483: done running TaskExecutor() for managed_node1/TASK: Show expected size [0affc8a3-6f6f-d0a8-add8-000000002fed] 172629 1726889035.05486: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fed 172629 1726889035.05569: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fed 172629 1726889035.05572: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } 172629 1726889035.05617: no more pending results, returning what we have 172629 1726889035.05620: results queue empty 172629 1726889035.05621: checking for any_errors_fatal 172629 1726889035.05627: done checking for any_errors_fatal 172629 1726889035.05628: checking for max_fail_percentage 172629 1726889035.05629: done checking for max_fail_percentage 172629 1726889035.05630: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.05631: done checking to see if all hosts have failed 172629 1726889035.05632: getting the remaining hosts for this loop 172629 1726889035.05634: done getting the remaining hosts for this loop 172629 1726889035.05637: getting the next task for host managed_node1 172629 1726889035.05644: done getting next task for host managed_node1 172629 1726889035.05646: ^ task is: TASK: Assert expected size is actual size 172629 1726889035.05650: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889035.05654: getting variables 172629 1726889035.05657: in VariableManager get_vars() 172629 1726889035.05689: Calling all_inventory to load vars for managed_node1 172629 1726889035.05691: Calling groups_inventory to load vars for managed_node1 172629 1726889035.05694: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.05702: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.05704: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.05707: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.06019: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.06616: done with get_vars() 172629 1726889035.06625: done getting variables 172629 1726889035.06664: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Friday 20 September 2024 23:23:55 -0400 (0:00:00.025) 0:02:15.346 ****** 172629 1726889035.06685: entering _queue_task() for managed_node1/assert 172629 1726889035.06873: worker is 1 (out of 1 available) 172629 1726889035.06887: exiting _queue_task() for managed_node1/assert 172629 1726889035.06899: done queuing things up, now waiting for results queue to drain 172629 1726889035.06900: waiting for pending results... 172629 1726889035.07080: running TaskExecutor() for managed_node1/TASK: Assert expected size is actual size 172629 1726889035.07193: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002fee 172629 1726889035.07205: variable 'ansible_search_path' from source: unknown 172629 1726889035.07236: calling self._execute() 172629 1726889035.07327: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.07331: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.07344: variable 'omit' from source: magic vars 172629 1726889035.07617: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889035.09137: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889035.09191: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889035.09222: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889035.09245: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889035.09269: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889035.09342: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.09359: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889035.09363: when evaluation is False, skipping this task 172629 1726889035.09365: _execute() done 172629 1726889035.09368: dumping result to json 172629 1726889035.09370: done dumping result, returning 172629 1726889035.09373: done running TaskExecutor() for managed_node1/TASK: Assert expected size is actual size [0affc8a3-6f6f-d0a8-add8-000000002fee] 172629 1726889035.09378: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fee 172629 1726889035.09468: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002fee 172629 1726889035.09471: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 172629 1726889035.09547: no more pending results, returning what we have 172629 1726889035.09550: results queue empty 172629 1726889035.09551: checking for any_errors_fatal 172629 1726889035.09564: done checking for any_errors_fatal 172629 1726889035.09564: checking for max_fail_percentage 172629 1726889035.09566: done checking for max_fail_percentage 172629 1726889035.09567: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.09568: done checking to see if all hosts have failed 172629 1726889035.09569: getting the remaining hosts for this loop 172629 1726889035.09570: done getting the remaining hosts for this loop 172629 1726889035.09573: getting the next task for host managed_node1 172629 1726889035.09583: done getting next task for host managed_node1 172629 1726889035.09586: ^ task is: TASK: Get information about the LV 172629 1726889035.09591: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889035.09595: getting variables 172629 1726889035.09596: in VariableManager get_vars() 172629 1726889035.09627: Calling all_inventory to load vars for managed_node1 172629 1726889035.09630: Calling groups_inventory to load vars for managed_node1 172629 1726889035.09632: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.09641: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.09643: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.09646: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.09984: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.10328: done with get_vars() 172629 1726889035.10339: done getting variables 172629 1726889035.10381: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get information about the LV] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Friday 20 September 2024 23:23:55 -0400 (0:00:00.037) 0:02:15.383 ****** 172629 1726889035.10404: entering _queue_task() for managed_node1/command 172629 1726889035.10603: worker is 1 (out of 1 available) 172629 1726889035.10617: exiting _queue_task() for managed_node1/command 172629 1726889035.10629: done queuing things up, now waiting for results queue to drain 172629 1726889035.10631: waiting for pending results... 172629 1726889035.10806: running TaskExecutor() for managed_node1/TASK: Get information about the LV 172629 1726889035.10894: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002ff5 172629 1726889035.10906: variable 'ansible_search_path' from source: unknown 172629 1726889035.10933: calling self._execute() 172629 1726889035.11020: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.11024: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.11033: variable 'omit' from source: magic vars 172629 1726889035.11338: variable 'storage_test_volume' from source: include params 172629 1726889035.11357: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.11371: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889035.11375: when evaluation is False, skipping this task 172629 1726889035.11378: _execute() done 172629 1726889035.11380: dumping result to json 172629 1726889035.11383: done dumping result, returning 172629 1726889035.11389: done running TaskExecutor() for managed_node1/TASK: Get information about the LV [0affc8a3-6f6f-d0a8-add8-000000002ff5] 172629 1726889035.11393: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002ff5 172629 1726889035.11484: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002ff5 172629 1726889035.11487: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889035.11552: no more pending results, returning what we have 172629 1726889035.11558: results queue empty 172629 1726889035.11560: checking for any_errors_fatal 172629 1726889035.11566: done checking for any_errors_fatal 172629 1726889035.11567: checking for max_fail_percentage 172629 1726889035.11569: done checking for max_fail_percentage 172629 1726889035.11570: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.11571: done checking to see if all hosts have failed 172629 1726889035.11571: getting the remaining hosts for this loop 172629 1726889035.11573: done getting the remaining hosts for this loop 172629 1726889035.11575: getting the next task for host managed_node1 172629 1726889035.11581: done getting next task for host managed_node1 172629 1726889035.11584: ^ task is: TASK: Set LV segment type 172629 1726889035.11588: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889035.11592: getting variables 172629 1726889035.11593: in VariableManager get_vars() 172629 1726889035.11621: Calling all_inventory to load vars for managed_node1 172629 1726889035.11623: Calling groups_inventory to load vars for managed_node1 172629 1726889035.11626: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.11635: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.11637: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.11640: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.11958: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.12300: done with get_vars() 172629 1726889035.12309: done getting variables 172629 1726889035.12346: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Friday 20 September 2024 23:23:55 -0400 (0:00:00.019) 0:02:15.403 ****** 172629 1726889035.12371: entering _queue_task() for managed_node1/set_fact 172629 1726889035.12560: worker is 1 (out of 1 available) 172629 1726889035.12573: exiting _queue_task() for managed_node1/set_fact 172629 1726889035.12587: done queuing things up, now waiting for results queue to drain 172629 1726889035.12588: waiting for pending results... 172629 1726889035.12758: running TaskExecutor() for managed_node1/TASK: Set LV segment type 172629 1726889035.12836: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002ff6 172629 1726889035.12845: variable 'ansible_search_path' from source: unknown 172629 1726889035.12874: calling self._execute() 172629 1726889035.12961: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.12965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.12973: variable 'omit' from source: magic vars 172629 1726889035.13259: variable 'storage_test_volume' from source: include params 172629 1726889035.13276: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.13291: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889035.13294: when evaluation is False, skipping this task 172629 1726889035.13297: _execute() done 172629 1726889035.13299: dumping result to json 172629 1726889035.13301: done dumping result, returning 172629 1726889035.13307: done running TaskExecutor() for managed_node1/TASK: Set LV segment type [0affc8a3-6f6f-d0a8-add8-000000002ff6] 172629 1726889035.13313: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002ff6 172629 1726889035.13402: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002ff6 172629 1726889035.13405: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889035.13449: no more pending results, returning what we have 172629 1726889035.13452: results queue empty 172629 1726889035.13453: checking for any_errors_fatal 172629 1726889035.13464: done checking for any_errors_fatal 172629 1726889035.13465: checking for max_fail_percentage 172629 1726889035.13467: done checking for max_fail_percentage 172629 1726889035.13467: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.13468: done checking to see if all hosts have failed 172629 1726889035.13469: getting the remaining hosts for this loop 172629 1726889035.13470: done getting the remaining hosts for this loop 172629 1726889035.13473: getting the next task for host managed_node1 172629 1726889035.13479: done getting next task for host managed_node1 172629 1726889035.13482: ^ task is: TASK: Check segment type 172629 1726889035.13487: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889035.13490: getting variables 172629 1726889035.13491: in VariableManager get_vars() 172629 1726889035.13519: Calling all_inventory to load vars for managed_node1 172629 1726889035.13522: Calling groups_inventory to load vars for managed_node1 172629 1726889035.13525: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.13533: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.13536: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.13539: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.13862: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.14203: done with get_vars() 172629 1726889035.14215: done getting variables 172629 1726889035.14251: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check segment type] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Friday 20 September 2024 23:23:55 -0400 (0:00:00.019) 0:02:15.422 ****** 172629 1726889035.14276: entering _queue_task() for managed_node1/assert 172629 1726889035.14459: worker is 1 (out of 1 available) 172629 1726889035.14473: exiting _queue_task() for managed_node1/assert 172629 1726889035.14486: done queuing things up, now waiting for results queue to drain 172629 1726889035.14487: waiting for pending results... 172629 1726889035.14659: running TaskExecutor() for managed_node1/TASK: Check segment type 172629 1726889035.14738: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002ff7 172629 1726889035.14749: variable 'ansible_search_path' from source: unknown 172629 1726889035.14777: calling self._execute() 172629 1726889035.14901: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.14906: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.14909: variable 'omit' from source: magic vars 172629 1726889035.15160: variable 'storage_test_volume' from source: include params 172629 1726889035.15174: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.15189: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889035.15193: when evaluation is False, skipping this task 172629 1726889035.15195: _execute() done 172629 1726889035.15198: dumping result to json 172629 1726889035.15200: done dumping result, returning 172629 1726889035.15206: done running TaskExecutor() for managed_node1/TASK: Check segment type [0affc8a3-6f6f-d0a8-add8-000000002ff7] 172629 1726889035.15211: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002ff7 172629 1726889035.15300: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002ff7 172629 1726889035.15303: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889035.15349: no more pending results, returning what we have 172629 1726889035.15352: results queue empty 172629 1726889035.15357: checking for any_errors_fatal 172629 1726889035.15364: done checking for any_errors_fatal 172629 1726889035.15364: checking for max_fail_percentage 172629 1726889035.15366: done checking for max_fail_percentage 172629 1726889035.15367: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.15368: done checking to see if all hosts have failed 172629 1726889035.15368: getting the remaining hosts for this loop 172629 1726889035.15370: done getting the remaining hosts for this loop 172629 1726889035.15372: getting the next task for host managed_node1 172629 1726889035.15378: done getting next task for host managed_node1 172629 1726889035.15380: ^ task is: TASK: Set LV cache size 172629 1726889035.15385: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889035.15388: getting variables 172629 1726889035.15389: in VariableManager get_vars() 172629 1726889035.15418: Calling all_inventory to load vars for managed_node1 172629 1726889035.15420: Calling groups_inventory to load vars for managed_node1 172629 1726889035.15423: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.15431: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.15434: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.15437: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.15758: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.16102: done with get_vars() 172629 1726889035.16112: done getting variables 172629 1726889035.16149: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Friday 20 September 2024 23:23:55 -0400 (0:00:00.018) 0:02:15.441 ****** 172629 1726889035.16172: entering _queue_task() for managed_node1/set_fact 172629 1726889035.16351: worker is 1 (out of 1 available) 172629 1726889035.16369: exiting _queue_task() for managed_node1/set_fact 172629 1726889035.16381: done queuing things up, now waiting for results queue to drain 172629 1726889035.16382: waiting for pending results... 172629 1726889035.16543: running TaskExecutor() for managed_node1/TASK: Set LV cache size 172629 1726889035.16620: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002ff8 172629 1726889035.16631: variable 'ansible_search_path' from source: unknown 172629 1726889035.16662: calling self._execute() 172629 1726889035.16746: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.16750: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.16761: variable 'omit' from source: magic vars 172629 1726889035.17041: variable 'storage_test_volume' from source: include params 172629 1726889035.17060: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.17075: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889035.17079: when evaluation is False, skipping this task 172629 1726889035.17081: _execute() done 172629 1726889035.17084: dumping result to json 172629 1726889035.17086: done dumping result, returning 172629 1726889035.17092: done running TaskExecutor() for managed_node1/TASK: Set LV cache size [0affc8a3-6f6f-d0a8-add8-000000002ff8] 172629 1726889035.17097: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002ff8 172629 1726889035.17191: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002ff8 172629 1726889035.17193: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889035.17237: no more pending results, returning what we have 172629 1726889035.17240: results queue empty 172629 1726889035.17241: checking for any_errors_fatal 172629 1726889035.17248: done checking for any_errors_fatal 172629 1726889035.17249: checking for max_fail_percentage 172629 1726889035.17250: done checking for max_fail_percentage 172629 1726889035.17251: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.17252: done checking to see if all hosts have failed 172629 1726889035.17252: getting the remaining hosts for this loop 172629 1726889035.17258: done getting the remaining hosts for this loop 172629 1726889035.17261: getting the next task for host managed_node1 172629 1726889035.17268: done getting next task for host managed_node1 172629 1726889035.17270: ^ task is: TASK: Parse the requested cache size 172629 1726889035.17275: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889035.17278: getting variables 172629 1726889035.17280: in VariableManager get_vars() 172629 1726889035.17308: Calling all_inventory to load vars for managed_node1 172629 1726889035.17310: Calling groups_inventory to load vars for managed_node1 172629 1726889035.17313: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.17322: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.17324: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.17327: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.17642: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.17984: done with get_vars() 172629 1726889035.17995: done getting variables TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Friday 20 September 2024 23:23:55 -0400 (0:00:00.018) 0:02:15.460 ****** 172629 1726889035.18045: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889035.18227: worker is 1 (out of 1 available) 172629 1726889035.18242: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889035.18259: done queuing things up, now waiting for results queue to drain 172629 1726889035.18261: waiting for pending results... 172629 1726889035.18426: running TaskExecutor() for managed_node1/TASK: Parse the requested cache size 172629 1726889035.18502: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002ff9 172629 1726889035.18514: variable 'ansible_search_path' from source: unknown 172629 1726889035.18539: calling self._execute() 172629 1726889035.18626: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.18630: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.18638: variable 'omit' from source: magic vars 172629 1726889035.18925: variable 'storage_test_volume' from source: include params 172629 1726889035.18939: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.18958: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889035.18962: when evaluation is False, skipping this task 172629 1726889035.18965: _execute() done 172629 1726889035.18967: dumping result to json 172629 1726889035.18969: done dumping result, returning 172629 1726889035.18972: done running TaskExecutor() for managed_node1/TASK: Parse the requested cache size [0affc8a3-6f6f-d0a8-add8-000000002ff9] 172629 1726889035.18978: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002ff9 172629 1726889035.19070: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002ff9 172629 1726889035.19073: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889035.19120: no more pending results, returning what we have 172629 1726889035.19124: results queue empty 172629 1726889035.19124: checking for any_errors_fatal 172629 1726889035.19129: done checking for any_errors_fatal 172629 1726889035.19129: checking for max_fail_percentage 172629 1726889035.19131: done checking for max_fail_percentage 172629 1726889035.19132: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.19132: done checking to see if all hosts have failed 172629 1726889035.19133: getting the remaining hosts for this loop 172629 1726889035.19135: done getting the remaining hosts for this loop 172629 1726889035.19137: getting the next task for host managed_node1 172629 1726889035.19143: done getting next task for host managed_node1 172629 1726889035.19146: ^ task is: TASK: Set expected cache size 172629 1726889035.19150: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889035.19163: getting variables 172629 1726889035.19164: in VariableManager get_vars() 172629 1726889035.19193: Calling all_inventory to load vars for managed_node1 172629 1726889035.19195: Calling groups_inventory to load vars for managed_node1 172629 1726889035.19198: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.19206: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.19208: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.19211: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.19524: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.20124: done with get_vars() 172629 1726889035.20133: done getting variables 172629 1726889035.20178: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set expected cache size] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Friday 20 September 2024 23:23:55 -0400 (0:00:00.021) 0:02:15.481 ****** 172629 1726889035.20197: entering _queue_task() for managed_node1/set_fact 172629 1726889035.20381: worker is 1 (out of 1 available) 172629 1726889035.20396: exiting _queue_task() for managed_node1/set_fact 172629 1726889035.20409: done queuing things up, now waiting for results queue to drain 172629 1726889035.20411: waiting for pending results... 172629 1726889035.20583: running TaskExecutor() for managed_node1/TASK: Set expected cache size 172629 1726889035.20665: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002ffa 172629 1726889035.20678: variable 'ansible_search_path' from source: unknown 172629 1726889035.20702: calling self._execute() 172629 1726889035.20789: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.20794: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.20803: variable 'omit' from source: magic vars 172629 1726889035.21102: variable 'storage_test_volume' from source: include params 172629 1726889035.21117: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.21133: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889035.21136: when evaluation is False, skipping this task 172629 1726889035.21139: _execute() done 172629 1726889035.21143: dumping result to json 172629 1726889035.21145: done dumping result, returning 172629 1726889035.21150: done running TaskExecutor() for managed_node1/TASK: Set expected cache size [0affc8a3-6f6f-d0a8-add8-000000002ffa] 172629 1726889035.21159: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002ffa 172629 1726889035.21241: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002ffa 172629 1726889035.21244: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889035.21322: no more pending results, returning what we have 172629 1726889035.21325: results queue empty 172629 1726889035.21326: checking for any_errors_fatal 172629 1726889035.21332: done checking for any_errors_fatal 172629 1726889035.21333: checking for max_fail_percentage 172629 1726889035.21334: done checking for max_fail_percentage 172629 1726889035.21335: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.21335: done checking to see if all hosts have failed 172629 1726889035.21336: getting the remaining hosts for this loop 172629 1726889035.21337: done getting the remaining hosts for this loop 172629 1726889035.21340: getting the next task for host managed_node1 172629 1726889035.21346: done getting next task for host managed_node1 172629 1726889035.21349: ^ task is: TASK: Check cache size 172629 1726889035.21358: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889035.21362: getting variables 172629 1726889035.21363: in VariableManager get_vars() 172629 1726889035.21391: Calling all_inventory to load vars for managed_node1 172629 1726889035.21393: Calling groups_inventory to load vars for managed_node1 172629 1726889035.21395: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.21401: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.21403: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.21405: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.21721: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.22069: done with get_vars() 172629 1726889035.22079: done getting variables 172629 1726889035.22115: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check cache size] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Friday 20 September 2024 23:23:55 -0400 (0:00:00.019) 0:02:15.501 ****** 172629 1726889035.22137: entering _queue_task() for managed_node1/assert 172629 1726889035.22321: worker is 1 (out of 1 available) 172629 1726889035.22336: exiting _queue_task() for managed_node1/assert 172629 1726889035.22347: done queuing things up, now waiting for results queue to drain 172629 1726889035.22349: waiting for pending results... 172629 1726889035.22536: running TaskExecutor() for managed_node1/TASK: Check cache size 172629 1726889035.22637: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002ffb 172629 1726889035.22648: variable 'ansible_search_path' from source: unknown 172629 1726889035.22681: calling self._execute() 172629 1726889035.22770: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.22776: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.22789: variable 'omit' from source: magic vars 172629 1726889035.23092: variable 'storage_test_volume' from source: include params 172629 1726889035.23107: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.23126: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889035.23129: when evaluation is False, skipping this task 172629 1726889035.23132: _execute() done 172629 1726889035.23135: dumping result to json 172629 1726889035.23137: done dumping result, returning 172629 1726889035.23140: done running TaskExecutor() for managed_node1/TASK: Check cache size [0affc8a3-6f6f-d0a8-add8-000000002ffb] 172629 1726889035.23149: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002ffb 172629 1726889035.23237: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002ffb 172629 1726889035.23239: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889035.23285: no more pending results, returning what we have 172629 1726889035.23288: results queue empty 172629 1726889035.23290: checking for any_errors_fatal 172629 1726889035.23302: done checking for any_errors_fatal 172629 1726889035.23303: checking for max_fail_percentage 172629 1726889035.23305: done checking for max_fail_percentage 172629 1726889035.23305: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.23306: done checking to see if all hosts have failed 172629 1726889035.23307: getting the remaining hosts for this loop 172629 1726889035.23309: done getting the remaining hosts for this loop 172629 1726889035.23312: getting the next task for host managed_node1 172629 1726889035.23321: done getting next task for host managed_node1 172629 1726889035.23323: ^ task is: TASK: Clean up facts 172629 1726889035.23327: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889035.23330: getting variables 172629 1726889035.23332: in VariableManager get_vars() 172629 1726889035.23365: Calling all_inventory to load vars for managed_node1 172629 1726889035.23367: Calling groups_inventory to load vars for managed_node1 172629 1726889035.23370: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.23379: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.23381: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.23384: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.23710: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.24043: done with get_vars() 172629 1726889035.24053: done getting variables 172629 1726889035.24094: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up facts] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Friday 20 September 2024 23:23:55 -0400 (0:00:00.019) 0:02:15.521 ****** 172629 1726889035.24115: entering _queue_task() for managed_node1/set_fact 172629 1726889035.24292: worker is 1 (out of 1 available) 172629 1726889035.24308: exiting _queue_task() for managed_node1/set_fact 172629 1726889035.24320: done queuing things up, now waiting for results queue to drain 172629 1726889035.24322: waiting for pending results... 172629 1726889035.24494: running TaskExecutor() for managed_node1/TASK: Clean up facts 172629 1726889035.24572: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f47 172629 1726889035.24584: variable 'ansible_search_path' from source: unknown 172629 1726889035.24611: calling self._execute() 172629 1726889035.24699: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.24703: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.24711: variable 'omit' from source: magic vars 172629 1726889035.24792: variable 'omit' from source: magic vars 172629 1726889035.24826: variable 'omit' from source: magic vars 172629 1726889035.24849: variable 'omit' from source: magic vars 172629 1726889035.24887: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889035.24915: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889035.24931: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889035.24945: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.24957: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.24987: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889035.24991: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.24993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.25062: Set connection var ansible_timeout to 10 172629 1726889035.25066: Set connection var ansible_shell_type to sh 172629 1726889035.25073: Set connection var ansible_pipelining to False 172629 1726889035.25078: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889035.25082: Set connection var ansible_shell_executable to /bin/sh 172629 1726889035.25085: Set connection var ansible_connection to ssh 172629 1726889035.25104: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.25107: variable 'ansible_connection' from source: unknown 172629 1726889035.25109: variable 'ansible_module_compression' from source: unknown 172629 1726889035.25112: variable 'ansible_shell_type' from source: unknown 172629 1726889035.25114: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.25117: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.25119: variable 'ansible_pipelining' from source: unknown 172629 1726889035.25121: variable 'ansible_timeout' from source: unknown 172629 1726889035.25127: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.25228: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889035.25238: variable 'omit' from source: magic vars 172629 1726889035.25243: starting attempt loop 172629 1726889035.25247: running the handler 172629 1726889035.25258: handler run complete 172629 1726889035.25269: attempt loop complete, returning result 172629 1726889035.25272: _execute() done 172629 1726889035.25275: dumping result to json 172629 1726889035.25277: done dumping result, returning 172629 1726889035.25283: done running TaskExecutor() for managed_node1/TASK: Clean up facts [0affc8a3-6f6f-d0a8-add8-000000002f47] 172629 1726889035.25287: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f47 172629 1726889035.25368: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f47 172629 1726889035.25371: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 172629 1726889035.25422: no more pending results, returning what we have 172629 1726889035.25424: results queue empty 172629 1726889035.25425: checking for any_errors_fatal 172629 1726889035.25431: done checking for any_errors_fatal 172629 1726889035.25432: checking for max_fail_percentage 172629 1726889035.25434: done checking for max_fail_percentage 172629 1726889035.25434: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.25435: done checking to see if all hosts have failed 172629 1726889035.25436: getting the remaining hosts for this loop 172629 1726889035.25437: done getting the remaining hosts for this loop 172629 1726889035.25440: getting the next task for host managed_node1 172629 1726889035.25448: done getting next task for host managed_node1 172629 1726889035.25450: ^ task is: TASK: Set storage volume test variables 172629 1726889035.25453: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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 172629 1726889035.25459: getting variables 172629 1726889035.25460: in VariableManager get_vars() 172629 1726889035.25491: Calling all_inventory to load vars for managed_node1 172629 1726889035.25493: Calling groups_inventory to load vars for managed_node1 172629 1726889035.25496: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.25504: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.25506: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.25509: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.25818: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.26158: done with get_vars() 172629 1726889035.26168: done getting variables 172629 1726889035.26206: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Friday 20 September 2024 23:23:55 -0400 (0:00:00.021) 0:02:15.542 ****** 172629 1726889035.26225: entering _queue_task() for managed_node1/set_fact 172629 1726889035.26404: worker is 1 (out of 1 available) 172629 1726889035.26419: exiting _queue_task() for managed_node1/set_fact 172629 1726889035.26430: done queuing things up, now waiting for results queue to drain 172629 1726889035.26431: waiting for pending results... 172629 1726889035.26606: running TaskExecutor() for managed_node1/TASK: Set storage volume test variables 172629 1726889035.26696: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f4b 172629 1726889035.26708: variable 'ansible_search_path' from source: unknown 172629 1726889035.26734: calling self._execute() 172629 1726889035.26820: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.26824: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.26833: variable 'omit' from source: magic vars 172629 1726889035.26916: variable 'omit' from source: magic vars 172629 1726889035.26949: variable 'omit' from source: magic vars 172629 1726889035.27187: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889035.28674: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889035.28730: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889035.28759: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889035.28789: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889035.28808: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889035.28871: 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) 172629 1726889035.28891: 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) 172629 1726889035.28908: 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) 172629 1726889035.28936: 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) 172629 1726889035.29058: 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) 172629 1726889035.29062: variable 'storage_test_volume' from source: include params 172629 1726889035.29103: variable 'omit' from source: magic vars 172629 1726889035.29122: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889035.29143: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889035.29166: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889035.29177: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.29186: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.29210: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889035.29213: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.29216: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.29286: Set connection var ansible_timeout to 10 172629 1726889035.29290: Set connection var ansible_shell_type to sh 172629 1726889035.29296: Set connection var ansible_pipelining to False 172629 1726889035.29301: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889035.29306: Set connection var ansible_shell_executable to /bin/sh 172629 1726889035.29309: Set connection var ansible_connection to ssh 172629 1726889035.29325: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.29328: variable 'ansible_connection' from source: unknown 172629 1726889035.29330: variable 'ansible_module_compression' from source: unknown 172629 1726889035.29333: variable 'ansible_shell_type' from source: unknown 172629 1726889035.29335: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.29337: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.29340: variable 'ansible_pipelining' from source: unknown 172629 1726889035.29342: variable 'ansible_timeout' from source: unknown 172629 1726889035.29346: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.29423: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889035.29432: variable 'omit' from source: magic vars 172629 1726889035.29437: starting attempt loop 172629 1726889035.29440: running the handler 172629 1726889035.29449: handler run complete 172629 1726889035.29461: attempt loop complete, returning result 172629 1726889035.29464: _execute() done 172629 1726889035.29467: dumping result to json 172629 1726889035.29469: done dumping result, returning 172629 1726889035.29476: done running TaskExecutor() for managed_node1/TASK: Set storage volume test variables [0affc8a3-6f6f-d0a8-add8-000000002f4b] 172629 1726889035.29482: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f4b 172629 1726889035.29562: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f4b 172629 1726889035.29565: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 172629 1726889035.29653: no more pending results, returning what we have 172629 1726889035.29658: results queue empty 172629 1726889035.29659: checking for any_errors_fatal 172629 1726889035.29667: done checking for any_errors_fatal 172629 1726889035.29668: checking for max_fail_percentage 172629 1726889035.29670: done checking for max_fail_percentage 172629 1726889035.29671: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.29671: done checking to see if all hosts have failed 172629 1726889035.29672: getting the remaining hosts for this loop 172629 1726889035.29674: done getting the remaining hosts for this loop 172629 1726889035.29677: getting the next task for host managed_node1 172629 1726889035.29684: done getting next task for host managed_node1 172629 1726889035.29687: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 172629 1726889035.29691: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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 172629 1726889035.29702: getting variables 172629 1726889035.29704: in VariableManager get_vars() 172629 1726889035.29737: Calling all_inventory to load vars for managed_node1 172629 1726889035.29739: Calling groups_inventory to load vars for managed_node1 172629 1726889035.29742: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.29753: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.29762: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.29766: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.30116: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.30458: done with get_vars() 172629 1726889035.30470: done getting variables 172629 1726889035.30600: Ignoring undefined failure: 'storage_test_volume_subset' is undefined TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Friday 20 September 2024 23:23:55 -0400 (0:00:00.043) 0:02:15.586 ****** 172629 1726889035.30620: entering _queue_task() for managed_node1/include_tasks 172629 1726889035.30826: worker is 1 (out of 1 available) 172629 1726889035.30840: exiting _queue_task() for managed_node1/include_tasks 172629 1726889035.30852: done queuing things up, now waiting for results queue to drain 172629 1726889035.30854: waiting for pending results... 172629 1726889035.31031: running TaskExecutor() for managed_node1/TASK: Run test verify for {{ storage_test_volume_subset }} 172629 1726889035.31121: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f4c 172629 1726889035.31132: variable 'ansible_search_path' from source: unknown 172629 1726889035.31171: variable '_storage_volume_tests' from source: set_fact 172629 1726889035.31318: variable '_storage_volume_tests' from source: set_fact 172629 1726889035.31380: variable 'omit' from source: magic vars 172629 1726889035.31495: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.31503: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.31512: variable 'omit' from source: magic vars 172629 1726889035.31636: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.31667: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.31713: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.31854: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.31870: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.31872: variable 'omit' from source: magic vars 172629 1726889035.31907: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.31929: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.31978: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.32036: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.32043: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.32050: variable 'omit' from source: magic vars 172629 1726889035.32128: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.32150: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.32197: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.32253: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.32264: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.32272: variable 'omit' from source: magic vars 172629 1726889035.32347: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.32372: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.32416: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.32477: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.32483: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.32490: variable 'omit' from source: magic vars 172629 1726889035.32567: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.32588: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.32632: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.32690: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.32697: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.32705: variable 'omit' from source: magic vars 172629 1726889035.32782: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.32803: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.32848: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.32906: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.32912: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.32920: variable 'omit' from source: magic vars 172629 1726889035.32999: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.33019: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.33067: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.33121: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.33129: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.33136: variable 'omit' from source: magic vars 172629 1726889035.33250: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.33276: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.33318: variable 'storage_test_volume_subset' from source: unknown 172629 1726889035.33375: dumping result to json 172629 1726889035.33378: done dumping result, returning 172629 1726889035.33380: done running TaskExecutor() for managed_node1/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-d0a8-add8-000000002f4c] 172629 1726889035.33383: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f4c 172629 1726889035.33419: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f4c 172629 1726889035.33422: WORKER PROCESS EXITING 172629 1726889035.33471: no more pending results, returning what we have 172629 1726889035.33476: in VariableManager get_vars() 172629 1726889035.33520: Calling all_inventory to load vars for managed_node1 172629 1726889035.33522: Calling groups_inventory to load vars for managed_node1 172629 1726889035.33526: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.33538: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.33541: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.33544: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.33922: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.34264: done with get_vars() 172629 1726889035.34274: variable 'ansible_search_path' from source: unknown 172629 1726889035.34297: variable 'ansible_search_path' from source: unknown 172629 1726889035.34312: variable 'ansible_search_path' from source: unknown 172629 1726889035.34329: variable 'ansible_search_path' from source: unknown 172629 1726889035.34344: variable 'ansible_search_path' from source: unknown 172629 1726889035.34363: variable 'ansible_search_path' from source: unknown 172629 1726889035.34378: variable 'ansible_search_path' from source: unknown 172629 1726889035.34392: variable 'ansible_search_path' from source: unknown 172629 1726889035.34405: we have included files to process 172629 1726889035.34405: generating all_blocks data 172629 1726889035.34407: done generating all_blocks data 172629 1726889035.34413: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726889035.34414: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726889035.34415: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 172629 1726889035.35118: done processing included file 172629 1726889035.35120: iterating over new_blocks loaded from include file 172629 1726889035.35121: in VariableManager get_vars() 172629 1726889035.35132: done with get_vars() 172629 1726889035.35133: filtering new block on tags 172629 1726889035.35158: done filtering new block on tags 172629 1726889035.35160: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 => (item=mount) 172629 1726889035.35163: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726889035.35164: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726889035.35170: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 172629 1726889035.35572: done processing included file 172629 1726889035.35574: iterating over new_blocks loaded from include file 172629 1726889035.35575: in VariableManager get_vars() 172629 1726889035.35584: done with get_vars() 172629 1726889035.35585: filtering new block on tags 172629 1726889035.35598: done filtering new block on tags 172629 1726889035.35600: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 => (item=fstab) 172629 1726889035.35602: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726889035.35602: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726889035.35604: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 172629 1726889035.35742: done processing included file 172629 1726889035.35743: iterating over new_blocks loaded from include file 172629 1726889035.35744: in VariableManager get_vars() 172629 1726889035.35760: done with get_vars() 172629 1726889035.35761: filtering new block on tags 172629 1726889035.35771: done filtering new block on tags 172629 1726889035.35772: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 => (item=fs) 172629 1726889035.35774: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726889035.35775: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726889035.35777: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 172629 1726889035.36433: done processing included file 172629 1726889035.36435: iterating over new_blocks loaded from include file 172629 1726889035.36435: in VariableManager get_vars() 172629 1726889035.36445: done with get_vars() 172629 1726889035.36446: filtering new block on tags 172629 1726889035.36464: done filtering new block on tags 172629 1726889035.36465: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 => (item=device) 172629 1726889035.36468: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726889035.36468: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726889035.36470: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 172629 1726889035.37405: done processing included file 172629 1726889035.37406: iterating over new_blocks loaded from include file 172629 1726889035.37407: in VariableManager get_vars() 172629 1726889035.37416: done with get_vars() 172629 1726889035.37418: filtering new block on tags 172629 1726889035.37439: done filtering new block on tags 172629 1726889035.37440: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 => (item=encryption) 172629 1726889035.37443: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726889035.37443: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726889035.37445: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 172629 1726889035.38039: done processing included file 172629 1726889035.38041: iterating over new_blocks loaded from include file 172629 1726889035.38042: in VariableManager get_vars() 172629 1726889035.38052: done with get_vars() 172629 1726889035.38053: filtering new block on tags 172629 1726889035.38075: done filtering new block on tags 172629 1726889035.38076: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 => (item=md) 172629 1726889035.38078: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726889035.38079: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726889035.38081: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 172629 1726889035.39591: done processing included file 172629 1726889035.39592: iterating over new_blocks loaded from include file 172629 1726889035.39593: in VariableManager get_vars() 172629 1726889035.39603: done with get_vars() 172629 1726889035.39604: filtering new block on tags 172629 1726889035.39616: done filtering new block on tags 172629 1726889035.39617: in VariableManager get_vars() 172629 1726889035.39625: done with get_vars() 172629 1726889035.39626: filtering new block on tags 172629 1726889035.39637: done filtering new block on tags 172629 1726889035.39638: in VariableManager get_vars() 172629 1726889035.39647: done with get_vars() 172629 1726889035.39647: filtering new block on tags 172629 1726889035.39671: done filtering new block on tags 172629 1726889035.39674: in VariableManager get_vars() 172629 1726889035.39685: done with get_vars() 172629 1726889035.39686: filtering new block on tags 172629 1726889035.39695: done filtering new block on tags 172629 1726889035.39696: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 => (item=size) 172629 1726889035.39698: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726889035.39699: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726889035.39701: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 172629 1726889035.40138: done processing included file 172629 1726889035.40139: iterating over new_blocks loaded from include file 172629 1726889035.40140: in VariableManager get_vars() 172629 1726889035.40150: done with get_vars() 172629 1726889035.40151: filtering new block on tags 172629 1726889035.40170: done filtering new block on tags 172629 1726889035.40171: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node1 => (item=cache) 172629 1726889035.40173: extending task lists for all hosts with included blocks 172629 1726889035.40293: done extending task lists 172629 1726889035.40294: done processing included files 172629 1726889035.40295: results queue empty 172629 1726889035.40295: checking for any_errors_fatal 172629 1726889035.40297: done checking for any_errors_fatal 172629 1726889035.40298: checking for max_fail_percentage 172629 1726889035.40299: done checking for max_fail_percentage 172629 1726889035.40299: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.40304: done checking to see if all hosts have failed 172629 1726889035.40304: getting the remaining hosts for this loop 172629 1726889035.40305: done getting the remaining hosts for this loop 172629 1726889035.40306: getting the next task for host managed_node1 172629 1726889035.40309: done getting next task for host managed_node1 172629 1726889035.40311: ^ task is: TASK: Get expected mount device based on device type 172629 1726889035.40313: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889035.40314: getting variables 172629 1726889035.40315: in VariableManager get_vars() 172629 1726889035.40322: Calling all_inventory to load vars for managed_node1 172629 1726889035.40323: Calling groups_inventory to load vars for managed_node1 172629 1726889035.40324: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.40329: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.40331: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.40334: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.40596: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.40912: done with get_vars() 172629 1726889035.40923: done getting variables 172629 1726889035.40948: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Friday 20 September 2024 23:23:55 -0400 (0:00:00.103) 0:02:15.689 ****** 172629 1726889035.40972: entering _queue_task() for managed_node1/set_fact 172629 1726889035.41241: worker is 1 (out of 1 available) 172629 1726889035.41257: exiting _queue_task() for managed_node1/set_fact 172629 1726889035.41271: done queuing things up, now waiting for results queue to drain 172629 1726889035.41272: waiting for pending results... 172629 1726889035.41478: running TaskExecutor() for managed_node1/TASK: Get expected mount device based on device type 172629 1726889035.41558: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003131 172629 1726889035.41570: variable 'ansible_search_path' from source: unknown 172629 1726889035.41603: calling self._execute() 172629 1726889035.41702: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.41706: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.41715: variable 'omit' from source: magic vars 172629 1726889035.41797: variable 'omit' from source: magic vars 172629 1726889035.41837: variable 'omit' from source: magic vars 172629 1726889035.42083: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889035.42296: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889035.42328: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889035.42353: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889035.42389: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889035.42449: 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) 172629 1726889035.42475: 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) 172629 1726889035.42493: 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) 172629 1726889035.42510: 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) 172629 1726889035.42541: 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) 172629 1726889035.42558: 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) 172629 1726889035.42582: 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) 172629 1726889035.42600: 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) 172629 1726889035.42759: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.42767: variable 'storage_test_volume' from source: include params 172629 1726889035.42802: variable 'omit' from source: magic vars 172629 1726889035.42822: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889035.42843: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889035.42862: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889035.42875: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.42884: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.42909: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889035.42914: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.42916: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.42986: Set connection var ansible_timeout to 10 172629 1726889035.42989: Set connection var ansible_shell_type to sh 172629 1726889035.42996: Set connection var ansible_pipelining to False 172629 1726889035.43007: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889035.43010: Set connection var ansible_shell_executable to /bin/sh 172629 1726889035.43012: Set connection var ansible_connection to ssh 172629 1726889035.43026: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.43028: variable 'ansible_connection' from source: unknown 172629 1726889035.43031: variable 'ansible_module_compression' from source: unknown 172629 1726889035.43033: variable 'ansible_shell_type' from source: unknown 172629 1726889035.43035: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.43037: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.43039: variable 'ansible_pipelining' from source: unknown 172629 1726889035.43042: variable 'ansible_timeout' from source: unknown 172629 1726889035.43046: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.43127: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889035.43136: variable 'omit' from source: magic vars 172629 1726889035.43141: starting attempt loop 172629 1726889035.43144: running the handler 172629 1726889035.43156: handler run complete 172629 1726889035.43168: attempt loop complete, returning result 172629 1726889035.43170: _execute() done 172629 1726889035.43173: dumping result to json 172629 1726889035.43175: done dumping result, returning 172629 1726889035.43181: done running TaskExecutor() for managed_node1/TASK: Get expected mount device based on device type [0affc8a3-6f6f-d0a8-add8-000000003131] 172629 1726889035.43186: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003131 172629 1726889035.43266: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003131 172629 1726889035.43271: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } 172629 1726889035.43325: no more pending results, returning what we have 172629 1726889035.43333: results queue empty 172629 1726889035.43334: checking for any_errors_fatal 172629 1726889035.43336: done checking for any_errors_fatal 172629 1726889035.43336: checking for max_fail_percentage 172629 1726889035.43338: done checking for max_fail_percentage 172629 1726889035.43339: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.43339: done checking to see if all hosts have failed 172629 1726889035.43340: getting the remaining hosts for this loop 172629 1726889035.43342: done getting the remaining hosts for this loop 172629 1726889035.43345: getting the next task for host managed_node1 172629 1726889035.43353: done getting next task for host managed_node1 172629 1726889035.43357: ^ task is: TASK: Set some facts 172629 1726889035.43363: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889035.43373: getting variables 172629 1726889035.43374: in VariableManager get_vars() 172629 1726889035.43417: Calling all_inventory to load vars for managed_node1 172629 1726889035.43420: Calling groups_inventory to load vars for managed_node1 172629 1726889035.43423: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.43433: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.43435: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.43438: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.43812: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.44158: done with get_vars() 172629 1726889035.44168: done getting variables 172629 1726889035.44205: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set some facts] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Friday 20 September 2024 23:23:55 -0400 (0:00:00.032) 0:02:15.722 ****** 172629 1726889035.44226: entering _queue_task() for managed_node1/set_fact 172629 1726889035.44445: worker is 1 (out of 1 available) 172629 1726889035.44460: exiting _queue_task() for managed_node1/set_fact 172629 1726889035.44474: done queuing things up, now waiting for results queue to drain 172629 1726889035.44475: waiting for pending results... 172629 1726889035.44646: running TaskExecutor() for managed_node1/TASK: Set some facts 172629 1726889035.44729: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003132 172629 1726889035.44742: variable 'ansible_search_path' from source: unknown 172629 1726889035.44773: calling self._execute() 172629 1726889035.44862: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.44868: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.44877: variable 'omit' from source: magic vars 172629 1726889035.44958: variable 'omit' from source: magic vars 172629 1726889035.44996: variable 'omit' from source: magic vars 172629 1726889035.45221: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.45226: variable 'storage_test_volume' from source: include params 172629 1726889035.45411: variable 'storage_test_volume' from source: include params 172629 1726889035.45421: variable 'mount_prefix' from source: task vars 172629 1726889035.45549: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889035.47005: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889035.47057: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889035.47089: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889035.47112: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889035.47130: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889035.47191: 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) 172629 1726889035.47214: 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) 172629 1726889035.47231: 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) 172629 1726889035.47258: 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) 172629 1726889035.47271: 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) 172629 1726889035.47378: variable '__storage_is_ostree' from source: set_fact 172629 1726889035.47382: variable 'storage_test_volume' from source: include params 172629 1726889035.47406: variable 'omit' from source: magic vars 172629 1726889035.47428: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889035.47448: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889035.47467: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889035.47480: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.47490: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.47511: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889035.47514: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.47519: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.47588: Set connection var ansible_timeout to 10 172629 1726889035.47591: Set connection var ansible_shell_type to sh 172629 1726889035.47598: Set connection var ansible_pipelining to False 172629 1726889035.47603: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889035.47608: Set connection var ansible_shell_executable to /bin/sh 172629 1726889035.47610: Set connection var ansible_connection to ssh 172629 1726889035.47625: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.47629: variable 'ansible_connection' from source: unknown 172629 1726889035.47632: variable 'ansible_module_compression' from source: unknown 172629 1726889035.47635: variable 'ansible_shell_type' from source: unknown 172629 1726889035.47638: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.47640: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.47642: variable 'ansible_pipelining' from source: unknown 172629 1726889035.47644: variable 'ansible_timeout' from source: unknown 172629 1726889035.47647: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.47720: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889035.47729: variable 'omit' from source: magic vars 172629 1726889035.47734: starting attempt loop 172629 1726889035.47737: running the handler 172629 1726889035.47749: handler run complete 172629 1726889035.47766: attempt loop complete, returning result 172629 1726889035.47769: _execute() done 172629 1726889035.47771: dumping result to json 172629 1726889035.47774: done dumping result, returning 172629 1726889035.47776: done running TaskExecutor() for managed_node1/TASK: Set some facts [0affc8a3-6f6f-d0a8-add8-000000003132] 172629 1726889035.47780: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003132 172629 1726889035.47858: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003132 172629 1726889035.47862: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "", "storage_test_swap_expected_matches": "0" }, "changed": false } 172629 1726889035.47911: no more pending results, returning what we have 172629 1726889035.47914: results queue empty 172629 1726889035.47915: checking for any_errors_fatal 172629 1726889035.47921: done checking for any_errors_fatal 172629 1726889035.47922: checking for max_fail_percentage 172629 1726889035.47924: done checking for max_fail_percentage 172629 1726889035.47925: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.47926: done checking to see if all hosts have failed 172629 1726889035.47926: getting the remaining hosts for this loop 172629 1726889035.47928: done getting the remaining hosts for this loop 172629 1726889035.47931: getting the next task for host managed_node1 172629 1726889035.47938: done getting next task for host managed_node1 172629 1726889035.47941: ^ task is: TASK: Get information about the mountpoint directory 172629 1726889035.47946: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889035.47964: getting variables 172629 1726889035.47967: in VariableManager get_vars() 172629 1726889035.48001: Calling all_inventory to load vars for managed_node1 172629 1726889035.48003: Calling groups_inventory to load vars for managed_node1 172629 1726889035.48006: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.48015: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.48018: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.48020: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.48368: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.48706: done with get_vars() 172629 1726889035.48716: done getting variables TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Friday 20 September 2024 23:23:55 -0400 (0:00:00.045) 0:02:15.767 ****** 172629 1726889035.48782: entering _queue_task() for managed_node1/stat 172629 1726889035.48984: worker is 1 (out of 1 available) 172629 1726889035.48997: exiting _queue_task() for managed_node1/stat 172629 1726889035.49011: done queuing things up, now waiting for results queue to drain 172629 1726889035.49012: waiting for pending results... 172629 1726889035.49203: running TaskExecutor() for managed_node1/TASK: Get information about the mountpoint directory 172629 1726889035.49293: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003133 172629 1726889035.49300: variable 'ansible_search_path' from source: unknown 172629 1726889035.49327: calling self._execute() 172629 1726889035.49415: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.49419: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.49428: variable 'omit' from source: magic vars 172629 1726889035.49757: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.49764: variable 'storage_test_volume' from source: include params 172629 1726889035.49790: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)): False 172629 1726889035.49793: when evaluation is False, skipping this task 172629 1726889035.49796: _execute() done 172629 1726889035.49799: dumping result to json 172629 1726889035.49802: done dumping result, returning 172629 1726889035.49807: done running TaskExecutor() for managed_node1/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-d0a8-add8-000000003133] 172629 1726889035.49811: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003133 172629 1726889035.49902: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003133 172629 1726889035.49906: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } 172629 1726889035.49957: no more pending results, returning what we have 172629 1726889035.49961: results queue empty 172629 1726889035.49962: checking for any_errors_fatal 172629 1726889035.49968: done checking for any_errors_fatal 172629 1726889035.49969: checking for max_fail_percentage 172629 1726889035.49971: done checking for max_fail_percentage 172629 1726889035.49971: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.49972: done checking to see if all hosts have failed 172629 1726889035.49973: getting the remaining hosts for this loop 172629 1726889035.49974: done getting the remaining hosts for this loop 172629 1726889035.49977: getting the next task for host managed_node1 172629 1726889035.49983: done getting next task for host managed_node1 172629 1726889035.49986: ^ task is: TASK: Verify the current mount state by device 172629 1726889035.49990: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889035.49993: getting variables 172629 1726889035.49995: in VariableManager get_vars() 172629 1726889035.50024: Calling all_inventory to load vars for managed_node1 172629 1726889035.50026: Calling groups_inventory to load vars for managed_node1 172629 1726889035.50029: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.50038: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.50040: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.50042: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.50366: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.50866: done with get_vars() 172629 1726889035.50876: done getting variables 172629 1726889035.50912: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Friday 20 September 2024 23:23:55 -0400 (0:00:00.021) 0:02:15.789 ****** 172629 1726889035.50934: entering _queue_task() for managed_node1/assert 172629 1726889035.51128: worker is 1 (out of 1 available) 172629 1726889035.51142: exiting _queue_task() for managed_node1/assert 172629 1726889035.51157: done queuing things up, now waiting for results queue to drain 172629 1726889035.51158: waiting for pending results... 172629 1726889035.51327: running TaskExecutor() for managed_node1/TASK: Verify the current mount state by device 172629 1726889035.51419: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003134 172629 1726889035.51430: variable 'ansible_search_path' from source: unknown 172629 1726889035.51457: calling self._execute() 172629 1726889035.51546: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.51550: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.51563: variable 'omit' from source: magic vars 172629 1726889035.51809: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.51821: Evaluated conditional (_storage_test_volume_present): False 172629 1726889035.51824: when evaluation is False, skipping this task 172629 1726889035.51827: _execute() done 172629 1726889035.51829: dumping result to json 172629 1726889035.51832: done dumping result, returning 172629 1726889035.51835: done running TaskExecutor() for managed_node1/TASK: Verify the current mount state by device [0affc8a3-6f6f-d0a8-add8-000000003134] 172629 1726889035.51838: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003134 172629 1726889035.51927: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003134 172629 1726889035.51930: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889035.51981: no more pending results, returning what we have 172629 1726889035.51985: results queue empty 172629 1726889035.51986: checking for any_errors_fatal 172629 1726889035.51993: done checking for any_errors_fatal 172629 1726889035.51993: checking for max_fail_percentage 172629 1726889035.51995: done checking for max_fail_percentage 172629 1726889035.51996: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.51996: done checking to see if all hosts have failed 172629 1726889035.51997: getting the remaining hosts for this loop 172629 1726889035.51998: done getting the remaining hosts for this loop 172629 1726889035.52001: getting the next task for host managed_node1 172629 1726889035.52007: done getting next task for host managed_node1 172629 1726889035.52009: ^ task is: TASK: Verify mount directory user 172629 1726889035.52014: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889035.52017: getting variables 172629 1726889035.52018: in VariableManager get_vars() 172629 1726889035.52047: Calling all_inventory to load vars for managed_node1 172629 1726889035.52049: Calling groups_inventory to load vars for managed_node1 172629 1726889035.52052: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.52062: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.52065: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.52068: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.52383: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.52717: done with get_vars() 172629 1726889035.52726: done getting variables 172629 1726889035.52768: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Friday 20 September 2024 23:23:55 -0400 (0:00:00.018) 0:02:15.807 ****** 172629 1726889035.52788: entering _queue_task() for managed_node1/assert 172629 1726889035.52975: worker is 1 (out of 1 available) 172629 1726889035.52988: exiting _queue_task() for managed_node1/assert 172629 1726889035.53001: done queuing things up, now waiting for results queue to drain 172629 1726889035.53003: waiting for pending results... 172629 1726889035.53178: running TaskExecutor() for managed_node1/TASK: Verify mount directory user 172629 1726889035.53270: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003135 172629 1726889035.53283: variable 'ansible_search_path' from source: unknown 172629 1726889035.53308: calling self._execute() 172629 1726889035.53392: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.53395: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.53405: variable 'omit' from source: magic vars 172629 1726889035.53693: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.53697: variable 'storage_test_volume' from source: include params 172629 1726889035.53720: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 172629 1726889035.53723: when evaluation is False, skipping this task 172629 1726889035.53726: _execute() done 172629 1726889035.53728: dumping result to json 172629 1726889035.53731: done dumping result, returning 172629 1726889035.53736: done running TaskExecutor() for managed_node1/TASK: Verify mount directory user [0affc8a3-6f6f-d0a8-add8-000000003135] 172629 1726889035.53741: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003135 172629 1726889035.53832: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003135 172629 1726889035.53835: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } 172629 1726889035.53911: no more pending results, returning what we have 172629 1726889035.53914: results queue empty 172629 1726889035.53915: checking for any_errors_fatal 172629 1726889035.53921: done checking for any_errors_fatal 172629 1726889035.53921: checking for max_fail_percentage 172629 1726889035.53923: done checking for max_fail_percentage 172629 1726889035.53924: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.53924: done checking to see if all hosts have failed 172629 1726889035.53925: getting the remaining hosts for this loop 172629 1726889035.53926: done getting the remaining hosts for this loop 172629 1726889035.53929: getting the next task for host managed_node1 172629 1726889035.53935: done getting next task for host managed_node1 172629 1726889035.53937: ^ task is: TASK: Verify mount directory group 172629 1726889035.53942: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889035.53948: getting variables 172629 1726889035.53949: in VariableManager get_vars() 172629 1726889035.53977: Calling all_inventory to load vars for managed_node1 172629 1726889035.53980: Calling groups_inventory to load vars for managed_node1 172629 1726889035.53982: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.53990: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.53993: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.53996: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.54308: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.54644: done with get_vars() 172629 1726889035.54653: done getting variables 172629 1726889035.54694: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Friday 20 September 2024 23:23:55 -0400 (0:00:00.019) 0:02:15.827 ****** 172629 1726889035.54713: entering _queue_task() for managed_node1/assert 172629 1726889035.54898: worker is 1 (out of 1 available) 172629 1726889035.54911: exiting _queue_task() for managed_node1/assert 172629 1726889035.54923: done queuing things up, now waiting for results queue to drain 172629 1726889035.54924: waiting for pending results... 172629 1726889035.55094: running TaskExecutor() for managed_node1/TASK: Verify mount directory group 172629 1726889035.55176: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003136 172629 1726889035.55188: variable 'ansible_search_path' from source: unknown 172629 1726889035.55213: calling self._execute() 172629 1726889035.55298: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.55304: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.55313: variable 'omit' from source: magic vars 172629 1726889035.55597: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.55603: variable 'storage_test_volume' from source: include params 172629 1726889035.55625: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 172629 1726889035.55628: when evaluation is False, skipping this task 172629 1726889035.55631: _execute() done 172629 1726889035.55633: dumping result to json 172629 1726889035.55635: done dumping result, returning 172629 1726889035.55642: done running TaskExecutor() for managed_node1/TASK: Verify mount directory group [0affc8a3-6f6f-d0a8-add8-000000003136] 172629 1726889035.55647: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003136 172629 1726889035.55733: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003136 172629 1726889035.55737: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } 172629 1726889035.55785: no more pending results, returning what we have 172629 1726889035.55788: results queue empty 172629 1726889035.55790: checking for any_errors_fatal 172629 1726889035.55795: done checking for any_errors_fatal 172629 1726889035.55795: checking for max_fail_percentage 172629 1726889035.55797: done checking for max_fail_percentage 172629 1726889035.55798: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.55798: done checking to see if all hosts have failed 172629 1726889035.55799: getting the remaining hosts for this loop 172629 1726889035.55800: done getting the remaining hosts for this loop 172629 1726889035.55803: getting the next task for host managed_node1 172629 1726889035.55809: done getting next task for host managed_node1 172629 1726889035.55812: ^ task is: TASK: Verify mount directory permissions 172629 1726889035.55816: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889035.55819: getting variables 172629 1726889035.55820: in VariableManager get_vars() 172629 1726889035.55851: Calling all_inventory to load vars for managed_node1 172629 1726889035.55854: Calling groups_inventory to load vars for managed_node1 172629 1726889035.55858: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.55866: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.55869: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.55871: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.56176: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.56506: done with get_vars() 172629 1726889035.56516: done getting variables 172629 1726889035.56558: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Friday 20 September 2024 23:23:55 -0400 (0:00:00.018) 0:02:15.845 ****** 172629 1726889035.56579: entering _queue_task() for managed_node1/assert 172629 1726889035.56761: worker is 1 (out of 1 available) 172629 1726889035.56773: exiting _queue_task() for managed_node1/assert 172629 1726889035.56786: done queuing things up, now waiting for results queue to drain 172629 1726889035.56788: waiting for pending results... 172629 1726889035.56953: running TaskExecutor() for managed_node1/TASK: Verify mount directory permissions 172629 1726889035.57036: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003137 172629 1726889035.57047: variable 'ansible_search_path' from source: unknown 172629 1726889035.57078: calling self._execute() 172629 1726889035.57162: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.57167: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.57176: variable 'omit' from source: magic vars 172629 1726889035.57457: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.57462: variable 'storage_test_volume' from source: include params 172629 1726889035.57487: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 172629 1726889035.57491: when evaluation is False, skipping this task 172629 1726889035.57494: _execute() done 172629 1726889035.57497: dumping result to json 172629 1726889035.57499: done dumping result, returning 172629 1726889035.57502: done running TaskExecutor() for managed_node1/TASK: Verify mount directory permissions [0affc8a3-6f6f-d0a8-add8-000000003137] 172629 1726889035.57507: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003137 172629 1726889035.57593: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003137 172629 1726889035.57596: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } 172629 1726889035.57643: no more pending results, returning what we have 172629 1726889035.57646: results queue empty 172629 1726889035.57647: checking for any_errors_fatal 172629 1726889035.57653: done checking for any_errors_fatal 172629 1726889035.57654: checking for max_fail_percentage 172629 1726889035.57658: done checking for max_fail_percentage 172629 1726889035.57659: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.57659: done checking to see if all hosts have failed 172629 1726889035.57660: getting the remaining hosts for this loop 172629 1726889035.57661: done getting the remaining hosts for this loop 172629 1726889035.57664: getting the next task for host managed_node1 172629 1726889035.57671: done getting next task for host managed_node1 172629 1726889035.57673: ^ task is: TASK: Get path of test volume device 172629 1726889035.57677: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889035.57681: getting variables 172629 1726889035.57682: in VariableManager get_vars() 172629 1726889035.57710: Calling all_inventory to load vars for managed_node1 172629 1726889035.57712: Calling groups_inventory to load vars for managed_node1 172629 1726889035.57715: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.57722: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.57725: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.57727: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.58043: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.58376: done with get_vars() 172629 1726889035.58385: done getting variables 172629 1726889035.58424: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Friday 20 September 2024 23:23:55 -0400 (0:00:00.018) 0:02:15.864 ****** 172629 1726889035.58445: entering _queue_task() for managed_node1/command 172629 1726889035.58626: worker is 1 (out of 1 available) 172629 1726889035.58639: exiting _queue_task() for managed_node1/command 172629 1726889035.58652: done queuing things up, now waiting for results queue to drain 172629 1726889035.58654: waiting for pending results... 172629 1726889035.58817: running TaskExecutor() for managed_node1/TASK: Get path of test volume device 172629 1726889035.58897: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003138 172629 1726889035.58908: variable 'ansible_search_path' from source: unknown 172629 1726889035.58933: calling self._execute() 172629 1726889035.59017: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.59020: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.59029: variable 'omit' from source: magic vars 172629 1726889035.59295: variable 'storage_test_volume' from source: include params 172629 1726889035.59321: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 172629 1726889035.59325: when evaluation is False, skipping this task 172629 1726889035.59328: _execute() done 172629 1726889035.59331: dumping result to json 172629 1726889035.59333: done dumping result, returning 172629 1726889035.59338: done running TaskExecutor() for managed_node1/TASK: Get path of test volume device [0affc8a3-6f6f-d0a8-add8-000000003138] 172629 1726889035.59343: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003138 172629 1726889035.59430: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003138 172629 1726889035.59433: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 172629 1726889035.59484: no more pending results, returning what we have 172629 1726889035.59488: results queue empty 172629 1726889035.59489: checking for any_errors_fatal 172629 1726889035.59494: done checking for any_errors_fatal 172629 1726889035.59495: checking for max_fail_percentage 172629 1726889035.59497: done checking for max_fail_percentage 172629 1726889035.59497: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.59498: done checking to see if all hosts have failed 172629 1726889035.59499: getting the remaining hosts for this loop 172629 1726889035.59500: done getting the remaining hosts for this loop 172629 1726889035.59503: getting the next task for host managed_node1 172629 1726889035.59509: done getting next task for host managed_node1 172629 1726889035.59512: ^ task is: TASK: Gather swap info 172629 1726889035.59516: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889035.59519: getting variables 172629 1726889035.59521: in VariableManager get_vars() 172629 1726889035.59548: Calling all_inventory to load vars for managed_node1 172629 1726889035.59551: Calling groups_inventory to load vars for managed_node1 172629 1726889035.59553: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.59569: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.59572: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.59575: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.59871: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.60201: done with get_vars() 172629 1726889035.60212: done getting variables 172629 1726889035.60249: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Gather swap info] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Friday 20 September 2024 23:23:55 -0400 (0:00:00.018) 0:02:15.882 ****** 172629 1726889035.60272: entering _queue_task() for managed_node1/command 172629 1726889035.60449: worker is 1 (out of 1 available) 172629 1726889035.60463: exiting _queue_task() for managed_node1/command 172629 1726889035.60476: done queuing things up, now waiting for results queue to drain 172629 1726889035.60478: waiting for pending results... 172629 1726889035.60649: running TaskExecutor() for managed_node1/TASK: Gather swap info 172629 1726889035.60734: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003139 172629 1726889035.60745: variable 'ansible_search_path' from source: unknown 172629 1726889035.60775: calling self._execute() 172629 1726889035.60854: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.60863: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.60874: variable 'omit' from source: magic vars 172629 1726889035.61138: variable 'storage_test_volume' from source: include params 172629 1726889035.61166: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 172629 1726889035.61170: when evaluation is False, skipping this task 172629 1726889035.61173: _execute() done 172629 1726889035.61176: dumping result to json 172629 1726889035.61178: done dumping result, returning 172629 1726889035.61181: done running TaskExecutor() for managed_node1/TASK: Gather swap info [0affc8a3-6f6f-d0a8-add8-000000003139] 172629 1726889035.61186: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003139 172629 1726889035.61271: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003139 172629 1726889035.61273: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 172629 1726889035.61325: no more pending results, returning what we have 172629 1726889035.61328: results queue empty 172629 1726889035.61329: checking for any_errors_fatal 172629 1726889035.61334: done checking for any_errors_fatal 172629 1726889035.61334: checking for max_fail_percentage 172629 1726889035.61336: done checking for max_fail_percentage 172629 1726889035.61337: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.61337: done checking to see if all hosts have failed 172629 1726889035.61338: getting the remaining hosts for this loop 172629 1726889035.61339: done getting the remaining hosts for this loop 172629 1726889035.61342: getting the next task for host managed_node1 172629 1726889035.61350: done getting next task for host managed_node1 172629 1726889035.61352: ^ task is: TASK: Verify swap status 172629 1726889035.61358: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889035.61361: getting variables 172629 1726889035.61362: in VariableManager get_vars() 172629 1726889035.61400: Calling all_inventory to load vars for managed_node1 172629 1726889035.61403: Calling groups_inventory to load vars for managed_node1 172629 1726889035.61405: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.61413: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.61416: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.61419: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.61707: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.62261: done with get_vars() 172629 1726889035.62270: done getting variables 172629 1726889035.62306: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify swap status] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Friday 20 September 2024 23:23:55 -0400 (0:00:00.020) 0:02:15.903 ****** 172629 1726889035.62326: entering _queue_task() for managed_node1/assert 172629 1726889035.62506: worker is 1 (out of 1 available) 172629 1726889035.62519: exiting _queue_task() for managed_node1/assert 172629 1726889035.62529: done queuing things up, now waiting for results queue to drain 172629 1726889035.62531: waiting for pending results... 172629 1726889035.62696: running TaskExecutor() for managed_node1/TASK: Verify swap status 172629 1726889035.62799: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000313a 172629 1726889035.62812: variable 'ansible_search_path' from source: unknown 172629 1726889035.62838: calling self._execute() 172629 1726889035.62921: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.62925: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.62935: variable 'omit' from source: magic vars 172629 1726889035.63218: variable 'storage_test_volume' from source: include params 172629 1726889035.63241: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 172629 1726889035.63245: when evaluation is False, skipping this task 172629 1726889035.63247: _execute() done 172629 1726889035.63250: dumping result to json 172629 1726889035.63252: done dumping result, returning 172629 1726889035.63262: done running TaskExecutor() for managed_node1/TASK: Verify swap status [0affc8a3-6f6f-d0a8-add8-00000000313a] 172629 1726889035.63267: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000313a 172629 1726889035.63364: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000313a skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 172629 1726889035.63410: no more pending results, returning what we have 172629 1726889035.63413: results queue empty 172629 1726889035.63414: checking for any_errors_fatal 172629 1726889035.63420: done checking for any_errors_fatal 172629 1726889035.63421: checking for max_fail_percentage 172629 1726889035.63422: done checking for max_fail_percentage 172629 1726889035.63423: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.63424: done checking to see if all hosts have failed 172629 1726889035.63425: getting the remaining hosts for this loop 172629 1726889035.63426: done getting the remaining hosts for this loop 172629 1726889035.63429: getting the next task for host managed_node1 172629 1726889035.63435: done getting next task for host managed_node1 172629 1726889035.63437: ^ task is: TASK: Unset facts 172629 1726889035.63442: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889035.63445: getting variables 172629 1726889035.63447: in VariableManager get_vars() 172629 1726889035.63480: Calling all_inventory to load vars for managed_node1 172629 1726889035.63482: Calling groups_inventory to load vars for managed_node1 172629 1726889035.63485: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.63494: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.63496: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.63499: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.63809: WORKER PROCESS EXITING 172629 1726889035.63819: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.64166: done with get_vars() 172629 1726889035.64178: done getting variables 172629 1726889035.64216: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Unset facts] ************************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Friday 20 September 2024 23:23:55 -0400 (0:00:00.019) 0:02:15.922 ****** 172629 1726889035.64237: entering _queue_task() for managed_node1/set_fact 172629 1726889035.64421: worker is 1 (out of 1 available) 172629 1726889035.64434: exiting _queue_task() for managed_node1/set_fact 172629 1726889035.64448: done queuing things up, now waiting for results queue to drain 172629 1726889035.64449: waiting for pending results... 172629 1726889035.64632: running TaskExecutor() for managed_node1/TASK: Unset facts 172629 1726889035.64719: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000313b 172629 1726889035.64732: variable 'ansible_search_path' from source: unknown 172629 1726889035.64761: calling self._execute() 172629 1726889035.64845: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.64848: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.64860: variable 'omit' from source: magic vars 172629 1726889035.64947: variable 'omit' from source: magic vars 172629 1726889035.64999: variable 'omit' from source: magic vars 172629 1726889035.65023: variable 'omit' from source: magic vars 172629 1726889035.65057: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889035.65088: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889035.65107: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889035.65122: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.65134: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.65158: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889035.65164: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.65167: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.65237: Set connection var ansible_timeout to 10 172629 1726889035.65241: Set connection var ansible_shell_type to sh 172629 1726889035.65248: Set connection var ansible_pipelining to False 172629 1726889035.65253: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889035.65262: Set connection var ansible_shell_executable to /bin/sh 172629 1726889035.65265: Set connection var ansible_connection to ssh 172629 1726889035.65281: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.65284: variable 'ansible_connection' from source: unknown 172629 1726889035.65287: variable 'ansible_module_compression' from source: unknown 172629 1726889035.65289: variable 'ansible_shell_type' from source: unknown 172629 1726889035.65291: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.65294: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.65298: variable 'ansible_pipelining' from source: unknown 172629 1726889035.65301: variable 'ansible_timeout' from source: unknown 172629 1726889035.65304: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.65410: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889035.65419: variable 'omit' from source: magic vars 172629 1726889035.65426: starting attempt loop 172629 1726889035.65429: running the handler 172629 1726889035.65443: handler run complete 172629 1726889035.65450: attempt loop complete, returning result 172629 1726889035.65453: _execute() done 172629 1726889035.65457: dumping result to json 172629 1726889035.65463: done dumping result, returning 172629 1726889035.65470: done running TaskExecutor() for managed_node1/TASK: Unset facts [0affc8a3-6f6f-d0a8-add8-00000000313b] 172629 1726889035.65474: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000313b 172629 1726889035.65551: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000313b 172629 1726889035.65556: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } 172629 1726889035.65619: no more pending results, returning what we have 172629 1726889035.65621: results queue empty 172629 1726889035.65622: checking for any_errors_fatal 172629 1726889035.65628: done checking for any_errors_fatal 172629 1726889035.65628: checking for max_fail_percentage 172629 1726889035.65630: done checking for max_fail_percentage 172629 1726889035.65631: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.65631: done checking to see if all hosts have failed 172629 1726889035.65632: getting the remaining hosts for this loop 172629 1726889035.65633: done getting the remaining hosts for this loop 172629 1726889035.65636: getting the next task for host managed_node1 172629 1726889035.65643: done getting next task for host managed_node1 172629 1726889035.65646: ^ task is: TASK: Set some variables for fstab checking 172629 1726889035.65650: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889035.65653: getting variables 172629 1726889035.65654: in VariableManager get_vars() 172629 1726889035.65685: Calling all_inventory to load vars for managed_node1 172629 1726889035.65687: Calling groups_inventory to load vars for managed_node1 172629 1726889035.65690: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.65698: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.65700: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.65703: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.66018: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.66358: done with get_vars() 172629 1726889035.66368: done getting variables 172629 1726889035.66407: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Friday 20 September 2024 23:23:55 -0400 (0:00:00.021) 0:02:15.944 ****** 172629 1726889035.66427: entering _queue_task() for managed_node1/set_fact 172629 1726889035.66613: worker is 1 (out of 1 available) 172629 1726889035.66626: exiting _queue_task() for managed_node1/set_fact 172629 1726889035.66639: done queuing things up, now waiting for results queue to drain 172629 1726889035.66640: waiting for pending results... 172629 1726889035.66806: running TaskExecutor() for managed_node1/TASK: Set some variables for fstab checking 172629 1726889035.66898: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000313f 172629 1726889035.66909: variable 'ansible_search_path' from source: unknown 172629 1726889035.66934: calling self._execute() 172629 1726889035.67024: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.67028: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.67037: variable 'omit' from source: magic vars 172629 1726889035.67120: variable 'omit' from source: magic vars 172629 1726889035.67158: variable 'omit' from source: magic vars 172629 1726889035.67373: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889035.68823: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889035.68875: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889035.68901: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889035.68928: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889035.68950: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889035.69007: 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) 172629 1726889035.69027: 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) 172629 1726889035.69047: 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) 172629 1726889035.69079: 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) 172629 1726889035.69091: 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) 172629 1726889035.69121: 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) 172629 1726889035.69137: 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) 172629 1726889035.69159: 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) 172629 1726889035.69185: 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) 172629 1726889035.69195: 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) 172629 1726889035.69237: 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) 172629 1726889035.69253: 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) 172629 1726889035.69276: 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) 172629 1726889035.69300: 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) 172629 1726889035.69310: 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) 172629 1726889035.69423: variable 'storage_test_fstab' from source: set_fact 172629 1726889035.69434: variable 'storage_test_volume' from source: include params 172629 1726889035.69520: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 172629 1726889035.69629: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 172629 1726889035.69656: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 172629 1726889035.69680: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 172629 1726889035.69703: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 172629 1726889035.69742: 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) 172629 1726889035.69762: 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) 172629 1726889035.69780: 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) 172629 1726889035.69799: 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) 172629 1726889035.69941: 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) 172629 1726889035.69961: 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) 172629 1726889035.69978: 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) 172629 1726889035.70001: 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) 172629 1726889035.70012: 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) 172629 1726889035.70151: variable '__mount_point' from source: task vars 172629 1726889035.70205: variable 'storage_test_volume' from source: include params 172629 1726889035.70224: variable 'storage_test_fstab' from source: set_fact 172629 1726889035.70392: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.70395: variable '__mount_point' from source: task vars 172629 1726889035.70442: variable 'storage_test_volume' from source: include params 172629 1726889035.70460: variable 'storage_test_volume' from source: include params 172629 1726889035.70570: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.70574: variable '__mount_point' from source: task vars 172629 1726889035.70620: variable 'storage_test_volume' from source: include params 172629 1726889035.70848: variable '__mount_options' from source: task vars 172629 1726889035.70903: variable 'storage_test_volume' from source: include params 172629 1726889035.70915: variable '__mount_point' from source: task vars 172629 1726889035.70965: variable 'storage_test_volume' from source: include params 172629 1726889035.70976: variable 'storage_test_fstab' from source: set_fact 172629 1726889035.70982: variable '__pattern' from source: task vars 172629 1726889035.71043: variable '__mount_point' from source: task vars 172629 1726889035.71093: variable 'storage_test_volume' from source: include params 172629 1726889035.71108: variable '__mount_options' from source: task vars 172629 1726889035.71158: variable 'storage_test_volume' from source: include params 172629 1726889035.71241: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.71245: variable '__mount_options' from source: task vars 172629 1726889035.71295: variable 'storage_test_volume' from source: include params 172629 1726889035.71315: variable 'omit' from source: magic vars 172629 1726889035.71336: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889035.71359: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889035.71375: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889035.71388: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.71396: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.71419: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889035.71421: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.71425: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.71495: Set connection var ansible_timeout to 10 172629 1726889035.71498: Set connection var ansible_shell_type to sh 172629 1726889035.71505: Set connection var ansible_pipelining to False 172629 1726889035.71510: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889035.71515: Set connection var ansible_shell_executable to /bin/sh 172629 1726889035.71517: Set connection var ansible_connection to ssh 172629 1726889035.71532: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.71537: variable 'ansible_connection' from source: unknown 172629 1726889035.71539: variable 'ansible_module_compression' from source: unknown 172629 1726889035.71542: variable 'ansible_shell_type' from source: unknown 172629 1726889035.71544: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.71546: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.71548: variable 'ansible_pipelining' from source: unknown 172629 1726889035.71550: variable 'ansible_timeout' from source: unknown 172629 1726889035.71553: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.71625: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889035.71634: variable 'omit' from source: magic vars 172629 1726889035.71639: starting attempt loop 172629 1726889035.71642: running the handler 172629 1726889035.71654: handler run complete 172629 1726889035.71670: attempt loop complete, returning result 172629 1726889035.71673: _execute() done 172629 1726889035.71676: dumping result to json 172629 1726889035.71679: done dumping result, returning 172629 1726889035.71681: done running TaskExecutor() for managed_node1/TASK: Set some variables for fstab checking [0affc8a3-6f6f-d0a8-add8-00000000313f] 172629 1726889035.71683: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000313f 172629 1726889035.71766: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000313f 172629 1726889035.71769: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } 172629 1726889035.71828: no more pending results, returning what we have 172629 1726889035.71830: results queue empty 172629 1726889035.71831: checking for any_errors_fatal 172629 1726889035.71841: done checking for any_errors_fatal 172629 1726889035.71841: checking for max_fail_percentage 172629 1726889035.71843: done checking for max_fail_percentage 172629 1726889035.71844: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.71845: done checking to see if all hosts have failed 172629 1726889035.71846: getting the remaining hosts for this loop 172629 1726889035.71848: done getting the remaining hosts for this loop 172629 1726889035.71850: getting the next task for host managed_node1 172629 1726889035.71865: done getting next task for host managed_node1 172629 1726889035.71868: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 172629 1726889035.71873: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889035.71877: getting variables 172629 1726889035.71878: in VariableManager get_vars() 172629 1726889035.71913: Calling all_inventory to load vars for managed_node1 172629 1726889035.71916: Calling groups_inventory to load vars for managed_node1 172629 1726889035.71919: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.71928: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.71931: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.71933: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.72286: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.72631: done with get_vars() 172629 1726889035.72644: done getting variables 172629 1726889035.72684: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Friday 20 September 2024 23:23:55 -0400 (0:00:00.062) 0:02:16.007 ****** 172629 1726889035.72705: entering _queue_task() for managed_node1/assert 172629 1726889035.72906: worker is 1 (out of 1 available) 172629 1726889035.72920: exiting _queue_task() for managed_node1/assert 172629 1726889035.72932: done queuing things up, now waiting for results queue to drain 172629 1726889035.72934: waiting for pending results... 172629 1726889035.73118: running TaskExecutor() for managed_node1/TASK: Verify that the device identifier appears in /etc/fstab 172629 1726889035.73210: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003140 172629 1726889035.73222: variable 'ansible_search_path' from source: unknown 172629 1726889035.73251: calling self._execute() 172629 1726889035.73343: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.73348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.73360: variable 'omit' from source: magic vars 172629 1726889035.73626: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889035.75078: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889035.75130: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889035.75160: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889035.75187: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889035.75208: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889035.75279: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.75293: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889035.75296: when evaluation is False, skipping this task 172629 1726889035.75298: _execute() done 172629 1726889035.75301: dumping result to json 172629 1726889035.75303: done dumping result, returning 172629 1726889035.75310: done running TaskExecutor() for managed_node1/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-d0a8-add8-000000003140] 172629 1726889035.75313: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003140 172629 1726889035.75399: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003140 172629 1726889035.75402: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 172629 1726889035.75485: no more pending results, returning what we have 172629 1726889035.75488: results queue empty 172629 1726889035.75489: checking for any_errors_fatal 172629 1726889035.75498: done checking for any_errors_fatal 172629 1726889035.75498: checking for max_fail_percentage 172629 1726889035.75500: done checking for max_fail_percentage 172629 1726889035.75501: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.75501: done checking to see if all hosts have failed 172629 1726889035.75502: getting the remaining hosts for this loop 172629 1726889035.75503: done getting the remaining hosts for this loop 172629 1726889035.75506: getting the next task for host managed_node1 172629 1726889035.75514: done getting next task for host managed_node1 172629 1726889035.75517: ^ task is: TASK: Verify the fstab mount point 172629 1726889035.75521: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889035.75525: getting variables 172629 1726889035.75526: in VariableManager get_vars() 172629 1726889035.75559: Calling all_inventory to load vars for managed_node1 172629 1726889035.75561: Calling groups_inventory to load vars for managed_node1 172629 1726889035.75564: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.75573: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.75576: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.75578: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.75897: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.76239: done with get_vars() 172629 1726889035.76249: done getting variables 172629 1726889035.76291: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Friday 20 September 2024 23:23:55 -0400 (0:00:00.036) 0:02:16.043 ****** 172629 1726889035.76311: entering _queue_task() for managed_node1/assert 172629 1726889035.76505: worker is 1 (out of 1 available) 172629 1726889035.76519: exiting _queue_task() for managed_node1/assert 172629 1726889035.76531: done queuing things up, now waiting for results queue to drain 172629 1726889035.76532: waiting for pending results... 172629 1726889035.76707: running TaskExecutor() for managed_node1/TASK: Verify the fstab mount point 172629 1726889035.76791: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003141 172629 1726889035.76803: variable 'ansible_search_path' from source: unknown 172629 1726889035.76829: calling self._execute() 172629 1726889035.76913: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.76919: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.76928: variable 'omit' from source: magic vars 172629 1726889035.77009: variable 'omit' from source: magic vars 172629 1726889035.77047: variable 'omit' from source: magic vars 172629 1726889035.77229: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 172629 1726889035.77236: variable 'storage_test_volume' from source: include params 172629 1726889035.77273: variable 'omit' from source: magic vars 172629 1726889035.77306: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889035.77333: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889035.77351: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889035.77367: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.77378: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.77399: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889035.77402: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.77405: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.77477: Set connection var ansible_timeout to 10 172629 1726889035.77481: Set connection var ansible_shell_type to sh 172629 1726889035.77487: Set connection var ansible_pipelining to False 172629 1726889035.77492: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889035.77497: Set connection var ansible_shell_executable to /bin/sh 172629 1726889035.77499: Set connection var ansible_connection to ssh 172629 1726889035.77515: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.77518: variable 'ansible_connection' from source: unknown 172629 1726889035.77520: variable 'ansible_module_compression' from source: unknown 172629 1726889035.77523: variable 'ansible_shell_type' from source: unknown 172629 1726889035.77527: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.77529: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.77531: variable 'ansible_pipelining' from source: unknown 172629 1726889035.77534: variable 'ansible_timeout' from source: unknown 172629 1726889035.77543: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.77635: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889035.77651: variable 'omit' from source: magic vars 172629 1726889035.77659: starting attempt loop 172629 1726889035.77661: running the handler 172629 1726889035.77776: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889035.79193: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889035.79232: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889035.79260: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889035.79287: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889035.79305: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889035.79353: 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) 172629 1726889035.79376: 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) 172629 1726889035.79395: 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) 172629 1726889035.79421: 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) 172629 1726889035.79432: 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) 172629 1726889035.79467: 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) 172629 1726889035.79483: 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) 172629 1726889035.79504: 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) 172629 1726889035.79526: 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) 172629 1726889035.79537: 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) 172629 1726889035.79612: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 172629 1726889035.79615: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 172629 1726889035.79627: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 172629 1726889035.79632: handler run complete 172629 1726889035.79643: attempt loop complete, returning result 172629 1726889035.79646: _execute() done 172629 1726889035.79649: dumping result to json 172629 1726889035.79652: done dumping result, returning 172629 1726889035.79659: done running TaskExecutor() for managed_node1/TASK: Verify the fstab mount point [0affc8a3-6f6f-d0a8-add8-000000003141] 172629 1726889035.79662: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003141 172629 1726889035.79739: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003141 172629 1726889035.79741: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889035.79788: no more pending results, returning what we have 172629 1726889035.79791: results queue empty 172629 1726889035.79792: checking for any_errors_fatal 172629 1726889035.79798: done checking for any_errors_fatal 172629 1726889035.79804: checking for max_fail_percentage 172629 1726889035.79806: done checking for max_fail_percentage 172629 1726889035.79807: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.79808: done checking to see if all hosts have failed 172629 1726889035.79809: getting the remaining hosts for this loop 172629 1726889035.79811: done getting the remaining hosts for this loop 172629 1726889035.79813: getting the next task for host managed_node1 172629 1726889035.79821: done getting next task for host managed_node1 172629 1726889035.79823: ^ task is: TASK: Verify mount_options 172629 1726889035.79827: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889035.79831: getting variables 172629 1726889035.79832: in VariableManager get_vars() 172629 1726889035.79869: Calling all_inventory to load vars for managed_node1 172629 1726889035.79871: Calling groups_inventory to load vars for managed_node1 172629 1726889035.79874: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.79884: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.79886: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.79889: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.80218: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.80549: done with get_vars() 172629 1726889035.80561: done getting variables 172629 1726889035.80597: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify mount_options] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Friday 20 September 2024 23:23:55 -0400 (0:00:00.043) 0:02:16.086 ****** 172629 1726889035.80621: entering _queue_task() for managed_node1/assert 172629 1726889035.80803: worker is 1 (out of 1 available) 172629 1726889035.80816: exiting _queue_task() for managed_node1/assert 172629 1726889035.80828: done queuing things up, now waiting for results queue to drain 172629 1726889035.80830: waiting for pending results... 172629 1726889035.81015: running TaskExecutor() for managed_node1/TASK: Verify mount_options 172629 1726889035.81102: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003142 172629 1726889035.81114: variable 'ansible_search_path' from source: unknown 172629 1726889035.81142: calling self._execute() 172629 1726889035.81231: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.81236: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.81244: variable 'omit' from source: magic vars 172629 1726889035.81527: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889035.83344: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889035.83389: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889035.83424: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889035.83452: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889035.83475: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889035.83532: 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) 172629 1726889035.83554: 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) 172629 1726889035.83577: 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) 172629 1726889035.83602: 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) 172629 1726889035.83613: 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) 172629 1726889035.83697: Evaluated conditional (__storage_verify_mount_options | d(false)): False 172629 1726889035.83700: when evaluation is False, skipping this task 172629 1726889035.83703: _execute() done 172629 1726889035.83705: dumping result to json 172629 1726889035.83708: done dumping result, returning 172629 1726889035.83713: done running TaskExecutor() for managed_node1/TASK: Verify mount_options [0affc8a3-6f6f-d0a8-add8-000000003142] 172629 1726889035.83717: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003142 172629 1726889035.83802: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003142 172629 1726889035.83805: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 172629 1726889035.83848: no more pending results, returning what we have 172629 1726889035.83852: results queue empty 172629 1726889035.83853: checking for any_errors_fatal 172629 1726889035.83861: done checking for any_errors_fatal 172629 1726889035.83861: checking for max_fail_percentage 172629 1726889035.83863: done checking for max_fail_percentage 172629 1726889035.83864: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.83865: done checking to see if all hosts have failed 172629 1726889035.83866: getting the remaining hosts for this loop 172629 1726889035.83869: done getting the remaining hosts for this loop 172629 1726889035.83872: getting the next task for host managed_node1 172629 1726889035.83881: done getting next task for host managed_node1 172629 1726889035.83883: ^ task is: TASK: Verify fingerprint 172629 1726889035.83888: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889035.83892: getting variables 172629 1726889035.83893: in VariableManager get_vars() 172629 1726889035.83932: Calling all_inventory to load vars for managed_node1 172629 1726889035.83934: Calling groups_inventory to load vars for managed_node1 172629 1726889035.83937: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.83947: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.83949: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.83952: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.84304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.84873: done with get_vars() 172629 1726889035.84883: done getting variables 172629 1726889035.84920: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Friday 20 September 2024 23:23:55 -0400 (0:00:00.043) 0:02:16.129 ****** 172629 1726889035.84943: entering _queue_task() for managed_node1/assert 172629 1726889035.85151: worker is 1 (out of 1 available) 172629 1726889035.85167: exiting _queue_task() for managed_node1/assert 172629 1726889035.85180: done queuing things up, now waiting for results queue to drain 172629 1726889035.85182: waiting for pending results... 172629 1726889035.85358: running TaskExecutor() for managed_node1/TASK: Verify fingerprint 172629 1726889035.85443: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003143 172629 1726889035.85456: variable 'ansible_search_path' from source: unknown 172629 1726889035.85486: calling self._execute() 172629 1726889035.85579: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.85584: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.85593: variable 'omit' from source: magic vars 172629 1726889035.85682: variable 'omit' from source: magic vars 172629 1726889035.85724: variable 'omit' from source: magic vars 172629 1726889035.85751: variable 'omit' from source: magic vars 172629 1726889035.85788: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889035.85816: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889035.85833: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889035.85849: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.85865: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.85888: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889035.85891: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.85894: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.85969: Set connection var ansible_timeout to 10 172629 1726889035.85973: Set connection var ansible_shell_type to sh 172629 1726889035.85980: Set connection var ansible_pipelining to False 172629 1726889035.85985: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889035.85989: Set connection var ansible_shell_executable to /bin/sh 172629 1726889035.85992: Set connection var ansible_connection to ssh 172629 1726889035.86008: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.86011: variable 'ansible_connection' from source: unknown 172629 1726889035.86013: variable 'ansible_module_compression' from source: unknown 172629 1726889035.86015: variable 'ansible_shell_type' from source: unknown 172629 1726889035.86018: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.86020: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.86025: variable 'ansible_pipelining' from source: unknown 172629 1726889035.86027: variable 'ansible_timeout' from source: unknown 172629 1726889035.86031: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.86137: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889035.86148: variable 'omit' from source: magic vars 172629 1726889035.86153: starting attempt loop 172629 1726889035.86158: running the handler 172629 1726889035.86365: variable '__fingerprint' from source: task vars 172629 1726889035.86371: variable 'storage_test_fstab' from source: set_fact 172629 1726889035.86394: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 172629 1726889035.86399: handler run complete 172629 1726889035.86413: attempt loop complete, returning result 172629 1726889035.86416: _execute() done 172629 1726889035.86418: dumping result to json 172629 1726889035.86421: done dumping result, returning 172629 1726889035.86426: done running TaskExecutor() for managed_node1/TASK: Verify fingerprint [0affc8a3-6f6f-d0a8-add8-000000003143] 172629 1726889035.86429: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003143 172629 1726889035.86511: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003143 172629 1726889035.86514: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889035.86560: no more pending results, returning what we have 172629 1726889035.86564: results queue empty 172629 1726889035.86565: checking for any_errors_fatal 172629 1726889035.86572: done checking for any_errors_fatal 172629 1726889035.86573: checking for max_fail_percentage 172629 1726889035.86574: done checking for max_fail_percentage 172629 1726889035.86575: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.86576: done checking to see if all hosts have failed 172629 1726889035.86577: getting the remaining hosts for this loop 172629 1726889035.86578: done getting the remaining hosts for this loop 172629 1726889035.86581: getting the next task for host managed_node1 172629 1726889035.86588: done getting next task for host managed_node1 172629 1726889035.86591: ^ task is: TASK: Clean up variables 172629 1726889035.86595: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889035.86599: getting variables 172629 1726889035.86600: in VariableManager get_vars() 172629 1726889035.86632: Calling all_inventory to load vars for managed_node1 172629 1726889035.86634: Calling groups_inventory to load vars for managed_node1 172629 1726889035.86637: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.86646: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.86649: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.86651: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.86994: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.87334: done with get_vars() 172629 1726889035.87343: done getting variables 172629 1726889035.87386: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up variables] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Friday 20 September 2024 23:23:55 -0400 (0:00:00.024) 0:02:16.154 ****** 172629 1726889035.87407: entering _queue_task() for managed_node1/set_fact 172629 1726889035.87599: worker is 1 (out of 1 available) 172629 1726889035.87612: exiting _queue_task() for managed_node1/set_fact 172629 1726889035.87625: done queuing things up, now waiting for results queue to drain 172629 1726889035.87626: waiting for pending results... 172629 1726889035.87801: running TaskExecutor() for managed_node1/TASK: Clean up variables 172629 1726889035.87896: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003144 172629 1726889035.87908: variable 'ansible_search_path' from source: unknown 172629 1726889035.87935: calling self._execute() 172629 1726889035.88021: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.88025: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.88035: variable 'omit' from source: magic vars 172629 1726889035.88117: variable 'omit' from source: magic vars 172629 1726889035.88158: variable 'omit' from source: magic vars 172629 1726889035.88187: variable 'omit' from source: magic vars 172629 1726889035.88219: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889035.88246: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889035.88268: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889035.88282: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.88293: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.88315: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889035.88318: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.88321: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.88393: Set connection var ansible_timeout to 10 172629 1726889035.88397: Set connection var ansible_shell_type to sh 172629 1726889035.88406: Set connection var ansible_pipelining to False 172629 1726889035.88408: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889035.88411: Set connection var ansible_shell_executable to /bin/sh 172629 1726889035.88413: Set connection var ansible_connection to ssh 172629 1726889035.88430: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.88433: variable 'ansible_connection' from source: unknown 172629 1726889035.88435: variable 'ansible_module_compression' from source: unknown 172629 1726889035.88438: variable 'ansible_shell_type' from source: unknown 172629 1726889035.88440: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.88443: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.88445: variable 'ansible_pipelining' from source: unknown 172629 1726889035.88447: variable 'ansible_timeout' from source: unknown 172629 1726889035.88452: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.88558: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889035.88569: variable 'omit' from source: magic vars 172629 1726889035.88574: starting attempt loop 172629 1726889035.88578: running the handler 172629 1726889035.88588: handler run complete 172629 1726889035.88597: attempt loop complete, returning result 172629 1726889035.88599: _execute() done 172629 1726889035.88602: dumping result to json 172629 1726889035.88604: done dumping result, returning 172629 1726889035.88611: done running TaskExecutor() for managed_node1/TASK: Clean up variables [0affc8a3-6f6f-d0a8-add8-000000003144] 172629 1726889035.88614: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003144 172629 1726889035.88694: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003144 172629 1726889035.88696: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } 172629 1726889035.88777: no more pending results, returning what we have 172629 1726889035.88779: results queue empty 172629 1726889035.88780: checking for any_errors_fatal 172629 1726889035.88785: done checking for any_errors_fatal 172629 1726889035.88786: checking for max_fail_percentage 172629 1726889035.88788: done checking for max_fail_percentage 172629 1726889035.88788: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.88789: done checking to see if all hosts have failed 172629 1726889035.88790: getting the remaining hosts for this loop 172629 1726889035.88791: done getting the remaining hosts for this loop 172629 1726889035.88794: getting the next task for host managed_node1 172629 1726889035.88802: done getting next task for host managed_node1 172629 1726889035.88804: ^ task is: TASK: Verify fs type 172629 1726889035.88809: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889035.88812: getting variables 172629 1726889035.88813: in VariableManager get_vars() 172629 1726889035.88843: Calling all_inventory to load vars for managed_node1 172629 1726889035.88845: Calling groups_inventory to load vars for managed_node1 172629 1726889035.88848: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.88857: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.88859: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.88862: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.89178: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.89511: done with get_vars() 172629 1726889035.89520: done getting variables 172629 1726889035.89561: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fs type] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Friday 20 September 2024 23:23:55 -0400 (0:00:00.021) 0:02:16.175 ****** 172629 1726889035.89585: entering _queue_task() for managed_node1/assert 172629 1726889035.89769: worker is 1 (out of 1 available) 172629 1726889035.89784: exiting _queue_task() for managed_node1/assert 172629 1726889035.89796: done queuing things up, now waiting for results queue to drain 172629 1726889035.89798: waiting for pending results... 172629 1726889035.89962: running TaskExecutor() for managed_node1/TASK: Verify fs type 172629 1726889035.90044: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003148 172629 1726889035.90057: variable 'ansible_search_path' from source: unknown 172629 1726889035.90085: calling self._execute() 172629 1726889035.90173: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.90177: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.90187: variable 'omit' from source: magic vars 172629 1726889035.90467: variable 'storage_test_volume' from source: include params 172629 1726889035.90491: Evaluated conditional (storage_test_volume.type != "stratis"): True 172629 1726889035.90568: variable 'storage_test_volume' from source: include params 172629 1726889035.90579: Evaluated conditional (storage_test_volume.fs_type): True 172629 1726889035.90643: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.90646: Evaluated conditional (_storage_test_volume_present): False 172629 1726889035.90649: when evaluation is False, skipping this task 172629 1726889035.90652: _execute() done 172629 1726889035.90654: dumping result to json 172629 1726889035.90661: done dumping result, returning 172629 1726889035.90668: done running TaskExecutor() for managed_node1/TASK: Verify fs type [0affc8a3-6f6f-d0a8-add8-000000003148] 172629 1726889035.90674: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003148 172629 1726889035.90758: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003148 172629 1726889035.90762: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889035.90826: no more pending results, returning what we have 172629 1726889035.90829: results queue empty 172629 1726889035.90830: checking for any_errors_fatal 172629 1726889035.90836: done checking for any_errors_fatal 172629 1726889035.90837: checking for max_fail_percentage 172629 1726889035.90838: done checking for max_fail_percentage 172629 1726889035.90839: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.90840: done checking to see if all hosts have failed 172629 1726889035.90841: getting the remaining hosts for this loop 172629 1726889035.90842: done getting the remaining hosts for this loop 172629 1726889035.90845: getting the next task for host managed_node1 172629 1726889035.90851: done getting next task for host managed_node1 172629 1726889035.90853: ^ task is: TASK: Verify fs label 172629 1726889035.90860: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889035.90863: getting variables 172629 1726889035.90865: in VariableManager get_vars() 172629 1726889035.90894: Calling all_inventory to load vars for managed_node1 172629 1726889035.90896: Calling groups_inventory to load vars for managed_node1 172629 1726889035.90899: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.90907: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.90909: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.90911: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.91218: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.91549: done with get_vars() 172629 1726889035.91562: done getting variables 172629 1726889035.91599: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify fs label] ********************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Friday 20 September 2024 23:23:55 -0400 (0:00:00.020) 0:02:16.196 ****** 172629 1726889035.91619: entering _queue_task() for managed_node1/assert 172629 1726889035.91802: worker is 1 (out of 1 available) 172629 1726889035.91814: exiting _queue_task() for managed_node1/assert 172629 1726889035.91827: done queuing things up, now waiting for results queue to drain 172629 1726889035.91828: waiting for pending results... 172629 1726889035.91992: running TaskExecutor() for managed_node1/TASK: Verify fs label 172629 1726889035.92076: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003149 172629 1726889035.92088: variable 'ansible_search_path' from source: unknown 172629 1726889035.92113: calling self._execute() 172629 1726889035.92201: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.92206: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.92215: variable 'omit' from source: magic vars 172629 1726889035.92488: variable 'storage_test_volume' from source: include params 172629 1726889035.92514: Evaluated conditional (storage_test_volume.type != "stratis"): True 172629 1726889035.92626: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889035.94049: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889035.94104: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889035.94132: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889035.94158: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889035.94180: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889035.94235: variable '_storage_test_volume_present' from source: set_fact 172629 1726889035.94247: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889035.94250: when evaluation is False, skipping this task 172629 1726889035.94253: _execute() done 172629 1726889035.94257: dumping result to json 172629 1726889035.94260: done dumping result, returning 172629 1726889035.94267: done running TaskExecutor() for managed_node1/TASK: Verify fs label [0affc8a3-6f6f-d0a8-add8-000000003149] 172629 1726889035.94271: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003149 172629 1726889035.94351: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003149 172629 1726889035.94355: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 172629 1726889035.94398: no more pending results, returning what we have 172629 1726889035.94402: results queue empty 172629 1726889035.94403: checking for any_errors_fatal 172629 1726889035.94413: done checking for any_errors_fatal 172629 1726889035.94413: checking for max_fail_percentage 172629 1726889035.94415: done checking for max_fail_percentage 172629 1726889035.94416: checking to see if all hosts have failed and the running result is not ok 172629 1726889035.94417: done checking to see if all hosts have failed 172629 1726889035.94417: getting the remaining hosts for this loop 172629 1726889035.94419: done getting the remaining hosts for this loop 172629 1726889035.94422: getting the next task for host managed_node1 172629 1726889035.94431: done getting next task for host managed_node1 172629 1726889035.94434: ^ task is: TASK: See whether the device node is present 172629 1726889035.94439: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889035.94444: getting variables 172629 1726889035.94445: in VariableManager get_vars() 172629 1726889035.94481: Calling all_inventory to load vars for managed_node1 172629 1726889035.94484: Calling groups_inventory to load vars for managed_node1 172629 1726889035.94487: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889035.94497: Calling all_plugins_play to load vars for managed_node1 172629 1726889035.94499: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889035.94502: Calling groups_plugins_play to load vars for managed_node1 172629 1726889035.94835: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889035.95169: done with get_vars() 172629 1726889035.95179: done getting variables TASK [See whether the device node is present] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Friday 20 September 2024 23:23:55 -0400 (0:00:00.036) 0:02:16.232 ****** 172629 1726889035.95240: entering _queue_task() for managed_node1/stat 172629 1726889035.95433: worker is 1 (out of 1 available) 172629 1726889035.95446: exiting _queue_task() for managed_node1/stat 172629 1726889035.95461: done queuing things up, now waiting for results queue to drain 172629 1726889035.95462: waiting for pending results... 172629 1726889035.95632: running TaskExecutor() for managed_node1/TASK: See whether the device node is present 172629 1726889035.95710: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000314d 172629 1726889035.95722: variable 'ansible_search_path' from source: unknown 172629 1726889035.95748: calling self._execute() 172629 1726889035.95839: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.95844: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.95852: variable 'omit' from source: magic vars 172629 1726889035.95935: variable 'omit' from source: magic vars 172629 1726889035.95979: variable 'omit' from source: magic vars 172629 1726889035.96141: variable 'storage_test_volume' from source: include params 172629 1726889035.96178: variable 'omit' from source: magic vars 172629 1726889035.96209: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889035.96237: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889035.96253: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889035.96270: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.96279: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889035.96301: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889035.96304: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.96306: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.96380: Set connection var ansible_timeout to 10 172629 1726889035.96384: Set connection var ansible_shell_type to sh 172629 1726889035.96391: Set connection var ansible_pipelining to False 172629 1726889035.96395: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889035.96400: Set connection var ansible_shell_executable to /bin/sh 172629 1726889035.96403: Set connection var ansible_connection to ssh 172629 1726889035.96417: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.96420: variable 'ansible_connection' from source: unknown 172629 1726889035.96423: variable 'ansible_module_compression' from source: unknown 172629 1726889035.96425: variable 'ansible_shell_type' from source: unknown 172629 1726889035.96428: variable 'ansible_shell_executable' from source: unknown 172629 1726889035.96430: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889035.96435: variable 'ansible_pipelining' from source: unknown 172629 1726889035.96437: variable 'ansible_timeout' from source: unknown 172629 1726889035.96441: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889035.96587: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 172629 1726889035.96595: variable 'omit' from source: magic vars 172629 1726889035.96600: starting attempt loop 172629 1726889035.96603: running the handler 172629 1726889035.96614: _low_level_execute_command(): starting 172629 1726889035.96621: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889035.97130: 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 <<< 172629 1726889035.97135: stderr 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 <<< 172629 1726889035.97138: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889035.97191: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889035.97194: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889035.97196: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889035.97262: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889035.98966: stdout chunk (state=3): >>>/root <<< 172629 1726889035.99068: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889035.99096: stderr chunk (state=3): >>><<< 172629 1726889035.99099: stdout chunk (state=3): >>><<< 172629 1726889035.99115: _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 172629 1726889035.99128: _low_level_execute_command(): starting 172629 1726889035.99134: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889035.991164-177548-163648288960276 `" && echo ansible-tmp-1726889035.991164-177548-163648288960276="` echo /root/.ansible/tmp/ansible-tmp-1726889035.991164-177548-163648288960276 `" ) && sleep 0' 172629 1726889035.99528: 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 <<< 172629 1726889035.99561: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889035.99565: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 172629 1726889035.99567: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889035.99569: 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 <<< 172629 1726889035.99577: stderr 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 <<< 172629 1726889035.99620: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889035.99624: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889035.99678: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889036.01561: stdout chunk (state=3): >>>ansible-tmp-1726889035.991164-177548-163648288960276=/root/.ansible/tmp/ansible-tmp-1726889035.991164-177548-163648288960276 <<< 172629 1726889036.01671: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889036.01693: stderr chunk (state=3): >>><<< 172629 1726889036.01696: stdout chunk (state=3): >>><<< 172629 1726889036.01711: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889035.991164-177548-163648288960276=/root/.ansible/tmp/ansible-tmp-1726889035.991164-177548-163648288960276 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889036.01751: variable 'ansible_module_compression' from source: unknown 172629 1726889036.01793: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 172629 1726889036.01817: variable 'ansible_facts' from source: unknown 172629 1726889036.01875: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889035.991164-177548-163648288960276/AnsiballZ_stat.py 172629 1726889036.01964: Sending initial data 172629 1726889036.01967: Sent initial data (154 bytes) 172629 1726889036.02606: 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' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889036.02630: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889036.02714: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889036.04349: 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 <<< 172629 1726889036.04354: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726889036.04393: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889036.04457: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp0e4hvk3q /root/.ansible/tmp/ansible-tmp-1726889035.991164-177548-163648288960276/AnsiballZ_stat.py <<< 172629 1726889036.04465: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889035.991164-177548-163648288960276/AnsiballZ_stat.py" <<< 172629 1726889036.04518: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp0e4hvk3q" to remote "/root/.ansible/tmp/ansible-tmp-1726889035.991164-177548-163648288960276/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889035.991164-177548-163648288960276/AnsiballZ_stat.py" <<< 172629 1726889036.05306: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889036.05383: stderr chunk (state=3): >>><<< 172629 1726889036.05387: stdout chunk (state=3): >>><<< 172629 1726889036.05405: done transferring module to remote 172629 1726889036.05423: _low_level_execute_command(): starting 172629 1726889036.05433: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889035.991164-177548-163648288960276/ /root/.ansible/tmp/ansible-tmp-1726889035.991164-177548-163648288960276/AnsiballZ_stat.py && sleep 0' 172629 1726889036.05840: 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 <<< 172629 1726889036.05844: stderr 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 <<< 172629 1726889036.05846: 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 <<< 172629 1726889036.05848: stderr 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 <<< 172629 1726889036.05899: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889036.05902: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889036.05952: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889036.07694: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889036.07715: stderr chunk (state=3): >>><<< 172629 1726889036.07718: stdout chunk (state=3): >>><<< 172629 1726889036.07728: _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 172629 1726889036.07731: _low_level_execute_command(): starting 172629 1726889036.07736: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889035.991164-177548-163648288960276/AnsiballZ_stat.py && sleep 0' 172629 1726889036.08129: 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 <<< 172629 1726889036.08132: stderr 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 <<< 172629 1726889036.08134: 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 <<< 172629 1726889036.08136: stderr 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 <<< 172629 1726889036.08189: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889036.08192: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889036.08249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889036.10369: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889036.10405: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889036.10436: stdout chunk (state=3): >>>import '_thread' # <<< 172629 1726889036.10441: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 172629 1726889036.10510: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726889036.10517: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726889036.10546: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889036.10579: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889036.10611: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726889036.10617: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 172629 1726889036.10670: 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' <<< 172629 1726889036.10695: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889036.10717: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889036.10750: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889036.10775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726889036.10781: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681d104d0> <<< 172629 1726889036.10796: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681cdfb30> <<< 172629 1726889036.10824: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 172629 1726889036.10827: 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 0x7fc681d12a50> <<< 172629 1726889036.10860: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889036.10878: stdout chunk (state=3): >>>import '_abc' # <<< 172629 1726889036.10883: stdout chunk (state=3): >>>import 'abc' # <<< 172629 1726889036.10902: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889036.10936: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889036.11022: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889036.11051: stdout chunk (state=3): >>>import 'genericpath' # <<< 172629 1726889036.11060: stdout chunk (state=3): >>>import 'posixpath' # <<< 172629 1726889036.11084: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889036.11109: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889036.11117: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726889036.11131: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726889036.11139: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726889036.11146: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889036.11179: 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' <<< 172629 1726889036.11207: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b05130> <<< 172629 1726889036.11268: 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 <<< 172629 1726889036.11277: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.11281: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b06120> <<< 172629 1726889036.11308: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889036.11335: 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. <<< 172629 1726889036.11563: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889036.11571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889036.11604: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726889036.11611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.11632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889036.11668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889036.11690: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889036.11712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889036.11732: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b42ea0> <<< 172629 1726889036.11743: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889036.11765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889036.11786: stdout chunk (state=3): >>>import '_operator' # <<< 172629 1726889036.11791: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b581a0> <<< 172629 1726889036.11808: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889036.11840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889036.11859: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889036.11907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.11923: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889036.11954: 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 0x7fc681b7ba40> <<< 172629 1726889036.11981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 172629 1726889036.11994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 172629 1726889036.11998: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b9c110> <<< 172629 1726889036.12011: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889036.12067: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b5bce0> <<< 172629 1726889036.12071: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889036.12103: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b59400> <<< 172629 1726889036.12194: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b411c0> <<< 172629 1726889036.12225: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889036.12237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889036.12258: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889036.12278: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889036.12306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889036.12321: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726889036.12333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726889036.12362: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b9f950> <<< 172629 1726889036.12385: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b9e570> <<< 172629 1726889036.12403: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726889036.12413: 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 0x7fc681b5a2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b430b0> <<< 172629 1726889036.12470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726889036.12485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681bcc9e0> <<< 172629 1726889036.12488: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b40440> <<< 172629 1726889036.12509: 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' <<< 172629 1726889036.12542: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.12550: 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 0x7fc681bcce90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681bccd40> <<< 172629 1726889036.12598: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.12604: 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 0x7fc681bcd130> <<< 172629 1726889036.12605: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b3ef60> <<< 172629 1726889036.12636: 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' <<< 172629 1726889036.12657: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889036.12688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889036.12708: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681bcd820> <<< 172629 1726889036.12720: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681bcd4f0> import 'importlib.machinery' # <<< 172629 1726889036.12758: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 172629 1726889036.12762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 172629 1726889036.12772: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681bce720> <<< 172629 1726889036.12787: stdout chunk (state=3): >>>import 'importlib.util' # <<< 172629 1726889036.12792: stdout chunk (state=3): >>>import 'runpy' # <<< 172629 1726889036.12824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889036.12849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889036.12879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 172629 1726889036.12884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681be8920> <<< 172629 1726889036.12899: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889036.12935: 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' <<< 172629 1726889036.12949: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc681bea030> <<< 172629 1726889036.12968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889036.12971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726889036.12994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726889036.13006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726889036.13011: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681beaed0> <<< 172629 1726889036.13060: 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 0x7fc681beb530> <<< 172629 1726889036.13064: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681bea420> <<< 172629 1726889036.13082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889036.13100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726889036.13134: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.13142: 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 0x7fc681bebef0> <<< 172629 1726889036.13161: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681beb620> <<< 172629 1726889036.13198: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681bce750> <<< 172629 1726889036.13224: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889036.13241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889036.13272: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889036.13282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889036.13316: 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 0x7fc681973d40> <<< 172629 1726889036.13344: 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' <<< 172629 1726889036.13379: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.13381: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc68199c890> <<< 172629 1726889036.13407: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68199c5f0> # 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 0x7fc68199c8c0> <<< 172629 1726889036.13432: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 172629 1726889036.13502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 172629 1726889036.13507: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.13639: 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 0x7fc68199d1f0> <<< 172629 1726889036.13751: 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' <<< 172629 1726889036.13759: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc68199db50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68199caa0> <<< 172629 1726889036.13780: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681971ee0> <<< 172629 1726889036.13802: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889036.13825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889036.13843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726889036.13863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726889036.13868: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68199ef30> <<< 172629 1726889036.13893: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68199dc70> <<< 172629 1726889036.13907: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681bcee40> <<< 172629 1726889036.13938: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889036.13993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.14014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889036.14057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889036.14084: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6819c72c0> <<< 172629 1726889036.14139: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889036.14157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.14171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889036.14196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889036.14232: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6819eb680> <<< 172629 1726889036.14260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889036.14300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889036.14352: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889036.14376: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 172629 1726889036.14380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681a4c470> <<< 172629 1726889036.14397: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889036.14428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889036.14452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889036.14493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889036.14579: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681a4ebd0> <<< 172629 1726889036.14651: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681a4c590> <<< 172629 1726889036.14688: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681a11460> <<< 172629 1726889036.14713: 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 0x7fc681329580> <<< 172629 1726889036.14738: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6819ea4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68199fe90> <<< 172629 1726889036.14843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889036.14863: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc681329820> <<< 172629 1726889036.15028: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_h5pe1jl9/ansible_stat_payload.zip' <<< 172629 1726889036.15031: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.15161: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.15184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889036.15200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889036.15238: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889036.15314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889036.15344: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 172629 1726889036.15348: 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 0x7fc68137b2f0> <<< 172629 1726889036.15350: stdout chunk (state=3): >>>import '_typing' # <<< 172629 1726889036.15539: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68135e1e0> <<< 172629 1726889036.15542: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68135d340> <<< 172629 1726889036.15550: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.15570: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889036.15589: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.15592: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.15618: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.15621: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889036.15644: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.17024: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.18137: 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' <<< 172629 1726889036.18143: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6813791c0> <<< 172629 1726889036.18168: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726889036.18174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.18191: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726889036.18213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726889036.18225: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 172629 1726889036.18233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 172629 1726889036.18258: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.18261: 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 0x7fc6813a6c90> <<< 172629 1726889036.18292: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6813a6a20> <<< 172629 1726889036.18326: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6813a6330> <<< 172629 1726889036.18346: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889036.18354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726889036.18390: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6813a6e40> <<< 172629 1726889036.18396: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68137bd10> import 'atexit' # <<< 172629 1726889036.18427: 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 0x7fc6813a7a10> <<< 172629 1726889036.18453: 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 0x7fc6813a7c50> <<< 172629 1726889036.18479: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889036.18516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889036.18534: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889036.18573: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6813cc140> <<< 172629 1726889036.18586: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889036.18601: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889036.18628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889036.18665: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681215ee0> <<< 172629 1726889036.18687: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.18692: 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 0x7fc681217ad0> <<< 172629 1726889036.18719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889036.18722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889036.18772: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68121c4d0> <<< 172629 1726889036.18777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889036.18812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889036.18823: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68121d3d0> <<< 172629 1726889036.18845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889036.18879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 172629 1726889036.18898: 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' <<< 172629 1726889036.18958: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6812200e0> <<< 172629 1726889036.18993: 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'<<< 172629 1726889036.19002: stdout chunk (state=3): >>> import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc681220230> <<< 172629 1726889036.19008: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68121e390> <<< 172629 1726889036.19033: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889036.19053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889036.19078: 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' <<< 172629 1726889036.19103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889036.19127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889036.19150: 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' <<< 172629 1726889036.19169: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681223f50> <<< 172629 1726889036.19172: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889036.19241: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681222ae0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681222840> <<< 172629 1726889036.19264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726889036.19267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726889036.19344: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681222db0> <<< 172629 1726889036.19369: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68121e8a0> <<< 172629 1726889036.19396: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.19401: 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 0x7fc681268170> <<< 172629 1726889036.19430: 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 0x7fc6812683e0> <<< 172629 1726889036.19451: 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 <<< 172629 1726889036.19466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889036.19487: 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' <<< 172629 1726889036.19535: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.19539: 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 0x7fc681269e80> <<< 172629 1726889036.19542: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681269c40> <<< 172629 1726889036.19548: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889036.19648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889036.19694: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.19697: 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 0x7fc68126c3b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68126a540> <<< 172629 1726889036.19725: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889036.19758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.19781: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726889036.19794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726889036.19797: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726889036.19838: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68126fb90> <<< 172629 1726889036.19963: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68126c560> <<< 172629 1726889036.20016: 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' <<< 172629 1726889036.20021: 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 0x7fc681270890> <<< 172629 1726889036.20048: 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' <<< 172629 1726889036.20051: 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 0x7fc681270da0> <<< 172629 1726889036.20089: 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' <<< 172629 1726889036.20097: 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 0x7fc681270b60> <<< 172629 1726889036.20103: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6812685c0> <<< 172629 1726889036.20125: 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' <<< 172629 1726889036.20146: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889036.20168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889036.20192: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.20213: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.20219: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6812fc410> <<< 172629 1726889036.20361: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.20364: 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 0x7fc6812fd790> <<< 172629 1726889036.20377: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681272ba0> <<< 172629 1726889036.20406: 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' <<< 172629 1726889036.20410: 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 0x7fc681273f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6812727e0> <<< 172629 1726889036.20430: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.20447: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 172629 1726889036.20469: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.20549: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.20646: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889036.20651: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 172629 1726889036.20674: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.20688: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889036.20703: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.20817: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.20934: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.21449: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.21980: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 172629 1726889036.21986: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 172629 1726889036.22014: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889036.22025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.22075: 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 0x7fc6811019a0> <<< 172629 1726889036.22158: 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' <<< 172629 1726889036.22176: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681102750> <<< 172629 1726889036.22180: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6812fd8e0> <<< 172629 1726889036.22233: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889036.22238: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.22266: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.22279: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726889036.22287: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.22428: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.22583: 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' <<< 172629 1726889036.22588: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681102630> <<< 172629 1726889036.22601: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.23045: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.23478: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.23551: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.23627: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889036.23633: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.23670: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.23705: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889036.23716: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.23780: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.23865: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889036.23873: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.23889: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.23896: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 172629 1726889036.23905: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.23949: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.23978: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889036.23996: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.24214: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.24443: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889036.24498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889036.24511: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889036.24578: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681103890> <<< 172629 1726889036.24581: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.24652: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.24727: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726889036.24730: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726889036.24742: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726889036.24766: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.24804: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.24844: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889036.24849: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.24901: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.24937: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.24992: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.25062: 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 <<< 172629 1726889036.25095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.25170: 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 0x7fc68110e3c0> <<< 172629 1726889036.25203: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681109a30> <<< 172629 1726889036.25236: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726889036.25240: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 172629 1726889036.25242: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.25307: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.25368: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.25395: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.25440: 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 <<< 172629 1726889036.25453: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.25463: 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 <<< 172629 1726889036.25484: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889036.25500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889036.25567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889036.25570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889036.25595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889036.25643: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681202a80> <<< 172629 1726889036.25686: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6813e2750> <<< 172629 1726889036.25768: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68110e120> <<< 172629 1726889036.25773: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681271af0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 172629 1726889036.25809: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.25832: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 172629 1726889036.25837: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889036.25885: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889036.25913: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 172629 1726889036.25916: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 172629 1726889036.25931: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.26062: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.26241: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.27053: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/sdb", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 458, "dev": 6, "nlink": 1, "atime": 1726889024.8113806, "mtime": 1726889024.8113806, "ctime": 1726889024.8113806, "wusr": true, "rusr": true, "xusr": false, "wgrp": true, "rgrp": true, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 2064, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/blockdevice", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/sdb", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 172629 1726889036.27079: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889036.27458: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks <<< 172629 1726889036.27483: 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 <<< 172629 1726889036.27522: stdout chunk (state=3): >>># cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io <<< 172629 1726889036.27531: stdout chunk (state=3): >>># cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct <<< 172629 1726889036.27553: stdout chunk (state=3): >>># cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil <<< 172629 1726889036.27563: stdout chunk (state=3): >>># cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib <<< 172629 1726889036.27575: stdout chunk (state=3): >>># cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils <<< 172629 1726889036.27596: stdout chunk (state=3): >>># destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize <<< 172629 1726889036.27616: 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 <<< 172629 1726889036.27624: stdout chunk (state=3): >>># cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # 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 <<< 172629 1726889036.27641: stdout chunk (state=3): >>># cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings<<< 172629 1726889036.27668: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # 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 <<< 172629 1726889036.27671: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 172629 1726889036.27925: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889036.27932: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 172629 1726889036.27960: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 172629 1726889036.27978: stdout chunk (state=3): >>># destroy _blake2 <<< 172629 1726889036.27987: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726889036.28003: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 172629 1726889036.28009: stdout chunk (state=3): >>># destroy fnmatch # destroy ipaddress <<< 172629 1726889036.28049: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889036.28060: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 172629 1726889036.28076: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 172629 1726889036.28090: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 172629 1726889036.28099: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 172629 1726889036.28120: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 172629 1726889036.28128: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 172629 1726889036.28150: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 172629 1726889036.28169: stdout chunk (state=3): >>># destroy array <<< 172629 1726889036.28185: stdout chunk (state=3): >>># destroy datetime <<< 172629 1726889036.28198: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro <<< 172629 1726889036.28203: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 172629 1726889036.28242: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 172629 1726889036.28245: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 172629 1726889036.28282: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 172629 1726889036.28286: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize <<< 172629 1726889036.28297: 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 # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect <<< 172629 1726889036.28312: stdout chunk (state=3): >>># cleanup[3] wiping math # cleanup[3] wiping warnings <<< 172629 1726889036.28325: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 172629 1726889036.28339: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools <<< 172629 1726889036.28351: stdout chunk (state=3): >>># cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 172629 1726889036.28379: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 172629 1726889036.28383: 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 <<< 172629 1726889036.28405: stdout chunk (state=3): >>># cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 172629 1726889036.28410: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726889036.28541: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726889036.28545: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726889036.28560: stdout chunk (state=3): >>># destroy _collections <<< 172629 1726889036.28586: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 172629 1726889036.28590: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 172629 1726889036.28617: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 172629 1726889036.28643: stdout chunk (state=3): >>># destroy _typing <<< 172629 1726889036.28661: stdout chunk (state=3): >>># destroy _tokenize <<< 172629 1726889036.28672: 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 <<< 172629 1726889036.28680: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 172629 1726889036.28776: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 172629 1726889036.28783: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 172629 1726889036.28799: stdout chunk (state=3): >>># destroy time <<< 172629 1726889036.28813: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 172629 1726889036.28826: stdout chunk (state=3): >>># destroy _hashlib <<< 172629 1726889036.28859: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 172629 1726889036.28863: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 172629 1726889036.28880: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 172629 1726889036.29194: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889036.29227: stderr chunk (state=3): >>><<< 172629 1726889036.29233: stdout chunk (state=3): >>><<< 172629 1726889036.29304: _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 0x7fc681d104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681cdfb30> # /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 0x7fc681d12a50> 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 0x7fc681b05130> # /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 0x7fc681b06120> 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 0x7fc681b42ea0> # /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 0x7fc681b581a0> # /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 0x7fc681b7ba40> # /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 0x7fc681b9c110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b5bce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b59400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b411c0> # /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 0x7fc681b9f950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b9e570> # /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 0x7fc681b5a2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b430b0> # /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 0x7fc681bcc9e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b40440> # /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 0x7fc681bcce90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681bccd40> # 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 0x7fc681bcd130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681b3ef60> # /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 0x7fc681bcd820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681bcd4f0> 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 0x7fc681bce720> 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 0x7fc681be8920> 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 0x7fc681bea030> # /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 0x7fc681beaed0> # 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 0x7fc681beb530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681bea420> # /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 0x7fc681bebef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681beb620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681bce750> # /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 0x7fc681973d40> # /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 0x7fc68199c890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68199c5f0> # 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 0x7fc68199c8c0> # /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 0x7fc68199d1f0> # 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 0x7fc68199db50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68199caa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681971ee0> # /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 0x7fc68199ef30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68199dc70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681bcee40> # /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 0x7fc6819c72c0> # /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 0x7fc6819eb680> # /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 0x7fc681a4c470> # /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 0x7fc681a4ebd0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681a4c590> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681a11460> # /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 0x7fc681329580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6819ea4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68199fe90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc681329820> # zipimport: found 30 names in '/tmp/ansible_stat_payload_h5pe1jl9/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 0x7fc68137b2f0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68135e1e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68135d340> # 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 0x7fc6813791c0> # /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 0x7fc6813a6c90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6813a6a20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6813a6330> # /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 0x7fc6813a6e40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68137bd10> 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 0x7fc6813a7a10> # 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 0x7fc6813a7c50> # /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 0x7fc6813cc140> 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 0x7fc681215ee0> # 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 0x7fc681217ad0> # /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 0x7fc68121c4d0> # /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 0x7fc68121d3d0> # /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 0x7fc6812200e0> # 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 0x7fc681220230> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68121e390> # /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 0x7fc681223f50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681222ae0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681222840> # /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 0x7fc681222db0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68121e8a0> # 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 0x7fc681268170> # /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 0x7fc6812683e0> # /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 0x7fc681269e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681269c40> # /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 0x7fc68126c3b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68126a540> # /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 0x7fc68126fb90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68126c560> # 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 0x7fc681270890> # 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 0x7fc681270da0> # 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 0x7fc681270b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6812685c0> # /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 0x7fc6812fc410> # 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 0x7fc6812fd790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681272ba0> # 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 0x7fc681273f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6812727e0> # 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 0x7fc6811019a0> # /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 0x7fc681102750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6812fd8e0> 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 0x7fc681102630> # 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 0x7fc681103890> # 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 0x7fc68110e3c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681109a30> 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 0x7fc681202a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6813e2750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc68110e120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc681271af0> # 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": "/dev/sdb", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 458, "dev": 6, "nlink": 1, "atime": 1726889024.8113806, "mtime": 1726889024.8113806, "ctime": 1726889024.8113806, "wusr": true, "rusr": true, "xusr": false, "wgrp": true, "rgrp": true, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 2064, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/blockdevice", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/sdb", "follow": true, "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. 172629 1726889036.29850: done with _execute_module (stat, {'path': '/dev/sdb', 'follow': 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': '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-1726889035.991164-177548-163648288960276/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889036.29853: _low_level_execute_command(): starting 172629 1726889036.29860: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889035.991164-177548-163648288960276/ > /dev/null 2>&1 && sleep 0' 172629 1726889036.30000: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889036.30004: 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 <<< 172629 1726889036.30006: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889036.30009: 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 <<< 172629 1726889036.30011: stderr 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 <<< 172629 1726889036.30021: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889036.30047: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889036.30071: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889036.30116: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889036.31931: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889036.31960: stderr chunk (state=3): >>><<< 172629 1726889036.31963: stdout chunk (state=3): >>><<< 172629 1726889036.31974: _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 172629 1726889036.31980: handler run complete 172629 1726889036.32012: attempt loop complete, returning result 172629 1726889036.32015: _execute() done 172629 1726889036.32018: dumping result to json 172629 1726889036.32023: done dumping result, returning 172629 1726889036.32031: done running TaskExecutor() for managed_node1/TASK: See whether the device node is present [0affc8a3-6f6f-d0a8-add8-00000000314d] 172629 1726889036.32038: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000314d 172629 1726889036.32138: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000314d 172629 1726889036.32143: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726889024.8113806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726889024.8113806, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 458, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1726889024.8113806, "nlink": 1, "path": "/dev/sdb", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 172629 1726889036.32230: no more pending results, returning what we have 172629 1726889036.32233: results queue empty 172629 1726889036.32234: checking for any_errors_fatal 172629 1726889036.32241: done checking for any_errors_fatal 172629 1726889036.32241: checking for max_fail_percentage 172629 1726889036.32244: done checking for max_fail_percentage 172629 1726889036.32245: checking to see if all hosts have failed and the running result is not ok 172629 1726889036.32245: done checking to see if all hosts have failed 172629 1726889036.32246: getting the remaining hosts for this loop 172629 1726889036.32248: done getting the remaining hosts for this loop 172629 1726889036.32251: getting the next task for host managed_node1 172629 1726889036.32268: done getting next task for host managed_node1 172629 1726889036.32272: ^ task is: TASK: Verify the presence/absence of the device node 172629 1726889036.32277: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889036.32280: getting variables 172629 1726889036.32282: in VariableManager get_vars() 172629 1726889036.32320: Calling all_inventory to load vars for managed_node1 172629 1726889036.32322: Calling groups_inventory to load vars for managed_node1 172629 1726889036.32330: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889036.32340: Calling all_plugins_play to load vars for managed_node1 172629 1726889036.32343: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889036.32345: Calling groups_plugins_play to load vars for managed_node1 172629 1726889036.32718: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889036.33049: done with get_vars() 172629 1726889036.33066: done getting variables 172629 1726889036.33108: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Friday 20 September 2024 23:23:56 -0400 (0:00:00.378) 0:02:16.611 ****** 172629 1726889036.33133: entering _queue_task() for managed_node1/assert 172629 1726889036.33367: worker is 1 (out of 1 available) 172629 1726889036.33381: exiting _queue_task() for managed_node1/assert 172629 1726889036.33395: done queuing things up, now waiting for results queue to drain 172629 1726889036.33396: waiting for pending results... 172629 1726889036.33579: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node 172629 1726889036.33663: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000314e 172629 1726889036.33674: variable 'ansible_search_path' from source: unknown 172629 1726889036.33702: calling self._execute() 172629 1726889036.33796: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889036.33801: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889036.33810: variable 'omit' from source: magic vars 172629 1726889036.34115: variable '_storage_test_volume_present' from source: set_fact 172629 1726889036.34119: variable 'storage_test_volume' from source: include params 172629 1726889036.34145: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 172629 1726889036.34150: variable 'omit' from source: magic vars 172629 1726889036.34195: variable 'omit' from source: magic vars 172629 1726889036.34269: variable 'storage_test_volume' from source: include params 172629 1726889036.34300: variable 'omit' from source: magic vars 172629 1726889036.34331: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889036.34361: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889036.34376: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889036.34392: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889036.34402: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889036.34425: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889036.34428: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889036.34431: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889036.34503: Set connection var ansible_timeout to 10 172629 1726889036.34506: Set connection var ansible_shell_type to sh 172629 1726889036.34513: Set connection var ansible_pipelining to False 172629 1726889036.34519: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889036.34523: Set connection var ansible_shell_executable to /bin/sh 172629 1726889036.34526: Set connection var ansible_connection to ssh 172629 1726889036.34541: variable 'ansible_shell_executable' from source: unknown 172629 1726889036.34544: variable 'ansible_connection' from source: unknown 172629 1726889036.34546: variable 'ansible_module_compression' from source: unknown 172629 1726889036.34550: variable 'ansible_shell_type' from source: unknown 172629 1726889036.34552: variable 'ansible_shell_executable' from source: unknown 172629 1726889036.34557: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889036.34560: variable 'ansible_pipelining' from source: unknown 172629 1726889036.34562: variable 'ansible_timeout' from source: unknown 172629 1726889036.34565: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889036.34668: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889036.34677: variable 'omit' from source: magic vars 172629 1726889036.34681: starting attempt loop 172629 1726889036.34684: running the handler 172629 1726889036.34794: variable 'storage_test_dev' from source: set_fact 172629 1726889036.34808: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 172629 1726889036.34813: handler run complete 172629 1726889036.34829: attempt loop complete, returning result 172629 1726889036.34831: _execute() done 172629 1726889036.34834: dumping result to json 172629 1726889036.34836: done dumping result, returning 172629 1726889036.34842: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-d0a8-add8-00000000314e] 172629 1726889036.34847: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000314e 172629 1726889036.34929: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000314e 172629 1726889036.34932: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889036.34984: no more pending results, returning what we have 172629 1726889036.34987: results queue empty 172629 1726889036.34988: checking for any_errors_fatal 172629 1726889036.35000: done checking for any_errors_fatal 172629 1726889036.35000: checking for max_fail_percentage 172629 1726889036.35002: done checking for max_fail_percentage 172629 1726889036.35003: checking to see if all hosts have failed and the running result is not ok 172629 1726889036.35004: done checking to see if all hosts have failed 172629 1726889036.35005: getting the remaining hosts for this loop 172629 1726889036.35007: done getting the remaining hosts for this loop 172629 1726889036.35010: getting the next task for host managed_node1 172629 1726889036.35016: done getting next task for host managed_node1 172629 1726889036.35018: ^ task is: TASK: Verify the presence/absence of the device node 172629 1726889036.35022: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889036.35026: getting variables 172629 1726889036.35027: in VariableManager get_vars() 172629 1726889036.35071: Calling all_inventory to load vars for managed_node1 172629 1726889036.35074: Calling groups_inventory to load vars for managed_node1 172629 1726889036.35077: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889036.35085: Calling all_plugins_play to load vars for managed_node1 172629 1726889036.35088: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889036.35090: Calling groups_plugins_play to load vars for managed_node1 172629 1726889036.35416: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889036.36007: done with get_vars() 172629 1726889036.36017: done getting variables 172629 1726889036.36061: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Friday 20 September 2024 23:23:56 -0400 (0:00:00.029) 0:02:16.640 ****** 172629 1726889036.36087: entering _queue_task() for managed_node1/assert 172629 1726889036.36288: worker is 1 (out of 1 available) 172629 1726889036.36302: exiting _queue_task() for managed_node1/assert 172629 1726889036.36316: done queuing things up, now waiting for results queue to drain 172629 1726889036.36317: waiting for pending results... 172629 1726889036.36492: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node 172629 1726889036.36591: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000314f 172629 1726889036.36604: variable 'ansible_search_path' from source: unknown 172629 1726889036.36631: calling self._execute() 172629 1726889036.36720: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889036.36727: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889036.36737: variable 'omit' from source: magic vars 172629 1726889036.37046: variable '_storage_test_volume_present' from source: set_fact 172629 1726889036.37050: variable 'storage_test_volume' from source: include params 172629 1726889036.37078: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 172629 1726889036.37081: when evaluation is False, skipping this task 172629 1726889036.37086: _execute() done 172629 1726889036.37090: dumping result to json 172629 1726889036.37092: done dumping result, returning 172629 1726889036.37095: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-d0a8-add8-00000000314f] 172629 1726889036.37098: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000314f 172629 1726889036.37195: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000314f 172629 1726889036.37198: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 172629 1726889036.37260: no more pending results, returning what we have 172629 1726889036.37263: results queue empty 172629 1726889036.37264: checking for any_errors_fatal 172629 1726889036.37269: done checking for any_errors_fatal 172629 1726889036.37270: checking for max_fail_percentage 172629 1726889036.37271: done checking for max_fail_percentage 172629 1726889036.37272: checking to see if all hosts have failed and the running result is not ok 172629 1726889036.37273: done checking to see if all hosts have failed 172629 1726889036.37273: getting the remaining hosts for this loop 172629 1726889036.37275: done getting the remaining hosts for this loop 172629 1726889036.37278: getting the next task for host managed_node1 172629 1726889036.37284: done getting next task for host managed_node1 172629 1726889036.37287: ^ task is: TASK: Make sure we got info about this volume 172629 1726889036.37292: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889036.37296: getting variables 172629 1726889036.37297: in VariableManager get_vars() 172629 1726889036.37328: Calling all_inventory to load vars for managed_node1 172629 1726889036.37331: Calling groups_inventory to load vars for managed_node1 172629 1726889036.37333: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889036.37342: Calling all_plugins_play to load vars for managed_node1 172629 1726889036.37344: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889036.37347: Calling groups_plugins_play to load vars for managed_node1 172629 1726889036.41374: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889036.41697: done with get_vars() 172629 1726889036.41707: done getting variables 172629 1726889036.41741: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Friday 20 September 2024 23:23:56 -0400 (0:00:00.056) 0:02:16.697 ****** 172629 1726889036.41764: entering _queue_task() for managed_node1/assert 172629 1726889036.42032: worker is 1 (out of 1 available) 172629 1726889036.42046: exiting _queue_task() for managed_node1/assert 172629 1726889036.42062: done queuing things up, now waiting for results queue to drain 172629 1726889036.42064: waiting for pending results... 172629 1726889036.42250: running TaskExecutor() for managed_node1/TASK: Make sure we got info about this volume 172629 1726889036.42369: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003150 172629 1726889036.42380: variable 'ansible_search_path' from source: unknown 172629 1726889036.42413: calling self._execute() 172629 1726889036.42503: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889036.42510: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889036.42522: variable 'omit' from source: magic vars 172629 1726889036.42781: variable '_storage_test_volume_present' from source: set_fact 172629 1726889036.42788: Evaluated conditional (_storage_test_volume_present): False 172629 1726889036.42793: when evaluation is False, skipping this task 172629 1726889036.42796: _execute() done 172629 1726889036.42798: dumping result to json 172629 1726889036.42801: done dumping result, returning 172629 1726889036.42807: done running TaskExecutor() for managed_node1/TASK: Make sure we got info about this volume [0affc8a3-6f6f-d0a8-add8-000000003150] 172629 1726889036.42812: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003150 172629 1726889036.42905: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003150 172629 1726889036.42909: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889036.42963: no more pending results, returning what we have 172629 1726889036.42966: results queue empty 172629 1726889036.42968: checking for any_errors_fatal 172629 1726889036.42979: done checking for any_errors_fatal 172629 1726889036.42979: checking for max_fail_percentage 172629 1726889036.42981: done checking for max_fail_percentage 172629 1726889036.42982: checking to see if all hosts have failed and the running result is not ok 172629 1726889036.42983: done checking to see if all hosts have failed 172629 1726889036.42983: getting the remaining hosts for this loop 172629 1726889036.42985: done getting the remaining hosts for this loop 172629 1726889036.42989: getting the next task for host managed_node1 172629 1726889036.42997: done getting next task for host managed_node1 172629 1726889036.43000: ^ task is: TASK: Process volume type (set initial value) (1/2) 172629 1726889036.43005: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889036.43008: getting variables 172629 1726889036.43010: in VariableManager get_vars() 172629 1726889036.43050: Calling all_inventory to load vars for managed_node1 172629 1726889036.43052: Calling groups_inventory to load vars for managed_node1 172629 1726889036.43059: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889036.43070: Calling all_plugins_play to load vars for managed_node1 172629 1726889036.43073: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889036.43075: Calling groups_plugins_play to load vars for managed_node1 172629 1726889036.43427: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889036.43773: done with get_vars() 172629 1726889036.43784: done getting variables 172629 1726889036.43826: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Friday 20 September 2024 23:23:56 -0400 (0:00:00.020) 0:02:16.718 ****** 172629 1726889036.43850: entering _queue_task() for managed_node1/set_fact 172629 1726889036.44073: worker is 1 (out of 1 available) 172629 1726889036.44087: exiting _queue_task() for managed_node1/set_fact 172629 1726889036.44102: done queuing things up, now waiting for results queue to drain 172629 1726889036.44103: waiting for pending results... 172629 1726889036.44286: running TaskExecutor() for managed_node1/TASK: Process volume type (set initial value) (1/2) 172629 1726889036.44392: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003151 172629 1726889036.44404: variable 'ansible_search_path' from source: unknown 172629 1726889036.44432: calling self._execute() 172629 1726889036.44514: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889036.44519: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889036.44529: variable 'omit' from source: magic vars 172629 1726889036.44611: variable 'omit' from source: magic vars 172629 1726889036.44652: variable 'omit' from source: magic vars 172629 1726889036.44825: variable 'storage_test_volume' from source: include params 172629 1726889036.44862: variable 'omit' from source: magic vars 172629 1726889036.44894: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889036.44922: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889036.44941: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889036.44959: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889036.44966: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889036.44991: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889036.44994: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889036.44997: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889036.45068: Set connection var ansible_timeout to 10 172629 1726889036.45072: Set connection var ansible_shell_type to sh 172629 1726889036.45078: Set connection var ansible_pipelining to False 172629 1726889036.45083: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889036.45088: Set connection var ansible_shell_executable to /bin/sh 172629 1726889036.45092: Set connection var ansible_connection to ssh 172629 1726889036.45109: variable 'ansible_shell_executable' from source: unknown 172629 1726889036.45112: variable 'ansible_connection' from source: unknown 172629 1726889036.45114: variable 'ansible_module_compression' from source: unknown 172629 1726889036.45117: variable 'ansible_shell_type' from source: unknown 172629 1726889036.45120: variable 'ansible_shell_executable' from source: unknown 172629 1726889036.45122: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889036.45127: variable 'ansible_pipelining' from source: unknown 172629 1726889036.45129: variable 'ansible_timeout' from source: unknown 172629 1726889036.45132: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889036.45234: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889036.45243: variable 'omit' from source: magic vars 172629 1726889036.45249: starting attempt loop 172629 1726889036.45252: running the handler 172629 1726889036.45267: handler run complete 172629 1726889036.45275: attempt loop complete, returning result 172629 1726889036.45278: _execute() done 172629 1726889036.45280: dumping result to json 172629 1726889036.45283: done dumping result, returning 172629 1726889036.45288: done running TaskExecutor() for managed_node1/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-d0a8-add8-000000003151] 172629 1726889036.45293: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003151 172629 1726889036.45381: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003151 172629 1726889036.45384: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } 172629 1726889036.45469: no more pending results, returning what we have 172629 1726889036.45471: results queue empty 172629 1726889036.45472: checking for any_errors_fatal 172629 1726889036.45477: done checking for any_errors_fatal 172629 1726889036.45477: checking for max_fail_percentage 172629 1726889036.45479: done checking for max_fail_percentage 172629 1726889036.45479: checking to see if all hosts have failed and the running result is not ok 172629 1726889036.45480: done checking to see if all hosts have failed 172629 1726889036.45481: getting the remaining hosts for this loop 172629 1726889036.45482: done getting the remaining hosts for this loop 172629 1726889036.45485: getting the next task for host managed_node1 172629 1726889036.45491: done getting next task for host managed_node1 172629 1726889036.45500: ^ task is: TASK: Process volume type (get RAID value) (2/2) 172629 1726889036.45505: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889036.45508: getting variables 172629 1726889036.45509: in VariableManager get_vars() 172629 1726889036.45538: Calling all_inventory to load vars for managed_node1 172629 1726889036.45540: Calling groups_inventory to load vars for managed_node1 172629 1726889036.45543: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889036.45551: Calling all_plugins_play to load vars for managed_node1 172629 1726889036.45557: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889036.45560: Calling groups_plugins_play to load vars for managed_node1 172629 1726889036.45873: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889036.46211: done with get_vars() 172629 1726889036.46220: done getting variables 172629 1726889036.46262: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Friday 20 September 2024 23:23:56 -0400 (0:00:00.024) 0:02:16.742 ****** 172629 1726889036.46284: entering _queue_task() for managed_node1/set_fact 172629 1726889036.46484: worker is 1 (out of 1 available) 172629 1726889036.46497: exiting _queue_task() for managed_node1/set_fact 172629 1726889036.46511: done queuing things up, now waiting for results queue to drain 172629 1726889036.46512: waiting for pending results... 172629 1726889036.46686: running TaskExecutor() for managed_node1/TASK: Process volume type (get RAID value) (2/2) 172629 1726889036.46787: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003152 172629 1726889036.46798: variable 'ansible_search_path' from source: unknown 172629 1726889036.46824: calling self._execute() 172629 1726889036.46910: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889036.46916: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889036.46926: variable 'omit' from source: magic vars 172629 1726889036.47202: variable 'storage_test_volume' from source: include params 172629 1726889036.47227: Evaluated conditional (storage_test_volume.type == "raid"): False 172629 1726889036.47231: when evaluation is False, skipping this task 172629 1726889036.47234: _execute() done 172629 1726889036.47237: dumping result to json 172629 1726889036.47240: done dumping result, returning 172629 1726889036.47243: done running TaskExecutor() for managed_node1/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-d0a8-add8-000000003152] 172629 1726889036.47249: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003152 172629 1726889036.47335: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003152 172629 1726889036.47338: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 172629 1726889036.47387: no more pending results, returning what we have 172629 1726889036.47390: results queue empty 172629 1726889036.47391: checking for any_errors_fatal 172629 1726889036.47396: done checking for any_errors_fatal 172629 1726889036.47397: checking for max_fail_percentage 172629 1726889036.47399: done checking for max_fail_percentage 172629 1726889036.47400: checking to see if all hosts have failed and the running result is not ok 172629 1726889036.47401: done checking to see if all hosts have failed 172629 1726889036.47401: getting the remaining hosts for this loop 172629 1726889036.47403: done getting the remaining hosts for this loop 172629 1726889036.47406: getting the next task for host managed_node1 172629 1726889036.47413: done getting next task for host managed_node1 172629 1726889036.47415: ^ task is: TASK: Verify the volume's device type 172629 1726889036.47420: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889036.47423: getting variables 172629 1726889036.47425: in VariableManager get_vars() 172629 1726889036.47453: Calling all_inventory to load vars for managed_node1 172629 1726889036.47465: Calling groups_inventory to load vars for managed_node1 172629 1726889036.47468: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889036.47477: Calling all_plugins_play to load vars for managed_node1 172629 1726889036.47479: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889036.47482: Calling groups_plugins_play to load vars for managed_node1 172629 1726889036.47798: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889036.48138: done with get_vars() 172629 1726889036.48149: done getting variables 172629 1726889036.48189: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Friday 20 September 2024 23:23:56 -0400 (0:00:00.019) 0:02:16.762 ****** 172629 1726889036.48211: entering _queue_task() for managed_node1/assert 172629 1726889036.48405: worker is 1 (out of 1 available) 172629 1726889036.48418: exiting _queue_task() for managed_node1/assert 172629 1726889036.48431: done queuing things up, now waiting for results queue to drain 172629 1726889036.48432: waiting for pending results... 172629 1726889036.48595: running TaskExecutor() for managed_node1/TASK: Verify the volume's device type 172629 1726889036.48679: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003153 172629 1726889036.48690: variable 'ansible_search_path' from source: unknown 172629 1726889036.48716: calling self._execute() 172629 1726889036.48798: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889036.48803: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889036.48813: variable 'omit' from source: magic vars 172629 1726889036.49061: variable '_storage_test_volume_present' from source: set_fact 172629 1726889036.49068: Evaluated conditional (_storage_test_volume_present): False 172629 1726889036.49071: when evaluation is False, skipping this task 172629 1726889036.49073: _execute() done 172629 1726889036.49076: dumping result to json 172629 1726889036.49079: done dumping result, returning 172629 1726889036.49085: done running TaskExecutor() for managed_node1/TASK: Verify the volume's device type [0affc8a3-6f6f-d0a8-add8-000000003153] 172629 1726889036.49090: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003153 172629 1726889036.49182: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003153 172629 1726889036.49185: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889036.49244: no more pending results, returning what we have 172629 1726889036.49248: results queue empty 172629 1726889036.49248: checking for any_errors_fatal 172629 1726889036.49259: done checking for any_errors_fatal 172629 1726889036.49260: checking for max_fail_percentage 172629 1726889036.49261: done checking for max_fail_percentage 172629 1726889036.49262: checking to see if all hosts have failed and the running result is not ok 172629 1726889036.49263: done checking to see if all hosts have failed 172629 1726889036.49264: getting the remaining hosts for this loop 172629 1726889036.49265: done getting the remaining hosts for this loop 172629 1726889036.49267: getting the next task for host managed_node1 172629 1726889036.49276: done getting next task for host managed_node1 172629 1726889036.49278: ^ task is: TASK: Stat the LUKS device, if encrypted 172629 1726889036.49283: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889036.49286: getting variables 172629 1726889036.49287: in VariableManager get_vars() 172629 1726889036.49317: Calling all_inventory to load vars for managed_node1 172629 1726889036.49319: Calling groups_inventory to load vars for managed_node1 172629 1726889036.49322: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889036.49330: Calling all_plugins_play to load vars for managed_node1 172629 1726889036.49332: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889036.49334: Calling groups_plugins_play to load vars for managed_node1 172629 1726889036.49639: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889036.49980: done with get_vars() 172629 1726889036.49990: done getting variables TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Friday 20 September 2024 23:23:56 -0400 (0:00:00.018) 0:02:16.780 ****** 172629 1726889036.50046: entering _queue_task() for managed_node1/stat 172629 1726889036.50233: worker is 1 (out of 1 available) 172629 1726889036.50245: exiting _queue_task() for managed_node1/stat 172629 1726889036.50262: done queuing things up, now waiting for results queue to drain 172629 1726889036.50264: waiting for pending results... 172629 1726889036.50427: running TaskExecutor() for managed_node1/TASK: Stat the LUKS device, if encrypted 172629 1726889036.50513: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003157 172629 1726889036.50525: variable 'ansible_search_path' from source: unknown 172629 1726889036.50553: calling self._execute() 172629 1726889036.50635: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889036.50639: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889036.50648: variable 'omit' from source: magic vars 172629 1726889036.50910: variable 'storage_test_volume' from source: include params 172629 1726889036.50936: Evaluated conditional (storage_test_volume.encryption): False 172629 1726889036.50940: when evaluation is False, skipping this task 172629 1726889036.50943: _execute() done 172629 1726889036.50945: dumping result to json 172629 1726889036.50948: done dumping result, returning 172629 1726889036.50957: done running TaskExecutor() for managed_node1/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-d0a8-add8-000000003157] 172629 1726889036.50960: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003157 172629 1726889036.51048: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003157 172629 1726889036.51051: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889036.51104: no more pending results, returning what we have 172629 1726889036.51107: results queue empty 172629 1726889036.51108: checking for any_errors_fatal 172629 1726889036.51113: done checking for any_errors_fatal 172629 1726889036.51114: checking for max_fail_percentage 172629 1726889036.51116: done checking for max_fail_percentage 172629 1726889036.51116: checking to see if all hosts have failed and the running result is not ok 172629 1726889036.51117: done checking to see if all hosts have failed 172629 1726889036.51118: getting the remaining hosts for this loop 172629 1726889036.51119: done getting the remaining hosts for this loop 172629 1726889036.51122: getting the next task for host managed_node1 172629 1726889036.51129: done getting next task for host managed_node1 172629 1726889036.51131: ^ task is: TASK: Ensure cryptsetup is present 172629 1726889036.51136: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889036.51139: getting variables 172629 1726889036.51140: in VariableManager get_vars() 172629 1726889036.51178: Calling all_inventory to load vars for managed_node1 172629 1726889036.51181: Calling groups_inventory to load vars for managed_node1 172629 1726889036.51183: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889036.51192: Calling all_plugins_play to load vars for managed_node1 172629 1726889036.51194: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889036.51197: Calling groups_plugins_play to load vars for managed_node1 172629 1726889036.51503: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889036.51847: done with get_vars() 172629 1726889036.51861: done getting variables 172629 1726889036.51898: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Friday 20 September 2024 23:23:56 -0400 (0:00:00.018) 0:02:16.799 ****** 172629 1726889036.51922: entering _queue_task() for managed_node1/package 172629 1726889036.52106: worker is 1 (out of 1 available) 172629 1726889036.52118: exiting _queue_task() for managed_node1/package 172629 1726889036.52132: done queuing things up, now waiting for results queue to drain 172629 1726889036.52133: waiting for pending results... 172629 1726889036.52301: running TaskExecutor() for managed_node1/TASK: Ensure cryptsetup is present 172629 1726889036.52393: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003158 172629 1726889036.52403: variable 'ansible_search_path' from source: unknown 172629 1726889036.52430: calling self._execute() 172629 1726889036.52509: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889036.52514: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889036.52522: variable 'omit' from source: magic vars 172629 1726889036.52603: variable 'omit' from source: magic vars 172629 1726889036.52641: variable 'omit' from source: magic vars 172629 1726889036.52831: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889036.54634: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889036.54682: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889036.54707: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889036.54741: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889036.54764: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889036.54831: 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) 172629 1726889036.54851: 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) 172629 1726889036.54876: 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) 172629 1726889036.54901: 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) 172629 1726889036.54912: 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) 172629 1726889036.54994: variable '__storage_is_ostree' from source: set_fact 172629 1726889036.54998: variable 'omit' from source: magic vars 172629 1726889036.55024: variable 'omit' from source: magic vars 172629 1726889036.55043: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889036.55066: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889036.55082: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889036.55097: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889036.55106: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889036.55128: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889036.55131: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889036.55133: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889036.55204: Set connection var ansible_timeout to 10 172629 1726889036.55207: Set connection var ansible_shell_type to sh 172629 1726889036.55214: Set connection var ansible_pipelining to False 172629 1726889036.55219: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889036.55224: Set connection var ansible_shell_executable to /bin/sh 172629 1726889036.55226: Set connection var ansible_connection to ssh 172629 1726889036.55242: variable 'ansible_shell_executable' from source: unknown 172629 1726889036.55245: variable 'ansible_connection' from source: unknown 172629 1726889036.55247: variable 'ansible_module_compression' from source: unknown 172629 1726889036.55250: variable 'ansible_shell_type' from source: unknown 172629 1726889036.55252: variable 'ansible_shell_executable' from source: unknown 172629 1726889036.55258: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889036.55261: variable 'ansible_pipelining' from source: unknown 172629 1726889036.55263: variable 'ansible_timeout' from source: unknown 172629 1726889036.55268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889036.55340: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889036.55350: variable 'omit' from source: magic vars 172629 1726889036.55359: starting attempt loop 172629 1726889036.55363: running the handler 172629 1726889036.55366: variable 'ansible_facts' from source: unknown 172629 1726889036.55368: variable 'ansible_facts' from source: unknown 172629 1726889036.55409: _low_level_execute_command(): starting 172629 1726889036.55412: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 172629 1726889036.55912: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889036.55916: 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 <<< 172629 1726889036.55918: 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 <<< 172629 1726889036.55920: 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 <<< 172629 1726889036.55923: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889036.55962: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889036.55980: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889036.56038: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889036.57733: stdout chunk (state=3): >>>/root <<< 172629 1726889036.57837: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889036.57866: stderr chunk (state=3): >>><<< 172629 1726889036.57870: stdout chunk (state=3): >>><<< 172629 1726889036.57887: _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 172629 1726889036.57898: _low_level_execute_command(): starting 172629 1726889036.57906: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726889036.5788703-177570-271694109623174 `" && echo ansible-tmp-1726889036.5788703-177570-271694109623174="` echo /root/.ansible/tmp/ansible-tmp-1726889036.5788703-177570-271694109623174 `" ) && sleep 0' 172629 1726889036.58310: 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 <<< 172629 1726889036.58313: stderr 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 <<< 172629 1726889036.58326: 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 <<< 172629 1726889036.58381: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889036.58385: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889036.58438: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889036.60340: stdout chunk (state=3): >>>ansible-tmp-1726889036.5788703-177570-271694109623174=/root/.ansible/tmp/ansible-tmp-1726889036.5788703-177570-271694109623174 <<< 172629 1726889036.60447: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889036.60473: stderr chunk (state=3): >>><<< 172629 1726889036.60478: stdout chunk (state=3): >>><<< 172629 1726889036.60491: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726889036.5788703-177570-271694109623174=/root/.ansible/tmp/ansible-tmp-1726889036.5788703-177570-271694109623174 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/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 172629 1726889036.60516: variable 'ansible_module_compression' from source: unknown 172629 1726889036.60563: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-172629philji4j/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 172629 1726889036.60598: variable 'ansible_facts' from source: unknown 172629 1726889036.60674: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726889036.5788703-177570-271694109623174/AnsiballZ_dnf.py 172629 1726889036.60766: Sending initial data 172629 1726889036.60769: Sent initial data (154 bytes) 172629 1726889036.61185: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889036.61189: 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 <<< 172629 1726889036.61191: 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 <<< 172629 1726889036.61193: 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 <<< 172629 1726889036.61195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889036.61240: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889036.61245: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889036.61293: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889036.62851: 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" <<< 172629 1726889036.62861: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 172629 1726889036.62895: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 172629 1726889036.62944: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-172629philji4j/tmp0wtku_1i /root/.ansible/tmp/ansible-tmp-1726889036.5788703-177570-271694109623174/AnsiballZ_dnf.py <<< 172629 1726889036.62948: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726889036.5788703-177570-271694109623174/AnsiballZ_dnf.py" <<< 172629 1726889036.62992: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-172629philji4j/tmp0wtku_1i" to remote "/root/.ansible/tmp/ansible-tmp-1726889036.5788703-177570-271694109623174/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726889036.5788703-177570-271694109623174/AnsiballZ_dnf.py" <<< 172629 1726889036.63673: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889036.63711: stderr chunk (state=3): >>><<< 172629 1726889036.63714: stdout chunk (state=3): >>><<< 172629 1726889036.63759: done transferring module to remote 172629 1726889036.63768: _low_level_execute_command(): starting 172629 1726889036.63771: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726889036.5788703-177570-271694109623174/ /root/.ansible/tmp/ansible-tmp-1726889036.5788703-177570-271694109623174/AnsiballZ_dnf.py && sleep 0' 172629 1726889036.64188: 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 <<< 172629 1726889036.64191: stderr 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 <<< 172629 1726889036.64194: 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 <<< 172629 1726889036.64196: stderr 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 <<< 172629 1726889036.64242: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889036.64246: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889036.64310: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889036.66050: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889036.66075: stderr chunk (state=3): >>><<< 172629 1726889036.66079: stdout chunk (state=3): >>><<< 172629 1726889036.66090: _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 172629 1726889036.66093: _low_level_execute_command(): starting 172629 1726889036.66096: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726889036.5788703-177570-271694109623174/AnsiballZ_dnf.py && sleep 0' 172629 1726889036.66494: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889036.66497: 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 <<< 172629 1726889036.66499: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 172629 1726889036.66501: 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 <<< 172629 1726889036.66503: stderr 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 <<< 172629 1726889036.66542: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889036.66562: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889036.66608: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889036.68727: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 172629 1726889036.68756: stdout chunk (state=3): >>>import _imp # builtin <<< 172629 1726889036.68784: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 172629 1726889036.68790: stdout chunk (state=3): >>>import '_weakref' # <<< 172629 1726889036.68860: stdout chunk (state=3): >>>import '_io' # <<< 172629 1726889036.68866: stdout chunk (state=3): >>>import 'marshal' # <<< 172629 1726889036.68895: stdout chunk (state=3): >>>import 'posix' # <<< 172629 1726889036.68934: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 172629 1726889036.68957: stdout chunk (state=3): >>>import 'time' # <<< 172629 1726889036.68963: stdout chunk (state=3): >>>import 'zipimport' # <<< 172629 1726889036.68971: stdout chunk (state=3): >>># installed zipimport hook <<< 172629 1726889036.69014: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 172629 1726889036.69019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.69036: stdout chunk (state=3): >>>import '_codecs' # <<< 172629 1726889036.69060: stdout chunk (state=3): >>>import 'codecs' # <<< 172629 1726889036.69090: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 172629 1726889036.69116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726889036.69120: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3fbc4d0> <<< 172629 1726889036.69132: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3f8bb00> <<< 172629 1726889036.69161: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 172629 1726889036.69172: 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 0x7fa2c3fbea50> <<< 172629 1726889036.69184: stdout chunk (state=3): >>>import '_signal' # <<< 172629 1726889036.69210: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 172629 1726889036.69232: stdout chunk (state=3): >>>import 'io' # <<< 172629 1726889036.69273: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 172629 1726889036.69352: stdout chunk (state=3): >>>import '_collections_abc' # <<< 172629 1726889036.69380: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 172629 1726889036.69416: stdout chunk (state=3): >>>import 'os' # <<< 172629 1726889036.69424: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 172629 1726889036.69452: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 172629 1726889036.69464: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 172629 1726889036.69467: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 172629 1726889036.69487: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 172629 1726889036.69512: 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 <<< 172629 1726889036.69517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 172629 1726889036.69535: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3fcd130> <<< 172629 1726889036.69598: 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 <<< 172629 1726889036.69615: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.69620: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3fce120> <<< 172629 1726889036.69639: stdout chunk (state=3): >>>import 'site' # <<< 172629 1726889036.69673: 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. <<< 172629 1726889036.69933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 172629 1726889036.69950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 172629 1726889036.69971: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 172629 1726889036.69982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.70001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 172629 1726889036.70042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 172629 1726889036.70059: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 172629 1726889036.70088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 172629 1726889036.70096: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3db3f50> <<< 172629 1726889036.70126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 172629 1726889036.70138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 172629 1726889036.70163: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3dc00e0> <<< 172629 1726889036.70186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 172629 1726889036.70211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 172629 1726889036.70237: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 172629 1726889036.70283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.70306: stdout chunk (state=3): >>>import 'itertools' # <<< 172629 1726889036.70330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 172629 1726889036.70337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3de3920> <<< 172629 1726889036.70368: 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' <<< 172629 1726889036.70372: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3de3fb0> <<< 172629 1726889036.70385: stdout chunk (state=3): >>>import '_collections' # <<< 172629 1726889036.70446: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3dc3bf0> <<< 172629 1726889036.70448: stdout chunk (state=3): >>>import '_functools' # <<< 172629 1726889036.70481: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3dc1340> <<< 172629 1726889036.70572: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3db1100> <<< 172629 1726889036.70599: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 172629 1726889036.70611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 172629 1726889036.70630: stdout chunk (state=3): >>>import '_sre' # <<< 172629 1726889036.70650: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 172629 1726889036.70678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889036.70700: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 172629 1726889036.70705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 172629 1726889036.70732: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e078c0> <<< 172629 1726889036.70751: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e064e0> <<< 172629 1726889036.70784: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 172629 1726889036.70793: 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 0x7fa2c3dc21e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e04c20> <<< 172629 1726889036.70846: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 172629 1726889036.70859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e34920> <<< 172629 1726889036.70863: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3db0380> <<< 172629 1726889036.70885: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 172629 1726889036.70889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 172629 1726889036.70927: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.70931: 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 0x7fa2c3e34dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e34c80> <<< 172629 1726889036.70975: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.70982: 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 0x7fa2c3e35070> <<< 172629 1726889036.70989: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3da6ea0> <<< 172629 1726889036.71022: 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' <<< 172629 1726889036.71045: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 172629 1726889036.71071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 172629 1726889036.71097: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e35730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e35430> <<< 172629 1726889036.71100: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 172629 1726889036.71138: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 172629 1726889036.71141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 172629 1726889036.71153: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e36630> <<< 172629 1726889036.71171: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 172629 1726889036.71202: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 172629 1726889036.71232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 172629 1726889036.71260: 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' <<< 172629 1726889036.71269: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e54860> <<< 172629 1726889036.71278: stdout chunk (state=3): >>>import 'errno' # <<< 172629 1726889036.71313: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.71318: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.71325: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa2c3e55f40> <<< 172629 1726889036.71340: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 172629 1726889036.71360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 172629 1726889036.71371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 172629 1726889036.71388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 172629 1726889036.71390: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e56de0> <<< 172629 1726889036.71443: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.71445: 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 0x7fa2c3e57440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e56330> <<< 172629 1726889036.71475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 172629 1726889036.71480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 172629 1726889036.71523: 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' <<< 172629 1726889036.71531: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa2c3e57e90> <<< 172629 1726889036.71540: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e575c0> <<< 172629 1726889036.71587: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e36690> <<< 172629 1726889036.71605: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 172629 1726889036.71635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 172629 1726889036.71651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 172629 1726889036.71679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 172629 1726889036.71711: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.71717: 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 0x7fa2c3b9bd40> <<< 172629 1726889036.71737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 172629 1726889036.71742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 172629 1726889036.71772: 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 0x7fa2c3bc87a0> <<< 172629 1726889036.71776: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3bc8500> <<< 172629 1726889036.71799: 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 0x7fa2c3bc87d0> <<< 172629 1726889036.71830: 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' <<< 172629 1726889036.71907: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.72026: 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 0x7fa2c3bc9100> <<< 172629 1726889036.72134: 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 0x7fa2c3bc9af0> <<< 172629 1726889036.72153: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3bc89b0> <<< 172629 1726889036.72166: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3b99ee0> <<< 172629 1726889036.72189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 172629 1726889036.72210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 172629 1726889036.72236: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 172629 1726889036.72253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 172629 1726889036.72258: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3bcaed0> <<< 172629 1726889036.72278: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3bc9c10> <<< 172629 1726889036.72297: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e36d80> <<< 172629 1726889036.72324: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 172629 1726889036.72381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.72402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 172629 1726889036.72436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 172629 1726889036.72469: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3bf3200> <<< 172629 1726889036.72525: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 172629 1726889036.72534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.72564: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 172629 1726889036.72574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 172629 1726889036.72618: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3c1b590> <<< 172629 1726889036.72637: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 172629 1726889036.72682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 172629 1726889036.72733: stdout chunk (state=3): >>>import 'ntpath' # <<< 172629 1726889036.72762: 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 0x7fa2c3c74350> <<< 172629 1726889036.72783: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 172629 1726889036.72810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 172629 1726889036.72835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 172629 1726889036.72872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 172629 1726889036.72963: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3c76ab0> <<< 172629 1726889036.73032: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3c74470> <<< 172629 1726889036.73079: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3c41370> <<< 172629 1726889036.73107: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 172629 1726889036.73114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c35253a0> <<< 172629 1726889036.73131: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3c1a390> <<< 172629 1726889036.73136: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3bcbdd0> <<< 172629 1726889036.73259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 172629 1726889036.73276: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa2c3c1a990> <<< 172629 1726889036.73454: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_lwrzkjry/ansible_ansible.legacy.dnf_payload.zip' <<< 172629 1726889036.73463: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.73585: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.73619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 172629 1726889036.73624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 172629 1726889036.73671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 172629 1726889036.73741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 172629 1726889036.73781: 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'<<< 172629 1726889036.73783: stdout chunk (state=3): >>> import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c357f050> import '_typing' # <<< 172629 1726889036.73974: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c355df40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c355d0d0> <<< 172629 1726889036.73979: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.74002: stdout chunk (state=3): >>>import 'ansible' # <<< 172629 1726889036.74020: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.74038: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.74058: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.74061: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 172629 1726889036.74081: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.75462: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.76565: 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 0x7fa2c357cef0> <<< 172629 1726889036.76598: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 172629 1726889036.76603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.76632: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 172629 1726889036.76635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 172629 1726889036.76664: 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' <<< 172629 1726889036.76689: 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 0x7fa2c35aaab0> <<< 172629 1726889036.76732: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c35aa840> <<< 172629 1726889036.76758: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c35aa150> <<< 172629 1726889036.76781: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 172629 1726889036.76785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 172629 1726889036.76835: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c35aa600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c357fa70> <<< 172629 1726889036.76839: stdout chunk (state=3): >>>import 'atexit' # <<< 172629 1726889036.76871: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.76876: 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 0x7fa2c35ab770> <<< 172629 1726889036.76904: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.76915: 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 0x7fa2c35ab9b0> <<< 172629 1726889036.76918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 172629 1726889036.76972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 172629 1726889036.76975: stdout chunk (state=3): >>>import '_locale' # <<< 172629 1726889036.77025: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c35abec0> <<< 172629 1726889036.77029: stdout chunk (state=3): >>>import 'pwd' # <<< 172629 1726889036.77059: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 172629 1726889036.77078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 172629 1726889036.77114: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3411ca0> <<< 172629 1726889036.77143: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.77148: 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 0x7fa2c34138c0> <<< 172629 1726889036.77175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 172629 1726889036.77182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 172629 1726889036.77225: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c34182c0> <<< 172629 1726889036.77235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 172629 1726889036.77273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 172629 1726889036.77284: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3419460> <<< 172629 1726889036.77310: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 172629 1726889036.77348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'<<< 172629 1726889036.77352: stdout chunk (state=3): >>> <<< 172629 1726889036.77368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 172629 1726889036.77374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 172629 1726889036.77426: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c341bf20> <<< 172629 1726889036.77467: 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 0x7fa2c355f140> <<< 172629 1726889036.77485: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c341a1e0> <<< 172629 1726889036.77502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 172629 1726889036.77529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 172629 1726889036.77552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 172629 1726889036.77561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 172629 1726889036.77574: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 172629 1726889036.77611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 172629 1726889036.77632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 172629 1726889036.77635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c341ff50> <<< 172629 1726889036.77654: stdout chunk (state=3): >>>import '_tokenize' # <<< 172629 1726889036.77723: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c341ea20> <<< 172629 1726889036.77734: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c341e780> <<< 172629 1726889036.77742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 172629 1726889036.77757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 172629 1726889036.77827: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c341ec90> <<< 172629 1726889036.77858: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c341a6f0> <<< 172629 1726889036.77883: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.77888: 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 0x7fa2c3463fe0> <<< 172629 1726889036.77915: 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' <<< 172629 1726889036.77918: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3464230> <<< 172629 1726889036.77933: 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 <<< 172629 1726889036.77959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 172629 1726889036.77973: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 172629 1726889036.77981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 172629 1726889036.78015: 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 0x7fa2c3465df0> <<< 172629 1726889036.78026: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3465bb0> <<< 172629 1726889036.78033: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 172629 1726889036.78128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 172629 1726889036.78177: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.78182: 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 0x7fa2c3468380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c34664b0> <<< 172629 1726889036.78206: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 172629 1726889036.78241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.78269: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 172629 1726889036.78282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 172629 1726889036.78289: stdout chunk (state=3): >>>import '_string' # <<< 172629 1726889036.78327: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c346bb60> <<< 172629 1726889036.78446: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3468530> <<< 172629 1726889036.78507: 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 0x7fa2c346c8c0> <<< 172629 1726889036.78536: 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 0x7fa2c346cce0> <<< 172629 1726889036.78581: 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' <<< 172629 1726889036.78588: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa2c346cda0> <<< 172629 1726889036.78596: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3464530> <<< 172629 1726889036.78618: 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' <<< 172629 1726889036.78638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 172629 1726889036.78657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 172629 1726889036.78685: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.78708: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.78713: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa2c34f83e0> <<< 172629 1726889036.78853: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.78866: 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 0x7fa2c34f9670> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c346eb70> <<< 172629 1726889036.78907: 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 0x7fa2c346ff20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c346e7b0> <<< 172629 1726889036.78926: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.78941: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.78958: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 172629 1726889036.78960: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.79041: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.79134: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.79140: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 172629 1726889036.79173: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.79176: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 172629 1726889036.79193: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.79310: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.79427: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.79947: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.80485: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 172629 1726889036.80488: 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' # <<< 172629 1726889036.80516: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 172629 1726889036.80534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.80582: 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'<<< 172629 1726889036.80587: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa2c34fd910> <<< 172629 1726889036.80670: 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' <<< 172629 1726889036.80682: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c34fe690> <<< 172629 1726889036.80695: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c34f9790> <<< 172629 1726889036.80745: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 172629 1726889036.80752: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.80769: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.80790: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 172629 1726889036.80793: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.80942: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.81097: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 172629 1726889036.81100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 172629 1726889036.81111: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c34fe660> <<< 172629 1726889036.81127: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.81569: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.82006: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.82073: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.82148: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 172629 1726889036.82161: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.82198: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.82231: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 172629 1726889036.82246: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.82310: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.82390: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 172629 1726889036.82410: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.82423: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 172629 1726889036.82438: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.82478: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.82518: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 172629 1726889036.82523: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.82751: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.82974: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 172629 1726889036.83033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 172629 1726889036.83039: stdout chunk (state=3): >>>import '_ast' # <<< 172629 1726889036.83107: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c34ff980> <<< 172629 1726889036.83111: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.83187: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.83261: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 172629 1726889036.83272: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 172629 1726889036.83278: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 172629 1726889036.83301: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.83343: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.83383: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 172629 1726889036.83388: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.83438: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.83479: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.83537: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.83600: 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 <<< 172629 1726889036.83639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.83710: 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 0x7fa2c330a300> <<< 172629 1726889036.83749: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3307650> <<< 172629 1726889036.83777: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 172629 1726889036.83784: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 172629 1726889036.83790: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.83858: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.83914: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.83944: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.83987: 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' <<< 172629 1726889036.84008: 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 <<< 172629 1726889036.84030: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 172629 1726889036.84048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 172629 1726889036.84108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 172629 1726889036.84124: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 172629 1726889036.84145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 172629 1726889036.84198: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c35fab40> <<< 172629 1726889036.84242: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c35e2810> <<< 172629 1726889036.84319: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c330a390> <<< 172629 1726889036.84330: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c34ff7d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 172629 1726889036.84338: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.84366: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.84392: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 172629 1726889036.84450: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 172629 1726889036.84460: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.84475: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 172629 1726889036.84495: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.85060: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.85589: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.86250: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.86913: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c339ca10> <<< 172629 1726889036.86944: 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 0x7fa2c339cc50> <<< 172629 1726889036.86976: 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' <<< 172629 1726889036.86998: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 172629 1726889036.87002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 172629 1726889036.87020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 172629 1726889036.87032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c339d370> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c339cf20> <<< 172629 1726889036.87065: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py <<< 172629 1726889036.87072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 172629 1726889036.87085: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 172629 1726889036.87124: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c339dca0> <<< 172629 1726889036.87146: 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' <<< 172629 1726889036.87171: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 172629 1726889036.87182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 172629 1726889036.87203: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 172629 1726889036.87206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 172629 1726889036.87233: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 172629 1726889036.87236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 172629 1726889036.87265: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 172629 1726889036.87269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 172629 1726889036.87294: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3389970> <<< 172629 1726889036.87308: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 172629 1726889036.87320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3389730> <<< 172629 1726889036.87340: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 172629 1726889036.87354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 172629 1726889036.87362: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2fb2750> <<< 172629 1726889036.87402: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c339f440> <<< 172629 1726889036.87425: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 172629 1726889036.87453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 172629 1726889036.87479: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 172629 1726889036.87482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 172629 1726889036.87511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 172629 1726889036.87545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 172629 1726889036.87609: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2fc1340> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2fb3ec0> <<< 172629 1726889036.87648: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2fb3260> <<< 172629 1726889036.87663: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c339e8d0> <<< 172629 1726889036.87686: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 172629 1726889036.87700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 172629 1726889036.87726: 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 <<< 172629 1726889036.87776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 172629 1726889036.87801: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 172629 1726889036.87806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 172629 1726889036.87831: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c302d400> <<< 172629 1726889036.87956: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2fe5550> <<< 172629 1726889036.88066: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c34f9af0> <<< 172629 1726889036.88078: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 172629 1726889036.88099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 172629 1726889036.88109: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 172629 1726889036.88138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 172629 1726889036.88178: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 172629 1726889036.88181: 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 0x7fa2c3034ec0> <<< 172629 1726889036.88198: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c302f1a0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2fe5070> <<< 172629 1726889036.88236: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c339dfa0> <<< 172629 1726889036.88244: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c339dcd0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c339da00> <<< 172629 1726889036.88247: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c339ccb0> <<< 172629 1726889036.88283: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 172629 1726889036.88290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c339dc10> <<< 172629 1726889036.88315: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 172629 1726889036.88318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 172629 1726889036.88329: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 172629 1726889036.88342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 172629 1726889036.88387: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3035520> <<< 172629 1726889036.88402: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3035130> <<< 172629 1726889036.88421: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 172629 1726889036.88435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.88496: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3035c40> <<< 172629 1726889036.88520: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 172629 1726889036.88547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 172629 1726889036.88605: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 172629 1726889036.88636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 172629 1726889036.88707: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.88786: 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 0x7fa2c3044950><<< 172629 1726889036.88793: stdout chunk (state=3): >>> <<< 172629 1726889036.88963: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c301dac0> <<< 172629 1726889036.88990: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3036cc0> <<< 172629 1726889036.89008: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 172629 1726889036.89030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 172629 1726889036.89060: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c301d550> <<< 172629 1726889036.89079: 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' <<< 172629 1726889036.89099: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c30529c0> <<< 172629 1726889036.89118: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 172629 1726889036.89127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 172629 1726889036.89146: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 172629 1726889036.89158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 172629 1726889036.89162: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3053650> <<< 172629 1726889036.89182: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3053110> <<< 172629 1726889036.89194: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 172629 1726889036.89267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 172629 1726889036.89337: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3053b30> <<< 172629 1726889036.89359: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 172629 1726889036.89394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 172629 1726889036.89613: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3026f60> <<< 172629 1726889036.89623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 172629 1726889036.89648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 172629 1726889036.89670: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2f78590> <<< 172629 1726889036.89719: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.89815: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 172629 1726889036.89826: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.89941: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.90086: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 172629 1726889036.90088: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.90143: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.90189: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 172629 1726889036.90208: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.90327: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.90440: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 172629 1726889036.90527: stdout chunk (state=3): >>># zipimport: zlib available <<< 172629 1726889036.90972: 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' <<< 172629 1726889036.91001: 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' <<< 172629 1726889036.91035: 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' <<< 172629 1726889036.91041: stdout chunk (state=3): >>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2f7b500> <<< 172629 1726889036.91068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 172629 1726889036.91100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 172629 1726889036.91220: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2f7b620> <<< 172629 1726889036.91244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 172629 1726889036.91249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 172629 1726889036.91277: 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' <<< 172629 1726889036.91316: 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 0x7fa2c2ccf830> <<< 172629 1726889036.91324: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2ccf080> <<< 172629 1726889036.91343: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.91352: 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 0x7fa2c2ccf260> <<< 172629 1726889036.91378: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2f7bb60> <<< 172629 1726889036.91394: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2f7a5d0> <<< 172629 1726889036.91418: 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 <<< 172629 1726889036.91423: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2f7b200> <<< 172629 1726889036.91441: 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 <<< 172629 1726889036.91514: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 172629 1726889036.91540: 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 <<< 172629 1726889036.91545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.91572: 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 <<< 172629 1726889036.91577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 172629 1726889036.91689: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 172629 1726889036.91697: stdout chunk (state=3): >>># extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa2c2d4cda0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2d4c9b0> <<< 172629 1726889036.91723: 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 <<< 172629 1726889036.91769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 172629 1726889036.91816: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' <<< 172629 1726889036.91823: 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 0x7fa2c2d785f0> <<< 172629 1726889036.91850: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2d4ce30> <<< 172629 1726889036.91868: 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 <<< 172629 1726889036.91946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 172629 1726889036.92867: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' <<< 172629 1726889036.92873: 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 0x7fa2c28af6e0> <<< 172629 1726889036.92926: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2d78740> <<< 172629 1726889036.92956: 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 <<< 172629 1726889036.93016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 172629 1726889036.93104: 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 0x7fa2c2925280> <<< 172629 1726889036.93253: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c28afb00> <<< 172629 1726889036.93271: 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 <<< 172629 1726889036.93307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726889036.93385: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' <<< 172629 1726889036.93390: stdout chunk (state=3): >>># extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa2c29602c0> <<< 172629 1726889036.93416: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2925430> <<< 172629 1726889036.93443: 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 <<< 172629 1726889036.93485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 172629 1726889036.93565: 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 0x7fa2c0eb0440> <<< 172629 1726889036.93608: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2960680> <<< 172629 1726889036.93620: 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 <<< 172629 1726889036.93639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 172629 1726889036.93687: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 172629 1726889036.93698: 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 0x7fa2c0eb1760> <<< 172629 1726889036.93712: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0eb0b60> <<< 172629 1726889036.93719: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2d4c530> <<< 172629 1726889036.93732: 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 <<< 172629 1726889036.93775: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 172629 1726889036.93784: 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 <<< 172629 1726889036.93806: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 172629 1726889036.93816: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py <<< 172629 1726889036.93833: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 172629 1726889036.93867: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.93876: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa2c0ed0bc0> <<< 172629 1726889036.93898: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0eb3f20> <<< 172629 1726889036.93921: 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 <<< 172629 1726889036.93942: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 172629 1726889036.93970: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 172629 1726889036.93997: 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 0x7fa2c0ed3260> <<< 172629 1726889036.94020: 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 <<< 172629 1726889036.94037: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 172629 1726889036.94066: 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 0x7fa2c0f001a0> <<< 172629 1726889036.94098: 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' <<< 172629 1726889036.94522: 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 0x7fa2c0f00a70> <<< 172629 1726889036.94557: 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 <<< 172629 1726889036.94576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 172629 1726889036.94579: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f01f10> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f003e0> <<< 172629 1726889036.94604: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0ed3110> <<< 172629 1726889036.94614: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0ed2ab0> <<< 172629 1726889036.94647: 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 <<< 172629 1726889036.94656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.94744: 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 0x7fa2c0f03b30> <<< 172629 1726889036.94772: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0ed3680> <<< 172629 1726889036.94830: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0ed0f20> <<< 172629 1726889036.94867: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0eb3620> <<< 172629 1726889036.94894: 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 <<< 172629 1726889036.94900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.95019: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' <<< 172629 1726889036.95028: 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 0x7fa2c0eb3d40> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0eb3aa0> <<< 172629 1726889036.95066: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0eb1820> <<< 172629 1726889036.95079: 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 <<< 172629 1726889036.95095: stdout chunk (state=3): >>># 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 0x7fa2c0f35100> <<< 172629 1726889036.95104: 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 <<< 172629 1726889036.95133: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 172629 1726889036.95145: 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 <<< 172629 1726889036.95166: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 172629 1726889036.95181: 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 <<< 172629 1726889036.95203: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 172629 1726889036.95206: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f375c0> <<< 172629 1726889036.95236: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 172629 1726889036.95241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 172629 1726889036.95270: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f37da0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f36900> <<< 172629 1726889036.95294: 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 <<< 172629 1726889036.95310: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 172629 1726889036.95330: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f645f0> <<< 172629 1726889036.95351: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f350d0> <<< 172629 1726889036.95380: 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' <<< 172629 1726889036.95409: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 172629 1726889036.95422: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 172629 1726889036.95448: 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' <<< 172629 1726889036.95473: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f66000> <<< 172629 1726889036.95496: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f655b0> <<< 172629 1726889036.95507: stdout chunk (state=3): >>>import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f65400> <<< 172629 1726889036.95522: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 172629 1726889036.95541: 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 <<< 172629 1726889036.95577: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 172629 1726889036.95595: 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 <<< 172629 1726889036.95612: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 172629 1726889036.95629: 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 <<< 172629 1726889036.95646: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f91070> <<< 172629 1726889036.95680: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 172629 1726889036.95722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 172629 1726889036.95745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 172629 1726889036.95784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 172629 1726889036.95813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 172629 1726889036.95820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 172629 1726889036.95836: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c085f0e0> <<< 172629 1726889036.95861: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.95881: 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 0x7fa2c085f440> <<< 172629 1726889036.95931: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f93350> <<< 172629 1726889036.95959: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f91520> <<< 172629 1726889036.95977: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f90560> <<< 172629 1726889036.96014: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f667b0> <<< 172629 1726889036.96019: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f66510> <<< 172629 1726889036.96038: 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 <<< 172629 1726889036.96056: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 172629 1726889036.96080: 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 <<< 172629 1726889036.96083: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.96116: 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 <<< 172629 1726889036.96120: 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 0x7fa2c0898ef0> <<< 172629 1726889036.96139: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c085ff20> <<< 172629 1726889036.96171: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f66cf0> <<< 172629 1726889036.96200: 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 <<< 172629 1726889036.96203: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 172629 1726889036.96231: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0899640> <<< 172629 1726889036.96261: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0899a00> <<< 172629 1726889036.96278: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0899a60> <<< 172629 1726889036.96304: 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 <<< 172629 1726889036.96312: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0899b80> <<< 172629 1726889036.96328: 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 <<< 172629 1726889036.96370: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 172629 1726889036.96373: 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 <<< 172629 1726889036.96407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 172629 1726889036.96471: 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 0x7fa2c08b8770> <<< 172629 1726889036.96484: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c089a8a0> <<< 172629 1726889036.96507: 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 0x7fa2c08b8920> <<< 172629 1726889036.96531: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py <<< 172629 1726889036.96537: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 172629 1726889036.96575: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c08b8a10> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0899970> <<< 172629 1726889036.96607: 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' <<< 172629 1726889036.96621: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c08b8b00> <<< 172629 1726889036.96638: 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 <<< 172629 1726889036.96657: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 172629 1726889036.96683: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 172629 1726889036.96750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 172629 1726889036.96765: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 172629 1726889036.96850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 172629 1726889036.96873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 172629 1726889036.96888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 172629 1726889036.96916: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.96921: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa2c0904590> <<< 172629 1726889036.96945: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c08df9b0> <<< 172629 1726889036.97006: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c08de420> <<< 172629 1726889036.97144: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c08ba360> <<< 172629 1726889036.97163: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c08b97c0> <<< 172629 1726889036.97183: 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 <<< 172629 1726889036.97195: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c08bb740> <<< 172629 1726889036.97215: 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' <<< 172629 1726889036.97234: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c08dc6b0> <<< 172629 1726889036.97253: 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 <<< 172629 1726889036.97268: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0924da0> <<< 172629 1726889036.97285: 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 <<< 172629 1726889036.97290: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0925010> <<< 172629 1726889036.97314: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 172629 1726889036.97344: 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 <<< 172629 1726889036.97348: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 172629 1726889036.97378: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0925970> <<< 172629 1726889036.97383: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0925400> <<< 172629 1726889036.97411: 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' <<< 172629 1726889036.97415: stdout chunk (state=3): >>>import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0926870> <<< 172629 1726889036.97427: stdout chunk (state=3): >>>import 'gc' # <<< 172629 1726889036.97449: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2ccf920> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2f7a420> <<< 172629 1726889036.97960: 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 <<< 172629 1726889036.97978: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 172629 1726889036.98001: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py <<< 172629 1726889036.98009: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.98013: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0927470> <<< 172629 1726889036.98040: 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' <<< 172629 1726889036.98071: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 172629 1726889036.98100: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 172629 1726889036.98125: 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 <<< 172629 1726889036.98171: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 172629 1726889036.98204: 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' <<< 172629 1726889036.98207: stdout chunk (state=3): >>>import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c06efec0> <<< 172629 1726889036.98231: 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 <<< 172629 1726889036.98237: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 172629 1726889036.98254: 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 <<< 172629 1726889036.98278: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 172629 1726889036.98304: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py <<< 172629 1726889036.98308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.98424: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.98426: stdout chunk (state=3): >>># extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa2c0719f10> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0719ac0> <<< 172629 1726889036.98460: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889036.98475: 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 0x7fa2c339cad0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0718980> <<< 172629 1726889036.98481: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0718200> <<< 172629 1726889036.98510: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c06ecf50> <<< 172629 1726889036.98541: 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 <<< 172629 1726889036.98544: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 172629 1726889036.98552: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0718770> <<< 172629 1726889036.98572: 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 <<< 172629 1726889036.98599: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.98619: 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 <<< 172629 1726889036.98639: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 172629 1726889036.98671: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c072f500> <<< 172629 1726889036.98697: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c072e030> <<< 172629 1726889036.98728: 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 <<< 172629 1726889036.98743: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 172629 1726889036.98753: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0750ce0> <<< 172629 1726889036.98776: 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 <<< 172629 1726889036.98781: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0750fe0> <<< 172629 1726889036.98809: 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' <<< 172629 1726889036.98823: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0751220> <<< 172629 1726889036.98842: 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 <<< 172629 1726889036.98863: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 172629 1726889036.98876: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c07514c0> <<< 172629 1726889036.98890: 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' <<< 172629 1726889036.98906: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py <<< 172629 1726889036.98937: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 172629 1726889036.98981: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0751be0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0751a30> <<< 172629 1726889036.99004: 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 <<< 172629 1726889036.99008: 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 0x7fa2c07534d0> <<< 172629 1726889036.99035: 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' <<< 172629 1726889036.99040: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0753620> <<< 172629 1726889036.99065: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py <<< 172629 1726889036.99090: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 172629 1726889036.99107: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0753830> <<< 172629 1726889036.99116: 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 <<< 172629 1726889036.99136: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 172629 1726889036.99154: 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 <<< 172629 1726889036.99182: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 172629 1726889036.99199: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c076c7d0> <<< 172629 1726889036.99209: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0753f50> <<< 172629 1726889036.99220: 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 <<< 172629 1726889036.99239: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 172629 1726889036.99244: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c076d370> <<< 172629 1726889036.99275: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' <<< 172629 1726889036.99280: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c076d7c0> <<< 172629 1726889036.99306: 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 <<< 172629 1726889036.99317: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c076d9a0> <<< 172629 1726889036.99337: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py <<< 172629 1726889036.99352: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 172629 1726889036.99379: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c076dc40> <<< 172629 1726889036.99399: 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 <<< 172629 1726889036.99428: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c076eb40> <<< 172629 1726889036.99441: 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 <<< 172629 1726889036.99449: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' <<< 172629 1726889036.99457: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c076edb0> <<< 172629 1726889036.99479: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py <<< 172629 1726889036.99488: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 172629 1726889036.99507: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c076efc0> <<< 172629 1726889036.99534: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py <<< 172629 1726889036.99546: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 172629 1726889036.99560: 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 <<< 172629 1726889036.99582: 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 0x7fa2c076fbc0> <<< 172629 1726889036.99588: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c076f6e0> <<< 172629 1726889036.99609: 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 <<< 172629 1726889036.99624: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 172629 1726889036.99644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 172629 1726889036.99665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0790a70> <<< 172629 1726889036.99684: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c07903b0> <<< 172629 1726889036.99702: 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 <<< 172629 1726889036.99714: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' <<< 172629 1726889036.99718: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c07916a0> <<< 172629 1726889036.99745: 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 <<< 172629 1726889036.99764: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 172629 1726889036.99777: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0791940> <<< 172629 1726889036.99785: 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 <<< 172629 1726889036.99802: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 172629 1726889036.99807: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0792870> <<< 172629 1726889036.99838: 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' <<< 172629 1726889036.99848: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0792b10> <<< 172629 1726889036.99874: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py <<< 172629 1726889036.99882: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0792cc0> <<< 172629 1726889036.99901: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0927890> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0927620> <<< 172629 1726889036.99907: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0926c60> <<< 172629 1726889036.99930: 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 <<< 172629 1726889036.99935: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 172629 1726889036.99965: 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 <<< 172629 1726889036.99975: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889036.99986: 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 <<< 172629 1726889037.00008: 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 0x7fa2c07936e0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0793410> <<< 172629 1726889037.00012: 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 <<< 172629 1726889037.00024: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889037.00044: 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 <<< 172629 1726889037.00088: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 172629 1726889037.00111: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 172629 1726889037.00141: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 172629 1726889037.00202: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c07bdb50> <<< 172629 1726889037.00220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py <<< 172629 1726889037.00225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' <<< 172629 1726889037.00305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 172629 1726889037.00315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 172629 1726889037.00335: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c07bf1d0> <<< 172629 1726889037.00394: 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 0x7fa2c07be4b0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c07be030> <<< 172629 1726889037.00416: 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 <<< 172629 1726889037.00428: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 172629 1726889037.00464: 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 <<< 172629 1726889037.00470: 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 0x7fa2c050cb00> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c04f3ef0> <<< 172629 1726889037.00499: 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 <<< 172629 1726889037.00512: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889037.00525: 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 <<< 172629 1726889037.00562: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 172629 1726889037.00578: stdout chunk (state=3): >>>import 'six.moves' # <<< 172629 1726889037.00600: 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 <<< 172629 1726889037.00612: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 172629 1726889037.00637: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c050fa10> <<< 172629 1726889037.00651: 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 <<< 172629 1726889037.00661: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' <<< 172629 1726889037.00667: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c050fb00> <<< 172629 1726889037.00687: 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 <<< 172629 1726889037.00703: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 172629 1726889037.00717: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 172629 1726889037.00758: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c050d160> <<< 172629 1726889037.00765: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c050ce60> <<< 172629 1726889037.00795: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c07939b0> <<< 172629 1726889037.00821: 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 <<< 172629 1726889037.00828: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 172629 1726889037.00857: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c07bd6d0> <<< 172629 1726889037.00870: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0793710> <<< 172629 1726889037.00876: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c09275f0> <<< 172629 1726889037.00891: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py <<< 172629 1726889037.00916: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 172629 1726889037.00953: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0536480> <<< 172629 1726889037.00974: 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 <<< 172629 1726889037.00994: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 172629 1726889037.01019: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0536d50> <<< 172629 1726889037.01035: 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 <<< 172629 1726889037.01057: 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 0x7fa2c0537d40> <<< 172629 1726889037.01084: 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 <<< 172629 1726889037.01095: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 172629 1726889037.01112: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c05603e0> <<< 172629 1726889037.01129: 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 <<< 172629 1726889037.01135: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 172629 1726889037.01159: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py <<< 172629 1726889037.01176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889037.01188: 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' <<< 172629 1726889037.01220: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889037.01345: 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 0x7fa2c0561a60> <<< 172629 1726889037.01369: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0561430> <<< 172629 1726889037.01372: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c05610d0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0560d70> <<< 172629 1726889037.01398: 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 <<< 172629 1726889037.01411: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 172629 1726889037.01447: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0561820> <<< 172629 1726889037.01467: 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 <<< 172629 1726889037.01484: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 172629 1726889037.01510: 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 <<< 172629 1726889037.01516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 172629 1726889037.01539: 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 <<< 172629 1726889037.01558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c05637d0> <<< 172629 1726889037.01566: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 172629 1726889037.01579: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0563860> <<< 172629 1726889037.01607: 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' <<< 172629 1726889037.01703: 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 0x7fa2c0563f50> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0563dd0> <<< 172629 1726889037.01728: 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 <<< 172629 1726889037.01733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 172629 1726889037.01758: 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 <<< 172629 1726889037.01767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 172629 1726889037.01788: 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 <<< 172629 1726889037.01879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 172629 1726889037.01903: 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 0x7fa2c0592480> <<< 172629 1726889037.01930: 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 <<< 172629 1726889037.01941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 172629 1726889037.01967: 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' <<< 172629 1726889037.01990: 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 0x7fa2c05936b0> <<< 172629 1726889037.02021: 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 0x7fa2c0593920> <<< 172629 1726889037.02043: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 172629 1726889037.02079: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889037.02100: stdout chunk (state=3): >>># extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 172629 1726889037.02103: stdout chunk (state=3): >>>import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa2c0593a40> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c05937d0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0593170> <<< 172629 1726889037.02130: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0592600> <<< 172629 1726889037.02141: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c05918b0> <<< 172629 1726889037.02162: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0590e30> <<< 172629 1726889037.02165: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c05634d0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c05632c0> <<< 172629 1726889037.02188: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c05627b0> <<< 172629 1726889037.02214: 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' <<< 172629 1726889037.02230: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0593410> <<< 172629 1726889037.02249: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 172629 1726889037.02274: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0593e90> <<< 172629 1726889037.02295: 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 <<< 172629 1726889037.02298: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' <<< 172629 1726889037.02315: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c05bc7a0> <<< 172629 1726889037.02328: 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 <<< 172629 1726889037.02345: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 172629 1726889037.02349: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c05bcb30> <<< 172629 1726889037.02374: 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 <<< 172629 1726889037.02396: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 172629 1726889037.02411: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c05bd430> <<< 172629 1726889037.02427: 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 <<< 172629 1726889037.02461: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 172629 1726889037.02481: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c05bdfa0> <<< 172629 1726889037.15122: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["cryptsetup"], "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}}} <<< 172629 1726889037.16265: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 172629 1726889037.16305: stdout chunk (state=3): >>># destroy __main__ <<< 172629 1726889037.16789: 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 <<< 172629 1726889037.16797: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr <<< 172629 1726889037.16825: stdout chunk (state=3): >>># cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat <<< 172629 1726889037.16851: stdout chunk (state=3): >>># cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # 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 <<< 172629 1726889037.16886: stdout chunk (state=3): >>># 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 <<< 172629 1726889037.16890: stdout chunk (state=3): >>># cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit <<< 172629 1726889037.16923: 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 # 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 <<< 172629 1726889037.16937: 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 <<< 172629 1726889037.16967: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process <<< 172629 1726889037.16975: 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 # 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<<< 172629 1726889037.17001: stdout chunk (state=3): >>> # 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 <<< 172629 1726889037.17020: stdout chunk (state=3): >>># 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 <<< 172629 1726889037.17043: stdout chunk (state=3): >>># cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # 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 <<< 172629 1726889037.17073: stdout chunk (state=3): >>># 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 <<< 172629 1726889037.17077: stdout chunk (state=3): >>># 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 <<< 172629 1726889037.17121: stdout chunk (state=3): >>># 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 <<< 172629 1726889037.17124: stdout chunk (state=3): >>># cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage <<< 172629 1726889037.17128: stdout chunk (state=3): >>># 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 <<< 172629 1726889037.17637: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 172629 1726889037.17641: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 172629 1726889037.17652: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path <<< 172629 1726889037.17687: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 172629 1726889037.17691: stdout chunk (state=3): >>># destroy ntpath <<< 172629 1726889037.17706: stdout chunk (state=3): >>># destroy zipimport <<< 172629 1726889037.17712: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 172629 1726889037.17743: stdout chunk (state=3): >>># destroy selinux <<< 172629 1726889037.17750: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 172629 1726889037.17773: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 172629 1726889037.17803: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 172629 1726889037.17816: stdout chunk (state=3): >>># destroy six.moves.urllib # destroy six.moves <<< 172629 1726889037.17825: stdout chunk (state=3): >>># destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 172629 1726889037.17849: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 172629 1726889037.17874: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 172629 1726889037.17885: stdout chunk (state=3): >>># destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 172629 1726889037.17901: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 172629 1726889037.17935: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings <<< 172629 1726889037.17965: 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 <<< 172629 1726889037.17975: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # 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 <<< 172629 1726889037.17996: stdout chunk (state=3): >>># 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 <<< 172629 1726889037.18023: stdout chunk (state=3): >>># destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf <<< 172629 1726889037.18048: stdout chunk (state=3): >>># destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect <<< 172629 1726889037.18059: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 172629 1726889037.18063: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers <<< 172629 1726889037.18090: stdout chunk (state=3): >>># 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 <<< 172629 1726889037.18100: stdout chunk (state=3): >>># cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm <<< 172629 1726889037.18125: 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 <<< 172629 1726889037.18130: stdout chunk (state=3): >>># 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 <<< 172629 1726889037.18145: 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 <<< 172629 1726889037.18169: stdout chunk (state=3): >>># cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect <<< 172629 1726889037.18172: stdout chunk (state=3): >>># cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response <<< 172629 1726889037.18186: stdout chunk (state=3): >>># cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager <<< 172629 1726889037.18198: stdout chunk (state=3): >>># cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 172629 1726889037.18227: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header <<< 172629 1726889037.18241: stdout chunk (state=3): >>># cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime <<< 172629 1726889037.18277: stdout chunk (state=3): >>># cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart <<< 172629 1726889037.18281: stdout chunk (state=3): >>># destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext <<< 172629 1726889037.18285: 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 <<< 172629 1726889037.18335: stdout chunk (state=3): >>># cleanup[3] wiping array # cleanup[3] wiping _socket <<< 172629 1726889037.18343: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 172629 1726889037.18346: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 172629 1726889037.18363: 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 <<< 172629 1726889037.18385: 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 <<< 172629 1726889037.18404: stdout chunk (state=3): >>># cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress <<< 172629 1726889037.18421: stdout chunk (state=3): >>># cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile <<< 172629 1726889037.18458: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math <<< 172629 1726889037.18461: stdout chunk (state=3): >>># cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno <<< 172629 1726889037.18464: stdout chunk (state=3): >>># cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 172629 1726889037.18497: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 172629 1726889037.18504: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 172629 1726889037.18532: 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 <<< 172629 1726889037.18567: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc <<< 172629 1726889037.18571: stdout chunk (state=3): >>># cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # 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 <<< 172629 1726889037.18587: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 172629 1726889037.18599: stdout chunk (state=3): >>># destroy _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 172629 1726889037.19046: stdout chunk (state=3): >>># destroy sys.monitoring <<< 172629 1726889037.19057: stdout chunk (state=3): >>># destroy _socket <<< 172629 1726889037.19086: stdout chunk (state=3): >>># destroy _weakref <<< 172629 1726889037.19092: stdout chunk (state=3): >>># destroy _thread # destroy _hashlib <<< 172629 1726889037.19128: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 172629 1726889037.19133: stdout chunk (state=3): >>># destroy tokenize <<< 172629 1726889037.19166: stdout chunk (state=3): >>># destroy _compat_pickle <<< 172629 1726889037.19172: stdout chunk (state=3): >>># destroy libdnf._error <<< 172629 1726889037.19188: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 172629 1726889037.19204: stdout chunk (state=3): >>># destroy _queue <<< 172629 1726889037.19209: stdout chunk (state=3): >>># destroy array <<< 172629 1726889037.19224: stdout chunk (state=3): >>># destroy copyreg <<< 172629 1726889037.19235: 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 <<< 172629 1726889037.19271: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves <<< 172629 1726889037.19274: stdout chunk (state=3): >>># destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 172629 1726889037.19281: stdout chunk (state=3): >>># destroy unicodedata <<< 172629 1726889037.19309: stdout chunk (state=3): >>># destroy _blake2 # destroy email <<< 172629 1726889037.19324: stdout chunk (state=3): >>># destroy queue # destroy shlex # destroy pwd <<< 172629 1726889037.19333: stdout chunk (state=3): >>># destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction <<< 172629 1726889037.19336: stdout chunk (state=3): >>># destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib <<< 172629 1726889037.19357: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 172629 1726889037.19374: stdout chunk (state=3): >>># destroy tempfile # destroy traceback <<< 172629 1726889037.19409: stdout chunk (state=3): >>># destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # 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 <<< 172629 1726889037.19415: stdout chunk (state=3): >>># destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf <<< 172629 1726889037.19440: stdout chunk (state=3): >>># destroy rpm <<< 172629 1726889037.19489: stdout chunk (state=3): >>># destroy itertools <<< 172629 1726889037.19495: stdout chunk (state=3): >>># destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 172629 1726889037.19572: stdout chunk (state=3): >>># destroy _warnings <<< 172629 1726889037.19578: stdout chunk (state=3): >>># destroy posix <<< 172629 1726889037.19608: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings <<< 172629 1726889037.19615: stdout chunk (state=3): >>># destroy string <<< 172629 1726889037.19649: stdout chunk (state=3): >>># destroy _ssl <<< 172629 1726889037.19720: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib<<< 172629 1726889037.19726: stdout chunk (state=3): >>> <<< 172629 1726889037.19846: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 172629 1726889037.19850: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random <<< 172629 1726889037.19885: stdout chunk (state=3): >>># destroy _sre <<< 172629 1726889037.19888: stdout chunk (state=3): >>># destroy _operator # destroy _functools <<< 172629 1726889037.19906: stdout chunk (state=3): >>># clear sys.audit hooks <<< 172629 1726889037.20518: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 172629 1726889037.20549: stderr chunk (state=3): >>><<< 172629 1726889037.20553: stdout chunk (state=3): >>><<< 172629 1726889037.20721: _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 0x7fa2c3fbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3f8bb00> # /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 0x7fa2c3fbea50> 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 0x7fa2c3fcd130> # /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 0x7fa2c3fce120> 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 0x7fa2c3db3f50> # /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 0x7fa2c3dc00e0> # /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 0x7fa2c3de3920> # /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 0x7fa2c3de3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3dc3bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3dc1340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3db1100> # /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 0x7fa2c3e078c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e064e0> # /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 0x7fa2c3dc21e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e04c20> # /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 0x7fa2c3e34920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3db0380> # /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 0x7fa2c3e34dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e34c80> # 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 0x7fa2c3e35070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3da6ea0> # /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 0x7fa2c3e35730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e35430> 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 0x7fa2c3e36630> 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 0x7fa2c3e54860> 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 0x7fa2c3e55f40> # /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 0x7fa2c3e56de0> # 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 0x7fa2c3e57440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e56330> # /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 0x7fa2c3e57e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e575c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e36690> # /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 0x7fa2c3b9bd40> # /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 0x7fa2c3bc87a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3bc8500> # 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 0x7fa2c3bc87d0> # /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 0x7fa2c3bc9100> # 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 0x7fa2c3bc9af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3bc89b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3b99ee0> # /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 0x7fa2c3bcaed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3bc9c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3e36d80> # /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 0x7fa2c3bf3200> # /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 0x7fa2c3c1b590> # /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 0x7fa2c3c74350> # /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 0x7fa2c3c76ab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3c74470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3c41370> # /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 0x7fa2c35253a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3c1a390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3bcbdd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa2c3c1a990> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_lwrzkjry/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 0x7fa2c357f050> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c355df40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c355d0d0> # 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 0x7fa2c357cef0> # /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 0x7fa2c35aaab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c35aa840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c35aa150> # /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 0x7fa2c35aa600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c357fa70> 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 0x7fa2c35ab770> # 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 0x7fa2c35ab9b0> # /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 0x7fa2c35abec0> 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 0x7fa2c3411ca0> # 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 0x7fa2c34138c0> # /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 0x7fa2c34182c0> # /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 0x7fa2c3419460> # /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 0x7fa2c341bf20> # 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 0x7fa2c355f140> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c341a1e0> # /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 0x7fa2c341ff50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c341ea20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c341e780> # /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 0x7fa2c341ec90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c341a6f0> # 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 0x7fa2c3463fe0> # /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 0x7fa2c3464230> # /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 0x7fa2c3465df0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3465bb0> # /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 0x7fa2c3468380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c34664b0> # /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 0x7fa2c346bb60> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3468530> # 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 0x7fa2c346c8c0> # 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 0x7fa2c346cce0> # 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 0x7fa2c346cda0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3464530> # /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 0x7fa2c34f83e0> # 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 0x7fa2c34f9670> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c346eb70> # 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 0x7fa2c346ff20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c346e7b0> # 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 0x7fa2c34fd910> # /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 0x7fa2c34fe690> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c34f9790> 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 0x7fa2c34fe660> # 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 0x7fa2c34ff980> # 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 0x7fa2c330a300> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3307650> 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 0x7fa2c35fab40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c35e2810> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c330a390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c34ff7d0> # 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 0x7fa2c339ca10> # /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 0x7fa2c339cc50> # /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 0x7fa2c339d370> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c339cf20> # /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 0x7fa2c339dca0> # /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 0x7fa2c3389970> # /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 0x7fa2c3389730> # /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 0x7fa2c2fb2750> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c339f440> # /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 0x7fa2c2fc1340> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2fb3ec0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2fb3260> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c339e8d0> # /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 0x7fa2c302d400> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2fe5550> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c34f9af0> # /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 0x7fa2c3034ec0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c302f1a0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2fe5070> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c339dfa0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c339dcd0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c339da00> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c339ccb0> # /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 0x7fa2c339dc10> # /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 0x7fa2c3035520> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3035130> # /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 0x7fa2c3035c40> # /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 0x7fa2c3044950> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c301dac0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3036cc0> # /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 0x7fa2c301d550> # /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 0x7fa2c30529c0> # /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 0x7fa2c3053650> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c3053110> # /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 0x7fa2c3053b30> # /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 0x7fa2c3026f60> # /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 0x7fa2c2f78590> # 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 0x7fa2c2f7b500> # /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 0x7fa2c2f7b620> # /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 0x7fa2c2ccf830> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2ccf080> # 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 0x7fa2c2ccf260> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2f7bb60> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2f7a5d0> # /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 0x7fa2c2f7b200> # /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 0x7fa2c2d4cda0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2d4c9b0> # /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 0x7fa2c2d785f0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2d4ce30> # /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 0x7fa2c28af6e0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2d78740> # /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 0x7fa2c2925280> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c28afb00> # /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 0x7fa2c29602c0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2925430> # /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 0x7fa2c0eb0440> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2960680> # /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 0x7fa2c0eb1760> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0eb0b60> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2d4c530> # /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 0x7fa2c0ed0bc0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0eb3f20> # /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 0x7fa2c0ed3260> # /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 0x7fa2c0f001a0> # /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 0x7fa2c0f00a70> # /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 0x7fa2c0f01f10> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f003e0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0ed3110> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0ed2ab0> # /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 0x7fa2c0f03b30> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0ed3680> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0ed0f20> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0eb3620> # /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 0x7fa2c0eb3d40> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0eb3aa0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0eb1820> # /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 0x7fa2c0f35100> # /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 0x7fa2c0f375c0> # /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 0x7fa2c0f37da0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f36900> # /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 0x7fa2c0f645f0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f350d0> # /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 0x7fa2c0f66000> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f655b0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f65400> # /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 0x7fa2c0f91070> # /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 0x7fa2c085f0e0> # 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 0x7fa2c085f440> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f93350> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f91520> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f90560> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f667b0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f66510> # /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 0x7fa2c0898ef0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c085ff20> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0f66cf0> # /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 0x7fa2c0899640> # /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 0x7fa2c0899a00> # /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 0x7fa2c0899a60> # /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 0x7fa2c0899b80> # /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 0x7fa2c08b8770> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c089a8a0> # /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 0x7fa2c08b8920> # /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 0x7fa2c08b8a10> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0899970> # /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 0x7fa2c08b8b00> # /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 0x7fa2c0904590> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c08df9b0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c08de420> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c08ba360> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c08b97c0> # /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 0x7fa2c08bb740> # /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 0x7fa2c08dc6b0> # /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 0x7fa2c0924da0> # /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 0x7fa2c0925010> # /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 0x7fa2c0925970> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0925400> # /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 0x7fa2c0926870> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2ccf920> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c2f7a420> # /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 0x7fa2c0927470> # /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 0x7fa2c06efec0> # /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 0x7fa2c0719f10> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0719ac0> # 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 0x7fa2c339cad0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0718980> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0718200> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c06ecf50> # /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 0x7fa2c0718770> # /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 0x7fa2c072f500> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c072e030> # /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 0x7fa2c0750ce0> # /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 0x7fa2c0750fe0> # /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 0x7fa2c0751220> # /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 0x7fa2c07514c0> # /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 0x7fa2c0751be0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0751a30> # /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 0x7fa2c07534d0> # /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 0x7fa2c0753620> # /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 0x7fa2c0753830> # /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 0x7fa2c076c7d0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0753f50> # /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 0x7fa2c076d370> # /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 0x7fa2c076d7c0> # /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 0x7fa2c076d9a0> # /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 0x7fa2c076dc40> # /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 0x7fa2c076eb40> # /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 0x7fa2c076edb0> # /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 0x7fa2c076efc0> # /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 0x7fa2c076fbc0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c076f6e0> # /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 0x7fa2c0790a70> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c07903b0> # /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 0x7fa2c07916a0> # /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 0x7fa2c0791940> # /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 0x7fa2c0792870> # /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 0x7fa2c0792b10> # /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 0x7fa2c0792cc0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0927890> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0927620> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0926c60> # /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 0x7fa2c07936e0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0793410> # /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 0x7fa2c07bdb50> # /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 0x7fa2c07bf1d0> # 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 0x7fa2c07be4b0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c07be030> # /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 0x7fa2c050cb00> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c04f3ef0> # /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 0x7fa2c050fa10> # /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 0x7fa2c050fb00> # /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 0x7fa2c050d160> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c050ce60> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c07939b0> # /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 0x7fa2c07bd6d0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0793710> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c09275f0> # /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 0x7fa2c0536480> # /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 0x7fa2c0536d50> # /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 0x7fa2c0537d40> # /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 0x7fa2c05603e0> # /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 0x7fa2c0561a60> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0561430> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c05610d0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0560d70> # /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 0x7fa2c0561820> # /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 0x7fa2c05637d0> # /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 0x7fa2c0563860> # /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 0x7fa2c0563f50> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0563dd0> # /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 0x7fa2c0592480> # /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 0x7fa2c05936b0> # /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 0x7fa2c0593920> # /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 0x7fa2c0593a40> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c05937d0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0593170> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0592600> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c05918b0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c0590e30> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c05634d0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c05632c0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2c05627b0> # /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 0x7fa2c0593410> # /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 0x7fa2c0593e90> # /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 0x7fa2c05bc7a0> # /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 0x7fa2c05bcb30> # /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 0x7fa2c05bd430> # /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 0x7fa2c05bdfa0> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["cryptsetup"], "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. 172629 1726889037.21865: done with _execute_module (ansible.legacy.dnf, {'name': 'cryptsetup', '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-1726889036.5788703-177570-271694109623174/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 172629 1726889037.21870: _low_level_execute_command(): starting 172629 1726889037.21873: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726889036.5788703-177570-271694109623174/ > /dev/null 2>&1 && sleep 0' 172629 1726889037.21879: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 172629 1726889037.21881: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889037.21882: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889037.21883: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889037.21885: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889037.21886: stderr chunk (state=3): >>>debug2: match not found <<< 172629 1726889037.21887: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889037.21888: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 172629 1726889037.21889: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 172629 1726889037.21890: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 172629 1726889037.21892: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 172629 1726889037.21893: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 172629 1726889037.21894: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 172629 1726889037.21895: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 172629 1726889037.21896: stderr chunk (state=3): >>>debug2: match found <<< 172629 1726889037.21898: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 172629 1726889037.21899: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 172629 1726889037.21901: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 172629 1726889037.21904: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 172629 1726889037.21905: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 172629 1726889037.23592: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 172629 1726889037.23614: stderr chunk (state=3): >>><<< 172629 1726889037.23617: stdout chunk (state=3): >>><<< 172629 1726889037.23633: _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 172629 1726889037.23638: handler run complete 172629 1726889037.23666: attempt loop complete, returning result 172629 1726889037.23669: _execute() done 172629 1726889037.23672: dumping result to json 172629 1726889037.23677: done dumping result, returning 172629 1726889037.23683: done running TaskExecutor() for managed_node1/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-d0a8-add8-000000003158] 172629 1726889037.23688: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003158 172629 1726889037.23783: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003158 172629 1726889037.23785: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 172629 1726889037.23870: no more pending results, returning what we have 172629 1726889037.23873: results queue empty 172629 1726889037.23874: checking for any_errors_fatal 172629 1726889037.23880: done checking for any_errors_fatal 172629 1726889037.23881: checking for max_fail_percentage 172629 1726889037.23882: done checking for max_fail_percentage 172629 1726889037.23883: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.23884: done checking to see if all hosts have failed 172629 1726889037.23884: getting the remaining hosts for this loop 172629 1726889037.23886: done getting the remaining hosts for this loop 172629 1726889037.23889: getting the next task for host managed_node1 172629 1726889037.23898: done getting next task for host managed_node1 172629 1726889037.23901: ^ task is: TASK: Collect LUKS info for this volume 172629 1726889037.23905: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889037.23909: getting variables 172629 1726889037.23911: in VariableManager get_vars() 172629 1726889037.23947: Calling all_inventory to load vars for managed_node1 172629 1726889037.23949: Calling groups_inventory to load vars for managed_node1 172629 1726889037.23953: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.23971: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.23974: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.23976: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.24631: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.24952: done with get_vars() 172629 1726889037.24967: done getting variables 172629 1726889037.25008: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Friday 20 September 2024 23:23:57 -0400 (0:00:00.731) 0:02:17.530 ****** 172629 1726889037.25031: entering _queue_task() for managed_node1/command 172629 1726889037.25262: worker is 1 (out of 1 available) 172629 1726889037.25276: exiting _queue_task() for managed_node1/command 172629 1726889037.25290: done queuing things up, now waiting for results queue to drain 172629 1726889037.25292: waiting for pending results... 172629 1726889037.25485: running TaskExecutor() for managed_node1/TASK: Collect LUKS info for this volume 172629 1726889037.25592: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003159 172629 1726889037.25604: variable 'ansible_search_path' from source: unknown 172629 1726889037.25633: calling self._execute() 172629 1726889037.25723: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.25727: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.25738: variable 'omit' from source: magic vars 172629 1726889037.26029: variable 'storage_test_volume' from source: include params 172629 1726889037.26044: variable '_storage_test_volume_present' from source: set_fact 172629 1726889037.26062: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 172629 1726889037.26067: when evaluation is False, skipping this task 172629 1726889037.26070: _execute() done 172629 1726889037.26073: dumping result to json 172629 1726889037.26075: done dumping result, returning 172629 1726889037.26083: done running TaskExecutor() for managed_node1/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-d0a8-add8-000000003159] 172629 1726889037.26086: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003159 172629 1726889037.26177: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003159 172629 1726889037.26180: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889037.26235: no more pending results, returning what we have 172629 1726889037.26238: results queue empty 172629 1726889037.26239: checking for any_errors_fatal 172629 1726889037.26250: done checking for any_errors_fatal 172629 1726889037.26251: checking for max_fail_percentage 172629 1726889037.26253: done checking for max_fail_percentage 172629 1726889037.26257: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.26258: done checking to see if all hosts have failed 172629 1726889037.26259: getting the remaining hosts for this loop 172629 1726889037.26261: done getting the remaining hosts for this loop 172629 1726889037.26265: getting the next task for host managed_node1 172629 1726889037.26271: done getting next task for host managed_node1 172629 1726889037.26275: ^ task is: TASK: Verify the presence/absence of the LUKS device node 172629 1726889037.26279: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889037.26282: getting variables 172629 1726889037.26283: in VariableManager get_vars() 172629 1726889037.26320: Calling all_inventory to load vars for managed_node1 172629 1726889037.26323: Calling groups_inventory to load vars for managed_node1 172629 1726889037.26326: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.26336: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.26338: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.26341: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.26674: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.27011: done with get_vars() 172629 1726889037.27020: done getting variables 172629 1726889037.27067: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Friday 20 September 2024 23:23:57 -0400 (0:00:00.020) 0:02:17.550 ****** 172629 1726889037.27090: entering _queue_task() for managed_node1/assert 172629 1726889037.27290: worker is 1 (out of 1 available) 172629 1726889037.27303: exiting _queue_task() for managed_node1/assert 172629 1726889037.27317: done queuing things up, now waiting for results queue to drain 172629 1726889037.27318: waiting for pending results... 172629 1726889037.27498: running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the LUKS device node 172629 1726889037.27593: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000315a 172629 1726889037.27605: variable 'ansible_search_path' from source: unknown 172629 1726889037.27630: calling self._execute() 172629 1726889037.27725: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.27729: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.27738: variable 'omit' from source: magic vars 172629 1726889037.28012: variable 'storage_test_volume' from source: include params 172629 1726889037.28038: Evaluated conditional (storage_test_volume.encryption): False 172629 1726889037.28041: when evaluation is False, skipping this task 172629 1726889037.28044: _execute() done 172629 1726889037.28050: dumping result to json 172629 1726889037.28053: done dumping result, returning 172629 1726889037.28061: done running TaskExecutor() for managed_node1/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-d0a8-add8-00000000315a] 172629 1726889037.28064: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000315a 172629 1726889037.28158: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000315a 172629 1726889037.28161: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889037.28231: no more pending results, returning what we have 172629 1726889037.28234: results queue empty 172629 1726889037.28235: checking for any_errors_fatal 172629 1726889037.28239: done checking for any_errors_fatal 172629 1726889037.28240: checking for max_fail_percentage 172629 1726889037.28241: done checking for max_fail_percentage 172629 1726889037.28242: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.28243: done checking to see if all hosts have failed 172629 1726889037.28244: getting the remaining hosts for this loop 172629 1726889037.28245: done getting the remaining hosts for this loop 172629 1726889037.28248: getting the next task for host managed_node1 172629 1726889037.28258: done getting next task for host managed_node1 172629 1726889037.28260: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 172629 1726889037.28265: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889037.28268: getting variables 172629 1726889037.28269: in VariableManager get_vars() 172629 1726889037.28299: Calling all_inventory to load vars for managed_node1 172629 1726889037.28302: Calling groups_inventory to load vars for managed_node1 172629 1726889037.28304: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.28311: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.28313: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.28315: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.28626: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.28976: done with get_vars() 172629 1726889037.28986: done getting variables 172629 1726889037.29024: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Friday 20 September 2024 23:23:57 -0400 (0:00:00.019) 0:02:17.570 ****** 172629 1726889037.29045: entering _queue_task() for managed_node1/assert 172629 1726889037.29239: worker is 1 (out of 1 available) 172629 1726889037.29253: exiting _queue_task() for managed_node1/assert 172629 1726889037.29271: done queuing things up, now waiting for results queue to drain 172629 1726889037.29273: waiting for pending results... 172629 1726889037.29448: running TaskExecutor() for managed_node1/TASK: Verify that the raw device is the same as the device if not encrypted 172629 1726889037.29545: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000315b 172629 1726889037.29561: variable 'ansible_search_path' from source: unknown 172629 1726889037.29586: calling self._execute() 172629 1726889037.29672: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.29676: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.29685: variable 'omit' from source: magic vars 172629 1726889037.29939: variable '_storage_test_volume_present' from source: set_fact 172629 1726889037.29945: Evaluated conditional (_storage_test_volume_present): False 172629 1726889037.29949: when evaluation is False, skipping this task 172629 1726889037.29952: _execute() done 172629 1726889037.29959: dumping result to json 172629 1726889037.29962: done dumping result, returning 172629 1726889037.29965: done running TaskExecutor() for managed_node1/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-d0a8-add8-00000000315b] 172629 1726889037.29971: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000315b 172629 1726889037.30066: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000315b 172629 1726889037.30070: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889037.30117: no more pending results, returning what we have 172629 1726889037.30121: results queue empty 172629 1726889037.30122: checking for any_errors_fatal 172629 1726889037.30127: done checking for any_errors_fatal 172629 1726889037.30127: checking for max_fail_percentage 172629 1726889037.30129: done checking for max_fail_percentage 172629 1726889037.30130: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.30131: done checking to see if all hosts have failed 172629 1726889037.30131: getting the remaining hosts for this loop 172629 1726889037.30133: done getting the remaining hosts for this loop 172629 1726889037.30135: getting the next task for host managed_node1 172629 1726889037.30142: done getting next task for host managed_node1 172629 1726889037.30144: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 172629 1726889037.30150: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889037.30162: getting variables 172629 1726889037.30164: in VariableManager get_vars() 172629 1726889037.30194: Calling all_inventory to load vars for managed_node1 172629 1726889037.30196: Calling groups_inventory to load vars for managed_node1 172629 1726889037.30199: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.30207: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.30210: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.30213: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.30543: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.30885: done with get_vars() 172629 1726889037.30895: done getting variables 172629 1726889037.30937: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Friday 20 September 2024 23:23:57 -0400 (0:00:00.019) 0:02:17.589 ****** 172629 1726889037.30963: entering _queue_task() for managed_node1/assert 172629 1726889037.31151: worker is 1 (out of 1 available) 172629 1726889037.31169: exiting _queue_task() for managed_node1/assert 172629 1726889037.31183: done queuing things up, now waiting for results queue to drain 172629 1726889037.31184: waiting for pending results... 172629 1726889037.31361: running TaskExecutor() for managed_node1/TASK: Make sure we got info about the LUKS volume if encrypted 172629 1726889037.31442: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000315c 172629 1726889037.31457: variable 'ansible_search_path' from source: unknown 172629 1726889037.31483: calling self._execute() 172629 1726889037.31572: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.31577: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.31587: variable 'omit' from source: magic vars 172629 1726889037.31875: variable '_storage_test_volume_present' from source: set_fact 172629 1726889037.31879: variable 'storage_test_volume' from source: include params 172629 1726889037.31905: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 172629 1726889037.31908: when evaluation is False, skipping this task 172629 1726889037.31911: _execute() done 172629 1726889037.31913: dumping result to json 172629 1726889037.31916: done dumping result, returning 172629 1726889037.31922: done running TaskExecutor() for managed_node1/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-d0a8-add8-00000000315c] 172629 1726889037.31927: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000315c 172629 1726889037.32017: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000315c 172629 1726889037.32020: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889037.32071: no more pending results, returning what we have 172629 1726889037.32074: results queue empty 172629 1726889037.32076: checking for any_errors_fatal 172629 1726889037.32084: done checking for any_errors_fatal 172629 1726889037.32085: checking for max_fail_percentage 172629 1726889037.32087: done checking for max_fail_percentage 172629 1726889037.32087: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.32088: done checking to see if all hosts have failed 172629 1726889037.32089: getting the remaining hosts for this loop 172629 1726889037.32090: done getting the remaining hosts for this loop 172629 1726889037.32093: getting the next task for host managed_node1 172629 1726889037.32100: done getting next task for host managed_node1 172629 1726889037.32103: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 172629 1726889037.32107: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889037.32110: getting variables 172629 1726889037.32112: in VariableManager get_vars() 172629 1726889037.32143: Calling all_inventory to load vars for managed_node1 172629 1726889037.32146: Calling groups_inventory to load vars for managed_node1 172629 1726889037.32149: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.32167: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.32170: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.32173: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.32510: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.32853: done with get_vars() 172629 1726889037.32867: done getting variables 172629 1726889037.32906: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Friday 20 September 2024 23:23:57 -0400 (0:00:00.019) 0:02:17.609 ****** 172629 1726889037.32930: entering _queue_task() for managed_node1/assert 172629 1726889037.33133: worker is 1 (out of 1 available) 172629 1726889037.33148: exiting _queue_task() for managed_node1/assert 172629 1726889037.33164: done queuing things up, now waiting for results queue to drain 172629 1726889037.33166: waiting for pending results... 172629 1726889037.33341: running TaskExecutor() for managed_node1/TASK: Verify the LUKS volume's device type if encrypted 172629 1726889037.33426: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000315d 172629 1726889037.33439: variable 'ansible_search_path' from source: unknown 172629 1726889037.33468: calling self._execute() 172629 1726889037.33563: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.33566: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.33575: variable 'omit' from source: magic vars 172629 1726889037.33864: variable '_storage_test_volume_present' from source: set_fact 172629 1726889037.33870: variable 'storage_test_volume' from source: include params 172629 1726889037.33893: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 172629 1726889037.33896: when evaluation is False, skipping this task 172629 1726889037.33899: _execute() done 172629 1726889037.33901: dumping result to json 172629 1726889037.33904: done dumping result, returning 172629 1726889037.33911: done running TaskExecutor() for managed_node1/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-d0a8-add8-00000000315d] 172629 1726889037.33916: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000315d 172629 1726889037.34012: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000315d 172629 1726889037.34016: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 172629 1726889037.34089: no more pending results, returning what we have 172629 1726889037.34092: results queue empty 172629 1726889037.34093: checking for any_errors_fatal 172629 1726889037.34099: done checking for any_errors_fatal 172629 1726889037.34099: checking for max_fail_percentage 172629 1726889037.34101: done checking for max_fail_percentage 172629 1726889037.34102: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.34102: done checking to see if all hosts have failed 172629 1726889037.34103: getting the remaining hosts for this loop 172629 1726889037.34105: done getting the remaining hosts for this loop 172629 1726889037.34108: getting the next task for host managed_node1 172629 1726889037.34114: done getting next task for host managed_node1 172629 1726889037.34116: ^ task is: TASK: Check LUKS version 172629 1726889037.34121: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889037.34124: getting variables 172629 1726889037.34125: in VariableManager get_vars() 172629 1726889037.34159: Calling all_inventory to load vars for managed_node1 172629 1726889037.34162: Calling groups_inventory to load vars for managed_node1 172629 1726889037.34171: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.34179: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.34182: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.34185: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.34506: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.34849: done with get_vars() 172629 1726889037.34863: done getting variables 172629 1726889037.34902: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Friday 20 September 2024 23:23:57 -0400 (0:00:00.019) 0:02:17.629 ****** 172629 1726889037.34923: entering _queue_task() for managed_node1/assert 172629 1726889037.35130: worker is 1 (out of 1 available) 172629 1726889037.35145: exiting _queue_task() for managed_node1/assert 172629 1726889037.35164: done queuing things up, now waiting for results queue to drain 172629 1726889037.35165: waiting for pending results... 172629 1726889037.35339: running TaskExecutor() for managed_node1/TASK: Check LUKS version 172629 1726889037.35424: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000315e 172629 1726889037.35437: variable 'ansible_search_path' from source: unknown 172629 1726889037.35467: calling self._execute() 172629 1726889037.35553: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.35563: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.35570: variable 'omit' from source: magic vars 172629 1726889037.35817: variable '_storage_test_volume_present' from source: set_fact 172629 1726889037.35829: Evaluated conditional (_storage_test_volume_present): False 172629 1726889037.35833: when evaluation is False, skipping this task 172629 1726889037.35835: _execute() done 172629 1726889037.35838: dumping result to json 172629 1726889037.35841: done dumping result, returning 172629 1726889037.35844: done running TaskExecutor() for managed_node1/TASK: Check LUKS version [0affc8a3-6f6f-d0a8-add8-00000000315e] 172629 1726889037.35847: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000315e 172629 1726889037.35946: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000315e 172629 1726889037.35949: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889037.36001: no more pending results, returning what we have 172629 1726889037.36005: results queue empty 172629 1726889037.36006: checking for any_errors_fatal 172629 1726889037.36011: done checking for any_errors_fatal 172629 1726889037.36011: checking for max_fail_percentage 172629 1726889037.36013: done checking for max_fail_percentage 172629 1726889037.36014: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.36014: done checking to see if all hosts have failed 172629 1726889037.36015: getting the remaining hosts for this loop 172629 1726889037.36016: done getting the remaining hosts for this loop 172629 1726889037.36019: getting the next task for host managed_node1 172629 1726889037.36025: done getting next task for host managed_node1 172629 1726889037.36028: ^ task is: TASK: Check LUKS key size 172629 1726889037.36032: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889037.36035: getting variables 172629 1726889037.36037: in VariableManager get_vars() 172629 1726889037.36076: Calling all_inventory to load vars for managed_node1 172629 1726889037.36079: Calling groups_inventory to load vars for managed_node1 172629 1726889037.36082: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.36091: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.36093: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.36096: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.36670: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.36996: done with get_vars() 172629 1726889037.37006: done getting variables 172629 1726889037.37044: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Friday 20 September 2024 23:23:57 -0400 (0:00:00.021) 0:02:17.650 ****** 172629 1726889037.37071: entering _queue_task() for managed_node1/assert 172629 1726889037.37272: worker is 1 (out of 1 available) 172629 1726889037.37285: exiting _queue_task() for managed_node1/assert 172629 1726889037.37300: done queuing things up, now waiting for results queue to drain 172629 1726889037.37302: waiting for pending results... 172629 1726889037.37480: running TaskExecutor() for managed_node1/TASK: Check LUKS key size 172629 1726889037.37581: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000315f 172629 1726889037.37592: variable 'ansible_search_path' from source: unknown 172629 1726889037.37620: calling self._execute() 172629 1726889037.37708: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.37714: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.37724: variable 'omit' from source: magic vars 172629 1726889037.37972: variable '_storage_test_volume_present' from source: set_fact 172629 1726889037.37979: Evaluated conditional (_storage_test_volume_present): False 172629 1726889037.37982: when evaluation is False, skipping this task 172629 1726889037.37985: _execute() done 172629 1726889037.37988: dumping result to json 172629 1726889037.37990: done dumping result, returning 172629 1726889037.37997: done running TaskExecutor() for managed_node1/TASK: Check LUKS key size [0affc8a3-6f6f-d0a8-add8-00000000315f] 172629 1726889037.38002: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000315f 172629 1726889037.38101: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000315f 172629 1726889037.38104: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889037.38150: no more pending results, returning what we have 172629 1726889037.38153: results queue empty 172629 1726889037.38158: checking for any_errors_fatal 172629 1726889037.38166: done checking for any_errors_fatal 172629 1726889037.38166: checking for max_fail_percentage 172629 1726889037.38168: done checking for max_fail_percentage 172629 1726889037.38169: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.38170: done checking to see if all hosts have failed 172629 1726889037.38170: getting the remaining hosts for this loop 172629 1726889037.38172: done getting the remaining hosts for this loop 172629 1726889037.38175: getting the next task for host managed_node1 172629 1726889037.38181: done getting next task for host managed_node1 172629 1726889037.38183: ^ task is: TASK: Check LUKS cipher 172629 1726889037.38188: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889037.38191: getting variables 172629 1726889037.38192: in VariableManager get_vars() 172629 1726889037.38221: Calling all_inventory to load vars for managed_node1 172629 1726889037.38223: Calling groups_inventory to load vars for managed_node1 172629 1726889037.38226: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.38235: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.38238: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.38240: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.38559: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.38896: done with get_vars() 172629 1726889037.38906: done getting variables 172629 1726889037.38948: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Friday 20 September 2024 23:23:57 -0400 (0:00:00.018) 0:02:17.669 ****** 172629 1726889037.38972: entering _queue_task() for managed_node1/assert 172629 1726889037.39161: worker is 1 (out of 1 available) 172629 1726889037.39173: exiting _queue_task() for managed_node1/assert 172629 1726889037.39186: done queuing things up, now waiting for results queue to drain 172629 1726889037.39188: waiting for pending results... 172629 1726889037.39399: running TaskExecutor() for managed_node1/TASK: Check LUKS cipher 172629 1726889037.39480: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003160 172629 1726889037.39495: variable 'ansible_search_path' from source: unknown 172629 1726889037.39521: calling self._execute() 172629 1726889037.39615: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.39620: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.39629: variable 'omit' from source: magic vars 172629 1726889037.39913: variable '_storage_test_volume_present' from source: set_fact 172629 1726889037.39922: Evaluated conditional (_storage_test_volume_present): False 172629 1726889037.39925: when evaluation is False, skipping this task 172629 1726889037.39928: _execute() done 172629 1726889037.39931: dumping result to json 172629 1726889037.39933: done dumping result, returning 172629 1726889037.39942: done running TaskExecutor() for managed_node1/TASK: Check LUKS cipher [0affc8a3-6f6f-d0a8-add8-000000003160] 172629 1726889037.39945: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003160 172629 1726889037.40051: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003160 172629 1726889037.40057: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889037.40100: no more pending results, returning what we have 172629 1726889037.40103: results queue empty 172629 1726889037.40104: checking for any_errors_fatal 172629 1726889037.40111: done checking for any_errors_fatal 172629 1726889037.40112: checking for max_fail_percentage 172629 1726889037.40113: done checking for max_fail_percentage 172629 1726889037.40114: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.40115: done checking to see if all hosts have failed 172629 1726889037.40116: getting the remaining hosts for this loop 172629 1726889037.40118: done getting the remaining hosts for this loop 172629 1726889037.40121: getting the next task for host managed_node1 172629 1726889037.40128: done getting next task for host managed_node1 172629 1726889037.40130: ^ task is: TASK: Set test variables 172629 1726889037.40135: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889037.40138: getting variables 172629 1726889037.40139: in VariableManager get_vars() 172629 1726889037.40179: Calling all_inventory to load vars for managed_node1 172629 1726889037.40182: Calling groups_inventory to load vars for managed_node1 172629 1726889037.40184: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.40193: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.40195: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.40198: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.40520: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.40860: done with get_vars() 172629 1726889037.40869: done getting variables 172629 1726889037.40908: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set test variables] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Friday 20 September 2024 23:23:57 -0400 (0:00:00.019) 0:02:17.689 ****** 172629 1726889037.40932: entering _queue_task() for managed_node1/set_fact 172629 1726889037.41121: worker is 1 (out of 1 available) 172629 1726889037.41132: exiting _queue_task() for managed_node1/set_fact 172629 1726889037.41146: done queuing things up, now waiting for results queue to drain 172629 1726889037.41147: waiting for pending results... 172629 1726889037.41359: running TaskExecutor() for managed_node1/TASK: Set test variables 172629 1726889037.41450: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003161 172629 1726889037.41466: variable 'ansible_search_path' from source: unknown 172629 1726889037.41496: calling self._execute() 172629 1726889037.41579: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.41589: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.41594: variable 'omit' from source: magic vars 172629 1726889037.41676: variable 'omit' from source: magic vars 172629 1726889037.41719: variable 'omit' from source: magic vars 172629 1726889037.41918: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889037.43596: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889037.43717: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889037.43720: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889037.43783: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889037.43808: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889037.43953: variable 'storage_test_volume' from source: include params 172629 1726889037.43987: variable '_storage_test_volume_present' from source: set_fact 172629 1726889037.44238: 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) 172629 1726889037.44279: 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) 172629 1726889037.44312: 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) 172629 1726889037.44381: 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) 172629 1726889037.44385: 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) 172629 1726889037.44430: 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) 172629 1726889037.44438: 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) 172629 1726889037.44460: 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) 172629 1726889037.44486: 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) 172629 1726889037.44496: 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) 172629 1726889037.44540: 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) 172629 1726889037.44562: 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) 172629 1726889037.44579: 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) 172629 1726889037.44602: 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) 172629 1726889037.44612: 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) 172629 1726889037.44731: variable 'storage_test_crypttab' from source: set_fact 172629 1726889037.44739: variable 'storage_test_volume' from source: include params 172629 1726889037.44844: variable 'storage_test_volume' from source: include params 172629 1726889037.44870: variable 'omit' from source: magic vars 172629 1726889037.44891: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889037.44911: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889037.44927: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889037.44939: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889037.44948: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889037.44978: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889037.44981: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.44983: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.45047: Set connection var ansible_timeout to 10 172629 1726889037.45051: Set connection var ansible_shell_type to sh 172629 1726889037.45061: Set connection var ansible_pipelining to False 172629 1726889037.45071: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889037.45074: Set connection var ansible_shell_executable to /bin/sh 172629 1726889037.45077: Set connection var ansible_connection to ssh 172629 1726889037.45091: variable 'ansible_shell_executable' from source: unknown 172629 1726889037.45093: variable 'ansible_connection' from source: unknown 172629 1726889037.45096: variable 'ansible_module_compression' from source: unknown 172629 1726889037.45100: variable 'ansible_shell_type' from source: unknown 172629 1726889037.45103: variable 'ansible_shell_executable' from source: unknown 172629 1726889037.45105: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.45107: variable 'ansible_pipelining' from source: unknown 172629 1726889037.45109: variable 'ansible_timeout' from source: unknown 172629 1726889037.45114: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.45189: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889037.45197: variable 'omit' from source: magic vars 172629 1726889037.45207: starting attempt loop 172629 1726889037.45210: running the handler 172629 1726889037.45222: handler run complete 172629 1726889037.45226: attempt loop complete, returning result 172629 1726889037.45229: _execute() done 172629 1726889037.45231: dumping result to json 172629 1726889037.45236: done dumping result, returning 172629 1726889037.45242: done running TaskExecutor() for managed_node1/TASK: Set test variables [0affc8a3-6f6f-d0a8-add8-000000003161] 172629 1726889037.45246: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003161 172629 1726889037.45366: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003161 172629 1726889037.45369: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 172629 1726889037.45460: no more pending results, returning what we have 172629 1726889037.45463: results queue empty 172629 1726889037.45464: checking for any_errors_fatal 172629 1726889037.45477: done checking for any_errors_fatal 172629 1726889037.45478: checking for max_fail_percentage 172629 1726889037.45479: done checking for max_fail_percentage 172629 1726889037.45480: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.45481: done checking to see if all hosts have failed 172629 1726889037.45482: getting the remaining hosts for this loop 172629 1726889037.45483: done getting the remaining hosts for this loop 172629 1726889037.45487: getting the next task for host managed_node1 172629 1726889037.45496: done getting next task for host managed_node1 172629 1726889037.45498: ^ task is: TASK: Check for /etc/crypttab entry 172629 1726889037.45503: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889037.45507: getting variables 172629 1726889037.45509: in VariableManager get_vars() 172629 1726889037.45542: Calling all_inventory to load vars for managed_node1 172629 1726889037.45544: Calling groups_inventory to load vars for managed_node1 172629 1726889037.45549: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.45562: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.45565: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.45568: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.46135: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.46558: done with get_vars() 172629 1726889037.46569: done getting variables 172629 1726889037.46608: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Friday 20 September 2024 23:23:57 -0400 (0:00:00.056) 0:02:17.746 ****** 172629 1726889037.46631: entering _queue_task() for managed_node1/assert 172629 1726889037.46845: worker is 1 (out of 1 available) 172629 1726889037.46863: exiting _queue_task() for managed_node1/assert 172629 1726889037.46876: done queuing things up, now waiting for results queue to drain 172629 1726889037.46877: waiting for pending results... 172629 1726889037.47067: running TaskExecutor() for managed_node1/TASK: Check for /etc/crypttab entry 172629 1726889037.47198: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003162 172629 1726889037.47203: variable 'ansible_search_path' from source: unknown 172629 1726889037.47234: calling self._execute() 172629 1726889037.47362: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.47366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.47370: variable 'omit' from source: magic vars 172629 1726889037.47761: variable 'omit' from source: magic vars 172629 1726889037.47765: variable 'omit' from source: magic vars 172629 1726889037.47768: variable 'storage_test_volume' from source: include params 172629 1726889037.47862: variable 'omit' from source: magic vars 172629 1726889037.47865: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889037.47895: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889037.47914: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889037.47931: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889037.47942: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889037.47973: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889037.47976: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.47979: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.48074: Set connection var ansible_timeout to 10 172629 1726889037.48078: Set connection var ansible_shell_type to sh 172629 1726889037.48101: Set connection var ansible_pipelining to False 172629 1726889037.48104: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889037.48106: Set connection var ansible_shell_executable to /bin/sh 172629 1726889037.48108: Set connection var ansible_connection to ssh 172629 1726889037.48117: variable 'ansible_shell_executable' from source: unknown 172629 1726889037.48120: variable 'ansible_connection' from source: unknown 172629 1726889037.48125: variable 'ansible_module_compression' from source: unknown 172629 1726889037.48127: variable 'ansible_shell_type' from source: unknown 172629 1726889037.48130: variable 'ansible_shell_executable' from source: unknown 172629 1726889037.48132: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.48161: variable 'ansible_pipelining' from source: unknown 172629 1726889037.48165: variable 'ansible_timeout' from source: unknown 172629 1726889037.48167: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.48276: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889037.48288: variable 'omit' from source: magic vars 172629 1726889037.48293: starting attempt loop 172629 1726889037.48297: running the handler 172629 1726889037.48468: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889037.50619: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889037.50672: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889037.50701: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889037.50725: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889037.50744: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889037.50797: 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) 172629 1726889037.50818: 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) 172629 1726889037.50835: 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) 172629 1726889037.50864: 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) 172629 1726889037.50877: 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) 172629 1726889037.50914: 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) 172629 1726889037.50931: 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) 172629 1726889037.50949: 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) 172629 1726889037.50978: 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) 172629 1726889037.50989: 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) 172629 1726889037.51069: variable '_storage_test_crypttab_entries' from source: set_fact 172629 1726889037.51073: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726889037.51085: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 172629 1726889037.51093: handler run complete 172629 1726889037.51106: attempt loop complete, returning result 172629 1726889037.51108: _execute() done 172629 1726889037.51112: dumping result to json 172629 1726889037.51115: done dumping result, returning 172629 1726889037.51120: done running TaskExecutor() for managed_node1/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-d0a8-add8-000000003162] 172629 1726889037.51125: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003162 172629 1726889037.51210: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003162 172629 1726889037.51213: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 172629 1726889037.51287: no more pending results, returning what we have 172629 1726889037.51290: results queue empty 172629 1726889037.51291: checking for any_errors_fatal 172629 1726889037.51300: done checking for any_errors_fatal 172629 1726889037.51301: checking for max_fail_percentage 172629 1726889037.51303: done checking for max_fail_percentage 172629 1726889037.51310: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.51311: done checking to see if all hosts have failed 172629 1726889037.51312: getting the remaining hosts for this loop 172629 1726889037.51315: done getting the remaining hosts for this loop 172629 1726889037.51318: getting the next task for host managed_node1 172629 1726889037.51327: done getting next task for host managed_node1 172629 1726889037.51330: ^ task is: TASK: Validate the format of the crypttab entry 172629 1726889037.51334: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889037.51339: getting variables 172629 1726889037.51341: in VariableManager get_vars() 172629 1726889037.51381: Calling all_inventory to load vars for managed_node1 172629 1726889037.51383: Calling groups_inventory to load vars for managed_node1 172629 1726889037.51386: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.51396: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.51399: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.51401: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.51807: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.52422: done with get_vars() 172629 1726889037.52437: done getting variables 172629 1726889037.52491: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Friday 20 September 2024 23:23:57 -0400 (0:00:00.058) 0:02:17.805 ****** 172629 1726889037.52523: entering _queue_task() for managed_node1/assert 172629 1726889037.52826: worker is 1 (out of 1 available) 172629 1726889037.52839: exiting _queue_task() for managed_node1/assert 172629 1726889037.52852: done queuing things up, now waiting for results queue to drain 172629 1726889037.52853: waiting for pending results... 172629 1726889037.53254: running TaskExecutor() for managed_node1/TASK: Validate the format of the crypttab entry 172629 1726889037.53272: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003163 172629 1726889037.53463: variable 'ansible_search_path' from source: unknown 172629 1726889037.53468: calling self._execute() 172629 1726889037.53470: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.53473: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.53475: variable 'omit' from source: magic vars 172629 1726889037.53869: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889037.56678: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889037.56744: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889037.56792: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889037.56841: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889037.56878: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889037.56962: 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) 172629 1726889037.57061: 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) 172629 1726889037.57064: 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) 172629 1726889037.57077: 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) 172629 1726889037.57097: 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) 172629 1726889037.57214: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726889037.57247: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726889037.57258: when evaluation is False, skipping this task 172629 1726889037.57269: _execute() done 172629 1726889037.57277: dumping result to json 172629 1726889037.57285: done dumping result, returning 172629 1726889037.57300: done running TaskExecutor() for managed_node1/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-d0a8-add8-000000003163] 172629 1726889037.57309: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003163 skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726889037.57600: no more pending results, returning what we have 172629 1726889037.57604: results queue empty 172629 1726889037.57605: checking for any_errors_fatal 172629 1726889037.57613: done checking for any_errors_fatal 172629 1726889037.57614: checking for max_fail_percentage 172629 1726889037.57615: done checking for max_fail_percentage 172629 1726889037.57616: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.57617: done checking to see if all hosts have failed 172629 1726889037.57618: getting the remaining hosts for this loop 172629 1726889037.57620: done getting the remaining hosts for this loop 172629 1726889037.57624: getting the next task for host managed_node1 172629 1726889037.57632: done getting next task for host managed_node1 172629 1726889037.57635: ^ task is: TASK: Check backing device of crypttab entry 172629 1726889037.57640: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889037.57644: getting variables 172629 1726889037.57645: in VariableManager get_vars() 172629 1726889037.57688: Calling all_inventory to load vars for managed_node1 172629 1726889037.57691: Calling groups_inventory to load vars for managed_node1 172629 1726889037.57694: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.57706: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.57709: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.57712: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.58269: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003163 172629 1726889037.58273: WORKER PROCESS EXITING 172629 1726889037.58542: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.59145: done with get_vars() 172629 1726889037.59165: done getting variables 172629 1726889037.59226: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Friday 20 September 2024 23:23:57 -0400 (0:00:00.067) 0:02:17.872 ****** 172629 1726889037.59263: entering _queue_task() for managed_node1/assert 172629 1726889037.59670: worker is 1 (out of 1 available) 172629 1726889037.59681: exiting _queue_task() for managed_node1/assert 172629 1726889037.59693: done queuing things up, now waiting for results queue to drain 172629 1726889037.59695: waiting for pending results... 172629 1726889037.59907: running TaskExecutor() for managed_node1/TASK: Check backing device of crypttab entry 172629 1726889037.60046: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003164 172629 1726889037.60074: variable 'ansible_search_path' from source: unknown 172629 1726889037.60114: calling self._execute() 172629 1726889037.60235: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.60251: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.60269: variable 'omit' from source: magic vars 172629 1726889037.60642: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889037.63389: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889037.63464: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889037.63505: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889037.63564: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889037.63598: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889037.63689: 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) 172629 1726889037.63724: 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) 172629 1726889037.63757: 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) 172629 1726889037.63879: 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) 172629 1726889037.63882: 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) 172629 1726889037.63936: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726889037.63972: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726889037.63979: when evaluation is False, skipping this task 172629 1726889037.63991: _execute() done 172629 1726889037.63998: dumping result to json 172629 1726889037.64006: done dumping result, returning 172629 1726889037.64015: done running TaskExecutor() for managed_node1/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-d0a8-add8-000000003164] 172629 1726889037.64024: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003164 skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726889037.64242: no more pending results, returning what we have 172629 1726889037.64247: results queue empty 172629 1726889037.64248: checking for any_errors_fatal 172629 1726889037.64259: done checking for any_errors_fatal 172629 1726889037.64260: checking for max_fail_percentage 172629 1726889037.64262: done checking for max_fail_percentage 172629 1726889037.64263: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.64264: done checking to see if all hosts have failed 172629 1726889037.64265: getting the remaining hosts for this loop 172629 1726889037.64267: done getting the remaining hosts for this loop 172629 1726889037.64271: getting the next task for host managed_node1 172629 1726889037.64279: done getting next task for host managed_node1 172629 1726889037.64282: ^ task is: TASK: Check key file of crypttab entry 172629 1726889037.64287: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889037.64291: getting variables 172629 1726889037.64292: in VariableManager get_vars() 172629 1726889037.64332: Calling all_inventory to load vars for managed_node1 172629 1726889037.64335: Calling groups_inventory to load vars for managed_node1 172629 1726889037.64339: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.64351: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.64559: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.64565: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.65353: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003164 172629 1726889037.65360: WORKER PROCESS EXITING 172629 1726889037.65534: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.66129: done with get_vars() 172629 1726889037.66143: done getting variables 172629 1726889037.66201: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Friday 20 September 2024 23:23:57 -0400 (0:00:00.069) 0:02:17.942 ****** 172629 1726889037.66231: entering _queue_task() for managed_node1/assert 172629 1726889037.66522: worker is 1 (out of 1 available) 172629 1726889037.66534: exiting _queue_task() for managed_node1/assert 172629 1726889037.66548: done queuing things up, now waiting for results queue to drain 172629 1726889037.66549: waiting for pending results... 172629 1726889037.66844: running TaskExecutor() for managed_node1/TASK: Check key file of crypttab entry 172629 1726889037.67001: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003165 172629 1726889037.67025: variable 'ansible_search_path' from source: unknown 172629 1726889037.67074: calling self._execute() 172629 1726889037.67211: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.67224: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.67240: variable 'omit' from source: magic vars 172629 1726889037.67672: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889037.70039: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889037.70119: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889037.70150: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889037.70186: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889037.70209: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889037.70274: 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) 172629 1726889037.70299: 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) 172629 1726889037.70317: 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) 172629 1726889037.70343: 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) 172629 1726889037.70353: 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) 172629 1726889037.70443: variable '_storage_test_expected_crypttab_entries' from source: set_fact 172629 1726889037.70469: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 172629 1726889037.70473: when evaluation is False, skipping this task 172629 1726889037.70475: _execute() done 172629 1726889037.70478: dumping result to json 172629 1726889037.70480: done dumping result, returning 172629 1726889037.70486: done running TaskExecutor() for managed_node1/TASK: Check key file of crypttab entry [0affc8a3-6f6f-d0a8-add8-000000003165] 172629 1726889037.70491: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003165 172629 1726889037.70579: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003165 172629 1726889037.70582: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 172629 1726889037.70625: no more pending results, returning what we have 172629 1726889037.70629: results queue empty 172629 1726889037.70630: checking for any_errors_fatal 172629 1726889037.70639: done checking for any_errors_fatal 172629 1726889037.70639: checking for max_fail_percentage 172629 1726889037.70641: done checking for max_fail_percentage 172629 1726889037.70642: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.70643: done checking to see if all hosts have failed 172629 1726889037.70643: getting the remaining hosts for this loop 172629 1726889037.70645: done getting the remaining hosts for this loop 172629 1726889037.70649: getting the next task for host managed_node1 172629 1726889037.70659: done getting next task for host managed_node1 172629 1726889037.70661: ^ task is: TASK: Clear test variables 172629 1726889037.70666: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889037.70672: getting variables 172629 1726889037.70673: in VariableManager get_vars() 172629 1726889037.70710: Calling all_inventory to load vars for managed_node1 172629 1726889037.70713: Calling groups_inventory to load vars for managed_node1 172629 1726889037.70716: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.70726: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.70728: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.70731: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.71112: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.71462: done with get_vars() 172629 1726889037.71473: done getting variables 172629 1726889037.71511: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clear test variables] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Friday 20 September 2024 23:23:57 -0400 (0:00:00.053) 0:02:17.995 ****** 172629 1726889037.71536: entering _queue_task() for managed_node1/set_fact 172629 1726889037.71748: worker is 1 (out of 1 available) 172629 1726889037.71764: exiting _queue_task() for managed_node1/set_fact 172629 1726889037.71779: done queuing things up, now waiting for results queue to drain 172629 1726889037.71781: waiting for pending results... 172629 1726889037.72090: running TaskExecutor() for managed_node1/TASK: Clear test variables 172629 1726889037.72144: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003166 172629 1726889037.72262: variable 'ansible_search_path' from source: unknown 172629 1726889037.72266: calling self._execute() 172629 1726889037.72334: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.72340: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.72349: variable 'omit' from source: magic vars 172629 1726889037.72479: variable 'omit' from source: magic vars 172629 1726889037.72554: variable 'omit' from source: magic vars 172629 1726889037.72589: variable 'omit' from source: magic vars 172629 1726889037.72637: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889037.72679: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889037.72745: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889037.72748: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889037.72751: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889037.72779: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889037.72782: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.72786: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.72903: Set connection var ansible_timeout to 10 172629 1726889037.72906: Set connection var ansible_shell_type to sh 172629 1726889037.72941: Set connection var ansible_pipelining to False 172629 1726889037.72944: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889037.72947: Set connection var ansible_shell_executable to /bin/sh 172629 1726889037.72950: Set connection var ansible_connection to ssh 172629 1726889037.72967: variable 'ansible_shell_executable' from source: unknown 172629 1726889037.72970: variable 'ansible_connection' from source: unknown 172629 1726889037.72973: variable 'ansible_module_compression' from source: unknown 172629 1726889037.72976: variable 'ansible_shell_type' from source: unknown 172629 1726889037.72978: variable 'ansible_shell_executable' from source: unknown 172629 1726889037.72981: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.72983: variable 'ansible_pipelining' from source: unknown 172629 1726889037.72985: variable 'ansible_timeout' from source: unknown 172629 1726889037.72987: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.73130: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889037.73141: variable 'omit' from source: magic vars 172629 1726889037.73150: starting attempt loop 172629 1726889037.73153: running the handler 172629 1726889037.73170: handler run complete 172629 1726889037.73178: attempt loop complete, returning result 172629 1726889037.73180: _execute() done 172629 1726889037.73183: dumping result to json 172629 1726889037.73185: done dumping result, returning 172629 1726889037.73192: done running TaskExecutor() for managed_node1/TASK: Clear test variables [0affc8a3-6f6f-d0a8-add8-000000003166] 172629 1726889037.73197: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003166 172629 1726889037.73287: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003166 172629 1726889037.73291: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 172629 1726889037.73345: no more pending results, returning what we have 172629 1726889037.73348: results queue empty 172629 1726889037.73349: checking for any_errors_fatal 172629 1726889037.73359: done checking for any_errors_fatal 172629 1726889037.73360: checking for max_fail_percentage 172629 1726889037.73361: done checking for max_fail_percentage 172629 1726889037.73362: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.73363: done checking to see if all hosts have failed 172629 1726889037.73364: getting the remaining hosts for this loop 172629 1726889037.73366: done getting the remaining hosts for this loop 172629 1726889037.73369: getting the next task for host managed_node1 172629 1726889037.73378: done getting next task for host managed_node1 172629 1726889037.73381: ^ task is: TASK: Get information about RAID 172629 1726889037.73385: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889037.73389: getting variables 172629 1726889037.73390: in VariableManager get_vars() 172629 1726889037.73422: Calling all_inventory to load vars for managed_node1 172629 1726889037.73424: Calling groups_inventory to load vars for managed_node1 172629 1726889037.73427: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.73436: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.73438: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.73441: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.73790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.74133: done with get_vars() 172629 1726889037.74142: done getting variables 172629 1726889037.74187: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get information about RAID] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Friday 20 September 2024 23:23:57 -0400 (0:00:00.026) 0:02:18.022 ****** 172629 1726889037.74209: entering _queue_task() for managed_node1/command 172629 1726889037.74404: worker is 1 (out of 1 available) 172629 1726889037.74417: exiting _queue_task() for managed_node1/command 172629 1726889037.74432: done queuing things up, now waiting for results queue to drain 172629 1726889037.74433: waiting for pending results... 172629 1726889037.74608: running TaskExecutor() for managed_node1/TASK: Get information about RAID 172629 1726889037.74705: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000316a 172629 1726889037.74716: variable 'ansible_search_path' from source: unknown 172629 1726889037.74742: calling self._execute() 172629 1726889037.74825: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.74829: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.74838: variable 'omit' from source: magic vars 172629 1726889037.75172: variable 'storage_test_volume' from source: include params 172629 1726889037.75190: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889037.75194: when evaluation is False, skipping this task 172629 1726889037.75196: _execute() done 172629 1726889037.75199: dumping result to json 172629 1726889037.75201: done dumping result, returning 172629 1726889037.75251: done running TaskExecutor() for managed_node1/TASK: Get information about RAID [0affc8a3-6f6f-d0a8-add8-00000000316a] 172629 1726889037.75258: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000316a 172629 1726889037.75322: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000316a 172629 1726889037.75325: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889037.75381: no more pending results, returning what we have 172629 1726889037.75384: results queue empty 172629 1726889037.75385: checking for any_errors_fatal 172629 1726889037.75392: done checking for any_errors_fatal 172629 1726889037.75393: checking for max_fail_percentage 172629 1726889037.75395: done checking for max_fail_percentage 172629 1726889037.75395: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.75396: done checking to see if all hosts have failed 172629 1726889037.75397: getting the remaining hosts for this loop 172629 1726889037.75398: done getting the remaining hosts for this loop 172629 1726889037.75401: getting the next task for host managed_node1 172629 1726889037.75406: done getting next task for host managed_node1 172629 1726889037.75409: ^ task is: TASK: Set active devices regex 172629 1726889037.75413: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889037.75416: getting variables 172629 1726889037.75417: in VariableManager get_vars() 172629 1726889037.75445: Calling all_inventory to load vars for managed_node1 172629 1726889037.75447: Calling groups_inventory to load vars for managed_node1 172629 1726889037.75450: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.75462: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.75464: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.75467: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.76006: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.76643: done with get_vars() 172629 1726889037.76667: done getting variables 172629 1726889037.76723: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set active devices regex] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Friday 20 September 2024 23:23:57 -0400 (0:00:00.025) 0:02:18.047 ****** 172629 1726889037.76744: entering _queue_task() for managed_node1/set_fact 172629 1726889037.76943: worker is 1 (out of 1 available) 172629 1726889037.76959: exiting _queue_task() for managed_node1/set_fact 172629 1726889037.76972: done queuing things up, now waiting for results queue to drain 172629 1726889037.76973: waiting for pending results... 172629 1726889037.77162: running TaskExecutor() for managed_node1/TASK: Set active devices regex 172629 1726889037.77258: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000316b 172629 1726889037.77269: variable 'ansible_search_path' from source: unknown 172629 1726889037.77297: calling self._execute() 172629 1726889037.77389: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.77392: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.77401: variable 'omit' from source: magic vars 172629 1726889037.77691: variable 'storage_test_volume' from source: include params 172629 1726889037.77716: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889037.77720: when evaluation is False, skipping this task 172629 1726889037.77723: _execute() done 172629 1726889037.77727: dumping result to json 172629 1726889037.77729: done dumping result, returning 172629 1726889037.77733: done running TaskExecutor() for managed_node1/TASK: Set active devices regex [0affc8a3-6f6f-d0a8-add8-00000000316b] 172629 1726889037.77740: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000316b 172629 1726889037.77829: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000316b 172629 1726889037.77832: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889037.77896: no more pending results, returning what we have 172629 1726889037.77899: results queue empty 172629 1726889037.77900: checking for any_errors_fatal 172629 1726889037.77906: done checking for any_errors_fatal 172629 1726889037.77907: checking for max_fail_percentage 172629 1726889037.77908: done checking for max_fail_percentage 172629 1726889037.77909: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.77910: done checking to see if all hosts have failed 172629 1726889037.77911: getting the remaining hosts for this loop 172629 1726889037.77912: done getting the remaining hosts for this loop 172629 1726889037.77915: getting the next task for host managed_node1 172629 1726889037.77921: done getting next task for host managed_node1 172629 1726889037.77924: ^ task is: TASK: Set spare devices regex 172629 1726889037.77928: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889037.77932: getting variables 172629 1726889037.77933: in VariableManager get_vars() 172629 1726889037.77965: Calling all_inventory to load vars for managed_node1 172629 1726889037.77968: Calling groups_inventory to load vars for managed_node1 172629 1726889037.77970: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.77979: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.77982: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.77984: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.78308: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.78858: done with get_vars() 172629 1726889037.78875: done getting variables 172629 1726889037.78924: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Friday 20 September 2024 23:23:57 -0400 (0:00:00.022) 0:02:18.069 ****** 172629 1726889037.78953: entering _queue_task() for managed_node1/set_fact 172629 1726889037.79192: worker is 1 (out of 1 available) 172629 1726889037.79205: exiting _queue_task() for managed_node1/set_fact 172629 1726889037.79222: done queuing things up, now waiting for results queue to drain 172629 1726889037.79224: waiting for pending results... 172629 1726889037.79574: running TaskExecutor() for managed_node1/TASK: Set spare devices regex 172629 1726889037.79590: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000316c 172629 1726889037.79612: variable 'ansible_search_path' from source: unknown 172629 1726889037.79658: calling self._execute() 172629 1726889037.79783: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.79794: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.79807: variable 'omit' from source: magic vars 172629 1726889037.80216: variable 'storage_test_volume' from source: include params 172629 1726889037.80258: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889037.80262: when evaluation is False, skipping this task 172629 1726889037.80296: _execute() done 172629 1726889037.80299: dumping result to json 172629 1726889037.80301: done dumping result, returning 172629 1726889037.80304: done running TaskExecutor() for managed_node1/TASK: Set spare devices regex [0affc8a3-6f6f-d0a8-add8-00000000316c] 172629 1726889037.80306: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000316c 172629 1726889037.80388: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000316c 172629 1726889037.80391: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889037.80469: no more pending results, returning what we have 172629 1726889037.80472: results queue empty 172629 1726889037.80473: checking for any_errors_fatal 172629 1726889037.80479: done checking for any_errors_fatal 172629 1726889037.80480: checking for max_fail_percentage 172629 1726889037.80482: done checking for max_fail_percentage 172629 1726889037.80482: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.80483: done checking to see if all hosts have failed 172629 1726889037.80484: getting the remaining hosts for this loop 172629 1726889037.80485: done getting the remaining hosts for this loop 172629 1726889037.80488: getting the next task for host managed_node1 172629 1726889037.80494: done getting next task for host managed_node1 172629 1726889037.80496: ^ task is: TASK: Set md version regex 172629 1726889037.80501: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889037.80511: getting variables 172629 1726889037.80512: in VariableManager get_vars() 172629 1726889037.80541: Calling all_inventory to load vars for managed_node1 172629 1726889037.80544: Calling groups_inventory to load vars for managed_node1 172629 1726889037.80546: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.80558: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.80560: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.80562: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.80872: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.81208: done with get_vars() 172629 1726889037.81217: done getting variables 172629 1726889037.81254: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set md version regex] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Friday 20 September 2024 23:23:57 -0400 (0:00:00.023) 0:02:18.092 ****** 172629 1726889037.81279: entering _queue_task() for managed_node1/set_fact 172629 1726889037.81459: worker is 1 (out of 1 available) 172629 1726889037.81471: exiting _queue_task() for managed_node1/set_fact 172629 1726889037.81484: done queuing things up, now waiting for results queue to drain 172629 1726889037.81485: waiting for pending results... 172629 1726889037.81654: running TaskExecutor() for managed_node1/TASK: Set md version regex 172629 1726889037.81738: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000316d 172629 1726889037.81751: variable 'ansible_search_path' from source: unknown 172629 1726889037.81781: calling self._execute() 172629 1726889037.81867: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.81872: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.81881: variable 'omit' from source: magic vars 172629 1726889037.82266: variable 'storage_test_volume' from source: include params 172629 1726889037.82269: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889037.82272: when evaluation is False, skipping this task 172629 1726889037.82275: _execute() done 172629 1726889037.82278: dumping result to json 172629 1726889037.82280: done dumping result, returning 172629 1726889037.82282: done running TaskExecutor() for managed_node1/TASK: Set md version regex [0affc8a3-6f6f-d0a8-add8-00000000316d] 172629 1726889037.82284: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000316d skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889037.82459: no more pending results, returning what we have 172629 1726889037.82463: results queue empty 172629 1726889037.82464: checking for any_errors_fatal 172629 1726889037.82612: done checking for any_errors_fatal 172629 1726889037.82614: checking for max_fail_percentage 172629 1726889037.82616: done checking for max_fail_percentage 172629 1726889037.82617: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.82617: done checking to see if all hosts have failed 172629 1726889037.82618: getting the remaining hosts for this loop 172629 1726889037.82620: done getting the remaining hosts for this loop 172629 1726889037.82623: getting the next task for host managed_node1 172629 1726889037.82630: done getting next task for host managed_node1 172629 1726889037.82632: ^ task is: TASK: Set chunk size regex 172629 1726889037.82636: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889037.82640: getting variables 172629 1726889037.82641: in VariableManager get_vars() 172629 1726889037.82675: Calling all_inventory to load vars for managed_node1 172629 1726889037.82678: Calling groups_inventory to load vars for managed_node1 172629 1726889037.82681: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.82692: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.82695: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.82698: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.83475: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000316d 172629 1726889037.83479: WORKER PROCESS EXITING 172629 1726889037.83489: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.83814: done with get_vars() 172629 1726889037.83823: done getting variables 172629 1726889037.83867: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Friday 20 September 2024 23:23:57 -0400 (0:00:00.026) 0:02:18.118 ****** 172629 1726889037.83889: entering _queue_task() for managed_node1/set_fact 172629 1726889037.84084: worker is 1 (out of 1 available) 172629 1726889037.84097: exiting _queue_task() for managed_node1/set_fact 172629 1726889037.84112: done queuing things up, now waiting for results queue to drain 172629 1726889037.84113: waiting for pending results... 172629 1726889037.84305: running TaskExecutor() for managed_node1/TASK: Set chunk size regex 172629 1726889037.84399: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000316e 172629 1726889037.84411: variable 'ansible_search_path' from source: unknown 172629 1726889037.84440: calling self._execute() 172629 1726889037.84531: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.84535: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.84546: variable 'omit' from source: magic vars 172629 1726889037.84849: variable 'storage_test_volume' from source: include params 172629 1726889037.84882: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889037.84885: when evaluation is False, skipping this task 172629 1726889037.84888: _execute() done 172629 1726889037.84891: dumping result to json 172629 1726889037.84893: done dumping result, returning 172629 1726889037.84902: done running TaskExecutor() for managed_node1/TASK: Set chunk size regex [0affc8a3-6f6f-d0a8-add8-00000000316e] 172629 1726889037.84905: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000316e 172629 1726889037.84997: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000316e 172629 1726889037.85001: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889037.85047: no more pending results, returning what we have 172629 1726889037.85050: results queue empty 172629 1726889037.85051: checking for any_errors_fatal 172629 1726889037.85065: done checking for any_errors_fatal 172629 1726889037.85066: checking for max_fail_percentage 172629 1726889037.85068: done checking for max_fail_percentage 172629 1726889037.85069: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.85070: done checking to see if all hosts have failed 172629 1726889037.85071: getting the remaining hosts for this loop 172629 1726889037.85073: done getting the remaining hosts for this loop 172629 1726889037.85076: getting the next task for host managed_node1 172629 1726889037.85083: done getting next task for host managed_node1 172629 1726889037.85086: ^ task is: TASK: Parse the chunk size 172629 1726889037.85090: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889037.85094: getting variables 172629 1726889037.85095: in VariableManager get_vars() 172629 1726889037.85125: Calling all_inventory to load vars for managed_node1 172629 1726889037.85127: Calling groups_inventory to load vars for managed_node1 172629 1726889037.85130: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.85139: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.85141: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.85144: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.85473: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.85809: done with get_vars() 172629 1726889037.85820: done getting variables TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Friday 20 September 2024 23:23:57 -0400 (0:00:00.019) 0:02:18.138 ****** 172629 1726889037.85875: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889037.86060: worker is 1 (out of 1 available) 172629 1726889037.86075: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889037.86088: done queuing things up, now waiting for results queue to drain 172629 1726889037.86089: waiting for pending results... 172629 1726889037.86294: running TaskExecutor() for managed_node1/TASK: Parse the chunk size 172629 1726889037.86409: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000316f 172629 1726889037.86420: variable 'ansible_search_path' from source: unknown 172629 1726889037.86483: calling self._execute() 172629 1726889037.86577: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.86582: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.86586: variable 'omit' from source: magic vars 172629 1726889037.87092: variable 'storage_test_volume' from source: include params 172629 1726889037.87115: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889037.87120: when evaluation is False, skipping this task 172629 1726889037.87123: _execute() done 172629 1726889037.87127: dumping result to json 172629 1726889037.87130: done dumping result, returning 172629 1726889037.87133: done running TaskExecutor() for managed_node1/TASK: Parse the chunk size [0affc8a3-6f6f-d0a8-add8-00000000316f] 172629 1726889037.87135: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000316f 172629 1726889037.87293: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000316f 172629 1726889037.87298: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889037.87369: no more pending results, returning what we have 172629 1726889037.87372: results queue empty 172629 1726889037.87373: checking for any_errors_fatal 172629 1726889037.87384: done checking for any_errors_fatal 172629 1726889037.87384: checking for max_fail_percentage 172629 1726889037.87386: done checking for max_fail_percentage 172629 1726889037.87387: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.87388: done checking to see if all hosts have failed 172629 1726889037.87388: getting the remaining hosts for this loop 172629 1726889037.87390: done getting the remaining hosts for this loop 172629 1726889037.87393: getting the next task for host managed_node1 172629 1726889037.87399: done getting next task for host managed_node1 172629 1726889037.87401: ^ task is: TASK: Check RAID active devices count 172629 1726889037.87405: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889037.87408: getting variables 172629 1726889037.87409: in VariableManager get_vars() 172629 1726889037.87438: Calling all_inventory to load vars for managed_node1 172629 1726889037.87441: Calling groups_inventory to load vars for managed_node1 172629 1726889037.87444: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.87453: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.87457: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.87461: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.87970: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.88528: done with get_vars() 172629 1726889037.88540: done getting variables 172629 1726889037.88609: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Friday 20 September 2024 23:23:57 -0400 (0:00:00.027) 0:02:18.166 ****** 172629 1726889037.88648: entering _queue_task() for managed_node1/assert 172629 1726889037.88926: worker is 1 (out of 1 available) 172629 1726889037.88942: exiting _queue_task() for managed_node1/assert 172629 1726889037.88960: done queuing things up, now waiting for results queue to drain 172629 1726889037.88961: waiting for pending results... 172629 1726889037.89279: running TaskExecutor() for managed_node1/TASK: Check RAID active devices count 172629 1726889037.89411: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003170 172629 1726889037.89449: variable 'ansible_search_path' from source: unknown 172629 1726889037.89494: calling self._execute() 172629 1726889037.89601: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.89605: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.89610: variable 'omit' from source: magic vars 172629 1726889037.90098: variable 'storage_test_volume' from source: include params 172629 1726889037.90102: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889037.90105: when evaluation is False, skipping this task 172629 1726889037.90107: _execute() done 172629 1726889037.90109: dumping result to json 172629 1726889037.90111: done dumping result, returning 172629 1726889037.90113: done running TaskExecutor() for managed_node1/TASK: Check RAID active devices count [0affc8a3-6f6f-d0a8-add8-000000003170] 172629 1726889037.90115: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003170 172629 1726889037.90214: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003170 172629 1726889037.90220: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889037.90277: no more pending results, returning what we have 172629 1726889037.90280: results queue empty 172629 1726889037.90281: checking for any_errors_fatal 172629 1726889037.90290: done checking for any_errors_fatal 172629 1726889037.90291: checking for max_fail_percentage 172629 1726889037.90293: done checking for max_fail_percentage 172629 1726889037.90293: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.90294: done checking to see if all hosts have failed 172629 1726889037.90295: getting the remaining hosts for this loop 172629 1726889037.90296: done getting the remaining hosts for this loop 172629 1726889037.90299: getting the next task for host managed_node1 172629 1726889037.90307: done getting next task for host managed_node1 172629 1726889037.90310: ^ task is: TASK: Check RAID spare devices count 172629 1726889037.90315: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889037.90318: getting variables 172629 1726889037.90319: in VariableManager get_vars() 172629 1726889037.90351: Calling all_inventory to load vars for managed_node1 172629 1726889037.90353: Calling groups_inventory to load vars for managed_node1 172629 1726889037.90359: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.90370: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.90373: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.90382: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.90814: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.91245: done with get_vars() 172629 1726889037.91260: done getting variables 172629 1726889037.91298: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Friday 20 September 2024 23:23:57 -0400 (0:00:00.026) 0:02:18.193 ****** 172629 1726889037.91326: entering _queue_task() for managed_node1/assert 172629 1726889037.91547: worker is 1 (out of 1 available) 172629 1726889037.91564: exiting _queue_task() for managed_node1/assert 172629 1726889037.91577: done queuing things up, now waiting for results queue to drain 172629 1726889037.91578: waiting for pending results... 172629 1726889037.91871: running TaskExecutor() for managed_node1/TASK: Check RAID spare devices count 172629 1726889037.91917: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003171 172629 1726889037.91929: variable 'ansible_search_path' from source: unknown 172629 1726889037.91954: calling self._execute() 172629 1726889037.92043: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.92047: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.92057: variable 'omit' from source: magic vars 172629 1726889037.92343: variable 'storage_test_volume' from source: include params 172629 1726889037.92373: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889037.92377: when evaluation is False, skipping this task 172629 1726889037.92380: _execute() done 172629 1726889037.92383: dumping result to json 172629 1726889037.92385: done dumping result, returning 172629 1726889037.92388: done running TaskExecutor() for managed_node1/TASK: Check RAID spare devices count [0affc8a3-6f6f-d0a8-add8-000000003171] 172629 1726889037.92395: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003171 172629 1726889037.92485: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003171 172629 1726889037.92487: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889037.92530: no more pending results, returning what we have 172629 1726889037.92533: results queue empty 172629 1726889037.92534: checking for any_errors_fatal 172629 1726889037.92541: done checking for any_errors_fatal 172629 1726889037.92542: checking for max_fail_percentage 172629 1726889037.92544: done checking for max_fail_percentage 172629 1726889037.92545: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.92546: done checking to see if all hosts have failed 172629 1726889037.92547: getting the remaining hosts for this loop 172629 1726889037.92549: done getting the remaining hosts for this loop 172629 1726889037.92552: getting the next task for host managed_node1 172629 1726889037.92561: done getting next task for host managed_node1 172629 1726889037.92564: ^ task is: TASK: Check RAID metadata version 172629 1726889037.92568: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889037.92571: getting variables 172629 1726889037.92573: in VariableManager get_vars() 172629 1726889037.92602: Calling all_inventory to load vars for managed_node1 172629 1726889037.92604: Calling groups_inventory to load vars for managed_node1 172629 1726889037.92606: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.92615: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.92617: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.92620: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.92941: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.93295: done with get_vars() 172629 1726889037.93307: done getting variables 172629 1726889037.93345: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Friday 20 September 2024 23:23:57 -0400 (0:00:00.020) 0:02:18.213 ****** 172629 1726889037.93369: entering _queue_task() for managed_node1/assert 172629 1726889037.93542: worker is 1 (out of 1 available) 172629 1726889037.93558: exiting _queue_task() for managed_node1/assert 172629 1726889037.93570: done queuing things up, now waiting for results queue to drain 172629 1726889037.93571: waiting for pending results... 172629 1726889037.93743: running TaskExecutor() for managed_node1/TASK: Check RAID metadata version 172629 1726889037.93824: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003172 172629 1726889037.93836: variable 'ansible_search_path' from source: unknown 172629 1726889037.93866: calling self._execute() 172629 1726889037.93950: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.93957: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.93966: variable 'omit' from source: magic vars 172629 1726889037.94251: variable 'storage_test_volume' from source: include params 172629 1726889037.94278: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889037.94282: when evaluation is False, skipping this task 172629 1726889037.94285: _execute() done 172629 1726889037.94287: dumping result to json 172629 1726889037.94289: done dumping result, returning 172629 1726889037.94295: done running TaskExecutor() for managed_node1/TASK: Check RAID metadata version [0affc8a3-6f6f-d0a8-add8-000000003172] 172629 1726889037.94303: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003172 172629 1726889037.94444: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003172 172629 1726889037.94450: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889037.94518: no more pending results, returning what we have 172629 1726889037.94523: results queue empty 172629 1726889037.94524: checking for any_errors_fatal 172629 1726889037.94536: done checking for any_errors_fatal 172629 1726889037.94537: checking for max_fail_percentage 172629 1726889037.94539: done checking for max_fail_percentage 172629 1726889037.94540: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.94541: done checking to see if all hosts have failed 172629 1726889037.94541: getting the remaining hosts for this loop 172629 1726889037.94545: done getting the remaining hosts for this loop 172629 1726889037.94549: getting the next task for host managed_node1 172629 1726889037.94559: done getting next task for host managed_node1 172629 1726889037.94562: ^ task is: TASK: Check RAID chunk size 172629 1726889037.94568: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889037.94572: getting variables 172629 1726889037.94573: in VariableManager get_vars() 172629 1726889037.94614: Calling all_inventory to load vars for managed_node1 172629 1726889037.94617: Calling groups_inventory to load vars for managed_node1 172629 1726889037.94623: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.94634: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.94637: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.94639: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.95195: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.95761: done with get_vars() 172629 1726889037.95778: done getting variables 172629 1726889037.95843: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Friday 20 September 2024 23:23:57 -0400 (0:00:00.024) 0:02:18.238 ****** 172629 1726889037.95871: entering _queue_task() for managed_node1/assert 172629 1726889037.96085: worker is 1 (out of 1 available) 172629 1726889037.96099: exiting _queue_task() for managed_node1/assert 172629 1726889037.96114: done queuing things up, now waiting for results queue to drain 172629 1726889037.96116: waiting for pending results... 172629 1726889037.96332: running TaskExecutor() for managed_node1/TASK: Check RAID chunk size 172629 1726889037.96475: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003173 172629 1726889037.96480: variable 'ansible_search_path' from source: unknown 172629 1726889037.96506: calling self._execute() 172629 1726889037.96616: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.96620: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.96635: variable 'omit' from source: magic vars 172629 1726889037.97020: variable 'storage_test_volume' from source: include params 172629 1726889037.97097: Evaluated conditional (storage_test_volume.type == 'raid'): False 172629 1726889037.97101: when evaluation is False, skipping this task 172629 1726889037.97104: _execute() done 172629 1726889037.97106: dumping result to json 172629 1726889037.97109: done dumping result, returning 172629 1726889037.97111: done running TaskExecutor() for managed_node1/TASK: Check RAID chunk size [0affc8a3-6f6f-d0a8-add8-000000003173] 172629 1726889037.97114: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003173 172629 1726889037.97193: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003173 172629 1726889037.97196: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 172629 1726889037.97257: no more pending results, returning what we have 172629 1726889037.97261: results queue empty 172629 1726889037.97262: checking for any_errors_fatal 172629 1726889037.97268: done checking for any_errors_fatal 172629 1726889037.97269: checking for max_fail_percentage 172629 1726889037.97270: done checking for max_fail_percentage 172629 1726889037.97271: checking to see if all hosts have failed and the running result is not ok 172629 1726889037.97272: done checking to see if all hosts have failed 172629 1726889037.97272: getting the remaining hosts for this loop 172629 1726889037.97274: done getting the remaining hosts for this loop 172629 1726889037.97276: getting the next task for host managed_node1 172629 1726889037.97285: done getting next task for host managed_node1 172629 1726889037.97288: ^ task is: TASK: Parse the actual size of the volume 172629 1726889037.97292: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889037.97295: getting variables 172629 1726889037.97296: in VariableManager get_vars() 172629 1726889037.97327: Calling all_inventory to load vars for managed_node1 172629 1726889037.97330: Calling groups_inventory to load vars for managed_node1 172629 1726889037.97332: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889037.97341: Calling all_plugins_play to load vars for managed_node1 172629 1726889037.97344: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889037.97346: Calling groups_plugins_play to load vars for managed_node1 172629 1726889037.97916: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889037.98234: done with get_vars() 172629 1726889037.98244: done getting variables TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Friday 20 September 2024 23:23:57 -0400 (0:00:00.024) 0:02:18.262 ****** 172629 1726889037.98298: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889037.98530: worker is 1 (out of 1 available) 172629 1726889037.98543: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889037.98565: done queuing things up, now waiting for results queue to drain 172629 1726889037.98583: waiting for pending results... 172629 1726889037.98822: running TaskExecutor() for managed_node1/TASK: Parse the actual size of the volume 172629 1726889037.98936: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003177 172629 1726889037.98946: variable 'ansible_search_path' from source: unknown 172629 1726889037.98979: calling self._execute() 172629 1726889037.99097: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889037.99101: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889037.99110: variable 'omit' from source: magic vars 172629 1726889037.99387: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889038.01185: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889038.01249: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889038.01336: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889038.01340: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889038.01381: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889038.01480: variable '_storage_test_volume_present' from source: set_fact 172629 1726889038.01497: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889038.01501: when evaluation is False, skipping this task 172629 1726889038.01503: _execute() done 172629 1726889038.01506: dumping result to json 172629 1726889038.01510: done dumping result, returning 172629 1726889038.01542: done running TaskExecutor() for managed_node1/TASK: Parse the actual size of the volume [0affc8a3-6f6f-d0a8-add8-000000003177] 172629 1726889038.01548: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003177 172629 1726889038.01635: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003177 172629 1726889038.01638: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 172629 1726889038.01706: no more pending results, returning what we have 172629 1726889038.01709: results queue empty 172629 1726889038.01710: checking for any_errors_fatal 172629 1726889038.01720: done checking for any_errors_fatal 172629 1726889038.01721: checking for max_fail_percentage 172629 1726889038.01723: done checking for max_fail_percentage 172629 1726889038.01724: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.01725: done checking to see if all hosts have failed 172629 1726889038.01725: getting the remaining hosts for this loop 172629 1726889038.01728: done getting the remaining hosts for this loop 172629 1726889038.01731: getting the next task for host managed_node1 172629 1726889038.01741: done getting next task for host managed_node1 172629 1726889038.01744: ^ task is: TASK: Parse the requested size of the volume 172629 1726889038.01750: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889038.01759: getting variables 172629 1726889038.01760: in VariableManager get_vars() 172629 1726889038.01804: Calling all_inventory to load vars for managed_node1 172629 1726889038.01807: Calling groups_inventory to load vars for managed_node1 172629 1726889038.01810: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.01821: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.01823: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.01826: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.02407: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.02818: done with get_vars() 172629 1726889038.02837: done getting variables TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Friday 20 September 2024 23:23:58 -0400 (0:00:00.046) 0:02:18.308 ****** 172629 1726889038.02903: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889038.03129: worker is 1 (out of 1 available) 172629 1726889038.03142: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889038.03158: done queuing things up, now waiting for results queue to drain 172629 1726889038.03160: waiting for pending results... 172629 1726889038.03365: running TaskExecutor() for managed_node1/TASK: Parse the requested size of the volume 172629 1726889038.03471: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003178 172629 1726889038.03482: variable 'ansible_search_path' from source: unknown 172629 1726889038.03513: calling self._execute() 172629 1726889038.03605: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.03608: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.03618: variable 'omit' from source: magic vars 172629 1726889038.03896: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889038.05749: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889038.05884: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889038.05919: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889038.05933: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889038.05964: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889038.06114: variable '_storage_test_volume_present' from source: set_fact 172629 1726889038.06130: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889038.06133: when evaluation is False, skipping this task 172629 1726889038.06136: _execute() done 172629 1726889038.06139: dumping result to json 172629 1726889038.06141: done dumping result, returning 172629 1726889038.06146: done running TaskExecutor() for managed_node1/TASK: Parse the requested size of the volume [0affc8a3-6f6f-d0a8-add8-000000003178] 172629 1726889038.06152: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003178 172629 1726889038.06245: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003178 172629 1726889038.06248: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 172629 1726889038.06329: no more pending results, returning what we have 172629 1726889038.06333: results queue empty 172629 1726889038.06334: checking for any_errors_fatal 172629 1726889038.06342: done checking for any_errors_fatal 172629 1726889038.06343: checking for max_fail_percentage 172629 1726889038.06345: done checking for max_fail_percentage 172629 1726889038.06345: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.06346: done checking to see if all hosts have failed 172629 1726889038.06347: getting the remaining hosts for this loop 172629 1726889038.06349: done getting the remaining hosts for this loop 172629 1726889038.06352: getting the next task for host managed_node1 172629 1726889038.06363: done getting next task for host managed_node1 172629 1726889038.06367: ^ task is: TASK: Establish base value for expected size 172629 1726889038.06372: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889038.06375: getting variables 172629 1726889038.06377: in VariableManager get_vars() 172629 1726889038.06412: Calling all_inventory to load vars for managed_node1 172629 1726889038.06415: Calling groups_inventory to load vars for managed_node1 172629 1726889038.06418: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.06427: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.06430: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.06432: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.06998: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.07646: done with get_vars() 172629 1726889038.07671: done getting variables 172629 1726889038.07727: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Friday 20 September 2024 23:23:58 -0400 (0:00:00.048) 0:02:18.357 ****** 172629 1726889038.07763: entering _queue_task() for managed_node1/set_fact 172629 1726889038.08163: worker is 1 (out of 1 available) 172629 1726889038.08177: exiting _queue_task() for managed_node1/set_fact 172629 1726889038.08191: done queuing things up, now waiting for results queue to drain 172629 1726889038.08192: waiting for pending results... 172629 1726889038.08477: running TaskExecutor() for managed_node1/TASK: Establish base value for expected size 172629 1726889038.08627: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003179 172629 1726889038.08649: variable 'ansible_search_path' from source: unknown 172629 1726889038.08691: calling self._execute() 172629 1726889038.08860: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.08864: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.08867: variable 'omit' from source: magic vars 172629 1726889038.09228: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889038.12153: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889038.12237: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889038.12279: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889038.12317: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889038.12363: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889038.12608: variable '_storage_test_volume_present' from source: set_fact 172629 1726889038.12631: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889038.12762: when evaluation is False, skipping this task 172629 1726889038.12765: _execute() done 172629 1726889038.12768: dumping result to json 172629 1726889038.12770: done dumping result, returning 172629 1726889038.12772: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected size [0affc8a3-6f6f-d0a8-add8-000000003179] 172629 1726889038.12774: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003179 172629 1726889038.12848: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003179 172629 1726889038.12853: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 172629 1726889038.12903: no more pending results, returning what we have 172629 1726889038.12907: results queue empty 172629 1726889038.12959: checking for any_errors_fatal 172629 1726889038.12969: done checking for any_errors_fatal 172629 1726889038.12970: checking for max_fail_percentage 172629 1726889038.12972: done checking for max_fail_percentage 172629 1726889038.12973: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.12973: done checking to see if all hosts have failed 172629 1726889038.12974: getting the remaining hosts for this loop 172629 1726889038.12976: done getting the remaining hosts for this loop 172629 1726889038.12979: getting the next task for host managed_node1 172629 1726889038.12986: done getting next task for host managed_node1 172629 1726889038.12989: ^ task is: TASK: Show expected size 172629 1726889038.12994: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889038.12998: getting variables 172629 1726889038.12999: in VariableManager get_vars() 172629 1726889038.13163: Calling all_inventory to load vars for managed_node1 172629 1726889038.13166: Calling groups_inventory to load vars for managed_node1 172629 1726889038.13169: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.13178: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.13181: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.13184: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.14363: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.15339: done with get_vars() 172629 1726889038.15439: done getting variables 172629 1726889038.15505: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show expected size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Friday 20 September 2024 23:23:58 -0400 (0:00:00.077) 0:02:18.435 ****** 172629 1726889038.15539: entering _queue_task() for managed_node1/debug 172629 1726889038.15871: worker is 1 (out of 1 available) 172629 1726889038.15882: exiting _queue_task() for managed_node1/debug 172629 1726889038.15895: done queuing things up, now waiting for results queue to drain 172629 1726889038.15896: waiting for pending results... 172629 1726889038.16226: running TaskExecutor() for managed_node1/TASK: Show expected size 172629 1726889038.16352: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000317a 172629 1726889038.16377: variable 'ansible_search_path' from source: unknown 172629 1726889038.16414: calling self._execute() 172629 1726889038.16567: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.16583: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.16598: variable 'omit' from source: magic vars 172629 1726889038.16740: variable 'omit' from source: magic vars 172629 1726889038.16825: variable 'omit' from source: magic vars 172629 1726889038.16891: variable 'omit' from source: magic vars 172629 1726889038.16927: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889038.16977: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889038.17018: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889038.17108: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889038.17113: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889038.17115: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889038.17118: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.17120: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.17238: Set connection var ansible_timeout to 10 172629 1726889038.17325: Set connection var ansible_shell_type to sh 172629 1726889038.17329: Set connection var ansible_pipelining to False 172629 1726889038.17331: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889038.17333: Set connection var ansible_shell_executable to /bin/sh 172629 1726889038.17335: Set connection var ansible_connection to ssh 172629 1726889038.17339: variable 'ansible_shell_executable' from source: unknown 172629 1726889038.17341: variable 'ansible_connection' from source: unknown 172629 1726889038.17343: variable 'ansible_module_compression' from source: unknown 172629 1726889038.17345: variable 'ansible_shell_type' from source: unknown 172629 1726889038.17348: variable 'ansible_shell_executable' from source: unknown 172629 1726889038.17350: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.17352: variable 'ansible_pipelining' from source: unknown 172629 1726889038.17359: variable 'ansible_timeout' from source: unknown 172629 1726889038.17361: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.17584: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889038.17588: variable 'omit' from source: magic vars 172629 1726889038.17591: starting attempt loop 172629 1726889038.17593: running the handler 172629 1726889038.17829: handler run complete 172629 1726889038.17871: attempt loop complete, returning result 172629 1726889038.17880: _execute() done 172629 1726889038.17888: dumping result to json 172629 1726889038.17896: done dumping result, returning 172629 1726889038.17912: done running TaskExecutor() for managed_node1/TASK: Show expected size [0affc8a3-6f6f-d0a8-add8-00000000317a] 172629 1726889038.17982: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000317a 172629 1726889038.18162: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000317a 172629 1726889038.18166: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } 172629 1726889038.18216: no more pending results, returning what we have 172629 1726889038.18219: results queue empty 172629 1726889038.18221: checking for any_errors_fatal 172629 1726889038.18234: done checking for any_errors_fatal 172629 1726889038.18235: checking for max_fail_percentage 172629 1726889038.18237: done checking for max_fail_percentage 172629 1726889038.18238: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.18238: done checking to see if all hosts have failed 172629 1726889038.18239: getting the remaining hosts for this loop 172629 1726889038.18241: done getting the remaining hosts for this loop 172629 1726889038.18245: getting the next task for host managed_node1 172629 1726889038.18258: done getting next task for host managed_node1 172629 1726889038.18262: ^ task is: TASK: Get the size of parent/pool device 172629 1726889038.18268: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889038.18274: getting variables 172629 1726889038.18276: in VariableManager get_vars() 172629 1726889038.18317: Calling all_inventory to load vars for managed_node1 172629 1726889038.18320: Calling groups_inventory to load vars for managed_node1 172629 1726889038.18324: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.18336: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.18340: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.18343: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.19107: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.19724: done with get_vars() 172629 1726889038.19747: done getting variables TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Friday 20 September 2024 23:23:58 -0400 (0:00:00.042) 0:02:18.478 ****** 172629 1726889038.19830: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889038.20120: worker is 1 (out of 1 available) 172629 1726889038.20134: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889038.20148: done queuing things up, now waiting for results queue to drain 172629 1726889038.20150: waiting for pending results... 172629 1726889038.20475: running TaskExecutor() for managed_node1/TASK: Get the size of parent/pool device 172629 1726889038.20557: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000317b 172629 1726889038.20577: variable 'ansible_search_path' from source: unknown 172629 1726889038.20603: calling self._execute() 172629 1726889038.20698: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.20702: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.20710: variable 'omit' from source: magic vars 172629 1726889038.20986: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889038.23161: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889038.23165: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889038.23167: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889038.23204: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889038.23239: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889038.23343: variable '_storage_test_volume_present' from source: set_fact 172629 1726889038.23361: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889038.23364: when evaluation is False, skipping this task 172629 1726889038.23367: _execute() done 172629 1726889038.23370: dumping result to json 172629 1726889038.23372: done dumping result, returning 172629 1726889038.23379: done running TaskExecutor() for managed_node1/TASK: Get the size of parent/pool device [0affc8a3-6f6f-d0a8-add8-00000000317b] 172629 1726889038.23384: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000317b 172629 1726889038.23486: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000317b 172629 1726889038.23490: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 172629 1726889038.23539: no more pending results, returning what we have 172629 1726889038.23543: results queue empty 172629 1726889038.23544: checking for any_errors_fatal 172629 1726889038.23553: done checking for any_errors_fatal 172629 1726889038.23559: checking for max_fail_percentage 172629 1726889038.23561: done checking for max_fail_percentage 172629 1726889038.23562: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.23563: done checking to see if all hosts have failed 172629 1726889038.23563: getting the remaining hosts for this loop 172629 1726889038.23565: done getting the remaining hosts for this loop 172629 1726889038.23569: getting the next task for host managed_node1 172629 1726889038.23581: done getting next task for host managed_node1 172629 1726889038.23585: ^ task is: TASK: Show test pool 172629 1726889038.23589: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889038.23593: getting variables 172629 1726889038.23594: in VariableManager get_vars() 172629 1726889038.23632: Calling all_inventory to load vars for managed_node1 172629 1726889038.23634: Calling groups_inventory to load vars for managed_node1 172629 1726889038.23637: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.23648: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.23652: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.23658: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.24021: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.24366: done with get_vars() 172629 1726889038.24376: done getting variables 172629 1726889038.24419: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test pool] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Friday 20 September 2024 23:23:58 -0400 (0:00:00.046) 0:02:18.524 ****** 172629 1726889038.24441: entering _queue_task() for managed_node1/debug 172629 1726889038.24667: worker is 1 (out of 1 available) 172629 1726889038.24681: exiting _queue_task() for managed_node1/debug 172629 1726889038.24693: done queuing things up, now waiting for results queue to drain 172629 1726889038.24695: waiting for pending results... 172629 1726889038.24877: running TaskExecutor() for managed_node1/TASK: Show test pool 172629 1726889038.24961: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000317d 172629 1726889038.24976: variable 'ansible_search_path' from source: unknown 172629 1726889038.25003: calling self._execute() 172629 1726889038.25094: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.25098: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.25107: variable 'omit' from source: magic vars 172629 1726889038.25460: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889038.27687: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889038.27730: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889038.27763: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889038.27798: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889038.27817: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889038.27892: variable '_storage_test_volume_present' from source: set_fact 172629 1726889038.27906: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889038.27909: when evaluation is False, skipping this task 172629 1726889038.27912: _execute() done 172629 1726889038.27915: dumping result to json 172629 1726889038.27917: done dumping result, returning 172629 1726889038.27923: done running TaskExecutor() for managed_node1/TASK: Show test pool [0affc8a3-6f6f-d0a8-add8-00000000317d] 172629 1726889038.27928: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000317d 172629 1726889038.28017: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000317d 172629 1726889038.28020: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "_storage_test_volume_present | bool" } 172629 1726889038.28067: no more pending results, returning what we have 172629 1726889038.28070: results queue empty 172629 1726889038.28071: checking for any_errors_fatal 172629 1726889038.28078: done checking for any_errors_fatal 172629 1726889038.28078: checking for max_fail_percentage 172629 1726889038.28080: done checking for max_fail_percentage 172629 1726889038.28081: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.28082: done checking to see if all hosts have failed 172629 1726889038.28083: getting the remaining hosts for this loop 172629 1726889038.28085: done getting the remaining hosts for this loop 172629 1726889038.28088: getting the next task for host managed_node1 172629 1726889038.28096: done getting next task for host managed_node1 172629 1726889038.28099: ^ task is: TASK: Show test blockinfo 172629 1726889038.28103: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889038.28107: getting variables 172629 1726889038.28108: in VariableManager get_vars() 172629 1726889038.28149: Calling all_inventory to load vars for managed_node1 172629 1726889038.28152: Calling groups_inventory to load vars for managed_node1 172629 1726889038.28158: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.28170: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.28172: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.28175: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.29082: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.29563: done with get_vars() 172629 1726889038.29578: done getting variables 172629 1726889038.29637: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Friday 20 September 2024 23:23:58 -0400 (0:00:00.052) 0:02:18.576 ****** 172629 1726889038.29675: entering _queue_task() for managed_node1/debug 172629 1726889038.30073: worker is 1 (out of 1 available) 172629 1726889038.30085: exiting _queue_task() for managed_node1/debug 172629 1726889038.30099: done queuing things up, now waiting for results queue to drain 172629 1726889038.30100: waiting for pending results... 172629 1726889038.30328: running TaskExecutor() for managed_node1/TASK: Show test blockinfo 172629 1726889038.30454: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000317e 172629 1726889038.30472: variable 'ansible_search_path' from source: unknown 172629 1726889038.30508: calling self._execute() 172629 1726889038.30601: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.30605: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.30614: variable 'omit' from source: magic vars 172629 1726889038.30898: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889038.32662: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889038.32667: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889038.32695: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889038.32736: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889038.32771: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889038.32885: variable '_storage_test_volume_present' from source: set_fact 172629 1726889038.32908: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889038.32917: when evaluation is False, skipping this task 172629 1726889038.32925: _execute() done 172629 1726889038.32933: dumping result to json 172629 1726889038.32940: done dumping result, returning 172629 1726889038.32952: done running TaskExecutor() for managed_node1/TASK: Show test blockinfo [0affc8a3-6f6f-d0a8-add8-00000000317e] 172629 1726889038.32967: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000317e skipping: [managed_node1] => { "false_condition": "_storage_test_volume_present | bool" } 172629 1726889038.33133: no more pending results, returning what we have 172629 1726889038.33137: results queue empty 172629 1726889038.33138: checking for any_errors_fatal 172629 1726889038.33149: done checking for any_errors_fatal 172629 1726889038.33150: checking for max_fail_percentage 172629 1726889038.33152: done checking for max_fail_percentage 172629 1726889038.33153: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.33154: done checking to see if all hosts have failed 172629 1726889038.33154: getting the remaining hosts for this loop 172629 1726889038.33159: done getting the remaining hosts for this loop 172629 1726889038.33162: getting the next task for host managed_node1 172629 1726889038.33171: done getting next task for host managed_node1 172629 1726889038.33174: ^ task is: TASK: Show test pool size 172629 1726889038.33180: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889038.33184: getting variables 172629 1726889038.33186: in VariableManager get_vars() 172629 1726889038.33224: Calling all_inventory to load vars for managed_node1 172629 1726889038.33227: Calling groups_inventory to load vars for managed_node1 172629 1726889038.33230: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.33242: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.33245: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.33249: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.33781: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000317e 172629 1726889038.33784: WORKER PROCESS EXITING 172629 1726889038.33794: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.34149: done with get_vars() 172629 1726889038.34166: done getting variables 172629 1726889038.34207: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test pool size] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Friday 20 September 2024 23:23:58 -0400 (0:00:00.045) 0:02:18.622 ****** 172629 1726889038.34231: entering _queue_task() for managed_node1/debug 172629 1726889038.34464: worker is 1 (out of 1 available) 172629 1726889038.34477: exiting _queue_task() for managed_node1/debug 172629 1726889038.34491: done queuing things up, now waiting for results queue to drain 172629 1726889038.34493: waiting for pending results... 172629 1726889038.34686: running TaskExecutor() for managed_node1/TASK: Show test pool size 172629 1726889038.34774: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000317f 172629 1726889038.34788: variable 'ansible_search_path' from source: unknown 172629 1726889038.34816: calling self._execute() 172629 1726889038.34913: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.34917: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.34927: variable 'omit' from source: magic vars 172629 1726889038.35210: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889038.36859: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889038.36929: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889038.36932: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889038.37159: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889038.37166: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889038.37169: variable '_storage_test_volume_present' from source: set_fact 172629 1726889038.37171: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889038.37173: when evaluation is False, skipping this task 172629 1726889038.37178: _execute() done 172629 1726889038.37180: dumping result to json 172629 1726889038.37184: done dumping result, returning 172629 1726889038.37196: done running TaskExecutor() for managed_node1/TASK: Show test pool size [0affc8a3-6f6f-d0a8-add8-00000000317f] 172629 1726889038.37207: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000317f 172629 1726889038.37309: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000317f 172629 1726889038.37313: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "_storage_test_volume_present | bool" } 172629 1726889038.37507: no more pending results, returning what we have 172629 1726889038.37511: results queue empty 172629 1726889038.37512: checking for any_errors_fatal 172629 1726889038.37517: done checking for any_errors_fatal 172629 1726889038.37518: checking for max_fail_percentage 172629 1726889038.37520: done checking for max_fail_percentage 172629 1726889038.37521: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.37522: done checking to see if all hosts have failed 172629 1726889038.37522: getting the remaining hosts for this loop 172629 1726889038.37524: done getting the remaining hosts for this loop 172629 1726889038.37527: getting the next task for host managed_node1 172629 1726889038.37533: done getting next task for host managed_node1 172629 1726889038.37535: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 172629 1726889038.37554: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889038.37562: getting variables 172629 1726889038.37564: in VariableManager get_vars() 172629 1726889038.37599: Calling all_inventory to load vars for managed_node1 172629 1726889038.37601: Calling groups_inventory to load vars for managed_node1 172629 1726889038.37604: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.37613: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.37615: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.37618: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.38115: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.38684: done with get_vars() 172629 1726889038.38700: done getting variables 172629 1726889038.38763: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Friday 20 September 2024 23:23:58 -0400 (0:00:00.045) 0:02:18.667 ****** 172629 1726889038.38809: entering _queue_task() for managed_node1/set_fact 172629 1726889038.39123: worker is 1 (out of 1 available) 172629 1726889038.39134: exiting _queue_task() for managed_node1/set_fact 172629 1726889038.39150: done queuing things up, now waiting for results queue to drain 172629 1726889038.39152: waiting for pending results... 172629 1726889038.39510: running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value 172629 1726889038.39782: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003180 172629 1726889038.39791: variable 'ansible_search_path' from source: unknown 172629 1726889038.39795: calling self._execute() 172629 1726889038.39830: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.39850: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.39854: variable 'omit' from source: magic vars 172629 1726889038.40217: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889038.42108: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889038.42168: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889038.42194: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889038.42220: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889038.42241: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889038.42312: variable '_storage_test_volume_present' from source: set_fact 172629 1726889038.42327: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889038.42330: when evaluation is False, skipping this task 172629 1726889038.42332: _execute() done 172629 1726889038.42335: dumping result to json 172629 1726889038.42339: done dumping result, returning 172629 1726889038.42342: done running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-d0a8-add8-000000003180] 172629 1726889038.42350: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003180 172629 1726889038.42432: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003180 172629 1726889038.42435: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 172629 1726889038.42502: no more pending results, returning what we have 172629 1726889038.42505: results queue empty 172629 1726889038.42506: checking for any_errors_fatal 172629 1726889038.42515: done checking for any_errors_fatal 172629 1726889038.42516: checking for max_fail_percentage 172629 1726889038.42518: done checking for max_fail_percentage 172629 1726889038.42519: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.42519: done checking to see if all hosts have failed 172629 1726889038.42520: getting the remaining hosts for this loop 172629 1726889038.42522: done getting the remaining hosts for this loop 172629 1726889038.42525: getting the next task for host managed_node1 172629 1726889038.42534: done getting next task for host managed_node1 172629 1726889038.42537: ^ task is: TASK: Default thin pool reserved space values 172629 1726889038.42542: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889038.42545: getting variables 172629 1726889038.42548: in VariableManager get_vars() 172629 1726889038.42585: Calling all_inventory to load vars for managed_node1 172629 1726889038.42588: Calling groups_inventory to load vars for managed_node1 172629 1726889038.42591: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.42600: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.42603: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.42605: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.42962: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.43300: done with get_vars() 172629 1726889038.43312: done getting variables 172629 1726889038.43365: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Friday 20 September 2024 23:23:58 -0400 (0:00:00.045) 0:02:18.713 ****** 172629 1726889038.43387: entering _queue_task() for managed_node1/set_fact 172629 1726889038.43597: worker is 1 (out of 1 available) 172629 1726889038.43610: exiting _queue_task() for managed_node1/set_fact 172629 1726889038.43623: done queuing things up, now waiting for results queue to drain 172629 1726889038.43624: waiting for pending results... 172629 1726889038.43807: running TaskExecutor() for managed_node1/TASK: Default thin pool reserved space values 172629 1726889038.43900: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003182 172629 1726889038.43913: variable 'ansible_search_path' from source: unknown 172629 1726889038.43940: calling self._execute() 172629 1726889038.44027: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.44032: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.44040: variable 'omit' from source: magic vars 172629 1726889038.44308: variable 'storage_test_volume' from source: include params 172629 1726889038.44333: Evaluated conditional (storage_test_volume.thin): False 172629 1726889038.44337: when evaluation is False, skipping this task 172629 1726889038.44340: _execute() done 172629 1726889038.44342: dumping result to json 172629 1726889038.44345: done dumping result, returning 172629 1726889038.44350: done running TaskExecutor() for managed_node1/TASK: Default thin pool reserved space values [0affc8a3-6f6f-d0a8-add8-000000003182] 172629 1726889038.44359: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003182 172629 1726889038.44476: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003182 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889038.44530: no more pending results, returning what we have 172629 1726889038.44533: results queue empty 172629 1726889038.44534: checking for any_errors_fatal 172629 1726889038.44546: done checking for any_errors_fatal 172629 1726889038.44547: checking for max_fail_percentage 172629 1726889038.44549: done checking for max_fail_percentage 172629 1726889038.44549: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.44550: done checking to see if all hosts have failed 172629 1726889038.44551: getting the remaining hosts for this loop 172629 1726889038.44552: done getting the remaining hosts for this loop 172629 1726889038.44559: getting the next task for host managed_node1 172629 1726889038.44568: done getting next task for host managed_node1 172629 1726889038.44572: ^ task is: TASK: Default minimal thin pool reserved space size 172629 1726889038.44579: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889038.44583: getting variables 172629 1726889038.44585: in VariableManager get_vars() 172629 1726889038.44617: Calling all_inventory to load vars for managed_node1 172629 1726889038.44620: Calling groups_inventory to load vars for managed_node1 172629 1726889038.44625: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.44635: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.44638: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.44641: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.45168: WORKER PROCESS EXITING 172629 1726889038.45248: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.45825: done with get_vars() 172629 1726889038.45836: done getting variables TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Friday 20 September 2024 23:23:58 -0400 (0:00:00.025) 0:02:18.739 ****** 172629 1726889038.45921: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889038.46169: worker is 1 (out of 1 available) 172629 1726889038.46184: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889038.46197: done queuing things up, now waiting for results queue to drain 172629 1726889038.46199: waiting for pending results... 172629 1726889038.46533: running TaskExecutor() for managed_node1/TASK: Default minimal thin pool reserved space size 172629 1726889038.46589: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003183 172629 1726889038.46603: variable 'ansible_search_path' from source: unknown 172629 1726889038.46630: calling self._execute() 172629 1726889038.46750: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.46828: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.46838: variable 'omit' from source: magic vars 172629 1726889038.47129: variable 'storage_test_volume' from source: include params 172629 1726889038.47158: Evaluated conditional (storage_test_volume.thin): False 172629 1726889038.47163: when evaluation is False, skipping this task 172629 1726889038.47166: _execute() done 172629 1726889038.47169: dumping result to json 172629 1726889038.47172: done dumping result, returning 172629 1726889038.47197: done running TaskExecutor() for managed_node1/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-d0a8-add8-000000003183] 172629 1726889038.47200: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003183 172629 1726889038.47279: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003183 172629 1726889038.47282: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889038.47341: no more pending results, returning what we have 172629 1726889038.47345: results queue empty 172629 1726889038.47346: checking for any_errors_fatal 172629 1726889038.47353: done checking for any_errors_fatal 172629 1726889038.47354: checking for max_fail_percentage 172629 1726889038.47357: done checking for max_fail_percentage 172629 1726889038.47358: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.47359: done checking to see if all hosts have failed 172629 1726889038.47360: getting the remaining hosts for this loop 172629 1726889038.47361: done getting the remaining hosts for this loop 172629 1726889038.47364: getting the next task for host managed_node1 172629 1726889038.47371: done getting next task for host managed_node1 172629 1726889038.47374: ^ task is: TASK: Default maximal thin pool reserved space size 172629 1726889038.47378: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889038.47381: getting variables 172629 1726889038.47383: in VariableManager get_vars() 172629 1726889038.47413: Calling all_inventory to load vars for managed_node1 172629 1726889038.47415: Calling groups_inventory to load vars for managed_node1 172629 1726889038.47418: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.47427: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.47430: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.47432: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.47760: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.48108: done with get_vars() 172629 1726889038.48118: done getting variables TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Friday 20 September 2024 23:23:58 -0400 (0:00:00.022) 0:02:18.761 ****** 172629 1726889038.48172: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889038.48374: worker is 1 (out of 1 available) 172629 1726889038.48386: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889038.48398: done queuing things up, now waiting for results queue to drain 172629 1726889038.48400: waiting for pending results... 172629 1726889038.48695: running TaskExecutor() for managed_node1/TASK: Default maximal thin pool reserved space size 172629 1726889038.48725: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003184 172629 1726889038.48738: variable 'ansible_search_path' from source: unknown 172629 1726889038.48767: calling self._execute() 172629 1726889038.48857: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.48865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.48872: variable 'omit' from source: magic vars 172629 1726889038.49163: variable 'storage_test_volume' from source: include params 172629 1726889038.49188: Evaluated conditional (storage_test_volume.thin): False 172629 1726889038.49191: when evaluation is False, skipping this task 172629 1726889038.49194: _execute() done 172629 1726889038.49196: dumping result to json 172629 1726889038.49199: done dumping result, returning 172629 1726889038.49205: done running TaskExecutor() for managed_node1/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-d0a8-add8-000000003184] 172629 1726889038.49209: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003184 172629 1726889038.49298: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003184 172629 1726889038.49301: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889038.49352: no more pending results, returning what we have 172629 1726889038.49359: results queue empty 172629 1726889038.49361: checking for any_errors_fatal 172629 1726889038.49366: done checking for any_errors_fatal 172629 1726889038.49367: checking for max_fail_percentage 172629 1726889038.49368: done checking for max_fail_percentage 172629 1726889038.49369: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.49370: done checking to see if all hosts have failed 172629 1726889038.49370: getting the remaining hosts for this loop 172629 1726889038.49372: done getting the remaining hosts for this loop 172629 1726889038.49375: getting the next task for host managed_node1 172629 1726889038.49382: done getting next task for host managed_node1 172629 1726889038.49385: ^ task is: TASK: Calculate maximum usable space in thin pool 172629 1726889038.49389: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889038.49392: getting variables 172629 1726889038.49393: in VariableManager get_vars() 172629 1726889038.49434: Calling all_inventory to load vars for managed_node1 172629 1726889038.49437: Calling groups_inventory to load vars for managed_node1 172629 1726889038.49440: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.49448: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.49451: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.49453: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.50067: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.50507: done with get_vars() 172629 1726889038.50515: done getting variables 172629 1726889038.50558: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Friday 20 September 2024 23:23:58 -0400 (0:00:00.024) 0:02:18.785 ****** 172629 1726889038.50580: entering _queue_task() for managed_node1/set_fact 172629 1726889038.50778: worker is 1 (out of 1 available) 172629 1726889038.50792: exiting _queue_task() for managed_node1/set_fact 172629 1726889038.50804: done queuing things up, now waiting for results queue to drain 172629 1726889038.50805: waiting for pending results... 172629 1726889038.51043: running TaskExecutor() for managed_node1/TASK: Calculate maximum usable space in thin pool 172629 1726889038.51199: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003185 172629 1726889038.51202: variable 'ansible_search_path' from source: unknown 172629 1726889038.51228: calling self._execute() 172629 1726889038.51341: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.51345: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.51379: variable 'omit' from source: magic vars 172629 1726889038.51692: variable 'storage_test_volume' from source: include params 172629 1726889038.51717: Evaluated conditional (storage_test_volume.thin): False 172629 1726889038.51721: when evaluation is False, skipping this task 172629 1726889038.51723: _execute() done 172629 1726889038.51726: dumping result to json 172629 1726889038.51728: done dumping result, returning 172629 1726889038.51769: done running TaskExecutor() for managed_node1/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-d0a8-add8-000000003185] 172629 1726889038.51773: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003185 172629 1726889038.51848: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003185 172629 1726889038.51851: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889038.51929: no more pending results, returning what we have 172629 1726889038.51933: results queue empty 172629 1726889038.51934: checking for any_errors_fatal 172629 1726889038.51942: done checking for any_errors_fatal 172629 1726889038.51942: checking for max_fail_percentage 172629 1726889038.51944: done checking for max_fail_percentage 172629 1726889038.51945: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.51946: done checking to see if all hosts have failed 172629 1726889038.51946: getting the remaining hosts for this loop 172629 1726889038.51948: done getting the remaining hosts for this loop 172629 1726889038.51951: getting the next task for host managed_node1 172629 1726889038.51960: done getting next task for host managed_node1 172629 1726889038.51963: ^ task is: TASK: Apply upper size limit to max usable thin pool space 172629 1726889038.51968: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889038.51972: getting variables 172629 1726889038.51973: in VariableManager get_vars() 172629 1726889038.52008: Calling all_inventory to load vars for managed_node1 172629 1726889038.52010: Calling groups_inventory to load vars for managed_node1 172629 1726889038.52013: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.52023: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.52026: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.52029: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.52494: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.52860: done with get_vars() 172629 1726889038.52869: done getting variables 172629 1726889038.52906: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Friday 20 September 2024 23:23:58 -0400 (0:00:00.023) 0:02:18.809 ****** 172629 1726889038.52928: entering _queue_task() for managed_node1/set_fact 172629 1726889038.53129: worker is 1 (out of 1 available) 172629 1726889038.53143: exiting _queue_task() for managed_node1/set_fact 172629 1726889038.53161: done queuing things up, now waiting for results queue to drain 172629 1726889038.53162: waiting for pending results... 172629 1726889038.53326: running TaskExecutor() for managed_node1/TASK: Apply upper size limit to max usable thin pool space 172629 1726889038.53420: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003186 172629 1726889038.53433: variable 'ansible_search_path' from source: unknown 172629 1726889038.53460: calling self._execute() 172629 1726889038.53544: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.53547: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.53560: variable 'omit' from source: magic vars 172629 1726889038.53845: variable 'storage_test_volume' from source: include params 172629 1726889038.53873: Evaluated conditional (storage_test_volume.thin): False 172629 1726889038.53876: when evaluation is False, skipping this task 172629 1726889038.53879: _execute() done 172629 1726889038.53881: dumping result to json 172629 1726889038.53884: done dumping result, returning 172629 1726889038.53889: done running TaskExecutor() for managed_node1/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-d0a8-add8-000000003186] 172629 1726889038.53894: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003186 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889038.54059: no more pending results, returning what we have 172629 1726889038.54063: results queue empty 172629 1726889038.54063: checking for any_errors_fatal 172629 1726889038.54101: done checking for any_errors_fatal 172629 1726889038.54102: checking for max_fail_percentage 172629 1726889038.54104: done checking for max_fail_percentage 172629 1726889038.54105: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.54106: done checking to see if all hosts have failed 172629 1726889038.54107: getting the remaining hosts for this loop 172629 1726889038.54108: done getting the remaining hosts for this loop 172629 1726889038.54111: getting the next task for host managed_node1 172629 1726889038.54117: done getting next task for host managed_node1 172629 1726889038.54119: ^ task is: TASK: Apply lower size limit to max usable thin pool space 172629 1726889038.54125: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889038.54128: getting variables 172629 1726889038.54129: in VariableManager get_vars() 172629 1726889038.54173: Calling all_inventory to load vars for managed_node1 172629 1726889038.54176: Calling groups_inventory to load vars for managed_node1 172629 1726889038.54179: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.54194: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.54198: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.54204: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.54642: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.55161: done with get_vars() 172629 1726889038.55182: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003186 172629 1726889038.55189: WORKER PROCESS EXITING 172629 1726889038.55196: done getting variables 172629 1726889038.55300: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Friday 20 September 2024 23:23:58 -0400 (0:00:00.023) 0:02:18.833 ****** 172629 1726889038.55320: entering _queue_task() for managed_node1/set_fact 172629 1726889038.55511: worker is 1 (out of 1 available) 172629 1726889038.55523: exiting _queue_task() for managed_node1/set_fact 172629 1726889038.55536: done queuing things up, now waiting for results queue to drain 172629 1726889038.55537: waiting for pending results... 172629 1726889038.55725: running TaskExecutor() for managed_node1/TASK: Apply lower size limit to max usable thin pool space 172629 1726889038.55862: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003187 172629 1726889038.55877: variable 'ansible_search_path' from source: unknown 172629 1726889038.56003: calling self._execute() 172629 1726889038.56048: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.56065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.56079: variable 'omit' from source: magic vars 172629 1726889038.56471: variable 'storage_test_volume' from source: include params 172629 1726889038.56514: Evaluated conditional (storage_test_volume.thin): False 172629 1726889038.56521: when evaluation is False, skipping this task 172629 1726889038.56527: _execute() done 172629 1726889038.56534: dumping result to json 172629 1726889038.56540: done dumping result, returning 172629 1726889038.56553: done running TaskExecutor() for managed_node1/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-d0a8-add8-000000003187] 172629 1726889038.56573: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003187 172629 1726889038.56726: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003187 172629 1726889038.56731: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889038.56781: no more pending results, returning what we have 172629 1726889038.56785: results queue empty 172629 1726889038.56786: checking for any_errors_fatal 172629 1726889038.56795: done checking for any_errors_fatal 172629 1726889038.56796: checking for max_fail_percentage 172629 1726889038.56798: done checking for max_fail_percentage 172629 1726889038.56799: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.56800: done checking to see if all hosts have failed 172629 1726889038.56801: getting the remaining hosts for this loop 172629 1726889038.56803: done getting the remaining hosts for this loop 172629 1726889038.56806: getting the next task for host managed_node1 172629 1726889038.56814: done getting next task for host managed_node1 172629 1726889038.56818: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 172629 1726889038.56824: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889038.56829: getting variables 172629 1726889038.56830: in VariableManager get_vars() 172629 1726889038.56877: Calling all_inventory to load vars for managed_node1 172629 1726889038.56880: Calling groups_inventory to load vars for managed_node1 172629 1726889038.56883: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.56895: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.56898: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.56901: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.57549: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.57894: done with get_vars() 172629 1726889038.57906: done getting variables TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Friday 20 September 2024 23:23:58 -0400 (0:00:00.026) 0:02:18.859 ****** 172629 1726889038.57963: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889038.58142: worker is 1 (out of 1 available) 172629 1726889038.58161: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889038.58174: done queuing things up, now waiting for results queue to drain 172629 1726889038.58175: waiting for pending results... 172629 1726889038.58352: running TaskExecutor() for managed_node1/TASK: Convert maximum usable thin pool space from int to Size 172629 1726889038.58444: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003188 172629 1726889038.58461: variable 'ansible_search_path' from source: unknown 172629 1726889038.58486: calling self._execute() 172629 1726889038.58578: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.58581: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.58590: variable 'omit' from source: magic vars 172629 1726889038.58861: variable 'storage_test_volume' from source: include params 172629 1726889038.58885: Evaluated conditional (storage_test_volume.thin): False 172629 1726889038.58888: when evaluation is False, skipping this task 172629 1726889038.58891: _execute() done 172629 1726889038.58893: dumping result to json 172629 1726889038.58895: done dumping result, returning 172629 1726889038.58902: done running TaskExecutor() for managed_node1/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-d0a8-add8-000000003188] 172629 1726889038.58907: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003188 172629 1726889038.58998: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003188 172629 1726889038.59001: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889038.59048: no more pending results, returning what we have 172629 1726889038.59051: results queue empty 172629 1726889038.59052: checking for any_errors_fatal 172629 1726889038.59064: done checking for any_errors_fatal 172629 1726889038.59065: checking for max_fail_percentage 172629 1726889038.59067: done checking for max_fail_percentage 172629 1726889038.59068: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.59068: done checking to see if all hosts have failed 172629 1726889038.59069: getting the remaining hosts for this loop 172629 1726889038.59071: done getting the remaining hosts for this loop 172629 1726889038.59074: getting the next task for host managed_node1 172629 1726889038.59080: done getting next task for host managed_node1 172629 1726889038.59082: ^ task is: TASK: Show max thin pool size 172629 1726889038.59086: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (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 172629 1726889038.59090: getting variables 172629 1726889038.59091: in VariableManager get_vars() 172629 1726889038.59123: Calling all_inventory to load vars for managed_node1 172629 1726889038.59125: Calling groups_inventory to load vars for managed_node1 172629 1726889038.59128: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.59137: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.59139: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.59142: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.59599: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.60379: done with get_vars() 172629 1726889038.60394: done getting variables 172629 1726889038.60447: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Friday 20 September 2024 23:23:58 -0400 (0:00:00.025) 0:02:18.884 ****** 172629 1726889038.60480: entering _queue_task() for managed_node1/debug 172629 1726889038.60715: worker is 1 (out of 1 available) 172629 1726889038.60728: exiting _queue_task() for managed_node1/debug 172629 1726889038.60739: done queuing things up, now waiting for results queue to drain 172629 1726889038.60741: waiting for pending results... 172629 1726889038.61174: running TaskExecutor() for managed_node1/TASK: Show max thin pool size 172629 1726889038.61179: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003189 172629 1726889038.61183: variable 'ansible_search_path' from source: unknown 172629 1726889038.61217: calling self._execute() 172629 1726889038.61337: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.61350: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.61368: variable 'omit' from source: magic vars 172629 1726889038.61738: variable 'storage_test_volume' from source: include params 172629 1726889038.61814: Evaluated conditional (storage_test_volume.thin): False 172629 1726889038.61817: when evaluation is False, skipping this task 172629 1726889038.61820: _execute() done 172629 1726889038.61822: dumping result to json 172629 1726889038.61824: done dumping result, returning 172629 1726889038.61827: done running TaskExecutor() for managed_node1/TASK: Show max thin pool size [0affc8a3-6f6f-d0a8-add8-000000003189] 172629 1726889038.61829: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003189 skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726889038.61965: no more pending results, returning what we have 172629 1726889038.61969: results queue empty 172629 1726889038.61970: checking for any_errors_fatal 172629 1726889038.61979: done checking for any_errors_fatal 172629 1726889038.61980: checking for max_fail_percentage 172629 1726889038.61982: done checking for max_fail_percentage 172629 1726889038.61983: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.61984: done checking to see if all hosts have failed 172629 1726889038.61985: getting the remaining hosts for this loop 172629 1726889038.61987: done getting the remaining hosts for this loop 172629 1726889038.61990: getting the next task for host managed_node1 172629 1726889038.61999: done getting next task for host managed_node1 172629 1726889038.62001: ^ task is: TASK: Show volume thin pool size 172629 1726889038.62006: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889038.62012: getting variables 172629 1726889038.62013: in VariableManager get_vars() 172629 1726889038.62052: Calling all_inventory to load vars for managed_node1 172629 1726889038.62059: Calling groups_inventory to load vars for managed_node1 172629 1726889038.62063: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.62076: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.62079: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.62082: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.62834: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003189 172629 1726889038.62838: WORKER PROCESS EXITING 172629 1726889038.62862: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.63493: done with get_vars() 172629 1726889038.63507: done getting variables 172629 1726889038.63562: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Friday 20 September 2024 23:23:58 -0400 (0:00:00.031) 0:02:18.915 ****** 172629 1726889038.63591: entering _queue_task() for managed_node1/debug 172629 1726889038.63843: worker is 1 (out of 1 available) 172629 1726889038.63961: exiting _queue_task() for managed_node1/debug 172629 1726889038.63973: done queuing things up, now waiting for results queue to drain 172629 1726889038.63975: waiting for pending results... 172629 1726889038.64163: running TaskExecutor() for managed_node1/TASK: Show volume thin pool size 172629 1726889038.64284: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000318a 172629 1726889038.64314: variable 'ansible_search_path' from source: unknown 172629 1726889038.64363: calling self._execute() 172629 1726889038.64662: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.64665: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.64668: variable 'omit' from source: magic vars 172629 1726889038.64906: variable 'storage_test_volume' from source: include params 172629 1726889038.64949: Evaluated conditional (storage_test_volume.thin): False 172629 1726889038.64962: when evaluation is False, skipping this task 172629 1726889038.64971: _execute() done 172629 1726889038.64980: dumping result to json 172629 1726889038.64987: done dumping result, returning 172629 1726889038.65002: done running TaskExecutor() for managed_node1/TASK: Show volume thin pool size [0affc8a3-6f6f-d0a8-add8-00000000318a] 172629 1726889038.65013: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000318a skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726889038.65209: no more pending results, returning what we have 172629 1726889038.65214: results queue empty 172629 1726889038.65215: checking for any_errors_fatal 172629 1726889038.65224: done checking for any_errors_fatal 172629 1726889038.65225: checking for max_fail_percentage 172629 1726889038.65227: done checking for max_fail_percentage 172629 1726889038.65228: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.65229: done checking to see if all hosts have failed 172629 1726889038.65230: getting the remaining hosts for this loop 172629 1726889038.65233: done getting the remaining hosts for this loop 172629 1726889038.65236: getting the next task for host managed_node1 172629 1726889038.65244: done getting next task for host managed_node1 172629 1726889038.65248: ^ task is: TASK: Show test volume size 172629 1726889038.65253: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889038.65262: getting variables 172629 1726889038.65264: in VariableManager get_vars() 172629 1726889038.65306: Calling all_inventory to load vars for managed_node1 172629 1726889038.65309: Calling groups_inventory to load vars for managed_node1 172629 1726889038.65313: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.65327: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.65330: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.65334: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.66237: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000318a 172629 1726889038.66240: WORKER PROCESS EXITING 172629 1726889038.66417: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.67009: done with get_vars() 172629 1726889038.67022: done getting variables 172629 1726889038.67080: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show test volume size] *************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Friday 20 September 2024 23:23:58 -0400 (0:00:00.035) 0:02:18.951 ****** 172629 1726889038.67109: entering _queue_task() for managed_node1/debug 172629 1726889038.67463: worker is 1 (out of 1 available) 172629 1726889038.67474: exiting _queue_task() for managed_node1/debug 172629 1726889038.67485: done queuing things up, now waiting for results queue to drain 172629 1726889038.67486: waiting for pending results... 172629 1726889038.67683: running TaskExecutor() for managed_node1/TASK: Show test volume size 172629 1726889038.67834: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000318b 172629 1726889038.67858: variable 'ansible_search_path' from source: unknown 172629 1726889038.67896: calling self._execute() 172629 1726889038.68020: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.68036: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.68050: variable 'omit' from source: magic vars 172629 1726889038.68425: variable 'storage_test_volume' from source: include params 172629 1726889038.68468: Evaluated conditional (storage_test_volume.thin): False 172629 1726889038.68560: when evaluation is False, skipping this task 172629 1726889038.68564: _execute() done 172629 1726889038.68566: dumping result to json 172629 1726889038.68568: done dumping result, returning 172629 1726889038.68571: done running TaskExecutor() for managed_node1/TASK: Show test volume size [0affc8a3-6f6f-d0a8-add8-00000000318b] 172629 1726889038.68573: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000318b 172629 1726889038.68636: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000318b 172629 1726889038.68640: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } 172629 1726889038.68688: no more pending results, returning what we have 172629 1726889038.68692: results queue empty 172629 1726889038.68693: checking for any_errors_fatal 172629 1726889038.68705: done checking for any_errors_fatal 172629 1726889038.68706: checking for max_fail_percentage 172629 1726889038.68709: done checking for max_fail_percentage 172629 1726889038.68710: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.68711: done checking to see if all hosts have failed 172629 1726889038.68711: getting the remaining hosts for this loop 172629 1726889038.68714: done getting the remaining hosts for this loop 172629 1726889038.68717: getting the next task for host managed_node1 172629 1726889038.68726: done getting next task for host managed_node1 172629 1726889038.68729: ^ task is: TASK: Establish base value for expected thin pool size 172629 1726889038.68736: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889038.68741: getting variables 172629 1726889038.68742: in VariableManager get_vars() 172629 1726889038.68785: Calling all_inventory to load vars for managed_node1 172629 1726889038.68788: Calling groups_inventory to load vars for managed_node1 172629 1726889038.68792: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.68804: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.68808: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.68811: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.69542: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.70115: done with get_vars() 172629 1726889038.70130: done getting variables 172629 1726889038.70192: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Friday 20 September 2024 23:23:58 -0400 (0:00:00.031) 0:02:18.982 ****** 172629 1726889038.70225: entering _queue_task() for managed_node1/set_fact 172629 1726889038.70679: worker is 1 (out of 1 available) 172629 1726889038.70689: exiting _queue_task() for managed_node1/set_fact 172629 1726889038.70701: done queuing things up, now waiting for results queue to drain 172629 1726889038.70702: waiting for pending results... 172629 1726889038.70942: running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool size 172629 1726889038.70998: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000318c 172629 1726889038.71021: variable 'ansible_search_path' from source: unknown 172629 1726889038.71068: calling self._execute() 172629 1726889038.71191: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.71204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.71218: variable 'omit' from source: magic vars 172629 1726889038.71618: variable 'storage_test_volume' from source: include params 172629 1726889038.71660: Evaluated conditional (storage_test_volume.thin): False 172629 1726889038.71669: when evaluation is False, skipping this task 172629 1726889038.71676: _execute() done 172629 1726889038.71762: dumping result to json 172629 1726889038.71765: done dumping result, returning 172629 1726889038.71768: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-d0a8-add8-00000000318c] 172629 1726889038.71771: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000318c 172629 1726889038.72061: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000318c 172629 1726889038.72065: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889038.72100: no more pending results, returning what we have 172629 1726889038.72102: results queue empty 172629 1726889038.72103: checking for any_errors_fatal 172629 1726889038.72109: done checking for any_errors_fatal 172629 1726889038.72110: checking for max_fail_percentage 172629 1726889038.72112: done checking for max_fail_percentage 172629 1726889038.72112: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.72113: done checking to see if all hosts have failed 172629 1726889038.72114: getting the remaining hosts for this loop 172629 1726889038.72115: done getting the remaining hosts for this loop 172629 1726889038.72118: getting the next task for host managed_node1 172629 1726889038.72124: done getting next task for host managed_node1 172629 1726889038.72127: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 172629 1726889038.72132: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889038.72134: getting variables 172629 1726889038.72136: in VariableManager get_vars() 172629 1726889038.72170: Calling all_inventory to load vars for managed_node1 172629 1726889038.72173: Calling groups_inventory to load vars for managed_node1 172629 1726889038.72175: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.72184: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.72187: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.72190: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.72727: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.73314: done with get_vars() 172629 1726889038.73327: done getting variables 172629 1726889038.73380: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Friday 20 September 2024 23:23:58 -0400 (0:00:00.031) 0:02:19.014 ****** 172629 1726889038.73408: entering _queue_task() for managed_node1/set_fact 172629 1726889038.73786: worker is 1 (out of 1 available) 172629 1726889038.73799: exiting _queue_task() for managed_node1/set_fact 172629 1726889038.73811: done queuing things up, now waiting for results queue to drain 172629 1726889038.73813: waiting for pending results... 172629 1726889038.73988: running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value 172629 1726889038.74131: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000318d 172629 1726889038.74162: variable 'ansible_search_path' from source: unknown 172629 1726889038.74198: calling self._execute() 172629 1726889038.74324: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.74335: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.74348: variable 'omit' from source: magic vars 172629 1726889038.74743: variable 'storage_test_volume' from source: include params 172629 1726889038.74785: Evaluated conditional (storage_test_volume.thin): False 172629 1726889038.74797: when evaluation is False, skipping this task 172629 1726889038.74805: _execute() done 172629 1726889038.74812: dumping result to json 172629 1726889038.74819: done dumping result, returning 172629 1726889038.74828: done running TaskExecutor() for managed_node1/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-d0a8-add8-00000000318d] 172629 1726889038.74837: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000318d 172629 1726889038.75162: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000318d 172629 1726889038.75166: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889038.75200: no more pending results, returning what we have 172629 1726889038.75203: results queue empty 172629 1726889038.75204: checking for any_errors_fatal 172629 1726889038.75212: done checking for any_errors_fatal 172629 1726889038.75213: checking for max_fail_percentage 172629 1726889038.75215: done checking for max_fail_percentage 172629 1726889038.75215: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.75216: done checking to see if all hosts have failed 172629 1726889038.75217: getting the remaining hosts for this loop 172629 1726889038.75218: done getting the remaining hosts for this loop 172629 1726889038.75221: getting the next task for host managed_node1 172629 1726889038.75227: done getting next task for host managed_node1 172629 1726889038.75230: ^ task is: TASK: Establish base value for expected thin pool volume size 172629 1726889038.75235: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889038.75238: getting variables 172629 1726889038.75239: in VariableManager get_vars() 172629 1726889038.75274: Calling all_inventory to load vars for managed_node1 172629 1726889038.75277: Calling groups_inventory to load vars for managed_node1 172629 1726889038.75280: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.75289: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.75292: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.75295: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.75867: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.76483: done with get_vars() 172629 1726889038.76497: done getting variables 172629 1726889038.76550: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Friday 20 September 2024 23:23:58 -0400 (0:00:00.031) 0:02:19.045 ****** 172629 1726889038.76583: entering _queue_task() for managed_node1/set_fact 172629 1726889038.76817: worker is 1 (out of 1 available) 172629 1726889038.76828: exiting _queue_task() for managed_node1/set_fact 172629 1726889038.76840: done queuing things up, now waiting for results queue to drain 172629 1726889038.76841: waiting for pending results... 172629 1726889038.77125: running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool volume size 172629 1726889038.77271: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000318e 172629 1726889038.77295: variable 'ansible_search_path' from source: unknown 172629 1726889038.77332: calling self._execute() 172629 1726889038.77451: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.77468: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.77482: variable 'omit' from source: magic vars 172629 1726889038.77869: variable 'storage_test_volume' from source: include params 172629 1726889038.77906: Evaluated conditional (storage_test_volume.thin): False 172629 1726889038.77912: when evaluation is False, skipping this task 172629 1726889038.77918: _execute() done 172629 1726889038.77925: dumping result to json 172629 1726889038.77933: done dumping result, returning 172629 1726889038.77942: done running TaskExecutor() for managed_node1/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-d0a8-add8-00000000318e] 172629 1726889038.77949: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000318e skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889038.78095: no more pending results, returning what we have 172629 1726889038.78100: results queue empty 172629 1726889038.78101: checking for any_errors_fatal 172629 1726889038.78112: done checking for any_errors_fatal 172629 1726889038.78113: checking for max_fail_percentage 172629 1726889038.78116: done checking for max_fail_percentage 172629 1726889038.78117: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.78118: done checking to see if all hosts have failed 172629 1726889038.78119: getting the remaining hosts for this loop 172629 1726889038.78121: done getting the remaining hosts for this loop 172629 1726889038.78125: getting the next task for host managed_node1 172629 1726889038.78136: done getting next task for host managed_node1 172629 1726889038.78139: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 172629 1726889038.78144: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889038.78151: getting variables 172629 1726889038.78153: in VariableManager get_vars() 172629 1726889038.78306: Calling all_inventory to load vars for managed_node1 172629 1726889038.78310: Calling groups_inventory to load vars for managed_node1 172629 1726889038.78314: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.78365: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000318e 172629 1726889038.78369: WORKER PROCESS EXITING 172629 1726889038.78382: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.78385: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.78389: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.79131: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.79739: done with get_vars() 172629 1726889038.79758: done getting variables 172629 1726889038.79813: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Friday 20 September 2024 23:23:58 -0400 (0:00:00.032) 0:02:19.078 ****** 172629 1726889038.79842: entering _queue_task() for managed_node1/set_fact 172629 1726889038.80122: worker is 1 (out of 1 available) 172629 1726889038.80135: exiting _queue_task() for managed_node1/set_fact 172629 1726889038.80150: done queuing things up, now waiting for results queue to drain 172629 1726889038.80151: waiting for pending results... 172629 1726889038.80453: running TaskExecutor() for managed_node1/TASK: Calculate the expected thin pool volume size based on percentage value 172629 1726889038.80608: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000318f 172629 1726889038.80631: variable 'ansible_search_path' from source: unknown 172629 1726889038.80674: calling self._execute() 172629 1726889038.80799: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.80817: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.80832: variable 'omit' from source: magic vars 172629 1726889038.81207: variable 'storage_test_volume' from source: include params 172629 1726889038.81247: Evaluated conditional (storage_test_volume.thin): False 172629 1726889038.81257: when evaluation is False, skipping this task 172629 1726889038.81265: _execute() done 172629 1726889038.81271: dumping result to json 172629 1726889038.81276: done dumping result, returning 172629 1726889038.81285: done running TaskExecutor() for managed_node1/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-d0a8-add8-00000000318f] 172629 1726889038.81293: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000318f 172629 1726889038.81602: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000318f 172629 1726889038.81605: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889038.81643: no more pending results, returning what we have 172629 1726889038.81647: results queue empty 172629 1726889038.81648: checking for any_errors_fatal 172629 1726889038.81659: done checking for any_errors_fatal 172629 1726889038.81660: checking for max_fail_percentage 172629 1726889038.81661: done checking for max_fail_percentage 172629 1726889038.81662: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.81663: done checking to see if all hosts have failed 172629 1726889038.81664: getting the remaining hosts for this loop 172629 1726889038.81665: done getting the remaining hosts for this loop 172629 1726889038.81668: getting the next task for host managed_node1 172629 1726889038.81675: done getting next task for host managed_node1 172629 1726889038.81677: ^ task is: TASK: Replace expected volume size with calculated value 172629 1726889038.81682: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889038.81685: getting variables 172629 1726889038.81687: in VariableManager get_vars() 172629 1726889038.81717: Calling all_inventory to load vars for managed_node1 172629 1726889038.81720: Calling groups_inventory to load vars for managed_node1 172629 1726889038.81723: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.81735: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.81738: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.81741: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.82339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.82966: done with get_vars() 172629 1726889038.82981: done getting variables 172629 1726889038.83042: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Friday 20 September 2024 23:23:58 -0400 (0:00:00.032) 0:02:19.110 ****** 172629 1726889038.83075: entering _queue_task() for managed_node1/set_fact 172629 1726889038.83338: worker is 1 (out of 1 available) 172629 1726889038.83350: exiting _queue_task() for managed_node1/set_fact 172629 1726889038.83469: done queuing things up, now waiting for results queue to drain 172629 1726889038.83471: waiting for pending results... 172629 1726889038.83667: running TaskExecutor() for managed_node1/TASK: Replace expected volume size with calculated value 172629 1726889038.83803: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003190 172629 1726889038.83826: variable 'ansible_search_path' from source: unknown 172629 1726889038.83868: calling self._execute() 172629 1726889038.83993: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.84005: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.84017: variable 'omit' from source: magic vars 172629 1726889038.84389: variable 'storage_test_volume' from source: include params 172629 1726889038.84427: Evaluated conditional (storage_test_volume.thin): False 172629 1726889038.84435: when evaluation is False, skipping this task 172629 1726889038.84442: _execute() done 172629 1726889038.84449: dumping result to json 172629 1726889038.84460: done dumping result, returning 172629 1726889038.84472: done running TaskExecutor() for managed_node1/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-d0a8-add8-000000003190] 172629 1726889038.84481: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003190 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 172629 1726889038.84631: no more pending results, returning what we have 172629 1726889038.84635: results queue empty 172629 1726889038.84636: checking for any_errors_fatal 172629 1726889038.84647: done checking for any_errors_fatal 172629 1726889038.84647: checking for max_fail_percentage 172629 1726889038.84650: done checking for max_fail_percentage 172629 1726889038.84651: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.84652: done checking to see if all hosts have failed 172629 1726889038.84652: getting the remaining hosts for this loop 172629 1726889038.84658: done getting the remaining hosts for this loop 172629 1726889038.84661: getting the next task for host managed_node1 172629 1726889038.84673: done getting next task for host managed_node1 172629 1726889038.84676: ^ task is: TASK: Show actual size 172629 1726889038.84681: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889038.84687: getting variables 172629 1726889038.84688: in VariableManager get_vars() 172629 1726889038.84728: Calling all_inventory to load vars for managed_node1 172629 1726889038.84731: Calling groups_inventory to load vars for managed_node1 172629 1726889038.84735: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.84748: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.84752: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.85019: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.85769: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003190 172629 1726889038.85772: WORKER PROCESS EXITING 172629 1726889038.85897: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.86478: done with get_vars() 172629 1726889038.86491: done getting variables 172629 1726889038.86548: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show actual size] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Friday 20 September 2024 23:23:58 -0400 (0:00:00.035) 0:02:19.145 ****** 172629 1726889038.86583: entering _queue_task() for managed_node1/debug 172629 1726889038.87061: worker is 1 (out of 1 available) 172629 1726889038.87072: exiting _queue_task() for managed_node1/debug 172629 1726889038.87081: done queuing things up, now waiting for results queue to drain 172629 1726889038.87083: waiting for pending results... 172629 1726889038.87190: running TaskExecutor() for managed_node1/TASK: Show actual size 172629 1726889038.87325: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003192 172629 1726889038.87348: variable 'ansible_search_path' from source: unknown 172629 1726889038.87392: calling self._execute() 172629 1726889038.87529: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.87541: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.87561: variable 'omit' from source: magic vars 172629 1726889038.87689: variable 'omit' from source: magic vars 172629 1726889038.87768: variable 'omit' from source: magic vars 172629 1726889038.87811: variable 'omit' from source: magic vars 172629 1726889038.87868: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889038.87915: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889038.87942: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889038.87973: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889038.87991: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889038.88026: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889038.88037: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.88046: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.88144: Set connection var ansible_timeout to 10 172629 1726889038.88161: Set connection var ansible_shell_type to sh 172629 1726889038.88178: Set connection var ansible_pipelining to False 172629 1726889038.88189: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889038.88198: Set connection var ansible_shell_executable to /bin/sh 172629 1726889038.88205: Set connection var ansible_connection to ssh 172629 1726889038.88228: variable 'ansible_shell_executable' from source: unknown 172629 1726889038.88234: variable 'ansible_connection' from source: unknown 172629 1726889038.88240: variable 'ansible_module_compression' from source: unknown 172629 1726889038.88246: variable 'ansible_shell_type' from source: unknown 172629 1726889038.88252: variable 'ansible_shell_executable' from source: unknown 172629 1726889038.88265: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.88286: variable 'ansible_pipelining' from source: unknown 172629 1726889038.88289: variable 'ansible_timeout' from source: unknown 172629 1726889038.88292: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.88505: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889038.88508: variable 'omit' from source: magic vars 172629 1726889038.88510: starting attempt loop 172629 1726889038.88513: running the handler 172629 1726889038.88528: variable 'storage_test_actual_size' from source: set_fact 172629 1726889038.88710: variable 'storage_test_actual_size' from source: set_fact 172629 1726889038.88785: handler run complete 172629 1726889038.88816: attempt loop complete, returning result 172629 1726889038.88823: _execute() done 172629 1726889038.88835: dumping result to json 172629 1726889038.88842: done dumping result, returning 172629 1726889038.88853: done running TaskExecutor() for managed_node1/TASK: Show actual size [0affc8a3-6f6f-d0a8-add8-000000003192] 172629 1726889038.88866: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003192 172629 1726889038.89003: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003192 172629 1726889038.89006: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } 172629 1726889038.89100: no more pending results, returning what we have 172629 1726889038.89104: results queue empty 172629 1726889038.89105: checking for any_errors_fatal 172629 1726889038.89120: done checking for any_errors_fatal 172629 1726889038.89121: checking for max_fail_percentage 172629 1726889038.89123: done checking for max_fail_percentage 172629 1726889038.89124: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.89124: done checking to see if all hosts have failed 172629 1726889038.89125: getting the remaining hosts for this loop 172629 1726889038.89127: done getting the remaining hosts for this loop 172629 1726889038.89130: getting the next task for host managed_node1 172629 1726889038.89138: done getting next task for host managed_node1 172629 1726889038.89142: ^ task is: TASK: Show expected size 172629 1726889038.89148: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889038.89153: getting variables 172629 1726889038.89158: in VariableManager get_vars() 172629 1726889038.89196: Calling all_inventory to load vars for managed_node1 172629 1726889038.89198: Calling groups_inventory to load vars for managed_node1 172629 1726889038.89201: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.89212: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.89216: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.89219: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.89952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.90590: done with get_vars() 172629 1726889038.90603: done getting variables 172629 1726889038.90658: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show expected size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Friday 20 September 2024 23:23:58 -0400 (0:00:00.041) 0:02:19.186 ****** 172629 1726889038.90688: entering _queue_task() for managed_node1/debug 172629 1726889038.90936: worker is 1 (out of 1 available) 172629 1726889038.90949: exiting _queue_task() for managed_node1/debug 172629 1726889038.91067: done queuing things up, now waiting for results queue to drain 172629 1726889038.91069: waiting for pending results... 172629 1726889038.91305: running TaskExecutor() for managed_node1/TASK: Show expected size 172629 1726889038.91563: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003193 172629 1726889038.91566: variable 'ansible_search_path' from source: unknown 172629 1726889038.91570: calling self._execute() 172629 1726889038.91590: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.91601: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.91615: variable 'omit' from source: magic vars 172629 1726889038.91737: variable 'omit' from source: magic vars 172629 1726889038.91810: variable 'omit' from source: magic vars 172629 1726889038.91853: variable 'omit' from source: magic vars 172629 1726889038.91914: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889038.91962: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889038.91988: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889038.92015: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889038.92033: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889038.92072: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889038.92083: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.92091: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.92203: Set connection var ansible_timeout to 10 172629 1726889038.92214: Set connection var ansible_shell_type to sh 172629 1726889038.92230: Set connection var ansible_pipelining to False 172629 1726889038.92239: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889038.92248: Set connection var ansible_shell_executable to /bin/sh 172629 1726889038.92253: Set connection var ansible_connection to ssh 172629 1726889038.92336: variable 'ansible_shell_executable' from source: unknown 172629 1726889038.92339: variable 'ansible_connection' from source: unknown 172629 1726889038.92342: variable 'ansible_module_compression' from source: unknown 172629 1726889038.92344: variable 'ansible_shell_type' from source: unknown 172629 1726889038.92346: variable 'ansible_shell_executable' from source: unknown 172629 1726889038.92348: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.92350: variable 'ansible_pipelining' from source: unknown 172629 1726889038.92352: variable 'ansible_timeout' from source: unknown 172629 1726889038.92358: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.92487: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889038.92505: variable 'omit' from source: magic vars 172629 1726889038.92513: starting attempt loop 172629 1726889038.92519: running the handler 172629 1726889038.92861: handler run complete 172629 1726889038.92864: attempt loop complete, returning result 172629 1726889038.92867: _execute() done 172629 1726889038.92869: dumping result to json 172629 1726889038.92871: done dumping result, returning 172629 1726889038.92875: done running TaskExecutor() for managed_node1/TASK: Show expected size [0affc8a3-6f6f-d0a8-add8-000000003193] 172629 1726889038.92878: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003193 ok: [managed_node1] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } 172629 1726889038.93199: no more pending results, returning what we have 172629 1726889038.93202: results queue empty 172629 1726889038.93203: checking for any_errors_fatal 172629 1726889038.93210: done checking for any_errors_fatal 172629 1726889038.93211: checking for max_fail_percentage 172629 1726889038.93213: done checking for max_fail_percentage 172629 1726889038.93214: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.93214: done checking to see if all hosts have failed 172629 1726889038.93215: getting the remaining hosts for this loop 172629 1726889038.93217: done getting the remaining hosts for this loop 172629 1726889038.93220: getting the next task for host managed_node1 172629 1726889038.93226: done getting next task for host managed_node1 172629 1726889038.93229: ^ task is: TASK: Assert expected size is actual size 172629 1726889038.93234: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889038.93238: getting variables 172629 1726889038.93240: in VariableManager get_vars() 172629 1726889038.93281: Calling all_inventory to load vars for managed_node1 172629 1726889038.93284: Calling groups_inventory to load vars for managed_node1 172629 1726889038.93288: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.93298: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.93301: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.93304: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.93869: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003193 172629 1726889038.93872: WORKER PROCESS EXITING 172629 1726889038.93980: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889038.94535: done with get_vars() 172629 1726889038.94550: done getting variables 172629 1726889038.94608: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Friday 20 September 2024 23:23:58 -0400 (0:00:00.039) 0:02:19.226 ****** 172629 1726889038.94640: entering _queue_task() for managed_node1/assert 172629 1726889038.94928: worker is 1 (out of 1 available) 172629 1726889038.94943: exiting _queue_task() for managed_node1/assert 172629 1726889038.95160: done queuing things up, now waiting for results queue to drain 172629 1726889038.95162: waiting for pending results... 172629 1726889038.95269: running TaskExecutor() for managed_node1/TASK: Assert expected size is actual size 172629 1726889038.95401: in run() - task 0affc8a3-6f6f-d0a8-add8-000000003194 172629 1726889038.95423: variable 'ansible_search_path' from source: unknown 172629 1726889038.95465: calling self._execute() 172629 1726889038.95587: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889038.95602: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889038.95618: variable 'omit' from source: magic vars 172629 1726889038.95998: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 172629 1726889038.98181: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 172629 1726889038.98275: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 172629 1726889038.98317: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 172629 1726889038.98365: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 172629 1726889038.98398: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 172629 1726889038.98551: variable '_storage_test_volume_present' from source: set_fact 172629 1726889038.98558: Evaluated conditional (_storage_test_volume_present | bool): False 172629 1726889038.98561: when evaluation is False, skipping this task 172629 1726889038.98564: _execute() done 172629 1726889038.98566: dumping result to json 172629 1726889038.98569: done dumping result, returning 172629 1726889038.98579: done running TaskExecutor() for managed_node1/TASK: Assert expected size is actual size [0affc8a3-6f6f-d0a8-add8-000000003194] 172629 1726889038.98589: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003194 172629 1726889038.98740: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000003194 172629 1726889038.98743: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 172629 1726889038.98819: no more pending results, returning what we have 172629 1726889038.98824: results queue empty 172629 1726889038.98825: checking for any_errors_fatal 172629 1726889038.98836: done checking for any_errors_fatal 172629 1726889038.98837: checking for max_fail_percentage 172629 1726889038.98839: done checking for max_fail_percentage 172629 1726889038.98840: checking to see if all hosts have failed and the running result is not ok 172629 1726889038.98841: done checking to see if all hosts have failed 172629 1726889038.98841: getting the remaining hosts for this loop 172629 1726889038.98844: done getting the remaining hosts for this loop 172629 1726889038.98848: getting the next task for host managed_node1 172629 1726889038.98865: done getting next task for host managed_node1 172629 1726889038.98869: ^ task is: TASK: Get information about the LV 172629 1726889038.98875: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889038.98879: getting variables 172629 1726889038.98881: in VariableManager get_vars() 172629 1726889038.98926: Calling all_inventory to load vars for managed_node1 172629 1726889038.98930: Calling groups_inventory to load vars for managed_node1 172629 1726889038.98933: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889038.98948: Calling all_plugins_play to load vars for managed_node1 172629 1726889038.98952: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889038.99265: Calling groups_plugins_play to load vars for managed_node1 172629 1726889038.99849: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889039.00521: done with get_vars() 172629 1726889039.00538: done getting variables 172629 1726889039.00600: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Get information about the LV] ******************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Friday 20 September 2024 23:23:59 -0400 (0:00:00.059) 0:02:19.286 ****** 172629 1726889039.00644: entering _queue_task() for managed_node1/command 172629 1726889039.00995: worker is 1 (out of 1 available) 172629 1726889039.01009: exiting _queue_task() for managed_node1/command 172629 1726889039.01022: done queuing things up, now waiting for results queue to drain 172629 1726889039.01024: waiting for pending results... 172629 1726889039.01372: running TaskExecutor() for managed_node1/TASK: Get information about the LV 172629 1726889039.01407: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000319b 172629 1726889039.01429: variable 'ansible_search_path' from source: unknown 172629 1726889039.01476: calling self._execute() 172629 1726889039.01602: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889039.01616: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889039.01631: variable 'omit' from source: magic vars 172629 1726889039.02148: variable 'storage_test_volume' from source: include params 172629 1726889039.02152: variable '_storage_test_volume_present' from source: set_fact 172629 1726889039.02158: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889039.02161: when evaluation is False, skipping this task 172629 1726889039.02164: _execute() done 172629 1726889039.02165: dumping result to json 172629 1726889039.02167: done dumping result, returning 172629 1726889039.02170: done running TaskExecutor() for managed_node1/TASK: Get information about the LV [0affc8a3-6f6f-d0a8-add8-00000000319b] 172629 1726889039.02172: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000319b skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889039.02331: no more pending results, returning what we have 172629 1726889039.02335: results queue empty 172629 1726889039.02336: checking for any_errors_fatal 172629 1726889039.02353: done checking for any_errors_fatal 172629 1726889039.02357: checking for max_fail_percentage 172629 1726889039.02359: done checking for max_fail_percentage 172629 1726889039.02360: checking to see if all hosts have failed and the running result is not ok 172629 1726889039.02362: done checking to see if all hosts have failed 172629 1726889039.02362: getting the remaining hosts for this loop 172629 1726889039.02364: done getting the remaining hosts for this loop 172629 1726889039.02368: getting the next task for host managed_node1 172629 1726889039.02377: done getting next task for host managed_node1 172629 1726889039.02380: ^ task is: TASK: Set LV segment type 172629 1726889039.02385: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889039.02390: getting variables 172629 1726889039.02391: in VariableManager get_vars() 172629 1726889039.02430: Calling all_inventory to load vars for managed_node1 172629 1726889039.02433: Calling groups_inventory to load vars for managed_node1 172629 1726889039.02436: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889039.02451: Calling all_plugins_play to load vars for managed_node1 172629 1726889039.02661: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889039.02667: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000319b 172629 1726889039.02670: WORKER PROCESS EXITING 172629 1726889039.02675: Calling groups_plugins_play to load vars for managed_node1 172629 1726889039.03259: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889039.03846: done with get_vars() 172629 1726889039.03865: done getting variables 172629 1726889039.03922: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Friday 20 September 2024 23:23:59 -0400 (0:00:00.033) 0:02:19.319 ****** 172629 1726889039.03959: entering _queue_task() for managed_node1/set_fact 172629 1726889039.04233: worker is 1 (out of 1 available) 172629 1726889039.04246: exiting _queue_task() for managed_node1/set_fact 172629 1726889039.04263: done queuing things up, now waiting for results queue to drain 172629 1726889039.04265: waiting for pending results... 172629 1726889039.04576: running TaskExecutor() for managed_node1/TASK: Set LV segment type 172629 1726889039.04710: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000319c 172629 1726889039.04731: variable 'ansible_search_path' from source: unknown 172629 1726889039.04774: calling self._execute() 172629 1726889039.04900: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889039.04918: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889039.04932: variable 'omit' from source: magic vars 172629 1726889039.05374: variable 'storage_test_volume' from source: include params 172629 1726889039.05400: variable '_storage_test_volume_present' from source: set_fact 172629 1726889039.05424: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889039.05432: when evaluation is False, skipping this task 172629 1726889039.05440: _execute() done 172629 1726889039.05447: dumping result to json 172629 1726889039.05464: done dumping result, returning 172629 1726889039.05476: done running TaskExecutor() for managed_node1/TASK: Set LV segment type [0affc8a3-6f6f-d0a8-add8-00000000319c] 172629 1726889039.05487: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000319c 172629 1726889039.05662: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000319c 172629 1726889039.05666: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889039.05716: no more pending results, returning what we have 172629 1726889039.05720: results queue empty 172629 1726889039.05721: checking for any_errors_fatal 172629 1726889039.05732: done checking for any_errors_fatal 172629 1726889039.05733: checking for max_fail_percentage 172629 1726889039.05735: done checking for max_fail_percentage 172629 1726889039.05736: checking to see if all hosts have failed and the running result is not ok 172629 1726889039.05737: done checking to see if all hosts have failed 172629 1726889039.05737: getting the remaining hosts for this loop 172629 1726889039.05739: done getting the remaining hosts for this loop 172629 1726889039.05743: getting the next task for host managed_node1 172629 1726889039.05757: done getting next task for host managed_node1 172629 1726889039.05760: ^ task is: TASK: Check segment type 172629 1726889039.05765: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889039.05772: getting variables 172629 1726889039.05774: in VariableManager get_vars() 172629 1726889039.05813: Calling all_inventory to load vars for managed_node1 172629 1726889039.05816: Calling groups_inventory to load vars for managed_node1 172629 1726889039.05820: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889039.05833: Calling all_plugins_play to load vars for managed_node1 172629 1726889039.05837: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889039.05841: Calling groups_plugins_play to load vars for managed_node1 172629 1726889039.06533: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889039.07117: done with get_vars() 172629 1726889039.07130: done getting variables 172629 1726889039.07188: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check segment type] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Friday 20 September 2024 23:23:59 -0400 (0:00:00.032) 0:02:19.352 ****** 172629 1726889039.07219: entering _queue_task() for managed_node1/assert 172629 1726889039.07481: worker is 1 (out of 1 available) 172629 1726889039.07494: exiting _queue_task() for managed_node1/assert 172629 1726889039.07510: done queuing things up, now waiting for results queue to drain 172629 1726889039.07511: waiting for pending results... 172629 1726889039.07780: running TaskExecutor() for managed_node1/TASK: Check segment type 172629 1726889039.07873: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000319d 172629 1726889039.07885: variable 'ansible_search_path' from source: unknown 172629 1726889039.07913: calling self._execute() 172629 1726889039.08004: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889039.08009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889039.08018: variable 'omit' from source: magic vars 172629 1726889039.08322: variable 'storage_test_volume' from source: include params 172629 1726889039.08338: variable '_storage_test_volume_present' from source: set_fact 172629 1726889039.08359: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889039.08363: when evaluation is False, skipping this task 172629 1726889039.08365: _execute() done 172629 1726889039.08368: dumping result to json 172629 1726889039.08370: done dumping result, returning 172629 1726889039.08374: done running TaskExecutor() for managed_node1/TASK: Check segment type [0affc8a3-6f6f-d0a8-add8-00000000319d] 172629 1726889039.08379: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000319d 172629 1726889039.08476: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000319d 172629 1726889039.08478: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889039.08533: no more pending results, returning what we have 172629 1726889039.08536: results queue empty 172629 1726889039.08537: checking for any_errors_fatal 172629 1726889039.08545: done checking for any_errors_fatal 172629 1726889039.08546: checking for max_fail_percentage 172629 1726889039.08549: done checking for max_fail_percentage 172629 1726889039.08550: checking to see if all hosts have failed and the running result is not ok 172629 1726889039.08550: done checking to see if all hosts have failed 172629 1726889039.08551: getting the remaining hosts for this loop 172629 1726889039.08553: done getting the remaining hosts for this loop 172629 1726889039.08560: getting the next task for host managed_node1 172629 1726889039.08572: done getting next task for host managed_node1 172629 1726889039.08575: ^ task is: TASK: Set LV cache size 172629 1726889039.08579: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889039.08583: getting variables 172629 1726889039.08584: in VariableManager get_vars() 172629 1726889039.08613: Calling all_inventory to load vars for managed_node1 172629 1726889039.08616: Calling groups_inventory to load vars for managed_node1 172629 1726889039.08618: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889039.08626: Calling all_plugins_play to load vars for managed_node1 172629 1726889039.08629: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889039.08631: Calling groups_plugins_play to load vars for managed_node1 172629 1726889039.09214: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889039.09698: done with get_vars() 172629 1726889039.09711: done getting variables 172629 1726889039.09771: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Friday 20 September 2024 23:23:59 -0400 (0:00:00.025) 0:02:19.377 ****** 172629 1726889039.09800: entering _queue_task() for managed_node1/set_fact 172629 1726889039.10038: worker is 1 (out of 1 available) 172629 1726889039.10051: exiting _queue_task() for managed_node1/set_fact 172629 1726889039.10267: done queuing things up, now waiting for results queue to drain 172629 1726889039.10269: waiting for pending results... 172629 1726889039.10393: running TaskExecutor() for managed_node1/TASK: Set LV cache size 172629 1726889039.10499: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000319e 172629 1726889039.10515: variable 'ansible_search_path' from source: unknown 172629 1726889039.10543: calling self._execute() 172629 1726889039.10638: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889039.10644: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889039.10654: variable 'omit' from source: magic vars 172629 1726889039.10983: variable 'storage_test_volume' from source: include params 172629 1726889039.10998: variable '_storage_test_volume_present' from source: set_fact 172629 1726889039.11013: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889039.11017: when evaluation is False, skipping this task 172629 1726889039.11020: _execute() done 172629 1726889039.11023: dumping result to json 172629 1726889039.11026: done dumping result, returning 172629 1726889039.11032: done running TaskExecutor() for managed_node1/TASK: Set LV cache size [0affc8a3-6f6f-d0a8-add8-00000000319e] 172629 1726889039.11037: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000319e 172629 1726889039.11129: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000319e 172629 1726889039.11131: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889039.11206: no more pending results, returning what we have 172629 1726889039.11209: results queue empty 172629 1726889039.11210: checking for any_errors_fatal 172629 1726889039.11218: done checking for any_errors_fatal 172629 1726889039.11219: checking for max_fail_percentage 172629 1726889039.11220: done checking for max_fail_percentage 172629 1726889039.11221: checking to see if all hosts have failed and the running result is not ok 172629 1726889039.11222: done checking to see if all hosts have failed 172629 1726889039.11223: getting the remaining hosts for this loop 172629 1726889039.11224: done getting the remaining hosts for this loop 172629 1726889039.11227: getting the next task for host managed_node1 172629 1726889039.11234: done getting next task for host managed_node1 172629 1726889039.11237: ^ task is: TASK: Parse the requested cache size 172629 1726889039.11249: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889039.11253: getting variables 172629 1726889039.11254: in VariableManager get_vars() 172629 1726889039.11285: Calling all_inventory to load vars for managed_node1 172629 1726889039.11288: Calling groups_inventory to load vars for managed_node1 172629 1726889039.11291: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889039.11299: Calling all_plugins_play to load vars for managed_node1 172629 1726889039.11301: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889039.11304: Calling groups_plugins_play to load vars for managed_node1 172629 1726889039.11628: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889039.11973: done with get_vars() 172629 1726889039.11983: done getting variables TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Friday 20 September 2024 23:23:59 -0400 (0:00:00.022) 0:02:19.400 ****** 172629 1726889039.12040: entering _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889039.12228: worker is 1 (out of 1 available) 172629 1726889039.12242: exiting _queue_task() for managed_node1/fedora.linux_system_roles.bsize 172629 1726889039.12257: done queuing things up, now waiting for results queue to drain 172629 1726889039.12258: waiting for pending results... 172629 1726889039.12442: running TaskExecutor() for managed_node1/TASK: Parse the requested cache size 172629 1726889039.12762: in run() - task 0affc8a3-6f6f-d0a8-add8-00000000319f 172629 1726889039.12766: variable 'ansible_search_path' from source: unknown 172629 1726889039.12769: calling self._execute() 172629 1726889039.12772: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889039.12779: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889039.12795: variable 'omit' from source: magic vars 172629 1726889039.13202: variable 'storage_test_volume' from source: include params 172629 1726889039.13228: variable '_storage_test_volume_present' from source: set_fact 172629 1726889039.13252: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889039.13267: when evaluation is False, skipping this task 172629 1726889039.13276: _execute() done 172629 1726889039.13284: dumping result to json 172629 1726889039.13293: done dumping result, returning 172629 1726889039.13302: done running TaskExecutor() for managed_node1/TASK: Parse the requested cache size [0affc8a3-6f6f-d0a8-add8-00000000319f] 172629 1726889039.13312: sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000319f skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889039.13476: no more pending results, returning what we have 172629 1726889039.13480: results queue empty 172629 1726889039.13481: checking for any_errors_fatal 172629 1726889039.13490: done checking for any_errors_fatal 172629 1726889039.13491: checking for max_fail_percentage 172629 1726889039.13492: done checking for max_fail_percentage 172629 1726889039.13494: checking to see if all hosts have failed and the running result is not ok 172629 1726889039.13494: done checking to see if all hosts have failed 172629 1726889039.13495: getting the remaining hosts for this loop 172629 1726889039.13497: done getting the remaining hosts for this loop 172629 1726889039.13500: getting the next task for host managed_node1 172629 1726889039.13508: done getting next task for host managed_node1 172629 1726889039.13511: ^ task is: TASK: Set expected cache size 172629 1726889039.13517: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889039.13528: getting variables 172629 1726889039.13530: in VariableManager get_vars() 172629 1726889039.13668: Calling all_inventory to load vars for managed_node1 172629 1726889039.13671: Calling groups_inventory to load vars for managed_node1 172629 1726889039.13674: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889039.13684: Calling all_plugins_play to load vars for managed_node1 172629 1726889039.13686: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889039.13690: Calling groups_plugins_play to load vars for managed_node1 172629 1726889039.14191: done sending task result for task 0affc8a3-6f6f-d0a8-add8-00000000319f 172629 1726889039.14196: WORKER PROCESS EXITING 172629 1726889039.14205: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889039.14563: done with get_vars() 172629 1726889039.14574: done getting variables 172629 1726889039.14614: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set expected cache size] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Friday 20 September 2024 23:23:59 -0400 (0:00:00.025) 0:02:19.426 ****** 172629 1726889039.14639: entering _queue_task() for managed_node1/set_fact 172629 1726889039.14851: worker is 1 (out of 1 available) 172629 1726889039.14868: exiting _queue_task() for managed_node1/set_fact 172629 1726889039.14882: done queuing things up, now waiting for results queue to drain 172629 1726889039.14883: waiting for pending results... 172629 1726889039.15068: running TaskExecutor() for managed_node1/TASK: Set expected cache size 172629 1726889039.15152: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000031a0 172629 1726889039.15169: variable 'ansible_search_path' from source: unknown 172629 1726889039.15197: calling self._execute() 172629 1726889039.15287: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889039.15292: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889039.15301: variable 'omit' from source: magic vars 172629 1726889039.15766: variable 'storage_test_volume' from source: include params 172629 1726889039.15861: variable '_storage_test_volume_present' from source: set_fact 172629 1726889039.15981: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889039.16464: when evaluation is False, skipping this task 172629 1726889039.16468: _execute() done 172629 1726889039.16470: dumping result to json 172629 1726889039.16472: done dumping result, returning 172629 1726889039.16475: done running TaskExecutor() for managed_node1/TASK: Set expected cache size [0affc8a3-6f6f-d0a8-add8-0000000031a0] 172629 1726889039.16477: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000031a0 172629 1726889039.16546: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000031a0 172629 1726889039.16551: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889039.16596: no more pending results, returning what we have 172629 1726889039.16599: results queue empty 172629 1726889039.16600: checking for any_errors_fatal 172629 1726889039.16608: done checking for any_errors_fatal 172629 1726889039.16609: checking for max_fail_percentage 172629 1726889039.16611: done checking for max_fail_percentage 172629 1726889039.16611: checking to see if all hosts have failed and the running result is not ok 172629 1726889039.16612: done checking to see if all hosts have failed 172629 1726889039.16613: getting the remaining hosts for this loop 172629 1726889039.16614: done getting the remaining hosts for this loop 172629 1726889039.16617: getting the next task for host managed_node1 172629 1726889039.16630: done getting next task for host managed_node1 172629 1726889039.16633: ^ task is: TASK: Check cache size 172629 1726889039.16638: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=13, rescue=0, always=0, handlers=0, run_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 172629 1726889039.16642: getting variables 172629 1726889039.16643: in VariableManager get_vars() 172629 1726889039.16676: Calling all_inventory to load vars for managed_node1 172629 1726889039.16679: Calling groups_inventory to load vars for managed_node1 172629 1726889039.16681: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889039.16690: Calling all_plugins_play to load vars for managed_node1 172629 1726889039.16692: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889039.16695: Calling groups_plugins_play to load vars for managed_node1 172629 1726889039.17713: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889039.18380: done with get_vars() 172629 1726889039.18396: done getting variables 172629 1726889039.18450: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Check cache size] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Friday 20 September 2024 23:23:59 -0400 (0:00:00.038) 0:02:19.464 ****** 172629 1726889039.18487: entering _queue_task() for managed_node1/assert 172629 1726889039.18967: worker is 1 (out of 1 available) 172629 1726889039.18979: exiting _queue_task() for managed_node1/assert 172629 1726889039.18991: done queuing things up, now waiting for results queue to drain 172629 1726889039.18992: waiting for pending results... 172629 1726889039.19229: running TaskExecutor() for managed_node1/TASK: Check cache size 172629 1726889039.19437: in run() - task 0affc8a3-6f6f-d0a8-add8-0000000031a1 172629 1726889039.19441: variable 'ansible_search_path' from source: unknown 172629 1726889039.19452: calling self._execute() 172629 1726889039.19583: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889039.19597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889039.19612: variable 'omit' from source: magic vars 172629 1726889039.20091: variable 'storage_test_volume' from source: include params 172629 1726889039.20113: variable '_storage_test_volume_present' from source: set_fact 172629 1726889039.20165: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 172629 1726889039.20168: when evaluation is False, skipping this task 172629 1726889039.20171: _execute() done 172629 1726889039.20174: dumping result to json 172629 1726889039.20176: done dumping result, returning 172629 1726889039.20179: done running TaskExecutor() for managed_node1/TASK: Check cache size [0affc8a3-6f6f-d0a8-add8-0000000031a1] 172629 1726889039.20185: sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000031a1 172629 1726889039.20354: done sending task result for task 0affc8a3-6f6f-d0a8-add8-0000000031a1 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 172629 1726889039.20467: no more pending results, returning what we have 172629 1726889039.20471: results queue empty 172629 1726889039.20473: checking for any_errors_fatal 172629 1726889039.20485: done checking for any_errors_fatal 172629 1726889039.20486: checking for max_fail_percentage 172629 1726889039.20488: done checking for max_fail_percentage 172629 1726889039.20489: checking to see if all hosts have failed and the running result is not ok 172629 1726889039.20490: done checking to see if all hosts have failed 172629 1726889039.20491: getting the remaining hosts for this loop 172629 1726889039.20494: done getting the remaining hosts for this loop 172629 1726889039.20497: getting the next task for host managed_node1 172629 1726889039.20508: done getting next task for host managed_node1 172629 1726889039.20511: ^ task is: TASK: Clean up facts 172629 1726889039.20516: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_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=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889039.20639: getting variables 172629 1726889039.20642: in VariableManager get_vars() 172629 1726889039.20685: Calling all_inventory to load vars for managed_node1 172629 1726889039.20688: Calling groups_inventory to load vars for managed_node1 172629 1726889039.20692: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889039.20753: Calling all_plugins_play to load vars for managed_node1 172629 1726889039.20759: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889039.20763: Calling groups_plugins_play to load vars for managed_node1 172629 1726889039.21365: WORKER PROCESS EXITING 172629 1726889039.21559: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889039.22118: done with get_vars() 172629 1726889039.22128: done getting variables 172629 1726889039.22180: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up facts] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Friday 20 September 2024 23:23:59 -0400 (0:00:00.037) 0:02:19.501 ****** 172629 1726889039.22203: entering _queue_task() for managed_node1/set_fact 172629 1726889039.22411: worker is 1 (out of 1 available) 172629 1726889039.22426: exiting _queue_task() for managed_node1/set_fact 172629 1726889039.22439: done queuing things up, now waiting for results queue to drain 172629 1726889039.22440: waiting for pending results... 172629 1726889039.22628: running TaskExecutor() for managed_node1/TASK: Clean up facts 172629 1726889039.22704: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002f4e 172629 1726889039.22717: variable 'ansible_search_path' from source: unknown 172629 1726889039.22743: calling self._execute() 172629 1726889039.22836: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889039.22842: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889039.22850: variable 'omit' from source: magic vars 172629 1726889039.22935: variable 'omit' from source: magic vars 172629 1726889039.22975: variable 'omit' from source: magic vars 172629 1726889039.23002: variable 'omit' from source: magic vars 172629 1726889039.23036: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889039.23067: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889039.23086: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889039.23101: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889039.23112: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889039.23137: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889039.23139: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889039.23142: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889039.23219: Set connection var ansible_timeout to 10 172629 1726889039.23223: Set connection var ansible_shell_type to sh 172629 1726889039.23225: Set connection var ansible_pipelining to False 172629 1726889039.23232: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889039.23237: Set connection var ansible_shell_executable to /bin/sh 172629 1726889039.23239: Set connection var ansible_connection to ssh 172629 1726889039.23260: variable 'ansible_shell_executable' from source: unknown 172629 1726889039.23263: variable 'ansible_connection' from source: unknown 172629 1726889039.23265: variable 'ansible_module_compression' from source: unknown 172629 1726889039.23268: variable 'ansible_shell_type' from source: unknown 172629 1726889039.23270: variable 'ansible_shell_executable' from source: unknown 172629 1726889039.23272: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889039.23274: variable 'ansible_pipelining' from source: unknown 172629 1726889039.23276: variable 'ansible_timeout' from source: unknown 172629 1726889039.23278: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889039.23389: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889039.23398: variable 'omit' from source: magic vars 172629 1726889039.23403: starting attempt loop 172629 1726889039.23406: running the handler 172629 1726889039.23417: handler run complete 172629 1726889039.23425: attempt loop complete, returning result 172629 1726889039.23427: _execute() done 172629 1726889039.23431: dumping result to json 172629 1726889039.23434: done dumping result, returning 172629 1726889039.23444: done running TaskExecutor() for managed_node1/TASK: Clean up facts [0affc8a3-6f6f-d0a8-add8-000000002f4e] 172629 1726889039.23447: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f4e 172629 1726889039.23522: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002f4e 172629 1726889039.23524: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 172629 1726889039.23598: no more pending results, returning what we have 172629 1726889039.23601: results queue empty 172629 1726889039.23602: checking for any_errors_fatal 172629 1726889039.23610: done checking for any_errors_fatal 172629 1726889039.23610: checking for max_fail_percentage 172629 1726889039.23612: done checking for max_fail_percentage 172629 1726889039.23613: checking to see if all hosts have failed and the running result is not ok 172629 1726889039.23614: done checking to see if all hosts have failed 172629 1726889039.23615: getting the remaining hosts for this loop 172629 1726889039.23616: done getting the remaining hosts for this loop 172629 1726889039.23619: getting the next task for host managed_node1 172629 1726889039.23626: done getting next task for host managed_node1 172629 1726889039.23628: ^ task is: TASK: Clean up variable namespace 172629 1726889039.23631: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 172629 1726889039.23635: getting variables 172629 1726889039.23636: in VariableManager get_vars() 172629 1726889039.23670: Calling all_inventory to load vars for managed_node1 172629 1726889039.23673: Calling groups_inventory to load vars for managed_node1 172629 1726889039.23675: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889039.23684: Calling all_plugins_play to load vars for managed_node1 172629 1726889039.23686: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889039.23689: Calling groups_plugins_play to load vars for managed_node1 172629 1726889039.24015: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889039.24344: done with get_vars() 172629 1726889039.24358: done getting variables 172629 1726889039.24399: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Friday 20 September 2024 23:23:59 -0400 (0:00:00.022) 0:02:19.524 ****** 172629 1726889039.24420: entering _queue_task() for managed_node1/set_fact 172629 1726889039.24631: worker is 1 (out of 1 available) 172629 1726889039.24645: exiting _queue_task() for managed_node1/set_fact 172629 1726889039.24662: done queuing things up, now waiting for results queue to drain 172629 1726889039.24664: waiting for pending results... 172629 1726889039.24846: running TaskExecutor() for managed_node1/TASK: Clean up variable namespace 172629 1726889039.24927: in run() - task 0affc8a3-6f6f-d0a8-add8-000000002d26 172629 1726889039.24940: variable 'ansible_search_path' from source: unknown 172629 1726889039.24971: calling self._execute() 172629 1726889039.25061: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889039.25065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889039.25075: variable 'omit' from source: magic vars 172629 1726889039.25164: variable 'omit' from source: magic vars 172629 1726889039.25281: variable 'omit' from source: magic vars 172629 1726889039.25284: variable 'omit' from source: magic vars 172629 1726889039.25302: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 172629 1726889039.25345: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 172629 1726889039.25391: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 172629 1726889039.25523: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889039.25528: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 172629 1726889039.25531: variable 'inventory_hostname' from source: host vars for 'managed_node1' 172629 1726889039.25534: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889039.25536: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889039.25762: Set connection var ansible_timeout to 10 172629 1726889039.25766: Set connection var ansible_shell_type to sh 172629 1726889039.25769: Set connection var ansible_pipelining to False 172629 1726889039.25771: Set connection var ansible_module_compression to ZIP_DEFLATED 172629 1726889039.25773: Set connection var ansible_shell_executable to /bin/sh 172629 1726889039.25775: Set connection var ansible_connection to ssh 172629 1726889039.25777: variable 'ansible_shell_executable' from source: unknown 172629 1726889039.25779: variable 'ansible_connection' from source: unknown 172629 1726889039.25781: variable 'ansible_module_compression' from source: unknown 172629 1726889039.25783: variable 'ansible_shell_type' from source: unknown 172629 1726889039.25784: variable 'ansible_shell_executable' from source: unknown 172629 1726889039.25787: variable 'ansible_host' from source: host vars for 'managed_node1' 172629 1726889039.25789: variable 'ansible_pipelining' from source: unknown 172629 1726889039.25793: variable 'ansible_timeout' from source: unknown 172629 1726889039.25795: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 172629 1726889039.25859: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 172629 1726889039.25864: variable 'omit' from source: magic vars 172629 1726889039.25906: starting attempt loop 172629 1726889039.25924: running the handler 172629 1726889039.25928: handler run complete 172629 1726889039.25931: attempt loop complete, returning result 172629 1726889039.25933: _execute() done 172629 1726889039.25935: dumping result to json 172629 1726889039.25937: done dumping result, returning 172629 1726889039.25941: done running TaskExecutor() for managed_node1/TASK: Clean up variable namespace [0affc8a3-6f6f-d0a8-add8-000000002d26] 172629 1726889039.25943: sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002d26 172629 1726889039.26161: done sending task result for task 0affc8a3-6f6f-d0a8-add8-000000002d26 172629 1726889039.26163: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } 172629 1726889039.26230: no more pending results, returning what we have 172629 1726889039.26233: results queue empty 172629 1726889039.26233: checking for any_errors_fatal 172629 1726889039.26240: done checking for any_errors_fatal 172629 1726889039.26240: checking for max_fail_percentage 172629 1726889039.26242: done checking for max_fail_percentage 172629 1726889039.26243: checking to see if all hosts have failed and the running result is not ok 172629 1726889039.26244: done checking to see if all hosts have failed 172629 1726889039.26244: getting the remaining hosts for this loop 172629 1726889039.26246: done getting the remaining hosts for this loop 172629 1726889039.26248: getting the next task for host managed_node1 172629 1726889039.26280: done getting next task for host managed_node1 172629 1726889039.26283: ^ task is: TASK: meta (flush_handlers) 172629 1726889039.26285: ^ 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 172629 1726889039.26290: getting variables 172629 1726889039.26291: in VariableManager get_vars() 172629 1726889039.26317: Calling all_inventory to load vars for managed_node1 172629 1726889039.26319: Calling groups_inventory to load vars for managed_node1 172629 1726889039.26321: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889039.26328: Calling all_plugins_play to load vars for managed_node1 172629 1726889039.26330: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889039.26331: Calling groups_plugins_play to load vars for managed_node1 172629 1726889039.27376: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889039.27983: done with get_vars() 172629 1726889039.28001: done getting variables 172629 1726889039.28087: in VariableManager get_vars() 172629 1726889039.28100: Calling all_inventory to load vars for managed_node1 172629 1726889039.28102: Calling groups_inventory to load vars for managed_node1 172629 1726889039.28103: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889039.28107: Calling all_plugins_play to load vars for managed_node1 172629 1726889039.28112: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889039.28115: Calling groups_plugins_play to load vars for managed_node1 172629 1726889039.28489: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889039.28933: done with get_vars() 172629 1726889039.28960: done queuing things up, now waiting for results queue to drain 172629 1726889039.28962: results queue empty 172629 1726889039.28963: checking for any_errors_fatal 172629 1726889039.28966: done checking for any_errors_fatal 172629 1726889039.28967: checking for max_fail_percentage 172629 1726889039.28969: done checking for max_fail_percentage 172629 1726889039.28970: checking to see if all hosts have failed and the running result is not ok 172629 1726889039.28971: done checking to see if all hosts have failed 172629 1726889039.28972: getting the remaining hosts for this loop 172629 1726889039.28973: done getting the remaining hosts for this loop 172629 1726889039.28975: getting the next task for host managed_node1 172629 1726889039.28980: done getting next task for host managed_node1 172629 1726889039.28982: ^ task is: TASK: meta (flush_handlers) 172629 1726889039.28984: ^ 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 172629 1726889039.28992: getting variables 172629 1726889039.28993: in VariableManager get_vars() 172629 1726889039.29007: Calling all_inventory to load vars for managed_node1 172629 1726889039.29009: Calling groups_inventory to load vars for managed_node1 172629 1726889039.29012: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889039.29016: Calling all_plugins_play to load vars for managed_node1 172629 1726889039.29019: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889039.29022: Calling groups_plugins_play to load vars for managed_node1 172629 1726889039.29400: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889039.29808: done with get_vars() 172629 1726889039.29816: done getting variables 172629 1726889039.29865: in VariableManager get_vars() 172629 1726889039.29876: Calling all_inventory to load vars for managed_node1 172629 1726889039.29878: Calling groups_inventory to load vars for managed_node1 172629 1726889039.29880: Calling all_plugins_inventory to load vars for managed_node1 172629 1726889039.29884: Calling all_plugins_play to load vars for managed_node1 172629 1726889039.29885: Calling groups_plugins_inventory to load vars for managed_node1 172629 1726889039.29887: Calling groups_plugins_play to load vars for managed_node1 172629 1726889039.30136: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172629 1726889039.30541: done with get_vars() 172629 1726889039.30554: done queuing things up, now waiting for results queue to drain 172629 1726889039.30557: results queue empty 172629 1726889039.30558: checking for any_errors_fatal 172629 1726889039.30559: done checking for any_errors_fatal 172629 1726889039.30560: checking for max_fail_percentage 172629 1726889039.30561: done checking for max_fail_percentage 172629 1726889039.30561: checking to see if all hosts have failed and the running result is not ok 172629 1726889039.30562: done checking to see if all hosts have failed 172629 1726889039.30562: getting the remaining hosts for this loop 172629 1726889039.30563: done getting the remaining hosts for this loop 172629 1726889039.30564: getting the next task for host managed_node1 172629 1726889039.30567: done getting next task for host managed_node1 172629 1726889039.30567: ^ task is: None 172629 1726889039.30568: ^ 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 172629 1726889039.30569: done queuing things up, now waiting for results queue to drain 172629 1726889039.30570: results queue empty 172629 1726889039.30570: checking for any_errors_fatal 172629 1726889039.30570: done checking for any_errors_fatal 172629 1726889039.30571: checking for max_fail_percentage 172629 1726889039.30571: done checking for max_fail_percentage 172629 1726889039.30572: checking to see if all hosts have failed and the running result is not ok 172629 1726889039.30572: done checking to see if all hosts have failed 172629 1726889039.30574: getting the next task for host managed_node1 172629 1726889039.30575: done getting next task for host managed_node1 172629 1726889039.30576: ^ task is: None 172629 1726889039.30577: ^ 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=494 changed=11 unreachable=0 failed=0 skipped=631 rescued=0 ignored=0 Friday 20 September 2024 23:23:59 -0400 (0:00:00.062) 0:02:19.586 ****** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.57s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.56s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get service facts ------------------- 2.49s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.35s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Gathering Facts --------------------------------------------------------- 2.20s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.71s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.65s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.61s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab --- 1.59s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Get path of test volume device ------------------------------------------ 1.46s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.41s /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.34s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Update facts ------------------------ 1.22s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Update facts ------------------------ 1.19s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Update facts ------------------------ 1.12s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Get required packages --------------- 1.12s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Update facts ------------------------ 1.05s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Update facts ------------------------ 0.99s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Update facts ------------------------ 0.99s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Update facts ------------------------ 0.98s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 172629 1726889039.30878: RUNNING CLEANUP